From 0497a827f52caf9ca4866d24839e427c5c565e09 Mon Sep 17 00:00:00 2001 From: aiulian25 Date: Wed, 17 Dec 2025 00:43:45 +0000 Subject: [PATCH] Add .venv to gitignore and remove from tracking --- .gitignore | 15 + .venv/bin/Activate.ps1 | 247 - .venv/bin/activate | 70 - .venv/bin/activate.csh | 27 - .venv/bin/activate.fish | 69 - .venv/bin/pip | 8 - .venv/bin/pip3 | 8 - .venv/bin/pip3.12 | 8 - .venv/bin/python | 1 - .venv/bin/python3 | 1 - .venv/bin/python3.12 | 1 - .../pip-24.0.dist-info/AUTHORS.txt | 760 -- .../pip-24.0.dist-info/INSTALLER | 1 - .../pip-24.0.dist-info/LICENSE.txt | 20 - .../site-packages/pip-24.0.dist-info/METADATA | 88 - .../site-packages/pip-24.0.dist-info/RECORD | 1005 -- .../pip-24.0.dist-info/REQUESTED | 0 .../site-packages/pip-24.0.dist-info/WHEEL | 5 - .../pip-24.0.dist-info/entry_points.txt | 4 - .../pip-24.0.dist-info/top_level.txt | 1 - .../python3.12/site-packages/pip/__init__.py | 13 - .../python3.12/site-packages/pip/__main__.py | 24 - .../site-packages/pip/__pip-runner__.py | 50 - .../pip/__pycache__/__init__.cpython-312.pyc | Bin 681 -> 0 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 837 -> 0 bytes .../__pip-runner__.cpython-312.pyc | Bin 2200 -> 0 bytes .../site-packages/pip/_internal/__init__.py | 18 - .../__pycache__/__init__.cpython-312.pyc | Bin 783 -> 0 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 14290 -> 0 bytes .../__pycache__/cache.cpython-312.pyc | Bin 12661 -> 0 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 17662 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 33280 -> 0 bytes .../__pycache__/main.cpython-312.pyc | Bin 666 -> 0 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 4967 -> 0 bytes .../self_outdated_check.cpython-312.pyc | Bin 10548 -> 0 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 13645 -> 0 bytes .../site-packages/pip/_internal/build_env.py | 311 - .../site-packages/pip/_internal/cache.py | 290 - .../pip/_internal/cli/__init__.py | 4 - .../cli/__pycache__/__init__.cpython-312.pyc | Bin 274 -> 0 bytes .../autocompletion.cpython-312.pyc | Bin 8461 -> 0 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 10451 -> 0 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 30370 -> 0 bytes .../command_context.cpython-312.pyc | Bin 1777 -> 0 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 2294 -> 0 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 4901 -> 0 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 15018 -> 0 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 2616 -> 0 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 18848 -> 0 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 7836 -> 0 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 371 -> 0 bytes .../pip/_internal/cli/autocompletion.py | 172 - .../pip/_internal/cli/base_command.py | 236 - .../pip/_internal/cli/cmdoptions.py | 1074 -- .../pip/_internal/cli/command_context.py | 27 - .../site-packages/pip/_internal/cli/main.py | 79 - .../pip/_internal/cli/main_parser.py | 134 - .../site-packages/pip/_internal/cli/parser.py | 294 - .../pip/_internal/cli/progress_bars.py | 68 - .../pip/_internal/cli/req_command.py | 505 - .../pip/_internal/cli/spinners.py | 159 - .../pip/_internal/cli/status_codes.py | 6 - .../pip/_internal/commands/__init__.py | 132 - .../__pycache__/__init__.cpython-312.pyc | Bin 3998 -> 0 bytes .../__pycache__/cache.cpython-312.pyc | Bin 9707 -> 0 bytes .../__pycache__/check.cpython-312.pyc | Bin 2086 -> 0 bytes .../__pycache__/completion.cpython-312.pyc | Bin 5188 -> 0 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 13208 -> 0 bytes .../__pycache__/debug.cpython-312.pyc | Bin 10157 -> 0 bytes .../__pycache__/download.cpython-312.pyc | Bin 7585 -> 0 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 4412 -> 0 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 2979 -> 0 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 1669 -> 0 bytes .../__pycache__/index.cpython-312.pyc | Bin 6716 -> 0 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 3971 -> 0 bytes .../__pycache__/install.cpython-312.pyc | Bin 28909 -> 0 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 15652 -> 0 bytes .../__pycache__/search.cpython-312.pyc | Bin 7617 -> 0 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 9724 -> 0 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 4722 -> 0 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 8952 -> 0 bytes .../pip/_internal/commands/cache.py | 225 - .../pip/_internal/commands/check.py | 54 - .../pip/_internal/commands/completion.py | 130 - .../pip/_internal/commands/configuration.py | 280 - .../pip/_internal/commands/debug.py | 201 - .../pip/_internal/commands/download.py | 147 - .../pip/_internal/commands/freeze.py | 109 - .../pip/_internal/commands/hash.py | 59 - .../pip/_internal/commands/help.py | 41 - .../pip/_internal/commands/index.py | 139 - .../pip/_internal/commands/inspect.py | 92 - .../pip/_internal/commands/install.py | 774 -- .../pip/_internal/commands/list.py | 370 - .../pip/_internal/commands/search.py | 174 - .../pip/_internal/commands/show.py | 189 - .../pip/_internal/commands/uninstall.py | 113 - .../pip/_internal/commands/wheel.py | 183 - .../pip/_internal/configuration.py | 383 - .../pip/_internal/distributions/__init__.py | 21 - .../__pycache__/__init__.cpython-312.pyc | Bin 937 -> 0 bytes .../__pycache__/base.cpython-312.pyc | Bin 2858 -> 0 bytes .../__pycache__/installed.cpython-312.pyc | Bin 1696 -> 0 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 8484 -> 0 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 2244 -> 0 bytes .../pip/_internal/distributions/base.py | 51 - .../pip/_internal/distributions/installed.py | 29 - .../pip/_internal/distributions/sdist.py | 156 - .../pip/_internal/distributions/wheel.py | 40 - .../site-packages/pip/_internal/exceptions.py | 728 -- .../pip/_internal/index/__init__.py | 2 - .../__pycache__/__init__.cpython-312.pyc | Bin 228 -> 0 bytes .../__pycache__/collector.cpython-312.pyc | Bin 21882 -> 0 bytes .../package_finder.cpython-312.pyc | Bin 40731 -> 0 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 12600 -> 0 bytes .../pip/_internal/index/collector.py | 507 - .../pip/_internal/index/package_finder.py | 1027 -- .../pip/_internal/index/sources.py | 285 - .../pip/_internal/locations/__init__.py | 467 - .../__pycache__/__init__.cpython-312.pyc | Bin 16772 -> 0 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 6852 -> 0 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 8007 -> 0 bytes .../__pycache__/base.cpython-312.pyc | Bin 3777 -> 0 bytes .../pip/_internal/locations/_distutils.py | 172 - .../pip/_internal/locations/_sysconfig.py | 213 - .../pip/_internal/locations/base.py | 81 - .../site-packages/pip/_internal/main.py | 12 - .../pip/_internal/metadata/__init__.py | 128 - .../__pycache__/__init__.cpython-312.pyc | Bin 5878 -> 0 bytes .../__pycache__/_json.cpython-312.pyc | Bin 2871 -> 0 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 35708 -> 0 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 15786 -> 0 bytes .../pip/_internal/metadata/_json.py | 84 - .../pip/_internal/metadata/base.py | 702 -- .../_internal/metadata/importlib/__init__.py | 6 - .../__pycache__/__init__.cpython-312.pyc | Bin 354 -> 0 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 3329 -> 0 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 13421 -> 0 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 11176 -> 0 bytes .../_internal/metadata/importlib/_compat.py | 55 - .../_internal/metadata/importlib/_dists.py | 227 - .../pip/_internal/metadata/importlib/_envs.py | 189 - .../pip/_internal/metadata/pkg_resources.py | 278 - .../pip/_internal/models/__init__.py | 2 - .../__pycache__/__init__.cpython-312.pyc | Bin 262 -> 0 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 1901 -> 0 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 11195 -> 0 bytes .../format_control.cpython-312.pyc | Bin 4223 -> 0 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 1690 -> 0 bytes .../installation_report.cpython-312.pyc | Bin 2268 -> 0 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 25998 -> 0 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 1165 -> 0 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 5084 -> 0 bytes .../selection_prefs.cpython-312.pyc | Bin 1847 -> 0 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 4950 -> 0 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 5776 -> 0 bytes .../pip/_internal/models/candidate.py | 30 - .../pip/_internal/models/direct_url.py | 235 - .../pip/_internal/models/format_control.py | 78 - .../pip/_internal/models/index.py | 28 - .../_internal/models/installation_report.py | 56 - .../pip/_internal/models/link.py | 579 -- .../pip/_internal/models/scheme.py | 31 - .../pip/_internal/models/search_scope.py | 132 - .../pip/_internal/models/selection_prefs.py | 51 - .../pip/_internal/models/target_python.py | 122 - .../pip/_internal/models/wheel.py | 92 - .../pip/_internal/network/__init__.py | 2 - .../__pycache__/__init__.cpython-312.pyc | Bin 250 -> 0 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 21992 -> 0 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 6514 -> 0 bytes .../__pycache__/download.cpython-312.pyc | Bin 8549 -> 0 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 11659 -> 0 bytes .../__pycache__/session.cpython-312.pyc | Bin 18770 -> 0 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 2249 -> 0 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 2945 -> 0 bytes .../pip/_internal/network/auth.py | 561 -- .../pip/_internal/network/cache.py | 106 - .../pip/_internal/network/download.py | 186 - .../pip/_internal/network/lazy_wheel.py | 210 - .../pip/_internal/network/session.py | 520 - .../pip/_internal/network/utils.py | 96 - .../pip/_internal/network/xmlrpc.py | 62 - .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 193 -> 0 bytes .../__pycache__/check.cpython-312.pyc | Bin 7575 -> 0 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 10113 -> 0 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 25743 -> 0 bytes .../pip/_internal/operations/check.py | 187 - .../pip/_internal/operations/freeze.py | 255 - .../_internal/operations/install/__init__.py | 2 - .../__pycache__/__init__.cpython-312.pyc | Bin 262 -> 0 bytes .../editable_legacy.cpython-312.pyc | Bin 1813 -> 0 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 33855 -> 0 bytes .../operations/install/editable_legacy.py | 46 - .../pip/_internal/operations/install/wheel.py | 734 -- .../pip/_internal/operations/prepare.py | 730 -- .../site-packages/pip/_internal/pyproject.py | 179 - .../pip/_internal/req/__init__.py | 92 - .../req/__pycache__/__init__.cpython-312.pyc | Bin 3739 -> 0 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 21578 -> 0 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 21457 -> 0 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 38410 -> 0 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 7214 -> 0 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 32973 -> 0 bytes .../pip/_internal/req/constructors.py | 576 -- .../pip/_internal/req/req_file.py | 554 -- .../pip/_internal/req/req_install.py | 923 -- .../pip/_internal/req/req_set.py | 119 - .../pip/_internal/req/req_uninstall.py | 649 -- .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 193 -> 0 bytes .../__pycache__/base.cpython-312.pyc | Bin 1181 -> 0 bytes .../pip/_internal/resolution/base.py | 20 - .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 200 -> 0 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 22435 -> 0 bytes .../_internal/resolution/legacy/resolver.py | 598 -- .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 204 -> 0 bytes .../__pycache__/base.cpython-312.pyc | Bin 8333 -> 0 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 30394 -> 0 bytes .../__pycache__/factory.cpython-312.pyc | Bin 32110 -> 0 bytes .../found_candidates.cpython-312.pyc | Bin 6204 -> 0 bytes .../__pycache__/provider.cpython-312.pyc | Bin 10374 -> 0 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 4931 -> 0 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 11425 -> 0 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 12347 -> 0 bytes .../_internal/resolution/resolvelib/base.py | 141 - .../resolution/resolvelib/candidates.py | 597 -- .../resolution/resolvelib/factory.py | 812 -- .../resolution/resolvelib/found_candidates.py | 155 - .../resolution/resolvelib/provider.py | 255 - .../resolution/resolvelib/reporter.py | 80 - .../resolution/resolvelib/requirements.py | 166 - .../resolution/resolvelib/resolver.py | 317 - .../pip/_internal/self_outdated_check.py | 248 - .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 188 -> 0 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 4529 -> 0 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 1859 -> 0 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 2403 -> 0 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 2206 -> 0 bytes .../compatibility_tags.cpython-312.pyc | Bin 5554 -> 0 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 677 -> 0 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 4179 -> 0 bytes .../direct_url_helpers.cpython-312.pyc | Bin 3556 -> 0 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 3219 -> 0 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 2151 -> 0 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 3986 -> 0 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 7451 -> 0 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 1157 -> 0 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 2335 -> 0 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 7547 -> 0 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 13550 -> 0 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 34114 -> 0 bytes .../utils/__pycache__/models.cpython-312.pyc | Bin 2705 -> 0 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 2576 -> 0 bytes .../setuptools_build.cpython-312.pyc | Bin 4543 -> 0 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 8711 -> 0 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 12055 -> 0 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 11101 -> 0 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 2398 -> 0 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 4473 -> 0 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 5919 -> 0 bytes .../pip/_internal/utils/_jaraco_text.py | 109 - .../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/egg_link.py | 80 - .../pip/_internal/utils/encoding.py | 36 - .../pip/_internal/utils/entrypoints.py | 84 - .../pip/_internal/utils/filesystem.py | 153 - .../pip/_internal/utils/filetypes.py | 27 - .../pip/_internal/utils/glibc.py | 88 - .../pip/_internal/utils/hashes.py | 151 - .../pip/_internal/utils/logging.py | 348 - .../site-packages/pip/_internal/utils/misc.py | 783 -- .../pip/_internal/utils/models.py | 39 - .../pip/_internal/utils/packaging.py | 57 - .../pip/_internal/utils/setuptools_build.py | 146 - .../pip/_internal/utils/subprocess.py | 260 - .../pip/_internal/utils/temp_dir.py | 296 - .../pip/_internal/utils/unpacking.py | 257 - .../site-packages/pip/_internal/utils/urls.py | 62 - .../pip/_internal/utils/virtualenv.py | 104 - .../pip/_internal/utils/wheel.py | 134 - .../pip/_internal/vcs/__init__.py | 15 - .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 527 -> 0 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 5019 -> 0 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 18988 -> 0 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 7608 -> 0 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 12480 -> 0 bytes .../versioncontrol.cpython-312.pyc | Bin 29006 -> 0 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 112 - .../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 | 354 - .../site-packages/pip/_vendor/__init__.py | 121 - .../__pycache__/__init__.cpython-312.pyc | Bin 4689 -> 0 bytes .../_vendor/__pycache__/six.cpython-312.pyc | Bin 41266 -> 0 bytes .../typing_extensions.cpython-312.pyc | Bin 122046 -> 0 bytes .../pip/_vendor/cachecontrol/__init__.py | 28 - .../__pycache__/__init__.cpython-312.pyc | Bin 899 -> 0 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 2643 -> 0 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 6461 -> 0 bytes .../__pycache__/cache.cpython-312.pyc | Bin 3806 -> 0 bytes .../__pycache__/controller.cpython-312.pyc | Bin 16164 -> 0 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 4344 -> 0 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 6691 -> 0 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 6402 -> 0 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 1671 -> 0 bytes .../pip/_vendor/cachecontrol/_cmd.py | 70 - .../pip/_vendor/cachecontrol/adapter.py | 161 - .../pip/_vendor/cachecontrol/cache.py | 74 - .../_vendor/cachecontrol/caches/__init__.py | 8 - .../__pycache__/__init__.cpython-312.pyc | Bin 432 -> 0 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 7707 -> 0 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 2735 -> 0 bytes .../_vendor/cachecontrol/caches/file_cache.py | 181 - .../cachecontrol/caches/redis_cache.py | 48 - .../pip/_vendor/cachecontrol/controller.py | 494 - .../pip/_vendor/cachecontrol/filewrapper.py | 119 - .../pip/_vendor/cachecontrol/heuristics.py | 154 - .../pip/_vendor/cachecontrol/serialize.py | 206 - .../pip/_vendor/cachecontrol/wrapper.py | 43 - .../pip/_vendor/certifi/__init__.py | 4 - .../pip/_vendor/certifi/__main__.py | 12 - .../__pycache__/__init__.cpython-312.pyc | Bin 315 -> 0 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 642 -> 0 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 3324 -> 0 bytes .../pip/_vendor/certifi/cacert.pem | 4635 --------- .../site-packages/pip/_vendor/certifi/core.py | 119 - .../pip/_vendor/chardet/__init__.py | 115 - .../__pycache__/__init__.cpython-312.pyc | Bin 4565 -> 0 bytes .../__pycache__/big5freq.cpython-312.pyc | Bin 27196 -> 0 bytes .../__pycache__/big5prober.cpython-312.pyc | Bin 1384 -> 0 bytes .../chardistribution.cpython-312.pyc | Bin 9635 -> 0 bytes .../charsetgroupprober.cpython-312.pyc | Bin 4119 -> 0 bytes .../__pycache__/charsetprober.cpython-312.pyc | Bin 5015 -> 0 bytes .../codingstatemachine.cpython-312.pyc | Bin 3875 -> 0 bytes .../codingstatemachinedict.cpython-312.pyc | Bin 786 -> 0 bytes .../__pycache__/cp949prober.cpython-312.pyc | Bin 1393 -> 0 bytes .../chardet/__pycache__/enums.cpython-312.pyc | Bin 2993 -> 0 bytes .../__pycache__/escprober.cpython-312.pyc | Bin 4563 -> 0 bytes .../chardet/__pycache__/escsm.cpython-312.pyc | Bin 15307 -> 0 bytes .../__pycache__/eucjpprober.cpython-312.pyc | Bin 4380 -> 0 bytes .../__pycache__/euckrfreq.cpython-312.pyc | Bin 12079 -> 0 bytes .../__pycache__/euckrprober.cpython-312.pyc | Bin 1387 -> 0 bytes .../__pycache__/euctwfreq.cpython-312.pyc | Bin 27201 -> 0 bytes .../__pycache__/euctwprober.cpython-312.pyc | Bin 1387 -> 0 bytes .../__pycache__/gb2312freq.cpython-312.pyc | Bin 19123 -> 0 bytes .../__pycache__/gb2312prober.cpython-312.pyc | Bin 1400 -> 0 bytes .../__pycache__/hebrewprober.cpython-312.pyc | Bin 5819 -> 0 bytes .../__pycache__/jisfreq.cpython-312.pyc | Bin 22152 -> 0 bytes .../__pycache__/johabfreq.cpython-312.pyc | Bin 83000 -> 0 bytes .../__pycache__/johabprober.cpython-312.pyc | Bin 1391 -> 0 bytes .../__pycache__/jpcntx.cpython-312.pyc | Bin 39546 -> 0 bytes .../langbulgarianmodel.cpython-312.pyc | Bin 83119 -> 0 bytes .../langgreekmodel.cpython-312.pyc | Bin 76985 -> 0 bytes .../langhebrewmodel.cpython-312.pyc | Bin 77496 -> 0 bytes .../langhungarianmodel.cpython-312.pyc | Bin 83073 -> 0 bytes .../langrussianmodel.cpython-312.pyc | Bin 105248 -> 0 bytes .../__pycache__/langthaimodel.cpython-312.pyc | Bin 77674 -> 0 bytes .../langturkishmodel.cpython-312.pyc | Bin 77513 -> 0 bytes .../__pycache__/latin1prober.cpython-312.pyc | Bin 6999 -> 0 bytes .../macromanprober.cpython-312.pyc | Bin 7179 -> 0 bytes .../mbcharsetprober.cpython-312.pyc | Bin 3900 -> 0 bytes .../mbcsgroupprober.cpython-312.pyc | Bin 1585 -> 0 bytes .../__pycache__/mbcssm.cpython-312.pyc | Bin 38642 -> 0 bytes .../__pycache__/resultdict.cpython-312.pyc | Bin 629 -> 0 bytes .../sbcharsetprober.cpython-312.pyc | Bin 6384 -> 0 bytes .../sbcsgroupprober.cpython-312.pyc | Bin 2354 -> 0 bytes .../__pycache__/sjisprober.cpython-312.pyc | Bin 4492 -> 0 bytes .../universaldetector.cpython-312.pyc | Bin 12266 -> 0 bytes .../__pycache__/utf1632prober.cpython-312.pyc | Bin 9976 -> 0 bytes .../__pycache__/utf8prober.cpython-312.pyc | Bin 3172 -> 0 bytes .../__pycache__/version.cpython-312.pyc | Bin 485 -> 0 bytes .../pip/_vendor/chardet/big5freq.py | 386 - .../pip/_vendor/chardet/big5prober.py | 47 - .../pip/_vendor/chardet/chardistribution.py | 261 - .../pip/_vendor/chardet/charsetgroupprober.py | 106 - .../pip/_vendor/chardet/charsetprober.py | 147 - .../pip/_vendor/chardet/cli/__init__.py | 0 .../cli/__pycache__/__init__.cpython-312.pyc | Bin 192 -> 0 bytes .../__pycache__/chardetect.cpython-312.pyc | Bin 4009 -> 0 bytes .../pip/_vendor/chardet/cli/chardetect.py | 112 - .../pip/_vendor/chardet/codingstatemachine.py | 90 - .../_vendor/chardet/codingstatemachinedict.py | 19 - .../pip/_vendor/chardet/cp949prober.py | 49 - .../pip/_vendor/chardet/enums.py | 85 - .../pip/_vendor/chardet/escprober.py | 102 - .../pip/_vendor/chardet/escsm.py | 261 - .../pip/_vendor/chardet/eucjpprober.py | 102 - .../pip/_vendor/chardet/euckrfreq.py | 196 - .../pip/_vendor/chardet/euckrprober.py | 47 - .../pip/_vendor/chardet/euctwfreq.py | 388 - .../pip/_vendor/chardet/euctwprober.py | 47 - .../pip/_vendor/chardet/gb2312freq.py | 284 - .../pip/_vendor/chardet/gb2312prober.py | 47 - .../pip/_vendor/chardet/hebrewprober.py | 316 - .../pip/_vendor/chardet/jisfreq.py | 325 - .../pip/_vendor/chardet/johabfreq.py | 2382 ----- .../pip/_vendor/chardet/johabprober.py | 47 - .../pip/_vendor/chardet/jpcntx.py | 238 - .../pip/_vendor/chardet/langbulgarianmodel.py | 4649 --------- .../pip/_vendor/chardet/langgreekmodel.py | 4397 --------- .../pip/_vendor/chardet/langhebrewmodel.py | 4380 --------- .../pip/_vendor/chardet/langhungarianmodel.py | 4649 --------- .../pip/_vendor/chardet/langrussianmodel.py | 5725 ----------- .../pip/_vendor/chardet/langthaimodel.py | 4380 --------- .../pip/_vendor/chardet/langturkishmodel.py | 4380 --------- .../pip/_vendor/chardet/latin1prober.py | 147 - .../pip/_vendor/chardet/macromanprober.py | 162 - .../pip/_vendor/chardet/mbcharsetprober.py | 95 - .../pip/_vendor/chardet/mbcsgroupprober.py | 57 - .../pip/_vendor/chardet/mbcssm.py | 661 -- .../pip/_vendor/chardet/metadata/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 197 -> 0 bytes .../__pycache__/languages.cpython-312.pyc | Bin 9752 -> 0 bytes .../pip/_vendor/chardet/metadata/languages.py | 352 - .../pip/_vendor/chardet/resultdict.py | 16 - .../pip/_vendor/chardet/sbcharsetprober.py | 162 - .../pip/_vendor/chardet/sbcsgroupprober.py | 88 - .../pip/_vendor/chardet/sjisprober.py | 105 - .../pip/_vendor/chardet/universaldetector.py | 362 - .../pip/_vendor/chardet/utf1632prober.py | 225 - .../pip/_vendor/chardet/utf8prober.py | 82 - .../pip/_vendor/chardet/version.py | 9 - .../pip/_vendor/colorama/__init__.py | 7 - .../__pycache__/__init__.cpython-312.pyc | Bin 489 -> 0 bytes .../colorama/__pycache__/ansi.cpython-312.pyc | Bin 3947 -> 0 bytes .../__pycache__/ansitowin32.cpython-312.pyc | Bin 16418 -> 0 bytes .../__pycache__/initialise.cpython-312.pyc | Bin 3547 -> 0 bytes .../__pycache__/win32.cpython-312.pyc | Bin 8123 -> 0 bytes .../__pycache__/winterm.cpython-312.pyc | Bin 9085 -> 0 bytes .../pip/_vendor/colorama/ansi.py | 102 - .../pip/_vendor/colorama/ansitowin32.py | 277 - .../pip/_vendor/colorama/initialise.py | 121 - .../pip/_vendor/colorama/tests/__init__.py | 1 - .../__pycache__/__init__.cpython-312.pyc | Bin 195 -> 0 bytes .../__pycache__/ansi_test.cpython-312.pyc | Bin 5464 -> 0 bytes .../ansitowin32_test.cpython-312.pyc | Bin 18100 -> 0 bytes .../initialise_test.cpython-312.pyc | Bin 11745 -> 0 bytes .../__pycache__/isatty_test.cpython-312.pyc | Bin 4901 -> 0 bytes .../tests/__pycache__/utils.cpython-312.pyc | Bin 2485 -> 0 bytes .../__pycache__/winterm_test.cpython-312.pyc | Bin 6609 -> 0 bytes .../pip/_vendor/colorama/tests/ansi_test.py | 76 - .../colorama/tests/ansitowin32_test.py | 294 - .../_vendor/colorama/tests/initialise_test.py | 189 - .../pip/_vendor/colorama/tests/isatty_test.py | 57 - .../pip/_vendor/colorama/tests/utils.py | 49 - .../_vendor/colorama/tests/winterm_test.py | 131 - .../pip/_vendor/colorama/win32.py | 180 - .../pip/_vendor/colorama/winterm.py | 195 - .../pip/_vendor/distlib/__init__.py | 33 - .../__pycache__/__init__.cpython-312.pyc | Bin 1266 -> 0 bytes .../__pycache__/compat.cpython-312.pyc | Bin 45602 -> 0 bytes .../__pycache__/database.cpython-312.pyc | Bin 66024 -> 0 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 24363 -> 0 bytes .../__pycache__/locators.cpython-312.pyc | Bin 60155 -> 0 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 15122 -> 0 bytes .../__pycache__/markers.cpython-312.pyc | Bin 7679 -> 0 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 41796 -> 0 bytes .../__pycache__/resources.cpython-312.pyc | Bin 17322 -> 0 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 19577 -> 0 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 88253 -> 0 bytes .../__pycache__/version.cpython-312.pyc | Bin 30363 -> 0 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 51858 -> 0 bytes .../pip/_vendor/distlib/compat.py | 1138 --- .../pip/_vendor/distlib/database.py | 1359 --- .../pip/_vendor/distlib/index.py | 508 - .../pip/_vendor/distlib/locators.py | 1303 --- .../pip/_vendor/distlib/manifest.py | 384 - .../pip/_vendor/distlib/markers.py | 167 - .../pip/_vendor/distlib/metadata.py | 1068 -- .../pip/_vendor/distlib/resources.py | 358 - .../pip/_vendor/distlib/scripts.py | 452 - .../site-packages/pip/_vendor/distlib/util.py | 2025 ---- .../pip/_vendor/distlib/version.py | 751 -- .../pip/_vendor/distlib/wheel.py | 1099 --- .../pip/_vendor/distro/__init__.py | 54 - .../pip/_vendor/distro/__main__.py | 4 - .../__pycache__/__init__.cpython-312.pyc | Bin 957 -> 0 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 289 -> 0 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 53751 -> 0 bytes .../pip/_vendor/distro/distro.py | 1399 --- .../pip/_vendor/idna/__init__.py | 44 - .../idna/__pycache__/__init__.cpython-312.pyc | Bin 878 -> 0 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 4630 -> 0 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 884 -> 0 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 16020 -> 0 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 99494 -> 0 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 2635 -> 0 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 213 -> 0 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 158867 -> 0 bytes .../site-packages/pip/_vendor/idna/codec.py | 112 - .../site-packages/pip/_vendor/idna/compat.py | 13 - .../site-packages/pip/_vendor/idna/core.py | 400 - .../pip/_vendor/idna/idnadata.py | 4246 -------- .../pip/_vendor/idna/intranges.py | 54 - .../pip/_vendor/idna/package_data.py | 2 - .../pip/_vendor/idna/uts46data.py | 8600 ----------------- .../pip/_vendor/msgpack/__init__.py | 57 - .../__pycache__/__init__.cpython-312.pyc | Bin 1828 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 2022 -> 0 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 8665 -> 0 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 43573 -> 0 bytes .../pip/_vendor/msgpack/exceptions.py | 48 - .../site-packages/pip/_vendor/msgpack/ext.py | 193 - .../pip/_vendor/msgpack/fallback.py | 1010 -- .../pip/_vendor/packaging/__about__.py | 26 - .../pip/_vendor/packaging/__init__.py | 25 - .../__pycache__/__about__.cpython-312.pyc | Bin 627 -> 0 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 463 -> 0 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 12073 -> 0 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 6907 -> 0 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 3238 -> 0 bytes .../__pycache__/markers.cpython-312.pyc | Bin 14055 -> 0 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 6943 -> 0 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 31244 -> 0 bytes .../__pycache__/tags.cpython-312.pyc | Bin 18953 -> 0 bytes .../__pycache__/utils.cpython-312.pyc | Bin 5865 -> 0 bytes .../__pycache__/version.cpython-312.pyc | Bin 19936 -> 0 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/pkg_resources/__init__.py | 3361 ------- .../__pycache__/__init__.cpython-312.pyc | Bin 146471 -> 0 bytes .../pip/_vendor/platformdirs/__init__.py | 566 -- .../pip/_vendor/platformdirs/__main__.py | 53 - .../__pycache__/__init__.cpython-312.pyc | Bin 18026 -> 0 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 1943 -> 0 bytes .../__pycache__/android.cpython-312.pyc | Bin 9441 -> 0 bytes .../__pycache__/api.cpython-312.pyc | Bin 9669 -> 0 bytes .../__pycache__/macos.cpython-312.pyc | Bin 5634 -> 0 bytes .../__pycache__/unix.cpython-312.pyc | Bin 12438 -> 0 bytes .../__pycache__/version.cpython-312.pyc | Bin 308 -> 0 bytes .../__pycache__/windows.cpython-312.pyc | Bin 12996 -> 0 bytes .../pip/_vendor/platformdirs/android.py | 210 - .../pip/_vendor/platformdirs/api.py | 223 - .../pip/_vendor/platformdirs/macos.py | 91 - .../pip/_vendor/platformdirs/unix.py | 223 - .../pip/_vendor/platformdirs/version.py | 4 - .../pip/_vendor/platformdirs/windows.py | 255 - .../pip/_vendor/pygments/__init__.py | 82 - .../pip/_vendor/pygments/__main__.py | 17 - .../__pycache__/__init__.cpython-312.pyc | Bin 3486 -> 0 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 732 -> 0 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 26603 -> 0 bytes .../__pycache__/console.cpython-312.pyc | Bin 2624 -> 0 bytes .../__pycache__/filter.cpython-312.pyc | Bin 3230 -> 0 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 4567 -> 0 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 38327 -> 0 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 1566 -> 0 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 3394 -> 0 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 4079 -> 0 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 4754 -> 0 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 11044 -> 0 bytes .../__pycache__/style.cpython-312.pyc | Bin 6672 -> 0 bytes .../__pycache__/token.cpython-312.pyc | Bin 8140 -> 0 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 32986 -> 0 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 13979 -> 0 bytes .../pip/_vendor/pygments/cmdline.py | 668 -- .../pip/_vendor/pygments/console.py | 70 - .../pip/_vendor/pygments/filter.py | 71 - .../pip/_vendor/pygments/filters/__init__.py | 940 -- .../__pycache__/__init__.cpython-312.pyc | Bin 37934 -> 0 bytes .../pip/_vendor/pygments/formatter.py | 124 - .../_vendor/pygments/formatters/__init__.py | 158 - .../__pycache__/__init__.cpython-312.pyc | Bin 6924 -> 0 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 4213 -> 0 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 4192 -> 0 bytes .../__pycache__/groff.cpython-312.pyc | Bin 7262 -> 0 bytes .../__pycache__/html.cpython-312.pyc | Bin 40570 -> 0 bytes .../__pycache__/img.cpython-312.pyc | Bin 27041 -> 0 bytes .../__pycache__/irc.cpython-312.pyc | Bin 6063 -> 0 bytes .../__pycache__/latex.cpython-312.pyc | Bin 19952 -> 0 bytes .../__pycache__/other.cpython-312.pyc | Bin 6882 -> 0 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 2928 -> 0 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 6124 -> 0 bytes .../__pycache__/svg.cpython-312.pyc | Bin 9064 -> 0 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 5827 -> 0 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 15155 -> 0 bytes .../_vendor/pygments/formatters/_mapping.py | 23 - .../pip/_vendor/pygments/formatters/bbcode.py | 108 - .../pip/_vendor/pygments/formatters/groff.py | 170 - .../pip/_vendor/pygments/formatters/html.py | 989 -- .../pip/_vendor/pygments/formatters/img.py | 645 -- .../pip/_vendor/pygments/formatters/irc.py | 154 - .../pip/_vendor/pygments/formatters/latex.py | 521 - .../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 | 943 -- .../pip/_vendor/pygments/lexers/__init__.py | 362 - .../__pycache__/__init__.cpython-312.pyc | Bin 14650 -> 0 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 64402 -> 0 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 42637 -> 0 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 559 -- .../pip/_vendor/pygments/lexers/python.py | 1198 --- .../pip/_vendor/pygments/modeline.py | 43 - .../pip/_vendor/pygments/plugin.py | 88 - .../pip/_vendor/pygments/regexopt.py | 91 - .../pip/_vendor/pygments/scanner.py | 104 - .../pip/_vendor/pygments/sphinxext.py | 217 - .../pip/_vendor/pygments/style.py | 197 - .../pip/_vendor/pygments/styles/__init__.py | 103 - .../__pycache__/__init__.cpython-312.pyc | Bin 4446 -> 0 bytes .../pip/_vendor/pygments/token.py | 213 - .../pip/_vendor/pygments/unistring.py | 153 - .../pip/_vendor/pygments/util.py | 330 - .../pip/_vendor/pyparsing/__init__.py | 322 - .../__pycache__/__init__.cpython-312.pyc | Bin 7909 -> 0 bytes .../__pycache__/actions.cpython-312.pyc | Bin 8393 -> 0 bytes .../__pycache__/common.cpython-312.pyc | Bin 13412 -> 0 bytes .../__pycache__/core.cpython-312.pyc | Bin 267706 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 12992 -> 0 bytes .../__pycache__/helpers.cpython-312.pyc | Bin 48499 -> 0 bytes .../__pycache__/results.cpython-312.pyc | Bin 34108 -> 0 bytes .../__pycache__/testing.cpython-312.pyc | Bin 17186 -> 0 bytes .../__pycache__/unicode.cpython-312.pyc | Bin 13182 -> 0 bytes .../__pycache__/util.cpython-312.pyc | Bin 14902 -> 0 bytes .../pip/_vendor/pyparsing/actions.py | 217 - .../pip/_vendor/pyparsing/common.py | 432 - .../pip/_vendor/pyparsing/core.py | 6115 ------------ .../pip/_vendor/pyparsing/diagram/__init__.py | 656 -- .../__pycache__/__init__.cpython-312.pyc | Bin 26811 -> 0 bytes .../pip/_vendor/pyparsing/exceptions.py | 299 - .../pip/_vendor/pyparsing/helpers.py | 1100 --- .../pip/_vendor/pyparsing/results.py | 796 -- .../pip/_vendor/pyparsing/testing.py | 331 - .../pip/_vendor/pyparsing/unicode.py | 361 - .../pip/_vendor/pyparsing/util.py | 284 - .../pip/_vendor/pyproject_hooks/__init__.py | 23 - .../__pycache__/__init__.cpython-312.pyc | Bin 611 -> 0 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 372 -> 0 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 14723 -> 0 bytes .../pip/_vendor/pyproject_hooks/_compat.py | 8 - .../pip/_vendor/pyproject_hooks/_impl.py | 330 - .../pyproject_hooks/_in_process/__init__.py | 18 - .../__pycache__/__init__.cpython-312.pyc | Bin 1078 -> 0 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 14395 -> 0 bytes .../_in_process/_in_process.py | 353 - .../pip/_vendor/requests/__init__.py | 182 - .../__pycache__/__init__.cpython-312.pyc | Bin 5451 -> 0 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 582 -> 0 bytes .../_internal_utils.cpython-312.pyc | Bin 2022 -> 0 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 21278 -> 0 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 7202 -> 0 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 13921 -> 0 bytes .../__pycache__/certs.cpython-312.pyc | Bin 920 -> 0 bytes .../__pycache__/compat.cpython-312.pyc | Bin 1505 -> 0 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 25244 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 7045 -> 0 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 4310 -> 0 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 1050 -> 0 bytes .../__pycache__/models.cpython-312.pyc | Bin 35446 -> 0 bytes .../__pycache__/packages.cpython-312.pyc | Bin 770 -> 0 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 27755 -> 0 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 5957 -> 0 bytes .../__pycache__/structures.cpython-312.pyc | Bin 5615 -> 0 bytes .../__pycache__/utils.cpython-312.pyc | Bin 36073 -> 0 bytes .../pip/_vendor/requests/__version__.py | 14 - .../pip/_vendor/requests/_internal_utils.py | 50 - .../pip/_vendor/requests/adapters.py | 538 -- .../site-packages/pip/_vendor/requests/api.py | 157 - .../pip/_vendor/requests/auth.py | 315 - .../pip/_vendor/requests/certs.py | 24 - .../pip/_vendor/requests/compat.py | 67 - .../pip/_vendor/requests/cookies.py | 561 -- .../pip/_vendor/requests/exceptions.py | 141 - .../pip/_vendor/requests/help.py | 131 - .../pip/_vendor/requests/hooks.py | 33 - .../pip/_vendor/requests/models.py | 1034 -- .../pip/_vendor/requests/packages.py | 16 - .../pip/_vendor/requests/sessions.py | 833 -- .../pip/_vendor/requests/status_codes.py | 128 - .../pip/_vendor/requests/structures.py | 99 - .../pip/_vendor/requests/utils.py | 1088 --- .../pip/_vendor/resolvelib/__init__.py | 26 - .../__pycache__/__init__.cpython-312.pyc | Bin 632 -> 0 bytes .../__pycache__/providers.cpython-312.pyc | Bin 6849 -> 0 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 2652 -> 0 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 25895 -> 0 bytes .../__pycache__/structs.cpython-312.pyc | Bin 10504 -> 0 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 198 -> 0 bytes .../collections_abc.cpython-312.pyc | Bin 418 -> 0 bytes .../resolvelib/compat/collections_abc.py | 6 - .../pip/_vendor/resolvelib/providers.py | 133 - .../pip/_vendor/resolvelib/reporters.py | 43 - .../pip/_vendor/resolvelib/resolvers.py | 547 -- .../pip/_vendor/resolvelib/structs.py | 170 - .../pip/_vendor/rich/__init__.py | 177 - .../pip/_vendor/rich/__main__.py | 274 - .../rich/__pycache__/__init__.cpython-312.pyc | Bin 7013 -> 0 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 10302 -> 0 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 7819 -> 0 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 205974 -> 0 bytes .../_emoji_replace.cpython-312.pyc | Bin 1727 -> 0 bytes .../_export_format.cpython-312.pyc | Bin 2319 -> 0 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 535 -> 0 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 853 -> 0 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 12075 -> 0 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 4145 -> 0 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 1883 -> 0 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 3618 -> 0 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 5158 -> 0 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 724 -> 0 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 6577 -> 0 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 13177 -> 0 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 963 -> 0 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 863 -> 0 bytes .../_win32_console.cpython-312.pyc | Bin 28974 -> 0 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 2488 -> 0 bytes .../_windows_renderer.cpython-312.pyc | Bin 3571 -> 0 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 2358 -> 0 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 1606 -> 0 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 12320 -> 0 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 9104 -> 0 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 4270 -> 0 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 11856 -> 0 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 5616 -> 0 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 26568 -> 0 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 1699 -> 0 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 8585 -> 0 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 113791 -> 0 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 2256 -> 0 bytes .../__pycache__/containers.cpython-312.pyc | Bin 9224 -> 0 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 10927 -> 0 bytes .../default_styles.cpython-312.pyc | Bin 10371 -> 0 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 1485 -> 0 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 4207 -> 0 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 1843 -> 0 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 3575 -> 0 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 3080 -> 0 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 9896 -> 0 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 6033 -> 0 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 5207 -> 0 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 20218 -> 0 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 19141 -> 0 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 4892 -> 0 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 13552 -> 0 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 9296 -> 0 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 6374 -> 0 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 7132 -> 0 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 1818 -> 0 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 5312 -> 0 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 12095 -> 0 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 40054 -> 0 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 75076 -> 0 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 10387 -> 0 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 14779 -> 0 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 1790 -> 0 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 565 -> 0 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 6624 -> 0 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 6566 -> 0 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 3828 -> 0 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 2482 -> 0 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 28159 -> 0 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 6062 -> 0 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 6066 -> 0 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 33512 -> 0 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 2137 -> 0 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 39610 -> 0 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 43582 -> 0 bytes .../terminal_theme.cpython-312.pyc | Bin 3346 -> 0 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 58961 -> 0 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 6338 -> 0 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 312 -> 0 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 31546 -> 0 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 11437 -> 0 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/_export_format.py | 76 - .../pip/_vendor/rich/_extension.py | 10 - .../site-packages/pip/_vendor/rich/_fileno.py | 24 - .../pip/_vendor/rich/_inspect.py | 270 - .../pip/_vendor/rich/_log_render.py | 94 - .../site-packages/pip/_vendor/rich/_loop.py | 43 - .../pip/_vendor/rich/_null_file.py | 69 - .../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 | 482 - .../site-packages/pip/_vendor/rich/_stack.py | 16 - .../site-packages/pip/_vendor/rich/_timer.py | 19 - .../pip/_vendor/rich/_win32_console.py | 662 -- .../pip/_vendor/rich/_windows.py | 72 - .../pip/_vendor/rich/_windows_renderer.py | 56 - .../site-packages/pip/_vendor/rich/_wrap.py | 56 - .../site-packages/pip/_vendor/rich/abc.py | 33 - .../site-packages/pip/_vendor/rich/align.py | 311 - .../site-packages/pip/_vendor/rich/ansi.py | 240 - .../site-packages/pip/_vendor/rich/bar.py | 94 - .../site-packages/pip/_vendor/rich/box.py | 517 - .../site-packages/pip/_vendor/rich/cells.py | 154 - .../site-packages/pip/_vendor/rich/color.py | 622 -- .../pip/_vendor/rich/color_triplet.py | 38 - .../site-packages/pip/_vendor/rich/columns.py | 187 - .../site-packages/pip/_vendor/rich/console.py | 2633 ----- .../pip/_vendor/rich/constrain.py | 37 - .../pip/_vendor/rich/containers.py | 167 - .../site-packages/pip/_vendor/rich/control.py | 225 - .../pip/_vendor/rich/default_styles.py | 190 - .../pip/_vendor/rich/diagnose.py | 37 - .../site-packages/pip/_vendor/rich/emoji.py | 96 - .../site-packages/pip/_vendor/rich/errors.py | 34 - .../pip/_vendor/rich/file_proxy.py | 57 - .../pip/_vendor/rich/filesize.py | 89 - .../pip/_vendor/rich/highlighter.py | 232 - .../site-packages/pip/_vendor/rich/json.py | 140 - .../site-packages/pip/_vendor/rich/jupyter.py | 101 - .../site-packages/pip/_vendor/rich/layout.py | 443 - .../site-packages/pip/_vendor/rich/live.py | 375 - .../pip/_vendor/rich/live_render.py | 113 - .../site-packages/pip/_vendor/rich/logging.py | 289 - .../site-packages/pip/_vendor/rich/markup.py | 246 - .../site-packages/pip/_vendor/rich/measure.py | 151 - .../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 | 308 - .../site-packages/pip/_vendor/rich/pretty.py | 994 -- .../pip/_vendor/rich/progress.py | 1702 ---- .../pip/_vendor/rich/progress_bar.py | 224 - .../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 | 149 - .../site-packages/pip/_vendor/rich/rule.py | 130 - .../site-packages/pip/_vendor/rich/scope.py | 86 - .../site-packages/pip/_vendor/rich/screen.py | 54 - .../site-packages/pip/_vendor/rich/segment.py | 739 -- .../site-packages/pip/_vendor/rich/spinner.py | 137 - .../site-packages/pip/_vendor/rich/status.py | 132 - .../site-packages/pip/_vendor/rich/style.py | 796 -- .../site-packages/pip/_vendor/rich/styled.py | 42 - .../site-packages/pip/_vendor/rich/syntax.py | 948 -- .../site-packages/pip/_vendor/rich/table.py | 1002 -- .../pip/_vendor/rich/terminal_theme.py | 153 - .../site-packages/pip/_vendor/rich/text.py | 1307 --- .../site-packages/pip/_vendor/rich/theme.py | 115 - .../site-packages/pip/_vendor/rich/themes.py | 5 - .../pip/_vendor/rich/traceback.py | 756 -- .../site-packages/pip/_vendor/rich/tree.py | 251 - .../site-packages/pip/_vendor/six.py | 998 -- .../pip/_vendor/tenacity/__init__.py | 608 -- .../__pycache__/__init__.cpython-312.pyc | Bin 27084 -> 0 bytes .../__pycache__/_asyncio.cpython-312.pyc | Bin 4804 -> 0 bytes .../__pycache__/_utils.cpython-312.pyc | Bin 2313 -> 0 bytes .../__pycache__/after.cpython-312.pyc | Bin 1622 -> 0 bytes .../__pycache__/before.cpython-312.pyc | Bin 1462 -> 0 bytes .../__pycache__/before_sleep.cpython-312.pyc | Bin 2300 -> 0 bytes .../tenacity/__pycache__/nap.cpython-312.pyc | Bin 1410 -> 0 bytes .../__pycache__/retry.cpython-312.pyc | Bin 14279 -> 0 bytes .../tenacity/__pycache__/stop.cpython-312.pyc | Bin 5566 -> 0 bytes .../__pycache__/tornadoweb.cpython-312.pyc | Bin 2584 -> 0 bytes .../tenacity/__pycache__/wait.cpython-312.pyc | Bin 12411 -> 0 bytes .../pip/_vendor/tenacity/_asyncio.py | 94 - .../pip/_vendor/tenacity/_utils.py | 76 - .../pip/_vendor/tenacity/after.py | 51 - .../pip/_vendor/tenacity/before.py | 46 - .../pip/_vendor/tenacity/before_sleep.py | 71 - .../site-packages/pip/_vendor/tenacity/nap.py | 43 - .../pip/_vendor/tenacity/retry.py | 272 - .../pip/_vendor/tenacity/stop.py | 103 - .../pip/_vendor/tenacity/tornadoweb.py | 59 - .../pip/_vendor/tenacity/wait.py | 228 - .../pip/_vendor/tomli/__init__.py | 11 - .../__pycache__/__init__.cpython-312.pyc | Bin 382 -> 0 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 26925 -> 0 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 3906 -> 0 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 364 -> 0 bytes .../pip/_vendor/tomli/_parser.py | 691 -- .../site-packages/pip/_vendor/tomli/_re.py | 107 - .../site-packages/pip/_vendor/tomli/_types.py | 10 - .../pip/_vendor/truststore/__init__.py | 13 - .../__pycache__/__init__.cpython-312.pyc | Bin 616 -> 0 bytes .../__pycache__/_api.cpython-312.pyc | Bin 15795 -> 0 bytes .../__pycache__/_macos.cpython-312.pyc | Bin 16660 -> 0 bytes .../__pycache__/_openssl.cpython-312.pyc | Bin 2213 -> 0 bytes .../_ssl_constants.cpython-312.pyc | Bin 1097 -> 0 bytes .../__pycache__/_windows.cpython-312.pyc | Bin 15504 -> 0 bytes .../pip/_vendor/truststore/_api.py | 302 - .../pip/_vendor/truststore/_macos.py | 501 - .../pip/_vendor/truststore/_openssl.py | 66 - .../pip/_vendor/truststore/_ssl_constants.py | 31 - .../pip/_vendor/truststore/_windows.py | 554 -- .../pip/_vendor/typing_extensions.py | 3072 ------ .../pip/_vendor/urllib3/__init__.py | 102 - .../__pycache__/__init__.cpython-312.pyc | Bin 3403 -> 0 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 16486 -> 0 bytes .../__pycache__/_version.cpython-312.pyc | Bin 216 -> 0 bytes .../__pycache__/connection.cpython-312.pyc | Bin 20405 -> 0 bytes .../connectionpool.cpython-312.pyc | Bin 36440 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 13491 -> 0 bytes .../__pycache__/fields.cpython-312.pyc | Bin 10411 -> 0 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 4016 -> 0 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 20798 -> 0 bytes .../__pycache__/request.cpython-312.pyc | Bin 7292 -> 0 bytes .../__pycache__/response.cpython-312.pyc | Bin 33966 -> 0 bytes .../pip/_vendor/urllib3/_collections.py | 355 - .../pip/_vendor/urllib3/_version.py | 2 - .../pip/_vendor/urllib3/connection.py | 572 -- .../pip/_vendor/urllib3/connectionpool.py | 1137 --- .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 196 -> 0 bytes .../_appengine_environ.cpython-312.pyc | Bin 1846 -> 0 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 11562 -> 0 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 5717 -> 0 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 24448 -> 0 bytes .../securetransport.cpython-312.pyc | Bin 35554 -> 0 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 7509 -> 0 bytes .../urllib3/contrib/_appengine_environ.py | 36 - .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 213 -> 0 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 17425 -> 0 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 14799 -> 0 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 | 518 - .../urllib3/contrib/securetransport.py | 921 -- .../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-312.pyc | Bin 197 -> 0 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 41317 -> 0 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 207 -> 0 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 1823 -> 0 bytes .../weakref_finalize.cpython-312.pyc | Bin 7329 -> 0 bytes .../urllib3/packages/backports/makefile.py | 51 - .../packages/backports/weakref_finalize.py | 155 - .../pip/_vendor/urllib3/packages/six.py | 1076 --- .../pip/_vendor/urllib3/poolmanager.py | 556 -- .../pip/_vendor/urllib3/request.py | 191 - .../pip/_vendor/urllib3/response.py | 879 -- .../pip/_vendor/urllib3/util/__init__.py | 49 - .../util/__pycache__/__init__.cpython-312.pyc | Bin 1144 -> 0 bytes .../__pycache__/connection.cpython-312.pyc | Bin 4754 -> 0 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 1550 -> 0 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 1350 -> 0 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 4181 -> 0 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 2987 -> 0 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 21716 -> 0 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 15101 -> 0 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 5069 -> 0 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 10770 -> 0 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 11137 -> 0 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 15793 -> 0 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 4401 -> 0 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 | 137 - .../pip/_vendor/urllib3/util/response.py | 107 - .../pip/_vendor/urllib3/util/retry.py | 622 -- .../pip/_vendor/urllib3/util/ssl_.py | 495 - .../urllib3/util/ssl_match_hostname.py | 159 - .../pip/_vendor/urllib3/util/ssltransport.py | 221 - .../pip/_vendor/urllib3/util/timeout.py | 271 - .../pip/_vendor/urllib3/util/url.py | 435 - .../pip/_vendor/urllib3/util/wait.py | 152 - .../site-packages/pip/_vendor/vendor.txt | 24 - .../pip/_vendor/webencodings/__init__.py | 342 - .../__pycache__/__init__.cpython-312.pyc | Bin 11999 -> 0 bytes .../__pycache__/labels.cpython-312.pyc | Bin 7130 -> 0 bytes .../__pycache__/mklabels.cpython-312.pyc | Bin 2697 -> 0 bytes .../__pycache__/tests.cpython-312.pyc | Bin 9249 -> 0 bytes .../x_user_defined.cpython-312.pyc | Bin 3293 -> 0 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.12/site-packages/pip/py.typed | 4 - .venv/lib64 | 1 - .venv/pyvenv.cfg | 5 - 999 files changed, 15 insertions(+), 191616 deletions(-) delete mode 100644 .venv/bin/Activate.ps1 delete mode 100644 .venv/bin/activate delete mode 100644 .venv/bin/activate.csh delete mode 100644 .venv/bin/activate.fish delete mode 100755 .venv/bin/pip delete mode 100755 .venv/bin/pip3 delete mode 100755 .venv/bin/pip3.12 delete mode 120000 .venv/bin/python delete mode 120000 .venv/bin/python3 delete mode 120000 .venv/bin/python3.12 delete mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt delete mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER delete mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt delete mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA delete mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD delete mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED delete mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL delete mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt delete mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt delete mode 100644 .venv/lib/python3.12/site-packages/pip/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/__main__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/__pip-runner__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/build_env.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cache.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/main.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/check.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/download.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/help.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/index.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/install.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/list.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/search.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/show.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/configuration.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/exceptions.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/collector.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/sources.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/base.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/main.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/index.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/link.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/auth.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/cache.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/download.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/session.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/utils.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/check.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/pyproject.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/models.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/actions.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/common.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/core.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/six.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_asyncio.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_utils.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/after.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before_sleep.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/nap.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/retry.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/stop.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/tornadoweb.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/wait.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__init__.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/labels.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/mklabels.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/tests.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/x_user_defined.py delete mode 100644 .venv/lib/python3.12/site-packages/pip/py.typed delete mode 120000 .venv/lib64 delete mode 100644 .venv/pyvenv.cfg diff --git a/.gitignore b/.gitignore index d07f02d..2be98c1 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,18 @@ coverage/ .temp/ backups/ logo-cache/ + +# Python virtual environment +.venv/ +venv/ +__pycache__/ +*.py[cod] + +# Desktop app builds +desktop-app/dist/ +desktop-app/build/ +desktop-app/node_modules/ + +# Uploads and recordings +uploads/ +recordings/ diff --git a/.venv/bin/Activate.ps1 b/.venv/bin/Activate.ps1 deleted file mode 100644 index b49d77b..0000000 --- a/.venv/bin/Activate.ps1 +++ /dev/null @@ -1,247 +0,0 @@ -<# -.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/.venv/bin/activate b/.venv/bin/activate deleted file mode 100644 index ee975e1..0000000 --- a/.venv/bin/activate +++ /dev/null @@ -1,70 +0,0 @@ -# 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 - - # Call hash to forget past commands. Without forgetting - # past commands the $PATH changes we made may not be respected - hash -r 2> /dev/null - - 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 - -# on Windows, a path can contain colons and backslashes and has to be converted: -if [ "${OSTYPE:-}" = "cygwin" ] || [ "${OSTYPE:-}" = "msys" ] ; then - # transform D:\path\to\venv to /d/path/to/venv on MSYS - # and to /cygdrive/d/path/to/venv on Cygwin - export VIRTUAL_ENV=$(cygpath /home/iulian/projects/tv/.venv) -else - # use the path as-is - export VIRTUAL_ENV=/home/iulian/projects/tv/.venv -fi - -_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 - -# Call hash to forget past commands. Without forgetting -# past commands the $PATH changes we made may not be respected -hash -r 2> /dev/null diff --git a/.venv/bin/activate.csh b/.venv/bin/activate.csh deleted file mode 100644 index 3c8d5f9..0000000 --- a/.venv/bin/activate.csh +++ /dev/null @@ -1,27 +0,0 @@ -# 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/iulian/projects/tv/.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/.venv/bin/activate.fish b/.venv/bin/activate.fish deleted file mode 100644 index 9e84184..0000000 --- a/.venv/bin/activate.fish +++ /dev/null @@ -1,69 +0,0 @@ -# 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/iulian/projects/tv/.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/.venv/bin/pip b/.venv/bin/pip deleted file mode 100755 index 437ba93..0000000 --- a/.venv/bin/pip +++ /dev/null @@ -1,8 +0,0 @@ -#!/home/iulian/projects/tv/.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/.venv/bin/pip3 b/.venv/bin/pip3 deleted file mode 100755 index 437ba93..0000000 --- a/.venv/bin/pip3 +++ /dev/null @@ -1,8 +0,0 @@ -#!/home/iulian/projects/tv/.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/.venv/bin/pip3.12 b/.venv/bin/pip3.12 deleted file mode 100755 index 437ba93..0000000 --- a/.venv/bin/pip3.12 +++ /dev/null @@ -1,8 +0,0 @@ -#!/home/iulian/projects/tv/.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/.venv/bin/python b/.venv/bin/python deleted file mode 120000 index b8a0adb..0000000 --- a/.venv/bin/python +++ /dev/null @@ -1 +0,0 @@ -python3 \ No newline at end of file diff --git a/.venv/bin/python3 b/.venv/bin/python3 deleted file mode 120000 index ae65fda..0000000 --- a/.venv/bin/python3 +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/python3 \ No newline at end of file diff --git a/.venv/bin/python3.12 b/.venv/bin/python3.12 deleted file mode 120000 index b8a0adb..0000000 --- a/.venv/bin/python3.12 +++ /dev/null @@ -1 +0,0 @@ -python3 \ No newline at end of file diff --git a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt deleted file mode 100644 index 0e63548..0000000 --- a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt +++ /dev/null @@ -1,760 +0,0 @@ -@Switch01 -A_Rog -Aakanksha Agrawal -Abhinav Sagar -ABHYUDAY PRATAP SINGH -abs51295 -AceGentile -Adam Chainz -Adam Tse -Adam Wentz -admin -Adrien Morison -ahayrapetyan -Ahilya -AinsworthK -Akash Srivastava -Alan Yee -Albert Tugushev -Albert-Guan -albertg -Alberto Sottile -Aleks Bunin -Ales Erjavec -Alethea Flowers -Alex Gaynor -Alex Grönholm -Alex Hedges -Alex Loosley -Alex Morega -Alex Stachowiak -Alexander Shtyrov -Alexandre Conrad -Alexey Popravka -Aleš Erjavec -Alli -Ami Fischman -Ananya Maiti -Anatoly Techtonik -Anders Kaseorg -Andre Aguiar -Andreas Lutro -Andrei Geacar -Andrew Gaul -Andrew Shymanel -Andrey Bienkowski -Andrey Bulgakov -Andrés Delfino -Andy Freeland -Andy Kluger -Ani Hayrapetyan -Aniruddha Basak -Anish Tambe -Anrs Hu -Anthony Sottile -Antoine Musso -Anton Ovchinnikov -Anton Patrushev -Antonio Alvarado Hernandez -Antony Lee -Antti Kaihola -Anubhav Patel -Anudit Nagar -Anuj Godase -AQNOUCH Mohammed -AraHaan -Arindam Choudhury -Armin Ronacher -Artem -Arun Babu Neelicattu -Ashley Manton -Ashwin Ramaswami -atse -Atsushi Odagiri -Avinash Karhana -Avner Cohen -Awit (Ah-Wit) Ghirmai -Baptiste Mispelon -Barney Gale -barneygale -Bartek Ogryczak -Bastian Venthur -Ben Bodenmiller -Ben Darnell -Ben Hoyt -Ben Mares -Ben Rosser -Bence Nagy -Benjamin Peterson -Benjamin VanEvery -Benoit Pierre -Berker Peksag -Bernard -Bernard Tyers -Bernardo B. Marques -Bernhard M. Wiedemann -Bertil Hatt -Bhavam Vidyarthi -Blazej Michalik -Bogdan Opanchuk -BorisZZZ -Brad Erickson -Bradley Ayers -Brandon L. Reiss -Brandt Bucher -Brett Randall -Brett Rosen -Brian Cristante -Brian Rosner -briantracy -BrownTruck -Bruno Oliveira -Bruno Renié -Bruno S -Bstrdsmkr -Buck Golemon -burrows -Bussonnier Matthias -bwoodsend -c22 -Caleb Martinez -Calvin Smith -Carl Meyer -Carlos Liam -Carol Willing -Carter Thayer -Cass -Chandrasekhar Atina -Chih-Hsuan Yen -Chris Brinker -Chris Hunt -Chris Jerdonek -Chris Kuehl -Chris McDonough -Chris Pawley -Chris Pryer -Chris Wolfe -Christian Clauss -Christian Heimes -Christian Oudard -Christoph Reiter -Christopher Hunt -Christopher Snyder -cjc7373 -Clark Boylan -Claudio Jolowicz -Clay McClure -Cody -Cody Soyland -Colin Watson -Collin Anderson -Connor Osborn -Cooper Lees -Cooper Ry Lees -Cory Benfield -Cory Wright -Craig Kerstiens -Cristian Sorinel -Cristina -Cristina Muñoz -Curtis Doty -cytolentino -Daan De Meyer -Dale -Damian -Damian Quiroga -Damian Shaw -Dan Black -Dan Savilonis -Dan Sully -Dane Hillard -daniel -Daniel Collins -Daniel Hahler -Daniel Holth -Daniel Jost -Daniel Katz -Daniel Shaulov -Daniele Esposti -Daniele Nicolodi -Daniele Procida -Daniil Konovalenko -Danny Hermes -Danny McClanahan -Darren Kavanagh -Dav Clark -Dave Abrahams -Dave Jones -David Aguilar -David Black -David Bordeynik -David Caro -David D Lowe -David Evans -David Hewitt -David Linke -David Poggi -David Pursehouse -David Runge -David Tucker -David Wales -Davidovich -ddelange -Deepak Sharma -Deepyaman Datta -Denise Yu -dependabot[bot] -derwolfe -Desetude -Devesh Kumar Singh -Diego Caraballo -Diego Ramirez -DiegoCaraballo -Dimitri Merejkowsky -Dimitri Papadopoulos -Dirk Stolle -Dmitry Gladkov -Dmitry Volodin -Domen Kožar -Dominic Davis-Foster -Donald Stufft -Dongweiming -doron zarhi -Dos Moonen -Douglas Thor -DrFeathers -Dustin Ingram -Dwayne Bailey -Ed Morley -Edgar Ramírez -Edgar Ramírez Mondragón -Ee Durbin -Efflam Lemaillet -efflamlemaillet -Eitan Adler -ekristina -elainechan -Eli Schwartz -Elisha Hollander -Ellen Marie Dash -Emil Burzo -Emil Styrke -Emmanuel Arias -Endoh Takanao -enoch -Erdinc Mutlu -Eric Cousineau -Eric Gillingham -Eric Hanchrow -Eric Hopper -Erik M. Bray -Erik Rose -Erwin Janssen -Eugene Vereshchagin -everdimension -Federico -Felipe Peter -Felix Yan -fiber-space -Filip Kokosiński -Filipe Laíns -Finn Womack -finnagin -Flavio Amurrio -Florian Briand -Florian Rathgeber -Francesco -Francesco Montesano -Frost Ming -Gabriel Curio -Gabriel de Perthuis -Garry Polley -gavin -gdanielson -Geoffrey Sneddon -George Song -Georgi Valkov -Georgy Pchelkin -ghost -Giftlin Rajaiah -gizmoguy1 -gkdoc -Godefroid Chapelle -Gopinath M -GOTO Hayato -gousaiyang -gpiks -Greg Roodt -Greg Ward -Guilherme Espada -Guillaume Seguin -gutsytechster -Guy Rozendorn -Guy Tuval -gzpan123 -Hanjun Kim -Hari Charan -Harsh Vardhan -harupy -Harutaka Kawamura -hauntsaninja -Henrich Hartzer -Henry Schreiner -Herbert Pfennig -Holly Stotelmyer -Honnix -Hsiaoming Yang -Hugo Lopes Tavares -Hugo van Kemenade -Hugues Bruant -Hynek Schlawack -Ian Bicking -Ian Cordasco -Ian Lee -Ian Stapleton Cordasco -Ian Wienand -Igor Kuzmitshov -Igor Sobreira -Ilan Schnell -Illia Volochii -Ilya Baryshev -Inada Naoki -Ionel Cristian Mărieș -Ionel Maries Cristian -Itamar Turner-Trauring -Ivan Pozdeev -J. Nick Koston -Jacob Kim -Jacob Walls -Jaime Sanz -jakirkham -Jakub Kuczys -Jakub Stasiak -Jakub Vysoky -Jakub Wilk -James Cleveland -James Curtin -James Firth -James Gerity -James Polley -Jan Pokorný -Jannis Leidel -Jarek Potiuk -jarondl -Jason Curtis -Jason R. Coombs -JasonMo -JasonMo1 -Jay Graves -Jean Abou Samra -Jean-Christophe Fillion-Robin -Jeff Barber -Jeff Dairiki -Jeff Widman -Jelmer Vernooij -jenix21 -Jeremy Stanley -Jeremy Zafran -Jesse Rittner -Jiashuo Li -Jim Fisher -Jim Garrison -Jiun Bae -Jivan Amara -Joe Bylund -Joe Michelini -John Paton -John T. Wodder II -John-Scott Atlakson -johnthagen -Jon Banafato -Jon Dufresne -Jon Parise -Jonas Nockert -Jonathan Herbert -Joonatan Partanen -Joost Molenaar -Jorge Niedbalski -Joseph Bylund -Joseph Long -Josh Bronson -Josh Hansen -Josh Schneier -Joshua -Juan Luis Cano Rodríguez -Juanjo Bazán -Judah Rand -Julian Berman -Julian Gethmann -Julien Demoor -Jussi Kukkonen -jwg4 -Jyrki Pulliainen -Kai Chen -Kai Mueller -Kamal Bin Mustafa -kasium -kaustav haldar -keanemind -Keith Maxwell -Kelsey Hightower -Kenneth Belitzky -Kenneth Reitz -Kevin Burke -Kevin Carter -Kevin Frommelt -Kevin R Patterson -Kexuan Sun -Kit Randel -Klaas van Schelven -KOLANICH -kpinc -Krishna Oza -Kumar McMillan -Kurt McKee -Kyle Persohn -lakshmanaram -Laszlo Kiss-Kollar -Laurent Bristiel -Laurent LAPORTE -Laurie O -Laurie Opperman -layday -Leon Sasson -Lev Givon -Lincoln de Sousa -Lipis -lorddavidiii -Loren Carvalho -Lucas Cimon -Ludovic Gasc -Lukas Geiger -Lukas Juhrich -Luke Macken -Luo Jiebin -luojiebin -luz.paz -László Kiss Kollár -M00nL1ght -Marc Abramowitz -Marc Tamlyn -Marcus Smith -Mariatta -Mark Kohler -Mark Williams -Markus Hametner -Martey Dodoo -Martin Fischer -Martin Häcker -Martin Pavlasek -Masaki -Masklinn -Matej Stuchlik -Mathew Jennings -Mathieu Bridon -Mathieu Kniewallner -Matt Bacchi -Matt Good -Matt Maker -Matt Robenolt -matthew -Matthew Einhorn -Matthew Feickert -Matthew Gilliard -Matthew Iversen -Matthew Treinish -Matthew Trumbell -Matthew Willson -Matthias Bussonnier -mattip -Maurits van Rees -Max W Chase -Maxim Kurnikov -Maxime Rouyrre -mayeut -mbaluna -mdebi -memoselyk -meowmeowcat -Michael -Michael Aquilina -Michael E. Karpeles -Michael Klich -Michael Mintz -Michael Williamson -michaelpacer -Michał Górny -Mickaël Schoentgen -Miguel Araujo Perez -Mihir Singh -Mike -Mike Hendricks -Min RK -MinRK -Miro Hrončok -Monica Baluna -montefra -Monty Taylor -Muha Ajjan‮ -Nadav Wexler -Nahuel Ambrosini -Nate Coraor -Nate Prewitt -Nathan Houghton -Nathaniel J. Smith -Nehal J Wani -Neil Botelho -Nguyễn Gia Phong -Nicholas Serra -Nick Coghlan -Nick Stenning -Nick Timkovich -Nicolas Bock -Nicole Harris -Nikhil Benesch -Nikhil Ladha -Nikita Chepanov -Nikolay Korolev -Nipunn Koorapati -Nitesh Sharma -Niyas Sait -Noah -Noah Gorny -Nowell Strite -NtaleGrey -nvdv -OBITORASU -Ofek Lev -ofrinevo -Oliver Freund -Oliver Jeeves -Oliver Mannion -Oliver Tonnhofer -Olivier Girardot -Olivier Grisel -Ollie Rutherfurd -OMOTO Kenji -Omry Yadan -onlinejudge95 -Oren Held -Oscar Benjamin -Oz N Tiram -Pachwenko -Patrick Dubroy -Patrick Jenkins -Patrick Lawson -patricktokeeffe -Patrik Kopkan -Paul Ganssle -Paul Kehrer -Paul Moore -Paul Nasrat -Paul Oswald -Paul van der Linden -Paulus Schoutsen -Pavel Safronov -Pavithra Eswaramoorthy -Pawel Jasinski -Paweł Szramowski -Pekka Klärck -Peter Gessler -Peter Lisák -Peter Waller -petr-tik -Phaneendra Chiruvella -Phil Elson -Phil Freo -Phil Pennock -Phil Whelan -Philip Jägenstedt -Philip Molloy -Philippe Ombredanne -Pi Delport -Pierre-Yves Rofes -Pieter Degroote -pip -Prabakaran Kumaresshan -Prabhjyotsing Surjit Singh Sodhi -Prabhu Marappan -Pradyun Gedam -Prashant Sharma -Pratik Mallya -pre-commit-ci[bot] -Preet Thakkar -Preston Holmes -Przemek Wrzos -Pulkit Goyal -q0w -Qiangning Hong -Qiming Xu -Quentin Lee -Quentin Pradet -R. David Murray -Rafael Caricio -Ralf Schmitt -Razzi Abuissa -rdb -Reece Dunham -Remi Rampin -Rene Dudfield -Riccardo Magliocchetti -Riccardo Schirone -Richard Jones -Richard Si -Ricky Ng-Adam -Rishi -RobberPhex -Robert Collins -Robert McGibbon -Robert Pollak -Robert T. McGibbon -robin elisha robinson -Roey Berman -Rohan Jain -Roman Bogorodskiy -Roman Donchenko -Romuald Brunet -ronaudinho -Ronny Pfannschmidt -Rory McCann -Ross Brattain -Roy Wellington Ⅳ -Ruairidh MacLeod -Russell Keith-Magee -Ryan Shepherd -Ryan Wooden -ryneeverett -Sachi King -Salvatore Rinchiera -sandeepkiran-js -Sander Van Balen -Savio Jomton -schlamar -Scott Kitterman -Sean -seanj -Sebastian Jordan -Sebastian Schaetz -Segev Finer -SeongSoo Cho -Sergey Vasilyev -Seth Michael Larson -Seth Woodworth -Shahar Epstein -Shantanu -shireenrao -Shivansh-007 -Shlomi Fish -Shovan Maity -Simeon Visser -Simon Cross -Simon Pichugin -sinoroc -sinscary -snook92 -socketubs -Sorin Sbarnea -Srinivas Nyayapati -Stavros Korokithakis -Stefan Scherfke -Stefano Rivera -Stephan Erb -Stephen Rosen -stepshal -Steve (Gadget) Barnes -Steve Barnes -Steve Dower -Steve Kowalik -Steven Myint -Steven Silvester -stonebig -studioj -Stéphane Bidoul -Stéphane Bidoul (ACSONE) -Stéphane Klein -Sumana Harihareswara -Surbhi Sharma -Sviatoslav Sydorenko -Swat009 -Sylvain -Takayuki SHIMIZUKAWA -Taneli Hukkinen -tbeswick -Thiago -Thijs Triemstra -Thomas Fenzl -Thomas Grainger -Thomas Guettler -Thomas Johansson -Thomas Kluyver -Thomas Smith -Thomas VINCENT -Tim D. Smith -Tim Gates -Tim Harder -Tim Heap -tim smith -tinruufu -Tobias Hermann -Tom Forbes -Tom Freudenheim -Tom V -Tomas Hrnciar -Tomas Orsava -Tomer Chachamu -Tommi Enenkel | AnB -Tomáš Hrnčiar -Tony Beswick -Tony Narlock -Tony Zhaocheng Tan -TonyBeswick -toonarmycaptain -Toshio Kuratomi -toxinu -Travis Swicegood -Tushar Sadhwani -Tzu-ping Chung -Valentin Haenel -Victor Stinner -victorvpaulo -Vikram - Google -Viktor Szépe -Ville Skyttä -Vinay Sajip -Vincent Philippon -Vinicyus Macedo -Vipul Kumar -Vitaly Babiy -Vladimir Fokow -Vladimir Rutsky -W. Trevor King -Wil Tan -Wilfred Hughes -William Edwards -William ML Leslie -William T Olson -William Woodruff -Wilson Mo -wim glenn -Winson Luk -Wolfgang Maier -Wu Zhenyu -XAMES3 -Xavier Fernandez -xoviat -xtreak -YAMAMOTO Takashi -Yen Chi Hsuan -Yeray Diaz Diaz -Yoval P -Yu Jian -Yuan Jing Vincent Yan -Yusuke Hayashi -Zearin -Zhiping Deng -ziebam -Zvezdan Petkovic -Łukasz Langa -Роман Донченко -Семён Марьясин -‮rekcäH nitraM‮ diff --git a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER deleted file mode 100644 index a1b589e..0000000 --- a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt deleted file mode 100644 index 8e7b65e..0000000 --- a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt +++ /dev/null @@ -1,20 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA deleted file mode 100644 index e5b45bd..0000000 --- a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA +++ /dev/null @@ -1,88 +0,0 @@ -Metadata-Version: 2.1 -Name: pip -Version: 24.0 -Summary: The PyPA recommended tool for installing Python packages. -Author-email: The pip developers -License: MIT -Project-URL: Homepage, https://pip.pypa.io/ -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/ -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 :: 3.11 -Classifier: Programming Language :: Python :: 3.12 -Classifier: Programming Language :: Python :: Implementation :: CPython -Classifier: Programming Language :: Python :: Implementation :: PyPy -Requires-Python: >=3.7 -Description-Content-Type: text/x-rst -License-File: LICENSE.txt -License-File: AUTHORS.txt - -pip - The Python Package Installer -================================== - -.. image:: https://img.shields.io/pypi/v/pip.svg - :target: https://pypi.org/project/pip/ - :alt: PyPI - -.. image:: https://img.shields.io/pypi/pyversions/pip - :target: https://pypi.org/project/pip - :alt: PyPI - Python Version - -.. image:: https://readthedocs.org/projects/pip/badge/?version=latest - :target: https://pip.pypa.io/en/latest - :alt: Documentation - -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`_ - -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 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 -.. _Issue tracking: https://github.com/pypa/pip/issues -.. _Discourse channel: https://discuss.python.org/c/packaging -.. _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/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD deleted file mode 100644 index fec233d..0000000 --- a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD +++ /dev/null @@ -1,1005 +0,0 @@ -../../../bin/pip,sha256=LWubtLPHYlvQGaZCrv7FGnLcuGsg68b6FWghw5p3ogw,247 -../../../bin/pip3,sha256=LWubtLPHYlvQGaZCrv7FGnLcuGsg68b6FWghw5p3ogw,247 -../../../bin/pip3.12,sha256=LWubtLPHYlvQGaZCrv7FGnLcuGsg68b6FWghw5p3ogw,247 -pip-24.0.dist-info/AUTHORS.txt,sha256=SwXm4nkwRkmtnO1ZY-dLy7EPeoQNXMNLby5CN3GlNhY,10388 -pip-24.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -pip-24.0.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 -pip-24.0.dist-info/METADATA,sha256=kNEfJ3_Vho2mee4lfJdlbd5RHIqsfQJSMUB-bOkIOeI,3581 -pip-24.0.dist-info/RECORD,, -pip-24.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip-24.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92 -pip-24.0.dist-info/entry_points.txt,sha256=Fa_c0b-xGFaYxagIruvpJD6qqXmNTA02vAVIkmMj-9o,125 -pip-24.0.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -pip/__init__.py,sha256=oAk1nFpLmUVS5Ln7NxvNoGUn5Vkn6FGQjPaNDf8Q8pk,355 -pip/__main__.py,sha256=WzbhHXTbSE6gBY19mNN9m4s5o_365LOvTYSgqgbdBhE,854 -pip/__pip-runner__.py,sha256=EnrfKmKMzWAdqg_JicLCOP9Y95Ux7zHh4ObvqLtQcjo,1444 -pip/__pycache__/__init__.cpython-312.pyc,, -pip/__pycache__/__main__.cpython-312.pyc,, -pip/__pycache__/__pip-runner__.cpython-312.pyc,, -pip/_internal/__init__.py,sha256=iqZ5-YQsQV08tkUc7L806Reop6tguLFWf70ySF6be0Y,515 -pip/_internal/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/__pycache__/build_env.cpython-312.pyc,, -pip/_internal/__pycache__/cache.cpython-312.pyc,, -pip/_internal/__pycache__/configuration.cpython-312.pyc,, -pip/_internal/__pycache__/exceptions.cpython-312.pyc,, -pip/_internal/__pycache__/main.cpython-312.pyc,, -pip/_internal/__pycache__/pyproject.cpython-312.pyc,, -pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc,, -pip/_internal/__pycache__/wheel_builder.cpython-312.pyc,, -pip/_internal/build_env.py,sha256=1ESpqw0iupS_K7phZK5zshVE5Czy9BtGLFU4W6Enva8,10243 -pip/_internal/cache.py,sha256=uiYD-9F0Bv1C8ZyWE85lpzDmQf7hcUkgL99GmI8I41Q,10370 -pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132 -pip/_internal/cli/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc,, -pip/_internal/cli/__pycache__/base_command.cpython-312.pyc,, -pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc,, -pip/_internal/cli/__pycache__/command_context.cpython-312.pyc,, -pip/_internal/cli/__pycache__/main.cpython-312.pyc,, -pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc,, -pip/_internal/cli/__pycache__/parser.cpython-312.pyc,, -pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc,, -pip/_internal/cli/__pycache__/req_command.cpython-312.pyc,, -pip/_internal/cli/__pycache__/spinners.cpython-312.pyc,, -pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc,, -pip/_internal/cli/autocompletion.py,sha256=_br_5NgSxSuvPjMF0MLHzS5s6BpSkQAQHKrLK89VauM,6690 -pip/_internal/cli/base_command.py,sha256=iuVWGa2oTq7gBReo0er3Z0tXJ2oqBIC6QjDHcnDhKXY,8733 -pip/_internal/cli/cmdoptions.py,sha256=V8ggG6AtHpHKkH_6tRU0mhJaZTeqtrFpu75ghvMXXJk,30063 -pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774 -pip/_internal/cli/main.py,sha256=Uzxt_YD1hIvB1AW5mxt6IVcht5G712AtMqdo51UMhmQ,2816 -pip/_internal/cli/main_parser.py,sha256=laDpsuBDl6kyfywp9eMMA9s84jfH2TJJn-vmL0GG90w,4338 -pip/_internal/cli/parser.py,sha256=KW6C3-7-4ErTNB0TfLTKwOdHcd-qefCeGnrOoE2r0RQ,10781 -pip/_internal/cli/progress_bars.py,sha256=So4mPoSjXkXiSHiTzzquH3VVyVD_njXlHJSExYPXAow,1968 -pip/_internal/cli/req_command.py,sha256=c7_XHABnXmD3_qlK9-r37KqdKBAcgmVKvQ2WcTrNLfc,18369 -pip/_internal/cli/spinners.py,sha256=hIJ83GerdFgFCdobIA23Jggetegl_uC4Sp586nzFbPE,5118 -pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116 -pip/_internal/commands/__init__.py,sha256=5oRO9O3dM2vGuh0bFw4HOVletryrz5HHMmmPWwJrH9U,3882 -pip/_internal/commands/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/commands/__pycache__/cache.cpython-312.pyc,, -pip/_internal/commands/__pycache__/check.cpython-312.pyc,, -pip/_internal/commands/__pycache__/completion.cpython-312.pyc,, -pip/_internal/commands/__pycache__/configuration.cpython-312.pyc,, -pip/_internal/commands/__pycache__/debug.cpython-312.pyc,, -pip/_internal/commands/__pycache__/download.cpython-312.pyc,, -pip/_internal/commands/__pycache__/freeze.cpython-312.pyc,, -pip/_internal/commands/__pycache__/hash.cpython-312.pyc,, -pip/_internal/commands/__pycache__/help.cpython-312.pyc,, -pip/_internal/commands/__pycache__/index.cpython-312.pyc,, -pip/_internal/commands/__pycache__/inspect.cpython-312.pyc,, -pip/_internal/commands/__pycache__/install.cpython-312.pyc,, -pip/_internal/commands/__pycache__/list.cpython-312.pyc,, -pip/_internal/commands/__pycache__/search.cpython-312.pyc,, -pip/_internal/commands/__pycache__/show.cpython-312.pyc,, -pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc,, -pip/_internal/commands/__pycache__/wheel.cpython-312.pyc,, -pip/_internal/commands/cache.py,sha256=xg76_ZFEBC6zoQ3gXLRfMZJft4z2a0RwH4GEFZC6nnU,7944 -pip/_internal/commands/check.py,sha256=Rb13Q28yoLh0j1gpx5SU0jlResNct21eQCRsnaO9xKA,1782 -pip/_internal/commands/completion.py,sha256=HT4lD0bgsflHq2IDgYfiEdp7IGGtE7s6MgI3xn0VQEw,4287 -pip/_internal/commands/configuration.py,sha256=n98enwp6y0b5G6fiRQjaZo43FlJKYve_daMhN-4BRNc,9766 -pip/_internal/commands/debug.py,sha256=63972uUCeMIGOdMMVeIUGrOjTOqTVWplFC82a-hcKyA,6777 -pip/_internal/commands/download.py,sha256=e4hw088zGo26WmJaMIRvCniLlLmoOjqolGyfHjsCkCQ,5335 -pip/_internal/commands/freeze.py,sha256=qrIHS_-c6JPrQ92hMhAv9kkl0bHgFpRLwYJDdbcYr1o,3243 -pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703 -pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132 -pip/_internal/commands/index.py,sha256=CNXQer_PeZKSJooURcCFCBEKGfwyNoUWYP_MWczAcOM,4775 -pip/_internal/commands/inspect.py,sha256=2wSPt9yfr3r6g-s2S5L6PvRtaHNVyb4TuodMStJ39cw,3188 -pip/_internal/commands/install.py,sha256=VxDd-BD3a27ApeE2OK34rfBXS6Zo2wtemK9-HCwPqxM,28782 -pip/_internal/commands/list.py,sha256=-QbpPuGDiGN1SdThsk2ml8beBnepliefbGhMAN8tkzU,12547 -pip/_internal/commands/search.py,sha256=sbBZiARRc050QquOKcCvOr2K3XLsoYebLKZGRi__iUI,5697 -pip/_internal/commands/show.py,sha256=t5jia4zcYJRJZy4U_Von7zMl03hJmmcofj6oDNTnj7Y,6419 -pip/_internal/commands/uninstall.py,sha256=OIqO9tqadY8kM4HwhFf1Q62fUIp7v8KDrTRo8yWMz7Y,3886 -pip/_internal/commands/wheel.py,sha256=CSnX8Pmf1oPCnd7j7bn1_f58G9KHNiAblvVJ5zykN-A,6476 -pip/_internal/configuration.py,sha256=XkAiBS0hpzsM-LF0Qu5hvPWO_Bs67-oQKRYFBuMbESs,14006 -pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 -pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/distributions/__pycache__/base.cpython-312.pyc,, -pip/_internal/distributions/__pycache__/installed.cpython-312.pyc,, -pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc,, -pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc,, -pip/_internal/distributions/base.py,sha256=oRSEvnv2ZjBnargamnv2fcJa1n6gUDKaW0g6CWSEpWs,1743 -pip/_internal/distributions/installed.py,sha256=QinHFbWAQ8oE0pbD8MFZWkwlnfU1QYTccA1vnhrlYOU,842 -pip/_internal/distributions/sdist.py,sha256=4K3V0VNMllHbBzCJibjwd_tylUKpmIdu2AQyhplvCQo,6709 -pip/_internal/distributions/wheel.py,sha256=-ma3sOtUQj0AxXCEb6_Fhmjl3nh4k3A0HC2taAb2N-4,1277 -pip/_internal/exceptions.py,sha256=TmF1iNFEneSWaemwlg6a5bpPuq2cMHK7d1-SvjsQHb0,23634 -pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30 -pip/_internal/index/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/index/__pycache__/collector.cpython-312.pyc,, -pip/_internal/index/__pycache__/package_finder.cpython-312.pyc,, -pip/_internal/index/__pycache__/sources.cpython-312.pyc,, -pip/_internal/index/collector.py,sha256=sH0tL_cOoCk6pLLfCSGVjFM4rPEJtllF-VobvAvLSH4,16590 -pip/_internal/index/package_finder.py,sha256=S_nC8gzVIMY6ikWfKoSOzRtoesUqnfNhAPl_BwSOusA,37843 -pip/_internal/index/sources.py,sha256=dJegiR9f86kslaAHcv9-R5L_XBf5Rzm_FkyPteDuPxI,8688 -pip/_internal/locations/__init__.py,sha256=Dh8LJWG8LRlDK4JIj9sfRF96TREzE--N_AIlx7Tqoe4,15365 -pip/_internal/locations/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc,, -pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc,, -pip/_internal/locations/__pycache__/base.cpython-312.pyc,, -pip/_internal/locations/_distutils.py,sha256=H9ZHK_35rdDV1Qsmi4QeaBULjFT4Mbu6QuoVGkJ6QHI,6009 -pip/_internal/locations/_sysconfig.py,sha256=jyNVtUfMIf0mtyY-Xp1m9yQ8iwECozSVVFmjkN9a2yw,7680 -pip/_internal/locations/base.py,sha256=RQiPi1d4FVM2Bxk04dQhXZ2PqkeljEL2fZZ9SYqIQ78,2556 -pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340 -pip/_internal/metadata/__init__.py,sha256=9pU3W3s-6HtjFuYhWcLTYVmSaziklPv7k2x8p7X1GmA,4339 -pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/metadata/__pycache__/_json.cpython-312.pyc,, -pip/_internal/metadata/__pycache__/base.cpython-312.pyc,, -pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc,, -pip/_internal/metadata/_json.py,sha256=Rz5M5ciSNvITwaTQR6NfN8TgKgM5WfTws4D6CFknovE,2627 -pip/_internal/metadata/base.py,sha256=l3Wgku4xlgr8s4p6fS-3qQ4QKOpPbWLRwi5d9omEFG4,25907 -pip/_internal/metadata/importlib/__init__.py,sha256=jUUidoxnHcfITHHaAWG1G2i5fdBYklv_uJcjo2x7VYE,135 -pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc,, -pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc,, -pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc,, -pip/_internal/metadata/importlib/_compat.py,sha256=GAe_prIfCE4iUylrnr_2dJRlkkBVRUbOidEoID7LPoE,1882 -pip/_internal/metadata/importlib/_dists.py,sha256=UPl1wUujFqiwiltRJ1tMF42WRINO1sSpNNlYQ2mX0mk,8297 -pip/_internal/metadata/importlib/_envs.py,sha256=XTaFIYERP2JF0QUZuPx2ETiugXbPEcZ8q8ZKeht6Lpc,7456 -pip/_internal/metadata/pkg_resources.py,sha256=opjw4IBSqHvie6sXJ_cbT42meygoPEUfNURJuWZY7sk,10035 -pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63 -pip/_internal/models/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/models/__pycache__/candidate.cpython-312.pyc,, -pip/_internal/models/__pycache__/direct_url.cpython-312.pyc,, -pip/_internal/models/__pycache__/format_control.cpython-312.pyc,, -pip/_internal/models/__pycache__/index.cpython-312.pyc,, -pip/_internal/models/__pycache__/installation_report.cpython-312.pyc,, -pip/_internal/models/__pycache__/link.cpython-312.pyc,, -pip/_internal/models/__pycache__/scheme.cpython-312.pyc,, -pip/_internal/models/__pycache__/search_scope.cpython-312.pyc,, -pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc,, -pip/_internal/models/__pycache__/target_python.cpython-312.pyc,, -pip/_internal/models/__pycache__/wheel.cpython-312.pyc,, -pip/_internal/models/candidate.py,sha256=hEPu8VdGE5qVASv6vLz-R-Rgh5-7LMbai1jgthMCd8M,931 -pip/_internal/models/direct_url.py,sha256=FwouYBKcqckh7B-k2H3HVgRhhFTukFwqiS3kfvtFLSk,6889 -pip/_internal/models/format_control.py,sha256=wtsQqSK9HaUiNxQEuB-C62eVimw6G4_VQFxV9-_KDBE,2486 -pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 -pip/_internal/models/installation_report.py,sha256=zRVZoaz-2vsrezj_H3hLOhMZCK9c7TbzWgC-jOalD00,2818 -pip/_internal/models/link.py,sha256=XirOAGv1jgMu7vu87kuPbohGj7VHpwVrd2q3KUgVQNg,20777 -pip/_internal/models/scheme.py,sha256=3EFQp_ICu_shH1-TBqhl0QAusKCPDFOlgHFeN4XowWs,738 -pip/_internal/models/search_scope.py,sha256=ASVyyZxiJILw7bTIVVpJx8J293M3Hk5F33ilGn0e80c,4643 -pip/_internal/models/selection_prefs.py,sha256=KZdi66gsR-_RUXUr9uejssk3rmTHrQVJWeNA2sV-VSY,1907 -pip/_internal/models/target_python.py,sha256=34EkorrMuRvRp-bjqHKJ-bOO71m9xdjN2b8WWFEC2HU,4272 -pip/_internal/models/wheel.py,sha256=YqazoIZyma_Q1ejFa1C7NHKQRRWlvWkdK96VRKmDBeI,3600 -pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50 -pip/_internal/network/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/network/__pycache__/auth.cpython-312.pyc,, -pip/_internal/network/__pycache__/cache.cpython-312.pyc,, -pip/_internal/network/__pycache__/download.cpython-312.pyc,, -pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc,, -pip/_internal/network/__pycache__/session.cpython-312.pyc,, -pip/_internal/network/__pycache__/utils.cpython-312.pyc,, -pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc,, -pip/_internal/network/auth.py,sha256=TC-OcW2KU4W6R1hU4qPgQXvVH54adACpZz6sWq-R9NA,20541 -pip/_internal/network/cache.py,sha256=48A971qCzKNFvkb57uGEk7-0xaqPS0HWj2711QNTxkU,3935 -pip/_internal/network/download.py,sha256=i0Tn55CD5D7XYEFY3TxiYaCf0OaaTQ6SScNgCsSeV14,6086 -pip/_internal/network/lazy_wheel.py,sha256=2PXVduYZPCPZkkQFe1J1GbfHJWeCU--FXonGyIfw9eU,7638 -pip/_internal/network/session.py,sha256=9tqEDD8JiVaFdplOEXJxNo9cjRfBZ6RIa0yQQ_qBNiM,18698 -pip/_internal/network/utils.py,sha256=6A5SrUJEEUHxbGtbscwU2NpCyz-3ztiDlGWHpRRhsJ8,4073 -pip/_internal/network/xmlrpc.py,sha256=sAxzOacJ-N1NXGPvap9jC3zuYWSnnv3GXtgR2-E2APA,1838 -pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_internal/operations/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/operations/__pycache__/check.cpython-312.pyc,, -pip/_internal/operations/__pycache__/freeze.cpython-312.pyc,, -pip/_internal/operations/__pycache__/prepare.cpython-312.pyc,, -pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc,, -pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc,, -pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc,, -pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc,, -pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc,, -pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc,, -pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc,, -pip/_internal/operations/build/build_tracker.py,sha256=z-H5DOknZdBa3dh2Vq6VBMY5qLYIKmlj2p6CGZK5Lc8,4832 -pip/_internal/operations/build/metadata.py,sha256=9S0CUD8U3QqZeXp-Zyt8HxwU90lE4QrnYDgrqZDzBnc,1422 -pip/_internal/operations/build/metadata_editable.py,sha256=VLL7LvntKE8qxdhUdEJhcotFzUsOSI8NNS043xULKew,1474 -pip/_internal/operations/build/metadata_legacy.py,sha256=o-eU21As175hDC7dluM1fJJ_FqokTIShyWpjKaIpHZw,2198 -pip/_internal/operations/build/wheel.py,sha256=sT12FBLAxDC6wyrDorh8kvcZ1jG5qInCRWzzP-UkJiQ,1075 -pip/_internal/operations/build/wheel_editable.py,sha256=yOtoH6zpAkoKYEUtr8FhzrYnkNHQaQBjWQ2HYae1MQg,1417 -pip/_internal/operations/build/wheel_legacy.py,sha256=C9j6rukgQI1n_JeQLoZGuDdfUwzCXShyIdPTp6edbMQ,3064 -pip/_internal/operations/check.py,sha256=fsqA88iGaqftCr2tlP3sSU202CSkoODRtW0O-JU9M4Y,6806 -pip/_internal/operations/freeze.py,sha256=uqoeTAf6HOYVMR2UgAT8N85UZoGEVEoQdan_Ao6SOfk,9816 -pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51 -pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc,, -pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc,, -pip/_internal/operations/install/editable_legacy.py,sha256=YeR0KadWXw_ZheC1NtAG1qVIEkOgRGHc23x-YtGW7NU,1282 -pip/_internal/operations/install/wheel.py,sha256=9hGb1c4bRnPIb2FG7CtUSPfPxqprmHQBtwIAlWPNTtE,27311 -pip/_internal/operations/prepare.py,sha256=57Oq87HfunX3Rbqp47FdaJr9cHbAKUm_3gv7WhBAqbE,28128 -pip/_internal/pyproject.py,sha256=4Xszp11xgr126yzG6BbJA0oaQ9WXuhb0jyUb-y_6lPQ,7152 -pip/_internal/req/__init__.py,sha256=TELFgZOof3lhMmaICVWL9U7PlhXo9OufokbMAJ6J2GI,2738 -pip/_internal/req/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/req/__pycache__/constructors.cpython-312.pyc,, -pip/_internal/req/__pycache__/req_file.cpython-312.pyc,, -pip/_internal/req/__pycache__/req_install.cpython-312.pyc,, -pip/_internal/req/__pycache__/req_set.cpython-312.pyc,, -pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc,, -pip/_internal/req/constructors.py,sha256=8hlY56imEthLORRwmloyKz3YOyXymIaKsNB6P9ewvNI,19018 -pip/_internal/req/req_file.py,sha256=M8ttOZL-PwAj7scPElhW3ZD2hiD9mm_6FJAGIbwAzEI,17790 -pip/_internal/req/req_install.py,sha256=wtOPxkyRSM8comTks8oL1Gp2oyGqbH7JwIDRci2QiPk,35460 -pip/_internal/req/req_set.py,sha256=iMYDUToSgkxFyrP_OrTtPSgw4dwjRyGRDpGooTqeA4Y,4704 -pip/_internal/req/req_uninstall.py,sha256=nmvTQaRCC0iu-5Tw0djlXJhSj6WmqHRvT3qkkEdC35E,24551 -pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/resolution/__pycache__/base.cpython-312.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-312.pyc,, -pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc,, -pip/_internal/resolution/legacy/resolver.py,sha256=Xk24jQ62GvLr4Mc7IjN_qiO88qp0BImzVmPIFz9QLOE,24025 -pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/base.py,sha256=jg5COmHLhmBIKOR-4spdJD3jyULYa1BdsqiBu2YJnJ4,5173 -pip/_internal/resolution/resolvelib/candidates.py,sha256=19Ki91Po-MSxBknGIfOGkaWkFdOznN0W_nKv7jL28L0,21052 -pip/_internal/resolution/resolvelib/factory.py,sha256=vqqk-hjchdhShwWVdeW2_A-5ZblLhE_nC_v3Mhz4Svc,32292 -pip/_internal/resolution/resolvelib/found_candidates.py,sha256=hvL3Hoa9VaYo-qEOZkBi2Iqw251UDxPz-uMHVaWmLpE,5705 -pip/_internal/resolution/resolvelib/provider.py,sha256=4t23ivjruqM6hKBX1KpGiTt-M4HGhRcZnGLV0c01K7U,9824 -pip/_internal/resolution/resolvelib/reporter.py,sha256=YFm9hQvz4DFCbjZeFTQ56hTz3Ac-mDBnHkeNRVvMHLY,3100 -pip/_internal/resolution/resolvelib/requirements.py,sha256=-kJONP0WjDfdTvBAs2vUXPgAnOyNIBEAXY4b72ogtPE,5696 -pip/_internal/resolution/resolvelib/resolver.py,sha256=nLJOsVMEVi2gQUVJoUFKMZAeu2f7GRMjGMvNSWyz0Bc,12592 -pip/_internal/self_outdated_check.py,sha256=saxQLB8UzIFtMScquytG10TOTsYVFJQ_mkW1NY-46wE,8378 -pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_internal/utils/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc,, -pip/_internal/utils/__pycache__/_log.cpython-312.pyc,, -pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc,, -pip/_internal/utils/__pycache__/compat.cpython-312.pyc,, -pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc,, -pip/_internal/utils/__pycache__/datetime.cpython-312.pyc,, -pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc,, -pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc,, -pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc,, -pip/_internal/utils/__pycache__/encoding.cpython-312.pyc,, -pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc,, -pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc,, -pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc,, -pip/_internal/utils/__pycache__/glibc.cpython-312.pyc,, -pip/_internal/utils/__pycache__/hashes.cpython-312.pyc,, -pip/_internal/utils/__pycache__/logging.cpython-312.pyc,, -pip/_internal/utils/__pycache__/misc.cpython-312.pyc,, -pip/_internal/utils/__pycache__/models.cpython-312.pyc,, -pip/_internal/utils/__pycache__/packaging.cpython-312.pyc,, -pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc,, -pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc,, -pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc,, -pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc,, -pip/_internal/utils/__pycache__/urls.cpython-312.pyc,, -pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc,, -pip/_internal/utils/__pycache__/wheel.cpython-312.pyc,, -pip/_internal/utils/_jaraco_text.py,sha256=yvDGelTVugRayPaOF2k4ab0Ky4d3uOkAfuOQjASjImY,3351 -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/egg_link.py,sha256=0FePZoUYKv4RGQ2t6x7w5Z427wbA_Uo3WZnAkrgsuqo,2463 -pip/_internal/utils/encoding.py,sha256=qqsXDtiwMIjXMEiIVSaOjwH5YmirCaK-dIzb6-XJsL0,1169 -pip/_internal/utils/entrypoints.py,sha256=YlhLTRl2oHBAuqhc-zmL7USS67TPWVHImjeAQHreZTQ,3064 -pip/_internal/utils/filesystem.py,sha256=RhMIXUaNVMGjc3rhsDahWQ4MavvEQDdqXqgq-F6fpw8,5122 -pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716 -pip/_internal/utils/glibc.py,sha256=Mesxxgg3BLxheLZx-dSf30b6gKpOgdVXw6W--uHSszQ,3113 -pip/_internal/utils/hashes.py,sha256=MjOigC75z6qoRMkgHiHqot7eqxfwDZSrEflJMPm-bHE,5118 -pip/_internal/utils/logging.py,sha256=fdtuZJ-AKkqwDTANDvGcBEpssL8el7T1jnwk1CnZl3Y,11603 -pip/_internal/utils/misc.py,sha256=fNXwaeeikvnUt4CPMFIL4-IQbZDxxjj4jDpzCi4ZsOw,23623 -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=ouXpud-jeS8xPyTPsXJ-m34NPvK5os45otAzdSV_IJE,4435 -pip/_internal/utils/subprocess.py,sha256=zzdimb75jVLE1GU4WlTZ055gczhD7n1y1xTcNc7vNZQ,9207 -pip/_internal/utils/temp_dir.py,sha256=DUAw22uFruQdK43i2L2K53C-CDjRCPeAsBKJpu-rHQ4,9312 -pip/_internal/utils/unpacking.py,sha256=SBb2iV1crb89MDRTEKY86R4A_UOWApTQn9VQVcMDOlE,8821 -pip/_internal/utils/urls.py,sha256=AhaesUGl-9it6uvG6fsFPOr9ynFpGaTMk4t5XTX7Z_Q,1759 -pip/_internal/utils/virtualenv.py,sha256=S6f7csYorRpiD6cvn3jISZYc3I8PJC43H5iMFpRAEDU,3456 -pip/_internal/utils/wheel.py,sha256=i4BwUNHattzN0ixy3HBAF04tZPRh2CcxaT6t86viwkE,4499 -pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596 -pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc,, -pip/_internal/vcs/__pycache__/git.cpython-312.pyc,, -pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc,, -pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc,, -pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc,, -pip/_internal/vcs/bazaar.py,sha256=j0oin0fpGRHcCFCxEcpPCQoFEvA-DMLULKdGP8Nv76o,3519 -pip/_internal/vcs/git.py,sha256=CeKBGJnl6uskvvjkAUXrJVxbHJrpS_B_pyfFdjL3CRc,18121 -pip/_internal/vcs/mercurial.py,sha256=oULOhzJ2Uie-06d1omkL-_Gc6meGaUkyogvqG9ZCyPs,5249 -pip/_internal/vcs/subversion.py,sha256=vhZs8L-TNggXqM1bbhl-FpbxE3TrIB6Tgnx8fh3S2HE,11729 -pip/_internal/vcs/versioncontrol.py,sha256=3eIjtOMYvOY5qP6BMYIYDZ375CSuec6kSEB0bOo1cSs,22787 -pip/_internal/wheel_builder.py,sha256=qTTzQV8F6b1jNsFCda1TRQC8J7gK-m7iuRNgKo7Dj68,11801 -pip/_vendor/__init__.py,sha256=U51NPwXdA-wXOiANIQncYjcMp6txgeOL5nHxksJeyas,4993 -pip/_vendor/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/__pycache__/six.cpython-312.pyc,, -pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc,, -pip/_vendor/cachecontrol/__init__.py,sha256=ctHagMhQXuvQDdm4TirZrwDOT5H8oBNAJqzdKI6sovk,676 -pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc,, -pip/_vendor/cachecontrol/_cmd.py,sha256=iist2EpzJvDVIhMAxXq8iFnTBsiZAd6iplxfmNboNyk,1737 -pip/_vendor/cachecontrol/adapter.py,sha256=_CcWvUP9048qAZjsNqViaHbdcLs9mmFNixVfpO7oebE,6392 -pip/_vendor/cachecontrol/cache.py,sha256=OTQj72tUf8C1uEgczdl3Gc8vkldSzsTITKtDGKMx4z8,1952 -pip/_vendor/cachecontrol/caches/__init__.py,sha256=dtrrroK5BnADR1GWjCZ19aZ0tFsMfvFBtLQQU1sp_ag,303 -pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc,, -pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc,, -pip/_vendor/cachecontrol/caches/file_cache.py,sha256=3z8AWKD-vfKeiJqIzLmJyIYtR2yd6Tsh3u1TyLRQoIQ,5352 -pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=9rmqwtYu_ljVkW6_oLqbC7EaX_a8YT_yLuna-eS0dgo,1386 -pip/_vendor/cachecontrol/controller.py,sha256=keCFA3ZaNVaWTwHd6F1zqWhb4vyvNx_UvZuo5iIYMfo,18384 -pip/_vendor/cachecontrol/filewrapper.py,sha256=STttGmIPBvZzt2b51dUOwoWX5crcMCpKZOisM3f5BNc,4292 -pip/_vendor/cachecontrol/heuristics.py,sha256=fdFbk9W8IeLrjteIz_fK4mj2HD_Y7COXF2Uc8TgjT1c,4828 -pip/_vendor/cachecontrol/serialize.py,sha256=0dHeMaDwysVAAnGVlhMOP4tDliohgNK0Jxk_zsOiWxw,7173 -pip/_vendor/cachecontrol/wrapper.py,sha256=hsGc7g8QGQTT-4f8tgz3AM5qwScg6FO0BSdLSRdEvpU,1417 -pip/_vendor/certifi/__init__.py,sha256=L_j-d0kYuA_MzA2_2hraF1ovf6KT6DTquRdV3paQwOk,94 -pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255 -pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc,, -pip/_vendor/certifi/__pycache__/core.cpython-312.pyc,, -pip/_vendor/certifi/cacert.pem,sha256=eU0Dn_3yd8BH4m8sfVj4Glhl2KDrcCSg-sEWT-pNJ88,281617 -pip/_vendor/certifi/core.py,sha256=DNTl8b_B6C4vO3Vc9_q2uvwHpNnBQoy5onDC4McImxc,4531 -pip/_vendor/chardet/__init__.py,sha256=57R-HSxj0PWmILMN0GFmUNqEMfrEVSamXyjD-W6_fbs,4797 -pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc,, -pip/_vendor/chardet/__pycache__/version.cpython-312.pyc,, -pip/_vendor/chardet/big5freq.py,sha256=ltcfP-3PjlNHCoo5e4a7C4z-2DhBTXRfY6jbMbB7P30,31274 -pip/_vendor/chardet/big5prober.py,sha256=lPMfwCX6v2AaPgvFh_cSWZcgLDbWiFCHLZ_p9RQ9uxE,1763 -pip/_vendor/chardet/chardistribution.py,sha256=13B8XUG4oXDuLdXvfbIWwLFeR-ZU21AqTS1zcdON8bU,10032 -pip/_vendor/chardet/charsetgroupprober.py,sha256=UKK3SaIZB2PCdKSIS0gnvMtLR9JJX62M-fZJu3OlWyg,3915 -pip/_vendor/chardet/charsetprober.py,sha256=L3t8_wIOov8em-vZWOcbkdsrwe43N6_gqNh5pH7WPd4,5420 -pip/_vendor/chardet/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc,, -pip/_vendor/chardet/cli/chardetect.py,sha256=zibMVg5RpKb-ME9_7EYG4ZM2Sf07NHcQzZ12U-rYJho,3242 -pip/_vendor/chardet/codingstatemachine.py,sha256=K7k69sw3jY5DmTXoSJQVsUtFIQKYPQVOSJJhBuGv_yE,3732 -pip/_vendor/chardet/codingstatemachinedict.py,sha256=0GY3Hi2qIZvDrOOJ3AtqppM1RsYxr_66ER4EHjuMiMc,542 -pip/_vendor/chardet/cp949prober.py,sha256=0jKRV7fECuWI16rNnks0ZECKA1iZYCIEaP8A1ZvjUSI,1860 -pip/_vendor/chardet/enums.py,sha256=TzECiZoCKNMqgwU76cPCeKWFBqaWvAdLMev5_bCkhY8,1683 -pip/_vendor/chardet/escprober.py,sha256=Kho48X65xE0scFylIdeJjM2bcbvRvv0h0WUbMWrJD3A,4006 -pip/_vendor/chardet/escsm.py,sha256=AqyXpA2FQFD7k-buBty_7itGEYkhmVa8X09NLRul3QM,12176 -pip/_vendor/chardet/eucjpprober.py,sha256=5KYaM9fsxkRYzw1b5k0fL-j_-ezIw-ij9r97a9MHxLY,3934 -pip/_vendor/chardet/euckrfreq.py,sha256=3mHuRvXfsq_QcQysDQFb8qSudvTiol71C6Ic2w57tKM,13566 -pip/_vendor/chardet/euckrprober.py,sha256=hiFT6wM174GIwRvqDsIcuOc-dDsq2uPKMKbyV8-1Xnc,1753 -pip/_vendor/chardet/euctwfreq.py,sha256=2alILE1Lh5eqiFJZjzRkMQXolNJRHY5oBQd-vmZYFFM,36913 -pip/_vendor/chardet/euctwprober.py,sha256=NxbpNdBtU0VFI0bKfGfDkpP7S2_8_6FlO87dVH0ogws,1753 -pip/_vendor/chardet/gb2312freq.py,sha256=49OrdXzD-HXqwavkqjo8Z7gvs58hONNzDhAyMENNkvY,20735 -pip/_vendor/chardet/gb2312prober.py,sha256=KPEBueaSLSvBpFeINMu0D6TgHcR90e5PaQawifzF4o0,1759 -pip/_vendor/chardet/hebrewprober.py,sha256=96T_Lj_OmW-fK7JrSHojYjyG3fsGgbzkoTNleZ3kfYE,14537 -pip/_vendor/chardet/jisfreq.py,sha256=mm8tfrwqhpOd3wzZKS4NJqkYBQVcDfTM2JiQ5aW932E,25796 -pip/_vendor/chardet/johabfreq.py,sha256=dBpOYG34GRX6SL8k_LbS9rxZPMjLjoMlgZ03Pz5Hmqc,42498 -pip/_vendor/chardet/johabprober.py,sha256=O1Qw9nVzRnun7vZp4UZM7wvJSv9W941mEU9uDMnY3DU,1752 -pip/_vendor/chardet/jpcntx.py,sha256=uhHrYWkLxE_rF5OkHKInm0HUsrjgKHHVQvtt3UcvotA,27055 -pip/_vendor/chardet/langbulgarianmodel.py,sha256=vmbvYFP8SZkSxoBvLkFqKiH1sjma5ihk3PTpdy71Rr4,104562 -pip/_vendor/chardet/langgreekmodel.py,sha256=JfB7bupjjJH2w3X_mYnQr9cJA_7EuITC2cRW13fUjeI,98484 -pip/_vendor/chardet/langhebrewmodel.py,sha256=3HXHaLQPNAGcXnJjkIJfozNZLTvTJmf4W5Awi6zRRKc,98196 -pip/_vendor/chardet/langhungarianmodel.py,sha256=WxbeQIxkv8YtApiNqxQcvj-tMycsoI4Xy-fwkDHpP_Y,101363 -pip/_vendor/chardet/langrussianmodel.py,sha256=s395bTZ87ESTrZCOdgXbEjZ9P1iGPwCl_8xSsac_DLY,128035 -pip/_vendor/chardet/langthaimodel.py,sha256=7bJlQitRpTnVGABmbSznHnJwOHDy3InkTvtFUx13WQI,102774 -pip/_vendor/chardet/langturkishmodel.py,sha256=XY0eGdTIy4eQ9Xg1LVPZacb-UBhHBR-cq0IpPVHowKc,95372 -pip/_vendor/chardet/latin1prober.py,sha256=p15EEmFbmQUwbKLC7lOJVGHEZwcG45ubEZYTGu01J5g,5380 -pip/_vendor/chardet/macromanprober.py,sha256=9anfzmY6TBfUPDyBDOdY07kqmTHpZ1tK0jL-p1JWcOY,6077 -pip/_vendor/chardet/mbcharsetprober.py,sha256=Wr04WNI4F3X_VxEverNG-H25g7u-MDDKlNt-JGj-_uU,3715 -pip/_vendor/chardet/mbcsgroupprober.py,sha256=iRpaNBjV0DNwYPu_z6TiHgRpwYahiM7ztI_4kZ4Uz9A,2131 -pip/_vendor/chardet/mbcssm.py,sha256=hUtPvDYgWDaA2dWdgLsshbwRfm3Q5YRlRogdmeRUNQw,30391 -pip/_vendor/chardet/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc,, -pip/_vendor/chardet/metadata/languages.py,sha256=FhvBIdZFxRQ-dTwkb_0madRKgVBCaUMQz9I5xqjE5iQ,13560 -pip/_vendor/chardet/resultdict.py,sha256=ez4FRvN5KaSosJeJ2WzUyKdDdg35HDy_SSLPXKCdt5M,402 -pip/_vendor/chardet/sbcharsetprober.py,sha256=-nd3F90i7GpXLjehLVHqVBE0KlWzGvQUPETLBNn4o6U,6400 -pip/_vendor/chardet/sbcsgroupprober.py,sha256=gcgI0fOfgw_3YTClpbra_MNxwyEyJ3eUXraoLHYb59E,4137 -pip/_vendor/chardet/sjisprober.py,sha256=aqQufMzRw46ZpFlzmYaYeT2-nzmKb-hmcrApppJ862k,4007 -pip/_vendor/chardet/universaldetector.py,sha256=xYBrg4x0dd9WnT8qclfADVD9ondrUNkqPmvte1pa520,14848 -pip/_vendor/chardet/utf1632prober.py,sha256=pw1epGdMj1hDGiCu1AHqqzOEfjX8MVdiW7O1BlT8-eQ,8505 -pip/_vendor/chardet/utf8prober.py,sha256=8m08Ub5490H4jQ6LYXvFysGtgKoKsHUd2zH_i8_TnVw,2812 -pip/_vendor/chardet/version.py,sha256=lGtJcxGM44Qz4Cbk4rbbmrKxnNr1-97U25TameLehZw,244 -pip/_vendor/colorama/__init__.py,sha256=wePQA4U20tKgYARySLEC047ucNX-g8pRLpYBuiHlLb8,266 -pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc,, -pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc,, -pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc,, -pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc,, -pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc,, -pip/_vendor/colorama/ansi.py,sha256=Top4EeEuaQdBWdteKMEcGOTeKeF19Q-Wo_6_Cj5kOzQ,2522 -pip/_vendor/colorama/ansitowin32.py,sha256=vPNYa3OZbxjbuFyaVo0Tmhmy1FZ1lKMWCnT7odXpItk,11128 -pip/_vendor/colorama/initialise.py,sha256=-hIny86ClXo39ixh5iSCfUIa2f_h_bgKRDW7gqs-KLU,3325 -pip/_vendor/colorama/tests/__init__.py,sha256=MkgPAEzGQd-Rq0w0PZXSX2LadRWhUECcisJY8lSrm4Q,75 -pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc,, -pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc,, -pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc,, -pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc,, -pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc,, -pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc,, -pip/_vendor/colorama/tests/ansi_test.py,sha256=FeViDrUINIZcr505PAxvU4AjXz1asEiALs9GXMhwRaE,2839 -pip/_vendor/colorama/tests/ansitowin32_test.py,sha256=RN7AIhMJ5EqDsYaCjVo-o4u8JzDD4ukJbmevWKS70rY,10678 -pip/_vendor/colorama/tests/initialise_test.py,sha256=BbPy-XfyHwJ6zKozuQOvNvQZzsx9vdb_0bYXn7hsBTc,6741 -pip/_vendor/colorama/tests/isatty_test.py,sha256=Pg26LRpv0yQDB5Ac-sxgVXG7hsA1NYvapFgApZfYzZg,1866 -pip/_vendor/colorama/tests/utils.py,sha256=1IIRylG39z5-dzq09R_ngufxyPZxgldNbrxKxUGwGKE,1079 -pip/_vendor/colorama/tests/winterm_test.py,sha256=qoWFPEjym5gm2RuMwpf3pOis3a5r_PJZFCzK254JL8A,3709 -pip/_vendor/colorama/win32.py,sha256=YQOKwMTwtGBbsY4dL5HYTvwTeP9wIQra5MvPNddpxZs,6181 -pip/_vendor/colorama/winterm.py,sha256=XCQFDHjPi6AHYNdZwy0tA02H-Jh48Jp-HvCjeLeLp3U,7134 -pip/_vendor/distlib/__init__.py,sha256=hJKF7FHoqbmGckncDuEINWo_OYkDNiHODtYXSMcvjcc,625 -pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/database.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/index.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/util.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/version.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc,, -pip/_vendor/distlib/compat.py,sha256=Un-uIBvy02w-D267OG4VEhuddqWgKj9nNkxVltAb75w,41487 -pip/_vendor/distlib/database.py,sha256=0V9Qvs0Vrxa2F_-hLWitIyVyRifJ0pCxyOI-kEOBwsA,51965 -pip/_vendor/distlib/index.py,sha256=lTbw268rRhj8dw1sib3VZ_0EhSGgoJO3FKJzSFMOaeA,20797 -pip/_vendor/distlib/locators.py,sha256=o1r_M86_bRLafSpetmyfX8KRtFu-_Q58abvQrnOSnbA,51767 -pip/_vendor/distlib/manifest.py,sha256=3qfmAmVwxRqU1o23AlfXrQGZzh6g_GGzTAP_Hb9C5zQ,14168 -pip/_vendor/distlib/markers.py,sha256=n3DfOh1yvZ_8EW7atMyoYeZFXjYla0Nz0itQlojCd0A,5268 -pip/_vendor/distlib/metadata.py,sha256=pB9WZ9mBfmQxc9OVIldLS5CjOoQRvKAvUwwQyKwKQtQ,39693 -pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 -pip/_vendor/distlib/scripts.py,sha256=nQFXN6G7nOWNDUyxirUep-3WOlJhB7McvCs9zOnkGTI,18315 -pip/_vendor/distlib/util.py,sha256=XSznxEi_i3T20UJuaVc0qXHz5ksGUCW1khYlBprN_QE,67530 -pip/_vendor/distlib/version.py,sha256=9pXkduchve_aN7JG6iL9VTYV_kqNSGoc2Dwl8JuySnQ,23747 -pip/_vendor/distlib/wheel.py,sha256=FVQCve8u-L0QYk5-YTZc7s4WmNQdvjRWTK08KXzZVX4,43958 -pip/_vendor/distro/__init__.py,sha256=2fHjF-SfgPvjyNZ1iHh_wjqWdR_Yo5ODHwZC0jLBPhc,981 -pip/_vendor/distro/__main__.py,sha256=bu9d3TifoKciZFcqRBuygV3GSuThnVD_m2IK4cz96Vs,64 -pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc,, -pip/_vendor/distro/__pycache__/distro.cpython-312.pyc,, -pip/_vendor/distro/distro.py,sha256=UZO1LjIhtFCMdlbiz39gj3raV-Amf3SBwzGzfApiMHw,49330 -pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 -pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/idna/__pycache__/codec.cpython-312.pyc,, -pip/_vendor/idna/__pycache__/compat.cpython-312.pyc,, -pip/_vendor/idna/__pycache__/core.cpython-312.pyc,, -pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc,, -pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc,, -pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc,, -pip/_vendor/idna/__pycache__/uts46data.cpython-312.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=kkCFNJOrE6I3WwBTXcGNuc24V_QZQ8AULE6EYe1iHlU,12813 -pip/_vendor/idna/idnadata.py,sha256=9NIhTqC2piUpeIMOGZ9Bu_7eAFQ-Ic8TkP_hOzUpnDc,78344 -pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881 -pip/_vendor/idna/package_data.py,sha256=C_jHJzmX8PI4xq0jpzmcTMxpb5lDsq4o5VyxQzlVrZE,21 -pip/_vendor/idna/uts46data.py,sha256=zvjZU24s58_uAS850Mcd0NnD0X7_gCMAMjzWNIeUJdc,206539 -pip/_vendor/msgpack/__init__.py,sha256=hyGhlnmcJkxryJBKC3X5FnEph375kQoL_mG8LZUuXgY,1132 -pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc,, -pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc,, -pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc,, -pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 -pip/_vendor/msgpack/ext.py,sha256=C5MK8JhVYGYFWPvxsORsqZAnvOXefYQ57m1Ym0luW5M,6079 -pip/_vendor/msgpack/fallback.py,sha256=tvNBHyxxFbuVlC8GZShETClJxjLiDMOja4XwwyvNm2g,34544 -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-312.pyc,, -pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/version.cpython-312.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/pkg_resources/__init__.py,sha256=hTAeJCNYb7dJseIDVsYK3mPQep_gphj4tQh-bspX8bg,109364 -pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/platformdirs/__init__.py,sha256=SkhEYVyC_HUHC6KX7n4M_6coyRMtEB38QMyOYIAX6Yk,20155 -pip/_vendor/platformdirs/__main__.py,sha256=fVvSiTzr2-RM6IsjWjj4fkaOtDOgDhUWv6sA99do4CQ,1476 -pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc,, -pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc,, -pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc,, -pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc,, -pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc,, -pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc,, -pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc,, -pip/_vendor/platformdirs/android.py,sha256=y_EEMKwYl2-bzYBDovksSn8m76on0Lda8eyJksVQE9U,7211 -pip/_vendor/platformdirs/api.py,sha256=jWtX06jAJytYrkJDOqEls97mCkyHRSZkoqUlbMK5Qew,7132 -pip/_vendor/platformdirs/macos.py,sha256=LueVOoVgGWDBwQb8OFwXkVKfVn33CM1Lkwf1-A86tRQ,3678 -pip/_vendor/platformdirs/unix.py,sha256=22JhR8ZY0aLxSVCFnKrc6f1iz6Gv42K24Daj7aTjfSg,8809 -pip/_vendor/platformdirs/version.py,sha256=mavZTQIJIXfdewEaSTn7EWrNfPZWeRofb-74xqW5f2M,160 -pip/_vendor/platformdirs/windows.py,sha256=4TtbPGoWG2PRgI11uquDa7eRk8TcxvnUNuuMGZItnXc,9573 -pip/_vendor/pygments/__init__.py,sha256=6AuDljQtvf89DTNUyWM7k3oUlP_lq70NU-INKKteOBY,2983 -pip/_vendor/pygments/__main__.py,sha256=es8EKMvXj5yToIfQ-pf3Dv5TnIeeM6sME0LW-n4ecHo,353 -pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/console.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/style.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/token.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/util.cpython-312.pyc,, -pip/_vendor/pygments/cmdline.py,sha256=byxYJp9gnjVeyhRlZ3UTMgo_LhkXh1afvN8wJBtAcc8,23685 -pip/_vendor/pygments/console.py,sha256=2wZ5W-U6TudJD1_NLUwjclMpbomFM91lNv11_60sfGY,1697 -pip/_vendor/pygments/filter.py,sha256=j5aLM9a9wSx6eH1oy473oSkJ02hGWNptBlVo4s1g_30,1938 -pip/_vendor/pygments/filters/__init__.py,sha256=h_koYkUFo-FFUxjs564JHUAz7O3yJpVwI6fKN3MYzG0,40386 -pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pygments/formatter.py,sha256=J9OL9hXLJKZk7moUgKwpjW9HNf4WlJFg_o_-Z_S_tTY,4178 -pip/_vendor/pygments/formatters/__init__.py,sha256=_xgAcdFKr0QNYwh_i98AU9hvfP3X2wAkhElFcRRF3Uo,5424 -pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc,, -pip/_vendor/pygments/formatters/_mapping.py,sha256=1Cw37FuQlNacnxRKmtlPX4nyLoX9_ttko5ZwscNUZZ4,4176 -pip/_vendor/pygments/formatters/bbcode.py,sha256=r1b7wzWTJouADDLh-Z11iRi4iQxD0JKJ1qHl6mOYxsA,3314 -pip/_vendor/pygments/formatters/groff.py,sha256=xy8Zf3tXOo6MWrXh7yPGWx3lVEkg_DhY4CxmsDb0IVo,5094 -pip/_vendor/pygments/formatters/html.py,sha256=PIzAyilNqaTzSSP2slDG2VDLE3qNioWy2rgtSSoviuI,35610 -pip/_vendor/pygments/formatters/img.py,sha256=XKXmg2_XONrR4mtq2jfEU8XCsoln3VSGTw-UYiEokys,21938 -pip/_vendor/pygments/formatters/irc.py,sha256=Ep-m8jd3voFO6Fv57cUGFmz6JVA67IEgyiBOwv0N4a0,4981 -pip/_vendor/pygments/formatters/latex.py,sha256=FGzJ-YqSTE8z_voWPdzvLY5Tq8jE_ygjGjM6dXZJ8-k,19351 -pip/_vendor/pygments/formatters/other.py,sha256=gPxkk5BdAzWTCgbEHg1lpLi-1F6ZPh5A_aotgLXHnzg,5073 -pip/_vendor/pygments/formatters/pangomarkup.py,sha256=6LKnQc8yh49f802bF0sPvbzck4QivMYqqoXAPaYP8uU,2212 -pip/_vendor/pygments/formatters/rtf.py,sha256=aA0v_psW6KZI3N18TKDifxeL6mcF8EDXcPXDWI4vhVQ,5014 -pip/_vendor/pygments/formatters/svg.py,sha256=dQONWypbzfvzGCDtdp3M_NJawScJvM2DiHbx1k-ww7g,7335 -pip/_vendor/pygments/formatters/terminal.py,sha256=FG-rpjRpFmNpiGB4NzIucvxq6sQIXB3HOTo2meTKtrU,4674 -pip/_vendor/pygments/formatters/terminal256.py,sha256=13SJ3D5pFdqZ9zROE6HbWnBDwHvOGE8GlsmqGhprRp4,11753 -pip/_vendor/pygments/lexer.py,sha256=2BpqLlT2ExvOOi7vnjK5nB4Fp-m52ldiPaXMox5uwug,34618 -pip/_vendor/pygments/lexers/__init__.py,sha256=j5KEi5O_VQ5GS59H49l-10gzUOkWKxlwGeVMlGO2MMk,12130 -pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc,, -pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc,, -pip/_vendor/pygments/lexers/_mapping.py,sha256=Hts4r_ZQ8icftGM7gkBPeED5lyVSv4affFgXYE6Ap04,72281 -pip/_vendor/pygments/lexers/python.py,sha256=c7jnmKFU9DLxTJW0UbwXt6Z9FJqbBlVsWA1Qr9xSA_w,53424 -pip/_vendor/pygments/modeline.py,sha256=eF2vO4LpOGoPvIKKkbPfnyut8hT4UiebZPpb-BYGQdI,986 -pip/_vendor/pygments/plugin.py,sha256=j1Fh310RbV2DQ9nvkmkqvlj38gdyuYKllLnGxbc8sJM,2591 -pip/_vendor/pygments/regexopt.py,sha256=jg1ALogcYGU96TQS9isBl6dCrvw5y5--BP_K-uFk_8s,3072 -pip/_vendor/pygments/scanner.py,sha256=b_nu5_f3HCgSdp5S_aNRBQ1MSCm4ZjDwec2OmTRickw,3092 -pip/_vendor/pygments/sphinxext.py,sha256=wBFYm180qea9JKt__UzhRlNRNhczPDFDaqGD21sbuso,6882 -pip/_vendor/pygments/style.py,sha256=C4qyoJrUTkq-OV3iO-8Vz3UtWYpJwSTdh5_vlGCGdNQ,6257 -pip/_vendor/pygments/styles/__init__.py,sha256=he7HjQx7sC0d2kfTVLjUs0J15mtToJM6M1brwIm9--Q,3700 -pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pygments/token.py,sha256=seNsmcch9OEHXYirh8Ool7w8xDhfNTbLj5rHAC-gc_o,6184 -pip/_vendor/pygments/unistring.py,sha256=FaUfG14NBJEKLQoY9qj6JYeXrpYcLmKulghdxOGFaOc,63223 -pip/_vendor/pygments/util.py,sha256=AEVY0qonyyEMgv4Do2dINrrqUAwUk2XYSqHM650uzek,10230 -pip/_vendor/pyparsing/__init__.py,sha256=9m1JbE2JTLdBG0Mb6B0lEaZj181Wx5cuPXZpsbHEYgE,9116 -pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc,, -pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc,, -pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc,, -pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc,, -pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc,, -pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc,, -pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc,, -pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc,, -pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc,, -pip/_vendor/pyparsing/actions.py,sha256=05uaIPOznJPQ7VgRdmGCmG4sDnUPtwgv5qOYIqbL2UY,6567 -pip/_vendor/pyparsing/common.py,sha256=p-3c83E5-DjlkF35G0O9-kjQRpoejP-2_z0hxZ-eol4,13387 -pip/_vendor/pyparsing/core.py,sha256=yvuRlLpXSF8mgk-QhiW3OVLqD9T0rsj9tbibhRH4Yaw,224445 -pip/_vendor/pyparsing/diagram/__init__.py,sha256=nxmDOoYF9NXuLaGYy01tKFjkNReWJlrGFuJNWEiTo84,24215 -pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pyparsing/exceptions.py,sha256=6Jc6W1eDZBzyFu1J0YrcdNFVBC-RINujZmveSnB8Rxw,9523 -pip/_vendor/pyparsing/helpers.py,sha256=BZJHCA8SS0pYio30KGQTc9w2qMOaK4YpZ7hcvHbnTgk,38646 -pip/_vendor/pyparsing/results.py,sha256=9dyqQ-w3MjfmxWbFt8KEPU6IfXeyRdoWp2Og802rUQY,26692 -pip/_vendor/pyparsing/testing.py,sha256=eJncg0p83zm1FTPvM9auNT6oavIvXaibmRFDf1qmwkY,13488 -pip/_vendor/pyparsing/unicode.py,sha256=fAPdsJiARFbkPAih6NkYry0dpj4jPqelGVMlE4wWFW8,10646 -pip/_vendor/pyparsing/util.py,sha256=vTMzTdwSDyV8d_dSgquUTdWgBFoA_W30nfxEJDsshRQ,8670 -pip/_vendor/pyproject_hooks/__init__.py,sha256=kCehmy0UaBa9oVMD7ZIZrnswfnP3LXZ5lvnNJAL5JBM,491 -pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc,, -pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc,, -pip/_vendor/pyproject_hooks/_compat.py,sha256=by6evrYnqkisiM-MQcvOKs5bgDMzlOSgZqRHNqf04zE,138 -pip/_vendor/pyproject_hooks/_impl.py,sha256=61GJxzQip0IInhuO69ZI5GbNQ82XEDUB_1Gg5_KtUoc,11920 -pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=9gQATptbFkelkIy0OfWFEACzqxXJMQDWCH9rBOAZVwQ,546 -pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc,, -pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=m2b34c917IW5o-Q_6TYIHlsK9lSUlNiyrITTUH_zwew,10927 -pip/_vendor/requests/__init__.py,sha256=owujob4dk45Siy4EYtbCKR6wcFph7E04a_v_OuAacBA,5169 -pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/api.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/auth.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/certs.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/compat.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/help.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/models.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/packages.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/structures.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/utils.cpython-312.pyc,, -pip/_vendor/requests/__version__.py,sha256=ssI3Ezt7PaxgkOW45GhtwPUclo_SO_ygtIm4A74IOfw,435 -pip/_vendor/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495 -pip/_vendor/requests/adapters.py,sha256=idj6cZcId3L5xNNeJ7ieOLtw3awJk5A64xUfetHwq3M,19697 -pip/_vendor/requests/api.py,sha256=q61xcXq4tmiImrvcSVLTbFyCiD2F-L_-hWKGbz4y8vg,6449 -pip/_vendor/requests/auth.py,sha256=h-HLlVx9j8rKV5hfSAycP2ApOSglTz77R0tz7qCbbEE,10187 -pip/_vendor/requests/certs.py,sha256=PVPooB0jP5hkZEULSCwC074532UFbR2Ptgu0I5zwmCs,575 -pip/_vendor/requests/compat.py,sha256=IhK9quyX0RRuWTNcg6d2JGSAOUbM6mym2p_2XjLTwf4,1286 -pip/_vendor/requests/cookies.py,sha256=kD3kNEcCj-mxbtf5fJsSaT86eGoEYpD3X0CSgpzl7BM,18560 -pip/_vendor/requests/exceptions.py,sha256=FA-_kVwBZ2jhXauRctN_ewHVK25b-fj0Azyz1THQ0Kk,3823 -pip/_vendor/requests/help.py,sha256=FnAAklv8MGm_qb2UilDQgS6l0cUttiCFKUjx0zn2XNA,3879 -pip/_vendor/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733 -pip/_vendor/requests/models.py,sha256=dDZ-iThotky-Noq9yy97cUEJhr3wnY6mv-xR_ePg_lk,35288 -pip/_vendor/requests/packages.py,sha256=njJmVifY4aSctuW3PP5EFRCxjEwMRDO6J_feG2dKWsI,695 -pip/_vendor/requests/sessions.py,sha256=-LvTzrPtetSTrR3buxu4XhdgMrJFLB1q5D7P--L2Xhw,30373 -pip/_vendor/requests/status_codes.py,sha256=FvHmT5uH-_uimtRz5hH9VCbt7VV-Nei2J9upbej6j8g,4235 -pip/_vendor/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912 -pip/_vendor/requests/utils.py,sha256=BvQDKkLuXCSaVfSW_1blUN0IzJSfNC8njNr8vhKj76Y,33189 -pip/_vendor/resolvelib/__init__.py,sha256=h509TdEcpb5-44JonaU3ex2TM15GVBLjM9CNCPwnTTs,537 -pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc,, -pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc,, -pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc,, -pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc,, -pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc,, -pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 -pip/_vendor/resolvelib/providers.py,sha256=fuuvVrCetu5gsxPB43ERyjfO8aReS3rFQHpDgiItbs4,5871 -pip/_vendor/resolvelib/reporters.py,sha256=TSbRmWzTc26w0ggsV1bxVpeWDB8QNIre6twYl7GIZBE,1601 -pip/_vendor/resolvelib/resolvers.py,sha256=G8rsLZSq64g5VmIq-lB7UcIJ1gjAxIQJmTF4REZleQ0,20511 -pip/_vendor/resolvelib/structs.py,sha256=0_1_XO8z_CLhegP3Vpf9VJ3zJcfLm0NOHRM-i0Ykz3o,4963 -pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090 -pip/_vendor/rich/__main__.py,sha256=TT8sb9PTnsnKhhrGuHkLN0jdN0dtKhtPkEr9CidDbPM,8478 -pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/abc.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/align.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/bar.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/box.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/cells.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/color.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/columns.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/console.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/containers.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/control.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/errors.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/json.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/layout.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/live.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/logging.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/markup.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/measure.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/padding.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/pager.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/palette.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/panel.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/progress.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/region.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/repr.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/rule.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/scope.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/screen.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/segment.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/status.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/style.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/styled.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/table.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/text.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/theme.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/themes.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/tree.cpython-312.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/_export_format.py,sha256=qxgV3nKnXQu1hfbnRVswPYy-AwIg1X0LSC47cK5s8jk,2100 -pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 -pip/_vendor/rich/_fileno.py,sha256=HWZxP5C2ajMbHryvAQZseflVfQoGzsKOHzKGsLD8ynQ,799 -pip/_vendor/rich/_inspect.py,sha256=oZJGw31e64dwXSCmrDnvZbwVb1ZKhWfU8wI3VWohjJk,9695 -pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225 -pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236 -pip/_vendor/rich/_null_file.py,sha256=tGSXk_v-IZmbj1GAzHit8A3kYIQMiCpVsCFfsC-_KJ4,1387 -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=U2r1_g_1zSjsjiUdAESc2iAMc3i4ri_S8PYP6kQ5z1I,19919 -pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351 -pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417 -pip/_vendor/rich/_win32_console.py,sha256=P0vxI2fcndym1UU1S37XAzQzQnkyY7YqAKmxm24_gug,22820 -pip/_vendor/rich/_windows.py,sha256=dvNl9TmfPzNVxiKk5WDFihErZ5796g2UC9-KGGyfXmk,1926 -pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783 -pip/_vendor/rich/_wrap.py,sha256=xfV_9t0Sg6rzimmrDru8fCVmUlalYAcHLDfrJZnbbwQ,1840 -pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 -pip/_vendor/rich/align.py,sha256=Ji-Yokfkhnfe_xMmr4ISjZB07TJXggBCOYoYa-HDAr8,10368 -pip/_vendor/rich/ansi.py,sha256=iD6532QYqnBm6hADulKjrV8l8kFJ-9fEVooHJHH3hMg,6906 -pip/_vendor/rich/bar.py,sha256=a7UD303BccRCrEhGjfMElpv5RFYIinaAhAuqYqhUvmw,3264 -pip/_vendor/rich/box.py,sha256=FJ6nI3jD7h2XNFU138bJUt2HYmWOlRbltoCEuIAZhew,9842 -pip/_vendor/rich/cells.py,sha256=627ztJs9zOL-38HJ7kXBerR-gT8KBfYC8UzEwMJDYYo,4509 -pip/_vendor/rich/color.py,sha256=9Gh958U3f75WVdLTeC0U9nkGTn2n0wnojKpJ6jQEkIE,18224 -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=pDvkbLkvtZIMIwQx_jkZ-seyNl4zGBLviXoWXte9fwg,99218 -pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 -pip/_vendor/rich/containers.py,sha256=aKgm5UDHn5Nmui6IJaKdsZhbHClh_X7D-_Wg8Ehrr7s,5497 -pip/_vendor/rich/control.py,sha256=DSkHTUQLorfSERAKE_oTAEUFefZnZp4bQb4q8rHbKws,6630 -pip/_vendor/rich/default_styles.py,sha256=-Fe318kMVI_IwciK5POpThcO0-9DYJ67TZAN6DlmlmM,8082 -pip/_vendor/rich/diagnose.py,sha256=an6uouwhKPAlvQhYpNNpGq9EJysfMIOvvCbO3oSoR24,972 -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=Tl9THMDZ-Pk5Wm8sI1gGg_U5DhusmxD-FZ0fUbcU0W0,1683 -pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508 -pip/_vendor/rich/highlighter.py,sha256=p3C1g4QYzezFKdR7NF9EhPbzQDvdPUhGRgSyGGEmPko,9584 -pip/_vendor/rich/json.py,sha256=EYp9ucj-nDjYDkHCV6Mk1ve8nUOpuFLaW76X50Mis2M,5032 -pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252 -pip/_vendor/rich/layout.py,sha256=RFYL6HdCFsHf9WRpcvi3w-fpj-8O5dMZ8W96VdKNdbI,14007 -pip/_vendor/rich/live.py,sha256=vZzYvu7fqwlv3Gthl2xiw1Dc_O80VlGcCV0DOHwCyDM,14273 -pip/_vendor/rich/live_render.py,sha256=zElm3PrfSIvjOce28zETHMIUf9pFYSUA5o0AflgUP64,3667 -pip/_vendor/rich/logging.py,sha256=uB-cB-3Q4bmXDLLpbOWkmFviw-Fde39zyMV6tKJ2WHQ,11903 -pip/_vendor/rich/markup.py,sha256=xzF4uAafiEeEYDJYt_vUnJOGoTU8RrH-PH7WcWYXjCg,8198 -pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305 -pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970 -pip/_vendor/rich/pager.py,sha256=SO_ETBFKbg3n_AgOzXm41Sv36YxXAyI3_R-KOY2_uSc,828 -pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396 -pip/_vendor/rich/panel.py,sha256=wGMe40J8KCGgQoM0LyjRErmGIkv2bsYA71RCXThD0xE,10574 -pip/_vendor/rich/pretty.py,sha256=eLEYN9xVaMNuA6EJVYm4li7HdOHxCqmVKvnOqJpyFt0,35852 -pip/_vendor/rich/progress.py,sha256=n4KF9vky8_5iYeXcyZPEvzyLplWlDvFLkM5JI0Bs08A,59706 -pip/_vendor/rich/progress_bar.py,sha256=cEoBfkc3lLwqba4XKsUpy4vSQKDh2QQ5J2J94-ACFoo,8165 -pip/_vendor/rich/prompt.py,sha256=x0mW-pIPodJM4ry6grgmmLrl8VZp99kqcmdnBe70YYA,11303 -pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391 -pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 -pip/_vendor/rich/repr.py,sha256=9Z8otOmM-tyxnyTodvXlectP60lwahjGiDTrbrxPSTg,4431 -pip/_vendor/rich/rule.py,sha256=0fNaS_aERa3UMRc3T5WMpN_sumtDxfaor2y3of1ftBk,4602 -pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843 -pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 -pip/_vendor/rich/segment.py,sha256=XLnJEFvcV3bjaVzMNUJiem3n8lvvI9TJ5PTu-IG2uTg,24247 -pip/_vendor/rich/spinner.py,sha256=15koCmF0DQeD8-k28Lpt6X_zJQUlzEhgo_6A6uy47lc,4339 -pip/_vendor/rich/status.py,sha256=gJsIXIZeSo3urOyxRUjs6VrhX5CZrA0NxIQ-dxhCnwo,4425 -pip/_vendor/rich/style.py,sha256=3hiocH_4N8vwRm3-8yFWzM7tSwjjEven69XqWasSQwM,27073 -pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 -pip/_vendor/rich/syntax.py,sha256=jgDiVCK6cpR0NmBOpZmIu-Ud4eaW7fHvjJZkDbjpcSA,35173 -pip/_vendor/rich/table.py,sha256=-WzesL-VJKsaiDU3uyczpJMHy6VCaSewBYJwx8RudI8,39684 -pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370 -pip/_vendor/rich/text.py,sha256=_8JBlSau0c2z8ENOZMi1hJ7M1ZGY408E4-hXjHyyg1A,45525 -pip/_vendor/rich/theme.py,sha256=belFJogzA0W0HysQabKaHOc3RWH2ko3fQAJhoN-AFdo,3777 -pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 -pip/_vendor/rich/traceback.py,sha256=yCLVrCtyoFNENd9mkm2xeG3KmqkTwH9xpFOO7p2Bq0A,29604 -pip/_vendor/rich/tree.py,sha256=BMbUYNjS9uodNPfvtY_odmU09GA5QzcMbQ5cJZhllQI,9169 -pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549 -pip/_vendor/tenacity/__init__.py,sha256=3kvAL6KClq8GFo2KFhmOzskRKSDQI-ubrlfZ8AQEEI0,20493 -pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc,, -pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc,, -pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc,, -pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc,, -pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc,, -pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc,, -pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc,, -pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc,, -pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc,, -pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc,, -pip/_vendor/tenacity/_asyncio.py,sha256=Qi6wgQsGa9MQibYRy3OXqcDQswIZZ00dLOoSUGN-6o8,3551 -pip/_vendor/tenacity/_utils.py,sha256=ubs6a7sxj3JDNRKWCyCU2j5r1CB7rgyONgZzYZq6D_4,2179 -pip/_vendor/tenacity/after.py,sha256=S5NCISScPeIrKwIeXRwdJl3kV9Q4nqZfnNPDx6Hf__g,1682 -pip/_vendor/tenacity/before.py,sha256=dIZE9gmBTffisfwNkK0F1xFwGPV41u5GK70UY4Pi5Kc,1562 -pip/_vendor/tenacity/before_sleep.py,sha256=YmpgN9Y7HGlH97U24vvq_YWb5deaK4_DbiD8ZuFmy-E,2372 -pip/_vendor/tenacity/nap.py,sha256=fRWvnz1aIzbIq9Ap3gAkAZgDH6oo5zxMrU6ZOVByq0I,1383 -pip/_vendor/tenacity/retry.py,sha256=jrzD_mxA5mSTUEdiYB7SHpxltjhPSYZSnSRATb-ggRc,8746 -pip/_vendor/tenacity/stop.py,sha256=YMJs7ZgZfND65PRLqlGB_agpfGXlemx_5Hm4PKnBqpQ,3086 -pip/_vendor/tenacity/tornadoweb.py,sha256=po29_F1Mt8qZpsFjX7EVwAT0ydC_NbVia9gVi7R_wXA,2142 -pip/_vendor/tenacity/wait.py,sha256=3FcBJoCDgym12_dN6xfK8C1gROY0Hn4NSI2u8xv50uE,8024 -pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396 -pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc,, -pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc,, -pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc,, -pip/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633 -pip/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943 -pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254 -pip/_vendor/truststore/__init__.py,sha256=qzTLSH8PvAkY1fr6QQ2vV-KwE_M83wdXugtpJaP_AbM,403 -pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc,, -pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc,, -pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc,, -pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc,, -pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc,, -pip/_vendor/truststore/_api.py,sha256=xjuEu_rlH4hcdJTROImEyOEqdw-F8t5vO2H2BToY0Ro,9893 -pip/_vendor/truststore/_macos.py,sha256=BjvAKoAjXhdIPuxpY124HJIFswDb0pq8DjynzJOVwqc,17694 -pip/_vendor/truststore/_openssl.py,sha256=LLUZ7ZGaio-i5dpKKjKCSeSufmn6T8pi9lDcFnvSyq0,2324 -pip/_vendor/truststore/_ssl_constants.py,sha256=NUD4fVKdSD02ri7-db0tnO0VqLP9aHuzmStcW7tAl08,1130 -pip/_vendor/truststore/_windows.py,sha256=1x_EhROeJ9QK1sMAjfnZC7awYI8UnBJYL-TjACUYI4A,17468 -pip/_vendor/typing_extensions.py,sha256=EWpcpyQnVmc48E9fSyPGs-vXgHcAk9tQABQIxmMsCGk,111130 -pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333 -pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc,, -pip/_vendor/urllib3/_collections.py,sha256=pyASJJhW7wdOpqJj9QJA8FyGRfr8E8uUUhqUvhF0728,11372 -pip/_vendor/urllib3/_version.py,sha256=azoM7M7BUADl2kBhMVR6PPf2GhBDI90me1fcnzTwdcw,64 -pip/_vendor/urllib3/connection.py,sha256=92k9td_y4PEiTIjNufCUa1NzMB3J3w0LEdyokYgXnW8,20300 -pip/_vendor/urllib3/connectionpool.py,sha256=Be6q65SR9laoikg-h_jmc_p8OWtEmwgq_Om_Xtig-2M,40285 -pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.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-312.pyc,, -pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.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=VR68eAVE137lxTgjBDwCna5UiBZTOKa01Aj_-5BaCz4,11036 -pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=NlfkW7WMdW8ziqudopjHoW299og1BTWi0IeIibquFwk,4528 -pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=hDJh4MhyY_p-oKlFcYcQaVQRDv6GMmBGuW9yjxyeejM,17081 -pip/_vendor/urllib3/contrib/securetransport.py,sha256=yhZdmVjY6PI6EeFbp7qYOp6-vp1Rkv2NMuOGaEj7pmc,34448 -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-312.pyc,, -pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc,, -pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc,, -pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc,, -pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 -pip/_vendor/urllib3/packages/backports/weakref_finalize.py,sha256=tRCal5OAhNSRyb0DhHp-38AtIlCsRP8BxF3NX-6rqIA,5343 -pip/_vendor/urllib3/packages/six.py,sha256=b9LM0wBXv7E7SrbCjAm4wwN-hrH-iNxv18LgWNMMKPo,34665 -pip/_vendor/urllib3/poolmanager.py,sha256=mJmZWy_Mb4-dHbmNCKbDqv3fZS9UF_2bVDuiECHyPaI,20943 -pip/_vendor/urllib3/request.py,sha256=YTWFNr7QIwh7E1W9dde9LM77v2VWTJ5V78XuTTw7D1A,6691 -pip/_vendor/urllib3/response.py,sha256=fmDJAFkG71uFTn-sVSTh2Iw0WmcXQYqkbRjihvwBjU8,30641 -pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155 -pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.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=C0OUt2tcU6LRiQJ7YYNP9GvPrSvl7ziIBekQ-5nlBZk,3997 -pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510 -pip/_vendor/urllib3/util/retry.py,sha256=6ENvOZ8PBDzh8kgixpql9lIrb2dxH-k7ZmBanJF2Ng4,22050 -pip/_vendor/urllib3/util/ssl_.py,sha256=X4-AqW91aYPhPx6-xbf66yHFQKbqqfC_5Zt4WkLX1Hc,17177 -pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Ir4cZVEjmAk8gUAIHWSi7wtOO83UCYABY2xFD1Ql_WA,5758 -pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895 -pip/_vendor/urllib3/util/timeout.py,sha256=cwq4dMk87mJHSBktK1miYJ-85G-3T3RmT20v7SFCpno,10168 -pip/_vendor/urllib3/util/url.py,sha256=lCAE7M5myA8EDdW0sJuyyZhVB9K_j38ljWhHAnFaWoE,14296 -pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403 -pip/_vendor/vendor.txt,sha256=4NKk7fQhVsZw0U-0zmm9Q2LgGyaPXacFbnJAaS0Q6EY,493 -pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579 -pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc,, -pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc,, -pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc,, -pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.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/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED deleted file mode 100644 index e69de29..0000000 diff --git a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL deleted file mode 100644 index 98c0d20..0000000 --- a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL +++ /dev/null @@ -1,5 +0,0 @@ -Wheel-Version: 1.0 -Generator: bdist_wheel (0.42.0) -Root-Is-Purelib: true -Tag: py3-none-any - diff --git a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt deleted file mode 100644 index 26fa361..0000000 --- a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt +++ /dev/null @@ -1,4 +0,0 @@ -[console_scripts] -pip = pip._internal.cli.main:main -pip3 = pip._internal.cli.main:main -pip3.12 = pip._internal.cli.main:main diff --git a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt deleted file mode 100644 index a1b589e..0000000 --- a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/.venv/lib/python3.12/site-packages/pip/__init__.py b/.venv/lib/python3.12/site-packages/pip/__init__.py deleted file mode 100644 index be0e3ed..0000000 --- a/.venv/lib/python3.12/site-packages/pip/__init__.py +++ /dev/null @@ -1,13 +0,0 @@ -from typing import List, Optional - -__version__ = "24.0" - - -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/.venv/lib/python3.12/site-packages/pip/__main__.py b/.venv/lib/python3.12/site-packages/pip/__main__.py deleted file mode 100644 index 5991326..0000000 --- a/.venv/lib/python3.12/site-packages/pip/__main__.py +++ /dev/null @@ -1,24 +0,0 @@ -import os -import sys - -# 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__": - from pip._internal.cli.main import main as _main - - sys.exit(_main()) diff --git a/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py b/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py deleted file mode 100644 index 49a148a..0000000 --- a/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py +++ /dev/null @@ -1,50 +0,0 @@ -"""Execute exactly this copy of pip, within a different environment. - -This file is named as it is, to ensure that this module can't be imported via -an import statement. -""" - -# /!\ This version compatibility check section must be Python 2 compatible. /!\ - -import sys - -# Copied from setup.py -PYTHON_REQUIRES = (3, 7) - - -def version_str(version): # type: ignore - return ".".join(str(v) for v in version) - - -if sys.version_info[:2] < PYTHON_REQUIRES: - raise SystemExit( - "This version of pip does not support python {} (requires >={}).".format( - version_str(sys.version_info[:2]), version_str(PYTHON_REQUIRES) - ) - ) - -# From here on, we can use Python 3 features, but the syntax must remain -# Python 2 compatible. - -import runpy # noqa: E402 -from importlib.machinery import PathFinder # noqa: E402 -from os.path import dirname # noqa: E402 - -PIP_SOURCES_ROOT = dirname(dirname(__file__)) - - -class PipImportRedirectingFinder: - @classmethod - def find_spec(self, fullname, path=None, target=None): # type: ignore - if fullname != "pip": - return None - - spec = PathFinder.find_spec(fullname, [PIP_SOURCES_ROOT], target) - assert spec, (PIP_SOURCES_ROOT, fullname) - return spec - - -sys.meta_path.insert(0, PipImportRedirectingFinder()) - -assert __name__ == "__main__", "Cannot run __pip-runner__.py as a non-main module" -runpy.run_module("pip", run_name="__main__", alter_sys=True) diff --git a/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index e292891d80113056e14f1be019351e968310e107..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 681 zcmX|9J#Q2-5Vd#rKDZ-9d^Di|LxWa=HG~K_K#`CT5&{LJP+haytercm-2LfE;-HBh3+tNh z6YYeOS+N-{E+to2nkX|P+q4aLm62Y-e+wb=K0OBkx?>jj?yoRL0ouY_=+hy36~*D^ z&a<(w1Xd=Akd7PZLGC?$NR%vUQu0hXvaSrNEGKI<(L!IcL~TftD`{21iOr4B&L+Jc z0eb+@j4|;~EMeSbqOg~V<(!P2)Alx{BjLu?T9T`h>RM+MIH|C<;+EcA8r(`|L?!_B zF>bo)hRL+%2A<+PAd~b+Wl}kyPPlZY)(TFo>H0f?@$Wy&ttTPm;1M0Gl2cI?B9l}b z^_=I!5qLRIDoavN;8%ADWFJ?1vcRZ|K6_i8I^%U+oS)`{w0tw7dHL*w^`s O`v~d}`ES3?sQv;G(YB2M diff --git a/.venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc deleted file mode 100644 index adbc6c85c5a7d5c289698cb70e53b68b6ecbbb56..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 837 zcmb7C&ubGw6n?Wi`JGfMwa`{P*o!^5i?NbO#ZdH6uoy2YUX*1i+?y|d$u7Wfm zw82AH1Zz*dD*02qXsaMogn%b+f!=y@rpb~*>%n)J_syGc-uLa>`BErkfyYAcHhm%k z{1%%y5<_tG8UgHp0S2<5Hpr-k2r_X@9c2Ti_{NYVAYdj(^%!-BU`1+yH*5J}Ieqpnujk|W#M%f#6r#DrA3=Y}fTcC9sZ(3i<`BaI&5be1@tN$0 zKEtjaG+1(#1oh_zlU>JUIZbo*`kKBxSU>e+geh%PJC5~U=yec}b8B2IW^(xtAV zQ9B@uDoQ@K%8eHxJKLr=cS#nkwd6gNCh-)TC=x<&4Klf1Y1=l%!2^ksz5A!H6A z+s^||ZI;{Rt;P02RE)yN+X>%=?_YhrIQvbW{mBoP+Dn_u?d53vO|_o}d?C8JFHiKd zkRRJFbxPZnPUT~9ue4j*tL#=jl@Dg-4|2CQ?#DN)?P|0b1>f=Io}Alyxi3%s!t*_x X-?%3lcOJie`U79;rvOiT6WrQgf(oO>7%Q6n?Y2{*Pm~PMS2O?N%)%MvhI|q83O~L`mDUQvQ3u5?XD&<75+i*WF#G zaq37RibRo+$N`aZ%K@QQ0f{3=?p*9RBI!z%ir_$QX?*~4;*HnaL@F@SzM0uK@0<7D zeDD1n4hI3pd(YlczwrS4#y0Khki(mtGhIe$Ko4iM(6 zKNrl0(jmg^L+qn1u8ljV!yH@(C9n)i(8W!+VpJ!bI}Xa}QwMj>S|Nzry53Z{2n6UM zB{b6wVES%?(&Flu*lFMNnSa3vDmM)L~BYl z#f)AkiF#HnsD*@hPsM+lD2s}k%~FGEmPoZ()zGy(u9Lyw1T)F1IV$3;$$6@XvMH(- zZWE%V<7u;KP(+q32R^SWMLeC6wKpvB4w~f)x?!Q&tSSd(t+^LXOSY(U#}0FPD9-IL z?{|DCGR>D`3J~yPn)*2u$Rsj-P>cWAP`G6%!-wGJ%6*}6i1R~xB>4*Bc{FMu-U5QC zW%xJ(us|4Folzz(##dyO5cvF%044aIzenO^C{AqNw2U}sbIG@CGHWtYiQ?X9YD&-3 zlv>QGvX&|s`ZUd0X3CmPC1)|OshoNzRVZ0gx^_OnHhPKnkjsclq8|- zF^ZZ-4M|ECN_&C6NvhGgg3&*JVwM`Fs%sKno$Sl$898V6CtvEL=!4mY;t%+15jJ9p zhj+ic`jD(%tHu(4n=Fk>?H%a7EllgGhO@7UXR@G0BZSfp9k|25lmPq84it;99cumJ z(r1?tZtePJEKv(3Dng=;D%fH1&tGYfr3uian5gI!iKAPhSu8Lnh)(?C{ROexpm&R^ zf%^W-_ZQ+xbSXF@TT|CmO`!&JP*DxWxeU9*9gGWX)LD_O0tM_Skme|_@W=wwX80!TYs)0dx$Z5IvVi2|hHM^RJkA@35y}o^F?7i+(2N}&861(u zhi{Kv9T=C!hKDEO9$PSJE^GU<#axc1#TE*fE!%6!#w4{+i*_c9Lu8}zo<=8b=g<6i z5|S@(d>v1kmr*RjvrufMxDk47JJ#`g|6cC`nFVz;%lx-7U(E0B{$|+Q4;p}5*KsesFBbdR&8T=aDUWRQ?^abbjwAFd=9(vAJjsZKyuFT7-CQ0+XS7nXS z4r@t#rK(sDlaZBL4?8V7z8Q?=6Ij!Jv}t&52jrZEg=m({c+B=mlA>qOXCC)3Mwr$1Anetvb&If^}X9 zd3QnZc;efMWLu5aHACC*dt 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/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 48fac091fc81ae1e230b867c3a89c4ab634fcad2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 783 zcmZuvJ8u&~5Z=8zI~T{6Fiv9%SOkqFxD^j67*Hxig+c)|Zp`^^Y;SUp)$ZEJC`c*j zXwnfHdX$F$K|>@Yq-y{n3OXZ0lZx4kL&fNJUYf@@GxwpEV}Q>rYL z#Zy#XlbFObAt~+A)ag0Y+D_u8UeBY%A>eJ7l}?jS15R2ESiz9bi=eT(zR z5Gh4ui1Y=u$ad*2Ib23RA|3bn+s9*}8GcfM1~rA44RgivBxX^b={y0ZBPFEK%#1_B z(s0JK5lO-Zz!VHYK^BQ@RAWfO1hrDRk0ru57AL4#3?>wbzQQyB8yh3_ZO%u+j3=!?vN!j%LQM56=9jGD97k1Al)AP>7(0H#$9W1|OcD`hT&jEn5^2@~2KJ-EV8H{d=!AKYHy2I&qGz z&T3ILGl>gR_D0G>RuA~o>kVXcms0wLT>L>U&wWDA?s=a{^N2J*k=C!OPtWc92kQsXoA%L}OLKzud-t~$ GW#PZ@jLo|M diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc deleted file mode 100644 index bf4ba07ef9bc912b1438b8294fcd48c9700cdb42..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14290 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc deleted file mode 100644 index 6a8b31da9d1f4736cff94620ec1ad039751c5222..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12661 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc deleted file mode 100644 index 3502cccffca6aea7b23bbaa6e5996b45b8117d5b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17662 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 RU+o?d_#XZN$1=8F{|_TZ)@c9$ diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc deleted file mode 100644 index ec1f746a51efd4d89cf10e70232b36d213981cfb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 33280 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc deleted file mode 100644 index 09a04a42badc2c38b1a54ee1621847f2e64ad13e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 666 zcmX|9J#Q2-5Vd#rj^mODA*xV-K{O}9S|mttfKnkU6oiuMn#i}F+!^-68hZ~G1&M+J ziH45QP=oj>G|+AXh>9-gph?B}2pM_C&tGqz$Nsdk(r0A1z75SbXY5B9{I|{#n6D9d z!!*-8X9XYeA{s@U>8_3;0uJ#itq0c$B)f_3yy%QNO*A<1GY|}-Ho0e-g|5D2?~P-do_^aYvmX@3Fk5{1&*{8KA5 zcx7^TSvUYO_1?OhQcjGY*5fp*3TYdwq%~F==W1~B`nBPWbU}m>U1Gr7-p*rG)&f#3 z&eP6x$CMtBN|Dy2#-&htY-~ld4twEDgrWEg>;j1phY#emDnOb#H>#8ttA~(zC;d#O zGbm>=H)E3Gr&YP0UR{&Uc(`I!_DD@gQ;>I@R2IsVscqUM09+#egxsB`@SOcwW}V^p zr8BSZyxRDjtj=kY?yx!Nwq4&?Di((K!EmCDoyRsN*$a{n441=F_)&+w+eM}895yh} qhDURkC>+F`^RMi}uWpZ@efeZR+24A5^2@1<2aLw=v)`dxu>1w63$jW8 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc deleted file mode 100644 index 2412fffaca99589d80f000873eb375d64b87fc13..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4967 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc deleted file mode 100644 index 9958474bd52f21c26ead904e72c1672464c54038..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13645 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/build_env.py b/.venv/lib/python3.12/site-packages/pip/_internal/build_env.py deleted file mode 100644 index 4f704a3..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/build_env.py +++ /dev/null @@ -1,311 +0,0 @@ -"""Build Environment used for isolation during sdist building -""" - -import logging -import os -import pathlib -import site -import sys -import textwrap -from collections import OrderedDict -from types import TracebackType -from typing import TYPE_CHECKING, Iterable, List, Optional, Set, Tuple, Type, Union - -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_purelib, get_scheme -from pip._internal.metadata import get_default_environment, 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__) - - -def _dedup(a: str, b: str) -> Union[Tuple[str], Tuple[str, str]]: - return (a, b) if a != b else (a,) - - -class _Prefix: - def __init__(self, path: str) -> None: - self.path = path - self.setup = False - scheme = get_scheme("", prefix=path) - self.bin_dir = scheme.scripts - self.lib_dirs = _dedup(scheme.purelib, scheme.platlib) - - -def get_runnable_pip() -> str: - """Get a file to pass to a Python executable, to run the currently-running pip. - - This is used to run a pip subprocess, for installing requirements into the build - environment. - """ - source = pathlib.Path(pip_location).resolve().parent - - if not source.is_dir(): - # This would happen if someone is using pip from inside a zip file. In that - # case, we can use that directly. - return str(source) - - return os.fsdecode(source / "__pip-runner__.py") - - -def _get_system_sitepackages() -> Set[str]: - """Get system site packages - - Usually from site.getsitepackages, - but fallback on `get_purelib()/get_platlib()` if unavailable - (e.g. in a virtualenv created by virtualenv<20) - - Returns normalized set of strings. - """ - if hasattr(site, "getsitepackages"): - system_sites = site.getsitepackages() - else: - # virtualenv < 20 overwrites site.py without getsitepackages - # fallback on get_purelib/get_platlib. - # this is known to miss things, but shouldn't in the cases - # where getsitepackages() has been removed (inside a virtualenv) - system_sites = [get_purelib(), get_platlib()] - return {os.path.normcase(path) for path in system_sites} - - -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 = _get_system_sitepackages() - - 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) - if hasattr(self, "_lib_dirs") - else get_default_environment() - ) - for req_str in reqs: - req = Requirement(req_str) - # We're explicitly evaluating with an empty extra value, since build - # environments are not provided any mechanism to select specific extras. - if req.marker is not None and not req.marker.evaluate({"extra": ""}): - continue - 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 not req.specifier.contains(dist.version, prereleases=True): - 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 - self._install_requirements( - get_runnable_pip(), - 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/.venv/lib/python3.12/site-packages/pip/_internal/cache.py b/.venv/lib/python3.12/site-packages/pip/_internal/cache.py deleted file mode 100644 index f45ac23..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/cache.py +++ /dev/null @@ -1,290 +0,0 @@ -"""Cache Management -""" - -import hashlib -import json -import logging -import os -from pathlib import Path -from typing import Any, Dict, List, Optional - -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.direct_url import DirectUrl -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__) - -ORIGIN_JSON_NAME = "origin.json" - - -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. - """ - - def __init__(self, cache_dir: str) -> None: - super().__init__() - assert not cache_dir or os.path.isabs(cache_dir) - self.cache_dir = cache_dir or None - - 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 [] - - path = self.get_path_for_link(link) - if os.path.isdir(path): - return [(candidate, path) for candidate in os.listdir(path)] - return [] - - 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) -> None: - super().__init__(cache_dir) - - 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) -> None: - self._temp_dir = TempDirectory( - kind=tempdir_kinds.EPHEM_WHEEL_CACHE, - globally_managed=True, - ) - - super().__init__(self._temp_dir.path) - - -class CacheEntry: - def __init__( - self, - link: Link, - persistent: bool, - ): - self.link = link - self.persistent = persistent - self.origin: Optional[DirectUrl] = None - origin_direct_url_path = Path(self.link.file_path).parent / ORIGIN_JSON_NAME - if origin_direct_url_path.exists(): - try: - self.origin = DirectUrl.from_json( - origin_direct_url_path.read_text(encoding="utf-8") - ) - except Exception as e: - logger.warning( - "Ignoring invalid cache entry origin file %s for %s (%s)", - origin_direct_url_path, - link.filename, - e, - ) - - -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) -> None: - super().__init__(cache_dir) - self._wheel_cache = SimpleWheelCache(cache_dir) - self._ephem_cache = EphemWheelCache() - - 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 - - @staticmethod - def record_download_origin(cache_dir: str, download_info: DirectUrl) -> None: - origin_path = Path(cache_dir) / ORIGIN_JSON_NAME - if origin_path.exists(): - try: - origin = DirectUrl.from_json(origin_path.read_text(encoding="utf-8")) - except Exception as e: - logger.warning( - "Could not read origin file %s in cache entry (%s). " - "Will attempt to overwrite it.", - origin_path, - e, - ) - else: - # TODO: use DirectUrl.equivalent when - # https://github.com/pypa/pip/pull/10564 is merged. - if origin.url != download_info.url: - logger.warning( - "Origin URL %s in cache entry %s does not match download URL " - "%s. This is likely a pip bug or a cache corruption issue. " - "Will overwrite it with the new value.", - origin.url, - cache_dir, - download_info.url, - ) - origin_path.write_text(download_info.to_json(), encoding="utf-8") diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py deleted file mode 100644 index e589bb9..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -"""Subpackage containing all of pip's command line interface related code -""" - -# This file intentionally does not import submodules diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 404bff64e9b715519b234b4ea2623eb0a7f72bb0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 274 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 h_)rDB>$@wcmLE{ue#Cmc0M~ diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc deleted file mode 100644 index 0699ac9dc52514eca50b7e27724dd4ee08f92f32..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10451 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 a6R-yq;GaAVZ8$U4dHF-%rU7El-v0)d34mY# diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc deleted file mode 100644 index c7c73c861ddf226840b943140022c4874a36d591..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1777 zcmZ`(O>7%g5T3VxUZ-|9sgt%u6giDsWh3EjL6ImR6t|@nAS{$xpe~1H@ow4;>$Q2i z`Eis(R7Jv-;0P(=j8q6*I3X_3GZ(w0O0-mJ5Erwt4DxA&{CUY)d5pS9IGB?27S zlEquXH{u!>-_{cxTn0;80V~nd$#q#x{>cnfE=<0<-~?9!v;0ALxLoxDdm*Tpo_Wot zDjy!c5NqCyHDU6y?b*}}sx(ZL>NWdqlZKp8Dybw)maB6nbxbcP$4|$!m&FvyA7LIg z=)?k@vl0!MCKk7n(s^63h%H+DQ)n~IS;C62*72cBmS`tznVq1GJS|`@f}U)^0@3@f zfGUTX3)KonY;{9*7GCp0iQ2&|^~$8=vsCy@U)v6)Dg$xB~=VXf3{}RP&N$5a{|K%`;jp!CXx=clm!u{_vo+)f^WOi zVbUs%a7mFu2(Cz=FGYXtX8Ad8M_?#S}>>O=WK6IbDj6KT0OX4^`6h4 zeNOY8z<#!drNr|2TFt3x_uBW|scta&TAeER(BjhvK$!0)A)|$#Me=AF z?#t<$iI#kPT^`=do@xl|@`?K=PJi)kL%1goZ=(&Ue6d*E1G|LUQT(=VBY6V|_P`R% zAisZ6?sd39BH(*RNoLzCLr)D8=*NQ3_*D{30`lGNMw!Fn^i1pc_*wADJkHEjyhY&S zfd&35%#+c5mh%wnzvbr%rct`2a;vFejQ209v zkJ_-m)0PId)|_M6w7eVZ-oTX5^Z!-NkE(WXm1c0H_OB(f))`8iUQ$%~Cm4rmn{{iq zJrRBeIX#Xf9*7utI*f|Nk%REwb3eMLqU|zlDwz!>cUQ?Zh>Tno+r1x@26V%$u=UK2kFtr}7S&|f*C{prGNPYQ6muvA z^_t^dizAK_U?Ie@vw*&W*b8g;$MVZD2CvYQD6%U0r;)UILdXL+^8hAVF!7t1YLsr3 T*2R;{+>SIz&Xb40XyoTVR7R48 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc deleted file mode 100644 index e5c8c09092ced1925cffe29c2c4409af38548d1d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2294 zcma)7O>7fK6rTO{`adzj35I|Z9E3r!n}S54X$5Vf3N;D{RJE)sS&MftYxYmGlOIPm zccp0vV``%Ib{Fc#@S_PjWKnNnYkXDaZnm zoGuz6Ib=w(#L#`b9yTI!#KVFfHDYqi!=fHH5^}=BAw6ld$!#8%^mZd9rx?Hj$X56H zP6ZNnEHJH^yj_i{VJN{6Oz$8Rebfl-yuho`tAgBBWApK;>}jMK3aVul+t#(Rf;G#` zLKCB!ZD}ShM4nS)qj}clM>Ge!(kYuRQS?0H#*{H^l`X^8A%d;?hAHoj zD&gKAB&r|-8UXt@1*+ovYe*zmEcvX;-QgGL8Dua3lN)c1YRpH0T-bzUUD9U*E(~zH z&(?u|6WG+C9Fun)Oj2@opbidwmp0Rb1HoT5|S5pTEMW(iL_b+zI>IhENx( z{k}esb=LRiEZ7Th%GcxoG8^1mG41d*fvk20*hi{R=e`F&Y*{5<`6^KTpEhupzonY- zQ6PPPiRG<~sO}2%K2n)rSg}ye6%9)r)8SNT_{^D8XO3lEFx7XG?$^vp7SgiG_Bq*!i_pwE5M#>f zR#_oCBK`fEW9h^YtvhK8ce((L^rtYUT z)4__amo}G{bgNP!p3u@lw5kv-B3E>28`+Q_QHGIol1yjU2A=6F%p&KK<(zG#_;3IiV&9pZVv zt&}e*73dUg%`TQm1B8h5x?)+^iqw^YT|<531n*TKz#&~6OoK`Z-z--rPrzQXTZ;&(nub}siGUi@VAZ;lnjjR+9hR``8O{Jv#=|1-Yr>gYNz2px~R z56mBa*!{thl$nvP?_Y1@g%iwUDX}7TElFKB)3>^BbkDQP(!mW0B)gm6+}-tS*W$p* z<;0iMUp$GX<_2d6o6^H*&m!OR&qg-)xhi>;Z_bf~KclevB zTbUb~WhqBlX;!-4J{O&hzF7|u18+7`Am&+r30UIMGbu3_n~g1QAN*Nak&Z7($KR|A zRPovwAQ8FOp7<;W?qzdByTScjcxWegzyCyTD9t@c3uN+O_qO47?!iEMIL7@J69~>T zqxl_fs8mv|a;b!9gCxmAa)D$jqQ#DAFF|R_i@0V}n)YhMQzlC;s<3rY1#(e^xBg0` zyu4I(yZ^h4-e<}CV<9h--Sm5FTE8);m5E*NDoNTw??>pg3Sis2>M^Y8POE~#6^KV# znJtyP^d%p;m%7e57`YtDF)y2b1g{7Q5N+(QrNLGw_!J!@Q`$(JbL6$oF%0v9Wf=Y` zh_8agDhRKF$SO$w33~nlN7ulSH88LS`q#k0C*jOY=Sn!U6wWk1dKk`4i!TOynBJMm YCf_`JBfOOCT?b@7U*4bs9VOQP1+cImjQ{`u diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc deleted file mode 100644 index bed5e6567e409d6c4dbe3913c07d8b9b164b6e1f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4901 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 PS{o}JeEE@qG-UiQxD90; diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc deleted file mode 100644 index 55699bf9a49e2a133e73d565b6b20cfe01a6752e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15018 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

?4+Toe~A$> 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 M+4Vb)GHihV9~Rw)QUCw| diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc deleted file mode 100644 index 1ad6176384d4e02d9ff4779ef8754bb18740979c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2616 zcmZ`)U1(g#6`tAqw?9|A`j>23(e)3p7v$ZljzLbHhFVUPMrmv$1)5vZC?b%jmHgWQ%@P)J-T)P+1GNCo#TkD-1k6v`@cu$Tzy(md2}o5;n%n|u;*n`Hd;b9D17sr`yT}xC!o^;~On8zh zd9o>cim7<2sd}2JVX-f{NiSulytJA2GG@lpP2KA-JG`u!^>Sv;>ohyPF0;$)HoGHz z+3oRq&0dU1g2<%r0Ngi^iPGXK39&Z&Z6)5bRWe{}WYA6$iS*gn#uZ8ERFZb;J=r_} zlJp;NTT3N_Vh?otE2^D&Pc;uNsoUz;i*aD6Kb)5^5l;ha6;JP zBH4v1a{}LTxiVX;x+I_GsdE;c2;7?I^X&Ox$#( z=jI73IlfJNW(n7M(s}$@a~3VJ}&r8H=#MNWeb{|D*8VdjQfYgrNrN z5bMPg2!-0~Pz4*XDaO0Fo(NxNu`T3(qs^~MOls*s2IN@El*cl~RyVZ`aT^Q<71$c_ z$t?AZB(6#n>r|9g**{xP{GYozo;e}+jO5u{_PtI%_PXn7yNbFhvz}O5m+h3DcJOcT zs!~@j^~Li2+0L+mcolnZ>nk8yfr!+l&5k${t7=_24H2)S^XQ!;2(4;$?ft|D7$nLi zQO-||y2^%PQC*8Y-pt15Vf5=`GD?Zwgx|h&84^5(LcEl~=xw+Uqh)kOdK)d_KTAtE zpL>%h0)OS??1B>-;X+VzZ6omAWn+#QHK<9$@eQ^>44YJ}n#&9?ut|YSj$c_h@v~~X z;0rbh%hZXQ=bc|LD_ne1vdU%G@yUG4`)^)`vQ6YJ@rqnB@YaS@vbiFOz(hD-~!(Mn$G+RuEA&v|Er)K}5o-Kt3vxN_8MS zY1wv3xJN}wxmv5*79(78iJwo>UZE#)O8W(YoFJ~1quvjBGX7Ssi33WG&6V;(&0h>f z4;k(8=;y_Sz#~Pc<~o*N1e;5w%)%nOTr6BB{^g?U%oVH4Y$5PZ6~?|_453?3R;}`) zHBZ7~)u|StnW2FJf{JC=5eGzwQi5I%3)N-bU7}7ILiL24o&*Pk$Kkg?{)4``hMGFk zd)L`#nW2XKMq~JmZJ?QxXys;cb1SnNf@B>sqrDb@hG6r0-W#-_`D4uWjqYE!$>?){|b-9(1G5!5agO z-1x2Ot=#yv*LJe~ce5i~*^!&lhgY|ckAE_@b^Pp>@zSSnHL@ey*{N%jJE^X(kffa1 z=^OqUB~oYBUfJm$_~q1&-uv4N*Du_d+?=`9w_&bb_*@_VN`d`{5-2|u7LnPvp(vYo z&y7!v8^4*f(P2H{ie{OVp|!DMXf3pvlLH{nF0M zJXNXrWflZ($hE3PnPa(89dTKlLW^J#if=XyItmkiPP{XA+qM1jYxxZZr$FgNVRRe_ z6krx5JJ(?B9c_R8C0|xKL9OKC_yLL0WFA5D8x~EqTeGR5dBWY!_WeU2qq$2h|oa5 z1RshHi~FrmV~!gZ++coQ_z?kwGPle~$Oq$x|6;rCrlWKb%B7G2fg_^eMN#+|(HF$E zB5aS6X8|v3F8LvS36|o;4F3qEDPfGiK%M_YQ+LtSLpg&J4^d41dl2FAdqYQW{`4dA zr&8nC>04JmRsM3daqQKtp~(gsY^sOx8EB^U+V!9*0pC-LTF4G6z-crPQQuVZv_>}x5Fdw05eo6&se*v*;W|0Lq?DZ>vG*o!{ke~pWp@Bjb+ diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc deleted file mode 100644 index e7098a2ba2c2a4d4c3a73302178dfff31bf86531..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18848 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc deleted file mode 100644 index dc16af60479270814f28bf5aa1892bcd0a6cf199..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7836 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 B&OrbG diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc deleted file mode 100644 index 01d39a22bb92bd4cf3bb42299f412155635760a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 371 zcmXw!!AiqG6h$XZ)7DC`#YziyEp%ZAbtQ^W+lawBk)){*kRfIUJDMgTNekWeFZ>3- z#ZBFXtOQrx3Eg$&gx0$_?_Ri%$NQA!GT^%SK4&qXKUw&fur;eDH}8M|3lPB)NY2U; z(Gp4C$`i?wW`$O9nN^qB!ZMdZ%#hDe=RmDOS~SdVS22uKQgmI@Q`tm!NP9$h6Kg|N zADErKf`%Ar1AL>IsFyY#bY-Y&rh%_bwco=%Rp0h2NW=G?LHAZMHr)@f;+Mes36A_R zg>2$7+k-*qzfvcTU_6EGDfOn%WzR5}#UtN4YoDCLh{g0cu$?#ig+?%70mRIUY3SK5 zbX*3b*p4R=c6>skb}(C)F2_EZxb!Nl@@v_{(Gkb5C SOAeb0&`9 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: - options += [ - (opt_str, opt.nargs) for opt_str in opt._long_opts + opt._short_opts - ] - - # 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/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py deleted file mode 100644 index db9d5cc..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py +++ /dev/null @@ -1,236 +0,0 @@ -"""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._vendor.rich import traceback as rich_traceback - -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, - ) - - always_enabled_features = set(options.features_enabled) & set( - cmdoptions.ALWAYS_ENABLED_FEATURES - ) - if always_enabled_features: - logger.warning( - "The following features are always enabled: %s. ", - ", ".join(sorted(always_enabled_features)), - ) - - # Make sure that the --python argument isn't specified after the - # subcommand. We can tell, because if --python was specified, - # we should only reach this point if we're running in the created - # subprocess, which has the _PIP_RUNNING_IN_SUBPROCESS environment - # variable set. - if options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: - logger.critical( - "The --python option must be placed before the pip subcommand name" - ) - sys.exit(ERROR) - - # 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 - - 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("%s", exc, extra={"rich": True}) - 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 - rich_traceback.install(show_locals=True) - return run(options, args) - finally: - self.handle_pip_version_check(options) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py deleted file mode 100644 index d643256..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py +++ /dev/null @@ -1,1074 +0,0 @@ -""" -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 importlib.util -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.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_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 not options.dry_run and dist_restriction_set and not options.target_dir: - raise CommandError( - "Can not use any platform or abi specific options unless " - "installing via '--target' or using '--dry-run'" - ) - - -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." - ), -) - -override_externally_managed: Callable[..., Option] = partial( - Option, - "--break-system-packages", - dest="override_externally_managed", - action="store_true", - help="Allow pip to modify an EXTERNALLY-MANAGED Python installation", -) - -python: Callable[..., Option] = partial( - Option, - "--python", - dest="python", - help="Run pip with the specified Python interpreter.", -) - -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=["on", "off"], - default="on", - help="Specify whether the progress bar should be used [on, off] (default: on)", -) - -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.", -) - -keyring_provider: Callable[..., Option] = partial( - Option, - "--keyring-provider", - dest="keyring_provider", - choices=["auto", "disabled", "import", "subprocess"], - default="auto", - help=( - "Enable the credential lookup via the keyring library if user input is allowed." - " Specify which mechanism to use [disabled, import, subprocess]." - " (default: disabled)" - ), -) - -proxy: Callable[..., Option] = partial( - Option, - "--proxy", - dest="proxy", - type="str", - default="", - help="Specify a proxy in the form scheme://[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 = f"invalid --python-version value: {value!r}: {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 binary packages over source packages, even if the " - "source packages are newer." - ), - ) - - -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.", -) - -check_build_deps: Callable[..., Option] = partial( - Option, - "--check-build-dependencies", - dest="check_build_deps", - action="store_true", - default=False, - help="Check the build dependencies when PEP517 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) - - # If user doesn't wish to use pep517, we check if setuptools and wheel are installed - # and raise error if it is not. - packages = ("setuptools", "wheel") - if not all(importlib.util.find_spec(package) for package in packages): - msg = ( - f"It is not possible to use --no-use-pep517 " - f"without {' and '.join(packages)} installed." - ) - 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, -) - - -def _handle_config_settings( - option: Option, opt_str: str, value: str, parser: OptionParser -) -> None: - key, sep, val = value.partition("=") - if sep != "=": - parser.error(f"Arguments to {opt_str} must be of the form KEY=VAL") - dest = getattr(parser.values, option.dest) - if dest is None: - dest = {} - setattr(parser.values, option.dest, dest) - if key in dest: - if isinstance(dest[key], list): - dest[key].append(val) - else: - dest[key] = [dest[key], val] - else: - dest[key] = val - - -config_settings: Callable[..., Option] = partial( - Option, - "-C", - "--config-settings", - dest="config_settings", - type=str, - action="callback", - callback=_handle_config_settings, - metavar="settings", - help="Configuration settings to be passed to the PEP 517 build backend. " - "Settings take the form KEY=VALUE. Use multiple --config-settings options " - "to pass multiple keys to the backend.", -) - -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.", -) - -root_user_action: Callable[..., Option] = partial( - Option, - "--root-user-action", - dest="root_user_action", - default="warn", - choices=["warn", "ignore"], - help="Action if pip is run as a root user. By default, a warning message is shown.", -) - - -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( - f"Arguments to {opt_str} must be a hash name " - "followed by a value, like --hash=sha256:" - "abcde..." - ) - if algo not in STRONG_HASHES: - parser.error( - "Allowed hash algorithms for {} are {}.".format( - 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.", -) - - -# Features that are now always on. A warning is printed if they are used. -ALWAYS_ENABLED_FEATURES = [ - "no-binary-enable-wheel-cache", # always on since 23.1 -] - -use_new_feature: Callable[..., Option] = partial( - Option, - "--use-feature", - dest="features_enabled", - metavar="feature", - action="append", - default=[], - choices=[ - "fast-deps", - "truststore", - ] - + ALWAYS_ENABLED_FEATURES, - 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", - ], - 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, - python, - verbose, - version, - quiet, - log, - no_input, - keyring_provider, - 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/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py deleted file mode 100644 index 139995a..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py +++ /dev/null @@ -1,27 +0,0 @@ -from contextlib import ExitStack, contextmanager -from typing import ContextManager, Generator, 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) -> Generator[None, None, 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/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py deleted file mode 100644 index 7e061f5..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py +++ /dev/null @@ -1,79 +0,0 @@ -"""Primary application entrypoint. -""" -import locale -import logging -import os -import sys -import warnings -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:] - - # Suppress the pkg_resources deprecation warning - # Note - we use a module of .*pkg_resources to cover - # the normal case (pip._vendor.pkg_resources) and the - # devendored case (a bare pkg_resources) - warnings.filterwarnings( - action="ignore", category=DeprecationWarning, module=".*pkg_resources" - ) - - # 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/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py deleted file mode 100644 index 5ade356..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py +++ /dev/null @@ -1,134 +0,0 @@ -"""A single place for constructing and exposing the main parser -""" - -import os -import subprocess -import sys -from typing import List, Optional, Tuple - -from pip._internal.build_env import get_runnable_pip -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 identify_python_interpreter(python: str) -> Optional[str]: - # If the named file exists, use it. - # If it's a directory, assume it's a virtual environment and - # look for the environment's Python executable. - if os.path.exists(python): - if os.path.isdir(python): - # bin/python for Unix, Scripts/python.exe for Windows - # Try both in case of odd cases like cygwin. - for exe in ("bin/python", "Scripts/python.exe"): - py = os.path.join(python, exe) - if os.path.exists(py): - return py - else: - return python - - # Could not find the interpreter specified - return None - - -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) - - # --python - if general_options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: - # Re-invoke pip using the specified Python interpreter - interpreter = identify_python_interpreter(general_options.python) - if interpreter is None: - raise CommandError( - f"Could not locate Python interpreter {general_options.python}" - ) - - pip_cmd = [ - interpreter, - get_runnable_pip(), - ] - pip_cmd.extend(args) - - # Set a flag so the child doesn't re-invoke itself, causing - # an infinite loop. - os.environ["_PIP_RUNNING_IN_SUBPROCESS"] = "1" - returncode = 0 - try: - proc = subprocess.run(pip_cmd) - returncode = proc.returncode - except (subprocess.SubprocessError, OSError) as exc: - raise CommandError(f"Failed to run pip under {interpreter}: {exc}") - sys.exit(returncode) - - # --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/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py deleted file mode 100644 index ae554b2..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py +++ /dev/null @@ -1,294 +0,0 @@ -"""Base option parser setup""" - -import logging -import optparse -import shutil -import sys -import textwrap -from contextlib import suppress -from typing import Any, Dict, Generator, 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, - ) -> Generator[Tuple[str, Any], None, None]: - # 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( - f"{val} is not a valid value for {key} option, " - "please specify a boolean value like yes/no, " - "true/false or 1/0 instead." - ) - 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( - f"{val} is not a valid value for {key} option, " - "please instead specify either a non-negative integer " - "or a boolean value like yes/no or false/true " - "which is equivalent to 1/0." - ) - 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/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py deleted file mode 100644 index 0ad1403..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py +++ /dev/null @@ -1,68 +0,0 @@ -import functools -from typing import Callable, Generator, Iterable, Iterator, Optional, Tuple - -from pip._vendor.rich.progress import ( - BarColumn, - DownloadColumn, - FileSizeColumn, - Progress, - ProgressColumn, - SpinnerColumn, - TextColumn, - TimeElapsedColumn, - TimeRemainingColumn, - TransferSpeedColumn, -) - -from pip._internal.utils.logging import get_indentation - -DownloadProgressRenderer = Callable[[Iterable[bytes]], Iterator[bytes]] - - -def _rich_progress_bar( - iterable: Iterable[bytes], - *, - bar_type: str, - size: int, -) -> Generator[bytes, None, None]: - 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) - else: - return iter # no-op, when passed an iterator diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py deleted file mode 100644 index 6f2f79c..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py +++ /dev/null @@ -1,505 +0,0 @@ -"""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 TYPE_CHECKING, 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.build.build_tracker import BuildTracker -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.resolution.base import BaseResolver -from pip._internal.self_outdated_check import pip_self_version_check -from pip._internal.utils.temp_dir import ( - TempDirectory, - TempDirectoryTypeRegistry, - tempdir_kinds, -) -from pip._internal.utils.virtualenv import running_under_virtualenv - -if TYPE_CHECKING: - from ssl import SSLContext - -logger = logging.getLogger(__name__) - - -def _create_truststore_ssl_context() -> Optional["SSLContext"]: - if sys.version_info < (3, 10): - raise CommandError("The truststore feature is only available for Python 3.10+") - - try: - import ssl - except ImportError: - logger.warning("Disabling truststore since ssl support is missing") - return None - - try: - from pip._vendor import truststore - except ImportError as e: - raise CommandError(f"The truststore feature is unavailable: {e}") - - return truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT) - - -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, - fallback_to_certifi: bool = False, - ) -> PipSession: - cache_dir = options.cache_dir - assert not cache_dir or os.path.isabs(cache_dir) - - if "truststore" in options.features_enabled: - try: - ssl_context = _create_truststore_ssl_context() - except Exception: - if not fallback_to_certifi: - raise - ssl_context = None - else: - ssl_context = None - - session = PipSession( - cache=os.path.join(cache_dir, "http-v2") if 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), - ssl_context=ssl_context, - ) - - # 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 - session.auth.keyring_provider = options.keyring_provider - - 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), - # This is set to ensure the function does not fail when truststore is - # specified in use-feature but cannot be loaded. This usually raises a - # CommandError and shows a nice user-facing error, but this function is not - # called in that try-except block. - fallback_to_certifi=True, - ) - 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 "resolvelib" - - @classmethod - def make_requirement_preparer( - cls, - temp_build_dir: TempDirectory, - options: Values, - build_tracker: BuildTracker, - 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 - legacy_resolver = False - - resolver_variant = cls.determine_resolver_variant(options) - if resolver_variant == "resolvelib": - 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: - legacy_resolver = True - lazy_wheel = False - if "fast-deps" in options.features_enabled: - logger.warning( - "fast-deps has no effect when used with the legacy resolver." - ) - - return RequirementPreparer( - build_dir=temp_build_dir_path, - src_dir=options.src_dir, - download_dir=download_dir, - build_isolation=options.build_isolation, - check_build_deps=options.check_build_deps, - build_tracker=build_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, - legacy_resolver=legacy_resolver, - ) - - @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, - ) - 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 == "resolvelib": - 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, - ) - 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, - comes_from=None, - isolated=options.isolated_mode, - use_pep517=options.use_pep517, - user_supplied=True, - config_settings=getattr(options, "config_settings", None), - ) - 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, - config_settings=getattr(options, "config_settings", None), - ) - 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, - config_settings=parsed_req.options.get("config_settings") - if parsed_req.options - else None, - ) - 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, - ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py deleted file mode 100644 index cf2b976..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py +++ /dev/null @@ -1,159 +0,0 @@ -import contextlib -import itertools -import logging -import sys -import time -from typing import IO, Generator, Optional - -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: Optional[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) -> Generator[SpinnerInterface, None, None]: - # 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") - - -HIDE_CURSOR = "\x1b[?25l" -SHOW_CURSOR = "\x1b[?25h" - - -@contextlib.contextmanager -def hidden_cursor(file: IO[str]) -> Generator[None, None, 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/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py deleted file mode 100644 index 5e29502..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py +++ /dev/null @@ -1,6 +0,0 @@ -SUCCESS = 0 -ERROR = 1 -UNKNOWN_ERROR = 2 -VIRTUALENV_NOT_FOUND = 3 -PREVIOUS_BUILD_DIR_ERROR = 4 -NO_MATCHES_FOUND = 23 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py deleted file mode 100644 index 858a410..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py +++ /dev/null @@ -1,132 +0,0 @@ -""" -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.", - ), - "inspect": CommandInfo( - "pip._internal.commands.inspect", - "InspectCommand", - "Inspect the python environment.", - ), - "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/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 802a7e84fbc48b2df5c853b2975a7067a8cd6903..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3998 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc deleted file mode 100644 index a7f8e1c85fcba14ef0e5a1fa41990899734c13f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2086 zcma(SOK%fLc-G#RUqBK!Pe_*1s5OLj0jVMCL#iXb-&^LRyJazggQ!T5;&g`sRDgeDCk`Pq|zg z!S~^_Ir}dWq34X~e?kx0{T`6J$U+w9AdQ^~hjSBJf@65nNxHno$2ji@uBeGIE;y1a zYqFctQZX$$X*Z)~+^m*$b6PIuNzM`XsCJY?353x#rEmD)!~@%0m(m6k=rXe8TgXab zaXZ=L4%N6q`cFnI7Pv^fVmKkDfbk194d9gKeb+TStB{CkYB(j?dj@L`@_BEGBJ9t{k~!B%wYhCw{t!DYj&>FbzK+xMsr zHgsCWrd_gu1(vfnhz*MTFsO!s*>$%IA4^OHiA;DCkuP zq3u|V(02)h8p#G9?7ylf`*q|{(C;gBz>QxB4Y4kKj#g&iwNy{mC431avA$^~Dxfm+EpoWhGelw)rlfL$}}J(QTDSbrIea|Az%}-@-6N1d%k-jZ7nZ z$P#!6ma_G9J+s~O66}nEopWGEpnP4Vi8@cjAf7Si$uc_hoSkpgh3B5@eHR3qr)}_Eyi0yt=7P1=xrQ3Jbx;1M!*UB9KcPqGyTP*=`UOI+s(}8 z%8q>I{#TFXi#t>AKb&|p^>Ir+-jp^co*h5+63MB-=0bb;#lEw4hB4{>(@iWVTA-r(sj!>0TDt9 z`<1Y5K-fS=Ng9wS37IC7Kt4cZiiu7zz)Bi}0YK&aro~|zlsSgU)ZZ^+(Yp!9gJ2q`fuxDU^`TW88PEA zi&AAAEI<&L5QX_6vWS3)Q}ixy4$}5o{-|4oPslkCu#HSV1JFrw9QP|a@)S)xMI(Qp y^S`0FzY{!{c!2=yr4e`jS!%pF@+39hN{w$_e3W|Urua&n<|a00_YfShiGKiI)F{OO diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc deleted file mode 100644 index 04530692e978b6e6b0ad9af5d6bb34b4667c0567..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5188 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc deleted file mode 100644 index e9314f0edcf0f16212967457f59017558375fa2e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7585 zcmcIpO>7&-6<+=?DN>?H{Zf{-lz%6`GfC6bw&M^TBM1~B+J+;Rk3-sbG87wie5f^n2y(y7<$*FJlM@#+0NCRsj z?Yw#K&6_uGW@o;6{Cg}GVcR#Df z@a23S%Ja$oLLe6~X}=sSgmNL14#;dFoC}+DP>vLua!rM3E^5|8a;(stYc^?CZYjib zagz?qt%XD`VbT#fS!m0(720#{g^pZ@$!n533thP`594JJGe71y?3O6C=CNwI9xw9_ zBS!BtVhlB{`E2gKMNg*rKeTc^;~~Kh1i6elawOmCJMrB#A^bc zMH*jP)aI08#!C{vKp&MQj0&izO(}(fP!vh@j-<`;c^L`CatT_7ZoEG=b?L?pAX{nU z>9Qn?yoQDRZG?f@o1a7Z+q{fsh5RC~BCTA44tS?)ABmu%TE>VMB}|%&3N8q;w1oJQ zpv^&NSke%$l(kZsIvu--3Z;wSQC?H*K7m1rbT}yLRu~=cZ#wii1xsRs}S!92ahA* zN-#!Y7OC6}Rtl#hrf`^hZ}Gj$+#v`Rr)YBsb5c=6cOmp#S(S>j9Cky>sU?(`W+a5w z5xemRQ#ZI0R_0-VTp7!o{Hsb{kT)d|Dl-BS+NPjjuwPI##HmUd=Mg91{G7Bv)yxh` zQi&5}RpHcfsia^{wqYmS?#S?L~2mn{05xjnX;p zLp$WdW>AMW^+!f5n>#HH<1NOl5&axPlM8uua{^#$&T&89>7=}6y694VrMf*!bjGur z$|Q*4W5LDidHX{**C*Y~=qJ8$02cfMroznI%eJwYw>N=Cp5|?|G@vYWhlh4tuR%z`uS#I7l%ke$4oY*tVaQJS2UQ?Vqw%dJeGuX9fmQ#CX zdEcH{-oIy-xjnPozh{;Yyk5(qNA!w5(JuzXp!SAid;X9^xuqC-#ID&pt%qsY*N0pk zhuZyoaCiBJ)<>K+ZmIbldVa*A+!Aabb!!f_=C!D0&+hX1V~(aA3 zQyvgGz-O?kl4t`CQc0+&@FFUyq$rUTz{;n*Bbt9co*z#Tt}m2!zRnSjr(1WN)| z5hh8g2!&?1vxIPK@vBIlArY$u4YEq3&T&8dIyWgC&jNJL@-Qg~7X>++w{Amf)>$DVC5XK{m+DfFvrz2&!$^aW ze%|U7cy*7dv(ZmtAIA)q(^>A1DI-0hrzfiEQ#JPV4$(r^p4=gNg&U{z^r>q4OpTq~*6PdsU+k}@M{DfZ zPZb#HS9te|;hxje=c?(qYV7%KJsIh7Jw0AcpRBQ`c8Gq|aU(scrzflFb2awO9jz|t z=?m5L#Tt9*dE;Ewqw#vQtsd>GM-SFp`|54oPun^kT>kWOz4hpND-%w?WWwRd%MK=- zG}t3Ldt~+ISGOMCg2{W)-eg}UXqa8-HUyt^Ktxv9ed}Slx>xisG)+0U7=u$x1Y!&C9_ zw2k@9GEm#RUo@NsyWA0AkKVi;Xko`f#WTMfHn%mw`sTeui~Y1V<_XZ^=(?rb|FTbO zb@&ZjKb$y8hwqjZPsLa9gP*$~&_~`i`;1!-Kv3dYeHYvn zh4g~xdE|GJGRq<8qt9vMmK87f7^wI*ePOk&CRB?MYQ7-eAh*%0a2 z4!HUb^(g4zh~+S73_5(btc0n}-D3ybUC;?|cflc#LTmPlT8=}{y-bLotWrkUfRbunUUE2=zThH&~AQ^Y+Zh6o9 zF7rE2B|Lx1j5I|2x8a;7aSPA@a)BHpq}0T>Gc0M=AlYXF5kL%92eB>rMNC6Yf;052$C!TK zBu0@5{9~S;-z2<%@U#NtVkSsfz&?N-K$Q;DG-!H;={hDYkd_2(>OLIwGYaGzJ1l5p zXUmYt-% zXPXuw8w)rI5TBH%fE3eB(i{nCicMBm0!;SC~H&KOd6MHrA`OTPJqVkw62Ve-XvI5s^fhH$- zBu=xx2%w}Y<;_Tv5RA}l&`WIu7tCZdiK>7tRmgve{PZI67li^MovN^acv&jm25y5J zBq)?h2$l-u;LJJPMMvcefI7**9RU}egtI-NDh~-+-p#jSnwug1c||H>dX#0FF};^q zOM-sk=E}m8lrq=K1)xY6mZ5z$@PltEew%VxXKhwL#q?j#Icpoi!Mra9b1XjTicD+!+PuC zdRq_uOAXcshKzyp`oQ`1Fq1g4!2}YKmEd|a)7@)y4e4D&wZoIu!{@49Z?42%w598v z`;E>)y>swMazwyo*b_xPkzt%!$(%8>MaSQ zrBA1SgZ0kTgS(&JebRaON&GOp>+volepHVieVnYtPt@ZnBc9gd>CXqgJoLq(uj7Z; z!(am95^govQJo!qoHfR->tolAvG?_{_p4*Stg*kUvz-QeMrQ$JpZ#Z3`_pLGlkO9b z)j!|;)7`&DsuNdg(W@_7I#!zT1T2q?7t^fW^-PqoJWszOo+l9=J_fNYQ##7?AC(2! zmV|g-RPw+MlvUVjF+J-rO($Re6Sx8AKZ2@g6c!Y?8jWGm;x{JMf+6g2XLSH z&Kn7^>s^7^(R-IRnhyp}uV42t!Nj`vk|)sl+4wp`%hk5k{KIaGeyo0P@-}>+_MNF_ zbwRCXdPzuDW@q6i2~3j`gavSGUHPboB&aQxsLb@V74BstoA%JZQ5%&i# zYXj}wsRExUY?|f|U6}r$WX6T;->C?@x>i;}7jFCJ211T(RZ>a_n>S~5#5}RAxAVK0 zxg(Qp4nXH4)B*d3q_0=)Vjl H%FeVj|kANyu55|#{}V@Y|v?eHnF=2#D;(bB$`5w{rXI??92H?M*B^F zS;|S}KrX4cwh|H1x^$=gFfK{0mU8&D2~J1e$TR8YDHB0UbDfxD!Rd6>Shg7)#pZkvPf;B z=j{b-yVB1MYQyJ9zKpD@ZCDiwqtG?0T-GaykqdXOUAwWcz*H;|jO!SvD7BGkENazz z1?mO~wrix4_m=f~AN(*ocF#h$A=n-l`V#xn(~x)%xC?^nn^%3W*|gW-Z5X0w4JgM&KoB-u1%{t}<Ti1v#}eYa2{3L zvP^na0+}~)IHol0!m5!xrep+oWR!L63aKLB3>>P&PLnc=6vDRUhBbtj`5BXAFz$zc zdJejE!HFdwUR=NaDs*}$bk>n$&--T^^6W#2lQ$dk&4<#WOegh__atq=1bML7kxu%LY0j-pRh-w}elsfmLYoDFa*lv65Z8W0+GzgZZO5rYr zZ4wQYnBRMv9q%xD*X^wTY@E-Wd24s~y_RyjSh)7I5)12| zhQ^P+ZQE_27KIf-otUrt(xe_w1B~p)kQ?h7KpN1iRlr79S~5&rU%NxGVi&O&DJ+=S zpa3D%8;2mRK&nv;2ucRUJURi@DoO!YFwt$JQcx@&*BRw@(V&VKVGx@YWf3bi3h`L3 znYK{{O}0_SG@}Mw31Mo3QF)fr+z`S`I>@-8GPd<)ow!mFn^oAASr4Vtrj^%CH{kt5 zsBICf*`$VV*6;jm$wPu=gV;6Qgxmr<(QT!uQ>9>9i@K@kd4N?qqaaJESa#di_D6Gt z!AB1mWmJirgmWOLSa+IrEKk;h=``#HY-4?W=A(+a($Th$PzTz;r%W!*a$BYzNT&hu z+=!RNG@$D<*FA&iJ)_Fp4=2*4#ycJE*E!|$wYqOcQT<(Jaf=4hX?#C#)(}o(WZ3$m ziCsW7&e1xY`l%ZpN9k}n>nKaaDt8W#up6aDTp3CY4bG6d5gl;~PKdC;cf$;OwW@9x zq1fO6?MfxfsPO#b#`xFv>Ta;A6XvWz2G7K18d;H0AXcr)vKhtZQg=3s9xO)dV~3JQ zrt1?s5_$ok2C|$SdmMihZ^}wTR-9PB6Ps|7Q_kRolNxqX<1NXTJkv@F;psgg7LK&W zg>bw_e#l9VI)hVAYOE!R$!sgZg(Dz5+#{TFk|Um^ll)OD%H@I}*LO(n>+$CFY-4)% z#q`A;`BIO4gHCc1RIrtXzZ*XGWNGvEAMSp6_v@9fK7TR!&Wqu9TXC*d2DJl+)H*T6 zNuFTKCoi?aTqpoSu|q;^?Msd6OE0G9cH}EB!8g%I(WZQ+A)nb2x8D8J`%mBhM!w85 zz8h*ML08gAf#$mt7XxCR>KyPfREGO$&~5{cAasCs&A%#^+E5F#_8T2r^_SX-Zl4K+ zy$|w70HRppwS2ccgx$o^nqb`{q&s$r!aEeSS5G~S>__0OvzH`qnw!wk1PGQfhJy0SqnQ-{h5;ug?~q(RXe zF`^E_69C(U9R`_!&JEV82;@9KklR>5J@gpP7jgccwvQogNFeN5kZIPbtos4eBXN+4 zcb3)47Sv~KRgz$zgHW$Q&Vllp0J;(xcxr%LVBasX?lS9s44o^PMg>z=z_9wWT{-(n ztx``O#u#AT1u6O$=-|bW82Ig#7l|pTnG?g!#PsvTG$735TaRx2KK#4rPVD5%=m0z^ zo<}Fz?9EVf^lW4F>`qL5B@Z-ZwIQopXLjWCuTtaA=u~rbrZGC>j2z!sd$Q&XPi~k` zOlM$hW9G?>GjyyubgnUU&PfhAlP8;#vyI8wy@Wgz`Hv6|pL=+HZ$OCmKmPF1ht1fr zM(o(;?LS`s^5bt}YHJWa@1=zPk%xUeu2r8`yQ(o)*0hRV#+v3vH0HdT$>^A-eFjOg z{UxMn$jSpdP^0kfa-*hI(BPSZ^)e+F!3~4~0b#y_W44Lwhc_9y#ds`g_>%l3Lf94M z9lPn2O?@Ez+b0F&R!oeKt>1V#Ft>hdS2`boK7$^Ts_ZY|1 z$<(Ps-bu>k+(|F0Dk#nW4< kT>*Yta!Bm|;>sp%44&8(fZj_jh~mf>AN*Hfzud?F12_)~`2YX_ diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc deleted file mode 100644 index 4cee0450f598b3249b874bd12eecad7cd1d6f901..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2979 zcmai0T}&L;6~6PgJF|a4!Cnmh85bjGsrw^p?n$+Dh%)CQwE4Q_r2*1>7R_ z!k&B1x##|!^PO|&PuXk=LHo(GQRkxsLVx2zr-2-`{og~khHPXDE-J;nP!b|pEQ!#I zuH?xjS>R)mt9Xf0BI0E?>8T|(;uTl(Ql*raE~O(m;by#SDeL7*xkygBU0!#o+v_Ry z2uMU&s9kFBf2_m3n?fv>`b6{^veie(*08!MwY8`06h3XI;g`Xu=Mr}IkzC3z2uAK- z++flWSmI5~ZD0zVeAl5N^vUtS^DN&sM5atkP2HPf$?2bsk55cbgC_gxtvByY{d8u+ zymM>%4$Dr@Ox>G&EfOa9c$#3#Hp|t9|2AcrdE$iF3>sm*5tid4#q`jZH$YxP7;*oB z?}U6Dk@SLMq*?loMXT)-H{VO?&_IIy zux{y97}J9};M|~Wxq96yzim}ugp{k!16)W&_A^yXv0k=(eHQBtifw(~39I_ZNHpE? zVLHL@G#r9G?1xmJb6l*4fo=z&uVX8;W?dYuKgkfEJLU zO*X|5tC=1dvD``kn5lY9J7N_Y1_U=RL7d`<9uDy+K)`P3fsc8dA1*b;@9T!bWE<0v zCCk;oDPzhKR+&eDC2c%sHQbQNRqWOYKZBt%wd~m@#E7z#Wk(#?67Djh0%3`{fOr;6 zss)bE5_OAEOjs`j87%34 zX8u?b6pjrHz%i%^WEt(MnaA1H?2f8$srqiFdpC1tx999$-^JbD0Zx0a@AQmq^^EOy z_pNEa)_yax-Tl(OBz`B?>O$JZ1C-KItg5e#<3}Igd~)+kb#x!L zKrGqDIg>3?q2=Q!TS_7Ns)hnVIY#;t=-0fjtTQJY4KLM^J~ z9ZlRXNsHob^cJ{fNe+3gMa>o#*_}pw~lz@J9Rz_iWXU;S-#K~s&FujqA z>%>i9hpC~FK`>$II)Tuc4GPtUNpt}qNJASFLih~`Uxx7PV_B02)C}fKUK$9`Fhe2d z`1nOmzRL+WXL8*Nt5gA&*EpS==Sqn*{ASnj=!4=V7@_xpETg}4^+K#4zp?tpPG)E; zGxXc>k6!=q^*?8dd%gWDcc1kQ?(_|B^$o9RyM6uNAW6%u+}_Ld?{*J;FtaiGsrT9K zKN{QDX8tXS*<4G4;R6+Q=T~w>ht&;{ozKBTqTF0Cfd2yy`yBpfJ&`yD(N5+;Esi2>ph6zv<`obc#Hgolk@ z2l5DgEh>uI%Au^WJh3}){tG$3FK3h+t+Od5zkaQSpxfx%C_gz9v7b;twUUq5jF#h$ zi(|ttR&JLlU=iYBivZjLW(|dhMSBrG13F;2ik8Ii5cah;bolg6TNFBQU6R6fIYp2T z9W8*fmxFUrI;mtY${jm^<0%rN^JbNa_APANM&Z?*r`J*PZj-@AV6ob>rQ<<`}t(NC^{h9%vgQgQqW8Rn7-MKFFLI1pGO zT&VN02+rrBrWX!tdZFw(g;|SYvt8T?zbre!2tF#p1_d*C)#3uep~D7VT&@v1@a4gs z2UffkMo$>)Kgr5-XgP{XT!pj>4)4M(pg?^uIyJu%2vJu2fG-s}{tD-GPI&QouD%kd z`WSf?M4k~*)oDqBAp8~OqW{!aXz(kP{|CDA6pcPb<4@7pGi_iczoQLoX#?v&-qtQH jCk_%rLjL{B2MD^>T_GWyU6)!2x{bK|L^|M7wDo@g&0M+P diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc deleted file mode 100644 index 750652018a2964027986c19e412e7967d21927a1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1669 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc deleted file mode 100644 index 5e117670b10bbcf387ca52dce3b9c0b2b1b9a937..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3971 zcmb7HO>7&-6`o!0E|-5I_5WvEOT~^w!y;|jZsIm}YFl<|*HBu>X#obtcFkQ;l=p|3 zT{@5;84losQWS^{6p#xTXbKdlTp6f)%dtK8B3f}sOeMrXn?rAOTM}-uK?@-xG-_g7$-#XG>ljp?}gr&_tiu{t}24q$8a(QJ#Kzle73d&rv#L zhAbg3SYlqZq`bsd1F6S~inbDxYF>#O$=X z@?DIMn%!1UzQ^j#_p))!?6dmw{fv&A1J+=EkV8B&(A??3>DJd6UgMgh`~e>Q21R#hr2Sh`d8VCcdqe95sa&DJS7{r;s(m#3#Q zJV{;DTw@Z}z@=Lis!EbYWA7?4*VE0?Ewy~RNG-+6nm4O@j#|NHp}Cc2FZqM*8$hhU zspL5w<$0aUhjczK=%Ku*$93txkeBqZ5!PixHX?(ds|!YSM$#i7iRn=z4&#IoF*;^= zDxDGZ7)X-yVkSX4uG((dD0u#E7V=RAn$J|cSwkr}wg;!9I5Uc-{B+)%b!?^W)D$=a zrHmcDQZPUP8)XN3O37BPO}{s#%sAN6yeu<%W1)|I73B!%7nKkE!@Nl(Y}fiu^Lj`Zo{DQiQ^b9j*>IL@zWg+@<|F32%=ZG6 zp}FAx+WcGd=^&DsWw}kkC+A|{=IPP>&tQ#j>T+lvWnxnc;qh_PDQG5%x}Jj#)x#Cz z%EI*38G0+40`cxuG!w26u2=JvSsQh%jrIJO5vipfE0Cr&0#U39ezzxHQ_7Z*Jyh9m~j-DrQNua}b$x00%ec-N|L|z#-)T zskt%>`%~GI6FKVRcyI!_a;cnCA!QiY*34X?nG)O_tV%(ZEzgr!%S(4*=;|)CW!q#2 zz!~>GboWqQj(?i?BvF%cA{BRLXnbfHM1U9G3y+27Qx zcfRZENubxUOYaXuwe*>4`pic9tuN%a=}NIrVm0|_RX)1Pt)Bk#xhLmd$Y-~~4@AN~ zK#8E?qFZQ(8Vy+n&T9;u-VSi*{9vR8g0{%D!o3BLMQ&e!_?G4(!R*!-X0YPc;!p~> zQ0VqHFBx#WR6qq@JmrFtu>^_K>k8zHp-J?qP~eNGz~AgfXh{IT^#;<`cTor|J>-Ag zD}eTr;L$*3Er7TldMqr79?iI{Es9Tf=5fdy3i#77pJO&YLK$%iFcoF+RUH5giBMoP zNx{8cDiiJ`03__!C8!;xa!{m5WCu|s)|R1Zyz82$WjdNL=_||{h1=>5SbT8c4)BNw z3_b@S$T7sV4^UNat7t9}nSYq>jD%dn!}P2%y)cqssrdO1autMp> zv^xSF5vgGp+=CC1nhC%$g@!!WcQscGMwQA~Gz5me4(!-^C-@z60p}E=F^P3MgI@66X>ih|}jfBqV zve<~Df#J>JH|y_CemQvgnfK^$ZRmJ)==kc57ef=z2QP09XE%mVyoyL&(Pim1fU5hE z^g<8G<1byp8suZ;G!bqx4^GLI~FKf7-F&vF%Y%D*xP{HKF1g9++%); z2br)}A7V7L82Y$pF*HYydQS@?ago>gcR*&R!Nxwt2I5@!xZB$)Ij#7nWwgZU;$uFr z0T%W_+mg6HAB&43%#`Trpg|*SPs2&z?;x}#gjr!Wi=Rdrc?zCZvSoN0jbqXoP$~^X zR(_&-2}8oAPbeZAddbsnnZ^y66=EEaLNw1fEr?(e!N!O1KJ*Md6CsHmlQeEgf-3J= z$LGK=683|d35x_^T19(p-&pf+%K2l4cs-{o95zi_2k%k^7Oxk-&{ZX!;Rq! zF9$|Hn{0&mbl)pcJks?b^x%3mm4*`2JGe6SaB4YHk0n1n|Eu%$kufkAtHuw!j3sNa zvFEX|`p6r!@Gu`_SD-uXtXR8!{RmSr_^nJeL@}cX?at62IRVON#xEzSltT zS?yUZJQ-xDyOjcnH7|fw zo1xtr@W*7jSy%{)5GyKVU_S+bw2LX!NCbYauEWV07++<_MUN2%>L~TDr<{-4A~8Uqrubwf_TMoZJ}z diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc deleted file mode 100644 index c107762735537cb7f5b39644dbb5348462557946..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28909 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 Y>o$6K^{MZ@2iW_T!+qC*c*Z^dKm8O4^#A|> diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc deleted file mode 100644 index 6186249d08afbc5309823cac8026a42499bf5579..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15652 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 NkDr}+OeOZo{||uf2O|Ig diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc deleted file mode 100644 index 7c0a2c22a2722fb9c2f3ce043c314bb5316c0b6f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7617 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 PjFkzHOM~lJF+KWU;cOrd diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc deleted file mode 100644 index ceca1dbf2fef9a16af16ceb50d6f74ca5a02b8ce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9724 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 Qizb9PVzjK80irwpzniVhp#T5? diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc deleted file mode 100644 index 856ffdc030555b59274fa3d4908b1cfdb5d18fdb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4722 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 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-v2") - old_http_cache_location = self._cache_dir(options, "http") - wheels_cache_location = self._cache_dir(options, "wheels") - http_cache_size = filesystem.format_size( - filesystem.directory_size(http_cache_location) - + filesystem.directory_size(old_http_cache_location) - ) - wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) - - message = ( - textwrap.dedent( - """ - Package index page cache location (pip v23.3+): {http_cache_location} - Package index page cache location (older pips): {old_http_cache_location} - Package index page cache size: {http_cache_size} - Number of HTTP files: {num_http_files} - Locally built wheels location: {wheels_cache_location} - Locally built wheels size: {wheels_cache_size} - Number of locally built wheels: {package_count} - """ # noqa: E501 - ) - .format( - http_cache_location=http_cache_location, - old_http_cache_location=old_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("No locally built wheels 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 files: - logger.info("\n".join(sorted(files))) - - 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 += f' for pattern "{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]: - old_http_dir = self._cache_dir(options, "http") - new_http_dir = self._cache_dir(options, "http-v2") - return filesystem.find_files(old_http_dir, "*") + filesystem.find_files( - new_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/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py deleted file mode 100644 index 5efd0a3..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py +++ /dev/null @@ -1,54 +0,0 @@ -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, - warn_legacy_versions_and_specifiers, -) -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() - warn_legacy_versions_and_specifiers(package_set) - 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/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py deleted file mode 100644 index 9e89e27..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py +++ /dev/null @@ -1,130 +0,0 @@ -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": """ - #compdef -P pip[0-9.]# - __pip() {{ - compadd $( COMP_WORDS="$words[*]" \\ - COMP_CWORD=$((CURRENT-1)) \\ - PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null ) - }} - if [[ $zsh_eval_context[-1] == loadautofunc ]]; then - # autoload from fpath, call function directly - __pip "$@" - else - # eval/source/. command, register function for later - compdef __pip -P 'pip[0-9.]#' - fi - """, - "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} - """, - "powershell": """ - if ((Test-Path Function:\\TabExpansion) -and -not ` - (Test-Path Function:\\_pip_completeBackup)) {{ - Rename-Item Function:\\TabExpansion _pip_completeBackup - }} - function TabExpansion($line, $lastWord) {{ - $lastBlock = [regex]::Split($line, '[|;]')[-1].TrimStart() - if ($lastBlock.StartsWith("{prog} ")) {{ - $Env:COMP_WORDS=$lastBlock - $Env:COMP_CWORD=$lastBlock.Split().Length - 1 - $Env:PIP_AUTO_COMPLETE=1 - (& {prog}).Split() - Remove-Item Env:COMP_WORDS - Remove-Item Env:COMP_CWORD - Remove-Item Env:PIP_AUTO_COMPLETE - }} - elseif (Test-Path Function:\\_pip_completeBackup) {{ - # Fall back on existing tab expansion - _pip_completeBackup $line $lastWord - }} - }} - """, -} - - -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.cmd_opts.add_option( - "--powershell", - "-p", - action="store_const", - const="powershell", - dest="shell", - help="Emit completion code for powershell", - ) - - 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/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py deleted file mode 100644 index 1a1dc6b..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py +++ /dev/null @@ -1,280 +0,0 @@ -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 command.option - - set: Set the command.option=value - - unset: Unset the value associated with command.option - - debug: List the configuration files and values defined under them - - Configuration keys should be dot separated command and option name, - with the special prefix "global" affecting any command. For example, - "pip config set global.index-url https://example.org/" would configure - the index url for all commands, but "pip config set download.timeout 10" - would configure a 10 second timeout only for "pip download" commands. - - 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 command.option - %prog [] set command.option value - %prog [] unset command.option - %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.") - elif '"' in fname: - # This shouldn't happen, unless we see a username like that. - # If that happens, we'd appreciate a pull request fixing this. - raise PipError( - f'Can not open an editor for a file name containing "\n{fname}' - ) - - try: - subprocess.check_call(f'{editor} "{fname}"', shell=True) - except FileNotFoundError as e: - if not e.filename: - e.filename = editor - raise - except subprocess.CalledProcessError as e: - raise PipError(f"Editor Subprocess exited with exit code {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 = ( - f"Got unexpected number of arguments, expected {n}. " - f'(example: "{get_prog()} config {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/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py deleted file mode 100644 index 7e5271c..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py +++ /dev/null @@ -1,201 +0,0 @@ -import importlib.resources -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._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]: - with importlib.resources.open_text("pip._vendor", "vendor.txt") 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) - - -def get_module_from_module_name(module_name: str) -> Optional[ModuleType]: - # Module name can be uppercase in vendor.txt for some reason... - module_name = module_name.lower().replace("-", "_") - # PATCH: setuptools is actually only pkg_resources. - if module_name == "setuptools": - module_name = "pkg_resources" - - try: - __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) - return getattr(pip._vendor, module_name) - except ImportError: - # We allow 'truststore' to fail to import due - # to being unavailable on Python 3.9 and earlier. - if module_name == "truststore" and sys.version_info < (3, 10): - return None - raise - - -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 module and not version: - # Try to find version in debundled module info. - assert module.__file__ is not None - 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" - f" be {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_sorted_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 = f"Compatible tags: {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 = f"...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" - logger.info(msg) - - -def ca_bundle_info(config: Configuration) -> str: - levels = {key.split(".", 1)[0] for key, _ in config.items()} - 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/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py deleted file mode 100644 index 54247a7..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py +++ /dev/null @@ -1,147 +0,0 @@ -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.operations.build.build_tracker import get_build_tracker -from pip._internal.req.req_install import check_legacy_setup_py_options -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.check_build_deps()) - 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, - ) - - build_tracker = self.enter_context(get_build_tracker()) - - directory = TempDirectory( - delete=not options.no_clean, - kind="download", - globally_managed=True, - ) - - reqs = self.get_requirements(args, options, finder, session) - check_legacy_setup_py_options(options, reqs) - - preparer = self.make_requirement_preparer( - temp_build_dir=directory, - options=options, - build_tracker=build_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, - use_pep517=options.use_pep517, - 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) - - preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) - requirement_set.warn_legacy_versions_and_specifiers() - - if downloaded: - write_output("Successfully downloaded %s", " ".join(downloaded)) - - return SUCCESS diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py deleted file mode 100644 index e64cb3d..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py +++ /dev/null @@ -1,109 +0,0 @@ -import sys -from optparse import Values -from typing import AbstractSet, 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 - - -def _should_suppress_build_backends() -> bool: - return sys.version_info < (3, 12) - - -def _dev_pkgs() -> AbstractSet[str]: - pkgs = {"pip"} - - if _should_suppress_build_backends(): - pkgs |= {"setuptools", "distribute", "wheel"} - pkgs |= {"setuptools", "distribute", "wheel", "pkg-resources"} - - return pkgs - - -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/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py deleted file mode 100644 index 042dac8..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py +++ /dev/null @@ -1,59 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py deleted file mode 100644 index 6206631..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py +++ /dev/null @@ -1,41 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py deleted file mode 100644 index f55e9e4..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py +++ /dev/null @@ -1,139 +0,0 @@ -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. - """ - - ignore_require_venv = True - 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, - ) - - 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( - f"No matching distribution found for {query}" - ) - - formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] - latest = formatted_versions[0] - - write_output(f"{query} ({latest})") - write_output("Available versions: {}".format(", ".join(formatted_versions))) - print_dist_installation_info(query, latest) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py deleted file mode 100644 index 27c8fa3..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py +++ /dev/null @@ -1,92 +0,0 @@ -import logging -from optparse import Values -from typing import Any, Dict, List - -from pip._vendor.packaging.markers import default_environment -from pip._vendor.rich import print_json - -from pip import __version__ -from pip._internal.cli import cmdoptions -from pip._internal.cli.req_command import Command -from pip._internal.cli.status_codes import SUCCESS -from pip._internal.metadata import BaseDistribution, get_environment -from pip._internal.utils.compat import stdlib_pkgs -from pip._internal.utils.urls import path_to_url - -logger = logging.getLogger(__name__) - - -class InspectCommand(Command): - """ - Inspect the content of a Python environment and produce a report in JSON format. - """ - - ignore_require_venv = True - usage = """ - %prog [options]""" - - def add_options(self) -> None: - self.cmd_opts.add_option( - "--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.parser.insert_option_group(0, self.cmd_opts) - - def run(self, options: Values, args: List[str]) -> int: - cmdoptions.check_list_path_option(options) - dists = get_environment(options.path).iter_installed_distributions( - local_only=options.local, - user_only=options.user, - skip=set(stdlib_pkgs), - ) - output = { - "version": "1", - "pip_version": __version__, - "installed": [self._dist_to_dict(dist) for dist in dists], - "environment": default_environment(), - # TODO tags? scheme? - } - print_json(data=output) - return SUCCESS - - def _dist_to_dict(self, dist: BaseDistribution) -> Dict[str, Any]: - res: Dict[str, Any] = { - "metadata": dist.metadata_dict, - "metadata_location": dist.info_location, - } - # direct_url. Note that we don't have download_info (as in the installation - # report) since it is not recorded in installed metadata. - direct_url = dist.direct_url - if direct_url is not None: - res["direct_url"] = direct_url.to_dict() - else: - # Emulate direct_url for legacy editable installs. - editable_project_location = dist.editable_project_location - if editable_project_location is not None: - res["direct_url"] = { - "url": path_to_url(editable_project_location), - "dir_info": { - "editable": True, - }, - } - # installer - installer = dist.installer - if dist.installer: - res["installer"] = installer - # requested - if dist.installed_with_dist_info: - res["requested"] = dist.requested - return res diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py deleted file mode 100644 index e944bb9..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py +++ /dev/null @@ -1,774 +0,0 @@ -import errno -import json -import operator -import os -import shutil -import site -from optparse import SUPPRESS_HELP, Values -from typing import List, Optional - -from pip._vendor.rich import print_json - -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.installation_report import InstallationReport -from pip._internal.operations.build.build_tracker import get_build_tracker -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, - check_legacy_setup_py_options, -) -from pip._internal.utils.compat import WINDOWS -from pip._internal.utils.filesystem import test_writable_dir -from pip._internal.utils.logging import getLogger -from pip._internal.utils.misc import ( - check_externally_managed, - 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 build, should_build_for_install_command - -logger = getLogger(__name__) - - -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( - "--dry-run", - action="store_true", - dest="dry_run", - default=False, - help=( - "Don't actually install anything, just print what would be. " - "Can be used in combination with --ignore-installed " - "to 'resolve' the requirements." - ), - ) - 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. Note that the resulting installation may " - "contain scripts and other resources which reference the " - "Python interpreter of pip, and not that of ``--prefix``. " - "See also the ``--python`` option if the intention is to " - "install packages into another (possibly pip-free) " - "environment." - ), - ) - - 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.check_build_deps()) - self.cmd_opts.add_option(cmdoptions.override_externally_managed()) - - self.cmd_opts.add_option(cmdoptions.config_settings()) - 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()) - self.cmd_opts.add_option(cmdoptions.root_user_action()) - - 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) - - self.cmd_opts.add_option( - "--report", - dest="json_report_file", - metavar="file", - default=None, - help=( - "Generate a JSON file describing what pip did to install " - "the provided requirements. " - "Can be used in combination with --dry-run and --ignore-installed " - "to 'resolve' the requirements. " - "When - is used as file name it writes to stdout. " - "When writing to stdout, please combine with the --quiet option " - "to avoid mixing pip logging output with JSON output." - ), - ) - - @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'") - - # Check whether the environment we're installing into is externally - # managed, as specified in PEP 668. Specifying --root, --target, or - # --prefix disables the check, since there's no reliable way to locate - # the EXTERNALLY-MANAGED file for those cases. An exception is also - # made specifically for "--dry-run --report" for convenience. - installing_into_current_environment = ( - not (options.dry_run and options.json_report_file) - and options.root_path is None - and options.target_dir is None - and options.prefix_path is None - ) - if ( - installing_into_current_environment - and not options.override_externally_managed - ): - check_externally_managed() - - upgrade_strategy = "to-satisfy-only" - if options.upgrade: - upgrade_strategy = options.upgrade_strategy - - cmdoptions.check_dist_restriction(options, check_target=True) - - 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, - ) - build_tracker = self.enter_context(get_build_tracker()) - - directory = TempDirectory( - delete=not options.no_clean, - kind="install", - globally_managed=True, - ) - - try: - reqs = self.get_requirements(args, options, finder, session) - check_legacy_setup_py_options(options, reqs) - - wheel_cache = WheelCache(options.cache_dir) - - # 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 - - preparer = self.make_requirement_preparer( - temp_build_dir=directory, - options=options, - build_tracker=build_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 - ) - - if options.json_report_file: - report = InstallationReport(requirement_set.requirements_to_install) - if options.json_report_file == "-": - print_json(data=report.to_dict()) - else: - with open(options.json_report_file, "w", encoding="utf-8") as f: - json.dump(report.to_dict(), f, indent=2, ensure_ascii=False) - - if options.dry_run: - # In non dry-run mode, the legacy versions and specifiers check - # will be done as part of conflict detection. - requirement_set.warn_legacy_versions_and_specifiers() - would_install_items = sorted( - (r.metadata["name"], r.metadata["version"]) - for r in requirement_set.requirements_to_install - ) - if would_install_items: - write_output( - "Would install %s", - " ".join("-".join(item) for item in would_install_items), - ) - return SUCCESS - - 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) - - reqs_to_build = [ - r - for r in requirement_set.requirements.values() - if should_build_for_install_command(r) - ] - - _, build_failures = build( - reqs_to_build, - wheel_cache=wheel_cache, - verify=True, - build_options=[], - global_options=global_options, - ) - - if build_failures: - raise InstallationError( - "Could not build wheels for {}, which is required to " - "install pyproject.toml-based projects".format( - ", ".join(r.name for r in build_failures) # type: ignore - ) - ) - - 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, - 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) - - return ERROR - - if options.target_dir: - assert target_temp_dir - self._handle_target_dir( - options.target_dir, target_temp_dir, options.upgrade - ) - if options.root_user_action == "warn": - 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 == "resolvelib" - 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 = ( - f"{project_name} {version} requires {dependency[1]}, " - "which is not installed." - ) - 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 == "resolvelib" 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 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/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py deleted file mode 100644 index 32fb19b..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py +++ /dev/null @@ -1,370 +0,0 @@ -import json -import logging -from optparse import Values -from typing import TYPE_CHECKING, Generator, 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. " - "The 'freeze' format cannot be used with the --outdated option." - ), - ) - - 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, - ) - - def run(self, options: Values, args: List[str]) -> int: - if options.outdated and options.uptodate: - raise CommandError("Options --outdated and --uptodate cannot be combined.") - - if options.outdated and options.list_format == "freeze": - raise CommandError( - "List format 'freeze' cannot be used with the --outdated option." - ) - - 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 - ) -> Generator["_DistWithLatestInfo", None, None]: - 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("-" * x for x in 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/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py deleted file mode 100644 index 03ed925..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py +++ /dev/null @@ -1,174 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py deleted file mode 100644 index 3f10701..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py +++ /dev/null @@ -1,189 +0,0 @@ -import logging -from optparse import Values -from typing import Generator, Iterable, 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 - editable_project_location: Optional[str] - requires: List[str] - required_by: List[str] - installer: str - metadata_version: str - classifiers: List[str] - summary: str - homepage: str - project_urls: List[str] - author: str - author_email: str - license: str - entry_points: List[str] - files: Optional[List[str]] - - -def search_packages_info(query: List[str]) -> Generator[_PackageInfo, None, None]: - """ - 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_all_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 "", - editable_project_location=dist.editable_project_location, - 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", ""), - project_urls=metadata.get_all("Project-URL", []), - author=metadata.get("Author", ""), - author_email=metadata.get("Author-email", ""), - license=metadata.get("License", ""), - entry_points=entry_points, - files=files, - ) - - -def print_results( - distributions: Iterable[_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) - if dist.editable_project_location is not None: - write_output( - "Editable project location: %s", dist.editable_project_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()) - write_output("Project-URLs:") - for project_url in dist.project_urls: - write_output(" %s", project_url) - 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/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py deleted file mode 100644 index f198fc3..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py +++ /dev/null @@ -1,113 +0,0 @@ -import logging -from optparse import Values -from typing import List - -from pip._vendor.packaging.utils import canonicalize_name - -from pip._internal.cli import cmdoptions -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 ( - check_externally_managed, - 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.cmd_opts.add_option(cmdoptions.root_user_action()) - self.cmd_opts.add_option(cmdoptions.override_externally_managed()) - 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}")' - ) - - if not options.override_externally_managed: - check_externally_managed() - - 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() - if options.root_user_action == "warn": - warn_if_run_as_root() - return SUCCESS diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py deleted file mode 100644 index ed578aa..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py +++ /dev/null @@ -1,183 +0,0 @@ -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.operations.build.build_tracker import get_build_tracker -from pip._internal.req.req_install import ( - InstallRequirement, - check_legacy_setup_py_options, -) -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/ - - 'pip wheel' uses the build system interface as described here: - https://pip.pypa.io/en/stable/reference/build-system/ - - """ - - 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.check_build_deps()) - 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.config_settings()) - 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: - session = self.get_default_session(options) - - finder = self._build_package_finder(options, session) - - options.wheel_dir = normalize_path(options.wheel_dir) - ensure_dir(options.wheel_dir) - - build_tracker = self.enter_context(get_build_tracker()) - - directory = TempDirectory( - delete=not options.no_clean, - kind="wheel", - globally_managed=True, - ) - - reqs = self.get_requirements(args, options, finder, session) - check_legacy_setup_py_options(options, reqs) - - wheel_cache = WheelCache(options.cache_dir) - - preparer = self.make_requirement_preparer( - temp_build_dir=directory, - options=options, - build_tracker=build_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) - - preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) - requirement_set.warn_legacy_versions_and_specifiers() - - # 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/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py b/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py deleted file mode 100644 index c25273d..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py +++ /dev/null @@ -1,383 +0,0 @@ -"""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. " - f"Perhaps you wanted to use 'global.{name}' instead?" - ) - 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.""" - orig_key = key - key = _normalize_name(key) - try: - return self._dictionary[key] - except KeyError: - # disassembling triggers a more useful error message than simply - # "No such key" in the case that the key isn't in the form command.option - _disassemble_key(key) - raise ConfigurationError(f"No such key - {orig_key}") - - def set_value(self, key: str, value: Any) -> None: - """Modify a value in the configuration.""" - key = _normalize_name(key) - 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.""" - orig_key = key - key = _normalize_name(key) - self._ensure_have_load_only() - - assert self.load_only - if key not in self._config[self.load_only]: - raise ConfigurationError(f"No such key - {orig_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)) - - # Ensure directory's permission(need to be writeable) - try: - with open(fname, "w") as f: - parser.write(f) - except OSError as error: - raise ConfigurationError( - f"An error occurred while writing to the configuration file " - f"{fname}: {error}" - ) - - # - # 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. The order - here doesn't affect what gets overridden. That is controlled - by OVERRIDE_ORDER. However this does control the order they are - displayed to the user. It's probably most ergononmic to display - things in the same order as OVERRIDE_ORDER - """ - # SMELL: Move the conditions out of this function - - env_config_file = os.environ.get("PIP_CONFIG_FILE", None) - config_files = get_configuration_files() - - yield kinds.GLOBAL, config_files[kinds.GLOBAL] - - # per-user config is not loaded when env_config_file exists - should_load_user_config = not self.isolated and not ( - env_config_file and os.path.exists(env_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] - - # virtualenv config - yield kinds.SITE, config_files[kinds.SITE] - - if env_config_file is not None: - yield kinds.ENV, [env_config_file] - else: - yield kinds.ENV, [] - - 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/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py deleted file mode 100644 index 9a89a83..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py +++ /dev/null @@ -1,21 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 312a9472d5ca84e821fe98f4d4c525a88f00a875..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 937 zcmaJ;zi-n(6uzq++a*b(mM$m)xk5s6tJo?G2(2c#^P6JMKa&Ods02@2}K z!2eLju82Q{B_adJB2pzLwn*vJiFYOe6HuRYe&2id?)m%P`&6yoLSQ?WPiRv^=(`H$ zrq951AHX>ZQHU9ea1&#Nm)KIIHMJaTOpi*E* zhid8IY<;gKBoEqhpMs~Yo}@_(`L)BO$J=BfyZWj_2wO<5y@-Vj7&{=RJ<3T$Vwsic zubj`xX=ZRDdpvIAnGEGXVt%F)z&ScYCn~#Oyew5+ZfEG@?ERsto{waH4IZk^d04Fe ze-8)0d3=!b5_Vu0CD}&_w`GUe$Fxsk`(JgAo>?TMGH5Zv6_L!M!hfws!%Gl4m@6Ve z@wKnpUMGo&M|+G0v6u4XgtVpbWZ!e4ecxlW<)s7JN#aND_CrrlNg8R;?gqz1cqvUi zpT?5#IAC5_*pcvjxS-Pa-E@#SQP3rR@!kg&P>^p%ZDGC|UIkV;y&V8=(WHW`+h5H3 zXS4pTwsEmFs<}hUofw6zeNi9P8bhmbWuVHv_uWx>bEt1l;W>KgEN3>5bbpg{izI~G z3IyS5iP^?YWg>r-&+^8)KSR#${@o8Gx^U)_xdH#owSGW+Md1p3uC3iD344q@`00}}uM diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc deleted file mode 100644 index 4b8310e43d66a4670300f4c87d0cc33e3dab63a7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2858 zcmb7G&2Jk;6rZ)d&f19`_k*@cS{T|OVrcBrasXN(Qohs!0Z~rwVKd$t$J?xTx3lY{ zj(UhtCE7!esMl6VKvWL=0sIFXXaxeaP^l7d;AWbFs-Adn*6Y}Z$G~>ZlvQ`E#J|~xj%8TSk@xreLu84mpLF8 zK48`gTNdxwE*BCON+($$-m-&G+VwW7!P?GKZV)oZ`B0o|+fuZI8(Q1v5R&Unw!Q)3 z69`F=n#M^j#kE?Rr$mOQd8U!ML>d~`FHY2Skv&@++#r^DS{NcX1(QY!0?XX!snqhI zzh|WW1Za*8Xciu$X^0}viAkP^8+|eO_<&XE5;?EccAO^ViD>si9b#uzIG6+Wd5Vw) zT8Gq7%V9x48=j<1=5oh&m#H16ht(ZHnGEd)m;WeHRdX$S$$d>KGWO#e(vX)Ti!qIc!BN$uEeLkd?C#A4L zrxUv!Te_Y*-}aX!y<#69O<^*2iU~>G!e%f-# zSZ(UH!z6o{4#v41Lo?Z=@4_59gwX~NA#B6~&&71fwmTo%u*8Kg0K=|ji=h0Ztbsj16s6#5s-zW`ei?R}mCEY~} zaNEC-4e;JN0>h`;RTB1JT~1vfSAdt2mea@u?E*3T)*Z5`Etb=f9<+TSBf~Up*A7in zV(Y_tCJ;_TO`@D>sunTL01u;dkp`rc z0GBQ;ReULYCWSeeI5WZWTzP2;`p|J;XGJg;u)N@vO)c8B=!K_RzN6S)@VBM(MFiu)8`*dX^N$mGHAi-&F+ha`T+{%;xN1Q^NP zIAE;?y_;GVVL#ZR6s%W9y7^fBIox?1h7Iz2@!0`yqijQcI-|)rL_6>th8z}^tfsJ5 z%y=2tDX=nNpIrX|U)zC|Gb-_N8m#3E4hqh=A0VbziUUt9_4?6~0YA~^FzlZcsW@Du z@=hcH{MwjilsC)~@>i;)8{OHIzW3(-N|(U%>zDt=N7o?P+)w({Eq$t+()HPEb6+02K7W^h zxRoZ^X|>obDy6-*KtHAFvo~KnewV-#HTJ2MZgxN;tIysk9q8)tg!SpCyJILBWagP} z4y8QF7w?XPr0nmdKvJEcyoUd;9QLas)$+JJ1OY_Zu;arwBF@@DpvX#}A}a{T^OYWd znlU=#tj!E7CM-}v8dVvNb_{C(ZK=vdV+$wWd=H#Z9&M7?J0ySy#)-J}uS@)@ATtEB pFm%(Jru{;O!=EtM$$}o@Bo|Gmf$r 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc deleted file mode 100644 index d0d840df617f0b0d2a92534ad1fdaadb82253727..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2244 zcmaJ?--{Dh6uvXbOeR^giFFZmt6qenscu5+%ZegciiOgyQY(c#be!bgn9=zW@4Z!S=;RU$rl->_1SS`~&)ub_$Q0O^#k~LYi^Kj?fGv}Ur&Ue0Z z=9glzK;Sv~=#(Q+ophF0CuayGET zTs@~{D{#VmJs%e8g>a@mV-S;kLYTcqSdLrknbd!MN6)F`|HMtjNSt#W<;Rg1fV{Km zMRDXey}<8tH}XOb%DFQQsf5>5AN%n38(lO9eet~4yy{)%XZ?tAQOP9bk37jIjgrz? zKj5+_6%W5^a~>qSFLUKyN6}>y-kND(>FSI&o998eO*p9=jMPnL)H6KGOm1;|FMMg4 zEVGtf9~swk@WlaLb}d`aGm96P&1WF%8D=u4<*+>HG4DdMQ-?AcXaCw4yd${ek&@J- zIzBoXU$s!6@O;_!C1o*}G>R3CIA_$0dK8X!JmDcM)RXCPNdZdQ;NV8^rV4tr8+8CL z&Z^o~VhgUiB5E3=1ja9{(IyZBGVhUl#?n2kQC9MxCDD|=yi{w)A+Pz}!1tnBN5oga zzpSa{T6LL6%eBC7)H*%Yj-%t%4?e6(U-1RJ87d`f9luj^{YY^E1+Pt}C~G?HYNwZ! z8(lwOF4p`i7p~9xhhBrMy4_|Df|E$#8{|o8*Cq&LDmNPxIyW2AxJ|wxSI}hJbH&`I zfUV4Z3VkrH^S8!ZP9kL69(~e$byDTV25<54hTGRi^;tDke(SWMX13%v=kbPU#-7$k zw_G5VO#g?^Vvk9x+MI@5dCXHDZHYM4nv{nvXdwzEi@_p{MGq*)Xi6R+t0oh2bCS<+ z+EcVEfvCPZrpYRJ(DS3q6ex<9O}LK5mJh+Nb%CxS^g+r}bliXc0$0du;JBi3Yl`ly zE6^*8uSWr7(%++r0&xir{jtmi&>qJKtJp~f+$W_VhUwyBQf|jn?Ieqz1@^o^fCVB~ zF+~|(iKWAo2pFYeC#v@102xCyHADJG_1%*=RNrd62Ykr}EH}uoK+1EsR=!(#SUUV$ z>F~h0IH+9QfVFh^kJ2vuaBKDZ)q%4(IIy_kEZ$swR6cko`=fK$c}N$3rHdQo6F03# zrT6ae-xp5*tRAe~UwN>4e|2Nw^NrHdz*!QzFmAi0r({w}`^J}Xpa(`$Znk;zs++1A z@5rU*cJfS(1ThQlL90Q$12Bf&)XV!-eVz%q+>k zUq!qFl0e4-XS={@kz^Zj9EbzB$9(l&IxB(grxyf6UV>$fJU26z1I4swho)i8-8u5p z@w*Fu5fC>sW986xtaHZT=*dlj!f?*EiciY>hZektHraPzm_x}S^9P4{lnSIU`(g&9 z^m4p+3DUJyuLHbK4nf%s(S1 fo{=+;$*F(LtYJPUu)LVvXA}o}j{QyGtzq~NiyTpj diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py deleted file mode 100644 index 6fb0d7b..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py +++ /dev/null @@ -1,51 +0,0 @@ -import abc -from typing import Optional - -from pip._internal.index.package_finder import PackageFinder -from pip._internal.metadata.base import BaseDistribution -from pip._internal.req import InstallRequirement - - -class AbstractDistribution(metaclass=abc.ABCMeta): - """A base class for handling installable artifacts. - - The requirements for anything installable are as follows: - - - we must be able to determine the requirement name - (or we can't correctly handle the non-upgrade case). - - - for packages with setup requirements, we must also be able - to determine their requirements without installing additional - packages (for the same reason as run-time dependencies) - - - we must be able to create a Distribution object exposing the - above metadata. - - - if we need to do work in the build tracker, we must be able to generate a unique - string to identify the requirement in the build tracker. - """ - - def __init__(self, req: InstallRequirement) -> None: - super().__init__() - self.req = req - - @abc.abstractproperty - def build_tracker_id(self) -> Optional[str]: - """A string that uniquely identifies this requirement to the build tracker. - - If None, then this dist has no work to do in the build tracker, and - ``.prepare_distribution_metadata()`` will not be called.""" - raise NotImplementedError() - - @abc.abstractmethod - def get_metadata_distribution(self) -> BaseDistribution: - raise NotImplementedError() - - @abc.abstractmethod - def prepare_distribution_metadata( - self, - finder: PackageFinder, - build_isolation: bool, - check_build_deps: bool, - ) -> None: - raise NotImplementedError() diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py deleted file mode 100644 index ab8d53b..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py +++ /dev/null @@ -1,29 +0,0 @@ -from typing import Optional - -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. - """ - - @property - def build_tracker_id(self) -> Optional[str]: - return None - - 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, - check_build_deps: bool, - ) -> None: - pass diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py deleted file mode 100644 index 15ff42b..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py +++ /dev/null @@ -1,156 +0,0 @@ -import logging -from typing import Iterable, Optional, 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`. - """ - - @property - def build_tracker_id(self) -> Optional[str]: - """Identify this requirement uniquely by its link.""" - assert self.req.link - return self.req.link.url_without_fragment - - def get_metadata_distribution(self) -> BaseDistribution: - return self.req.get_dist() - - def prepare_distribution_metadata( - self, - finder: PackageFinder, - build_isolation: bool, - check_build_deps: 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) - # Check if the current environment provides build dependencies - should_check_deps = self.req.use_pep517 and check_build_deps - if should_check_deps: - pyproject_requires = self.req.pyproject_requires - assert pyproject_requires is not None - conflicting, missing = self.req.build_env.check_requirements( - pyproject_requires - ) - if conflicting: - self._raise_conflicts("the backend dependencies", conflicting) - if missing: - self._raise_missing_reqs(missing) - 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) - - def _raise_missing_reqs(self, missing: Set[str]) -> None: - format_string = ( - "Some build dependencies for {requirement} are missing: {missing}." - ) - error_message = format_string.format( - requirement=self.req, missing=", ".join(map(repr, sorted(missing))) - ) - raise InstallationError(error_message) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py deleted file mode 100644 index eb16e25..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py +++ /dev/null @@ -1,40 +0,0 @@ -from typing import Optional - -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. - """ - - @property - def build_tracker_id(self) -> Optional[str]: - return None - - 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, - check_build_deps: bool, - ) -> None: - pass diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py b/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py deleted file mode 100644 index 5007a62..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py +++ /dev/null @@ -1,728 +0,0 @@ -"""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 contextlib -import locale -import logging -import pathlib -import re -import sys -from itertools import chain, groupby, repeat -from typing import TYPE_CHECKING, Dict, Iterator, 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 - -logger = logging.getLogger(__name__) - - -# -# 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 f"None {self.metadata_name} metadata found for distribution: {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: Optional[Response] = None, - request: Optional[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, - user-supplied ``#egg=`` value, or an install requirement name. - """ - - 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: - return ( - f"Requested {self.ireq} has inconsistent {self.field}: " - f"expected {self.f_val!r}, but metadata has {self.m_val!r}" - ) - - -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.is_direct - # 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 f" {self._requirement_name()}:\n{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((f" Expected {next(prefix)} {e}") for e in expecteds) - lines.append( - f" Got {self.gots[hash_name].hexdigest()}\n" - ) - 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}" - - -_DEFAULT_EXTERNALLY_MANAGED_ERROR = f"""\ -The Python environment under {sys.prefix} is managed externally, and may not be -manipulated by the user. Please use specific tooling from the distributor of -the Python installation to interact with this environment instead. -""" - - -class ExternallyManagedEnvironment(DiagnosticPipError): - """The current environment is externally managed. - - This is raised when the current environment is externally managed, as - defined by `PEP 668`_. The ``EXTERNALLY-MANAGED`` configuration is checked - and displayed when the error is bubbled up to the user. - - :param error: The error message read from ``EXTERNALLY-MANAGED``. - """ - - reference = "externally-managed-environment" - - def __init__(self, error: Optional[str]) -> None: - if error is None: - context = Text(_DEFAULT_EXTERNALLY_MANAGED_ERROR) - else: - context = Text(error) - super().__init__( - message="This environment is externally managed", - context=context, - note_stmt=( - "If you believe this is a mistake, please contact your " - "Python installation or OS distribution provider. " - "You can override this, at the risk of breaking your Python " - "installation or OS, by passing --break-system-packages." - ), - hint_stmt=Text("See PEP 668 for the detailed specification."), - ) - - @staticmethod - def _iter_externally_managed_error_keys() -> Iterator[str]: - # LC_MESSAGES is in POSIX, but not the C standard. The most common - # platform that does not implement this category is Windows, where - # using other categories for console message localization is equally - # unreliable, so we fall back to the locale-less vendor message. This - # can always be re-evaluated when a vendor proposes a new alternative. - try: - category = locale.LC_MESSAGES - except AttributeError: - lang: Optional[str] = None - else: - lang, _ = locale.getlocale(category) - if lang is not None: - yield f"Error-{lang}" - for sep in ("-", "_"): - before, found, _ = lang.partition(sep) - if not found: - continue - yield f"Error-{before}" - yield "Error" - - @classmethod - def from_config( - cls, - config: Union[pathlib.Path, str], - ) -> "ExternallyManagedEnvironment": - parser = configparser.ConfigParser(interpolation=None) - try: - parser.read(config, encoding="utf-8") - section = parser["externally-managed"] - for key in cls._iter_externally_managed_error_keys(): - with contextlib.suppress(KeyError): - return cls(section[key]) - except KeyError: - pass - except (OSError, UnicodeDecodeError, configparser.ParsingError): - from pip._internal.utils._log import VERBOSE - - exc_info = logger.isEnabledFor(VERBOSE) - logger.warning("Failed to read %s", config, exc_info=exc_info) - return cls(None) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py deleted file mode 100644 index 7a17b7b..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -"""Index interaction code -""" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index a35e6a6e300228d659c19f9062332ca859a0955c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 228 zcmX@j%ge<81lA8MGv$EvV-N=h7@>^M96-i&h7^VEFQ_cZ$j>v@Gc?jK&MZmQEl5nxPE1cN)-T8`(2oaOlb4vIp9!*6 xKOQKMSrQ+wS5Wzj!zMRBr8Fniu80k27s$EAAm4moW@Kdi#Kg$RQp5t}0s!3MKh6LE diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc deleted file mode 100644 index 09f1421b20875003092829c776a44c568b464c49..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21882 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 E7tX{g%m4rY diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc deleted file mode 100644 index f22b7a594ff6581f12264173976a0b3c656bcbdf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12600 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py b/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py deleted file mode 100644 index 08c8bdd..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py +++ /dev/null @@ -1,507 +0,0 @@ -""" -The main purpose of this module is to expose LinkCollector.collect_sources(). -""" - -import collections -import email.message -import functools -import itertools -import json -import logging -import os -import urllib.parse -import urllib.request -from html.parser import HTMLParser -from optparse import Values -from typing import ( - TYPE_CHECKING, - Callable, - Dict, - Iterable, - List, - MutableMapping, - NamedTuple, - Optional, - Sequence, - Tuple, - Union, -) - -from pip._vendor import requests -from pip._vendor.requests import Response -from pip._vendor.requests.exceptions import RetryError, SSLError - -from pip._internal.exceptions import NetworkConnectionError -from pip._internal.models.link import Link -from pip._internal.models.search_scope import SearchScope -from pip._internal.network.session import PipSession -from pip._internal.network.utils import raise_for_status -from pip._internal.utils.filetypes import is_archive_file -from pip._internal.utils.misc import redact_auth_from_url -from pip._internal.vcs import vcs - -from .sources import CandidatesFromPage, LinkSource, build_source - -if TYPE_CHECKING: - from typing import Protocol -else: - Protocol = object - -logger = logging.getLogger(__name__) - -ResponseHeaders = MutableMapping[str, str] - - -def _match_vcs_scheme(url: str) -> Optional[str]: - """Look for VCS schemes in the URL. - - Returns the matched VCS scheme, or None if there's no match. - """ - for scheme in vcs.schemes: - if url.lower().startswith(scheme) and url[len(scheme)] in "+:": - return scheme - return None - - -class _NotAPIContent(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_api_header(response: Response) -> None: - """ - Check the Content-Type header to ensure the response contains a Simple - API Response. - - Raises `_NotAPIContent` if the content type is not a valid content-type. - """ - content_type = response.headers.get("Content-Type", "Unknown") - - content_type_l = content_type.lower() - if content_type_l.startswith( - ( - "text/html", - "application/vnd.pypi.simple.v1+html", - "application/vnd.pypi.simple.v1+json", - ) - ): - return - - raise _NotAPIContent(content_type, response.request.method) - - -class _NotHTTP(Exception): - pass - - -def _ensure_api_response(url: str, session: PipSession) -> None: - """ - Send a HEAD request to the URL, and ensure the response contains a simple - API Response. - - Raises `_NotHTTP` if the URL is not available for a HEAD request, or - `_NotAPIContent` if the content type is not a valid content type. - """ - 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_api_header(resp) - - -def _get_simple_response(url: str, session: PipSession) -> Response: - """Access an Simple API response 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 or Simple API, to avoid downloading a - large file. Raise `_NotHTTP` if the content type cannot be determined, or - `_NotAPIContent` if it is not HTML or a Simple API. - 2. Actually perform the request. Raise HTTP exceptions on network failures. - 3. Check the Content-Type header to make sure we got a Simple API response, - and raise `_NotAPIContent` otherwise. - """ - if is_archive_file(Link(url).filename): - _ensure_api_response(url, session=session) - - logger.debug("Getting page %s", redact_auth_from_url(url)) - - resp = session.get( - url, - headers={ - "Accept": ", ".join( - [ - "application/vnd.pypi.simple.v1+json", - "application/vnd.pypi.simple.v1+html; q=0.1", - "text/html; q=0.01", - ] - ), - # 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 a - # Simple API response or not. However we can check after we've - # downloaded it. - _ensure_api_header(resp) - - logger.debug( - "Fetched page %s as %s", - redact_auth_from_url(url), - resp.headers.get("Content-Type", "Unknown"), - ) - - 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: - m = email.message.Message() - m["content-type"] = headers["Content-Type"] - charset = m.get_param("charset") - if charset: - return str(charset) - return None - - -class CacheablePageContent: - def __init__(self, page: "IndexContent") -> 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: "IndexContent") -> Iterable[Link]: - ... - - -def with_cached_index_content(fn: ParseLinks) -> ParseLinks: - """ - Given a function that parses an Iterable[Link] from an IndexContent, cache the - function's result (keyed by CacheablePageContent), unless the IndexContent - `page` has `page.cache_link_parsing == False`. - """ - - @functools.lru_cache(maxsize=None) - def wrapper(cacheable_page: CacheablePageContent) -> List[Link]: - return list(fn(cacheable_page.page)) - - @functools.wraps(fn) - def wrapper_wrapper(page: "IndexContent") -> List[Link]: - if page.cache_link_parsing: - return wrapper(CacheablePageContent(page)) - return list(fn(page)) - - return wrapper_wrapper - - -@with_cached_index_content -def parse_links(page: "IndexContent") -> Iterable[Link]: - """ - Parse a Simple API's Index Content, and yield its anchor elements as Link objects. - """ - - content_type_l = page.content_type.lower() - if content_type_l.startswith("application/vnd.pypi.simple.v1+json"): - data = json.loads(page.content) - for file in data.get("files", []): - link = Link.from_json(file, page.url) - if link is None: - continue - yield link - return - - parser = HTMLLinkParser(page.url) - encoding = page.encoding or "utf-8" - parser.feed(page.content.decode(encoding)) - - url = page.url - base_url = parser.base_url or url - for anchor in parser.anchors: - link = Link.from_element(anchor, page_url=url, base_url=base_url) - if link is None: - continue - yield link - - -class IndexContent: - """Represents one response (or page), along with its URL""" - - def __init__( - self, - content: bytes, - content_type: str, - 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.content_type = content_type - 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, url: str) -> None: - super().__init__(convert_charrefs=True) - - self.url: str = url - self.base_url: Optional[str] = None - self.anchors: List[Dict[str, Optional[str]]] = [] - - def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None: - 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 _handle_get_simple_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_index_content( - response: Response, cache_link_parsing: bool = True -) -> IndexContent: - encoding = _get_encoding_from_headers(response.headers) - return IndexContent( - response.content, - response.headers["Content-Type"], - encoding=encoding, - url=response.url, - cache_link_parsing=cache_link_parsing, - ) - - -def _get_index_content(link: Link, *, session: PipSession) -> Optional["IndexContent"]: - 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 += "/" - # TODO: In the future, it would be nice if pip supported PEP 691 - # style responses in the file:// URLs, however there's no - # standard file extension for application/vnd.pypi.simple.v1+json - # so we'll need to come up with something on our own. - url = urllib.parse.urljoin(url, "index.html") - logger.debug(" file: URL is directory, getting %s", url) - - try: - resp = _get_simple_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 _NotAPIContent as exc: - logger.warning( - "Skipping page %s because the %s request got Content-Type: %s. " - "The only supported Content-Types are application/vnd.pypi.simple.v1+json, " - "application/vnd.pypi.simple.v1+html, and text/html", - link, - exc.request_desc, - exc.content_type, - ) - except NetworkConnectionError as exc: - _handle_get_simple_fail(link, exc) - except RetryError as exc: - _handle_get_simple_fail(link, exc) - except SSLError as exc: - reason = "There was a problem confirming the ssl certificate: " - reason += str(exc) - _handle_get_simple_fail(link, reason, meth=logger.info) - except requests.ConnectionError as exc: - _handle_get_simple_fail(link, f"connection error: {exc}") - except requests.Timeout: - _handle_get_simple_fail(link, "timed out") - else: - return _make_index_content(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, - no_index=options.no_index, - ) - 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_response(self, location: Link) -> Optional[IndexContent]: - """ - Fetch an HTML page containing package links. - """ - return _get_index_content(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, - project_name=project_name, - ) - 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, - project_name=project_name, - ) - 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/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py b/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py deleted file mode 100644 index ec9ebc3..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py +++ /dev/null @@ -1,1027 +0,0 @@ -"""Routines related to PyPI, indexes""" - -import enum -import functools -import itertools -import logging -import re -from typing import TYPE_CHECKING, 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 - -if TYPE_CHECKING: - from pip._vendor.typing_extensions import TypeGuard - -__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 LinkType(enum.Enum): - candidate = enum.auto() - different_project = enum.auto() - yanked = enum.auto() - format_unsupported = enum.auto() - format_invalid = enum.auto() - platform_mismatch = enum.auto() - requires_python_mismatch = enum.auto() - - -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[LinkType, str]: - """ - Determine whether a link is a candidate for installation. - - :return: A tuple (result, detail), where *result* is an enum - representing whether the evaluation found a candidate, or the reason - why one is not found. If a candidate is found, *detail* will be the - candidate's version string; if one is not found, it contains the - reason the link fails to qualify. - """ - version = None - if link.is_yanked and not self._allow_yanked: - reason = link.yanked_reason or "" - return (LinkType.yanked, 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 (LinkType.format_unsupported, "not a file") - if ext not in SUPPORTED_EXTENSIONS: - return ( - LinkType.format_unsupported, - f"unsupported archive format: {ext}", - ) - if "binary" not in self._formats and ext == WHEEL_EXTENSION: - reason = f"No binaries permitted for {self.project_name}" - return (LinkType.format_unsupported, reason) - if "macosx10" in link.path and ext == ".zip": - return (LinkType.format_unsupported, "macosx10 one") - if ext == WHEEL_EXTENSION: - try: - wheel = Wheel(link.filename) - except InvalidWheelFilename: - return ( - LinkType.format_invalid, - "invalid wheel filename", - ) - if canonicalize_name(wheel.name) != self._canonical_name: - reason = f"wrong project name (not {self.project_name})" - return (LinkType.different_project, reason) - - supported_tags = self._target_python.get_unsorted_tags() - if not wheel.supported(supported_tags): - # Include the wheel's tags in the reason string to - # simplify troubleshooting compatibility issues. - file_tags = ", ".join(wheel.get_formatted_file_tags()) - reason = ( - f"none of the wheel's tags ({file_tags}) are compatible " - f"(run pip debug --verbose to show compatible tags)" - ) - return (LinkType.platform_mismatch, 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 (LinkType.format_unsupported, 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 (LinkType.format_invalid, 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 ( - LinkType.platform_mismatch, - "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: - reason = f"{version} Requires-Python {link.requires_python}" - return (LinkType.requires_python_mismatch, reason) - - logger.debug("Found link %s, version: %s", link, version) - - return (LinkType.candidate, version) - - -def filter_unallowed_hashes( - candidates: List[InstallationCandidate], - hashes: Optional[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_sorted_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( - f"{wheel.filename} is not a supported wheel for this platform. It " - "can't be sorted." - ) - if self._prefer_binary: - binary_preference = 1 - if wheel.build_tag is not None: - match = re.match(r"^(\d+)(.*)$", wheel.build_tag) - assert match is not None, "guaranteed by filename validation" - 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, - 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.format_control = format_control - - # These are boring links that have already been logged somehow. - self._logged_links: Set[Tuple[Link, LinkType, str]] = 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, - ) -> "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, - ) - - @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 requires_python_skipped_reasons(self) -> List[str]: - reasons = { - detail - for _, result, detail in self._logged_links - if result == LinkType.requires_python_mismatch - } - return sorted(reasons) - - 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, result: LinkType, detail: str) -> None: - entry = (link, result, detail) - if entry 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", detail, link) - self._logged_links.add(entry) - - 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. - """ - result, detail = link_evaluator.evaluate_link(link) - if result != LinkType.candidate: - self._log_skipped_link(link, result, detail) - return None - - return InstallationCandidate( - name=link_evaluator.project_name, - link=link, - version=detail, - ) - - 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, - ) - index_response = self._link_collector.fetch_response(project_url) - if index_response is None: - return [] - - page_links = list(parse_links(index_response)) - - 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(f"No matching distribution found for {req}") - - def _should_install_candidate( - candidate: Optional[InstallationCandidate], - ) -> "TypeGuard[InstallationCandidate]": - if installed_version is None: - return True - if best_candidate is None: - return False - return best_candidate.version > installed_version - - if not upgrade and installed_version is not None: - if _should_install_candidate(best_candidate): - logger.debug( - "Existing installed version (%s) satisfies requirement " - "(most up-to-date version is %s)", - installed_version, - best_candidate.version, - ) - else: - logger.debug( - "Existing installed version (%s) is most up-to-date and " - "satisfies requirement", - installed_version, - ) - return None - - if _should_install_candidate(best_candidate): - logger.debug( - "Using version %s (newest of versions: %s)", - best_candidate.version, - _format_versions(best_candidate_result.iter_applicable()), - ) - return best_candidate - - # 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 - - -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/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py b/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py deleted file mode 100644 index f4626d7..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py +++ /dev/null @@ -1,285 +0,0 @@ -import logging -import mimetypes -import os -from collections import defaultdict -from typing import Callable, Dict, Iterable, List, Optional, Tuple - -from pip._vendor.packaging.utils import ( - InvalidSdistFilename, - InvalidVersion, - InvalidWheelFilename, - canonicalize_name, - parse_sdist_filename, - parse_wheel_filename, -) - -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 _FlatDirectoryToUrls: - """Scans directory and caches results""" - - def __init__(self, path: str) -> None: - self._path = path - self._page_candidates: List[str] = [] - self._project_name_to_urls: Dict[str, List[str]] = defaultdict(list) - self._scanned_directory = False - - def _scan_directory(self) -> None: - """Scans directory once and populates both page_candidates - and project_name_to_urls at the same time - """ - for entry in os.scandir(self._path): - url = path_to_url(entry.path) - if _is_html_file(url): - self._page_candidates.append(url) - continue - - # File must have a valid wheel or sdist name, - # otherwise not worth considering as a package - try: - project_filename = parse_wheel_filename(entry.name)[0] - except (InvalidWheelFilename, InvalidVersion): - try: - project_filename = parse_sdist_filename(entry.name)[0] - except (InvalidSdistFilename, InvalidVersion): - continue - - self._project_name_to_urls[project_filename].append(url) - self._scanned_directory = True - - @property - def page_candidates(self) -> List[str]: - if not self._scanned_directory: - self._scan_directory() - - return self._page_candidates - - @property - def project_name_to_urls(self) -> Dict[str, List[str]]: - if not self._scanned_directory: - self._scan_directory() - - return self._project_name_to_urls - - -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. - """ - - _paths_to_urls: Dict[str, _FlatDirectoryToUrls] = {} - - def __init__( - self, - candidates_from_page: CandidatesFromPage, - path: str, - project_name: str, - ) -> None: - self._candidates_from_page = candidates_from_page - self._project_name = canonicalize_name(project_name) - - # Get existing instance of _FlatDirectoryToUrls if it exists - if path in self._paths_to_urls: - self._path_to_urls = self._paths_to_urls[path] - else: - self._path_to_urls = _FlatDirectoryToUrls(path=path) - self._paths_to_urls[path] = self._path_to_urls - - @property - def link(self) -> Optional[Link]: - return None - - def page_candidates(self) -> FoundCandidates: - for url in self._path_to_urls.page_candidates: - yield from self._candidates_from_page(Link(url)) - - def file_links(self) -> FoundLinks: - for url in self._path_to_urls.project_name_to_urls[self._project_name]: - 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, - project_name: str, -) -> 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, - project_name=project_name, - ) - 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/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py deleted file mode 100644 index d54bc63..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py +++ /dev/null @@ -1,467 +0,0 @@ -import functools -import logging -import os -import pathlib -import sys -import sysconfig -from typing import Any, Dict, Generator, 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 _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_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() - -if not _USE_SYSCONFIG: - # Import distutils lazily to avoid deprecation warnings, - # but import it soon enough that it is in memory and available during - # a pip reinstall. - from . import _distutils - -# 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 - - 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 - - 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 - - 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]) -> Generator[str, None, None]: - ldversion = sysconfig.get_config_var("LDVERSION") - abiflags = 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 - - from . import _distutils - - 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 7404e02654a180f6225c97eea744d92efb21cba3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16772 zcmb_@Yfv0lmS$#E*1MpJrvM?863C(?9+HtIS=PfyAPEU$TS$Ijdy9fhpin)S%qmIH z#hC7Kw2@b_jbgh;IP4DN-iR>@Yr^V?o){)}ez^Z^^u|tXRJriLWXrLd9nbFiUkT)% z9>@OJ@7&C+0)*^#?X+4+e=90-bGV+l|8&@Pl;i%19?Z*UL{=4n z<8E=6IEj<^2-m0I`97XKTly^QZtb(OyU-`FyRFZLyCq_eI{F+@XP-0b>T^ZieeS5I z&%;w4)`&M+)K?TO?ki@`Lc|yK_xV}e7Ac9A_LZ`@JyI4e?<+^#Avq%z(aOF`7I#Iq zM63F$qSbxX(VD)R=+?fi(b~S+=(fIXJU7fq?qBeIbrw$MM~|B%74EY5F|R-M?LeNL zvLJaR@5fdntzK@BcS%JU5>6IIy9?#am{ffEb&l)XE&1feA&caHOXv%rp1{XOhQ2-W z9@UN>m!QXc`}Xpjyj$@htqA>j#jK@p?`w{E@dkBny!x7rHcHV(t5haC(YJ;nOEogG zH-c1-H~Y{!H#)GfH1hCwDok39nkwHC^8I}Bdz9Oi490gLA8 zJ$1J8xz6DE&R2Uid+*?g9F+sS=6JcQr{npTdl7X@@|YqIh7z)brz#~Gi-lvu!DLL5 zmEe`Il1PRka_q`iBpfJvP#sqXCMOIXFNh_uosxlZvTSMV%nm?=tD24CoIzu4V%5)=h2Uy%g-iZ%t!uE>d`5*tK3e>o7N9IGT!Z*d7jhH_lO zkerBNx6m(%PuR`4DOpWP)XN1dp=&69aU`sYL&?}6&7~;G30c8d%Bq+ck;N;aNKzK# zLt+pkAMAa#_tf(}r@PLyxZNVIljF!g6iP-CP2yO1OvK2jVt&3vRQJMoVg$Fgmi_zo zw&-P&2{Tm+s|h7MkOVKO;$SEy#xZ?LSd!5+`XtGNVVX>FU|dw?L;`GbgjGRJ=UZtB zzR>l;`re7h#ES~L-720AMO2xUxe(G>RTjfBaU_u#Q;)Q^4u=yX$$^%^c(iqFd@R%o z8d}4unv~Vn{re6cIHXg_1_=EL6-H?&u80X)O@s!*k#J(XNdyt1IucJtBym6%!LN81 zONdfZL9fM7Y#f83cLWTt4}@0wXwL(JCJe;m5zPVq2_+JW=E@VQRj#Kp*wJ~q{ZjYE z+uSP6@i)QNk$6;Y4JRYvP^@)KiI2*I3AHtGrM2Y>7E~)(4OG%}U^bp?C01`X*`HA! z4976{SkA4HIMyddUTqB`F`NhnTgJwUiIk zu0OQ+^z&K&3t7*LY2ig>H(uYS1x?eQOoSuqI>siZWsH3mkz3d_0bRH#KgsbBg(-j) zwt)x~PVy;UvR`iGxL&S)4ZAmRik0VH<;HDSxog%}xvPA@F`-@r8!NIJkDyI3Qz9-7 zjK!M|95{S%pLjJKiHL(Eq1dp&bK%%vT!DB>h{h^4IK5Yv#iJ(M3?zqD3gm1M-rXJ4rD89nOe}nj2@uU;G;n&t)j$%3i5{y~ogW=y%V;Pj zwSi8|N)w z;doocKlsXXR@}c)y{KW@S;76xwZl5c@33limC3!qyl6rO5<_fu{{oR)G@raalaeLH zU*VLR6hFE)KXTC}StM(M$YIxe;DVo9KQ^8xc}YN7Ug5`Wk0~uk_Iz$j%Ccz-fV5^F z^vXrO(m5;O?osyPX`-mLp&+tbzu{ZIanNEqc%b$4gpDn$2{+3z5K`sV33~&(V}kX) z0K1|?kx|2-tkj~ufK_=4H&!<>#8@bS@sd;;9tbvl+V-xUHbs_#BO&ZGdQNkmgGK`i zf#g2?R2jh(w_IF4^J=De`_!3bN9FA9jAO@gY4xqvo2_%LcVGO~5AH@k-Jfpj%$A;> zb}T#mvyO~o`?9Zm*}vtM@1}3gHGe4UZ=32`_LMJqYBQeN+1KX}XFUfN>u7satSO6kLIEMQZJ)20@WMaIRep>eT` z?K&#fHl#vAhAaq)MxzjoY+8)HYR$SsB~y$` zzHuEL1{k|GrW~Kxvl+vHOIwbTFpsFmTk?4$Xjgq2!SDYM_xmYsg%f;sEc2q`oQ-q2 zr-Nx{Eta^eo4@BhwBY*pj0}rKAT|Wd2u`g!P}*?cfRVt(gi#zR^5@%l9Lb zE~Bg@zG&D~n%`%27T@xi9xG>%N21IP2++Z=y%0`cdWu(#j+VAObf6b_^xAWrV6!uB zT*rbWB4|CW?nJPDGm)$*j?ISv9af+?W48JZc>w#S7?LC)pQ~|-gmuUu>her&VPc)p zK`3^B_P~T3)!b|Z*f2vV=cz6bY^>?(wFIL)nhWYxE9cQom3|~3K(QSZ-}h{pJ(2e8 z`OMQZpIUe`-P)5DdLAW}rh<{$jj`Q8D%MxT617f(wJcyr{P>M4ZIa}o3w3O`%zQkD z_sm4GK0|`UKD$PX%~;_+N|<-Ul_)h6HmlEE2$1o@&n+Z@v1E?1)(JIlxcD1`d^G3_n7=;`lg!beY%ugRvm(cf=K9i#AWRqXHIx9`cP_BZQbqnUR6 zW@BS-HsMwalR2nV&!i)8Ba<6j18^ln1gyFZJy_Q|iL=nym<++#-@lW=xyVj*N;IS( ztE>?qHj#`$5sQqU2#68@s`w{Kph5^!09cdzBS5!mT)YZYtH{U<5out4vpcM|_yEC8 z04ks&U|~YMy4IG2u4v#c(k+mO!2KF|O52D*B%A9uyji~+ml}id;if_c{BAN|1|4+V(Qeg;8+r>GD6j&P;=ku z`HAnk@BM)fhTk1ts%y#AwcJrZdGq$0*}4<=k)qdGU7&Sc{2D$wpfi6P`{Io`o8(@C=FPmCZa7=krM1KJju! zqvw?yra%papcD}AvUMQl=b0@s!p9~U&(~uvlzcr{8nmHJCqy>&5b0h&{lC-Dqj$VQE;Y*RG$h}yNBrkZq`+e8q>euAHR5dl=K zV$NBTc2ohq)_MQKVu)mGW!Rh)k0fVbz1cWJrXvN@l;&c+Ka!4ZU4K$smRLwdI0c{_wgl35)P6M01hFKmoW{FKW2@!^ZNh0PkFaQ`7H2{w*JT~+yhz%(3 zOoZTU;W28P#hiUFXW-%n;9@J`Vi-uQ-QfXcE83V~CcOMO0WfP$YDW~Tka<1Z;7pIFqb9T)>HP=3S z1d;g=$>)Xb*_N*Kp02F3>wy)yb;SIm#y$MHA*02_hKyA8HHri9*d%YN2*wb2Ow~Yn z7MYbN5MbA0L|QM)`b3GCs%>9WQlW z=%XG(bap}KzKX4#-4ks(s->9UG{HUF8f13Zb zm2W>J{8~7GxMqzJeLL{Bg<*dy`bVVRC2;=`IR_*_@-bL|&Toeg$(zSP+r zuqmXPDunjfplB{;BM&AO*r}tks?q@pVFQ|aWA6Py+S?#kRn|9IQV1UZ8b39FV2Zo% zKQh&o6D+P8h*6vOAqJNq9P?%K;f1n=!Ow-0y1u)17V;pZ3H6YfCB>7r z2rD38Sk#o7vfQzlixeYm4G2A_Z}W_Ti`c)YKM1+);9 zA5lPQgZQzFR#BeUhVXEU4%7Kx@P9b3NtRI(dK<2kU^S$o0m0a1{U zuO*I5u){H&s_arGTttZxC35tr$1ufFmT!1Bq{J1ptz4zx8Ujri1x^AdO;O5vx|u-P z$Uk1}7sElL1Imw4DvO`G2LUWretVI9s`H`0z%#-}t`A-FyRzcGyA2D%g7oR>&xP}B z5;Pa_elP|wuQ|gw2B4G2L1P7?Iu6GR#=0KDn7v*8cExuATXXcVqHTBbt9jC1SnG-< zW$)z@`8n7O9&cXDI~Bv+q$5G|&#n$`#`4B0HV0=x=#S=YFJ>+r`kBrm-1Ul7-lA>J z_oV9&EuFG&QrewzrQG@|yKy!_N1yB(&0BQL6pkA$FT~B5WZH9rWY3YfBtgMf5qC;f z1_gT&ca2t>`3v`yd$Ux-I&_$o+N8ZvQd2ivQl9tG_Ewa1Z`RXIOXfH5Nl(h7@HhTz ziu(Ts%()~4*kxMFkp3d0%VzZP+~X+QjIM8`cGqKT`racj=}mbR%M5>`1v9|T(G+iD z+eTVgjuVX5Ba9}N6BM?A@;WoOm+W+VkW%0Z(R^39OAd0@LCy-~gi4@alJhd)9#Y*% z-DRelV>wxrDq?;3A?rgm>x0fOWsmfLYS{fq4aKQqR>Lo-29*>J3+^z)r);=W8QP54 zWwy%b`7v_1MoHLgxFnb4uHht)F}n(CXg0H8_BJVDu0Y9kxr5RA3hLf8r+)S%d5yX| zzDM2e%h(|e3OBF2h?WFgru6ZK`&OdW?6*m|F(PEYW|x^h=}Y-Aik2Il-!aENy%!3& zWdncg2hC2&&(`{0ylpevNRZitU7L@$IeO-O^O2(woAjsrte3New!v9&X3I+%nr~7s z*p;WQBvr!7{VG8Q8+MHzF=K_hRC1@(>;>vAdW1$CC!nRWE8Jvhs+86EManTs$EzDI zlBH64%K0AmbIXv`tdobFzwtYPOF2}_^@??S2YGsIxYq6+=vl?b#!mB2d7|CSI$b_p z0SBPUx14Kt6O(SUUB#a`WtNb(K)K-VR25JY^(5thdIA~qI?(N;YtlVgmgqD~5G|>) zJJp2}H!1}#aVGyBC=8g_cBkfJLN&N}>`$<*Z-rOUMldjq*9-|kn;0J(S4Qv*11&pe z*Bm1-W#E*YDV@;nNnCwJJ2x{0C`A;bG@M9Tld7WG*m;cdA1E8aM}_QWW;xnjf&Fe! zIvw#cB^IDibK@j-@N&>Nz@qnLn`TxW%|nO4#>0feunM6}nQqV_umUF~=sXd5z4}R5 zgE)TmB!Zt=@}?2&cLgoKfL*U!p&?M0anX7;)VZp4`ab|{J>COo(R?dZv*t1E@wZwt{2QCWekb;{mcnRA%V@?vr;*rk|Pllk3Ode|fHVe#d*k&pk~U z_esMHP`jO<_}wW+x9;d-*zt9Xzdl6lNMMaES05%=(lAV9dMdbsF*7go$cV*Z(1K5f zB9g0?VNMfca!7#-4qT$-7O`tc9FHeOGA1XP=_(|i1u`8_4R>;)hkOv2y=ZxEa=Z=!seH8GDGs-+oTA#knHU4srCJow~((wcA{qQckAW1Q|s z=aV7CCHUeQ79oyK?4HK2md*JB?bqQVW`M<{d`ID=QT^ie5P4(_M>>HB&k>o zy9X+jw<$hFK>_{e7d+D~HNRmFHDSN1v$YNE9K530pp)ZPsa_6`p(|tKL3IocVxdTo z%$`~UOJC>W$NX&8=PG8o@@_C%4SO!w*-2S5>8NAxBE(3>N$>i)jIyTf*)()ue1^4h zR(7pzky1-p>fqXOWa_ALi^fGopb`dVYV?NSS>2Atn1}`ci*k2DsQxRAWq!_6vE<&K zac^ICmMj;U|0UJSzKVxM4v&56)YpE_S-I>hopyieF8_|axl*pGCM}fTE2>)M;=Jv| zG=C4?A>Nx_Qwn7L&C|Bc((ZfwGo9}oU-p*caH7b+z2Ir8E^gEm5jG}g|ij4 zEc?r6JJNn}#fpdf{*rXX-n4)3iVaW9s6#Ey**@}q=*{?>RveVzbTXIxDD`0~<8NDW&`Z`Xy0hfpk@4?X@;9MJ^RHz62Xh|I)%>8C^X~fxG~(pE zMKi8D>DjOf7 zwc6Qa#@|4+HNqxR@^wdzrZdS3is1+3(182pPQ8i*zb#vC=LUykD2VTzm z1QqjgrInwRbk3F|n4{R@-c#AVooVlB>SYhV?60`xx#^j0pABJV(hUbP{sS~WJ^Yvc zvYF0X=Wm|RqObd@b0DCH*T;<&xmi4iS=miA^za~}v|{Gct=De8mMz&a*Pbca^;yZu z`HD}r-rjom#oKiYhcbbaL?5!cxzeU=N%LnV-HZFrW%qXzrMrpJJ?Jvt5(Cv{ytT7n zon0{X6}9vC*bsu^cAjz0!L?l(6m_b;eccJCG<%`~fE1ae18KZT? zSmQ_1{v$aD=i2(f&3Wrk=)M#7$?X~E_PL6A+ubb-B@5R1$+URv@14hUK`Sk#2Lo2l zTgw(A`cbxRskAv$+DyyV={5iTux>8biVuCxGW*o|hozj;v*^E4l3L z`%>`FNOR@$9SfD83(wy76i=Od)UAX-3jiOt`acnTmqEk?m6L0nF<}CMXU(^pK=S4I z1VK4=eY>Fo&?yvu(h39A3i=tGNr#-fZ^{IQ5O2&O(&; zDA-E@nE;jdDfl@BKSqGFkOak<2q)-fm_Zd*l!93TR^+KL#oZ(MTc2^)XWhG|PJQ91 zC`jde>ODu*`&&M!eYbXQFk8Ln&Y4fTZ+9=0Wt)zDdh~P03-_GmH;R`xpErWpY~DH$ z`L20ee?q&N8vsT|=+QVbm`yg#h8Koyqg;lSvXMc?=LvLkz>)NNFoeNKTgD1|HxY?6x+>QDF6p?6hU6_ z1LPURjwSQ~rY<%y)Xx%i_aKJKBRJ0{PY#n_0#1x510sr7N8}h30vV_6hCjwcT`TlH z=8mfathUy5Q%fv-9;}4h-{7W_7%>hj8rB|87AR(p>iI83l>dwZ9}!0rk_PB1=e)ZX zJx`G9tizl3@B7TLZ`oJ2?D2n#F#W$Mx|WwWvkRO2{cj;m3*r*u7-Fs`SsWHXuMAHSfHrQ;MtVXW7&AOsSemPM7^zRQ^m}0IAW0x*@s?g^( z!k8vyGl{JH6<(}6`ey|xSfDw44Us91L18iD7PIc18$@wF^`2wz{HaBnTVUtM%jKs( zcRcrPayh@BTG0F-&jReT2y0X@Tsrx0Wgtsox(nyTU<3;oAwT_v9dR^o!o}biSE1Z@ zRin-72-I6?12Zrq57}6CqYY`;_*jc= zNLwiNJqrGsg1r7Kwz&BZ>(!dF15=AeUF$WG+~x}k%POB8EBpxG1SWAu)CPhSXg3Z0EA z#AyoI1GTOAo~b4ORZk1t*W`%WqMK!y(Lo{9rPZv@#y-uVk591w=!S&tn`JQVHjvj$ z+t=zg%T@TGPq#R**`XQ3cTP~-*_U?gTRQzKIcC8imeD_za|DC%91jMW>s+^fM(qr; zv%FwXKVqz>%p{RDD||t5cpVJI;KRpEB`Pxgg5J~Fg0ho>00oRsX!h}4V*7<2cw6a* zl(vq}lb6ouMv|lS+7(ffFfYI;sGC*JQ)y-@VKx+I9$|(Oh6H~=Zy7oyOsK2s3;;4f z#JG_OA;w^YY6_U?8|P8ox$wC1-|+&B2hPL10R&7l-tsRTf|XK_$1>%})pG8w(_5BYH5pgU?BT4dVag8e zrhMyc+nje^&XygR@=W(;xdZpBYnQ46nd-p&%bDr}X|6J7_wX0^*~BVG_Xo9H>F#Vv z<5clKIx4<)a<**`oSabeVasymwp;O=@gF{aACc(I=+yI6ut_i1l&f{{=Xe~(_I_Hw z@XFs5=g_rt{BI7dvODw@OT|?65?`L-%V#ex@;h@D4{x8t*G0IkS~*KSO8^m%Tx%6QWQG(BU$~ZvSWqA&B%yY?uke9dHJ*aoV3Ex-N;GNT-~Eti+TIJu)^VH zWJD~tvxqO7t(aBct;unS&b#i`-%TuByxW>-Jh@6KIq}h&9Q-MMcJ~KO?>5ocoZ{zS z{^a%Buj}zo+w}WyKqtL3+M;N#T;Tn)hdwy^?ooXH!29QiKZ)Fqu;{0!*zGqR_&9?1 zZ!#cuu5`RI-TqVyRo*7)_aLYN1`I5WV9HyvbL0F|*Zl{O$&GZsK`*O8K M6n}_W(cLuuAC@m|=l}o! diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc deleted file mode 100644 index f51f5c420e164c71c0db0e56f2591cd728559a51..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6852 zcmbtYU2GfImA*p`hyOqNp?+vt9!a)k#un*B?mBkuBwpJ}6kF=1a^r?b&80XaX%v#f zy)*jVQK|$6mMRQbeyL95p04z<48D+oJ(*JK-^S92sxcm+%=h2edyC zFlc8cm<=UD2JOl;WE&HW*``EOwmH$94JX3cmPCuu=FYTc+Y)UC?a8!fBZ-JXdo%m8 z9f=O0eS$x;Kiiq;WKe&{UTr0Iesa0$gyT$G?8*+|?gtqI>#6e4@n}F26Twbf#HWm=tuR9WlKrYA> zBG=i(;VQik=-w*b0rZhMdk+!qB0FX~NT{75?~xn7o*}dL_s9$r?VLY(Sx%=^NzN(! z%!Eiqen#Xovit!*CR08w=fnHDc17YI01GsUsU>r% ztf;e7ib!>KLPna(GAJi0awesUg3jfsI3~@~CKyKNsHjfST$;mmfDgxZ!OsrA?Vq#8 zg<%9+hGdxqCmcb$MkHpzrLmL~*l|X4363+sY9pFcb6H1k!L4yhgPUmX7hEj&f){ui zK)|j~@Ce?|efMoTW8nuGe^CW2pMeny0V=J*-; zXV$vRA2XV*#u3zPdvY+di~`qK^G&u`qt$cGm-JdCjZthM&nbkU)>o@_)cUtsb@lui zPFsyLQs=NJ;PlsMdyTWhs;lR~8L&#A^#O~n=hplgB9R5Z%3CcL$d6zh7XoUJRipWY z1}!iTMQc?xzZSqfzR|)Gp%M1$ki}ci1&_7&(}W(;{FA-)Hj4tyj#zX(-@8_5`ov~Q zWQcmy;VuX&c45Jx#w@CxeQNCkIs^>50ak9>7Q8*qNXluQ!Txi4E zh2RS$?ln`p78Ke9cVx#IsLshhLVAd5SqlQj`3<-!?n$?$O+B|(XThTy;EXMkwG&qPThAeJ0!Ue>upP*}Fz=&8X%`}|Q458w9U<(y{>Nofj#UsS=yF9plqgcf*)F*j9okX*&VQB`~}zL?b_fd$_=;1_LIO zRSQ_Fz`8x06|LsV{FGT?7;@tfOXkQg>;RU`aMZ5bWJPE5DRn}3jiwY4CmFTrw%Bo< z$tySp&p%DY5ia7=R7OhW;(01hifL7etJCq=G{90E055K0Uw`c7SK^AKihX&2(A2o7 z#Pd=ZSBk4{p&Q+j)CaM%XJ?Xh@h7}_b?0*ZJ>!9ON? z2!=~#qVV#k5 z&O9`_{R44M_hVZ!Cnt@u6x0sPz%w63(9%QoMKb%-L8wOTQ!c?RSS0@wA&z5D`cFMP zRea^*;@~4^uyU}!*mI)bUhXTo_&>Osm)|S94lJH~!C3+@D>fA$+@~ z$i8v+;@ZKrmbKZ3+=JO-_ZwyQjiQ%-6l#8cW5wU_lWWWGth{^c-Nkd)2Oc@SOKPPl zTwrdvD#7rV!LHSYJ8ieypzW<)thV}oreu`TOt+Y^6qabPnT`I<0}{(^n8W&djG zZe%T8>Uz1{@=Ad#C_nLT*`aMKL|oxjW}_`yYKyK#%WWr0&Jz_^;HH1cf4A$izEAre zp8NNqe;q2dyuI$a^hf7`b!XQjZ?F<>UmAGiZ>WS@Hp0E7aPQKwi~{zf8W&UDeVEI(ZxBrQ^VR7i&Z?X&tb$?A9u*J>cjpp7`b8ophTDZ9BYrHwU zG+YV2RS7k(xNo_^06mymZ$DcOo&8^j-5=O;K%b`y-hh7zz2zqV;XdaWY_$Jp0|RNz z&xY2zpZ)hxSRrZ+9W zc7qH_f}EbpiaD?u0G?oDf`Np| z%P7U@*^O=8)s8#+AP7CL54Kr-c!)@!T~;)-H3bEU0!GVpuC~ew%y;KN82g>(G3AXo z6T)RFJ;BQ`FA8gAc9%fw6a>*!>_hS90#w)23L8)J;y+AD(-@(`;gR`gJR}IUV`7XK zWIhK2!Okmi3}{Ww596@2wSyA_mx@1k5F9H2##Gd?tDRm#&dZQQZ3fIx zjM1Xb7vSFjFey$*s_xy( zy$zL6%ko?))b-rl-?TiibnP22=i{~r=is(M9!XdWY;IaD@ue2><17HQ#a^N1P7Ekqs+`X|2hr8(z}Lr=ZF!pfWI^<<-S4)(K#VS zXP|%@&4=P6bBZcv@`9OS1p@!q0i9?^LyY9{DE_iFo;;qx|%A8{QX}F9O zqfwm`XTjT5bQikIa9y)--VuFt4&=aVSv9^e53=!sX4IRHP#FCD6n@GIBygBH5(wSA zx^#8JzrW<)|4I7JubiuKnu2PKw|9)ru6z56Y@g91>KGUv9vF^B zb!RdOh@DL8o@7$W=4Gk^?WJN?o)(kJgp}32gGRL(-2~1-P=PUaHQI4vXagaQdC1;{ z5q19#49E%;O^+VB04K|MtgXJz?g(>Y)etCFbp?z7#)$vuDeT)+mj{Q|jL|6?A)Qm_ z@;ElWSx|hMpk7RTnBc1G`yiT))uP#07J{^l604eDwBmZ?Sq?)*R0u8!#hamb?!{1l z<255F)`*&nSji1%;IbL+xsrzel1x&39)c?e;TStA%NY|zhMLX(*Kseua5UBws!1S)#w+Uoh-3$|79@!?4ZMhgGwmk9;(6Mi~{*fi_=H+We j=Rt_3aK&A?1Ma5^z873?IUgp!3Ommqu>Y!)f%N|YyBv}& diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc deleted file mode 100644 index dd7b2852f91fa9e8b950711e5548ec9b3f980eb0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8007 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc deleted file mode 100644 index 4c0b492eeba8340c477aacab26cdfce857c4d964..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3777 zcmbUkT}&IvdDiRye;~vVa>q8DFeZ+DA-R&vac~Ktf>sx+#AQ*U0=Wdo=9Ywo zK|aAVXiZodv?Xi+Em`}NBjMoa89wWrawS}BY|Xl-JP8knEC{8zz%8Gl|yC5~fTCidz&4mJZ4c={<%pn@{zU)?2fe+ZZ|0^b&pEBL8(pZ3XFt_|U) zw-5<%RF1A!DI|{HM89~ufM)ocsK7<)zNA~OMmVExNYQjLn-z6gRR#!A2_PL}E+@%E zgJBcND~ha)C-aJgNpe~ydS1+8W!m6#a?Wt%@&sq)F~g_HI!@-q)TB6$HN#G@o+nDG zRuUd2^xLDVu7R==m#JN^j&+NP%vjCQ0sJKzK@rOwb_>w1F(!gOfrTkCqmnaIvZ4}U z8WRn)5!5tWO63W`iY|OKt4{z{)C5t`bOK661sofXF;b__#kx-ka2N(>-#%4A&e=X* zh<&^e;SGCQB~zkq@Y<|qc&iMOvXWMRkM^i^FMbrCP^WNQ&Szy&iRXx#!6{vf>(lYr zG?*(6MvCW{1i+vxPR(`3G*=u<83$@QCW@GiXVnzD4lO<=YB-jgHA3T9PcjvgOvPkX z0#XO88{pGgpj$*`H}alX>R#?G_WtJFPRr@-meX6F=$17~0MvlJR|6votG>Ue*zszE{;EU9c?h^SorEAurh(O&iRa zEDQW=s2^HEpJNp2^VpR-v=?P(G)gaBPcN#|_@L&o*{FA&qO%sML=&GP`e zpifQC3XlY@43ETb$cm&EAREBp55<%)JW^F_v?}|U3i+^rB_U1JscQNNYmhtOgh(U- zLYjzV7EqF`>3Lnwf{?0|&*F+6hApRR^30di1+E$vMJMz!UU0YO>aQ!4ids;F9N3Gd zmW#sNJMMl_5foJyQWK&wjs+U1%rw;QX?cdqoj-Ig7I7FBRWqzKmJKU4q+ydaaSTw@ z7KU5PWo2C=a4Cd_cEn2R0T7xr3|j?HbB9J_m*!Lwq${3^3@lj?0WfUOpJA|wp4TI% z`{#w97FNQ4bu{k=>Xr+|!tz3KVf}}X1MRyFjceVj-D^FoJsZx=j#9(9E$_K!FC!nG zeb}`bEj4s+dApyvJjsfyl$y>LeM^li)+e683Rmo2 zkv{8t(hyqb)-5X+madqL=Zo{}gBwyQaC*ym`neqigeQLCe*J^cz0iiMjJVEz4tifd zx5x7VcNy_6H_L`8P-eeT?OEpgaV7IrqZT3aktOl}|1KSs=X9q@Kf}r+b5?=UeimCm z$~hPM2K1@KtYy6B=m46M*YbG{59$<$+HGX!i4oL>bicU_#YPi{^!==qp>A`iNfz@g zhoJoE+b=)(tMHJL)ZF`{@N%csEL0Z4teO`@f(1N-QxHlJ!|*6pA}___LddER6+{@L zN1z&sMcl*&90^UQg!(6WgLc#uhP@Iph8-TxR6#Nv!y~M?F|2q-)}g=|(`c+ff#U{2 zl9k;Wz4dAU`00y#utXxT)D54Ohi(z=I$9q)zO~yJTD!4&W9`=Jt@~{cI`4IE;!@-J zqPuLjx_-dzHn-dj-3i@2dFSN)u?O-!`FE2K-zhb}yY$`Xe&qEpcNe>t`-*+*7fYV@ zEo=MN&wVHu`U+X#=reC%d9XOR)j0Y$@Aa~cqF!k9t^Z@!WiNWs*bcLZjj3WtPARwS@8J5i7BS+L!sA;b)dl ziKz*kglgIFUmqE`mh8XOKRA%QGIY&wQWv6LMra-YkJpJ2NG3%Ea(tz}OD0(X#}X{_ zFrxv^P_k4ZvpOX7e}&;3W}=H(!+%MKhiojbT@-wZTu+hbDRMuhW8Xi~x4%H)FHnEkj_NyBLOXTg z?Yi)$tyC9V^aJjA$I8u}#_)Dyc+*vC>{|3KX(iNEw%fQf8x4C1KsngVx!2pu2*73o z0}o*ZX5|Y$F1*g~Apm8;#yaNmZs)84z?-dk$_U~y<^dii$o_PVwmXe(Jifb!PT zxY)eI9oy!Pt&cwDPL(Yj_x}1@Um*Z{JhHU?ha$c%dyw-uMYcW(9$WLT`ac<>`nA5$ X=;QaNXxrr|dK9heNBpBc4*LHAr+Q{P diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py b/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py deleted file mode 100644 index 0e18c6e..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py +++ /dev/null @@ -1,172 +0,0 @@ -"""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 - -# If pip's going to use distutils, it should not be using the copy that setuptools -# might have injected into the environment. This is done by removing the injected -# shim, if it's injected. -# -# See https://github.com/pypa/pip/issues/8761 for the original discussion and -# rationale for why this is done within pip. -try: - __import__("_distutils_hack").remove_shim() -except (ImportError, AttributeError): - pass - -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, 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: Optional[str] = None, - root: Optional[str] = None, - isolated: bool = False, - prefix: Optional[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: - paths = d.find_config_files() - 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({"purelib": i.install_lib, "platlib": i.install_lib}) - - if running_under_virtualenv(): - if home: - prefix = home - elif user: - prefix = i.install_userbase - 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) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py b/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py deleted file mode 100644 index 97aef1f..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py +++ /dev/null @@ -1,213 +0,0 @@ -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 change_root, 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 = 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"] diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py b/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py deleted file mode 100644 index 3f9f896..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py +++ /dev/null @@ -1,81 +0,0 @@ -import functools -import os -import site -import sys -import sysconfig -import typing - -from pip._internal.exceptions import InstallationError -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: 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 change_root(new_root: str, pathname: str) -> str: - """Return 'pathname' with 'new_root' prepended. - - If 'pathname' is relative, this is equivalent to os.path.join(new_root, pathname). - Otherwise, it requires making 'pathname' relative and then joining the - two, which is tricky on DOS/Windows and Mac OS. - - This is borrowed from Python's standard library's distutils module. - """ - if os.name == "posix": - if not os.path.isabs(pathname): - return os.path.join(new_root, pathname) - else: - return os.path.join(new_root, pathname[1:]) - - elif os.name == "nt": - (drive, path) = os.path.splitdrive(pathname) - if path[0] == "\\": - path = path[1:] - return os.path.join(new_root, path) - - else: - raise InstallationError( - f"Unknown platform: {os.name}\n" - "Can not change root path prefix on unknown platform." - ) - - -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/.venv/lib/python3.12/site-packages/pip/_internal/main.py b/.venv/lib/python3.12/site-packages/pip/_internal/main.py deleted file mode 100644 index 33c6d24..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/main.py +++ /dev/null @@ -1,12 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py deleted file mode 100644 index aa232b6..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py +++ /dev/null @@ -1,128 +0,0 @@ -import contextlib -import functools -import os -import sys -from typing import TYPE_CHECKING, List, Optional, Type, cast - -from pip._internal.utils.misc import strtobool - -from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel - -if TYPE_CHECKING: - from typing import Literal, Protocol -else: - Protocol = object - -__all__ = [ - "BaseDistribution", - "BaseEnvironment", - "FilesystemWheel", - "MemoryWheel", - "Wheel", - "get_default_environment", - "get_environment", - "get_wheel_distribution", - "select_backend", -] - - -def _should_use_importlib_metadata() -> bool: - """Whether to use the ``importlib.metadata`` or ``pkg_resources`` backend. - - By default, pip uses ``importlib.metadata`` on Python 3.11+, and - ``pkg_resourcess`` otherwise. This can be overridden by a couple of ways: - - * If environment variable ``_PIP_USE_IMPORTLIB_METADATA`` is set, it - dictates whether ``importlib.metadata`` is used, regardless of Python - version. - * On Python 3.11+, Python distributors can patch ``importlib.metadata`` - to add a global constant ``_PIP_USE_IMPORTLIB_METADATA = False``. This - makes pip use ``pkg_resources`` (unless the user set the aforementioned - environment variable to *True*). - """ - with contextlib.suppress(KeyError, ValueError): - return bool(strtobool(os.environ["_PIP_USE_IMPORTLIB_METADATA"])) - if sys.version_info < (3, 11): - return False - import importlib.metadata - - return bool(getattr(importlib.metadata, "_PIP_USE_IMPORTLIB_METADATA", True)) - - -class Backend(Protocol): - NAME: 'Literal["importlib", "pkg_resources"]' - Distribution: Type[BaseDistribution] - Environment: Type[BaseEnvironment] - - -@functools.lru_cache(maxsize=None) -def select_backend() -> Backend: - if _should_use_importlib_metadata(): - from . import importlib - - return cast(Backend, importlib) - from . import pkg_resources - - return cast(Backend, pkg_resources) - - -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. - """ - return select_backend().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. - """ - return select_backend().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. - """ - return select_backend().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. - """ - return select_backend().Distribution.from_wheel(wheel, canonical_name) - - -def get_metadata_distribution( - metadata_contents: bytes, - filename: str, - canonical_name: str, -) -> BaseDistribution: - """Get the dist representation of the specified METADATA file contents. - - This returns a Distribution instance from the chosen backend sourced from the data - in `metadata_contents`. - - :param metadata_contents: Contents of a METADATA file within a dist, or one served - via PEP 658. - :param filename: Filename for the dist this metadata represents. - :param canonical_name: Normalized project name of the given dist. - """ - return select_backend().Distribution.from_metadata_file_contents( - metadata_contents, - filename, - canonical_name, - ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 561a5aedf8fbb6ca205b313084475837dcb5c82a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5878 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc deleted file mode 100644 index 528782b410841d6e840621edafe1a4cc56e05369..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2871 zcmZt|TTC3+_0Dq#W|!q z(%FiSeBc_%AVo56(|VIus#8~LD^+TK-QWJ0;Iw2!Riu9PZv$4_@KN>L*&TLc+(fkP93dq_npqa%ZvW(;ER3c0A#_saagafULAm<+53eI9N^8k-gAV&M*{GpnBvqwlhS_I+Y7nPS)XxQOk6&=_IZdvi_yg zI4&$(M781MO2ZqLffHHy5Q>G<*0QNviki6o_7$pFOy!&fi}<_>n81dj>6F(vp=hQ9 z5BB-ZHMAxZx}s&UY5Vs!j_QhSYjYYV^s^#w;~(ZUg6%{ad`2nJW6IS6+)7=w(sE22 zyX9bFDms;vuM%q!XB=uK#hU=nYbxjhDWdr5k4b_0rnhEoOUF)dqbGnVy6TApJ2_%z z7#jcT;$i3DIlKt3d&otL_1vn^qw2m$C7)X=qq2|K3ULauYVwFlc+3pAP0+1n$gU8< zSzXECI72!>%%=KdN8e8_Ks=IKPS+GOnXP=KopkcafjlvUAzCC>B z^}ornZ8=tID`j@%b5HnlhrmW2XV~*!a!&}TzI&d6*-)p9L*@MCR6iOahdR+;m0DBT zIts6H@A5@PLq*mJsvf1$&0iq&1JF?9ioDCYD9;dPU3MA*O)mGS8i=Cc@}w66BL}?N zUXx0ryJCi&M;Z1e^qQi`BA0Q+K*uJ#9_CRoR20pdJ_jvEYFYxQrY$&E47q~JFTH{g zNvVPx$|I6+LyOViL~U1v;7pw*t<(}%Tx_Yy1yGPuU|D1_5f;z0;1OtPfV7@YCSeKitlUyI- zk#n33&T(j6CeRk_Q+0ARE2mHoa-_hNGlyyl6}{WWtiE_scbt(mr?m>EoH!4X-YoUMtKQI-=74pc*5@BA%#Z zv)EKU&UOf)?u+x}W&coS0q(LrVYUD*(37wUM>TWarYd8w$SEoowG~ryG&>k|D`%ki zXB?~2MMiWhqv-a9f#;<9;i!EFUaM$NKCz*^-|o;wwLH6;WocfmV_yPlOPg<&uzaysKlVN5AgEQVp=$}c&&vAgf=)~ByR62DnHFN3B zu`B5*zioP(DDAOzv}pHTd8Zi zD^W&(|FP$gZsiziYF@pxck=83Y7x3`hu4I)9CZ6FZd>l!4Y%(#b#4heO{dqm&*bL) z{^ak*KN|m7*y+FUZ;tJ6+CBTqX0*h7+Wc~vqHANHBiKHd(1|mp(O+Nw;PS(4q2Bg`@B98EL|&u>S}#Y^h+(NY9bX_90i~VB z9*0+%V;JT?B4S3i(eU5VOaDOe9TY#{yV}^*XnBNT`ZlJ@2)3=ML%NlvKBjf!Mj63Y TYA9M15(a} diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc deleted file mode 100644 index 87e30c1cdc13d46384435bdc88c55155072844be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 35708 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 Xa7unC;Pud3Anu>q@IwJFhIjrSHSb;{ diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc deleted file mode 100644 index efb396982281d9f455866c705f23f6159c101f76..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15786 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 str: - return field.lower().replace("-", "_") - - -def msg_to_json(msg: Message) -> Dict[str, Any]: - """Convert a Message object into a JSON-compatible dictionary.""" - - def sanitise_header(h: Union[Header, str]) -> str: - if isinstance(h, Header): - chunks = [] - for bytes, encoding in decode_header(h): - if encoding == "unknown-8bit": - try: - # See if UTF-8 works - bytes.decode("utf-8") - encoding = "utf-8" - except UnicodeDecodeError: - # If not, latin1 at least won't fail - encoding = "latin1" - chunks.append((bytes, encoding)) - return str(make_header(chunks)) - return str(h) - - result = {} - for field, multi in METADATA_FIELDS: - if field not in msg: - continue - key = json_name(field) - if multi: - value: Union[str, List[str]] = [ - sanitise_header(v) for v in msg.get_all(field) # type: ignore - ] - else: - value = sanitise_header(msg.get(field)) # type: ignore - if key == "keywords": - # Accept both comma-separated and space-separated - # forms, for better compatibility with old data. - if "," in value: - value = [v.strip() for v in value.split(",")] - else: - value = value.split() - result[key] = value - - payload = msg.get_payload() - if payload: - result["description"] = payload - - return result diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py deleted file mode 100644 index 9249124..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py +++ /dev/null @@ -1,702 +0,0 @@ -import csv -import email.message -import functools -import json -import logging -import pathlib -import re -import zipfile -from typing import ( - IO, - TYPE_CHECKING, - Any, - Collection, - Container, - Dict, - Iterable, - Iterator, - List, - NamedTuple, - 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, canonicalize_name -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_sys_path -from pip._internal.utils.misc import is_local, normalize_path -from pip._internal.utils.urls import url_to_path - -from ._json import msg_to_json - -if TYPE_CHECKING: - from typing import Protocol -else: - Protocol = object - -DistributionVersion = Union[LegacyVersion, Version] - -InfoPath = Union[str, pathlib.PurePath] - -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 RequiresEntry(NamedTuple): - requirement: str - extra: str - marker: str - - -class BaseDistribution(Protocol): - @classmethod - def from_directory(cls, directory: str) -> "BaseDistribution": - """Load the distribution from a metadata directory. - - :param directory: Path to a metadata directory, e.g. ``.dist-info``. - """ - raise NotImplementedError() - - @classmethod - def from_metadata_file_contents( - cls, - metadata_contents: bytes, - filename: str, - project_name: str, - ) -> "BaseDistribution": - """Load the distribution from the contents of a METADATA file. - - This is used to implement PEP 658 by generating a "shallow" dist object that can - be used for resolution without downloading or building the actual dist yet. - - :param metadata_contents: The contents of a METADATA file. - :param filename: File name for the dist with this metadata. - :param project_name: Name of the project this dist represents. - """ - raise NotImplementedError() - - @classmethod - def from_wheel(cls, wheel: "Wheel", name: str) -> "BaseDistribution": - """Load the distribution from a given wheel. - - :param wheel: A concrete wheel definition. - :param name: File name of the 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. - """ - raise NotImplementedError() - - 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). - """ - raise NotImplementedError() - - @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 requested(self) -> bool: - return self.is_file("REQUESTED") - - @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 iter_distutils_script_names(self) -> Iterator[str]: - """Find distutils 'scripts' entries metadata. - - If 'scripts' is supplied in ``setup.py``, distutils records those in the - installed distribution's ``scripts`` directory, a file for each script. - """ - raise NotImplementedError() - - def read_text(self, path: InfoPath) -> str: - """Read a file in the info directory. - - :raise FileNotFoundError: If ``path`` does not exist in the directory. - :raise NoneMetadataError: If ``path`` exists in the info directory, but - cannot be read. - """ - raise NotImplementedError() - - def iter_entry_points(self) -> Iterable[BaseEntryPoint]: - raise NotImplementedError() - - def _metadata_impl(self) -> email.message.Message: - raise NotImplementedError() - - @functools.lru_cache(maxsize=1) - def _metadata_cached(self) -> email.message.Message: - # When we drop python 3.7 support, move this to the metadata property and use - # functools.cached_property instead of lru_cache. - metadata = self._metadata_impl() - self._add_egg_info_requires(metadata) - return metadata - - @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. - """ - return self._metadata_cached() - - @property - def metadata_dict(self) -> Dict[str, Any]: - """PEP 566 compliant JSON-serializable representation of METADATA or PKG-INFO. - - This should return an empty dict if the metadata file is unavailable. - - :raises NoneMetadataError: If the metadata file is available, but does - not contain valid metadata. - """ - return msg_to_json(self.metadata) - - @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. - - The return value of this function is not particularly useful other than - display purposes due to backward compatibility issues and the extra - names being poorly normalized prior to PEP 685. If you want to perform - logic operations on extras, use :func:`is_extra_provided` instead. - """ - raise NotImplementedError() - - def is_extra_provided(self, extra: str) -> bool: - """Check whether an extra is provided by this distribution. - - This is needed mostly for compatibility issues with pkg_resources not - following the extra normalization rules defined in PEP 685. - """ - 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 entries 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() - ) - - def _iter_requires_txt_entries(self) -> Iterator[RequiresEntry]: - """Parse a ``requires.txt`` in an egg-info directory. - - This is an INI-ish format where an egg-info stores dependencies. A - section name describes extra other environment markers, while each entry - is an arbitrary string (not a key-value pair) representing a dependency - as a requirement string (no markers). - - There is a construct in ``importlib.metadata`` called ``Sectioned`` that - does mostly the same, but the format is currently considered private. - """ - try: - content = self.read_text("requires.txt") - except FileNotFoundError: - return - extra = marker = "" # Section-less entries don't have markers. - for line in content.splitlines(): - line = line.strip() - if not line or line.startswith("#"): # Comment; ignored. - continue - if line.startswith("[") and line.endswith("]"): # A section header. - extra, _, marker = line.strip("[]").partition(":") - continue - yield RequiresEntry(requirement=line, extra=extra, marker=marker) - - def _iter_egg_info_extras(self) -> Iterable[str]: - """Get extras from the egg-info directory.""" - known_extras = {""} - for entry in self._iter_requires_txt_entries(): - extra = canonicalize_name(entry.extra) - if extra in known_extras: - continue - known_extras.add(extra) - yield extra - - def _iter_egg_info_dependencies(self) -> Iterable[str]: - """Get distribution dependencies from the egg-info directory. - - To ease parsing, this converts a legacy dependency entry into a PEP 508 - requirement string. Like ``_iter_requires_txt_entries()``, there is code - in ``importlib.metadata`` that does mostly the same, but not do exactly - what we need. - - Namely, ``importlib.metadata`` does not normalize the extra name before - putting it into the requirement string, which causes marker comparison - to fail because the dist-info format do normalize. This is consistent in - all currently available PEP 517 backends, although not standardized. - """ - for entry in self._iter_requires_txt_entries(): - extra = canonicalize_name(entry.extra) - if extra and entry.marker: - marker = f'({entry.marker}) and extra == "{extra}"' - elif extra: - marker = f'extra == "{extra}"' - elif entry.marker: - marker = entry.marker - else: - marker = "" - if marker: - yield f"{entry.requirement} ; {marker}" - else: - yield entry.requirement - - def _add_egg_info_requires(self, metadata: email.message.Message) -> None: - """Add egg-info requires.txt information to the metadata.""" - if not metadata.get_all("Requires-Dist"): - for dep in self._iter_egg_info_dependencies(): - metadata["Requires-Dist"] = dep - if not metadata.get_all("Provides-Extra"): - for extra in self._iter_egg_info_extras(): - metadata["Provides-Extra"] = extra - - -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_all_distributions(self) -> Iterator[BaseDistribution]: - """Iterate through all installed distributions without any filtering.""" - 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. - - This is based on ``iter_all_distributions()`` with additional filtering - options. Note that ``iter_installed_distributions()`` without arguments - is *not* equal to ``iter_all_distributions()``, since some of the - configurations exclude packages by default. - - :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_all_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/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py deleted file mode 100644 index a779138..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -from ._dists import Distribution -from ._envs import Environment - -__all__ = ["NAME", "Distribution", "Environment"] - -NAME = "importlib" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index d799803cb10218285c655d9af793238b1c8f1ca4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 354 zcmX|6yG{c!5VUi52_&RJqD7Qk!C8R{fsl|$Nj~5j%ZaU=!7tg)N$H^C6X@ykE&Rbr zks_$*kkX}M!)uG#S}T6$}=FfmV>baZ_?^a*%<3efCI z?W~VVjz@XBX;TjA@U1r)6{Ze9whpCCDN20?p#@q4qD@6As|ArWC7B`4+dDCdfy9~= zHAD$4C2k%oYtD+nDG4%)6UQd^Y$^hA(h(|66y7jJw1|we$jJY92nAI}N((pN>|AQg kXG&c8K0Lg=G#mhYCK%%-I$EN`x9;Gfv+C?WroIQt7Z-M7(f|Me diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc deleted file mode 100644 index 408fa66b5ea3b04aaa35ba1e568104baea7ed431..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3329 zcmbVOO>7&-72YM66e;S@mXk_NR8JZOG8LD!Q?zkg+lB2kP7y?L5T`%9P@~8ZGrSu3l5MTee9_y(2E2Ikg*Mr0PUqWCe+ENes7kfDXW)u z4>NDy%)EK?-uJzkzmJX%8~DEW`FGsPkYW6jetKV~D|G$};jZBrj_DZ{6Mf1{)zg)9 z-KtpiOeIs#R^DA#2NmdR*zy`0qe$EW^v@-WOkuw#px@4E6%+gDmU=C7w2xsKm~T- z#g@$@W%qWcKHL52+=Ot~5IP8zlw*qYYOXsr(5>o_4k#cxDUo&3j~`wXEV$T)4`ew}j#jS3I^HH&Ss{3LXVM^{OHL1v}NXX`&~Yg4|(f?iw5BhEau- zd>bkJ(JcM7j9qhKHzo70rUFbk(*!{ENhhVBB zaS;Mwib$+Ndiwhva)6Ou3{LSU+y1Uf3Aa7!P1(agnS6q9xjPaglM~(Uuk$*WGa0^+b2zERC==!F(Yc#<6d` z9{6kt4l_8wR4Wv$1`b5*%zHkv!JGh__<_>q)&hA8t38iJu5SzMd(=FG-zo@TeNCGS z8j^XMQ7l3c2#bRU>{$k0xsPQyDh^%4X_ea)XBptY0^e&-Eq+OQA$~3tQ#u5a;is6BU!j31YRE?_1WsUst~sDJ6jHUMUO!7S=BW7^ zHDoEFA|r_!sw~mB(QFxCq;i>D`;?I#Yp2Z2?6&%Jfb1`esz2vGX|5iflBG5dRH>4Uz-0G8GPLZzEw>m^a7|zrt7FzUgn}F_0e%9u7^Oj zy0CoX%C$GYo3Kv`&jpe|faAo2iBP&tu806tVjeM0C0mFR16VZVICwI+b(hm*6zW@N zSrq&i>%<`&@PcPViXQdE?JxjI={WtZ7>6f~CC{}>>?+uT3k<&5fg=(|!&2aZ<_HPQ z&}`cS*UoD1usImwP=qvV8E*!z!)m+Oe7j7)By-(J~K4-2zifB=@SIG(4O8`BNxe1Es3KPDkC6CLsyFh1xnU9-*Z+K7Ac4ox*L{>QDi8f~NJt{Z zAdm zaC-B#PYcg%JHNm7Nr8PjHoY^uH~0D{W7qd`*B=$eH{aCNqc|R)JkC=2RalI(xX}=c z#9d0Xq>7@C5D))|dkv8kbN#YlH1r%bRBbf)k`s}aPZhw&xr@mY=dz@C2wfhLi>946 zP4ged^k>GohsL?XY}UNIJ%4DRJ3M*9oV|1V&_LHdlQ&=5nLe0)d4KxlgXs(V(-+zX sR1bdgm)icNw>u=ar}E~+PX1tOet&BIVCvQVsaI*v#Di;x)aj%D2Xb3B5&!@I diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc deleted file mode 100644 index ef32d6d1b81fa61e4b0fe05f20fa91233cf62b39..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13421 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 V6x}|@j2f8sjJxMg1T&P^{s*8^u>k-8 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc deleted file mode 100644 index e1ec6c73336d48c40055aa19392097fd5b183b55..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11176 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 pc-PX=<&$rH1;WL None: - self.dist = dist - self.reason = reason - - def __str__(self) -> str: - return f"Bad metadata in {self.dist} ({self.reason})" - - -class BasePath(Protocol): - """A protocol that various path objects conform. - - This exists because importlib.metadata uses both ``pathlib.Path`` and - ``zipfile.Path``, and we need a common base for type hints (Union does not - work well since ``zipfile.Path`` is too new for our linter setup). - - This does not mean to be exhaustive, but only contains things that present - in both classes *that we need*. - """ - - @property - def name(self) -> str: - raise NotImplementedError() - - @property - def parent(self) -> "BasePath": - raise NotImplementedError() - - -def get_info_location(d: importlib.metadata.Distribution) -> Optional[BasePath]: - """Find the path to the distribution's metadata directory. - - HACK: This relies on importlib.metadata's private ``_path`` attribute. Not - all distributions exist on disk, so importlib.metadata is correct to not - expose the attribute as public. But pip's code base is old and not as clean, - so we do this to avoid having to rewrite too many things. Hopefully we can - eliminate this some day. - """ - return getattr(d, "_path", None) - - -def get_dist_name(dist: importlib.metadata.Distribution) -> str: - """Get the distribution's project name. - - The ``name`` attribute is only available in Python 3.10 or later. We are - targeting exactly that, but Mypy does not know this. - """ - name = cast(Any, dist).name - if not isinstance(name, str): - raise BadMetadata(dist, reason="invalid metadata entry 'name'") - return name diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py deleted file mode 100644 index 26370fa..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py +++ /dev/null @@ -1,227 +0,0 @@ -import email.message -import importlib.metadata -import os -import pathlib -import zipfile -from typing import ( - Collection, - Dict, - Iterable, - Iterator, - Mapping, - Optional, - Sequence, - cast, -) - -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, UnsupportedWheel -from pip._internal.metadata.base import ( - BaseDistribution, - BaseEntryPoint, - DistributionVersion, - InfoPath, - Wheel, -) -from pip._internal.utils.misc import normalize_path -from pip._internal.utils.temp_dir import TempDirectory -from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file - -from ._compat import BasePath, get_dist_name - - -class WheelDistribution(importlib.metadata.Distribution): - """An ``importlib.metadata.Distribution`` read from a wheel. - - Although ``importlib.metadata.PathDistribution`` accepts ``zipfile.Path``, - its implementation is too "lazy" for pip's needs (we can't keep the ZipFile - handle open for the entire lifetime of the distribution object). - - This implementation eagerly reads the entire metadata directory into the - memory instead, and operates from that. - """ - - def __init__( - self, - files: Mapping[pathlib.PurePosixPath, bytes], - info_location: pathlib.PurePosixPath, - ) -> None: - self._files = files - self.info_location = info_location - - @classmethod - def from_zipfile( - cls, - zf: zipfile.ZipFile, - name: str, - location: str, - ) -> "WheelDistribution": - info_dir, _ = parse_wheel(zf, name) - paths = ( - (name, pathlib.PurePosixPath(name.split("/", 1)[-1])) - for name in zf.namelist() - if name.startswith(f"{info_dir}/") - ) - files = { - relpath: read_wheel_metadata_file(zf, fullpath) - for fullpath, relpath in paths - } - info_location = pathlib.PurePosixPath(location, info_dir) - return cls(files, info_location) - - def iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: - # Only allow iterating through the metadata directory. - if pathlib.PurePosixPath(str(path)) in self._files: - return iter(self._files) - raise FileNotFoundError(path) - - def read_text(self, filename: str) -> Optional[str]: - try: - data = self._files[pathlib.PurePosixPath(filename)] - except KeyError: - return None - try: - text = data.decode("utf-8") - except UnicodeDecodeError as e: - wheel = self.info_location.parent - error = f"Error decoding metadata for {wheel}: {e} in {filename} file" - raise UnsupportedWheel(error) - return text - - -class Distribution(BaseDistribution): - def __init__( - self, - dist: importlib.metadata.Distribution, - info_location: Optional[BasePath], - installed_location: Optional[BasePath], - ) -> None: - self._dist = dist - self._info_location = info_location - self._installed_location = installed_location - - @classmethod - def from_directory(cls, directory: str) -> BaseDistribution: - info_location = pathlib.Path(directory) - dist = importlib.metadata.Distribution.at(info_location) - return cls(dist, info_location, info_location.parent) - - @classmethod - def from_metadata_file_contents( - cls, - metadata_contents: bytes, - filename: str, - project_name: str, - ) -> BaseDistribution: - # Generate temp dir to contain the metadata file, and write the file contents. - temp_dir = pathlib.Path( - TempDirectory(kind="metadata", globally_managed=True).path - ) - metadata_path = temp_dir / "METADATA" - metadata_path.write_bytes(metadata_contents) - # Construct dist pointing to the newly created directory. - dist = importlib.metadata.Distribution.at(metadata_path.parent) - return cls(dist, metadata_path.parent, None) - - @classmethod - def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: - try: - with wheel.as_zipfile() as zf: - dist = WheelDistribution.from_zipfile(zf, name, wheel.location) - 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}") - return cls(dist, dist.info_location, pathlib.PurePosixPath(wheel.location)) - - @property - def location(self) -> Optional[str]: - if self._info_location is None: - return None - return str(self._info_location.parent) - - @property - def info_location(self) -> Optional[str]: - if self._info_location is None: - return None - return str(self._info_location) - - @property - def installed_location(self) -> Optional[str]: - if self._installed_location is None: - return None - return normalize_path(str(self._installed_location)) - - def _get_dist_name_from_location(self) -> Optional[str]: - """Try to get the name from the metadata directory name. - - This is much faster than reading metadata. - """ - if self._info_location is None: - return None - stem, suffix = os.path.splitext(self._info_location.name) - if suffix not in (".dist-info", ".egg-info"): - return None - return stem.split("-", 1)[0] - - @property - def canonical_name(self) -> NormalizedName: - name = self._get_dist_name_from_location() or get_dist_name(self._dist) - return canonicalize_name(name) - - @property - def version(self) -> DistributionVersion: - return parse_version(self._dist.version) - - def is_file(self, path: InfoPath) -> bool: - return self._dist.read_text(str(path)) is not None - - def iter_distutils_script_names(self) -> Iterator[str]: - # A distutils installation is always "flat" (not in e.g. egg form), so - # if this distribution's info location is NOT a pathlib.Path (but e.g. - # zipfile.Path), it can never contain any distutils scripts. - if not isinstance(self._info_location, pathlib.Path): - return - for child in self._info_location.joinpath("scripts").iterdir(): - yield child.name - - def read_text(self, path: InfoPath) -> str: - content = self._dist.read_text(str(path)) - if content is None: - raise FileNotFoundError(path) - return content - - def iter_entry_points(self) -> Iterable[BaseEntryPoint]: - # importlib.metadata's EntryPoint structure sasitfies BaseEntryPoint. - return self._dist.entry_points - - def _metadata_impl(self) -> email.message.Message: - # From Python 3.10+, importlib.metadata declares PackageMetadata as the - # return type. This protocol is unfortunately a disaster now and misses - # a ton of fields that we need, including get() and get_payload(). We - # rely on the implementation that the object is actually a Message now, - # until upstream can improve the protocol. (python/cpython#94952) - return cast(email.message.Message, self._dist.metadata) - - def iter_provided_extras(self) -> Iterable[str]: - return self.metadata.get_all("Provides-Extra", []) - - def is_extra_provided(self, extra: str) -> bool: - return any( - canonicalize_name(provided_extra) == canonicalize_name(extra) - for provided_extra in self.metadata.get_all("Provides-Extra", []) - ) - - def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: - contexts: Sequence[Dict[str, str]] = [{"extra": e} for e in extras] - for req_string in self.metadata.get_all("Requires-Dist", []): - req = Requirement(req_string) - if not req.marker: - yield req - elif not extras and req.marker.evaluate({"extra": ""}): - yield req - elif any(req.marker.evaluate(context) for context in contexts): - yield req diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py deleted file mode 100644 index 048dc55..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py +++ /dev/null @@ -1,189 +0,0 @@ -import functools -import importlib.metadata -import logging -import os -import pathlib -import sys -import zipfile -import zipimport -from typing import Iterator, List, Optional, Sequence, Set, Tuple - -from pip._vendor.packaging.utils import NormalizedName, canonicalize_name - -from pip._internal.metadata.base import BaseDistribution, BaseEnvironment -from pip._internal.models.wheel import Wheel -from pip._internal.utils.deprecation import deprecated -from pip._internal.utils.filetypes import WHEEL_EXTENSION - -from ._compat import BadMetadata, BasePath, get_dist_name, get_info_location -from ._dists import Distribution - -logger = logging.getLogger(__name__) - - -def _looks_like_wheel(location: str) -> bool: - if not location.endswith(WHEEL_EXTENSION): - return False - if not os.path.isfile(location): - return False - if not Wheel.wheel_file_re.match(os.path.basename(location)): - return False - return zipfile.is_zipfile(location) - - -class _DistributionFinder: - """Finder to locate distributions. - - The main purpose of this class is to memoize found distributions' names, so - only one distribution is returned for each package name. At lot of pip code - assumes this (because it is setuptools's behavior), and not doing the same - can potentially cause a distribution in lower precedence path to override a - higher precedence one if the caller is not careful. - - Eventually we probably want to make it possible to see lower precedence - installations as well. It's useful feature, after all. - """ - - FoundResult = Tuple[importlib.metadata.Distribution, Optional[BasePath]] - - def __init__(self) -> None: - self._found_names: Set[NormalizedName] = set() - - def _find_impl(self, location: str) -> Iterator[FoundResult]: - """Find distributions in a location.""" - # Skip looking inside a wheel. Since a package inside a wheel is not - # always valid (due to .data directories etc.), its .dist-info entry - # should not be considered an installed distribution. - if _looks_like_wheel(location): - return - # To know exactly where we find a distribution, we have to feed in the - # paths one by one, instead of dumping the list to importlib.metadata. - for dist in importlib.metadata.distributions(path=[location]): - info_location = get_info_location(dist) - try: - raw_name = get_dist_name(dist) - except BadMetadata as e: - logger.warning("Skipping %s due to %s", info_location, e.reason) - continue - normalized_name = canonicalize_name(raw_name) - if normalized_name in self._found_names: - continue - self._found_names.add(normalized_name) - yield dist, info_location - - def find(self, location: str) -> Iterator[BaseDistribution]: - """Find distributions in a location. - - The path can be either a directory, or a ZIP archive. - """ - for dist, info_location in self._find_impl(location): - if info_location is None: - installed_location: Optional[BasePath] = None - else: - installed_location = info_location.parent - yield Distribution(dist, info_location, installed_location) - - def find_linked(self, location: str) -> Iterator[BaseDistribution]: - """Read location in egg-link files and return distributions in there. - - The path should be a directory; otherwise this returns nothing. This - follows how setuptools does this for compatibility. The first non-empty - line in the egg-link is read as a path (resolved against the egg-link's - containing directory if relative). Distributions found at that linked - location are returned. - """ - path = pathlib.Path(location) - if not path.is_dir(): - return - for child in path.iterdir(): - if child.suffix != ".egg-link": - continue - with child.open() as f: - lines = (line.strip() for line in f) - target_rel = next((line for line in lines if line), "") - if not target_rel: - continue - target_location = str(path.joinpath(target_rel)) - for dist, info_location in self._find_impl(target_location): - yield Distribution(dist, info_location, path) - - def _find_eggs_in_dir(self, location: str) -> Iterator[BaseDistribution]: - from pip._vendor.pkg_resources import find_distributions - - from pip._internal.metadata import pkg_resources as legacy - - with os.scandir(location) as it: - for entry in it: - if not entry.name.endswith(".egg"): - continue - for dist in find_distributions(entry.path): - yield legacy.Distribution(dist) - - def _find_eggs_in_zip(self, location: str) -> Iterator[BaseDistribution]: - from pip._vendor.pkg_resources import find_eggs_in_zip - - from pip._internal.metadata import pkg_resources as legacy - - try: - importer = zipimport.zipimporter(location) - except zipimport.ZipImportError: - return - for dist in find_eggs_in_zip(importer, location): - yield legacy.Distribution(dist) - - def find_eggs(self, location: str) -> Iterator[BaseDistribution]: - """Find eggs in a location. - - This actually uses the old *pkg_resources* backend. We likely want to - deprecate this so we can eventually remove the *pkg_resources* - dependency entirely. Before that, this should first emit a deprecation - warning for some versions when using the fallback since importing - *pkg_resources* is slow for those who don't need it. - """ - if os.path.isdir(location): - yield from self._find_eggs_in_dir(location) - if zipfile.is_zipfile(location): - yield from self._find_eggs_in_zip(location) - - -@functools.lru_cache(maxsize=None) # Warn a distribution exactly once. -def _emit_egg_deprecation(location: Optional[str]) -> None: - deprecated( - reason=f"Loading egg at {location} is deprecated.", - replacement="to use pip for package installation.", - gone_in="24.3", - issue=12330, - ) - - -class Environment(BaseEnvironment): - def __init__(self, paths: Sequence[str]) -> None: - self._paths = paths - - @classmethod - def default(cls) -> BaseEnvironment: - return cls(sys.path) - - @classmethod - def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: - if paths is None: - return cls(sys.path) - return cls(paths) - - def _iter_distributions(self) -> Iterator[BaseDistribution]: - finder = _DistributionFinder() - for location in self._paths: - yield from finder.find(location) - for dist in finder.find_eggs(location): - _emit_egg_deprecation(dist.location) - yield dist - # This must go last because that's how pkg_resources tie-breaks. - yield from finder.find_linked(location) - - def get_distribution(self, name: str) -> Optional[BaseDistribution]: - matches = ( - distribution - for distribution in self.iter_all_distributions() - if distribution.canonical_name == canonicalize_name(name) - ) - return next(matches, None) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py deleted file mode 100644 index bb11e5b..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py +++ /dev/null @@ -1,278 +0,0 @@ -import email.message -import email.parser -import logging -import os -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.egg_link import egg_link_path_from_location -from pip._internal.utils.misc import display_path, normalize_path -from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file - -from .base import ( - BaseDistribution, - BaseEntryPoint, - BaseEnvironment, - DistributionVersion, - InfoPath, - Wheel, -) - -__all__ = ["NAME", "Distribution", "Environment"] - -logger = logging.getLogger(__name__) - -NAME = "pkg_resources" - - -class EntryPoint(NamedTuple): - name: str - value: str - group: str - - -class InMemoryMetadata: - """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) -> BaseDistribution: - 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_metadata_file_contents( - cls, - metadata_contents: bytes, - filename: str, - project_name: str, - ) -> BaseDistribution: - metadata_dict = { - "METADATA": metadata_contents, - } - dist = pkg_resources.DistInfoDistribution( - location=filename, - metadata=InMemoryMetadata(metadata_dict, filename), - project_name=project_name, - ) - return cls(dist) - - @classmethod - def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: - try: - with wheel.as_zipfile() as zf: - info_dir, _ = parse_wheel(zf, name) - metadata_dict = { - 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=InMemoryMetadata(metadata_dict, wheel.location), - project_name=name, - ) - return cls(dist) - - @property - def location(self) -> Optional[str]: - return self._dist.location - - @property - def installed_location(self) -> Optional[str]: - 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]: - 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 iter_distutils_script_names(self) -> Iterator[str]: - yield from self._dist.metadata_listdir("scripts") - - 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) - - def _metadata_impl(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(pkg_resources.safe_extra(e) for e in extras) - extras = extras.intersection(self._dist.extras) - return self._dist.requires(extras) - - def iter_provided_extras(self) -> Iterable[str]: - return self._dist.extras - - def is_extra_provided(self, extra: str) -> bool: - return pkg_resources.safe_extra(extra) in 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 _iter_distributions(self) -> Iterator[BaseDistribution]: - for dist in self._ws: - yield Distribution(dist) - - 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_all_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) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py deleted file mode 100644 index 7855226..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -"""A package that contains models that represent entities. -""" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 2533466197c401ec39162d295b7f73a8b41472eb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 262 zcmXv}L23d)5S%d*Meq-E^^k3nToROoe82|;VHkItY$xN)Fw-t%%wi)d@h)09>3u)FsbI=4^MQ(M!>aU- z4Y{ONzCxQWVZ;zIp<|UvOqhz%d?J4aT35c*dMl3I`_lqyze1q3CF3AO|A{3h;0B5Y zT?3Yu5L&Lido1oBAQ9u;wLL+g0Gb?QbjHG^9&}EKwJt(?8qRXKw)hfnb6Gbib$jEpm6rNezyWVZmgf?lKLMl^whznhpHWz3VwG;tSL!_paP%RmQ2v#d0eh%DLS|X~Pcr$B2mU99ovUZf+@C@i9$7^!UrdlEXkGiWmLvQU+S`RBulk& zhUAx2TTk=?==o)I1KWkm$lMqAj|V(*ecz3|Fu33b#3OD*=SQY!l~GQEh#Rg^4I|Jz z*Ef!p(vV|DIb?>{w!65l#A@JHXq=m)jKlw8)rY&XJfzPA+-x6+ILl~MW5Hxeg;hEP z<^s3o7a%^st7ri)ASd;rD8Uq=h0Gn?GJ`*p1}rGB+KY)&ju&9ARp)%Bf#|6t}$7`m5t`ftCSdarbrWT3Df$SMxnLu&OMa zp{0mh(VSJBqrsfzdv93PdUP!e&J>?LZE-K6C#!C0)}5x@s(MumPL3!GT;HmMg!QyoPTW5JrMYfy^^V+o{8U3j`N18ef0IEID|I~B-ZqNDcuHN^?SH{IOu`-dYnmM(%&_HUw zz{H-1fD?r*X(d_+kg6jMZb3rKm6uB|48g69l zVv`9nvOy5-Fyx?$BZ0zDN06boqfqCoVV+RCdi5dY9u|uepBWfgDI!0y8j+`(eaE zRp3}Anu08Sc0_0*iMTsqUy1s@i`b+(0nhJ|m|MBByVn9bs(rX%O&K6T#HjkF_bhcJOZ`W_cs|<4IGGhk&z1=p+FN zS+PZAXg9!h*>IV7Yt{=Q9+ZJ8xr;4w7iB*d*Ncxl?5{Fvj=Mxj)c}`{?Xn*#SI-x1Kn)gM=ct{{t#?!UzBW diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc deleted file mode 100644 index f1724c61f144a8eda17042b9fa652bb9f31acf01..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11195 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc deleted file mode 100644 index 06bbc32a1422f8392093e80f5052ef1a1b312c84..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4223 zcmahMTWk~A_0G%h*p4021VWf>!o!f*3si+=A(a-E#{%94c7H6bW{vMnGRfFu?u-eE z!YXQ0ZBj)7q-|q_T2iS}L8vP2M@9cw^`k4bA2tES9Yt!ScBSs0mu%JDeD&P%BMBI| zvhU;EGv}Ur-uG`!O&$d8?UlFGKe-Y57hBYtSe>k%fXO_<2y+@ra|tfZC-}6G5I6?o zH8CwEBzrDsj@w+yuB12~^GndVZi0#LYMWWAnHe30X}i zb(&6^$MuX!b#3CE(?rV>Di7*ZhAStB)XWfD0E!_GQavq?4XdePIVoq8snO&RkwIYc zB_gXC!%S)#!BNYd(UnVTCP~LFub$DytBbhhpv274OiHLS$Ofh%wqE@abn|GEoAQ_( zOzl>?$u(}0ZwTinxk;qd@h5p$RdtTgIJ(EhLEnNwOv)^cdZ7b=Xb^319b&NaWm#Uk z6dTslB&OyxHJOQJsXjtdrV%r*#G+S7=1NRcFU7Ls=CGbQ7~Ov$W~e6VtBS#hWz}p< zQ8Ol?U{0~Lj)`W(Dw0!D73oH^Luc-4rT&kZ()D+p*lX z?Y1;?rsQoccsrN3Zoj>A=Il!Q8#CgZzqD=FjQG^mwhA90OVZ6@LQ{1K0F3#OE#C() z`4oN1&7*bs&T_M8WFt1!|E+>}R<~(9uI6Zf=}2YaW7TxETai z%ul--(>Z}^+P+`a=S9#}{A8-GT{xAUe-Qq*wfvkvi#TR8=%eijUE?;~OPJ(pch~?0 zYpFp;_aO8OZl2@N+zt^e<#)muNBuw<+}$}u%%o}3h-mTAH!W_Iw!j7rLT4~>$nw+_ zZHCF3`{)qKkgHkRKe79HZIa815|9k+=Jxe?!!;Rhl`y} z&@j+=L4me84#N&p-3W}&w?-y;8xjCu*UfSL8`uH2Z)Ak9BmB|yC;4hzZWm;d;8&mhj^(!UhIz-j=lfI<-)pjEa^&8%Mr_ACMnq6rr0O}SzB1Y z0*-89ZS)1$WDRpQf1zHJVcQM!HRz9-*chef8Ww68*90t13Re)lFv*WNpF@LX%`Z8K z&ad6C`};Z_EY?l}3Ic}z2n)o|wRJ2kO~Bqy`C|w>fG-Z>2;_5{LvHTEq;LX#^e*_j zI4NQW^JCilI=<%GO%_(|Hd*HeDDWeJ8hm|R$FOhQ;6@uU=1#Hr5pjZv^-Ub=>&xhU zmE}bAw(cd{El>A%r;n_^d*L?l#?Af{V zC12?Jx!H4baW;8x_PrZpPkcK{!Em9a_eN@7y{RrZ7hCt--Cu0&1yCW_w-WeX-Y5p% zChkuqS2hoRlwWyF@lxBN_9KYwb|Mmpd15&#$D)GtlyeHU1;7p<0yIC^B*j2?<>O3+s7;^ zJ{!*;e&Xx-#*c#S`PRjNTyV+dCgktPn|D6B^+~a5Gn!{3nj3*zh)ZpIituaNvx%N# zBcfy@-tph^7n^o%L|YED)ee0z|JGB=1-Qn`QwkVIgR-!(8Q!lNHOImrAFrrKpg({E z)>A9p$z;c3TQ%l1L!7cTPvCR=^7gXBdfY=s^4~-;%4l=;|){!X;mji5!L{ zUq{i`@n5It_SiQEZsJe?`QVdyBt&~)v^K?NB zv5k+id}4Plm>7S7ZW{eVJh#%^kxv(by;En(E)?l2?Tvoz^h&!|!Vpatgj=VJ;hkj( z01!r7JM*c9?pwpfExXGM2R`ulSKVy3)hS)z@+ZrPjSJ?gJ(fcpgLbbXHUa@hsLZ!W z+ZR%01jB=a4~#z?wx^Gde<6H++MX5$K77V@SA`mSxz{6gJ?JhY7#>C*9shH5l}*2C zlcb8g?OVkoZYXBPv+!`FwiMPSxeeY(Q3ak-Sf|m-!wImWIaAe)O7?2AF>0@* K8DhQt`Tqek$E+a$ diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc deleted file mode 100644 index e1296ccf357220fce452758f66d09e0b1c4197d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1690 zcmZ`(&u<$=6rNr0t~ZV&w2dt;LB*)87FHtyUWZt zsx2Ra6p2IvAr2@U3m1aIfg}F|msn|)bm;-XiJKvyRz2}%*LDn2NAi2~-kZ1Y&G)|X z&l3|l1nZ?=U+@eKq2Hx3SYRjXbP3cRB8VtHswpaZ6A^VAk<5Xb9;m4*qAJmd{(~{} zWfEVOm?J)|rBufLkVz|UnwmDCwQrT0Mlw_<8vJx()Quff zS4eg{Uo(g)eN?Y&WNcfjWp~g`rDnc^D!Dkn>bM^{Yjimv^k)0@>oj7N(?D>`vHBq^ ziCIoStcZo19--W#4)-Xt9M`3sTOzb*K%&rtyow%Yn#_-lfC@i!;~e)kBA;UEGox1I zCA-PG2R<%B2DLE>HykfuI^2L?wA``{xa2JoSVImkKFjq$VnVAoL&lyu+74}51DzCHY62Q><3k-?4(^Wp5U z<|EFkgIaJ_-alC#6|97M(rlqhW+gUKFk?*uSs9OY-i#=VO^m(36Bs8D#s*;RdmqMn zU*F%OQN363f_?T=kLB68J8mE4JWENu>yS~FY#$3|fvaGF# zAK2^R2DQDW?>T`DtY}bIa9eEJ)lC{~+ECq&T4Fs67OKz9+uRfMa+DH{+mRR9(668@ zaD00sB-H1&C;3;6T1;Zuo*rdob#OZg4aXoJY@vJR#BR20mTsHnlgZ+a_L+IFIJ4(} z=^qy_c8eGHuN@ViJuWVGi;EB&KPf+XT)xyTU)q2FsC*SXg_F|EacQnwn%lp6RGJ6R zL@$S)g2Q)A>l8{Lz!>0hhZF*rynaH!8?YIrUt{zX#N=v7HvezI_=mJP3jx*o`S2o@ zm5RpBL6DsX5ocjm4R}|{JSr-il93V!E>kRv6{TYmM7#W7%tnViEfbyq0k{>Wzv%3C zjtjHh!tAX#zFYccX`dVw77on?b^%UQ#w42pXMy?vKSt% z3vOTs_d@~fh%;QUWPC|Kz_XM$F7QuHggW_t+K{_K6JlFpM)wa>2$5%CvopkL%wL$+qO zi}JsQ1Ggj}*F!ESkpbvP5~^JsWC+RyoEoG(F73;Y$kpRK01Py*CT}dAn7l`p!+MJxzL-XYn&R5yfU`i7fK6rTO@e~e9jAWrJYKnPs|UMQpxNUKJm7J7&(QXynit+w7tvd((f%&bEl zg$h+1a;VhyP>~3#pk4~%P^p)uH;$EhiHVTWs8x|#4!xNKwJN8++4VvQ=}7zL{mq+s z^SycdOEMWpFit)iHpK)&e{dlfa*J920GR8@K!#wUvQQApVnHlR1xesK(UQxdLdfGK zD_o8gA|5YW(Q>R16Of4BLq_NtGQxL7KVl(Xizv~*xS&W(8ntUoK5Z6V79Gczs@N`K zMPMBUp3tk7t6_V_B#vFiwhQWnrp;hNO~=+W5Zlk%)YUEP94s^m=1xU_6Q4#}!ukbZ zt|N>Jf`JO6Az%s18PH9LhImabgmBmZjUnR*j^fya=-FgAw|uu1q7dI?6^$^gOz>Qu zpF?-yWan_jAuj7Q{j+K0#o=hNbq8Kh&P(vEw*$G3=7c$mVT}15}q-m|(X`?3ZpN3}){}Y{9>g5?`=s(D?gMi*v#a^od#!WA*H@)$DLHihBB%`WE||VRU%t$Jh_Ch0dkSVy2Nf za6fZkx$4;)nZbHy5Ii#3rQ~ArMyk<0RPP>ovad50pO>2ZQCqr^$lgz6Z}opS`0e1I z0|#z@`2EE@7gq;{=TEJqch}qYJWRFE$H{g$W3dGDABCVTeiH%)fCOj_T5RiUO`1@2u!k>$WcB}t+IFnw`&h~5p zYYX!IV5g^m0Fpa7pnp~^&bMjWrK)cE7Q!!* za6|}yw=7Y#bV{MBryPUuSWKcWAsjA0Q=ZHnv^l>&U{? zV&78)qQ4*CWlTx1uv@E`_N0F*en>A1mIdJQfSheOB=7%4z$;(Y$u#_+J&c$HJ|1{2 z@8I{6hn~Q{;7R&d;^lUTZ@`P#%lBDy#J|b6$q?vxUDG}wO-T@h-_bxF4Ln9~Jx0C1 Qp^<;Wst{j8K)m(;0ZM`$_5c6? diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc deleted file mode 100644 index 4d33c9bfabccd1fc2603a48b6a68f739a4106b27..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25998 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 ZJjda+;AO8xl1%X1X%aU6ls+?D{=e!nYx4jA diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc deleted file mode 100644 index 3135c10577047d51d1f85c48617f5faa68bc88b8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1165 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc deleted file mode 100644 index e33d69809730f4cb3b9fcfe3925cc9fbe228049f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1847 zcmZ`)&2Jk;6rc5e#CGgJQClU=ho%XIY?XLvP!SCc5-JVq#Y9C2$(Pl5XPhiq&unMb z39gKkLk|59as^IQ{3%?D1d_E9QY6HIo7*5E^~9T9JB~#dYu~;%Gw;ot-|xNk&(&%f z!T9L(UZ|!J`a>I|VGWhD_dq#86j38WZKGirS}#O}w%ITZR6w60Y91qM{Zz<38dleK zoxil<8fo$KI0*$O5$M%zA=@N*Ab2806y)1;SsfZ@bx=+aLk)wXMu8d)a~Dqg!Dv_| zl>g{7wU|w9cpT=isX6eVQ(zUrvNNkh%~pk$kL^aWYr2*6>K80xfzD$`vKEt!2TVPs zWenpX4@j&!5lNWB$sWT2;WVURVm0!@@z@Qwgv3-F@<Gg1z3(0)R zo^(RVlplAKJ;Cd;2)CCdEi{#KT8j#Z)R8RdNFF#~jD}{&gy-xrh!fPaj|#N#t=%(v z$RF)Ny#iRq$n2S54Vgu#XMv?7WTR(;HL4TTHC&S%!qx|pY4ixb40SA;Ujr4ja)yp3 zU^6C?wDCodHt|<`47iXvlDJJIK!=IKIf!^Q1d*bcOLHGyZ1I+OeDiG zlkG4`z&jDRd4XM(5ji9+=juW>lWc6_Pw+(T4sU^>6zYPr8vat{Ck*MENJ$sfxRfA4 zB|0*I)JU*TcA@G#oU=ThIox9$LoBGvWK?51J3Vx`kW=;z)>Q}fwm&R2y*LDOqIkw= z0tERAxMC5}HQekZ_<%&AR8ds(N}0f2z*{GRwz)*^rjbgIDHBvNdgM}1quHw?K>Y604<|LqK= zJ3?cH@$10b6K&>&ohT&Si>1)Dsl4RCs~s?Y;6-86%RBA;+MNwgg$Y|9(dNZr?D-*2 zn1s)p*A|pT$~z}ocXvzG;%-{>VON;={?oxCUrf9GTen|S zmQNQ}pIN^a=lZuc^?SL$w5H$l{l(k*eWU-*{b$y1#g#MgMXt47->$nQeJm$!=KE>c z_aVDZr1gsLKk1NYxH9GYR0J?x@_iMFM1g8Gg@~kXa;bY;UIFnO$+xurrWP8%OlU<> z5Xb0c!L*C7%FY$%=+R&ay}Q=m_@KYE(!X=}Wp&=(I=y~lV8eUhApG`VN^39(N?>9ip6VON2T|0G>ZVZi)rJ1e(6SZ?D zYB>|N$rjGlFf#x%~@c CqzX9z diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc deleted file mode 100644 index a49a06df7c8cbae2f120baa94e8282386f7c3872..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4950 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 TKa*4cij+C-$d?35w%h*zRxsAM diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc deleted file mode 100644 index 5dfb48c312616824830eb2b4658f5405027f84ec..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5776 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 ak?tbt{+RT9Ool#fIKgoPw+XgP(7ypbd$wQz diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py deleted file mode 100644 index 9184a90..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py +++ /dev/null @@ -1,30 +0,0 @@ -from pip._vendor.packaging.version import parse as parse_version - -from pip._internal.models.link import Link -from pip._internal.utils.models import KeyBasedCompareMixin - - -class InstallationCandidate(KeyBasedCompareMixin): - """Represents a potential "candidate" for installation.""" - - __slots__ = ["name", "version", "link"] - - def __init__(self, name: str, version: str, link: Link) -> 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 f"{self.name!r} candidate (version {self.version} at {self.link})" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py deleted file mode 100644 index 0af884b..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py +++ /dev/null @@ -1,235 +0,0 @@ -""" 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( - f"{value!r} has unexpected type for {key} (expected {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, - ) -> None: - self.vcs = vcs - self.requested_revision = requested_revision - self.commit_id = commit_id - - @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"), - ) - - def _to_dict(self) -> Dict[str, Any]: - return _filter_none( - vcs=self.vcs, - requested_revision=self.requested_revision, - commit_id=self.commit_id, - ) - - -class ArchiveInfo: - name = "archive_info" - - def __init__( - self, - hash: Optional[str] = None, - hashes: Optional[Dict[str, str]] = None, - ) -> None: - # set hashes before hash, since the hash setter will further populate hashes - self.hashes = hashes - self.hash = hash - - @property - def hash(self) -> Optional[str]: - return self._hash - - @hash.setter - def hash(self, value: Optional[str]) -> None: - if value is not None: - # Auto-populate the hashes key to upgrade to the new format automatically. - # We don't back-populate the legacy hash key from hashes. - try: - hash_name, hash_value = value.split("=", 1) - except ValueError: - raise DirectUrlValidationError( - f"invalid archive_info.hash format: {value!r}" - ) - if self.hashes is None: - self.hashes = {hash_name: hash_value} - elif hash_name not in self.hashes: - self.hashes = self.hashes.copy() - self.hashes[hash_name] = hash_value - self._hash = value - - @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"), hashes=_get(d, dict, "hashes")) - - def _to_dict(self) -> Dict[str, Any]: - return _filter_none(hash=self.hash, hashes=self.hashes) - - -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/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py deleted file mode 100644 index ccd1127..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py +++ /dev/null @@ -1,78 +0,0 @@ -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 f"{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/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py deleted file mode 100644 index b94c325..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py +++ /dev/null @@ -1,28 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py deleted file mode 100644 index b9c6330..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py +++ /dev/null @@ -1,56 +0,0 @@ -from typing import Any, Dict, Sequence - -from pip._vendor.packaging.markers import default_environment - -from pip import __version__ -from pip._internal.req.req_install import InstallRequirement - - -class InstallationReport: - def __init__(self, install_requirements: Sequence[InstallRequirement]): - self._install_requirements = install_requirements - - @classmethod - def _install_req_to_dict(cls, ireq: InstallRequirement) -> Dict[str, Any]: - assert ireq.download_info, f"No download_info for {ireq}" - res = { - # PEP 610 json for the download URL. download_info.archive_info.hashes may - # be absent when the requirement was installed from the wheel cache - # and the cache entry was populated by an older pip version that did not - # record origin.json. - "download_info": ireq.download_info.to_dict(), - # is_direct is true if the requirement was a direct URL reference (which - # includes editable requirements), and false if the requirement was - # downloaded from a PEP 503 index or --find-links. - "is_direct": ireq.is_direct, - # is_yanked is true if the requirement was yanked from the index, but - # was still selected by pip to conform to PEP 592. - "is_yanked": ireq.link.is_yanked if ireq.link else False, - # requested is true if the requirement was specified by the user (aka - # top level requirement), and false if it was installed as a dependency of a - # requirement. https://peps.python.org/pep-0376/#requested - "requested": ireq.user_supplied, - # PEP 566 json encoding for metadata - # https://www.python.org/dev/peps/pep-0566/#json-compatible-metadata - "metadata": ireq.get_dist().metadata_dict, - } - if ireq.user_supplied and ireq.extras: - # For top level requirements, the list of requested extras, if any. - res["requested_extras"] = sorted(ireq.extras) - return res - - def to_dict(self) -> Dict[str, Any]: - return { - "version": "1", - "pip_version": __version__, - "install": [ - self._install_req_to_dict(ireq) for ireq in self._install_requirements - ], - # https://peps.python.org/pep-0508/#environment-markers - # TODO: currently, the resolver uses the default environment to evaluate - # environment markers, so that is what we report here. In the future, it - # should also take into account options such as --python-version or - # --platform, perhaps under the form of an environment_override field? - # https://github.com/pypa/pip/issues/11198 - "environment": default_environment(), - } diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py deleted file mode 100644 index 73041b8..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py +++ /dev/null @@ -1,579 +0,0 @@ -import functools -import itertools -import logging -import os -import posixpath -import re -import urllib.parse -from dataclasses import dataclass -from typing import ( - TYPE_CHECKING, - Any, - Dict, - List, - Mapping, - NamedTuple, - Optional, - Tuple, - Union, -) - -from pip._internal.utils.deprecation import deprecated -from pip._internal.utils.filetypes import WHEEL_EXTENSION -from pip._internal.utils.hashes import Hashes -from pip._internal.utils.misc import ( - pairwise, - 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 IndexContent - -logger = logging.getLogger(__name__) - - -# Order matters, earlier hashes have a precedence over later hashes for what -# we will pick to use. -_SUPPORTED_HASHES = ("sha512", "sha384", "sha256", "sha224", "sha1", "md5") - - -@dataclass(frozen=True) -class LinkHash: - """Links to content may have embedded hash values. This class parses those. - - `name` must be any member of `_SUPPORTED_HASHES`. - - This class can be converted to and from `ArchiveInfo`. While ArchiveInfo intends to - be JSON-serializable to conform to PEP 610, this class contains the logic for - parsing a hash name and value for correctness, and then checking whether that hash - conforms to a schema with `.is_hash_allowed()`.""" - - name: str - value: str - - _hash_url_fragment_re = re.compile( - # NB: we do not validate that the second group (.*) is a valid hex - # digest. Instead, we simply keep that string in this class, and then check it - # against Hashes when hash-checking is needed. This is easier to debug than - # proactively discarding an invalid hex digest, as we handle incorrect hashes - # and malformed hashes in the same place. - r"[#&]({choices})=([^&]*)".format( - choices="|".join(re.escape(hash_name) for hash_name in _SUPPORTED_HASHES) - ), - ) - - def __post_init__(self) -> None: - assert self.name in _SUPPORTED_HASHES - - @classmethod - @functools.lru_cache(maxsize=None) - def find_hash_url_fragment(cls, url: str) -> Optional["LinkHash"]: - """Search a string for a checksum algorithm name and encoded output value.""" - match = cls._hash_url_fragment_re.search(url) - if match is None: - return None - name, value = match.groups() - return cls(name=name, value=value) - - def as_dict(self) -> Dict[str, str]: - return {self.name: self.value} - - def as_hashes(self) -> Hashes: - """Return a Hashes instance which checks only for the current hash.""" - return Hashes({self.name: [self.value]}) - - def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: - """ - Return True if the current hash is allowed by `hashes`. - """ - if hashes is None: - return False - return hashes.is_hash_allowed(self.name, hex_digest=self.value) - - -@dataclass(frozen=True) -class MetadataFile: - """Information about a core metadata file associated with a distribution.""" - - hashes: Optional[Dict[str, str]] - - def __post_init__(self) -> None: - if self.hashes is not None: - assert all(name in _SUPPORTED_HASHES for name in self.hashes) - - -def supported_hashes(hashes: Optional[Dict[str, str]]) -> Optional[Dict[str, str]]: - # Remove any unsupported hash types from the mapping. If this leaves no - # supported hashes, return None - if hashes is None: - return None - hashes = {n: v for n, v in hashes.items() if n in _SUPPORTED_HASHES} - if not hashes: - return None - return hashes - - -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 _ensure_quoted_url(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)) - - -class Link(KeyBasedCompareMixin): - """Represents a parsed link from a Package Index's simple URL""" - - __slots__ = [ - "_parsed_url", - "_url", - "_hashes", - "comes_from", - "requires_python", - "yanked_reason", - "metadata_file_data", - "cache_link_parsing", - "egg_fragment", - ] - - def __init__( - self, - url: str, - comes_from: Optional[Union[str, "IndexContent"]] = None, - requires_python: Optional[str] = None, - yanked_reason: Optional[str] = None, - metadata_file_data: Optional[MetadataFile] = None, - cache_link_parsing: bool = True, - hashes: Optional[Mapping[str, str]] = None, - ) -> None: - """ - :param url: url of the resource pointed to (href of the link) - :param comes_from: instance of IndexContent 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 metadata_file_data: the metadata attached to the file, or None if - no such metadata is provided. This argument, if not None, indicates - that a separate metadata file exists, and also optionally supplies - hashes for that file. - :param cache_link_parsing: A flag that is used elsewhere to determine - whether resources retrieved from this link should be cached. PyPI - URLs should generally have this set to False, for example. - :param hashes: A mapping of hash names to digests to allow us to - determine the validity of a download. - """ - - # The comes_from, requires_python, and metadata_file_data arguments are - # only used by classmethods of this class, and are not used in client - # code directly. - - # 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 - - link_hash = LinkHash.find_hash_url_fragment(url) - hashes_from_link = {} if link_hash is None else link_hash.as_dict() - if hashes is None: - self._hashes = hashes_from_link - else: - self._hashes = {**hashes, **hashes_from_link} - - self.comes_from = comes_from - self.requires_python = requires_python if requires_python else None - self.yanked_reason = yanked_reason - self.metadata_file_data = metadata_file_data - - super().__init__(key=url, defining_class=Link) - - self.cache_link_parsing = cache_link_parsing - self.egg_fragment = self._egg_fragment() - - @classmethod - def from_json( - cls, - file_data: Dict[str, Any], - page_url: str, - ) -> Optional["Link"]: - """ - Convert an pypi json document from a simple repository page into a Link. - """ - file_url = file_data.get("url") - if file_url is None: - return None - - url = _ensure_quoted_url(urllib.parse.urljoin(page_url, file_url)) - pyrequire = file_data.get("requires-python") - yanked_reason = file_data.get("yanked") - hashes = file_data.get("hashes", {}) - - # PEP 714: Indexes must use the name core-metadata, but - # clients should support the old name as a fallback for compatibility. - metadata_info = file_data.get("core-metadata") - if metadata_info is None: - metadata_info = file_data.get("dist-info-metadata") - - # The metadata info value may be a boolean, or a dict of hashes. - if isinstance(metadata_info, dict): - # The file exists, and hashes have been supplied - metadata_file_data = MetadataFile(supported_hashes(metadata_info)) - elif metadata_info: - # The file exists, but there are no hashes - metadata_file_data = MetadataFile(None) - else: - # False or not present: the file does not exist - metadata_file_data = None - - # The Link.yanked_reason expects an empty string instead of a boolean. - if yanked_reason and not isinstance(yanked_reason, str): - yanked_reason = "" - # The Link.yanked_reason expects None instead of False. - elif not yanked_reason: - yanked_reason = None - - return cls( - url, - comes_from=page_url, - requires_python=pyrequire, - yanked_reason=yanked_reason, - hashes=hashes, - metadata_file_data=metadata_file_data, - ) - - @classmethod - def from_element( - cls, - anchor_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 = anchor_attribs.get("href") - if not href: - return None - - url = _ensure_quoted_url(urllib.parse.urljoin(base_url, href)) - pyrequire = anchor_attribs.get("data-requires-python") - yanked_reason = anchor_attribs.get("data-yanked") - - # PEP 714: Indexes must use the name data-core-metadata, but - # clients should support the old name as a fallback for compatibility. - metadata_info = anchor_attribs.get("data-core-metadata") - if metadata_info is None: - metadata_info = anchor_attribs.get("data-dist-info-metadata") - # The metadata info value may be the string "true", or a string of - # the form "hashname=hashval" - if metadata_info == "true": - # The file exists, but there are no hashes - metadata_file_data = MetadataFile(None) - elif metadata_info is None: - # The file does not exist - metadata_file_data = None - else: - # The file exists, and hashes have been supplied - hashname, sep, hashval = metadata_info.partition("=") - if sep == "=": - metadata_file_data = MetadataFile(supported_hashes({hashname: hashval})) - else: - # Error - data is wrong. Treat as no hashes supplied. - logger.debug( - "Index returned invalid data-dist-info-metadata value: %s", - metadata_info, - ) - metadata_file_data = MetadataFile(None) - - return cls( - url, - comes_from=page_url, - requires_python=pyrequire, - yanked_reason=yanked_reason, - metadata_file_data=metadata_file_data, - ) - - def __str__(self) -> str: - if self.requires_python: - rp = f" (requires-python:{self.requires_python})" - else: - rp = "" - if self.comes_from: - return f"{redact_auth_from_url(self._url)} (from {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=([^&]*)") - - # Per PEP 508. - _project_name_re = re.compile( - r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE - ) - - def _egg_fragment(self) -> Optional[str]: - match = self._egg_fragment_re.search(self._url) - if not match: - return None - - # An egg fragment looks like a PEP 508 project name, along with - # an optional extras specifier. Anything else is invalid. - project_name = match.group(1) - if not self._project_name_re.match(project_name): - deprecated( - reason=f"{self} contains an egg fragment with a non-PEP 508 name", - replacement="to use the req @ url syntax, and remove the egg fragment", - gone_in="25.0", - issue=11617, - ) - - return project_name - - _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) - - def metadata_link(self) -> Optional["Link"]: - """Return a link to the associated core metadata file (if any).""" - if self.metadata_file_data is None: - return None - metadata_url = f"{self.url_without_fragment}.metadata" - if self.metadata_file_data.hashes is None: - return Link(metadata_url) - return Link(metadata_url, hashes=self.metadata_file_data.hashes) - - def as_hashes(self) -> Hashes: - return Hashes({k: [v] for k, v in self._hashes.items()}) - - @property - def hash(self) -> Optional[str]: - return next(iter(self._hashes.values()), None) - - @property - def hash_name(self) -> Optional[str]: - return next(iter(self._hashes), 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 bool(self._hashes) - - def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: - """ - Return True if the link has a hash and it is allowed by `hashes`. - """ - if hashes is None: - return False - return any(hashes.is_hash_allowed(k, v) for k, v in self._hashes.items()) - - -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/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py deleted file mode 100644 index f51190a..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py +++ /dev/null @@ -1,31 +0,0 @@ -""" -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/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py deleted file mode 100644 index fe61e81..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py +++ /dev/null @@ -1,132 +0,0 @@ -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", "no_index"] - - @classmethod - def create( - cls, - find_links: List[str], - index_urls: List[str], - no_index: bool, - ) -> "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, - no_index=no_index, - ) - - def __init__( - self, - find_links: List[str], - index_urls: List[str], - no_index: bool, - ) -> None: - self.find_links = find_links - self.index_urls = index_urls - self.no_index = no_index - - 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/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py deleted file mode 100644 index 977bc4c..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py +++ /dev/null @@ -1,51 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py deleted file mode 100644 index 67ea5da..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py +++ /dev/null @@ -1,122 +0,0 @@ -import sys -from typing import List, Optional, Set, 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", - "_valid_tags_set", - ] - - 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_(un)sorted_tags. - self._valid_tags: Optional[List[Tag]] = None - self._valid_tags_set: Optional[Set[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_sorted_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 - - def get_unsorted_tags(self) -> Set[Tag]: - """Exactly the same as get_sorted_tags, but returns a set. - - This is important for performance. - """ - if self._valid_tags_set is None: - self._valid_tags_set = set(self.get_sorted_tags()) - - return self._valid_tags_set diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py deleted file mode 100644 index a5dc12b..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py +++ /dev/null @@ -1,92 +0,0 @@ -"""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. - """ - try: - return next(i for i, t in enumerate(tags) if t in self.file_tags) - except StopIteration: - raise ValueError() - - 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/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py deleted file mode 100644 index b51bde9..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -"""Contains purely network-related utilities. -""" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 205393ef60afe07a9eae984727240c5f510bf798..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 250 zcmXw!L23d)5JkIOJ9M7o{wKYtkENJc{i%WD?s7ag z!0`s&7&iTwUM#BSP183xfR$=QKm^(cKkMW-9HY4{0$9rGmc%M-FhN<|ai{(}$ zw?=Skx!o++kKBOJt>yNx+*;(;mE~?{x%J2mmgVli2&#DFn+@t1_zlA2e524kWagV* zGQXj8&kgKkwVP3UqtKxBv}@8BZkc+mPe@)%h*v_#CX&O#STZ&kO~w*qp)*2!To5Iv z^F(4S8I6req1aeb5Qn0JLTJm=6Y*s1WMUNg$D>kgkm`m*(J?+0m88UAESePf(B=4q z5E@MILTD%*Jt)fgWeyBr!61)e&J#;MH^dPOO;eLWdU428yu!x4pVObAj^>URE) zrqLHR%BEw-PspC=B`GOJ2a}^hayY?<4YDIHPDBQygTn$|+=GeH(ZtxeC=A7}H$kpC)8Bu- zG)tpwyPynBwqFpW@x+)!{dz77$q2?S4o0H17#J3E&Lu8i7R0bcHbtc?vI9XRHa0$y zl--mZ$6{gWc{v~oqlv2ms~H&*6Qhv{F)nYA#^bT1l8Kh%i9zifnr8z%J2sR!Jy_gk z78OB`Tiu4&yPUw`C~^bF=QzP6;P4$pE=w7;l!;Q4W(?AGqO>!ziH2aGkOXlI3nkmt z!S}pRucByB468k&0vwO$mJyI+wbd5&`uS72k zQqOp7ya&q&V8o8~6yc?ZR=s2tR#8Y!h+~5)93YQ9^uB6FaF?6pUN`iK9Z0`!lFgD3A1c+Cs9Y!%5^441DgtU+ zSS_Dwmq6#;;6}wAW=Z$#n8>FtwpLOFA30Rd8nZ<5OYZDTwx+k!O2;H=YZb? zD+43oM!`-gfRP>F9mVff-a+_~HvB(Nkaabm!+Q+mhWx5qinMRmIP*w;@%9t`My@t(w3RhO*H>Wl~AtaNPJSZ_-q2iVks~YN*raIJuD%%s%DHXQM zHc;VcGAW7#BeFHl_&wRe3zsG?i^q}2s4^pBvYSYy+FsaFLFi;NjZ-0agt~~_DfCXk zdhPm}rAN}mL_%y?V!^^JF@XQ$`+KO22*G*iDbdNP?b-V6i~hyorTQc3Gw*rp^YtzB!AyNP;|s4t!Rr_Snx_KoNZci;L|pld zP>G6%_B~}%B^d)?jFAl-Shf#tscfYmipx9nS9Co#zl5HpAcC7*-tNBRzU|K0TeJ4o z`S$tii@{&pdlf8iR1iA!|6pegolutalNWp3RNf!|i%0ISJQ+M;JRkO*`QgHed zypKr5`$%edAL&Ae!E!*s`v(-fe?Y=z{rFxgTP zpFvon@x<6=DFzW1LI-Q&8iZAR)9OG{Rs`75Q4)XArcfNjwHS&CW6?`-Ry&kTum(WE ziUowLjGoC5l6pk3gatbFNMaER)=a*WeY~P?7L@#hI>Nk98vbGO3aL|n)Bix8a z+>lv()**BvH-ykl3PM+oxIwOplp|8T<4s)pR7hv^>#$`Kr6iIGZgOC_-2q@XptD?k zI9nfHXkWO#RKG8MChx7!c-wzJY(|VY!)6beUwnA*r34V_;nnJ6;&DRTxA@HK2E-Am<0QzhpmavNEt7i zr%g!>B1g<nKu(=N@_fbKG%^{u@$Gsf0TXoR15&GDf63_H;QAM zwxld0zR#BtX{MGDI!G1INNq(1UU}0S#XTRPEvR_PR)i=@#iQ1|$c3#_2cC|JB3Kc^ zEnsuw!YDLml}LgKJt{*1)|fFi@mQa10-S$lnMe+G?UQ}yU+6#cOyAjOPW7F5=H%JF zC&DJ#A|;`TldXsnP)3=catT){q|=y?WEK>-AW5=GoEVdB zCr^E)@40j5pj%2svMx{6Q9SVWGgR_+K;*sW8<=okfJ1vhph_Ba{*-(wusP< z_ySciiD;cbkI=Nr_dJ7l-DA8C0o+8XBGa?t^4>Xk`yd@;@GD;boz(5r+;j8i7Pn+P z2hyeo9^ajj+aq@pw-ZaAmb59~7EYTo?u}V{%L7mF&e-j-yxaSrrYTp`k*(=?;BUTr zWcEnj=U;PJyw0?#;O5-kJBPn>7>(z>HFu_NPvyL!tT!}YzvK<)yggZO&rgki>HLXv z$$KDUSIFx+en&f7YZ&vx_#HZ1WsvgwpB-?(JX7jD;_T?3U$b(4Q>GtqWuwsH?SH`i z$T*_Ilk-Luk}(d;n^yINflD)lZC?_y%aLIjWQ)&X;l!^XkWDDkPq54sstOcYpaUMf z61Fo?76+*8A5icj1z)A$YZUMZWUDYnK&tZLC7>il0c%dGV8frq2YqlXAMJNhN{SJ^8BYJ1^dTac=kgwncl!y+2>uJoDra#aE|ZnVO4dY97ngJf5w2 zd~xqm%>e*qzNYRIhsEIpRQePN9!I!^#vY=em4XUY!%@nkovhSl(LobwdX-u&l3zs% zhVUo-D+Dib9~rF{d%?%~i`s|Axf7(7YMehw+J?r0)uu3}h*ZWDNsTc@x={0Q#+2GP zP_X(e2N$5RK=c+g7KrWz-)(=pd6kld4!0#hUlGw)MDLndlsVtOMz0EEOXG&3+%_7$ zF2$xugAlolGKRJNS!*iQp`KmdebBX|L>G}gfuV}Pm)yQ z>=|iNQ>B=9scopS_^TwH1@?@Diixs_cPHD_*C8XZ?%F&p$xijl@7wFN^)feYGjb`5 z+SAZs1-3l)n6YQd0~e_x!Yxw?JjY@zyKYEzy!P z@wO?n1lF+FBFBwXX-O@SGNp`VC3HwkQe)Kg7&CS3Z`w-=f)`+%o;KbvVw7(vscVL7 z+;!6n+%*GcLs9^H%4V}s{T{CFV|qSjj!|()sA!)Q_+IFXWIG>|NL1rtIlwXh%E~MOtlvDdvn<*i; zm+E)Un8B*f94r{kwOb#wv=S$=5MFB8HD@k(xM0(aYbH74`gE;|Ykus_Co_$EKjw_J zTR&6^zG5!eS(!o=GCz~(82-5S5cji|V^(I?0q{vg<4}0VsRnIHevF*>)`| zj^T93?wE9nsbKii*f|^NXDQoq^3?I?o`3+vc1E_at%0DEjEYH#j-2d}CM5!Z*k#$S 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 RaKU0YGPmy&j$#J4{|^RhqVfO$ diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc deleted file mode 100644 index 3119ae28d7e5d446e5e41bcb1c3c8e062f280c22..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6514 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 IupyT7FR+i+L;wH) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc deleted file mode 100644 index 2e198d52e1a663c7201db6d8b60153be9fe41ce6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8549 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 Udy7>(>6o_hJ&)o0@dgq6A77ZH4FCWD diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc deleted file mode 100644 index da542ef034a6c804a7ab30e2f66b27bdd10db838..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18770 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 Optional[AuthInfo]: - ... - - @abstractmethod - def save_auth_info(self, url: str, username: str, password: str) -> None: - ... - - -class KeyRingNullProvider(KeyRingBaseProvider): - """Keyring null provider""" - - has_keyring = False - - def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: - return None - - def save_auth_info(self, url: str, username: str, password: str) -> None: - return None - - -class KeyRingPythonProvider(KeyRingBaseProvider): - """Keyring interface which uses locally imported `keyring`""" - - has_keyring = True - - def __init__(self) -> None: - import keyring - - self.keyring = keyring - - def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: - # Support keyring's get_credential interface which supports getting - # credentials without a username. This is only available for - # keyring>=15.2.0. - if hasattr(self.keyring, "get_credential"): - logger.debug("Getting credentials from keyring for %s", url) - cred = self.keyring.get_credential(url, username) - if cred is not None: - return cred.username, cred.password - return None - - if username is not None: - logger.debug("Getting password from keyring for %s", url) - password = self.keyring.get_password(url, username) - if password: - return username, password - return None - - def save_auth_info(self, url: str, username: str, password: str) -> None: - self.keyring.set_password(url, username, password) - - -class KeyRingCliProvider(KeyRingBaseProvider): - """Provider which uses `keyring` cli - - Instead of calling the keyring package installed alongside pip - we call keyring on the command line which will enable pip to - use which ever installation of keyring is available first in - PATH. - """ - - has_keyring = True - - def __init__(self, cmd: str) -> None: - self.keyring = cmd - - def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: - # This is the default implementation of keyring.get_credential - # https://github.com/jaraco/keyring/blob/97689324abcf01bd1793d49063e7ca01e03d7d07/keyring/backend.py#L134-L139 - if username is not None: - password = self._get_password(url, username) - if password is not None: - return username, password - return None - - def save_auth_info(self, url: str, username: str, password: str) -> None: - return self._set_password(url, username, password) - - def _get_password(self, service_name: str, username: str) -> Optional[str]: - """Mirror the implementation of keyring.get_password using cli""" - if self.keyring is None: - return None - - cmd = [self.keyring, "get", service_name, username] - env = os.environ.copy() - env["PYTHONIOENCODING"] = "utf-8" - res = subprocess.run( - cmd, - stdin=subprocess.DEVNULL, - stdout=subprocess.PIPE, - env=env, - ) - if res.returncode: - return None - return res.stdout.decode("utf-8").strip(os.linesep) - - def _set_password(self, service_name: str, username: str, password: str) -> None: - """Mirror the implementation of keyring.set_password using cli""" - if self.keyring is None: - return None - env = os.environ.copy() - env["PYTHONIOENCODING"] = "utf-8" - subprocess.run( - [self.keyring, "set", service_name, username], - input=f"{password}{os.linesep}".encode("utf-8"), - env=env, - check=True, - ) - return None - - -@lru_cache(maxsize=None) -def get_keyring_provider(provider: str) -> KeyRingBaseProvider: - logger.verbose("Keyring provider requested: %s", provider) - - # keyring has previously failed and been disabled - if KEYRING_DISABLED: - provider = "disabled" - if provider in ["import", "auto"]: - try: - impl = KeyRingPythonProvider() - logger.verbose("Keyring provider set: import") - return impl - except ImportError: - pass - except Exception as exc: - # In the event of an unexpected exception - # we should warn the user - msg = "Installed copy of keyring fails with exception %s" - if provider == "auto": - msg = msg + ", trying to find a keyring executable as a fallback" - logger.warning(msg, exc, exc_info=logger.isEnabledFor(logging.DEBUG)) - if provider in ["subprocess", "auto"]: - cli = shutil.which("keyring") - if cli and cli.startswith(sysconfig.get_path("scripts")): - # all code within this function is stolen from shutil.which implementation - @typing.no_type_check - def PATH_as_shutil_which_determines_it() -> str: - path = os.environ.get("PATH", None) - if path is None: - try: - path = os.confstr("CS_PATH") - except (AttributeError, ValueError): - # os.confstr() or CS_PATH is not available - path = os.defpath - # bpo-35755: Don't use os.defpath if the PATH environment variable is - # set to an empty string - - return path - - scripts = Path(sysconfig.get_path("scripts")) - - paths = [] - for path in PATH_as_shutil_which_determines_it().split(os.pathsep): - p = Path(path) - try: - if not p.samefile(scripts): - paths.append(path) - except FileNotFoundError: - pass - - path = os.pathsep.join(paths) - - cli = shutil.which("keyring", path=path) - - if cli: - logger.verbose("Keyring provider set: subprocess with executable %s", cli) - return KeyRingCliProvider(cli) - - logger.verbose("Keyring provider set: disabled") - return KeyRingNullProvider() - - -class MultiDomainBasicAuth(AuthBase): - def __init__( - self, - prompting: bool = True, - index_urls: Optional[List[str]] = None, - keyring_provider: str = "auto", - ) -> None: - self.prompting = prompting - self.index_urls = index_urls - self.keyring_provider = keyring_provider # type: ignore[assignment] - 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 - - @property - def keyring_provider(self) -> KeyRingBaseProvider: - return get_keyring_provider(self._keyring_provider) - - @keyring_provider.setter - def keyring_provider(self, provider: str) -> None: - # The free function get_keyring_provider has been decorated with - # functools.cache. If an exception occurs in get_keyring_auth that - # cache will be cleared and keyring disabled, take that into account - # if you want to remove this indirection. - self._keyring_provider = provider - - @property - def use_keyring(self) -> bool: - # We won't use keyring when --no-input is passed unless - # a specific provider is requested because it might require - # user interaction - return self.prompting or self._keyring_provider not in ["auto", "disabled"] - - def _get_keyring_auth( - self, - url: Optional[str], - username: Optional[str], - ) -> Optional[AuthInfo]: - """Return the tuple auth for a given url from keyring.""" - # Do nothing if no url was provided - if not url: - return None - - try: - return self.keyring_provider.get_auth_info(url, username) - except Exception as exc: - logger.warning( - "Keyring is skipped due to an exception: %s", - str(exc), - ) - global KEYRING_DISABLED - KEYRING_DISABLED = True - get_keyring_provider.cache_clear() - return 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 - - url = remove_auth_from_url(url).rstrip("/") + "/" - parsed_url = urllib.parse.urlsplit(url) - - candidates = [] - - for index in self.index_urls: - index = index.rstrip("/") + "/" - parsed_index = urllib.parse.urlsplit(remove_auth_from_url(index)) - if parsed_url == parsed_index: - return index - - if parsed_url.netloc != parsed_index.netloc: - continue - - candidate = urllib.parse.urlsplit(index) - candidates.append(candidate) - - if not candidates: - return None - - candidates.sort( - reverse=True, - key=lambda candidate: commonprefix( - [ - parsed_url.path, - candidate.path, - ] - ).rfind("/"), - ) - - return urllib.parse.urlunsplit(candidates[0]) - - 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 = ( - self._get_keyring_auth(index_url, username) or - self._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 self.prompting else None - if not username: - return None, None, False - if self.use_keyring: - auth = self._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 self.prompting - or not self.use_keyring - or not self.keyring_provider.has_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 - - username, password = None, None - - # Query the keyring for credentials: - if self.use_keyring: - username, password = self._get_new_credentials( - resp.url, - allow_netrc=False, - allow_keyring=True, - ) - - # We are not able to prompt the user so simply return the response - if not self.prompting and not username and not password: - return resp - - parsed = urllib.parse.urlparse(resp.url) - - # 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 = Credentials( - url=parsed.netloc, - username=username, - password=password, - ) - - # Consume content and release the original connection to allow our new - # request to reuse the same one. - # The result of the assignment isn't used, it's just needed to consume - # the content. - _ = 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 ( - self.keyring_provider.has_keyring - ), "should never reach here without keyring" - - creds = self._credentials_to_save - self._credentials_to_save = None - if creds and resp.status_code < 400: - try: - logger.info("Saving credentials to keyring") - self.keyring_provider.save_auth_info( - creds.url, creds.username, creds.password - ) - except Exception: - logger.exception("Failed to save credentials") diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py deleted file mode 100644 index 4d0fb54..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py +++ /dev/null @@ -1,106 +0,0 @@ -"""HTTP cache implementation. -""" - -import os -from contextlib import contextmanager -from datetime import datetime -from typing import BinaryIO, Generator, Optional, Union - -from pip._vendor.cachecontrol.cache import SeparateBodyBaseCache -from pip._vendor.cachecontrol.caches import SeparateBodyFileCache -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() -> Generator[None, None, 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(SeparateBodyBaseCache): - """ - A file based cache which is safe to use even when the target directory may - not be accessible or writable. - - There is a race condition when two processes try to write and/or read the - same entry at the same time, since each entry consists of two separate - files (https://github.com/psf/cachecontrol/issues/324). We therefore have - additional logic that makes sure that both files to be present before - returning an entry; this fixes the read side of the race condition. - - For the write side, we assume that the server will only ever return the - same data for the same URL, which ought to be the case for files pip is - downloading. PyPI does not have a mechanism to swap out a wheel for - another wheel, for example. If this assumption is not true, the - CacheControl issue will need to be fixed. - """ - - 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 = SeparateBodyFileCache.encode(name) - parts = list(hashed[:5]) + [hashed] - return os.path.join(self.directory, *parts) - - def get(self, key: str) -> Optional[bytes]: - # The cache entry is only valid if both metadata and body exist. - metadata_path = self._get_cache_path(key) - body_path = metadata_path + ".body" - if not (os.path.exists(metadata_path) and os.path.exists(body_path)): - return None - with suppressed_cache_errors(): - with open(metadata_path, "rb") as f: - return f.read() - - def _write(self, path: str, data: bytes) -> None: - with suppressed_cache_errors(): - ensure_dir(os.path.dirname(path)) - - with adjacent_tmp_file(path) as f: - f.write(data) - - replace(f.name, path) - - def set( - self, key: str, value: bytes, expires: Union[int, datetime, None] = None - ) -> None: - path = self._get_cache_path(key) - self._write(path, value) - - def delete(self, key: str) -> None: - path = self._get_cache_path(key) - with suppressed_cache_errors(): - os.remove(path) - with suppressed_cache_errors(): - os.remove(path + ".body") - - def get_body(self, key: str) -> Optional[BinaryIO]: - # The cache entry is only valid if both metadata and body exist. - metadata_path = self._get_cache_path(key) - body_path = metadata_path + ".body" - if not (os.path.exists(metadata_path) and os.path.exists(body_path)): - return None - with suppressed_cache_errors(): - return open(body_path, "rb") - - def set_body(self, key: str, body: bytes) -> None: - path = self._get_cache_path(key) + ".body" - self._write(path, body) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py deleted file mode 100644 index d1d4354..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py +++ /dev/null @@ -1,186 +0,0 @@ -"""Download files with progress indicators. -""" -import email.message -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 = f"{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. - """ - m = email.message.Message() - m["content-type"] = content_disposition - filename = m.get_param("filename") - if filename: - # We need to sanitize the filename to prevent directory traversal - # in case the filename contains ".." path parts. - filename = sanitize_content_filename(str(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/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py deleted file mode 100644 index 82ec50d..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py +++ /dev/null @@ -1,210 +0,0 @@ -"""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, Generator, 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 portion 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) -> None: - self._file.__exit__(*exc) - - @contextmanager - def _stay(self) -> Generator[None, None, 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 - ) -> Generator[Tuple[int, int], None, None]: - """Return a generator 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/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py deleted file mode 100644 index f17efc5..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py +++ /dev/null @@ -1,520 +0,0 @@ -"""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 ( - TYPE_CHECKING, - Any, - Dict, - Generator, - List, - Mapping, - Optional, - Sequence, - Tuple, - Union, -) - -from pip._vendor import requests, urllib3 -from pip._vendor.cachecontrol import CacheControlAdapter as _BaseCacheControlAdapter -from pip._vendor.requests.adapters import DEFAULT_POOLBLOCK, BaseAdapter -from pip._vendor.requests.adapters import HTTPAdapter as _BaseHTTPAdapter -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 - -if TYPE_CHECKING: - from ssl import SSLContext - - from pip._vendor.urllib3.poolmanager import PoolManager - - -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 _SSLContextAdapterMixin: - """Mixin to add the ``ssl_context`` constructor argument to HTTP adapters. - - The additional argument is forwarded directly to the pool manager. This allows us - to dynamically decide what SSL store to use at runtime, which is used to implement - the optional ``truststore`` backend. - """ - - def __init__( - self, - *, - ssl_context: Optional["SSLContext"] = None, - **kwargs: Any, - ) -> None: - self._ssl_context = ssl_context - super().__init__(**kwargs) - - def init_poolmanager( - self, - connections: int, - maxsize: int, - block: bool = DEFAULT_POOLBLOCK, - **pool_kwargs: Any, - ) -> "PoolManager": - if self._ssl_context is not None: - pool_kwargs.setdefault("ssl_context", self._ssl_context) - return super().init_poolmanager( # type: ignore[misc] - connections=connections, - maxsize=maxsize, - block=block, - **pool_kwargs, - ) - - -class HTTPAdapter(_SSLContextAdapterMixin, _BaseHTTPAdapter): - pass - - -class CacheControlAdapter(_SSLContextAdapterMixin, _BaseCacheControlAdapter): - 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, - ssl_context: Optional["SSLContext"] = 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 502 may be a transient error from a CDN like CloudFlare or CloudFront - # A 520 or 527 - may indicate transient error in CloudFlare - status_forcelist=[500, 502, 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, - ssl_context=ssl_context, - ) - self._trusted_host_adapter = InsecureCacheControlAdapter( - cache=SafeFileCache(cache), - max_retries=retries, - ) - else: - secure_adapter = HTTPAdapter(max_retries=retries, ssl_context=ssl_context) - 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) - - parsed_host, parsed_port = parse_netloc(host) - if parsed_host is None: - raise ValueError(f"Trusted host URL must include a host part: {host!r}") - if (parsed_host, parsed_port) not in self.pip_trusted_origins: - self.pip_trusted_origins.append((parsed_host, parsed_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 parsed_port: - 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) -> Generator[SecureOrigin, None, None]: - 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 or "") - 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) - # Allow setting a default proxies on a session - kwargs.setdefault("proxies", self.proxies) - - # Dispatch the actual request - return super().request(method, url, *args, **kwargs) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py deleted file mode 100644 index 134848a..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py +++ /dev/null @@ -1,96 +0,0 @@ -from typing import Dict, Generator - -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 -) -> Generator[bytes, None, None]: - """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/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py deleted file mode 100644 index 22ec8d2..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py +++ /dev/null @@ -1,62 +0,0 @@ -"""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 - - from _typeshed import SizedBuffer - -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: "SizedBuffer", - 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/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index a37d209700f4801c690bafdf09a45bd309ac9a93..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 193 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py deleted file mode 100644 index 90c6a58..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py +++ /dev/null @@ -1,187 +0,0 @@ -"""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.specifiers import LegacySpecifier -from pip._vendor.packaging.utils import NormalizedName, canonicalize_name -from pip._vendor.packaging.version import LegacyVersion - -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 -from pip._internal.utils.deprecation import deprecated - -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. - """ - - warn_legacy_versions_and_specifiers(package_set) - - 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({"extra": ""}) - 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 - - -def warn_legacy_versions_and_specifiers(package_set: PackageSet) -> None: - for project_name, package_details in package_set.items(): - if isinstance(package_details.version, LegacyVersion): - deprecated( - reason=( - f"{project_name} {package_details.version} " - f"has a non-standard version number." - ), - replacement=( - f"to upgrade to a newer version of {project_name} " - f"or contact the author to suggest that they " - f"release a version with a conforming version number" - ), - issue=12063, - gone_in="24.1", - ) - for dep in package_details.dependencies: - if any(isinstance(spec, LegacySpecifier) for spec in dep.specifier): - deprecated( - reason=( - f"{project_name} {package_details.version} " - f"has a non-standard dependency specifier {dep}." - ), - replacement=( - f"to upgrade to a newer version of {project_name} " - f"or contact the author to suggest that they " - f"release a version with a conforming dependency specifiers" - ), - issue=12063, - gone_in="24.1", - ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py deleted file mode 100644 index 3544568..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py +++ /dev/null @@ -1,255 +0,0 @@ -import collections -import logging -import os -from typing import Container, Dict, Generator, Iterable, 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] = (), -) -> Generator[str, None, None]: - 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: - dist_version = dist.version - 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/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py deleted file mode 100644 index 24d6a5d..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -"""For modules related to installing packages. -""" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index f88fb1c5500791085b0d0603d50b31256cc610e6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 262 zcmXv}OG*Pl5bch^gh1}l+kj4?S&5RROAp|tX=jQ|X{W2{t_(~r;u$=PH*h6*0WrI* z>>g4UOdpOtSLw0@4}Epm6dwPsz5huzU7D8GrHx<_S*t&w@*_|X98jAg(NmYh)UhWUw_e-K*l9Of zq#_|f1&4BKuN+Z&KuB=!nF|OcRwE)R6%O27H7HU}yss*owK zN}65`W*u;Y=w1`>lqavWyy;KX-tN6X zy&JCiGzteKOu$z5Lk|!RqCRLx2hMeZ^OKV(3K*W8jUC!&u-dp;#@644>oDcqZeZjpL~OaKN<1?CeD;x0-+7UP<*9vGf9Qa9wn zD4_(HRE&`}LL+@7jpUJXU*6CQ>&IqN+TF1+0WTv7jY>i$!h1eOrl*XI`|8HTBXCF) zzkN>!^`UkWokmQ$Axr2AoF$KR@ zP-7`#i3Jr)MU5FC0-G6INLFc-_E*amj3l!5%iPUP>&HJx!_W`=#maxEWvxWinr9u2 ziu>|<7!_4@qj1IVQ_+^RB19F$dOIE_tH9TT1O;AJ-DogyLJxSwT&}n`yh|O8>p;Ff zpvkRYG_^EmN+jGCF=l`rcKQ?B^?fG&0__#4U zu1$>(o!qLGs`{;Wwx&_J^~KT0NZ0D)+M<GwZ)skBpnG@w2atTMPe`)LMO80qeE` zTQae4TLv`~J9qYtJM1~|{++UTLixV2IIBHS4S)}3wZ&uRgSnExC$z;EOPv{B!q|&k zjCn~E2S~y7WEjJj3W8G=1aCuXx_hbV?zJx!J;jgwe>F|~fORK_<@M#Kp0;D3l{h~z z=L0|X)UA8(P)-$Y_DOQFppt>Hcx*7HZ4ryY5}?;IJZX6$zClmGil}(icZ@fnYtn$c zNjsp5C!Ku_B2y$udMrzl`UutkK=Xg0bDQYQCR*A=uRS#9K5zeK&i!o8-8=t_dFqy) z>6TP~*gAUe@>ffl1~}7EZT8OP+e=wVXa=gx+&O!DAv1+mMy+SEia=FVsb@8T>ZsMu k8Ui&@VW~-{3Ja-{dhd-|R6n-{P?_-|Df# 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 Z6jB;Up_KN~tI|9QQS0t!BgBp_{y*HV2MGWG diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py deleted file mode 100644 index bebe24e..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py +++ /dev/null @@ -1,46 +0,0 @@ -"""Legacy editable installation process, i.e. `setup.py develop`. -""" -import logging -from typing import Optional, Sequence - -from pip._internal.build_env import BuildEnvironment -from pip._internal.utils.logging import indent_log -from pip._internal.utils.setuptools_build import make_setuptools_develop_args -from pip._internal.utils.subprocess import call_subprocess - -logger = logging.getLogger(__name__) - - -def install_editable( - *, - global_options: Sequence[str], - prefix: Optional[str], - home: Optional[str], - use_user_site: bool, - name: str, - setup_py_path: str, - isolated: bool, - build_env: BuildEnvironment, - unpacked_source_directory: str, -) -> 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, - 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/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py deleted file mode 100644 index f67180c..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py +++ /dev/null @@ -1,734 +0,0 @@ -"""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, - Generator, - 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(os.path.normpath(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.normpath(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(os.path.normpath(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 = f"script {sorted_scripts[0]} is" - else: - start_text = "scripts {} are".format( - ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] - ) - - msg_lines.append( - f"The {start_text} installed in '{parent_dir}' which is not on PATH." - ) - - 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, lib_dir: str) -> str: - return os.path.join(lib_dir, record_path) - - -def _fs_to_record_path(path: str, lib_dir: str) -> RecordPath: - # On Windows, do not handle relative paths if they belong to different - # logical disks - if os.path.splitdrive(path)[0].lower() == os.path.splitdrive(lib_dir)[0].lower(): - path = os.path.relpath(path, lib_dir) - - 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, lib_dir)) - 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)) - return installed_rows + [ - (installed_record_path, "", "") for installed_record_path in installed.values() - ] - - -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(f"pip{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( - f"easy_install-{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__( - f"Invalid script entry point: {entry_point} - A callable " - "suffix is required. Cf https://packaging.python.org/" - "specifications/entry-points/#use-for-scripts for more " - "information." - ) - - -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: Optional[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(newpath) - - 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() -> Generator[str, None, None]: - # 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) -> Generator[BinaryIO, None, None]: - 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) -> Generator[None, None, None]: - try: - yield - except InstallationError as e: - message = f"For req: {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/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py deleted file mode 100644 index 956717d..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py +++ /dev/null @@ -1,730 +0,0 @@ -"""Prepares a distribution for installation -""" - -# The following comment should be removed at some point in the future. -# mypy: strict-optional=False - -import mimetypes -import os -import shutil -from pathlib import Path -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, - MetadataInconsistent, - NetworkConnectionError, - VcsHashUnsupported, -) -from pip._internal.index.package_finder import PackageFinder -from pip._internal.metadata import BaseDistribution, get_metadata_distribution -from pip._internal.models.direct_url import ArchiveInfo -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.operations.build.build_tracker import BuildTracker -from pip._internal.req.req_install import InstallRequirement -from pip._internal.utils._log import getLogger -from pip._internal.utils.direct_url_helpers import ( - direct_url_for_editable, - direct_url_from_link, -) -from pip._internal.utils.hashes import Hashes, MissingHashes -from pip._internal.utils.logging import indent_log -from pip._internal.utils.misc import ( - display_path, - hash_file, - hide_url, - redact_auth_from_requirement, -) -from pip._internal.utils.temp_dir import TempDirectory -from pip._internal.utils.unpacking import unpack_file -from pip._internal.vcs import vcs - -logger = getLogger(__name__) - - -def _get_prepared_distribution( - req: InstallRequirement, - build_tracker: BuildTracker, - finder: PackageFinder, - build_isolation: bool, - check_build_deps: bool, -) -> BaseDistribution: - """Prepare a distribution for installation.""" - abstract_dist = make_distribution_for_install_requirement(req) - tracker_id = abstract_dist.build_tracker_id - if tracker_id is not None: - with build_tracker.track(req, tracker_id): - abstract_dist.prepare_distribution_metadata( - finder, build_isolation, check_build_deps - ) - 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 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 - - assert not link.is_existing_dir() - - # 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], - warn_on_hash_mismatch: bool = True, -) -> 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: - if warn_on_hash_mismatch: - 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, - check_build_deps: bool, - build_tracker: BuildTracker, - session: PipSession, - progress_bar: str, - finder: PackageFinder, - require_hashes: bool, - use_user_site: bool, - lazy_wheel: bool, - verbosity: int, - legacy_resolver: bool, - ) -> None: - super().__init__() - - self.src_dir = src_dir - self.build_dir = build_dir - self.build_tracker = build_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 check build dependencies? - self.check_build_deps = check_build_deps - - # 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 - - # Are we using the legacy resolver? - self.legacy_resolver = legacy_resolver - - # 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.is_wheel_from_cache: - message = "Processing %s" - information = str(display_path(req.link.file_path)) - else: - message = "Collecting %s" - information = redact_auth_from_requirement(req.req) if req.req else str(req) - - # If we used req.req, inject requirement source if available (this - # would already be included if we used req directly) - if req.req and req.comes_from: - if isinstance(req.comes_from, str): - comes_from: Optional[str] = req.comes_from - else: - comes_from = req.comes_from.from_path() - if comes_from: - information += f" (from {comes_from})" - - if (message, information) != self._previous_requirement_header: - self._previous_requirement_header = (message, information) - logger.info(message, information) - - if req.is_wheel_from_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(): - # 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, - ) - req.ensure_pristine_source_checkout() - - 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 not req.is_direct 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_only( - self, - req: InstallRequirement, - ) -> Optional[BaseDistribution]: - if self.legacy_resolver: - logger.debug( - "Metadata-only fetching is not used in the legacy resolver", - ) - return None - if self.require_hashes: - logger.debug( - "Metadata-only fetching is not used as hash checking is required", - ) - return None - # Try PEP 658 metadata first, then fall back to lazy wheel if unavailable. - return self._fetch_metadata_using_link_data_attr( - req - ) or self._fetch_metadata_using_lazy_wheel(req.link) - - def _fetch_metadata_using_link_data_attr( - self, - req: InstallRequirement, - ) -> Optional[BaseDistribution]: - """Fetch metadata from the data-dist-info-metadata attribute, if possible.""" - # (1) Get the link to the metadata file, if provided by the backend. - metadata_link = req.link.metadata_link() - if metadata_link is None: - return None - assert req.req is not None - logger.verbose( - "Obtaining dependency information for %s from %s", - req.req, - metadata_link, - ) - # (2) Download the contents of the METADATA file, separate from the dist itself. - metadata_file = get_http_url( - metadata_link, - self._download, - hashes=metadata_link.as_hashes(), - ) - with open(metadata_file.path, "rb") as f: - metadata_contents = f.read() - # (3) Generate a dist just from those file contents. - metadata_dist = get_metadata_distribution( - metadata_contents, - req.link.filename, - req.req.name, - ) - # (4) Ensure the Name: field from the METADATA file matches the name from the - # install requirement. - # - # NB: raw_name will fall back to the name from the install requirement if - # the Name: field is not present, but it's noted in the raw_name docstring - # that that should NEVER happen anyway. - if canonicalize_name(metadata_dist.raw_name) != canonicalize_name(req.req.name): - raise MetadataInconsistent( - req, "Name", req.req.name, metadata_dist.raw_name - ) - return metadata_dist - - def _fetch_metadata_using_lazy_wheel( - self, - link: Link, - ) -> Optional[BaseDistribution]: - """Fetch metadata using lazy wheel, if possible.""" - # --use-feature=fast-deps must be provided. - if not self.use_lazy_wheel: - return None - if link.is_file or not link.is_wheel: - logger.debug( - "Lazy wheel is not used as %r does not point 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] - # Record the downloaded file path so wheel reqs can extract a Distribution - # in .get_dist(). - req.local_file_path = filepath - # Record that the file is downloaded so we don't do it again in - # _prepare_linked_requirement(). - self._downloaded[req.link.url] = filepath - - # If this is an sdist, we need to unpack it after downloading, but the - # .source_dir won't be set up until we are in _prepare_linked_requirement(). - # Add the downloaded archive to the install requirement to unpack after - # preparing the source dir. - if not req.is_wheel: - req.needs_unpacked_archive(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 - 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 req.link.is_wheel: - hashes = self._get_linked_req_hashes(req) - file_path = _check_download_dir( - req.link, - self.download_dir, - hashes, - # When a locally built wheel has been found in cache, we don't warn - # about re-downloading when the already downloaded wheel hash does - # not match. This is because the hash must be checked against the - # original link, not the cached link. It that case the already - # downloaded file will be removed and re-fetched from cache (which - # implies a hash check against the cache entry's origin.json). - warn_on_hash_mismatch=not req.is_wheel_from_cache, - ) - - 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 - metadata_dist = self._fetch_metadata_only(req) - if metadata_dist is not None: - req.needs_more_preparation = True - return metadata_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 - - hashes = self._get_linked_req_hashes(req) - - if hashes and req.is_wheel_from_cache: - assert req.download_info is not None - assert link.is_wheel - assert link.is_file - # We need to verify hashes, and we have found the requirement in the cache - # of locally built wheels. - if ( - isinstance(req.download_info.info, ArchiveInfo) - and req.download_info.info.hashes - and hashes.has_one_of(req.download_info.info.hashes) - ): - # At this point we know the requirement was built from a hashable source - # artifact, and we verified that the cache entry's hash of the original - # artifact matches one of the hashes we expect. We don't verify hashes - # against the cached wheel, because the wheel is not the original. - hashes = None - else: - logger.warning( - "The hashes of the source archive found in cache entry " - "don't match, ignoring cached built wheel " - "and re-downloading source." - ) - req.link = req.cached_wheel_source_link - link = req.link - - self._ensure_link_req_src_dir(req, parallel_builds) - - if link.is_existing_dir(): - 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( - f"Could not install requirement {req} because of HTTP " - f"error {exc} for URL {link}" - ) - else: - file_path = self._downloaded[link.url] - if hashes: - hashes.check_against_path(file_path) - local_file = File(file_path, content_type=None) - - # If download_info is set, we got it from the wheel cache. - if req.download_info is None: - # Editables don't go through this function (see - # prepare_editable_requirement). - assert not req.editable - req.download_info = direct_url_from_link(link, req.source_dir) - # Make sure we have a hash in download_info. If we got it as part of the - # URL, it will have been verified and we can rely on it. Otherwise we - # compute it from the downloaded file. - # FIXME: https://github.com/pypa/pip/issues/11943 - if ( - isinstance(req.download_info.info, ArchiveInfo) - and not req.download_info.info.hashes - and local_file - ): - hash = hash_file(local_file.path)[0].hexdigest() - # We populate info.hash for backward compatibility. - # This will automatically populate info.hashes. - req.download_info.info.hash = f"sha256={hash}" - - # 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.build_tracker, - self.finder, - self.build_isolation, - self.check_build_deps, - ) - 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( - f"The editable requirement {req} cannot be installed when " - "requiring hashes, because there is no single file to " - "hash." - ) - req.ensure_has_source_dir(self.src_dir) - req.update_editable() - assert req.source_dir - req.download_info = direct_url_for_editable(req.unpacked_source_directory) - - dist = _get_prepared_distribution( - req, - self.build_tracker, - self.finder, - self.build_isolation, - self.check_build_deps, - ) - - 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 " - f"is set to {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/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py b/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py deleted file mode 100644 index 8de36b8..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py +++ /dev/null @@ -1,179 +0,0 @@ -import importlib.util -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 - # or if we cannot import setuptools or wheels. - - # We fallback to PEP 517 when without setuptools or without the wheel package, - # so setuptools can be installed as a default build backend. - # For more info see: - # https://discuss.python.org/t/pip-without-setuptools-could-the-experience-be-improved/11810/9 - # https://github.com/pypa/pip/issues/8559 - elif use_pep517 is None: - use_pep517 = ( - has_pyproject - or not importlib.util.find_spec("setuptools") - or not importlib.util.find_spec("wheel") - ) - - # 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"], - "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. So we - # make a note to check that this requirement is 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"] - - return BuildSystemDetails(requires, backend, check, backend_path) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py deleted file mode 100644 index 16de903..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py +++ /dev/null @@ -1,92 +0,0 @@ -import collections -import logging -from typing import Generator, 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], -) -> Generator[Tuple[str, InstallRequirement], None, None]: - 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], - 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( - 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/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index c3ee1d2354f13d3164a0e15d879607d099192fff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3739 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 RzEC}sX-NH#x`B6{@n2#ZeO~|o diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc deleted file mode 100644 index c5309ab26efbba00e43c60c1497d3ce71d07040d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21578 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 R_{GzfUA*T$hk)(C{|h8|>tO%@ diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py deleted file mode 100644 index 7e2d0e5..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py +++ /dev/null @@ -1,576 +0,0 @@ -"""Backing implementation for InstallRequirement's various constructors - -The idea here is that these formed a major chunk of InstallRequirement's size -so, moving them and support code dedicated to them outside of that class -helps creates for better understandability for the rest of the code. - -These are meant to be used elsewhere within pip to create instances of -InstallRequirement. -""" - -import copy -import logging -import os -import re -from typing import Collection, Dict, List, Optional, Set, Tuple, Union - -from pip._vendor.packaging.markers import Marker -from pip._vendor.packaging.requirements import InvalidRequirement, Requirement -from pip._vendor.packaging.specifiers import Specifier - -from pip._internal.exceptions import InstallationError -from pip._internal.models.index import PyPI, TestPyPI -from pip._internal.models.link import Link -from pip._internal.models.wheel import Wheel -from pip._internal.req.req_file import ParsedRequirement -from pip._internal.req.req_install import InstallRequirement -from pip._internal.utils.filetypes import is_archive_file -from pip._internal.utils.misc import is_installable_dir -from pip._internal.utils.packaging import get_requirement -from pip._internal.utils.urls import path_to_url -from pip._internal.vcs import is_url, vcs - -__all__ = [ - "install_req_from_editable", - "install_req_from_line", - "parse_editable", -] - -logger = logging.getLogger(__name__) -operators = Specifier._operators.keys() - - -def _strip_extras(path: str) -> Tuple[str, Optional[str]]: - m = re.match(r"^(.+)(\[[^\]]+\])$", path) - extras = None - if m: - path_no_extras = m.group(1) - extras = m.group(2) - else: - path_no_extras = path - - return path_no_extras, extras - - -def convert_extras(extras: Optional[str]) -> Set[str]: - if not extras: - return set() - return get_requirement("placeholder" + extras.lower()).extras - - -def _set_requirement_extras(req: Requirement, new_extras: Set[str]) -> Requirement: - """ - Returns a new requirement based on the given one, with the supplied extras. If the - given requirement already has extras those are replaced (or dropped if no new extras - are given). - """ - match: Optional[re.Match[str]] = re.fullmatch( - # see https://peps.python.org/pep-0508/#complete-grammar - r"([\w\t .-]+)(\[[^\]]*\])?(.*)", - str(req), - flags=re.ASCII, - ) - # ireq.req is a valid requirement so the regex should always match - assert ( - match is not None - ), f"regex match on requirement {req} failed, this should never happen" - pre: Optional[str] = match.group(1) - post: Optional[str] = match.group(3) - assert ( - pre is not None and post is not None - ), f"regex group selection for requirement {req} failed, this should never happen" - extras: str = "[%s]" % ",".join(sorted(new_extras)) if new_extras else "" - return Requirement(f"{pre}{extras}{post}") - - -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, - global_options: Optional[List[str]] = None, - hash_options: Optional[Dict[str, List[str]]] = None, - constraint: bool = False, - user_supplied: bool = False, - permit_editable_wheels: bool = False, - config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, -) -> 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, - global_options=global_options, - hash_options=hash_options, - config_settings=config_settings, - 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, - global_options: Optional[List[str]] = None, - hash_options: Optional[Dict[str, List[str]]] = None, - constraint: bool = False, - line_source: Optional[str] = None, - user_supplied: bool = False, - config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, -) -> 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, - global_options=global_options, - hash_options=hash_options, - config_settings=config_settings, - 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" - f"{comes_from.name} depends on {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, - config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, -) -> 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, - config_settings=config_settings, - ) - - else: - req = install_req_from_line( - parsed_req.requirement, - comes_from=parsed_req.comes_from, - use_pep517=use_pep517, - isolated=isolated, - global_options=( - parsed_req.options.get("global_options", []) - if parsed_req.options - else [] - ), - hash_options=( - parsed_req.options.get("hashes", {}) if parsed_req.options else {} - ), - constraint=parsed_req.constraint, - line_source=parsed_req.line_source, - user_supplied=user_supplied, - config_settings=config_settings, - ) - 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, - global_options=ireq.global_options, - hash_options=ireq.hash_options, - config_settings=ireq.config_settings, - user_supplied=ireq.user_supplied, - ) - - -def install_req_drop_extras(ireq: InstallRequirement) -> InstallRequirement: - """ - Creates a new InstallationRequirement using the given template but without - any extras. Sets the original requirement as the new one's parent - (comes_from). - """ - return InstallRequirement( - req=( - _set_requirement_extras(ireq.req, set()) if ireq.req is not None else None - ), - comes_from=ireq, - editable=ireq.editable, - link=ireq.link, - markers=ireq.markers, - use_pep517=ireq.use_pep517, - isolated=ireq.isolated, - global_options=ireq.global_options, - hash_options=ireq.hash_options, - constraint=ireq.constraint, - extras=[], - config_settings=ireq.config_settings, - user_supplied=ireq.user_supplied, - permit_editable_wheels=ireq.permit_editable_wheels, - ) - - -def install_req_extend_extras( - ireq: InstallRequirement, - extras: Collection[str], -) -> InstallRequirement: - """ - Returns a copy of an installation requirement with some additional extras. - Makes a shallow copy of the ireq object. - """ - result = copy.copy(ireq) - result.extras = {*ireq.extras, *extras} - result.req = ( - _set_requirement_extras(ireq.req, result.extras) - if ireq.req is not None - else None - ) - return result diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py deleted file mode 100644 index 1ef3d5e..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py +++ /dev/null @@ -1,554 +0,0 @@ -""" -Requirements file parsing -""" - -import logging -import optparse -import os -import re -import shlex -import urllib.parse -from optparse import Values -from typing import ( - TYPE_CHECKING, - Any, - Callable, - Dict, - Generator, - Iterable, - 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.global_options, - cmdoptions.hash, - cmdoptions.config_settings, -] - -SUPPORTED_OPTIONS_EDITABLE_REQ: List[Callable[..., optparse.Option]] = [ - cmdoptions.config_settings, -] - - -# the 'dest' string values -SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] -SUPPORTED_OPTIONS_EDITABLE_REQ_DEST = [ - str(o().dest) for o in SUPPORTED_OPTIONS_EDITABLE_REQ -] - -logger = logging.getLogger(__name__) - - -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, -) -> Generator[ParsedRequirement, None, None]: - """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 - - # get the options that apply to requirements - if line.is_editable: - supported_dest = SUPPORTED_OPTIONS_EDITABLE_REQ_DEST - else: - supported_dest = SUPPORTED_OPTIONS_REQ_DEST - req_options = {} - for dest in supported_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 opts.hashes: - logger.warning( - "%s line %s has --hash but no requirement, and will be ignored.", - filename, - lineno, - ) - - 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 - no_index = finder.search_scope.no_index - if opts.no_index is True: - no_index = True - index_urls = [] - if opts.index_url and not no_index: - index_urls = [opts.index_url] - if opts.extra_index_urls and not no_index: - 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, - no_index=no_index, - ) - 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 - ) -> Generator[ParsedLine, None, None]: - """Parse a given file, yielding parsed lines.""" - yield from self._parse_and_recurse(filename, constraint) - - def _parse_and_recurse( - self, filename: str, constraint: bool - ) -> Generator[ParsedLine, None, None]: - 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 - ) -> Generator[ParsedLine, None, None]: - _, 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) - - try: - options = shlex.split(options_str) - except ValueError as e: - raise OptionParsingError(f"Could not split options: {options_str}") from e - - opts, _ = parser.parse_args(options, 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/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py deleted file mode 100644 index a65611c..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py +++ /dev/null @@ -1,923 +0,0 @@ -import functools -import logging -import os -import shutil -import sys -import uuid -import zipfile -from optparse import Values -from pathlib import Path -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.pyproject_hooks import BuildBackendHookCaller - -from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment -from pip._internal.exceptions import InstallationError, PreviousBuildDirError -from pip._internal.locations import get_scheme -from pip._internal.metadata import ( - BaseDistribution, - get_default_environment, - get_directory_distribution, - get_wheel_distribution, -) -from pip._internal.metadata.base import FilesystemWheel -from pip._internal.models.direct_url import DirectUrl -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.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.hashes import Hashes -from pip._internal.utils.misc import ( - ConfiguredBuildBackendHookCaller, - ask_path_exists, - backup_dir, - display_path, - hide_url, - is_installable_dir, - redact_auth_from_requirement, - 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.unpacking import unpack_file -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, - *, - global_options: Optional[List[str]] = None, - hash_options: Optional[Dict[str, List[str]]] = None, - config_settings: Optional[Dict[str, Union[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 - - # 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)) - - # original_link is the direct URL that was provided by the user for the - # requirement, either directly or via a constraints file. - if link is None and req and req.url: - # PEP 508 URL requirement - link = Link(req.url) - self.link = self.original_link = link - - # When this InstallRequirement is a wheel obtained from the cache of locally - # built wheels, this is the source link corresponding to the cache entry, which - # was used to download and build the cached wheel. - self.cached_wheel_source_link: Optional[Link] = None - - # Information about the location of the artifact that was downloaded . This - # property is guaranteed to be set in resolver results. - self.download_info: Optional[DirectUrl] = None - - # 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 = 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.global_options = global_options if global_options else [] - self.hash_options = hash_options if hash_options else {} - self.config_settings = config_settings - # 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[BuildBackendHookCaller] = 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 - - # If config settings are provided, enforce PEP 517. - if self.config_settings: - if self.use_pep517 is False: - logger.warning( - "--no-use-pep517 ignored for %s " - "because --config-settings are specified.", - self, - ) - self.use_pep517 = True - - # This requirement needs more preparation before it can be built - self.needs_more_preparation = False - - # This requirement needs to be unpacked before it can be installed. - self._archive_source: Optional[Path] = None - - def __str__(self) -> str: - if self.req: - s = redact_auth_from_requirement(self.req) - if self.link: - s += f" from {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: - if self.satisfied_by.location is not None: - location = display_path(self.satisfied_by.location) - else: - location = "" - s += f" in {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 = (f"{attr}={attributes[attr]!r}" 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: - assert self.req is not None - return self.req.specifier - - @property - def is_direct(self) -> bool: - """Whether this requirement was specified as a direct URL.""" - return self.original_link is not None - - @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. - """ - assert self.req is not None - specifiers = self.req.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}) - # TODO: Remove these two variants when packaging is upgraded to - # support the marker comparison logic specified in PEP 685. - or self.markers.evaluate({"extra": safe_extra(extra)}) - or self.markers.evaluate({"extra": canonicalize_name(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() - if trust_internet: - link = self.link - elif self.is_direct and self.user_supplied: - link = self.original_link - else: - link = None - if link and link.hash: - assert link.hash_name is not None - 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: - comes_from: Optional[str] - 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.req.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: - assert self.req is not 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 - - @property - def is_wheel_from_cache(self) -> bool: - # When True, it means that this InstallRequirement is a local wheel file in the - # cache of locally built wheels. - return self.cached_wheel_source_link is not None - - # Things valid for sdists - @property - def unpacked_source_directory(self) -> str: - assert self.source_dir, f"No source dir for {self}" - 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: - assert not self.config_settings - 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 = ConfiguredBuildBackendHookCaller( - self, - 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, f"No source dir for {self}" - 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: - if self.metadata_directory: - return get_directory_distribution(self.metadata_directory) - elif self.local_file_path and self.is_wheel: - assert self.req is not None - return get_wheel_distribution( - FilesystemWheel(self.local_file_path), - canonicalize_name(self.req.name), - ) - raise AssertionError( - f"InstallRequirement {self} has no metadata directory and no wheel: " - f"can't make a distribution." - ) - - def assert_source_matches_version(self) -> None: - assert self.source_dir, f"No source dir for {self}" - version = self.metadata["version"] - if self.req and 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, - ) - - def needs_unpacked_archive(self, archive_source: Path) -> None: - assert self._archive_source is None - self._archive_source = archive_source - - def ensure_pristine_source_checkout(self) -> None: - """Ensure the source directory has not yet been built in.""" - assert self.source_dir is not None - if self._archive_source is not None: - unpack_file(str(self._archive_source), self.source_dir) - elif is_installable_dir(self.source_dir): - # If a checkout exists, it's unwise to keep going. - # version inconsistencies are logged later, but do not fail - # the installation. - raise PreviousBuildDirError( - f"pip can't proceed with requirements '{self}' due to a " - f"pre-existing build directory ({self.source_dir}). 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." - ) - - # 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 - - assert self.req is not None - path = os.path.join(parentdir, path) - name = _clean_zip_name(path, rootdir) - return self.req.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( - f"The file {display_path(archive_path)} exists. (i)gnore, (w)ipe, " - "(b)ackup, (a)bort ", - ("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, - 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: - assert self.req is not None - scheme = get_scheme( - self.req.name, - user=use_user_site, - home=home, - root=root, - isolated=self.isolated, - prefix=prefix, - ) - - if self.editable and not self.is_wheel: - if self.config_settings: - logger.warning( - "--config-settings ignored for legacy editable install of %s. " - "Consider upgrading to a version of setuptools " - "that supports PEP 660 (>= 64).", - self, - ) - install_editable_legacy( - global_options=global_options if global_options is not None else [], - prefix=prefix, - home=home, - use_user_site=use_user_site, - name=self.req.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 - - assert self.is_wheel - assert self.local_file_path - - install_wheel( - self.req.name, - self.local_file_path, - scheme=scheme, - req_description=str(self.req), - pycompile=pycompile, - warn_script_location=warn_script_location, - direct_url=self.download_info if self.is_direct else None, - requested=self.user_supplied, - ) - self.install_succeeded = True - - -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 - - -def _has_option(options: Values, reqs: List[InstallRequirement], option: str) -> bool: - if getattr(options, option, None): - return True - for req in reqs: - if getattr(req, option, None): - return True - return False - - -def check_legacy_setup_py_options( - options: Values, - reqs: List[InstallRequirement], -) -> None: - has_build_options = _has_option(options, reqs, "build_options") - has_global_options = _has_option(options, reqs, "global_options") - if has_build_options or has_global_options: - deprecated( - reason="--build-option and --global-option are deprecated.", - issue=11859, - replacement="to use --config-settings", - gone_in="24.2", - ) - logger.warning( - "Implying --no-binary=:all: due to the presence of " - "--build-option / --global-option. " - ) - options.format_control.disallow_binaries() diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py deleted file mode 100644 index bf36114..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py +++ /dev/null @@ -1,119 +0,0 @@ -import logging -from collections import OrderedDict -from typing import Dict, List - -from pip._vendor.packaging.specifiers import LegacySpecifier -from pip._vendor.packaging.utils import canonicalize_name -from pip._vendor.packaging.version import LegacyVersion - -from pip._internal.req.req_install import InstallRequirement -from pip._internal.utils.deprecation import deprecated - -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 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()) - - @property - def requirements_to_install(self) -> List[InstallRequirement]: - """Return the list of requirements that need to be installed. - - TODO remove this property together with the legacy resolver, since the new - resolver only returns requirements that need to be installed. - """ - return [ - install_req - for install_req in self.all_requirements - if not install_req.constraint and not install_req.satisfied_by - ] - - def warn_legacy_versions_and_specifiers(self) -> None: - for req in self.requirements_to_install: - version = req.get_dist().version - if isinstance(version, LegacyVersion): - deprecated( - reason=( - f"pip has selected the non standard version {version} " - f"of {req}. In the future this version will be " - f"ignored as it isn't standard compliant." - ), - replacement=( - "set or update constraints to select another version " - "or contact the package author to fix the version number" - ), - issue=12063, - gone_in="24.1", - ) - for dep in req.get_dist().iter_dependencies(): - if any(isinstance(spec, LegacySpecifier) for spec in dep.specifier): - deprecated( - reason=( - f"pip has selected {req} {version} which has non " - f"standard dependency specifier {dep}. " - f"In the future this version of {req} will be " - f"ignored as it isn't standard compliant." - ), - replacement=( - "set or update constraints to select another version " - "or contact the package author to fix the version number" - ), - issue=12063, - gone_in="24.1", - ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py deleted file mode 100644 index 707fde1..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py +++ /dev/null @@ -1,649 +0,0 @@ -import functools -import os -import sys -import sysconfig -from importlib.util import cache_from_source -from typing import Any, Callable, Dict, Generator, Iterable, 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, normalize_path, renames, rmtree -from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory -from pip._internal.utils.virtualenv import running_under_virtualenv - -logger = getLogger(__name__) - - -def _script_names( - bin_dir: str, script_name: str, is_gui: bool -) -> Generator[str, None, None]: - """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[..., Generator[Any, None, None]] -) -> Callable[..., Generator[Any, None, None]]: - @functools.wraps(fn) - def unique(*args: Any, **kw: Any) -> Generator[Any, None, None]: - 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) -> Generator[str, None, None]: - """ - 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 = f"Cannot uninstall {dist}, RECORD file not found." - installer = dist.installer - if not installer or installer == "pip": - dep = f"{dist.raw_name}=={dist.version}" - msg += ( - " You might be able to recover from this via: " - f"'pip install --force-reinstall --no-deps {dep}'." - ) - else: - msg += f" Hint: The package was installed by {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) - - _normcased_files = set(map(os.path.normcase, files)) - - 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.values(): - 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() - # Create local cache of normalize_path results. Creating an UninstallPathSet - # can result in hundreds/thousands of redundant calls to normalize_path with - # the same args, which hurts performance. - self._normalize_path_cached = functools.lru_cache()(normalize_path) - - def _permitted(self, path: str) -> bool: - """ - Return True if the given path is one we are permitted to - remove/modify, False otherwise. - - """ - # aka is_local, but caching normalized sys.prefix - if not running_under_virtualenv(): - return True - return path.startswith(self._normalize_path_cached(sys.prefix)) - - 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(self._normalize_path_cached(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 = self._normalize_path_cached(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()) - normalized_link_pointer = paths_to_remove._normalize_path_cached( - link_pointer - ) - assert os.path.samefile( - normalized_link_pointer, normalized_dist_location - ), ( - f"Egg-link {develop_egg_link} (to {link_pointer}) does not match " - f"installed location of {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.iter_distutils_script_names(): - paths_to_remove.add(os.path.join(bin_dir, script)) - if WINDOWS: - paths_to_remove.add(os.path.join(bin_dir, f"{script}.bat")) - except (FileNotFoundError, NotADirectoryError): - pass - - # find console_scripts and gui_scripts - def iter_scripts_to_remove( - dist: BaseDistribution, - bin_dir: str, - ) -> Generator[str, None, None]: - 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/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index e74ba9d9cb275c64a3d762a6db812730aeebf467..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 193 zcmZ9FK?=e!5JeNKAVLq~!Vc<66p!E)VyuImnkFGh3q6Tv@GM?J@C4FbS0-CO{P}M_ z1M|xB1&i9hca-vz#=nMXY#yv diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc deleted file mode 100644 index 30db9484c76f3d38c1299f93d110daaa11298c9c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1181 zcma)5OKTKC5bmDW&Tbx}iHQ*sR%6sf+%f7!6GRjVL5UJ?gD^~XD#_@)wx@Sxa}vqH ze~{l0@>9HQ@FERjKsoH#8qV$(GXtVdQ{a!Z^62OD%Sr|``U4a{|okXzQ+ z5(|uN7MOeZH8Qu-v1+9+1Z%po@B2~YuSKAYM`13N{Wz0hn)p$Tt5eHKE^&JmnypYk z42eW`^tbRS$Oa`kHfsQSiwJfYFqa3+)dG&v3=$Nev_J=I-9k}@TMA6DFdpo#8-aza z-6_>`Y$R)0Km zHq#iKuoZ=V;$$Ly4h@+*vhCE{khGmBTywIH+)R@j_4(^g9!j{H`HdI;2INi_W{wvo z5(M_y5maJ}n(nM&#r3SCN(I-3t?}P`P#>_vsG&E4?iD+-*opJ+MrXVBY!3-WZ#KOg zr!p8ek^j>KF^cEJ33N40oFq&Q%PC8>Do){|CN@B#>f%QDB-cwt0Ag$Q4~_pmRAd~d zw5QRn)XK{Cyu^>e^Hjz2;xuSQgoiz^+47_Qj-cN`(3MigTAD_pMDZB8Gw62v$qI3z zOf0!#N_P=#vqMccFT9_c?#^7>pPE0^DSG(0SP#mRJrm=@3Xzj@19GH0THP<7JEE;Z zX_0cJHl!@s$--nq(ER(lOhjrLM_Kg?aY+7pqs zLu_!rwrTn>HLs}mhrQVE*&Q*99Np^tHo8NdbN-QC*=JWiv&9eW=E3ybd((b%xjQzu gU%A*dE_G`QU1Q;^uFYs&cJ_Ov%rAUn=!)Dw0pH><;Q#;t diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py deleted file mode 100644 index 42dade1..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py +++ /dev/null @@ -1,20 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index bf3732d001f7e05922402d943d3533ac5a20fca2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 200 zcmZ8aK?=e!5KOFs2z`hLyQn8oe1cyHu`YErO+u0u@)F>&dlz> zyvlOH687&MW&Y&#k71fF4;I;ypPtN3k{fbnY~X5I1nLw?4c3_(*1<#Qq3Tihpy&)X zhO5!rYP|tZ0asSmciEr^OBMv_fKE#V4!u!bAfrKHBkKqvJt+uL**MM*t+{jxk8YNF Oc^aR^x8R(+BB>vr9yWjg diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc deleted file mode 100644 index 7c39bf7348878cb9a1e96981d6ede11fb970e2a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22435 zcmb7sd2k%pnP1O6gPFk$Fu2dgjUg@)Ab8)Tc!)AYiClXP**hAd8^C}w7`S^t5-^~W z9n}iZ$`MuBHR;wN8buq;|cslU1_GW*UHYMjfgasd)d`{cA|jC6!#2 z%I|x9%m8X>H%;R8>vw$b{_Zz_9SoLnc#duzPJHxDj{86KVLU!Pvi;{aj=ReV+&CxL z1bfmpZewrzxE*gt(vfnGJ8hKbOuAC;aW{**lAe@z+?(=^`%-1&Whwu-KNT1cq=Mr? zmhVoMr$XZ)7WX8>sfzIm7WXDAQ<3oqi~EvQsp|3SRLyuzs&>3KRX1LjsvoaUHHQARL6J+i^q!{ruK~QVeyJ&U#fq+KQ%Buz`iS!gQ=nMAr_A$_onuZ?_=?*DkF-Vj_bNiJwhp1{ov(OJ}A<=~hA( z`8eM$r01_E#nL9*dGYpyI7efm9!qhQ6j6-RmW8^qq?rm z&m~3FE~6PuOeRE0CeSYyXP+{^HZ6+Dv+;>(G3rqp&xms7t0;)cIh~}=EnJ$FGgu8# zP^-?N6)AC@ZHKXR<~)r~^<9k1)6Ym!T2jl*sH|4#_2M+oT6V=4miH@SCN9J?aV@Ft zcV^}Jxw*8I5rr!Ynd$Vb-Z**|yb_!$2fb zGQ2C2I2V^t*REFT-6_dcn=$5z8?nUf&3G~)#IT<*Jj`<@mRXpii7PKDjTr@)0Cj<# z32YIy;qySRNa>r{In>?CiF9fX!@r(LCNc}LOni!_KR6|3V&<5UP$l3fOk`s7QZhCv zrBkt_Hli{bHu{oGPoY%JEKU`=xhTfaGA$4KJ()&MwKfV#TU9wW$EHzr3bZ8xrG?d+ z#1z1YvE60el9-v7W+!w^K%0>B;E%qypD?WM<1#wt;kYGk#!f|cKJV)J%MO$^Xacw7 zShBrme^)QR>{@b3wgpgtnd+Uj=_^xfq!m%$lFg`V!uKrMrH)LwQFew9+^$D(p^ufj z67jj@S#rGV)Y5I-f-Tc%lo8xB%|^WV{t_tqTp7LkuC0U1=#V+Clam^jof(=#_AHgo zp3|sfjO@FhlgrLmoVRSZxZ94ebGHZL=wcd-XiPyDa2pk;)d&(bmBfxQT?GW<1_xGB!^+JWWuEk@|f*zrKP zw-P{Wah`UefiikD^w_SSDtSNy(9Yxh&5MI&tg$0FvGJ4vlx^}O{Aqq(qJ(V)aO)uCM^x564>tuC#19i5oCyGCq^R|dUMtX;|LF|q76FD zYeiUFpBsVMEE@@*nEbL?n(fJyOq4NfMuuemi|`@q%IrS@*6c=c9kfw`q)6S^7K;Nq zPUX8Kei{@y4ic!LKTvu`+>BK@!gtA^*#;NSTq2x7vpgA3fC}s`r%fg(9q6=%uK}AX z6Gcr zh>;R0g7Hb66!;OS;Y-@Mt{SvYbpw-50c(41#idycNcBqbTd~=A3iNX(otRY}sra1g z62$BCQ&JVda1$#N&qTda7r~_&lzJ%Wr(Bz;1`{&KhKA)qh8b4kZ)UhcwJRGPrMeNKRzL0ewE@A@Ej1I0>Nk zv+?9mk?$Hxf+3n%&{ELs;M{`R7}Mwh9lYI$UOI{{9l@VWjK-^6q1WLWeALiR0lC2mn0wxqM}X0Ot$+x~x6#J(KfZQoNV+ zBKHoiJ-_X+`^vT*PQSarIbH5gpN?{Y<|mvD-70TgbN-u&`)xm&+$bN&dIx@6a3J}& zPs_PLP0rt~_`9E=N{Cu6UoFoEjy}Bh7vKE(H$OQ0lwdw}qtV|Md?@jmJc!YLxB5&a zcQ1J65chti@64#<{l@AudmZoZby56K^*Fa2$2_c?yK&xQB|YM4)h9^1YNjQBc4 z9Fc=)!;x4s?wIBT`%i4+PO#oxf>U$}F3~NxMUUuZjJHSh30|>G@Zqlve}4Q0@D~*Q zLODtW#Gnw;*mqVwEI20XR=7!caL{KX%R!q8us@I(3l|BwFb_>;F zg-|1gg<8P!vvPHaMYOmE5pC!&ki%eU?M;>m^$-TCARL4NxopxYGy-z9_KkixAuKq@ zYlLQ&ufs=b3sP(KS{|{ET0v?nQtM0V^7wAhOEn_D4c|?yzZyKfPZ&=-a+-w>j3jLI z6y-aS+OopkwvD%5<)S^R*I>IAzpuw+(4@q~w1IbkaYW!J;P>ky5RcBa4$b4N>v77{ z1r&BFi4`Zz0-hHY)5v1nDx+QL`3&REZx{qdM?p+zAu<%7T`*eKkn9O!2~?K|mR0(! zoWz-d#N+_=NfbT{WzqvOpv#jB1C%wUdO^S#cM3GaI9$~a5-TQS6U2+F;Z*#Fh(pi1 zP6t^H&dXv9e^QLFgBsCkmMNb={7}PsqB&%Suhb9_*#z-@db%2(pPQ26f*2!?HzQ6h zsG+%q9h~K$)QjOvlrkSQKKk1}k8|)xw!2)BOONe1(m#OotgG zg2W!9-zZ0viaiTl)IRnPG^Noh)disd)X5veq9-!3m>P-cLa?z&w7?E|LDmQnwV{T= z?(bMO=`@n1GZdVq;1UHFDL7BT1qv7mdj>JJBDQ;%Nz@zFnIz$%E(RhpLBg;o#7ehW zG^jddF*&)rv2z5S0Pk*$b%1r{Spx5i#U_$*S&qeInq77l_25;B=#w;tV6nnD@q@;k z+(xqe4uVf#<(@WizVcO%;;q~CHsnLCYx{E@M-}`J9nE@=WXFE~nYJHwT>D6u0auN^-{0hTKs+E)FZ{WXWZ~LH}?7mO&hsTr=ij zDQT0Nv5;I!dt!_hJ?eIHOK!=&lh>2;G{`q2Vy+O%S0PNnJ_%)L`*;?7Fqz|HZ+r_;*W=z^L4ECSTrCt;jNYxbvhD> z`f6<~E(iu&Or$)PNylU{BhfaLh+L^*VBOLZvg#IZXP^&N14u@jH^ms{P$F!vI*2g4 z<8!1hg_!U=1m$-rpl+CA3u}m4d6}h_U{zF?RX-%L>6l0=G+8=?B0EF}h7eVc-t=Nv z-;~mzp7O7$!utq-5*xV2X!g`sHyggT63R!Ko^TG|$(6JDP~}^%yz$DT@WB0v&G0bT z?_8i)3H07?ec16~;6%ZLQiV!x^x#V9Q4RmEk}Lj4k-B@Wx%$IO{o#ivHzJpxa4ui( z%GrY58SKr6TXW%VCEUH1$@LskdJa8o{h(u`XY9l9^92`*JqCkbo3Cun2Aa1*Em?2N zr%yv%6_|QE>NYgrar~htA8yQr+m&$p+DIh@u0CoYcasyDA$fP#Q$+Ynwwan;nfR2VK&vJs(=o2exG52x}`r5jyIzE@oHbDOD zQ!r1_3VfPE)+y`^{mfX*vK+9Uec3sMx%lFx zwdk+M>NH!Gr1cGO%f2O_R9`ZeZtFS23Gw`i!!^@S&6`t7Jxu z{$@ta7}isJFn1Qa&}cDJENB0+a*JRojXK5~eK0Xh2`)Wsv|M}(W!N*;{UD5uht>(Z zfUPE2zjiH^soKeq3`Xwj+#TDSe`Bc7qyBg|s-6}ELl;0)fvl2oLjy@k4>c{u{cO5{mlsPT20@<2Caf~5hIs7d>XmoQ+&NP+7R1!Bzf`e4K$$rFz>5l4iS z>$7|c2EPO;x#wr85uvo7MShOJ>7<`JPaLI8U7{*5HHy$J6Zcg#f`T>S=jSwqe35@D zBRIxGCMQ`N!5lQ9;9KW2#Ktn{FBa{EGWfF0AUIfq?4r+dW(TOaW;G-oj6P_nX$cT! zhwOiRA~lx;m#d{P<`|O^r|FP(03rzq1$WFsKYtTtNoNhUF{Dzm7Z~1BEX*M(1CIlftHqQ7?yEd(j zJQ1IzMaR%FMiCYf*iT;iChP+{+My-H-ZV_&RF-t-;3{F>)|hH&*Iz2(d3NASnU=A| zKC`zlmg|OG+Rd=?!@SOxcP<&vkRp9>u}@oOR?=8nUY@4?N^MNXAsNK=-L-h|+~+L! zJhMA7BSEjR&tPHr_HsYl{l}TfV6o#YI{-9=y2g!M1$5IcIVDJZ&*IshBgVPcBoGoa z&@_xz$cHVK$J!AH>|?VwHXK$pZkUqJUt6q$S(uriVDHekRVGc=k7%MhB0cL)w$z!1U7LJalxv05*7|BClNa%@f0wj!e`F2L}Y-e1)&nu zPm5ZMrH$zbgz>>Teo{kZcrMu^s`s+EpqWlyA~+=FfOpnp6rbrbAQ8n-s|hMYN;^O} zX~I+&GtH@PnVIpSqJpHeAGM-onm|O1yEI9`6a~`=R2Lhn>LjbU8W3+o-vmV~0aqKb zRmm97oICVH<7}vnLRyq#SeTf;wk2kJnaH?-(tsqHCg~eUTjWil=?mn)U!s)kb}*wz zKL_z7)T@Mgv(dwwp(Bq1m2X{My_^qUWO56ygn1U}P{JKgJ zIs&yhf8)Bpam}CO_bU9}9DjJ7Km4ew{$5|MVUNmLi?O%E3QKTyu8Bro5 z8rcU_=RwJh;3WIF+wz zy>oo6GaKp72D%GQmya*Fxe7iP9#X?Ho~V1E-qMKDCdGr_cGZ)#}m#S zylBgZo1Qo*vQ@?Bs``|wzHGSfiHlMQN^>quGqd*XT+d+z|HFr$cvzm7<?a&iH`@~>Sm-2JrJxX}b{Tn|`zmv`lUQqBqe4!BHe4URgxj@gO%8q>aQZ9T& z317iT)|&2rJ2!Mv89IrXsi=fCDN+t=Qn37Sm_W?+*J!SboT`th91e(_aFRb+AR3wJOS8sxquZ?KtxBL3dlkmGa?J9|EBBVN zp}wrQ@6)FcUBY#+xcT^eW9uJ02P2!0|4b&#@+(K<GL@1xn zg)<)~KMxSEa(RC!=jRnapY0r7_mAcyb@^aLF4(RF+t;Sng9G_U?N+2V7wJ_Zz1jX_ z>ycyGz_D!PSUysdi*zcH&h^NF`;MQMzf+zK9FV>SnAX!TAm@vwUm}^fbkR_j9;?Zc zJkV;`Vzi{}5$yOfwIpy5bS&;SxdzZaKE8u<0d*|3y%o8oYhzI-vka&K4R3?7i(OwJ zbq+IWF^g7MV+BA2bXG_D7wE)}#i%A_9Z?C=+nMDSTZ+qJm4AvBqz|xQ@(ys}s$8gT zJ=C^#HPJ&Uf^zoZSr2DOhoQ=&fUut(NOe=^ffJ`Az_2d;j|Y|Amte zZzoK@IiYM;S%AGx5OzK9>XXfOvwK%2K4pT(&3HebBUK{Z)XW$2;X!4>WOYr0mQ@+K z0#HoBu~u1!l;KX<=R5@}B)G3x;S604WOE$svp4+e!V6^{?zC-LY)lks*JIH@& z!IL3&i9JTzn?0rw=#5un>d!I=G=!3Y|)bv~Uq zUVT51Ql512U}hL^59v$W!w|TbebqcGU@Fb+3Kcml0dZzohOh;Waso0Nq%L3=;_6Wn zezI{SkWd7}1Bn+9JxpMyCn3#%K}~{jB=0A5XxGSC$C*bhW2#Hf9EosXV@+V1P^Nh- z?ScZh+KJXjBf!(d962v$CIQf0n4j2Y^KmQ5=jTetzB06J_?+;CW<{B22ZY9vY_R4190Of=txloT1>bYOO89JD!uTCY@ zne9Ea9y*k-1$pl#-W=?H`+BIoVD|;9^Wmzy{ORB^sw z&fBhd+t*HPdWQk))2G#3)ezZJ`u}%r-=jzm{Gfu>kHKD7!`~@bt(j5YcQl_F=H4In zo%K52Kkh~NOOFkqH3=(V_>6?z+=+uM2urRXa)084VcPWEurxNCb_tLhC)h&g*ka(= zEa{|}Ug5;zxof~QKo&xRwlEN7Qahe>rVKkQ9V8uN5g~~43-MVp$?9HzNBG5tvKNa- z@j4LZlwRft4-+BV>$JnAe@Ovtc-03UQUjv~wKq0Coo1#qkVxAc^%U7t=}oFsejOGr zI1A~$)gZx>o9e-pQJ#{?$ghjTnh~)kw);>qXY<9@BKu@n;8i*y)NwGhl{LA_Jxb-C z`y(5bLo1$qee;hRf6$n#A64o{A51(vxKV$0rTn8%Gfn|y8MeihQ2UA#obX#G-Z+u3 zuFqBXDAhgd)raq&SUF!PvsHBDJN9MUhYOr-q(9$3eE$%vffb_#9~TTi4RgWBTVtzZ z_eM4YtvFUI{?Bv4#3m7gwfzn3P3&Tul@Rf24fZaT+VvE7H#l804`rR^hZ*?}!LVS; zEZH%QQL}(z&7@iN86z=wwAl%+X!A3yVQ{e5M}`w>|IWJ^lRcX;_3y>{I4^dq)=HQ$ z%Nay(EUbj{oYV|>CSz7?N2;)13Cy!OD%3Q*D~lDm?^If+qb3mn_RMx?OgrBfv}4(; z_e>|3QfSsQQo17+u%1y@d=gvi8QfW67kNmp3r9fk8M8MCZxAQRuKX}6One!6d{8OI z0KA9#yccEX?4i_E9_2w|W zY$zryQk#;Oi{UlH{6|<9$jS0Hkh%m^t+R;p#9T`0Tkvg9qN4=U1e8k1Oo1!PgZ%k< z34@SQX$b?{(OVv?3(pz4iJMv;;@&AX}dl$1z58PU8RwVK}n$s^gyf^NdKQEg`cxR@ z!3N_7F-n;FkK!1R*TeEmMqo!?J!{c|@LD+&Xqq2l(xnJmGl^~yVsZTd7oM3J-pHHj zFk;0w*bnngpH@EVTwJ^cZ+GIRFKG_%FP0EHqGy_{O9cqq0dtbmBf^lVIoN|Yk4w09qkCh5uZLBwh-al!=$q;!e7tyUN4vTu+Z2rXUZQ3L13E1w zEUrhR4BJ+!UJtr9hPH1YFX}4AvLx{vGDjCR7u0pJj6yBQB;c`W z)^KkyM#e;T#Ry1yv8IT6OVj@&VcvcOz`QWEgx)|;9wyT{)?o{Jn;BF7(2Y(&mv z180yMhKSs%gj%zqo~*YAAw#))m72W|A{#ZMEB-Bixn@^0A)HVmCmzbbxV#a$k_}t| z<|9G5QSmn3J4;^Lp~zdytIN62K_ztXp<^QiXKe`6r2Oq%4|V1Pp zn}HFti7k{0cPZhnZ1ji{J_0w&3ewc)B0UPEZ3n(grTr5ZzR)%h@}aj6-97pC$+bx( z(oe!m!(-^0n<3Zh=B$y;@DNi!ulS$(xQbd5_w!XR0+-{G6^wb9gepV4abUiUheTug z-u@NB*SXhiuiIbu-Q`v-nRq#XbPIeY*{6V;1>35if?0w(LtE-1s#f3K6X8r46qx5d$Y`7A5~Et#W&L+8xM zt}fwo$-FCoF+*fs_S&I1T7m=Kdx7E#yjkw#1YG$ON~{^HKDwW<57wGnP*r^$`xW~J zY1-}XXmIiN6^%CWCP6E~=kQShF)9(aN>sgcF^AngD|#J$o@6q$JtUeE*EWMjUW4+q z8)MV%g}L$j6=;~bWU%{QV>{G?r0Ss4xBZU@{>TZO?dEvRRKiI&(eomeVYT*gXc72KBm zV9D(mb}0+9WcsQ=_4XqADA8Hb1R(M$k*-k?r{MPxz}Mxc6rV<*hA^#${+S3hgQW)P zssXeFvG^2zWI_#+OAV4VXFAnK!X*`!r8fxBbqYuhD)DN06^}-MJyaQm7rTq37gDHk zIbrY^6Px7|gL*kPrcnMipnb|{acf7eWxvw0|7TYp*8JH^zZl$Td12-Gd`o|>WuMZr z57EA%T;Bzy?*g3t=|4Y&%T1tZ{TFT9oU6Yamj_n9a_=}1xYi#ZXC!Vw!S#Z)5ARLVHRgC!s^5SMT9@>ht$(o# zZdLeCK0i#QfqT>R>l#d)*J_cA8er12M;n+S-@I5UNdFG0?9Q|F0>ubbN~C&{Xk%;Z z*^ZbRB99}?rlDWaR++g5u%$jv#cxtzO1;uBebS6dO9<2|T*;JTdjA9%JD4vOp*m?F z1?2OpR^6hy(Ua7OdEus*t8Kuap(@)l zFTebi(Plcfh&eabp^@A{_=Q>U(9VdRnJWc}K(7qL4!CCI>|KrOA z4zK@o=vQZdew;-=xb_L9u=rD+E3f;5Z#?GOe9w|AQB_ASGOR>~ADqaIoL5H9Z$>VF zNviA4)sC#!j%33l+1e4d_sC?Duj*KX)uiCyDh8f1=O`~%RhNtOtw;Lukv6zktVenu zRW;mw?(OIDbw~4cjX(1Kz`NFxYdfH{9oVQl2qvt$hNSDhM^&}=%5!xCO5MOl)!@$} z53c1#$CS~rjnOL``(9A0UVyJnS7nw-+x$K_MOD-D-X6=>oy^xY{V4c@AiV-V z2;}Qpf8%pi*AyHm26cAN0D*Vr>h>vh`!?#x5A0|1!xOoqSCpeyHV*3GdjP%zQ(zp_ z?C8afmP>Hcsd(0Q=ln-ijrZV7bn$PiF2P?1NuQjyu{p!V+;Dx?TldL@o!_6adzSAz zp7CC&cKlVf>q4uCZWMisyeW2IeB$#NuStp_@S2X-ov*v@5)bDn-a<4ugg2amt?1S* z*y+mnietsO;$qyJ^R>VmF37_=Wd}g>vBLWXRM1**9Lsh)x9Tdrw((}b$*n@VjJg(o zeHLa8&0*KD#b_!t_Pa_Ygp=$!x=dA4fOM4jF{(6v4+6TkBn-YKXCE>qbi1Y?R%Q^+ z>mno_4fANF33D;y?;!s*+^9p3paWi*AnhY`g3wCFrRxb`0SVW{$)~z#9wvd7?%e{V zX>Qv5)I2V`K|ffk|6|TpI#I^aG#{EyMwHhPA)*YS+{`RSWH?i;I&PBN6_o(~-~CX| zs>AALQ<02=V7jc-Ie=(Ef{BUOm(PafgQG~1@UrEzTass!X~0kNaPQd0qHgK;0ZGH= z4p1zfwdP(FJ<{^hO3QFjn=S}J<{TF;M?lVy# z$*iTjB&Ka6lZG0=o+TnmXcR;gYCO%ca&6>(ztV9aAFk1_*-?y~1sUDDx*2F=n#TP~ z?fwT>|HJS8>F+AFCvc8~Eq5Frh3oD`{wRne9BkPNRFJOlUgX0-vqmVLjIcN%cR zOh`|}V$$=dC(+K6swtptDUr%gB56!@UQef!8mR|X!JZ+%i!sV3)|1UHyDBP)^hq-& zF_Qlp#hAwAEsE7rKsZtQ2?Zo%YTN~F2kE~eP=orV_6ZU9M`PegzKT?MS8|+AfR9sA z3cf`dkR`ZJU*jIz?Jn;VFV}d_k3u2#_bY|CDyeqX^sUzeX} z?=4^LwhP~d7j4|0!TkP1kNuL()xTBWQ@~Gtx%x4Tn%;tkMZMHg#}AqdKK6-GbgUh^ zfA+`6m4{sM>h!>Vn16`r;Aqj1|ufur}Ki`(=re8YCd=Bj67qzJ}X-&gRk zs28)AE$0DD)XF=AFo znOHKef?rnP(XI=o*a7*k?7u3gRTOA0!%NCK`6;)ViHH<_|5(MeiMUaay}? zT}j;{TBiNnlGeTnmf7p{K8nn90e61rjH@*}TQP2-vty~&@5)RIFe)0M`!$|s=yTBqxKjuzu`5IPgbG`<}*KqI9hOhHg_f~!9+SU7=*`d?Qo-^65 zGfMs0ELQ_0*BO26*>7{_%Nl^6Z0@bf+Ix 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) - self._add_requirement_to_set(requirement_set, 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 _add_requirement_to_set( - self, - requirement_set: RequirementSet, - 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 requirement_set.check_supported_wheels and not wheel.supported(tags): - raise InstallationError( - f"{wheel.filename} is not a supported wheel on this platform." - ) - - # 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: - requirement_set.add_unnamed_requirement(install_req) - return [install_req], None - - try: - existing_req: Optional[ - InstallRequirement - ] = requirement_set.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: - requirement_set.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( - f"Could not satisfy constraints for '{install_req.name}': " - "installation from path or url cannot be " - "constrained to a version" - ) - # 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 _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 " - f"yanked version: {best_candidate}\n" - f"Reason for being yanked: {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.cached_wheel_source_link = req.link - if cache_entry.origin is not None: - req.download_info = cache_entry.origin - else: - # Legacy cache entry that does not have origin.json. - # download_info may miss the archive_info.hashes field. - req.download_info = direct_url_from_link( - req.link, link_is_in_wheel_cache=cache_entry.persistent - ) - 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 = self._add_requirement_to_set( - requirement_set, - 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 - self._add_requirement_to_set( - requirement_set, 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/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 4ac88f27415665b2d46ecd8799dfbf982d7f0353..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 204 zcmZ9FK?=e!5JelSAVLq~!Vc<66p!E)Lac)wn&z9`;$m}FeL&}T|)Vf8WPLfbytiEC89ryrcKovmJ z8BFhMt+wTQ1CBhdjHnuMMF)lqa8e$v5)v#rEjv$I{V-rU<}pB?^V0O={Lt!4C-G=! Q@i&X*5`1#Tn9U=70j452MgRZ+ diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc deleted file mode 100644 index 56d4df03c8bf5471bada163f165bce1026433d6f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8333 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 Kz>&-P;r|8dPe1nn diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc deleted file mode 100644 index fdcae08db6fbaea07c787b865a406329c89e3bd9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6204 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc deleted file mode 100644 index fecba8b2e1f3583ef52aed1531ba16c5ea1cb42a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10374 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 Avj6}9 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc deleted file mode 100644 index eec90243937cd4fa13251ee2b8c78e7df55269ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4931 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc deleted file mode 100644 index 3f13c33df010a4c90a8f9278435540aa5e27d724..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11425 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 XVsxFu=laY1R=%_J!+(Q@Y-axxfyFz7 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc deleted file mode 100644 index 6e0415cfc1d860207d4dd658d77760bb8b61e177..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12347 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

C-ksc)%81s2gJL4t1UU_p{HIL>I(lCP;E;D diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc deleted file mode 100644 index fce1d4f8a1a3d0bb8c59f9c0e8c549046b4c7269..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27196 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc deleted file mode 100644 index a19c52b03b8dd1e54595ae6ce4ccbc5c1aaccb24..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1384 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc deleted file mode 100644 index 87940bf862f0d6aedb22f92f53783a7f39db2433..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5015 zcmb6dOKcm*b(UOGr2ZBqS|7{a$c`l@me^Qv8#}I3SCV5D1{GK|g35KN6?aIkwA^K8 zmvX33s8ARMjXH?k9?YPJsy7+V!N=TMw3hR7CV{vJ6&5=y%xa_Jc`P`qIlqg%O%(4PqBK2rm0`^}A>{i4 z7m<+5_RVB0)zD?l_T126@&%Fty#1Q2C$n;rUQsoRGQ0I1W-O?Ba@LY9YQ79eH|5cl z%cFC*Ub(q8`pvCZYs;TH8wh%VSCR|F>9r1CQbgt#Vp094NRq@j{+Dl*s2kQ1Z{NN!t9e~qOhja809OTnkhtr!A zLtS>;L`r6})I!r!mQ3*Wueabo1Q6RlITf9n zh)ze|w!JYEBg*#5aZ6pM45Pqq(u`yhg3b0PsdWwJ5P-f|OqbI%7PGy$OBn>IXi_b~ zNles0lD?h~r;IcWt65Ez^>Bt6i!^STVQV=&woLWqu%<4AGdU||=;LFroei6+MMpDo zdG3}@6#I0k5n!NPGcy+SQMn$!YL;DWJC4&_jF)r!Sdf(`B&tH95IB<6RZTO-ed zL(hU|wt{C0;=PugU_T!QP8Y;&U+?qa;IrWHR&e+e-_zi01@Xg{eV`%na_Zt7GQ8}@ zF_`>6Zp@KKLL}to)@E%$%+NcJ1lA3MiAP8bsu8h0jDmJ6fkst0@GPQsK-Zwhhb`~l`&aA-CqaYZ?Yvl9xmo|MbaanBN zLe8QPxvU}U{+Cot0!AShcLFz6^O_6|9;lv-7Jo?c zWD&-LZPxKiNZ`Tnf-O8e5f6p}2mSz9nV9q39Upyg_k&Ge|BGJ11G!hqaUej>ClQE^ z4PtjNBHAIrV{t=Is0!8Nbmds1`i;Ajz@Z!!I~`q)C)^9!M1v_XYPb-u!vsPDO~cz^ zrB8tiCQlwCKD1RZ+$;&XBiz~}H_7PFZiQamM-CEH8yBOt+srP20bc=7ePH)E#WPZITYz_WQAtI25G+n7jP>Llr9@))s=Tml3Np?zB?~0Vtqc)@@_O!f0aTY0D)V(pR9^` zanXMO9hMa-%%(it-b)|}b15QVAI@K_$Rdz?QzFR=-~>3Wb5`vh)7AAT=x{EJtuB zQ3iy6TpRtN3holPs3fYHRJvJy`5ZuxrYP{vWGx9|H9?samvw0Y zH8HZulqFe)1Q}q-sxHZrNtxO)Ey|Bcmw^e2rzW#T)&%+9%VMT-A zvXdE=7|m#MoGRcMR0oWsQOSfmmP)c2SJj$f$EtLW8vH#Y$(f9X763I+elyP0jAcr< zQ))aVDTbsQmXrl!PnG>!^HYsqqEuq?bg$!R?;_Eyk49w`U}%Lfn(1C zr?vv8wgaa(&Of>R*{hd!j!F0Z6|(8S0znUOD)o}i-a^NJDM7D5AvwGRDZ;8tajm*7 zELFVK%Fba$NpU}}6eVI+3sH>*%G4D?egbu2Rb2JtJ&L$A0;RFXr7#aB;BVyvuwU3eX|tDh~xMFE$joL-F7vsw^LTjQQZCt5B?5X7{&q zRs4-yp|CZ}H-Skt^sn>Ry9uchH!?Y_X!G+>Cg$gzoQ20d)CEX3xK029nN**DSA8CNa@n5LLUP$zFws!JCy)uGg~s6H#pCCf=p$Rc zDq1Z~xo}QyL6x{XJ25?7cl;SBl9mKjEuLizUT&Z^*Bw$GOG=gB{QNa2-1=+Ix6%B3 zP3$WSZ$4Xy^ZdWW@b=@=i@X#>Baq1Bh|!#;X@ljKReIYN*G(`hYRk{j}LFSf1~e_4*&7H zk;3Htk&+KGwfOpH9Vd2<4ix1F@81`9`i?*F?jGqYMxP#eX(w>Bc_U%30B~-j z=ZSwabbjmPg%Sb4r`bImkj}w?IKkNoPw$3jgFgB3=GdjJk+(_&0DqX?!=a1|v(gU* zj(p0~+bAIbKJD2fFmU8AT`=Q!1UF%*h2j5FY!o`%3vV@e1#oAUy@zRLa_2k$2QqR9v>+#{C4r< b#U1gDeYfj`Ym*H8yLm|vdiMzST+06d%=W^U diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc deleted file mode 100644 index 485dbc441ea5b59a56f6c654c2715106c937260a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3875 zcmb_f%WoUU8J}G~v?eL3wJTOJ>u4dvmRVaQl=P9Di%dDKg-L4-U{GC{R=`TA=Q!F|J};o$rwmKZ2K91D>J)jg!JlD;LZeTW(E0{7g z*SPQ+>!xikt>Yl#x7$2$xY-B=_FA@(p40YiVPaRgpl1F!6iOL~l0-_baMR_II}%cY zJKS62(G}B^<{i)X%?9VLDOYUS9Y znt2Q64huLdcCgGNSd0#+Te2e<4g=aYTY|57VLR$d+5ti8>ITphwbCxQY2){DUl&vd zuz%R9x)L#l4IE1@cqGZCHdxy-oK9VGwV)I&+`2x0D^YP3ckrMyQWz4g5CkE}XL1D> zC;$6=+4c`dMyaA$_MS^#4NkGmHQV=G6H(%3D+HdZ3L;!1;Ak$)6+1GQIEOo29!Rg@ zakrKrd;Mk#tBWgeJqLM0@Zfjy)8U){W2$~;`A%EkTi?B8b4RgUWlkYh*gmN>1i@0Kpm9_w63|nkd+hmqHpuwdT zwPy9GRZmvt)BRN=rTR1Ea_P#|vFdTl(R6?HYbn*A<>{1u+O-Q=^%A1}O}6^Y^t?Z( zompe+teTk<1o2k26z8obiqwxsET=7mMagL)!_qaChUN1>5YRZM+D2SVcvTt3`J{8k zLw>ltjMq|pYMIMlfaW4LEGw{^+_K_4onj}4zQko!kFyc?8-kn?5fsz>iq}`dCa-&K z-?M{yON6WF;Za?#)oW`!SgZTqQoXe+yW_j%v&8gi`P@!14U0oPPf_z`ha zdfjISF7t^oE?&T9tT}^g;Ab#^8epqnI{LU8iEgU#9x{5+O=S8l!d83v-q-W?CE$Kh zRYQ;O1X~$pOIPE8N*ZkS1RYtD-avA1>KmZ$WlrGBDJzM^1J%CC?rMW7+s$tbBig!k z@D9EB^>4etszY;e(edplvLt2#?^P-4JrNM!$ zDA68puxeJNhBya0E~pw;3gdz*dZjKRsPrCJsS_6hepg!RWaHd`4C)`>gk1DT4ENby zo|VsTz4hC-9-r%s)t_mdv6mhec8jAs#Y(4G`P1gk#7t*m=ELI5?&SH0H$E;+>`q?% z>*c>(-mbmYnf&1gh0f&9)%NqT7k0)jbjB{cpZ$CBN%7fS=hAFvZ1#iI&e)q!Sef|q zwLe^Ye6Lga?z7cS<$6+qMrp^Wd}vf2-R>CXCn(g>GdrUbozaPHV?t&0q2i+|QN?!_ z#7XJAz(fVdRZV$Od<*n}@`}%()2UX7PZ*0LhDNz@ae%W1@XeDhs$Db~0y^0lo!mAi zj{~KwQ9w-)Cjm|B4%wv7#aU{(Xa*`HjzS(+P}IkB5?rg>8aFPVgnIz%evjR{q8$!$g z47{{jT*!3=@(EM+l1@BC>@-Z`7tx=v2kZ;|8#!a|%1~}>yE3!KFh6tmY1%)np+p53Qu@2r+P|9D}aVcN@Mc>jEtX8DmlUCT{9I{zgOr}i`0_<}YP2xJ&N zf+7}|9Tm`nuSI-dOLfUO$Afk=N?M45{2hq&ukn@fgTz;_iSOfpYAB-m*~@5}hX1(Q V=)c+3&)CF&@~>!9Uos3z_P_Az$29-| diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc deleted file mode 100644 index 43a515a55d70efd01520e8e47afc119d7f8cf672..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 786 zcmZuvzi$&U6t?eIE@{(3)kGu`l|axc135t!5EV;W3PMCkgn=xUdv=q9`-RVmbURG2 zFg0vh5e)nvOejm_1rQTkr2s=G?7IXBgr$4;ecyY}e(%{I%jFV~>*kjm-j)WyH$|4q zT7dbU1jm2?0(}s`9t^ae1_6a^Q)-&j^qvlZ1`Ytxp95l0otW>fcSfGyGtvSzm2KGH zmDJEgx%>FRK5F0DZ{NGyIS^)d82hvVMX{U4lI*U-NN@}&=s^N{+9N=9 zY7ls&)uc{MqV1}`A(5V;zrDtPG&9pInPL4w1%*<(Q54m7M7*&7kYi5oV|U<%RMplL zE3S`|1aW-mQ?Z(pBkb~siIqe}FI;Qx05jy%aKVib2UOTT4*Nsgr=3PY*a#^RAyGmo zh{(`acom^%L+s}srY0$LFXUn!AsmL0Ji?2@LuOISRO<@}kt|7-}%Tm}k5mBKa^&$6o$o!Yzk1aGmr tq)>jzwlpU?gzz)i`Kq7!Spw#TABJUCC$$fke*p976n~?ym7VoR-Ns(G7vs-d*}P5yAPHVA$hXikx7w%m4|6pBm$LFOGTXIn`<(ZY$c4g zlANJ*dZm-f;J!NO9EX)f7NqKTXfotmoBAAo=8f$iqBP;awO95Q;~61e0e?|8WRoGoOaOF=1ef@ z8Kosyx>1f$8l|BSlnMjA=JsCy;BOTf^OH`Rgt_15#X}ZJ;md7*VVmXKewwWN?XKJ^ z@~aD9T=7LB*=OxA`Z3&O!fz*SpQ2e@a6iI%$4vTB8^?@saOw-~E^lI*osWiQuuwO1 z0X5=tB(L`1g*$f8_{(iQcRzkHd-?a(XR|kY)-U6y4qW{5*{8RA)^m6MZ@2mD=)vgY zW*>dvoe?U59-+eL5W2)OR!dtaeF{$rpG2`xQ<~#bNXw=w7IC3@n6aJKaCO6)%gRj+ zd=FkuO!E(sdw*KzZoyfY^J%o^Gb+MRVmA%*%?@JsE+n9syL1tL+#A^~P5g9uOI7j-l5%V?{)nY1r5@oQsD!G% z+Zq_|DpN(~mEsnXSNm{gIQIFINpQwb3}VkbiT(q;`erRSaRyxL$pxiqY1Jv(wsZ?R zplV=J@5s=eR;xQzt+G&mlC1iZ=tVClvh~3@s(s=Ln$kh3z_nMOK~=DZT1`hc@!Gvv rfpd#rM49SN%po~32_a|Kfm}a^E5~s480Jr%3DWv=>e3nDt!sS);Fw7h diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc deleted file mode 100644 index f11dd9d7474e0355de2c38a4a59b0ad804172984..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2993 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc deleted file mode 100644 index f26cbb28e95881ec23d867589977be93ad7b2958..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15307 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 I{?A?IzmaF<_W%F@ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc deleted file mode 100644 index 0eecfd17cbe66ea6db64da49cf9b07bb4589a2dc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4380 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc deleted file mode 100644 index ec89b453f0af701e19156489848f565407026185..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12079 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 CdRkrp diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc deleted file mode 100644 index d2b3ed58958c688a37c851ce4cef75ca70dbc9d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1387 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc deleted file mode 100644 index 1e33039c890b3c10296f3fe561df12aee0547a02..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1387 zcmah}&1>976n~?ym7QHXb?ao^UW`LZMe&Lzmy{Hf)(M3Yy9K)hbm$;UV_T`D-Oh}h zuJOSKL)XyIQ*r)<;QlAQv?Paiup!V>Z>AeV$SH56RkAsCKyRMjoA)ul-;;iCwI%`A z&1at`e>(vG=$CrgBW3s%Dn}4QOj5{5K#10j)X2=hEOj%rGCQzK-AbLT5i|%G@Fm3d z0mKfokIgDq;PxAy`!B&akEppj-!8A;yPXKhlZ`?q-Td=BO#31c=$u*Z#!0@lCPT?q z!e~3m8Cox`6sb(U=u5V|9r86Mzv0~t#?doXCZlUBbmi;YckV``=F4qV9fo)D^(VXw zgMh>k7_mKoO%fXi&A?< zBYnYo>Eiks4p96`jzHEPI3#=U5Mi#%5s)?LAd!x09gni@0kvwIyijX(EP7u@?7{u% z+W%&+PZH=O`m3I+Y*F+WS1zSVo=8f$&d+rkH4&BYQ;~7qyqb;2XriI!X%|Cn&IFU5 zp)A4DO*KJjl!ii3Dh!O8-+%d?zunE4pA=~l=6;WN@3Tk>U+(yw9hUF-X|mz>`f|IQ zU+;W!%@>Jei@h-VKHOr$?B-ew1M8`~@R!^CW%6+HVRMKP z@D_pEP!g!oIf6d%jMZHSOD?Y8dkl{Wzle6BNt)*~C{!OZnYoTj-2A{xf)tk@* zpj)L>O;Vb5<0931lhPlGFs(c#(8@*Nabjd&nfTH2%R1KwC{$}ie8kd}QjhR=&|0>3 ztHgx6`luEQ+OdS<#Q~ffmOXpc1ZV2ZAa?sv^dI0hG;70|Q)`c|ym39(XUi*;3H1do zmeVmdq1DjNR6{KEKP0REA?1jx>1<=fL^VlV)1Vx*3LJR-0aOi_C~L6FOT2VHtH4>} oAEHe&F6L33nS_w@8$fQH!nISlehLfEofc{TG4s(m;9mCn3O?>i>;M1& diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc deleted file mode 100644 index b95a1f246bab44a95760e0b9cbadce7010996336..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19123 zcmXxq1-Mq#)&<~0BOxV7cXtYi(%q?u(s}6al#~)wKxr@lK|oM2Xapps3=kwmwo-~9 zVf^bo&;5O_^R7APm}88&_Wr(eP!Fd}nJgy!Rq0~I*#DZw#9Wd5|6lR`cetB692UfM ziD?tlC0?6&UE;TiKO#Y)gx!xG@z;$iu^XR^i76<=PE8!b&G;d_n<#|mo(Q33st_*d zW|lUSu7;bMGK7giKlT^k-{L0B4oeZjlB6M23=`4CARqg$*$cr^>;|)Y6NJzP?lZM> zNCzYdVSe%uCJKL}e-Zr%-T1;{q+QMS3rocwavBQqD18Xyjm;De@NztEjG^S*H*~75 zkr1R=ppPE1_5kiASIs#1Pq-zmWg@+_8*`tjaqPBLnHc}jd^kVYBV=-gV1Jtqm4DU<$r|MIbFgM->J25%WO}3 z)Iu%)a59S|@^)_}%?I`f;!ko~J7650L zcGay5x54vR%=p(%6F6wcL9a9+JR?01oEt%H1mEhe;rE$jf9Y^xtCnLt~%WoKJ<&O8T2+N~xVAzKFH%W_vUABjX9}@dVw)Aa!V* z!(7_s92N%X-b0mB+SKf4a1AwnK=7Np-$F8@?g)+S!CJJH@dNyQ%|;{LgKYGo@wVBr z!0+*rii2%7x=839X?hni1Ei|Z!Pv(_xd4g2LVw6?W4L7;l$VyF@d=i`YB|(~P^-gf ze(pP|^?)nsO5U+xBPJW8&!~2dWHMtfIel%9OGtNwGzy9_u{*;?(LJXxLpRFrbQG=` zmTXSt?a|Iy59@y~tmU9S$+x6UnfwyuA+^&c25NkS@NEk zr14AftuP%fALHeO z_c_?%HZlu;!u56~pOWlBEi;0Q)J}s`3AN}S%vpkNl+&q|v87=m+9%zFbUrU1V=0W~ zIcjfnx((l-YFWZ5dSoJr+7&D}g@eGaQah-T3sq~iHEOfazooW=t7b^M<9pq1ml5m{ zc7puQ!9Zi%QLS?a$4v|{`>KhB8W)g`q_J0Hrr9!9&CK6-CeCVnjvzJMo5tEoI};yC zGM!UGlI30ESKhVu8i~AIlhkUE`~W1s_obsoUA58pdUKkL+9G4mliUhCoxgg(O+n5B zfA1qc)~Nzq2jch54�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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc deleted file mode 100644 index c7180869f2e5abf32dc2ba10fb899e0866e3b398..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1400 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc deleted file mode 100644 index ca8940d0025da52abb3cf1ab6e980332ca8afbb8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 83000 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc deleted file mode 100644 index cbeac8f1282c8cbd734ca9aa02f5cd3ae954c401..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1391 zcmah}&1>976n~?Yw6e2nr*31f+lz5XsVG^|N>g*eUp?LkF!i_R7`Ac4pRO zjSoH;vWAA9it{f7_dn^SB{>9PL!hVLOgDy*Q{RkM>E_e{y?J`y@Asbcd$TzWcy7JE z8Nadt{!%a1vBu136`3Q5AR-B*#3w}YMq;Ejzoz+GVy2dFY2HliwC>jl81M~5)&WE| zvyN+JEZ-T_UFUCtZ!ReoS08 z&KOGP*ZPT!?+qlo-wpT%li%~a!#HYYbTGQHM%Nxa`1)ZuE?!^b>@a$WuTQWS20n?v zHzI2Yn)+Y`@ zDuEuLLgxqu#5L9nYgN_p9G(+?5ye8yXo=4uEgGs+M1^KS%640mwM}YV<)+5H53gtE z`Nzope_H#yoUZP=p zrZml?exmpWr9bt9q||7z3kSi+t&xMGh953(sY*UWQZ&cI4_T5>>Jt8uN~r3)qk-X$ zGF4<*DOQlYJ%Dq=v@V@Bz@9lXh_&!6{0HzF)hfZ6J?2`^E-O__tKOh(OShl{ss=9V z4Vl=|a&hO%MHcEml9vAwz2?Pi+8K|d+$OG|DQuJqTzd5plm%<3)pT?d@0{BuI4k^f nl&S8-5|XnTA>{l9kQ=9P?G&z`!txutNm_r*eQ^$W>stQ>Kh#TY diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc deleted file mode 100644 index 00efe1f6ff4ea6a4fbe430f9a0e59de37cf94220..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 39546 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 U{`}-Ct5dM?!N0DgKe>DV2T{mS)&Kwi diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc deleted file mode 100644 index f85ba245b0ed4e60f74a0ac137190db2a826d327..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 83119 zcmeI52Y_8wwf<*PCp|M0k`O|AZ<9uEne^U!n@nckB$G^%$;_lT6hz?p6h#FQ5fKm& z5fKp)u~#fN)({)-`7H5SZbm`H_P%eez5ZvP%$-a^(SLG}kuUqV_dadim9_Rd_ug}# z?a-lZ9{zX5^OsfD+@7EJGlKoEhj0Ah#r1i4x8=D!mtU2)HGgG(eqLpsYsUXv^IP*> z3zr9NDcVZ3wP=B88_~9+?L^y)b`b3-+DWvtXrXA4XfYMX=^}KVXjjp0qTNN$7wsW> zfoMXg|4v{?z+;qyfSMMF)uv79AowRJIu=?ct&$L`RB_5-kxO zEjmVYtmrt=@!Z3G`K~$s+%Zv>otpY$pgiTgG2|54iPo$a?Wt+86i4Sbd+d` z=xEU~qGLtJiJEoQq7Buo+cK~&udAh8bt}=!hsiePyX=YkF70i;%TbFAJe%=64_Mc%N$>&3D<3$6d}h>+;BEUG|^ax|}gYUY((0 zZ?i7@M@YZLUGBF;dMxg;C!6o8b=9Kg$Dwr#PHA0UT|DmcIF{9TUKSZRGw!?WDU#PD zvM&3~ce%C2UAE7cxs7Kv&gm_4`iR$AR^u5p%xXN6Wi@)CWi|E>70WelT^`A-%lQ@= z*tWQfql)j+mi$AnrSEEtFyC!+O6&5>v&CKZx0fsJAZOZ??_$1025x88WxJc~!+e)l zW!7ce;x4bs)(q@7-(}l;mvh3nOSY`0)}`8-fo-!cXU5kIJhKw~Aa9u(-<}^If((iKVk;HM1^f#Ulf+#H`DB;kWZ!Mq zh;@1VY;l)Iv&g_XW?i-|GO%syUCuu_GH^V;-sP;9yWZtBpE|2?MpIdh=M>Ls+{)rE z&o90rLr*L+sAbi2Bj0V`z`ES4`7ZZrk%4XVU7m|Y2KF}|8MwE|x}0l~f$ex?;9kvl zIhw7SV1L|q`LF!czT42c+)F$%aE@g)j+V&3Qi}}iY1+E9FylgG-420uxsUjImpyUo z@+>Seux-A}neoWL(UaG^oRuvy(5{x%ILFouY}Ds96`5j;(h&X6s!Z zV~9jkTkmpoxNLtWk%33GYC`jvs@gSf-Hw5EdHlvJVV+CecR4>^33EyonhF8j@Q*^WmBUVq~&GM(btF z>+(u1GO!(A@AAyzSq*bevab5B#s^#P7BymB9w8nX*khG2k7jEI_S;8Wi`$*>#`lUE@u`>j6FH-a&ERY1N-A~m)CQ8)daU~>>e4%Y|X%S zQ`H3L*!^9e!DzXPcs0RS#;mKW1zOZ1Zp?S-QGtEA_jqhzkJ*=PvoDWr_N6r&U-5FQ zDDrY{+`b&|E>~gp<-SkPdpYyev4O{H>Mj}2!0thEk7i%mFTcX)YT=DTb+9(id|t0%a(rmf5U#qaQPJIia_U*pvp zXU46|p71^nIewRnd$e~ac#W3Vcpm1vY{z|PvXtOSRvfbh3R!!$M&U&?14QgHJX{{P~24-DuIYO?k@w`SGTVCU}n{_R( z@o&anTl3ngp?hFm9_LJIVa~T&n8&pHIP8!6E=DCXa3mfXc%AmXB}e0T8rWmCFpm(g zh1mmtfm$t$y?N`h*L;`9uzG_1c88a3d+&#ByVJn=c88b!W8@fi|C~LR*Yw^3Jy=_2 zZL{wAfpvMd=DXZS+;=$|&uZ*xs#@cIqFR{eZPsNw9(TFFrXmC9^zpSY+wc}>!!;Sl zY)!@)O~qZ#iTf^lEUU2{_g!39gScxsEsDE68d#V1u=m{Awz$i7HtVwA)(pI+Y>@$T z8u%{f+Pf2M$E!8=WQ)7(Z``^#PL{}UI@aY?nD6o!=DTdi<1Tx$M}~&hz2G#g%l)+x zf5~QDp1WC>?YMQhZ85hM>yqNW%O0yI*nVZci{m$8U0Ts11CKXct}EMn?wo19%XZVg zYiqN}cY8LlE-hsB1dngEFxzqK@|casUCy^!7&8Owa^zog|C~p%^)AoW)(pHx%W9mH zEvs=(vF4q&$|LUAApS zrq*STWi?)xt#?D~YK4}~y1ib3b$PV7@3N<}T$x#yJyBL8*L3%9ivM2t& zC3~W{OR`FsZCf+&nDMN}(WdS+a4TF5^wienjQE;?J#p*ucxGL;?R`tm%;vl3KgqgL zjEEvbp9a?DzRkMacYMvj9jihSlpFs#ueEocxfTCE?))nU2YSP4D2!A zW!vtNajUp>dDY`-X^FdbABR@vU52=I`v=zLp3J&zXY<|H(z-n6nO76Eg+&IOT`cZ$ zEN)%)#6PFU9`jwk8s@v~xBKU8$9)$wy>)3(+Bl1K^<2clw42?9Wc%#%U%omG??Q(D z%j;^&f4P^qh1p~N%e~pBcwuu`Sl784d1+x=_gd^782B%bZ~n{nzuJF!%$MuGyz(&i zk_XCK!Tgs#nC)|>>^J{qJ8oU}n048AcbveT#1KY25 zWT0J7jts-j`pCf7q~WI;*lSr$+%S%o^^TUr>-VwEsG3n!v@f%)(qV5E3GC*{~LVw)wM1yWp{F55x?GT7#Vofcx2!l z`@{(MV!lhe#(kHg_K6XWM(f>Z&7gO3;_KZp=ZJNA{SC7kdu`3YcH@zOqa($q<8ha^ zv^(gWb8=Q=9%DRUR%;k{$DSkBr4>T!lH+TJhQ7-lTkkezUH02u9Qyjn*0ogwS7dC* zv)Z_G#JaS?sjW-f#3MsP>+&_p=DXZ`wydUcfjN!7+t9k>#kxGs*?oWaWb2Y`%|M&Q zvl@Gb$^FU3eV20@&uVzBq*hal(z2{0?2eAV&mcLVnN)^nw{_{6{dpa+tVXY~xXX6q z_sD2V%WB-0Wi@UUU+;2ebdM~uDeWAy?m6POYFT)zw=6AUl>}`uSXS@Zq5`+HZ>(`< zJSuQB9&^>QawPFodnZ`$-~?6hITCNxvbgG)&$2h}v+S{TF0F4XG4{uOmKL=83mnaM zUza{=e>5fpE3tFRvXRfy76Zjk&9dyt77ZAc8~52T8n7LIFOByR_=ldVKC3LT_8hS+ zuev|;QkG~y+gUW=ytvPXmZkMA8mP}wZGEejdhKJ#nAqeDhh3MxVyBm4U`r zjSJ_BWqGA`hY@XWS^B9}x}0I3b7VgvB6OIjtqs_3?>(?>PY~hEZ0lJ$lB^5#E`qIO z)wWRv<7;xZ-d*ImH;e{qS^kU0zg4JxV~TCFEZdFOVYI1zl8H0pRjyf9D=_v8?@tZHIe`s{0FS^ezu zNwP=xO8_`11^F%v{ z7K@gO7KpYLZ6VrOw7uy0ZX%A+L$oJVj?`UvlIR7Z7mBtM?JL?#bh7NFqi7$|-l9`P zn~6>po#v+FNHg3_=qxweA8C%83!dlZLl?M(&_!-BbiP{xUFw!Wm%A0vm2MSuwOa$7 z?p8zBx-#f8w+>qF)*SAA?K*>h?+T$AR|GxbilOzc3-k}}Jm?=?SLgxP4SLvhhhFE-hhFb`KyPptKyP$C zp*On=p|`tU&^ugj=$-Bbf26zIEb!g#Md&@Q5A5* zEc9774*Cr@9{MeJ4fKe+3i=&)1@!ywa_CWaHT0Of68a-|8T2P^CG>eW3HmelCx4`$ zyHfBA?o#NBZVL2I?$6LayT3sH;$DKji!D-o7)BbyZamTAMWqaf4YC%ntuzQ zU;9t_TiWQKh(12idV<7?OBm5`clu&Cp%Qv9^(o{l`9$m_-z51a$v62fTfSkAc&p@yw@Hq;RdU4JB}cqNa>P3&N8H97AuEt~ zxi?^&cT2W-k7SGYO15~PWQ+GRTOi*&4gG**iU%cAe9)~$&xhPp=!abj`Vsd==tm_Y ze9XNL?T<@F_ylu`9O;viS3V_q<iC;l2N|uwqpCQNnZK7WR!18 zMoBZHAm7{s{jS>%{hr$o{ek3{=a^sQNI#Su^JB>_Kb7oa`3BJ&`Gzt37j7x^m#!T8 zEBAWnad$2B*Nle9H;j9~k+}C;iF?13h_^zbVg+NM9I0Aj-|r>%Wf=RAZxH!hJt9{g z{{DkxwLeN$J0Mx@uw=FCB&%I7S?vbNYBx$&yIHc@?UL2*U{*uMK}M5f-6dJ=Zpmu* zNLIU7vfBNU)gF+n_K;+?hb5~$B3bQG$!d>DR(o8s+7pu1o|LTilw`H1akh-k&oHOS zu|6Yf&d*6+`-0@PFG*heisZFtC9i!$^4hl~uN{%R_8rM<-?vRX1n5OI01e2E)fOFYowBN^eRZN`K05%0S8p$|aN%$`HyG zl)jWvltGjMl%bSfl);pqlzx1FoYIZb ziPDV1-}^Y;p2FV*Io^@diqeA8fx={bynxb@QVbc|{`iG#pHJyZIgfGyr8}jNGM+Mw z(wTBOd z4n_J_vNefPL77Z(lqreKr0k)5iL#gSWy(IvS19`_2Pg+AhbV_B*HT_bc|GMi%Jq~t zP;Q{Sk@8i_jg+rZZlXL(xta2H%70M4L3tD9o0R{ge2emCN}BQ($`Q&fly6hsO8E}u zZItg)Zl!#W@^;GiDes{CfbvetQOa$U=P0*Rj#1u4`61;F%8w}Tru>+4C*>!U_fURH zxr_2V<-L^uqTEe+ALYL(_fURDc|YZUDECr+PPvcr3(EbJ4^Vzdd4TdO%7c{Sl!qw4 zrhJg{zm$h5zoC4H@(AU(ln+yWM|qU;5z1qfk5V3|e2nr0<>QnmDNj>AMR|tuY076P zpQZeslA)ZS)KmUI`6J~8%8QggQT|N%3*{xsUm^S2&R8^WyBK1QpivcIfud)f9Hm#Qh-T3&suqYajAWllKOwQg^9 zWkq>aS@rhX%DT#3sj`~#y2|axingRu)n(*+mZyPsi%-9lGEj6;bykZLsURwe)lz20gcr%pH;_J<6#OkA}_r6qc zC7L^{Qdie>$S#gR8%s0I z*?eA_E!oVp%4^dO{jCKG6xs;1RcI&BUZI0PM}c!B3ye@0DKJW*L}0YS z7=f`0;{?VlTqJO@!X*NiDqJRTxxy6!S1Md3aJ9lU0u%D{+O)lKOr|tna3YW|#3aSZ zI$A$PajGAkra0Z>48@r`IWtRfwjZ6NIM?Gm#rb~n0>y=Xbdlm>k4qGndR(Ts+~W$x zl|Wv?D#g_v*C?*_lgkv>`O$L4^&Tq}oyU~o2Hp0=M#W9}c^x_)ZQtS4|F1u+vzv?K zXC^nxYuP&Seetfu_r(n7zVAKc}ra|J?S8^C!-qW6nRXy*mH=j*0Up z&Yxq>zd-NtXBKu&oIi2?9CQ9foi*|=E=rs~asC{0{v}1~{7bte&Yw7cjyeCbF6#Wt zyC%+`IDd{g|B9~a{42XB&Yw7cjyeCT?&|!jdnC@EIDd{g|C%1^{A+tA&Yw7cjyZo> zPj&uvy%Oh7oIl5$zr2?^|N1_O^C!-qTh4!?qK`Vi>z6ox;{3Vg{Fzigb^Z+l66a5x zKgXPZ;{bL3O@k8WPnFzf_(7z~zbaC(fT^ z&VTT7b^b$FCeEKYe~vl-;VaeoCtQ=)Ql3y=5Iv#1AbLW1LHLAnK=g!iK=g!iK=g!i zK=g!iK=g!iK=g!iK=g!iK=g!iK=g!iK=g!iK=g!iK=g!iK=g!iK=g!iK=g!iK=g!i zK=g!iK=hPmK=g!iK=g!iK=g!iK=g!iK=g!iK=g!iK=g!iK=g!iK=g!iK=g!iK=_1m zVEBY`VEBY`VEBY`VEBY`VEBY`VEBY`VEBY`VEB|~VEBY`VEBY`VEBY`VEBY`VEBY` zVEBY`VEBY`VEBY`VEBY`VEBY`VEBY`;2Auj9J5QWQRkmnnxBOJB=qN4=%0k2Jm61L zWF}97`zOI4Pbo)CNP@qZ;hYct^;7T@AL9N~rzFuIkEc%_(w|!o>Bmpni2F~Umbic7 z{`x~dx$_$pGw>5m;{G#dB#R$)|77ta?hiAZ^NXL%Ec|4dxc}@~N%T*mf38LUIrxb_ zasRn<68BHsKiAxU9)6Ni+<*SOWbuK5{<-GFVwrdUl`G)> z$%h`24?WnszBy6)u3F*UfAy-w{Wbb0Z+qp=+g@u{dG}wtCRzL>i=SLu{FJTn?!T@q ziT+9S58OW|7C+@>-u>5?C+?rPf3CTIMY(r>SCP1X;{Lhj{;3M@{u@%s+CN$Q2kwve zM9=wmeNSvmdH3J6F@HjSo9J7&nG*4bB)-!h z@Sy-E{Il}&Y)O2V*Di_gNqkS%?~G!}`n@!R4>{5l=fdZellY#*cPvrxr44#?vVKq2 z?|P3aS-&Uoy)@HKqC#>%GPxglwtW98SooUT|uLvg0xc9!C7KY5PgTt7Nb zalXd|iVHn1Qe5n}U81LA<_-Q$0>oobGXk;!I${jYXMRinA5#=P1tgqw^H! z3l?V$fXb`_UbWH6Cjf>pbpM+~sk%;vSEC7591EuXw=Y zLB&HJ4=YY+!55`CQ`$n~v&Tt_lRZvRoa%9!;&hKQ6lZ#zr8wK;9L2dF=PAxttY4tG z(2p)sTAzo( zlN2X=oT50@<21$T9%m@d^f*g#w#PY&b3M*eobPdg;zEy$6c>A3qPW!KGR5VB#q}!` zSNhRaimP=rvqo{PA1zZ{=doOIy0eHAFWi}>~V`?m7ly-aho6A zu2}7HhhmMNT&q~;M|Udj^0-@ZkH@`=`xNWv5jqe2)th7kXTzxY*+o#ibsXDK7W8LUE=#1ywBr)#RD?AD05KpkZyb8u;K(1qsYG}N(=b! zH=Wn-#MFYkUgMuDyzsdW-H&#?^l0(m=Pu~~T(_Pln&owz-t2`=1-&q;j@<7Z4S@fT-97M8z&3Ds}-;u?vWbT|iXq0-|CU z&`%bcEOr3{bk#XfV35LKfvDKUw5ZqxM8z&3Ds}-;u?vWbT|iXq0-|CU5EZ+CsMrNW z#V#N!b^&3r3k-{0U|8$|!(ta07Q4W(*ae2gE-);1fnl)=42xZ0SnLABViy<|yTGv6 z1%|~gFf4X~VX+Ggi(Oz?>;l7L7Z?`1z_8c_hQ%&0EOvomu?q}~U0_)30>fe#7#6$0 zu-FBL#V#-`c7b8B3k-{0U|8$|!(ta07Q4W(*ae2gE-);1fnl)=42xZ0SnLABViy<| zyTGv61%|~gFf4X~VX+Ggi(Oz?>;l7L7Z?`1z_8c_hQ%&0EOvomu?q}~U0_)30>fe# z7#6$0u-FBL#V#-`c7b8B3k-{0U|8$|!(ta07Q4W(*ae2gE-);1fnl)=42xZ0SnLAB zViy<|yTGv61%|~gFf4X~VX+Ggi(Oz?>;l7L7Z?`1z_8c_hQ%&0EOvomu?q}~U0_)3 z0>fe#7#6$0u-FBL#V#-`c7b8B3!LanB^JBDu-FBL#V#-`c7b8B3k-{0U|8$|!(ta0 z7Q4W(*ae2gE-);1fnl)=42xZ0SnLABViy<|yFe{=i!v;Bfm-YqWmxP2wb(7nu-FBL z#V$~b-J%SOU0_)30>fe#7#6$0u-FBL#V#-`c7b8B3k-{0U|8$|!(ta07Q4W(*ae2g zE-);1fnl)=42xZ$7Q00m7Q4W(*ae2gE-);1fnl)=42xZ0SnLABViy<|yTGv61%|~g zFf4X~TI?2QSnL9|*e%Ym*ad2_TbyCB3)Et_IKyHWsKst^hQ%&Wi{0W3i(Q}=yTut6 zyTGv61%|~gP>WqGmUXfgyTut6yBO7Cw>ZOM7pTQNkFv{~!|Cu$*;VX+Gg zi(Oz?>;l7L7Z?`1z_8c_hQ%&0EOvomu?q}~U0_)30=3vJl42Ja7P~+#c5yR9FCi>; zF&Y-TKrMEQq}T<9#V$~bUHtpiU4_LiM#EwksKqY+{p#ef*u`jA>;kpeEy}Ri1%|~g zFf4X~QtYxA(#c`5i%~6h@%rkh7Q00m7P}Y?i(Oz?>;kpeEy}Ri1%|~gFf4X~VX+I; zVz)5EViy<|yTGv61!}Qdm|?LC42xZ0SnLABViy<|yFe{=3#HfvYO!0GVX+Ggi(Q}= zySSO5qgw11O0kPkEp`htEOvof>>@rZhQ%&Mwb;e$tD|ADi%~6hi!v;Bfm-b1^;Ohj zw=tEM>;k3O#SJGGyVzEWT_B5HpccD$eHFFXEs|mvqgw11NwGTwW$XYJ dyL~QxuCTWhyO%dCcKbB@c3#h#qWrwP{{wgx!;=62 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc deleted file mode 100644 index 97bb19bcfb148f3d3cd2e5753a18674389763fd1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 76985 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc deleted file mode 100644 index e41c2d7c14e7ecf2f1a7d31e0f48a0c95579ed31..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 77496 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 Y(GyN*tb1x`>cj!x4~%UamJkU1KgUTzZU6uP diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc deleted file mode 100644 index a85e64015c1fb896a38d39d77428ca633ca9e89b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 83073 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 Zwkqnfrp-^gmh^7*ouVG~-HMBf{vX6Fm)QUS diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc deleted file mode 100644 index 2a14a26fee2d7ac202e4c5bf9417a63cfe09b319..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 77513 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 E0JEitQUCw| diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc deleted file mode 100644 index d20388a83834bd2ed400659e97d887943ca1f944..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6999 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc deleted file mode 100644 index 892eb8d5aacec75c6e16000fd65e1890eadab7fb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3900 zcmahMT})fo`P}P!%{8{MLrg;;1t$m;w+R-IpAz!3G*Czv%nGKPyhc~X_Zm$6!_K{q z3UVs6MH)=0@}o_pQl;_Oi9K{r>!dzpZ;|%G1vGm{sTOJ7L*A%J)T%Gr_Z{0{9H%{k zbH8)G?|kPw-@pIicGnXa15f)CziA-kKe#9lxdiM?0kA?eq6tZo5+XuMjEDl!M9r48 zrKE_&VJRu6>=8SMCU*MDYvDF3t)F#)EodeERhd|h-ZQXob0vHY|>1;J#Xs!Uc2D0_rs`- zEImA%<3`I2%0y8-8c30&0sPy6`Y$lXEN!&?w;PDkudd>bJ5rha2z8z zmzWExK&EAA5O33TGnkq}$k0vT1^(APH%|}3T?_5CjnZ9y;+sHZbi?%BB6*^?m+LI0 zdG(j;O7oV|Q@A?1ByB0j3TFqFq&p2yS~^yTH(O3DNgsQ5-~@@4Oo1>r9XB6?MV0x4 zqWRW1A(}2nW~I`i;zL_%@6YaxAVxvE}NnG#G6Kc1%HU zRUv=vi@Z8Oano(Uyn@Dojq0%|zDs@$hMe7vxIKy@&fJZz+^+Hl$vxrv8A3jQQ@6xh zw%WXBQG%+Gvz6oamXwoBrHrnX>24ecwO$3@t}@l$ch<89mmv+`;VrNBzOai%tr|IT zt>ml%G110+%%Y*I2Dr+u1OiEaxleAiebwM{AFAMaq>2ERRXiW;W`X!ObLLa zXaR~L{Oo@)0?m6ljXCsmHl7Lur&XeJVT6 zT%~HHrlTpHDOmim>7h|H8jjT(-~9M)0yn_jH*S=C~M#>GU<3i z)6+4XHBO9-jfbyHhSl)M_z*0v4MHmCi5i262?-{lM&Jdd8qcp#@I5MAZ(vQqX2m5Zd{Ie7P@<&V}qfpsMSGpzHTfCWp>>2>8a%wHe!uQqQU zdSi$996uM9hnFrdnT6K&KVJOgV!rj1)q3jl@Mi0|rE3LG>!-PVdym!Lv*GC}czr9* z`_8=gsO3Fc@SQFAn)AL+%hw6O%IN*kg0JbhLq5>>+(p{o%(wMeZ9Vs--#h>1Z7T8U zwc2|(JiSla-pIH0S#5p$v3ScS+)|d~g4KFqv-Q$FrEt*qP##3x5-EEJwEXF$@Nn|eGEkJ zZwK(@+b2j{*XqR@`r=g;oycdxU0Xsr{D7QZ+Qkl z6M1ikUt0CZ?(sJ8C9{#zI59v*c|I z#lpyB3>c%>`Cx!kj0q;klbNVV@j=X8>VRW%vwu>IA~znx2{V}SK1|=; zCf|sntZXaf%%G4zJz||6`G!dH$<@#{ejbNk;OB+QE}z`?9+O)hPOhH*EU@0uXT5%E zo502wM|SYDJtBzmz^eQ$fe+UJzbF)FV0LqU4t{M>w0Q9;UfxevH2oCgow@fl*A&|o z)>upsJO!nSzwan^DNM#}X>fh<6v>kwzw=L|ct5rR-z(>f8ox+~VTrmhuz+sc1VQ-r iJP|tnOU`^nj(J^1Q1c^&4A%RATghVgB1%*P@6Em~xO^8RUZ{GK2X7`)-J?$^1 zsR2Gd_+!Cq76ABDB%`4w;P?j)9s?J+kN_Xr5DJ_j8DFs#i4~IdRa=!fOLBhR&P%M4 zf?u?Y66c8K>$Wa&o*2Gqn-UkugkQ2t5*Nuif6|_mSR+&Zv^_1cPR{#fy9_}FECJWp z2Cj*feI>5Xp4ptJmR>-fRUy+By>4xl4%(RVY^uKAqD>qw(Lpp!S-rlx@cu%YPTXnr zyHTr)Z+j$^$MjqG>np4229bX9>HpHT&(hRbTAaT&H=pME%Dv@}7SmK~u6*1)$?mV+ zz8+^zBCniMt#9)58?H76HgtiV!Ag(!+CImS$nG3B#Nx3~pR`n@gCdt@*?83`W8Rj!%i4j;f6K4f%_X4@!HmK zGh83^ug%WQTY(qitHYM_fZH~(hThOZe49I>pjy0+mnAYb1jaVw#N;V~geh) zC7Mg0Fu^>a$$sG%$%J1fjIazdx^3|fNhskgruPQxt#-mlOKCyR3lc)ukZDoaxt3jV P0n1Nk-hB!9EMNN{ow0d( diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc deleted file mode 100644 index 933ad40d79ae08d81f1fd3409c1b4edc6b50a6c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 38642 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 C1Z-CT diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc deleted file mode 100644 index bdd6aae1f3fb129fc9f036b062bfdee69746ad68..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 629 zcmYLH&ui2`6n>LQwsGmAu2NVLs(6af9kdt4B0??o2dpCX(0~jvGu@45Cvh^nkfWe? z^-})@@lWws4`nVYp1c*-UV8FPc8hcP=KJ2f_f6iLeCu@Dfa}iB+u0`q@Y{*g6)ec? z9+G_!AV>~l5|gnPdjurWU5t4cqcJ7m!8Qo`4umi1S30ka{W_3=!>IMgg(A;(c6Og` z@y!QYn~xt3wr%*NG+CjNJR3}&}b?}LPx2#CGsAgT0w7?Xh@ z8*XnQ^BVU5ggRaOQDEE8WHrf+^S7Z?X(2K-wC%J|dznBjZI~x&I7xd+=F_;VS5V?_1JyNzBT5MQ0oQ-gbH{B6uKx9DaOK19 PG2nKz4BeHtj~bJIBj%yV diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc deleted file mode 100644 index bfd0ed7b5255ac463d96fd3a3bc72ffa3e2f7947..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6384 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 JNf0rG{RcairUd{1 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc deleted file mode 100644 index 2106d2b8c45b09163ecc4b0f61ed2665c9b3f3a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12266 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 UXP -# -# 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 -# fmt: off -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 -) -# fmt: on diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py deleted file mode 100644 index ef09c60..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py +++ /dev/null @@ -1,47 +0,0 @@ -######################## 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 .chardistribution import Big5DistributionAnalysis -from .codingstatemachine import CodingStateMachine -from .mbcharsetprober import MultiByteCharSetProber -from .mbcssm import BIG5_SM_MODEL - - -class Big5Prober(MultiByteCharSetProber): - def __init__(self) -> None: - super().__init__() - self.coding_sm = CodingStateMachine(BIG5_SM_MODEL) - self.distribution_analyzer = Big5DistributionAnalysis() - self.reset() - - @property - def charset_name(self) -> str: - return "Big5" - - @property - def language(self) -> str: - return "Chinese" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py deleted file mode 100644 index 176cb99..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py +++ /dev/null @@ -1,261 +0,0 @@ -######################## 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 typing import Tuple, Union - -from .big5freq import ( - BIG5_CHAR_TO_FREQ_ORDER, - BIG5_TABLE_SIZE, - BIG5_TYPICAL_DISTRIBUTION_RATIO, -) -from .euckrfreq import ( - EUCKR_CHAR_TO_FREQ_ORDER, - EUCKR_TABLE_SIZE, - EUCKR_TYPICAL_DISTRIBUTION_RATIO, -) -from .euctwfreq import ( - EUCTW_CHAR_TO_FREQ_ORDER, - EUCTW_TABLE_SIZE, - EUCTW_TYPICAL_DISTRIBUTION_RATIO, -) -from .gb2312freq import ( - GB2312_CHAR_TO_FREQ_ORDER, - GB2312_TABLE_SIZE, - GB2312_TYPICAL_DISTRIBUTION_RATIO, -) -from .jisfreq import ( - JIS_CHAR_TO_FREQ_ORDER, - JIS_TABLE_SIZE, - JIS_TYPICAL_DISTRIBUTION_RATIO, -) -from .johabfreq import JOHAB_TO_EUCKR_ORDER_TABLE - - -class CharDistributionAnalysis: - ENOUGH_DATA_THRESHOLD = 1024 - SURE_YES = 0.99 - SURE_NO = 0.01 - MINIMUM_DATA_THRESHOLD = 3 - - def __init__(self) -> None: - # Mapping table to get frequency order from char order (get from - # GetOrder()) - self._char_to_freq_order: Tuple[int, ...] = tuple() - self._table_size = 0 # 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 = 0.0 - self._done = False - self._total_chars = 0 - self._freq_chars = 0 - self.reset() - - def reset(self) -> None: - """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: Union[bytes, bytearray], char_len: int) -> None: - """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) -> float: - """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) -> bool: - # 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, _: Union[bytes, bytearray]) -> int: - # 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) -> None: - super().__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: Union[bytes, bytearray]) -> int: - # 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 - return -1 - - -class EUCKRDistributionAnalysis(CharDistributionAnalysis): - def __init__(self) -> None: - super().__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: Union[bytes, bytearray]) -> int: - # 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 - return -1 - - -class JOHABDistributionAnalysis(CharDistributionAnalysis): - def __init__(self) -> None: - super().__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: Union[bytes, bytearray]) -> int: - first_char = byte_str[0] - if 0x88 <= first_char < 0xD4: - code = first_char * 256 + byte_str[1] - return JOHAB_TO_EUCKR_ORDER_TABLE.get(code, -1) - return -1 - - -class GB2312DistributionAnalysis(CharDistributionAnalysis): - def __init__(self) -> None: - super().__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: Union[bytes, bytearray]) -> int: - # 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 - return -1 - - -class Big5DistributionAnalysis(CharDistributionAnalysis): - def __init__(self) -> None: - super().__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: Union[bytes, bytearray]) -> int: - # 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 - return 157 * (first_char - 0xA4) + second_char - 0x40 - return -1 - - -class SJISDistributionAnalysis(CharDistributionAnalysis): - def __init__(self) -> None: - super().__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: Union[bytes, bytearray]) -> int: - # 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 0x81 <= first_char <= 0x9F: - order = 188 * (first_char - 0x81) - elif 0xE0 <= 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) -> None: - super().__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: Union[bytes, bytearray]) -> int: - # 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 - return -1 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py deleted file mode 100644 index 6def56b..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py +++ /dev/null @@ -1,106 +0,0 @@ -######################## 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 typing import List, Optional, Union - -from .charsetprober import CharSetProber -from .enums import LanguageFilter, ProbingState - - -class CharSetGroupProber(CharSetProber): - def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: - super().__init__(lang_filter=lang_filter) - self._active_num = 0 - self.probers: List[CharSetProber] = [] - self._best_guess_prober: Optional[CharSetProber] = None - - def reset(self) -> None: - super().reset() - self._active_num = 0 - for prober in self.probers: - prober.reset() - prober.active = True - self._active_num += 1 - self._best_guess_prober = None - - @property - def charset_name(self) -> Optional[str]: - 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) -> Optional[str]: - 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: Union[bytes, bytearray]) -> ProbingState: - for prober in self.probers: - 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 - if 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) -> float: - state = self.state - if state == ProbingState.FOUND_IT: - return 0.99 - if state == ProbingState.NOT_ME: - return 0.01 - best_conf = 0.0 - self._best_guess_prober = None - for prober in self.probers: - 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/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py deleted file mode 100644 index a103ca1..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py +++ /dev/null @@ -1,147 +0,0 @@ -######################## 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 typing import Optional, Union - -from .enums import LanguageFilter, ProbingState - -INTERNATIONAL_WORDS_PATTERN = re.compile( - b"[a-zA-Z]*[\x80-\xFF]+[a-zA-Z]*[^a-zA-Z\x80-\xFF]?" -) - - -class CharSetProber: - - SHORTCUT_THRESHOLD = 0.95 - - def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: - self._state = ProbingState.DETECTING - self.active = True - self.lang_filter = lang_filter - self.logger = logging.getLogger(__name__) - - def reset(self) -> None: - self._state = ProbingState.DETECTING - - @property - def charset_name(self) -> Optional[str]: - return None - - @property - def language(self) -> Optional[str]: - raise NotImplementedError - - def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: - raise NotImplementedError - - @property - def state(self) -> ProbingState: - return self._state - - def get_confidence(self) -> float: - return 0.0 - - @staticmethod - def filter_high_byte_only(buf: Union[bytes, bytearray]) -> bytes: - buf = re.sub(b"([\x00-\x7F])+", b" ", buf) - return buf - - @staticmethod - def filter_international_words(buf: Union[bytes, bytearray]) -> bytearray: - """ - 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 = INTERNATIONAL_WORDS_PATTERN.findall(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 remove_xml_tags(buf: Union[bytes, bytearray]) -> bytes: - """ - Returns a copy of ``buf`` that retains only the sequences of English - alphabet and high byte characters that are not between <> characters. - 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 - buf = memoryview(buf).cast("c") - - for curr, buf_char in enumerate(buf): - # Check if we're coming out of or entering an XML tag - - # https://github.com/python/typeshed/issues/8182 - if buf_char == b">": # type: ignore[comparison-overlap] - prev = curr + 1 - in_tag = False - # https://github.com/python/typeshed/issues/8182 - elif buf_char == b"<": # type: ignore[comparison-overlap] - 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" ") - in_tag = True - - # 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/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 9bd6a59a7813caf22b11adeef264260b524c010b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 192 zcmZ9FK?=e!5JeNKAVLq~!Vc<66p!E)LQDrcnkFGh3q6Tv@GM?J@C4GGE0e7s{`@z? zhk2Ief+g)=JIeXa<6q-6UG8jPOMZGVKS|q|J6{2fZ4s!`Bn>!kuc%^x*hAH$=|R&O z+z=aUw$*wAfg-M)R5y9S0FE4pRI9BA)kt4s1f>atAVX1z$_?N7p|y3V@#tsiA5RV$ KJ_YC87m0qPbTab* diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc deleted file mode 100644 index a7cb0b94e90bdc365cddaf6b75ca1aacd9718b4c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4009 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 Optional[str]: - """ - Return a string describing the probable encoding of a file or - list of strings. - - :param lines: The lines to get the encoding of. - :type lines: Iterable of bytes - :param name: Name of file or collection of lines - :type name: str - :param should_rename_legacy: Should we rename legacy encodings to - their more modern equivalents? - :type should_rename_legacy: ``bool`` - """ - u = UniversalDetector(should_rename_legacy=should_rename_legacy) - for line in lines: - line = bytearray(line) - u.feed(line) - # shortcut out of the loop to save reading further - particularly useful if we read a BOM. - if u.done: - break - u.close() - result = u.result - if minimal: - return result["encoding"] - if result["encoding"]: - return f'{name}: {result["encoding"]} with confidence {result["confidence"]}' - return f"{name}: no result" - - -def main(argv: Optional[List[str]] = None) -> None: - """ - Handles command line arguments and gets things started. - - :param argv: List of arguments, as if specified on the command-line. - If None, ``sys.argv[1:]`` is used instead. - :type argv: list of str - """ - # Get command line arguments - parser = argparse.ArgumentParser( - description=( - "Takes one or more file paths and reports their detected encodings" - ) - ) - parser.add_argument( - "input", - help="File whose encoding we would like to determine. (default: stdin)", - type=argparse.FileType("rb"), - nargs="*", - default=[sys.stdin.buffer], - ) - parser.add_argument( - "--minimal", - help="Print only the encoding to standard output", - action="store_true", - ) - parser.add_argument( - "-l", - "--legacy", - help="Rename legacy encodings to more modern ones.", - action="store_true", - ) - parser.add_argument( - "--version", action="version", version=f"%(prog)s {__version__}" - ) - args = parser.parse_args(argv) - - for f in args.input: - if f.isatty(): - print( - "You are running chardetect interactively. Press " - "CTRL-D twice at the start of a blank line to signal the " - "end of your input. If you want help, run chardetect " - "--help\n", - file=sys.stderr, - ) - print( - description_of( - f, f.name, minimal=args.minimal, should_rename_legacy=args.legacy - ) - ) - - -if __name__ == "__main__": - main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py deleted file mode 100644 index 8ed4a87..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py +++ /dev/null @@ -1,90 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -import logging - -from .codingstatemachinedict import CodingStateMachineDict -from .enums import MachineState - - -class CodingStateMachine: - """ - A state machine to verify a byte sequence for a particular encoding. For - each byte the detector receives, it will feed that byte to every active - state machine available, one byte at a time. The state machine changes its - state based on its previous state and the byte it receives. There are 3 - states in a state machine that are of interest to an auto-detector: - - START state: This is the state to start with, or a legal byte sequence - (i.e. a valid code point) for character has been identified. - - ME state: This indicates that the state machine identified a byte sequence - that is specific to the charset it is designed for and that - there is no other possible encoding which can contain this byte - sequence. This will to lead to an immediate positive answer for - the detector. - - ERROR state: This indicates the state machine identified an illegal byte - sequence for that encoding. This will lead to an immediate - negative answer for this encoding. Detector will exclude this - encoding from consideration from here on. - """ - - def __init__(self, sm: CodingStateMachineDict) -> None: - self._model = sm - self._curr_byte_pos = 0 - self._curr_char_len = 0 - self._curr_state = MachineState.START - self.active = True - self.logger = logging.getLogger(__name__) - self.reset() - - def reset(self) -> None: - self._curr_state = MachineState.START - - def next_state(self, c: int) -> int: - # for each byte we get its class - # if it is first byte, we also get byte length - byte_class = self._model["class_table"][c] - if self._curr_state == MachineState.START: - self._curr_byte_pos = 0 - self._curr_char_len = self._model["char_len_table"][byte_class] - # from byte's class and state_table, we get its next state - curr_state = self._curr_state * self._model["class_factor"] + byte_class - self._curr_state = self._model["state_table"][curr_state] - self._curr_byte_pos += 1 - return self._curr_state - - def get_current_charlen(self) -> int: - return self._curr_char_len - - def get_coding_state_machine(self) -> str: - return self._model["name"] - - @property - def language(self) -> str: - return self._model["language"] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py deleted file mode 100644 index 7a3c4c7..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py +++ /dev/null @@ -1,19 +0,0 @@ -from typing import TYPE_CHECKING, Tuple - -if TYPE_CHECKING: - # TypedDict was introduced in Python 3.8. - # - # TODO: Remove the else block and TYPE_CHECKING check when dropping support - # for Python 3.7. - from typing import TypedDict - - class CodingStateMachineDict(TypedDict, total=False): - class_table: Tuple[int, ...] - class_factor: int - state_table: Tuple[int, ...] - char_len_table: Tuple[int, ...] - name: str - language: str # Optional key - -else: - CodingStateMachineDict = dict diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py deleted file mode 100644 index fa7307e..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py +++ /dev/null @@ -1,49 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .chardistribution import EUCKRDistributionAnalysis -from .codingstatemachine import CodingStateMachine -from .mbcharsetprober import MultiByteCharSetProber -from .mbcssm import CP949_SM_MODEL - - -class CP949Prober(MultiByteCharSetProber): - def __init__(self) -> None: - super().__init__() - self.coding_sm = CodingStateMachine(CP949_SM_MODEL) - # NOTE: CP949 is a superset of EUC-KR, so the distribution should be - # not different. - self.distribution_analyzer = EUCKRDistributionAnalysis() - self.reset() - - @property - def charset_name(self) -> str: - return "CP949" - - @property - def language(self) -> str: - return "Korean" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py deleted file mode 100644 index 5e3e198..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py +++ /dev/null @@ -1,85 +0,0 @@ -""" -All of the Enums that are used throughout the chardet package. - -:author: Dan Blanchard (dan.blanchard@gmail.com) -""" - -from enum import Enum, Flag - - -class InputState: - """ - This enum represents the different states a universal detector can be in. - """ - - PURE_ASCII = 0 - ESC_ASCII = 1 - HIGH_BYTE = 2 - - -class LanguageFilter(Flag): - """ - This enum represents the different language filters we can apply to a - ``UniversalDetector``. - """ - - NONE = 0x00 - CHINESE_SIMPLIFIED = 0x01 - CHINESE_TRADITIONAL = 0x02 - JAPANESE = 0x04 - KOREAN = 0x08 - NON_CJK = 0x10 - ALL = 0x1F - CHINESE = CHINESE_SIMPLIFIED | CHINESE_TRADITIONAL - CJK = CHINESE | JAPANESE | KOREAN - - -class ProbingState(Enum): - """ - This enum represents the different states a prober can be in. - """ - - DETECTING = 0 - FOUND_IT = 1 - NOT_ME = 2 - - -class MachineState: - """ - This enum represents the different states a state machine can be in. - """ - - START = 0 - ERROR = 1 - ITS_ME = 2 - - -class SequenceLikelihood: - """ - This enum represents the likelihood of a character following the previous one. - """ - - NEGATIVE = 0 - UNLIKELY = 1 - LIKELY = 2 - POSITIVE = 3 - - @classmethod - def get_num_categories(cls) -> int: - """:returns: The number of likelihood categories in the enum.""" - return 4 - - -class CharacterCategory: - """ - This enum represents the different categories language models for - ``SingleByteCharsetProber`` put characters into. - - Anything less than CONTROL is considered a letter. - """ - - UNDEFINED = 255 - LINE_BREAK = 254 - SYMBOL = 253 - DIGIT = 252 - CONTROL = 251 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py deleted file mode 100644 index fd71383..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py +++ /dev/null @@ -1,102 +0,0 @@ -######################## 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 typing import Optional, Union - -from .charsetprober import CharSetProber -from .codingstatemachine import CodingStateMachine -from .enums import LanguageFilter, MachineState, ProbingState -from .escsm import ( - HZ_SM_MODEL, - ISO2022CN_SM_MODEL, - ISO2022JP_SM_MODEL, - ISO2022KR_SM_MODEL, -) - - -class EscCharSetProber(CharSetProber): - """ - This CharSetProber uses a "code scheme" approach for detecting encodings, - whereby easily recognizable escape or shift sequences are relied on to - identify these encodings. - """ - - def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: - super().__init__(lang_filter=lang_filter) - self.coding_sm = [] - if self.lang_filter & LanguageFilter.CHINESE_SIMPLIFIED: - self.coding_sm.append(CodingStateMachine(HZ_SM_MODEL)) - self.coding_sm.append(CodingStateMachine(ISO2022CN_SM_MODEL)) - if self.lang_filter & LanguageFilter.JAPANESE: - self.coding_sm.append(CodingStateMachine(ISO2022JP_SM_MODEL)) - if self.lang_filter & LanguageFilter.KOREAN: - self.coding_sm.append(CodingStateMachine(ISO2022KR_SM_MODEL)) - self.active_sm_count = 0 - self._detected_charset: Optional[str] = None - self._detected_language: Optional[str] = None - self._state = ProbingState.DETECTING - self.reset() - - def reset(self) -> None: - super().reset() - for coding_sm in self.coding_sm: - coding_sm.active = True - coding_sm.reset() - self.active_sm_count = len(self.coding_sm) - self._detected_charset = None - self._detected_language = None - - @property - def charset_name(self) -> Optional[str]: - return self._detected_charset - - @property - def language(self) -> Optional[str]: - return self._detected_language - - def get_confidence(self) -> float: - return 0.99 if self._detected_charset else 0.00 - - def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: - for c in byte_str: - for coding_sm in self.coding_sm: - if not coding_sm.active: - continue - coding_state = coding_sm.next_state(c) - if coding_state == MachineState.ERROR: - coding_sm.active = False - self.active_sm_count -= 1 - if self.active_sm_count <= 0: - self._state = ProbingState.NOT_ME - return self.state - elif coding_state == MachineState.ITS_ME: - self._state = ProbingState.FOUND_IT - self._detected_charset = coding_sm.get_coding_state_machine() - self._detected_language = coding_sm.language - return self.state - - return self.state diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py deleted file mode 100644 index 11d4adf..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py +++ /dev/null @@ -1,261 +0,0 @@ -######################## 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 .codingstatemachinedict import CodingStateMachineDict -from .enums import MachineState - -# fmt: off -HZ_CLS = ( - 1, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 - 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f - 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 - 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f - 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 - 0, 0, 0, 0, 0, 0, 0, 0, # 28 - 2f - 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 - 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f - 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 - 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f - 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 - 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f - 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 - 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f - 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 - 0, 0, 0, 4, 0, 5, 2, 0, # 78 - 7f - 1, 1, 1, 1, 1, 1, 1, 1, # 80 - 87 - 1, 1, 1, 1, 1, 1, 1, 1, # 88 - 8f - 1, 1, 1, 1, 1, 1, 1, 1, # 90 - 97 - 1, 1, 1, 1, 1, 1, 1, 1, # 98 - 9f - 1, 1, 1, 1, 1, 1, 1, 1, # a0 - a7 - 1, 1, 1, 1, 1, 1, 1, 1, # a8 - af - 1, 1, 1, 1, 1, 1, 1, 1, # b0 - b7 - 1, 1, 1, 1, 1, 1, 1, 1, # b8 - bf - 1, 1, 1, 1, 1, 1, 1, 1, # c0 - c7 - 1, 1, 1, 1, 1, 1, 1, 1, # c8 - cf - 1, 1, 1, 1, 1, 1, 1, 1, # d0 - d7 - 1, 1, 1, 1, 1, 1, 1, 1, # d8 - df - 1, 1, 1, 1, 1, 1, 1, 1, # e0 - e7 - 1, 1, 1, 1, 1, 1, 1, 1, # e8 - ef - 1, 1, 1, 1, 1, 1, 1, 1, # f0 - f7 - 1, 1, 1, 1, 1, 1, 1, 1, # f8 - ff -) - -HZ_ST = ( -MachineState.START, MachineState.ERROR, 3, MachineState.START, MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, # 00-07 -MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 08-0f -MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.START, MachineState.START, 4, MachineState.ERROR, # 10-17 - 5, MachineState.ERROR, 6, MachineState.ERROR, 5, 5, 4, MachineState.ERROR, # 18-1f - 4, MachineState.ERROR, 4, 4, 4, MachineState.ERROR, 4, MachineState.ERROR, # 20-27 - 4, MachineState.ITS_ME, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 28-2f -) -# fmt: on - -HZ_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) - -HZ_SM_MODEL: CodingStateMachineDict = { - "class_table": HZ_CLS, - "class_factor": 6, - "state_table": HZ_ST, - "char_len_table": HZ_CHAR_LEN_TABLE, - "name": "HZ-GB-2312", - "language": "Chinese", -} - -# fmt: off -ISO2022CN_CLS = ( - 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 - 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f - 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 - 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f - 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 - 0, 3, 0, 0, 0, 0, 0, 0, # 28 - 2f - 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 - 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f - 0, 0, 0, 4, 0, 0, 0, 0, # 40 - 47 - 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f - 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 - 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f - 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 - 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f - 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 - 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f - 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 - 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f - 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 - 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f - 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 - 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af - 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 - 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf - 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 - 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf - 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 - 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df - 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 - 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef - 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 - 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff -) - -ISO2022CN_ST = ( - MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 00-07 - MachineState.START, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 08-0f - MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 10-17 - MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, # 18-1f - MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 20-27 - 5, 6, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 28-2f - MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 30-37 - MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.START, # 38-3f -) -# fmt: on - -ISO2022CN_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0) - -ISO2022CN_SM_MODEL: CodingStateMachineDict = { - "class_table": ISO2022CN_CLS, - "class_factor": 9, - "state_table": ISO2022CN_ST, - "char_len_table": ISO2022CN_CHAR_LEN_TABLE, - "name": "ISO-2022-CN", - "language": "Chinese", -} - -# fmt: off -ISO2022JP_CLS = ( - 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 - 0, 0, 0, 0, 0, 0, 2, 2, # 08 - 0f - 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 - 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f - 0, 0, 0, 0, 7, 0, 0, 0, # 20 - 27 - 3, 0, 0, 0, 0, 0, 0, 0, # 28 - 2f - 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 - 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f - 6, 0, 4, 0, 8, 0, 0, 0, # 40 - 47 - 0, 9, 5, 0, 0, 0, 0, 0, # 48 - 4f - 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 - 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f - 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 - 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f - 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 - 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f - 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 - 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f - 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 - 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f - 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 - 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af - 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 - 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf - 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 - 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf - 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 - 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df - 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 - 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef - 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 - 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff -) - -ISO2022JP_ST = ( - MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 00-07 - MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 08-0f - MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 10-17 - MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, # 18-1f - MachineState.ERROR, 5, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, MachineState.ERROR, # 20-27 - MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 6, MachineState.ITS_ME, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, # 28-2f - MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, # 30-37 - MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 38-3f - MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.START, MachineState.START, # 40-47 -) -# fmt: on - -ISO2022JP_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0) - -ISO2022JP_SM_MODEL: CodingStateMachineDict = { - "class_table": ISO2022JP_CLS, - "class_factor": 10, - "state_table": ISO2022JP_ST, - "char_len_table": ISO2022JP_CHAR_LEN_TABLE, - "name": "ISO-2022-JP", - "language": "Japanese", -} - -# fmt: off -ISO2022KR_CLS = ( - 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 - 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f - 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 - 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f - 0, 0, 0, 0, 3, 0, 0, 0, # 20 - 27 - 0, 4, 0, 0, 0, 0, 0, 0, # 28 - 2f - 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 - 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f - 0, 0, 0, 5, 0, 0, 0, 0, # 40 - 47 - 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f - 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 - 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f - 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 - 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f - 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 - 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f - 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 - 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f - 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 - 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f - 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 - 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af - 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 - 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf - 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 - 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf - 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 - 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df - 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 - 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef - 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 - 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff -) - -ISO2022KR_ST = ( - MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, # 00-07 - MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 08-0f - MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, MachineState.ERROR, # 10-17 - MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 5, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 18-1f - MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 20-27 -) -# fmt: on - -ISO2022KR_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) - -ISO2022KR_SM_MODEL: CodingStateMachineDict = { - "class_table": ISO2022KR_CLS, - "class_factor": 6, - "state_table": ISO2022KR_ST, - "char_len_table": ISO2022KR_CHAR_LEN_TABLE, - "name": "ISO-2022-KR", - "language": "Korean", -} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py deleted file mode 100644 index 39487f4..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py +++ /dev/null @@ -1,102 +0,0 @@ -######################## 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 typing import Union - -from .chardistribution import EUCJPDistributionAnalysis -from .codingstatemachine import CodingStateMachine -from .enums import MachineState, ProbingState -from .jpcntx import EUCJPContextAnalysis -from .mbcharsetprober import MultiByteCharSetProber -from .mbcssm import EUCJP_SM_MODEL - - -class EUCJPProber(MultiByteCharSetProber): - def __init__(self) -> None: - super().__init__() - self.coding_sm = CodingStateMachine(EUCJP_SM_MODEL) - self.distribution_analyzer = EUCJPDistributionAnalysis() - self.context_analyzer = EUCJPContextAnalysis() - self.reset() - - def reset(self) -> None: - super().reset() - self.context_analyzer.reset() - - @property - def charset_name(self) -> str: - return "EUC-JP" - - @property - def language(self) -> str: - return "Japanese" - - def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: - assert self.coding_sm is not None - assert self.distribution_analyzer is not None - - for i, byte in enumerate(byte_str): - # PY3K: byte_str is a byte array, so byte is an int, not a byte - coding_state = self.coding_sm.next_state(byte) - 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 - if coding_state == MachineState.ITS_ME: - self._state = ProbingState.FOUND_IT - break - if coding_state == MachineState.START: - char_len = self.coding_sm.get_current_charlen() - if i == 0: - self._last_char[1] = byte - self.context_analyzer.feed(self._last_char, char_len) - self.distribution_analyzer.feed(self._last_char, char_len) - else: - self.context_analyzer.feed(byte_str[i - 1 : i + 1], char_len) - self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) - - self._last_char[0] = byte_str[-1] - - if self.state == ProbingState.DETECTING: - if self.context_analyzer.got_enough_data() and ( - self.get_confidence() > self.SHORTCUT_THRESHOLD - ): - self._state = ProbingState.FOUND_IT - - return self.state - - def get_confidence(self) -> float: - assert self.distribution_analyzer is not None - - context_conf = self.context_analyzer.get_confidence() - distrib_conf = self.distribution_analyzer.get_confidence() - return max(context_conf, distrib_conf) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py deleted file mode 100644 index 7dc3b10..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py +++ /dev/null @@ -1,196 +0,0 @@ -######################## 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 , -# fmt: off -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 -) -# fmt: on diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py deleted file mode 100644 index 1fc5de0..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py +++ /dev/null @@ -1,47 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .chardistribution import EUCKRDistributionAnalysis -from .codingstatemachine import CodingStateMachine -from .mbcharsetprober import MultiByteCharSetProber -from .mbcssm import EUCKR_SM_MODEL - - -class EUCKRProber(MultiByteCharSetProber): - def __init__(self) -> None: - super().__init__() - self.coding_sm = CodingStateMachine(EUCKR_SM_MODEL) - self.distribution_analyzer = EUCKRDistributionAnalysis() - self.reset() - - @property - def charset_name(self) -> str: - return "EUC-KR" - - @property - def language(self) -> str: - return "Korean" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py deleted file mode 100644 index 4900ccc..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py +++ /dev/null @@ -1,388 +0,0 @@ -######################## 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 - -# fmt: off -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 -) -# fmt: on diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py deleted file mode 100644 index a37ab18..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py +++ /dev/null @@ -1,47 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .chardistribution import EUCTWDistributionAnalysis -from .codingstatemachine import CodingStateMachine -from .mbcharsetprober import MultiByteCharSetProber -from .mbcssm import EUCTW_SM_MODEL - - -class EUCTWProber(MultiByteCharSetProber): - def __init__(self) -> None: - super().__init__() - self.coding_sm = CodingStateMachine(EUCTW_SM_MODEL) - self.distribution_analyzer = EUCTWDistributionAnalysis() - self.reset() - - @property - def charset_name(self) -> str: - return "EUC-TW" - - @property - def language(self) -> str: - return "Taiwan" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py deleted file mode 100644 index b32bfc7..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py +++ /dev/null @@ -1,284 +0,0 @@ -######################## 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 - -# fmt: off -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 -) -# fmt: on diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py deleted file mode 100644 index d423e73..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py +++ /dev/null @@ -1,47 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .chardistribution import GB2312DistributionAnalysis -from .codingstatemachine import CodingStateMachine -from .mbcharsetprober import MultiByteCharSetProber -from .mbcssm import GB2312_SM_MODEL - - -class GB2312Prober(MultiByteCharSetProber): - def __init__(self) -> None: - super().__init__() - self.coding_sm = CodingStateMachine(GB2312_SM_MODEL) - self.distribution_analyzer = GB2312DistributionAnalysis() - self.reset() - - @property - def charset_name(self) -> str: - return "GB2312" - - @property - def language(self) -> str: - return "Chinese" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py deleted file mode 100644 index 785d005..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py +++ /dev/null @@ -1,316 +0,0 @@ -######################## 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 typing import Optional, Union - -from .charsetprober import CharSetProber -from .enums import ProbingState -from .sbcharsetprober import SingleByteCharSetProber - -# 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): - SPACE = 0x20 - # 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) -> None: - super().__init__() - self._final_char_logical_score = 0 - self._final_char_visual_score = 0 - self._prev = self.SPACE - self._before_prev = self.SPACE - self._logical_prober: Optional[SingleByteCharSetProber] = None - self._visual_prober: Optional[SingleByteCharSetProber] = None - self.reset() - - def reset(self) -> None: - 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.SPACE - self._before_prev = self.SPACE - # These probers are owned by the group prober. - - def set_model_probers( - self, - logical_prober: SingleByteCharSetProber, - visual_prober: SingleByteCharSetProber, - ) -> None: - self._logical_prober = logical_prober - self._visual_prober = visual_prober - - def is_final(self, c: int) -> bool: - return c in [ - self.FINAL_KAF, - self.FINAL_MEM, - self.FINAL_NUN, - self.FINAL_PE, - self.FINAL_TSADI, - ] - - def is_non_final(self, c: int) -> bool: - # 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: Union[bytes, bytearray]) -> ProbingState: - # 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 == self.SPACE: - # We stand on a space - a word just ended - if self._before_prev != self.SPACE: - # 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 == self.SPACE) - and (self.is_final(self._prev)) - and (cur != self.SPACE) - ): - # 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) -> str: - assert self._logical_prober is not None - assert self._visual_prober is not None - - # 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) -> str: - return "Hebrew" - - @property - def state(self) -> ProbingState: - assert self._logical_prober is not None - assert self._visual_prober is not None - - # 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/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py deleted file mode 100644 index 3293576..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py +++ /dev/null @@ -1,325 +0,0 @@ -######################## 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 - -# fmt: off -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 -) -# fmt: on diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py deleted file mode 100644 index c129699..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py +++ /dev/null @@ -1,2382 +0,0 @@ -######################## 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 ######################### - -# The frequency data itself is the same as euc-kr. -# This is just a mapping table to euc-kr. - -JOHAB_TO_EUCKR_ORDER_TABLE = { - 0x8861: 0, - 0x8862: 1, - 0x8865: 2, - 0x8868: 3, - 0x8869: 4, - 0x886A: 5, - 0x886B: 6, - 0x8871: 7, - 0x8873: 8, - 0x8874: 9, - 0x8875: 10, - 0x8876: 11, - 0x8877: 12, - 0x8878: 13, - 0x8879: 14, - 0x887B: 15, - 0x887C: 16, - 0x887D: 17, - 0x8881: 18, - 0x8882: 19, - 0x8885: 20, - 0x8889: 21, - 0x8891: 22, - 0x8893: 23, - 0x8895: 24, - 0x8896: 25, - 0x8897: 26, - 0x88A1: 27, - 0x88A2: 28, - 0x88A5: 29, - 0x88A9: 30, - 0x88B5: 31, - 0x88B7: 32, - 0x88C1: 33, - 0x88C5: 34, - 0x88C9: 35, - 0x88E1: 36, - 0x88E2: 37, - 0x88E5: 38, - 0x88E8: 39, - 0x88E9: 40, - 0x88EB: 41, - 0x88F1: 42, - 0x88F3: 43, - 0x88F5: 44, - 0x88F6: 45, - 0x88F7: 46, - 0x88F8: 47, - 0x88FB: 48, - 0x88FC: 49, - 0x88FD: 50, - 0x8941: 51, - 0x8945: 52, - 0x8949: 53, - 0x8951: 54, - 0x8953: 55, - 0x8955: 56, - 0x8956: 57, - 0x8957: 58, - 0x8961: 59, - 0x8962: 60, - 0x8963: 61, - 0x8965: 62, - 0x8968: 63, - 0x8969: 64, - 0x8971: 65, - 0x8973: 66, - 0x8975: 67, - 0x8976: 68, - 0x8977: 69, - 0x897B: 70, - 0x8981: 71, - 0x8985: 72, - 0x8989: 73, - 0x8993: 74, - 0x8995: 75, - 0x89A1: 76, - 0x89A2: 77, - 0x89A5: 78, - 0x89A8: 79, - 0x89A9: 80, - 0x89AB: 81, - 0x89AD: 82, - 0x89B0: 83, - 0x89B1: 84, - 0x89B3: 85, - 0x89B5: 86, - 0x89B7: 87, - 0x89B8: 88, - 0x89C1: 89, - 0x89C2: 90, - 0x89C5: 91, - 0x89C9: 92, - 0x89CB: 93, - 0x89D1: 94, - 0x89D3: 95, - 0x89D5: 96, - 0x89D7: 97, - 0x89E1: 98, - 0x89E5: 99, - 0x89E9: 100, - 0x89F3: 101, - 0x89F6: 102, - 0x89F7: 103, - 0x8A41: 104, - 0x8A42: 105, - 0x8A45: 106, - 0x8A49: 107, - 0x8A51: 108, - 0x8A53: 109, - 0x8A55: 110, - 0x8A57: 111, - 0x8A61: 112, - 0x8A65: 113, - 0x8A69: 114, - 0x8A73: 115, - 0x8A75: 116, - 0x8A81: 117, - 0x8A82: 118, - 0x8A85: 119, - 0x8A88: 120, - 0x8A89: 121, - 0x8A8A: 122, - 0x8A8B: 123, - 0x8A90: 124, - 0x8A91: 125, - 0x8A93: 126, - 0x8A95: 127, - 0x8A97: 128, - 0x8A98: 129, - 0x8AA1: 130, - 0x8AA2: 131, - 0x8AA5: 132, - 0x8AA9: 133, - 0x8AB6: 134, - 0x8AB7: 135, - 0x8AC1: 136, - 0x8AD5: 137, - 0x8AE1: 138, - 0x8AE2: 139, - 0x8AE5: 140, - 0x8AE9: 141, - 0x8AF1: 142, - 0x8AF3: 143, - 0x8AF5: 144, - 0x8B41: 145, - 0x8B45: 146, - 0x8B49: 147, - 0x8B61: 148, - 0x8B62: 149, - 0x8B65: 150, - 0x8B68: 151, - 0x8B69: 152, - 0x8B6A: 153, - 0x8B71: 154, - 0x8B73: 155, - 0x8B75: 156, - 0x8B77: 157, - 0x8B81: 158, - 0x8BA1: 159, - 0x8BA2: 160, - 0x8BA5: 161, - 0x8BA8: 162, - 0x8BA9: 163, - 0x8BAB: 164, - 0x8BB1: 165, - 0x8BB3: 166, - 0x8BB5: 167, - 0x8BB7: 168, - 0x8BB8: 169, - 0x8BBC: 170, - 0x8C61: 171, - 0x8C62: 172, - 0x8C63: 173, - 0x8C65: 174, - 0x8C69: 175, - 0x8C6B: 176, - 0x8C71: 177, - 0x8C73: 178, - 0x8C75: 179, - 0x8C76: 180, - 0x8C77: 181, - 0x8C7B: 182, - 0x8C81: 183, - 0x8C82: 184, - 0x8C85: 185, - 0x8C89: 186, - 0x8C91: 187, - 0x8C93: 188, - 0x8C95: 189, - 0x8C96: 190, - 0x8C97: 191, - 0x8CA1: 192, - 0x8CA2: 193, - 0x8CA9: 194, - 0x8CE1: 195, - 0x8CE2: 196, - 0x8CE3: 197, - 0x8CE5: 198, - 0x8CE9: 199, - 0x8CF1: 200, - 0x8CF3: 201, - 0x8CF5: 202, - 0x8CF6: 203, - 0x8CF7: 204, - 0x8D41: 205, - 0x8D42: 206, - 0x8D45: 207, - 0x8D51: 208, - 0x8D55: 209, - 0x8D57: 210, - 0x8D61: 211, - 0x8D65: 212, - 0x8D69: 213, - 0x8D75: 214, - 0x8D76: 215, - 0x8D7B: 216, - 0x8D81: 217, - 0x8DA1: 218, - 0x8DA2: 219, - 0x8DA5: 220, - 0x8DA7: 221, - 0x8DA9: 222, - 0x8DB1: 223, - 0x8DB3: 224, - 0x8DB5: 225, - 0x8DB7: 226, - 0x8DB8: 227, - 0x8DB9: 228, - 0x8DC1: 229, - 0x8DC2: 230, - 0x8DC9: 231, - 0x8DD6: 232, - 0x8DD7: 233, - 0x8DE1: 234, - 0x8DE2: 235, - 0x8DF7: 236, - 0x8E41: 237, - 0x8E45: 238, - 0x8E49: 239, - 0x8E51: 240, - 0x8E53: 241, - 0x8E57: 242, - 0x8E61: 243, - 0x8E81: 244, - 0x8E82: 245, - 0x8E85: 246, - 0x8E89: 247, - 0x8E90: 248, - 0x8E91: 249, - 0x8E93: 250, - 0x8E95: 251, - 0x8E97: 252, - 0x8E98: 253, - 0x8EA1: 254, - 0x8EA9: 255, - 0x8EB6: 256, - 0x8EB7: 257, - 0x8EC1: 258, - 0x8EC2: 259, - 0x8EC5: 260, - 0x8EC9: 261, - 0x8ED1: 262, - 0x8ED3: 263, - 0x8ED6: 264, - 0x8EE1: 265, - 0x8EE5: 266, - 0x8EE9: 267, - 0x8EF1: 268, - 0x8EF3: 269, - 0x8F41: 270, - 0x8F61: 271, - 0x8F62: 272, - 0x8F65: 273, - 0x8F67: 274, - 0x8F69: 275, - 0x8F6B: 276, - 0x8F70: 277, - 0x8F71: 278, - 0x8F73: 279, - 0x8F75: 280, - 0x8F77: 281, - 0x8F7B: 282, - 0x8FA1: 283, - 0x8FA2: 284, - 0x8FA5: 285, - 0x8FA9: 286, - 0x8FB1: 287, - 0x8FB3: 288, - 0x8FB5: 289, - 0x8FB7: 290, - 0x9061: 291, - 0x9062: 292, - 0x9063: 293, - 0x9065: 294, - 0x9068: 295, - 0x9069: 296, - 0x906A: 297, - 0x906B: 298, - 0x9071: 299, - 0x9073: 300, - 0x9075: 301, - 0x9076: 302, - 0x9077: 303, - 0x9078: 304, - 0x9079: 305, - 0x907B: 306, - 0x907D: 307, - 0x9081: 308, - 0x9082: 309, - 0x9085: 310, - 0x9089: 311, - 0x9091: 312, - 0x9093: 313, - 0x9095: 314, - 0x9096: 315, - 0x9097: 316, - 0x90A1: 317, - 0x90A2: 318, - 0x90A5: 319, - 0x90A9: 320, - 0x90B1: 321, - 0x90B7: 322, - 0x90E1: 323, - 0x90E2: 324, - 0x90E4: 325, - 0x90E5: 326, - 0x90E9: 327, - 0x90EB: 328, - 0x90EC: 329, - 0x90F1: 330, - 0x90F3: 331, - 0x90F5: 332, - 0x90F6: 333, - 0x90F7: 334, - 0x90FD: 335, - 0x9141: 336, - 0x9142: 337, - 0x9145: 338, - 0x9149: 339, - 0x9151: 340, - 0x9153: 341, - 0x9155: 342, - 0x9156: 343, - 0x9157: 344, - 0x9161: 345, - 0x9162: 346, - 0x9165: 347, - 0x9169: 348, - 0x9171: 349, - 0x9173: 350, - 0x9176: 351, - 0x9177: 352, - 0x917A: 353, - 0x9181: 354, - 0x9185: 355, - 0x91A1: 356, - 0x91A2: 357, - 0x91A5: 358, - 0x91A9: 359, - 0x91AB: 360, - 0x91B1: 361, - 0x91B3: 362, - 0x91B5: 363, - 0x91B7: 364, - 0x91BC: 365, - 0x91BD: 366, - 0x91C1: 367, - 0x91C5: 368, - 0x91C9: 369, - 0x91D6: 370, - 0x9241: 371, - 0x9245: 372, - 0x9249: 373, - 0x9251: 374, - 0x9253: 375, - 0x9255: 376, - 0x9261: 377, - 0x9262: 378, - 0x9265: 379, - 0x9269: 380, - 0x9273: 381, - 0x9275: 382, - 0x9277: 383, - 0x9281: 384, - 0x9282: 385, - 0x9285: 386, - 0x9288: 387, - 0x9289: 388, - 0x9291: 389, - 0x9293: 390, - 0x9295: 391, - 0x9297: 392, - 0x92A1: 393, - 0x92B6: 394, - 0x92C1: 395, - 0x92E1: 396, - 0x92E5: 397, - 0x92E9: 398, - 0x92F1: 399, - 0x92F3: 400, - 0x9341: 401, - 0x9342: 402, - 0x9349: 403, - 0x9351: 404, - 0x9353: 405, - 0x9357: 406, - 0x9361: 407, - 0x9362: 408, - 0x9365: 409, - 0x9369: 410, - 0x936A: 411, - 0x936B: 412, - 0x9371: 413, - 0x9373: 414, - 0x9375: 415, - 0x9377: 416, - 0x9378: 417, - 0x937C: 418, - 0x9381: 419, - 0x9385: 420, - 0x9389: 421, - 0x93A1: 422, - 0x93A2: 423, - 0x93A5: 424, - 0x93A9: 425, - 0x93AB: 426, - 0x93B1: 427, - 0x93B3: 428, - 0x93B5: 429, - 0x93B7: 430, - 0x93BC: 431, - 0x9461: 432, - 0x9462: 433, - 0x9463: 434, - 0x9465: 435, - 0x9468: 436, - 0x9469: 437, - 0x946A: 438, - 0x946B: 439, - 0x946C: 440, - 0x9470: 441, - 0x9471: 442, - 0x9473: 443, - 0x9475: 444, - 0x9476: 445, - 0x9477: 446, - 0x9478: 447, - 0x9479: 448, - 0x947D: 449, - 0x9481: 450, - 0x9482: 451, - 0x9485: 452, - 0x9489: 453, - 0x9491: 454, - 0x9493: 455, - 0x9495: 456, - 0x9496: 457, - 0x9497: 458, - 0x94A1: 459, - 0x94E1: 460, - 0x94E2: 461, - 0x94E3: 462, - 0x94E5: 463, - 0x94E8: 464, - 0x94E9: 465, - 0x94EB: 466, - 0x94EC: 467, - 0x94F1: 468, - 0x94F3: 469, - 0x94F5: 470, - 0x94F7: 471, - 0x94F9: 472, - 0x94FC: 473, - 0x9541: 474, - 0x9542: 475, - 0x9545: 476, - 0x9549: 477, - 0x9551: 478, - 0x9553: 479, - 0x9555: 480, - 0x9556: 481, - 0x9557: 482, - 0x9561: 483, - 0x9565: 484, - 0x9569: 485, - 0x9576: 486, - 0x9577: 487, - 0x9581: 488, - 0x9585: 489, - 0x95A1: 490, - 0x95A2: 491, - 0x95A5: 492, - 0x95A8: 493, - 0x95A9: 494, - 0x95AB: 495, - 0x95AD: 496, - 0x95B1: 497, - 0x95B3: 498, - 0x95B5: 499, - 0x95B7: 500, - 0x95B9: 501, - 0x95BB: 502, - 0x95C1: 503, - 0x95C5: 504, - 0x95C9: 505, - 0x95E1: 506, - 0x95F6: 507, - 0x9641: 508, - 0x9645: 509, - 0x9649: 510, - 0x9651: 511, - 0x9653: 512, - 0x9655: 513, - 0x9661: 514, - 0x9681: 515, - 0x9682: 516, - 0x9685: 517, - 0x9689: 518, - 0x9691: 519, - 0x9693: 520, - 0x9695: 521, - 0x9697: 522, - 0x96A1: 523, - 0x96B6: 524, - 0x96C1: 525, - 0x96D7: 526, - 0x96E1: 527, - 0x96E5: 528, - 0x96E9: 529, - 0x96F3: 530, - 0x96F5: 531, - 0x96F7: 532, - 0x9741: 533, - 0x9745: 534, - 0x9749: 535, - 0x9751: 536, - 0x9757: 537, - 0x9761: 538, - 0x9762: 539, - 0x9765: 540, - 0x9768: 541, - 0x9769: 542, - 0x976B: 543, - 0x9771: 544, - 0x9773: 545, - 0x9775: 546, - 0x9777: 547, - 0x9781: 548, - 0x97A1: 549, - 0x97A2: 550, - 0x97A5: 551, - 0x97A8: 552, - 0x97A9: 553, - 0x97B1: 554, - 0x97B3: 555, - 0x97B5: 556, - 0x97B6: 557, - 0x97B7: 558, - 0x97B8: 559, - 0x9861: 560, - 0x9862: 561, - 0x9865: 562, - 0x9869: 563, - 0x9871: 564, - 0x9873: 565, - 0x9875: 566, - 0x9876: 567, - 0x9877: 568, - 0x987D: 569, - 0x9881: 570, - 0x9882: 571, - 0x9885: 572, - 0x9889: 573, - 0x9891: 574, - 0x9893: 575, - 0x9895: 576, - 0x9896: 577, - 0x9897: 578, - 0x98E1: 579, - 0x98E2: 580, - 0x98E5: 581, - 0x98E9: 582, - 0x98EB: 583, - 0x98EC: 584, - 0x98F1: 585, - 0x98F3: 586, - 0x98F5: 587, - 0x98F6: 588, - 0x98F7: 589, - 0x98FD: 590, - 0x9941: 591, - 0x9942: 592, - 0x9945: 593, - 0x9949: 594, - 0x9951: 595, - 0x9953: 596, - 0x9955: 597, - 0x9956: 598, - 0x9957: 599, - 0x9961: 600, - 0x9976: 601, - 0x99A1: 602, - 0x99A2: 603, - 0x99A5: 604, - 0x99A9: 605, - 0x99B7: 606, - 0x99C1: 607, - 0x99C9: 608, - 0x99E1: 609, - 0x9A41: 610, - 0x9A45: 611, - 0x9A81: 612, - 0x9A82: 613, - 0x9A85: 614, - 0x9A89: 615, - 0x9A90: 616, - 0x9A91: 617, - 0x9A97: 618, - 0x9AC1: 619, - 0x9AE1: 620, - 0x9AE5: 621, - 0x9AE9: 622, - 0x9AF1: 623, - 0x9AF3: 624, - 0x9AF7: 625, - 0x9B61: 626, - 0x9B62: 627, - 0x9B65: 628, - 0x9B68: 629, - 0x9B69: 630, - 0x9B71: 631, - 0x9B73: 632, - 0x9B75: 633, - 0x9B81: 634, - 0x9B85: 635, - 0x9B89: 636, - 0x9B91: 637, - 0x9B93: 638, - 0x9BA1: 639, - 0x9BA5: 640, - 0x9BA9: 641, - 0x9BB1: 642, - 0x9BB3: 643, - 0x9BB5: 644, - 0x9BB7: 645, - 0x9C61: 646, - 0x9C62: 647, - 0x9C65: 648, - 0x9C69: 649, - 0x9C71: 650, - 0x9C73: 651, - 0x9C75: 652, - 0x9C76: 653, - 0x9C77: 654, - 0x9C78: 655, - 0x9C7C: 656, - 0x9C7D: 657, - 0x9C81: 658, - 0x9C82: 659, - 0x9C85: 660, - 0x9C89: 661, - 0x9C91: 662, - 0x9C93: 663, - 0x9C95: 664, - 0x9C96: 665, - 0x9C97: 666, - 0x9CA1: 667, - 0x9CA2: 668, - 0x9CA5: 669, - 0x9CB5: 670, - 0x9CB7: 671, - 0x9CE1: 672, - 0x9CE2: 673, - 0x9CE5: 674, - 0x9CE9: 675, - 0x9CF1: 676, - 0x9CF3: 677, - 0x9CF5: 678, - 0x9CF6: 679, - 0x9CF7: 680, - 0x9CFD: 681, - 0x9D41: 682, - 0x9D42: 683, - 0x9D45: 684, - 0x9D49: 685, - 0x9D51: 686, - 0x9D53: 687, - 0x9D55: 688, - 0x9D57: 689, - 0x9D61: 690, - 0x9D62: 691, - 0x9D65: 692, - 0x9D69: 693, - 0x9D71: 694, - 0x9D73: 695, - 0x9D75: 696, - 0x9D76: 697, - 0x9D77: 698, - 0x9D81: 699, - 0x9D85: 700, - 0x9D93: 701, - 0x9D95: 702, - 0x9DA1: 703, - 0x9DA2: 704, - 0x9DA5: 705, - 0x9DA9: 706, - 0x9DB1: 707, - 0x9DB3: 708, - 0x9DB5: 709, - 0x9DB7: 710, - 0x9DC1: 711, - 0x9DC5: 712, - 0x9DD7: 713, - 0x9DF6: 714, - 0x9E41: 715, - 0x9E45: 716, - 0x9E49: 717, - 0x9E51: 718, - 0x9E53: 719, - 0x9E55: 720, - 0x9E57: 721, - 0x9E61: 722, - 0x9E65: 723, - 0x9E69: 724, - 0x9E73: 725, - 0x9E75: 726, - 0x9E77: 727, - 0x9E81: 728, - 0x9E82: 729, - 0x9E85: 730, - 0x9E89: 731, - 0x9E91: 732, - 0x9E93: 733, - 0x9E95: 734, - 0x9E97: 735, - 0x9EA1: 736, - 0x9EB6: 737, - 0x9EC1: 738, - 0x9EE1: 739, - 0x9EE2: 740, - 0x9EE5: 741, - 0x9EE9: 742, - 0x9EF1: 743, - 0x9EF5: 744, - 0x9EF7: 745, - 0x9F41: 746, - 0x9F42: 747, - 0x9F45: 748, - 0x9F49: 749, - 0x9F51: 750, - 0x9F53: 751, - 0x9F55: 752, - 0x9F57: 753, - 0x9F61: 754, - 0x9F62: 755, - 0x9F65: 756, - 0x9F69: 757, - 0x9F71: 758, - 0x9F73: 759, - 0x9F75: 760, - 0x9F77: 761, - 0x9F78: 762, - 0x9F7B: 763, - 0x9F7C: 764, - 0x9FA1: 765, - 0x9FA2: 766, - 0x9FA5: 767, - 0x9FA9: 768, - 0x9FB1: 769, - 0x9FB3: 770, - 0x9FB5: 771, - 0x9FB7: 772, - 0xA061: 773, - 0xA062: 774, - 0xA065: 775, - 0xA067: 776, - 0xA068: 777, - 0xA069: 778, - 0xA06A: 779, - 0xA06B: 780, - 0xA071: 781, - 0xA073: 782, - 0xA075: 783, - 0xA077: 784, - 0xA078: 785, - 0xA07B: 786, - 0xA07D: 787, - 0xA081: 788, - 0xA082: 789, - 0xA085: 790, - 0xA089: 791, - 0xA091: 792, - 0xA093: 793, - 0xA095: 794, - 0xA096: 795, - 0xA097: 796, - 0xA098: 797, - 0xA0A1: 798, - 0xA0A2: 799, - 0xA0A9: 800, - 0xA0B7: 801, - 0xA0E1: 802, - 0xA0E2: 803, - 0xA0E5: 804, - 0xA0E9: 805, - 0xA0EB: 806, - 0xA0F1: 807, - 0xA0F3: 808, - 0xA0F5: 809, - 0xA0F7: 810, - 0xA0F8: 811, - 0xA0FD: 812, - 0xA141: 813, - 0xA142: 814, - 0xA145: 815, - 0xA149: 816, - 0xA151: 817, - 0xA153: 818, - 0xA155: 819, - 0xA156: 820, - 0xA157: 821, - 0xA161: 822, - 0xA162: 823, - 0xA165: 824, - 0xA169: 825, - 0xA175: 826, - 0xA176: 827, - 0xA177: 828, - 0xA179: 829, - 0xA181: 830, - 0xA1A1: 831, - 0xA1A2: 832, - 0xA1A4: 833, - 0xA1A5: 834, - 0xA1A9: 835, - 0xA1AB: 836, - 0xA1B1: 837, - 0xA1B3: 838, - 0xA1B5: 839, - 0xA1B7: 840, - 0xA1C1: 841, - 0xA1C5: 842, - 0xA1D6: 843, - 0xA1D7: 844, - 0xA241: 845, - 0xA245: 846, - 0xA249: 847, - 0xA253: 848, - 0xA255: 849, - 0xA257: 850, - 0xA261: 851, - 0xA265: 852, - 0xA269: 853, - 0xA273: 854, - 0xA275: 855, - 0xA281: 856, - 0xA282: 857, - 0xA283: 858, - 0xA285: 859, - 0xA288: 860, - 0xA289: 861, - 0xA28A: 862, - 0xA28B: 863, - 0xA291: 864, - 0xA293: 865, - 0xA295: 866, - 0xA297: 867, - 0xA29B: 868, - 0xA29D: 869, - 0xA2A1: 870, - 0xA2A5: 871, - 0xA2A9: 872, - 0xA2B3: 873, - 0xA2B5: 874, - 0xA2C1: 875, - 0xA2E1: 876, - 0xA2E5: 877, - 0xA2E9: 878, - 0xA341: 879, - 0xA345: 880, - 0xA349: 881, - 0xA351: 882, - 0xA355: 883, - 0xA361: 884, - 0xA365: 885, - 0xA369: 886, - 0xA371: 887, - 0xA375: 888, - 0xA3A1: 889, - 0xA3A2: 890, - 0xA3A5: 891, - 0xA3A8: 892, - 0xA3A9: 893, - 0xA3AB: 894, - 0xA3B1: 895, - 0xA3B3: 896, - 0xA3B5: 897, - 0xA3B6: 898, - 0xA3B7: 899, - 0xA3B9: 900, - 0xA3BB: 901, - 0xA461: 902, - 0xA462: 903, - 0xA463: 904, - 0xA464: 905, - 0xA465: 906, - 0xA468: 907, - 0xA469: 908, - 0xA46A: 909, - 0xA46B: 910, - 0xA46C: 911, - 0xA471: 912, - 0xA473: 913, - 0xA475: 914, - 0xA477: 915, - 0xA47B: 916, - 0xA481: 917, - 0xA482: 918, - 0xA485: 919, - 0xA489: 920, - 0xA491: 921, - 0xA493: 922, - 0xA495: 923, - 0xA496: 924, - 0xA497: 925, - 0xA49B: 926, - 0xA4A1: 927, - 0xA4A2: 928, - 0xA4A5: 929, - 0xA4B3: 930, - 0xA4E1: 931, - 0xA4E2: 932, - 0xA4E5: 933, - 0xA4E8: 934, - 0xA4E9: 935, - 0xA4EB: 936, - 0xA4F1: 937, - 0xA4F3: 938, - 0xA4F5: 939, - 0xA4F7: 940, - 0xA4F8: 941, - 0xA541: 942, - 0xA542: 943, - 0xA545: 944, - 0xA548: 945, - 0xA549: 946, - 0xA551: 947, - 0xA553: 948, - 0xA555: 949, - 0xA556: 950, - 0xA557: 951, - 0xA561: 952, - 0xA562: 953, - 0xA565: 954, - 0xA569: 955, - 0xA573: 956, - 0xA575: 957, - 0xA576: 958, - 0xA577: 959, - 0xA57B: 960, - 0xA581: 961, - 0xA585: 962, - 0xA5A1: 963, - 0xA5A2: 964, - 0xA5A3: 965, - 0xA5A5: 966, - 0xA5A9: 967, - 0xA5B1: 968, - 0xA5B3: 969, - 0xA5B5: 970, - 0xA5B7: 971, - 0xA5C1: 972, - 0xA5C5: 973, - 0xA5D6: 974, - 0xA5E1: 975, - 0xA5F6: 976, - 0xA641: 977, - 0xA642: 978, - 0xA645: 979, - 0xA649: 980, - 0xA651: 981, - 0xA653: 982, - 0xA661: 983, - 0xA665: 984, - 0xA681: 985, - 0xA682: 986, - 0xA685: 987, - 0xA688: 988, - 0xA689: 989, - 0xA68A: 990, - 0xA68B: 991, - 0xA691: 992, - 0xA693: 993, - 0xA695: 994, - 0xA697: 995, - 0xA69B: 996, - 0xA69C: 997, - 0xA6A1: 998, - 0xA6A9: 999, - 0xA6B6: 1000, - 0xA6C1: 1001, - 0xA6E1: 1002, - 0xA6E2: 1003, - 0xA6E5: 1004, - 0xA6E9: 1005, - 0xA6F7: 1006, - 0xA741: 1007, - 0xA745: 1008, - 0xA749: 1009, - 0xA751: 1010, - 0xA755: 1011, - 0xA757: 1012, - 0xA761: 1013, - 0xA762: 1014, - 0xA765: 1015, - 0xA769: 1016, - 0xA771: 1017, - 0xA773: 1018, - 0xA775: 1019, - 0xA7A1: 1020, - 0xA7A2: 1021, - 0xA7A5: 1022, - 0xA7A9: 1023, - 0xA7AB: 1024, - 0xA7B1: 1025, - 0xA7B3: 1026, - 0xA7B5: 1027, - 0xA7B7: 1028, - 0xA7B8: 1029, - 0xA7B9: 1030, - 0xA861: 1031, - 0xA862: 1032, - 0xA865: 1033, - 0xA869: 1034, - 0xA86B: 1035, - 0xA871: 1036, - 0xA873: 1037, - 0xA875: 1038, - 0xA876: 1039, - 0xA877: 1040, - 0xA87D: 1041, - 0xA881: 1042, - 0xA882: 1043, - 0xA885: 1044, - 0xA889: 1045, - 0xA891: 1046, - 0xA893: 1047, - 0xA895: 1048, - 0xA896: 1049, - 0xA897: 1050, - 0xA8A1: 1051, - 0xA8A2: 1052, - 0xA8B1: 1053, - 0xA8E1: 1054, - 0xA8E2: 1055, - 0xA8E5: 1056, - 0xA8E8: 1057, - 0xA8E9: 1058, - 0xA8F1: 1059, - 0xA8F5: 1060, - 0xA8F6: 1061, - 0xA8F7: 1062, - 0xA941: 1063, - 0xA957: 1064, - 0xA961: 1065, - 0xA962: 1066, - 0xA971: 1067, - 0xA973: 1068, - 0xA975: 1069, - 0xA976: 1070, - 0xA977: 1071, - 0xA9A1: 1072, - 0xA9A2: 1073, - 0xA9A5: 1074, - 0xA9A9: 1075, - 0xA9B1: 1076, - 0xA9B3: 1077, - 0xA9B7: 1078, - 0xAA41: 1079, - 0xAA61: 1080, - 0xAA77: 1081, - 0xAA81: 1082, - 0xAA82: 1083, - 0xAA85: 1084, - 0xAA89: 1085, - 0xAA91: 1086, - 0xAA95: 1087, - 0xAA97: 1088, - 0xAB41: 1089, - 0xAB57: 1090, - 0xAB61: 1091, - 0xAB65: 1092, - 0xAB69: 1093, - 0xAB71: 1094, - 0xAB73: 1095, - 0xABA1: 1096, - 0xABA2: 1097, - 0xABA5: 1098, - 0xABA9: 1099, - 0xABB1: 1100, - 0xABB3: 1101, - 0xABB5: 1102, - 0xABB7: 1103, - 0xAC61: 1104, - 0xAC62: 1105, - 0xAC64: 1106, - 0xAC65: 1107, - 0xAC68: 1108, - 0xAC69: 1109, - 0xAC6A: 1110, - 0xAC6B: 1111, - 0xAC71: 1112, - 0xAC73: 1113, - 0xAC75: 1114, - 0xAC76: 1115, - 0xAC77: 1116, - 0xAC7B: 1117, - 0xAC81: 1118, - 0xAC82: 1119, - 0xAC85: 1120, - 0xAC89: 1121, - 0xAC91: 1122, - 0xAC93: 1123, - 0xAC95: 1124, - 0xAC96: 1125, - 0xAC97: 1126, - 0xACA1: 1127, - 0xACA2: 1128, - 0xACA5: 1129, - 0xACA9: 1130, - 0xACB1: 1131, - 0xACB3: 1132, - 0xACB5: 1133, - 0xACB7: 1134, - 0xACC1: 1135, - 0xACC5: 1136, - 0xACC9: 1137, - 0xACD1: 1138, - 0xACD7: 1139, - 0xACE1: 1140, - 0xACE2: 1141, - 0xACE3: 1142, - 0xACE4: 1143, - 0xACE5: 1144, - 0xACE8: 1145, - 0xACE9: 1146, - 0xACEB: 1147, - 0xACEC: 1148, - 0xACF1: 1149, - 0xACF3: 1150, - 0xACF5: 1151, - 0xACF6: 1152, - 0xACF7: 1153, - 0xACFC: 1154, - 0xAD41: 1155, - 0xAD42: 1156, - 0xAD45: 1157, - 0xAD49: 1158, - 0xAD51: 1159, - 0xAD53: 1160, - 0xAD55: 1161, - 0xAD56: 1162, - 0xAD57: 1163, - 0xAD61: 1164, - 0xAD62: 1165, - 0xAD65: 1166, - 0xAD69: 1167, - 0xAD71: 1168, - 0xAD73: 1169, - 0xAD75: 1170, - 0xAD76: 1171, - 0xAD77: 1172, - 0xAD81: 1173, - 0xAD85: 1174, - 0xAD89: 1175, - 0xAD97: 1176, - 0xADA1: 1177, - 0xADA2: 1178, - 0xADA3: 1179, - 0xADA5: 1180, - 0xADA9: 1181, - 0xADAB: 1182, - 0xADB1: 1183, - 0xADB3: 1184, - 0xADB5: 1185, - 0xADB7: 1186, - 0xADBB: 1187, - 0xADC1: 1188, - 0xADC2: 1189, - 0xADC5: 1190, - 0xADC9: 1191, - 0xADD7: 1192, - 0xADE1: 1193, - 0xADE5: 1194, - 0xADE9: 1195, - 0xADF1: 1196, - 0xADF5: 1197, - 0xADF6: 1198, - 0xAE41: 1199, - 0xAE45: 1200, - 0xAE49: 1201, - 0xAE51: 1202, - 0xAE53: 1203, - 0xAE55: 1204, - 0xAE61: 1205, - 0xAE62: 1206, - 0xAE65: 1207, - 0xAE69: 1208, - 0xAE71: 1209, - 0xAE73: 1210, - 0xAE75: 1211, - 0xAE77: 1212, - 0xAE81: 1213, - 0xAE82: 1214, - 0xAE85: 1215, - 0xAE88: 1216, - 0xAE89: 1217, - 0xAE91: 1218, - 0xAE93: 1219, - 0xAE95: 1220, - 0xAE97: 1221, - 0xAE99: 1222, - 0xAE9B: 1223, - 0xAE9C: 1224, - 0xAEA1: 1225, - 0xAEB6: 1226, - 0xAEC1: 1227, - 0xAEC2: 1228, - 0xAEC5: 1229, - 0xAEC9: 1230, - 0xAED1: 1231, - 0xAED7: 1232, - 0xAEE1: 1233, - 0xAEE2: 1234, - 0xAEE5: 1235, - 0xAEE9: 1236, - 0xAEF1: 1237, - 0xAEF3: 1238, - 0xAEF5: 1239, - 0xAEF7: 1240, - 0xAF41: 1241, - 0xAF42: 1242, - 0xAF49: 1243, - 0xAF51: 1244, - 0xAF55: 1245, - 0xAF57: 1246, - 0xAF61: 1247, - 0xAF62: 1248, - 0xAF65: 1249, - 0xAF69: 1250, - 0xAF6A: 1251, - 0xAF71: 1252, - 0xAF73: 1253, - 0xAF75: 1254, - 0xAF77: 1255, - 0xAFA1: 1256, - 0xAFA2: 1257, - 0xAFA5: 1258, - 0xAFA8: 1259, - 0xAFA9: 1260, - 0xAFB0: 1261, - 0xAFB1: 1262, - 0xAFB3: 1263, - 0xAFB5: 1264, - 0xAFB7: 1265, - 0xAFBC: 1266, - 0xB061: 1267, - 0xB062: 1268, - 0xB064: 1269, - 0xB065: 1270, - 0xB069: 1271, - 0xB071: 1272, - 0xB073: 1273, - 0xB076: 1274, - 0xB077: 1275, - 0xB07D: 1276, - 0xB081: 1277, - 0xB082: 1278, - 0xB085: 1279, - 0xB089: 1280, - 0xB091: 1281, - 0xB093: 1282, - 0xB096: 1283, - 0xB097: 1284, - 0xB0B7: 1285, - 0xB0E1: 1286, - 0xB0E2: 1287, - 0xB0E5: 1288, - 0xB0E9: 1289, - 0xB0EB: 1290, - 0xB0F1: 1291, - 0xB0F3: 1292, - 0xB0F6: 1293, - 0xB0F7: 1294, - 0xB141: 1295, - 0xB145: 1296, - 0xB149: 1297, - 0xB185: 1298, - 0xB1A1: 1299, - 0xB1A2: 1300, - 0xB1A5: 1301, - 0xB1A8: 1302, - 0xB1A9: 1303, - 0xB1AB: 1304, - 0xB1B1: 1305, - 0xB1B3: 1306, - 0xB1B7: 1307, - 0xB1C1: 1308, - 0xB1C2: 1309, - 0xB1C5: 1310, - 0xB1D6: 1311, - 0xB1E1: 1312, - 0xB1F6: 1313, - 0xB241: 1314, - 0xB245: 1315, - 0xB249: 1316, - 0xB251: 1317, - 0xB253: 1318, - 0xB261: 1319, - 0xB281: 1320, - 0xB282: 1321, - 0xB285: 1322, - 0xB289: 1323, - 0xB291: 1324, - 0xB293: 1325, - 0xB297: 1326, - 0xB2A1: 1327, - 0xB2B6: 1328, - 0xB2C1: 1329, - 0xB2E1: 1330, - 0xB2E5: 1331, - 0xB357: 1332, - 0xB361: 1333, - 0xB362: 1334, - 0xB365: 1335, - 0xB369: 1336, - 0xB36B: 1337, - 0xB370: 1338, - 0xB371: 1339, - 0xB373: 1340, - 0xB381: 1341, - 0xB385: 1342, - 0xB389: 1343, - 0xB391: 1344, - 0xB3A1: 1345, - 0xB3A2: 1346, - 0xB3A5: 1347, - 0xB3A9: 1348, - 0xB3B1: 1349, - 0xB3B3: 1350, - 0xB3B5: 1351, - 0xB3B7: 1352, - 0xB461: 1353, - 0xB462: 1354, - 0xB465: 1355, - 0xB466: 1356, - 0xB467: 1357, - 0xB469: 1358, - 0xB46A: 1359, - 0xB46B: 1360, - 0xB470: 1361, - 0xB471: 1362, - 0xB473: 1363, - 0xB475: 1364, - 0xB476: 1365, - 0xB477: 1366, - 0xB47B: 1367, - 0xB47C: 1368, - 0xB481: 1369, - 0xB482: 1370, - 0xB485: 1371, - 0xB489: 1372, - 0xB491: 1373, - 0xB493: 1374, - 0xB495: 1375, - 0xB496: 1376, - 0xB497: 1377, - 0xB4A1: 1378, - 0xB4A2: 1379, - 0xB4A5: 1380, - 0xB4A9: 1381, - 0xB4AC: 1382, - 0xB4B1: 1383, - 0xB4B3: 1384, - 0xB4B5: 1385, - 0xB4B7: 1386, - 0xB4BB: 1387, - 0xB4BD: 1388, - 0xB4C1: 1389, - 0xB4C5: 1390, - 0xB4C9: 1391, - 0xB4D3: 1392, - 0xB4E1: 1393, - 0xB4E2: 1394, - 0xB4E5: 1395, - 0xB4E6: 1396, - 0xB4E8: 1397, - 0xB4E9: 1398, - 0xB4EA: 1399, - 0xB4EB: 1400, - 0xB4F1: 1401, - 0xB4F3: 1402, - 0xB4F4: 1403, - 0xB4F5: 1404, - 0xB4F6: 1405, - 0xB4F7: 1406, - 0xB4F8: 1407, - 0xB4FA: 1408, - 0xB4FC: 1409, - 0xB541: 1410, - 0xB542: 1411, - 0xB545: 1412, - 0xB549: 1413, - 0xB551: 1414, - 0xB553: 1415, - 0xB555: 1416, - 0xB557: 1417, - 0xB561: 1418, - 0xB562: 1419, - 0xB563: 1420, - 0xB565: 1421, - 0xB569: 1422, - 0xB56B: 1423, - 0xB56C: 1424, - 0xB571: 1425, - 0xB573: 1426, - 0xB574: 1427, - 0xB575: 1428, - 0xB576: 1429, - 0xB577: 1430, - 0xB57B: 1431, - 0xB57C: 1432, - 0xB57D: 1433, - 0xB581: 1434, - 0xB585: 1435, - 0xB589: 1436, - 0xB591: 1437, - 0xB593: 1438, - 0xB595: 1439, - 0xB596: 1440, - 0xB5A1: 1441, - 0xB5A2: 1442, - 0xB5A5: 1443, - 0xB5A9: 1444, - 0xB5AA: 1445, - 0xB5AB: 1446, - 0xB5AD: 1447, - 0xB5B0: 1448, - 0xB5B1: 1449, - 0xB5B3: 1450, - 0xB5B5: 1451, - 0xB5B7: 1452, - 0xB5B9: 1453, - 0xB5C1: 1454, - 0xB5C2: 1455, - 0xB5C5: 1456, - 0xB5C9: 1457, - 0xB5D1: 1458, - 0xB5D3: 1459, - 0xB5D5: 1460, - 0xB5D6: 1461, - 0xB5D7: 1462, - 0xB5E1: 1463, - 0xB5E2: 1464, - 0xB5E5: 1465, - 0xB5F1: 1466, - 0xB5F5: 1467, - 0xB5F7: 1468, - 0xB641: 1469, - 0xB642: 1470, - 0xB645: 1471, - 0xB649: 1472, - 0xB651: 1473, - 0xB653: 1474, - 0xB655: 1475, - 0xB657: 1476, - 0xB661: 1477, - 0xB662: 1478, - 0xB665: 1479, - 0xB669: 1480, - 0xB671: 1481, - 0xB673: 1482, - 0xB675: 1483, - 0xB677: 1484, - 0xB681: 1485, - 0xB682: 1486, - 0xB685: 1487, - 0xB689: 1488, - 0xB68A: 1489, - 0xB68B: 1490, - 0xB691: 1491, - 0xB693: 1492, - 0xB695: 1493, - 0xB697: 1494, - 0xB6A1: 1495, - 0xB6A2: 1496, - 0xB6A5: 1497, - 0xB6A9: 1498, - 0xB6B1: 1499, - 0xB6B3: 1500, - 0xB6B6: 1501, - 0xB6B7: 1502, - 0xB6C1: 1503, - 0xB6C2: 1504, - 0xB6C5: 1505, - 0xB6C9: 1506, - 0xB6D1: 1507, - 0xB6D3: 1508, - 0xB6D7: 1509, - 0xB6E1: 1510, - 0xB6E2: 1511, - 0xB6E5: 1512, - 0xB6E9: 1513, - 0xB6F1: 1514, - 0xB6F3: 1515, - 0xB6F5: 1516, - 0xB6F7: 1517, - 0xB741: 1518, - 0xB742: 1519, - 0xB745: 1520, - 0xB749: 1521, - 0xB751: 1522, - 0xB753: 1523, - 0xB755: 1524, - 0xB757: 1525, - 0xB759: 1526, - 0xB761: 1527, - 0xB762: 1528, - 0xB765: 1529, - 0xB769: 1530, - 0xB76F: 1531, - 0xB771: 1532, - 0xB773: 1533, - 0xB775: 1534, - 0xB777: 1535, - 0xB778: 1536, - 0xB779: 1537, - 0xB77A: 1538, - 0xB77B: 1539, - 0xB77C: 1540, - 0xB77D: 1541, - 0xB781: 1542, - 0xB785: 1543, - 0xB789: 1544, - 0xB791: 1545, - 0xB795: 1546, - 0xB7A1: 1547, - 0xB7A2: 1548, - 0xB7A5: 1549, - 0xB7A9: 1550, - 0xB7AA: 1551, - 0xB7AB: 1552, - 0xB7B0: 1553, - 0xB7B1: 1554, - 0xB7B3: 1555, - 0xB7B5: 1556, - 0xB7B6: 1557, - 0xB7B7: 1558, - 0xB7B8: 1559, - 0xB7BC: 1560, - 0xB861: 1561, - 0xB862: 1562, - 0xB865: 1563, - 0xB867: 1564, - 0xB868: 1565, - 0xB869: 1566, - 0xB86B: 1567, - 0xB871: 1568, - 0xB873: 1569, - 0xB875: 1570, - 0xB876: 1571, - 0xB877: 1572, - 0xB878: 1573, - 0xB881: 1574, - 0xB882: 1575, - 0xB885: 1576, - 0xB889: 1577, - 0xB891: 1578, - 0xB893: 1579, - 0xB895: 1580, - 0xB896: 1581, - 0xB897: 1582, - 0xB8A1: 1583, - 0xB8A2: 1584, - 0xB8A5: 1585, - 0xB8A7: 1586, - 0xB8A9: 1587, - 0xB8B1: 1588, - 0xB8B7: 1589, - 0xB8C1: 1590, - 0xB8C5: 1591, - 0xB8C9: 1592, - 0xB8E1: 1593, - 0xB8E2: 1594, - 0xB8E5: 1595, - 0xB8E9: 1596, - 0xB8EB: 1597, - 0xB8F1: 1598, - 0xB8F3: 1599, - 0xB8F5: 1600, - 0xB8F7: 1601, - 0xB8F8: 1602, - 0xB941: 1603, - 0xB942: 1604, - 0xB945: 1605, - 0xB949: 1606, - 0xB951: 1607, - 0xB953: 1608, - 0xB955: 1609, - 0xB957: 1610, - 0xB961: 1611, - 0xB965: 1612, - 0xB969: 1613, - 0xB971: 1614, - 0xB973: 1615, - 0xB976: 1616, - 0xB977: 1617, - 0xB981: 1618, - 0xB9A1: 1619, - 0xB9A2: 1620, - 0xB9A5: 1621, - 0xB9A9: 1622, - 0xB9AB: 1623, - 0xB9B1: 1624, - 0xB9B3: 1625, - 0xB9B5: 1626, - 0xB9B7: 1627, - 0xB9B8: 1628, - 0xB9B9: 1629, - 0xB9BD: 1630, - 0xB9C1: 1631, - 0xB9C2: 1632, - 0xB9C9: 1633, - 0xB9D3: 1634, - 0xB9D5: 1635, - 0xB9D7: 1636, - 0xB9E1: 1637, - 0xB9F6: 1638, - 0xB9F7: 1639, - 0xBA41: 1640, - 0xBA45: 1641, - 0xBA49: 1642, - 0xBA51: 1643, - 0xBA53: 1644, - 0xBA55: 1645, - 0xBA57: 1646, - 0xBA61: 1647, - 0xBA62: 1648, - 0xBA65: 1649, - 0xBA77: 1650, - 0xBA81: 1651, - 0xBA82: 1652, - 0xBA85: 1653, - 0xBA89: 1654, - 0xBA8A: 1655, - 0xBA8B: 1656, - 0xBA91: 1657, - 0xBA93: 1658, - 0xBA95: 1659, - 0xBA97: 1660, - 0xBAA1: 1661, - 0xBAB6: 1662, - 0xBAC1: 1663, - 0xBAE1: 1664, - 0xBAE2: 1665, - 0xBAE5: 1666, - 0xBAE9: 1667, - 0xBAF1: 1668, - 0xBAF3: 1669, - 0xBAF5: 1670, - 0xBB41: 1671, - 0xBB45: 1672, - 0xBB49: 1673, - 0xBB51: 1674, - 0xBB61: 1675, - 0xBB62: 1676, - 0xBB65: 1677, - 0xBB69: 1678, - 0xBB71: 1679, - 0xBB73: 1680, - 0xBB75: 1681, - 0xBB77: 1682, - 0xBBA1: 1683, - 0xBBA2: 1684, - 0xBBA5: 1685, - 0xBBA8: 1686, - 0xBBA9: 1687, - 0xBBAB: 1688, - 0xBBB1: 1689, - 0xBBB3: 1690, - 0xBBB5: 1691, - 0xBBB7: 1692, - 0xBBB8: 1693, - 0xBBBB: 1694, - 0xBBBC: 1695, - 0xBC61: 1696, - 0xBC62: 1697, - 0xBC65: 1698, - 0xBC67: 1699, - 0xBC69: 1700, - 0xBC6C: 1701, - 0xBC71: 1702, - 0xBC73: 1703, - 0xBC75: 1704, - 0xBC76: 1705, - 0xBC77: 1706, - 0xBC81: 1707, - 0xBC82: 1708, - 0xBC85: 1709, - 0xBC89: 1710, - 0xBC91: 1711, - 0xBC93: 1712, - 0xBC95: 1713, - 0xBC96: 1714, - 0xBC97: 1715, - 0xBCA1: 1716, - 0xBCA5: 1717, - 0xBCB7: 1718, - 0xBCE1: 1719, - 0xBCE2: 1720, - 0xBCE5: 1721, - 0xBCE9: 1722, - 0xBCF1: 1723, - 0xBCF3: 1724, - 0xBCF5: 1725, - 0xBCF6: 1726, - 0xBCF7: 1727, - 0xBD41: 1728, - 0xBD57: 1729, - 0xBD61: 1730, - 0xBD76: 1731, - 0xBDA1: 1732, - 0xBDA2: 1733, - 0xBDA5: 1734, - 0xBDA9: 1735, - 0xBDB1: 1736, - 0xBDB3: 1737, - 0xBDB5: 1738, - 0xBDB7: 1739, - 0xBDB9: 1740, - 0xBDC1: 1741, - 0xBDC2: 1742, - 0xBDC9: 1743, - 0xBDD6: 1744, - 0xBDE1: 1745, - 0xBDF6: 1746, - 0xBE41: 1747, - 0xBE45: 1748, - 0xBE49: 1749, - 0xBE51: 1750, - 0xBE53: 1751, - 0xBE77: 1752, - 0xBE81: 1753, - 0xBE82: 1754, - 0xBE85: 1755, - 0xBE89: 1756, - 0xBE91: 1757, - 0xBE93: 1758, - 0xBE97: 1759, - 0xBEA1: 1760, - 0xBEB6: 1761, - 0xBEB7: 1762, - 0xBEE1: 1763, - 0xBF41: 1764, - 0xBF61: 1765, - 0xBF71: 1766, - 0xBF75: 1767, - 0xBF77: 1768, - 0xBFA1: 1769, - 0xBFA2: 1770, - 0xBFA5: 1771, - 0xBFA9: 1772, - 0xBFB1: 1773, - 0xBFB3: 1774, - 0xBFB7: 1775, - 0xBFB8: 1776, - 0xBFBD: 1777, - 0xC061: 1778, - 0xC062: 1779, - 0xC065: 1780, - 0xC067: 1781, - 0xC069: 1782, - 0xC071: 1783, - 0xC073: 1784, - 0xC075: 1785, - 0xC076: 1786, - 0xC077: 1787, - 0xC078: 1788, - 0xC081: 1789, - 0xC082: 1790, - 0xC085: 1791, - 0xC089: 1792, - 0xC091: 1793, - 0xC093: 1794, - 0xC095: 1795, - 0xC096: 1796, - 0xC097: 1797, - 0xC0A1: 1798, - 0xC0A5: 1799, - 0xC0A7: 1800, - 0xC0A9: 1801, - 0xC0B1: 1802, - 0xC0B7: 1803, - 0xC0E1: 1804, - 0xC0E2: 1805, - 0xC0E5: 1806, - 0xC0E9: 1807, - 0xC0F1: 1808, - 0xC0F3: 1809, - 0xC0F5: 1810, - 0xC0F6: 1811, - 0xC0F7: 1812, - 0xC141: 1813, - 0xC142: 1814, - 0xC145: 1815, - 0xC149: 1816, - 0xC151: 1817, - 0xC153: 1818, - 0xC155: 1819, - 0xC157: 1820, - 0xC161: 1821, - 0xC165: 1822, - 0xC176: 1823, - 0xC181: 1824, - 0xC185: 1825, - 0xC197: 1826, - 0xC1A1: 1827, - 0xC1A2: 1828, - 0xC1A5: 1829, - 0xC1A9: 1830, - 0xC1B1: 1831, - 0xC1B3: 1832, - 0xC1B5: 1833, - 0xC1B7: 1834, - 0xC1C1: 1835, - 0xC1C5: 1836, - 0xC1C9: 1837, - 0xC1D7: 1838, - 0xC241: 1839, - 0xC245: 1840, - 0xC249: 1841, - 0xC251: 1842, - 0xC253: 1843, - 0xC255: 1844, - 0xC257: 1845, - 0xC261: 1846, - 0xC271: 1847, - 0xC281: 1848, - 0xC282: 1849, - 0xC285: 1850, - 0xC289: 1851, - 0xC291: 1852, - 0xC293: 1853, - 0xC295: 1854, - 0xC297: 1855, - 0xC2A1: 1856, - 0xC2B6: 1857, - 0xC2C1: 1858, - 0xC2C5: 1859, - 0xC2E1: 1860, - 0xC2E5: 1861, - 0xC2E9: 1862, - 0xC2F1: 1863, - 0xC2F3: 1864, - 0xC2F5: 1865, - 0xC2F7: 1866, - 0xC341: 1867, - 0xC345: 1868, - 0xC349: 1869, - 0xC351: 1870, - 0xC357: 1871, - 0xC361: 1872, - 0xC362: 1873, - 0xC365: 1874, - 0xC369: 1875, - 0xC371: 1876, - 0xC373: 1877, - 0xC375: 1878, - 0xC377: 1879, - 0xC3A1: 1880, - 0xC3A2: 1881, - 0xC3A5: 1882, - 0xC3A8: 1883, - 0xC3A9: 1884, - 0xC3AA: 1885, - 0xC3B1: 1886, - 0xC3B3: 1887, - 0xC3B5: 1888, - 0xC3B7: 1889, - 0xC461: 1890, - 0xC462: 1891, - 0xC465: 1892, - 0xC469: 1893, - 0xC471: 1894, - 0xC473: 1895, - 0xC475: 1896, - 0xC477: 1897, - 0xC481: 1898, - 0xC482: 1899, - 0xC485: 1900, - 0xC489: 1901, - 0xC491: 1902, - 0xC493: 1903, - 0xC495: 1904, - 0xC496: 1905, - 0xC497: 1906, - 0xC4A1: 1907, - 0xC4A2: 1908, - 0xC4B7: 1909, - 0xC4E1: 1910, - 0xC4E2: 1911, - 0xC4E5: 1912, - 0xC4E8: 1913, - 0xC4E9: 1914, - 0xC4F1: 1915, - 0xC4F3: 1916, - 0xC4F5: 1917, - 0xC4F6: 1918, - 0xC4F7: 1919, - 0xC541: 1920, - 0xC542: 1921, - 0xC545: 1922, - 0xC549: 1923, - 0xC551: 1924, - 0xC553: 1925, - 0xC555: 1926, - 0xC557: 1927, - 0xC561: 1928, - 0xC565: 1929, - 0xC569: 1930, - 0xC571: 1931, - 0xC573: 1932, - 0xC575: 1933, - 0xC576: 1934, - 0xC577: 1935, - 0xC581: 1936, - 0xC5A1: 1937, - 0xC5A2: 1938, - 0xC5A5: 1939, - 0xC5A9: 1940, - 0xC5B1: 1941, - 0xC5B3: 1942, - 0xC5B5: 1943, - 0xC5B7: 1944, - 0xC5C1: 1945, - 0xC5C2: 1946, - 0xC5C5: 1947, - 0xC5C9: 1948, - 0xC5D1: 1949, - 0xC5D7: 1950, - 0xC5E1: 1951, - 0xC5F7: 1952, - 0xC641: 1953, - 0xC649: 1954, - 0xC661: 1955, - 0xC681: 1956, - 0xC682: 1957, - 0xC685: 1958, - 0xC689: 1959, - 0xC691: 1960, - 0xC693: 1961, - 0xC695: 1962, - 0xC697: 1963, - 0xC6A1: 1964, - 0xC6A5: 1965, - 0xC6A9: 1966, - 0xC6B7: 1967, - 0xC6C1: 1968, - 0xC6D7: 1969, - 0xC6E1: 1970, - 0xC6E2: 1971, - 0xC6E5: 1972, - 0xC6E9: 1973, - 0xC6F1: 1974, - 0xC6F3: 1975, - 0xC6F5: 1976, - 0xC6F7: 1977, - 0xC741: 1978, - 0xC745: 1979, - 0xC749: 1980, - 0xC751: 1981, - 0xC761: 1982, - 0xC762: 1983, - 0xC765: 1984, - 0xC769: 1985, - 0xC771: 1986, - 0xC773: 1987, - 0xC777: 1988, - 0xC7A1: 1989, - 0xC7A2: 1990, - 0xC7A5: 1991, - 0xC7A9: 1992, - 0xC7B1: 1993, - 0xC7B3: 1994, - 0xC7B5: 1995, - 0xC7B7: 1996, - 0xC861: 1997, - 0xC862: 1998, - 0xC865: 1999, - 0xC869: 2000, - 0xC86A: 2001, - 0xC871: 2002, - 0xC873: 2003, - 0xC875: 2004, - 0xC876: 2005, - 0xC877: 2006, - 0xC881: 2007, - 0xC882: 2008, - 0xC885: 2009, - 0xC889: 2010, - 0xC891: 2011, - 0xC893: 2012, - 0xC895: 2013, - 0xC896: 2014, - 0xC897: 2015, - 0xC8A1: 2016, - 0xC8B7: 2017, - 0xC8E1: 2018, - 0xC8E2: 2019, - 0xC8E5: 2020, - 0xC8E9: 2021, - 0xC8EB: 2022, - 0xC8F1: 2023, - 0xC8F3: 2024, - 0xC8F5: 2025, - 0xC8F6: 2026, - 0xC8F7: 2027, - 0xC941: 2028, - 0xC942: 2029, - 0xC945: 2030, - 0xC949: 2031, - 0xC951: 2032, - 0xC953: 2033, - 0xC955: 2034, - 0xC957: 2035, - 0xC961: 2036, - 0xC965: 2037, - 0xC976: 2038, - 0xC981: 2039, - 0xC985: 2040, - 0xC9A1: 2041, - 0xC9A2: 2042, - 0xC9A5: 2043, - 0xC9A9: 2044, - 0xC9B1: 2045, - 0xC9B3: 2046, - 0xC9B5: 2047, - 0xC9B7: 2048, - 0xC9BC: 2049, - 0xC9C1: 2050, - 0xC9C5: 2051, - 0xC9E1: 2052, - 0xCA41: 2053, - 0xCA45: 2054, - 0xCA55: 2055, - 0xCA57: 2056, - 0xCA61: 2057, - 0xCA81: 2058, - 0xCA82: 2059, - 0xCA85: 2060, - 0xCA89: 2061, - 0xCA91: 2062, - 0xCA93: 2063, - 0xCA95: 2064, - 0xCA97: 2065, - 0xCAA1: 2066, - 0xCAB6: 2067, - 0xCAC1: 2068, - 0xCAE1: 2069, - 0xCAE2: 2070, - 0xCAE5: 2071, - 0xCAE9: 2072, - 0xCAF1: 2073, - 0xCAF3: 2074, - 0xCAF7: 2075, - 0xCB41: 2076, - 0xCB45: 2077, - 0xCB49: 2078, - 0xCB51: 2079, - 0xCB57: 2080, - 0xCB61: 2081, - 0xCB62: 2082, - 0xCB65: 2083, - 0xCB68: 2084, - 0xCB69: 2085, - 0xCB6B: 2086, - 0xCB71: 2087, - 0xCB73: 2088, - 0xCB75: 2089, - 0xCB81: 2090, - 0xCB85: 2091, - 0xCB89: 2092, - 0xCB91: 2093, - 0xCB93: 2094, - 0xCBA1: 2095, - 0xCBA2: 2096, - 0xCBA5: 2097, - 0xCBA9: 2098, - 0xCBB1: 2099, - 0xCBB3: 2100, - 0xCBB5: 2101, - 0xCBB7: 2102, - 0xCC61: 2103, - 0xCC62: 2104, - 0xCC63: 2105, - 0xCC65: 2106, - 0xCC69: 2107, - 0xCC6B: 2108, - 0xCC71: 2109, - 0xCC73: 2110, - 0xCC75: 2111, - 0xCC76: 2112, - 0xCC77: 2113, - 0xCC7B: 2114, - 0xCC81: 2115, - 0xCC82: 2116, - 0xCC85: 2117, - 0xCC89: 2118, - 0xCC91: 2119, - 0xCC93: 2120, - 0xCC95: 2121, - 0xCC96: 2122, - 0xCC97: 2123, - 0xCCA1: 2124, - 0xCCA2: 2125, - 0xCCE1: 2126, - 0xCCE2: 2127, - 0xCCE5: 2128, - 0xCCE9: 2129, - 0xCCF1: 2130, - 0xCCF3: 2131, - 0xCCF5: 2132, - 0xCCF6: 2133, - 0xCCF7: 2134, - 0xCD41: 2135, - 0xCD42: 2136, - 0xCD45: 2137, - 0xCD49: 2138, - 0xCD51: 2139, - 0xCD53: 2140, - 0xCD55: 2141, - 0xCD57: 2142, - 0xCD61: 2143, - 0xCD65: 2144, - 0xCD69: 2145, - 0xCD71: 2146, - 0xCD73: 2147, - 0xCD76: 2148, - 0xCD77: 2149, - 0xCD81: 2150, - 0xCD89: 2151, - 0xCD93: 2152, - 0xCD95: 2153, - 0xCDA1: 2154, - 0xCDA2: 2155, - 0xCDA5: 2156, - 0xCDA9: 2157, - 0xCDB1: 2158, - 0xCDB3: 2159, - 0xCDB5: 2160, - 0xCDB7: 2161, - 0xCDC1: 2162, - 0xCDD7: 2163, - 0xCE41: 2164, - 0xCE45: 2165, - 0xCE61: 2166, - 0xCE65: 2167, - 0xCE69: 2168, - 0xCE73: 2169, - 0xCE75: 2170, - 0xCE81: 2171, - 0xCE82: 2172, - 0xCE85: 2173, - 0xCE88: 2174, - 0xCE89: 2175, - 0xCE8B: 2176, - 0xCE91: 2177, - 0xCE93: 2178, - 0xCE95: 2179, - 0xCE97: 2180, - 0xCEA1: 2181, - 0xCEB7: 2182, - 0xCEE1: 2183, - 0xCEE5: 2184, - 0xCEE9: 2185, - 0xCEF1: 2186, - 0xCEF5: 2187, - 0xCF41: 2188, - 0xCF45: 2189, - 0xCF49: 2190, - 0xCF51: 2191, - 0xCF55: 2192, - 0xCF57: 2193, - 0xCF61: 2194, - 0xCF65: 2195, - 0xCF69: 2196, - 0xCF71: 2197, - 0xCF73: 2198, - 0xCF75: 2199, - 0xCFA1: 2200, - 0xCFA2: 2201, - 0xCFA5: 2202, - 0xCFA9: 2203, - 0xCFB1: 2204, - 0xCFB3: 2205, - 0xCFB5: 2206, - 0xCFB7: 2207, - 0xD061: 2208, - 0xD062: 2209, - 0xD065: 2210, - 0xD069: 2211, - 0xD06E: 2212, - 0xD071: 2213, - 0xD073: 2214, - 0xD075: 2215, - 0xD077: 2216, - 0xD081: 2217, - 0xD082: 2218, - 0xD085: 2219, - 0xD089: 2220, - 0xD091: 2221, - 0xD093: 2222, - 0xD095: 2223, - 0xD096: 2224, - 0xD097: 2225, - 0xD0A1: 2226, - 0xD0B7: 2227, - 0xD0E1: 2228, - 0xD0E2: 2229, - 0xD0E5: 2230, - 0xD0E9: 2231, - 0xD0EB: 2232, - 0xD0F1: 2233, - 0xD0F3: 2234, - 0xD0F5: 2235, - 0xD0F7: 2236, - 0xD141: 2237, - 0xD142: 2238, - 0xD145: 2239, - 0xD149: 2240, - 0xD151: 2241, - 0xD153: 2242, - 0xD155: 2243, - 0xD157: 2244, - 0xD161: 2245, - 0xD162: 2246, - 0xD165: 2247, - 0xD169: 2248, - 0xD171: 2249, - 0xD173: 2250, - 0xD175: 2251, - 0xD176: 2252, - 0xD177: 2253, - 0xD181: 2254, - 0xD185: 2255, - 0xD189: 2256, - 0xD193: 2257, - 0xD1A1: 2258, - 0xD1A2: 2259, - 0xD1A5: 2260, - 0xD1A9: 2261, - 0xD1AE: 2262, - 0xD1B1: 2263, - 0xD1B3: 2264, - 0xD1B5: 2265, - 0xD1B7: 2266, - 0xD1BB: 2267, - 0xD1C1: 2268, - 0xD1C2: 2269, - 0xD1C5: 2270, - 0xD1C9: 2271, - 0xD1D5: 2272, - 0xD1D7: 2273, - 0xD1E1: 2274, - 0xD1E2: 2275, - 0xD1E5: 2276, - 0xD1F5: 2277, - 0xD1F7: 2278, - 0xD241: 2279, - 0xD242: 2280, - 0xD245: 2281, - 0xD249: 2282, - 0xD253: 2283, - 0xD255: 2284, - 0xD257: 2285, - 0xD261: 2286, - 0xD265: 2287, - 0xD269: 2288, - 0xD273: 2289, - 0xD275: 2290, - 0xD281: 2291, - 0xD282: 2292, - 0xD285: 2293, - 0xD289: 2294, - 0xD28E: 2295, - 0xD291: 2296, - 0xD295: 2297, - 0xD297: 2298, - 0xD2A1: 2299, - 0xD2A5: 2300, - 0xD2A9: 2301, - 0xD2B1: 2302, - 0xD2B7: 2303, - 0xD2C1: 2304, - 0xD2C2: 2305, - 0xD2C5: 2306, - 0xD2C9: 2307, - 0xD2D7: 2308, - 0xD2E1: 2309, - 0xD2E2: 2310, - 0xD2E5: 2311, - 0xD2E9: 2312, - 0xD2F1: 2313, - 0xD2F3: 2314, - 0xD2F5: 2315, - 0xD2F7: 2316, - 0xD341: 2317, - 0xD342: 2318, - 0xD345: 2319, - 0xD349: 2320, - 0xD351: 2321, - 0xD355: 2322, - 0xD357: 2323, - 0xD361: 2324, - 0xD362: 2325, - 0xD365: 2326, - 0xD367: 2327, - 0xD368: 2328, - 0xD369: 2329, - 0xD36A: 2330, - 0xD371: 2331, - 0xD373: 2332, - 0xD375: 2333, - 0xD377: 2334, - 0xD37B: 2335, - 0xD381: 2336, - 0xD385: 2337, - 0xD389: 2338, - 0xD391: 2339, - 0xD393: 2340, - 0xD397: 2341, - 0xD3A1: 2342, - 0xD3A2: 2343, - 0xD3A5: 2344, - 0xD3A9: 2345, - 0xD3B1: 2346, - 0xD3B3: 2347, - 0xD3B5: 2348, - 0xD3B7: 2349, -} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py deleted file mode 100644 index d7364ba..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py +++ /dev/null @@ -1,47 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Mark Pilgrim - port to Python -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA -######################### END LICENSE BLOCK ######################### - -from .chardistribution import JOHABDistributionAnalysis -from .codingstatemachine import CodingStateMachine -from .mbcharsetprober import MultiByteCharSetProber -from .mbcssm import JOHAB_SM_MODEL - - -class JOHABProber(MultiByteCharSetProber): - def __init__(self) -> None: - super().__init__() - self.coding_sm = CodingStateMachine(JOHAB_SM_MODEL) - self.distribution_analyzer = JOHABDistributionAnalysis() - self.reset() - - @property - def charset_name(self) -> str: - return "Johab" - - @property - def language(self) -> str: - return "Korean" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py deleted file mode 100644 index 2f53bdd..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py +++ /dev/null @@ -1,238 +0,0 @@ -######################## 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 typing import List, Tuple, Union - -# This is hiragana 2-char sequence table, the number in each cell represents its frequency category -# fmt: off -jp2_char_context = ( - (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), -) -# fmt: on - - -class JapaneseContextAnalysis: - NUM_OF_CATEGORY = 6 - DONT_KNOW = -1 - ENOUGH_REL_THRESHOLD = 100 - MAX_REL_THRESHOLD = 1000 - MINIMUM_DATA_THRESHOLD = 4 - - def __init__(self) -> None: - self._total_rel = 0 - self._rel_sample: List[int] = [] - self._need_to_skip_char_num = 0 - self._last_char_order = -1 - self._done = False - self.reset() - - def reset(self) -> None: - 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: Union[bytes, bytearray], num_bytes: int) -> None: - 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[ - jp2_char_context[self._last_char_order][order] - ] += 1 - self._last_char_order = order - - def got_enough_data(self) -> bool: - return self._total_rel > self.ENOUGH_REL_THRESHOLD - - def get_confidence(self) -> float: - # 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 - return self.DONT_KNOW - - def get_order(self, _: Union[bytes, bytearray]) -> Tuple[int, int]: - return -1, 1 - - -class SJISContextAnalysis(JapaneseContextAnalysis): - def __init__(self) -> None: - super().__init__() - self._charset_name = "SHIFT_JIS" - - @property - def charset_name(self) -> str: - return self._charset_name - - def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]: - 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: Union[bytes, bytearray]) -> Tuple[int, int]: - 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/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py deleted file mode 100644 index 9946682..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py +++ /dev/null @@ -1,4649 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py deleted file mode 100644 index cfb8639..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py +++ /dev/null @@ -1,4397 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py deleted file mode 100644 index 56d2975..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py +++ /dev/null @@ -1,4380 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py deleted file mode 100644 index 09a0d32..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py +++ /dev/null @@ -1,4649 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py deleted file mode 100644 index 39a5388..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py +++ /dev/null @@ -1,5725 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py deleted file mode 100644 index 489cad9..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py +++ /dev/null @@ -1,4380 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py deleted file mode 100644 index 291857c..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py +++ /dev/null @@ -1,4380 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py deleted file mode 100644 index 59a01d9..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py +++ /dev/null @@ -1,147 +0,0 @@ -######################## 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 typing import List, Union - -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 - -# fmt: off -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 -) -# fmt: on - - -class Latin1Prober(CharSetProber): - def __init__(self) -> None: - super().__init__() - self._last_char_class = OTH - self._freq_counter: List[int] = [] - self.reset() - - def reset(self) -> None: - self._last_char_class = OTH - self._freq_counter = [0] * FREQ_CAT_NUM - super().reset() - - @property - def charset_name(self) -> str: - return "ISO-8859-1" - - @property - def language(self) -> str: - return "" - - def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: - byte_str = self.remove_xml_tags(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) -> float: - if self.state == ProbingState.NOT_ME: - return 0.01 - - total = sum(self._freq_counter) - confidence = ( - 0.0 - if total < 0.01 - else (self._freq_counter[3] - self._freq_counter[1] * 20.0) / total - ) - confidence = max(confidence, 0.0) - # lower the confidence of latin1 so that other more accurate - # detector can take priority. - confidence *= 0.73 - return confidence diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py deleted file mode 100644 index 1425d10..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py +++ /dev/null @@ -1,162 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# This code was modified from latin1prober.py by Rob Speer . -# 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): -# Rob Speer - adapt to MacRoman encoding -# 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 typing import List, Union - -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 -ODD = 8 # character that is unlikely to appear -CLASS_NUM = 9 # total classes - -# The change from Latin1 is that we explicitly look for extended characters -# that are infrequently-occurring symbols, and consider them to always be -# improbable. This should let MacRoman get out of the way of more likely -# encodings in most situations. - -# fmt: off -MacRoman_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 - ACV, ACV, ACO, ACV, ACO, ACV, ACV, ASV, # 80 - 87 - ASV, ASV, ASV, ASV, ASV, ASO, ASV, ASV, # 88 - 8F - ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASV, # 90 - 97 - ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # 98 - 9F - OTH, OTH, OTH, OTH, OTH, OTH, OTH, ASO, # A0 - A7 - OTH, OTH, ODD, ODD, OTH, OTH, ACV, ACV, # A8 - AF - OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 - OTH, OTH, OTH, OTH, OTH, OTH, ASV, ASV, # B8 - BF - OTH, OTH, ODD, OTH, ODD, OTH, OTH, OTH, # C0 - C7 - OTH, OTH, OTH, ACV, ACV, ACV, ACV, ASV, # C8 - CF - OTH, OTH, OTH, OTH, OTH, OTH, OTH, ODD, # D0 - D7 - ASV, ACV, ODD, OTH, OTH, OTH, OTH, OTH, # D8 - DF - OTH, OTH, OTH, OTH, OTH, ACV, ACV, ACV, # E0 - E7 - ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # E8 - EF - ODD, ACV, ACV, ACV, ACV, ASV, ODD, ODD, # F0 - F7 - ODD, ODD, ODD, ODD, ODD, ODD, ODD, ODD, # F8 - FF -) - -# 0 : illegal -# 1 : very unlikely -# 2 : normal -# 3 : very likely -MacRomanClassModel = ( -# UDF OTH ASC ASS ACV ACO ASV ASO ODD - 0, 0, 0, 0, 0, 0, 0, 0, 0, # UDF - 0, 3, 3, 3, 3, 3, 3, 3, 1, # OTH - 0, 3, 3, 3, 3, 3, 3, 3, 1, # ASC - 0, 3, 3, 3, 1, 1, 3, 3, 1, # ASS - 0, 3, 3, 3, 1, 2, 1, 2, 1, # ACV - 0, 3, 3, 3, 3, 3, 3, 3, 1, # ACO - 0, 3, 1, 3, 1, 1, 1, 3, 1, # ASV - 0, 3, 1, 3, 1, 1, 3, 3, 1, # ASO - 0, 1, 1, 1, 1, 1, 1, 1, 1, # ODD -) -# fmt: on - - -class MacRomanProber(CharSetProber): - def __init__(self) -> None: - super().__init__() - self._last_char_class = OTH - self._freq_counter: List[int] = [] - self.reset() - - def reset(self) -> None: - self._last_char_class = OTH - self._freq_counter = [0] * FREQ_CAT_NUM - - # express the prior that MacRoman is a somewhat rare encoding; - # this can be done by starting out in a slightly improbable state - # that must be overcome - self._freq_counter[2] = 10 - - super().reset() - - @property - def charset_name(self) -> str: - return "MacRoman" - - @property - def language(self) -> str: - return "" - - def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: - byte_str = self.remove_xml_tags(byte_str) - for c in byte_str: - char_class = MacRoman_CharToClass[c] - freq = MacRomanClassModel[(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) -> float: - if self.state == ProbingState.NOT_ME: - return 0.01 - - total = sum(self._freq_counter) - confidence = ( - 0.0 - if total < 0.01 - else (self._freq_counter[3] - self._freq_counter[1] * 20.0) / total - ) - confidence = max(confidence, 0.0) - # lower the confidence of MacRoman so that other more accurate - # detector can take priority. - confidence *= 0.73 - return confidence diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py deleted file mode 100644 index 666307e..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py +++ /dev/null @@ -1,95 +0,0 @@ -######################## 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 typing import Optional, Union - -from .chardistribution import CharDistributionAnalysis -from .charsetprober import CharSetProber -from .codingstatemachine import CodingStateMachine -from .enums import LanguageFilter, MachineState, ProbingState - - -class MultiByteCharSetProber(CharSetProber): - """ - MultiByteCharSetProber - """ - - def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: - super().__init__(lang_filter=lang_filter) - self.distribution_analyzer: Optional[CharDistributionAnalysis] = None - self.coding_sm: Optional[CodingStateMachine] = None - self._last_char = bytearray(b"\0\0") - - def reset(self) -> None: - super().reset() - if self.coding_sm: - self.coding_sm.reset() - if self.distribution_analyzer: - self.distribution_analyzer.reset() - self._last_char = bytearray(b"\0\0") - - def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: - assert self.coding_sm is not None - assert self.distribution_analyzer is not None - - for i, byte in enumerate(byte_str): - coding_state = self.coding_sm.next_state(byte) - 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 - if coding_state == MachineState.ITS_ME: - self._state = ProbingState.FOUND_IT - break - if coding_state == MachineState.START: - char_len = self.coding_sm.get_current_charlen() - if i == 0: - self._last_char[1] = byte - 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) -> float: - assert self.distribution_analyzer is not None - return self.distribution_analyzer.get_confidence() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py deleted file mode 100644 index 6cb9cc7..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py +++ /dev/null @@ -1,57 +0,0 @@ -######################## 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 .big5prober import Big5Prober -from .charsetgroupprober import CharSetGroupProber -from .cp949prober import CP949Prober -from .enums import LanguageFilter -from .eucjpprober import EUCJPProber -from .euckrprober import EUCKRProber -from .euctwprober import EUCTWProber -from .gb2312prober import GB2312Prober -from .johabprober import JOHABProber -from .sjisprober import SJISProber -from .utf8prober import UTF8Prober - - -class MBCSGroupProber(CharSetGroupProber): - def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: - super().__init__(lang_filter=lang_filter) - self.probers = [ - UTF8Prober(), - SJISProber(), - EUCJPProber(), - GB2312Prober(), - EUCKRProber(), - CP949Prober(), - Big5Prober(), - EUCTWProber(), - JOHABProber(), - ] - self.reset() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py deleted file mode 100644 index 7bbe97e..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py +++ /dev/null @@ -1,661 +0,0 @@ -######################## 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 .codingstatemachinedict import CodingStateMachineDict -from .enums import MachineState - -# BIG5 - -# fmt: off -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 -) -# fmt: on - -BIG5_CHAR_LEN_TABLE = (0, 1, 1, 2, 0) - -BIG5_SM_MODEL: CodingStateMachineDict = { - "class_table": BIG5_CLS, - "class_factor": 5, - "state_table": BIG5_ST, - "char_len_table": BIG5_CHAR_LEN_TABLE, - "name": "Big5", -} - -# CP949 -# fmt: off -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 -) -# fmt: on - -CP949_CHAR_LEN_TABLE = (0, 1, 2, 0, 1, 1, 2, 2, 0, 2) - -CP949_SM_MODEL: CodingStateMachineDict = { - "class_table": CP949_CLS, - "class_factor": 10, - "state_table": CP949_ST, - "char_len_table": CP949_CHAR_LEN_TABLE, - "name": "CP949", -} - -# EUC-JP -# fmt: off -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 -) -# fmt: on - -EUCJP_CHAR_LEN_TABLE = (2, 2, 2, 3, 1, 0) - -EUCJP_SM_MODEL: CodingStateMachineDict = { - "class_table": EUCJP_CLS, - "class_factor": 6, - "state_table": EUCJP_ST, - "char_len_table": EUCJP_CHAR_LEN_TABLE, - "name": "EUC-JP", -} - -# EUC-KR -# fmt: off -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 -) -# fmt: on - -EUCKR_CHAR_LEN_TABLE = (0, 1, 2, 0) - -EUCKR_SM_MODEL: CodingStateMachineDict = { - "class_table": EUCKR_CLS, - "class_factor": 4, - "state_table": EUCKR_ST, - "char_len_table": EUCKR_CHAR_LEN_TABLE, - "name": "EUC-KR", -} - -# JOHAB -# fmt: off -JOHAB_CLS = ( - 4,4,4,4,4,4,4,4, # 00 - 07 - 4,4,4,4,4,4,0,0, # 08 - 0f - 4,4,4,4,4,4,4,4, # 10 - 17 - 4,4,4,0,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,3,3,3,3,3,3,3, # 30 - 37 - 3,3,3,3,3,3,3,3, # 38 - 3f - 3,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,2, # 78 - 7f - 6,6,6,6,8,8,8,8, # 80 - 87 - 8,8,8,8,8,8,8,8, # 88 - 8f - 8,7,7,7,7,7,7,7, # 90 - 97 - 7,7,7,7,7,7,7,7, # 98 - 9f - 7,7,7,7,7,7,7,7, # a0 - a7 - 7,7,7,7,7,7,7,7, # a8 - af - 7,7,7,7,7,7,7,7, # b0 - b7 - 7,7,7,7,7,7,7,7, # b8 - bf - 7,7,7,7,7,7,7,7, # c0 - c7 - 7,7,7,7,7,7,7,7, # c8 - cf - 7,7,7,7,5,5,5,5, # d0 - d7 - 5,9,9,9,9,9,9,5, # d8 - df - 9,9,9,9,9,9,9,9, # e0 - e7 - 9,9,9,9,9,9,9,9, # e8 - ef - 9,9,9,9,9,9,9,9, # f0 - f7 - 9,9,5,5,5,5,5,0 # f8 - ff -) - -JOHAB_ST = ( -# cls = 0 1 2 3 4 5 6 7 8 9 - MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.ERROR ,MachineState.ERROR ,3 ,3 ,4 , # MachineState.START - 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.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR , # MachineState.ERROR - MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.ERROR ,MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START , # 3 - MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START , # 4 -) -# fmt: on - -JOHAB_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 0, 0, 2, 2, 2) - -JOHAB_SM_MODEL: CodingStateMachineDict = { - "class_table": JOHAB_CLS, - "class_factor": 10, - "state_table": JOHAB_ST, - "char_len_table": JOHAB_CHAR_LEN_TABLE, - "name": "Johab", -} - -# EUC-TW -# fmt: off -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 -) -# fmt: on - -EUCTW_CHAR_LEN_TABLE = (0, 0, 1, 2, 2, 2, 3) - -EUCTW_SM_MODEL: CodingStateMachineDict = { - "class_table": EUCTW_CLS, - "class_factor": 7, - "state_table": EUCTW_ST, - "char_len_table": EUCTW_CHAR_LEN_TABLE, - "name": "x-euc-tw", -} - -# GB2312 -# fmt: off -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 -) -# fmt: on - -# 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: CodingStateMachineDict = { - "class_table": GB2312_CLS, - "class_factor": 7, - "state_table": GB2312_ST, - "char_len_table": GB2312_CHAR_LEN_TABLE, - "name": "GB2312", -} - -# Shift_JIS -# fmt: off -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 -) -# fmt: on - -SJIS_CHAR_LEN_TABLE = (0, 1, 1, 2, 0, 0) - -SJIS_SM_MODEL: CodingStateMachineDict = { - "class_table": SJIS_CLS, - "class_factor": 6, - "state_table": SJIS_ST, - "char_len_table": SJIS_CHAR_LEN_TABLE, - "name": "Shift_JIS", -} - -# UCS2-BE -# fmt: off -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 -) -# fmt: on - -UCS2BE_CHAR_LEN_TABLE = (2, 2, 2, 0, 2, 2) - -UCS2BE_SM_MODEL: CodingStateMachineDict = { - "class_table": UCS2BE_CLS, - "class_factor": 6, - "state_table": UCS2BE_ST, - "char_len_table": UCS2BE_CHAR_LEN_TABLE, - "name": "UTF-16BE", -} - -# UCS2-LE -# fmt: off -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 -) -# fmt: on - -UCS2LE_CHAR_LEN_TABLE = (2, 2, 2, 2, 2, 2) - -UCS2LE_SM_MODEL: CodingStateMachineDict = { - "class_table": UCS2LE_CLS, - "class_factor": 6, - "state_table": UCS2LE_ST, - "char_len_table": UCS2LE_CHAR_LEN_TABLE, - "name": "UTF-16LE", -} - -# UTF-8 -# fmt: off -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 -) -# fmt: on - -UTF8_CHAR_LEN_TABLE = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6) - -UTF8_SM_MODEL: CodingStateMachineDict = { - "class_table": UTF8_CLS, - "class_factor": 16, - "state_table": UTF8_ST, - "char_len_table": UTF8_CHAR_LEN_TABLE, - "name": "UTF-8", -} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index d69e984ce4164c509b5cbf4d236d3416889a9d0d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 197 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 None: - super().__init__() - self.name = name - self.iso_code = iso_code - self.use_ascii = use_ascii - self.charsets = charsets - if self.use_ascii: - if alphabet: - alphabet += ascii_letters - else: - alphabet = ascii_letters - elif not alphabet: - raise ValueError("Must supply alphabet if use_ascii is False") - self.alphabet = "".join(sorted(set(alphabet))) if alphabet else None - self.wiki_start_pages = wiki_start_pages - - def __repr__(self) -> str: - param_str = ", ".join( - f"{k}={v!r}" for k, v in self.__dict__.items() if not k.startswith("_") - ) - return f"{self.__class__.__name__}({param_str})" - - -LANGUAGES = { - "Arabic": Language( - name="Arabic", - iso_code="ar", - use_ascii=False, - # We only support encodings that use isolated - # forms, because the current recommendation is - # that the rendering system handles presentation - # forms. This means we purposefully skip IBM864. - charsets=["ISO-8859-6", "WINDOWS-1256", "CP720", "CP864"], - alphabet="ءآأؤإئابةتثجحخدذرزسشصضطظعغػؼؽؾؿـفقكلمنهوىيًٌٍَُِّ", - wiki_start_pages=["الصفحة_الرئيسية"], - ), - "Belarusian": Language( - name="Belarusian", - iso_code="be", - use_ascii=False, - charsets=["ISO-8859-5", "WINDOWS-1251", "IBM866", "MacCyrillic"], - alphabet="АБВГДЕЁЖЗІЙКЛМНОПРСТУЎФХЦЧШЫЬЭЮЯабвгдеёжзійклмнопрстуўфхцчшыьэюяʼ", - wiki_start_pages=["Галоўная_старонка"], - ), - "Bulgarian": Language( - name="Bulgarian", - iso_code="bg", - use_ascii=False, - charsets=["ISO-8859-5", "WINDOWS-1251", "IBM855"], - alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", - wiki_start_pages=["Начална_страница"], - ), - "Czech": Language( - name="Czech", - iso_code="cz", - use_ascii=True, - charsets=["ISO-8859-2", "WINDOWS-1250"], - alphabet="áčďéěíňóřšťúůýžÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ", - wiki_start_pages=["Hlavní_strana"], - ), - "Danish": Language( - name="Danish", - iso_code="da", - use_ascii=True, - charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], - alphabet="æøåÆØÅ", - wiki_start_pages=["Forside"], - ), - "German": Language( - name="German", - iso_code="de", - use_ascii=True, - charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], - alphabet="äöüßẞÄÖÜ", - wiki_start_pages=["Wikipedia:Hauptseite"], - ), - "Greek": Language( - name="Greek", - iso_code="el", - use_ascii=False, - charsets=["ISO-8859-7", "WINDOWS-1253"], - alphabet="αβγδεζηθικλμνξοπρσςτυφχψωάέήίόύώΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΣΤΥΦΧΨΩΆΈΉΊΌΎΏ", - wiki_start_pages=["Πύλη:Κύρια"], - ), - "English": Language( - name="English", - iso_code="en", - use_ascii=True, - charsets=["ISO-8859-1", "WINDOWS-1252", "MacRoman"], - wiki_start_pages=["Main_Page"], - ), - "Esperanto": Language( - name="Esperanto", - iso_code="eo", - # Q, W, X, and Y not used at all - use_ascii=False, - charsets=["ISO-8859-3"], - alphabet="abcĉdefgĝhĥijĵklmnoprsŝtuŭvzABCĈDEFGĜHĤIJĴKLMNOPRSŜTUŬVZ", - wiki_start_pages=["Vikipedio:Ĉefpaĝo"], - ), - "Spanish": Language( - name="Spanish", - iso_code="es", - use_ascii=True, - charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], - alphabet="ñáéíóúüÑÁÉÍÓÚÜ", - wiki_start_pages=["Wikipedia:Portada"], - ), - "Estonian": Language( - name="Estonian", - iso_code="et", - use_ascii=False, - charsets=["ISO-8859-4", "ISO-8859-13", "WINDOWS-1257"], - # C, F, Š, Q, W, X, Y, Z, Ž are only for - # loanwords - alphabet="ABDEGHIJKLMNOPRSTUVÕÄÖÜabdeghijklmnoprstuvõäöü", - wiki_start_pages=["Esileht"], - ), - "Finnish": Language( - name="Finnish", - iso_code="fi", - use_ascii=True, - charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], - alphabet="ÅÄÖŠŽåäöšž", - wiki_start_pages=["Wikipedia:Etusivu"], - ), - "French": Language( - name="French", - iso_code="fr", - use_ascii=True, - charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], - alphabet="œàâçèéîïùûêŒÀÂÇÈÉÎÏÙÛÊ", - wiki_start_pages=["Wikipédia:Accueil_principal", "Bœuf (animal)"], - ), - "Hebrew": Language( - name="Hebrew", - iso_code="he", - use_ascii=False, - charsets=["ISO-8859-8", "WINDOWS-1255"], - alphabet="אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ", - wiki_start_pages=["עמוד_ראשי"], - ), - "Croatian": Language( - name="Croatian", - iso_code="hr", - # Q, W, X, Y are only used for foreign words. - use_ascii=False, - charsets=["ISO-8859-2", "WINDOWS-1250"], - alphabet="abcčćdđefghijklmnoprsštuvzžABCČĆDĐEFGHIJKLMNOPRSŠTUVZŽ", - wiki_start_pages=["Glavna_stranica"], - ), - "Hungarian": Language( - name="Hungarian", - iso_code="hu", - # Q, W, X, Y are only used for foreign words. - use_ascii=False, - charsets=["ISO-8859-2", "WINDOWS-1250"], - alphabet="abcdefghijklmnoprstuvzáéíóöőúüűABCDEFGHIJKLMNOPRSTUVZÁÉÍÓÖŐÚÜŰ", - wiki_start_pages=["Kezdőlap"], - ), - "Italian": Language( - name="Italian", - iso_code="it", - use_ascii=True, - charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], - alphabet="ÀÈÉÌÒÓÙàèéìòóù", - wiki_start_pages=["Pagina_principale"], - ), - "Lithuanian": Language( - name="Lithuanian", - iso_code="lt", - use_ascii=False, - charsets=["ISO-8859-13", "WINDOWS-1257", "ISO-8859-4"], - # Q, W, and X not used at all - alphabet="AĄBCČDEĘĖFGHIĮYJKLMNOPRSŠTUŲŪVZŽaąbcčdeęėfghiįyjklmnoprsštuųūvzž", - wiki_start_pages=["Pagrindinis_puslapis"], - ), - "Latvian": Language( - name="Latvian", - iso_code="lv", - use_ascii=False, - charsets=["ISO-8859-13", "WINDOWS-1257", "ISO-8859-4"], - # Q, W, X, Y are only for loanwords - alphabet="AĀBCČDEĒFGĢHIĪJKĶLĻMNŅOPRSŠTUŪVZŽaābcčdeēfgģhiījkķlļmnņoprsštuūvzž", - wiki_start_pages=["Sākumlapa"], - ), - "Macedonian": Language( - name="Macedonian", - iso_code="mk", - use_ascii=False, - charsets=["ISO-8859-5", "WINDOWS-1251", "MacCyrillic", "IBM855"], - alphabet="АБВГДЃЕЖЗЅИЈКЛЉМНЊОПРСТЌУФХЦЧЏШабвгдѓежзѕијклљмнњопрстќуфхцчџш", - wiki_start_pages=["Главна_страница"], - ), - "Dutch": Language( - name="Dutch", - iso_code="nl", - use_ascii=True, - charsets=["ISO-8859-1", "WINDOWS-1252", "MacRoman"], - wiki_start_pages=["Hoofdpagina"], - ), - "Polish": Language( - name="Polish", - iso_code="pl", - # Q and X are only used for foreign words. - use_ascii=False, - charsets=["ISO-8859-2", "WINDOWS-1250"], - alphabet="AĄBCĆDEĘFGHIJKLŁMNŃOÓPRSŚTUWYZŹŻaąbcćdeęfghijklłmnńoóprsśtuwyzźż", - wiki_start_pages=["Wikipedia:Strona_główna"], - ), - "Portuguese": Language( - name="Portuguese", - iso_code="pt", - use_ascii=True, - charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], - alphabet="ÁÂÃÀÇÉÊÍÓÔÕÚáâãàçéêíóôõú", - wiki_start_pages=["Wikipédia:Página_principal"], - ), - "Romanian": Language( - name="Romanian", - iso_code="ro", - use_ascii=True, - charsets=["ISO-8859-2", "WINDOWS-1250"], - alphabet="ăâîșțĂÂÎȘȚ", - wiki_start_pages=["Pagina_principală"], - ), - "Russian": Language( - name="Russian", - iso_code="ru", - use_ascii=False, - charsets=[ - "ISO-8859-5", - "WINDOWS-1251", - "KOI8-R", - "MacCyrillic", - "IBM866", - "IBM855", - ], - alphabet="абвгдеёжзийклмнопрстуфхцчшщъыьэюяАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ", - wiki_start_pages=["Заглавная_страница"], - ), - "Slovak": Language( - name="Slovak", - iso_code="sk", - use_ascii=True, - charsets=["ISO-8859-2", "WINDOWS-1250"], - alphabet="áäčďéíĺľňóôŕšťúýžÁÄČĎÉÍĹĽŇÓÔŔŠŤÚÝŽ", - wiki_start_pages=["Hlavná_stránka"], - ), - "Slovene": Language( - name="Slovene", - iso_code="sl", - # Q, W, X, Y are only used for foreign words. - use_ascii=False, - charsets=["ISO-8859-2", "WINDOWS-1250"], - alphabet="abcčdefghijklmnoprsštuvzžABCČDEFGHIJKLMNOPRSŠTUVZŽ", - wiki_start_pages=["Glavna_stran"], - ), - # Serbian can be written in both Latin and Cyrillic, but there's no - # simple way to get the Latin alphabet pages from Wikipedia through - # the API, so for now we just support Cyrillic. - "Serbian": Language( - name="Serbian", - iso_code="sr", - alphabet="АБВГДЂЕЖЗИЈКЛЉМНЊОПРСТЋУФХЦЧЏШабвгдђежзијклљмнњопрстћуфхцчџш", - charsets=["ISO-8859-5", "WINDOWS-1251", "MacCyrillic", "IBM855"], - wiki_start_pages=["Главна_страна"], - ), - "Thai": Language( - name="Thai", - iso_code="th", - use_ascii=False, - charsets=["ISO-8859-11", "TIS-620", "CP874"], - alphabet="กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛", - wiki_start_pages=["หน้าหลัก"], - ), - "Turkish": Language( - name="Turkish", - iso_code="tr", - # Q, W, and X are not used by Turkish - use_ascii=False, - charsets=["ISO-8859-3", "ISO-8859-9", "WINDOWS-1254"], - alphabet="abcçdefgğhıijklmnoöprsştuüvyzâîûABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVYZÂÎÛ", - wiki_start_pages=["Ana_Sayfa"], - ), - "Vietnamese": Language( - name="Vietnamese", - iso_code="vi", - use_ascii=False, - # Windows-1258 is the only common 8-bit - # Vietnamese encoding supported by Python. - # From Wikipedia: - # For systems that lack support for Unicode, - # dozens of 8-bit Vietnamese code pages are - # available.[1] The most common are VISCII - # (TCVN 5712:1993), VPS, and Windows-1258.[3] - # Where ASCII is required, such as when - # ensuring readability in plain text e-mail, - # Vietnamese letters are often encoded - # according to Vietnamese Quoted-Readable - # (VIQR) or VSCII Mnemonic (VSCII-MNEM),[4] - # though usage of either variable-width - # scheme has declined dramatically following - # the adoption of Unicode on the World Wide - # Web. - charsets=["WINDOWS-1258"], - alphabet="aăâbcdđeêghiklmnoôơpqrstuưvxyAĂÂBCDĐEÊGHIKLMNOÔƠPQRSTUƯVXY", - wiki_start_pages=["Chữ_Quốc_ngữ"], - ), -} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py deleted file mode 100644 index 7d36e64..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py +++ /dev/null @@ -1,16 +0,0 @@ -from typing import TYPE_CHECKING, Optional - -if TYPE_CHECKING: - # TypedDict was introduced in Python 3.8. - # - # TODO: Remove the else block and TYPE_CHECKING check when dropping support - # for Python 3.7. - from typing import TypedDict - - class ResultDict(TypedDict): - encoding: Optional[str] - confidence: float - language: Optional[str] - -else: - ResultDict = dict diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py deleted file mode 100644 index 0ffbcdd..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py +++ /dev/null @@ -1,162 +0,0 @@ -######################## 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 typing import Dict, List, NamedTuple, Optional, Union - -from .charsetprober import CharSetProber -from .enums import CharacterCategory, ProbingState, SequenceLikelihood - - -class SingleByteCharSetModel(NamedTuple): - charset_name: str - language: str - char_to_order_map: Dict[int, int] - language_model: Dict[int, Dict[int, int]] - typical_positive_ratio: float - keep_ascii_letters: bool - alphabet: str - - -class SingleByteCharSetProber(CharSetProber): - SAMPLE_SIZE = 64 - SB_ENOUGH_REL_THRESHOLD = 1024 # 0.25 * SAMPLE_SIZE^2 - POSITIVE_SHORTCUT_THRESHOLD = 0.95 - NEGATIVE_SHORTCUT_THRESHOLD = 0.05 - - def __init__( - self, - model: SingleByteCharSetModel, - is_reversed: bool = False, - name_prober: Optional[CharSetProber] = None, - ) -> None: - super().__init__() - self._model = model - # TRUE if we need to reverse every pair in the model lookup - self._reversed = is_reversed - # Optional auxiliary prober for name decision - self._name_prober = name_prober - self._last_order = 255 - self._seq_counters: List[int] = [] - self._total_seqs = 0 - self._total_char = 0 - self._control_char = 0 - self._freq_char = 0 - self.reset() - - def reset(self) -> None: - super().reset() - # char order of last character - self._last_order = 255 - self._seq_counters = [0] * SequenceLikelihood.get_num_categories() - self._total_seqs = 0 - self._total_char = 0 - self._control_char = 0 - # characters that fall in our sampling range - self._freq_char = 0 - - @property - def charset_name(self) -> Optional[str]: - if self._name_prober: - return self._name_prober.charset_name - return self._model.charset_name - - @property - def language(self) -> Optional[str]: - if self._name_prober: - return self._name_prober.language - return self._model.language - - def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: - # TODO: Make filter_international_words keep things in self.alphabet - if not self._model.keep_ascii_letters: - byte_str = self.filter_international_words(byte_str) - else: - byte_str = self.remove_xml_tags(byte_str) - if not byte_str: - return self.state - char_to_order_map = self._model.char_to_order_map - language_model = self._model.language_model - for char in byte_str: - order = char_to_order_map.get(char, CharacterCategory.UNDEFINED) - # XXX: This was SYMBOL_CAT_ORDER before, with a value of 250, but - # CharacterCategory.SYMBOL is actually 253, so we use CONTROL - # to make it closer to the original intent. The only difference - # is whether or not we count digits and control characters for - # _total_char purposes. - if order < CharacterCategory.CONTROL: - self._total_char += 1 - if order < self.SAMPLE_SIZE: - self._freq_char += 1 - if self._last_order < self.SAMPLE_SIZE: - self._total_seqs += 1 - if not self._reversed: - lm_cat = language_model[self._last_order][order] - else: - lm_cat = language_model[order][self._last_order] - self._seq_counters[lm_cat] += 1 - self._last_order = order - - charset_name = self._model.charset_name - if self.state == ProbingState.DETECTING: - if self._total_seqs > 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 threshold %s", - charset_name, - confidence, - self.NEGATIVE_SHORTCUT_THRESHOLD, - ) - self._state = ProbingState.NOT_ME - - return self.state - - def get_confidence(self) -> float: - r = 0.01 - if self._total_seqs > 0: - r = ( - ( - self._seq_counters[SequenceLikelihood.POSITIVE] - + 0.25 * self._seq_counters[SequenceLikelihood.LIKELY] - ) - / self._total_seqs - / self._model.typical_positive_ratio - ) - # The more control characters (proportionnaly to the size - # of the text), the less confident we become in the current - # charset. - r = r * (self._total_char - self._control_char) / self._total_char - r = r * self._freq_char / self._total_char - if r >= 1.0: - r = 0.99 - return r diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py deleted file mode 100644 index 890ae84..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py +++ /dev/null @@ -1,88 +0,0 @@ -######################## 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) -> None: - super().__init__() - hebrew_prober = HebrewProber() - logical_hebrew_prober = SingleByteCharSetProber( - WINDOWS_1255_HEBREW_MODEL, is_reversed=False, name_prober=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, is_reversed=True, name_prober=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/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py deleted file mode 100644 index 91df077..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py +++ /dev/null @@ -1,105 +0,0 @@ -######################## 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 typing import Union - -from .chardistribution import SJISDistributionAnalysis -from .codingstatemachine import CodingStateMachine -from .enums import MachineState, ProbingState -from .jpcntx import SJISContextAnalysis -from .mbcharsetprober import MultiByteCharSetProber -from .mbcssm import SJIS_SM_MODEL - - -class SJISProber(MultiByteCharSetProber): - def __init__(self) -> None: - super().__init__() - self.coding_sm = CodingStateMachine(SJIS_SM_MODEL) - self.distribution_analyzer = SJISDistributionAnalysis() - self.context_analyzer = SJISContextAnalysis() - self.reset() - - def reset(self) -> None: - super().reset() - self.context_analyzer.reset() - - @property - def charset_name(self) -> str: - return self.context_analyzer.charset_name - - @property - def language(self) -> str: - return "Japanese" - - def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: - assert self.coding_sm is not None - assert self.distribution_analyzer is not None - - for i, byte in enumerate(byte_str): - coding_state = self.coding_sm.next_state(byte) - 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 - if coding_state == MachineState.ITS_ME: - self._state = ProbingState.FOUND_IT - break - if coding_state == MachineState.START: - char_len = self.coding_sm.get_current_charlen() - if i == 0: - self._last_char[1] = byte - 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) -> float: - assert self.distribution_analyzer is not None - - context_conf = self.context_analyzer.get_confidence() - distrib_conf = self.distribution_analyzer.get_confidence() - return max(context_conf, distrib_conf) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py deleted file mode 100644 index 30c441d..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py +++ /dev/null @@ -1,362 +0,0 @@ -######################## 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 typing import List, Optional, Union - -from .charsetgroupprober import CharSetGroupProber -from .charsetprober import CharSetProber -from .enums import InputState, LanguageFilter, ProbingState -from .escprober import EscCharSetProber -from .latin1prober import Latin1Prober -from .macromanprober import MacRomanProber -from .mbcsgroupprober import MBCSGroupProber -from .resultdict import ResultDict -from .sbcsgroupprober import SBCSGroupProber -from .utf1632prober import UTF1632Prober - - -class UniversalDetector: - """ - 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", - } - # Based on https://encoding.spec.whatwg.org/#names-and-labels - # but altered to match Python names for encodings and remove mappings - # that break tests. - LEGACY_MAP = { - "ascii": "Windows-1252", - "iso-8859-1": "Windows-1252", - "tis-620": "ISO-8859-11", - "iso-8859-9": "Windows-1254", - "gb2312": "GB18030", - "euc-kr": "CP949", - "utf-16le": "UTF-16", - } - - def __init__( - self, - lang_filter: LanguageFilter = LanguageFilter.ALL, - should_rename_legacy: bool = False, - ) -> None: - self._esc_charset_prober: Optional[EscCharSetProber] = None - self._utf1632_prober: Optional[UTF1632Prober] = None - self._charset_probers: List[CharSetProber] = [] - self.result: ResultDict = { - "encoding": None, - "confidence": 0.0, - "language": None, - } - self.done = False - self._got_data = False - self._input_state = InputState.PURE_ASCII - self._last_char = b"" - self.lang_filter = lang_filter - self.logger = logging.getLogger(__name__) - self._has_win_bytes = False - self.should_rename_legacy = should_rename_legacy - self.reset() - - @property - def input_state(self) -> int: - return self._input_state - - @property - def has_win_bytes(self) -> bool: - return self._has_win_bytes - - @property - def charset_probers(self) -> List[CharSetProber]: - return self._charset_probers - - def reset(self) -> None: - """ - 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() - if self._utf1632_prober: - self._utf1632_prober.reset() - for prober in self._charset_probers: - prober.reset() - - def feed(self, byte_str: Union[bytes, bytearray]) -> None: - """ - 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 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 = { - # TODO: This encoding is not supported by Python. Should remove? - "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 = { - # TODO: This encoding is not supported by Python. Should remove? - "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:] - - # next we will look to see if it is appears to be either a UTF-16 or - # UTF-32 encoding - if not self._utf1632_prober: - self._utf1632_prober = UTF1632Prober() - - if self._utf1632_prober.state == ProbingState.DETECTING: - if self._utf1632_prober.feed(byte_str) == ProbingState.FOUND_IT: - self.result = { - "encoding": self._utf1632_prober.charset_name, - "confidence": self._utf1632_prober.get_confidence(), - "language": "", - } - self.done = True - return - - # 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()) - self._charset_probers.append(MacRomanProber()) - 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) -> ResultDict: - """ - 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 - assert charset_name is not None - lower_charset_name = 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 - ) - # Rename legacy encodings with superset encodings if asked - if self.should_rename_legacy: - charset_name = self.LEGACY_MAP.get( - (charset_name or "").lower(), 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/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py deleted file mode 100644 index 6bdec63..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py +++ /dev/null @@ -1,225 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# -# Contributor(s): -# Jason Zavaglia -# -# 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 typing import List, Union - -from .charsetprober import CharSetProber -from .enums import ProbingState - - -class UTF1632Prober(CharSetProber): - """ - This class simply looks for occurrences of zero bytes, and infers - whether the file is UTF16 or UTF32 (low-endian or big-endian) - For instance, files looking like ( \0 \0 \0 [nonzero] )+ - have a good probability to be UTF32BE. Files looking like ( \0 [nonzero] )+ - may be guessed to be UTF16BE, and inversely for little-endian varieties. - """ - - # how many logical characters to scan before feeling confident of prediction - MIN_CHARS_FOR_DETECTION = 20 - # a fixed constant ratio of expected zeros or non-zeros in modulo-position. - EXPECTED_RATIO = 0.94 - - def __init__(self) -> None: - super().__init__() - self.position = 0 - self.zeros_at_mod = [0] * 4 - self.nonzeros_at_mod = [0] * 4 - self._state = ProbingState.DETECTING - self.quad = [0, 0, 0, 0] - self.invalid_utf16be = False - self.invalid_utf16le = False - self.invalid_utf32be = False - self.invalid_utf32le = False - self.first_half_surrogate_pair_detected_16be = False - self.first_half_surrogate_pair_detected_16le = False - self.reset() - - def reset(self) -> None: - super().reset() - self.position = 0 - self.zeros_at_mod = [0] * 4 - self.nonzeros_at_mod = [0] * 4 - self._state = ProbingState.DETECTING - self.invalid_utf16be = False - self.invalid_utf16le = False - self.invalid_utf32be = False - self.invalid_utf32le = False - self.first_half_surrogate_pair_detected_16be = False - self.first_half_surrogate_pair_detected_16le = False - self.quad = [0, 0, 0, 0] - - @property - def charset_name(self) -> str: - if self.is_likely_utf32be(): - return "utf-32be" - if self.is_likely_utf32le(): - return "utf-32le" - if self.is_likely_utf16be(): - return "utf-16be" - if self.is_likely_utf16le(): - return "utf-16le" - # default to something valid - return "utf-16" - - @property - def language(self) -> str: - return "" - - def approx_32bit_chars(self) -> float: - return max(1.0, self.position / 4.0) - - def approx_16bit_chars(self) -> float: - return max(1.0, self.position / 2.0) - - def is_likely_utf32be(self) -> bool: - approx_chars = self.approx_32bit_chars() - return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( - self.zeros_at_mod[0] / approx_chars > self.EXPECTED_RATIO - and self.zeros_at_mod[1] / approx_chars > self.EXPECTED_RATIO - and self.zeros_at_mod[2] / approx_chars > self.EXPECTED_RATIO - and self.nonzeros_at_mod[3] / approx_chars > self.EXPECTED_RATIO - and not self.invalid_utf32be - ) - - def is_likely_utf32le(self) -> bool: - approx_chars = self.approx_32bit_chars() - return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( - self.nonzeros_at_mod[0] / approx_chars > self.EXPECTED_RATIO - and self.zeros_at_mod[1] / approx_chars > self.EXPECTED_RATIO - and self.zeros_at_mod[2] / approx_chars > self.EXPECTED_RATIO - and self.zeros_at_mod[3] / approx_chars > self.EXPECTED_RATIO - and not self.invalid_utf32le - ) - - def is_likely_utf16be(self) -> bool: - approx_chars = self.approx_16bit_chars() - return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( - (self.nonzeros_at_mod[1] + self.nonzeros_at_mod[3]) / approx_chars - > self.EXPECTED_RATIO - and (self.zeros_at_mod[0] + self.zeros_at_mod[2]) / approx_chars - > self.EXPECTED_RATIO - and not self.invalid_utf16be - ) - - def is_likely_utf16le(self) -> bool: - approx_chars = self.approx_16bit_chars() - return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( - (self.nonzeros_at_mod[0] + self.nonzeros_at_mod[2]) / approx_chars - > self.EXPECTED_RATIO - and (self.zeros_at_mod[1] + self.zeros_at_mod[3]) / approx_chars - > self.EXPECTED_RATIO - and not self.invalid_utf16le - ) - - def validate_utf32_characters(self, quad: List[int]) -> None: - """ - Validate if the quad of bytes is valid UTF-32. - - UTF-32 is valid in the range 0x00000000 - 0x0010FFFF - excluding 0x0000D800 - 0x0000DFFF - - https://en.wikipedia.org/wiki/UTF-32 - """ - if ( - quad[0] != 0 - or quad[1] > 0x10 - or (quad[0] == 0 and quad[1] == 0 and 0xD8 <= quad[2] <= 0xDF) - ): - self.invalid_utf32be = True - if ( - quad[3] != 0 - or quad[2] > 0x10 - or (quad[3] == 0 and quad[2] == 0 and 0xD8 <= quad[1] <= 0xDF) - ): - self.invalid_utf32le = True - - def validate_utf16_characters(self, pair: List[int]) -> None: - """ - Validate if the pair of bytes is valid UTF-16. - - UTF-16 is valid in the range 0x0000 - 0xFFFF excluding 0xD800 - 0xFFFF - with an exception for surrogate pairs, which must be in the range - 0xD800-0xDBFF followed by 0xDC00-0xDFFF - - https://en.wikipedia.org/wiki/UTF-16 - """ - if not self.first_half_surrogate_pair_detected_16be: - if 0xD8 <= pair[0] <= 0xDB: - self.first_half_surrogate_pair_detected_16be = True - elif 0xDC <= pair[0] <= 0xDF: - self.invalid_utf16be = True - else: - if 0xDC <= pair[0] <= 0xDF: - self.first_half_surrogate_pair_detected_16be = False - else: - self.invalid_utf16be = True - - if not self.first_half_surrogate_pair_detected_16le: - if 0xD8 <= pair[1] <= 0xDB: - self.first_half_surrogate_pair_detected_16le = True - elif 0xDC <= pair[1] <= 0xDF: - self.invalid_utf16le = True - else: - if 0xDC <= pair[1] <= 0xDF: - self.first_half_surrogate_pair_detected_16le = False - else: - self.invalid_utf16le = True - - def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: - for c in byte_str: - mod4 = self.position % 4 - self.quad[mod4] = c - if mod4 == 3: - self.validate_utf32_characters(self.quad) - self.validate_utf16_characters(self.quad[0:2]) - self.validate_utf16_characters(self.quad[2:4]) - if c == 0: - self.zeros_at_mod[mod4] += 1 - else: - self.nonzeros_at_mod[mod4] += 1 - self.position += 1 - return self.state - - @property - def state(self) -> ProbingState: - if self._state in {ProbingState.NOT_ME, ProbingState.FOUND_IT}: - # terminal, decided states - return self._state - if self.get_confidence() > 0.80: - self._state = ProbingState.FOUND_IT - elif self.position > 4 * 1024: - # if we get to 4kb into the file, and we can't conclude it's UTF, - # let's give up - self._state = ProbingState.NOT_ME - return self._state - - def get_confidence(self) -> float: - return ( - 0.85 - if ( - self.is_likely_utf16le() - or self.is_likely_utf16be() - or self.is_likely_utf32le() - or self.is_likely_utf32be() - ) - else 0.00 - ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py deleted file mode 100644 index d96354d..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py +++ /dev/null @@ -1,82 +0,0 @@ -######################## 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 typing import Union - -from .charsetprober import CharSetProber -from .codingstatemachine import CodingStateMachine -from .enums import MachineState, ProbingState -from .mbcssm import UTF8_SM_MODEL - - -class UTF8Prober(CharSetProber): - ONE_CHAR_PROB = 0.5 - - def __init__(self) -> None: - super().__init__() - self.coding_sm = CodingStateMachine(UTF8_SM_MODEL) - self._num_mb_chars = 0 - self.reset() - - def reset(self) -> None: - super().reset() - self.coding_sm.reset() - self._num_mb_chars = 0 - - @property - def charset_name(self) -> str: - return "utf-8" - - @property - def language(self) -> str: - return "" - - def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: - for c in byte_str: - coding_state = self.coding_sm.next_state(c) - if coding_state == MachineState.ERROR: - self._state = ProbingState.NOT_ME - break - if coding_state == MachineState.ITS_ME: - self._state = ProbingState.FOUND_IT - break - if 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) -> float: - unlike = 0.99 - if self._num_mb_chars < 6: - unlike *= self.ONE_CHAR_PROB**self._num_mb_chars - return 1.0 - unlike - return unlike diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py deleted file mode 100644 index c5e9d85..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py +++ /dev/null @@ -1,9 +0,0 @@ -""" -This module exists only to simplify retrieving the version number of chardet -from within setuptools and from chardet subpackages. - -:author: Dan Blanchard (dan.blanchard@gmail.com) -""" - -__version__ = "5.1.0" -VERSION = __version__.split(".") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py deleted file mode 100644 index 383101c..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -from .initialise import init, deinit, reinit, colorama_text, just_fix_windows_console -from .ansi import Fore, Back, Style, Cursor -from .ansitowin32 import AnsiToWin32 - -__version__ = '0.4.6' - diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 10f73c4cb458cd40450c3eb934b87380941f5ed1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 489 zcmXv~%W4!s6s?-B?s@b~77{`CZkk}1&PYI%fC&Uw*~B0eLeWl_reZyss+vj0onMh} z$hTw}+!O=@E<$!fc3FALn7cUl+(??1VH59AcJsKp9t z%&_jUp3YdN2_rgZIZj$n6}r#*dcX#H$cB2vpdsWlRq8Pt11D^<%B$iA=AbH%L>d`l z(TaQT?)_wLm3577cn~KcJ~>+Wz`w{7ek@IEk3FATux zI}7Knt8gse881KBkJ8Mh-}4vst9o;L}Ub(>SUoK??$ zZeO*VmT4Q=23^gemcwy%%c&YoOUFUOo8r+=pj>_?s8yl23an%(7`o0$fIGwm^gp*3 zP(rrIgWfMTp~(~wD8W8KQx8#UXg=bE%} z#j3ha&b^k)UbE`gay9$YT(jk_HR|tWPrsXUY}b0HX;iNotCo{%+RdB}-OL8f@emm6 zM$V`^cDC7KF`Pwr8#)Hgp~$T$l+HnbHhCP0f0f!~3W*l71+sJJ3KzmMwyT zFZ&lD3@_VX-WI_{y4Z_hXA;5I|pt|?J9ebpWT!8BF7)f$0_&f4;T1_z&IwKtnv9A(wwe$QQzvaAm;q!NkDuKHsTu>!8~| zpy2mg!h;?qz7Sot{|mIcxbghk68pdIA2R~E^}bA6e#Yn-g-NDOS=ez6>N=m>?iy29 zE!S{e%2Z$u3Y^ohMA@-wpE0>^tXoXEX4Ez;2OUnQ(>~LJx^CBPSJyX_gJ5L)wn^ye zdKGLIL z;D8(MVAQrrM^qJmSl&_vK{Z9FWvC^n6{uyX17;8|3Ahwm zflP>nc{Dbt)1cMtOEW#9@~z4CY?=R+Gczx6MxM?W&X2?d4R4RSF?=!%c=HkT8NM!t zZplI3Kj+O*>nN+l-i0ESp9yD}aE|+#k$S}XGZR{)c`jX8tZc@I_7L=Uz!m2>09-5k z=yk8~weYvuy~JBzSN0O89tKbKGFb5NFwBTF4;6<@kiLO3=L6n_^b`W79{n}K6vBrH ze3y_dep>TrA)J8XV3K263(9L9c?7zkp62sY>^+j|{iC^a0a}Jq9n)Nd6qg{qWk_vB zQ_X-DG*vBR2DPvm(jsP9i<%KFW=6HR8PgJGTpKeJ+PFEUCCzay1+T6Y3u44(8`ScC z4ik89OK`0>)$?YY5;cD;J~gQOH?{yvqX>9B zIF|sn$)iI@+C_xIK$=Bq24QX>@h-(D0djbvy@1y92wWy6i@%M5V`Jm( zS%ku)u_TwS&-(nX2n%qpIsP06L8$;1ip_nfQa7KW+K@k_8%{;@=Mc z5rW&xnawwX&(CB$9w0e^4NT!HW`P2~o%Z?sEchG$#q(Qw1I9s)Iw(Am1VMNzOM?6) zOw@Q=dK8Eugxk_j0YNy1aH4|}hi)(^Ozi}^1gh?#uyA_kP?tc}olFT6U$(jgs_w~@ tFzL&a-IKDA+zE9FR8ONMoV+>NmVXG1`&IJh(YEqKD0TCd>j56Ce*)G9HzNQ5 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc deleted file mode 100644 index 5629f7e51f163fe3cacd1ddd3be5bad3476ef5d5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16418 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc deleted file mode 100644 index 86ef5ed62a755169f8f7ac6598f085c9f45606a3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3547 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 L(tmN0g7W_Xsc9Cb diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc deleted file mode 100644 index d1b3446d83edff7d0ca2dc5145485622616c1c5a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9085 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc deleted file mode 100644 index 0812640f486722da685d5c226ae100b2c4c4b45f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5464 zcmeHL-A`0U6ra2I-rWleC?b_*X^U0ct^zBt6&FlflohGCCWx^v51W;HtGn(8oqN$P zZ5keIViTJ_5)u<>(xe#r2lNl|dx{_8h zYD~?zWA2P6=HWIqtz{Zw4H7X(YJbUPMaR5g@2HeZxmdG{j1%2`hv*)|wI&ODti{-) zYd7B|glaBg$ZN&s63I(>DbVl?%h7;~Y14*jok^GmQ!iY6KSSc`8k8hX5M6O)6#SE7Ht53 zykJoJP-2Q{q(3on(A_U)gEw*+Bbb~|CllG=9L=SSS<4Jsw}O4QjO?voI(aQPm$z=@ zvV(p713@!s8NG9`bBXJQ8JtVb1>?|6&(Yv)E}f%^Od@E(TARTHY-Aj>eRFxHnuc|G zZlR^L6@9$i0s}BlfLJ7(Zqm^FNb?so|NXJ=+kWW$uJgC9o*!?nYr~JVCYy>4ZFn1y zq-Ilb(fOu+2$>~fffUIqZU-Upa?UDmWL0f>oAZP=12&*CuUNx)jwY|uy6B@=#qCOTUrf3$bslkYWh^-Uu^0LGe0;gI;G z#vu37lUklusyqe26_YOg>v^o;%ga(i6Zp9}z?Z*)D!l9fZ}S!CiUWL8rQcFcR~_K- zRMsWk?EsIvT913aFkx}<9k@HRhoy}<$gwYtuss5d&m+YpHEb%5`*>A%SVzRL#R z>;V6U4Zg(zzS{=B#{vE=8~k1e_`^2%)(SpP0{fy1s()tic!sNfp$3E+6e=XtdqSNM zYDlOsS78AU3wT(-!vY=_@UVb~1w1^I3A8bgmbRGv}E+6&Yjd_*5hk zW$vqy$;pdXAViqF9ATadqvMh2^e9u#Tpf)v^~$-4=?GJ&B9|i5ta)-`{Mj#(^7+UYDEI=a zF!B>MR{OR+1z*o9j6Ph`_GrO(bQQ)wRAcQe_W5=r@L5v|mj3GgcAwi5GL5v|mj3GgcA;GI5;8nMOrvEtL zxdsPZg9om`1=rw%YjDCfc;OoPmA(#xq!_|ejAQ7VD7sM`M1ipdJ%j?I1bPI;+bG^a z0atlK11Rv4O^>1ILD7q%4@LbQhw~m@eG};`NOBQQ)^k z`%&N<%0t54@TUg~&xV8xybPPz`VQGr6m?{)$)z6LYHU-(TRm;+@OF=^4hS4VZ~*v3 z7mo+_@}~}_&1aJqt_#H{2&!NsB>_)6;va(nJmo9wMWdCwjSqMHxrx7$P>gdae;vVV zofy{;=7v$=TL&NT3+E`kNdski&nHBTrgdzfFCe pTJ%0HWuCiFNdtF3drm-Yekl>9>F&a>vhR0A`|9kbOq5RE(LdZ0gPQ;V diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc deleted file mode 100644 index e84d2cc478b611e1b683c13fa58f9d1775443cfb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18100 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 wlOh_&Z<#c=;M>X@u)50$Z7hEi}OY1&aW)umAu6 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc deleted file mode 100644 index b49be6fa373ea96a5b861900b26b99dff9d4fc03..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11745 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 W`PSl>{J`G?>6bI>JQ4OW@BaepoQsG6 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc deleted file mode 100644 index 4a1e96a415c42a8be4ca7690fcc7c09b0e8563cf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2485 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 RK{!W#7wQjke+V!@{|!B>g%SV& diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py deleted file mode 100644 index 0a20c80..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -import sys -from unittest import TestCase, main - -from ..ansi import Back, Fore, Style -from ..ansitowin32 import AnsiToWin32 - -stdout_orig = sys.stdout -stderr_orig = sys.stderr - - -class AnsiTest(TestCase): - - def setUp(self): - # sanity check: stdout should be a file or StringIO object. - # It will only be AnsiToWin32 if init() has previously wrapped it - self.assertNotEqual(type(sys.stdout), AnsiToWin32) - self.assertNotEqual(type(sys.stderr), AnsiToWin32) - - def tearDown(self): - sys.stdout = stdout_orig - sys.stderr = stderr_orig - - - def testForeAttributes(self): - self.assertEqual(Fore.BLACK, '\033[30m') - self.assertEqual(Fore.RED, '\033[31m') - self.assertEqual(Fore.GREEN, '\033[32m') - self.assertEqual(Fore.YELLOW, '\033[33m') - self.assertEqual(Fore.BLUE, '\033[34m') - self.assertEqual(Fore.MAGENTA, '\033[35m') - self.assertEqual(Fore.CYAN, '\033[36m') - self.assertEqual(Fore.WHITE, '\033[37m') - self.assertEqual(Fore.RESET, '\033[39m') - - # Check the light, extended versions. - self.assertEqual(Fore.LIGHTBLACK_EX, '\033[90m') - self.assertEqual(Fore.LIGHTRED_EX, '\033[91m') - self.assertEqual(Fore.LIGHTGREEN_EX, '\033[92m') - self.assertEqual(Fore.LIGHTYELLOW_EX, '\033[93m') - self.assertEqual(Fore.LIGHTBLUE_EX, '\033[94m') - self.assertEqual(Fore.LIGHTMAGENTA_EX, '\033[95m') - self.assertEqual(Fore.LIGHTCYAN_EX, '\033[96m') - self.assertEqual(Fore.LIGHTWHITE_EX, '\033[97m') - - - def testBackAttributes(self): - self.assertEqual(Back.BLACK, '\033[40m') - self.assertEqual(Back.RED, '\033[41m') - self.assertEqual(Back.GREEN, '\033[42m') - self.assertEqual(Back.YELLOW, '\033[43m') - self.assertEqual(Back.BLUE, '\033[44m') - self.assertEqual(Back.MAGENTA, '\033[45m') - self.assertEqual(Back.CYAN, '\033[46m') - self.assertEqual(Back.WHITE, '\033[47m') - self.assertEqual(Back.RESET, '\033[49m') - - # Check the light, extended versions. - self.assertEqual(Back.LIGHTBLACK_EX, '\033[100m') - self.assertEqual(Back.LIGHTRED_EX, '\033[101m') - self.assertEqual(Back.LIGHTGREEN_EX, '\033[102m') - self.assertEqual(Back.LIGHTYELLOW_EX, '\033[103m') - self.assertEqual(Back.LIGHTBLUE_EX, '\033[104m') - self.assertEqual(Back.LIGHTMAGENTA_EX, '\033[105m') - self.assertEqual(Back.LIGHTCYAN_EX, '\033[106m') - self.assertEqual(Back.LIGHTWHITE_EX, '\033[107m') - - - def testStyleAttributes(self): - self.assertEqual(Style.DIM, '\033[2m') - self.assertEqual(Style.NORMAL, '\033[22m') - self.assertEqual(Style.BRIGHT, '\033[1m') - - -if __name__ == '__main__': - main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py deleted file mode 100644 index 91ca551..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py +++ /dev/null @@ -1,294 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -from io import StringIO, TextIOWrapper -from unittest import TestCase, main -try: - from contextlib import ExitStack -except ImportError: - # python 2 - from contextlib2 import ExitStack - -try: - from unittest.mock import MagicMock, Mock, patch -except ImportError: - from mock import MagicMock, Mock, patch - -from ..ansitowin32 import AnsiToWin32, StreamWrapper -from ..win32 import ENABLE_VIRTUAL_TERMINAL_PROCESSING -from .utils import osname - - -class StreamWrapperTest(TestCase): - - def testIsAProxy(self): - mockStream = Mock() - wrapper = StreamWrapper(mockStream, None) - self.assertTrue( wrapper.random_attr is mockStream.random_attr ) - - def testDelegatesWrite(self): - mockStream = Mock() - mockConverter = Mock() - wrapper = StreamWrapper(mockStream, mockConverter) - wrapper.write('hello') - self.assertTrue(mockConverter.write.call_args, (('hello',), {})) - - def testDelegatesContext(self): - mockConverter = Mock() - s = StringIO() - with StreamWrapper(s, mockConverter) as fp: - fp.write(u'hello') - self.assertTrue(s.closed) - - def testProxyNoContextManager(self): - mockStream = MagicMock() - mockStream.__enter__.side_effect = AttributeError() - mockConverter = Mock() - with self.assertRaises(AttributeError) as excinfo: - with StreamWrapper(mockStream, mockConverter) as wrapper: - wrapper.write('hello') - - def test_closed_shouldnt_raise_on_closed_stream(self): - stream = StringIO() - stream.close() - wrapper = StreamWrapper(stream, None) - self.assertEqual(wrapper.closed, True) - - def test_closed_shouldnt_raise_on_detached_stream(self): - stream = TextIOWrapper(StringIO()) - stream.detach() - wrapper = StreamWrapper(stream, None) - self.assertEqual(wrapper.closed, True) - -class AnsiToWin32Test(TestCase): - - def testInit(self): - mockStdout = Mock() - auto = Mock() - stream = AnsiToWin32(mockStdout, autoreset=auto) - self.assertEqual(stream.wrapped, mockStdout) - self.assertEqual(stream.autoreset, auto) - - @patch('colorama.ansitowin32.winterm', None) - @patch('colorama.ansitowin32.winapi_test', lambda *_: True) - def testStripIsTrueOnWindows(self): - with osname('nt'): - mockStdout = Mock() - stream = AnsiToWin32(mockStdout) - self.assertTrue(stream.strip) - - def testStripIsFalseOffWindows(self): - with osname('posix'): - mockStdout = Mock(closed=False) - stream = AnsiToWin32(mockStdout) - self.assertFalse(stream.strip) - - def testWriteStripsAnsi(self): - mockStdout = Mock() - stream = AnsiToWin32(mockStdout) - stream.wrapped = Mock() - stream.write_and_convert = Mock() - stream.strip = True - - stream.write('abc') - - self.assertFalse(stream.wrapped.write.called) - self.assertEqual(stream.write_and_convert.call_args, (('abc',), {})) - - def testWriteDoesNotStripAnsi(self): - mockStdout = Mock() - stream = AnsiToWin32(mockStdout) - stream.wrapped = Mock() - stream.write_and_convert = Mock() - stream.strip = False - stream.convert = False - - stream.write('abc') - - self.assertFalse(stream.write_and_convert.called) - self.assertEqual(stream.wrapped.write.call_args, (('abc',), {})) - - def assert_autoresets(self, convert, autoreset=True): - stream = AnsiToWin32(Mock()) - stream.convert = convert - stream.reset_all = Mock() - stream.autoreset = autoreset - stream.winterm = Mock() - - stream.write('abc') - - self.assertEqual(stream.reset_all.called, autoreset) - - def testWriteAutoresets(self): - self.assert_autoresets(convert=True) - self.assert_autoresets(convert=False) - self.assert_autoresets(convert=True, autoreset=False) - self.assert_autoresets(convert=False, autoreset=False) - - def testWriteAndConvertWritesPlainText(self): - stream = AnsiToWin32(Mock()) - stream.write_and_convert( 'abc' ) - self.assertEqual( stream.wrapped.write.call_args, (('abc',), {}) ) - - def testWriteAndConvertStripsAllValidAnsi(self): - stream = AnsiToWin32(Mock()) - stream.call_win32 = Mock() - data = [ - 'abc\033[mdef', - 'abc\033[0mdef', - 'abc\033[2mdef', - 'abc\033[02mdef', - 'abc\033[002mdef', - 'abc\033[40mdef', - 'abc\033[040mdef', - 'abc\033[0;1mdef', - 'abc\033[40;50mdef', - 'abc\033[50;30;40mdef', - 'abc\033[Adef', - 'abc\033[0Gdef', - 'abc\033[1;20;128Hdef', - ] - for datum in data: - stream.wrapped.write.reset_mock() - stream.write_and_convert( datum ) - self.assertEqual( - [args[0] for args in stream.wrapped.write.call_args_list], - [ ('abc',), ('def',) ] - ) - - def testWriteAndConvertSkipsEmptySnippets(self): - stream = AnsiToWin32(Mock()) - stream.call_win32 = Mock() - stream.write_and_convert( '\033[40m\033[41m' ) - self.assertFalse( stream.wrapped.write.called ) - - def testWriteAndConvertCallsWin32WithParamsAndCommand(self): - stream = AnsiToWin32(Mock()) - stream.convert = True - stream.call_win32 = Mock() - stream.extract_params = Mock(return_value='params') - data = { - 'abc\033[adef': ('a', 'params'), - 'abc\033[;;bdef': ('b', 'params'), - 'abc\033[0cdef': ('c', 'params'), - 'abc\033[;;0;;Gdef': ('G', 'params'), - 'abc\033[1;20;128Hdef': ('H', 'params'), - } - for datum, expected in data.items(): - stream.call_win32.reset_mock() - stream.write_and_convert( datum ) - self.assertEqual( stream.call_win32.call_args[0], expected ) - - def test_reset_all_shouldnt_raise_on_closed_orig_stdout(self): - stream = StringIO() - converter = AnsiToWin32(stream) - stream.close() - - converter.reset_all() - - def test_wrap_shouldnt_raise_on_closed_orig_stdout(self): - stream = StringIO() - stream.close() - with \ - patch("colorama.ansitowin32.os.name", "nt"), \ - patch("colorama.ansitowin32.winapi_test", lambda: True): - converter = AnsiToWin32(stream) - self.assertTrue(converter.strip) - self.assertFalse(converter.convert) - - def test_wrap_shouldnt_raise_on_missing_closed_attr(self): - with \ - patch("colorama.ansitowin32.os.name", "nt"), \ - patch("colorama.ansitowin32.winapi_test", lambda: True): - converter = AnsiToWin32(object()) - self.assertTrue(converter.strip) - self.assertFalse(converter.convert) - - def testExtractParams(self): - stream = AnsiToWin32(Mock()) - data = { - '': (0,), - ';;': (0,), - '2': (2,), - ';;002;;': (2,), - '0;1': (0, 1), - ';;003;;456;;': (3, 456), - '11;22;33;44;55': (11, 22, 33, 44, 55), - } - for datum, expected in data.items(): - self.assertEqual(stream.extract_params('m', datum), expected) - - def testCallWin32UsesLookup(self): - listener = Mock() - stream = AnsiToWin32(listener) - stream.win32_calls = { - 1: (lambda *_, **__: listener(11),), - 2: (lambda *_, **__: listener(22),), - 3: (lambda *_, **__: listener(33),), - } - stream.call_win32('m', (3, 1, 99, 2)) - self.assertEqual( - [a[0][0] for a in listener.call_args_list], - [33, 11, 22] ) - - def test_osc_codes(self): - mockStdout = Mock() - stream = AnsiToWin32(mockStdout, convert=True) - with patch('colorama.ansitowin32.winterm') as winterm: - data = [ - '\033]0\x07', # missing arguments - '\033]0;foo\x08', # wrong OSC command - '\033]0;colorama_test_title\x07', # should work - '\033]1;colorama_test_title\x07', # wrong set command - '\033]2;colorama_test_title\x07', # should work - '\033]' + ';' * 64 + '\x08', # see issue #247 - ] - for code in data: - stream.write(code) - self.assertEqual(winterm.set_title.call_count, 2) - - def test_native_windows_ansi(self): - with ExitStack() as stack: - def p(a, b): - stack.enter_context(patch(a, b, create=True)) - # Pretend to be on Windows - p("colorama.ansitowin32.os.name", "nt") - p("colorama.ansitowin32.winapi_test", lambda: True) - p("colorama.win32.winapi_test", lambda: True) - p("colorama.winterm.win32.windll", "non-None") - p("colorama.winterm.get_osfhandle", lambda _: 1234) - - # Pretend that our mock stream has native ANSI support - p( - "colorama.winterm.win32.GetConsoleMode", - lambda _: ENABLE_VIRTUAL_TERMINAL_PROCESSING, - ) - SetConsoleMode = Mock() - p("colorama.winterm.win32.SetConsoleMode", SetConsoleMode) - - stdout = Mock() - stdout.closed = False - stdout.isatty.return_value = True - stdout.fileno.return_value = 1 - - # Our fake console says it has native vt support, so AnsiToWin32 should - # enable that support and do nothing else. - stream = AnsiToWin32(stdout) - SetConsoleMode.assert_called_with(1234, ENABLE_VIRTUAL_TERMINAL_PROCESSING) - self.assertFalse(stream.strip) - self.assertFalse(stream.convert) - self.assertFalse(stream.should_wrap()) - - # Now let's pretend we're on an old Windows console, that doesn't have - # native ANSI support. - p("colorama.winterm.win32.GetConsoleMode", lambda _: 0) - SetConsoleMode = Mock() - p("colorama.winterm.win32.SetConsoleMode", SetConsoleMode) - - stream = AnsiToWin32(stdout) - SetConsoleMode.assert_called_with(1234, ENABLE_VIRTUAL_TERMINAL_PROCESSING) - self.assertTrue(stream.strip) - self.assertTrue(stream.convert) - self.assertTrue(stream.should_wrap()) - - -if __name__ == '__main__': - main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py deleted file mode 100644 index 89f9b07..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py +++ /dev/null @@ -1,189 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -import sys -from unittest import TestCase, main, skipUnless - -try: - from unittest.mock import patch, Mock -except ImportError: - from mock import patch, Mock - -from ..ansitowin32 import StreamWrapper -from ..initialise import init, just_fix_windows_console, _wipe_internal_state_for_tests -from .utils import osname, replace_by - -orig_stdout = sys.stdout -orig_stderr = sys.stderr - - -class InitTest(TestCase): - - @skipUnless(sys.stdout.isatty(), "sys.stdout is not a tty") - def setUp(self): - # sanity check - self.assertNotWrapped() - - def tearDown(self): - _wipe_internal_state_for_tests() - sys.stdout = orig_stdout - sys.stderr = orig_stderr - - def assertWrapped(self): - self.assertIsNot(sys.stdout, orig_stdout, 'stdout should be wrapped') - self.assertIsNot(sys.stderr, orig_stderr, 'stderr should be wrapped') - self.assertTrue(isinstance(sys.stdout, StreamWrapper), - 'bad stdout wrapper') - self.assertTrue(isinstance(sys.stderr, StreamWrapper), - 'bad stderr wrapper') - - def assertNotWrapped(self): - self.assertIs(sys.stdout, orig_stdout, 'stdout should not be wrapped') - self.assertIs(sys.stderr, orig_stderr, 'stderr should not be wrapped') - - @patch('colorama.initialise.reset_all') - @patch('colorama.ansitowin32.winapi_test', lambda *_: True) - @patch('colorama.ansitowin32.enable_vt_processing', lambda *_: False) - def testInitWrapsOnWindows(self, _): - with osname("nt"): - init() - self.assertWrapped() - - @patch('colorama.initialise.reset_all') - @patch('colorama.ansitowin32.winapi_test', lambda *_: False) - def testInitDoesntWrapOnEmulatedWindows(self, _): - with osname("nt"): - init() - self.assertNotWrapped() - - def testInitDoesntWrapOnNonWindows(self): - with osname("posix"): - init() - self.assertNotWrapped() - - def testInitDoesntWrapIfNone(self): - with replace_by(None): - init() - # We can't use assertNotWrapped here because replace_by(None) - # changes stdout/stderr already. - self.assertIsNone(sys.stdout) - self.assertIsNone(sys.stderr) - - def testInitAutoresetOnWrapsOnAllPlatforms(self): - with osname("posix"): - init(autoreset=True) - self.assertWrapped() - - def testInitWrapOffDoesntWrapOnWindows(self): - with osname("nt"): - init(wrap=False) - self.assertNotWrapped() - - def testInitWrapOffIncompatibleWithAutoresetOn(self): - self.assertRaises(ValueError, lambda: init(autoreset=True, wrap=False)) - - @patch('colorama.win32.SetConsoleTextAttribute') - @patch('colorama.initialise.AnsiToWin32') - def testAutoResetPassedOn(self, mockATW32, _): - with osname("nt"): - init(autoreset=True) - self.assertEqual(len(mockATW32.call_args_list), 2) - self.assertEqual(mockATW32.call_args_list[1][1]['autoreset'], True) - self.assertEqual(mockATW32.call_args_list[0][1]['autoreset'], True) - - @patch('colorama.initialise.AnsiToWin32') - def testAutoResetChangeable(self, mockATW32): - with osname("nt"): - init() - - init(autoreset=True) - self.assertEqual(len(mockATW32.call_args_list), 4) - self.assertEqual(mockATW32.call_args_list[2][1]['autoreset'], True) - self.assertEqual(mockATW32.call_args_list[3][1]['autoreset'], True) - - init() - self.assertEqual(len(mockATW32.call_args_list), 6) - self.assertEqual( - mockATW32.call_args_list[4][1]['autoreset'], False) - self.assertEqual( - mockATW32.call_args_list[5][1]['autoreset'], False) - - - @patch('colorama.initialise.atexit.register') - def testAtexitRegisteredOnlyOnce(self, mockRegister): - init() - self.assertTrue(mockRegister.called) - mockRegister.reset_mock() - init() - self.assertFalse(mockRegister.called) - - -class JustFixWindowsConsoleTest(TestCase): - def _reset(self): - _wipe_internal_state_for_tests() - sys.stdout = orig_stdout - sys.stderr = orig_stderr - - def tearDown(self): - self._reset() - - @patch("colorama.ansitowin32.winapi_test", lambda: True) - def testJustFixWindowsConsole(self): - if sys.platform != "win32": - # just_fix_windows_console should be a no-op - just_fix_windows_console() - self.assertIs(sys.stdout, orig_stdout) - self.assertIs(sys.stderr, orig_stderr) - else: - def fake_std(): - # Emulate stdout=not a tty, stderr=tty - # to check that we handle both cases correctly - stdout = Mock() - stdout.closed = False - stdout.isatty.return_value = False - stdout.fileno.return_value = 1 - sys.stdout = stdout - - stderr = Mock() - stderr.closed = False - stderr.isatty.return_value = True - stderr.fileno.return_value = 2 - sys.stderr = stderr - - for native_ansi in [False, True]: - with patch( - 'colorama.ansitowin32.enable_vt_processing', - lambda *_: native_ansi - ): - self._reset() - fake_std() - - # Regular single-call test - prev_stdout = sys.stdout - prev_stderr = sys.stderr - just_fix_windows_console() - self.assertIs(sys.stdout, prev_stdout) - if native_ansi: - self.assertIs(sys.stderr, prev_stderr) - else: - self.assertIsNot(sys.stderr, prev_stderr) - - # second call without resetting is always a no-op - prev_stdout = sys.stdout - prev_stderr = sys.stderr - just_fix_windows_console() - self.assertIs(sys.stdout, prev_stdout) - self.assertIs(sys.stderr, prev_stderr) - - self._reset() - fake_std() - - # If init() runs first, just_fix_windows_console should be a no-op - init() - prev_stdout = sys.stdout - prev_stderr = sys.stderr - just_fix_windows_console() - self.assertIs(prev_stdout, sys.stdout) - self.assertIs(prev_stderr, sys.stderr) - - -if __name__ == '__main__': - main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py deleted file mode 100644 index 0f84e4b..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -import sys -from unittest import TestCase, main - -from ..ansitowin32 import StreamWrapper, AnsiToWin32 -from .utils import pycharm, replace_by, replace_original_by, StreamTTY, StreamNonTTY - - -def is_a_tty(stream): - return StreamWrapper(stream, None).isatty() - -class IsattyTest(TestCase): - - def test_TTY(self): - tty = StreamTTY() - self.assertTrue(is_a_tty(tty)) - with pycharm(): - self.assertTrue(is_a_tty(tty)) - - def test_nonTTY(self): - non_tty = StreamNonTTY() - self.assertFalse(is_a_tty(non_tty)) - with pycharm(): - self.assertFalse(is_a_tty(non_tty)) - - def test_withPycharm(self): - with pycharm(): - self.assertTrue(is_a_tty(sys.stderr)) - self.assertTrue(is_a_tty(sys.stdout)) - - def test_withPycharmTTYOverride(self): - tty = StreamTTY() - with pycharm(), replace_by(tty): - self.assertTrue(is_a_tty(tty)) - - def test_withPycharmNonTTYOverride(self): - non_tty = StreamNonTTY() - with pycharm(), replace_by(non_tty): - self.assertFalse(is_a_tty(non_tty)) - - def test_withPycharmNoneOverride(self): - with pycharm(): - with replace_by(None), replace_original_by(None): - self.assertFalse(is_a_tty(None)) - self.assertFalse(is_a_tty(StreamNonTTY())) - self.assertTrue(is_a_tty(StreamTTY())) - - def test_withPycharmStreamWrapped(self): - with pycharm(): - self.assertTrue(AnsiToWin32(StreamTTY()).stream.isatty()) - self.assertFalse(AnsiToWin32(StreamNonTTY()).stream.isatty()) - self.assertTrue(AnsiToWin32(sys.stdout).stream.isatty()) - self.assertTrue(AnsiToWin32(sys.stderr).stream.isatty()) - - -if __name__ == '__main__': - main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py deleted file mode 100644 index 472fafb..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -from contextlib import contextmanager -from io import StringIO -import sys -import os - - -class StreamTTY(StringIO): - def isatty(self): - return True - -class StreamNonTTY(StringIO): - def isatty(self): - return False - -@contextmanager -def osname(name): - orig = os.name - os.name = name - yield - os.name = orig - -@contextmanager -def replace_by(stream): - orig_stdout = sys.stdout - orig_stderr = sys.stderr - sys.stdout = stream - sys.stderr = stream - yield - sys.stdout = orig_stdout - sys.stderr = orig_stderr - -@contextmanager -def replace_original_by(stream): - orig_stdout = sys.__stdout__ - orig_stderr = sys.__stderr__ - sys.__stdout__ = stream - sys.__stderr__ = stream - yield - sys.__stdout__ = orig_stdout - sys.__stderr__ = orig_stderr - -@contextmanager -def pycharm(): - os.environ["PYCHARM_HOSTED"] = "1" - non_tty = StreamNonTTY() - with replace_by(non_tty), replace_original_by(non_tty): - yield - del os.environ["PYCHARM_HOSTED"] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py deleted file mode 100644 index d0955f9..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py +++ /dev/null @@ -1,131 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -import sys -from unittest import TestCase, main, skipUnless - -try: - from unittest.mock import Mock, patch -except ImportError: - from mock import Mock, patch - -from ..winterm import WinColor, WinStyle, WinTerm - - -class WinTermTest(TestCase): - - @patch('colorama.winterm.win32') - def testInit(self, mockWin32): - mockAttr = Mock() - mockAttr.wAttributes = 7 + 6 * 16 + 8 - mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr - term = WinTerm() - self.assertEqual(term._fore, 7) - self.assertEqual(term._back, 6) - self.assertEqual(term._style, 8) - - @skipUnless(sys.platform.startswith("win"), "requires Windows") - def testGetAttrs(self): - term = WinTerm() - - term._fore = 0 - term._back = 0 - term._style = 0 - self.assertEqual(term.get_attrs(), 0) - - term._fore = WinColor.YELLOW - self.assertEqual(term.get_attrs(), WinColor.YELLOW) - - term._back = WinColor.MAGENTA - self.assertEqual( - term.get_attrs(), - WinColor.YELLOW + WinColor.MAGENTA * 16) - - term._style = WinStyle.BRIGHT - self.assertEqual( - term.get_attrs(), - WinColor.YELLOW + WinColor.MAGENTA * 16 + WinStyle.BRIGHT) - - @patch('colorama.winterm.win32') - def testResetAll(self, mockWin32): - mockAttr = Mock() - mockAttr.wAttributes = 1 + 2 * 16 + 8 - mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr - term = WinTerm() - - term.set_console = Mock() - term._fore = -1 - term._back = -1 - term._style = -1 - - term.reset_all() - - self.assertEqual(term._fore, 1) - self.assertEqual(term._back, 2) - self.assertEqual(term._style, 8) - self.assertEqual(term.set_console.called, True) - - @skipUnless(sys.platform.startswith("win"), "requires Windows") - def testFore(self): - term = WinTerm() - term.set_console = Mock() - term._fore = 0 - - term.fore(5) - - self.assertEqual(term._fore, 5) - self.assertEqual(term.set_console.called, True) - - @skipUnless(sys.platform.startswith("win"), "requires Windows") - def testBack(self): - term = WinTerm() - term.set_console = Mock() - term._back = 0 - - term.back(5) - - self.assertEqual(term._back, 5) - self.assertEqual(term.set_console.called, True) - - @skipUnless(sys.platform.startswith("win"), "requires Windows") - def testStyle(self): - term = WinTerm() - term.set_console = Mock() - term._style = 0 - - term.style(22) - - self.assertEqual(term._style, 22) - self.assertEqual(term.set_console.called, True) - - @patch('colorama.winterm.win32') - def testSetConsole(self, mockWin32): - mockAttr = Mock() - mockAttr.wAttributes = 0 - mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr - term = WinTerm() - term.windll = Mock() - - term.set_console() - - self.assertEqual( - mockWin32.SetConsoleTextAttribute.call_args, - ((mockWin32.STDOUT, term.get_attrs()), {}) - ) - - @patch('colorama.winterm.win32') - def testSetConsoleOnStderr(self, mockWin32): - mockAttr = Mock() - mockAttr.wAttributes = 0 - mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr - term = WinTerm() - term.windll = Mock() - - term.set_console(on_stderr=True) - - self.assertEqual( - mockWin32.SetConsoleTextAttribute.call_args, - ((mockWin32.STDERR, term.get_attrs()), {}) - ) - - -if __name__ == '__main__': - main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py deleted file mode 100644 index 841b0e2..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py +++ /dev/null @@ -1,180 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. - -# from winbase.h -STDOUT = -11 -STDERR = -12 - -ENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x0004 - -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 - - _GetConsoleMode = windll.kernel32.GetConsoleMode - _GetConsoleMode.argtypes = [ - wintypes.HANDLE, - POINTER(wintypes.DWORD) - ] - _GetConsoleMode.restype = wintypes.BOOL - - _SetConsoleMode = windll.kernel32.SetConsoleMode - _SetConsoleMode.argtypes = [ - wintypes.HANDLE, - wintypes.DWORD - ] - _SetConsoleMode.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) - - def GetConsoleMode(handle): - mode = wintypes.DWORD() - success = _GetConsoleMode(handle, byref(mode)) - if not success: - raise ctypes.WinError() - return mode.value - - def SetConsoleMode(handle, mode): - success = _SetConsoleMode(handle, mode) - if not success: - raise ctypes.WinError() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py deleted file mode 100644 index aad867e..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py +++ /dev/null @@ -1,195 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -try: - from msvcrt import get_osfhandle -except ImportError: - def get_osfhandle(_): - raise OSError("This isn't windows!") - - -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) - - -def enable_vt_processing(fd): - if win32.windll is None or not win32.winapi_test(): - return False - - try: - handle = get_osfhandle(fd) - mode = win32.GetConsoleMode(handle) - win32.SetConsoleMode( - handle, - mode | win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING, - ) - - mode = win32.GetConsoleMode(handle) - if mode & win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING: - return True - # Can get TypeError in testsuite where 'fd' is a Mock() - except (OSError, TypeError): - return False diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py deleted file mode 100644 index e999438..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py +++ /dev/null @@ -1,33 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2012-2023 Vinay Sajip. -# Licensed to the Python Software Foundation under a contributor agreement. -# See LICENSE.txt and CONTRIBUTORS.txt. -# -import logging - -__version__ = '0.3.8' - - -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/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index d9e237c7bb4b8c81b858535731cba84f523e1a6f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1266 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 j8Nqn8$@r57R;H1s`=$aavz@<{(5UJ4_& diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc deleted file mode 100644 index 7e75730454eaba6e6e1daea958408e7c5a1d64b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 66024 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 decpS?)WLfb`5=3I{|&kZDp3Fc diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc deleted file mode 100644 index 55ac8a9d193bdea05390ca6c42f4a0ee69ccee34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24363 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 GNdFhhrS`G_ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc deleted file mode 100644 index 1e011fc28ba110ad46bdcc46775ca151add4c86d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 60155 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 SzC0-We9$p&DfxvcBK>ch6sAM~ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc deleted file mode 100644 index c908bc6948b3af5dbbcca1b3111ef6b2c795d644..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15122 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 L;pd3Fy6*oU!dJ-+ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc deleted file mode 100644 index c4a585db04021278369584ff0da24edd5e2ec7e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7679 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc deleted file mode 100644 index a04051d6c3745eabc10c574157377156f777152d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 41796 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 aGH|v|_<3QW{drF9;YQuRbfzC}HT=I4RpU4S diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc deleted file mode 100644 index c28fead510542834c776269713c2f440f7cbc07e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17322 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc deleted file mode 100644 index 89a4f94d4ba9fce4c433390e15d0db25506be9c5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19577 zcmb_^3ve6fo!>6rPXZu7f^ROtCn%E8n-V2T)`OHt%aqTOEsM5;gSbly5FYd{D2fPZ zDQ>2L9QQ;fy&*MDD*7%nrek+PU(>NVnd_)&rkA^3ri4Hrpbayl%em9KGi|BIjc=4r zr~m)A*ab*K)=jP}arfKrwcqpq`2GJM{QOa$YDP8WsU6jlr*2e7p88QeJk?=C#5ih%vKm$!Hbu;% z=7?p~60we2Nt`ZR7O{=mNLU}XM;xP$Ncm`a#5wAWxJF%(iqVQlX92+ zcyd)AK|Appt!53OJyN*%{!#vAv=-{ng!UDuNnzHg)KSlxMjKf3x2e%au5px6Q70(Y z@@a!ntprQD;Q8I`x}3w-g?qW*m%5qEEeet2$7!4J3LGz5DkuVLj0BDj~y~GN>xKF^d=ae z+0>k#?a(9>Gs(xsI6;WJ`! zGKT%`_lyU^0*75<4*H%_t*`jgKBe_ASw4BT4hapg1i#VT)YCaR6TcXXP9J`4d-wjH zH#$3BV~lU~bb1fBB!1P*ba!?$(t_+`rsCt>`!L27jNqDsv64fuj!olyEW)&QL}Kg| ztXhG|XKL+`0)CtvuV4y}Gky~G`hw?k~#x_&nTs3bxA6rgKv@iUj4`u znn_rFQv&b15RCd@XEQv~>L;`(p<+A<4Q>ptN;JVP=HtS25GaIJfGrRQN@RiomC1w} zii&0+EOLy1J%+h?GU~e+i*UZ+R5%!j`d}-DVE+le_+?)YQW9S{c)=$vr(HcecKQU^ zpWTyzu}cA1@4m_4qz?%W8{>U!P>5q@X;KB4RI!|kzBv_(b4B0ftKqvyu!SpdyGG^o zrc@}cui7wCmddP|Nt>Ca#x?VfT%$MJ=u0>HR@5thkZJ5qTk2BB=4x}c^0`ZCThsEk zZ0B?7&gbqp*E$Ep&h8(7bG81!oN2=VwXA9?HnfzhA?xf&J3E%0YtHUmee+T%UB7+K zlrvXA`Xl%@HHJ6&k{7_E5m+n>6i1EHECpPT9#wN1;Bu-_osq(SteaJTn+86o0e)fN zj3Jj?Md2B87s7Ig)yj*5*ReV%Yhm?px3UJfm$6l>5o)!uCU~=Rj?r?$kDSPdMqR9R zw1O>zP$gT<+902swZmH#SIs)UO)0#thN}tfmA_YbvgMod)P?#AX>y2lUh053Y2Zqy zYB7~Bhtz{|iNaGV%d1%zw5btVSOG0$;8_XJCg7VjqWKKj=`RF;@Fo0YKObSn!a%v0 zcnpZq*Id5SOekhqaC*g?vL z6N`V3enBQS2~@$aBqmkxrcj5Z8s73d9w-Fnl$V9{h7^WeaUx1#Fl3QpitnrnhwBP0 zbkNi@a;l}AymM2|vf|pLuv90s$RMZ1opOj(=nkYSElX;l1!kyMS&Yfzd`i2Y(Lyry z|DXFp>V&ph@&+T^Gi%Bve06t$BvA$Ud9gaVfXK>w&G>Q{Tti>hec zYX@RT){LJG@}ddoB1%XYwgy<%9}WQXxCl~;s0E2>j1%=^;n;->951S3f~Y};CTa;U z6Ac0s1lGriY6yvj%K;upWL)5Jh(*1B9GHG=Qq=i_fm0lo!qt)wW+&-nSNC<=jCg@Ef7Xfa%T6=pE_p?omz_a|IM8>dH(eF^die-5{6 z)P{wsZB1$3wdHDB$fLe9rCBr7^sD%* zwfs)ZRY8(slPGu!qKb`*s`03RGDFe&s`lfa2!!Jt9|ekA#GVtan-<*DvQ0pJ!YgnC z25v6Dap3xaxv52N&D^r=`bq7NYu78>3+Lv~Exa-R#!_FVqUZWx>gb#*=Ws66%-1ZQ zTnc6!+fzr^rB!*W?q=Q6g=J5sx;r(TvsJI=mj>Sm^^X>m~(=ipyCH#|TlLis3nc6`K^t6hm&Qmn}n^9j;pQonjW~wmL zab-n~t6D%91QM$d<&rB#18Xba53F}aJ55QodUc5~VOeBu;C37oMm`dZatw&nsL$m2 z8^W5BC0bMvYF#(iPKONwspwD{MMQctqJ}JwT5)m^Z zT@)^I;c%j2)1s22C!sOIYj6WHX3|>g*DIx7 zzisZN{)KCs`h8IPyFsKKx?i9KMMf2A`mI4)25|)Ssyb7rUC=oQO1fV|9rB;_L{e?=lZ567m*56;$mYE9 z*7dg*Lu)qg-`Q*LJKYQW=l5rw&1q+I*6B+-eJjR{v+wrAUFSfqwsqCj3d(}3bt#c{ z?pU?#*w9nuby-JK+R>D8G-n-MX-C)c>uZj_`|hSydsEKYBIo=XzV#SdvOvY*E?uQ~ z6H8y}g)vmKs#$fkKQ1G0FuOAUDT-5+)C5$>s__myN1;CSnd9K1pAuuh6`frjnYZ_7X7OS#?s)gYE%q3(6!_q<$l*UzgOusx!^PlQnNjw_th# z))`5&$|2xjWq~?aO$sqOIu#7FK!jlTUw~CYC{YhH6qQICU_rzUhm>v5QFdqOmwotQZ4u)dbNPWP&GvO3DddW(q2WN~BL9BsK-m7=l3% zR;nX}Rccxfa~j_G>7c-Mk-|jJ7A`UY&`f~-7N~9)gW5Gzjzks^AC6V(le;N36Vwyv zj?`76^&pJ}X^-KcJjXLri2E@wl5K{45H8}Eft(iVn+g(ek3r=b5_*`k7X#5tL{~Z) z-~%wWBQc(x;DK&KznF_KGQsHNRJ;c;vHW$0gMkPOu|DQvJU-dy^G#1r_XMNeQ{hMt z%lX~{C=bNou}eObYGYG^FW(7YbC`=x#4jop$rUoBA^~c;IMEY{C4!)Z^~CrIUq0MD zhHzyd>_eH>7YAS<5*RB~!=qe(_6s%KMI9S}5swA|-=)5|3Neq6k23-iq~<2_ViHiu zZf?p?he<$*t-ZY+=cAnwP%dLUEr4fwTAuTmh>jOEvHLKNeOF zWPFFy^@r~?rR$HSM%HcRHaBJ-Y9c4k)U~x2E(Z0MbU9so3HeJ!58U*ykUYW825v*)U4dyK6bK#}Y zbfs@)Te`CUjxAkzI&C>EC0tBf8X#n=NLeLHSj_Q|9^n)}`X0n01P4+y6@rMZ7jG{e z57bIEtC^#tzBtxHu2MWz=6Zr9j)PAwIc`=9vZKqyHzj{2N6rSHOfq zkDoD`U*9IfGe%Rf-MmLXBd3D8y+{90k@RP^!2QZ$1uD=;q1{PHE6h(E^>K2AYUEJi z8LBUY2^*p#9THOujZCu^2#pVfYS+gJ-(IabyR zkTuO4*)sA3NSd_~&JEC42;qn=7xZ7zuV(@COzJ}ITe84wp&cMo(5#urG_I%RF32{J z8>9>T1C0tPHMu~G0&8G=oBYn&lRC0b^1JJ8TGp7hltS37P|A_iy{BT!0eV-l&L1kH zTqx~zjhr16^#WnbLc$=a*{y=89(Z+t_rT{x-O-_u<3lg;XfYJ^uME6&2F!d!Xnmq3 z#u8CI77iwi-LLiy@&FbI2`dJt!eQx^@GYj0+I1GSxV#+H(aL*eF^1*927@@JgmaR* z6V^?+6WveCjiQOv3&o(vbUdNG-bw-h@F*dQHc+&r9!lJZM-72TA}8_40~qSZoCehM z3+6?TaKL=&2g!i&QT_;KL_W%+w#Fmw$e+O*V)>$um=wW$NnS{|II;ZYXb}3x9migB zlKNV z@18HhDAw)OS-S`L?9%>>y*p>G`N8>Y{hoCFo)s=re=u!7_(-d&Idpyav4OIe-+7!itg9>S>RNs^gQ6!4{D&`diA#D z;Y@XJYIs9ORWjL%wsb|?(sZW6moj~BvE4Xz{nX;XT}#u_rQ5aXw&OWh^YVc-bjsph z>`z-dQqRL+XUkjD<*iGhm2H{wLn-}+MPqEsS)4aUu8%DCu34Hl$|#F#Zu+jdVMC?0 z?#6VPTHuy z=yROxq<(3uI@zxNWoO-xZZi&mk_C}w79l`z0C;Y_3j7E3^I};jpAljeeXUTo6ara{ zPvOogUGihK?2{m&0$vRm344e#4>muYWU3X-MFv_?Lky-`(I$}$KPc=d4+C<@2FK!n zI`SN7*P>3C8iyxA7riPXCyQF*gFqy68JxCD`;O31sOm~QQTNroS4jQe&=UbE2vO0q zw&t|0`A2NdS+#I*{$Q@E{+8vYC0o^*uIgOgm8tTr(CMn3IY;F}-F)3+y}G^e0j0J# zZcu7tqa<#kk|19=Ib?#q0fA>J-XTTRmW$&ME9?~6VTp+X)fi&WP#@AGUQK~+iiQiI zzY^fYAp1V#VGbZ*SELjT=GlyO5O)o^z-FR_G)qqT5}GI=bG}Bc+Z;$tvbM&wt#L`8 zu>l^BSjX)3*~K`F<*K1s8kpk7W0(xg4p3Ls@9^?5l&C+Of!LO0aWOcHbeBD?eK48bDqJEc+hyuSb$b#EEVc1dx@`2+Dq*QkjS+-mU4>)ebNr@A`pwZ%B=kvy$2L=>s9DI-wbU*acavYxZ^wJ zs8W7&tPSeOlUSO1_rdQw7Etav`8$OtU-y*yjurCAp`?96AauHqg?FM_P?muc$`W z;m%X<{&zX-wU6)?~oHy~@C| z2u%J4#2E<#HnM2Lj0YoJLJesNU8_LM7kvd2*EIM67K6D=Hv_Jf0Iec6iLgs3QNfC*5dqSY;g6NOTo!W{0R812?*pe*k&-b zd7FtNK#^TnkH$KIo8%)WqG*q;}WGOxz{0%H%kcS8a*f>}&BcduXE;?i< z5Mtk+jE!C7{|Iwy6X=;C8WO=tKdhU8gcR#zQ*qLKIx5o88Frks2m!e~uDj_WfxK3~ zG*(iBVY-RXOMIMqHYNQIsu6BWDyX|Q>-MJI-n;Jo%j{1seRwHlSub}jbk28X%bU~X z%}XaT^tAg)i!2pyTL-b zJeH~5Id8bX>3zzg)iF()Pjd`@uQu$RJF)JpSm>SaT{tv!uT?>|ZOV-|#w)ZSg-?psT2XbI_?EhZB^7Y+m z*Y1^xmGf(^!#PVu)=~#~#?ty=fQGJr>4rgifV1(t#~oBv(?hDvQUAI0B~WZz z_CKcRioW~xoy+Ia^}FW=^P{ow*8E#b<7@8j^{Sd%#+$~awzVqnI!wmU{LtdW(&aT* zkJ19U|7)%x>;jAlRP5P>74P2As4MD~IzFrN{=<503)l@R>hD$6A(&AAe>Q5NMNfp| zu!4VHd1TK}ulhe#)eUP@f7z=YruBcNIoj}oS^L+`6{q%V{(2vc;r+%JwEADER1p4^ zhQ_c~jbRg}KB2oeS=y1F5k2KankaB^mo7!_M3>u=8Vb1KIzY=%xRPA5Sg8ZPjcQ%7 z%9zgvr9Dq8{T_Z1S2~Sz?NSg= zke5_omDP{%417bRUnTGWkMccXO~i*7Ol2tM^4*w44Zd;w4h%W+Zf<_yMqq1%GYPW! z9>s0`58<|1rF9XoO;Y$3YMo$;sbQ%c`(dty??Y{%;yPU4uSn@~X6u}5p?Q)+H|FEtcP+)U?fcU0`))h#wjWq^A6&Ea=gjuG;|nj$ zzmPUJ<@3QhUSzWkyYDvaUSYF)Po(#r_$8g$JDjVk%T{^QRo>;MyH#BP6IJy*1~(EP zU|nbj`>J6}fr74(g-Q%tYJPuGUDBglHBn^ZNox64bQ&w=l2icviSnUMYD+EXA_Wtd z8@6T31xrJdRDZ0Kp&>BPQ>9e&0^aeA@93etdCN!O6(Fe+rXE>LoHc-1rQ#`LqGuH~ z7Mvf9vqo@EFwGj_JBoT<_#P;mx+H)IN#jTP4GykYl-E2$W=6D2Hd`LOrTpOFDJ0Y& zRq?3P6KV28nn1}ssz`&P8jct6DF}KEL}VhEwXBu|SnF;^uzwE ztjSjT(CVxG)bxodQ+a@Vd~SN-oAcjX+Oyoc=H8wwcV9ntA8_;A8?|r|D6Sp)h3dzaOYRqeJxh%{ zGQ%xb@wk(6s3&c?2(VGAK4hs|uB2uYu%Qa=+L8fY3!eH&_lo9v&sXyTbcF&-iIppJ zgQxbk05{zL9qqjWj1Yk4HnjqKyuhz54Kum>D^W1VJjaLD$Tm@YCFa$<*E#?1AVOl8Ou^zIaZTL2Jcsflx`iI;@$IZG3CrD~)Z`Itad9N-te9u|%q&|G7a?O4+XRrL+ z)s%I$r(NyKrff%Fx})!Q@1226$8g5=d}`pH%?0-3IbE)ynFt?E??vx6>{?OJoB!5U zanEMY*&Pe|dHugM<}7w>O4i~@TfpwT3`_I1yWm8MTSKk3YP`sZzPhQ(I= zxNcrI_a=P4rXgFiEnTy1`Q*x_OwG|bea>0GRFigY%hfc_AG=@EFn0`9=o9lNvaXi2 zt7Yk2#??JXL)-FJ|07GgK+th~TKP%kzp1*t|IXN&eYnuUKQ@Ago!#*dk5ABGxdtn= zu>!$>gWo%tvsXYR-#xOShqxyK8kK(DZyD;Q{<6Dj*r@(10}c002U(G=sp0PtZmOqQ z?@AHHGZg8*PgTZg+3TGt4Noo-mJ zTRt9t2tH!@p=8Y{mw_*rSV)JlrZBp5@dD?Tn!9xcymk$ zCO94^63@Az&gAz4d`z%t9)}D36`(eL5`$U-1B2p*mKsrW2@*ujg6*8#&$GGZJkOwXC6*sP4 zzq%-7Y|Tq=-UV3JT|2M2@2;KGtat4GsO-J2DM>Rs!jUeW}yy?)t@8#@&;3?@GIO0pjW2pE@ZzYkyl+cQXdyTa|B4 z{dpy`LeYH9kahJ_k3S?b997N`ku?k_C&f-Zsw+OD}^mtx*67wld| zCjiMsP0p(4HSglAh%zKqAJavWCFJ$00vQ-4lRU5pfir=;gIbYKdLIHx5&2A$^eYX0 z;M=YobCROK(_Z%X&%4YA7@!kDJOhQlQJ{QB{@&&%@mSgX5vBu{C@SAdt0bqpz%#0n zj~aWWvk5Y~Rie5JGta6jFV~Sn%`i67vF310>atflxr`mj4^sXFUmtUXK_?wJ!T|Od zCN>VIwaC#v=@>#R3^K}u>2zA)Pf8t(#6?OAyJQU?zl3ww^iE;P@x( z#cT&-mT`Z*0Qun%SS3~AP8rwj%u;>E?n`L_&`b4$+>o`@r!Do1k>&GimR^MD;EZ4u zI+RM^@l#Q90n2z8SWRR+p9i1I0AwNs;nbK z4)S{Vd+;Kfz;aA}!2}qM#qWP}DiF@I9lhVr#>ODpcIMbiLoc57pB;GN#ZzE-<`Ym* z@})(UyQB;3^O$f3Zvng!%>%JS(cwQnFnHwUQ)m4z92prJ95{29|7V!vpW}__CO^dx zfgEu^k(~u+RPyKNB-KX;c2j^iB?XKClbx6q*%g@-{tF0wNJ-)k`Wf+c@@)tL!r#K} z+tdSX|#=?GT580oqVWKXAl;ue;YnzBIPYeg8C4GqhzYvFXNcbbT!LFd`zb}Im`M;*h zeoYz4f9tO))2}J>Z>ZY;M)jtt-rrF5U#e)j4-V7PeK6{#+LSwMtVtVd7WZY0E!T7# z8heH9ONO#nT%Y>x^hOg!mv6LDj@miZf@$8gTHBwoAG&7UQ0bkTYqp0jD_se;RkwGQ Uaz565Q%hIRwf#MXPtxB12Ub$s$^ZZW diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc deleted file mode 100644 index fa7664c43413a037bea3048939c15d842ddd9fdf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 88253 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 E2M;I>r2qf` diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc deleted file mode 100644 index af61f5a055c95fd3d0b6e61e2011a81781288cd6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 30363 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

uz&*m}$U}I`HU7hUh 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 '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 - 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 os.curdir not 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 normdir not 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 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 - - 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]] - 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/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py deleted file mode 100644 index eb3765f..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py +++ /dev/null @@ -1,1359 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2012-2023 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 - reqts = getattr(md, req_attr) - logger.debug('%s: got requirements %r from metadata: %r', self.name, - req_attr, reqts) - 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() - # sectioned files have bare newlines (separating sections) - if not line: # pragma: no cover - continue - if line.startswith('['): # pragma: no cover - logger.warning( - 'Unexpected line: quitting requirement scan: %r', line) - break - r = parse_requirement(line) - if not r: # pragma: no cover - logger.warning('Not recognised as a requirement: %r', line) - continue - if r.extras: # pragma: no cover - 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 label is not 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 - in finding the dependencies. - """ - if dist not in dists: - raise DistlibException('given distribution %r is not a member ' - 'of the list' % dist.name) - graph = make_graph(dists) - - req = set() # required distributions - todo = graph.adjacency_list[dist] # list of nodes we should inspect - seen = set(t[0] for t in todo) # already added to todo - - while todo: - d = todo.pop()[0] - req.add(d) - pred_list = graph.adjacency_list[d] - for pred in pred_list: - d = pred[0] - if d not in req and d not in seen: - seen.add(d) - 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/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py deleted file mode 100644 index 56cd286..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py +++ /dev/null @@ -1,508 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2013-2023 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: # pragma: no cover - 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): # pragma: no cover - """ - 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(), []) - 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): # pragma: no cover - """ - 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): # pragma: no cover - """ - 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): # pragma: no cover - """ - 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): # pragma: no cover - 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/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py deleted file mode 100644 index f9f0788..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py +++ /dev/null @@ -1,1303 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2012-2023 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: # 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, '')), - } - 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) - 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 440. -default_locator = AggregatingLocator( - # JSONLocator(), # don't use as PEP 426 is withdrawn - 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/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py deleted file mode 100644 index 420dcf1..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py +++ /dev/null @@ -1,384 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2012-2023 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 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: - self._exclude_pattern(pattern, anchor=True) - - 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: - self._exclude_pattern(pattern, anchor=False) - - 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: - self._exclude_pattern(pattern, prefix=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 ((_is_version_marker(elhs) or _is_version_marker(erhs)) - and op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): - lhs = LV(lhs) - rhs = LV(rhs) - elif _is_version_marker(elhs) and op in ('in', 'not in'): - lhs = LV(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/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py deleted file mode 100644 index 7189aee..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py +++ /dev/null @@ -1,1068 +0,0 @@ -# -*- 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 2.2). -""" -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',) - -_643_MARKERS = ('Dynamic', 'License-File') - -_643_FIELDS = _566_FIELDS + _643_MARKERS - -_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) -_ALL_FIELDS.update(_643_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': - raise ValueError('Metadata 2.0 is withdrawn and not supported') - # return _426_FIELDS - elif version == '2.2': - return _643_FIELDS - raise MetadataUnrecognizedVersionError(version) - - -def _best_version(fields): - """Detect the best version depending on the fields used.""" - def _has_marker(keys, markers): - return any(marker in keys for marker in markers) - - keys = [key for key, value in fields.items() if value not in ([], 'UNKNOWN', None)] - possible_versions = ['1.0', '1.1', '1.2', '1.3', '2.1', '2.2'] # 2.0 removed - - # 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 _643_FIELDS and '2.2' in possible_versions: - possible_versions.remove('2.2') - logger.debug('Removed 2.2 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) - is_2_2 = '2.2' in possible_versions and _has_marker(keys, _643_MARKERS) - if int(is_1_1) + int(is_1_2) + int(is_2_1) + int(is_2_2) > 1: - raise MetadataConflictError('You used incompatible 1.1/1.2/2.1/2.2 fields') - - # we have the choice, 1.0, or 1.2, 2.1 or 2.2 - # - 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.1 adds more features - # - 2.2 is the latest - if not is_1_1 and not is_1_2 and not is_2_1 and not is_2_2: - # 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' - # if is_2_2: - # return '2.2' - - return '2.2' - -# 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', 'License-File') -_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.1 - 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) - - FIELDNAME_MATCHER = re.compile('^[A-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',)), - 'dynamic': (FIELDNAME_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/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py deleted file mode 100644 index fef52aa..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py +++ /dev/null @@ -1,358 +0,0 @@ -# -*- 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/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py deleted file mode 100644 index cfa45d2..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py +++ /dev/null @@ -1,452 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2013-2023 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 -import time -from zipfile import ZipInfo - -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 - if os.name == 'nt': - # 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'))) - else: - executable = os.path.join( - sysconfig.get_config_var('BINDIR'), - 'python%s%s' % (sysconfig.get_config_var('VERSION'), - 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: - source_date_epoch = os.environ.get('SOURCE_DATE_EPOCH') - if source_date_epoch: - date_time = time.gmtime(int(source_date_epoch))[:6] - zinfo = ZipInfo(filename='__main__.py', - date_time=date_time) - zf.writestr(zinfo, script_bytes) - else: - 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/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py deleted file mode 100644 index ba58858..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py +++ /dev/null @@ -1,2025 +0,0 @@ -# -# Copyright (C) 2012-2023 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, - 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([^\[]\S*)) - \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') - - # Limit extraction of dangerous items, if this Python - # allows it easily. If not, just trust the input. - # See: https://docs.python.org/3/library/tarfile.html#extraction-filters - def extraction_filter(member, path): - """Run tarfile.tar_filter, but raise the expected ValueError""" - # This is only called if the current Python has tarfile filters - try: - return tarfile.tar_filter(member, path) - except tarfile.FilterError as exc: - raise ValueError(str(exc)) - - archive.extraction_filter = extraction_filter - - 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 getattr(self, 'cert_file', None): - 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 - try: - from distutils import sysconfig - except ImportError: - import sysconfig - osname, release, machine = _osx_support.get_platform_osx( - 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/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py deleted file mode 100644 index 14171ac..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py +++ /dev/null @@ -1,751 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2012-2023 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|alpha|b|beta|c|rc|pre|preview)(\d+)?)?' - r'(\.(post|r|rev)(\d+)?)?([._-]?(dev)(\d+)?)?' - r'(\+([a-zA-Z\d]+(\.[a-zA-Z\d]+)?))?$', re.I) - - -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: - if pre[1] is None: - pre = pre[0], 0 - else: - pre = pre[0], int(pre[1]) - if post == (None, None): - post = () - else: - if post[1] is None: - post = post[0], 0 - else: - post = post[0], int(post[1]) - if dev == (None, None): - dev = () - else: - if dev[1] is None: - dev = dev[0], 0 - 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',) - - 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/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py deleted file mode 100644 index 4a5a30e..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py +++ /dev/null @@ -1,1099 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2013-2023 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 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, 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 IMP_PREFIX == 'cp': - vi = sys.version_info[:2] - if vi < (3, 8): - wpm = sysconfig.get_config_var('WITH_PYMALLOC') - if wpm is None: - wpm = True - if wpm: - parts.append('m') - if vi < (3, 3): - us = sysconfig.get_config_var('Py_UNICODE_SIZE') - if us == 4 or (us is None and sys.maxunicode == 0x10FFFF): - 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, '/') - -if sys.version_info[0] < 3: - import imp -else: - imp = None - import importlib.machinery - import importlib.util - - -def _get_suffixes(): - if imp: - return [s[0] for s in imp.get_suffixes()] - else: - return importlib.machinery.EXTENSION_SUFFIXES - - -def _load_dynamic(name, path): - # https://docs.python.org/3/library/importlib.html#importing-a-source-file-directly - if imp: - return imp.load_dynamic(name, path) - else: - spec = importlib.util.spec_from_file_location(name, path) - module = importlib.util.module_from_spec(spec) - sys.modules[name] = module - spec.loader.exec_module(module) - return module - - -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 = _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: - 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, archive_record_path): - records = list(records) # make a copy, as mutated - records.append((archive_record_path, '', '')) - 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') - ap = to_posix(os.path.join(info_dir, 'RECORD')) - self.write_record(records, p, ap) - 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_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: - 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 _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/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py deleted file mode 100644 index 7686fe8..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py +++ /dev/null @@ -1,54 +0,0 @@ -from .distro import ( - NORMALIZED_DISTRO_ID, - NORMALIZED_LSB_ID, - NORMALIZED_OS_ID, - LinuxDistribution, - __version__, - build_number, - codename, - distro_release_attr, - distro_release_info, - id, - info, - like, - linux_distribution, - lsb_release_attr, - lsb_release_info, - major_version, - minor_version, - name, - os_release_attr, - os_release_info, - uname_attr, - uname_info, - version, - version_parts, -) - -__all__ = [ - "NORMALIZED_DISTRO_ID", - "NORMALIZED_LSB_ID", - "NORMALIZED_OS_ID", - "LinuxDistribution", - "build_number", - "codename", - "distro_release_attr", - "distro_release_info", - "id", - "info", - "like", - "linux_distribution", - "lsb_release_attr", - "lsb_release_info", - "major_version", - "minor_version", - "name", - "os_release_attr", - "os_release_info", - "uname_attr", - "uname_info", - "version", - "version_parts", -] - -__version__ = __version__ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py deleted file mode 100644 index 0c01d5b..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py +++ /dev/null @@ -1,4 +0,0 @@ -from .distro import main - -if __name__ == "__main__": - main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index ed021e22458886e30086e951a32e8aa6d7b4d8db..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 957 zcmcJNzi-n(6vxkw6Q@bs{A`kDK&%;vRX~*x2niI1NTrclrnj7&`e?89v#qlowHy2u z>}>ok%q%w{F|k#2sMHBRw~-qO*@>_|qAGBF5^DekL z&x23QXTA|IG{8U;Oe{eOEwHc*WvoC2ZLqNlRos9LtU(RyP{#%|&;bWGVH2Cs#1^!$ z4Q=c|2fNV49`tYvwy+O<9KZmFFf`aP^Uco&Y>T||MQLpPG;;g#Q1|xd2X9~P&EU&@F z5K32%B430a3f=W7CE`j1!b=4A(p3E+%J6-pP3dc^h^#=K3Ec_Ekr(+Z%T|yq?w7i! z6xj}Xr;%EEPQ_80xarcJEJe6<1G#YHi}WN4pGOr3R8=h+eGynhq diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc deleted file mode 100644 index 89ddf85033f5d994e8878280ac6b1372e54ca3fb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 289 zcmXv}u}T9$5S_U_rsBw%4G7-t_1i)np zNc`Lh5jxhfJpIGa$gxlBQt3Y9JZ8=xa@HRR)p%zd3yL_=Wi2`XfOTB48Pn9%lGMCX zr6%jlvz+*bd`m?ubxW0cB-{C^(U-;f1vSdcGh0q(<&$j4DoZ@bgmJWWp}liqyG?de o8!@lst&1PW3!700D~5=_aI|2DZ!h2M_$SR??^g`ck;}sPAG6?0_5c6? diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc deleted file mode 100644 index 3e03ee65c61477d5a2843dd8a6f7225ae83008e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 53751 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 for more information. -""" - -import argparse -import json -import logging -import os -import re -import shlex -import subprocess -import sys -import warnings -from typing import ( - Any, - Callable, - Dict, - Iterable, - Optional, - Sequence, - TextIO, - Tuple, - Type, -) - -try: - from typing import TypedDict -except ImportError: - # Python 3.7 - TypedDict = dict - -__version__ = "1.8.0" - - -class VersionDict(TypedDict): - major: str - minor: str - build_number: str - - -class InfoDict(TypedDict): - 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 - "opensuse-leap": "opensuse", # Newer versions of OpenSuSE report as opensuse-leap -} - -#: 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 looked up for if _UNIXCONFDIR is not readable. -_DISTRO_RELEASE_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", - "rocky-release", - "sl-release", - "slackware-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: bool = True) -> 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 extra item (usually in parentheses) after the - os-release version number, or 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() -> 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 - "amzn" Amazon Linux - "arch" Arch Linux - "buildroot" Buildroot - "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 - "rocky" Rocky Linux - "aix" AIX - "guix" Guix System - ============== ========================================= - - 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: bool = False) -> 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: bool = False, best: bool = False) -> 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). - - Some other distributions may not provide this kind of information. In these - cases, an empty string would be returned. This behavior can be observed - with rolling releases distributions (e.g. Arch Linux). - - 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: bool = False) -> 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: bool = False) -> 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: bool = False) -> 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: bool = False) -> 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() -> 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() -> 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: bool = False, best: bool = False) -> 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() -> 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() -> 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() -> 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() -> 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: 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: 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: 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: 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: # 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: Callable[[Any], Any]) -> None: - self._fname = f.__name__ - self._f = f - - def __get__(self, obj: Any, owner: Type[Any]) -> Any: - assert obj is not None, f"call {self._fname} on an instance" - ret = obj.__dict__[self._fname] = self._f(obj) - return ret - - -class LinuxDistribution: - """ - 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: Optional[bool] = None, - os_release_file: str = "", - distro_release_file: str = "", - include_uname: Optional[bool] = None, - root_dir: Optional[str] = None, - include_oslevel: Optional[bool] = None, - ) -> 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. Note that ``include_*`` - parameters must not be enabled in combination with ``root_dir``. - - * ``include_oslevel`` (bool): Controls whether (AIX) oslevel command - output is included as a data source. If the oslevel command is not - available in the program execution path the data source will be - empty. - - 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. - - * ``include_oslevel`` (bool): The result of the ``include_oslevel`` - parameter. This controls whether (AIX) oslevel information will be - loaded. - - * ``root_dir`` (string): The result of the ``root_dir`` parameter. - The absolute path to the root directory to use to find distro-related - information files. - - Raises: - - * :py:exc:`ValueError`: Initialization parameters combination is not - supported. - - * :py:exc:`OSError`: Some I/O issue with an os-release file or distro - release file. - - * :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 - - is_root_dir_defined = root_dir is not None - if is_root_dir_defined and (include_lsb or include_uname or include_oslevel): - raise ValueError( - "Including subprocess data sources from specific root_dir is disallowed" - " to prevent false information" - ) - self.include_lsb = ( - include_lsb if include_lsb is not None else not is_root_dir_defined - ) - self.include_uname = ( - include_uname if include_uname is not None else not is_root_dir_defined - ) - self.include_oslevel = ( - include_oslevel if include_oslevel is not None else not is_root_dir_defined - ) - - def __repr__(self) -> 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}, " - "include_oslevel={self.include_oslevel!r}, " - "root_dir={self.root_dir!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}, " - "_oslevel_info={self._oslevel_info!r})".format(self=self) - ) - - def linux_distribution( - self, full_distribution_name: bool = True - ) -> 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._os_release_info.get("release_codename") or self.codename(), - ) - - def id(self) -> str: - """Return the distro ID of the OS distribution, as a string. - - For details, see :func:`distro.id`. - """ - - def normalize(distro_id: str, table: 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: bool = False) -> 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 = f"{name} {version}" - return name or "" - - def version(self, pretty: bool = False, best: bool = False) -> 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"), - ] - if self.uname_attr("id").startswith("aix"): - # On AIX platforms, prefer oslevel command output. - versions.insert(0, self.oslevel_info()) - elif self.id() == "debian" or "debian" in self.like().split(): - # On Debian-like, add debian_version file content to candidates list. - versions.append(self._debian_version) - 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 = f"{version} ({self.codename()})" - return version - - def version_parts(self, best: bool = False) -> 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: bool = False) -> 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: bool = False) -> 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: bool = False) -> 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) -> 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) -> 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: bool = False, best: bool = False) -> 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) -> 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) -> 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) -> 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) -> 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 oslevel_info(self) -> str: - """ - Return AIX' oslevel command output. - """ - return self._oslevel_info - - def os_release_attr(self, attribute: 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: 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: 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: 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) -> 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, encoding="utf-8") as release_file: - return self._parse_os_release_content(release_file) - return {} - - @staticmethod - def _parse_os_release_content(lines: 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 - - 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) - # Ignore any tokens that are not variable assignments - if "=" in token: - k, v = token.split("=", 1) - props[k.lower()] = v - - if "version" in props: - # extract release codename (if any) from version attribute - match = re.search(r"\((\D+)\)|,\s*(\D+)", props["version"]) - if match: - release_codename = match.group(1) or match.group(2) - props["codename"] = props["release_codename"] = release_codename - - 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"] - - return props - - @cached_property - def _lsb_release_info(self) -> 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 {} - try: - cmd = ("lsb_release", "-a") - stdout = subprocess.check_output(cmd, stderr=subprocess.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: 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) -> Dict[str, str]: - if not self.include_uname: - return {} - try: - cmd = ("uname", "-rs") - stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL) - except OSError: - return {} - content = self._to_str(stdout).splitlines() - return self._parse_uname_content(content) - - @cached_property - def _oslevel_info(self) -> str: - if not self.include_oslevel: - return "" - try: - stdout = subprocess.check_output("oslevel", stderr=subprocess.DEVNULL) - except (OSError, subprocess.CalledProcessError): - return "" - return self._to_str(stdout).strip() - - @cached_property - def _debian_version(self) -> str: - try: - with open( - os.path.join(self.etc_dir, "debian_version"), encoding="ascii" - ) as fp: - return fp.readline().rstrip() - except FileNotFoundError: - return "" - - @staticmethod - def _parse_uname_content(lines: Sequence[str]) -> Dict[str, str]: - if not lines: - return {} - 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(bytestring: bytes) -> str: - encoding = sys.getfilesystemencoding() - return bytestring.decode(encoding) - - @cached_property - def _distro_release_info(self) -> 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) - else: - try: - basenames = [ - basename - for basename in os.listdir(self.etc_dir) - if basename not in _DISTRO_RELEASE_IGNORE_BASENAMES - and os.path.isfile(os.path.join(self.etc_dir, basename)) - ] - # 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 = _DISTRO_RELEASE_BASENAMES - for basename in basenames: - match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) - if match is None: - continue - filepath = os.path.join(self.etc_dir, basename) - distro_info = self._parse_distro_release_file(filepath) - # The name is always present if the pattern matches. - if "name" not in distro_info: - continue - self.distro_release_file = filepath - break - else: # the loop didn't "break": no candidate. - return {} - - if match is not None: - distro_info["id"] = match.group(1) - - # CloudLinux < 7: manually enrich info with proper id. - if "cloudlinux" in distro_info.get("name", "").lower(): - distro_info["id"] = "cloudlinux" - - return distro_info - - def _parse_distro_release_file(self, filepath: 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, encoding="utf-8") 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: - # 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: 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() -> 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, - include_oslevel=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/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py deleted file mode 100644 index a40eeaf..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py +++ /dev/null @@ -1,44 +0,0 @@ -from .package_data import __version__ -from .core import ( - IDNABidiError, - IDNAError, - InvalidCodepoint, - InvalidCodepointContext, - alabel, - check_bidi, - check_hyphen_ok, - check_initial_combiner, - check_label, - check_nfc, - decode, - encode, - ulabel, - uts46_remap, - valid_contextj, - valid_contexto, - valid_label_length, - valid_string_length, -) -from .intranges import intranges_contain - -__all__ = [ - "IDNABidiError", - "IDNAError", - "InvalidCodepoint", - "InvalidCodepointContext", - "alabel", - "check_bidi", - "check_hyphen_ok", - "check_initial_combiner", - "check_label", - "check_nfc", - "decode", - "encode", - "intranges_contain", - "ulabel", - "uts46_remap", - "valid_contextj", - "valid_contexto", - "valid_label_length", - "valid_string_length", -] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index ea3fd5568bd93815d9c89957f7eb632dd6b6fbbe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 878 zcmbu7JC74F5XbFJvdL!i-dv6X(IK(LWyM2C2!sR&#Wg3P)PPz&^dr%w_4K98=Gi%R(#-308eiyj)_{$^qssX@P@BCiDm2qyI z@g5YQfE);jAoO;?1JOVY(L_zrLM;)ZP_$87bWle`C=y-N6)}oM5A{SJ^~C@U#1IX| z2#v%Tjl~2_M1m4AMbmx020supG=pFXislE14tK3I{05zL3T=$>mgq_l&5 zi7wf`kh5#PvXlD%{v_s9F3rj&b*wU)$>mkhUCh|EsEJ(CYM+iUnI^jFE={*QLXWmb z$0PFa53Xa6o=4wf;4$==d5k>99utqmW9o6>aGKt*y^`c>vZS~mhG;i9z&3NG>3>Q8 zQ`JU)I^EZ3+ZYqhG5!e7ojkaFovoCh8QXA1WL9c*MsrhTW}D5oRBkiQ7FoG7D<$vG z@7~KQX6VsX7gbiWGIJ9q3#BtwNRnafpB&?Pxx4H<5vtg5`c&U?LVhBvBZuz|2;paN a`yxnSZ~^|t&pQC7Kbq4xc-Pi9-HBhw4e!tZ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc deleted file mode 100644 index d1ac1968bc096039700ab7bc5ba35abd1118ab30..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4630 zcmeHKO>7&-6`uX&Qd*fJB{~)*>o2inwv~ujaqCJ+nkKSS8;ac4b?dT7S&F-qm*HP$ zmky*-ff48+BSlTOK}8@rxII~L4?U(p0w^~FxsX*`(HjGC5np_YQt{+V``#><)Q@X8 zK#TOy0r_U;&D%G>-#2eQ>gZ@Akf!c_(-`j{PH6blWWtMxQ9>~SClJQ2pnYL&fM|h%pQU_hftz46Cf^SSwl_xI~ zO^NaoiDh0eq%=qGqr=%SZ%aQY)RB>Dk<_B_u4lIp&_er6bKxr z)Xp#1X9O(W!{X*|az)PM76c1@vQ*^UHp{bLm*mfpusCbWrbUf}^k%Zyl;BIB3z?4?NBn2Y2Wtc$tq#Q4+4BBo*K zWBGXEwfMYlM)F2J5(6_WM`_1yCXOWIq-ch6n#e&@#(-$+Fnp?y}QEZkxME4xVs=Utp0A{kuh)4RdT@VXv*k zV%c~`kHze^SS*v%3TZ5>vDnWG@pPj_fWt-+dA2mSVCkkU7+L4|u<@@Ew(`!P5xo=z zo;dSm5XQwAFzTjt4D5qQ+ZFNDccDGVgTn2J;jubsqDta_! z5hwzDc`T#~mRi}XE3)01ceVv0inl85 z1#$nMkREX3jM*p;ny|v?jp54fj1{s5(oIauS!Rstwq)khhGom~d>$ByBHuFL*(`- z*s?tQ>&e={a7nFohswvUow*$h-NjPr%6d8hmD@t){4N3#FNj&Y`L@1kQauJ~06h!4hVc)@$e9*?ZG0TR(qmqVnBy zw@!Qrd;)665q|z(;*)6>0`1@vcBKB#CgjUx6FLeTzLP2FS3p6(iULm%MQ(R4Qi(G1xxG(+7%Gk(4c&2Butjd4ROI#}S~;h~xo&^sS#ZTeCjn~IAsfmiyG3vi)$KTiE8gxu?zIzwr1=OLK!vdZh zryo=~3<8B_!i8n=$nT-BN?Naw6yLOI7BsH)*0|Zwrrd{e(~6LXSYb%FCs}U%MJ!xm zmMnZhIHgXv^auWCBd&q>i!f`8_#S`&OvDhAJqK7QX$Oo}K;~SObeGP7617#hW?}PQ zXPf8NKm#iZL9NUl8m8@KFO1V!c<|upTK%wVgPk_ErEID9?19}ruR|a65F643dImmE z!r#P`e3{&9_iwiMR@-}P9bI>P-EX~q^^GfUvFPM}ynI=~H<4{r8MR(mGv1S<6xxqfcArGg5m pIL=!-ULM&Dja5TqbpqA8vR}8Qv~hCjhnvA8)!>mjfeKsZe*rCz&szWh diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc deleted file mode 100644 index 180b7100f55f63430790463ae67ea7f714955a7f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 884 zcmb7CyK59d7@xU)+{^R9MNE+BHWsV#HYNlVA8@F}f!QV(i!`#gGf7r=XO`KygB1%A zJDYS#X?uv^|6y}tHykKfr8_vQRDQFU3zj}DN$mILP8nj8+O)D;T7n$F zSiqElsgepch()Rp*C4LtRkwZ&9UvDgeDheBc1y}=vs_u*EaFUAanPf&vIUiW!9sm^ zz6=1`rizq9I_IX0Rs2@iG^HRZI(okle z9C)n(WdkpcdS05#ea_ZfchDrx7~sY!=Y~sH$BKq7_sV z;tH6!pxs5y;>`cIk_6A?dxzbU|9YkK#BV!mtE+b%!fEC(E}g!N;wYmI3lf?NnmQn# z|a7>`kNj23>N<%x;$(!u%!!FIGU)!W3@N83jmAKlT_Ti-6P6y%rY T8R_E#L!bHh$oyUG#SDJ{=;+Dx diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc deleted file mode 100644 index d85c7791c3d344666ce6f080640bb635fa9b734a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16020 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 O8H~j%k1$OZ=>G))O6j%$ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc deleted file mode 100644 index 7a0b2eaef2be799258418af288b8f187f8bb311c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 99494 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc deleted file mode 100644 index d1a53e2933be13dd253611a53eb0cef9ac12a85c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2635 zcmZuyO>7fK6rTNa5 zPMcOeBrQ@S6$x`Qhf0pPq&JQ|R_Y}oNVQg|t<+v}a~n=v=$lzPA&8N7=e>D9^XAR> z-uxDgh7pVp{(8^6+JMmCjH!=Mjo7#g#C>F-abyUFXbIy2%#tN$q;V-DkIMowWFiq| z2k03Jk%?l2(jw#1veEFZJRUL{VXX;1g(&He5r(w}Bf@#mhPAqOGe{bZC`ejf^#gWI zVAl%La9&i~^da#wrr=q{edHTPlD z=3} zRxZefI0I^L(w!0!q8$aHATw~VInd?65oZ93Qv;wO+_oFlLA(hdeSLUM z^_7BRNZhkx2sNJ|dIY<&QIAwW1$kDw`>Bk)NFae&#Jcn%Qe}M?B;i8+w&CVqM;M0d z0x%J{Ks!Yk5~yxZ5cmBshEW59c8K4;c4!k0T7VCY0fZr95WBh5B;2*`ZM$&prH*E- zQ-aB~p7N|bXgMwcq-@!7+-W8rIS$Js41T}>Cb8=PRLppoJG;Qc3tZVL#~=nff@|6n z))v-lpv5C2I5~_9%ol`cJ08>Z7^vJh_qP5L#ySHEWw}*De#mvGM+{%#dGIBR*nUXQ zX2FFY)gVc*r54B(?nw<%1|~le7-}rTfK?u*AGUOW?j34+#1~9In#xfMWfwSbSzlsl z#`wk6#3Y|}gsIN^fBgIPT_rNdn% zvSv1+ftumaglX7%0x}*15YOiQ*e0i?sgvOW(k|GVVaELleskz~8;b2HcK ?sO&E zIyY8nkIkKW7VWr~T>N4!*1s0r_a6!=-Sa{v(ma2DA$c#hcx|n{?@6Su(z>%awD4tV zSNVMT*3!k*zM(Mn^>57C9_y-evW zXzn|_ocZPB)uShW?OQ#1dadis)5f!v&aQ=UH46JdSk3K=UEd#Hk$W~EP~hZj`&6qZHf;7I)QgR)q;hl8ZE9hVc1huy=C=d1!T@T3XaozzaYr&VsRE6Wg z58W`~A@%%7Fl!b`d;C&pGw7)e6vM>R?uU3c(0nQDxW3F3p@*0glb$bVF3S|Fa~K?L ze*0EY!ei~}rcG7Qc^5wSYxvEff1*2!hfD2i(f+xyXW_Qr!@F0*yNg#!SJuLVbEDM| zYK+XE|K`rKuKvx1U6ME3xjXgqkt8xqA`n z>DrTqo@X7srBKOz7+LEWTxb9zof~~O0_v4W8;6w|@f$SFa8jB^_d--~$b1%BEoGRZ z3@X0F4#LnG6c7WfFW+z+i=T(XoV()3e$hCRag3ZrKBRF_WH@o>;a8OeLHJix1bL$c z2`zu3Jykg->?nGr(Fge|0)V-N=h7@>^M96-i&h7^VEFQ_cZ z$j>v@Gc?jK&MZmQEl5nxPE1cN)-T8`&<7fsmy%zkpP7=Es1KEiPf09E)GMg`#bJ}1 hpHiBWYFEStv<&3FVvzGcFf%eT-ry5%G!d|C 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py deleted file mode 100644 index 1ca9ba6..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py +++ /dev/null @@ -1,112 +0,0 @@ -from .core import encode, decode, alabel, ulabel, IDNAError -import codecs -import re -from typing import Tuple, Optional - -_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') - -class Codec(codecs.Codec): - - def encode(self, data: str, errors: str = 'strict') -> Tuple[bytes, int]: - if errors != 'strict': - raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) - - if not data: - return b"", 0 - - return encode(data), len(data) - - def decode(self, data: bytes, errors: str = 'strict') -> Tuple[str, int]: - if errors != 'strict': - raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) - - if not data: - return '', 0 - - return decode(data), len(data) - -class IncrementalEncoder(codecs.BufferedIncrementalEncoder): - def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore - if errors != 'strict': - raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) - - if not data: - return "", 0 - - labels = _unicode_dots_re.split(data) - trailing_dot = '' - if labels: - if not labels[-1]: - trailing_dot = '.' - del labels[-1] - elif not final: - # Keep potentially unfinished label until the next call - del labels[-1] - if labels: - trailing_dot = '.' - - result = [] - size = 0 - for label in labels: - result.append(alabel(label)) - if size: - size += 1 - size += len(label) - - # Join with U+002E - result_str = '.'.join(result) + trailing_dot # type: ignore - size += len(trailing_dot) - return result_str, size - -class IncrementalDecoder(codecs.BufferedIncrementalDecoder): - def _buffer_decode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore - if errors != 'strict': - raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) - - if not data: - return ('', 0) - - labels = _unicode_dots_re.split(data) - trailing_dot = '' - if labels: - if not labels[-1]: - trailing_dot = '.' - del labels[-1] - elif not final: - # Keep potentially unfinished label until the next call - del labels[-1] - if labels: - trailing_dot = '.' - - result = [] - size = 0 - for label in labels: - result.append(ulabel(label)) - if size: - size += 1 - size += len(label) - - result_str = '.'.join(result) + trailing_dot - size += len(trailing_dot) - return (result_str, size) - - -class StreamWriter(Codec, codecs.StreamWriter): - pass - - -class StreamReader(Codec, codecs.StreamReader): - pass - - -def getregentry() -> codecs.CodecInfo: - # Compatibility as a search_function for codecs.register() - return codecs.CodecInfo( - name='idna', - encode=Codec().encode, # type: ignore - decode=Codec().decode, # type: ignore - incrementalencoder=IncrementalEncoder, - incrementaldecoder=IncrementalDecoder, - streamwriter=StreamWriter, - streamreader=StreamReader, - ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py deleted file mode 100644 index 786e6bd..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py +++ /dev/null @@ -1,13 +0,0 @@ -from .core import * -from .codec import * -from typing import Any, Union - -def ToASCII(label: str) -> bytes: - return encode(label) - -def ToUnicode(label: Union[bytes, bytearray]) -> str: - return decode(label) - -def nameprep(s: Any) -> None: - raise NotImplementedError('IDNA 2008 does not utilise nameprep protocol') - diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py deleted file mode 100644 index aea17ac..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py +++ /dev/null @@ -1,400 +0,0 @@ -from . import idnadata -import bisect -import unicodedata -import re -from typing import Union, Optional -from .intranges import intranges_contain - -_virama_combining_class = 9 -_alabel_prefix = b'xn--' -_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') - -class IDNAError(UnicodeError): - """ Base exception for all IDNA-encoding related problems """ - pass - - -class IDNABidiError(IDNAError): - """ Exception when bidirectional requirements are not satisfied """ - pass - - -class InvalidCodepoint(IDNAError): - """ Exception when a disallowed or unallocated codepoint is used """ - pass - - -class InvalidCodepointContext(IDNAError): - """ Exception when the codepoint is not valid in the context it is used """ - pass - - -def _combining_class(cp: int) -> int: - v = unicodedata.combining(chr(cp)) - if v == 0: - if not unicodedata.name(chr(cp)): - raise ValueError('Unknown character in unicodedata') - return v - -def _is_script(cp: str, script: str) -> bool: - return intranges_contain(ord(cp), idnadata.scripts[script]) - -def _punycode(s: str) -> bytes: - return s.encode('punycode') - -def _unot(s: int) -> str: - return 'U+{:04X}'.format(s) - - -def valid_label_length(label: Union[bytes, str]) -> bool: - if len(label) > 63: - return False - return True - - -def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool: - if len(label) > (254 if trailing_dot else 253): - return False - return True - - -def check_bidi(label: str, check_ltr: bool = False) -> bool: - # Bidi rules should only be applied if string contains RTL characters - bidi_label = False - for (idx, cp) in enumerate(label, 1): - direction = unicodedata.bidirectional(cp) - if direction == '': - # String likely comes from a newer version of Unicode - raise IDNABidiError('Unknown directionality in label {} at position {}'.format(repr(label), idx)) - if direction in ['R', 'AL', 'AN']: - bidi_label = True - if not bidi_label and not check_ltr: - return True - - # Bidi rule 1 - direction = unicodedata.bidirectional(label[0]) - if direction in ['R', 'AL']: - rtl = True - elif direction == 'L': - rtl = False - else: - raise IDNABidiError('First codepoint in label {} must be directionality L, R or AL'.format(repr(label))) - - valid_ending = False - number_type = None # type: Optional[str] - for (idx, cp) in enumerate(label, 1): - direction = unicodedata.bidirectional(cp) - - if rtl: - # Bidi rule 2 - if not direction in ['R', 'AL', 'AN', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: - raise IDNABidiError('Invalid direction for codepoint at position {} in a right-to-left label'.format(idx)) - # Bidi rule 3 - if direction in ['R', 'AL', 'EN', 'AN']: - valid_ending = True - elif direction != 'NSM': - valid_ending = False - # Bidi rule 4 - if direction in ['AN', 'EN']: - if not number_type: - number_type = direction - else: - if number_type != direction: - raise IDNABidiError('Can not mix numeral types in a right-to-left label') - else: - # Bidi rule 5 - if not direction in ['L', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: - raise IDNABidiError('Invalid direction for codepoint at position {} in a left-to-right label'.format(idx)) - # Bidi rule 6 - if direction in ['L', 'EN']: - valid_ending = True - elif direction != 'NSM': - valid_ending = False - - if not valid_ending: - raise IDNABidiError('Label ends with illegal codepoint directionality') - - return True - - -def check_initial_combiner(label: str) -> bool: - if unicodedata.category(label[0])[0] == 'M': - raise IDNAError('Label begins with an illegal combining character') - return True - - -def check_hyphen_ok(label: str) -> bool: - if label[2:4] == '--': - raise IDNAError('Label has disallowed hyphens in 3rd and 4th position') - if label[0] == '-' or label[-1] == '-': - raise IDNAError('Label must not start or end with a hyphen') - return True - - -def check_nfc(label: str) -> None: - if unicodedata.normalize('NFC', label) != label: - raise IDNAError('Label must be in Normalization Form C') - - -def valid_contextj(label: str, pos: int) -> bool: - cp_value = ord(label[pos]) - - if cp_value == 0x200c: - - if pos > 0: - if _combining_class(ord(label[pos - 1])) == _virama_combining_class: - return True - - ok = False - for i in range(pos-1, -1, -1): - joining_type = idnadata.joining_types.get(ord(label[i])) - if joining_type == ord('T'): - continue - elif joining_type in [ord('L'), ord('D')]: - ok = True - break - else: - break - - if not ok: - return False - - ok = False - for i in range(pos+1, len(label)): - joining_type = idnadata.joining_types.get(ord(label[i])) - if joining_type == ord('T'): - continue - elif joining_type in [ord('R'), ord('D')]: - ok = True - break - else: - break - return ok - - if cp_value == 0x200d: - - if pos > 0: - if _combining_class(ord(label[pos - 1])) == _virama_combining_class: - return True - return False - - else: - - return False - - -def valid_contexto(label: str, pos: int, exception: bool = False) -> bool: - cp_value = ord(label[pos]) - - if cp_value == 0x00b7: - if 0 < pos < len(label)-1: - if ord(label[pos - 1]) == 0x006c and ord(label[pos + 1]) == 0x006c: - return True - return False - - elif cp_value == 0x0375: - if pos < len(label)-1 and len(label) > 1: - return _is_script(label[pos + 1], 'Greek') - return False - - elif cp_value == 0x05f3 or cp_value == 0x05f4: - if pos > 0: - return _is_script(label[pos - 1], 'Hebrew') - return False - - elif cp_value == 0x30fb: - for cp in label: - if cp == '\u30fb': - continue - if _is_script(cp, 'Hiragana') or _is_script(cp, 'Katakana') or _is_script(cp, 'Han'): - return True - return False - - elif 0x660 <= cp_value <= 0x669: - for cp in label: - if 0x6f0 <= ord(cp) <= 0x06f9: - return False - return True - - elif 0x6f0 <= cp_value <= 0x6f9: - for cp in label: - if 0x660 <= ord(cp) <= 0x0669: - return False - return True - - return False - - -def check_label(label: Union[str, bytes, bytearray]) -> None: - if isinstance(label, (bytes, bytearray)): - label = label.decode('utf-8') - if len(label) == 0: - raise IDNAError('Empty Label') - - check_nfc(label) - check_hyphen_ok(label) - check_initial_combiner(label) - - for (pos, cp) in enumerate(label): - cp_value = ord(cp) - if intranges_contain(cp_value, idnadata.codepoint_classes['PVALID']): - continue - elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTJ']): - if not valid_contextj(label, pos): - raise InvalidCodepointContext('Joiner {} not allowed at position {} in {}'.format( - _unot(cp_value), pos+1, repr(label))) - elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTO']): - if not valid_contexto(label, pos): - raise InvalidCodepointContext('Codepoint {} not allowed at position {} in {}'.format(_unot(cp_value), pos+1, repr(label))) - else: - raise InvalidCodepoint('Codepoint {} at position {} of {} not allowed'.format(_unot(cp_value), pos+1, repr(label))) - - check_bidi(label) - - -def alabel(label: str) -> bytes: - try: - label_bytes = label.encode('ascii') - ulabel(label_bytes) - if not valid_label_length(label_bytes): - raise IDNAError('Label too long') - return label_bytes - except UnicodeEncodeError: - pass - - if not label: - raise IDNAError('No Input') - - label = str(label) - check_label(label) - label_bytes = _punycode(label) - label_bytes = _alabel_prefix + label_bytes - - if not valid_label_length(label_bytes): - raise IDNAError('Label too long') - - return label_bytes - - -def ulabel(label: Union[str, bytes, bytearray]) -> str: - if not isinstance(label, (bytes, bytearray)): - try: - label_bytes = label.encode('ascii') - except UnicodeEncodeError: - check_label(label) - return label - else: - label_bytes = label - - label_bytes = label_bytes.lower() - if label_bytes.startswith(_alabel_prefix): - label_bytes = label_bytes[len(_alabel_prefix):] - if not label_bytes: - raise IDNAError('Malformed A-label, no Punycode eligible content found') - if label_bytes.decode('ascii')[-1] == '-': - raise IDNAError('A-label must not end with a hyphen') - else: - check_label(label_bytes) - return label_bytes.decode('ascii') - - try: - label = label_bytes.decode('punycode') - except UnicodeError: - raise IDNAError('Invalid A-label') - check_label(label) - return label - - -def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: - """Re-map the characters in the string according to UTS46 processing.""" - from .uts46data import uts46data - output = '' - - for pos, char in enumerate(domain): - code_point = ord(char) - try: - uts46row = uts46data[code_point if code_point < 256 else - bisect.bisect_left(uts46data, (code_point, 'Z')) - 1] - status = uts46row[1] - replacement = None # type: Optional[str] - if len(uts46row) == 3: - replacement = uts46row[2] # type: ignore - if (status == 'V' or - (status == 'D' and not transitional) or - (status == '3' and not std3_rules and replacement is None)): - output += char - elif replacement is not None and (status == 'M' or - (status == '3' and not std3_rules) or - (status == 'D' and transitional)): - output += replacement - elif status != 'I': - raise IndexError() - except IndexError: - raise InvalidCodepoint( - 'Codepoint {} not allowed at position {} in {}'.format( - _unot(code_point), pos + 1, repr(domain))) - - return unicodedata.normalize('NFC', output) - - -def encode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False, transitional: bool = False) -> bytes: - if isinstance(s, (bytes, bytearray)): - try: - s = s.decode('ascii') - except UnicodeDecodeError: - raise IDNAError('should pass a unicode string to the function rather than a byte string.') - if uts46: - s = uts46_remap(s, std3_rules, transitional) - trailing_dot = False - result = [] - if strict: - labels = s.split('.') - else: - labels = _unicode_dots_re.split(s) - if not labels or labels == ['']: - raise IDNAError('Empty domain') - if labels[-1] == '': - del labels[-1] - trailing_dot = True - for label in labels: - s = alabel(label) - if s: - result.append(s) - else: - raise IDNAError('Empty label') - if trailing_dot: - result.append(b'') - s = b'.'.join(result) - if not valid_string_length(s, trailing_dot): - raise IDNAError('Domain too long') - return s - - -def decode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False) -> str: - try: - if isinstance(s, (bytes, bytearray)): - s = s.decode('ascii') - except UnicodeDecodeError: - raise IDNAError('Invalid ASCII in A-label') - if uts46: - s = uts46_remap(s, std3_rules, False) - trailing_dot = False - result = [] - if not strict: - labels = _unicode_dots_re.split(s) - else: - labels = s.split('.') - if not labels or labels == ['']: - raise IDNAError('Empty domain') - if not labels[-1]: - del labels[-1] - trailing_dot = True - for label in labels: - s = ulabel(label) - if s: - result.append(s) - else: - raise IDNAError('Empty label') - if trailing_dot: - result.append('') - return '.'.join(result) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py deleted file mode 100644 index 5b5e02a..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py +++ /dev/null @@ -1,4246 +0,0 @@ -# This file is automatically generated by tools/idna-data - -__version__ = '15.0.0' -scripts = { - 'Greek': ( - 0x37000000374, - 0x37500000378, - 0x37a0000037e, - 0x37f00000380, - 0x38400000385, - 0x38600000387, - 0x3880000038b, - 0x38c0000038d, - 0x38e000003a2, - 0x3a3000003e2, - 0x3f000000400, - 0x1d2600001d2b, - 0x1d5d00001d62, - 0x1d6600001d6b, - 0x1dbf00001dc0, - 0x1f0000001f16, - 0x1f1800001f1e, - 0x1f2000001f46, - 0x1f4800001f4e, - 0x1f5000001f58, - 0x1f5900001f5a, - 0x1f5b00001f5c, - 0x1f5d00001f5e, - 0x1f5f00001f7e, - 0x1f8000001fb5, - 0x1fb600001fc5, - 0x1fc600001fd4, - 0x1fd600001fdc, - 0x1fdd00001ff0, - 0x1ff200001ff5, - 0x1ff600001fff, - 0x212600002127, - 0xab650000ab66, - 0x101400001018f, - 0x101a0000101a1, - 0x1d2000001d246, - ), - 'Han': ( - 0x2e8000002e9a, - 0x2e9b00002ef4, - 0x2f0000002fd6, - 0x300500003006, - 0x300700003008, - 0x30210000302a, - 0x30380000303c, - 0x340000004dc0, - 0x4e000000a000, - 0xf9000000fa6e, - 0xfa700000fada, - 0x16fe200016fe4, - 0x16ff000016ff2, - 0x200000002a6e0, - 0x2a7000002b73a, - 0x2b7400002b81e, - 0x2b8200002cea2, - 0x2ceb00002ebe1, - 0x2f8000002fa1e, - 0x300000003134b, - 0x31350000323b0, - ), - 'Hebrew': ( - 0x591000005c8, - 0x5d0000005eb, - 0x5ef000005f5, - 0xfb1d0000fb37, - 0xfb380000fb3d, - 0xfb3e0000fb3f, - 0xfb400000fb42, - 0xfb430000fb45, - 0xfb460000fb50, - ), - 'Hiragana': ( - 0x304100003097, - 0x309d000030a0, - 0x1b0010001b120, - 0x1b1320001b133, - 0x1b1500001b153, - 0x1f2000001f201, - ), - 'Katakana': ( - 0x30a1000030fb, - 0x30fd00003100, - 0x31f000003200, - 0x32d0000032ff, - 0x330000003358, - 0xff660000ff70, - 0xff710000ff9e, - 0x1aff00001aff4, - 0x1aff50001affc, - 0x1affd0001afff, - 0x1b0000001b001, - 0x1b1200001b123, - 0x1b1550001b156, - 0x1b1640001b168, - ), -} -joining_types = { - 0xad: 84, - 0x300: 84, - 0x301: 84, - 0x302: 84, - 0x303: 84, - 0x304: 84, - 0x305: 84, - 0x306: 84, - 0x307: 84, - 0x308: 84, - 0x309: 84, - 0x30a: 84, - 0x30b: 84, - 0x30c: 84, - 0x30d: 84, - 0x30e: 84, - 0x30f: 84, - 0x310: 84, - 0x311: 84, - 0x312: 84, - 0x313: 84, - 0x314: 84, - 0x315: 84, - 0x316: 84, - 0x317: 84, - 0x318: 84, - 0x319: 84, - 0x31a: 84, - 0x31b: 84, - 0x31c: 84, - 0x31d: 84, - 0x31e: 84, - 0x31f: 84, - 0x320: 84, - 0x321: 84, - 0x322: 84, - 0x323: 84, - 0x324: 84, - 0x325: 84, - 0x326: 84, - 0x327: 84, - 0x328: 84, - 0x329: 84, - 0x32a: 84, - 0x32b: 84, - 0x32c: 84, - 0x32d: 84, - 0x32e: 84, - 0x32f: 84, - 0x330: 84, - 0x331: 84, - 0x332: 84, - 0x333: 84, - 0x334: 84, - 0x335: 84, - 0x336: 84, - 0x337: 84, - 0x338: 84, - 0x339: 84, - 0x33a: 84, - 0x33b: 84, - 0x33c: 84, - 0x33d: 84, - 0x33e: 84, - 0x33f: 84, - 0x340: 84, - 0x341: 84, - 0x342: 84, - 0x343: 84, - 0x344: 84, - 0x345: 84, - 0x346: 84, - 0x347: 84, - 0x348: 84, - 0x349: 84, - 0x34a: 84, - 0x34b: 84, - 0x34c: 84, - 0x34d: 84, - 0x34e: 84, - 0x34f: 84, - 0x350: 84, - 0x351: 84, - 0x352: 84, - 0x353: 84, - 0x354: 84, - 0x355: 84, - 0x356: 84, - 0x357: 84, - 0x358: 84, - 0x359: 84, - 0x35a: 84, - 0x35b: 84, - 0x35c: 84, - 0x35d: 84, - 0x35e: 84, - 0x35f: 84, - 0x360: 84, - 0x361: 84, - 0x362: 84, - 0x363: 84, - 0x364: 84, - 0x365: 84, - 0x366: 84, - 0x367: 84, - 0x368: 84, - 0x369: 84, - 0x36a: 84, - 0x36b: 84, - 0x36c: 84, - 0x36d: 84, - 0x36e: 84, - 0x36f: 84, - 0x483: 84, - 0x484: 84, - 0x485: 84, - 0x486: 84, - 0x487: 84, - 0x488: 84, - 0x489: 84, - 0x591: 84, - 0x592: 84, - 0x593: 84, - 0x594: 84, - 0x595: 84, - 0x596: 84, - 0x597: 84, - 0x598: 84, - 0x599: 84, - 0x59a: 84, - 0x59b: 84, - 0x59c: 84, - 0x59d: 84, - 0x59e: 84, - 0x59f: 84, - 0x5a0: 84, - 0x5a1: 84, - 0x5a2: 84, - 0x5a3: 84, - 0x5a4: 84, - 0x5a5: 84, - 0x5a6: 84, - 0x5a7: 84, - 0x5a8: 84, - 0x5a9: 84, - 0x5aa: 84, - 0x5ab: 84, - 0x5ac: 84, - 0x5ad: 84, - 0x5ae: 84, - 0x5af: 84, - 0x5b0: 84, - 0x5b1: 84, - 0x5b2: 84, - 0x5b3: 84, - 0x5b4: 84, - 0x5b5: 84, - 0x5b6: 84, - 0x5b7: 84, - 0x5b8: 84, - 0x5b9: 84, - 0x5ba: 84, - 0x5bb: 84, - 0x5bc: 84, - 0x5bd: 84, - 0x5bf: 84, - 0x5c1: 84, - 0x5c2: 84, - 0x5c4: 84, - 0x5c5: 84, - 0x5c7: 84, - 0x610: 84, - 0x611: 84, - 0x612: 84, - 0x613: 84, - 0x614: 84, - 0x615: 84, - 0x616: 84, - 0x617: 84, - 0x618: 84, - 0x619: 84, - 0x61a: 84, - 0x61c: 84, - 0x620: 68, - 0x622: 82, - 0x623: 82, - 0x624: 82, - 0x625: 82, - 0x626: 68, - 0x627: 82, - 0x628: 68, - 0x629: 82, - 0x62a: 68, - 0x62b: 68, - 0x62c: 68, - 0x62d: 68, - 0x62e: 68, - 0x62f: 82, - 0x630: 82, - 0x631: 82, - 0x632: 82, - 0x633: 68, - 0x634: 68, - 0x635: 68, - 0x636: 68, - 0x637: 68, - 0x638: 68, - 0x639: 68, - 0x63a: 68, - 0x63b: 68, - 0x63c: 68, - 0x63d: 68, - 0x63e: 68, - 0x63f: 68, - 0x640: 67, - 0x641: 68, - 0x642: 68, - 0x643: 68, - 0x644: 68, - 0x645: 68, - 0x646: 68, - 0x647: 68, - 0x648: 82, - 0x649: 68, - 0x64a: 68, - 0x64b: 84, - 0x64c: 84, - 0x64d: 84, - 0x64e: 84, - 0x64f: 84, - 0x650: 84, - 0x651: 84, - 0x652: 84, - 0x653: 84, - 0x654: 84, - 0x655: 84, - 0x656: 84, - 0x657: 84, - 0x658: 84, - 0x659: 84, - 0x65a: 84, - 0x65b: 84, - 0x65c: 84, - 0x65d: 84, - 0x65e: 84, - 0x65f: 84, - 0x66e: 68, - 0x66f: 68, - 0x670: 84, - 0x671: 82, - 0x672: 82, - 0x673: 82, - 0x675: 82, - 0x676: 82, - 0x677: 82, - 0x678: 68, - 0x679: 68, - 0x67a: 68, - 0x67b: 68, - 0x67c: 68, - 0x67d: 68, - 0x67e: 68, - 0x67f: 68, - 0x680: 68, - 0x681: 68, - 0x682: 68, - 0x683: 68, - 0x684: 68, - 0x685: 68, - 0x686: 68, - 0x687: 68, - 0x688: 82, - 0x689: 82, - 0x68a: 82, - 0x68b: 82, - 0x68c: 82, - 0x68d: 82, - 0x68e: 82, - 0x68f: 82, - 0x690: 82, - 0x691: 82, - 0x692: 82, - 0x693: 82, - 0x694: 82, - 0x695: 82, - 0x696: 82, - 0x697: 82, - 0x698: 82, - 0x699: 82, - 0x69a: 68, - 0x69b: 68, - 0x69c: 68, - 0x69d: 68, - 0x69e: 68, - 0x69f: 68, - 0x6a0: 68, - 0x6a1: 68, - 0x6a2: 68, - 0x6a3: 68, - 0x6a4: 68, - 0x6a5: 68, - 0x6a6: 68, - 0x6a7: 68, - 0x6a8: 68, - 0x6a9: 68, - 0x6aa: 68, - 0x6ab: 68, - 0x6ac: 68, - 0x6ad: 68, - 0x6ae: 68, - 0x6af: 68, - 0x6b0: 68, - 0x6b1: 68, - 0x6b2: 68, - 0x6b3: 68, - 0x6b4: 68, - 0x6b5: 68, - 0x6b6: 68, - 0x6b7: 68, - 0x6b8: 68, - 0x6b9: 68, - 0x6ba: 68, - 0x6bb: 68, - 0x6bc: 68, - 0x6bd: 68, - 0x6be: 68, - 0x6bf: 68, - 0x6c0: 82, - 0x6c1: 68, - 0x6c2: 68, - 0x6c3: 82, - 0x6c4: 82, - 0x6c5: 82, - 0x6c6: 82, - 0x6c7: 82, - 0x6c8: 82, - 0x6c9: 82, - 0x6ca: 82, - 0x6cb: 82, - 0x6cc: 68, - 0x6cd: 82, - 0x6ce: 68, - 0x6cf: 82, - 0x6d0: 68, - 0x6d1: 68, - 0x6d2: 82, - 0x6d3: 82, - 0x6d5: 82, - 0x6d6: 84, - 0x6d7: 84, - 0x6d8: 84, - 0x6d9: 84, - 0x6da: 84, - 0x6db: 84, - 0x6dc: 84, - 0x6df: 84, - 0x6e0: 84, - 0x6e1: 84, - 0x6e2: 84, - 0x6e3: 84, - 0x6e4: 84, - 0x6e7: 84, - 0x6e8: 84, - 0x6ea: 84, - 0x6eb: 84, - 0x6ec: 84, - 0x6ed: 84, - 0x6ee: 82, - 0x6ef: 82, - 0x6fa: 68, - 0x6fb: 68, - 0x6fc: 68, - 0x6ff: 68, - 0x70f: 84, - 0x710: 82, - 0x711: 84, - 0x712: 68, - 0x713: 68, - 0x714: 68, - 0x715: 82, - 0x716: 82, - 0x717: 82, - 0x718: 82, - 0x719: 82, - 0x71a: 68, - 0x71b: 68, - 0x71c: 68, - 0x71d: 68, - 0x71e: 82, - 0x71f: 68, - 0x720: 68, - 0x721: 68, - 0x722: 68, - 0x723: 68, - 0x724: 68, - 0x725: 68, - 0x726: 68, - 0x727: 68, - 0x728: 82, - 0x729: 68, - 0x72a: 82, - 0x72b: 68, - 0x72c: 82, - 0x72d: 68, - 0x72e: 68, - 0x72f: 82, - 0x730: 84, - 0x731: 84, - 0x732: 84, - 0x733: 84, - 0x734: 84, - 0x735: 84, - 0x736: 84, - 0x737: 84, - 0x738: 84, - 0x739: 84, - 0x73a: 84, - 0x73b: 84, - 0x73c: 84, - 0x73d: 84, - 0x73e: 84, - 0x73f: 84, - 0x740: 84, - 0x741: 84, - 0x742: 84, - 0x743: 84, - 0x744: 84, - 0x745: 84, - 0x746: 84, - 0x747: 84, - 0x748: 84, - 0x749: 84, - 0x74a: 84, - 0x74d: 82, - 0x74e: 68, - 0x74f: 68, - 0x750: 68, - 0x751: 68, - 0x752: 68, - 0x753: 68, - 0x754: 68, - 0x755: 68, - 0x756: 68, - 0x757: 68, - 0x758: 68, - 0x759: 82, - 0x75a: 82, - 0x75b: 82, - 0x75c: 68, - 0x75d: 68, - 0x75e: 68, - 0x75f: 68, - 0x760: 68, - 0x761: 68, - 0x762: 68, - 0x763: 68, - 0x764: 68, - 0x765: 68, - 0x766: 68, - 0x767: 68, - 0x768: 68, - 0x769: 68, - 0x76a: 68, - 0x76b: 82, - 0x76c: 82, - 0x76d: 68, - 0x76e: 68, - 0x76f: 68, - 0x770: 68, - 0x771: 82, - 0x772: 68, - 0x773: 82, - 0x774: 82, - 0x775: 68, - 0x776: 68, - 0x777: 68, - 0x778: 82, - 0x779: 82, - 0x77a: 68, - 0x77b: 68, - 0x77c: 68, - 0x77d: 68, - 0x77e: 68, - 0x77f: 68, - 0x7a6: 84, - 0x7a7: 84, - 0x7a8: 84, - 0x7a9: 84, - 0x7aa: 84, - 0x7ab: 84, - 0x7ac: 84, - 0x7ad: 84, - 0x7ae: 84, - 0x7af: 84, - 0x7b0: 84, - 0x7ca: 68, - 0x7cb: 68, - 0x7cc: 68, - 0x7cd: 68, - 0x7ce: 68, - 0x7cf: 68, - 0x7d0: 68, - 0x7d1: 68, - 0x7d2: 68, - 0x7d3: 68, - 0x7d4: 68, - 0x7d5: 68, - 0x7d6: 68, - 0x7d7: 68, - 0x7d8: 68, - 0x7d9: 68, - 0x7da: 68, - 0x7db: 68, - 0x7dc: 68, - 0x7dd: 68, - 0x7de: 68, - 0x7df: 68, - 0x7e0: 68, - 0x7e1: 68, - 0x7e2: 68, - 0x7e3: 68, - 0x7e4: 68, - 0x7e5: 68, - 0x7e6: 68, - 0x7e7: 68, - 0x7e8: 68, - 0x7e9: 68, - 0x7ea: 68, - 0x7eb: 84, - 0x7ec: 84, - 0x7ed: 84, - 0x7ee: 84, - 0x7ef: 84, - 0x7f0: 84, - 0x7f1: 84, - 0x7f2: 84, - 0x7f3: 84, - 0x7fa: 67, - 0x7fd: 84, - 0x816: 84, - 0x817: 84, - 0x818: 84, - 0x819: 84, - 0x81b: 84, - 0x81c: 84, - 0x81d: 84, - 0x81e: 84, - 0x81f: 84, - 0x820: 84, - 0x821: 84, - 0x822: 84, - 0x823: 84, - 0x825: 84, - 0x826: 84, - 0x827: 84, - 0x829: 84, - 0x82a: 84, - 0x82b: 84, - 0x82c: 84, - 0x82d: 84, - 0x840: 82, - 0x841: 68, - 0x842: 68, - 0x843: 68, - 0x844: 68, - 0x845: 68, - 0x846: 82, - 0x847: 82, - 0x848: 68, - 0x849: 82, - 0x84a: 68, - 0x84b: 68, - 0x84c: 68, - 0x84d: 68, - 0x84e: 68, - 0x84f: 68, - 0x850: 68, - 0x851: 68, - 0x852: 68, - 0x853: 68, - 0x854: 82, - 0x855: 68, - 0x856: 82, - 0x857: 82, - 0x858: 82, - 0x859: 84, - 0x85a: 84, - 0x85b: 84, - 0x860: 68, - 0x862: 68, - 0x863: 68, - 0x864: 68, - 0x865: 68, - 0x867: 82, - 0x868: 68, - 0x869: 82, - 0x86a: 82, - 0x870: 82, - 0x871: 82, - 0x872: 82, - 0x873: 82, - 0x874: 82, - 0x875: 82, - 0x876: 82, - 0x877: 82, - 0x878: 82, - 0x879: 82, - 0x87a: 82, - 0x87b: 82, - 0x87c: 82, - 0x87d: 82, - 0x87e: 82, - 0x87f: 82, - 0x880: 82, - 0x881: 82, - 0x882: 82, - 0x883: 67, - 0x884: 67, - 0x885: 67, - 0x886: 68, - 0x889: 68, - 0x88a: 68, - 0x88b: 68, - 0x88c: 68, - 0x88d: 68, - 0x88e: 82, - 0x898: 84, - 0x899: 84, - 0x89a: 84, - 0x89b: 84, - 0x89c: 84, - 0x89d: 84, - 0x89e: 84, - 0x89f: 84, - 0x8a0: 68, - 0x8a1: 68, - 0x8a2: 68, - 0x8a3: 68, - 0x8a4: 68, - 0x8a5: 68, - 0x8a6: 68, - 0x8a7: 68, - 0x8a8: 68, - 0x8a9: 68, - 0x8aa: 82, - 0x8ab: 82, - 0x8ac: 82, - 0x8ae: 82, - 0x8af: 68, - 0x8b0: 68, - 0x8b1: 82, - 0x8b2: 82, - 0x8b3: 68, - 0x8b4: 68, - 0x8b5: 68, - 0x8b6: 68, - 0x8b7: 68, - 0x8b8: 68, - 0x8b9: 82, - 0x8ba: 68, - 0x8bb: 68, - 0x8bc: 68, - 0x8bd: 68, - 0x8be: 68, - 0x8bf: 68, - 0x8c0: 68, - 0x8c1: 68, - 0x8c2: 68, - 0x8c3: 68, - 0x8c4: 68, - 0x8c5: 68, - 0x8c6: 68, - 0x8c7: 68, - 0x8c8: 68, - 0x8ca: 84, - 0x8cb: 84, - 0x8cc: 84, - 0x8cd: 84, - 0x8ce: 84, - 0x8cf: 84, - 0x8d0: 84, - 0x8d1: 84, - 0x8d2: 84, - 0x8d3: 84, - 0x8d4: 84, - 0x8d5: 84, - 0x8d6: 84, - 0x8d7: 84, - 0x8d8: 84, - 0x8d9: 84, - 0x8da: 84, - 0x8db: 84, - 0x8dc: 84, - 0x8dd: 84, - 0x8de: 84, - 0x8df: 84, - 0x8e0: 84, - 0x8e1: 84, - 0x8e3: 84, - 0x8e4: 84, - 0x8e5: 84, - 0x8e6: 84, - 0x8e7: 84, - 0x8e8: 84, - 0x8e9: 84, - 0x8ea: 84, - 0x8eb: 84, - 0x8ec: 84, - 0x8ed: 84, - 0x8ee: 84, - 0x8ef: 84, - 0x8f0: 84, - 0x8f1: 84, - 0x8f2: 84, - 0x8f3: 84, - 0x8f4: 84, - 0x8f5: 84, - 0x8f6: 84, - 0x8f7: 84, - 0x8f8: 84, - 0x8f9: 84, - 0x8fa: 84, - 0x8fb: 84, - 0x8fc: 84, - 0x8fd: 84, - 0x8fe: 84, - 0x8ff: 84, - 0x900: 84, - 0x901: 84, - 0x902: 84, - 0x93a: 84, - 0x93c: 84, - 0x941: 84, - 0x942: 84, - 0x943: 84, - 0x944: 84, - 0x945: 84, - 0x946: 84, - 0x947: 84, - 0x948: 84, - 0x94d: 84, - 0x951: 84, - 0x952: 84, - 0x953: 84, - 0x954: 84, - 0x955: 84, - 0x956: 84, - 0x957: 84, - 0x962: 84, - 0x963: 84, - 0x981: 84, - 0x9bc: 84, - 0x9c1: 84, - 0x9c2: 84, - 0x9c3: 84, - 0x9c4: 84, - 0x9cd: 84, - 0x9e2: 84, - 0x9e3: 84, - 0x9fe: 84, - 0xa01: 84, - 0xa02: 84, - 0xa3c: 84, - 0xa41: 84, - 0xa42: 84, - 0xa47: 84, - 0xa48: 84, - 0xa4b: 84, - 0xa4c: 84, - 0xa4d: 84, - 0xa51: 84, - 0xa70: 84, - 0xa71: 84, - 0xa75: 84, - 0xa81: 84, - 0xa82: 84, - 0xabc: 84, - 0xac1: 84, - 0xac2: 84, - 0xac3: 84, - 0xac4: 84, - 0xac5: 84, - 0xac7: 84, - 0xac8: 84, - 0xacd: 84, - 0xae2: 84, - 0xae3: 84, - 0xafa: 84, - 0xafb: 84, - 0xafc: 84, - 0xafd: 84, - 0xafe: 84, - 0xaff: 84, - 0xb01: 84, - 0xb3c: 84, - 0xb3f: 84, - 0xb41: 84, - 0xb42: 84, - 0xb43: 84, - 0xb44: 84, - 0xb4d: 84, - 0xb55: 84, - 0xb56: 84, - 0xb62: 84, - 0xb63: 84, - 0xb82: 84, - 0xbc0: 84, - 0xbcd: 84, - 0xc00: 84, - 0xc04: 84, - 0xc3c: 84, - 0xc3e: 84, - 0xc3f: 84, - 0xc40: 84, - 0xc46: 84, - 0xc47: 84, - 0xc48: 84, - 0xc4a: 84, - 0xc4b: 84, - 0xc4c: 84, - 0xc4d: 84, - 0xc55: 84, - 0xc56: 84, - 0xc62: 84, - 0xc63: 84, - 0xc81: 84, - 0xcbc: 84, - 0xcbf: 84, - 0xcc6: 84, - 0xccc: 84, - 0xccd: 84, - 0xce2: 84, - 0xce3: 84, - 0xd00: 84, - 0xd01: 84, - 0xd3b: 84, - 0xd3c: 84, - 0xd41: 84, - 0xd42: 84, - 0xd43: 84, - 0xd44: 84, - 0xd4d: 84, - 0xd62: 84, - 0xd63: 84, - 0xd81: 84, - 0xdca: 84, - 0xdd2: 84, - 0xdd3: 84, - 0xdd4: 84, - 0xdd6: 84, - 0xe31: 84, - 0xe34: 84, - 0xe35: 84, - 0xe36: 84, - 0xe37: 84, - 0xe38: 84, - 0xe39: 84, - 0xe3a: 84, - 0xe47: 84, - 0xe48: 84, - 0xe49: 84, - 0xe4a: 84, - 0xe4b: 84, - 0xe4c: 84, - 0xe4d: 84, - 0xe4e: 84, - 0xeb1: 84, - 0xeb4: 84, - 0xeb5: 84, - 0xeb6: 84, - 0xeb7: 84, - 0xeb8: 84, - 0xeb9: 84, - 0xeba: 84, - 0xebb: 84, - 0xebc: 84, - 0xec8: 84, - 0xec9: 84, - 0xeca: 84, - 0xecb: 84, - 0xecc: 84, - 0xecd: 84, - 0xece: 84, - 0xf18: 84, - 0xf19: 84, - 0xf35: 84, - 0xf37: 84, - 0xf39: 84, - 0xf71: 84, - 0xf72: 84, - 0xf73: 84, - 0xf74: 84, - 0xf75: 84, - 0xf76: 84, - 0xf77: 84, - 0xf78: 84, - 0xf79: 84, - 0xf7a: 84, - 0xf7b: 84, - 0xf7c: 84, - 0xf7d: 84, - 0xf7e: 84, - 0xf80: 84, - 0xf81: 84, - 0xf82: 84, - 0xf83: 84, - 0xf84: 84, - 0xf86: 84, - 0xf87: 84, - 0xf8d: 84, - 0xf8e: 84, - 0xf8f: 84, - 0xf90: 84, - 0xf91: 84, - 0xf92: 84, - 0xf93: 84, - 0xf94: 84, - 0xf95: 84, - 0xf96: 84, - 0xf97: 84, - 0xf99: 84, - 0xf9a: 84, - 0xf9b: 84, - 0xf9c: 84, - 0xf9d: 84, - 0xf9e: 84, - 0xf9f: 84, - 0xfa0: 84, - 0xfa1: 84, - 0xfa2: 84, - 0xfa3: 84, - 0xfa4: 84, - 0xfa5: 84, - 0xfa6: 84, - 0xfa7: 84, - 0xfa8: 84, - 0xfa9: 84, - 0xfaa: 84, - 0xfab: 84, - 0xfac: 84, - 0xfad: 84, - 0xfae: 84, - 0xfaf: 84, - 0xfb0: 84, - 0xfb1: 84, - 0xfb2: 84, - 0xfb3: 84, - 0xfb4: 84, - 0xfb5: 84, - 0xfb6: 84, - 0xfb7: 84, - 0xfb8: 84, - 0xfb9: 84, - 0xfba: 84, - 0xfbb: 84, - 0xfbc: 84, - 0xfc6: 84, - 0x102d: 84, - 0x102e: 84, - 0x102f: 84, - 0x1030: 84, - 0x1032: 84, - 0x1033: 84, - 0x1034: 84, - 0x1035: 84, - 0x1036: 84, - 0x1037: 84, - 0x1039: 84, - 0x103a: 84, - 0x103d: 84, - 0x103e: 84, - 0x1058: 84, - 0x1059: 84, - 0x105e: 84, - 0x105f: 84, - 0x1060: 84, - 0x1071: 84, - 0x1072: 84, - 0x1073: 84, - 0x1074: 84, - 0x1082: 84, - 0x1085: 84, - 0x1086: 84, - 0x108d: 84, - 0x109d: 84, - 0x135d: 84, - 0x135e: 84, - 0x135f: 84, - 0x1712: 84, - 0x1713: 84, - 0x1714: 84, - 0x1732: 84, - 0x1733: 84, - 0x1752: 84, - 0x1753: 84, - 0x1772: 84, - 0x1773: 84, - 0x17b4: 84, - 0x17b5: 84, - 0x17b7: 84, - 0x17b8: 84, - 0x17b9: 84, - 0x17ba: 84, - 0x17bb: 84, - 0x17bc: 84, - 0x17bd: 84, - 0x17c6: 84, - 0x17c9: 84, - 0x17ca: 84, - 0x17cb: 84, - 0x17cc: 84, - 0x17cd: 84, - 0x17ce: 84, - 0x17cf: 84, - 0x17d0: 84, - 0x17d1: 84, - 0x17d2: 84, - 0x17d3: 84, - 0x17dd: 84, - 0x1807: 68, - 0x180a: 67, - 0x180b: 84, - 0x180c: 84, - 0x180d: 84, - 0x180f: 84, - 0x1820: 68, - 0x1821: 68, - 0x1822: 68, - 0x1823: 68, - 0x1824: 68, - 0x1825: 68, - 0x1826: 68, - 0x1827: 68, - 0x1828: 68, - 0x1829: 68, - 0x182a: 68, - 0x182b: 68, - 0x182c: 68, - 0x182d: 68, - 0x182e: 68, - 0x182f: 68, - 0x1830: 68, - 0x1831: 68, - 0x1832: 68, - 0x1833: 68, - 0x1834: 68, - 0x1835: 68, - 0x1836: 68, - 0x1837: 68, - 0x1838: 68, - 0x1839: 68, - 0x183a: 68, - 0x183b: 68, - 0x183c: 68, - 0x183d: 68, - 0x183e: 68, - 0x183f: 68, - 0x1840: 68, - 0x1841: 68, - 0x1842: 68, - 0x1843: 68, - 0x1844: 68, - 0x1845: 68, - 0x1846: 68, - 0x1847: 68, - 0x1848: 68, - 0x1849: 68, - 0x184a: 68, - 0x184b: 68, - 0x184c: 68, - 0x184d: 68, - 0x184e: 68, - 0x184f: 68, - 0x1850: 68, - 0x1851: 68, - 0x1852: 68, - 0x1853: 68, - 0x1854: 68, - 0x1855: 68, - 0x1856: 68, - 0x1857: 68, - 0x1858: 68, - 0x1859: 68, - 0x185a: 68, - 0x185b: 68, - 0x185c: 68, - 0x185d: 68, - 0x185e: 68, - 0x185f: 68, - 0x1860: 68, - 0x1861: 68, - 0x1862: 68, - 0x1863: 68, - 0x1864: 68, - 0x1865: 68, - 0x1866: 68, - 0x1867: 68, - 0x1868: 68, - 0x1869: 68, - 0x186a: 68, - 0x186b: 68, - 0x186c: 68, - 0x186d: 68, - 0x186e: 68, - 0x186f: 68, - 0x1870: 68, - 0x1871: 68, - 0x1872: 68, - 0x1873: 68, - 0x1874: 68, - 0x1875: 68, - 0x1876: 68, - 0x1877: 68, - 0x1878: 68, - 0x1885: 84, - 0x1886: 84, - 0x1887: 68, - 0x1888: 68, - 0x1889: 68, - 0x188a: 68, - 0x188b: 68, - 0x188c: 68, - 0x188d: 68, - 0x188e: 68, - 0x188f: 68, - 0x1890: 68, - 0x1891: 68, - 0x1892: 68, - 0x1893: 68, - 0x1894: 68, - 0x1895: 68, - 0x1896: 68, - 0x1897: 68, - 0x1898: 68, - 0x1899: 68, - 0x189a: 68, - 0x189b: 68, - 0x189c: 68, - 0x189d: 68, - 0x189e: 68, - 0x189f: 68, - 0x18a0: 68, - 0x18a1: 68, - 0x18a2: 68, - 0x18a3: 68, - 0x18a4: 68, - 0x18a5: 68, - 0x18a6: 68, - 0x18a7: 68, - 0x18a8: 68, - 0x18a9: 84, - 0x18aa: 68, - 0x1920: 84, - 0x1921: 84, - 0x1922: 84, - 0x1927: 84, - 0x1928: 84, - 0x1932: 84, - 0x1939: 84, - 0x193a: 84, - 0x193b: 84, - 0x1a17: 84, - 0x1a18: 84, - 0x1a1b: 84, - 0x1a56: 84, - 0x1a58: 84, - 0x1a59: 84, - 0x1a5a: 84, - 0x1a5b: 84, - 0x1a5c: 84, - 0x1a5d: 84, - 0x1a5e: 84, - 0x1a60: 84, - 0x1a62: 84, - 0x1a65: 84, - 0x1a66: 84, - 0x1a67: 84, - 0x1a68: 84, - 0x1a69: 84, - 0x1a6a: 84, - 0x1a6b: 84, - 0x1a6c: 84, - 0x1a73: 84, - 0x1a74: 84, - 0x1a75: 84, - 0x1a76: 84, - 0x1a77: 84, - 0x1a78: 84, - 0x1a79: 84, - 0x1a7a: 84, - 0x1a7b: 84, - 0x1a7c: 84, - 0x1a7f: 84, - 0x1ab0: 84, - 0x1ab1: 84, - 0x1ab2: 84, - 0x1ab3: 84, - 0x1ab4: 84, - 0x1ab5: 84, - 0x1ab6: 84, - 0x1ab7: 84, - 0x1ab8: 84, - 0x1ab9: 84, - 0x1aba: 84, - 0x1abb: 84, - 0x1abc: 84, - 0x1abd: 84, - 0x1abe: 84, - 0x1abf: 84, - 0x1ac0: 84, - 0x1ac1: 84, - 0x1ac2: 84, - 0x1ac3: 84, - 0x1ac4: 84, - 0x1ac5: 84, - 0x1ac6: 84, - 0x1ac7: 84, - 0x1ac8: 84, - 0x1ac9: 84, - 0x1aca: 84, - 0x1acb: 84, - 0x1acc: 84, - 0x1acd: 84, - 0x1ace: 84, - 0x1b00: 84, - 0x1b01: 84, - 0x1b02: 84, - 0x1b03: 84, - 0x1b34: 84, - 0x1b36: 84, - 0x1b37: 84, - 0x1b38: 84, - 0x1b39: 84, - 0x1b3a: 84, - 0x1b3c: 84, - 0x1b42: 84, - 0x1b6b: 84, - 0x1b6c: 84, - 0x1b6d: 84, - 0x1b6e: 84, - 0x1b6f: 84, - 0x1b70: 84, - 0x1b71: 84, - 0x1b72: 84, - 0x1b73: 84, - 0x1b80: 84, - 0x1b81: 84, - 0x1ba2: 84, - 0x1ba3: 84, - 0x1ba4: 84, - 0x1ba5: 84, - 0x1ba8: 84, - 0x1ba9: 84, - 0x1bab: 84, - 0x1bac: 84, - 0x1bad: 84, - 0x1be6: 84, - 0x1be8: 84, - 0x1be9: 84, - 0x1bed: 84, - 0x1bef: 84, - 0x1bf0: 84, - 0x1bf1: 84, - 0x1c2c: 84, - 0x1c2d: 84, - 0x1c2e: 84, - 0x1c2f: 84, - 0x1c30: 84, - 0x1c31: 84, - 0x1c32: 84, - 0x1c33: 84, - 0x1c36: 84, - 0x1c37: 84, - 0x1cd0: 84, - 0x1cd1: 84, - 0x1cd2: 84, - 0x1cd4: 84, - 0x1cd5: 84, - 0x1cd6: 84, - 0x1cd7: 84, - 0x1cd8: 84, - 0x1cd9: 84, - 0x1cda: 84, - 0x1cdb: 84, - 0x1cdc: 84, - 0x1cdd: 84, - 0x1cde: 84, - 0x1cdf: 84, - 0x1ce0: 84, - 0x1ce2: 84, - 0x1ce3: 84, - 0x1ce4: 84, - 0x1ce5: 84, - 0x1ce6: 84, - 0x1ce7: 84, - 0x1ce8: 84, - 0x1ced: 84, - 0x1cf4: 84, - 0x1cf8: 84, - 0x1cf9: 84, - 0x1dc0: 84, - 0x1dc1: 84, - 0x1dc2: 84, - 0x1dc3: 84, - 0x1dc4: 84, - 0x1dc5: 84, - 0x1dc6: 84, - 0x1dc7: 84, - 0x1dc8: 84, - 0x1dc9: 84, - 0x1dca: 84, - 0x1dcb: 84, - 0x1dcc: 84, - 0x1dcd: 84, - 0x1dce: 84, - 0x1dcf: 84, - 0x1dd0: 84, - 0x1dd1: 84, - 0x1dd2: 84, - 0x1dd3: 84, - 0x1dd4: 84, - 0x1dd5: 84, - 0x1dd6: 84, - 0x1dd7: 84, - 0x1dd8: 84, - 0x1dd9: 84, - 0x1dda: 84, - 0x1ddb: 84, - 0x1ddc: 84, - 0x1ddd: 84, - 0x1dde: 84, - 0x1ddf: 84, - 0x1de0: 84, - 0x1de1: 84, - 0x1de2: 84, - 0x1de3: 84, - 0x1de4: 84, - 0x1de5: 84, - 0x1de6: 84, - 0x1de7: 84, - 0x1de8: 84, - 0x1de9: 84, - 0x1dea: 84, - 0x1deb: 84, - 0x1dec: 84, - 0x1ded: 84, - 0x1dee: 84, - 0x1def: 84, - 0x1df0: 84, - 0x1df1: 84, - 0x1df2: 84, - 0x1df3: 84, - 0x1df4: 84, - 0x1df5: 84, - 0x1df6: 84, - 0x1df7: 84, - 0x1df8: 84, - 0x1df9: 84, - 0x1dfa: 84, - 0x1dfb: 84, - 0x1dfc: 84, - 0x1dfd: 84, - 0x1dfe: 84, - 0x1dff: 84, - 0x200b: 84, - 0x200d: 67, - 0x200e: 84, - 0x200f: 84, - 0x202a: 84, - 0x202b: 84, - 0x202c: 84, - 0x202d: 84, - 0x202e: 84, - 0x2060: 84, - 0x2061: 84, - 0x2062: 84, - 0x2063: 84, - 0x2064: 84, - 0x206a: 84, - 0x206b: 84, - 0x206c: 84, - 0x206d: 84, - 0x206e: 84, - 0x206f: 84, - 0x20d0: 84, - 0x20d1: 84, - 0x20d2: 84, - 0x20d3: 84, - 0x20d4: 84, - 0x20d5: 84, - 0x20d6: 84, - 0x20d7: 84, - 0x20d8: 84, - 0x20d9: 84, - 0x20da: 84, - 0x20db: 84, - 0x20dc: 84, - 0x20dd: 84, - 0x20de: 84, - 0x20df: 84, - 0x20e0: 84, - 0x20e1: 84, - 0x20e2: 84, - 0x20e3: 84, - 0x20e4: 84, - 0x20e5: 84, - 0x20e6: 84, - 0x20e7: 84, - 0x20e8: 84, - 0x20e9: 84, - 0x20ea: 84, - 0x20eb: 84, - 0x20ec: 84, - 0x20ed: 84, - 0x20ee: 84, - 0x20ef: 84, - 0x20f0: 84, - 0x2cef: 84, - 0x2cf0: 84, - 0x2cf1: 84, - 0x2d7f: 84, - 0x2de0: 84, - 0x2de1: 84, - 0x2de2: 84, - 0x2de3: 84, - 0x2de4: 84, - 0x2de5: 84, - 0x2de6: 84, - 0x2de7: 84, - 0x2de8: 84, - 0x2de9: 84, - 0x2dea: 84, - 0x2deb: 84, - 0x2dec: 84, - 0x2ded: 84, - 0x2dee: 84, - 0x2def: 84, - 0x2df0: 84, - 0x2df1: 84, - 0x2df2: 84, - 0x2df3: 84, - 0x2df4: 84, - 0x2df5: 84, - 0x2df6: 84, - 0x2df7: 84, - 0x2df8: 84, - 0x2df9: 84, - 0x2dfa: 84, - 0x2dfb: 84, - 0x2dfc: 84, - 0x2dfd: 84, - 0x2dfe: 84, - 0x2dff: 84, - 0x302a: 84, - 0x302b: 84, - 0x302c: 84, - 0x302d: 84, - 0x3099: 84, - 0x309a: 84, - 0xa66f: 84, - 0xa670: 84, - 0xa671: 84, - 0xa672: 84, - 0xa674: 84, - 0xa675: 84, - 0xa676: 84, - 0xa677: 84, - 0xa678: 84, - 0xa679: 84, - 0xa67a: 84, - 0xa67b: 84, - 0xa67c: 84, - 0xa67d: 84, - 0xa69e: 84, - 0xa69f: 84, - 0xa6f0: 84, - 0xa6f1: 84, - 0xa802: 84, - 0xa806: 84, - 0xa80b: 84, - 0xa825: 84, - 0xa826: 84, - 0xa82c: 84, - 0xa840: 68, - 0xa841: 68, - 0xa842: 68, - 0xa843: 68, - 0xa844: 68, - 0xa845: 68, - 0xa846: 68, - 0xa847: 68, - 0xa848: 68, - 0xa849: 68, - 0xa84a: 68, - 0xa84b: 68, - 0xa84c: 68, - 0xa84d: 68, - 0xa84e: 68, - 0xa84f: 68, - 0xa850: 68, - 0xa851: 68, - 0xa852: 68, - 0xa853: 68, - 0xa854: 68, - 0xa855: 68, - 0xa856: 68, - 0xa857: 68, - 0xa858: 68, - 0xa859: 68, - 0xa85a: 68, - 0xa85b: 68, - 0xa85c: 68, - 0xa85d: 68, - 0xa85e: 68, - 0xa85f: 68, - 0xa860: 68, - 0xa861: 68, - 0xa862: 68, - 0xa863: 68, - 0xa864: 68, - 0xa865: 68, - 0xa866: 68, - 0xa867: 68, - 0xa868: 68, - 0xa869: 68, - 0xa86a: 68, - 0xa86b: 68, - 0xa86c: 68, - 0xa86d: 68, - 0xa86e: 68, - 0xa86f: 68, - 0xa870: 68, - 0xa871: 68, - 0xa872: 76, - 0xa8c4: 84, - 0xa8c5: 84, - 0xa8e0: 84, - 0xa8e1: 84, - 0xa8e2: 84, - 0xa8e3: 84, - 0xa8e4: 84, - 0xa8e5: 84, - 0xa8e6: 84, - 0xa8e7: 84, - 0xa8e8: 84, - 0xa8e9: 84, - 0xa8ea: 84, - 0xa8eb: 84, - 0xa8ec: 84, - 0xa8ed: 84, - 0xa8ee: 84, - 0xa8ef: 84, - 0xa8f0: 84, - 0xa8f1: 84, - 0xa8ff: 84, - 0xa926: 84, - 0xa927: 84, - 0xa928: 84, - 0xa929: 84, - 0xa92a: 84, - 0xa92b: 84, - 0xa92c: 84, - 0xa92d: 84, - 0xa947: 84, - 0xa948: 84, - 0xa949: 84, - 0xa94a: 84, - 0xa94b: 84, - 0xa94c: 84, - 0xa94d: 84, - 0xa94e: 84, - 0xa94f: 84, - 0xa950: 84, - 0xa951: 84, - 0xa980: 84, - 0xa981: 84, - 0xa982: 84, - 0xa9b3: 84, - 0xa9b6: 84, - 0xa9b7: 84, - 0xa9b8: 84, - 0xa9b9: 84, - 0xa9bc: 84, - 0xa9bd: 84, - 0xa9e5: 84, - 0xaa29: 84, - 0xaa2a: 84, - 0xaa2b: 84, - 0xaa2c: 84, - 0xaa2d: 84, - 0xaa2e: 84, - 0xaa31: 84, - 0xaa32: 84, - 0xaa35: 84, - 0xaa36: 84, - 0xaa43: 84, - 0xaa4c: 84, - 0xaa7c: 84, - 0xaab0: 84, - 0xaab2: 84, - 0xaab3: 84, - 0xaab4: 84, - 0xaab7: 84, - 0xaab8: 84, - 0xaabe: 84, - 0xaabf: 84, - 0xaac1: 84, - 0xaaec: 84, - 0xaaed: 84, - 0xaaf6: 84, - 0xabe5: 84, - 0xabe8: 84, - 0xabed: 84, - 0xfb1e: 84, - 0xfe00: 84, - 0xfe01: 84, - 0xfe02: 84, - 0xfe03: 84, - 0xfe04: 84, - 0xfe05: 84, - 0xfe06: 84, - 0xfe07: 84, - 0xfe08: 84, - 0xfe09: 84, - 0xfe0a: 84, - 0xfe0b: 84, - 0xfe0c: 84, - 0xfe0d: 84, - 0xfe0e: 84, - 0xfe0f: 84, - 0xfe20: 84, - 0xfe21: 84, - 0xfe22: 84, - 0xfe23: 84, - 0xfe24: 84, - 0xfe25: 84, - 0xfe26: 84, - 0xfe27: 84, - 0xfe28: 84, - 0xfe29: 84, - 0xfe2a: 84, - 0xfe2b: 84, - 0xfe2c: 84, - 0xfe2d: 84, - 0xfe2e: 84, - 0xfe2f: 84, - 0xfeff: 84, - 0xfff9: 84, - 0xfffa: 84, - 0xfffb: 84, - 0x101fd: 84, - 0x102e0: 84, - 0x10376: 84, - 0x10377: 84, - 0x10378: 84, - 0x10379: 84, - 0x1037a: 84, - 0x10a01: 84, - 0x10a02: 84, - 0x10a03: 84, - 0x10a05: 84, - 0x10a06: 84, - 0x10a0c: 84, - 0x10a0d: 84, - 0x10a0e: 84, - 0x10a0f: 84, - 0x10a38: 84, - 0x10a39: 84, - 0x10a3a: 84, - 0x10a3f: 84, - 0x10ac0: 68, - 0x10ac1: 68, - 0x10ac2: 68, - 0x10ac3: 68, - 0x10ac4: 68, - 0x10ac5: 82, - 0x10ac7: 82, - 0x10ac9: 82, - 0x10aca: 82, - 0x10acd: 76, - 0x10ace: 82, - 0x10acf: 82, - 0x10ad0: 82, - 0x10ad1: 82, - 0x10ad2: 82, - 0x10ad3: 68, - 0x10ad4: 68, - 0x10ad5: 68, - 0x10ad6: 68, - 0x10ad7: 76, - 0x10ad8: 68, - 0x10ad9: 68, - 0x10ada: 68, - 0x10adb: 68, - 0x10adc: 68, - 0x10add: 82, - 0x10ade: 68, - 0x10adf: 68, - 0x10ae0: 68, - 0x10ae1: 82, - 0x10ae4: 82, - 0x10ae5: 84, - 0x10ae6: 84, - 0x10aeb: 68, - 0x10aec: 68, - 0x10aed: 68, - 0x10aee: 68, - 0x10aef: 82, - 0x10b80: 68, - 0x10b81: 82, - 0x10b82: 68, - 0x10b83: 82, - 0x10b84: 82, - 0x10b85: 82, - 0x10b86: 68, - 0x10b87: 68, - 0x10b88: 68, - 0x10b89: 82, - 0x10b8a: 68, - 0x10b8b: 68, - 0x10b8c: 82, - 0x10b8d: 68, - 0x10b8e: 82, - 0x10b8f: 82, - 0x10b90: 68, - 0x10b91: 82, - 0x10ba9: 82, - 0x10baa: 82, - 0x10bab: 82, - 0x10bac: 82, - 0x10bad: 68, - 0x10bae: 68, - 0x10d00: 76, - 0x10d01: 68, - 0x10d02: 68, - 0x10d03: 68, - 0x10d04: 68, - 0x10d05: 68, - 0x10d06: 68, - 0x10d07: 68, - 0x10d08: 68, - 0x10d09: 68, - 0x10d0a: 68, - 0x10d0b: 68, - 0x10d0c: 68, - 0x10d0d: 68, - 0x10d0e: 68, - 0x10d0f: 68, - 0x10d10: 68, - 0x10d11: 68, - 0x10d12: 68, - 0x10d13: 68, - 0x10d14: 68, - 0x10d15: 68, - 0x10d16: 68, - 0x10d17: 68, - 0x10d18: 68, - 0x10d19: 68, - 0x10d1a: 68, - 0x10d1b: 68, - 0x10d1c: 68, - 0x10d1d: 68, - 0x10d1e: 68, - 0x10d1f: 68, - 0x10d20: 68, - 0x10d21: 68, - 0x10d22: 82, - 0x10d23: 68, - 0x10d24: 84, - 0x10d25: 84, - 0x10d26: 84, - 0x10d27: 84, - 0x10eab: 84, - 0x10eac: 84, - 0x10efd: 84, - 0x10efe: 84, - 0x10eff: 84, - 0x10f30: 68, - 0x10f31: 68, - 0x10f32: 68, - 0x10f33: 82, - 0x10f34: 68, - 0x10f35: 68, - 0x10f36: 68, - 0x10f37: 68, - 0x10f38: 68, - 0x10f39: 68, - 0x10f3a: 68, - 0x10f3b: 68, - 0x10f3c: 68, - 0x10f3d: 68, - 0x10f3e: 68, - 0x10f3f: 68, - 0x10f40: 68, - 0x10f41: 68, - 0x10f42: 68, - 0x10f43: 68, - 0x10f44: 68, - 0x10f46: 84, - 0x10f47: 84, - 0x10f48: 84, - 0x10f49: 84, - 0x10f4a: 84, - 0x10f4b: 84, - 0x10f4c: 84, - 0x10f4d: 84, - 0x10f4e: 84, - 0x10f4f: 84, - 0x10f50: 84, - 0x10f51: 68, - 0x10f52: 68, - 0x10f53: 68, - 0x10f54: 82, - 0x10f70: 68, - 0x10f71: 68, - 0x10f72: 68, - 0x10f73: 68, - 0x10f74: 82, - 0x10f75: 82, - 0x10f76: 68, - 0x10f77: 68, - 0x10f78: 68, - 0x10f79: 68, - 0x10f7a: 68, - 0x10f7b: 68, - 0x10f7c: 68, - 0x10f7d: 68, - 0x10f7e: 68, - 0x10f7f: 68, - 0x10f80: 68, - 0x10f81: 68, - 0x10f82: 84, - 0x10f83: 84, - 0x10f84: 84, - 0x10f85: 84, - 0x10fb0: 68, - 0x10fb2: 68, - 0x10fb3: 68, - 0x10fb4: 82, - 0x10fb5: 82, - 0x10fb6: 82, - 0x10fb8: 68, - 0x10fb9: 82, - 0x10fba: 82, - 0x10fbb: 68, - 0x10fbc: 68, - 0x10fbd: 82, - 0x10fbe: 68, - 0x10fbf: 68, - 0x10fc1: 68, - 0x10fc2: 82, - 0x10fc3: 82, - 0x10fc4: 68, - 0x10fc9: 82, - 0x10fca: 68, - 0x10fcb: 76, - 0x11001: 84, - 0x11038: 84, - 0x11039: 84, - 0x1103a: 84, - 0x1103b: 84, - 0x1103c: 84, - 0x1103d: 84, - 0x1103e: 84, - 0x1103f: 84, - 0x11040: 84, - 0x11041: 84, - 0x11042: 84, - 0x11043: 84, - 0x11044: 84, - 0x11045: 84, - 0x11046: 84, - 0x11070: 84, - 0x11073: 84, - 0x11074: 84, - 0x1107f: 84, - 0x11080: 84, - 0x11081: 84, - 0x110b3: 84, - 0x110b4: 84, - 0x110b5: 84, - 0x110b6: 84, - 0x110b9: 84, - 0x110ba: 84, - 0x110c2: 84, - 0x11100: 84, - 0x11101: 84, - 0x11102: 84, - 0x11127: 84, - 0x11128: 84, - 0x11129: 84, - 0x1112a: 84, - 0x1112b: 84, - 0x1112d: 84, - 0x1112e: 84, - 0x1112f: 84, - 0x11130: 84, - 0x11131: 84, - 0x11132: 84, - 0x11133: 84, - 0x11134: 84, - 0x11173: 84, - 0x11180: 84, - 0x11181: 84, - 0x111b6: 84, - 0x111b7: 84, - 0x111b8: 84, - 0x111b9: 84, - 0x111ba: 84, - 0x111bb: 84, - 0x111bc: 84, - 0x111bd: 84, - 0x111be: 84, - 0x111c9: 84, - 0x111ca: 84, - 0x111cb: 84, - 0x111cc: 84, - 0x111cf: 84, - 0x1122f: 84, - 0x11230: 84, - 0x11231: 84, - 0x11234: 84, - 0x11236: 84, - 0x11237: 84, - 0x1123e: 84, - 0x11241: 84, - 0x112df: 84, - 0x112e3: 84, - 0x112e4: 84, - 0x112e5: 84, - 0x112e6: 84, - 0x112e7: 84, - 0x112e8: 84, - 0x112e9: 84, - 0x112ea: 84, - 0x11300: 84, - 0x11301: 84, - 0x1133b: 84, - 0x1133c: 84, - 0x11340: 84, - 0x11366: 84, - 0x11367: 84, - 0x11368: 84, - 0x11369: 84, - 0x1136a: 84, - 0x1136b: 84, - 0x1136c: 84, - 0x11370: 84, - 0x11371: 84, - 0x11372: 84, - 0x11373: 84, - 0x11374: 84, - 0x11438: 84, - 0x11439: 84, - 0x1143a: 84, - 0x1143b: 84, - 0x1143c: 84, - 0x1143d: 84, - 0x1143e: 84, - 0x1143f: 84, - 0x11442: 84, - 0x11443: 84, - 0x11444: 84, - 0x11446: 84, - 0x1145e: 84, - 0x114b3: 84, - 0x114b4: 84, - 0x114b5: 84, - 0x114b6: 84, - 0x114b7: 84, - 0x114b8: 84, - 0x114ba: 84, - 0x114bf: 84, - 0x114c0: 84, - 0x114c2: 84, - 0x114c3: 84, - 0x115b2: 84, - 0x115b3: 84, - 0x115b4: 84, - 0x115b5: 84, - 0x115bc: 84, - 0x115bd: 84, - 0x115bf: 84, - 0x115c0: 84, - 0x115dc: 84, - 0x115dd: 84, - 0x11633: 84, - 0x11634: 84, - 0x11635: 84, - 0x11636: 84, - 0x11637: 84, - 0x11638: 84, - 0x11639: 84, - 0x1163a: 84, - 0x1163d: 84, - 0x1163f: 84, - 0x11640: 84, - 0x116ab: 84, - 0x116ad: 84, - 0x116b0: 84, - 0x116b1: 84, - 0x116b2: 84, - 0x116b3: 84, - 0x116b4: 84, - 0x116b5: 84, - 0x116b7: 84, - 0x1171d: 84, - 0x1171e: 84, - 0x1171f: 84, - 0x11722: 84, - 0x11723: 84, - 0x11724: 84, - 0x11725: 84, - 0x11727: 84, - 0x11728: 84, - 0x11729: 84, - 0x1172a: 84, - 0x1172b: 84, - 0x1182f: 84, - 0x11830: 84, - 0x11831: 84, - 0x11832: 84, - 0x11833: 84, - 0x11834: 84, - 0x11835: 84, - 0x11836: 84, - 0x11837: 84, - 0x11839: 84, - 0x1183a: 84, - 0x1193b: 84, - 0x1193c: 84, - 0x1193e: 84, - 0x11943: 84, - 0x119d4: 84, - 0x119d5: 84, - 0x119d6: 84, - 0x119d7: 84, - 0x119da: 84, - 0x119db: 84, - 0x119e0: 84, - 0x11a01: 84, - 0x11a02: 84, - 0x11a03: 84, - 0x11a04: 84, - 0x11a05: 84, - 0x11a06: 84, - 0x11a07: 84, - 0x11a08: 84, - 0x11a09: 84, - 0x11a0a: 84, - 0x11a33: 84, - 0x11a34: 84, - 0x11a35: 84, - 0x11a36: 84, - 0x11a37: 84, - 0x11a38: 84, - 0x11a3b: 84, - 0x11a3c: 84, - 0x11a3d: 84, - 0x11a3e: 84, - 0x11a47: 84, - 0x11a51: 84, - 0x11a52: 84, - 0x11a53: 84, - 0x11a54: 84, - 0x11a55: 84, - 0x11a56: 84, - 0x11a59: 84, - 0x11a5a: 84, - 0x11a5b: 84, - 0x11a8a: 84, - 0x11a8b: 84, - 0x11a8c: 84, - 0x11a8d: 84, - 0x11a8e: 84, - 0x11a8f: 84, - 0x11a90: 84, - 0x11a91: 84, - 0x11a92: 84, - 0x11a93: 84, - 0x11a94: 84, - 0x11a95: 84, - 0x11a96: 84, - 0x11a98: 84, - 0x11a99: 84, - 0x11c30: 84, - 0x11c31: 84, - 0x11c32: 84, - 0x11c33: 84, - 0x11c34: 84, - 0x11c35: 84, - 0x11c36: 84, - 0x11c38: 84, - 0x11c39: 84, - 0x11c3a: 84, - 0x11c3b: 84, - 0x11c3c: 84, - 0x11c3d: 84, - 0x11c3f: 84, - 0x11c92: 84, - 0x11c93: 84, - 0x11c94: 84, - 0x11c95: 84, - 0x11c96: 84, - 0x11c97: 84, - 0x11c98: 84, - 0x11c99: 84, - 0x11c9a: 84, - 0x11c9b: 84, - 0x11c9c: 84, - 0x11c9d: 84, - 0x11c9e: 84, - 0x11c9f: 84, - 0x11ca0: 84, - 0x11ca1: 84, - 0x11ca2: 84, - 0x11ca3: 84, - 0x11ca4: 84, - 0x11ca5: 84, - 0x11ca6: 84, - 0x11ca7: 84, - 0x11caa: 84, - 0x11cab: 84, - 0x11cac: 84, - 0x11cad: 84, - 0x11cae: 84, - 0x11caf: 84, - 0x11cb0: 84, - 0x11cb2: 84, - 0x11cb3: 84, - 0x11cb5: 84, - 0x11cb6: 84, - 0x11d31: 84, - 0x11d32: 84, - 0x11d33: 84, - 0x11d34: 84, - 0x11d35: 84, - 0x11d36: 84, - 0x11d3a: 84, - 0x11d3c: 84, - 0x11d3d: 84, - 0x11d3f: 84, - 0x11d40: 84, - 0x11d41: 84, - 0x11d42: 84, - 0x11d43: 84, - 0x11d44: 84, - 0x11d45: 84, - 0x11d47: 84, - 0x11d90: 84, - 0x11d91: 84, - 0x11d95: 84, - 0x11d97: 84, - 0x11ef3: 84, - 0x11ef4: 84, - 0x11f00: 84, - 0x11f01: 84, - 0x11f36: 84, - 0x11f37: 84, - 0x11f38: 84, - 0x11f39: 84, - 0x11f3a: 84, - 0x11f40: 84, - 0x11f42: 84, - 0x13430: 84, - 0x13431: 84, - 0x13432: 84, - 0x13433: 84, - 0x13434: 84, - 0x13435: 84, - 0x13436: 84, - 0x13437: 84, - 0x13438: 84, - 0x13439: 84, - 0x1343a: 84, - 0x1343b: 84, - 0x1343c: 84, - 0x1343d: 84, - 0x1343e: 84, - 0x1343f: 84, - 0x13440: 84, - 0x13447: 84, - 0x13448: 84, - 0x13449: 84, - 0x1344a: 84, - 0x1344b: 84, - 0x1344c: 84, - 0x1344d: 84, - 0x1344e: 84, - 0x1344f: 84, - 0x13450: 84, - 0x13451: 84, - 0x13452: 84, - 0x13453: 84, - 0x13454: 84, - 0x13455: 84, - 0x16af0: 84, - 0x16af1: 84, - 0x16af2: 84, - 0x16af3: 84, - 0x16af4: 84, - 0x16b30: 84, - 0x16b31: 84, - 0x16b32: 84, - 0x16b33: 84, - 0x16b34: 84, - 0x16b35: 84, - 0x16b36: 84, - 0x16f4f: 84, - 0x16f8f: 84, - 0x16f90: 84, - 0x16f91: 84, - 0x16f92: 84, - 0x16fe4: 84, - 0x1bc9d: 84, - 0x1bc9e: 84, - 0x1bca0: 84, - 0x1bca1: 84, - 0x1bca2: 84, - 0x1bca3: 84, - 0x1cf00: 84, - 0x1cf01: 84, - 0x1cf02: 84, - 0x1cf03: 84, - 0x1cf04: 84, - 0x1cf05: 84, - 0x1cf06: 84, - 0x1cf07: 84, - 0x1cf08: 84, - 0x1cf09: 84, - 0x1cf0a: 84, - 0x1cf0b: 84, - 0x1cf0c: 84, - 0x1cf0d: 84, - 0x1cf0e: 84, - 0x1cf0f: 84, - 0x1cf10: 84, - 0x1cf11: 84, - 0x1cf12: 84, - 0x1cf13: 84, - 0x1cf14: 84, - 0x1cf15: 84, - 0x1cf16: 84, - 0x1cf17: 84, - 0x1cf18: 84, - 0x1cf19: 84, - 0x1cf1a: 84, - 0x1cf1b: 84, - 0x1cf1c: 84, - 0x1cf1d: 84, - 0x1cf1e: 84, - 0x1cf1f: 84, - 0x1cf20: 84, - 0x1cf21: 84, - 0x1cf22: 84, - 0x1cf23: 84, - 0x1cf24: 84, - 0x1cf25: 84, - 0x1cf26: 84, - 0x1cf27: 84, - 0x1cf28: 84, - 0x1cf29: 84, - 0x1cf2a: 84, - 0x1cf2b: 84, - 0x1cf2c: 84, - 0x1cf2d: 84, - 0x1cf30: 84, - 0x1cf31: 84, - 0x1cf32: 84, - 0x1cf33: 84, - 0x1cf34: 84, - 0x1cf35: 84, - 0x1cf36: 84, - 0x1cf37: 84, - 0x1cf38: 84, - 0x1cf39: 84, - 0x1cf3a: 84, - 0x1cf3b: 84, - 0x1cf3c: 84, - 0x1cf3d: 84, - 0x1cf3e: 84, - 0x1cf3f: 84, - 0x1cf40: 84, - 0x1cf41: 84, - 0x1cf42: 84, - 0x1cf43: 84, - 0x1cf44: 84, - 0x1cf45: 84, - 0x1cf46: 84, - 0x1d167: 84, - 0x1d168: 84, - 0x1d169: 84, - 0x1d173: 84, - 0x1d174: 84, - 0x1d175: 84, - 0x1d176: 84, - 0x1d177: 84, - 0x1d178: 84, - 0x1d179: 84, - 0x1d17a: 84, - 0x1d17b: 84, - 0x1d17c: 84, - 0x1d17d: 84, - 0x1d17e: 84, - 0x1d17f: 84, - 0x1d180: 84, - 0x1d181: 84, - 0x1d182: 84, - 0x1d185: 84, - 0x1d186: 84, - 0x1d187: 84, - 0x1d188: 84, - 0x1d189: 84, - 0x1d18a: 84, - 0x1d18b: 84, - 0x1d1aa: 84, - 0x1d1ab: 84, - 0x1d1ac: 84, - 0x1d1ad: 84, - 0x1d242: 84, - 0x1d243: 84, - 0x1d244: 84, - 0x1da00: 84, - 0x1da01: 84, - 0x1da02: 84, - 0x1da03: 84, - 0x1da04: 84, - 0x1da05: 84, - 0x1da06: 84, - 0x1da07: 84, - 0x1da08: 84, - 0x1da09: 84, - 0x1da0a: 84, - 0x1da0b: 84, - 0x1da0c: 84, - 0x1da0d: 84, - 0x1da0e: 84, - 0x1da0f: 84, - 0x1da10: 84, - 0x1da11: 84, - 0x1da12: 84, - 0x1da13: 84, - 0x1da14: 84, - 0x1da15: 84, - 0x1da16: 84, - 0x1da17: 84, - 0x1da18: 84, - 0x1da19: 84, - 0x1da1a: 84, - 0x1da1b: 84, - 0x1da1c: 84, - 0x1da1d: 84, - 0x1da1e: 84, - 0x1da1f: 84, - 0x1da20: 84, - 0x1da21: 84, - 0x1da22: 84, - 0x1da23: 84, - 0x1da24: 84, - 0x1da25: 84, - 0x1da26: 84, - 0x1da27: 84, - 0x1da28: 84, - 0x1da29: 84, - 0x1da2a: 84, - 0x1da2b: 84, - 0x1da2c: 84, - 0x1da2d: 84, - 0x1da2e: 84, - 0x1da2f: 84, - 0x1da30: 84, - 0x1da31: 84, - 0x1da32: 84, - 0x1da33: 84, - 0x1da34: 84, - 0x1da35: 84, - 0x1da36: 84, - 0x1da3b: 84, - 0x1da3c: 84, - 0x1da3d: 84, - 0x1da3e: 84, - 0x1da3f: 84, - 0x1da40: 84, - 0x1da41: 84, - 0x1da42: 84, - 0x1da43: 84, - 0x1da44: 84, - 0x1da45: 84, - 0x1da46: 84, - 0x1da47: 84, - 0x1da48: 84, - 0x1da49: 84, - 0x1da4a: 84, - 0x1da4b: 84, - 0x1da4c: 84, - 0x1da4d: 84, - 0x1da4e: 84, - 0x1da4f: 84, - 0x1da50: 84, - 0x1da51: 84, - 0x1da52: 84, - 0x1da53: 84, - 0x1da54: 84, - 0x1da55: 84, - 0x1da56: 84, - 0x1da57: 84, - 0x1da58: 84, - 0x1da59: 84, - 0x1da5a: 84, - 0x1da5b: 84, - 0x1da5c: 84, - 0x1da5d: 84, - 0x1da5e: 84, - 0x1da5f: 84, - 0x1da60: 84, - 0x1da61: 84, - 0x1da62: 84, - 0x1da63: 84, - 0x1da64: 84, - 0x1da65: 84, - 0x1da66: 84, - 0x1da67: 84, - 0x1da68: 84, - 0x1da69: 84, - 0x1da6a: 84, - 0x1da6b: 84, - 0x1da6c: 84, - 0x1da75: 84, - 0x1da84: 84, - 0x1da9b: 84, - 0x1da9c: 84, - 0x1da9d: 84, - 0x1da9e: 84, - 0x1da9f: 84, - 0x1daa1: 84, - 0x1daa2: 84, - 0x1daa3: 84, - 0x1daa4: 84, - 0x1daa5: 84, - 0x1daa6: 84, - 0x1daa7: 84, - 0x1daa8: 84, - 0x1daa9: 84, - 0x1daaa: 84, - 0x1daab: 84, - 0x1daac: 84, - 0x1daad: 84, - 0x1daae: 84, - 0x1daaf: 84, - 0x1e000: 84, - 0x1e001: 84, - 0x1e002: 84, - 0x1e003: 84, - 0x1e004: 84, - 0x1e005: 84, - 0x1e006: 84, - 0x1e008: 84, - 0x1e009: 84, - 0x1e00a: 84, - 0x1e00b: 84, - 0x1e00c: 84, - 0x1e00d: 84, - 0x1e00e: 84, - 0x1e00f: 84, - 0x1e010: 84, - 0x1e011: 84, - 0x1e012: 84, - 0x1e013: 84, - 0x1e014: 84, - 0x1e015: 84, - 0x1e016: 84, - 0x1e017: 84, - 0x1e018: 84, - 0x1e01b: 84, - 0x1e01c: 84, - 0x1e01d: 84, - 0x1e01e: 84, - 0x1e01f: 84, - 0x1e020: 84, - 0x1e021: 84, - 0x1e023: 84, - 0x1e024: 84, - 0x1e026: 84, - 0x1e027: 84, - 0x1e028: 84, - 0x1e029: 84, - 0x1e02a: 84, - 0x1e08f: 84, - 0x1e130: 84, - 0x1e131: 84, - 0x1e132: 84, - 0x1e133: 84, - 0x1e134: 84, - 0x1e135: 84, - 0x1e136: 84, - 0x1e2ae: 84, - 0x1e2ec: 84, - 0x1e2ed: 84, - 0x1e2ee: 84, - 0x1e2ef: 84, - 0x1e4ec: 84, - 0x1e4ed: 84, - 0x1e4ee: 84, - 0x1e4ef: 84, - 0x1e8d0: 84, - 0x1e8d1: 84, - 0x1e8d2: 84, - 0x1e8d3: 84, - 0x1e8d4: 84, - 0x1e8d5: 84, - 0x1e8d6: 84, - 0x1e900: 68, - 0x1e901: 68, - 0x1e902: 68, - 0x1e903: 68, - 0x1e904: 68, - 0x1e905: 68, - 0x1e906: 68, - 0x1e907: 68, - 0x1e908: 68, - 0x1e909: 68, - 0x1e90a: 68, - 0x1e90b: 68, - 0x1e90c: 68, - 0x1e90d: 68, - 0x1e90e: 68, - 0x1e90f: 68, - 0x1e910: 68, - 0x1e911: 68, - 0x1e912: 68, - 0x1e913: 68, - 0x1e914: 68, - 0x1e915: 68, - 0x1e916: 68, - 0x1e917: 68, - 0x1e918: 68, - 0x1e919: 68, - 0x1e91a: 68, - 0x1e91b: 68, - 0x1e91c: 68, - 0x1e91d: 68, - 0x1e91e: 68, - 0x1e91f: 68, - 0x1e920: 68, - 0x1e921: 68, - 0x1e922: 68, - 0x1e923: 68, - 0x1e924: 68, - 0x1e925: 68, - 0x1e926: 68, - 0x1e927: 68, - 0x1e928: 68, - 0x1e929: 68, - 0x1e92a: 68, - 0x1e92b: 68, - 0x1e92c: 68, - 0x1e92d: 68, - 0x1e92e: 68, - 0x1e92f: 68, - 0x1e930: 68, - 0x1e931: 68, - 0x1e932: 68, - 0x1e933: 68, - 0x1e934: 68, - 0x1e935: 68, - 0x1e936: 68, - 0x1e937: 68, - 0x1e938: 68, - 0x1e939: 68, - 0x1e93a: 68, - 0x1e93b: 68, - 0x1e93c: 68, - 0x1e93d: 68, - 0x1e93e: 68, - 0x1e93f: 68, - 0x1e940: 68, - 0x1e941: 68, - 0x1e942: 68, - 0x1e943: 68, - 0x1e944: 84, - 0x1e945: 84, - 0x1e946: 84, - 0x1e947: 84, - 0x1e948: 84, - 0x1e949: 84, - 0x1e94a: 84, - 0x1e94b: 84, - 0xe0001: 84, - 0xe0020: 84, - 0xe0021: 84, - 0xe0022: 84, - 0xe0023: 84, - 0xe0024: 84, - 0xe0025: 84, - 0xe0026: 84, - 0xe0027: 84, - 0xe0028: 84, - 0xe0029: 84, - 0xe002a: 84, - 0xe002b: 84, - 0xe002c: 84, - 0xe002d: 84, - 0xe002e: 84, - 0xe002f: 84, - 0xe0030: 84, - 0xe0031: 84, - 0xe0032: 84, - 0xe0033: 84, - 0xe0034: 84, - 0xe0035: 84, - 0xe0036: 84, - 0xe0037: 84, - 0xe0038: 84, - 0xe0039: 84, - 0xe003a: 84, - 0xe003b: 84, - 0xe003c: 84, - 0xe003d: 84, - 0xe003e: 84, - 0xe003f: 84, - 0xe0040: 84, - 0xe0041: 84, - 0xe0042: 84, - 0xe0043: 84, - 0xe0044: 84, - 0xe0045: 84, - 0xe0046: 84, - 0xe0047: 84, - 0xe0048: 84, - 0xe0049: 84, - 0xe004a: 84, - 0xe004b: 84, - 0xe004c: 84, - 0xe004d: 84, - 0xe004e: 84, - 0xe004f: 84, - 0xe0050: 84, - 0xe0051: 84, - 0xe0052: 84, - 0xe0053: 84, - 0xe0054: 84, - 0xe0055: 84, - 0xe0056: 84, - 0xe0057: 84, - 0xe0058: 84, - 0xe0059: 84, - 0xe005a: 84, - 0xe005b: 84, - 0xe005c: 84, - 0xe005d: 84, - 0xe005e: 84, - 0xe005f: 84, - 0xe0060: 84, - 0xe0061: 84, - 0xe0062: 84, - 0xe0063: 84, - 0xe0064: 84, - 0xe0065: 84, - 0xe0066: 84, - 0xe0067: 84, - 0xe0068: 84, - 0xe0069: 84, - 0xe006a: 84, - 0xe006b: 84, - 0xe006c: 84, - 0xe006d: 84, - 0xe006e: 84, - 0xe006f: 84, - 0xe0070: 84, - 0xe0071: 84, - 0xe0072: 84, - 0xe0073: 84, - 0xe0074: 84, - 0xe0075: 84, - 0xe0076: 84, - 0xe0077: 84, - 0xe0078: 84, - 0xe0079: 84, - 0xe007a: 84, - 0xe007b: 84, - 0xe007c: 84, - 0xe007d: 84, - 0xe007e: 84, - 0xe007f: 84, - 0xe0100: 84, - 0xe0101: 84, - 0xe0102: 84, - 0xe0103: 84, - 0xe0104: 84, - 0xe0105: 84, - 0xe0106: 84, - 0xe0107: 84, - 0xe0108: 84, - 0xe0109: 84, - 0xe010a: 84, - 0xe010b: 84, - 0xe010c: 84, - 0xe010d: 84, - 0xe010e: 84, - 0xe010f: 84, - 0xe0110: 84, - 0xe0111: 84, - 0xe0112: 84, - 0xe0113: 84, - 0xe0114: 84, - 0xe0115: 84, - 0xe0116: 84, - 0xe0117: 84, - 0xe0118: 84, - 0xe0119: 84, - 0xe011a: 84, - 0xe011b: 84, - 0xe011c: 84, - 0xe011d: 84, - 0xe011e: 84, - 0xe011f: 84, - 0xe0120: 84, - 0xe0121: 84, - 0xe0122: 84, - 0xe0123: 84, - 0xe0124: 84, - 0xe0125: 84, - 0xe0126: 84, - 0xe0127: 84, - 0xe0128: 84, - 0xe0129: 84, - 0xe012a: 84, - 0xe012b: 84, - 0xe012c: 84, - 0xe012d: 84, - 0xe012e: 84, - 0xe012f: 84, - 0xe0130: 84, - 0xe0131: 84, - 0xe0132: 84, - 0xe0133: 84, - 0xe0134: 84, - 0xe0135: 84, - 0xe0136: 84, - 0xe0137: 84, - 0xe0138: 84, - 0xe0139: 84, - 0xe013a: 84, - 0xe013b: 84, - 0xe013c: 84, - 0xe013d: 84, - 0xe013e: 84, - 0xe013f: 84, - 0xe0140: 84, - 0xe0141: 84, - 0xe0142: 84, - 0xe0143: 84, - 0xe0144: 84, - 0xe0145: 84, - 0xe0146: 84, - 0xe0147: 84, - 0xe0148: 84, - 0xe0149: 84, - 0xe014a: 84, - 0xe014b: 84, - 0xe014c: 84, - 0xe014d: 84, - 0xe014e: 84, - 0xe014f: 84, - 0xe0150: 84, - 0xe0151: 84, - 0xe0152: 84, - 0xe0153: 84, - 0xe0154: 84, - 0xe0155: 84, - 0xe0156: 84, - 0xe0157: 84, - 0xe0158: 84, - 0xe0159: 84, - 0xe015a: 84, - 0xe015b: 84, - 0xe015c: 84, - 0xe015d: 84, - 0xe015e: 84, - 0xe015f: 84, - 0xe0160: 84, - 0xe0161: 84, - 0xe0162: 84, - 0xe0163: 84, - 0xe0164: 84, - 0xe0165: 84, - 0xe0166: 84, - 0xe0167: 84, - 0xe0168: 84, - 0xe0169: 84, - 0xe016a: 84, - 0xe016b: 84, - 0xe016c: 84, - 0xe016d: 84, - 0xe016e: 84, - 0xe016f: 84, - 0xe0170: 84, - 0xe0171: 84, - 0xe0172: 84, - 0xe0173: 84, - 0xe0174: 84, - 0xe0175: 84, - 0xe0176: 84, - 0xe0177: 84, - 0xe0178: 84, - 0xe0179: 84, - 0xe017a: 84, - 0xe017b: 84, - 0xe017c: 84, - 0xe017d: 84, - 0xe017e: 84, - 0xe017f: 84, - 0xe0180: 84, - 0xe0181: 84, - 0xe0182: 84, - 0xe0183: 84, - 0xe0184: 84, - 0xe0185: 84, - 0xe0186: 84, - 0xe0187: 84, - 0xe0188: 84, - 0xe0189: 84, - 0xe018a: 84, - 0xe018b: 84, - 0xe018c: 84, - 0xe018d: 84, - 0xe018e: 84, - 0xe018f: 84, - 0xe0190: 84, - 0xe0191: 84, - 0xe0192: 84, - 0xe0193: 84, - 0xe0194: 84, - 0xe0195: 84, - 0xe0196: 84, - 0xe0197: 84, - 0xe0198: 84, - 0xe0199: 84, - 0xe019a: 84, - 0xe019b: 84, - 0xe019c: 84, - 0xe019d: 84, - 0xe019e: 84, - 0xe019f: 84, - 0xe01a0: 84, - 0xe01a1: 84, - 0xe01a2: 84, - 0xe01a3: 84, - 0xe01a4: 84, - 0xe01a5: 84, - 0xe01a6: 84, - 0xe01a7: 84, - 0xe01a8: 84, - 0xe01a9: 84, - 0xe01aa: 84, - 0xe01ab: 84, - 0xe01ac: 84, - 0xe01ad: 84, - 0xe01ae: 84, - 0xe01af: 84, - 0xe01b0: 84, - 0xe01b1: 84, - 0xe01b2: 84, - 0xe01b3: 84, - 0xe01b4: 84, - 0xe01b5: 84, - 0xe01b6: 84, - 0xe01b7: 84, - 0xe01b8: 84, - 0xe01b9: 84, - 0xe01ba: 84, - 0xe01bb: 84, - 0xe01bc: 84, - 0xe01bd: 84, - 0xe01be: 84, - 0xe01bf: 84, - 0xe01c0: 84, - 0xe01c1: 84, - 0xe01c2: 84, - 0xe01c3: 84, - 0xe01c4: 84, - 0xe01c5: 84, - 0xe01c6: 84, - 0xe01c7: 84, - 0xe01c8: 84, - 0xe01c9: 84, - 0xe01ca: 84, - 0xe01cb: 84, - 0xe01cc: 84, - 0xe01cd: 84, - 0xe01ce: 84, - 0xe01cf: 84, - 0xe01d0: 84, - 0xe01d1: 84, - 0xe01d2: 84, - 0xe01d3: 84, - 0xe01d4: 84, - 0xe01d5: 84, - 0xe01d6: 84, - 0xe01d7: 84, - 0xe01d8: 84, - 0xe01d9: 84, - 0xe01da: 84, - 0xe01db: 84, - 0xe01dc: 84, - 0xe01dd: 84, - 0xe01de: 84, - 0xe01df: 84, - 0xe01e0: 84, - 0xe01e1: 84, - 0xe01e2: 84, - 0xe01e3: 84, - 0xe01e4: 84, - 0xe01e5: 84, - 0xe01e6: 84, - 0xe01e7: 84, - 0xe01e8: 84, - 0xe01e9: 84, - 0xe01ea: 84, - 0xe01eb: 84, - 0xe01ec: 84, - 0xe01ed: 84, - 0xe01ee: 84, - 0xe01ef: 84, -} -codepoint_classes = { - 'PVALID': ( - 0x2d0000002e, - 0x300000003a, - 0x610000007b, - 0xdf000000f7, - 0xf800000100, - 0x10100000102, - 0x10300000104, - 0x10500000106, - 0x10700000108, - 0x1090000010a, - 0x10b0000010c, - 0x10d0000010e, - 0x10f00000110, - 0x11100000112, - 0x11300000114, - 0x11500000116, - 0x11700000118, - 0x1190000011a, - 0x11b0000011c, - 0x11d0000011e, - 0x11f00000120, - 0x12100000122, - 0x12300000124, - 0x12500000126, - 0x12700000128, - 0x1290000012a, - 0x12b0000012c, - 0x12d0000012e, - 0x12f00000130, - 0x13100000132, - 0x13500000136, - 0x13700000139, - 0x13a0000013b, - 0x13c0000013d, - 0x13e0000013f, - 0x14200000143, - 0x14400000145, - 0x14600000147, - 0x14800000149, - 0x14b0000014c, - 0x14d0000014e, - 0x14f00000150, - 0x15100000152, - 0x15300000154, - 0x15500000156, - 0x15700000158, - 0x1590000015a, - 0x15b0000015c, - 0x15d0000015e, - 0x15f00000160, - 0x16100000162, - 0x16300000164, - 0x16500000166, - 0x16700000168, - 0x1690000016a, - 0x16b0000016c, - 0x16d0000016e, - 0x16f00000170, - 0x17100000172, - 0x17300000174, - 0x17500000176, - 0x17700000178, - 0x17a0000017b, - 0x17c0000017d, - 0x17e0000017f, - 0x18000000181, - 0x18300000184, - 0x18500000186, - 0x18800000189, - 0x18c0000018e, - 0x19200000193, - 0x19500000196, - 0x1990000019c, - 0x19e0000019f, - 0x1a1000001a2, - 0x1a3000001a4, - 0x1a5000001a6, - 0x1a8000001a9, - 0x1aa000001ac, - 0x1ad000001ae, - 0x1b0000001b1, - 0x1b4000001b5, - 0x1b6000001b7, - 0x1b9000001bc, - 0x1bd000001c4, - 0x1ce000001cf, - 0x1d0000001d1, - 0x1d2000001d3, - 0x1d4000001d5, - 0x1d6000001d7, - 0x1d8000001d9, - 0x1da000001db, - 0x1dc000001de, - 0x1df000001e0, - 0x1e1000001e2, - 0x1e3000001e4, - 0x1e5000001e6, - 0x1e7000001e8, - 0x1e9000001ea, - 0x1eb000001ec, - 0x1ed000001ee, - 0x1ef000001f1, - 0x1f5000001f6, - 0x1f9000001fa, - 0x1fb000001fc, - 0x1fd000001fe, - 0x1ff00000200, - 0x20100000202, - 0x20300000204, - 0x20500000206, - 0x20700000208, - 0x2090000020a, - 0x20b0000020c, - 0x20d0000020e, - 0x20f00000210, - 0x21100000212, - 0x21300000214, - 0x21500000216, - 0x21700000218, - 0x2190000021a, - 0x21b0000021c, - 0x21d0000021e, - 0x21f00000220, - 0x22100000222, - 0x22300000224, - 0x22500000226, - 0x22700000228, - 0x2290000022a, - 0x22b0000022c, - 0x22d0000022e, - 0x22f00000230, - 0x23100000232, - 0x2330000023a, - 0x23c0000023d, - 0x23f00000241, - 0x24200000243, - 0x24700000248, - 0x2490000024a, - 0x24b0000024c, - 0x24d0000024e, - 0x24f000002b0, - 0x2b9000002c2, - 0x2c6000002d2, - 0x2ec000002ed, - 0x2ee000002ef, - 0x30000000340, - 0x34200000343, - 0x3460000034f, - 0x35000000370, - 0x37100000372, - 0x37300000374, - 0x37700000378, - 0x37b0000037e, - 0x39000000391, - 0x3ac000003cf, - 0x3d7000003d8, - 0x3d9000003da, - 0x3db000003dc, - 0x3dd000003de, - 0x3df000003e0, - 0x3e1000003e2, - 0x3e3000003e4, - 0x3e5000003e6, - 0x3e7000003e8, - 0x3e9000003ea, - 0x3eb000003ec, - 0x3ed000003ee, - 0x3ef000003f0, - 0x3f3000003f4, - 0x3f8000003f9, - 0x3fb000003fd, - 0x43000000460, - 0x46100000462, - 0x46300000464, - 0x46500000466, - 0x46700000468, - 0x4690000046a, - 0x46b0000046c, - 0x46d0000046e, - 0x46f00000470, - 0x47100000472, - 0x47300000474, - 0x47500000476, - 0x47700000478, - 0x4790000047a, - 0x47b0000047c, - 0x47d0000047e, - 0x47f00000480, - 0x48100000482, - 0x48300000488, - 0x48b0000048c, - 0x48d0000048e, - 0x48f00000490, - 0x49100000492, - 0x49300000494, - 0x49500000496, - 0x49700000498, - 0x4990000049a, - 0x49b0000049c, - 0x49d0000049e, - 0x49f000004a0, - 0x4a1000004a2, - 0x4a3000004a4, - 0x4a5000004a6, - 0x4a7000004a8, - 0x4a9000004aa, - 0x4ab000004ac, - 0x4ad000004ae, - 0x4af000004b0, - 0x4b1000004b2, - 0x4b3000004b4, - 0x4b5000004b6, - 0x4b7000004b8, - 0x4b9000004ba, - 0x4bb000004bc, - 0x4bd000004be, - 0x4bf000004c0, - 0x4c2000004c3, - 0x4c4000004c5, - 0x4c6000004c7, - 0x4c8000004c9, - 0x4ca000004cb, - 0x4cc000004cd, - 0x4ce000004d0, - 0x4d1000004d2, - 0x4d3000004d4, - 0x4d5000004d6, - 0x4d7000004d8, - 0x4d9000004da, - 0x4db000004dc, - 0x4dd000004de, - 0x4df000004e0, - 0x4e1000004e2, - 0x4e3000004e4, - 0x4e5000004e6, - 0x4e7000004e8, - 0x4e9000004ea, - 0x4eb000004ec, - 0x4ed000004ee, - 0x4ef000004f0, - 0x4f1000004f2, - 0x4f3000004f4, - 0x4f5000004f6, - 0x4f7000004f8, - 0x4f9000004fa, - 0x4fb000004fc, - 0x4fd000004fe, - 0x4ff00000500, - 0x50100000502, - 0x50300000504, - 0x50500000506, - 0x50700000508, - 0x5090000050a, - 0x50b0000050c, - 0x50d0000050e, - 0x50f00000510, - 0x51100000512, - 0x51300000514, - 0x51500000516, - 0x51700000518, - 0x5190000051a, - 0x51b0000051c, - 0x51d0000051e, - 0x51f00000520, - 0x52100000522, - 0x52300000524, - 0x52500000526, - 0x52700000528, - 0x5290000052a, - 0x52b0000052c, - 0x52d0000052e, - 0x52f00000530, - 0x5590000055a, - 0x56000000587, - 0x58800000589, - 0x591000005be, - 0x5bf000005c0, - 0x5c1000005c3, - 0x5c4000005c6, - 0x5c7000005c8, - 0x5d0000005eb, - 0x5ef000005f3, - 0x6100000061b, - 0x62000000640, - 0x64100000660, - 0x66e00000675, - 0x679000006d4, - 0x6d5000006dd, - 0x6df000006e9, - 0x6ea000006f0, - 0x6fa00000700, - 0x7100000074b, - 0x74d000007b2, - 0x7c0000007f6, - 0x7fd000007fe, - 0x8000000082e, - 0x8400000085c, - 0x8600000086b, - 0x87000000888, - 0x8890000088f, - 0x898000008e2, - 0x8e300000958, - 0x96000000964, - 0x96600000970, - 0x97100000984, - 0x9850000098d, - 0x98f00000991, - 0x993000009a9, - 0x9aa000009b1, - 0x9b2000009b3, - 0x9b6000009ba, - 0x9bc000009c5, - 0x9c7000009c9, - 0x9cb000009cf, - 0x9d7000009d8, - 0x9e0000009e4, - 0x9e6000009f2, - 0x9fc000009fd, - 0x9fe000009ff, - 0xa0100000a04, - 0xa0500000a0b, - 0xa0f00000a11, - 0xa1300000a29, - 0xa2a00000a31, - 0xa3200000a33, - 0xa3500000a36, - 0xa3800000a3a, - 0xa3c00000a3d, - 0xa3e00000a43, - 0xa4700000a49, - 0xa4b00000a4e, - 0xa5100000a52, - 0xa5c00000a5d, - 0xa6600000a76, - 0xa8100000a84, - 0xa8500000a8e, - 0xa8f00000a92, - 0xa9300000aa9, - 0xaaa00000ab1, - 0xab200000ab4, - 0xab500000aba, - 0xabc00000ac6, - 0xac700000aca, - 0xacb00000ace, - 0xad000000ad1, - 0xae000000ae4, - 0xae600000af0, - 0xaf900000b00, - 0xb0100000b04, - 0xb0500000b0d, - 0xb0f00000b11, - 0xb1300000b29, - 0xb2a00000b31, - 0xb3200000b34, - 0xb3500000b3a, - 0xb3c00000b45, - 0xb4700000b49, - 0xb4b00000b4e, - 0xb5500000b58, - 0xb5f00000b64, - 0xb6600000b70, - 0xb7100000b72, - 0xb8200000b84, - 0xb8500000b8b, - 0xb8e00000b91, - 0xb9200000b96, - 0xb9900000b9b, - 0xb9c00000b9d, - 0xb9e00000ba0, - 0xba300000ba5, - 0xba800000bab, - 0xbae00000bba, - 0xbbe00000bc3, - 0xbc600000bc9, - 0xbca00000bce, - 0xbd000000bd1, - 0xbd700000bd8, - 0xbe600000bf0, - 0xc0000000c0d, - 0xc0e00000c11, - 0xc1200000c29, - 0xc2a00000c3a, - 0xc3c00000c45, - 0xc4600000c49, - 0xc4a00000c4e, - 0xc5500000c57, - 0xc5800000c5b, - 0xc5d00000c5e, - 0xc6000000c64, - 0xc6600000c70, - 0xc8000000c84, - 0xc8500000c8d, - 0xc8e00000c91, - 0xc9200000ca9, - 0xcaa00000cb4, - 0xcb500000cba, - 0xcbc00000cc5, - 0xcc600000cc9, - 0xcca00000cce, - 0xcd500000cd7, - 0xcdd00000cdf, - 0xce000000ce4, - 0xce600000cf0, - 0xcf100000cf4, - 0xd0000000d0d, - 0xd0e00000d11, - 0xd1200000d45, - 0xd4600000d49, - 0xd4a00000d4f, - 0xd5400000d58, - 0xd5f00000d64, - 0xd6600000d70, - 0xd7a00000d80, - 0xd8100000d84, - 0xd8500000d97, - 0xd9a00000db2, - 0xdb300000dbc, - 0xdbd00000dbe, - 0xdc000000dc7, - 0xdca00000dcb, - 0xdcf00000dd5, - 0xdd600000dd7, - 0xdd800000de0, - 0xde600000df0, - 0xdf200000df4, - 0xe0100000e33, - 0xe3400000e3b, - 0xe4000000e4f, - 0xe5000000e5a, - 0xe8100000e83, - 0xe8400000e85, - 0xe8600000e8b, - 0xe8c00000ea4, - 0xea500000ea6, - 0xea700000eb3, - 0xeb400000ebe, - 0xec000000ec5, - 0xec600000ec7, - 0xec800000ecf, - 0xed000000eda, - 0xede00000ee0, - 0xf0000000f01, - 0xf0b00000f0c, - 0xf1800000f1a, - 0xf2000000f2a, - 0xf3500000f36, - 0xf3700000f38, - 0xf3900000f3a, - 0xf3e00000f43, - 0xf4400000f48, - 0xf4900000f4d, - 0xf4e00000f52, - 0xf5300000f57, - 0xf5800000f5c, - 0xf5d00000f69, - 0xf6a00000f6d, - 0xf7100000f73, - 0xf7400000f75, - 0xf7a00000f81, - 0xf8200000f85, - 0xf8600000f93, - 0xf9400000f98, - 0xf9900000f9d, - 0xf9e00000fa2, - 0xfa300000fa7, - 0xfa800000fac, - 0xfad00000fb9, - 0xfba00000fbd, - 0xfc600000fc7, - 0x10000000104a, - 0x10500000109e, - 0x10d0000010fb, - 0x10fd00001100, - 0x120000001249, - 0x124a0000124e, - 0x125000001257, - 0x125800001259, - 0x125a0000125e, - 0x126000001289, - 0x128a0000128e, - 0x1290000012b1, - 0x12b2000012b6, - 0x12b8000012bf, - 0x12c0000012c1, - 0x12c2000012c6, - 0x12c8000012d7, - 0x12d800001311, - 0x131200001316, - 0x13180000135b, - 0x135d00001360, - 0x138000001390, - 0x13a0000013f6, - 0x14010000166d, - 0x166f00001680, - 0x16810000169b, - 0x16a0000016eb, - 0x16f1000016f9, - 0x170000001716, - 0x171f00001735, - 0x174000001754, - 0x17600000176d, - 0x176e00001771, - 0x177200001774, - 0x1780000017b4, - 0x17b6000017d4, - 0x17d7000017d8, - 0x17dc000017de, - 0x17e0000017ea, - 0x18100000181a, - 0x182000001879, - 0x1880000018ab, - 0x18b0000018f6, - 0x19000000191f, - 0x19200000192c, - 0x19300000193c, - 0x19460000196e, - 0x197000001975, - 0x1980000019ac, - 0x19b0000019ca, - 0x19d0000019da, - 0x1a0000001a1c, - 0x1a2000001a5f, - 0x1a6000001a7d, - 0x1a7f00001a8a, - 0x1a9000001a9a, - 0x1aa700001aa8, - 0x1ab000001abe, - 0x1abf00001acf, - 0x1b0000001b4d, - 0x1b5000001b5a, - 0x1b6b00001b74, - 0x1b8000001bf4, - 0x1c0000001c38, - 0x1c4000001c4a, - 0x1c4d00001c7e, - 0x1cd000001cd3, - 0x1cd400001cfb, - 0x1d0000001d2c, - 0x1d2f00001d30, - 0x1d3b00001d3c, - 0x1d4e00001d4f, - 0x1d6b00001d78, - 0x1d7900001d9b, - 0x1dc000001e00, - 0x1e0100001e02, - 0x1e0300001e04, - 0x1e0500001e06, - 0x1e0700001e08, - 0x1e0900001e0a, - 0x1e0b00001e0c, - 0x1e0d00001e0e, - 0x1e0f00001e10, - 0x1e1100001e12, - 0x1e1300001e14, - 0x1e1500001e16, - 0x1e1700001e18, - 0x1e1900001e1a, - 0x1e1b00001e1c, - 0x1e1d00001e1e, - 0x1e1f00001e20, - 0x1e2100001e22, - 0x1e2300001e24, - 0x1e2500001e26, - 0x1e2700001e28, - 0x1e2900001e2a, - 0x1e2b00001e2c, - 0x1e2d00001e2e, - 0x1e2f00001e30, - 0x1e3100001e32, - 0x1e3300001e34, - 0x1e3500001e36, - 0x1e3700001e38, - 0x1e3900001e3a, - 0x1e3b00001e3c, - 0x1e3d00001e3e, - 0x1e3f00001e40, - 0x1e4100001e42, - 0x1e4300001e44, - 0x1e4500001e46, - 0x1e4700001e48, - 0x1e4900001e4a, - 0x1e4b00001e4c, - 0x1e4d00001e4e, - 0x1e4f00001e50, - 0x1e5100001e52, - 0x1e5300001e54, - 0x1e5500001e56, - 0x1e5700001e58, - 0x1e5900001e5a, - 0x1e5b00001e5c, - 0x1e5d00001e5e, - 0x1e5f00001e60, - 0x1e6100001e62, - 0x1e6300001e64, - 0x1e6500001e66, - 0x1e6700001e68, - 0x1e6900001e6a, - 0x1e6b00001e6c, - 0x1e6d00001e6e, - 0x1e6f00001e70, - 0x1e7100001e72, - 0x1e7300001e74, - 0x1e7500001e76, - 0x1e7700001e78, - 0x1e7900001e7a, - 0x1e7b00001e7c, - 0x1e7d00001e7e, - 0x1e7f00001e80, - 0x1e8100001e82, - 0x1e8300001e84, - 0x1e8500001e86, - 0x1e8700001e88, - 0x1e8900001e8a, - 0x1e8b00001e8c, - 0x1e8d00001e8e, - 0x1e8f00001e90, - 0x1e9100001e92, - 0x1e9300001e94, - 0x1e9500001e9a, - 0x1e9c00001e9e, - 0x1e9f00001ea0, - 0x1ea100001ea2, - 0x1ea300001ea4, - 0x1ea500001ea6, - 0x1ea700001ea8, - 0x1ea900001eaa, - 0x1eab00001eac, - 0x1ead00001eae, - 0x1eaf00001eb0, - 0x1eb100001eb2, - 0x1eb300001eb4, - 0x1eb500001eb6, - 0x1eb700001eb8, - 0x1eb900001eba, - 0x1ebb00001ebc, - 0x1ebd00001ebe, - 0x1ebf00001ec0, - 0x1ec100001ec2, - 0x1ec300001ec4, - 0x1ec500001ec6, - 0x1ec700001ec8, - 0x1ec900001eca, - 0x1ecb00001ecc, - 0x1ecd00001ece, - 0x1ecf00001ed0, - 0x1ed100001ed2, - 0x1ed300001ed4, - 0x1ed500001ed6, - 0x1ed700001ed8, - 0x1ed900001eda, - 0x1edb00001edc, - 0x1edd00001ede, - 0x1edf00001ee0, - 0x1ee100001ee2, - 0x1ee300001ee4, - 0x1ee500001ee6, - 0x1ee700001ee8, - 0x1ee900001eea, - 0x1eeb00001eec, - 0x1eed00001eee, - 0x1eef00001ef0, - 0x1ef100001ef2, - 0x1ef300001ef4, - 0x1ef500001ef6, - 0x1ef700001ef8, - 0x1ef900001efa, - 0x1efb00001efc, - 0x1efd00001efe, - 0x1eff00001f08, - 0x1f1000001f16, - 0x1f2000001f28, - 0x1f3000001f38, - 0x1f4000001f46, - 0x1f5000001f58, - 0x1f6000001f68, - 0x1f7000001f71, - 0x1f7200001f73, - 0x1f7400001f75, - 0x1f7600001f77, - 0x1f7800001f79, - 0x1f7a00001f7b, - 0x1f7c00001f7d, - 0x1fb000001fb2, - 0x1fb600001fb7, - 0x1fc600001fc7, - 0x1fd000001fd3, - 0x1fd600001fd8, - 0x1fe000001fe3, - 0x1fe400001fe8, - 0x1ff600001ff7, - 0x214e0000214f, - 0x218400002185, - 0x2c3000002c60, - 0x2c6100002c62, - 0x2c6500002c67, - 0x2c6800002c69, - 0x2c6a00002c6b, - 0x2c6c00002c6d, - 0x2c7100002c72, - 0x2c7300002c75, - 0x2c7600002c7c, - 0x2c8100002c82, - 0x2c8300002c84, - 0x2c8500002c86, - 0x2c8700002c88, - 0x2c8900002c8a, - 0x2c8b00002c8c, - 0x2c8d00002c8e, - 0x2c8f00002c90, - 0x2c9100002c92, - 0x2c9300002c94, - 0x2c9500002c96, - 0x2c9700002c98, - 0x2c9900002c9a, - 0x2c9b00002c9c, - 0x2c9d00002c9e, - 0x2c9f00002ca0, - 0x2ca100002ca2, - 0x2ca300002ca4, - 0x2ca500002ca6, - 0x2ca700002ca8, - 0x2ca900002caa, - 0x2cab00002cac, - 0x2cad00002cae, - 0x2caf00002cb0, - 0x2cb100002cb2, - 0x2cb300002cb4, - 0x2cb500002cb6, - 0x2cb700002cb8, - 0x2cb900002cba, - 0x2cbb00002cbc, - 0x2cbd00002cbe, - 0x2cbf00002cc0, - 0x2cc100002cc2, - 0x2cc300002cc4, - 0x2cc500002cc6, - 0x2cc700002cc8, - 0x2cc900002cca, - 0x2ccb00002ccc, - 0x2ccd00002cce, - 0x2ccf00002cd0, - 0x2cd100002cd2, - 0x2cd300002cd4, - 0x2cd500002cd6, - 0x2cd700002cd8, - 0x2cd900002cda, - 0x2cdb00002cdc, - 0x2cdd00002cde, - 0x2cdf00002ce0, - 0x2ce100002ce2, - 0x2ce300002ce5, - 0x2cec00002ced, - 0x2cee00002cf2, - 0x2cf300002cf4, - 0x2d0000002d26, - 0x2d2700002d28, - 0x2d2d00002d2e, - 0x2d3000002d68, - 0x2d7f00002d97, - 0x2da000002da7, - 0x2da800002daf, - 0x2db000002db7, - 0x2db800002dbf, - 0x2dc000002dc7, - 0x2dc800002dcf, - 0x2dd000002dd7, - 0x2dd800002ddf, - 0x2de000002e00, - 0x2e2f00002e30, - 0x300500003008, - 0x302a0000302e, - 0x303c0000303d, - 0x304100003097, - 0x30990000309b, - 0x309d0000309f, - 0x30a1000030fb, - 0x30fc000030ff, - 0x310500003130, - 0x31a0000031c0, - 0x31f000003200, - 0x340000004dc0, - 0x4e000000a48d, - 0xa4d00000a4fe, - 0xa5000000a60d, - 0xa6100000a62c, - 0xa6410000a642, - 0xa6430000a644, - 0xa6450000a646, - 0xa6470000a648, - 0xa6490000a64a, - 0xa64b0000a64c, - 0xa64d0000a64e, - 0xa64f0000a650, - 0xa6510000a652, - 0xa6530000a654, - 0xa6550000a656, - 0xa6570000a658, - 0xa6590000a65a, - 0xa65b0000a65c, - 0xa65d0000a65e, - 0xa65f0000a660, - 0xa6610000a662, - 0xa6630000a664, - 0xa6650000a666, - 0xa6670000a668, - 0xa6690000a66a, - 0xa66b0000a66c, - 0xa66d0000a670, - 0xa6740000a67e, - 0xa67f0000a680, - 0xa6810000a682, - 0xa6830000a684, - 0xa6850000a686, - 0xa6870000a688, - 0xa6890000a68a, - 0xa68b0000a68c, - 0xa68d0000a68e, - 0xa68f0000a690, - 0xa6910000a692, - 0xa6930000a694, - 0xa6950000a696, - 0xa6970000a698, - 0xa6990000a69a, - 0xa69b0000a69c, - 0xa69e0000a6e6, - 0xa6f00000a6f2, - 0xa7170000a720, - 0xa7230000a724, - 0xa7250000a726, - 0xa7270000a728, - 0xa7290000a72a, - 0xa72b0000a72c, - 0xa72d0000a72e, - 0xa72f0000a732, - 0xa7330000a734, - 0xa7350000a736, - 0xa7370000a738, - 0xa7390000a73a, - 0xa73b0000a73c, - 0xa73d0000a73e, - 0xa73f0000a740, - 0xa7410000a742, - 0xa7430000a744, - 0xa7450000a746, - 0xa7470000a748, - 0xa7490000a74a, - 0xa74b0000a74c, - 0xa74d0000a74e, - 0xa74f0000a750, - 0xa7510000a752, - 0xa7530000a754, - 0xa7550000a756, - 0xa7570000a758, - 0xa7590000a75a, - 0xa75b0000a75c, - 0xa75d0000a75e, - 0xa75f0000a760, - 0xa7610000a762, - 0xa7630000a764, - 0xa7650000a766, - 0xa7670000a768, - 0xa7690000a76a, - 0xa76b0000a76c, - 0xa76d0000a76e, - 0xa76f0000a770, - 0xa7710000a779, - 0xa77a0000a77b, - 0xa77c0000a77d, - 0xa77f0000a780, - 0xa7810000a782, - 0xa7830000a784, - 0xa7850000a786, - 0xa7870000a789, - 0xa78c0000a78d, - 0xa78e0000a790, - 0xa7910000a792, - 0xa7930000a796, - 0xa7970000a798, - 0xa7990000a79a, - 0xa79b0000a79c, - 0xa79d0000a79e, - 0xa79f0000a7a0, - 0xa7a10000a7a2, - 0xa7a30000a7a4, - 0xa7a50000a7a6, - 0xa7a70000a7a8, - 0xa7a90000a7aa, - 0xa7af0000a7b0, - 0xa7b50000a7b6, - 0xa7b70000a7b8, - 0xa7b90000a7ba, - 0xa7bb0000a7bc, - 0xa7bd0000a7be, - 0xa7bf0000a7c0, - 0xa7c10000a7c2, - 0xa7c30000a7c4, - 0xa7c80000a7c9, - 0xa7ca0000a7cb, - 0xa7d10000a7d2, - 0xa7d30000a7d4, - 0xa7d50000a7d6, - 0xa7d70000a7d8, - 0xa7d90000a7da, - 0xa7f20000a7f5, - 0xa7f60000a7f8, - 0xa7fa0000a828, - 0xa82c0000a82d, - 0xa8400000a874, - 0xa8800000a8c6, - 0xa8d00000a8da, - 0xa8e00000a8f8, - 0xa8fb0000a8fc, - 0xa8fd0000a92e, - 0xa9300000a954, - 0xa9800000a9c1, - 0xa9cf0000a9da, - 0xa9e00000a9ff, - 0xaa000000aa37, - 0xaa400000aa4e, - 0xaa500000aa5a, - 0xaa600000aa77, - 0xaa7a0000aac3, - 0xaadb0000aade, - 0xaae00000aaf0, - 0xaaf20000aaf7, - 0xab010000ab07, - 0xab090000ab0f, - 0xab110000ab17, - 0xab200000ab27, - 0xab280000ab2f, - 0xab300000ab5b, - 0xab600000ab69, - 0xabc00000abeb, - 0xabec0000abee, - 0xabf00000abfa, - 0xac000000d7a4, - 0xfa0e0000fa10, - 0xfa110000fa12, - 0xfa130000fa15, - 0xfa1f0000fa20, - 0xfa210000fa22, - 0xfa230000fa25, - 0xfa270000fa2a, - 0xfb1e0000fb1f, - 0xfe200000fe30, - 0xfe730000fe74, - 0x100000001000c, - 0x1000d00010027, - 0x100280001003b, - 0x1003c0001003e, - 0x1003f0001004e, - 0x100500001005e, - 0x10080000100fb, - 0x101fd000101fe, - 0x102800001029d, - 0x102a0000102d1, - 0x102e0000102e1, - 0x1030000010320, - 0x1032d00010341, - 0x103420001034a, - 0x103500001037b, - 0x103800001039e, - 0x103a0000103c4, - 0x103c8000103d0, - 0x104280001049e, - 0x104a0000104aa, - 0x104d8000104fc, - 0x1050000010528, - 0x1053000010564, - 0x10597000105a2, - 0x105a3000105b2, - 0x105b3000105ba, - 0x105bb000105bd, - 0x1060000010737, - 0x1074000010756, - 0x1076000010768, - 0x1078000010786, - 0x10787000107b1, - 0x107b2000107bb, - 0x1080000010806, - 0x1080800010809, - 0x1080a00010836, - 0x1083700010839, - 0x1083c0001083d, - 0x1083f00010856, - 0x1086000010877, - 0x108800001089f, - 0x108e0000108f3, - 0x108f4000108f6, - 0x1090000010916, - 0x109200001093a, - 0x10980000109b8, - 0x109be000109c0, - 0x10a0000010a04, - 0x10a0500010a07, - 0x10a0c00010a14, - 0x10a1500010a18, - 0x10a1900010a36, - 0x10a3800010a3b, - 0x10a3f00010a40, - 0x10a6000010a7d, - 0x10a8000010a9d, - 0x10ac000010ac8, - 0x10ac900010ae7, - 0x10b0000010b36, - 0x10b4000010b56, - 0x10b6000010b73, - 0x10b8000010b92, - 0x10c0000010c49, - 0x10cc000010cf3, - 0x10d0000010d28, - 0x10d3000010d3a, - 0x10e8000010eaa, - 0x10eab00010ead, - 0x10eb000010eb2, - 0x10efd00010f1d, - 0x10f2700010f28, - 0x10f3000010f51, - 0x10f7000010f86, - 0x10fb000010fc5, - 0x10fe000010ff7, - 0x1100000011047, - 0x1106600011076, - 0x1107f000110bb, - 0x110c2000110c3, - 0x110d0000110e9, - 0x110f0000110fa, - 0x1110000011135, - 0x1113600011140, - 0x1114400011148, - 0x1115000011174, - 0x1117600011177, - 0x11180000111c5, - 0x111c9000111cd, - 0x111ce000111db, - 0x111dc000111dd, - 0x1120000011212, - 0x1121300011238, - 0x1123e00011242, - 0x1128000011287, - 0x1128800011289, - 0x1128a0001128e, - 0x1128f0001129e, - 0x1129f000112a9, - 0x112b0000112eb, - 0x112f0000112fa, - 0x1130000011304, - 0x113050001130d, - 0x1130f00011311, - 0x1131300011329, - 0x1132a00011331, - 0x1133200011334, - 0x113350001133a, - 0x1133b00011345, - 0x1134700011349, - 0x1134b0001134e, - 0x1135000011351, - 0x1135700011358, - 0x1135d00011364, - 0x113660001136d, - 0x1137000011375, - 0x114000001144b, - 0x114500001145a, - 0x1145e00011462, - 0x11480000114c6, - 0x114c7000114c8, - 0x114d0000114da, - 0x11580000115b6, - 0x115b8000115c1, - 0x115d8000115de, - 0x1160000011641, - 0x1164400011645, - 0x116500001165a, - 0x11680000116b9, - 0x116c0000116ca, - 0x117000001171b, - 0x1171d0001172c, - 0x117300001173a, - 0x1174000011747, - 0x118000001183b, - 0x118c0000118ea, - 0x118ff00011907, - 0x119090001190a, - 0x1190c00011914, - 0x1191500011917, - 0x1191800011936, - 0x1193700011939, - 0x1193b00011944, - 0x119500001195a, - 0x119a0000119a8, - 0x119aa000119d8, - 0x119da000119e2, - 0x119e3000119e5, - 0x11a0000011a3f, - 0x11a4700011a48, - 0x11a5000011a9a, - 0x11a9d00011a9e, - 0x11ab000011af9, - 0x11c0000011c09, - 0x11c0a00011c37, - 0x11c3800011c41, - 0x11c5000011c5a, - 0x11c7200011c90, - 0x11c9200011ca8, - 0x11ca900011cb7, - 0x11d0000011d07, - 0x11d0800011d0a, - 0x11d0b00011d37, - 0x11d3a00011d3b, - 0x11d3c00011d3e, - 0x11d3f00011d48, - 0x11d5000011d5a, - 0x11d6000011d66, - 0x11d6700011d69, - 0x11d6a00011d8f, - 0x11d9000011d92, - 0x11d9300011d99, - 0x11da000011daa, - 0x11ee000011ef7, - 0x11f0000011f11, - 0x11f1200011f3b, - 0x11f3e00011f43, - 0x11f5000011f5a, - 0x11fb000011fb1, - 0x120000001239a, - 0x1248000012544, - 0x12f9000012ff1, - 0x1300000013430, - 0x1344000013456, - 0x1440000014647, - 0x1680000016a39, - 0x16a4000016a5f, - 0x16a6000016a6a, - 0x16a7000016abf, - 0x16ac000016aca, - 0x16ad000016aee, - 0x16af000016af5, - 0x16b0000016b37, - 0x16b4000016b44, - 0x16b5000016b5a, - 0x16b6300016b78, - 0x16b7d00016b90, - 0x16e6000016e80, - 0x16f0000016f4b, - 0x16f4f00016f88, - 0x16f8f00016fa0, - 0x16fe000016fe2, - 0x16fe300016fe5, - 0x16ff000016ff2, - 0x17000000187f8, - 0x1880000018cd6, - 0x18d0000018d09, - 0x1aff00001aff4, - 0x1aff50001affc, - 0x1affd0001afff, - 0x1b0000001b123, - 0x1b1320001b133, - 0x1b1500001b153, - 0x1b1550001b156, - 0x1b1640001b168, - 0x1b1700001b2fc, - 0x1bc000001bc6b, - 0x1bc700001bc7d, - 0x1bc800001bc89, - 0x1bc900001bc9a, - 0x1bc9d0001bc9f, - 0x1cf000001cf2e, - 0x1cf300001cf47, - 0x1da000001da37, - 0x1da3b0001da6d, - 0x1da750001da76, - 0x1da840001da85, - 0x1da9b0001daa0, - 0x1daa10001dab0, - 0x1df000001df1f, - 0x1df250001df2b, - 0x1e0000001e007, - 0x1e0080001e019, - 0x1e01b0001e022, - 0x1e0230001e025, - 0x1e0260001e02b, - 0x1e08f0001e090, - 0x1e1000001e12d, - 0x1e1300001e13e, - 0x1e1400001e14a, - 0x1e14e0001e14f, - 0x1e2900001e2af, - 0x1e2c00001e2fa, - 0x1e4d00001e4fa, - 0x1e7e00001e7e7, - 0x1e7e80001e7ec, - 0x1e7ed0001e7ef, - 0x1e7f00001e7ff, - 0x1e8000001e8c5, - 0x1e8d00001e8d7, - 0x1e9220001e94c, - 0x1e9500001e95a, - 0x200000002a6e0, - 0x2a7000002b73a, - 0x2b7400002b81e, - 0x2b8200002cea2, - 0x2ceb00002ebe1, - 0x300000003134b, - 0x31350000323b0, - ), - 'CONTEXTJ': ( - 0x200c0000200e, - ), - 'CONTEXTO': ( - 0xb7000000b8, - 0x37500000376, - 0x5f3000005f5, - 0x6600000066a, - 0x6f0000006fa, - 0x30fb000030fc, - ), -} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py deleted file mode 100644 index 6a43b04..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py +++ /dev/null @@ -1,54 +0,0 @@ -""" -Given a list of integers, made up of (hopefully) a small number of long runs -of consecutive integers, compute a representation of the form -((start1, end1), (start2, end2) ...). Then answer the question "was x present -in the original list?" in time O(log(# runs)). -""" - -import bisect -from typing import List, Tuple - -def intranges_from_list(list_: List[int]) -> Tuple[int, ...]: - """Represent a list of integers as a sequence of ranges: - ((start_0, end_0), (start_1, end_1), ...), such that the original - integers are exactly those x such that start_i <= x < end_i for some i. - - Ranges are encoded as single integers (start << 32 | end), not as tuples. - """ - - sorted_list = sorted(list_) - ranges = [] - last_write = -1 - for i in range(len(sorted_list)): - if i+1 < len(sorted_list): - if sorted_list[i] == sorted_list[i+1]-1: - continue - current_range = sorted_list[last_write+1:i+1] - ranges.append(_encode_range(current_range[0], current_range[-1] + 1)) - last_write = i - - return tuple(ranges) - -def _encode_range(start: int, end: int) -> int: - return (start << 32) | end - -def _decode_range(r: int) -> Tuple[int, int]: - return (r >> 32), (r & ((1 << 32) - 1)) - - -def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool: - """Determine if `int_` falls into one of the ranges in `ranges`.""" - tuple_ = _encode_range(int_, 0) - pos = bisect.bisect_left(ranges, tuple_) - # we could be immediately ahead of a tuple (start, end) - # with start < int_ <= end - if pos > 0: - left, right = _decode_range(ranges[pos-1]) - if left <= int_ < right: - return True - # or we could be immediately behind a tuple (int_, end) - if pos < len(ranges): - left, _ = _decode_range(ranges[pos]) - if left == int_: - return True - return False diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py deleted file mode 100644 index 8501893..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py +++ /dev/null @@ -1,2 +0,0 @@ -__version__ = '3.4' - diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py deleted file mode 100644 index 186796c..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py +++ /dev/null @@ -1,8600 +0,0 @@ -# This file is automatically generated by tools/idna-data -# vim: set fileencoding=utf-8 : - -from typing import List, Tuple, Union - - -"""IDNA Mapping Table from UTS46.""" - - -__version__ = '15.0.0' -def _seg_0() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x0, '3'), - (0x1, '3'), - (0x2, '3'), - (0x3, '3'), - (0x4, '3'), - (0x5, '3'), - (0x6, '3'), - (0x7, '3'), - (0x8, '3'), - (0x9, '3'), - (0xA, '3'), - (0xB, '3'), - (0xC, '3'), - (0xD, '3'), - (0xE, '3'), - (0xF, '3'), - (0x10, '3'), - (0x11, '3'), - (0x12, '3'), - (0x13, '3'), - (0x14, '3'), - (0x15, '3'), - (0x16, '3'), - (0x17, '3'), - (0x18, '3'), - (0x19, '3'), - (0x1A, '3'), - (0x1B, '3'), - (0x1C, '3'), - (0x1D, '3'), - (0x1E, '3'), - (0x1F, '3'), - (0x20, '3'), - (0x21, '3'), - (0x22, '3'), - (0x23, '3'), - (0x24, '3'), - (0x25, '3'), - (0x26, '3'), - (0x27, '3'), - (0x28, '3'), - (0x29, '3'), - (0x2A, '3'), - (0x2B, '3'), - (0x2C, '3'), - (0x2D, 'V'), - (0x2E, 'V'), - (0x2F, '3'), - (0x30, 'V'), - (0x31, 'V'), - (0x32, 'V'), - (0x33, 'V'), - (0x34, 'V'), - (0x35, 'V'), - (0x36, 'V'), - (0x37, 'V'), - (0x38, 'V'), - (0x39, 'V'), - (0x3A, '3'), - (0x3B, '3'), - (0x3C, '3'), - (0x3D, '3'), - (0x3E, '3'), - (0x3F, '3'), - (0x40, '3'), - (0x41, 'M', 'a'), - (0x42, 'M', 'b'), - (0x43, 'M', 'c'), - (0x44, 'M', 'd'), - (0x45, 'M', 'e'), - (0x46, 'M', 'f'), - (0x47, 'M', 'g'), - (0x48, 'M', 'h'), - (0x49, 'M', 'i'), - (0x4A, 'M', 'j'), - (0x4B, 'M', 'k'), - (0x4C, 'M', 'l'), - (0x4D, 'M', 'm'), - (0x4E, 'M', 'n'), - (0x4F, 'M', 'o'), - (0x50, 'M', 'p'), - (0x51, 'M', 'q'), - (0x52, 'M', 'r'), - (0x53, 'M', 's'), - (0x54, 'M', 't'), - (0x55, 'M', 'u'), - (0x56, 'M', 'v'), - (0x57, 'M', 'w'), - (0x58, 'M', 'x'), - (0x59, 'M', 'y'), - (0x5A, 'M', 'z'), - (0x5B, '3'), - (0x5C, '3'), - (0x5D, '3'), - (0x5E, '3'), - (0x5F, '3'), - (0x60, '3'), - (0x61, 'V'), - (0x62, 'V'), - (0x63, 'V'), - ] - -def _seg_1() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x64, 'V'), - (0x65, 'V'), - (0x66, 'V'), - (0x67, 'V'), - (0x68, 'V'), - (0x69, 'V'), - (0x6A, 'V'), - (0x6B, 'V'), - (0x6C, 'V'), - (0x6D, 'V'), - (0x6E, 'V'), - (0x6F, 'V'), - (0x70, 'V'), - (0x71, 'V'), - (0x72, 'V'), - (0x73, 'V'), - (0x74, 'V'), - (0x75, 'V'), - (0x76, 'V'), - (0x77, 'V'), - (0x78, 'V'), - (0x79, 'V'), - (0x7A, 'V'), - (0x7B, '3'), - (0x7C, '3'), - (0x7D, '3'), - (0x7E, '3'), - (0x7F, '3'), - (0x80, 'X'), - (0x81, 'X'), - (0x82, 'X'), - (0x83, 'X'), - (0x84, 'X'), - (0x85, 'X'), - (0x86, 'X'), - (0x87, 'X'), - (0x88, 'X'), - (0x89, 'X'), - (0x8A, 'X'), - (0x8B, 'X'), - (0x8C, 'X'), - (0x8D, 'X'), - (0x8E, 'X'), - (0x8F, 'X'), - (0x90, 'X'), - (0x91, 'X'), - (0x92, 'X'), - (0x93, 'X'), - (0x94, 'X'), - (0x95, 'X'), - (0x96, 'X'), - (0x97, 'X'), - (0x98, 'X'), - (0x99, 'X'), - (0x9A, 'X'), - (0x9B, 'X'), - (0x9C, 'X'), - (0x9D, 'X'), - (0x9E, 'X'), - (0x9F, 'X'), - (0xA0, '3', ' '), - (0xA1, 'V'), - (0xA2, 'V'), - (0xA3, 'V'), - (0xA4, 'V'), - (0xA5, 'V'), - (0xA6, 'V'), - (0xA7, 'V'), - (0xA8, '3', ' ̈'), - (0xA9, 'V'), - (0xAA, 'M', 'a'), - (0xAB, 'V'), - (0xAC, 'V'), - (0xAD, 'I'), - (0xAE, 'V'), - (0xAF, '3', ' ̄'), - (0xB0, 'V'), - (0xB1, 'V'), - (0xB2, 'M', '2'), - (0xB3, 'M', '3'), - (0xB4, '3', ' ́'), - (0xB5, 'M', 'μ'), - (0xB6, 'V'), - (0xB7, 'V'), - (0xB8, '3', ' ̧'), - (0xB9, 'M', '1'), - (0xBA, 'M', 'o'), - (0xBB, 'V'), - (0xBC, 'M', '1⁄4'), - (0xBD, 'M', '1⁄2'), - (0xBE, 'M', '3⁄4'), - (0xBF, 'V'), - (0xC0, 'M', 'à'), - (0xC1, 'M', 'á'), - (0xC2, 'M', 'â'), - (0xC3, 'M', 'ã'), - (0xC4, 'M', 'ä'), - (0xC5, 'M', 'å'), - (0xC6, 'M', 'æ'), - (0xC7, 'M', 'ç'), - ] - -def _seg_2() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xC8, 'M', 'è'), - (0xC9, 'M', 'é'), - (0xCA, 'M', 'ê'), - (0xCB, 'M', 'ë'), - (0xCC, 'M', 'ì'), - (0xCD, 'M', 'í'), - (0xCE, 'M', 'î'), - (0xCF, 'M', 'ï'), - (0xD0, 'M', 'ð'), - (0xD1, 'M', 'ñ'), - (0xD2, 'M', 'ò'), - (0xD3, 'M', 'ó'), - (0xD4, 'M', 'ô'), - (0xD5, 'M', 'õ'), - (0xD6, 'M', 'ö'), - (0xD7, 'V'), - (0xD8, 'M', 'ø'), - (0xD9, 'M', 'ù'), - (0xDA, 'M', 'ú'), - (0xDB, 'M', 'û'), - (0xDC, 'M', 'ü'), - (0xDD, 'M', 'ý'), - (0xDE, 'M', 'þ'), - (0xDF, 'D', 'ss'), - (0xE0, 'V'), - (0xE1, 'V'), - (0xE2, 'V'), - (0xE3, 'V'), - (0xE4, 'V'), - (0xE5, 'V'), - (0xE6, 'V'), - (0xE7, 'V'), - (0xE8, 'V'), - (0xE9, 'V'), - (0xEA, 'V'), - (0xEB, 'V'), - (0xEC, 'V'), - (0xED, 'V'), - (0xEE, 'V'), - (0xEF, 'V'), - (0xF0, 'V'), - (0xF1, 'V'), - (0xF2, 'V'), - (0xF3, 'V'), - (0xF4, 'V'), - (0xF5, 'V'), - (0xF6, 'V'), - (0xF7, 'V'), - (0xF8, 'V'), - (0xF9, 'V'), - (0xFA, 'V'), - (0xFB, 'V'), - (0xFC, 'V'), - (0xFD, 'V'), - (0xFE, 'V'), - (0xFF, 'V'), - (0x100, 'M', 'ā'), - (0x101, 'V'), - (0x102, 'M', 'ă'), - (0x103, 'V'), - (0x104, 'M', 'ą'), - (0x105, 'V'), - (0x106, 'M', 'ć'), - (0x107, 'V'), - (0x108, 'M', 'ĉ'), - (0x109, 'V'), - (0x10A, 'M', 'ċ'), - (0x10B, 'V'), - (0x10C, 'M', 'č'), - (0x10D, 'V'), - (0x10E, 'M', 'ď'), - (0x10F, 'V'), - (0x110, 'M', 'đ'), - (0x111, 'V'), - (0x112, 'M', 'ē'), - (0x113, 'V'), - (0x114, 'M', 'ĕ'), - (0x115, 'V'), - (0x116, 'M', 'ė'), - (0x117, 'V'), - (0x118, 'M', 'ę'), - (0x119, 'V'), - (0x11A, 'M', 'ě'), - (0x11B, 'V'), - (0x11C, 'M', 'ĝ'), - (0x11D, 'V'), - (0x11E, 'M', 'ğ'), - (0x11F, 'V'), - (0x120, 'M', 'ġ'), - (0x121, 'V'), - (0x122, 'M', 'ģ'), - (0x123, 'V'), - (0x124, 'M', 'ĥ'), - (0x125, 'V'), - (0x126, 'M', 'ħ'), - (0x127, 'V'), - (0x128, 'M', 'ĩ'), - (0x129, 'V'), - (0x12A, 'M', 'ī'), - (0x12B, 'V'), - ] - -def _seg_3() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x12C, 'M', 'ĭ'), - (0x12D, 'V'), - (0x12E, 'M', 'į'), - (0x12F, 'V'), - (0x130, 'M', 'i̇'), - (0x131, 'V'), - (0x132, 'M', 'ij'), - (0x134, 'M', 'ĵ'), - (0x135, 'V'), - (0x136, 'M', 'ķ'), - (0x137, 'V'), - (0x139, 'M', 'ĺ'), - (0x13A, 'V'), - (0x13B, 'M', 'ļ'), - (0x13C, 'V'), - (0x13D, 'M', 'ľ'), - (0x13E, 'V'), - (0x13F, 'M', 'l·'), - (0x141, 'M', 'ł'), - (0x142, 'V'), - (0x143, 'M', 'ń'), - (0x144, 'V'), - (0x145, 'M', 'ņ'), - (0x146, 'V'), - (0x147, 'M', 'ň'), - (0x148, 'V'), - (0x149, 'M', 'ʼn'), - (0x14A, 'M', 'ŋ'), - (0x14B, 'V'), - (0x14C, 'M', 'ō'), - (0x14D, 'V'), - (0x14E, 'M', 'ŏ'), - (0x14F, 'V'), - (0x150, 'M', 'ő'), - (0x151, 'V'), - (0x152, 'M', 'œ'), - (0x153, 'V'), - (0x154, 'M', 'ŕ'), - (0x155, 'V'), - (0x156, 'M', 'ŗ'), - (0x157, 'V'), - (0x158, 'M', 'ř'), - (0x159, 'V'), - (0x15A, 'M', 'ś'), - (0x15B, 'V'), - (0x15C, 'M', 'ŝ'), - (0x15D, 'V'), - (0x15E, 'M', 'ş'), - (0x15F, 'V'), - (0x160, 'M', 'š'), - (0x161, 'V'), - (0x162, 'M', 'ţ'), - (0x163, 'V'), - (0x164, 'M', 'ť'), - (0x165, 'V'), - (0x166, 'M', 'ŧ'), - (0x167, 'V'), - (0x168, 'M', 'ũ'), - (0x169, 'V'), - (0x16A, 'M', 'ū'), - (0x16B, 'V'), - (0x16C, 'M', 'ŭ'), - (0x16D, 'V'), - (0x16E, 'M', 'ů'), - (0x16F, 'V'), - (0x170, 'M', 'ű'), - (0x171, 'V'), - (0x172, 'M', 'ų'), - (0x173, 'V'), - (0x174, 'M', 'ŵ'), - (0x175, 'V'), - (0x176, 'M', 'ŷ'), - (0x177, 'V'), - (0x178, 'M', 'ÿ'), - (0x179, 'M', 'ź'), - (0x17A, 'V'), - (0x17B, 'M', 'ż'), - (0x17C, 'V'), - (0x17D, 'M', 'ž'), - (0x17E, 'V'), - (0x17F, 'M', 's'), - (0x180, 'V'), - (0x181, 'M', 'ɓ'), - (0x182, 'M', 'ƃ'), - (0x183, 'V'), - (0x184, 'M', 'ƅ'), - (0x185, 'V'), - (0x186, 'M', 'ɔ'), - (0x187, 'M', 'ƈ'), - (0x188, 'V'), - (0x189, 'M', 'ɖ'), - (0x18A, 'M', 'ɗ'), - (0x18B, 'M', 'ƌ'), - (0x18C, 'V'), - (0x18E, 'M', 'ǝ'), - (0x18F, 'M', 'ə'), - (0x190, 'M', 'ɛ'), - (0x191, 'M', 'ƒ'), - (0x192, 'V'), - (0x193, 'M', 'ɠ'), - ] - -def _seg_4() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x194, 'M', 'ɣ'), - (0x195, 'V'), - (0x196, 'M', 'ɩ'), - (0x197, 'M', 'ɨ'), - (0x198, 'M', 'ƙ'), - (0x199, 'V'), - (0x19C, 'M', 'ɯ'), - (0x19D, 'M', 'ɲ'), - (0x19E, 'V'), - (0x19F, 'M', 'ɵ'), - (0x1A0, 'M', 'ơ'), - (0x1A1, 'V'), - (0x1A2, 'M', 'ƣ'), - (0x1A3, 'V'), - (0x1A4, 'M', 'ƥ'), - (0x1A5, 'V'), - (0x1A6, 'M', 'ʀ'), - (0x1A7, 'M', 'ƨ'), - (0x1A8, 'V'), - (0x1A9, 'M', 'ʃ'), - (0x1AA, 'V'), - (0x1AC, 'M', 'ƭ'), - (0x1AD, 'V'), - (0x1AE, 'M', 'ʈ'), - (0x1AF, 'M', 'ư'), - (0x1B0, 'V'), - (0x1B1, 'M', 'ʊ'), - (0x1B2, 'M', 'ʋ'), - (0x1B3, 'M', 'ƴ'), - (0x1B4, 'V'), - (0x1B5, 'M', 'ƶ'), - (0x1B6, 'V'), - (0x1B7, 'M', 'ʒ'), - (0x1B8, 'M', 'ƹ'), - (0x1B9, 'V'), - (0x1BC, 'M', 'ƽ'), - (0x1BD, 'V'), - (0x1C4, 'M', 'dž'), - (0x1C7, 'M', 'lj'), - (0x1CA, 'M', 'nj'), - (0x1CD, 'M', 'ǎ'), - (0x1CE, 'V'), - (0x1CF, 'M', 'ǐ'), - (0x1D0, 'V'), - (0x1D1, 'M', 'ǒ'), - (0x1D2, 'V'), - (0x1D3, 'M', 'ǔ'), - (0x1D4, 'V'), - (0x1D5, 'M', 'ǖ'), - (0x1D6, 'V'), - (0x1D7, 'M', 'ǘ'), - (0x1D8, 'V'), - (0x1D9, 'M', 'ǚ'), - (0x1DA, 'V'), - (0x1DB, 'M', 'ǜ'), - (0x1DC, 'V'), - (0x1DE, 'M', 'ǟ'), - (0x1DF, 'V'), - (0x1E0, 'M', 'ǡ'), - (0x1E1, 'V'), - (0x1E2, 'M', 'ǣ'), - (0x1E3, 'V'), - (0x1E4, 'M', 'ǥ'), - (0x1E5, 'V'), - (0x1E6, 'M', 'ǧ'), - (0x1E7, 'V'), - (0x1E8, 'M', 'ǩ'), - (0x1E9, 'V'), - (0x1EA, 'M', 'ǫ'), - (0x1EB, 'V'), - (0x1EC, 'M', 'ǭ'), - (0x1ED, 'V'), - (0x1EE, 'M', 'ǯ'), - (0x1EF, 'V'), - (0x1F1, 'M', 'dz'), - (0x1F4, 'M', 'ǵ'), - (0x1F5, 'V'), - (0x1F6, 'M', 'ƕ'), - (0x1F7, 'M', 'ƿ'), - (0x1F8, 'M', 'ǹ'), - (0x1F9, 'V'), - (0x1FA, 'M', 'ǻ'), - (0x1FB, 'V'), - (0x1FC, 'M', 'ǽ'), - (0x1FD, 'V'), - (0x1FE, 'M', 'ǿ'), - (0x1FF, 'V'), - (0x200, 'M', 'ȁ'), - (0x201, 'V'), - (0x202, 'M', 'ȃ'), - (0x203, 'V'), - (0x204, 'M', 'ȅ'), - (0x205, 'V'), - (0x206, 'M', 'ȇ'), - (0x207, 'V'), - (0x208, 'M', 'ȉ'), - (0x209, 'V'), - (0x20A, 'M', 'ȋ'), - (0x20B, 'V'), - (0x20C, 'M', 'ȍ'), - ] - -def _seg_5() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x20D, 'V'), - (0x20E, 'M', 'ȏ'), - (0x20F, 'V'), - (0x210, 'M', 'ȑ'), - (0x211, 'V'), - (0x212, 'M', 'ȓ'), - (0x213, 'V'), - (0x214, 'M', 'ȕ'), - (0x215, 'V'), - (0x216, 'M', 'ȗ'), - (0x217, 'V'), - (0x218, 'M', 'ș'), - (0x219, 'V'), - (0x21A, 'M', 'ț'), - (0x21B, 'V'), - (0x21C, 'M', 'ȝ'), - (0x21D, 'V'), - (0x21E, 'M', 'ȟ'), - (0x21F, 'V'), - (0x220, 'M', 'ƞ'), - (0x221, 'V'), - (0x222, 'M', 'ȣ'), - (0x223, 'V'), - (0x224, 'M', 'ȥ'), - (0x225, 'V'), - (0x226, 'M', 'ȧ'), - (0x227, 'V'), - (0x228, 'M', 'ȩ'), - (0x229, 'V'), - (0x22A, 'M', 'ȫ'), - (0x22B, 'V'), - (0x22C, 'M', 'ȭ'), - (0x22D, 'V'), - (0x22E, 'M', 'ȯ'), - (0x22F, 'V'), - (0x230, 'M', 'ȱ'), - (0x231, 'V'), - (0x232, 'M', 'ȳ'), - (0x233, 'V'), - (0x23A, 'M', 'ⱥ'), - (0x23B, 'M', 'ȼ'), - (0x23C, 'V'), - (0x23D, 'M', 'ƚ'), - (0x23E, 'M', 'ⱦ'), - (0x23F, 'V'), - (0x241, 'M', 'ɂ'), - (0x242, 'V'), - (0x243, 'M', 'ƀ'), - (0x244, 'M', 'ʉ'), - (0x245, 'M', 'ʌ'), - (0x246, 'M', 'ɇ'), - (0x247, 'V'), - (0x248, 'M', 'ɉ'), - (0x249, 'V'), - (0x24A, 'M', 'ɋ'), - (0x24B, 'V'), - (0x24C, 'M', 'ɍ'), - (0x24D, 'V'), - (0x24E, 'M', 'ɏ'), - (0x24F, 'V'), - (0x2B0, 'M', 'h'), - (0x2B1, 'M', 'ɦ'), - (0x2B2, 'M', 'j'), - (0x2B3, 'M', 'r'), - (0x2B4, 'M', 'ɹ'), - (0x2B5, 'M', 'ɻ'), - (0x2B6, 'M', 'ʁ'), - (0x2B7, 'M', 'w'), - (0x2B8, 'M', 'y'), - (0x2B9, 'V'), - (0x2D8, '3', ' ̆'), - (0x2D9, '3', ' ̇'), - (0x2DA, '3', ' ̊'), - (0x2DB, '3', ' ̨'), - (0x2DC, '3', ' ̃'), - (0x2DD, '3', ' ̋'), - (0x2DE, 'V'), - (0x2E0, 'M', 'ɣ'), - (0x2E1, 'M', 'l'), - (0x2E2, 'M', 's'), - (0x2E3, 'M', 'x'), - (0x2E4, 'M', 'ʕ'), - (0x2E5, 'V'), - (0x340, 'M', '̀'), - (0x341, 'M', '́'), - (0x342, 'V'), - (0x343, 'M', '̓'), - (0x344, 'M', '̈́'), - (0x345, 'M', 'ι'), - (0x346, 'V'), - (0x34F, 'I'), - (0x350, 'V'), - (0x370, 'M', 'ͱ'), - (0x371, 'V'), - (0x372, 'M', 'ͳ'), - (0x373, 'V'), - (0x374, 'M', 'ʹ'), - (0x375, 'V'), - (0x376, 'M', 'ͷ'), - (0x377, 'V'), - ] - -def _seg_6() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x378, 'X'), - (0x37A, '3', ' ι'), - (0x37B, 'V'), - (0x37E, '3', ';'), - (0x37F, 'M', 'ϳ'), - (0x380, 'X'), - (0x384, '3', ' ́'), - (0x385, '3', ' ̈́'), - (0x386, 'M', 'ά'), - (0x387, 'M', '·'), - (0x388, 'M', 'έ'), - (0x389, 'M', 'ή'), - (0x38A, 'M', 'ί'), - (0x38B, 'X'), - (0x38C, 'M', 'ό'), - (0x38D, 'X'), - (0x38E, 'M', 'ύ'), - (0x38F, 'M', 'ώ'), - (0x390, 'V'), - (0x391, 'M', 'α'), - (0x392, 'M', 'β'), - (0x393, 'M', 'γ'), - (0x394, 'M', 'δ'), - (0x395, 'M', 'ε'), - (0x396, 'M', 'ζ'), - (0x397, 'M', 'η'), - (0x398, 'M', 'θ'), - (0x399, 'M', 'ι'), - (0x39A, 'M', 'κ'), - (0x39B, 'M', 'λ'), - (0x39C, 'M', 'μ'), - (0x39D, 'M', 'ν'), - (0x39E, 'M', 'ξ'), - (0x39F, 'M', 'ο'), - (0x3A0, 'M', 'π'), - (0x3A1, 'M', 'ρ'), - (0x3A2, 'X'), - (0x3A3, 'M', 'σ'), - (0x3A4, 'M', 'τ'), - (0x3A5, 'M', 'υ'), - (0x3A6, 'M', 'φ'), - (0x3A7, 'M', 'χ'), - (0x3A8, 'M', 'ψ'), - (0x3A9, 'M', 'ω'), - (0x3AA, 'M', 'ϊ'), - (0x3AB, 'M', 'ϋ'), - (0x3AC, 'V'), - (0x3C2, 'D', 'σ'), - (0x3C3, 'V'), - (0x3CF, 'M', 'ϗ'), - (0x3D0, 'M', 'β'), - (0x3D1, 'M', 'θ'), - (0x3D2, 'M', 'υ'), - (0x3D3, 'M', 'ύ'), - (0x3D4, 'M', 'ϋ'), - (0x3D5, 'M', 'φ'), - (0x3D6, 'M', 'π'), - (0x3D7, 'V'), - (0x3D8, 'M', 'ϙ'), - (0x3D9, 'V'), - (0x3DA, 'M', 'ϛ'), - (0x3DB, 'V'), - (0x3DC, 'M', 'ϝ'), - (0x3DD, 'V'), - (0x3DE, 'M', 'ϟ'), - (0x3DF, 'V'), - (0x3E0, 'M', 'ϡ'), - (0x3E1, 'V'), - (0x3E2, 'M', 'ϣ'), - (0x3E3, 'V'), - (0x3E4, 'M', 'ϥ'), - (0x3E5, 'V'), - (0x3E6, 'M', 'ϧ'), - (0x3E7, 'V'), - (0x3E8, 'M', 'ϩ'), - (0x3E9, 'V'), - (0x3EA, 'M', 'ϫ'), - (0x3EB, 'V'), - (0x3EC, 'M', 'ϭ'), - (0x3ED, 'V'), - (0x3EE, 'M', 'ϯ'), - (0x3EF, 'V'), - (0x3F0, 'M', 'κ'), - (0x3F1, 'M', 'ρ'), - (0x3F2, 'M', 'σ'), - (0x3F3, 'V'), - (0x3F4, 'M', 'θ'), - (0x3F5, 'M', 'ε'), - (0x3F6, 'V'), - (0x3F7, 'M', 'ϸ'), - (0x3F8, 'V'), - (0x3F9, 'M', 'σ'), - (0x3FA, 'M', 'ϻ'), - (0x3FB, 'V'), - (0x3FD, 'M', 'ͻ'), - (0x3FE, 'M', 'ͼ'), - (0x3FF, 'M', 'ͽ'), - (0x400, 'M', 'ѐ'), - (0x401, 'M', 'ё'), - (0x402, 'M', 'ђ'), - ] - -def _seg_7() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x403, 'M', 'ѓ'), - (0x404, 'M', 'є'), - (0x405, 'M', 'ѕ'), - (0x406, 'M', 'і'), - (0x407, 'M', 'ї'), - (0x408, 'M', 'ј'), - (0x409, 'M', 'љ'), - (0x40A, 'M', 'њ'), - (0x40B, 'M', 'ћ'), - (0x40C, 'M', 'ќ'), - (0x40D, 'M', 'ѝ'), - (0x40E, 'M', 'ў'), - (0x40F, 'M', 'џ'), - (0x410, 'M', 'а'), - (0x411, 'M', 'б'), - (0x412, 'M', 'в'), - (0x413, 'M', 'г'), - (0x414, 'M', 'д'), - (0x415, 'M', 'е'), - (0x416, 'M', 'ж'), - (0x417, 'M', 'з'), - (0x418, 'M', 'и'), - (0x419, 'M', 'й'), - (0x41A, 'M', 'к'), - (0x41B, 'M', 'л'), - (0x41C, 'M', 'м'), - (0x41D, 'M', 'н'), - (0x41E, 'M', 'о'), - (0x41F, 'M', 'п'), - (0x420, 'M', 'р'), - (0x421, 'M', 'с'), - (0x422, 'M', 'т'), - (0x423, 'M', 'у'), - (0x424, 'M', 'ф'), - (0x425, 'M', 'х'), - (0x426, 'M', 'ц'), - (0x427, 'M', 'ч'), - (0x428, 'M', 'ш'), - (0x429, 'M', 'щ'), - (0x42A, 'M', 'ъ'), - (0x42B, 'M', 'ы'), - (0x42C, 'M', 'ь'), - (0x42D, 'M', 'э'), - (0x42E, 'M', 'ю'), - (0x42F, 'M', 'я'), - (0x430, 'V'), - (0x460, 'M', 'ѡ'), - (0x461, 'V'), - (0x462, 'M', 'ѣ'), - (0x463, 'V'), - (0x464, 'M', 'ѥ'), - (0x465, 'V'), - (0x466, 'M', 'ѧ'), - (0x467, 'V'), - (0x468, 'M', 'ѩ'), - (0x469, 'V'), - (0x46A, 'M', 'ѫ'), - (0x46B, 'V'), - (0x46C, 'M', 'ѭ'), - (0x46D, 'V'), - (0x46E, 'M', 'ѯ'), - (0x46F, 'V'), - (0x470, 'M', 'ѱ'), - (0x471, 'V'), - (0x472, 'M', 'ѳ'), - (0x473, 'V'), - (0x474, 'M', 'ѵ'), - (0x475, 'V'), - (0x476, 'M', 'ѷ'), - (0x477, 'V'), - (0x478, 'M', 'ѹ'), - (0x479, 'V'), - (0x47A, 'M', 'ѻ'), - (0x47B, 'V'), - (0x47C, 'M', 'ѽ'), - (0x47D, 'V'), - (0x47E, 'M', 'ѿ'), - (0x47F, 'V'), - (0x480, 'M', 'ҁ'), - (0x481, 'V'), - (0x48A, 'M', 'ҋ'), - (0x48B, 'V'), - (0x48C, 'M', 'ҍ'), - (0x48D, 'V'), - (0x48E, 'M', 'ҏ'), - (0x48F, 'V'), - (0x490, 'M', 'ґ'), - (0x491, 'V'), - (0x492, 'M', 'ғ'), - (0x493, 'V'), - (0x494, 'M', 'ҕ'), - (0x495, 'V'), - (0x496, 'M', 'җ'), - (0x497, 'V'), - (0x498, 'M', 'ҙ'), - (0x499, 'V'), - (0x49A, 'M', 'қ'), - (0x49B, 'V'), - (0x49C, 'M', 'ҝ'), - (0x49D, 'V'), - ] - -def _seg_8() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x49E, 'M', 'ҟ'), - (0x49F, 'V'), - (0x4A0, 'M', 'ҡ'), - (0x4A1, 'V'), - (0x4A2, 'M', 'ң'), - (0x4A3, 'V'), - (0x4A4, 'M', 'ҥ'), - (0x4A5, 'V'), - (0x4A6, 'M', 'ҧ'), - (0x4A7, 'V'), - (0x4A8, 'M', 'ҩ'), - (0x4A9, 'V'), - (0x4AA, 'M', 'ҫ'), - (0x4AB, 'V'), - (0x4AC, 'M', 'ҭ'), - (0x4AD, 'V'), - (0x4AE, 'M', 'ү'), - (0x4AF, 'V'), - (0x4B0, 'M', 'ұ'), - (0x4B1, 'V'), - (0x4B2, 'M', 'ҳ'), - (0x4B3, 'V'), - (0x4B4, 'M', 'ҵ'), - (0x4B5, 'V'), - (0x4B6, 'M', 'ҷ'), - (0x4B7, 'V'), - (0x4B8, 'M', 'ҹ'), - (0x4B9, 'V'), - (0x4BA, 'M', 'һ'), - (0x4BB, 'V'), - (0x4BC, 'M', 'ҽ'), - (0x4BD, 'V'), - (0x4BE, 'M', 'ҿ'), - (0x4BF, 'V'), - (0x4C0, 'X'), - (0x4C1, 'M', 'ӂ'), - (0x4C2, 'V'), - (0x4C3, 'M', 'ӄ'), - (0x4C4, 'V'), - (0x4C5, 'M', 'ӆ'), - (0x4C6, 'V'), - (0x4C7, 'M', 'ӈ'), - (0x4C8, 'V'), - (0x4C9, 'M', 'ӊ'), - (0x4CA, 'V'), - (0x4CB, 'M', 'ӌ'), - (0x4CC, 'V'), - (0x4CD, 'M', 'ӎ'), - (0x4CE, 'V'), - (0x4D0, 'M', 'ӑ'), - (0x4D1, 'V'), - (0x4D2, 'M', 'ӓ'), - (0x4D3, 'V'), - (0x4D4, 'M', 'ӕ'), - (0x4D5, 'V'), - (0x4D6, 'M', 'ӗ'), - (0x4D7, 'V'), - (0x4D8, 'M', 'ә'), - (0x4D9, 'V'), - (0x4DA, 'M', 'ӛ'), - (0x4DB, 'V'), - (0x4DC, 'M', 'ӝ'), - (0x4DD, 'V'), - (0x4DE, 'M', 'ӟ'), - (0x4DF, 'V'), - (0x4E0, 'M', 'ӡ'), - (0x4E1, 'V'), - (0x4E2, 'M', 'ӣ'), - (0x4E3, 'V'), - (0x4E4, 'M', 'ӥ'), - (0x4E5, 'V'), - (0x4E6, 'M', 'ӧ'), - (0x4E7, 'V'), - (0x4E8, 'M', 'ө'), - (0x4E9, 'V'), - (0x4EA, 'M', 'ӫ'), - (0x4EB, 'V'), - (0x4EC, 'M', 'ӭ'), - (0x4ED, 'V'), - (0x4EE, 'M', 'ӯ'), - (0x4EF, 'V'), - (0x4F0, 'M', 'ӱ'), - (0x4F1, 'V'), - (0x4F2, 'M', 'ӳ'), - (0x4F3, 'V'), - (0x4F4, 'M', 'ӵ'), - (0x4F5, 'V'), - (0x4F6, 'M', 'ӷ'), - (0x4F7, 'V'), - (0x4F8, 'M', 'ӹ'), - (0x4F9, 'V'), - (0x4FA, 'M', 'ӻ'), - (0x4FB, 'V'), - (0x4FC, 'M', 'ӽ'), - (0x4FD, 'V'), - (0x4FE, 'M', 'ӿ'), - (0x4FF, 'V'), - (0x500, 'M', 'ԁ'), - (0x501, 'V'), - (0x502, 'M', 'ԃ'), - ] - -def _seg_9() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x503, 'V'), - (0x504, 'M', 'ԅ'), - (0x505, 'V'), - (0x506, 'M', 'ԇ'), - (0x507, 'V'), - (0x508, 'M', 'ԉ'), - (0x509, 'V'), - (0x50A, 'M', 'ԋ'), - (0x50B, 'V'), - (0x50C, 'M', 'ԍ'), - (0x50D, 'V'), - (0x50E, 'M', 'ԏ'), - (0x50F, 'V'), - (0x510, 'M', 'ԑ'), - (0x511, 'V'), - (0x512, 'M', 'ԓ'), - (0x513, 'V'), - (0x514, 'M', 'ԕ'), - (0x515, 'V'), - (0x516, 'M', 'ԗ'), - (0x517, 'V'), - (0x518, 'M', 'ԙ'), - (0x519, 'V'), - (0x51A, 'M', 'ԛ'), - (0x51B, 'V'), - (0x51C, 'M', 'ԝ'), - (0x51D, 'V'), - (0x51E, 'M', 'ԟ'), - (0x51F, 'V'), - (0x520, 'M', 'ԡ'), - (0x521, 'V'), - (0x522, 'M', 'ԣ'), - (0x523, 'V'), - (0x524, 'M', 'ԥ'), - (0x525, 'V'), - (0x526, 'M', 'ԧ'), - (0x527, 'V'), - (0x528, 'M', 'ԩ'), - (0x529, 'V'), - (0x52A, 'M', 'ԫ'), - (0x52B, 'V'), - (0x52C, 'M', 'ԭ'), - (0x52D, 'V'), - (0x52E, 'M', 'ԯ'), - (0x52F, 'V'), - (0x530, 'X'), - (0x531, 'M', 'ա'), - (0x532, 'M', 'բ'), - (0x533, 'M', 'գ'), - (0x534, 'M', 'դ'), - (0x535, 'M', 'ե'), - (0x536, 'M', 'զ'), - (0x537, 'M', 'է'), - (0x538, 'M', 'ը'), - (0x539, 'M', 'թ'), - (0x53A, 'M', 'ժ'), - (0x53B, 'M', 'ի'), - (0x53C, 'M', 'լ'), - (0x53D, 'M', 'խ'), - (0x53E, 'M', 'ծ'), - (0x53F, 'M', 'կ'), - (0x540, 'M', 'հ'), - (0x541, 'M', 'ձ'), - (0x542, 'M', 'ղ'), - (0x543, 'M', 'ճ'), - (0x544, 'M', 'մ'), - (0x545, 'M', 'յ'), - (0x546, 'M', 'ն'), - (0x547, 'M', 'շ'), - (0x548, 'M', 'ո'), - (0x549, 'M', 'չ'), - (0x54A, 'M', 'պ'), - (0x54B, 'M', 'ջ'), - (0x54C, 'M', 'ռ'), - (0x54D, 'M', 'ս'), - (0x54E, 'M', 'վ'), - (0x54F, 'M', 'տ'), - (0x550, 'M', 'ր'), - (0x551, 'M', 'ց'), - (0x552, 'M', 'ւ'), - (0x553, 'M', 'փ'), - (0x554, 'M', 'ք'), - (0x555, 'M', 'օ'), - (0x556, 'M', 'ֆ'), - (0x557, 'X'), - (0x559, 'V'), - (0x587, 'M', 'եւ'), - (0x588, 'V'), - (0x58B, 'X'), - (0x58D, 'V'), - (0x590, 'X'), - (0x591, 'V'), - (0x5C8, 'X'), - (0x5D0, 'V'), - (0x5EB, 'X'), - (0x5EF, 'V'), - (0x5F5, 'X'), - (0x606, 'V'), - (0x61C, 'X'), - (0x61D, 'V'), - ] - -def _seg_10() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x675, 'M', 'اٴ'), - (0x676, 'M', 'وٴ'), - (0x677, 'M', 'ۇٴ'), - (0x678, 'M', 'يٴ'), - (0x679, 'V'), - (0x6DD, 'X'), - (0x6DE, 'V'), - (0x70E, 'X'), - (0x710, 'V'), - (0x74B, 'X'), - (0x74D, 'V'), - (0x7B2, 'X'), - (0x7C0, 'V'), - (0x7FB, 'X'), - (0x7FD, 'V'), - (0x82E, 'X'), - (0x830, 'V'), - (0x83F, 'X'), - (0x840, 'V'), - (0x85C, 'X'), - (0x85E, 'V'), - (0x85F, 'X'), - (0x860, 'V'), - (0x86B, 'X'), - (0x870, 'V'), - (0x88F, 'X'), - (0x898, 'V'), - (0x8E2, 'X'), - (0x8E3, 'V'), - (0x958, 'M', 'क़'), - (0x959, 'M', 'ख़'), - (0x95A, 'M', 'ग़'), - (0x95B, 'M', 'ज़'), - (0x95C, 'M', 'ड़'), - (0x95D, 'M', 'ढ़'), - (0x95E, 'M', 'फ़'), - (0x95F, 'M', 'य़'), - (0x960, 'V'), - (0x984, 'X'), - (0x985, 'V'), - (0x98D, 'X'), - (0x98F, 'V'), - (0x991, 'X'), - (0x993, 'V'), - (0x9A9, 'X'), - (0x9AA, 'V'), - (0x9B1, 'X'), - (0x9B2, 'V'), - (0x9B3, 'X'), - (0x9B6, 'V'), - (0x9BA, 'X'), - (0x9BC, 'V'), - (0x9C5, 'X'), - (0x9C7, 'V'), - (0x9C9, 'X'), - (0x9CB, 'V'), - (0x9CF, 'X'), - (0x9D7, 'V'), - (0x9D8, 'X'), - (0x9DC, 'M', 'ড়'), - (0x9DD, 'M', 'ঢ়'), - (0x9DE, 'X'), - (0x9DF, 'M', 'য়'), - (0x9E0, 'V'), - (0x9E4, 'X'), - (0x9E6, 'V'), - (0x9FF, 'X'), - (0xA01, 'V'), - (0xA04, 'X'), - (0xA05, 'V'), - (0xA0B, 'X'), - (0xA0F, 'V'), - (0xA11, 'X'), - (0xA13, 'V'), - (0xA29, 'X'), - (0xA2A, 'V'), - (0xA31, 'X'), - (0xA32, 'V'), - (0xA33, 'M', 'ਲ਼'), - (0xA34, 'X'), - (0xA35, 'V'), - (0xA36, 'M', 'ਸ਼'), - (0xA37, 'X'), - (0xA38, 'V'), - (0xA3A, 'X'), - (0xA3C, 'V'), - (0xA3D, 'X'), - (0xA3E, 'V'), - (0xA43, 'X'), - (0xA47, 'V'), - (0xA49, 'X'), - (0xA4B, 'V'), - (0xA4E, 'X'), - (0xA51, 'V'), - (0xA52, 'X'), - (0xA59, 'M', 'ਖ਼'), - (0xA5A, 'M', 'ਗ਼'), - (0xA5B, 'M', 'ਜ਼'), - (0xA5C, 'V'), - (0xA5D, 'X'), - ] - -def _seg_11() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xA5E, 'M', 'ਫ਼'), - (0xA5F, 'X'), - (0xA66, 'V'), - (0xA77, 'X'), - (0xA81, 'V'), - (0xA84, 'X'), - (0xA85, 'V'), - (0xA8E, 'X'), - (0xA8F, 'V'), - (0xA92, 'X'), - (0xA93, 'V'), - (0xAA9, 'X'), - (0xAAA, 'V'), - (0xAB1, 'X'), - (0xAB2, 'V'), - (0xAB4, 'X'), - (0xAB5, 'V'), - (0xABA, 'X'), - (0xABC, 'V'), - (0xAC6, 'X'), - (0xAC7, 'V'), - (0xACA, 'X'), - (0xACB, 'V'), - (0xACE, 'X'), - (0xAD0, 'V'), - (0xAD1, 'X'), - (0xAE0, 'V'), - (0xAE4, 'X'), - (0xAE6, 'V'), - (0xAF2, 'X'), - (0xAF9, 'V'), - (0xB00, 'X'), - (0xB01, 'V'), - (0xB04, 'X'), - (0xB05, 'V'), - (0xB0D, 'X'), - (0xB0F, 'V'), - (0xB11, 'X'), - (0xB13, 'V'), - (0xB29, 'X'), - (0xB2A, 'V'), - (0xB31, 'X'), - (0xB32, 'V'), - (0xB34, 'X'), - (0xB35, 'V'), - (0xB3A, 'X'), - (0xB3C, 'V'), - (0xB45, 'X'), - (0xB47, 'V'), - (0xB49, 'X'), - (0xB4B, 'V'), - (0xB4E, 'X'), - (0xB55, 'V'), - (0xB58, 'X'), - (0xB5C, 'M', 'ଡ଼'), - (0xB5D, 'M', 'ଢ଼'), - (0xB5E, 'X'), - (0xB5F, 'V'), - (0xB64, 'X'), - (0xB66, 'V'), - (0xB78, 'X'), - (0xB82, 'V'), - (0xB84, 'X'), - (0xB85, 'V'), - (0xB8B, 'X'), - (0xB8E, 'V'), - (0xB91, 'X'), - (0xB92, 'V'), - (0xB96, 'X'), - (0xB99, 'V'), - (0xB9B, 'X'), - (0xB9C, 'V'), - (0xB9D, 'X'), - (0xB9E, 'V'), - (0xBA0, 'X'), - (0xBA3, 'V'), - (0xBA5, 'X'), - (0xBA8, 'V'), - (0xBAB, 'X'), - (0xBAE, 'V'), - (0xBBA, 'X'), - (0xBBE, 'V'), - (0xBC3, 'X'), - (0xBC6, 'V'), - (0xBC9, 'X'), - (0xBCA, 'V'), - (0xBCE, 'X'), - (0xBD0, 'V'), - (0xBD1, 'X'), - (0xBD7, 'V'), - (0xBD8, 'X'), - (0xBE6, 'V'), - (0xBFB, 'X'), - (0xC00, 'V'), - (0xC0D, 'X'), - (0xC0E, 'V'), - (0xC11, 'X'), - (0xC12, 'V'), - (0xC29, 'X'), - (0xC2A, 'V'), - ] - -def _seg_12() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xC3A, 'X'), - (0xC3C, 'V'), - (0xC45, 'X'), - (0xC46, 'V'), - (0xC49, 'X'), - (0xC4A, 'V'), - (0xC4E, 'X'), - (0xC55, 'V'), - (0xC57, 'X'), - (0xC58, 'V'), - (0xC5B, 'X'), - (0xC5D, 'V'), - (0xC5E, 'X'), - (0xC60, 'V'), - (0xC64, 'X'), - (0xC66, 'V'), - (0xC70, 'X'), - (0xC77, 'V'), - (0xC8D, 'X'), - (0xC8E, 'V'), - (0xC91, 'X'), - (0xC92, 'V'), - (0xCA9, 'X'), - (0xCAA, 'V'), - (0xCB4, 'X'), - (0xCB5, 'V'), - (0xCBA, 'X'), - (0xCBC, 'V'), - (0xCC5, 'X'), - (0xCC6, 'V'), - (0xCC9, 'X'), - (0xCCA, 'V'), - (0xCCE, 'X'), - (0xCD5, 'V'), - (0xCD7, 'X'), - (0xCDD, 'V'), - (0xCDF, 'X'), - (0xCE0, 'V'), - (0xCE4, 'X'), - (0xCE6, 'V'), - (0xCF0, 'X'), - (0xCF1, 'V'), - (0xCF4, 'X'), - (0xD00, 'V'), - (0xD0D, 'X'), - (0xD0E, 'V'), - (0xD11, 'X'), - (0xD12, 'V'), - (0xD45, 'X'), - (0xD46, 'V'), - (0xD49, 'X'), - (0xD4A, 'V'), - (0xD50, 'X'), - (0xD54, 'V'), - (0xD64, 'X'), - (0xD66, 'V'), - (0xD80, 'X'), - (0xD81, 'V'), - (0xD84, 'X'), - (0xD85, 'V'), - (0xD97, 'X'), - (0xD9A, 'V'), - (0xDB2, 'X'), - (0xDB3, 'V'), - (0xDBC, 'X'), - (0xDBD, 'V'), - (0xDBE, 'X'), - (0xDC0, 'V'), - (0xDC7, 'X'), - (0xDCA, 'V'), - (0xDCB, 'X'), - (0xDCF, 'V'), - (0xDD5, 'X'), - (0xDD6, 'V'), - (0xDD7, 'X'), - (0xDD8, 'V'), - (0xDE0, 'X'), - (0xDE6, 'V'), - (0xDF0, 'X'), - (0xDF2, 'V'), - (0xDF5, 'X'), - (0xE01, 'V'), - (0xE33, 'M', 'ํา'), - (0xE34, 'V'), - (0xE3B, 'X'), - (0xE3F, 'V'), - (0xE5C, 'X'), - (0xE81, 'V'), - (0xE83, 'X'), - (0xE84, 'V'), - (0xE85, 'X'), - (0xE86, 'V'), - (0xE8B, 'X'), - (0xE8C, 'V'), - (0xEA4, 'X'), - (0xEA5, 'V'), - (0xEA6, 'X'), - (0xEA7, 'V'), - (0xEB3, 'M', 'ໍາ'), - (0xEB4, 'V'), - ] - -def _seg_13() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xEBE, 'X'), - (0xEC0, 'V'), - (0xEC5, 'X'), - (0xEC6, 'V'), - (0xEC7, 'X'), - (0xEC8, 'V'), - (0xECF, 'X'), - (0xED0, 'V'), - (0xEDA, 'X'), - (0xEDC, 'M', 'ຫນ'), - (0xEDD, 'M', 'ຫມ'), - (0xEDE, 'V'), - (0xEE0, 'X'), - (0xF00, 'V'), - (0xF0C, 'M', '་'), - (0xF0D, 'V'), - (0xF43, 'M', 'གྷ'), - (0xF44, 'V'), - (0xF48, 'X'), - (0xF49, 'V'), - (0xF4D, 'M', 'ཌྷ'), - (0xF4E, 'V'), - (0xF52, 'M', 'དྷ'), - (0xF53, 'V'), - (0xF57, 'M', 'བྷ'), - (0xF58, 'V'), - (0xF5C, 'M', 'ཛྷ'), - (0xF5D, 'V'), - (0xF69, 'M', 'ཀྵ'), - (0xF6A, 'V'), - (0xF6D, 'X'), - (0xF71, 'V'), - (0xF73, 'M', 'ཱི'), - (0xF74, 'V'), - (0xF75, 'M', 'ཱུ'), - (0xF76, 'M', 'ྲྀ'), - (0xF77, 'M', 'ྲཱྀ'), - (0xF78, 'M', 'ླྀ'), - (0xF79, 'M', 'ླཱྀ'), - (0xF7A, 'V'), - (0xF81, 'M', 'ཱྀ'), - (0xF82, 'V'), - (0xF93, 'M', 'ྒྷ'), - (0xF94, 'V'), - (0xF98, 'X'), - (0xF99, 'V'), - (0xF9D, 'M', 'ྜྷ'), - (0xF9E, 'V'), - (0xFA2, 'M', 'ྡྷ'), - (0xFA3, 'V'), - (0xFA7, 'M', 'ྦྷ'), - (0xFA8, 'V'), - (0xFAC, 'M', 'ྫྷ'), - (0xFAD, 'V'), - (0xFB9, 'M', 'ྐྵ'), - (0xFBA, 'V'), - (0xFBD, 'X'), - (0xFBE, 'V'), - (0xFCD, 'X'), - (0xFCE, 'V'), - (0xFDB, 'X'), - (0x1000, 'V'), - (0x10A0, 'X'), - (0x10C7, 'M', 'ⴧ'), - (0x10C8, 'X'), - (0x10CD, 'M', 'ⴭ'), - (0x10CE, 'X'), - (0x10D0, 'V'), - (0x10FC, 'M', 'ნ'), - (0x10FD, 'V'), - (0x115F, 'X'), - (0x1161, 'V'), - (0x1249, 'X'), - (0x124A, 'V'), - (0x124E, 'X'), - (0x1250, 'V'), - (0x1257, 'X'), - (0x1258, 'V'), - (0x1259, 'X'), - (0x125A, 'V'), - (0x125E, 'X'), - (0x1260, 'V'), - (0x1289, 'X'), - (0x128A, 'V'), - (0x128E, 'X'), - (0x1290, 'V'), - (0x12B1, 'X'), - (0x12B2, 'V'), - (0x12B6, 'X'), - (0x12B8, 'V'), - (0x12BF, 'X'), - (0x12C0, 'V'), - (0x12C1, 'X'), - (0x12C2, 'V'), - (0x12C6, 'X'), - (0x12C8, 'V'), - (0x12D7, 'X'), - (0x12D8, 'V'), - (0x1311, 'X'), - (0x1312, 'V'), - ] - -def _seg_14() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1316, 'X'), - (0x1318, 'V'), - (0x135B, 'X'), - (0x135D, 'V'), - (0x137D, 'X'), - (0x1380, 'V'), - (0x139A, 'X'), - (0x13A0, 'V'), - (0x13F6, 'X'), - (0x13F8, 'M', 'Ᏸ'), - (0x13F9, 'M', 'Ᏹ'), - (0x13FA, 'M', 'Ᏺ'), - (0x13FB, 'M', 'Ᏻ'), - (0x13FC, 'M', 'Ᏼ'), - (0x13FD, 'M', 'Ᏽ'), - (0x13FE, 'X'), - (0x1400, 'V'), - (0x1680, 'X'), - (0x1681, 'V'), - (0x169D, 'X'), - (0x16A0, 'V'), - (0x16F9, 'X'), - (0x1700, 'V'), - (0x1716, 'X'), - (0x171F, 'V'), - (0x1737, 'X'), - (0x1740, 'V'), - (0x1754, 'X'), - (0x1760, 'V'), - (0x176D, 'X'), - (0x176E, 'V'), - (0x1771, 'X'), - (0x1772, 'V'), - (0x1774, 'X'), - (0x1780, 'V'), - (0x17B4, 'X'), - (0x17B6, 'V'), - (0x17DE, 'X'), - (0x17E0, 'V'), - (0x17EA, 'X'), - (0x17F0, 'V'), - (0x17FA, 'X'), - (0x1800, 'V'), - (0x1806, 'X'), - (0x1807, 'V'), - (0x180B, 'I'), - (0x180E, 'X'), - (0x180F, 'I'), - (0x1810, 'V'), - (0x181A, 'X'), - (0x1820, 'V'), - (0x1879, 'X'), - (0x1880, 'V'), - (0x18AB, 'X'), - (0x18B0, 'V'), - (0x18F6, 'X'), - (0x1900, 'V'), - (0x191F, 'X'), - (0x1920, 'V'), - (0x192C, 'X'), - (0x1930, 'V'), - (0x193C, 'X'), - (0x1940, 'V'), - (0x1941, 'X'), - (0x1944, 'V'), - (0x196E, 'X'), - (0x1970, 'V'), - (0x1975, 'X'), - (0x1980, 'V'), - (0x19AC, 'X'), - (0x19B0, 'V'), - (0x19CA, 'X'), - (0x19D0, 'V'), - (0x19DB, 'X'), - (0x19DE, 'V'), - (0x1A1C, 'X'), - (0x1A1E, 'V'), - (0x1A5F, 'X'), - (0x1A60, 'V'), - (0x1A7D, 'X'), - (0x1A7F, 'V'), - (0x1A8A, 'X'), - (0x1A90, 'V'), - (0x1A9A, 'X'), - (0x1AA0, 'V'), - (0x1AAE, 'X'), - (0x1AB0, 'V'), - (0x1ACF, 'X'), - (0x1B00, 'V'), - (0x1B4D, 'X'), - (0x1B50, 'V'), - (0x1B7F, 'X'), - (0x1B80, 'V'), - (0x1BF4, 'X'), - (0x1BFC, 'V'), - (0x1C38, 'X'), - (0x1C3B, 'V'), - (0x1C4A, 'X'), - (0x1C4D, 'V'), - (0x1C80, 'M', 'в'), - ] - -def _seg_15() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1C81, 'M', 'д'), - (0x1C82, 'M', 'о'), - (0x1C83, 'M', 'с'), - (0x1C84, 'M', 'т'), - (0x1C86, 'M', 'ъ'), - (0x1C87, 'M', 'ѣ'), - (0x1C88, 'M', 'ꙋ'), - (0x1C89, 'X'), - (0x1C90, 'M', 'ა'), - (0x1C91, 'M', 'ბ'), - (0x1C92, 'M', 'გ'), - (0x1C93, 'M', 'დ'), - (0x1C94, 'M', 'ე'), - (0x1C95, 'M', 'ვ'), - (0x1C96, 'M', 'ზ'), - (0x1C97, 'M', 'თ'), - (0x1C98, 'M', 'ი'), - (0x1C99, 'M', 'კ'), - (0x1C9A, 'M', 'ლ'), - (0x1C9B, 'M', 'მ'), - (0x1C9C, 'M', 'ნ'), - (0x1C9D, 'M', 'ო'), - (0x1C9E, 'M', 'პ'), - (0x1C9F, 'M', 'ჟ'), - (0x1CA0, 'M', 'რ'), - (0x1CA1, 'M', 'ს'), - (0x1CA2, 'M', 'ტ'), - (0x1CA3, 'M', 'უ'), - (0x1CA4, 'M', 'ფ'), - (0x1CA5, 'M', 'ქ'), - (0x1CA6, 'M', 'ღ'), - (0x1CA7, 'M', 'ყ'), - (0x1CA8, 'M', 'შ'), - (0x1CA9, 'M', 'ჩ'), - (0x1CAA, 'M', 'ც'), - (0x1CAB, 'M', 'ძ'), - (0x1CAC, 'M', 'წ'), - (0x1CAD, 'M', 'ჭ'), - (0x1CAE, 'M', 'ხ'), - (0x1CAF, 'M', 'ჯ'), - (0x1CB0, 'M', 'ჰ'), - (0x1CB1, 'M', 'ჱ'), - (0x1CB2, 'M', 'ჲ'), - (0x1CB3, 'M', 'ჳ'), - (0x1CB4, 'M', 'ჴ'), - (0x1CB5, 'M', 'ჵ'), - (0x1CB6, 'M', 'ჶ'), - (0x1CB7, 'M', 'ჷ'), - (0x1CB8, 'M', 'ჸ'), - (0x1CB9, 'M', 'ჹ'), - (0x1CBA, 'M', 'ჺ'), - (0x1CBB, 'X'), - (0x1CBD, 'M', 'ჽ'), - (0x1CBE, 'M', 'ჾ'), - (0x1CBF, 'M', 'ჿ'), - (0x1CC0, 'V'), - (0x1CC8, 'X'), - (0x1CD0, 'V'), - (0x1CFB, 'X'), - (0x1D00, 'V'), - (0x1D2C, 'M', 'a'), - (0x1D2D, 'M', 'æ'), - (0x1D2E, 'M', 'b'), - (0x1D2F, 'V'), - (0x1D30, 'M', 'd'), - (0x1D31, 'M', 'e'), - (0x1D32, 'M', 'ǝ'), - (0x1D33, 'M', 'g'), - (0x1D34, 'M', 'h'), - (0x1D35, 'M', 'i'), - (0x1D36, 'M', 'j'), - (0x1D37, 'M', 'k'), - (0x1D38, 'M', 'l'), - (0x1D39, 'M', 'm'), - (0x1D3A, 'M', 'n'), - (0x1D3B, 'V'), - (0x1D3C, 'M', 'o'), - (0x1D3D, 'M', 'ȣ'), - (0x1D3E, 'M', 'p'), - (0x1D3F, 'M', 'r'), - (0x1D40, 'M', 't'), - (0x1D41, 'M', 'u'), - (0x1D42, 'M', 'w'), - (0x1D43, 'M', 'a'), - (0x1D44, 'M', 'ɐ'), - (0x1D45, 'M', 'ɑ'), - (0x1D46, 'M', 'ᴂ'), - (0x1D47, 'M', 'b'), - (0x1D48, 'M', 'd'), - (0x1D49, 'M', 'e'), - (0x1D4A, 'M', 'ə'), - (0x1D4B, 'M', 'ɛ'), - (0x1D4C, 'M', 'ɜ'), - (0x1D4D, 'M', 'g'), - (0x1D4E, 'V'), - (0x1D4F, 'M', 'k'), - (0x1D50, 'M', 'm'), - (0x1D51, 'M', 'ŋ'), - (0x1D52, 'M', 'o'), - (0x1D53, 'M', 'ɔ'), - ] - -def _seg_16() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D54, 'M', 'ᴖ'), - (0x1D55, 'M', 'ᴗ'), - (0x1D56, 'M', 'p'), - (0x1D57, 'M', 't'), - (0x1D58, 'M', 'u'), - (0x1D59, 'M', 'ᴝ'), - (0x1D5A, 'M', 'ɯ'), - (0x1D5B, 'M', 'v'), - (0x1D5C, 'M', 'ᴥ'), - (0x1D5D, 'M', 'β'), - (0x1D5E, 'M', 'γ'), - (0x1D5F, 'M', 'δ'), - (0x1D60, 'M', 'φ'), - (0x1D61, 'M', 'χ'), - (0x1D62, 'M', 'i'), - (0x1D63, 'M', 'r'), - (0x1D64, 'M', 'u'), - (0x1D65, 'M', 'v'), - (0x1D66, 'M', 'β'), - (0x1D67, 'M', 'γ'), - (0x1D68, 'M', 'ρ'), - (0x1D69, 'M', 'φ'), - (0x1D6A, 'M', 'χ'), - (0x1D6B, 'V'), - (0x1D78, 'M', 'н'), - (0x1D79, 'V'), - (0x1D9B, 'M', 'ɒ'), - (0x1D9C, 'M', 'c'), - (0x1D9D, 'M', 'ɕ'), - (0x1D9E, 'M', 'ð'), - (0x1D9F, 'M', 'ɜ'), - (0x1DA0, 'M', 'f'), - (0x1DA1, 'M', 'ɟ'), - (0x1DA2, 'M', 'ɡ'), - (0x1DA3, 'M', 'ɥ'), - (0x1DA4, 'M', 'ɨ'), - (0x1DA5, 'M', 'ɩ'), - (0x1DA6, 'M', 'ɪ'), - (0x1DA7, 'M', 'ᵻ'), - (0x1DA8, 'M', 'ʝ'), - (0x1DA9, 'M', 'ɭ'), - (0x1DAA, 'M', 'ᶅ'), - (0x1DAB, 'M', 'ʟ'), - (0x1DAC, 'M', 'ɱ'), - (0x1DAD, 'M', 'ɰ'), - (0x1DAE, 'M', 'ɲ'), - (0x1DAF, 'M', 'ɳ'), - (0x1DB0, 'M', 'ɴ'), - (0x1DB1, 'M', 'ɵ'), - (0x1DB2, 'M', 'ɸ'), - (0x1DB3, 'M', 'ʂ'), - (0x1DB4, 'M', 'ʃ'), - (0x1DB5, 'M', 'ƫ'), - (0x1DB6, 'M', 'ʉ'), - (0x1DB7, 'M', 'ʊ'), - (0x1DB8, 'M', 'ᴜ'), - (0x1DB9, 'M', 'ʋ'), - (0x1DBA, 'M', 'ʌ'), - (0x1DBB, 'M', 'z'), - (0x1DBC, 'M', 'ʐ'), - (0x1DBD, 'M', 'ʑ'), - (0x1DBE, 'M', 'ʒ'), - (0x1DBF, 'M', 'θ'), - (0x1DC0, 'V'), - (0x1E00, 'M', 'ḁ'), - (0x1E01, 'V'), - (0x1E02, 'M', 'ḃ'), - (0x1E03, 'V'), - (0x1E04, 'M', 'ḅ'), - (0x1E05, 'V'), - (0x1E06, 'M', 'ḇ'), - (0x1E07, 'V'), - (0x1E08, 'M', 'ḉ'), - (0x1E09, 'V'), - (0x1E0A, 'M', 'ḋ'), - (0x1E0B, 'V'), - (0x1E0C, 'M', 'ḍ'), - (0x1E0D, 'V'), - (0x1E0E, 'M', 'ḏ'), - (0x1E0F, 'V'), - (0x1E10, 'M', 'ḑ'), - (0x1E11, 'V'), - (0x1E12, 'M', 'ḓ'), - (0x1E13, 'V'), - (0x1E14, 'M', 'ḕ'), - (0x1E15, 'V'), - (0x1E16, 'M', 'ḗ'), - (0x1E17, 'V'), - (0x1E18, 'M', 'ḙ'), - (0x1E19, 'V'), - (0x1E1A, 'M', 'ḛ'), - (0x1E1B, 'V'), - (0x1E1C, 'M', 'ḝ'), - (0x1E1D, 'V'), - (0x1E1E, 'M', 'ḟ'), - (0x1E1F, 'V'), - (0x1E20, 'M', 'ḡ'), - (0x1E21, 'V'), - (0x1E22, 'M', 'ḣ'), - (0x1E23, 'V'), - ] - -def _seg_17() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1E24, 'M', 'ḥ'), - (0x1E25, 'V'), - (0x1E26, 'M', 'ḧ'), - (0x1E27, 'V'), - (0x1E28, 'M', 'ḩ'), - (0x1E29, 'V'), - (0x1E2A, 'M', 'ḫ'), - (0x1E2B, 'V'), - (0x1E2C, 'M', 'ḭ'), - (0x1E2D, 'V'), - (0x1E2E, 'M', 'ḯ'), - (0x1E2F, 'V'), - (0x1E30, 'M', 'ḱ'), - (0x1E31, 'V'), - (0x1E32, 'M', 'ḳ'), - (0x1E33, 'V'), - (0x1E34, 'M', 'ḵ'), - (0x1E35, 'V'), - (0x1E36, 'M', 'ḷ'), - (0x1E37, 'V'), - (0x1E38, 'M', 'ḹ'), - (0x1E39, 'V'), - (0x1E3A, 'M', 'ḻ'), - (0x1E3B, 'V'), - (0x1E3C, 'M', 'ḽ'), - (0x1E3D, 'V'), - (0x1E3E, 'M', 'ḿ'), - (0x1E3F, 'V'), - (0x1E40, 'M', 'ṁ'), - (0x1E41, 'V'), - (0x1E42, 'M', 'ṃ'), - (0x1E43, 'V'), - (0x1E44, 'M', 'ṅ'), - (0x1E45, 'V'), - (0x1E46, 'M', 'ṇ'), - (0x1E47, 'V'), - (0x1E48, 'M', 'ṉ'), - (0x1E49, 'V'), - (0x1E4A, 'M', 'ṋ'), - (0x1E4B, 'V'), - (0x1E4C, 'M', 'ṍ'), - (0x1E4D, 'V'), - (0x1E4E, 'M', 'ṏ'), - (0x1E4F, 'V'), - (0x1E50, 'M', 'ṑ'), - (0x1E51, 'V'), - (0x1E52, 'M', 'ṓ'), - (0x1E53, 'V'), - (0x1E54, 'M', 'ṕ'), - (0x1E55, 'V'), - (0x1E56, 'M', 'ṗ'), - (0x1E57, 'V'), - (0x1E58, 'M', 'ṙ'), - (0x1E59, 'V'), - (0x1E5A, 'M', 'ṛ'), - (0x1E5B, 'V'), - (0x1E5C, 'M', 'ṝ'), - (0x1E5D, 'V'), - (0x1E5E, 'M', 'ṟ'), - (0x1E5F, 'V'), - (0x1E60, 'M', 'ṡ'), - (0x1E61, 'V'), - (0x1E62, 'M', 'ṣ'), - (0x1E63, 'V'), - (0x1E64, 'M', 'ṥ'), - (0x1E65, 'V'), - (0x1E66, 'M', 'ṧ'), - (0x1E67, 'V'), - (0x1E68, 'M', 'ṩ'), - (0x1E69, 'V'), - (0x1E6A, 'M', 'ṫ'), - (0x1E6B, 'V'), - (0x1E6C, 'M', 'ṭ'), - (0x1E6D, 'V'), - (0x1E6E, 'M', 'ṯ'), - (0x1E6F, 'V'), - (0x1E70, 'M', 'ṱ'), - (0x1E71, 'V'), - (0x1E72, 'M', 'ṳ'), - (0x1E73, 'V'), - (0x1E74, 'M', 'ṵ'), - (0x1E75, 'V'), - (0x1E76, 'M', 'ṷ'), - (0x1E77, 'V'), - (0x1E78, 'M', 'ṹ'), - (0x1E79, 'V'), - (0x1E7A, 'M', 'ṻ'), - (0x1E7B, 'V'), - (0x1E7C, 'M', 'ṽ'), - (0x1E7D, 'V'), - (0x1E7E, 'M', 'ṿ'), - (0x1E7F, 'V'), - (0x1E80, 'M', 'ẁ'), - (0x1E81, 'V'), - (0x1E82, 'M', 'ẃ'), - (0x1E83, 'V'), - (0x1E84, 'M', 'ẅ'), - (0x1E85, 'V'), - (0x1E86, 'M', 'ẇ'), - (0x1E87, 'V'), - ] - -def _seg_18() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1E88, 'M', 'ẉ'), - (0x1E89, 'V'), - (0x1E8A, 'M', 'ẋ'), - (0x1E8B, 'V'), - (0x1E8C, 'M', 'ẍ'), - (0x1E8D, 'V'), - (0x1E8E, 'M', 'ẏ'), - (0x1E8F, 'V'), - (0x1E90, 'M', 'ẑ'), - (0x1E91, 'V'), - (0x1E92, 'M', 'ẓ'), - (0x1E93, 'V'), - (0x1E94, 'M', 'ẕ'), - (0x1E95, 'V'), - (0x1E9A, 'M', 'aʾ'), - (0x1E9B, 'M', 'ṡ'), - (0x1E9C, 'V'), - (0x1E9E, 'M', 'ss'), - (0x1E9F, 'V'), - (0x1EA0, 'M', 'ạ'), - (0x1EA1, 'V'), - (0x1EA2, 'M', 'ả'), - (0x1EA3, 'V'), - (0x1EA4, 'M', 'ấ'), - (0x1EA5, 'V'), - (0x1EA6, 'M', 'ầ'), - (0x1EA7, 'V'), - (0x1EA8, 'M', 'ẩ'), - (0x1EA9, 'V'), - (0x1EAA, 'M', 'ẫ'), - (0x1EAB, 'V'), - (0x1EAC, 'M', 'ậ'), - (0x1EAD, 'V'), - (0x1EAE, 'M', 'ắ'), - (0x1EAF, 'V'), - (0x1EB0, 'M', 'ằ'), - (0x1EB1, 'V'), - (0x1EB2, 'M', 'ẳ'), - (0x1EB3, 'V'), - (0x1EB4, 'M', 'ẵ'), - (0x1EB5, 'V'), - (0x1EB6, 'M', 'ặ'), - (0x1EB7, 'V'), - (0x1EB8, 'M', 'ẹ'), - (0x1EB9, 'V'), - (0x1EBA, 'M', 'ẻ'), - (0x1EBB, 'V'), - (0x1EBC, 'M', 'ẽ'), - (0x1EBD, 'V'), - (0x1EBE, 'M', 'ế'), - (0x1EBF, 'V'), - (0x1EC0, 'M', 'ề'), - (0x1EC1, 'V'), - (0x1EC2, 'M', 'ể'), - (0x1EC3, 'V'), - (0x1EC4, 'M', 'ễ'), - (0x1EC5, 'V'), - (0x1EC6, 'M', 'ệ'), - (0x1EC7, 'V'), - (0x1EC8, 'M', 'ỉ'), - (0x1EC9, 'V'), - (0x1ECA, 'M', 'ị'), - (0x1ECB, 'V'), - (0x1ECC, 'M', 'ọ'), - (0x1ECD, 'V'), - (0x1ECE, 'M', 'ỏ'), - (0x1ECF, 'V'), - (0x1ED0, 'M', 'ố'), - (0x1ED1, 'V'), - (0x1ED2, 'M', 'ồ'), - (0x1ED3, 'V'), - (0x1ED4, 'M', 'ổ'), - (0x1ED5, 'V'), - (0x1ED6, 'M', 'ỗ'), - (0x1ED7, 'V'), - (0x1ED8, 'M', 'ộ'), - (0x1ED9, 'V'), - (0x1EDA, 'M', 'ớ'), - (0x1EDB, 'V'), - (0x1EDC, 'M', 'ờ'), - (0x1EDD, 'V'), - (0x1EDE, 'M', 'ở'), - (0x1EDF, 'V'), - (0x1EE0, 'M', 'ỡ'), - (0x1EE1, 'V'), - (0x1EE2, 'M', 'ợ'), - (0x1EE3, 'V'), - (0x1EE4, 'M', 'ụ'), - (0x1EE5, 'V'), - (0x1EE6, 'M', 'ủ'), - (0x1EE7, 'V'), - (0x1EE8, 'M', 'ứ'), - (0x1EE9, 'V'), - (0x1EEA, 'M', 'ừ'), - (0x1EEB, 'V'), - (0x1EEC, 'M', 'ử'), - (0x1EED, 'V'), - (0x1EEE, 'M', 'ữ'), - (0x1EEF, 'V'), - (0x1EF0, 'M', 'ự'), - ] - -def _seg_19() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1EF1, 'V'), - (0x1EF2, 'M', 'ỳ'), - (0x1EF3, 'V'), - (0x1EF4, 'M', 'ỵ'), - (0x1EF5, 'V'), - (0x1EF6, 'M', 'ỷ'), - (0x1EF7, 'V'), - (0x1EF8, 'M', 'ỹ'), - (0x1EF9, 'V'), - (0x1EFA, 'M', 'ỻ'), - (0x1EFB, 'V'), - (0x1EFC, 'M', 'ỽ'), - (0x1EFD, 'V'), - (0x1EFE, 'M', 'ỿ'), - (0x1EFF, 'V'), - (0x1F08, 'M', 'ἀ'), - (0x1F09, 'M', 'ἁ'), - (0x1F0A, 'M', 'ἂ'), - (0x1F0B, 'M', 'ἃ'), - (0x1F0C, 'M', 'ἄ'), - (0x1F0D, 'M', 'ἅ'), - (0x1F0E, 'M', 'ἆ'), - (0x1F0F, 'M', 'ἇ'), - (0x1F10, 'V'), - (0x1F16, 'X'), - (0x1F18, 'M', 'ἐ'), - (0x1F19, 'M', 'ἑ'), - (0x1F1A, 'M', 'ἒ'), - (0x1F1B, 'M', 'ἓ'), - (0x1F1C, 'M', 'ἔ'), - (0x1F1D, 'M', 'ἕ'), - (0x1F1E, 'X'), - (0x1F20, 'V'), - (0x1F28, 'M', 'ἠ'), - (0x1F29, 'M', 'ἡ'), - (0x1F2A, 'M', 'ἢ'), - (0x1F2B, 'M', 'ἣ'), - (0x1F2C, 'M', 'ἤ'), - (0x1F2D, 'M', 'ἥ'), - (0x1F2E, 'M', 'ἦ'), - (0x1F2F, 'M', 'ἧ'), - (0x1F30, 'V'), - (0x1F38, 'M', 'ἰ'), - (0x1F39, 'M', 'ἱ'), - (0x1F3A, 'M', 'ἲ'), - (0x1F3B, 'M', 'ἳ'), - (0x1F3C, 'M', 'ἴ'), - (0x1F3D, 'M', 'ἵ'), - (0x1F3E, 'M', 'ἶ'), - (0x1F3F, 'M', 'ἷ'), - (0x1F40, 'V'), - (0x1F46, 'X'), - (0x1F48, 'M', 'ὀ'), - (0x1F49, 'M', 'ὁ'), - (0x1F4A, 'M', 'ὂ'), - (0x1F4B, 'M', 'ὃ'), - (0x1F4C, 'M', 'ὄ'), - (0x1F4D, 'M', 'ὅ'), - (0x1F4E, 'X'), - (0x1F50, 'V'), - (0x1F58, 'X'), - (0x1F59, 'M', 'ὑ'), - (0x1F5A, 'X'), - (0x1F5B, 'M', 'ὓ'), - (0x1F5C, 'X'), - (0x1F5D, 'M', 'ὕ'), - (0x1F5E, 'X'), - (0x1F5F, 'M', 'ὗ'), - (0x1F60, 'V'), - (0x1F68, 'M', 'ὠ'), - (0x1F69, 'M', 'ὡ'), - (0x1F6A, 'M', 'ὢ'), - (0x1F6B, 'M', 'ὣ'), - (0x1F6C, 'M', 'ὤ'), - (0x1F6D, 'M', 'ὥ'), - (0x1F6E, 'M', 'ὦ'), - (0x1F6F, 'M', 'ὧ'), - (0x1F70, 'V'), - (0x1F71, 'M', 'ά'), - (0x1F72, 'V'), - (0x1F73, 'M', 'έ'), - (0x1F74, 'V'), - (0x1F75, 'M', 'ή'), - (0x1F76, 'V'), - (0x1F77, 'M', 'ί'), - (0x1F78, 'V'), - (0x1F79, 'M', 'ό'), - (0x1F7A, 'V'), - (0x1F7B, 'M', 'ύ'), - (0x1F7C, 'V'), - (0x1F7D, 'M', 'ώ'), - (0x1F7E, 'X'), - (0x1F80, 'M', 'ἀι'), - (0x1F81, 'M', 'ἁι'), - (0x1F82, 'M', 'ἂι'), - (0x1F83, 'M', 'ἃι'), - (0x1F84, 'M', 'ἄι'), - (0x1F85, 'M', 'ἅι'), - (0x1F86, 'M', 'ἆι'), - (0x1F87, 'M', 'ἇι'), - ] - -def _seg_20() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1F88, 'M', 'ἀι'), - (0x1F89, 'M', 'ἁι'), - (0x1F8A, 'M', 'ἂι'), - (0x1F8B, 'M', 'ἃι'), - (0x1F8C, 'M', 'ἄι'), - (0x1F8D, 'M', 'ἅι'), - (0x1F8E, 'M', 'ἆι'), - (0x1F8F, 'M', 'ἇι'), - (0x1F90, 'M', 'ἠι'), - (0x1F91, 'M', 'ἡι'), - (0x1F92, 'M', 'ἢι'), - (0x1F93, 'M', 'ἣι'), - (0x1F94, 'M', 'ἤι'), - (0x1F95, 'M', 'ἥι'), - (0x1F96, 'M', 'ἦι'), - (0x1F97, 'M', 'ἧι'), - (0x1F98, 'M', 'ἠι'), - (0x1F99, 'M', 'ἡι'), - (0x1F9A, 'M', 'ἢι'), - (0x1F9B, 'M', 'ἣι'), - (0x1F9C, 'M', 'ἤι'), - (0x1F9D, 'M', 'ἥι'), - (0x1F9E, 'M', 'ἦι'), - (0x1F9F, 'M', 'ἧι'), - (0x1FA0, 'M', 'ὠι'), - (0x1FA1, 'M', 'ὡι'), - (0x1FA2, 'M', 'ὢι'), - (0x1FA3, 'M', 'ὣι'), - (0x1FA4, 'M', 'ὤι'), - (0x1FA5, 'M', 'ὥι'), - (0x1FA6, 'M', 'ὦι'), - (0x1FA7, 'M', 'ὧι'), - (0x1FA8, 'M', 'ὠι'), - (0x1FA9, 'M', 'ὡι'), - (0x1FAA, 'M', 'ὢι'), - (0x1FAB, 'M', 'ὣι'), - (0x1FAC, 'M', 'ὤι'), - (0x1FAD, 'M', 'ὥι'), - (0x1FAE, 'M', 'ὦι'), - (0x1FAF, 'M', 'ὧι'), - (0x1FB0, 'V'), - (0x1FB2, 'M', 'ὰι'), - (0x1FB3, 'M', 'αι'), - (0x1FB4, 'M', 'άι'), - (0x1FB5, 'X'), - (0x1FB6, 'V'), - (0x1FB7, 'M', 'ᾶι'), - (0x1FB8, 'M', 'ᾰ'), - (0x1FB9, 'M', 'ᾱ'), - (0x1FBA, 'M', 'ὰ'), - (0x1FBB, 'M', 'ά'), - (0x1FBC, 'M', 'αι'), - (0x1FBD, '3', ' ̓'), - (0x1FBE, 'M', 'ι'), - (0x1FBF, '3', ' ̓'), - (0x1FC0, '3', ' ͂'), - (0x1FC1, '3', ' ̈͂'), - (0x1FC2, 'M', 'ὴι'), - (0x1FC3, 'M', 'ηι'), - (0x1FC4, 'M', 'ήι'), - (0x1FC5, 'X'), - (0x1FC6, 'V'), - (0x1FC7, 'M', 'ῆι'), - (0x1FC8, 'M', 'ὲ'), - (0x1FC9, 'M', 'έ'), - (0x1FCA, 'M', 'ὴ'), - (0x1FCB, 'M', 'ή'), - (0x1FCC, 'M', 'ηι'), - (0x1FCD, '3', ' ̓̀'), - (0x1FCE, '3', ' ̓́'), - (0x1FCF, '3', ' ̓͂'), - (0x1FD0, 'V'), - (0x1FD3, 'M', 'ΐ'), - (0x1FD4, 'X'), - (0x1FD6, 'V'), - (0x1FD8, 'M', 'ῐ'), - (0x1FD9, 'M', 'ῑ'), - (0x1FDA, 'M', 'ὶ'), - (0x1FDB, 'M', 'ί'), - (0x1FDC, 'X'), - (0x1FDD, '3', ' ̔̀'), - (0x1FDE, '3', ' ̔́'), - (0x1FDF, '3', ' ̔͂'), - (0x1FE0, 'V'), - (0x1FE3, 'M', 'ΰ'), - (0x1FE4, 'V'), - (0x1FE8, 'M', 'ῠ'), - (0x1FE9, 'M', 'ῡ'), - (0x1FEA, 'M', 'ὺ'), - (0x1FEB, 'M', 'ύ'), - (0x1FEC, 'M', 'ῥ'), - (0x1FED, '3', ' ̈̀'), - (0x1FEE, '3', ' ̈́'), - (0x1FEF, '3', '`'), - (0x1FF0, 'X'), - (0x1FF2, 'M', 'ὼι'), - (0x1FF3, 'M', 'ωι'), - (0x1FF4, 'M', 'ώι'), - (0x1FF5, 'X'), - (0x1FF6, 'V'), - ] - -def _seg_21() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1FF7, 'M', 'ῶι'), - (0x1FF8, 'M', 'ὸ'), - (0x1FF9, 'M', 'ό'), - (0x1FFA, 'M', 'ὼ'), - (0x1FFB, 'M', 'ώ'), - (0x1FFC, 'M', 'ωι'), - (0x1FFD, '3', ' ́'), - (0x1FFE, '3', ' ̔'), - (0x1FFF, 'X'), - (0x2000, '3', ' '), - (0x200B, 'I'), - (0x200C, 'D', ''), - (0x200E, 'X'), - (0x2010, 'V'), - (0x2011, 'M', '‐'), - (0x2012, 'V'), - (0x2017, '3', ' ̳'), - (0x2018, 'V'), - (0x2024, 'X'), - (0x2027, 'V'), - (0x2028, 'X'), - (0x202F, '3', ' '), - (0x2030, 'V'), - (0x2033, 'M', '′′'), - (0x2034, 'M', '′′′'), - (0x2035, 'V'), - (0x2036, 'M', '‵‵'), - (0x2037, 'M', '‵‵‵'), - (0x2038, 'V'), - (0x203C, '3', '!!'), - (0x203D, 'V'), - (0x203E, '3', ' ̅'), - (0x203F, 'V'), - (0x2047, '3', '??'), - (0x2048, '3', '?!'), - (0x2049, '3', '!?'), - (0x204A, 'V'), - (0x2057, 'M', '′′′′'), - (0x2058, 'V'), - (0x205F, '3', ' '), - (0x2060, 'I'), - (0x2061, 'X'), - (0x2064, 'I'), - (0x2065, 'X'), - (0x2070, 'M', '0'), - (0x2071, 'M', 'i'), - (0x2072, 'X'), - (0x2074, 'M', '4'), - (0x2075, 'M', '5'), - (0x2076, 'M', '6'), - (0x2077, 'M', '7'), - (0x2078, 'M', '8'), - (0x2079, 'M', '9'), - (0x207A, '3', '+'), - (0x207B, 'M', '−'), - (0x207C, '3', '='), - (0x207D, '3', '('), - (0x207E, '3', ')'), - (0x207F, 'M', 'n'), - (0x2080, 'M', '0'), - (0x2081, 'M', '1'), - (0x2082, 'M', '2'), - (0x2083, 'M', '3'), - (0x2084, 'M', '4'), - (0x2085, 'M', '5'), - (0x2086, 'M', '6'), - (0x2087, 'M', '7'), - (0x2088, 'M', '8'), - (0x2089, 'M', '9'), - (0x208A, '3', '+'), - (0x208B, 'M', '−'), - (0x208C, '3', '='), - (0x208D, '3', '('), - (0x208E, '3', ')'), - (0x208F, 'X'), - (0x2090, 'M', 'a'), - (0x2091, 'M', 'e'), - (0x2092, 'M', 'o'), - (0x2093, 'M', 'x'), - (0x2094, 'M', 'ə'), - (0x2095, 'M', 'h'), - (0x2096, 'M', 'k'), - (0x2097, 'M', 'l'), - (0x2098, 'M', 'm'), - (0x2099, 'M', 'n'), - (0x209A, 'M', 'p'), - (0x209B, 'M', 's'), - (0x209C, 'M', 't'), - (0x209D, 'X'), - (0x20A0, 'V'), - (0x20A8, 'M', 'rs'), - (0x20A9, 'V'), - (0x20C1, 'X'), - (0x20D0, 'V'), - (0x20F1, 'X'), - (0x2100, '3', 'a/c'), - (0x2101, '3', 'a/s'), - (0x2102, 'M', 'c'), - (0x2103, 'M', '°c'), - (0x2104, 'V'), - ] - -def _seg_22() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2105, '3', 'c/o'), - (0x2106, '3', 'c/u'), - (0x2107, 'M', 'ɛ'), - (0x2108, 'V'), - (0x2109, 'M', '°f'), - (0x210A, 'M', 'g'), - (0x210B, 'M', 'h'), - (0x210F, 'M', 'ħ'), - (0x2110, 'M', 'i'), - (0x2112, 'M', 'l'), - (0x2114, 'V'), - (0x2115, 'M', 'n'), - (0x2116, 'M', 'no'), - (0x2117, 'V'), - (0x2119, 'M', 'p'), - (0x211A, 'M', 'q'), - (0x211B, 'M', 'r'), - (0x211E, 'V'), - (0x2120, 'M', 'sm'), - (0x2121, 'M', 'tel'), - (0x2122, 'M', 'tm'), - (0x2123, 'V'), - (0x2124, 'M', 'z'), - (0x2125, 'V'), - (0x2126, 'M', 'ω'), - (0x2127, 'V'), - (0x2128, 'M', 'z'), - (0x2129, 'V'), - (0x212A, 'M', 'k'), - (0x212B, 'M', 'å'), - (0x212C, 'M', 'b'), - (0x212D, 'M', 'c'), - (0x212E, 'V'), - (0x212F, 'M', 'e'), - (0x2131, 'M', 'f'), - (0x2132, 'X'), - (0x2133, 'M', 'm'), - (0x2134, 'M', 'o'), - (0x2135, 'M', 'א'), - (0x2136, 'M', 'ב'), - (0x2137, 'M', 'ג'), - (0x2138, 'M', 'ד'), - (0x2139, 'M', 'i'), - (0x213A, 'V'), - (0x213B, 'M', 'fax'), - (0x213C, 'M', 'π'), - (0x213D, 'M', 'γ'), - (0x213F, 'M', 'π'), - (0x2140, 'M', '∑'), - (0x2141, 'V'), - (0x2145, 'M', 'd'), - (0x2147, 'M', 'e'), - (0x2148, 'M', 'i'), - (0x2149, 'M', 'j'), - (0x214A, 'V'), - (0x2150, 'M', '1⁄7'), - (0x2151, 'M', '1⁄9'), - (0x2152, 'M', '1⁄10'), - (0x2153, 'M', '1⁄3'), - (0x2154, 'M', '2⁄3'), - (0x2155, 'M', '1⁄5'), - (0x2156, 'M', '2⁄5'), - (0x2157, 'M', '3⁄5'), - (0x2158, 'M', '4⁄5'), - (0x2159, 'M', '1⁄6'), - (0x215A, 'M', '5⁄6'), - (0x215B, 'M', '1⁄8'), - (0x215C, 'M', '3⁄8'), - (0x215D, 'M', '5⁄8'), - (0x215E, 'M', '7⁄8'), - (0x215F, 'M', '1⁄'), - (0x2160, 'M', 'i'), - (0x2161, 'M', 'ii'), - (0x2162, 'M', 'iii'), - (0x2163, 'M', 'iv'), - (0x2164, 'M', 'v'), - (0x2165, 'M', 'vi'), - (0x2166, 'M', 'vii'), - (0x2167, 'M', 'viii'), - (0x2168, 'M', 'ix'), - (0x2169, 'M', 'x'), - (0x216A, 'M', 'xi'), - (0x216B, 'M', 'xii'), - (0x216C, 'M', 'l'), - (0x216D, 'M', 'c'), - (0x216E, 'M', 'd'), - (0x216F, 'M', 'm'), - (0x2170, 'M', 'i'), - (0x2171, 'M', 'ii'), - (0x2172, 'M', 'iii'), - (0x2173, 'M', 'iv'), - (0x2174, 'M', 'v'), - (0x2175, 'M', 'vi'), - (0x2176, 'M', 'vii'), - (0x2177, 'M', 'viii'), - (0x2178, 'M', 'ix'), - (0x2179, 'M', 'x'), - (0x217A, 'M', 'xi'), - (0x217B, 'M', 'xii'), - (0x217C, 'M', 'l'), - ] - -def _seg_23() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x217D, 'M', 'c'), - (0x217E, 'M', 'd'), - (0x217F, 'M', 'm'), - (0x2180, 'V'), - (0x2183, 'X'), - (0x2184, 'V'), - (0x2189, 'M', '0⁄3'), - (0x218A, 'V'), - (0x218C, 'X'), - (0x2190, 'V'), - (0x222C, 'M', '∫∫'), - (0x222D, 'M', '∫∫∫'), - (0x222E, 'V'), - (0x222F, 'M', '∮∮'), - (0x2230, 'M', '∮∮∮'), - (0x2231, 'V'), - (0x2260, '3'), - (0x2261, 'V'), - (0x226E, '3'), - (0x2270, 'V'), - (0x2329, 'M', '〈'), - (0x232A, 'M', '〉'), - (0x232B, 'V'), - (0x2427, 'X'), - (0x2440, 'V'), - (0x244B, 'X'), - (0x2460, 'M', '1'), - (0x2461, 'M', '2'), - (0x2462, 'M', '3'), - (0x2463, 'M', '4'), - (0x2464, 'M', '5'), - (0x2465, 'M', '6'), - (0x2466, 'M', '7'), - (0x2467, 'M', '8'), - (0x2468, 'M', '9'), - (0x2469, 'M', '10'), - (0x246A, 'M', '11'), - (0x246B, 'M', '12'), - (0x246C, 'M', '13'), - (0x246D, 'M', '14'), - (0x246E, 'M', '15'), - (0x246F, 'M', '16'), - (0x2470, 'M', '17'), - (0x2471, 'M', '18'), - (0x2472, 'M', '19'), - (0x2473, 'M', '20'), - (0x2474, '3', '(1)'), - (0x2475, '3', '(2)'), - (0x2476, '3', '(3)'), - (0x2477, '3', '(4)'), - (0x2478, '3', '(5)'), - (0x2479, '3', '(6)'), - (0x247A, '3', '(7)'), - (0x247B, '3', '(8)'), - (0x247C, '3', '(9)'), - (0x247D, '3', '(10)'), - (0x247E, '3', '(11)'), - (0x247F, '3', '(12)'), - (0x2480, '3', '(13)'), - (0x2481, '3', '(14)'), - (0x2482, '3', '(15)'), - (0x2483, '3', '(16)'), - (0x2484, '3', '(17)'), - (0x2485, '3', '(18)'), - (0x2486, '3', '(19)'), - (0x2487, '3', '(20)'), - (0x2488, 'X'), - (0x249C, '3', '(a)'), - (0x249D, '3', '(b)'), - (0x249E, '3', '(c)'), - (0x249F, '3', '(d)'), - (0x24A0, '3', '(e)'), - (0x24A1, '3', '(f)'), - (0x24A2, '3', '(g)'), - (0x24A3, '3', '(h)'), - (0x24A4, '3', '(i)'), - (0x24A5, '3', '(j)'), - (0x24A6, '3', '(k)'), - (0x24A7, '3', '(l)'), - (0x24A8, '3', '(m)'), - (0x24A9, '3', '(n)'), - (0x24AA, '3', '(o)'), - (0x24AB, '3', '(p)'), - (0x24AC, '3', '(q)'), - (0x24AD, '3', '(r)'), - (0x24AE, '3', '(s)'), - (0x24AF, '3', '(t)'), - (0x24B0, '3', '(u)'), - (0x24B1, '3', '(v)'), - (0x24B2, '3', '(w)'), - (0x24B3, '3', '(x)'), - (0x24B4, '3', '(y)'), - (0x24B5, '3', '(z)'), - (0x24B6, 'M', 'a'), - (0x24B7, 'M', 'b'), - (0x24B8, 'M', 'c'), - (0x24B9, 'M', 'd'), - (0x24BA, 'M', 'e'), - (0x24BB, 'M', 'f'), - (0x24BC, 'M', 'g'), - ] - -def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x24BD, 'M', 'h'), - (0x24BE, 'M', 'i'), - (0x24BF, 'M', 'j'), - (0x24C0, 'M', 'k'), - (0x24C1, 'M', 'l'), - (0x24C2, 'M', 'm'), - (0x24C3, 'M', 'n'), - (0x24C4, 'M', 'o'), - (0x24C5, 'M', 'p'), - (0x24C6, 'M', 'q'), - (0x24C7, 'M', 'r'), - (0x24C8, 'M', 's'), - (0x24C9, 'M', 't'), - (0x24CA, 'M', 'u'), - (0x24CB, 'M', 'v'), - (0x24CC, 'M', 'w'), - (0x24CD, 'M', 'x'), - (0x24CE, 'M', 'y'), - (0x24CF, 'M', 'z'), - (0x24D0, 'M', 'a'), - (0x24D1, 'M', 'b'), - (0x24D2, 'M', 'c'), - (0x24D3, 'M', 'd'), - (0x24D4, 'M', 'e'), - (0x24D5, 'M', 'f'), - (0x24D6, 'M', 'g'), - (0x24D7, 'M', 'h'), - (0x24D8, 'M', 'i'), - (0x24D9, 'M', 'j'), - (0x24DA, 'M', 'k'), - (0x24DB, 'M', 'l'), - (0x24DC, 'M', 'm'), - (0x24DD, 'M', 'n'), - (0x24DE, 'M', 'o'), - (0x24DF, 'M', 'p'), - (0x24E0, 'M', 'q'), - (0x24E1, 'M', 'r'), - (0x24E2, 'M', 's'), - (0x24E3, 'M', 't'), - (0x24E4, 'M', 'u'), - (0x24E5, 'M', 'v'), - (0x24E6, 'M', 'w'), - (0x24E7, 'M', 'x'), - (0x24E8, 'M', 'y'), - (0x24E9, 'M', 'z'), - (0x24EA, 'M', '0'), - (0x24EB, 'V'), - (0x2A0C, 'M', '∫∫∫∫'), - (0x2A0D, 'V'), - (0x2A74, '3', '::='), - (0x2A75, '3', '=='), - (0x2A76, '3', '==='), - (0x2A77, 'V'), - (0x2ADC, 'M', '⫝̸'), - (0x2ADD, 'V'), - (0x2B74, 'X'), - (0x2B76, 'V'), - (0x2B96, 'X'), - (0x2B97, 'V'), - (0x2C00, 'M', 'ⰰ'), - (0x2C01, 'M', 'ⰱ'), - (0x2C02, 'M', 'ⰲ'), - (0x2C03, 'M', 'ⰳ'), - (0x2C04, 'M', 'ⰴ'), - (0x2C05, 'M', 'ⰵ'), - (0x2C06, 'M', 'ⰶ'), - (0x2C07, 'M', 'ⰷ'), - (0x2C08, 'M', 'ⰸ'), - (0x2C09, 'M', 'ⰹ'), - (0x2C0A, 'M', 'ⰺ'), - (0x2C0B, 'M', 'ⰻ'), - (0x2C0C, 'M', 'ⰼ'), - (0x2C0D, 'M', 'ⰽ'), - (0x2C0E, 'M', 'ⰾ'), - (0x2C0F, 'M', 'ⰿ'), - (0x2C10, 'M', 'ⱀ'), - (0x2C11, 'M', 'ⱁ'), - (0x2C12, 'M', 'ⱂ'), - (0x2C13, 'M', 'ⱃ'), - (0x2C14, 'M', 'ⱄ'), - (0x2C15, 'M', 'ⱅ'), - (0x2C16, 'M', 'ⱆ'), - (0x2C17, 'M', 'ⱇ'), - (0x2C18, 'M', 'ⱈ'), - (0x2C19, 'M', 'ⱉ'), - (0x2C1A, 'M', 'ⱊ'), - (0x2C1B, 'M', 'ⱋ'), - (0x2C1C, 'M', 'ⱌ'), - (0x2C1D, 'M', 'ⱍ'), - (0x2C1E, 'M', 'ⱎ'), - (0x2C1F, 'M', 'ⱏ'), - (0x2C20, 'M', 'ⱐ'), - (0x2C21, 'M', 'ⱑ'), - (0x2C22, 'M', 'ⱒ'), - (0x2C23, 'M', 'ⱓ'), - (0x2C24, 'M', 'ⱔ'), - (0x2C25, 'M', 'ⱕ'), - (0x2C26, 'M', 'ⱖ'), - (0x2C27, 'M', 'ⱗ'), - (0x2C28, 'M', 'ⱘ'), - ] - -def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2C29, 'M', 'ⱙ'), - (0x2C2A, 'M', 'ⱚ'), - (0x2C2B, 'M', 'ⱛ'), - (0x2C2C, 'M', 'ⱜ'), - (0x2C2D, 'M', 'ⱝ'), - (0x2C2E, 'M', 'ⱞ'), - (0x2C2F, 'M', 'ⱟ'), - (0x2C30, 'V'), - (0x2C60, 'M', 'ⱡ'), - (0x2C61, 'V'), - (0x2C62, 'M', 'ɫ'), - (0x2C63, 'M', 'ᵽ'), - (0x2C64, 'M', 'ɽ'), - (0x2C65, 'V'), - (0x2C67, 'M', 'ⱨ'), - (0x2C68, 'V'), - (0x2C69, 'M', 'ⱪ'), - (0x2C6A, 'V'), - (0x2C6B, 'M', 'ⱬ'), - (0x2C6C, 'V'), - (0x2C6D, 'M', 'ɑ'), - (0x2C6E, 'M', 'ɱ'), - (0x2C6F, 'M', 'ɐ'), - (0x2C70, 'M', 'ɒ'), - (0x2C71, 'V'), - (0x2C72, 'M', 'ⱳ'), - (0x2C73, 'V'), - (0x2C75, 'M', 'ⱶ'), - (0x2C76, 'V'), - (0x2C7C, 'M', 'j'), - (0x2C7D, 'M', 'v'), - (0x2C7E, 'M', 'ȿ'), - (0x2C7F, 'M', 'ɀ'), - (0x2C80, 'M', 'ⲁ'), - (0x2C81, 'V'), - (0x2C82, 'M', 'ⲃ'), - (0x2C83, 'V'), - (0x2C84, 'M', 'ⲅ'), - (0x2C85, 'V'), - (0x2C86, 'M', 'ⲇ'), - (0x2C87, 'V'), - (0x2C88, 'M', 'ⲉ'), - (0x2C89, 'V'), - (0x2C8A, 'M', 'ⲋ'), - (0x2C8B, 'V'), - (0x2C8C, 'M', 'ⲍ'), - (0x2C8D, 'V'), - (0x2C8E, 'M', 'ⲏ'), - (0x2C8F, 'V'), - (0x2C90, 'M', 'ⲑ'), - (0x2C91, 'V'), - (0x2C92, 'M', 'ⲓ'), - (0x2C93, 'V'), - (0x2C94, 'M', 'ⲕ'), - (0x2C95, 'V'), - (0x2C96, 'M', 'ⲗ'), - (0x2C97, 'V'), - (0x2C98, 'M', 'ⲙ'), - (0x2C99, 'V'), - (0x2C9A, 'M', 'ⲛ'), - (0x2C9B, 'V'), - (0x2C9C, 'M', 'ⲝ'), - (0x2C9D, 'V'), - (0x2C9E, 'M', 'ⲟ'), - (0x2C9F, 'V'), - (0x2CA0, 'M', 'ⲡ'), - (0x2CA1, 'V'), - (0x2CA2, 'M', 'ⲣ'), - (0x2CA3, 'V'), - (0x2CA4, 'M', 'ⲥ'), - (0x2CA5, 'V'), - (0x2CA6, 'M', 'ⲧ'), - (0x2CA7, 'V'), - (0x2CA8, 'M', 'ⲩ'), - (0x2CA9, 'V'), - (0x2CAA, 'M', 'ⲫ'), - (0x2CAB, 'V'), - (0x2CAC, 'M', 'ⲭ'), - (0x2CAD, 'V'), - (0x2CAE, 'M', 'ⲯ'), - (0x2CAF, 'V'), - (0x2CB0, 'M', 'ⲱ'), - (0x2CB1, 'V'), - (0x2CB2, 'M', 'ⲳ'), - (0x2CB3, 'V'), - (0x2CB4, 'M', 'ⲵ'), - (0x2CB5, 'V'), - (0x2CB6, 'M', 'ⲷ'), - (0x2CB7, 'V'), - (0x2CB8, 'M', 'ⲹ'), - (0x2CB9, 'V'), - (0x2CBA, 'M', 'ⲻ'), - (0x2CBB, 'V'), - (0x2CBC, 'M', 'ⲽ'), - (0x2CBD, 'V'), - (0x2CBE, 'M', 'ⲿ'), - (0x2CBF, 'V'), - (0x2CC0, 'M', 'ⳁ'), - (0x2CC1, 'V'), - (0x2CC2, 'M', 'ⳃ'), - ] - -def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2CC3, 'V'), - (0x2CC4, 'M', 'ⳅ'), - (0x2CC5, 'V'), - (0x2CC6, 'M', 'ⳇ'), - (0x2CC7, 'V'), - (0x2CC8, 'M', 'ⳉ'), - (0x2CC9, 'V'), - (0x2CCA, 'M', 'ⳋ'), - (0x2CCB, 'V'), - (0x2CCC, 'M', 'ⳍ'), - (0x2CCD, 'V'), - (0x2CCE, 'M', 'ⳏ'), - (0x2CCF, 'V'), - (0x2CD0, 'M', 'ⳑ'), - (0x2CD1, 'V'), - (0x2CD2, 'M', 'ⳓ'), - (0x2CD3, 'V'), - (0x2CD4, 'M', 'ⳕ'), - (0x2CD5, 'V'), - (0x2CD6, 'M', 'ⳗ'), - (0x2CD7, 'V'), - (0x2CD8, 'M', 'ⳙ'), - (0x2CD9, 'V'), - (0x2CDA, 'M', 'ⳛ'), - (0x2CDB, 'V'), - (0x2CDC, 'M', 'ⳝ'), - (0x2CDD, 'V'), - (0x2CDE, 'M', 'ⳟ'), - (0x2CDF, 'V'), - (0x2CE0, 'M', 'ⳡ'), - (0x2CE1, 'V'), - (0x2CE2, 'M', 'ⳣ'), - (0x2CE3, 'V'), - (0x2CEB, 'M', 'ⳬ'), - (0x2CEC, 'V'), - (0x2CED, 'M', 'ⳮ'), - (0x2CEE, 'V'), - (0x2CF2, 'M', 'ⳳ'), - (0x2CF3, 'V'), - (0x2CF4, 'X'), - (0x2CF9, 'V'), - (0x2D26, 'X'), - (0x2D27, 'V'), - (0x2D28, 'X'), - (0x2D2D, 'V'), - (0x2D2E, 'X'), - (0x2D30, 'V'), - (0x2D68, 'X'), - (0x2D6F, 'M', 'ⵡ'), - (0x2D70, 'V'), - (0x2D71, 'X'), - (0x2D7F, 'V'), - (0x2D97, 'X'), - (0x2DA0, 'V'), - (0x2DA7, 'X'), - (0x2DA8, 'V'), - (0x2DAF, 'X'), - (0x2DB0, 'V'), - (0x2DB7, 'X'), - (0x2DB8, 'V'), - (0x2DBF, 'X'), - (0x2DC0, 'V'), - (0x2DC7, 'X'), - (0x2DC8, 'V'), - (0x2DCF, 'X'), - (0x2DD0, 'V'), - (0x2DD7, 'X'), - (0x2DD8, 'V'), - (0x2DDF, 'X'), - (0x2DE0, 'V'), - (0x2E5E, 'X'), - (0x2E80, 'V'), - (0x2E9A, 'X'), - (0x2E9B, 'V'), - (0x2E9F, 'M', '母'), - (0x2EA0, 'V'), - (0x2EF3, 'M', '龟'), - (0x2EF4, 'X'), - (0x2F00, 'M', '一'), - (0x2F01, 'M', '丨'), - (0x2F02, 'M', '丶'), - (0x2F03, 'M', '丿'), - (0x2F04, 'M', '乙'), - (0x2F05, 'M', '亅'), - (0x2F06, 'M', '二'), - (0x2F07, 'M', '亠'), - (0x2F08, 'M', '人'), - (0x2F09, 'M', '儿'), - (0x2F0A, 'M', '入'), - (0x2F0B, 'M', '八'), - (0x2F0C, 'M', '冂'), - (0x2F0D, 'M', '冖'), - (0x2F0E, 'M', '冫'), - (0x2F0F, 'M', '几'), - (0x2F10, 'M', '凵'), - (0x2F11, 'M', '刀'), - (0x2F12, 'M', '力'), - (0x2F13, 'M', '勹'), - (0x2F14, 'M', '匕'), - (0x2F15, 'M', '匚'), - ] - -def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2F16, 'M', '匸'), - (0x2F17, 'M', '十'), - (0x2F18, 'M', '卜'), - (0x2F19, 'M', '卩'), - (0x2F1A, 'M', '厂'), - (0x2F1B, 'M', '厶'), - (0x2F1C, 'M', '又'), - (0x2F1D, 'M', '口'), - (0x2F1E, 'M', '囗'), - (0x2F1F, 'M', '土'), - (0x2F20, 'M', '士'), - (0x2F21, 'M', '夂'), - (0x2F22, 'M', '夊'), - (0x2F23, 'M', '夕'), - (0x2F24, 'M', '大'), - (0x2F25, 'M', '女'), - (0x2F26, 'M', '子'), - (0x2F27, 'M', '宀'), - (0x2F28, 'M', '寸'), - (0x2F29, 'M', '小'), - (0x2F2A, 'M', '尢'), - (0x2F2B, 'M', '尸'), - (0x2F2C, 'M', '屮'), - (0x2F2D, 'M', '山'), - (0x2F2E, 'M', '巛'), - (0x2F2F, 'M', '工'), - (0x2F30, 'M', '己'), - (0x2F31, 'M', '巾'), - (0x2F32, 'M', '干'), - (0x2F33, 'M', '幺'), - (0x2F34, 'M', '广'), - (0x2F35, 'M', '廴'), - (0x2F36, 'M', '廾'), - (0x2F37, 'M', '弋'), - (0x2F38, 'M', '弓'), - (0x2F39, 'M', '彐'), - (0x2F3A, 'M', '彡'), - (0x2F3B, 'M', '彳'), - (0x2F3C, 'M', '心'), - (0x2F3D, 'M', '戈'), - (0x2F3E, 'M', '戶'), - (0x2F3F, 'M', '手'), - (0x2F40, 'M', '支'), - (0x2F41, 'M', '攴'), - (0x2F42, 'M', '文'), - (0x2F43, 'M', '斗'), - (0x2F44, 'M', '斤'), - (0x2F45, 'M', '方'), - (0x2F46, 'M', '无'), - (0x2F47, 'M', '日'), - (0x2F48, 'M', '曰'), - (0x2F49, 'M', '月'), - (0x2F4A, 'M', '木'), - (0x2F4B, 'M', '欠'), - (0x2F4C, 'M', '止'), - (0x2F4D, 'M', '歹'), - (0x2F4E, 'M', '殳'), - (0x2F4F, 'M', '毋'), - (0x2F50, 'M', '比'), - (0x2F51, 'M', '毛'), - (0x2F52, 'M', '氏'), - (0x2F53, 'M', '气'), - (0x2F54, 'M', '水'), - (0x2F55, 'M', '火'), - (0x2F56, 'M', '爪'), - (0x2F57, 'M', '父'), - (0x2F58, 'M', '爻'), - (0x2F59, 'M', '爿'), - (0x2F5A, 'M', '片'), - (0x2F5B, 'M', '牙'), - (0x2F5C, 'M', '牛'), - (0x2F5D, 'M', '犬'), - (0x2F5E, 'M', '玄'), - (0x2F5F, 'M', '玉'), - (0x2F60, 'M', '瓜'), - (0x2F61, 'M', '瓦'), - (0x2F62, 'M', '甘'), - (0x2F63, 'M', '生'), - (0x2F64, 'M', '用'), - (0x2F65, 'M', '田'), - (0x2F66, 'M', '疋'), - (0x2F67, 'M', '疒'), - (0x2F68, 'M', '癶'), - (0x2F69, 'M', '白'), - (0x2F6A, 'M', '皮'), - (0x2F6B, 'M', '皿'), - (0x2F6C, 'M', '目'), - (0x2F6D, 'M', '矛'), - (0x2F6E, 'M', '矢'), - (0x2F6F, 'M', '石'), - (0x2F70, 'M', '示'), - (0x2F71, 'M', '禸'), - (0x2F72, 'M', '禾'), - (0x2F73, 'M', '穴'), - (0x2F74, 'M', '立'), - (0x2F75, 'M', '竹'), - (0x2F76, 'M', '米'), - (0x2F77, 'M', '糸'), - (0x2F78, 'M', '缶'), - (0x2F79, 'M', '网'), - ] - -def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2F7A, 'M', '羊'), - (0x2F7B, 'M', '羽'), - (0x2F7C, 'M', '老'), - (0x2F7D, 'M', '而'), - (0x2F7E, 'M', '耒'), - (0x2F7F, 'M', '耳'), - (0x2F80, 'M', '聿'), - (0x2F81, 'M', '肉'), - (0x2F82, 'M', '臣'), - (0x2F83, 'M', '自'), - (0x2F84, 'M', '至'), - (0x2F85, 'M', '臼'), - (0x2F86, 'M', '舌'), - (0x2F87, 'M', '舛'), - (0x2F88, 'M', '舟'), - (0x2F89, 'M', '艮'), - (0x2F8A, 'M', '色'), - (0x2F8B, 'M', '艸'), - (0x2F8C, 'M', '虍'), - (0x2F8D, 'M', '虫'), - (0x2F8E, 'M', '血'), - (0x2F8F, 'M', '行'), - (0x2F90, 'M', '衣'), - (0x2F91, 'M', '襾'), - (0x2F92, 'M', '見'), - (0x2F93, 'M', '角'), - (0x2F94, 'M', '言'), - (0x2F95, 'M', '谷'), - (0x2F96, 'M', '豆'), - (0x2F97, 'M', '豕'), - (0x2F98, 'M', '豸'), - (0x2F99, 'M', '貝'), - (0x2F9A, 'M', '赤'), - (0x2F9B, 'M', '走'), - (0x2F9C, 'M', '足'), - (0x2F9D, 'M', '身'), - (0x2F9E, 'M', '車'), - (0x2F9F, 'M', '辛'), - (0x2FA0, 'M', '辰'), - (0x2FA1, 'M', '辵'), - (0x2FA2, 'M', '邑'), - (0x2FA3, 'M', '酉'), - (0x2FA4, 'M', '釆'), - (0x2FA5, 'M', '里'), - (0x2FA6, 'M', '金'), - (0x2FA7, 'M', '長'), - (0x2FA8, 'M', '門'), - (0x2FA9, 'M', '阜'), - (0x2FAA, 'M', '隶'), - (0x2FAB, 'M', '隹'), - (0x2FAC, 'M', '雨'), - (0x2FAD, 'M', '靑'), - (0x2FAE, 'M', '非'), - (0x2FAF, 'M', '面'), - (0x2FB0, 'M', '革'), - (0x2FB1, 'M', '韋'), - (0x2FB2, 'M', '韭'), - (0x2FB3, 'M', '音'), - (0x2FB4, 'M', '頁'), - (0x2FB5, 'M', '風'), - (0x2FB6, 'M', '飛'), - (0x2FB7, 'M', '食'), - (0x2FB8, 'M', '首'), - (0x2FB9, 'M', '香'), - (0x2FBA, 'M', '馬'), - (0x2FBB, 'M', '骨'), - (0x2FBC, 'M', '高'), - (0x2FBD, 'M', '髟'), - (0x2FBE, 'M', '鬥'), - (0x2FBF, 'M', '鬯'), - (0x2FC0, 'M', '鬲'), - (0x2FC1, 'M', '鬼'), - (0x2FC2, 'M', '魚'), - (0x2FC3, 'M', '鳥'), - (0x2FC4, 'M', '鹵'), - (0x2FC5, 'M', '鹿'), - (0x2FC6, 'M', '麥'), - (0x2FC7, 'M', '麻'), - (0x2FC8, 'M', '黃'), - (0x2FC9, 'M', '黍'), - (0x2FCA, 'M', '黑'), - (0x2FCB, 'M', '黹'), - (0x2FCC, 'M', '黽'), - (0x2FCD, 'M', '鼎'), - (0x2FCE, 'M', '鼓'), - (0x2FCF, 'M', '鼠'), - (0x2FD0, 'M', '鼻'), - (0x2FD1, 'M', '齊'), - (0x2FD2, 'M', '齒'), - (0x2FD3, 'M', '龍'), - (0x2FD4, 'M', '龜'), - (0x2FD5, 'M', '龠'), - (0x2FD6, 'X'), - (0x3000, '3', ' '), - (0x3001, 'V'), - (0x3002, 'M', '.'), - (0x3003, 'V'), - (0x3036, 'M', '〒'), - (0x3037, 'V'), - (0x3038, 'M', '十'), - ] - -def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x3039, 'M', '卄'), - (0x303A, 'M', '卅'), - (0x303B, 'V'), - (0x3040, 'X'), - (0x3041, 'V'), - (0x3097, 'X'), - (0x3099, 'V'), - (0x309B, '3', ' ゙'), - (0x309C, '3', ' ゚'), - (0x309D, 'V'), - (0x309F, 'M', 'より'), - (0x30A0, 'V'), - (0x30FF, 'M', 'コト'), - (0x3100, 'X'), - (0x3105, 'V'), - (0x3130, 'X'), - (0x3131, 'M', 'ᄀ'), - (0x3132, 'M', 'ᄁ'), - (0x3133, 'M', 'ᆪ'), - (0x3134, 'M', 'ᄂ'), - (0x3135, 'M', 'ᆬ'), - (0x3136, 'M', 'ᆭ'), - (0x3137, 'M', 'ᄃ'), - (0x3138, 'M', 'ᄄ'), - (0x3139, 'M', 'ᄅ'), - (0x313A, 'M', 'ᆰ'), - (0x313B, 'M', 'ᆱ'), - (0x313C, 'M', 'ᆲ'), - (0x313D, 'M', 'ᆳ'), - (0x313E, 'M', 'ᆴ'), - (0x313F, 'M', 'ᆵ'), - (0x3140, 'M', 'ᄚ'), - (0x3141, 'M', 'ᄆ'), - (0x3142, 'M', 'ᄇ'), - (0x3143, 'M', 'ᄈ'), - (0x3144, 'M', 'ᄡ'), - (0x3145, 'M', 'ᄉ'), - (0x3146, 'M', 'ᄊ'), - (0x3147, 'M', 'ᄋ'), - (0x3148, 'M', 'ᄌ'), - (0x3149, 'M', 'ᄍ'), - (0x314A, 'M', 'ᄎ'), - (0x314B, 'M', 'ᄏ'), - (0x314C, 'M', 'ᄐ'), - (0x314D, 'M', 'ᄑ'), - (0x314E, 'M', 'ᄒ'), - (0x314F, 'M', 'ᅡ'), - (0x3150, 'M', 'ᅢ'), - (0x3151, 'M', 'ᅣ'), - (0x3152, 'M', 'ᅤ'), - (0x3153, 'M', 'ᅥ'), - (0x3154, 'M', 'ᅦ'), - (0x3155, 'M', 'ᅧ'), - (0x3156, 'M', 'ᅨ'), - (0x3157, 'M', 'ᅩ'), - (0x3158, 'M', 'ᅪ'), - (0x3159, 'M', 'ᅫ'), - (0x315A, 'M', 'ᅬ'), - (0x315B, 'M', 'ᅭ'), - (0x315C, 'M', 'ᅮ'), - (0x315D, 'M', 'ᅯ'), - (0x315E, 'M', 'ᅰ'), - (0x315F, 'M', 'ᅱ'), - (0x3160, 'M', 'ᅲ'), - (0x3161, 'M', 'ᅳ'), - (0x3162, 'M', 'ᅴ'), - (0x3163, 'M', 'ᅵ'), - (0x3164, 'X'), - (0x3165, 'M', 'ᄔ'), - (0x3166, 'M', 'ᄕ'), - (0x3167, 'M', 'ᇇ'), - (0x3168, 'M', 'ᇈ'), - (0x3169, 'M', 'ᇌ'), - (0x316A, 'M', 'ᇎ'), - (0x316B, 'M', 'ᇓ'), - (0x316C, 'M', 'ᇗ'), - (0x316D, 'M', 'ᇙ'), - (0x316E, 'M', 'ᄜ'), - (0x316F, 'M', 'ᇝ'), - (0x3170, 'M', 'ᇟ'), - (0x3171, 'M', 'ᄝ'), - (0x3172, 'M', 'ᄞ'), - (0x3173, 'M', 'ᄠ'), - (0x3174, 'M', 'ᄢ'), - (0x3175, 'M', 'ᄣ'), - (0x3176, 'M', 'ᄧ'), - (0x3177, 'M', 'ᄩ'), - (0x3178, 'M', 'ᄫ'), - (0x3179, 'M', 'ᄬ'), - (0x317A, 'M', 'ᄭ'), - (0x317B, 'M', 'ᄮ'), - (0x317C, 'M', 'ᄯ'), - (0x317D, 'M', 'ᄲ'), - (0x317E, 'M', 'ᄶ'), - (0x317F, 'M', 'ᅀ'), - (0x3180, 'M', 'ᅇ'), - (0x3181, 'M', 'ᅌ'), - (0x3182, 'M', 'ᇱ'), - (0x3183, 'M', 'ᇲ'), - (0x3184, 'M', 'ᅗ'), - ] - -def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x3185, 'M', 'ᅘ'), - (0x3186, 'M', 'ᅙ'), - (0x3187, 'M', 'ᆄ'), - (0x3188, 'M', 'ᆅ'), - (0x3189, 'M', 'ᆈ'), - (0x318A, 'M', 'ᆑ'), - (0x318B, 'M', 'ᆒ'), - (0x318C, 'M', 'ᆔ'), - (0x318D, 'M', 'ᆞ'), - (0x318E, 'M', 'ᆡ'), - (0x318F, 'X'), - (0x3190, 'V'), - (0x3192, 'M', '一'), - (0x3193, 'M', '二'), - (0x3194, 'M', '三'), - (0x3195, 'M', '四'), - (0x3196, 'M', '上'), - (0x3197, 'M', '中'), - (0x3198, 'M', '下'), - (0x3199, 'M', '甲'), - (0x319A, 'M', '乙'), - (0x319B, 'M', '丙'), - (0x319C, 'M', '丁'), - (0x319D, 'M', '天'), - (0x319E, 'M', '地'), - (0x319F, 'M', '人'), - (0x31A0, 'V'), - (0x31E4, 'X'), - (0x31F0, 'V'), - (0x3200, '3', '(ᄀ)'), - (0x3201, '3', '(ᄂ)'), - (0x3202, '3', '(ᄃ)'), - (0x3203, '3', '(ᄅ)'), - (0x3204, '3', '(ᄆ)'), - (0x3205, '3', '(ᄇ)'), - (0x3206, '3', '(ᄉ)'), - (0x3207, '3', '(ᄋ)'), - (0x3208, '3', '(ᄌ)'), - (0x3209, '3', '(ᄎ)'), - (0x320A, '3', '(ᄏ)'), - (0x320B, '3', '(ᄐ)'), - (0x320C, '3', '(ᄑ)'), - (0x320D, '3', '(ᄒ)'), - (0x320E, '3', '(가)'), - (0x320F, '3', '(나)'), - (0x3210, '3', '(다)'), - (0x3211, '3', '(라)'), - (0x3212, '3', '(마)'), - (0x3213, '3', '(바)'), - (0x3214, '3', '(사)'), - (0x3215, '3', '(아)'), - (0x3216, '3', '(자)'), - (0x3217, '3', '(차)'), - (0x3218, '3', '(카)'), - (0x3219, '3', '(타)'), - (0x321A, '3', '(파)'), - (0x321B, '3', '(하)'), - (0x321C, '3', '(주)'), - (0x321D, '3', '(오전)'), - (0x321E, '3', '(오후)'), - (0x321F, 'X'), - (0x3220, '3', '(一)'), - (0x3221, '3', '(二)'), - (0x3222, '3', '(三)'), - (0x3223, '3', '(四)'), - (0x3224, '3', '(五)'), - (0x3225, '3', '(六)'), - (0x3226, '3', '(七)'), - (0x3227, '3', '(八)'), - (0x3228, '3', '(九)'), - (0x3229, '3', '(十)'), - (0x322A, '3', '(月)'), - (0x322B, '3', '(火)'), - (0x322C, '3', '(水)'), - (0x322D, '3', '(木)'), - (0x322E, '3', '(金)'), - (0x322F, '3', '(土)'), - (0x3230, '3', '(日)'), - (0x3231, '3', '(株)'), - (0x3232, '3', '(有)'), - (0x3233, '3', '(社)'), - (0x3234, '3', '(名)'), - (0x3235, '3', '(特)'), - (0x3236, '3', '(財)'), - (0x3237, '3', '(祝)'), - (0x3238, '3', '(労)'), - (0x3239, '3', '(代)'), - (0x323A, '3', '(呼)'), - (0x323B, '3', '(学)'), - (0x323C, '3', '(監)'), - (0x323D, '3', '(企)'), - (0x323E, '3', '(資)'), - (0x323F, '3', '(協)'), - (0x3240, '3', '(祭)'), - (0x3241, '3', '(休)'), - (0x3242, '3', '(自)'), - (0x3243, '3', '(至)'), - (0x3244, 'M', '問'), - (0x3245, 'M', '幼'), - (0x3246, 'M', '文'), - ] - -def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x3247, 'M', '箏'), - (0x3248, 'V'), - (0x3250, 'M', 'pte'), - (0x3251, 'M', '21'), - (0x3252, 'M', '22'), - (0x3253, 'M', '23'), - (0x3254, 'M', '24'), - (0x3255, 'M', '25'), - (0x3256, 'M', '26'), - (0x3257, 'M', '27'), - (0x3258, 'M', '28'), - (0x3259, 'M', '29'), - (0x325A, 'M', '30'), - (0x325B, 'M', '31'), - (0x325C, 'M', '32'), - (0x325D, 'M', '33'), - (0x325E, 'M', '34'), - (0x325F, 'M', '35'), - (0x3260, 'M', 'ᄀ'), - (0x3261, 'M', 'ᄂ'), - (0x3262, 'M', 'ᄃ'), - (0x3263, 'M', 'ᄅ'), - (0x3264, 'M', 'ᄆ'), - (0x3265, 'M', 'ᄇ'), - (0x3266, 'M', 'ᄉ'), - (0x3267, 'M', 'ᄋ'), - (0x3268, 'M', 'ᄌ'), - (0x3269, 'M', 'ᄎ'), - (0x326A, 'M', 'ᄏ'), - (0x326B, 'M', 'ᄐ'), - (0x326C, 'M', 'ᄑ'), - (0x326D, 'M', 'ᄒ'), - (0x326E, 'M', '가'), - (0x326F, 'M', '나'), - (0x3270, 'M', '다'), - (0x3271, 'M', '라'), - (0x3272, 'M', '마'), - (0x3273, 'M', '바'), - (0x3274, 'M', '사'), - (0x3275, 'M', '아'), - (0x3276, 'M', '자'), - (0x3277, 'M', '차'), - (0x3278, 'M', '카'), - (0x3279, 'M', '타'), - (0x327A, 'M', '파'), - (0x327B, 'M', '하'), - (0x327C, 'M', '참고'), - (0x327D, 'M', '주의'), - (0x327E, 'M', '우'), - (0x327F, 'V'), - (0x3280, 'M', '一'), - (0x3281, 'M', '二'), - (0x3282, 'M', '三'), - (0x3283, 'M', '四'), - (0x3284, 'M', '五'), - (0x3285, 'M', '六'), - (0x3286, 'M', '七'), - (0x3287, 'M', '八'), - (0x3288, 'M', '九'), - (0x3289, 'M', '十'), - (0x328A, 'M', '月'), - (0x328B, 'M', '火'), - (0x328C, 'M', '水'), - (0x328D, 'M', '木'), - (0x328E, 'M', '金'), - (0x328F, 'M', '土'), - (0x3290, 'M', '日'), - (0x3291, 'M', '株'), - (0x3292, 'M', '有'), - (0x3293, 'M', '社'), - (0x3294, 'M', '名'), - (0x3295, 'M', '特'), - (0x3296, 'M', '財'), - (0x3297, 'M', '祝'), - (0x3298, 'M', '労'), - (0x3299, 'M', '秘'), - (0x329A, 'M', '男'), - (0x329B, 'M', '女'), - (0x329C, 'M', '適'), - (0x329D, 'M', '優'), - (0x329E, 'M', '印'), - (0x329F, 'M', '注'), - (0x32A0, 'M', '項'), - (0x32A1, 'M', '休'), - (0x32A2, 'M', '写'), - (0x32A3, 'M', '正'), - (0x32A4, 'M', '上'), - (0x32A5, 'M', '中'), - (0x32A6, 'M', '下'), - (0x32A7, 'M', '左'), - (0x32A8, 'M', '右'), - (0x32A9, 'M', '医'), - (0x32AA, 'M', '宗'), - (0x32AB, 'M', '学'), - (0x32AC, 'M', '監'), - (0x32AD, 'M', '企'), - (0x32AE, 'M', '資'), - (0x32AF, 'M', '協'), - (0x32B0, 'M', '夜'), - (0x32B1, 'M', '36'), - ] - -def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x32B2, 'M', '37'), - (0x32B3, 'M', '38'), - (0x32B4, 'M', '39'), - (0x32B5, 'M', '40'), - (0x32B6, 'M', '41'), - (0x32B7, 'M', '42'), - (0x32B8, 'M', '43'), - (0x32B9, 'M', '44'), - (0x32BA, 'M', '45'), - (0x32BB, 'M', '46'), - (0x32BC, 'M', '47'), - (0x32BD, 'M', '48'), - (0x32BE, 'M', '49'), - (0x32BF, 'M', '50'), - (0x32C0, 'M', '1月'), - (0x32C1, 'M', '2月'), - (0x32C2, 'M', '3月'), - (0x32C3, 'M', '4月'), - (0x32C4, 'M', '5月'), - (0x32C5, 'M', '6月'), - (0x32C6, 'M', '7月'), - (0x32C7, 'M', '8月'), - (0x32C8, 'M', '9月'), - (0x32C9, 'M', '10月'), - (0x32CA, 'M', '11月'), - (0x32CB, 'M', '12月'), - (0x32CC, 'M', 'hg'), - (0x32CD, 'M', 'erg'), - (0x32CE, 'M', 'ev'), - (0x32CF, 'M', 'ltd'), - (0x32D0, 'M', 'ア'), - (0x32D1, 'M', 'イ'), - (0x32D2, 'M', 'ウ'), - (0x32D3, 'M', 'エ'), - (0x32D4, 'M', 'オ'), - (0x32D5, 'M', 'カ'), - (0x32D6, 'M', 'キ'), - (0x32D7, 'M', 'ク'), - (0x32D8, 'M', 'ケ'), - (0x32D9, 'M', 'コ'), - (0x32DA, 'M', 'サ'), - (0x32DB, 'M', 'シ'), - (0x32DC, 'M', 'ス'), - (0x32DD, 'M', 'セ'), - (0x32DE, 'M', 'ソ'), - (0x32DF, 'M', 'タ'), - (0x32E0, 'M', 'チ'), - (0x32E1, 'M', 'ツ'), - (0x32E2, 'M', 'テ'), - (0x32E3, 'M', 'ト'), - (0x32E4, 'M', 'ナ'), - (0x32E5, 'M', 'ニ'), - (0x32E6, 'M', 'ヌ'), - (0x32E7, 'M', 'ネ'), - (0x32E8, 'M', 'ノ'), - (0x32E9, 'M', 'ハ'), - (0x32EA, 'M', 'ヒ'), - (0x32EB, 'M', 'フ'), - (0x32EC, 'M', 'ヘ'), - (0x32ED, 'M', 'ホ'), - (0x32EE, 'M', 'マ'), - (0x32EF, 'M', 'ミ'), - (0x32F0, 'M', 'ム'), - (0x32F1, 'M', 'メ'), - (0x32F2, 'M', 'モ'), - (0x32F3, 'M', 'ヤ'), - (0x32F4, 'M', 'ユ'), - (0x32F5, 'M', 'ヨ'), - (0x32F6, 'M', 'ラ'), - (0x32F7, 'M', 'リ'), - (0x32F8, 'M', 'ル'), - (0x32F9, 'M', 'レ'), - (0x32FA, 'M', 'ロ'), - (0x32FB, 'M', 'ワ'), - (0x32FC, 'M', 'ヰ'), - (0x32FD, 'M', 'ヱ'), - (0x32FE, 'M', 'ヲ'), - (0x32FF, 'M', '令和'), - (0x3300, 'M', 'アパート'), - (0x3301, 'M', 'アルファ'), - (0x3302, 'M', 'アンペア'), - (0x3303, 'M', 'アール'), - (0x3304, 'M', 'イニング'), - (0x3305, 'M', 'インチ'), - (0x3306, 'M', 'ウォン'), - (0x3307, 'M', 'エスクード'), - (0x3308, 'M', 'エーカー'), - (0x3309, 'M', 'オンス'), - (0x330A, 'M', 'オーム'), - (0x330B, 'M', 'カイリ'), - (0x330C, 'M', 'カラット'), - (0x330D, 'M', 'カロリー'), - (0x330E, 'M', 'ガロン'), - (0x330F, 'M', 'ガンマ'), - (0x3310, 'M', 'ギガ'), - (0x3311, 'M', 'ギニー'), - (0x3312, 'M', 'キュリー'), - (0x3313, 'M', 'ギルダー'), - (0x3314, 'M', 'キロ'), - (0x3315, 'M', 'キログラム'), - ] - -def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x3316, 'M', 'キロメートル'), - (0x3317, 'M', 'キロワット'), - (0x3318, 'M', 'グラム'), - (0x3319, 'M', 'グラムトン'), - (0x331A, 'M', 'クルゼイロ'), - (0x331B, 'M', 'クローネ'), - (0x331C, 'M', 'ケース'), - (0x331D, 'M', 'コルナ'), - (0x331E, 'M', 'コーポ'), - (0x331F, 'M', 'サイクル'), - (0x3320, 'M', 'サンチーム'), - (0x3321, 'M', 'シリング'), - (0x3322, 'M', 'センチ'), - (0x3323, 'M', 'セント'), - (0x3324, 'M', 'ダース'), - (0x3325, 'M', 'デシ'), - (0x3326, 'M', 'ドル'), - (0x3327, 'M', 'トン'), - (0x3328, 'M', 'ナノ'), - (0x3329, 'M', 'ノット'), - (0x332A, 'M', 'ハイツ'), - (0x332B, 'M', 'パーセント'), - (0x332C, 'M', 'パーツ'), - (0x332D, 'M', 'バーレル'), - (0x332E, 'M', 'ピアストル'), - (0x332F, 'M', 'ピクル'), - (0x3330, 'M', 'ピコ'), - (0x3331, 'M', 'ビル'), - (0x3332, 'M', 'ファラッド'), - (0x3333, 'M', 'フィート'), - (0x3334, 'M', 'ブッシェル'), - (0x3335, 'M', 'フラン'), - (0x3336, 'M', 'ヘクタール'), - (0x3337, 'M', 'ペソ'), - (0x3338, 'M', 'ペニヒ'), - (0x3339, 'M', 'ヘルツ'), - (0x333A, 'M', 'ペンス'), - (0x333B, 'M', 'ページ'), - (0x333C, 'M', 'ベータ'), - (0x333D, 'M', 'ポイント'), - (0x333E, 'M', 'ボルト'), - (0x333F, 'M', 'ホン'), - (0x3340, 'M', 'ポンド'), - (0x3341, 'M', 'ホール'), - (0x3342, 'M', 'ホーン'), - (0x3343, 'M', 'マイクロ'), - (0x3344, 'M', 'マイル'), - (0x3345, 'M', 'マッハ'), - (0x3346, 'M', 'マルク'), - (0x3347, 'M', 'マンション'), - (0x3348, 'M', 'ミクロン'), - (0x3349, 'M', 'ミリ'), - (0x334A, 'M', 'ミリバール'), - (0x334B, 'M', 'メガ'), - (0x334C, 'M', 'メガトン'), - (0x334D, 'M', 'メートル'), - (0x334E, 'M', 'ヤード'), - (0x334F, 'M', 'ヤール'), - (0x3350, 'M', 'ユアン'), - (0x3351, 'M', 'リットル'), - (0x3352, 'M', 'リラ'), - (0x3353, 'M', 'ルピー'), - (0x3354, 'M', 'ルーブル'), - (0x3355, 'M', 'レム'), - (0x3356, 'M', 'レントゲン'), - (0x3357, 'M', 'ワット'), - (0x3358, 'M', '0点'), - (0x3359, 'M', '1点'), - (0x335A, 'M', '2点'), - (0x335B, 'M', '3点'), - (0x335C, 'M', '4点'), - (0x335D, 'M', '5点'), - (0x335E, 'M', '6点'), - (0x335F, 'M', '7点'), - (0x3360, 'M', '8点'), - (0x3361, 'M', '9点'), - (0x3362, 'M', '10点'), - (0x3363, 'M', '11点'), - (0x3364, 'M', '12点'), - (0x3365, 'M', '13点'), - (0x3366, 'M', '14点'), - (0x3367, 'M', '15点'), - (0x3368, 'M', '16点'), - (0x3369, 'M', '17点'), - (0x336A, 'M', '18点'), - (0x336B, 'M', '19点'), - (0x336C, 'M', '20点'), - (0x336D, 'M', '21点'), - (0x336E, 'M', '22点'), - (0x336F, 'M', '23点'), - (0x3370, 'M', '24点'), - (0x3371, 'M', 'hpa'), - (0x3372, 'M', 'da'), - (0x3373, 'M', 'au'), - (0x3374, 'M', 'bar'), - (0x3375, 'M', 'ov'), - (0x3376, 'M', 'pc'), - (0x3377, 'M', 'dm'), - (0x3378, 'M', 'dm2'), - (0x3379, 'M', 'dm3'), - ] - -def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x337A, 'M', 'iu'), - (0x337B, 'M', '平成'), - (0x337C, 'M', '昭和'), - (0x337D, 'M', '大正'), - (0x337E, 'M', '明治'), - (0x337F, 'M', '株式会社'), - (0x3380, 'M', 'pa'), - (0x3381, 'M', 'na'), - (0x3382, 'M', 'μa'), - (0x3383, 'M', 'ma'), - (0x3384, 'M', 'ka'), - (0x3385, 'M', 'kb'), - (0x3386, 'M', 'mb'), - (0x3387, 'M', 'gb'), - (0x3388, 'M', 'cal'), - (0x3389, 'M', 'kcal'), - (0x338A, 'M', 'pf'), - (0x338B, 'M', 'nf'), - (0x338C, 'M', 'μf'), - (0x338D, 'M', 'μg'), - (0x338E, 'M', 'mg'), - (0x338F, 'M', 'kg'), - (0x3390, 'M', 'hz'), - (0x3391, 'M', 'khz'), - (0x3392, 'M', 'mhz'), - (0x3393, 'M', 'ghz'), - (0x3394, 'M', 'thz'), - (0x3395, 'M', 'μl'), - (0x3396, 'M', 'ml'), - (0x3397, 'M', 'dl'), - (0x3398, 'M', 'kl'), - (0x3399, 'M', 'fm'), - (0x339A, 'M', 'nm'), - (0x339B, 'M', 'μm'), - (0x339C, 'M', 'mm'), - (0x339D, 'M', 'cm'), - (0x339E, 'M', 'km'), - (0x339F, 'M', 'mm2'), - (0x33A0, 'M', 'cm2'), - (0x33A1, 'M', 'm2'), - (0x33A2, 'M', 'km2'), - (0x33A3, 'M', 'mm3'), - (0x33A4, 'M', 'cm3'), - (0x33A5, 'M', 'm3'), - (0x33A6, 'M', 'km3'), - (0x33A7, 'M', 'm∕s'), - (0x33A8, 'M', 'm∕s2'), - (0x33A9, 'M', 'pa'), - (0x33AA, 'M', 'kpa'), - (0x33AB, 'M', 'mpa'), - (0x33AC, 'M', 'gpa'), - (0x33AD, 'M', 'rad'), - (0x33AE, 'M', 'rad∕s'), - (0x33AF, 'M', 'rad∕s2'), - (0x33B0, 'M', 'ps'), - (0x33B1, 'M', 'ns'), - (0x33B2, 'M', 'μs'), - (0x33B3, 'M', 'ms'), - (0x33B4, 'M', 'pv'), - (0x33B5, 'M', 'nv'), - (0x33B6, 'M', 'μv'), - (0x33B7, 'M', 'mv'), - (0x33B8, 'M', 'kv'), - (0x33B9, 'M', 'mv'), - (0x33BA, 'M', 'pw'), - (0x33BB, 'M', 'nw'), - (0x33BC, 'M', 'μw'), - (0x33BD, 'M', 'mw'), - (0x33BE, 'M', 'kw'), - (0x33BF, 'M', 'mw'), - (0x33C0, 'M', 'kω'), - (0x33C1, 'M', 'mω'), - (0x33C2, 'X'), - (0x33C3, 'M', 'bq'), - (0x33C4, 'M', 'cc'), - (0x33C5, 'M', 'cd'), - (0x33C6, 'M', 'c∕kg'), - (0x33C7, 'X'), - (0x33C8, 'M', 'db'), - (0x33C9, 'M', 'gy'), - (0x33CA, 'M', 'ha'), - (0x33CB, 'M', 'hp'), - (0x33CC, 'M', 'in'), - (0x33CD, 'M', 'kk'), - (0x33CE, 'M', 'km'), - (0x33CF, 'M', 'kt'), - (0x33D0, 'M', 'lm'), - (0x33D1, 'M', 'ln'), - (0x33D2, 'M', 'log'), - (0x33D3, 'M', 'lx'), - (0x33D4, 'M', 'mb'), - (0x33D5, 'M', 'mil'), - (0x33D6, 'M', 'mol'), - (0x33D7, 'M', 'ph'), - (0x33D8, 'X'), - (0x33D9, 'M', 'ppm'), - (0x33DA, 'M', 'pr'), - (0x33DB, 'M', 'sr'), - (0x33DC, 'M', 'sv'), - (0x33DD, 'M', 'wb'), - ] - -def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x33DE, 'M', 'v∕m'), - (0x33DF, 'M', 'a∕m'), - (0x33E0, 'M', '1日'), - (0x33E1, 'M', '2日'), - (0x33E2, 'M', '3日'), - (0x33E3, 'M', '4日'), - (0x33E4, 'M', '5日'), - (0x33E5, 'M', '6日'), - (0x33E6, 'M', '7日'), - (0x33E7, 'M', '8日'), - (0x33E8, 'M', '9日'), - (0x33E9, 'M', '10日'), - (0x33EA, 'M', '11日'), - (0x33EB, 'M', '12日'), - (0x33EC, 'M', '13日'), - (0x33ED, 'M', '14日'), - (0x33EE, 'M', '15日'), - (0x33EF, 'M', '16日'), - (0x33F0, 'M', '17日'), - (0x33F1, 'M', '18日'), - (0x33F2, 'M', '19日'), - (0x33F3, 'M', '20日'), - (0x33F4, 'M', '21日'), - (0x33F5, 'M', '22日'), - (0x33F6, 'M', '23日'), - (0x33F7, 'M', '24日'), - (0x33F8, 'M', '25日'), - (0x33F9, 'M', '26日'), - (0x33FA, 'M', '27日'), - (0x33FB, 'M', '28日'), - (0x33FC, 'M', '29日'), - (0x33FD, 'M', '30日'), - (0x33FE, 'M', '31日'), - (0x33FF, 'M', 'gal'), - (0x3400, 'V'), - (0xA48D, 'X'), - (0xA490, 'V'), - (0xA4C7, 'X'), - (0xA4D0, 'V'), - (0xA62C, 'X'), - (0xA640, 'M', 'ꙁ'), - (0xA641, 'V'), - (0xA642, 'M', 'ꙃ'), - (0xA643, 'V'), - (0xA644, 'M', 'ꙅ'), - (0xA645, 'V'), - (0xA646, 'M', 'ꙇ'), - (0xA647, 'V'), - (0xA648, 'M', 'ꙉ'), - (0xA649, 'V'), - (0xA64A, 'M', 'ꙋ'), - (0xA64B, 'V'), - (0xA64C, 'M', 'ꙍ'), - (0xA64D, 'V'), - (0xA64E, 'M', 'ꙏ'), - (0xA64F, 'V'), - (0xA650, 'M', 'ꙑ'), - (0xA651, 'V'), - (0xA652, 'M', 'ꙓ'), - (0xA653, 'V'), - (0xA654, 'M', 'ꙕ'), - (0xA655, 'V'), - (0xA656, 'M', 'ꙗ'), - (0xA657, 'V'), - (0xA658, 'M', 'ꙙ'), - (0xA659, 'V'), - (0xA65A, 'M', 'ꙛ'), - (0xA65B, 'V'), - (0xA65C, 'M', 'ꙝ'), - (0xA65D, 'V'), - (0xA65E, 'M', 'ꙟ'), - (0xA65F, 'V'), - (0xA660, 'M', 'ꙡ'), - (0xA661, 'V'), - (0xA662, 'M', 'ꙣ'), - (0xA663, 'V'), - (0xA664, 'M', 'ꙥ'), - (0xA665, 'V'), - (0xA666, 'M', 'ꙧ'), - (0xA667, 'V'), - (0xA668, 'M', 'ꙩ'), - (0xA669, 'V'), - (0xA66A, 'M', 'ꙫ'), - (0xA66B, 'V'), - (0xA66C, 'M', 'ꙭ'), - (0xA66D, 'V'), - (0xA680, 'M', 'ꚁ'), - (0xA681, 'V'), - (0xA682, 'M', 'ꚃ'), - (0xA683, 'V'), - (0xA684, 'M', 'ꚅ'), - (0xA685, 'V'), - (0xA686, 'M', 'ꚇ'), - (0xA687, 'V'), - (0xA688, 'M', 'ꚉ'), - (0xA689, 'V'), - (0xA68A, 'M', 'ꚋ'), - (0xA68B, 'V'), - (0xA68C, 'M', 'ꚍ'), - (0xA68D, 'V'), - ] - -def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xA68E, 'M', 'ꚏ'), - (0xA68F, 'V'), - (0xA690, 'M', 'ꚑ'), - (0xA691, 'V'), - (0xA692, 'M', 'ꚓ'), - (0xA693, 'V'), - (0xA694, 'M', 'ꚕ'), - (0xA695, 'V'), - (0xA696, 'M', 'ꚗ'), - (0xA697, 'V'), - (0xA698, 'M', 'ꚙ'), - (0xA699, 'V'), - (0xA69A, 'M', 'ꚛ'), - (0xA69B, 'V'), - (0xA69C, 'M', 'ъ'), - (0xA69D, 'M', 'ь'), - (0xA69E, 'V'), - (0xA6F8, 'X'), - (0xA700, 'V'), - (0xA722, 'M', 'ꜣ'), - (0xA723, 'V'), - (0xA724, 'M', 'ꜥ'), - (0xA725, 'V'), - (0xA726, 'M', 'ꜧ'), - (0xA727, 'V'), - (0xA728, 'M', 'ꜩ'), - (0xA729, 'V'), - (0xA72A, 'M', 'ꜫ'), - (0xA72B, 'V'), - (0xA72C, 'M', 'ꜭ'), - (0xA72D, 'V'), - (0xA72E, 'M', 'ꜯ'), - (0xA72F, 'V'), - (0xA732, 'M', 'ꜳ'), - (0xA733, 'V'), - (0xA734, 'M', 'ꜵ'), - (0xA735, 'V'), - (0xA736, 'M', 'ꜷ'), - (0xA737, 'V'), - (0xA738, 'M', 'ꜹ'), - (0xA739, 'V'), - (0xA73A, 'M', 'ꜻ'), - (0xA73B, 'V'), - (0xA73C, 'M', 'ꜽ'), - (0xA73D, 'V'), - (0xA73E, 'M', 'ꜿ'), - (0xA73F, 'V'), - (0xA740, 'M', 'ꝁ'), - (0xA741, 'V'), - (0xA742, 'M', 'ꝃ'), - (0xA743, 'V'), - (0xA744, 'M', 'ꝅ'), - (0xA745, 'V'), - (0xA746, 'M', 'ꝇ'), - (0xA747, 'V'), - (0xA748, 'M', 'ꝉ'), - (0xA749, 'V'), - (0xA74A, 'M', 'ꝋ'), - (0xA74B, 'V'), - (0xA74C, 'M', 'ꝍ'), - (0xA74D, 'V'), - (0xA74E, 'M', 'ꝏ'), - (0xA74F, 'V'), - (0xA750, 'M', 'ꝑ'), - (0xA751, 'V'), - (0xA752, 'M', 'ꝓ'), - (0xA753, 'V'), - (0xA754, 'M', 'ꝕ'), - (0xA755, 'V'), - (0xA756, 'M', 'ꝗ'), - (0xA757, 'V'), - (0xA758, 'M', 'ꝙ'), - (0xA759, 'V'), - (0xA75A, 'M', 'ꝛ'), - (0xA75B, 'V'), - (0xA75C, 'M', 'ꝝ'), - (0xA75D, 'V'), - (0xA75E, 'M', 'ꝟ'), - (0xA75F, 'V'), - (0xA760, 'M', 'ꝡ'), - (0xA761, 'V'), - (0xA762, 'M', 'ꝣ'), - (0xA763, 'V'), - (0xA764, 'M', 'ꝥ'), - (0xA765, 'V'), - (0xA766, 'M', 'ꝧ'), - (0xA767, 'V'), - (0xA768, 'M', 'ꝩ'), - (0xA769, 'V'), - (0xA76A, 'M', 'ꝫ'), - (0xA76B, 'V'), - (0xA76C, 'M', 'ꝭ'), - (0xA76D, 'V'), - (0xA76E, 'M', 'ꝯ'), - (0xA76F, 'V'), - (0xA770, 'M', 'ꝯ'), - (0xA771, 'V'), - (0xA779, 'M', 'ꝺ'), - (0xA77A, 'V'), - (0xA77B, 'M', 'ꝼ'), - ] - -def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xA77C, 'V'), - (0xA77D, 'M', 'ᵹ'), - (0xA77E, 'M', 'ꝿ'), - (0xA77F, 'V'), - (0xA780, 'M', 'ꞁ'), - (0xA781, 'V'), - (0xA782, 'M', 'ꞃ'), - (0xA783, 'V'), - (0xA784, 'M', 'ꞅ'), - (0xA785, 'V'), - (0xA786, 'M', 'ꞇ'), - (0xA787, 'V'), - (0xA78B, 'M', 'ꞌ'), - (0xA78C, 'V'), - (0xA78D, 'M', 'ɥ'), - (0xA78E, 'V'), - (0xA790, 'M', 'ꞑ'), - (0xA791, 'V'), - (0xA792, 'M', 'ꞓ'), - (0xA793, 'V'), - (0xA796, 'M', 'ꞗ'), - (0xA797, 'V'), - (0xA798, 'M', 'ꞙ'), - (0xA799, 'V'), - (0xA79A, 'M', 'ꞛ'), - (0xA79B, 'V'), - (0xA79C, 'M', 'ꞝ'), - (0xA79D, 'V'), - (0xA79E, 'M', 'ꞟ'), - (0xA79F, 'V'), - (0xA7A0, 'M', 'ꞡ'), - (0xA7A1, 'V'), - (0xA7A2, 'M', 'ꞣ'), - (0xA7A3, 'V'), - (0xA7A4, 'M', 'ꞥ'), - (0xA7A5, 'V'), - (0xA7A6, 'M', 'ꞧ'), - (0xA7A7, 'V'), - (0xA7A8, 'M', 'ꞩ'), - (0xA7A9, 'V'), - (0xA7AA, 'M', 'ɦ'), - (0xA7AB, 'M', 'ɜ'), - (0xA7AC, 'M', 'ɡ'), - (0xA7AD, 'M', 'ɬ'), - (0xA7AE, 'M', 'ɪ'), - (0xA7AF, 'V'), - (0xA7B0, 'M', 'ʞ'), - (0xA7B1, 'M', 'ʇ'), - (0xA7B2, 'M', 'ʝ'), - (0xA7B3, 'M', 'ꭓ'), - (0xA7B4, 'M', 'ꞵ'), - (0xA7B5, 'V'), - (0xA7B6, 'M', 'ꞷ'), - (0xA7B7, 'V'), - (0xA7B8, 'M', 'ꞹ'), - (0xA7B9, 'V'), - (0xA7BA, 'M', 'ꞻ'), - (0xA7BB, 'V'), - (0xA7BC, 'M', 'ꞽ'), - (0xA7BD, 'V'), - (0xA7BE, 'M', 'ꞿ'), - (0xA7BF, 'V'), - (0xA7C0, 'M', 'ꟁ'), - (0xA7C1, 'V'), - (0xA7C2, 'M', 'ꟃ'), - (0xA7C3, 'V'), - (0xA7C4, 'M', 'ꞔ'), - (0xA7C5, 'M', 'ʂ'), - (0xA7C6, 'M', 'ᶎ'), - (0xA7C7, 'M', 'ꟈ'), - (0xA7C8, 'V'), - (0xA7C9, 'M', 'ꟊ'), - (0xA7CA, 'V'), - (0xA7CB, 'X'), - (0xA7D0, 'M', 'ꟑ'), - (0xA7D1, 'V'), - (0xA7D2, 'X'), - (0xA7D3, 'V'), - (0xA7D4, 'X'), - (0xA7D5, 'V'), - (0xA7D6, 'M', 'ꟗ'), - (0xA7D7, 'V'), - (0xA7D8, 'M', 'ꟙ'), - (0xA7D9, 'V'), - (0xA7DA, 'X'), - (0xA7F2, 'M', 'c'), - (0xA7F3, 'M', 'f'), - (0xA7F4, 'M', 'q'), - (0xA7F5, 'M', 'ꟶ'), - (0xA7F6, 'V'), - (0xA7F8, 'M', 'ħ'), - (0xA7F9, 'M', 'œ'), - (0xA7FA, 'V'), - (0xA82D, 'X'), - (0xA830, 'V'), - (0xA83A, 'X'), - (0xA840, 'V'), - (0xA878, 'X'), - (0xA880, 'V'), - (0xA8C6, 'X'), - ] - -def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xA8CE, 'V'), - (0xA8DA, 'X'), - (0xA8E0, 'V'), - (0xA954, 'X'), - (0xA95F, 'V'), - (0xA97D, 'X'), - (0xA980, 'V'), - (0xA9CE, 'X'), - (0xA9CF, 'V'), - (0xA9DA, 'X'), - (0xA9DE, 'V'), - (0xA9FF, 'X'), - (0xAA00, 'V'), - (0xAA37, 'X'), - (0xAA40, 'V'), - (0xAA4E, 'X'), - (0xAA50, 'V'), - (0xAA5A, 'X'), - (0xAA5C, 'V'), - (0xAAC3, 'X'), - (0xAADB, 'V'), - (0xAAF7, 'X'), - (0xAB01, 'V'), - (0xAB07, 'X'), - (0xAB09, 'V'), - (0xAB0F, 'X'), - (0xAB11, 'V'), - (0xAB17, 'X'), - (0xAB20, 'V'), - (0xAB27, 'X'), - (0xAB28, 'V'), - (0xAB2F, 'X'), - (0xAB30, 'V'), - (0xAB5C, 'M', 'ꜧ'), - (0xAB5D, 'M', 'ꬷ'), - (0xAB5E, 'M', 'ɫ'), - (0xAB5F, 'M', 'ꭒ'), - (0xAB60, 'V'), - (0xAB69, 'M', 'ʍ'), - (0xAB6A, 'V'), - (0xAB6C, 'X'), - (0xAB70, 'M', 'Ꭰ'), - (0xAB71, 'M', 'Ꭱ'), - (0xAB72, 'M', 'Ꭲ'), - (0xAB73, 'M', 'Ꭳ'), - (0xAB74, 'M', 'Ꭴ'), - (0xAB75, 'M', 'Ꭵ'), - (0xAB76, 'M', 'Ꭶ'), - (0xAB77, 'M', 'Ꭷ'), - (0xAB78, 'M', 'Ꭸ'), - (0xAB79, 'M', 'Ꭹ'), - (0xAB7A, 'M', 'Ꭺ'), - (0xAB7B, 'M', 'Ꭻ'), - (0xAB7C, 'M', 'Ꭼ'), - (0xAB7D, 'M', 'Ꭽ'), - (0xAB7E, 'M', 'Ꭾ'), - (0xAB7F, 'M', 'Ꭿ'), - (0xAB80, 'M', 'Ꮀ'), - (0xAB81, 'M', 'Ꮁ'), - (0xAB82, 'M', 'Ꮂ'), - (0xAB83, 'M', 'Ꮃ'), - (0xAB84, 'M', 'Ꮄ'), - (0xAB85, 'M', 'Ꮅ'), - (0xAB86, 'M', 'Ꮆ'), - (0xAB87, 'M', 'Ꮇ'), - (0xAB88, 'M', 'Ꮈ'), - (0xAB89, 'M', 'Ꮉ'), - (0xAB8A, 'M', 'Ꮊ'), - (0xAB8B, 'M', 'Ꮋ'), - (0xAB8C, 'M', 'Ꮌ'), - (0xAB8D, 'M', 'Ꮍ'), - (0xAB8E, 'M', 'Ꮎ'), - (0xAB8F, 'M', 'Ꮏ'), - (0xAB90, 'M', 'Ꮐ'), - (0xAB91, 'M', 'Ꮑ'), - (0xAB92, 'M', 'Ꮒ'), - (0xAB93, 'M', 'Ꮓ'), - (0xAB94, 'M', 'Ꮔ'), - (0xAB95, 'M', 'Ꮕ'), - (0xAB96, 'M', 'Ꮖ'), - (0xAB97, 'M', 'Ꮗ'), - (0xAB98, 'M', 'Ꮘ'), - (0xAB99, 'M', 'Ꮙ'), - (0xAB9A, 'M', 'Ꮚ'), - (0xAB9B, 'M', 'Ꮛ'), - (0xAB9C, 'M', 'Ꮜ'), - (0xAB9D, 'M', 'Ꮝ'), - (0xAB9E, 'M', 'Ꮞ'), - (0xAB9F, 'M', 'Ꮟ'), - (0xABA0, 'M', 'Ꮠ'), - (0xABA1, 'M', 'Ꮡ'), - (0xABA2, 'M', 'Ꮢ'), - (0xABA3, 'M', 'Ꮣ'), - (0xABA4, 'M', 'Ꮤ'), - (0xABA5, 'M', 'Ꮥ'), - (0xABA6, 'M', 'Ꮦ'), - (0xABA7, 'M', 'Ꮧ'), - (0xABA8, 'M', 'Ꮨ'), - (0xABA9, 'M', 'Ꮩ'), - (0xABAA, 'M', 'Ꮪ'), - ] - -def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xABAB, 'M', 'Ꮫ'), - (0xABAC, 'M', 'Ꮬ'), - (0xABAD, 'M', 'Ꮭ'), - (0xABAE, 'M', 'Ꮮ'), - (0xABAF, 'M', 'Ꮯ'), - (0xABB0, 'M', 'Ꮰ'), - (0xABB1, 'M', 'Ꮱ'), - (0xABB2, 'M', 'Ꮲ'), - (0xABB3, 'M', 'Ꮳ'), - (0xABB4, 'M', 'Ꮴ'), - (0xABB5, 'M', 'Ꮵ'), - (0xABB6, 'M', 'Ꮶ'), - (0xABB7, 'M', 'Ꮷ'), - (0xABB8, 'M', 'Ꮸ'), - (0xABB9, 'M', 'Ꮹ'), - (0xABBA, 'M', 'Ꮺ'), - (0xABBB, 'M', 'Ꮻ'), - (0xABBC, 'M', 'Ꮼ'), - (0xABBD, 'M', 'Ꮽ'), - (0xABBE, 'M', 'Ꮾ'), - (0xABBF, 'M', 'Ꮿ'), - (0xABC0, 'V'), - (0xABEE, 'X'), - (0xABF0, 'V'), - (0xABFA, 'X'), - (0xAC00, 'V'), - (0xD7A4, 'X'), - (0xD7B0, 'V'), - (0xD7C7, 'X'), - (0xD7CB, 'V'), - (0xD7FC, 'X'), - (0xF900, 'M', '豈'), - (0xF901, 'M', '更'), - (0xF902, 'M', '車'), - (0xF903, 'M', '賈'), - (0xF904, 'M', '滑'), - (0xF905, 'M', '串'), - (0xF906, 'M', '句'), - (0xF907, 'M', '龜'), - (0xF909, 'M', '契'), - (0xF90A, 'M', '金'), - (0xF90B, 'M', '喇'), - (0xF90C, 'M', '奈'), - (0xF90D, 'M', '懶'), - (0xF90E, 'M', '癩'), - (0xF90F, 'M', '羅'), - (0xF910, 'M', '蘿'), - (0xF911, 'M', '螺'), - (0xF912, 'M', '裸'), - (0xF913, 'M', '邏'), - (0xF914, 'M', '樂'), - (0xF915, 'M', '洛'), - (0xF916, 'M', '烙'), - (0xF917, 'M', '珞'), - (0xF918, 'M', '落'), - (0xF919, 'M', '酪'), - (0xF91A, 'M', '駱'), - (0xF91B, 'M', '亂'), - (0xF91C, 'M', '卵'), - (0xF91D, 'M', '欄'), - (0xF91E, 'M', '爛'), - (0xF91F, 'M', '蘭'), - (0xF920, 'M', '鸞'), - (0xF921, 'M', '嵐'), - (0xF922, 'M', '濫'), - (0xF923, 'M', '藍'), - (0xF924, 'M', '襤'), - (0xF925, 'M', '拉'), - (0xF926, 'M', '臘'), - (0xF927, 'M', '蠟'), - (0xF928, 'M', '廊'), - (0xF929, 'M', '朗'), - (0xF92A, 'M', '浪'), - (0xF92B, 'M', '狼'), - (0xF92C, 'M', '郎'), - (0xF92D, 'M', '來'), - (0xF92E, 'M', '冷'), - (0xF92F, 'M', '勞'), - (0xF930, 'M', '擄'), - (0xF931, 'M', '櫓'), - (0xF932, 'M', '爐'), - (0xF933, 'M', '盧'), - (0xF934, 'M', '老'), - (0xF935, 'M', '蘆'), - (0xF936, 'M', '虜'), - (0xF937, 'M', '路'), - (0xF938, 'M', '露'), - (0xF939, 'M', '魯'), - (0xF93A, 'M', '鷺'), - (0xF93B, 'M', '碌'), - (0xF93C, 'M', '祿'), - (0xF93D, 'M', '綠'), - (0xF93E, 'M', '菉'), - (0xF93F, 'M', '錄'), - (0xF940, 'M', '鹿'), - (0xF941, 'M', '論'), - (0xF942, 'M', '壟'), - (0xF943, 'M', '弄'), - (0xF944, 'M', '籠'), - (0xF945, 'M', '聾'), - ] - -def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xF946, 'M', '牢'), - (0xF947, 'M', '磊'), - (0xF948, 'M', '賂'), - (0xF949, 'M', '雷'), - (0xF94A, 'M', '壘'), - (0xF94B, 'M', '屢'), - (0xF94C, 'M', '樓'), - (0xF94D, 'M', '淚'), - (0xF94E, 'M', '漏'), - (0xF94F, 'M', '累'), - (0xF950, 'M', '縷'), - (0xF951, 'M', '陋'), - (0xF952, 'M', '勒'), - (0xF953, 'M', '肋'), - (0xF954, 'M', '凜'), - (0xF955, 'M', '凌'), - (0xF956, 'M', '稜'), - (0xF957, 'M', '綾'), - (0xF958, 'M', '菱'), - (0xF959, 'M', '陵'), - (0xF95A, 'M', '讀'), - (0xF95B, 'M', '拏'), - (0xF95C, 'M', '樂'), - (0xF95D, 'M', '諾'), - (0xF95E, 'M', '丹'), - (0xF95F, 'M', '寧'), - (0xF960, 'M', '怒'), - (0xF961, 'M', '率'), - (0xF962, 'M', '異'), - (0xF963, 'M', '北'), - (0xF964, 'M', '磻'), - (0xF965, 'M', '便'), - (0xF966, 'M', '復'), - (0xF967, 'M', '不'), - (0xF968, 'M', '泌'), - (0xF969, 'M', '數'), - (0xF96A, 'M', '索'), - (0xF96B, 'M', '參'), - (0xF96C, 'M', '塞'), - (0xF96D, 'M', '省'), - (0xF96E, 'M', '葉'), - (0xF96F, 'M', '說'), - (0xF970, 'M', '殺'), - (0xF971, 'M', '辰'), - (0xF972, 'M', '沈'), - (0xF973, 'M', '拾'), - (0xF974, 'M', '若'), - (0xF975, 'M', '掠'), - (0xF976, 'M', '略'), - (0xF977, 'M', '亮'), - (0xF978, 'M', '兩'), - (0xF979, 'M', '凉'), - (0xF97A, 'M', '梁'), - (0xF97B, 'M', '糧'), - (0xF97C, 'M', '良'), - (0xF97D, 'M', '諒'), - (0xF97E, 'M', '量'), - (0xF97F, 'M', '勵'), - (0xF980, 'M', '呂'), - (0xF981, 'M', '女'), - (0xF982, 'M', '廬'), - (0xF983, 'M', '旅'), - (0xF984, 'M', '濾'), - (0xF985, 'M', '礪'), - (0xF986, 'M', '閭'), - (0xF987, 'M', '驪'), - (0xF988, 'M', '麗'), - (0xF989, 'M', '黎'), - (0xF98A, 'M', '力'), - (0xF98B, 'M', '曆'), - (0xF98C, 'M', '歷'), - (0xF98D, 'M', '轢'), - (0xF98E, 'M', '年'), - (0xF98F, 'M', '憐'), - (0xF990, 'M', '戀'), - (0xF991, 'M', '撚'), - (0xF992, 'M', '漣'), - (0xF993, 'M', '煉'), - (0xF994, 'M', '璉'), - (0xF995, 'M', '秊'), - (0xF996, 'M', '練'), - (0xF997, 'M', '聯'), - (0xF998, 'M', '輦'), - (0xF999, 'M', '蓮'), - (0xF99A, 'M', '連'), - (0xF99B, 'M', '鍊'), - (0xF99C, 'M', '列'), - (0xF99D, 'M', '劣'), - (0xF99E, 'M', '咽'), - (0xF99F, 'M', '烈'), - (0xF9A0, 'M', '裂'), - (0xF9A1, 'M', '說'), - (0xF9A2, 'M', '廉'), - (0xF9A3, 'M', '念'), - (0xF9A4, 'M', '捻'), - (0xF9A5, 'M', '殮'), - (0xF9A6, 'M', '簾'), - (0xF9A7, 'M', '獵'), - (0xF9A8, 'M', '令'), - (0xF9A9, 'M', '囹'), - ] - -def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xF9AA, 'M', '寧'), - (0xF9AB, 'M', '嶺'), - (0xF9AC, 'M', '怜'), - (0xF9AD, 'M', '玲'), - (0xF9AE, 'M', '瑩'), - (0xF9AF, 'M', '羚'), - (0xF9B0, 'M', '聆'), - (0xF9B1, 'M', '鈴'), - (0xF9B2, 'M', '零'), - (0xF9B3, 'M', '靈'), - (0xF9B4, 'M', '領'), - (0xF9B5, 'M', '例'), - (0xF9B6, 'M', '禮'), - (0xF9B7, 'M', '醴'), - (0xF9B8, 'M', '隸'), - (0xF9B9, 'M', '惡'), - (0xF9BA, 'M', '了'), - (0xF9BB, 'M', '僚'), - (0xF9BC, 'M', '寮'), - (0xF9BD, 'M', '尿'), - (0xF9BE, 'M', '料'), - (0xF9BF, 'M', '樂'), - (0xF9C0, 'M', '燎'), - (0xF9C1, 'M', '療'), - (0xF9C2, 'M', '蓼'), - (0xF9C3, 'M', '遼'), - (0xF9C4, 'M', '龍'), - (0xF9C5, 'M', '暈'), - (0xF9C6, 'M', '阮'), - (0xF9C7, 'M', '劉'), - (0xF9C8, 'M', '杻'), - (0xF9C9, 'M', '柳'), - (0xF9CA, 'M', '流'), - (0xF9CB, 'M', '溜'), - (0xF9CC, 'M', '琉'), - (0xF9CD, 'M', '留'), - (0xF9CE, 'M', '硫'), - (0xF9CF, 'M', '紐'), - (0xF9D0, 'M', '類'), - (0xF9D1, 'M', '六'), - (0xF9D2, 'M', '戮'), - (0xF9D3, 'M', '陸'), - (0xF9D4, 'M', '倫'), - (0xF9D5, 'M', '崙'), - (0xF9D6, 'M', '淪'), - (0xF9D7, 'M', '輪'), - (0xF9D8, 'M', '律'), - (0xF9D9, 'M', '慄'), - (0xF9DA, 'M', '栗'), - (0xF9DB, 'M', '率'), - (0xF9DC, 'M', '隆'), - (0xF9DD, 'M', '利'), - (0xF9DE, 'M', '吏'), - (0xF9DF, 'M', '履'), - (0xF9E0, 'M', '易'), - (0xF9E1, 'M', '李'), - (0xF9E2, 'M', '梨'), - (0xF9E3, 'M', '泥'), - (0xF9E4, 'M', '理'), - (0xF9E5, 'M', '痢'), - (0xF9E6, 'M', '罹'), - (0xF9E7, 'M', '裏'), - (0xF9E8, 'M', '裡'), - (0xF9E9, 'M', '里'), - (0xF9EA, 'M', '離'), - (0xF9EB, 'M', '匿'), - (0xF9EC, 'M', '溺'), - (0xF9ED, 'M', '吝'), - (0xF9EE, 'M', '燐'), - (0xF9EF, 'M', '璘'), - (0xF9F0, 'M', '藺'), - (0xF9F1, 'M', '隣'), - (0xF9F2, 'M', '鱗'), - (0xF9F3, 'M', '麟'), - (0xF9F4, 'M', '林'), - (0xF9F5, 'M', '淋'), - (0xF9F6, 'M', '臨'), - (0xF9F7, 'M', '立'), - (0xF9F8, 'M', '笠'), - (0xF9F9, 'M', '粒'), - (0xF9FA, 'M', '狀'), - (0xF9FB, 'M', '炙'), - (0xF9FC, 'M', '識'), - (0xF9FD, 'M', '什'), - (0xF9FE, 'M', '茶'), - (0xF9FF, 'M', '刺'), - (0xFA00, 'M', '切'), - (0xFA01, 'M', '度'), - (0xFA02, 'M', '拓'), - (0xFA03, 'M', '糖'), - (0xFA04, 'M', '宅'), - (0xFA05, 'M', '洞'), - (0xFA06, 'M', '暴'), - (0xFA07, 'M', '輻'), - (0xFA08, 'M', '行'), - (0xFA09, 'M', '降'), - (0xFA0A, 'M', '見'), - (0xFA0B, 'M', '廓'), - (0xFA0C, 'M', '兀'), - (0xFA0D, 'M', '嗀'), - ] - -def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFA0E, 'V'), - (0xFA10, 'M', '塚'), - (0xFA11, 'V'), - (0xFA12, 'M', '晴'), - (0xFA13, 'V'), - (0xFA15, 'M', '凞'), - (0xFA16, 'M', '猪'), - (0xFA17, 'M', '益'), - (0xFA18, 'M', '礼'), - (0xFA19, 'M', '神'), - (0xFA1A, 'M', '祥'), - (0xFA1B, 'M', '福'), - (0xFA1C, 'M', '靖'), - (0xFA1D, 'M', '精'), - (0xFA1E, 'M', '羽'), - (0xFA1F, 'V'), - (0xFA20, 'M', '蘒'), - (0xFA21, 'V'), - (0xFA22, 'M', '諸'), - (0xFA23, 'V'), - (0xFA25, 'M', '逸'), - (0xFA26, 'M', '都'), - (0xFA27, 'V'), - (0xFA2A, 'M', '飯'), - (0xFA2B, 'M', '飼'), - (0xFA2C, 'M', '館'), - (0xFA2D, 'M', '鶴'), - (0xFA2E, 'M', '郞'), - (0xFA2F, 'M', '隷'), - (0xFA30, 'M', '侮'), - (0xFA31, 'M', '僧'), - (0xFA32, 'M', '免'), - (0xFA33, 'M', '勉'), - (0xFA34, 'M', '勤'), - (0xFA35, 'M', '卑'), - (0xFA36, 'M', '喝'), - (0xFA37, 'M', '嘆'), - (0xFA38, 'M', '器'), - (0xFA39, 'M', '塀'), - (0xFA3A, 'M', '墨'), - (0xFA3B, 'M', '層'), - (0xFA3C, 'M', '屮'), - (0xFA3D, 'M', '悔'), - (0xFA3E, 'M', '慨'), - (0xFA3F, 'M', '憎'), - (0xFA40, 'M', '懲'), - (0xFA41, 'M', '敏'), - (0xFA42, 'M', '既'), - (0xFA43, 'M', '暑'), - (0xFA44, 'M', '梅'), - (0xFA45, 'M', '海'), - (0xFA46, 'M', '渚'), - (0xFA47, 'M', '漢'), - (0xFA48, 'M', '煮'), - (0xFA49, 'M', '爫'), - (0xFA4A, 'M', '琢'), - (0xFA4B, 'M', '碑'), - (0xFA4C, 'M', '社'), - (0xFA4D, 'M', '祉'), - (0xFA4E, 'M', '祈'), - (0xFA4F, 'M', '祐'), - (0xFA50, 'M', '祖'), - (0xFA51, 'M', '祝'), - (0xFA52, 'M', '禍'), - (0xFA53, 'M', '禎'), - (0xFA54, 'M', '穀'), - (0xFA55, 'M', '突'), - (0xFA56, 'M', '節'), - (0xFA57, 'M', '練'), - (0xFA58, 'M', '縉'), - (0xFA59, 'M', '繁'), - (0xFA5A, 'M', '署'), - (0xFA5B, 'M', '者'), - (0xFA5C, 'M', '臭'), - (0xFA5D, 'M', '艹'), - (0xFA5F, 'M', '著'), - (0xFA60, 'M', '褐'), - (0xFA61, 'M', '視'), - (0xFA62, 'M', '謁'), - (0xFA63, 'M', '謹'), - (0xFA64, 'M', '賓'), - (0xFA65, 'M', '贈'), - (0xFA66, 'M', '辶'), - (0xFA67, 'M', '逸'), - (0xFA68, 'M', '難'), - (0xFA69, 'M', '響'), - (0xFA6A, 'M', '頻'), - (0xFA6B, 'M', '恵'), - (0xFA6C, 'M', '𤋮'), - (0xFA6D, 'M', '舘'), - (0xFA6E, 'X'), - (0xFA70, 'M', '並'), - (0xFA71, 'M', '况'), - (0xFA72, 'M', '全'), - (0xFA73, 'M', '侀'), - (0xFA74, 'M', '充'), - (0xFA75, 'M', '冀'), - (0xFA76, 'M', '勇'), - (0xFA77, 'M', '勺'), - (0xFA78, 'M', '喝'), - ] - -def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFA79, 'M', '啕'), - (0xFA7A, 'M', '喙'), - (0xFA7B, 'M', '嗢'), - (0xFA7C, 'M', '塚'), - (0xFA7D, 'M', '墳'), - (0xFA7E, 'M', '奄'), - (0xFA7F, 'M', '奔'), - (0xFA80, 'M', '婢'), - (0xFA81, 'M', '嬨'), - (0xFA82, 'M', '廒'), - (0xFA83, 'M', '廙'), - (0xFA84, 'M', '彩'), - (0xFA85, 'M', '徭'), - (0xFA86, 'M', '惘'), - (0xFA87, 'M', '慎'), - (0xFA88, 'M', '愈'), - (0xFA89, 'M', '憎'), - (0xFA8A, 'M', '慠'), - (0xFA8B, 'M', '懲'), - (0xFA8C, 'M', '戴'), - (0xFA8D, 'M', '揄'), - (0xFA8E, 'M', '搜'), - (0xFA8F, 'M', '摒'), - (0xFA90, 'M', '敖'), - (0xFA91, 'M', '晴'), - (0xFA92, 'M', '朗'), - (0xFA93, 'M', '望'), - (0xFA94, 'M', '杖'), - (0xFA95, 'M', '歹'), - (0xFA96, 'M', '殺'), - (0xFA97, 'M', '流'), - (0xFA98, 'M', '滛'), - (0xFA99, 'M', '滋'), - (0xFA9A, 'M', '漢'), - (0xFA9B, 'M', '瀞'), - (0xFA9C, 'M', '煮'), - (0xFA9D, 'M', '瞧'), - (0xFA9E, 'M', '爵'), - (0xFA9F, 'M', '犯'), - (0xFAA0, 'M', '猪'), - (0xFAA1, 'M', '瑱'), - (0xFAA2, 'M', '甆'), - (0xFAA3, 'M', '画'), - (0xFAA4, 'M', '瘝'), - (0xFAA5, 'M', '瘟'), - (0xFAA6, 'M', '益'), - (0xFAA7, 'M', '盛'), - (0xFAA8, 'M', '直'), - (0xFAA9, 'M', '睊'), - (0xFAAA, 'M', '着'), - (0xFAAB, 'M', '磌'), - (0xFAAC, 'M', '窱'), - (0xFAAD, 'M', '節'), - (0xFAAE, 'M', '类'), - (0xFAAF, 'M', '絛'), - (0xFAB0, 'M', '練'), - (0xFAB1, 'M', '缾'), - (0xFAB2, 'M', '者'), - (0xFAB3, 'M', '荒'), - (0xFAB4, 'M', '華'), - (0xFAB5, 'M', '蝹'), - (0xFAB6, 'M', '襁'), - (0xFAB7, 'M', '覆'), - (0xFAB8, 'M', '視'), - (0xFAB9, 'M', '調'), - (0xFABA, 'M', '諸'), - (0xFABB, 'M', '請'), - (0xFABC, 'M', '謁'), - (0xFABD, 'M', '諾'), - (0xFABE, 'M', '諭'), - (0xFABF, 'M', '謹'), - (0xFAC0, 'M', '變'), - (0xFAC1, 'M', '贈'), - (0xFAC2, 'M', '輸'), - (0xFAC3, 'M', '遲'), - (0xFAC4, 'M', '醙'), - (0xFAC5, 'M', '鉶'), - (0xFAC6, 'M', '陼'), - (0xFAC7, 'M', '難'), - (0xFAC8, 'M', '靖'), - (0xFAC9, 'M', '韛'), - (0xFACA, 'M', '響'), - (0xFACB, 'M', '頋'), - (0xFACC, 'M', '頻'), - (0xFACD, 'M', '鬒'), - (0xFACE, 'M', '龜'), - (0xFACF, 'M', '𢡊'), - (0xFAD0, 'M', '𢡄'), - (0xFAD1, 'M', '𣏕'), - (0xFAD2, 'M', '㮝'), - (0xFAD3, 'M', '䀘'), - (0xFAD4, 'M', '䀹'), - (0xFAD5, 'M', '𥉉'), - (0xFAD6, 'M', '𥳐'), - (0xFAD7, 'M', '𧻓'), - (0xFAD8, 'M', '齃'), - (0xFAD9, 'M', '龎'), - (0xFADA, 'X'), - (0xFB00, 'M', 'ff'), - (0xFB01, 'M', 'fi'), - ] - -def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFB02, 'M', 'fl'), - (0xFB03, 'M', 'ffi'), - (0xFB04, 'M', 'ffl'), - (0xFB05, 'M', 'st'), - (0xFB07, 'X'), - (0xFB13, 'M', 'մն'), - (0xFB14, 'M', 'մե'), - (0xFB15, 'M', 'մի'), - (0xFB16, 'M', 'վն'), - (0xFB17, 'M', 'մխ'), - (0xFB18, 'X'), - (0xFB1D, 'M', 'יִ'), - (0xFB1E, 'V'), - (0xFB1F, 'M', 'ײַ'), - (0xFB20, 'M', 'ע'), - (0xFB21, 'M', 'א'), - (0xFB22, 'M', 'ד'), - (0xFB23, 'M', 'ה'), - (0xFB24, 'M', 'כ'), - (0xFB25, 'M', 'ל'), - (0xFB26, 'M', 'ם'), - (0xFB27, 'M', 'ר'), - (0xFB28, 'M', 'ת'), - (0xFB29, '3', '+'), - (0xFB2A, 'M', 'שׁ'), - (0xFB2B, 'M', 'שׂ'), - (0xFB2C, 'M', 'שּׁ'), - (0xFB2D, 'M', 'שּׂ'), - (0xFB2E, 'M', 'אַ'), - (0xFB2F, 'M', 'אָ'), - (0xFB30, 'M', 'אּ'), - (0xFB31, 'M', 'בּ'), - (0xFB32, 'M', 'גּ'), - (0xFB33, 'M', 'דּ'), - (0xFB34, 'M', 'הּ'), - (0xFB35, 'M', 'וּ'), - (0xFB36, 'M', 'זּ'), - (0xFB37, 'X'), - (0xFB38, 'M', 'טּ'), - (0xFB39, 'M', 'יּ'), - (0xFB3A, 'M', 'ךּ'), - (0xFB3B, 'M', 'כּ'), - (0xFB3C, 'M', 'לּ'), - (0xFB3D, 'X'), - (0xFB3E, 'M', 'מּ'), - (0xFB3F, 'X'), - (0xFB40, 'M', 'נּ'), - (0xFB41, 'M', 'סּ'), - (0xFB42, 'X'), - (0xFB43, 'M', 'ףּ'), - (0xFB44, 'M', 'פּ'), - (0xFB45, 'X'), - (0xFB46, 'M', 'צּ'), - (0xFB47, 'M', 'קּ'), - (0xFB48, 'M', 'רּ'), - (0xFB49, 'M', 'שּ'), - (0xFB4A, 'M', 'תּ'), - (0xFB4B, 'M', 'וֹ'), - (0xFB4C, 'M', 'בֿ'), - (0xFB4D, 'M', 'כֿ'), - (0xFB4E, 'M', 'פֿ'), - (0xFB4F, 'M', 'אל'), - (0xFB50, 'M', 'ٱ'), - (0xFB52, 'M', 'ٻ'), - (0xFB56, 'M', 'پ'), - (0xFB5A, 'M', 'ڀ'), - (0xFB5E, 'M', 'ٺ'), - (0xFB62, 'M', 'ٿ'), - (0xFB66, 'M', 'ٹ'), - (0xFB6A, 'M', 'ڤ'), - (0xFB6E, 'M', 'ڦ'), - (0xFB72, 'M', 'ڄ'), - (0xFB76, 'M', 'ڃ'), - (0xFB7A, 'M', 'چ'), - (0xFB7E, 'M', 'ڇ'), - (0xFB82, 'M', 'ڍ'), - (0xFB84, 'M', 'ڌ'), - (0xFB86, 'M', 'ڎ'), - (0xFB88, 'M', 'ڈ'), - (0xFB8A, 'M', 'ژ'), - (0xFB8C, 'M', 'ڑ'), - (0xFB8E, 'M', 'ک'), - (0xFB92, 'M', 'گ'), - (0xFB96, 'M', 'ڳ'), - (0xFB9A, 'M', 'ڱ'), - (0xFB9E, 'M', 'ں'), - (0xFBA0, 'M', 'ڻ'), - (0xFBA4, 'M', 'ۀ'), - (0xFBA6, 'M', 'ہ'), - (0xFBAA, 'M', 'ھ'), - (0xFBAE, 'M', 'ے'), - (0xFBB0, 'M', 'ۓ'), - (0xFBB2, 'V'), - (0xFBC3, 'X'), - (0xFBD3, 'M', 'ڭ'), - (0xFBD7, 'M', 'ۇ'), - (0xFBD9, 'M', 'ۆ'), - (0xFBDB, 'M', 'ۈ'), - (0xFBDD, 'M', 'ۇٴ'), - (0xFBDE, 'M', 'ۋ'), - ] - -def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFBE0, 'M', 'ۅ'), - (0xFBE2, 'M', 'ۉ'), - (0xFBE4, 'M', 'ې'), - (0xFBE8, 'M', 'ى'), - (0xFBEA, 'M', 'ئا'), - (0xFBEC, 'M', 'ئە'), - (0xFBEE, 'M', 'ئو'), - (0xFBF0, 'M', 'ئۇ'), - (0xFBF2, 'M', 'ئۆ'), - (0xFBF4, 'M', 'ئۈ'), - (0xFBF6, 'M', 'ئې'), - (0xFBF9, 'M', 'ئى'), - (0xFBFC, 'M', 'ی'), - (0xFC00, 'M', 'ئج'), - (0xFC01, 'M', 'ئح'), - (0xFC02, 'M', 'ئم'), - (0xFC03, 'M', 'ئى'), - (0xFC04, 'M', 'ئي'), - (0xFC05, 'M', 'بج'), - (0xFC06, 'M', 'بح'), - (0xFC07, 'M', 'بخ'), - (0xFC08, 'M', 'بم'), - (0xFC09, 'M', 'بى'), - (0xFC0A, 'M', 'بي'), - (0xFC0B, 'M', 'تج'), - (0xFC0C, 'M', 'تح'), - (0xFC0D, 'M', 'تخ'), - (0xFC0E, 'M', 'تم'), - (0xFC0F, 'M', 'تى'), - (0xFC10, 'M', 'تي'), - (0xFC11, 'M', 'ثج'), - (0xFC12, 'M', 'ثم'), - (0xFC13, 'M', 'ثى'), - (0xFC14, 'M', 'ثي'), - (0xFC15, 'M', 'جح'), - (0xFC16, 'M', 'جم'), - (0xFC17, 'M', 'حج'), - (0xFC18, 'M', 'حم'), - (0xFC19, 'M', 'خج'), - (0xFC1A, 'M', 'خح'), - (0xFC1B, 'M', 'خم'), - (0xFC1C, 'M', 'سج'), - (0xFC1D, 'M', 'سح'), - (0xFC1E, 'M', 'سخ'), - (0xFC1F, 'M', 'سم'), - (0xFC20, 'M', 'صح'), - (0xFC21, 'M', 'صم'), - (0xFC22, 'M', 'ضج'), - (0xFC23, 'M', 'ضح'), - (0xFC24, 'M', 'ضخ'), - (0xFC25, 'M', 'ضم'), - (0xFC26, 'M', 'طح'), - (0xFC27, 'M', 'طم'), - (0xFC28, 'M', 'ظم'), - (0xFC29, 'M', 'عج'), - (0xFC2A, 'M', 'عم'), - (0xFC2B, 'M', 'غج'), - (0xFC2C, 'M', 'غم'), - (0xFC2D, 'M', 'فج'), - (0xFC2E, 'M', 'فح'), - (0xFC2F, 'M', 'فخ'), - (0xFC30, 'M', 'فم'), - (0xFC31, 'M', 'فى'), - (0xFC32, 'M', 'في'), - (0xFC33, 'M', 'قح'), - (0xFC34, 'M', 'قم'), - (0xFC35, 'M', 'قى'), - (0xFC36, 'M', 'قي'), - (0xFC37, 'M', 'كا'), - (0xFC38, 'M', 'كج'), - (0xFC39, 'M', 'كح'), - (0xFC3A, 'M', 'كخ'), - (0xFC3B, 'M', 'كل'), - (0xFC3C, 'M', 'كم'), - (0xFC3D, 'M', 'كى'), - (0xFC3E, 'M', 'كي'), - (0xFC3F, 'M', 'لج'), - (0xFC40, 'M', 'لح'), - (0xFC41, 'M', 'لخ'), - (0xFC42, 'M', 'لم'), - (0xFC43, 'M', 'لى'), - (0xFC44, 'M', 'لي'), - (0xFC45, 'M', 'مج'), - (0xFC46, 'M', 'مح'), - (0xFC47, 'M', 'مخ'), - (0xFC48, 'M', 'مم'), - (0xFC49, 'M', 'مى'), - (0xFC4A, 'M', 'مي'), - (0xFC4B, 'M', 'نج'), - (0xFC4C, 'M', 'نح'), - (0xFC4D, 'M', 'نخ'), - (0xFC4E, 'M', 'نم'), - (0xFC4F, 'M', 'نى'), - (0xFC50, 'M', 'ني'), - (0xFC51, 'M', 'هج'), - (0xFC52, 'M', 'هم'), - (0xFC53, 'M', 'هى'), - (0xFC54, 'M', 'هي'), - (0xFC55, 'M', 'يج'), - (0xFC56, 'M', 'يح'), - ] - -def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFC57, 'M', 'يخ'), - (0xFC58, 'M', 'يم'), - (0xFC59, 'M', 'يى'), - (0xFC5A, 'M', 'يي'), - (0xFC5B, 'M', 'ذٰ'), - (0xFC5C, 'M', 'رٰ'), - (0xFC5D, 'M', 'ىٰ'), - (0xFC5E, '3', ' ٌّ'), - (0xFC5F, '3', ' ٍّ'), - (0xFC60, '3', ' َّ'), - (0xFC61, '3', ' ُّ'), - (0xFC62, '3', ' ِّ'), - (0xFC63, '3', ' ّٰ'), - (0xFC64, 'M', 'ئر'), - (0xFC65, 'M', 'ئز'), - (0xFC66, 'M', 'ئم'), - (0xFC67, 'M', 'ئن'), - (0xFC68, 'M', 'ئى'), - (0xFC69, 'M', 'ئي'), - (0xFC6A, 'M', 'بر'), - (0xFC6B, 'M', 'بز'), - (0xFC6C, 'M', 'بم'), - (0xFC6D, 'M', 'بن'), - (0xFC6E, 'M', 'بى'), - (0xFC6F, 'M', 'بي'), - (0xFC70, 'M', 'تر'), - (0xFC71, 'M', 'تز'), - (0xFC72, 'M', 'تم'), - (0xFC73, 'M', 'تن'), - (0xFC74, 'M', 'تى'), - (0xFC75, 'M', 'تي'), - (0xFC76, 'M', 'ثر'), - (0xFC77, 'M', 'ثز'), - (0xFC78, 'M', 'ثم'), - (0xFC79, 'M', 'ثن'), - (0xFC7A, 'M', 'ثى'), - (0xFC7B, 'M', 'ثي'), - (0xFC7C, 'M', 'فى'), - (0xFC7D, 'M', 'في'), - (0xFC7E, 'M', 'قى'), - (0xFC7F, 'M', 'قي'), - (0xFC80, 'M', 'كا'), - (0xFC81, 'M', 'كل'), - (0xFC82, 'M', 'كم'), - (0xFC83, 'M', 'كى'), - (0xFC84, 'M', 'كي'), - (0xFC85, 'M', 'لم'), - (0xFC86, 'M', 'لى'), - (0xFC87, 'M', 'لي'), - (0xFC88, 'M', 'ما'), - (0xFC89, 'M', 'مم'), - (0xFC8A, 'M', 'نر'), - (0xFC8B, 'M', 'نز'), - (0xFC8C, 'M', 'نم'), - (0xFC8D, 'M', 'نن'), - (0xFC8E, 'M', 'نى'), - (0xFC8F, 'M', 'ني'), - (0xFC90, 'M', 'ىٰ'), - (0xFC91, 'M', 'ير'), - (0xFC92, 'M', 'يز'), - (0xFC93, 'M', 'يم'), - (0xFC94, 'M', 'ين'), - (0xFC95, 'M', 'يى'), - (0xFC96, 'M', 'يي'), - (0xFC97, 'M', 'ئج'), - (0xFC98, 'M', 'ئح'), - (0xFC99, 'M', 'ئخ'), - (0xFC9A, 'M', 'ئم'), - (0xFC9B, 'M', 'ئه'), - (0xFC9C, 'M', 'بج'), - (0xFC9D, 'M', 'بح'), - (0xFC9E, 'M', 'بخ'), - (0xFC9F, 'M', 'بم'), - (0xFCA0, 'M', 'به'), - (0xFCA1, 'M', 'تج'), - (0xFCA2, 'M', 'تح'), - (0xFCA3, 'M', 'تخ'), - (0xFCA4, 'M', 'تم'), - (0xFCA5, 'M', 'ته'), - (0xFCA6, 'M', 'ثم'), - (0xFCA7, 'M', 'جح'), - (0xFCA8, 'M', 'جم'), - (0xFCA9, 'M', 'حج'), - (0xFCAA, 'M', 'حم'), - (0xFCAB, 'M', 'خج'), - (0xFCAC, 'M', 'خم'), - (0xFCAD, 'M', 'سج'), - (0xFCAE, 'M', 'سح'), - (0xFCAF, 'M', 'سخ'), - (0xFCB0, 'M', 'سم'), - (0xFCB1, 'M', 'صح'), - (0xFCB2, 'M', 'صخ'), - (0xFCB3, 'M', 'صم'), - (0xFCB4, 'M', 'ضج'), - (0xFCB5, 'M', 'ضح'), - (0xFCB6, 'M', 'ضخ'), - (0xFCB7, 'M', 'ضم'), - (0xFCB8, 'M', 'طح'), - (0xFCB9, 'M', 'ظم'), - (0xFCBA, 'M', 'عج'), - ] - -def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFCBB, 'M', 'عم'), - (0xFCBC, 'M', 'غج'), - (0xFCBD, 'M', 'غم'), - (0xFCBE, 'M', 'فج'), - (0xFCBF, 'M', 'فح'), - (0xFCC0, 'M', 'فخ'), - (0xFCC1, 'M', 'فم'), - (0xFCC2, 'M', 'قح'), - (0xFCC3, 'M', 'قم'), - (0xFCC4, 'M', 'كج'), - (0xFCC5, 'M', 'كح'), - (0xFCC6, 'M', 'كخ'), - (0xFCC7, 'M', 'كل'), - (0xFCC8, 'M', 'كم'), - (0xFCC9, 'M', 'لج'), - (0xFCCA, 'M', 'لح'), - (0xFCCB, 'M', 'لخ'), - (0xFCCC, 'M', 'لم'), - (0xFCCD, 'M', 'له'), - (0xFCCE, 'M', 'مج'), - (0xFCCF, 'M', 'مح'), - (0xFCD0, 'M', 'مخ'), - (0xFCD1, 'M', 'مم'), - (0xFCD2, 'M', 'نج'), - (0xFCD3, 'M', 'نح'), - (0xFCD4, 'M', 'نخ'), - (0xFCD5, 'M', 'نم'), - (0xFCD6, 'M', 'نه'), - (0xFCD7, 'M', 'هج'), - (0xFCD8, 'M', 'هم'), - (0xFCD9, 'M', 'هٰ'), - (0xFCDA, 'M', 'يج'), - (0xFCDB, 'M', 'يح'), - (0xFCDC, 'M', 'يخ'), - (0xFCDD, 'M', 'يم'), - (0xFCDE, 'M', 'يه'), - (0xFCDF, 'M', 'ئم'), - (0xFCE0, 'M', 'ئه'), - (0xFCE1, 'M', 'بم'), - (0xFCE2, 'M', 'به'), - (0xFCE3, 'M', 'تم'), - (0xFCE4, 'M', 'ته'), - (0xFCE5, 'M', 'ثم'), - (0xFCE6, 'M', 'ثه'), - (0xFCE7, 'M', 'سم'), - (0xFCE8, 'M', 'سه'), - (0xFCE9, 'M', 'شم'), - (0xFCEA, 'M', 'شه'), - (0xFCEB, 'M', 'كل'), - (0xFCEC, 'M', 'كم'), - (0xFCED, 'M', 'لم'), - (0xFCEE, 'M', 'نم'), - (0xFCEF, 'M', 'نه'), - (0xFCF0, 'M', 'يم'), - (0xFCF1, 'M', 'يه'), - (0xFCF2, 'M', 'ـَّ'), - (0xFCF3, 'M', 'ـُّ'), - (0xFCF4, 'M', 'ـِّ'), - (0xFCF5, 'M', 'طى'), - (0xFCF6, 'M', 'طي'), - (0xFCF7, 'M', 'عى'), - (0xFCF8, 'M', 'عي'), - (0xFCF9, 'M', 'غى'), - (0xFCFA, 'M', 'غي'), - (0xFCFB, 'M', 'سى'), - (0xFCFC, 'M', 'سي'), - (0xFCFD, 'M', 'شى'), - (0xFCFE, 'M', 'شي'), - (0xFCFF, 'M', 'حى'), - (0xFD00, 'M', 'حي'), - (0xFD01, 'M', 'جى'), - (0xFD02, 'M', 'جي'), - (0xFD03, 'M', 'خى'), - (0xFD04, 'M', 'خي'), - (0xFD05, 'M', 'صى'), - (0xFD06, 'M', 'صي'), - (0xFD07, 'M', 'ضى'), - (0xFD08, 'M', 'ضي'), - (0xFD09, 'M', 'شج'), - (0xFD0A, 'M', 'شح'), - (0xFD0B, 'M', 'شخ'), - (0xFD0C, 'M', 'شم'), - (0xFD0D, 'M', 'شر'), - (0xFD0E, 'M', 'سر'), - (0xFD0F, 'M', 'صر'), - (0xFD10, 'M', 'ضر'), - (0xFD11, 'M', 'طى'), - (0xFD12, 'M', 'طي'), - (0xFD13, 'M', 'عى'), - (0xFD14, 'M', 'عي'), - (0xFD15, 'M', 'غى'), - (0xFD16, 'M', 'غي'), - (0xFD17, 'M', 'سى'), - (0xFD18, 'M', 'سي'), - (0xFD19, 'M', 'شى'), - (0xFD1A, 'M', 'شي'), - (0xFD1B, 'M', 'حى'), - (0xFD1C, 'M', 'حي'), - (0xFD1D, 'M', 'جى'), - (0xFD1E, 'M', 'جي'), - ] - -def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFD1F, 'M', 'خى'), - (0xFD20, 'M', 'خي'), - (0xFD21, 'M', 'صى'), - (0xFD22, 'M', 'صي'), - (0xFD23, 'M', 'ضى'), - (0xFD24, 'M', 'ضي'), - (0xFD25, 'M', 'شج'), - (0xFD26, 'M', 'شح'), - (0xFD27, 'M', 'شخ'), - (0xFD28, 'M', 'شم'), - (0xFD29, 'M', 'شر'), - (0xFD2A, 'M', 'سر'), - (0xFD2B, 'M', 'صر'), - (0xFD2C, 'M', 'ضر'), - (0xFD2D, 'M', 'شج'), - (0xFD2E, 'M', 'شح'), - (0xFD2F, 'M', 'شخ'), - (0xFD30, 'M', 'شم'), - (0xFD31, 'M', 'سه'), - (0xFD32, 'M', 'شه'), - (0xFD33, 'M', 'طم'), - (0xFD34, 'M', 'سج'), - (0xFD35, 'M', 'سح'), - (0xFD36, 'M', 'سخ'), - (0xFD37, 'M', 'شج'), - (0xFD38, 'M', 'شح'), - (0xFD39, 'M', 'شخ'), - (0xFD3A, 'M', 'طم'), - (0xFD3B, 'M', 'ظم'), - (0xFD3C, 'M', 'اً'), - (0xFD3E, 'V'), - (0xFD50, 'M', 'تجم'), - (0xFD51, 'M', 'تحج'), - (0xFD53, 'M', 'تحم'), - (0xFD54, 'M', 'تخم'), - (0xFD55, 'M', 'تمج'), - (0xFD56, 'M', 'تمح'), - (0xFD57, 'M', 'تمخ'), - (0xFD58, 'M', 'جمح'), - (0xFD5A, 'M', 'حمي'), - (0xFD5B, 'M', 'حمى'), - (0xFD5C, 'M', 'سحج'), - (0xFD5D, 'M', 'سجح'), - (0xFD5E, 'M', 'سجى'), - (0xFD5F, 'M', 'سمح'), - (0xFD61, 'M', 'سمج'), - (0xFD62, 'M', 'سمم'), - (0xFD64, 'M', 'صحح'), - (0xFD66, 'M', 'صمم'), - (0xFD67, 'M', 'شحم'), - (0xFD69, 'M', 'شجي'), - (0xFD6A, 'M', 'شمخ'), - (0xFD6C, 'M', 'شمم'), - (0xFD6E, 'M', 'ضحى'), - (0xFD6F, 'M', 'ضخم'), - (0xFD71, 'M', 'طمح'), - (0xFD73, 'M', 'طمم'), - (0xFD74, 'M', 'طمي'), - (0xFD75, 'M', 'عجم'), - (0xFD76, 'M', 'عمم'), - (0xFD78, 'M', 'عمى'), - (0xFD79, 'M', 'غمم'), - (0xFD7A, 'M', 'غمي'), - (0xFD7B, 'M', 'غمى'), - (0xFD7C, 'M', 'فخم'), - (0xFD7E, 'M', 'قمح'), - (0xFD7F, 'M', 'قمم'), - (0xFD80, 'M', 'لحم'), - (0xFD81, 'M', 'لحي'), - (0xFD82, 'M', 'لحى'), - (0xFD83, 'M', 'لجج'), - (0xFD85, 'M', 'لخم'), - (0xFD87, 'M', 'لمح'), - (0xFD89, 'M', 'محج'), - (0xFD8A, 'M', 'محم'), - (0xFD8B, 'M', 'محي'), - (0xFD8C, 'M', 'مجح'), - (0xFD8D, 'M', 'مجم'), - (0xFD8E, 'M', 'مخج'), - (0xFD8F, 'M', 'مخم'), - (0xFD90, 'X'), - (0xFD92, 'M', 'مجخ'), - (0xFD93, 'M', 'همج'), - (0xFD94, 'M', 'همم'), - (0xFD95, 'M', 'نحم'), - (0xFD96, 'M', 'نحى'), - (0xFD97, 'M', 'نجم'), - (0xFD99, 'M', 'نجى'), - (0xFD9A, 'M', 'نمي'), - (0xFD9B, 'M', 'نمى'), - (0xFD9C, 'M', 'يمم'), - (0xFD9E, 'M', 'بخي'), - (0xFD9F, 'M', 'تجي'), - (0xFDA0, 'M', 'تجى'), - (0xFDA1, 'M', 'تخي'), - (0xFDA2, 'M', 'تخى'), - (0xFDA3, 'M', 'تمي'), - (0xFDA4, 'M', 'تمى'), - (0xFDA5, 'M', 'جمي'), - (0xFDA6, 'M', 'جحى'), - ] - -def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFDA7, 'M', 'جمى'), - (0xFDA8, 'M', 'سخى'), - (0xFDA9, 'M', 'صحي'), - (0xFDAA, 'M', 'شحي'), - (0xFDAB, 'M', 'ضحي'), - (0xFDAC, 'M', 'لجي'), - (0xFDAD, 'M', 'لمي'), - (0xFDAE, 'M', 'يحي'), - (0xFDAF, 'M', 'يجي'), - (0xFDB0, 'M', 'يمي'), - (0xFDB1, 'M', 'ممي'), - (0xFDB2, 'M', 'قمي'), - (0xFDB3, 'M', 'نحي'), - (0xFDB4, 'M', 'قمح'), - (0xFDB5, 'M', 'لحم'), - (0xFDB6, 'M', 'عمي'), - (0xFDB7, 'M', 'كمي'), - (0xFDB8, 'M', 'نجح'), - (0xFDB9, 'M', 'مخي'), - (0xFDBA, 'M', 'لجم'), - (0xFDBB, 'M', 'كمم'), - (0xFDBC, 'M', 'لجم'), - (0xFDBD, 'M', 'نجح'), - (0xFDBE, 'M', 'جحي'), - (0xFDBF, 'M', 'حجي'), - (0xFDC0, 'M', 'مجي'), - (0xFDC1, 'M', 'فمي'), - (0xFDC2, 'M', 'بحي'), - (0xFDC3, 'M', 'كمم'), - (0xFDC4, 'M', 'عجم'), - (0xFDC5, 'M', 'صمم'), - (0xFDC6, 'M', 'سخي'), - (0xFDC7, 'M', 'نجي'), - (0xFDC8, 'X'), - (0xFDCF, 'V'), - (0xFDD0, 'X'), - (0xFDF0, 'M', 'صلے'), - (0xFDF1, 'M', 'قلے'), - (0xFDF2, 'M', 'الله'), - (0xFDF3, 'M', 'اكبر'), - (0xFDF4, 'M', 'محمد'), - (0xFDF5, 'M', 'صلعم'), - (0xFDF6, 'M', 'رسول'), - (0xFDF7, 'M', 'عليه'), - (0xFDF8, 'M', 'وسلم'), - (0xFDF9, 'M', 'صلى'), - (0xFDFA, '3', 'صلى الله عليه وسلم'), - (0xFDFB, '3', 'جل جلاله'), - (0xFDFC, 'M', 'ریال'), - (0xFDFD, 'V'), - (0xFE00, 'I'), - (0xFE10, '3', ','), - (0xFE11, 'M', '、'), - (0xFE12, 'X'), - (0xFE13, '3', ':'), - (0xFE14, '3', ';'), - (0xFE15, '3', '!'), - (0xFE16, '3', '?'), - (0xFE17, 'M', '〖'), - (0xFE18, 'M', '〗'), - (0xFE19, 'X'), - (0xFE20, 'V'), - (0xFE30, 'X'), - (0xFE31, 'M', '—'), - (0xFE32, 'M', '–'), - (0xFE33, '3', '_'), - (0xFE35, '3', '('), - (0xFE36, '3', ')'), - (0xFE37, '3', '{'), - (0xFE38, '3', '}'), - (0xFE39, 'M', '〔'), - (0xFE3A, 'M', '〕'), - (0xFE3B, 'M', '【'), - (0xFE3C, 'M', '】'), - (0xFE3D, 'M', '《'), - (0xFE3E, 'M', '》'), - (0xFE3F, 'M', '〈'), - (0xFE40, 'M', '〉'), - (0xFE41, 'M', '「'), - (0xFE42, 'M', '」'), - (0xFE43, 'M', '『'), - (0xFE44, 'M', '』'), - (0xFE45, 'V'), - (0xFE47, '3', '['), - (0xFE48, '3', ']'), - (0xFE49, '3', ' ̅'), - (0xFE4D, '3', '_'), - (0xFE50, '3', ','), - (0xFE51, 'M', '、'), - (0xFE52, 'X'), - (0xFE54, '3', ';'), - (0xFE55, '3', ':'), - (0xFE56, '3', '?'), - (0xFE57, '3', '!'), - (0xFE58, 'M', '—'), - (0xFE59, '3', '('), - (0xFE5A, '3', ')'), - (0xFE5B, '3', '{'), - (0xFE5C, '3', '}'), - (0xFE5D, 'M', '〔'), - ] - -def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFE5E, 'M', '〕'), - (0xFE5F, '3', '#'), - (0xFE60, '3', '&'), - (0xFE61, '3', '*'), - (0xFE62, '3', '+'), - (0xFE63, 'M', '-'), - (0xFE64, '3', '<'), - (0xFE65, '3', '>'), - (0xFE66, '3', '='), - (0xFE67, 'X'), - (0xFE68, '3', '\\'), - (0xFE69, '3', '$'), - (0xFE6A, '3', '%'), - (0xFE6B, '3', '@'), - (0xFE6C, 'X'), - (0xFE70, '3', ' ً'), - (0xFE71, 'M', 'ـً'), - (0xFE72, '3', ' ٌ'), - (0xFE73, 'V'), - (0xFE74, '3', ' ٍ'), - (0xFE75, 'X'), - (0xFE76, '3', ' َ'), - (0xFE77, 'M', 'ـَ'), - (0xFE78, '3', ' ُ'), - (0xFE79, 'M', 'ـُ'), - (0xFE7A, '3', ' ِ'), - (0xFE7B, 'M', 'ـِ'), - (0xFE7C, '3', ' ّ'), - (0xFE7D, 'M', 'ـّ'), - (0xFE7E, '3', ' ْ'), - (0xFE7F, 'M', 'ـْ'), - (0xFE80, 'M', 'ء'), - (0xFE81, 'M', 'آ'), - (0xFE83, 'M', 'أ'), - (0xFE85, 'M', 'ؤ'), - (0xFE87, 'M', 'إ'), - (0xFE89, 'M', 'ئ'), - (0xFE8D, 'M', 'ا'), - (0xFE8F, 'M', 'ب'), - (0xFE93, 'M', 'ة'), - (0xFE95, 'M', 'ت'), - (0xFE99, 'M', 'ث'), - (0xFE9D, 'M', 'ج'), - (0xFEA1, 'M', 'ح'), - (0xFEA5, 'M', 'خ'), - (0xFEA9, 'M', 'د'), - (0xFEAB, 'M', 'ذ'), - (0xFEAD, 'M', 'ر'), - (0xFEAF, 'M', 'ز'), - (0xFEB1, 'M', 'س'), - (0xFEB5, 'M', 'ش'), - (0xFEB9, 'M', 'ص'), - (0xFEBD, 'M', 'ض'), - (0xFEC1, 'M', 'ط'), - (0xFEC5, 'M', 'ظ'), - (0xFEC9, 'M', 'ع'), - (0xFECD, 'M', 'غ'), - (0xFED1, 'M', 'ف'), - (0xFED5, 'M', 'ق'), - (0xFED9, 'M', 'ك'), - (0xFEDD, 'M', 'ل'), - (0xFEE1, 'M', 'م'), - (0xFEE5, 'M', 'ن'), - (0xFEE9, 'M', 'ه'), - (0xFEED, 'M', 'و'), - (0xFEEF, 'M', 'ى'), - (0xFEF1, 'M', 'ي'), - (0xFEF5, 'M', 'لآ'), - (0xFEF7, 'M', 'لأ'), - (0xFEF9, 'M', 'لإ'), - (0xFEFB, 'M', 'لا'), - (0xFEFD, 'X'), - (0xFEFF, 'I'), - (0xFF00, 'X'), - (0xFF01, '3', '!'), - (0xFF02, '3', '"'), - (0xFF03, '3', '#'), - (0xFF04, '3', '$'), - (0xFF05, '3', '%'), - (0xFF06, '3', '&'), - (0xFF07, '3', '\''), - (0xFF08, '3', '('), - (0xFF09, '3', ')'), - (0xFF0A, '3', '*'), - (0xFF0B, '3', '+'), - (0xFF0C, '3', ','), - (0xFF0D, 'M', '-'), - (0xFF0E, 'M', '.'), - (0xFF0F, '3', '/'), - (0xFF10, 'M', '0'), - (0xFF11, 'M', '1'), - (0xFF12, 'M', '2'), - (0xFF13, 'M', '3'), - (0xFF14, 'M', '4'), - (0xFF15, 'M', '5'), - (0xFF16, 'M', '6'), - (0xFF17, 'M', '7'), - (0xFF18, 'M', '8'), - (0xFF19, 'M', '9'), - (0xFF1A, '3', ':'), - ] - -def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFF1B, '3', ';'), - (0xFF1C, '3', '<'), - (0xFF1D, '3', '='), - (0xFF1E, '3', '>'), - (0xFF1F, '3', '?'), - (0xFF20, '3', '@'), - (0xFF21, 'M', 'a'), - (0xFF22, 'M', 'b'), - (0xFF23, 'M', 'c'), - (0xFF24, 'M', 'd'), - (0xFF25, 'M', 'e'), - (0xFF26, 'M', 'f'), - (0xFF27, 'M', 'g'), - (0xFF28, 'M', 'h'), - (0xFF29, 'M', 'i'), - (0xFF2A, 'M', 'j'), - (0xFF2B, 'M', 'k'), - (0xFF2C, 'M', 'l'), - (0xFF2D, 'M', 'm'), - (0xFF2E, 'M', 'n'), - (0xFF2F, 'M', 'o'), - (0xFF30, 'M', 'p'), - (0xFF31, 'M', 'q'), - (0xFF32, 'M', 'r'), - (0xFF33, 'M', 's'), - (0xFF34, 'M', 't'), - (0xFF35, 'M', 'u'), - (0xFF36, 'M', 'v'), - (0xFF37, 'M', 'w'), - (0xFF38, 'M', 'x'), - (0xFF39, 'M', 'y'), - (0xFF3A, 'M', 'z'), - (0xFF3B, '3', '['), - (0xFF3C, '3', '\\'), - (0xFF3D, '3', ']'), - (0xFF3E, '3', '^'), - (0xFF3F, '3', '_'), - (0xFF40, '3', '`'), - (0xFF41, 'M', 'a'), - (0xFF42, 'M', 'b'), - (0xFF43, 'M', 'c'), - (0xFF44, 'M', 'd'), - (0xFF45, 'M', 'e'), - (0xFF46, 'M', 'f'), - (0xFF47, 'M', 'g'), - (0xFF48, 'M', 'h'), - (0xFF49, 'M', 'i'), - (0xFF4A, 'M', 'j'), - (0xFF4B, 'M', 'k'), - (0xFF4C, 'M', 'l'), - (0xFF4D, 'M', 'm'), - (0xFF4E, 'M', 'n'), - (0xFF4F, 'M', 'o'), - (0xFF50, 'M', 'p'), - (0xFF51, 'M', 'q'), - (0xFF52, 'M', 'r'), - (0xFF53, 'M', 's'), - (0xFF54, 'M', 't'), - (0xFF55, 'M', 'u'), - (0xFF56, 'M', 'v'), - (0xFF57, 'M', 'w'), - (0xFF58, 'M', 'x'), - (0xFF59, 'M', 'y'), - (0xFF5A, 'M', 'z'), - (0xFF5B, '3', '{'), - (0xFF5C, '3', '|'), - (0xFF5D, '3', '}'), - (0xFF5E, '3', '~'), - (0xFF5F, 'M', '⦅'), - (0xFF60, 'M', '⦆'), - (0xFF61, 'M', '.'), - (0xFF62, 'M', '「'), - (0xFF63, 'M', '」'), - (0xFF64, 'M', '、'), - (0xFF65, 'M', '・'), - (0xFF66, 'M', 'ヲ'), - (0xFF67, 'M', 'ァ'), - (0xFF68, 'M', 'ィ'), - (0xFF69, 'M', 'ゥ'), - (0xFF6A, 'M', 'ェ'), - (0xFF6B, 'M', 'ォ'), - (0xFF6C, 'M', 'ャ'), - (0xFF6D, 'M', 'ュ'), - (0xFF6E, 'M', 'ョ'), - (0xFF6F, 'M', 'ッ'), - (0xFF70, 'M', 'ー'), - (0xFF71, 'M', 'ア'), - (0xFF72, 'M', 'イ'), - (0xFF73, 'M', 'ウ'), - (0xFF74, 'M', 'エ'), - (0xFF75, 'M', 'オ'), - (0xFF76, 'M', 'カ'), - (0xFF77, 'M', 'キ'), - (0xFF78, 'M', 'ク'), - (0xFF79, 'M', 'ケ'), - (0xFF7A, 'M', 'コ'), - (0xFF7B, 'M', 'サ'), - (0xFF7C, 'M', 'シ'), - (0xFF7D, 'M', 'ス'), - (0xFF7E, 'M', 'セ'), - ] - -def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFF7F, 'M', 'ソ'), - (0xFF80, 'M', 'タ'), - (0xFF81, 'M', 'チ'), - (0xFF82, 'M', 'ツ'), - (0xFF83, 'M', 'テ'), - (0xFF84, 'M', 'ト'), - (0xFF85, 'M', 'ナ'), - (0xFF86, 'M', 'ニ'), - (0xFF87, 'M', 'ヌ'), - (0xFF88, 'M', 'ネ'), - (0xFF89, 'M', 'ノ'), - (0xFF8A, 'M', 'ハ'), - (0xFF8B, 'M', 'ヒ'), - (0xFF8C, 'M', 'フ'), - (0xFF8D, 'M', 'ヘ'), - (0xFF8E, 'M', 'ホ'), - (0xFF8F, 'M', 'マ'), - (0xFF90, 'M', 'ミ'), - (0xFF91, 'M', 'ム'), - (0xFF92, 'M', 'メ'), - (0xFF93, 'M', 'モ'), - (0xFF94, 'M', 'ヤ'), - (0xFF95, 'M', 'ユ'), - (0xFF96, 'M', 'ヨ'), - (0xFF97, 'M', 'ラ'), - (0xFF98, 'M', 'リ'), - (0xFF99, 'M', 'ル'), - (0xFF9A, 'M', 'レ'), - (0xFF9B, 'M', 'ロ'), - (0xFF9C, 'M', 'ワ'), - (0xFF9D, 'M', 'ン'), - (0xFF9E, 'M', '゙'), - (0xFF9F, 'M', '゚'), - (0xFFA0, 'X'), - (0xFFA1, 'M', 'ᄀ'), - (0xFFA2, 'M', 'ᄁ'), - (0xFFA3, 'M', 'ᆪ'), - (0xFFA4, 'M', 'ᄂ'), - (0xFFA5, 'M', 'ᆬ'), - (0xFFA6, 'M', 'ᆭ'), - (0xFFA7, 'M', 'ᄃ'), - (0xFFA8, 'M', 'ᄄ'), - (0xFFA9, 'M', 'ᄅ'), - (0xFFAA, 'M', 'ᆰ'), - (0xFFAB, 'M', 'ᆱ'), - (0xFFAC, 'M', 'ᆲ'), - (0xFFAD, 'M', 'ᆳ'), - (0xFFAE, 'M', 'ᆴ'), - (0xFFAF, 'M', 'ᆵ'), - (0xFFB0, 'M', 'ᄚ'), - (0xFFB1, 'M', 'ᄆ'), - (0xFFB2, 'M', 'ᄇ'), - (0xFFB3, 'M', 'ᄈ'), - (0xFFB4, 'M', 'ᄡ'), - (0xFFB5, 'M', 'ᄉ'), - (0xFFB6, 'M', 'ᄊ'), - (0xFFB7, 'M', 'ᄋ'), - (0xFFB8, 'M', 'ᄌ'), - (0xFFB9, 'M', 'ᄍ'), - (0xFFBA, 'M', 'ᄎ'), - (0xFFBB, 'M', 'ᄏ'), - (0xFFBC, 'M', 'ᄐ'), - (0xFFBD, 'M', 'ᄑ'), - (0xFFBE, 'M', 'ᄒ'), - (0xFFBF, 'X'), - (0xFFC2, 'M', 'ᅡ'), - (0xFFC3, 'M', 'ᅢ'), - (0xFFC4, 'M', 'ᅣ'), - (0xFFC5, 'M', 'ᅤ'), - (0xFFC6, 'M', 'ᅥ'), - (0xFFC7, 'M', 'ᅦ'), - (0xFFC8, 'X'), - (0xFFCA, 'M', 'ᅧ'), - (0xFFCB, 'M', 'ᅨ'), - (0xFFCC, 'M', 'ᅩ'), - (0xFFCD, 'M', 'ᅪ'), - (0xFFCE, 'M', 'ᅫ'), - (0xFFCF, 'M', 'ᅬ'), - (0xFFD0, 'X'), - (0xFFD2, 'M', 'ᅭ'), - (0xFFD3, 'M', 'ᅮ'), - (0xFFD4, 'M', 'ᅯ'), - (0xFFD5, 'M', 'ᅰ'), - (0xFFD6, 'M', 'ᅱ'), - (0xFFD7, 'M', 'ᅲ'), - (0xFFD8, 'X'), - (0xFFDA, 'M', 'ᅳ'), - (0xFFDB, 'M', 'ᅴ'), - (0xFFDC, 'M', 'ᅵ'), - (0xFFDD, 'X'), - (0xFFE0, 'M', '¢'), - (0xFFE1, 'M', '£'), - (0xFFE2, 'M', '¬'), - (0xFFE3, '3', ' ̄'), - (0xFFE4, 'M', '¦'), - (0xFFE5, 'M', '¥'), - (0xFFE6, 'M', '₩'), - (0xFFE7, 'X'), - (0xFFE8, 'M', '│'), - (0xFFE9, 'M', '←'), - ] - -def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFFEA, 'M', '↑'), - (0xFFEB, 'M', '→'), - (0xFFEC, 'M', '↓'), - (0xFFED, 'M', '■'), - (0xFFEE, 'M', '○'), - (0xFFEF, 'X'), - (0x10000, 'V'), - (0x1000C, 'X'), - (0x1000D, 'V'), - (0x10027, 'X'), - (0x10028, 'V'), - (0x1003B, 'X'), - (0x1003C, 'V'), - (0x1003E, 'X'), - (0x1003F, 'V'), - (0x1004E, 'X'), - (0x10050, 'V'), - (0x1005E, 'X'), - (0x10080, 'V'), - (0x100FB, 'X'), - (0x10100, 'V'), - (0x10103, 'X'), - (0x10107, 'V'), - (0x10134, 'X'), - (0x10137, 'V'), - (0x1018F, 'X'), - (0x10190, 'V'), - (0x1019D, 'X'), - (0x101A0, 'V'), - (0x101A1, 'X'), - (0x101D0, 'V'), - (0x101FE, 'X'), - (0x10280, 'V'), - (0x1029D, 'X'), - (0x102A0, 'V'), - (0x102D1, 'X'), - (0x102E0, 'V'), - (0x102FC, 'X'), - (0x10300, 'V'), - (0x10324, 'X'), - (0x1032D, 'V'), - (0x1034B, 'X'), - (0x10350, 'V'), - (0x1037B, 'X'), - (0x10380, 'V'), - (0x1039E, 'X'), - (0x1039F, 'V'), - (0x103C4, 'X'), - (0x103C8, 'V'), - (0x103D6, 'X'), - (0x10400, 'M', '𐐨'), - (0x10401, 'M', '𐐩'), - (0x10402, 'M', '𐐪'), - (0x10403, 'M', '𐐫'), - (0x10404, 'M', '𐐬'), - (0x10405, 'M', '𐐭'), - (0x10406, 'M', '𐐮'), - (0x10407, 'M', '𐐯'), - (0x10408, 'M', '𐐰'), - (0x10409, 'M', '𐐱'), - (0x1040A, 'M', '𐐲'), - (0x1040B, 'M', '𐐳'), - (0x1040C, 'M', '𐐴'), - (0x1040D, 'M', '𐐵'), - (0x1040E, 'M', '𐐶'), - (0x1040F, 'M', '𐐷'), - (0x10410, 'M', '𐐸'), - (0x10411, 'M', '𐐹'), - (0x10412, 'M', '𐐺'), - (0x10413, 'M', '𐐻'), - (0x10414, 'M', '𐐼'), - (0x10415, 'M', '𐐽'), - (0x10416, 'M', '𐐾'), - (0x10417, 'M', '𐐿'), - (0x10418, 'M', '𐑀'), - (0x10419, 'M', '𐑁'), - (0x1041A, 'M', '𐑂'), - (0x1041B, 'M', '𐑃'), - (0x1041C, 'M', '𐑄'), - (0x1041D, 'M', '𐑅'), - (0x1041E, 'M', '𐑆'), - (0x1041F, 'M', '𐑇'), - (0x10420, 'M', '𐑈'), - (0x10421, 'M', '𐑉'), - (0x10422, 'M', '𐑊'), - (0x10423, 'M', '𐑋'), - (0x10424, 'M', '𐑌'), - (0x10425, 'M', '𐑍'), - (0x10426, 'M', '𐑎'), - (0x10427, 'M', '𐑏'), - (0x10428, 'V'), - (0x1049E, 'X'), - (0x104A0, 'V'), - (0x104AA, 'X'), - (0x104B0, 'M', '𐓘'), - (0x104B1, 'M', '𐓙'), - (0x104B2, 'M', '𐓚'), - (0x104B3, 'M', '𐓛'), - (0x104B4, 'M', '𐓜'), - (0x104B5, 'M', '𐓝'), - ] - -def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x104B6, 'M', '𐓞'), - (0x104B7, 'M', '𐓟'), - (0x104B8, 'M', '𐓠'), - (0x104B9, 'M', '𐓡'), - (0x104BA, 'M', '𐓢'), - (0x104BB, 'M', '𐓣'), - (0x104BC, 'M', '𐓤'), - (0x104BD, 'M', '𐓥'), - (0x104BE, 'M', '𐓦'), - (0x104BF, 'M', '𐓧'), - (0x104C0, 'M', '𐓨'), - (0x104C1, 'M', '𐓩'), - (0x104C2, 'M', '𐓪'), - (0x104C3, 'M', '𐓫'), - (0x104C4, 'M', '𐓬'), - (0x104C5, 'M', '𐓭'), - (0x104C6, 'M', '𐓮'), - (0x104C7, 'M', '𐓯'), - (0x104C8, 'M', '𐓰'), - (0x104C9, 'M', '𐓱'), - (0x104CA, 'M', '𐓲'), - (0x104CB, 'M', '𐓳'), - (0x104CC, 'M', '𐓴'), - (0x104CD, 'M', '𐓵'), - (0x104CE, 'M', '𐓶'), - (0x104CF, 'M', '𐓷'), - (0x104D0, 'M', '𐓸'), - (0x104D1, 'M', '𐓹'), - (0x104D2, 'M', '𐓺'), - (0x104D3, 'M', '𐓻'), - (0x104D4, 'X'), - (0x104D8, 'V'), - (0x104FC, 'X'), - (0x10500, 'V'), - (0x10528, 'X'), - (0x10530, 'V'), - (0x10564, 'X'), - (0x1056F, 'V'), - (0x10570, 'M', '𐖗'), - (0x10571, 'M', '𐖘'), - (0x10572, 'M', '𐖙'), - (0x10573, 'M', '𐖚'), - (0x10574, 'M', '𐖛'), - (0x10575, 'M', '𐖜'), - (0x10576, 'M', '𐖝'), - (0x10577, 'M', '𐖞'), - (0x10578, 'M', '𐖟'), - (0x10579, 'M', '𐖠'), - (0x1057A, 'M', '𐖡'), - (0x1057B, 'X'), - (0x1057C, 'M', '𐖣'), - (0x1057D, 'M', '𐖤'), - (0x1057E, 'M', '𐖥'), - (0x1057F, 'M', '𐖦'), - (0x10580, 'M', '𐖧'), - (0x10581, 'M', '𐖨'), - (0x10582, 'M', '𐖩'), - (0x10583, 'M', '𐖪'), - (0x10584, 'M', '𐖫'), - (0x10585, 'M', '𐖬'), - (0x10586, 'M', '𐖭'), - (0x10587, 'M', '𐖮'), - (0x10588, 'M', '𐖯'), - (0x10589, 'M', '𐖰'), - (0x1058A, 'M', '𐖱'), - (0x1058B, 'X'), - (0x1058C, 'M', '𐖳'), - (0x1058D, 'M', '𐖴'), - (0x1058E, 'M', '𐖵'), - (0x1058F, 'M', '𐖶'), - (0x10590, 'M', '𐖷'), - (0x10591, 'M', '𐖸'), - (0x10592, 'M', '𐖹'), - (0x10593, 'X'), - (0x10594, 'M', '𐖻'), - (0x10595, 'M', '𐖼'), - (0x10596, 'X'), - (0x10597, 'V'), - (0x105A2, 'X'), - (0x105A3, 'V'), - (0x105B2, 'X'), - (0x105B3, 'V'), - (0x105BA, 'X'), - (0x105BB, 'V'), - (0x105BD, 'X'), - (0x10600, 'V'), - (0x10737, 'X'), - (0x10740, 'V'), - (0x10756, 'X'), - (0x10760, 'V'), - (0x10768, 'X'), - (0x10780, 'V'), - (0x10781, 'M', 'ː'), - (0x10782, 'M', 'ˑ'), - (0x10783, 'M', 'æ'), - (0x10784, 'M', 'ʙ'), - (0x10785, 'M', 'ɓ'), - (0x10786, 'X'), - (0x10787, 'M', 'ʣ'), - (0x10788, 'M', 'ꭦ'), - ] - -def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x10789, 'M', 'ʥ'), - (0x1078A, 'M', 'ʤ'), - (0x1078B, 'M', 'ɖ'), - (0x1078C, 'M', 'ɗ'), - (0x1078D, 'M', 'ᶑ'), - (0x1078E, 'M', 'ɘ'), - (0x1078F, 'M', 'ɞ'), - (0x10790, 'M', 'ʩ'), - (0x10791, 'M', 'ɤ'), - (0x10792, 'M', 'ɢ'), - (0x10793, 'M', 'ɠ'), - (0x10794, 'M', 'ʛ'), - (0x10795, 'M', 'ħ'), - (0x10796, 'M', 'ʜ'), - (0x10797, 'M', 'ɧ'), - (0x10798, 'M', 'ʄ'), - (0x10799, 'M', 'ʪ'), - (0x1079A, 'M', 'ʫ'), - (0x1079B, 'M', 'ɬ'), - (0x1079C, 'M', '𝼄'), - (0x1079D, 'M', 'ꞎ'), - (0x1079E, 'M', 'ɮ'), - (0x1079F, 'M', '𝼅'), - (0x107A0, 'M', 'ʎ'), - (0x107A1, 'M', '𝼆'), - (0x107A2, 'M', 'ø'), - (0x107A3, 'M', 'ɶ'), - (0x107A4, 'M', 'ɷ'), - (0x107A5, 'M', 'q'), - (0x107A6, 'M', 'ɺ'), - (0x107A7, 'M', '𝼈'), - (0x107A8, 'M', 'ɽ'), - (0x107A9, 'M', 'ɾ'), - (0x107AA, 'M', 'ʀ'), - (0x107AB, 'M', 'ʨ'), - (0x107AC, 'M', 'ʦ'), - (0x107AD, 'M', 'ꭧ'), - (0x107AE, 'M', 'ʧ'), - (0x107AF, 'M', 'ʈ'), - (0x107B0, 'M', 'ⱱ'), - (0x107B1, 'X'), - (0x107B2, 'M', 'ʏ'), - (0x107B3, 'M', 'ʡ'), - (0x107B4, 'M', 'ʢ'), - (0x107B5, 'M', 'ʘ'), - (0x107B6, 'M', 'ǀ'), - (0x107B7, 'M', 'ǁ'), - (0x107B8, 'M', 'ǂ'), - (0x107B9, 'M', '𝼊'), - (0x107BA, 'M', '𝼞'), - (0x107BB, 'X'), - (0x10800, 'V'), - (0x10806, 'X'), - (0x10808, 'V'), - (0x10809, 'X'), - (0x1080A, 'V'), - (0x10836, 'X'), - (0x10837, 'V'), - (0x10839, 'X'), - (0x1083C, 'V'), - (0x1083D, 'X'), - (0x1083F, 'V'), - (0x10856, 'X'), - (0x10857, 'V'), - (0x1089F, 'X'), - (0x108A7, 'V'), - (0x108B0, 'X'), - (0x108E0, 'V'), - (0x108F3, 'X'), - (0x108F4, 'V'), - (0x108F6, 'X'), - (0x108FB, 'V'), - (0x1091C, 'X'), - (0x1091F, 'V'), - (0x1093A, 'X'), - (0x1093F, 'V'), - (0x10940, 'X'), - (0x10980, 'V'), - (0x109B8, 'X'), - (0x109BC, 'V'), - (0x109D0, 'X'), - (0x109D2, 'V'), - (0x10A04, 'X'), - (0x10A05, 'V'), - (0x10A07, 'X'), - (0x10A0C, 'V'), - (0x10A14, 'X'), - (0x10A15, 'V'), - (0x10A18, 'X'), - (0x10A19, 'V'), - (0x10A36, 'X'), - (0x10A38, 'V'), - (0x10A3B, 'X'), - (0x10A3F, 'V'), - (0x10A49, 'X'), - (0x10A50, 'V'), - (0x10A59, 'X'), - (0x10A60, 'V'), - (0x10AA0, 'X'), - (0x10AC0, 'V'), - ] - -def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x10AE7, 'X'), - (0x10AEB, 'V'), - (0x10AF7, 'X'), - (0x10B00, 'V'), - (0x10B36, 'X'), - (0x10B39, 'V'), - (0x10B56, 'X'), - (0x10B58, 'V'), - (0x10B73, 'X'), - (0x10B78, 'V'), - (0x10B92, 'X'), - (0x10B99, 'V'), - (0x10B9D, 'X'), - (0x10BA9, 'V'), - (0x10BB0, 'X'), - (0x10C00, 'V'), - (0x10C49, 'X'), - (0x10C80, 'M', '𐳀'), - (0x10C81, 'M', '𐳁'), - (0x10C82, 'M', '𐳂'), - (0x10C83, 'M', '𐳃'), - (0x10C84, 'M', '𐳄'), - (0x10C85, 'M', '𐳅'), - (0x10C86, 'M', '𐳆'), - (0x10C87, 'M', '𐳇'), - (0x10C88, 'M', '𐳈'), - (0x10C89, 'M', '𐳉'), - (0x10C8A, 'M', '𐳊'), - (0x10C8B, 'M', '𐳋'), - (0x10C8C, 'M', '𐳌'), - (0x10C8D, 'M', '𐳍'), - (0x10C8E, 'M', '𐳎'), - (0x10C8F, 'M', '𐳏'), - (0x10C90, 'M', '𐳐'), - (0x10C91, 'M', '𐳑'), - (0x10C92, 'M', '𐳒'), - (0x10C93, 'M', '𐳓'), - (0x10C94, 'M', '𐳔'), - (0x10C95, 'M', '𐳕'), - (0x10C96, 'M', '𐳖'), - (0x10C97, 'M', '𐳗'), - (0x10C98, 'M', '𐳘'), - (0x10C99, 'M', '𐳙'), - (0x10C9A, 'M', '𐳚'), - (0x10C9B, 'M', '𐳛'), - (0x10C9C, 'M', '𐳜'), - (0x10C9D, 'M', '𐳝'), - (0x10C9E, 'M', '𐳞'), - (0x10C9F, 'M', '𐳟'), - (0x10CA0, 'M', '𐳠'), - (0x10CA1, 'M', '𐳡'), - (0x10CA2, 'M', '𐳢'), - (0x10CA3, 'M', '𐳣'), - (0x10CA4, 'M', '𐳤'), - (0x10CA5, 'M', '𐳥'), - (0x10CA6, 'M', '𐳦'), - (0x10CA7, 'M', '𐳧'), - (0x10CA8, 'M', '𐳨'), - (0x10CA9, 'M', '𐳩'), - (0x10CAA, 'M', '𐳪'), - (0x10CAB, 'M', '𐳫'), - (0x10CAC, 'M', '𐳬'), - (0x10CAD, 'M', '𐳭'), - (0x10CAE, 'M', '𐳮'), - (0x10CAF, 'M', '𐳯'), - (0x10CB0, 'M', '𐳰'), - (0x10CB1, 'M', '𐳱'), - (0x10CB2, 'M', '𐳲'), - (0x10CB3, 'X'), - (0x10CC0, 'V'), - (0x10CF3, 'X'), - (0x10CFA, 'V'), - (0x10D28, 'X'), - (0x10D30, 'V'), - (0x10D3A, 'X'), - (0x10E60, 'V'), - (0x10E7F, 'X'), - (0x10E80, 'V'), - (0x10EAA, 'X'), - (0x10EAB, 'V'), - (0x10EAE, 'X'), - (0x10EB0, 'V'), - (0x10EB2, 'X'), - (0x10EFD, 'V'), - (0x10F28, 'X'), - (0x10F30, 'V'), - (0x10F5A, 'X'), - (0x10F70, 'V'), - (0x10F8A, 'X'), - (0x10FB0, 'V'), - (0x10FCC, 'X'), - (0x10FE0, 'V'), - (0x10FF7, 'X'), - (0x11000, 'V'), - (0x1104E, 'X'), - (0x11052, 'V'), - (0x11076, 'X'), - (0x1107F, 'V'), - (0x110BD, 'X'), - (0x110BE, 'V'), - ] - -def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x110C3, 'X'), - (0x110D0, 'V'), - (0x110E9, 'X'), - (0x110F0, 'V'), - (0x110FA, 'X'), - (0x11100, 'V'), - (0x11135, 'X'), - (0x11136, 'V'), - (0x11148, 'X'), - (0x11150, 'V'), - (0x11177, 'X'), - (0x11180, 'V'), - (0x111E0, 'X'), - (0x111E1, 'V'), - (0x111F5, 'X'), - (0x11200, 'V'), - (0x11212, 'X'), - (0x11213, 'V'), - (0x11242, 'X'), - (0x11280, 'V'), - (0x11287, 'X'), - (0x11288, 'V'), - (0x11289, 'X'), - (0x1128A, 'V'), - (0x1128E, 'X'), - (0x1128F, 'V'), - (0x1129E, 'X'), - (0x1129F, 'V'), - (0x112AA, 'X'), - (0x112B0, 'V'), - (0x112EB, 'X'), - (0x112F0, 'V'), - (0x112FA, 'X'), - (0x11300, 'V'), - (0x11304, 'X'), - (0x11305, 'V'), - (0x1130D, 'X'), - (0x1130F, 'V'), - (0x11311, 'X'), - (0x11313, 'V'), - (0x11329, 'X'), - (0x1132A, 'V'), - (0x11331, 'X'), - (0x11332, 'V'), - (0x11334, 'X'), - (0x11335, 'V'), - (0x1133A, 'X'), - (0x1133B, 'V'), - (0x11345, 'X'), - (0x11347, 'V'), - (0x11349, 'X'), - (0x1134B, 'V'), - (0x1134E, 'X'), - (0x11350, 'V'), - (0x11351, 'X'), - (0x11357, 'V'), - (0x11358, 'X'), - (0x1135D, 'V'), - (0x11364, 'X'), - (0x11366, 'V'), - (0x1136D, 'X'), - (0x11370, 'V'), - (0x11375, 'X'), - (0x11400, 'V'), - (0x1145C, 'X'), - (0x1145D, 'V'), - (0x11462, 'X'), - (0x11480, 'V'), - (0x114C8, 'X'), - (0x114D0, 'V'), - (0x114DA, 'X'), - (0x11580, 'V'), - (0x115B6, 'X'), - (0x115B8, 'V'), - (0x115DE, 'X'), - (0x11600, 'V'), - (0x11645, 'X'), - (0x11650, 'V'), - (0x1165A, 'X'), - (0x11660, 'V'), - (0x1166D, 'X'), - (0x11680, 'V'), - (0x116BA, 'X'), - (0x116C0, 'V'), - (0x116CA, 'X'), - (0x11700, 'V'), - (0x1171B, 'X'), - (0x1171D, 'V'), - (0x1172C, 'X'), - (0x11730, 'V'), - (0x11747, 'X'), - (0x11800, 'V'), - (0x1183C, 'X'), - (0x118A0, 'M', '𑣀'), - (0x118A1, 'M', '𑣁'), - (0x118A2, 'M', '𑣂'), - (0x118A3, 'M', '𑣃'), - (0x118A4, 'M', '𑣄'), - (0x118A5, 'M', '𑣅'), - (0x118A6, 'M', '𑣆'), - ] - -def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x118A7, 'M', '𑣇'), - (0x118A8, 'M', '𑣈'), - (0x118A9, 'M', '𑣉'), - (0x118AA, 'M', '𑣊'), - (0x118AB, 'M', '𑣋'), - (0x118AC, 'M', '𑣌'), - (0x118AD, 'M', '𑣍'), - (0x118AE, 'M', '𑣎'), - (0x118AF, 'M', '𑣏'), - (0x118B0, 'M', '𑣐'), - (0x118B1, 'M', '𑣑'), - (0x118B2, 'M', '𑣒'), - (0x118B3, 'M', '𑣓'), - (0x118B4, 'M', '𑣔'), - (0x118B5, 'M', '𑣕'), - (0x118B6, 'M', '𑣖'), - (0x118B7, 'M', '𑣗'), - (0x118B8, 'M', '𑣘'), - (0x118B9, 'M', '𑣙'), - (0x118BA, 'M', '𑣚'), - (0x118BB, 'M', '𑣛'), - (0x118BC, 'M', '𑣜'), - (0x118BD, 'M', '𑣝'), - (0x118BE, 'M', '𑣞'), - (0x118BF, 'M', '𑣟'), - (0x118C0, 'V'), - (0x118F3, 'X'), - (0x118FF, 'V'), - (0x11907, 'X'), - (0x11909, 'V'), - (0x1190A, 'X'), - (0x1190C, 'V'), - (0x11914, 'X'), - (0x11915, 'V'), - (0x11917, 'X'), - (0x11918, 'V'), - (0x11936, 'X'), - (0x11937, 'V'), - (0x11939, 'X'), - (0x1193B, 'V'), - (0x11947, 'X'), - (0x11950, 'V'), - (0x1195A, 'X'), - (0x119A0, 'V'), - (0x119A8, 'X'), - (0x119AA, 'V'), - (0x119D8, 'X'), - (0x119DA, 'V'), - (0x119E5, 'X'), - (0x11A00, 'V'), - (0x11A48, 'X'), - (0x11A50, 'V'), - (0x11AA3, 'X'), - (0x11AB0, 'V'), - (0x11AF9, 'X'), - (0x11B00, 'V'), - (0x11B0A, 'X'), - (0x11C00, 'V'), - (0x11C09, 'X'), - (0x11C0A, 'V'), - (0x11C37, 'X'), - (0x11C38, 'V'), - (0x11C46, 'X'), - (0x11C50, 'V'), - (0x11C6D, 'X'), - (0x11C70, 'V'), - (0x11C90, 'X'), - (0x11C92, 'V'), - (0x11CA8, 'X'), - (0x11CA9, 'V'), - (0x11CB7, 'X'), - (0x11D00, 'V'), - (0x11D07, 'X'), - (0x11D08, 'V'), - (0x11D0A, 'X'), - (0x11D0B, 'V'), - (0x11D37, 'X'), - (0x11D3A, 'V'), - (0x11D3B, 'X'), - (0x11D3C, 'V'), - (0x11D3E, 'X'), - (0x11D3F, 'V'), - (0x11D48, 'X'), - (0x11D50, 'V'), - (0x11D5A, 'X'), - (0x11D60, 'V'), - (0x11D66, 'X'), - (0x11D67, 'V'), - (0x11D69, 'X'), - (0x11D6A, 'V'), - (0x11D8F, 'X'), - (0x11D90, 'V'), - (0x11D92, 'X'), - (0x11D93, 'V'), - (0x11D99, 'X'), - (0x11DA0, 'V'), - (0x11DAA, 'X'), - (0x11EE0, 'V'), - (0x11EF9, 'X'), - (0x11F00, 'V'), - ] - -def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x11F11, 'X'), - (0x11F12, 'V'), - (0x11F3B, 'X'), - (0x11F3E, 'V'), - (0x11F5A, 'X'), - (0x11FB0, 'V'), - (0x11FB1, 'X'), - (0x11FC0, 'V'), - (0x11FF2, 'X'), - (0x11FFF, 'V'), - (0x1239A, 'X'), - (0x12400, 'V'), - (0x1246F, 'X'), - (0x12470, 'V'), - (0x12475, 'X'), - (0x12480, 'V'), - (0x12544, 'X'), - (0x12F90, 'V'), - (0x12FF3, 'X'), - (0x13000, 'V'), - (0x13430, 'X'), - (0x13440, 'V'), - (0x13456, 'X'), - (0x14400, 'V'), - (0x14647, 'X'), - (0x16800, 'V'), - (0x16A39, 'X'), - (0x16A40, 'V'), - (0x16A5F, 'X'), - (0x16A60, 'V'), - (0x16A6A, 'X'), - (0x16A6E, 'V'), - (0x16ABF, 'X'), - (0x16AC0, 'V'), - (0x16ACA, 'X'), - (0x16AD0, 'V'), - (0x16AEE, 'X'), - (0x16AF0, 'V'), - (0x16AF6, 'X'), - (0x16B00, 'V'), - (0x16B46, 'X'), - (0x16B50, 'V'), - (0x16B5A, 'X'), - (0x16B5B, 'V'), - (0x16B62, 'X'), - (0x16B63, 'V'), - (0x16B78, 'X'), - (0x16B7D, 'V'), - (0x16B90, 'X'), - (0x16E40, 'M', '𖹠'), - (0x16E41, 'M', '𖹡'), - (0x16E42, 'M', '𖹢'), - (0x16E43, 'M', '𖹣'), - (0x16E44, 'M', '𖹤'), - (0x16E45, 'M', '𖹥'), - (0x16E46, 'M', '𖹦'), - (0x16E47, 'M', '𖹧'), - (0x16E48, 'M', '𖹨'), - (0x16E49, 'M', '𖹩'), - (0x16E4A, 'M', '𖹪'), - (0x16E4B, 'M', '𖹫'), - (0x16E4C, 'M', '𖹬'), - (0x16E4D, 'M', '𖹭'), - (0x16E4E, 'M', '𖹮'), - (0x16E4F, 'M', '𖹯'), - (0x16E50, 'M', '𖹰'), - (0x16E51, 'M', '𖹱'), - (0x16E52, 'M', '𖹲'), - (0x16E53, 'M', '𖹳'), - (0x16E54, 'M', '𖹴'), - (0x16E55, 'M', '𖹵'), - (0x16E56, 'M', '𖹶'), - (0x16E57, 'M', '𖹷'), - (0x16E58, 'M', '𖹸'), - (0x16E59, 'M', '𖹹'), - (0x16E5A, 'M', '𖹺'), - (0x16E5B, 'M', '𖹻'), - (0x16E5C, 'M', '𖹼'), - (0x16E5D, 'M', '𖹽'), - (0x16E5E, 'M', '𖹾'), - (0x16E5F, 'M', '𖹿'), - (0x16E60, 'V'), - (0x16E9B, 'X'), - (0x16F00, 'V'), - (0x16F4B, 'X'), - (0x16F4F, 'V'), - (0x16F88, 'X'), - (0x16F8F, 'V'), - (0x16FA0, 'X'), - (0x16FE0, 'V'), - (0x16FE5, 'X'), - (0x16FF0, 'V'), - (0x16FF2, 'X'), - (0x17000, 'V'), - (0x187F8, 'X'), - (0x18800, 'V'), - (0x18CD6, 'X'), - (0x18D00, 'V'), - (0x18D09, 'X'), - (0x1AFF0, 'V'), - ] - -def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1AFF4, 'X'), - (0x1AFF5, 'V'), - (0x1AFFC, 'X'), - (0x1AFFD, 'V'), - (0x1AFFF, 'X'), - (0x1B000, 'V'), - (0x1B123, 'X'), - (0x1B132, 'V'), - (0x1B133, 'X'), - (0x1B150, 'V'), - (0x1B153, 'X'), - (0x1B155, 'V'), - (0x1B156, 'X'), - (0x1B164, 'V'), - (0x1B168, 'X'), - (0x1B170, 'V'), - (0x1B2FC, 'X'), - (0x1BC00, 'V'), - (0x1BC6B, 'X'), - (0x1BC70, 'V'), - (0x1BC7D, 'X'), - (0x1BC80, 'V'), - (0x1BC89, 'X'), - (0x1BC90, 'V'), - (0x1BC9A, 'X'), - (0x1BC9C, 'V'), - (0x1BCA0, 'I'), - (0x1BCA4, 'X'), - (0x1CF00, 'V'), - (0x1CF2E, 'X'), - (0x1CF30, 'V'), - (0x1CF47, 'X'), - (0x1CF50, 'V'), - (0x1CFC4, 'X'), - (0x1D000, 'V'), - (0x1D0F6, 'X'), - (0x1D100, 'V'), - (0x1D127, 'X'), - (0x1D129, 'V'), - (0x1D15E, 'M', '𝅗𝅥'), - (0x1D15F, 'M', '𝅘𝅥'), - (0x1D160, 'M', '𝅘𝅥𝅮'), - (0x1D161, 'M', '𝅘𝅥𝅯'), - (0x1D162, 'M', '𝅘𝅥𝅰'), - (0x1D163, 'M', '𝅘𝅥𝅱'), - (0x1D164, 'M', '𝅘𝅥𝅲'), - (0x1D165, 'V'), - (0x1D173, 'X'), - (0x1D17B, 'V'), - (0x1D1BB, 'M', '𝆹𝅥'), - (0x1D1BC, 'M', '𝆺𝅥'), - (0x1D1BD, 'M', '𝆹𝅥𝅮'), - (0x1D1BE, 'M', '𝆺𝅥𝅮'), - (0x1D1BF, 'M', '𝆹𝅥𝅯'), - (0x1D1C0, 'M', '𝆺𝅥𝅯'), - (0x1D1C1, 'V'), - (0x1D1EB, 'X'), - (0x1D200, 'V'), - (0x1D246, 'X'), - (0x1D2C0, 'V'), - (0x1D2D4, 'X'), - (0x1D2E0, 'V'), - (0x1D2F4, 'X'), - (0x1D300, 'V'), - (0x1D357, 'X'), - (0x1D360, 'V'), - (0x1D379, 'X'), - (0x1D400, 'M', 'a'), - (0x1D401, 'M', 'b'), - (0x1D402, 'M', 'c'), - (0x1D403, 'M', 'd'), - (0x1D404, 'M', 'e'), - (0x1D405, 'M', 'f'), - (0x1D406, 'M', 'g'), - (0x1D407, 'M', 'h'), - (0x1D408, 'M', 'i'), - (0x1D409, 'M', 'j'), - (0x1D40A, 'M', 'k'), - (0x1D40B, 'M', 'l'), - (0x1D40C, 'M', 'm'), - (0x1D40D, 'M', 'n'), - (0x1D40E, 'M', 'o'), - (0x1D40F, 'M', 'p'), - (0x1D410, 'M', 'q'), - (0x1D411, 'M', 'r'), - (0x1D412, 'M', 's'), - (0x1D413, 'M', 't'), - (0x1D414, 'M', 'u'), - (0x1D415, 'M', 'v'), - (0x1D416, 'M', 'w'), - (0x1D417, 'M', 'x'), - (0x1D418, 'M', 'y'), - (0x1D419, 'M', 'z'), - (0x1D41A, 'M', 'a'), - (0x1D41B, 'M', 'b'), - (0x1D41C, 'M', 'c'), - (0x1D41D, 'M', 'd'), - (0x1D41E, 'M', 'e'), - (0x1D41F, 'M', 'f'), - (0x1D420, 'M', 'g'), - ] - -def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D421, 'M', 'h'), - (0x1D422, 'M', 'i'), - (0x1D423, 'M', 'j'), - (0x1D424, 'M', 'k'), - (0x1D425, 'M', 'l'), - (0x1D426, 'M', 'm'), - (0x1D427, 'M', 'n'), - (0x1D428, 'M', 'o'), - (0x1D429, 'M', 'p'), - (0x1D42A, 'M', 'q'), - (0x1D42B, 'M', 'r'), - (0x1D42C, 'M', 's'), - (0x1D42D, 'M', 't'), - (0x1D42E, 'M', 'u'), - (0x1D42F, 'M', 'v'), - (0x1D430, 'M', 'w'), - (0x1D431, 'M', 'x'), - (0x1D432, 'M', 'y'), - (0x1D433, 'M', 'z'), - (0x1D434, 'M', 'a'), - (0x1D435, 'M', 'b'), - (0x1D436, 'M', 'c'), - (0x1D437, 'M', 'd'), - (0x1D438, 'M', 'e'), - (0x1D439, 'M', 'f'), - (0x1D43A, 'M', 'g'), - (0x1D43B, 'M', 'h'), - (0x1D43C, 'M', 'i'), - (0x1D43D, 'M', 'j'), - (0x1D43E, 'M', 'k'), - (0x1D43F, 'M', 'l'), - (0x1D440, 'M', 'm'), - (0x1D441, 'M', 'n'), - (0x1D442, 'M', 'o'), - (0x1D443, 'M', 'p'), - (0x1D444, 'M', 'q'), - (0x1D445, 'M', 'r'), - (0x1D446, 'M', 's'), - (0x1D447, 'M', 't'), - (0x1D448, 'M', 'u'), - (0x1D449, 'M', 'v'), - (0x1D44A, 'M', 'w'), - (0x1D44B, 'M', 'x'), - (0x1D44C, 'M', 'y'), - (0x1D44D, 'M', 'z'), - (0x1D44E, 'M', 'a'), - (0x1D44F, 'M', 'b'), - (0x1D450, 'M', 'c'), - (0x1D451, 'M', 'd'), - (0x1D452, 'M', 'e'), - (0x1D453, 'M', 'f'), - (0x1D454, 'M', 'g'), - (0x1D455, 'X'), - (0x1D456, 'M', 'i'), - (0x1D457, 'M', 'j'), - (0x1D458, 'M', 'k'), - (0x1D459, 'M', 'l'), - (0x1D45A, 'M', 'm'), - (0x1D45B, 'M', 'n'), - (0x1D45C, 'M', 'o'), - (0x1D45D, 'M', 'p'), - (0x1D45E, 'M', 'q'), - (0x1D45F, 'M', 'r'), - (0x1D460, 'M', 's'), - (0x1D461, 'M', 't'), - (0x1D462, 'M', 'u'), - (0x1D463, 'M', 'v'), - (0x1D464, 'M', 'w'), - (0x1D465, 'M', 'x'), - (0x1D466, 'M', 'y'), - (0x1D467, 'M', 'z'), - (0x1D468, 'M', 'a'), - (0x1D469, 'M', 'b'), - (0x1D46A, 'M', 'c'), - (0x1D46B, 'M', 'd'), - (0x1D46C, 'M', 'e'), - (0x1D46D, 'M', 'f'), - (0x1D46E, 'M', 'g'), - (0x1D46F, 'M', 'h'), - (0x1D470, 'M', 'i'), - (0x1D471, 'M', 'j'), - (0x1D472, 'M', 'k'), - (0x1D473, 'M', 'l'), - (0x1D474, 'M', 'm'), - (0x1D475, 'M', 'n'), - (0x1D476, 'M', 'o'), - (0x1D477, 'M', 'p'), - (0x1D478, 'M', 'q'), - (0x1D479, 'M', 'r'), - (0x1D47A, 'M', 's'), - (0x1D47B, 'M', 't'), - (0x1D47C, 'M', 'u'), - (0x1D47D, 'M', 'v'), - (0x1D47E, 'M', 'w'), - (0x1D47F, 'M', 'x'), - (0x1D480, 'M', 'y'), - (0x1D481, 'M', 'z'), - (0x1D482, 'M', 'a'), - (0x1D483, 'M', 'b'), - (0x1D484, 'M', 'c'), - ] - -def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D485, 'M', 'd'), - (0x1D486, 'M', 'e'), - (0x1D487, 'M', 'f'), - (0x1D488, 'M', 'g'), - (0x1D489, 'M', 'h'), - (0x1D48A, 'M', 'i'), - (0x1D48B, 'M', 'j'), - (0x1D48C, 'M', 'k'), - (0x1D48D, 'M', 'l'), - (0x1D48E, 'M', 'm'), - (0x1D48F, 'M', 'n'), - (0x1D490, 'M', 'o'), - (0x1D491, 'M', 'p'), - (0x1D492, 'M', 'q'), - (0x1D493, 'M', 'r'), - (0x1D494, 'M', 's'), - (0x1D495, 'M', 't'), - (0x1D496, 'M', 'u'), - (0x1D497, 'M', 'v'), - (0x1D498, 'M', 'w'), - (0x1D499, 'M', 'x'), - (0x1D49A, 'M', 'y'), - (0x1D49B, 'M', 'z'), - (0x1D49C, 'M', 'a'), - (0x1D49D, 'X'), - (0x1D49E, 'M', 'c'), - (0x1D49F, 'M', 'd'), - (0x1D4A0, 'X'), - (0x1D4A2, 'M', 'g'), - (0x1D4A3, 'X'), - (0x1D4A5, 'M', 'j'), - (0x1D4A6, 'M', 'k'), - (0x1D4A7, 'X'), - (0x1D4A9, 'M', 'n'), - (0x1D4AA, 'M', 'o'), - (0x1D4AB, 'M', 'p'), - (0x1D4AC, 'M', 'q'), - (0x1D4AD, 'X'), - (0x1D4AE, 'M', 's'), - (0x1D4AF, 'M', 't'), - (0x1D4B0, 'M', 'u'), - (0x1D4B1, 'M', 'v'), - (0x1D4B2, 'M', 'w'), - (0x1D4B3, 'M', 'x'), - (0x1D4B4, 'M', 'y'), - (0x1D4B5, 'M', 'z'), - (0x1D4B6, 'M', 'a'), - (0x1D4B7, 'M', 'b'), - (0x1D4B8, 'M', 'c'), - (0x1D4B9, 'M', 'd'), - (0x1D4BA, 'X'), - (0x1D4BB, 'M', 'f'), - (0x1D4BC, 'X'), - (0x1D4BD, 'M', 'h'), - (0x1D4BE, 'M', 'i'), - (0x1D4BF, 'M', 'j'), - (0x1D4C0, 'M', 'k'), - (0x1D4C1, 'M', 'l'), - (0x1D4C2, 'M', 'm'), - (0x1D4C3, 'M', 'n'), - (0x1D4C4, 'X'), - (0x1D4C5, 'M', 'p'), - (0x1D4C6, 'M', 'q'), - (0x1D4C7, 'M', 'r'), - (0x1D4C8, 'M', 's'), - (0x1D4C9, 'M', 't'), - (0x1D4CA, 'M', 'u'), - (0x1D4CB, 'M', 'v'), - (0x1D4CC, 'M', 'w'), - (0x1D4CD, 'M', 'x'), - (0x1D4CE, 'M', 'y'), - (0x1D4CF, 'M', 'z'), - (0x1D4D0, 'M', 'a'), - (0x1D4D1, 'M', 'b'), - (0x1D4D2, 'M', 'c'), - (0x1D4D3, 'M', 'd'), - (0x1D4D4, 'M', 'e'), - (0x1D4D5, 'M', 'f'), - (0x1D4D6, 'M', 'g'), - (0x1D4D7, 'M', 'h'), - (0x1D4D8, 'M', 'i'), - (0x1D4D9, 'M', 'j'), - (0x1D4DA, 'M', 'k'), - (0x1D4DB, 'M', 'l'), - (0x1D4DC, 'M', 'm'), - (0x1D4DD, 'M', 'n'), - (0x1D4DE, 'M', 'o'), - (0x1D4DF, 'M', 'p'), - (0x1D4E0, 'M', 'q'), - (0x1D4E1, 'M', 'r'), - (0x1D4E2, 'M', 's'), - (0x1D4E3, 'M', 't'), - (0x1D4E4, 'M', 'u'), - (0x1D4E5, 'M', 'v'), - (0x1D4E6, 'M', 'w'), - (0x1D4E7, 'M', 'x'), - (0x1D4E8, 'M', 'y'), - (0x1D4E9, 'M', 'z'), - (0x1D4EA, 'M', 'a'), - (0x1D4EB, 'M', 'b'), - ] - -def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D4EC, 'M', 'c'), - (0x1D4ED, 'M', 'd'), - (0x1D4EE, 'M', 'e'), - (0x1D4EF, 'M', 'f'), - (0x1D4F0, 'M', 'g'), - (0x1D4F1, 'M', 'h'), - (0x1D4F2, 'M', 'i'), - (0x1D4F3, 'M', 'j'), - (0x1D4F4, 'M', 'k'), - (0x1D4F5, 'M', 'l'), - (0x1D4F6, 'M', 'm'), - (0x1D4F7, 'M', 'n'), - (0x1D4F8, 'M', 'o'), - (0x1D4F9, 'M', 'p'), - (0x1D4FA, 'M', 'q'), - (0x1D4FB, 'M', 'r'), - (0x1D4FC, 'M', 's'), - (0x1D4FD, 'M', 't'), - (0x1D4FE, 'M', 'u'), - (0x1D4FF, 'M', 'v'), - (0x1D500, 'M', 'w'), - (0x1D501, 'M', 'x'), - (0x1D502, 'M', 'y'), - (0x1D503, 'M', 'z'), - (0x1D504, 'M', 'a'), - (0x1D505, 'M', 'b'), - (0x1D506, 'X'), - (0x1D507, 'M', 'd'), - (0x1D508, 'M', 'e'), - (0x1D509, 'M', 'f'), - (0x1D50A, 'M', 'g'), - (0x1D50B, 'X'), - (0x1D50D, 'M', 'j'), - (0x1D50E, 'M', 'k'), - (0x1D50F, 'M', 'l'), - (0x1D510, 'M', 'm'), - (0x1D511, 'M', 'n'), - (0x1D512, 'M', 'o'), - (0x1D513, 'M', 'p'), - (0x1D514, 'M', 'q'), - (0x1D515, 'X'), - (0x1D516, 'M', 's'), - (0x1D517, 'M', 't'), - (0x1D518, 'M', 'u'), - (0x1D519, 'M', 'v'), - (0x1D51A, 'M', 'w'), - (0x1D51B, 'M', 'x'), - (0x1D51C, 'M', 'y'), - (0x1D51D, 'X'), - (0x1D51E, 'M', 'a'), - (0x1D51F, 'M', 'b'), - (0x1D520, 'M', 'c'), - (0x1D521, 'M', 'd'), - (0x1D522, 'M', 'e'), - (0x1D523, 'M', 'f'), - (0x1D524, 'M', 'g'), - (0x1D525, 'M', 'h'), - (0x1D526, 'M', 'i'), - (0x1D527, 'M', 'j'), - (0x1D528, 'M', 'k'), - (0x1D529, 'M', 'l'), - (0x1D52A, 'M', 'm'), - (0x1D52B, 'M', 'n'), - (0x1D52C, 'M', 'o'), - (0x1D52D, 'M', 'p'), - (0x1D52E, 'M', 'q'), - (0x1D52F, 'M', 'r'), - (0x1D530, 'M', 's'), - (0x1D531, 'M', 't'), - (0x1D532, 'M', 'u'), - (0x1D533, 'M', 'v'), - (0x1D534, 'M', 'w'), - (0x1D535, 'M', 'x'), - (0x1D536, 'M', 'y'), - (0x1D537, 'M', 'z'), - (0x1D538, 'M', 'a'), - (0x1D539, 'M', 'b'), - (0x1D53A, 'X'), - (0x1D53B, 'M', 'd'), - (0x1D53C, 'M', 'e'), - (0x1D53D, 'M', 'f'), - (0x1D53E, 'M', 'g'), - (0x1D53F, 'X'), - (0x1D540, 'M', 'i'), - (0x1D541, 'M', 'j'), - (0x1D542, 'M', 'k'), - (0x1D543, 'M', 'l'), - (0x1D544, 'M', 'm'), - (0x1D545, 'X'), - (0x1D546, 'M', 'o'), - (0x1D547, 'X'), - (0x1D54A, 'M', 's'), - (0x1D54B, 'M', 't'), - (0x1D54C, 'M', 'u'), - (0x1D54D, 'M', 'v'), - (0x1D54E, 'M', 'w'), - (0x1D54F, 'M', 'x'), - (0x1D550, 'M', 'y'), - (0x1D551, 'X'), - (0x1D552, 'M', 'a'), - ] - -def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D553, 'M', 'b'), - (0x1D554, 'M', 'c'), - (0x1D555, 'M', 'd'), - (0x1D556, 'M', 'e'), - (0x1D557, 'M', 'f'), - (0x1D558, 'M', 'g'), - (0x1D559, 'M', 'h'), - (0x1D55A, 'M', 'i'), - (0x1D55B, 'M', 'j'), - (0x1D55C, 'M', 'k'), - (0x1D55D, 'M', 'l'), - (0x1D55E, 'M', 'm'), - (0x1D55F, 'M', 'n'), - (0x1D560, 'M', 'o'), - (0x1D561, 'M', 'p'), - (0x1D562, 'M', 'q'), - (0x1D563, 'M', 'r'), - (0x1D564, 'M', 's'), - (0x1D565, 'M', 't'), - (0x1D566, 'M', 'u'), - (0x1D567, 'M', 'v'), - (0x1D568, 'M', 'w'), - (0x1D569, 'M', 'x'), - (0x1D56A, 'M', 'y'), - (0x1D56B, 'M', 'z'), - (0x1D56C, 'M', 'a'), - (0x1D56D, 'M', 'b'), - (0x1D56E, 'M', 'c'), - (0x1D56F, 'M', 'd'), - (0x1D570, 'M', 'e'), - (0x1D571, 'M', 'f'), - (0x1D572, 'M', 'g'), - (0x1D573, 'M', 'h'), - (0x1D574, 'M', 'i'), - (0x1D575, 'M', 'j'), - (0x1D576, 'M', 'k'), - (0x1D577, 'M', 'l'), - (0x1D578, 'M', 'm'), - (0x1D579, 'M', 'n'), - (0x1D57A, 'M', 'o'), - (0x1D57B, 'M', 'p'), - (0x1D57C, 'M', 'q'), - (0x1D57D, 'M', 'r'), - (0x1D57E, 'M', 's'), - (0x1D57F, 'M', 't'), - (0x1D580, 'M', 'u'), - (0x1D581, 'M', 'v'), - (0x1D582, 'M', 'w'), - (0x1D583, 'M', 'x'), - (0x1D584, 'M', 'y'), - (0x1D585, 'M', 'z'), - (0x1D586, 'M', 'a'), - (0x1D587, 'M', 'b'), - (0x1D588, 'M', 'c'), - (0x1D589, 'M', 'd'), - (0x1D58A, 'M', 'e'), - (0x1D58B, 'M', 'f'), - (0x1D58C, 'M', 'g'), - (0x1D58D, 'M', 'h'), - (0x1D58E, 'M', 'i'), - (0x1D58F, 'M', 'j'), - (0x1D590, 'M', 'k'), - (0x1D591, 'M', 'l'), - (0x1D592, 'M', 'm'), - (0x1D593, 'M', 'n'), - (0x1D594, 'M', 'o'), - (0x1D595, 'M', 'p'), - (0x1D596, 'M', 'q'), - (0x1D597, 'M', 'r'), - (0x1D598, 'M', 's'), - (0x1D599, 'M', 't'), - (0x1D59A, 'M', 'u'), - (0x1D59B, 'M', 'v'), - (0x1D59C, 'M', 'w'), - (0x1D59D, 'M', 'x'), - (0x1D59E, 'M', 'y'), - (0x1D59F, 'M', 'z'), - (0x1D5A0, 'M', 'a'), - (0x1D5A1, 'M', 'b'), - (0x1D5A2, 'M', 'c'), - (0x1D5A3, 'M', 'd'), - (0x1D5A4, 'M', 'e'), - (0x1D5A5, 'M', 'f'), - (0x1D5A6, 'M', 'g'), - (0x1D5A7, 'M', 'h'), - (0x1D5A8, 'M', 'i'), - (0x1D5A9, 'M', 'j'), - (0x1D5AA, 'M', 'k'), - (0x1D5AB, 'M', 'l'), - (0x1D5AC, 'M', 'm'), - (0x1D5AD, 'M', 'n'), - (0x1D5AE, 'M', 'o'), - (0x1D5AF, 'M', 'p'), - (0x1D5B0, 'M', 'q'), - (0x1D5B1, 'M', 'r'), - (0x1D5B2, 'M', 's'), - (0x1D5B3, 'M', 't'), - (0x1D5B4, 'M', 'u'), - (0x1D5B5, 'M', 'v'), - (0x1D5B6, 'M', 'w'), - ] - -def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D5B7, 'M', 'x'), - (0x1D5B8, 'M', 'y'), - (0x1D5B9, 'M', 'z'), - (0x1D5BA, 'M', 'a'), - (0x1D5BB, 'M', 'b'), - (0x1D5BC, 'M', 'c'), - (0x1D5BD, 'M', 'd'), - (0x1D5BE, 'M', 'e'), - (0x1D5BF, 'M', 'f'), - (0x1D5C0, 'M', 'g'), - (0x1D5C1, 'M', 'h'), - (0x1D5C2, 'M', 'i'), - (0x1D5C3, 'M', 'j'), - (0x1D5C4, 'M', 'k'), - (0x1D5C5, 'M', 'l'), - (0x1D5C6, 'M', 'm'), - (0x1D5C7, 'M', 'n'), - (0x1D5C8, 'M', 'o'), - (0x1D5C9, 'M', 'p'), - (0x1D5CA, 'M', 'q'), - (0x1D5CB, 'M', 'r'), - (0x1D5CC, 'M', 's'), - (0x1D5CD, 'M', 't'), - (0x1D5CE, 'M', 'u'), - (0x1D5CF, 'M', 'v'), - (0x1D5D0, 'M', 'w'), - (0x1D5D1, 'M', 'x'), - (0x1D5D2, 'M', 'y'), - (0x1D5D3, 'M', 'z'), - (0x1D5D4, 'M', 'a'), - (0x1D5D5, 'M', 'b'), - (0x1D5D6, 'M', 'c'), - (0x1D5D7, 'M', 'd'), - (0x1D5D8, 'M', 'e'), - (0x1D5D9, 'M', 'f'), - (0x1D5DA, 'M', 'g'), - (0x1D5DB, 'M', 'h'), - (0x1D5DC, 'M', 'i'), - (0x1D5DD, 'M', 'j'), - (0x1D5DE, 'M', 'k'), - (0x1D5DF, 'M', 'l'), - (0x1D5E0, 'M', 'm'), - (0x1D5E1, 'M', 'n'), - (0x1D5E2, 'M', 'o'), - (0x1D5E3, 'M', 'p'), - (0x1D5E4, 'M', 'q'), - (0x1D5E5, 'M', 'r'), - (0x1D5E6, 'M', 's'), - (0x1D5E7, 'M', 't'), - (0x1D5E8, 'M', 'u'), - (0x1D5E9, 'M', 'v'), - (0x1D5EA, 'M', 'w'), - (0x1D5EB, 'M', 'x'), - (0x1D5EC, 'M', 'y'), - (0x1D5ED, 'M', 'z'), - (0x1D5EE, 'M', 'a'), - (0x1D5EF, 'M', 'b'), - (0x1D5F0, 'M', 'c'), - (0x1D5F1, 'M', 'd'), - (0x1D5F2, 'M', 'e'), - (0x1D5F3, 'M', 'f'), - (0x1D5F4, 'M', 'g'), - (0x1D5F5, 'M', 'h'), - (0x1D5F6, 'M', 'i'), - (0x1D5F7, 'M', 'j'), - (0x1D5F8, 'M', 'k'), - (0x1D5F9, 'M', 'l'), - (0x1D5FA, 'M', 'm'), - (0x1D5FB, 'M', 'n'), - (0x1D5FC, 'M', 'o'), - (0x1D5FD, 'M', 'p'), - (0x1D5FE, 'M', 'q'), - (0x1D5FF, 'M', 'r'), - (0x1D600, 'M', 's'), - (0x1D601, 'M', 't'), - (0x1D602, 'M', 'u'), - (0x1D603, 'M', 'v'), - (0x1D604, 'M', 'w'), - (0x1D605, 'M', 'x'), - (0x1D606, 'M', 'y'), - (0x1D607, 'M', 'z'), - (0x1D608, 'M', 'a'), - (0x1D609, 'M', 'b'), - (0x1D60A, 'M', 'c'), - (0x1D60B, 'M', 'd'), - (0x1D60C, 'M', 'e'), - (0x1D60D, 'M', 'f'), - (0x1D60E, 'M', 'g'), - (0x1D60F, 'M', 'h'), - (0x1D610, 'M', 'i'), - (0x1D611, 'M', 'j'), - (0x1D612, 'M', 'k'), - (0x1D613, 'M', 'l'), - (0x1D614, 'M', 'm'), - (0x1D615, 'M', 'n'), - (0x1D616, 'M', 'o'), - (0x1D617, 'M', 'p'), - (0x1D618, 'M', 'q'), - (0x1D619, 'M', 'r'), - (0x1D61A, 'M', 's'), - ] - -def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D61B, 'M', 't'), - (0x1D61C, 'M', 'u'), - (0x1D61D, 'M', 'v'), - (0x1D61E, 'M', 'w'), - (0x1D61F, 'M', 'x'), - (0x1D620, 'M', 'y'), - (0x1D621, 'M', 'z'), - (0x1D622, 'M', 'a'), - (0x1D623, 'M', 'b'), - (0x1D624, 'M', 'c'), - (0x1D625, 'M', 'd'), - (0x1D626, 'M', 'e'), - (0x1D627, 'M', 'f'), - (0x1D628, 'M', 'g'), - (0x1D629, 'M', 'h'), - (0x1D62A, 'M', 'i'), - (0x1D62B, 'M', 'j'), - (0x1D62C, 'M', 'k'), - (0x1D62D, 'M', 'l'), - (0x1D62E, 'M', 'm'), - (0x1D62F, 'M', 'n'), - (0x1D630, 'M', 'o'), - (0x1D631, 'M', 'p'), - (0x1D632, 'M', 'q'), - (0x1D633, 'M', 'r'), - (0x1D634, 'M', 's'), - (0x1D635, 'M', 't'), - (0x1D636, 'M', 'u'), - (0x1D637, 'M', 'v'), - (0x1D638, 'M', 'w'), - (0x1D639, 'M', 'x'), - (0x1D63A, 'M', 'y'), - (0x1D63B, 'M', 'z'), - (0x1D63C, 'M', 'a'), - (0x1D63D, 'M', 'b'), - (0x1D63E, 'M', 'c'), - (0x1D63F, 'M', 'd'), - (0x1D640, 'M', 'e'), - (0x1D641, 'M', 'f'), - (0x1D642, 'M', 'g'), - (0x1D643, 'M', 'h'), - (0x1D644, 'M', 'i'), - (0x1D645, 'M', 'j'), - (0x1D646, 'M', 'k'), - (0x1D647, 'M', 'l'), - (0x1D648, 'M', 'm'), - (0x1D649, 'M', 'n'), - (0x1D64A, 'M', 'o'), - (0x1D64B, 'M', 'p'), - (0x1D64C, 'M', 'q'), - (0x1D64D, 'M', 'r'), - (0x1D64E, 'M', 's'), - (0x1D64F, 'M', 't'), - (0x1D650, 'M', 'u'), - (0x1D651, 'M', 'v'), - (0x1D652, 'M', 'w'), - (0x1D653, 'M', 'x'), - (0x1D654, 'M', 'y'), - (0x1D655, 'M', 'z'), - (0x1D656, 'M', 'a'), - (0x1D657, 'M', 'b'), - (0x1D658, 'M', 'c'), - (0x1D659, 'M', 'd'), - (0x1D65A, 'M', 'e'), - (0x1D65B, 'M', 'f'), - (0x1D65C, 'M', 'g'), - (0x1D65D, 'M', 'h'), - (0x1D65E, 'M', 'i'), - (0x1D65F, 'M', 'j'), - (0x1D660, 'M', 'k'), - (0x1D661, 'M', 'l'), - (0x1D662, 'M', 'm'), - (0x1D663, 'M', 'n'), - (0x1D664, 'M', 'o'), - (0x1D665, 'M', 'p'), - (0x1D666, 'M', 'q'), - (0x1D667, 'M', 'r'), - (0x1D668, 'M', 's'), - (0x1D669, 'M', 't'), - (0x1D66A, 'M', 'u'), - (0x1D66B, 'M', 'v'), - (0x1D66C, 'M', 'w'), - (0x1D66D, 'M', 'x'), - (0x1D66E, 'M', 'y'), - (0x1D66F, 'M', 'z'), - (0x1D670, 'M', 'a'), - (0x1D671, 'M', 'b'), - (0x1D672, 'M', 'c'), - (0x1D673, 'M', 'd'), - (0x1D674, 'M', 'e'), - (0x1D675, 'M', 'f'), - (0x1D676, 'M', 'g'), - (0x1D677, 'M', 'h'), - (0x1D678, 'M', 'i'), - (0x1D679, 'M', 'j'), - (0x1D67A, 'M', 'k'), - (0x1D67B, 'M', 'l'), - (0x1D67C, 'M', 'm'), - (0x1D67D, 'M', 'n'), - (0x1D67E, 'M', 'o'), - ] - -def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D67F, 'M', 'p'), - (0x1D680, 'M', 'q'), - (0x1D681, 'M', 'r'), - (0x1D682, 'M', 's'), - (0x1D683, 'M', 't'), - (0x1D684, 'M', 'u'), - (0x1D685, 'M', 'v'), - (0x1D686, 'M', 'w'), - (0x1D687, 'M', 'x'), - (0x1D688, 'M', 'y'), - (0x1D689, 'M', 'z'), - (0x1D68A, 'M', 'a'), - (0x1D68B, 'M', 'b'), - (0x1D68C, 'M', 'c'), - (0x1D68D, 'M', 'd'), - (0x1D68E, 'M', 'e'), - (0x1D68F, 'M', 'f'), - (0x1D690, 'M', 'g'), - (0x1D691, 'M', 'h'), - (0x1D692, 'M', 'i'), - (0x1D693, 'M', 'j'), - (0x1D694, 'M', 'k'), - (0x1D695, 'M', 'l'), - (0x1D696, 'M', 'm'), - (0x1D697, 'M', 'n'), - (0x1D698, 'M', 'o'), - (0x1D699, 'M', 'p'), - (0x1D69A, 'M', 'q'), - (0x1D69B, 'M', 'r'), - (0x1D69C, 'M', 's'), - (0x1D69D, 'M', 't'), - (0x1D69E, 'M', 'u'), - (0x1D69F, 'M', 'v'), - (0x1D6A0, 'M', 'w'), - (0x1D6A1, 'M', 'x'), - (0x1D6A2, 'M', 'y'), - (0x1D6A3, 'M', 'z'), - (0x1D6A4, 'M', 'ı'), - (0x1D6A5, 'M', 'ȷ'), - (0x1D6A6, 'X'), - (0x1D6A8, 'M', 'α'), - (0x1D6A9, 'M', 'β'), - (0x1D6AA, 'M', 'γ'), - (0x1D6AB, 'M', 'δ'), - (0x1D6AC, 'M', 'ε'), - (0x1D6AD, 'M', 'ζ'), - (0x1D6AE, 'M', 'η'), - (0x1D6AF, 'M', 'θ'), - (0x1D6B0, 'M', 'ι'), - (0x1D6B1, 'M', 'κ'), - (0x1D6B2, 'M', 'λ'), - (0x1D6B3, 'M', 'μ'), - (0x1D6B4, 'M', 'ν'), - (0x1D6B5, 'M', 'ξ'), - (0x1D6B6, 'M', 'ο'), - (0x1D6B7, 'M', 'π'), - (0x1D6B8, 'M', 'ρ'), - (0x1D6B9, 'M', 'θ'), - (0x1D6BA, 'M', 'σ'), - (0x1D6BB, 'M', 'τ'), - (0x1D6BC, 'M', 'υ'), - (0x1D6BD, 'M', 'φ'), - (0x1D6BE, 'M', 'χ'), - (0x1D6BF, 'M', 'ψ'), - (0x1D6C0, 'M', 'ω'), - (0x1D6C1, 'M', '∇'), - (0x1D6C2, 'M', 'α'), - (0x1D6C3, 'M', 'β'), - (0x1D6C4, 'M', 'γ'), - (0x1D6C5, 'M', 'δ'), - (0x1D6C6, 'M', 'ε'), - (0x1D6C7, 'M', 'ζ'), - (0x1D6C8, 'M', 'η'), - (0x1D6C9, 'M', 'θ'), - (0x1D6CA, 'M', 'ι'), - (0x1D6CB, 'M', 'κ'), - (0x1D6CC, 'M', 'λ'), - (0x1D6CD, 'M', 'μ'), - (0x1D6CE, 'M', 'ν'), - (0x1D6CF, 'M', 'ξ'), - (0x1D6D0, 'M', 'ο'), - (0x1D6D1, 'M', 'π'), - (0x1D6D2, 'M', 'ρ'), - (0x1D6D3, 'M', 'σ'), - (0x1D6D5, 'M', 'τ'), - (0x1D6D6, 'M', 'υ'), - (0x1D6D7, 'M', 'φ'), - (0x1D6D8, 'M', 'χ'), - (0x1D6D9, 'M', 'ψ'), - (0x1D6DA, 'M', 'ω'), - (0x1D6DB, 'M', '∂'), - (0x1D6DC, 'M', 'ε'), - (0x1D6DD, 'M', 'θ'), - (0x1D6DE, 'M', 'κ'), - (0x1D6DF, 'M', 'φ'), - (0x1D6E0, 'M', 'ρ'), - (0x1D6E1, 'M', 'π'), - (0x1D6E2, 'M', 'α'), - (0x1D6E3, 'M', 'β'), - (0x1D6E4, 'M', 'γ'), - ] - -def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D6E5, 'M', 'δ'), - (0x1D6E6, 'M', 'ε'), - (0x1D6E7, 'M', 'ζ'), - (0x1D6E8, 'M', 'η'), - (0x1D6E9, 'M', 'θ'), - (0x1D6EA, 'M', 'ι'), - (0x1D6EB, 'M', 'κ'), - (0x1D6EC, 'M', 'λ'), - (0x1D6ED, 'M', 'μ'), - (0x1D6EE, 'M', 'ν'), - (0x1D6EF, 'M', 'ξ'), - (0x1D6F0, 'M', 'ο'), - (0x1D6F1, 'M', 'π'), - (0x1D6F2, 'M', 'ρ'), - (0x1D6F3, 'M', 'θ'), - (0x1D6F4, 'M', 'σ'), - (0x1D6F5, 'M', 'τ'), - (0x1D6F6, 'M', 'υ'), - (0x1D6F7, 'M', 'φ'), - (0x1D6F8, 'M', 'χ'), - (0x1D6F9, 'M', 'ψ'), - (0x1D6FA, 'M', 'ω'), - (0x1D6FB, 'M', '∇'), - (0x1D6FC, 'M', 'α'), - (0x1D6FD, 'M', 'β'), - (0x1D6FE, 'M', 'γ'), - (0x1D6FF, 'M', 'δ'), - (0x1D700, 'M', 'ε'), - (0x1D701, 'M', 'ζ'), - (0x1D702, 'M', 'η'), - (0x1D703, 'M', 'θ'), - (0x1D704, 'M', 'ι'), - (0x1D705, 'M', 'κ'), - (0x1D706, 'M', 'λ'), - (0x1D707, 'M', 'μ'), - (0x1D708, 'M', 'ν'), - (0x1D709, 'M', 'ξ'), - (0x1D70A, 'M', 'ο'), - (0x1D70B, 'M', 'π'), - (0x1D70C, 'M', 'ρ'), - (0x1D70D, 'M', 'σ'), - (0x1D70F, 'M', 'τ'), - (0x1D710, 'M', 'υ'), - (0x1D711, 'M', 'φ'), - (0x1D712, 'M', 'χ'), - (0x1D713, 'M', 'ψ'), - (0x1D714, 'M', 'ω'), - (0x1D715, 'M', '∂'), - (0x1D716, 'M', 'ε'), - (0x1D717, 'M', 'θ'), - (0x1D718, 'M', 'κ'), - (0x1D719, 'M', 'φ'), - (0x1D71A, 'M', 'ρ'), - (0x1D71B, 'M', 'π'), - (0x1D71C, 'M', 'α'), - (0x1D71D, 'M', 'β'), - (0x1D71E, 'M', 'γ'), - (0x1D71F, 'M', 'δ'), - (0x1D720, 'M', 'ε'), - (0x1D721, 'M', 'ζ'), - (0x1D722, 'M', 'η'), - (0x1D723, 'M', 'θ'), - (0x1D724, 'M', 'ι'), - (0x1D725, 'M', 'κ'), - (0x1D726, 'M', 'λ'), - (0x1D727, 'M', 'μ'), - (0x1D728, 'M', 'ν'), - (0x1D729, 'M', 'ξ'), - (0x1D72A, 'M', 'ο'), - (0x1D72B, 'M', 'π'), - (0x1D72C, 'M', 'ρ'), - (0x1D72D, 'M', 'θ'), - (0x1D72E, 'M', 'σ'), - (0x1D72F, 'M', 'τ'), - (0x1D730, 'M', 'υ'), - (0x1D731, 'M', 'φ'), - (0x1D732, 'M', 'χ'), - (0x1D733, 'M', 'ψ'), - (0x1D734, 'M', 'ω'), - (0x1D735, 'M', '∇'), - (0x1D736, 'M', 'α'), - (0x1D737, 'M', 'β'), - (0x1D738, 'M', 'γ'), - (0x1D739, 'M', 'δ'), - (0x1D73A, 'M', 'ε'), - (0x1D73B, 'M', 'ζ'), - (0x1D73C, 'M', 'η'), - (0x1D73D, 'M', 'θ'), - (0x1D73E, 'M', 'ι'), - (0x1D73F, 'M', 'κ'), - (0x1D740, 'M', 'λ'), - (0x1D741, 'M', 'μ'), - (0x1D742, 'M', 'ν'), - (0x1D743, 'M', 'ξ'), - (0x1D744, 'M', 'ο'), - (0x1D745, 'M', 'π'), - (0x1D746, 'M', 'ρ'), - (0x1D747, 'M', 'σ'), - (0x1D749, 'M', 'τ'), - (0x1D74A, 'M', 'υ'), - ] - -def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D74B, 'M', 'φ'), - (0x1D74C, 'M', 'χ'), - (0x1D74D, 'M', 'ψ'), - (0x1D74E, 'M', 'ω'), - (0x1D74F, 'M', '∂'), - (0x1D750, 'M', 'ε'), - (0x1D751, 'M', 'θ'), - (0x1D752, 'M', 'κ'), - (0x1D753, 'M', 'φ'), - (0x1D754, 'M', 'ρ'), - (0x1D755, 'M', 'π'), - (0x1D756, 'M', 'α'), - (0x1D757, 'M', 'β'), - (0x1D758, 'M', 'γ'), - (0x1D759, 'M', 'δ'), - (0x1D75A, 'M', 'ε'), - (0x1D75B, 'M', 'ζ'), - (0x1D75C, 'M', 'η'), - (0x1D75D, 'M', 'θ'), - (0x1D75E, 'M', 'ι'), - (0x1D75F, 'M', 'κ'), - (0x1D760, 'M', 'λ'), - (0x1D761, 'M', 'μ'), - (0x1D762, 'M', 'ν'), - (0x1D763, 'M', 'ξ'), - (0x1D764, 'M', 'ο'), - (0x1D765, 'M', 'π'), - (0x1D766, 'M', 'ρ'), - (0x1D767, 'M', 'θ'), - (0x1D768, 'M', 'σ'), - (0x1D769, 'M', 'τ'), - (0x1D76A, 'M', 'υ'), - (0x1D76B, 'M', 'φ'), - (0x1D76C, 'M', 'χ'), - (0x1D76D, 'M', 'ψ'), - (0x1D76E, 'M', 'ω'), - (0x1D76F, 'M', '∇'), - (0x1D770, 'M', 'α'), - (0x1D771, 'M', 'β'), - (0x1D772, 'M', 'γ'), - (0x1D773, 'M', 'δ'), - (0x1D774, 'M', 'ε'), - (0x1D775, 'M', 'ζ'), - (0x1D776, 'M', 'η'), - (0x1D777, 'M', 'θ'), - (0x1D778, 'M', 'ι'), - (0x1D779, 'M', 'κ'), - (0x1D77A, 'M', 'λ'), - (0x1D77B, 'M', 'μ'), - (0x1D77C, 'M', 'ν'), - (0x1D77D, 'M', 'ξ'), - (0x1D77E, 'M', 'ο'), - (0x1D77F, 'M', 'π'), - (0x1D780, 'M', 'ρ'), - (0x1D781, 'M', 'σ'), - (0x1D783, 'M', 'τ'), - (0x1D784, 'M', 'υ'), - (0x1D785, 'M', 'φ'), - (0x1D786, 'M', 'χ'), - (0x1D787, 'M', 'ψ'), - (0x1D788, 'M', 'ω'), - (0x1D789, 'M', '∂'), - (0x1D78A, 'M', 'ε'), - (0x1D78B, 'M', 'θ'), - (0x1D78C, 'M', 'κ'), - (0x1D78D, 'M', 'φ'), - (0x1D78E, 'M', 'ρ'), - (0x1D78F, 'M', 'π'), - (0x1D790, 'M', 'α'), - (0x1D791, 'M', 'β'), - (0x1D792, 'M', 'γ'), - (0x1D793, 'M', 'δ'), - (0x1D794, 'M', 'ε'), - (0x1D795, 'M', 'ζ'), - (0x1D796, 'M', 'η'), - (0x1D797, 'M', 'θ'), - (0x1D798, 'M', 'ι'), - (0x1D799, 'M', 'κ'), - (0x1D79A, 'M', 'λ'), - (0x1D79B, 'M', 'μ'), - (0x1D79C, 'M', 'ν'), - (0x1D79D, 'M', 'ξ'), - (0x1D79E, 'M', 'ο'), - (0x1D79F, 'M', 'π'), - (0x1D7A0, 'M', 'ρ'), - (0x1D7A1, 'M', 'θ'), - (0x1D7A2, 'M', 'σ'), - (0x1D7A3, 'M', 'τ'), - (0x1D7A4, 'M', 'υ'), - (0x1D7A5, 'M', 'φ'), - (0x1D7A6, 'M', 'χ'), - (0x1D7A7, 'M', 'ψ'), - (0x1D7A8, 'M', 'ω'), - (0x1D7A9, 'M', '∇'), - (0x1D7AA, 'M', 'α'), - (0x1D7AB, 'M', 'β'), - (0x1D7AC, 'M', 'γ'), - (0x1D7AD, 'M', 'δ'), - (0x1D7AE, 'M', 'ε'), - (0x1D7AF, 'M', 'ζ'), - ] - -def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D7B0, 'M', 'η'), - (0x1D7B1, 'M', 'θ'), - (0x1D7B2, 'M', 'ι'), - (0x1D7B3, 'M', 'κ'), - (0x1D7B4, 'M', 'λ'), - (0x1D7B5, 'M', 'μ'), - (0x1D7B6, 'M', 'ν'), - (0x1D7B7, 'M', 'ξ'), - (0x1D7B8, 'M', 'ο'), - (0x1D7B9, 'M', 'π'), - (0x1D7BA, 'M', 'ρ'), - (0x1D7BB, 'M', 'σ'), - (0x1D7BD, 'M', 'τ'), - (0x1D7BE, 'M', 'υ'), - (0x1D7BF, 'M', 'φ'), - (0x1D7C0, 'M', 'χ'), - (0x1D7C1, 'M', 'ψ'), - (0x1D7C2, 'M', 'ω'), - (0x1D7C3, 'M', '∂'), - (0x1D7C4, 'M', 'ε'), - (0x1D7C5, 'M', 'θ'), - (0x1D7C6, 'M', 'κ'), - (0x1D7C7, 'M', 'φ'), - (0x1D7C8, 'M', 'ρ'), - (0x1D7C9, 'M', 'π'), - (0x1D7CA, 'M', 'ϝ'), - (0x1D7CC, 'X'), - (0x1D7CE, 'M', '0'), - (0x1D7CF, 'M', '1'), - (0x1D7D0, 'M', '2'), - (0x1D7D1, 'M', '3'), - (0x1D7D2, 'M', '4'), - (0x1D7D3, 'M', '5'), - (0x1D7D4, 'M', '6'), - (0x1D7D5, 'M', '7'), - (0x1D7D6, 'M', '8'), - (0x1D7D7, 'M', '9'), - (0x1D7D8, 'M', '0'), - (0x1D7D9, 'M', '1'), - (0x1D7DA, 'M', '2'), - (0x1D7DB, 'M', '3'), - (0x1D7DC, 'M', '4'), - (0x1D7DD, 'M', '5'), - (0x1D7DE, 'M', '6'), - (0x1D7DF, 'M', '7'), - (0x1D7E0, 'M', '8'), - (0x1D7E1, 'M', '9'), - (0x1D7E2, 'M', '0'), - (0x1D7E3, 'M', '1'), - (0x1D7E4, 'M', '2'), - (0x1D7E5, 'M', '3'), - (0x1D7E6, 'M', '4'), - (0x1D7E7, 'M', '5'), - (0x1D7E8, 'M', '6'), - (0x1D7E9, 'M', '7'), - (0x1D7EA, 'M', '8'), - (0x1D7EB, 'M', '9'), - (0x1D7EC, 'M', '0'), - (0x1D7ED, 'M', '1'), - (0x1D7EE, 'M', '2'), - (0x1D7EF, 'M', '3'), - (0x1D7F0, 'M', '4'), - (0x1D7F1, 'M', '5'), - (0x1D7F2, 'M', '6'), - (0x1D7F3, 'M', '7'), - (0x1D7F4, 'M', '8'), - (0x1D7F5, 'M', '9'), - (0x1D7F6, 'M', '0'), - (0x1D7F7, 'M', '1'), - (0x1D7F8, 'M', '2'), - (0x1D7F9, 'M', '3'), - (0x1D7FA, 'M', '4'), - (0x1D7FB, 'M', '5'), - (0x1D7FC, 'M', '6'), - (0x1D7FD, 'M', '7'), - (0x1D7FE, 'M', '8'), - (0x1D7FF, 'M', '9'), - (0x1D800, 'V'), - (0x1DA8C, 'X'), - (0x1DA9B, 'V'), - (0x1DAA0, 'X'), - (0x1DAA1, 'V'), - (0x1DAB0, 'X'), - (0x1DF00, 'V'), - (0x1DF1F, 'X'), - (0x1DF25, 'V'), - (0x1DF2B, 'X'), - (0x1E000, 'V'), - (0x1E007, 'X'), - (0x1E008, 'V'), - (0x1E019, 'X'), - (0x1E01B, 'V'), - (0x1E022, 'X'), - (0x1E023, 'V'), - (0x1E025, 'X'), - (0x1E026, 'V'), - (0x1E02B, 'X'), - (0x1E030, 'M', 'а'), - (0x1E031, 'M', 'б'), - (0x1E032, 'M', 'в'), - ] - -def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1E033, 'M', 'г'), - (0x1E034, 'M', 'д'), - (0x1E035, 'M', 'е'), - (0x1E036, 'M', 'ж'), - (0x1E037, 'M', 'з'), - (0x1E038, 'M', 'и'), - (0x1E039, 'M', 'к'), - (0x1E03A, 'M', 'л'), - (0x1E03B, 'M', 'м'), - (0x1E03C, 'M', 'о'), - (0x1E03D, 'M', 'п'), - (0x1E03E, 'M', 'р'), - (0x1E03F, 'M', 'с'), - (0x1E040, 'M', 'т'), - (0x1E041, 'M', 'у'), - (0x1E042, 'M', 'ф'), - (0x1E043, 'M', 'х'), - (0x1E044, 'M', 'ц'), - (0x1E045, 'M', 'ч'), - (0x1E046, 'M', 'ш'), - (0x1E047, 'M', 'ы'), - (0x1E048, 'M', 'э'), - (0x1E049, 'M', 'ю'), - (0x1E04A, 'M', 'ꚉ'), - (0x1E04B, 'M', 'ә'), - (0x1E04C, 'M', 'і'), - (0x1E04D, 'M', 'ј'), - (0x1E04E, 'M', 'ө'), - (0x1E04F, 'M', 'ү'), - (0x1E050, 'M', 'ӏ'), - (0x1E051, 'M', 'а'), - (0x1E052, 'M', 'б'), - (0x1E053, 'M', 'в'), - (0x1E054, 'M', 'г'), - (0x1E055, 'M', 'д'), - (0x1E056, 'M', 'е'), - (0x1E057, 'M', 'ж'), - (0x1E058, 'M', 'з'), - (0x1E059, 'M', 'и'), - (0x1E05A, 'M', 'к'), - (0x1E05B, 'M', 'л'), - (0x1E05C, 'M', 'о'), - (0x1E05D, 'M', 'п'), - (0x1E05E, 'M', 'с'), - (0x1E05F, 'M', 'у'), - (0x1E060, 'M', 'ф'), - (0x1E061, 'M', 'х'), - (0x1E062, 'M', 'ц'), - (0x1E063, 'M', 'ч'), - (0x1E064, 'M', 'ш'), - (0x1E065, 'M', 'ъ'), - (0x1E066, 'M', 'ы'), - (0x1E067, 'M', 'ґ'), - (0x1E068, 'M', 'і'), - (0x1E069, 'M', 'ѕ'), - (0x1E06A, 'M', 'џ'), - (0x1E06B, 'M', 'ҫ'), - (0x1E06C, 'M', 'ꙑ'), - (0x1E06D, 'M', 'ұ'), - (0x1E06E, 'X'), - (0x1E08F, 'V'), - (0x1E090, 'X'), - (0x1E100, 'V'), - (0x1E12D, 'X'), - (0x1E130, 'V'), - (0x1E13E, 'X'), - (0x1E140, 'V'), - (0x1E14A, 'X'), - (0x1E14E, 'V'), - (0x1E150, 'X'), - (0x1E290, 'V'), - (0x1E2AF, 'X'), - (0x1E2C0, 'V'), - (0x1E2FA, 'X'), - (0x1E2FF, 'V'), - (0x1E300, 'X'), - (0x1E4D0, 'V'), - (0x1E4FA, 'X'), - (0x1E7E0, 'V'), - (0x1E7E7, 'X'), - (0x1E7E8, 'V'), - (0x1E7EC, 'X'), - (0x1E7ED, 'V'), - (0x1E7EF, 'X'), - (0x1E7F0, 'V'), - (0x1E7FF, 'X'), - (0x1E800, 'V'), - (0x1E8C5, 'X'), - (0x1E8C7, 'V'), - (0x1E8D7, 'X'), - (0x1E900, 'M', '𞤢'), - (0x1E901, 'M', '𞤣'), - (0x1E902, 'M', '𞤤'), - (0x1E903, 'M', '𞤥'), - (0x1E904, 'M', '𞤦'), - (0x1E905, 'M', '𞤧'), - (0x1E906, 'M', '𞤨'), - (0x1E907, 'M', '𞤩'), - (0x1E908, 'M', '𞤪'), - (0x1E909, 'M', '𞤫'), - ] - -def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1E90A, 'M', '𞤬'), - (0x1E90B, 'M', '𞤭'), - (0x1E90C, 'M', '𞤮'), - (0x1E90D, 'M', '𞤯'), - (0x1E90E, 'M', '𞤰'), - (0x1E90F, 'M', '𞤱'), - (0x1E910, 'M', '𞤲'), - (0x1E911, 'M', '𞤳'), - (0x1E912, 'M', '𞤴'), - (0x1E913, 'M', '𞤵'), - (0x1E914, 'M', '𞤶'), - (0x1E915, 'M', '𞤷'), - (0x1E916, 'M', '𞤸'), - (0x1E917, 'M', '𞤹'), - (0x1E918, 'M', '𞤺'), - (0x1E919, 'M', '𞤻'), - (0x1E91A, 'M', '𞤼'), - (0x1E91B, 'M', '𞤽'), - (0x1E91C, 'M', '𞤾'), - (0x1E91D, 'M', '𞤿'), - (0x1E91E, 'M', '𞥀'), - (0x1E91F, 'M', '𞥁'), - (0x1E920, 'M', '𞥂'), - (0x1E921, 'M', '𞥃'), - (0x1E922, 'V'), - (0x1E94C, 'X'), - (0x1E950, 'V'), - (0x1E95A, 'X'), - (0x1E95E, 'V'), - (0x1E960, 'X'), - (0x1EC71, 'V'), - (0x1ECB5, 'X'), - (0x1ED01, 'V'), - (0x1ED3E, 'X'), - (0x1EE00, 'M', 'ا'), - (0x1EE01, 'M', 'ب'), - (0x1EE02, 'M', 'ج'), - (0x1EE03, 'M', 'د'), - (0x1EE04, 'X'), - (0x1EE05, 'M', 'و'), - (0x1EE06, 'M', 'ز'), - (0x1EE07, 'M', 'ح'), - (0x1EE08, 'M', 'ط'), - (0x1EE09, 'M', 'ي'), - (0x1EE0A, 'M', 'ك'), - (0x1EE0B, 'M', 'ل'), - (0x1EE0C, 'M', 'م'), - (0x1EE0D, 'M', 'ن'), - (0x1EE0E, 'M', 'س'), - (0x1EE0F, 'M', 'ع'), - (0x1EE10, 'M', 'ف'), - (0x1EE11, 'M', 'ص'), - (0x1EE12, 'M', 'ق'), - (0x1EE13, 'M', 'ر'), - (0x1EE14, 'M', 'ش'), - (0x1EE15, 'M', 'ت'), - (0x1EE16, 'M', 'ث'), - (0x1EE17, 'M', 'خ'), - (0x1EE18, 'M', 'ذ'), - (0x1EE19, 'M', 'ض'), - (0x1EE1A, 'M', 'ظ'), - (0x1EE1B, 'M', 'غ'), - (0x1EE1C, 'M', 'ٮ'), - (0x1EE1D, 'M', 'ں'), - (0x1EE1E, 'M', 'ڡ'), - (0x1EE1F, 'M', 'ٯ'), - (0x1EE20, 'X'), - (0x1EE21, 'M', 'ب'), - (0x1EE22, 'M', 'ج'), - (0x1EE23, 'X'), - (0x1EE24, 'M', 'ه'), - (0x1EE25, 'X'), - (0x1EE27, 'M', 'ح'), - (0x1EE28, 'X'), - (0x1EE29, 'M', 'ي'), - (0x1EE2A, 'M', 'ك'), - (0x1EE2B, 'M', 'ل'), - (0x1EE2C, 'M', 'م'), - (0x1EE2D, 'M', 'ن'), - (0x1EE2E, 'M', 'س'), - (0x1EE2F, 'M', 'ع'), - (0x1EE30, 'M', 'ف'), - (0x1EE31, 'M', 'ص'), - (0x1EE32, 'M', 'ق'), - (0x1EE33, 'X'), - (0x1EE34, 'M', 'ش'), - (0x1EE35, 'M', 'ت'), - (0x1EE36, 'M', 'ث'), - (0x1EE37, 'M', 'خ'), - (0x1EE38, 'X'), - (0x1EE39, 'M', 'ض'), - (0x1EE3A, 'X'), - (0x1EE3B, 'M', 'غ'), - (0x1EE3C, 'X'), - (0x1EE42, 'M', 'ج'), - (0x1EE43, 'X'), - (0x1EE47, 'M', 'ح'), - (0x1EE48, 'X'), - (0x1EE49, 'M', 'ي'), - (0x1EE4A, 'X'), - ] - -def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1EE4B, 'M', 'ل'), - (0x1EE4C, 'X'), - (0x1EE4D, 'M', 'ن'), - (0x1EE4E, 'M', 'س'), - (0x1EE4F, 'M', 'ع'), - (0x1EE50, 'X'), - (0x1EE51, 'M', 'ص'), - (0x1EE52, 'M', 'ق'), - (0x1EE53, 'X'), - (0x1EE54, 'M', 'ش'), - (0x1EE55, 'X'), - (0x1EE57, 'M', 'خ'), - (0x1EE58, 'X'), - (0x1EE59, 'M', 'ض'), - (0x1EE5A, 'X'), - (0x1EE5B, 'M', 'غ'), - (0x1EE5C, 'X'), - (0x1EE5D, 'M', 'ں'), - (0x1EE5E, 'X'), - (0x1EE5F, 'M', 'ٯ'), - (0x1EE60, 'X'), - (0x1EE61, 'M', 'ب'), - (0x1EE62, 'M', 'ج'), - (0x1EE63, 'X'), - (0x1EE64, 'M', 'ه'), - (0x1EE65, 'X'), - (0x1EE67, 'M', 'ح'), - (0x1EE68, 'M', 'ط'), - (0x1EE69, 'M', 'ي'), - (0x1EE6A, 'M', 'ك'), - (0x1EE6B, 'X'), - (0x1EE6C, 'M', 'م'), - (0x1EE6D, 'M', 'ن'), - (0x1EE6E, 'M', 'س'), - (0x1EE6F, 'M', 'ع'), - (0x1EE70, 'M', 'ف'), - (0x1EE71, 'M', 'ص'), - (0x1EE72, 'M', 'ق'), - (0x1EE73, 'X'), - (0x1EE74, 'M', 'ش'), - (0x1EE75, 'M', 'ت'), - (0x1EE76, 'M', 'ث'), - (0x1EE77, 'M', 'خ'), - (0x1EE78, 'X'), - (0x1EE79, 'M', 'ض'), - (0x1EE7A, 'M', 'ظ'), - (0x1EE7B, 'M', 'غ'), - (0x1EE7C, 'M', 'ٮ'), - (0x1EE7D, 'X'), - (0x1EE7E, 'M', 'ڡ'), - (0x1EE7F, 'X'), - (0x1EE80, 'M', 'ا'), - (0x1EE81, 'M', 'ب'), - (0x1EE82, 'M', 'ج'), - (0x1EE83, 'M', 'د'), - (0x1EE84, 'M', 'ه'), - (0x1EE85, 'M', 'و'), - (0x1EE86, 'M', 'ز'), - (0x1EE87, 'M', 'ح'), - (0x1EE88, 'M', 'ط'), - (0x1EE89, 'M', 'ي'), - (0x1EE8A, 'X'), - (0x1EE8B, 'M', 'ل'), - (0x1EE8C, 'M', 'م'), - (0x1EE8D, 'M', 'ن'), - (0x1EE8E, 'M', 'س'), - (0x1EE8F, 'M', 'ع'), - (0x1EE90, 'M', 'ف'), - (0x1EE91, 'M', 'ص'), - (0x1EE92, 'M', 'ق'), - (0x1EE93, 'M', 'ر'), - (0x1EE94, 'M', 'ش'), - (0x1EE95, 'M', 'ت'), - (0x1EE96, 'M', 'ث'), - (0x1EE97, 'M', 'خ'), - (0x1EE98, 'M', 'ذ'), - (0x1EE99, 'M', 'ض'), - (0x1EE9A, 'M', 'ظ'), - (0x1EE9B, 'M', 'غ'), - (0x1EE9C, 'X'), - (0x1EEA1, 'M', 'ب'), - (0x1EEA2, 'M', 'ج'), - (0x1EEA3, 'M', 'د'), - (0x1EEA4, 'X'), - (0x1EEA5, 'M', 'و'), - (0x1EEA6, 'M', 'ز'), - (0x1EEA7, 'M', 'ح'), - (0x1EEA8, 'M', 'ط'), - (0x1EEA9, 'M', 'ي'), - (0x1EEAA, 'X'), - (0x1EEAB, 'M', 'ل'), - (0x1EEAC, 'M', 'م'), - (0x1EEAD, 'M', 'ن'), - (0x1EEAE, 'M', 'س'), - (0x1EEAF, 'M', 'ع'), - (0x1EEB0, 'M', 'ف'), - (0x1EEB1, 'M', 'ص'), - (0x1EEB2, 'M', 'ق'), - (0x1EEB3, 'M', 'ر'), - (0x1EEB4, 'M', 'ش'), - ] - -def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1EEB5, 'M', 'ت'), - (0x1EEB6, 'M', 'ث'), - (0x1EEB7, 'M', 'خ'), - (0x1EEB8, 'M', 'ذ'), - (0x1EEB9, 'M', 'ض'), - (0x1EEBA, 'M', 'ظ'), - (0x1EEBB, 'M', 'غ'), - (0x1EEBC, 'X'), - (0x1EEF0, 'V'), - (0x1EEF2, 'X'), - (0x1F000, 'V'), - (0x1F02C, 'X'), - (0x1F030, 'V'), - (0x1F094, 'X'), - (0x1F0A0, 'V'), - (0x1F0AF, 'X'), - (0x1F0B1, 'V'), - (0x1F0C0, 'X'), - (0x1F0C1, 'V'), - (0x1F0D0, 'X'), - (0x1F0D1, 'V'), - (0x1F0F6, 'X'), - (0x1F101, '3', '0,'), - (0x1F102, '3', '1,'), - (0x1F103, '3', '2,'), - (0x1F104, '3', '3,'), - (0x1F105, '3', '4,'), - (0x1F106, '3', '5,'), - (0x1F107, '3', '6,'), - (0x1F108, '3', '7,'), - (0x1F109, '3', '8,'), - (0x1F10A, '3', '9,'), - (0x1F10B, 'V'), - (0x1F110, '3', '(a)'), - (0x1F111, '3', '(b)'), - (0x1F112, '3', '(c)'), - (0x1F113, '3', '(d)'), - (0x1F114, '3', '(e)'), - (0x1F115, '3', '(f)'), - (0x1F116, '3', '(g)'), - (0x1F117, '3', '(h)'), - (0x1F118, '3', '(i)'), - (0x1F119, '3', '(j)'), - (0x1F11A, '3', '(k)'), - (0x1F11B, '3', '(l)'), - (0x1F11C, '3', '(m)'), - (0x1F11D, '3', '(n)'), - (0x1F11E, '3', '(o)'), - (0x1F11F, '3', '(p)'), - (0x1F120, '3', '(q)'), - (0x1F121, '3', '(r)'), - (0x1F122, '3', '(s)'), - (0x1F123, '3', '(t)'), - (0x1F124, '3', '(u)'), - (0x1F125, '3', '(v)'), - (0x1F126, '3', '(w)'), - (0x1F127, '3', '(x)'), - (0x1F128, '3', '(y)'), - (0x1F129, '3', '(z)'), - (0x1F12A, 'M', '〔s〕'), - (0x1F12B, 'M', 'c'), - (0x1F12C, 'M', 'r'), - (0x1F12D, 'M', 'cd'), - (0x1F12E, 'M', 'wz'), - (0x1F12F, 'V'), - (0x1F130, 'M', 'a'), - (0x1F131, 'M', 'b'), - (0x1F132, 'M', 'c'), - (0x1F133, 'M', 'd'), - (0x1F134, 'M', 'e'), - (0x1F135, 'M', 'f'), - (0x1F136, 'M', 'g'), - (0x1F137, 'M', 'h'), - (0x1F138, 'M', 'i'), - (0x1F139, 'M', 'j'), - (0x1F13A, 'M', 'k'), - (0x1F13B, 'M', 'l'), - (0x1F13C, 'M', 'm'), - (0x1F13D, 'M', 'n'), - (0x1F13E, 'M', 'o'), - (0x1F13F, 'M', 'p'), - (0x1F140, 'M', 'q'), - (0x1F141, 'M', 'r'), - (0x1F142, 'M', 's'), - (0x1F143, 'M', 't'), - (0x1F144, 'M', 'u'), - (0x1F145, 'M', 'v'), - (0x1F146, 'M', 'w'), - (0x1F147, 'M', 'x'), - (0x1F148, 'M', 'y'), - (0x1F149, 'M', 'z'), - (0x1F14A, 'M', 'hv'), - (0x1F14B, 'M', 'mv'), - (0x1F14C, 'M', 'sd'), - (0x1F14D, 'M', 'ss'), - (0x1F14E, 'M', 'ppv'), - (0x1F14F, 'M', 'wc'), - (0x1F150, 'V'), - (0x1F16A, 'M', 'mc'), - (0x1F16B, 'M', 'md'), - ] - -def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1F16C, 'M', 'mr'), - (0x1F16D, 'V'), - (0x1F190, 'M', 'dj'), - (0x1F191, 'V'), - (0x1F1AE, 'X'), - (0x1F1E6, 'V'), - (0x1F200, 'M', 'ほか'), - (0x1F201, 'M', 'ココ'), - (0x1F202, 'M', 'サ'), - (0x1F203, 'X'), - (0x1F210, 'M', '手'), - (0x1F211, 'M', '字'), - (0x1F212, 'M', '双'), - (0x1F213, 'M', 'デ'), - (0x1F214, 'M', '二'), - (0x1F215, 'M', '多'), - (0x1F216, 'M', '解'), - (0x1F217, 'M', '天'), - (0x1F218, 'M', '交'), - (0x1F219, 'M', '映'), - (0x1F21A, 'M', '無'), - (0x1F21B, 'M', '料'), - (0x1F21C, 'M', '前'), - (0x1F21D, 'M', '後'), - (0x1F21E, 'M', '再'), - (0x1F21F, 'M', '新'), - (0x1F220, 'M', '初'), - (0x1F221, 'M', '終'), - (0x1F222, 'M', '生'), - (0x1F223, 'M', '販'), - (0x1F224, 'M', '声'), - (0x1F225, 'M', '吹'), - (0x1F226, 'M', '演'), - (0x1F227, 'M', '投'), - (0x1F228, 'M', '捕'), - (0x1F229, 'M', '一'), - (0x1F22A, 'M', '三'), - (0x1F22B, 'M', '遊'), - (0x1F22C, 'M', '左'), - (0x1F22D, 'M', '中'), - (0x1F22E, 'M', '右'), - (0x1F22F, 'M', '指'), - (0x1F230, 'M', '走'), - (0x1F231, 'M', '打'), - (0x1F232, 'M', '禁'), - (0x1F233, 'M', '空'), - (0x1F234, 'M', '合'), - (0x1F235, 'M', '満'), - (0x1F236, 'M', '有'), - (0x1F237, 'M', '月'), - (0x1F238, 'M', '申'), - (0x1F239, 'M', '割'), - (0x1F23A, 'M', '営'), - (0x1F23B, 'M', '配'), - (0x1F23C, 'X'), - (0x1F240, 'M', '〔本〕'), - (0x1F241, 'M', '〔三〕'), - (0x1F242, 'M', '〔二〕'), - (0x1F243, 'M', '〔安〕'), - (0x1F244, 'M', '〔点〕'), - (0x1F245, 'M', '〔打〕'), - (0x1F246, 'M', '〔盗〕'), - (0x1F247, 'M', '〔勝〕'), - (0x1F248, 'M', '〔敗〕'), - (0x1F249, 'X'), - (0x1F250, 'M', '得'), - (0x1F251, 'M', '可'), - (0x1F252, 'X'), - (0x1F260, 'V'), - (0x1F266, 'X'), - (0x1F300, 'V'), - (0x1F6D8, 'X'), - (0x1F6DC, 'V'), - (0x1F6ED, 'X'), - (0x1F6F0, 'V'), - (0x1F6FD, 'X'), - (0x1F700, 'V'), - (0x1F777, 'X'), - (0x1F77B, 'V'), - (0x1F7DA, 'X'), - (0x1F7E0, 'V'), - (0x1F7EC, 'X'), - (0x1F7F0, 'V'), - (0x1F7F1, 'X'), - (0x1F800, 'V'), - (0x1F80C, 'X'), - (0x1F810, 'V'), - (0x1F848, 'X'), - (0x1F850, 'V'), - (0x1F85A, 'X'), - (0x1F860, 'V'), - (0x1F888, 'X'), - (0x1F890, 'V'), - (0x1F8AE, 'X'), - (0x1F8B0, 'V'), - (0x1F8B2, 'X'), - (0x1F900, 'V'), - (0x1FA54, 'X'), - (0x1FA60, 'V'), - (0x1FA6E, 'X'), - ] - -def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1FA70, 'V'), - (0x1FA7D, 'X'), - (0x1FA80, 'V'), - (0x1FA89, 'X'), - (0x1FA90, 'V'), - (0x1FABE, 'X'), - (0x1FABF, 'V'), - (0x1FAC6, 'X'), - (0x1FACE, 'V'), - (0x1FADC, 'X'), - (0x1FAE0, 'V'), - (0x1FAE9, 'X'), - (0x1FAF0, 'V'), - (0x1FAF9, 'X'), - (0x1FB00, 'V'), - (0x1FB93, 'X'), - (0x1FB94, 'V'), - (0x1FBCB, 'X'), - (0x1FBF0, 'M', '0'), - (0x1FBF1, 'M', '1'), - (0x1FBF2, 'M', '2'), - (0x1FBF3, 'M', '3'), - (0x1FBF4, 'M', '4'), - (0x1FBF5, 'M', '5'), - (0x1FBF6, 'M', '6'), - (0x1FBF7, 'M', '7'), - (0x1FBF8, 'M', '8'), - (0x1FBF9, 'M', '9'), - (0x1FBFA, 'X'), - (0x20000, 'V'), - (0x2A6E0, 'X'), - (0x2A700, 'V'), - (0x2B73A, 'X'), - (0x2B740, 'V'), - (0x2B81E, 'X'), - (0x2B820, 'V'), - (0x2CEA2, 'X'), - (0x2CEB0, 'V'), - (0x2EBE1, 'X'), - (0x2F800, 'M', '丽'), - (0x2F801, 'M', '丸'), - (0x2F802, 'M', '乁'), - (0x2F803, 'M', '𠄢'), - (0x2F804, 'M', '你'), - (0x2F805, 'M', '侮'), - (0x2F806, 'M', '侻'), - (0x2F807, 'M', '倂'), - (0x2F808, 'M', '偺'), - (0x2F809, 'M', '備'), - (0x2F80A, 'M', '僧'), - (0x2F80B, 'M', '像'), - (0x2F80C, 'M', '㒞'), - (0x2F80D, 'M', '𠘺'), - (0x2F80E, 'M', '免'), - (0x2F80F, 'M', '兔'), - (0x2F810, 'M', '兤'), - (0x2F811, 'M', '具'), - (0x2F812, 'M', '𠔜'), - (0x2F813, 'M', '㒹'), - (0x2F814, 'M', '內'), - (0x2F815, 'M', '再'), - (0x2F816, 'M', '𠕋'), - (0x2F817, 'M', '冗'), - (0x2F818, 'M', '冤'), - (0x2F819, 'M', '仌'), - (0x2F81A, 'M', '冬'), - (0x2F81B, 'M', '况'), - (0x2F81C, 'M', '𩇟'), - (0x2F81D, 'M', '凵'), - (0x2F81E, 'M', '刃'), - (0x2F81F, 'M', '㓟'), - (0x2F820, 'M', '刻'), - (0x2F821, 'M', '剆'), - (0x2F822, 'M', '割'), - (0x2F823, 'M', '剷'), - (0x2F824, 'M', '㔕'), - (0x2F825, 'M', '勇'), - (0x2F826, 'M', '勉'), - (0x2F827, 'M', '勤'), - (0x2F828, 'M', '勺'), - (0x2F829, 'M', '包'), - (0x2F82A, 'M', '匆'), - (0x2F82B, 'M', '北'), - (0x2F82C, 'M', '卉'), - (0x2F82D, 'M', '卑'), - (0x2F82E, 'M', '博'), - (0x2F82F, 'M', '即'), - (0x2F830, 'M', '卽'), - (0x2F831, 'M', '卿'), - (0x2F834, 'M', '𠨬'), - (0x2F835, 'M', '灰'), - (0x2F836, 'M', '及'), - (0x2F837, 'M', '叟'), - (0x2F838, 'M', '𠭣'), - (0x2F839, 'M', '叫'), - (0x2F83A, 'M', '叱'), - (0x2F83B, 'M', '吆'), - (0x2F83C, 'M', '咞'), - (0x2F83D, 'M', '吸'), - (0x2F83E, 'M', '呈'), - ] - -def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2F83F, 'M', '周'), - (0x2F840, 'M', '咢'), - (0x2F841, 'M', '哶'), - (0x2F842, 'M', '唐'), - (0x2F843, 'M', '啓'), - (0x2F844, 'M', '啣'), - (0x2F845, 'M', '善'), - (0x2F847, 'M', '喙'), - (0x2F848, 'M', '喫'), - (0x2F849, 'M', '喳'), - (0x2F84A, 'M', '嗂'), - (0x2F84B, 'M', '圖'), - (0x2F84C, 'M', '嘆'), - (0x2F84D, 'M', '圗'), - (0x2F84E, 'M', '噑'), - (0x2F84F, 'M', '噴'), - (0x2F850, 'M', '切'), - (0x2F851, 'M', '壮'), - (0x2F852, 'M', '城'), - (0x2F853, 'M', '埴'), - (0x2F854, 'M', '堍'), - (0x2F855, 'M', '型'), - (0x2F856, 'M', '堲'), - (0x2F857, 'M', '報'), - (0x2F858, 'M', '墬'), - (0x2F859, 'M', '𡓤'), - (0x2F85A, 'M', '売'), - (0x2F85B, 'M', '壷'), - (0x2F85C, 'M', '夆'), - (0x2F85D, 'M', '多'), - (0x2F85E, 'M', '夢'), - (0x2F85F, 'M', '奢'), - (0x2F860, 'M', '𡚨'), - (0x2F861, 'M', '𡛪'), - (0x2F862, 'M', '姬'), - (0x2F863, 'M', '娛'), - (0x2F864, 'M', '娧'), - (0x2F865, 'M', '姘'), - (0x2F866, 'M', '婦'), - (0x2F867, 'M', '㛮'), - (0x2F868, 'X'), - (0x2F869, 'M', '嬈'), - (0x2F86A, 'M', '嬾'), - (0x2F86C, 'M', '𡧈'), - (0x2F86D, 'M', '寃'), - (0x2F86E, 'M', '寘'), - (0x2F86F, 'M', '寧'), - (0x2F870, 'M', '寳'), - (0x2F871, 'M', '𡬘'), - (0x2F872, 'M', '寿'), - (0x2F873, 'M', '将'), - (0x2F874, 'X'), - (0x2F875, 'M', '尢'), - (0x2F876, 'M', '㞁'), - (0x2F877, 'M', '屠'), - (0x2F878, 'M', '屮'), - (0x2F879, 'M', '峀'), - (0x2F87A, 'M', '岍'), - (0x2F87B, 'M', '𡷤'), - (0x2F87C, 'M', '嵃'), - (0x2F87D, 'M', '𡷦'), - (0x2F87E, 'M', '嵮'), - (0x2F87F, 'M', '嵫'), - (0x2F880, 'M', '嵼'), - (0x2F881, 'M', '巡'), - (0x2F882, 'M', '巢'), - (0x2F883, 'M', '㠯'), - (0x2F884, 'M', '巽'), - (0x2F885, 'M', '帨'), - (0x2F886, 'M', '帽'), - (0x2F887, 'M', '幩'), - (0x2F888, 'M', '㡢'), - (0x2F889, 'M', '𢆃'), - (0x2F88A, 'M', '㡼'), - (0x2F88B, 'M', '庰'), - (0x2F88C, 'M', '庳'), - (0x2F88D, 'M', '庶'), - (0x2F88E, 'M', '廊'), - (0x2F88F, 'M', '𪎒'), - (0x2F890, 'M', '廾'), - (0x2F891, 'M', '𢌱'), - (0x2F893, 'M', '舁'), - (0x2F894, 'M', '弢'), - (0x2F896, 'M', '㣇'), - (0x2F897, 'M', '𣊸'), - (0x2F898, 'M', '𦇚'), - (0x2F899, 'M', '形'), - (0x2F89A, 'M', '彫'), - (0x2F89B, 'M', '㣣'), - (0x2F89C, 'M', '徚'), - (0x2F89D, 'M', '忍'), - (0x2F89E, 'M', '志'), - (0x2F89F, 'M', '忹'), - (0x2F8A0, 'M', '悁'), - (0x2F8A1, 'M', '㤺'), - (0x2F8A2, 'M', '㤜'), - (0x2F8A3, 'M', '悔'), - (0x2F8A4, 'M', '𢛔'), - (0x2F8A5, 'M', '惇'), - (0x2F8A6, 'M', '慈'), - ] - -def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2F8A7, 'M', '慌'), - (0x2F8A8, 'M', '慎'), - (0x2F8A9, 'M', '慌'), - (0x2F8AA, 'M', '慺'), - (0x2F8AB, 'M', '憎'), - (0x2F8AC, 'M', '憲'), - (0x2F8AD, 'M', '憤'), - (0x2F8AE, 'M', '憯'), - (0x2F8AF, 'M', '懞'), - (0x2F8B0, 'M', '懲'), - (0x2F8B1, 'M', '懶'), - (0x2F8B2, 'M', '成'), - (0x2F8B3, 'M', '戛'), - (0x2F8B4, 'M', '扝'), - (0x2F8B5, 'M', '抱'), - (0x2F8B6, 'M', '拔'), - (0x2F8B7, 'M', '捐'), - (0x2F8B8, 'M', '𢬌'), - (0x2F8B9, 'M', '挽'), - (0x2F8BA, 'M', '拼'), - (0x2F8BB, 'M', '捨'), - (0x2F8BC, 'M', '掃'), - (0x2F8BD, 'M', '揤'), - (0x2F8BE, 'M', '𢯱'), - (0x2F8BF, 'M', '搢'), - (0x2F8C0, 'M', '揅'), - (0x2F8C1, 'M', '掩'), - (0x2F8C2, 'M', '㨮'), - (0x2F8C3, 'M', '摩'), - (0x2F8C4, 'M', '摾'), - (0x2F8C5, 'M', '撝'), - (0x2F8C6, 'M', '摷'), - (0x2F8C7, 'M', '㩬'), - (0x2F8C8, 'M', '敏'), - (0x2F8C9, 'M', '敬'), - (0x2F8CA, 'M', '𣀊'), - (0x2F8CB, 'M', '旣'), - (0x2F8CC, 'M', '書'), - (0x2F8CD, 'M', '晉'), - (0x2F8CE, 'M', '㬙'), - (0x2F8CF, 'M', '暑'), - (0x2F8D0, 'M', '㬈'), - (0x2F8D1, 'M', '㫤'), - (0x2F8D2, 'M', '冒'), - (0x2F8D3, 'M', '冕'), - (0x2F8D4, 'M', '最'), - (0x2F8D5, 'M', '暜'), - (0x2F8D6, 'M', '肭'), - (0x2F8D7, 'M', '䏙'), - (0x2F8D8, 'M', '朗'), - (0x2F8D9, 'M', '望'), - (0x2F8DA, 'M', '朡'), - (0x2F8DB, 'M', '杞'), - (0x2F8DC, 'M', '杓'), - (0x2F8DD, 'M', '𣏃'), - (0x2F8DE, 'M', '㭉'), - (0x2F8DF, 'M', '柺'), - (0x2F8E0, 'M', '枅'), - (0x2F8E1, 'M', '桒'), - (0x2F8E2, 'M', '梅'), - (0x2F8E3, 'M', '𣑭'), - (0x2F8E4, 'M', '梎'), - (0x2F8E5, 'M', '栟'), - (0x2F8E6, 'M', '椔'), - (0x2F8E7, 'M', '㮝'), - (0x2F8E8, 'M', '楂'), - (0x2F8E9, 'M', '榣'), - (0x2F8EA, 'M', '槪'), - (0x2F8EB, 'M', '檨'), - (0x2F8EC, 'M', '𣚣'), - (0x2F8ED, 'M', '櫛'), - (0x2F8EE, 'M', '㰘'), - (0x2F8EF, 'M', '次'), - (0x2F8F0, 'M', '𣢧'), - (0x2F8F1, 'M', '歔'), - (0x2F8F2, 'M', '㱎'), - (0x2F8F3, 'M', '歲'), - (0x2F8F4, 'M', '殟'), - (0x2F8F5, 'M', '殺'), - (0x2F8F6, 'M', '殻'), - (0x2F8F7, 'M', '𣪍'), - (0x2F8F8, 'M', '𡴋'), - (0x2F8F9, 'M', '𣫺'), - (0x2F8FA, 'M', '汎'), - (0x2F8FB, 'M', '𣲼'), - (0x2F8FC, 'M', '沿'), - (0x2F8FD, 'M', '泍'), - (0x2F8FE, 'M', '汧'), - (0x2F8FF, 'M', '洖'), - (0x2F900, 'M', '派'), - (0x2F901, 'M', '海'), - (0x2F902, 'M', '流'), - (0x2F903, 'M', '浩'), - (0x2F904, 'M', '浸'), - (0x2F905, 'M', '涅'), - (0x2F906, 'M', '𣴞'), - (0x2F907, 'M', '洴'), - (0x2F908, 'M', '港'), - (0x2F909, 'M', '湮'), - (0x2F90A, 'M', '㴳'), - ] - -def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2F90B, 'M', '滋'), - (0x2F90C, 'M', '滇'), - (0x2F90D, 'M', '𣻑'), - (0x2F90E, 'M', '淹'), - (0x2F90F, 'M', '潮'), - (0x2F910, 'M', '𣽞'), - (0x2F911, 'M', '𣾎'), - (0x2F912, 'M', '濆'), - (0x2F913, 'M', '瀹'), - (0x2F914, 'M', '瀞'), - (0x2F915, 'M', '瀛'), - (0x2F916, 'M', '㶖'), - (0x2F917, 'M', '灊'), - (0x2F918, 'M', '災'), - (0x2F919, 'M', '灷'), - (0x2F91A, 'M', '炭'), - (0x2F91B, 'M', '𠔥'), - (0x2F91C, 'M', '煅'), - (0x2F91D, 'M', '𤉣'), - (0x2F91E, 'M', '熜'), - (0x2F91F, 'X'), - (0x2F920, 'M', '爨'), - (0x2F921, 'M', '爵'), - (0x2F922, 'M', '牐'), - (0x2F923, 'M', '𤘈'), - (0x2F924, 'M', '犀'), - (0x2F925, 'M', '犕'), - (0x2F926, 'M', '𤜵'), - (0x2F927, 'M', '𤠔'), - (0x2F928, 'M', '獺'), - (0x2F929, 'M', '王'), - (0x2F92A, 'M', '㺬'), - (0x2F92B, 'M', '玥'), - (0x2F92C, 'M', '㺸'), - (0x2F92E, 'M', '瑇'), - (0x2F92F, 'M', '瑜'), - (0x2F930, 'M', '瑱'), - (0x2F931, 'M', '璅'), - (0x2F932, 'M', '瓊'), - (0x2F933, 'M', '㼛'), - (0x2F934, 'M', '甤'), - (0x2F935, 'M', '𤰶'), - (0x2F936, 'M', '甾'), - (0x2F937, 'M', '𤲒'), - (0x2F938, 'M', '異'), - (0x2F939, 'M', '𢆟'), - (0x2F93A, 'M', '瘐'), - (0x2F93B, 'M', '𤾡'), - (0x2F93C, 'M', '𤾸'), - (0x2F93D, 'M', '𥁄'), - (0x2F93E, 'M', '㿼'), - (0x2F93F, 'M', '䀈'), - (0x2F940, 'M', '直'), - (0x2F941, 'M', '𥃳'), - (0x2F942, 'M', '𥃲'), - (0x2F943, 'M', '𥄙'), - (0x2F944, 'M', '𥄳'), - (0x2F945, 'M', '眞'), - (0x2F946, 'M', '真'), - (0x2F948, 'M', '睊'), - (0x2F949, 'M', '䀹'), - (0x2F94A, 'M', '瞋'), - (0x2F94B, 'M', '䁆'), - (0x2F94C, 'M', '䂖'), - (0x2F94D, 'M', '𥐝'), - (0x2F94E, 'M', '硎'), - (0x2F94F, 'M', '碌'), - (0x2F950, 'M', '磌'), - (0x2F951, 'M', '䃣'), - (0x2F952, 'M', '𥘦'), - (0x2F953, 'M', '祖'), - (0x2F954, 'M', '𥚚'), - (0x2F955, 'M', '𥛅'), - (0x2F956, 'M', '福'), - (0x2F957, 'M', '秫'), - (0x2F958, 'M', '䄯'), - (0x2F959, 'M', '穀'), - (0x2F95A, 'M', '穊'), - (0x2F95B, 'M', '穏'), - (0x2F95C, 'M', '𥥼'), - (0x2F95D, 'M', '𥪧'), - (0x2F95F, 'X'), - (0x2F960, 'M', '䈂'), - (0x2F961, 'M', '𥮫'), - (0x2F962, 'M', '篆'), - (0x2F963, 'M', '築'), - (0x2F964, 'M', '䈧'), - (0x2F965, 'M', '𥲀'), - (0x2F966, 'M', '糒'), - (0x2F967, 'M', '䊠'), - (0x2F968, 'M', '糨'), - (0x2F969, 'M', '糣'), - (0x2F96A, 'M', '紀'), - (0x2F96B, 'M', '𥾆'), - (0x2F96C, 'M', '絣'), - (0x2F96D, 'M', '䌁'), - (0x2F96E, 'M', '緇'), - (0x2F96F, 'M', '縂'), - (0x2F970, 'M', '繅'), - (0x2F971, 'M', '䌴'), - ] - -def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2F972, 'M', '𦈨'), - (0x2F973, 'M', '𦉇'), - (0x2F974, 'M', '䍙'), - (0x2F975, 'M', '𦋙'), - (0x2F976, 'M', '罺'), - (0x2F977, 'M', '𦌾'), - (0x2F978, 'M', '羕'), - (0x2F979, 'M', '翺'), - (0x2F97A, 'M', '者'), - (0x2F97B, 'M', '𦓚'), - (0x2F97C, 'M', '𦔣'), - (0x2F97D, 'M', '聠'), - (0x2F97E, 'M', '𦖨'), - (0x2F97F, 'M', '聰'), - (0x2F980, 'M', '𣍟'), - (0x2F981, 'M', '䏕'), - (0x2F982, 'M', '育'), - (0x2F983, 'M', '脃'), - (0x2F984, 'M', '䐋'), - (0x2F985, 'M', '脾'), - (0x2F986, 'M', '媵'), - (0x2F987, 'M', '𦞧'), - (0x2F988, 'M', '𦞵'), - (0x2F989, 'M', '𣎓'), - (0x2F98A, 'M', '𣎜'), - (0x2F98B, 'M', '舁'), - (0x2F98C, 'M', '舄'), - (0x2F98D, 'M', '辞'), - (0x2F98E, 'M', '䑫'), - (0x2F98F, 'M', '芑'), - (0x2F990, 'M', '芋'), - (0x2F991, 'M', '芝'), - (0x2F992, 'M', '劳'), - (0x2F993, 'M', '花'), - (0x2F994, 'M', '芳'), - (0x2F995, 'M', '芽'), - (0x2F996, 'M', '苦'), - (0x2F997, 'M', '𦬼'), - (0x2F998, 'M', '若'), - (0x2F999, 'M', '茝'), - (0x2F99A, 'M', '荣'), - (0x2F99B, 'M', '莭'), - (0x2F99C, 'M', '茣'), - (0x2F99D, 'M', '莽'), - (0x2F99E, 'M', '菧'), - (0x2F99F, 'M', '著'), - (0x2F9A0, 'M', '荓'), - (0x2F9A1, 'M', '菊'), - (0x2F9A2, 'M', '菌'), - (0x2F9A3, 'M', '菜'), - (0x2F9A4, 'M', '𦰶'), - (0x2F9A5, 'M', '𦵫'), - (0x2F9A6, 'M', '𦳕'), - (0x2F9A7, 'M', '䔫'), - (0x2F9A8, 'M', '蓱'), - (0x2F9A9, 'M', '蓳'), - (0x2F9AA, 'M', '蔖'), - (0x2F9AB, 'M', '𧏊'), - (0x2F9AC, 'M', '蕤'), - (0x2F9AD, 'M', '𦼬'), - (0x2F9AE, 'M', '䕝'), - (0x2F9AF, 'M', '䕡'), - (0x2F9B0, 'M', '𦾱'), - (0x2F9B1, 'M', '𧃒'), - (0x2F9B2, 'M', '䕫'), - (0x2F9B3, 'M', '虐'), - (0x2F9B4, 'M', '虜'), - (0x2F9B5, 'M', '虧'), - (0x2F9B6, 'M', '虩'), - (0x2F9B7, 'M', '蚩'), - (0x2F9B8, 'M', '蚈'), - (0x2F9B9, 'M', '蜎'), - (0x2F9BA, 'M', '蛢'), - (0x2F9BB, 'M', '蝹'), - (0x2F9BC, 'M', '蜨'), - (0x2F9BD, 'M', '蝫'), - (0x2F9BE, 'M', '螆'), - (0x2F9BF, 'X'), - (0x2F9C0, 'M', '蟡'), - (0x2F9C1, 'M', '蠁'), - (0x2F9C2, 'M', '䗹'), - (0x2F9C3, 'M', '衠'), - (0x2F9C4, 'M', '衣'), - (0x2F9C5, 'M', '𧙧'), - (0x2F9C6, 'M', '裗'), - (0x2F9C7, 'M', '裞'), - (0x2F9C8, 'M', '䘵'), - (0x2F9C9, 'M', '裺'), - (0x2F9CA, 'M', '㒻'), - (0x2F9CB, 'M', '𧢮'), - (0x2F9CC, 'M', '𧥦'), - (0x2F9CD, 'M', '䚾'), - (0x2F9CE, 'M', '䛇'), - (0x2F9CF, 'M', '誠'), - (0x2F9D0, 'M', '諭'), - (0x2F9D1, 'M', '變'), - (0x2F9D2, 'M', '豕'), - (0x2F9D3, 'M', '𧲨'), - (0x2F9D4, 'M', '貫'), - (0x2F9D5, 'M', '賁'), - ] - -def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2F9D6, 'M', '贛'), - (0x2F9D7, 'M', '起'), - (0x2F9D8, 'M', '𧼯'), - (0x2F9D9, 'M', '𠠄'), - (0x2F9DA, 'M', '跋'), - (0x2F9DB, 'M', '趼'), - (0x2F9DC, 'M', '跰'), - (0x2F9DD, 'M', '𠣞'), - (0x2F9DE, 'M', '軔'), - (0x2F9DF, 'M', '輸'), - (0x2F9E0, 'M', '𨗒'), - (0x2F9E1, 'M', '𨗭'), - (0x2F9E2, 'M', '邔'), - (0x2F9E3, 'M', '郱'), - (0x2F9E4, 'M', '鄑'), - (0x2F9E5, 'M', '𨜮'), - (0x2F9E6, 'M', '鄛'), - (0x2F9E7, 'M', '鈸'), - (0x2F9E8, 'M', '鋗'), - (0x2F9E9, 'M', '鋘'), - (0x2F9EA, 'M', '鉼'), - (0x2F9EB, 'M', '鏹'), - (0x2F9EC, 'M', '鐕'), - (0x2F9ED, 'M', '𨯺'), - (0x2F9EE, 'M', '開'), - (0x2F9EF, 'M', '䦕'), - (0x2F9F0, 'M', '閷'), - (0x2F9F1, 'M', '𨵷'), - (0x2F9F2, 'M', '䧦'), - (0x2F9F3, 'M', '雃'), - (0x2F9F4, 'M', '嶲'), - (0x2F9F5, 'M', '霣'), - (0x2F9F6, 'M', '𩅅'), - (0x2F9F7, 'M', '𩈚'), - (0x2F9F8, 'M', '䩮'), - (0x2F9F9, 'M', '䩶'), - (0x2F9FA, 'M', '韠'), - (0x2F9FB, 'M', '𩐊'), - (0x2F9FC, 'M', '䪲'), - (0x2F9FD, 'M', '𩒖'), - (0x2F9FE, 'M', '頋'), - (0x2FA00, 'M', '頩'), - (0x2FA01, 'M', '𩖶'), - (0x2FA02, 'M', '飢'), - (0x2FA03, 'M', '䬳'), - (0x2FA04, 'M', '餩'), - (0x2FA05, 'M', '馧'), - (0x2FA06, 'M', '駂'), - (0x2FA07, 'M', '駾'), - (0x2FA08, 'M', '䯎'), - (0x2FA09, 'M', '𩬰'), - (0x2FA0A, 'M', '鬒'), - (0x2FA0B, 'M', '鱀'), - (0x2FA0C, 'M', '鳽'), - (0x2FA0D, 'M', '䳎'), - (0x2FA0E, 'M', '䳭'), - (0x2FA0F, 'M', '鵧'), - (0x2FA10, 'M', '𪃎'), - (0x2FA11, 'M', '䳸'), - (0x2FA12, 'M', '𪄅'), - (0x2FA13, 'M', '𪈎'), - (0x2FA14, 'M', '𪊑'), - (0x2FA15, 'M', '麻'), - (0x2FA16, 'M', '䵖'), - (0x2FA17, 'M', '黹'), - (0x2FA18, 'M', '黾'), - (0x2FA19, 'M', '鼅'), - (0x2FA1A, 'M', '鼏'), - (0x2FA1B, 'M', '鼖'), - (0x2FA1C, 'M', '鼻'), - (0x2FA1D, 'M', '𪘀'), - (0x2FA1E, 'X'), - (0x30000, 'V'), - (0x3134B, 'X'), - (0x31350, 'V'), - (0x323B0, 'X'), - (0xE0100, 'I'), - (0xE01F0, 'X'), - ] - -uts46data = tuple( - _seg_0() - + _seg_1() - + _seg_2() - + _seg_3() - + _seg_4() - + _seg_5() - + _seg_6() - + _seg_7() - + _seg_8() - + _seg_9() - + _seg_10() - + _seg_11() - + _seg_12() - + _seg_13() - + _seg_14() - + _seg_15() - + _seg_16() - + _seg_17() - + _seg_18() - + _seg_19() - + _seg_20() - + _seg_21() - + _seg_22() - + _seg_23() - + _seg_24() - + _seg_25() - + _seg_26() - + _seg_27() - + _seg_28() - + _seg_29() - + _seg_30() - + _seg_31() - + _seg_32() - + _seg_33() - + _seg_34() - + _seg_35() - + _seg_36() - + _seg_37() - + _seg_38() - + _seg_39() - + _seg_40() - + _seg_41() - + _seg_42() - + _seg_43() - + _seg_44() - + _seg_45() - + _seg_46() - + _seg_47() - + _seg_48() - + _seg_49() - + _seg_50() - + _seg_51() - + _seg_52() - + _seg_53() - + _seg_54() - + _seg_55() - + _seg_56() - + _seg_57() - + _seg_58() - + _seg_59() - + _seg_60() - + _seg_61() - + _seg_62() - + _seg_63() - + _seg_64() - + _seg_65() - + _seg_66() - + _seg_67() - + _seg_68() - + _seg_69() - + _seg_70() - + _seg_71() - + _seg_72() - + _seg_73() - + _seg_74() - + _seg_75() - + _seg_76() - + _seg_77() - + _seg_78() - + _seg_79() - + _seg_80() - + _seg_81() -) # type: Tuple[Union[Tuple[int, str], Tuple[int, str, str]], ...] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py deleted file mode 100644 index 1300b86..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py +++ /dev/null @@ -1,57 +0,0 @@ -# coding: utf-8 -from .exceptions import * -from .ext import ExtType, Timestamp - -import os -import sys - - -version = (1, 0, 5) -__version__ = "1.0.5" - - -if os.environ.get("MSGPACK_PUREPYTHON") or sys.version_info[0] == 2: - from .fallback import Packer, unpackb, Unpacker -else: - try: - from ._cmsgpack import Packer, unpackb, Unpacker - except ImportError: - from .fallback import Packer, unpackb, Unpacker - - -def pack(o, stream, **kwargs): - """ - Pack object `o` and write it to `stream` - - See :class:`Packer` for options. - """ - packer = Packer(**kwargs) - stream.write(packer.pack(o)) - - -def packb(o, **kwargs): - """ - Pack object `o` and return packed bytes - - See :class:`Packer` for options. - """ - return Packer(**kwargs).pack(o) - - -def unpack(stream, **kwargs): - """ - Unpack an object from `stream`. - - Raises `ExtraData` when `stream` contains extra bytes. - See :class:`Unpacker` for options. - """ - data = stream.read() - return unpackb(data, **kwargs) - - -# alias for compatibility to simplejson/marshal/pickle. -load = unpack -loads = unpackb - -dump = pack -dumps = packb diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index c4999ae6345a8c4c9f98241e8eaf5c0450eeb7c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1828 zcmb7DO>7%Q6rR~1+wt0NP}tVx$3*o~0&PejQfX5_lr}V}pv%GDc*p6w`(w>) zk~&HyM?$I)6$Eiek3DbzRoppJu3X|4)M!9zrE<*nFK6a3^0gk3S&zHp$#XmXDKdL)4KQzK0Q*Rv*-x_OF4Al6CV6vDQz;;_^B|(x zsJ4IId>&mbETBvBd9;9w*$t6t5p(=>fzEWrPq1>gQ<5Wj~#!%JbCWy#N_$uch8*O5RpZhCnl}xMM8OU&ToJ>!&B!X zhtR5s=qz!Y2G6z$u!_Qm%mF)+gO;Rk@E7>9yoBp==YvOfNv?~p|FM=(hy9MlsELd6 z;>T$nmdHvEX6mFG>Xo3PTfVI?P$wk16Y620S6E1iUMi%=)#xg&h>D8}#{o~o_wmHV1&huyo)E7HWkQc4p9h~97XptM z&YbI5zR{q8NR1icyiuAb{=DHjGe)BsUI_f*(&1MP2B{trcUZH884agllp)LxsNu0$ zac-2$j_-u!a;edzLa`C-28TTl&_aJ^P_Dn7-M3N$Xq{YF(pOF`pIX_yI{4M#wGY33 z_E$yUhCo#9wgNWYHXVV@6K%rKCM??Y)E0G{F@=iK;z$440!qR;>gy3Xwm#Dg3Hu)% zpgG8@C`CPp$_2j{j;NSUCgi5;bQc(|ia*TI0dWKm+XoO)lF7HV!IhH$cQn1N>DPO2 zYlStXKm~J8r(zV|tfD1Uf1D^d6YEB7&}Av?DtAe$b;$xc@Z!~oj(99Uh#gthXyA2q zSc+*lYdMTCy#f_um>iepea3r3`N>vO01% zHPTLvY^9TU|5kqjAKc2PaA9)*rE)E0J+-5y-b-r2%Py;bZJxm>vu6uo@!8SasiTmI ZI`V*t{@v_LA2ZNRW5?TA{t02gzX8w#wqO7N diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc deleted file mode 100644 index 6c5970edd622dc5373421b78da808d99b0947b04..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2022 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 JeqGH#`G37n1t$Oi diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc deleted file mode 100644 index 96a414fe18156cf01da37c870896a91b7c99f3f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 43573 zcmeIb3v`>;btd}bMS=tffB^V@f#MSsMe1ces3%2A7A=ah^++Pd9g5-)N~B1D{sHO% zgEr%M8cKF*%62Mh?2PGFt*L9xirjXsc-lTh6+jVI+4Z z*R$5m{r35v06~kYmCnq%JrWPj`?1eH=j^l3KKuXoIXT%J%#M582bO-FOvD@e~46?H1?BXx4D}sYJo~!4$?hIds zVD@GD%>DZAEZ+1o*PZRp@?~~s`7GU5Urx7;&!DgsO3FNkb_f|hd$)r(BVDfFz-Q5~ zp7S|<20r_J#FG(9&?d`}YuMfG)^Sq6;n-p%I?l@C{RR}6c)J;RmVmBVYg*9=#6S0RO)&mXED zuIa8BuI;WRm~_|i?(TZt*zM&Dx*OnM3x6a0>)>zV3%i^7qVDy4arXw_M&G7>Jzw&& zu6r|IikhC_%V2L=q4(vi_a?rRuRxBieyh(oI3l)PYjA;}IKGm1`?mX<`wegC z_%*zduaex=d?8;WxoZ(#=UdOx)bj&)2~B)6?DbS;zaFj){6^TD z_|34N;J3iu%5Q_coo|7?gWm~z7rz_!9>8d?RF;u%B^O$-kNvjs?d*3ye}Mf`i<=Nn zt)*XTsqAl*{Paul>m)z@KKZugcXZt?Y+MgwTst)5x`Ty2h0sHq(4ChIRh+M|niH~V z)c73WM*-o-Np4d2s_O!G(QuNxpz|IMHy!958amzEcg{01D)>B4UkaTK_&o!|BSXGn zpFh+a8h|&@?->rB89}N=8Vs*4Vdi^7zR#pYGb8@ z?@PbOxSP5z6qq#-@(K7G4&KxybbOGqcs~1T^Vz_#uX$i}XrR~MJR$@JeSM)|bLf0? z(|Mo&eDl!2>E;pED)Li-iAz!GILIw&zH%+XIf*C%sivlewtZHVt zC_=6O!sQFET#A|t1uJFOFA`W6O|X&xZbSeB_-#0@aUliV0KK$kAVM+kOYyvpR;`OV zVV8~zQK8JF&%^6!oeNPfn32~a;E#qp&D~F~w z#H^+FIekutZoyGJwc(vD*SAbpUf+JBFYai#Z=mpdj$BGR`P|j4IY)KOQ5~&$GVVCI zlxfV$W+Rp~N~k~_B^s`4+$Eh?-*x;ZCltb~X(nqDv#KeA#)WXv#R^R1j$9hK1f*u5 z=^60%2Y^&ozwg4(KrqyEcEBGZ|GrBhUvS^(z!2{f;LkZ05(fNdq=4gnC{i);a=4(qUi*JI5#@&?$ZOGa--!Yr26aimYqNkvgB83sDIfB+D|GP-+FP<_${l58A`8F0`;0f z@Au$Hn!mb`l1`p+LT*GisLWPmkc`~-F`d6eg?&V~e9j7%kTNG#NRH_M|1=cNV2)ga z`m5$5_>1t(6!MTDkv;4i4hWad5BM%5GDCsWgo%kP`so#f-b)D+3lXZ3R;VGX7FH6_ zO&4e%2-_5hGye`swiDJkw_q=ts(ib9)?PpF&b!uewd0LLS9J@yB~z_$Uz*MJF1Qi> z#=%M5yw&kq=jF~hYemdjF|E66U9)^r5_lQtx4^;nD*UFJK?Q-;7#ZBhr0(lkm(V@J zteZNa4oNk$I$=KJ3!U#B8ue*VNe z(hThB@%Iko_;9AD5cvgdZz>_P){nexGn)bZ97%b!0Sjq`$p4 z)SJlKe=#KVGNvlN?KWzo?zbV((c~6b6Wu~i%J>rdb#&6 zArE$LLzh4U7Ow8=_4@-M�ehFHgS^81@X04uuBR(PZ}k2B6x!24O7{C(Mij0%|0( zzeMvv8aAPwB8{|eB&`N{J(wjupf-DZsN9~@3^RnoNPPx>K~OM&(1ImzvhS5WY zbibh+(?|5_R^f<}l1^qwlV<_69HK>mnFysVkbUZ}oL1f)FfxW? zToo503X>U}0j!|!sF%#BwAV|z5UmN!AXUMbF+}r(nTSyyYat^h{!~*oOLVk%Am|HvPMuO_^Qlvw3uk?P zPlK4S!P6JO$peHPs6I@158E=Dk~6Egvn=;O&@SvJz;BP_-$J;2N7 zos{hALbEKl(&kVg;PGSK@$q8jBcZcCfzhucbeIZyFk3vQeI9|}zmh_n>+q^A*&Q>0?mB($K3B!_& zGdt!o%VU}4vzeX+TfvlJ>ML_)n`330<7Hdowyja~)_IF<{Hb4jn#)=9?sGcRPPTfq z#BDpG<{b-`qWhe|WLvP5P4&)NJPXd!sI_$7ob%t7G7>@1$i?rYM(V{FH3Sb)#(E!>7DBY4A(H_$jQaYlSnLJpMb>a2< zFOCci^bLeOw4(sof+2=BL%uV;eV07gVMhBxO(J~RlIk@iGQ`k?MH4JEp+$((fhs91GyU#^i$4+_9gBYkM?$~v^y0sRBW&1x@bu!Ji>{8-i$8|Ts}~4PVg2s@ z#edKIi?q(c&oBN5I2Qj`7RUfDoS}gKO$?x1!T<&Q?_$6Revs{%#i;0~eN5!)P>C0Tz3i-4;bBG$+}_+40<;~G1v@x(eZFo*dlHcEhD``@35yIOIXj)z&T$FTm5N)IDnva6eRC4XM4|6fv1{KG+*!c zp7IR)z{HYPU&_+a?+K3h`Ud(3e0-y{(qc)b^g&M$Y$vSvVOol@h>2SkW>2r5_q0$+ zEvIN@tVg-nSQwcT>^(h%jfFKyYA6ogtUR^^tBpNDD||0DJEbFHE2(Oh)O)JQQ_uVQ zdqFO>cuoN{^&7S{Y*@c>b0e`rvv z)ED4syotr*IdS~Jx@{gGc6$~kL(;o^aEMpQ&H`!^+dyRqfZ^Eynj}Yyt0qQT+N5|1 zA*p#})_c}@lyilGloYc8G5te<-jK&re+;ek1GyL}jQ!uU|LG%b2faz@HzGZuji0ZOk71gz5U=O zt2C7|3D8irEQ}KRF%%4Vf{foi7!3H6(ORxwZu&^?fDrr@b%5q0G1>vZb&OHqVYNN3 zuF&)u^$%d8_^&SKRY0_12=m6;}G)2;w@BL38=7=8RK=8Q<1 zY6cL?6E7kVBk(T;Mp4CipE4e7#l3KLpzo~G7=?}=@QakVILE0%g*etMx+#mK+NsWg z;eimAcdYCLRICZ%TVO`9j*ZfR!xIdQ3Vms|CV~D1AZcbk@FJ9W}NEq9sL+9dd=ts{AbQYeEIpf)#eOb=I_yOJyUVuLKt9u&(qMogH8 z^?LtBFx+UhXNVzDd%RB}v&21-=pii?*P_{GrJYys?2;G?KA~QrpVSqHorQs-@=h(N zm`&3WmxX=4V6Z+Q0cv&a3I@Qc2tBMdY9p|Ap|3;`CD#r%6`D__f#B;qkCkHM=7t6g zn!Hlb??6AJCy_QeGsT?-iFht4wG5UfMvfv=a$yev2bGx$5_z@yVw@O-Kf8=2!q&O} zi5W2jvo3ZodHetlk9#u~e+kn^XGPi2F_E3$|0QhPA7qc~!63_y=*G>w9@kKEI?msu zVJGU+U39$Hz3e3lFWFfsKPb-{eFEftn$`Z83Z7}TgRGeg9NU`AzQBA%|*nbE{& z$aNxKWqxMEM<;h?z3A5bZgpn8qQBnp*OK_9WsfVPkO$RVl?v^q=ID2sNZd8K9DS0{#7<`Mpkd zb1b|;z{*lPYgSrsp#Em5J+P(p+@kG7Zkj%*9kwOINH{{3nw2hEv^``Vxq~?rqxO%* z$=zcfsdqtI&RQI`RL+;xOmy9|xTBWR z`BKkB`!^4N;wqWyc&F=n*Q{&pLViWm(-zNfk2>1t%W5auU+tPNt;EmaPcyi}$~T^$ zFurQNS5QblOHR&HIbobNm;TINK3`rpab(_-Kegr#3NH3e97^#NPVKv6DW5N0J8@VO zGxJQWxG5#=Jx?>0S~hQSPlo0S8e;{GcPx!`O;C0??(B+MyXK3l?i6?42+nMtTe~;5 zcJD{tcwHx&WM6O>PPyLbfHP~MqH4M;Ua^TaaK2)l_*;YqziOLz0MPti6)u*cNwgk6O2*j}A$A z1Bjs*h4{JxoLNbDBdC9h!%Zg$QPTtP|1E6D@h)Qd#3H%oX8Y1myoyJHmIB=5J#x<=LxvVId* zA_EHsgn#def@-S!D5>Ty%xC~iCapiLhnSbM`D(>xJ9gfe;{Vr`eF54%aK^ikvo?# z24{85St??d3QRall_bs;E!#8|nyc6ptJnl*)Ula~7+vX{YM(1zAH#p^`fqm5S5;56 z&ssewBP-`M>t*Ylxg=&TnQFglu3RpGpy2QeXg%RD#t*JkgR#(Jz7&m6%AaBgFT*)( zWR;ke@~hH!B##*OKIsF`Ou+p&j_<^`W(+*Apb#pBi2HX_7sl!)iWi5I22t1uD@o+3 z2fVx>u64AlycF~z4OkO0jC1$Q1fe^C5F3{ney(X>4F4@c|*j+Oe7ek6IWSZTRlGtW{ReIm8d+PnI1P^0NY zp)`7`{hiM1ol{*=``V~^t=M8M9uoGk7Sk+cEk+TkCZgkYxAd}v3M6N^&l9MFG_jt^ z79F^$OW2u^L{DHe6zC^@C&arS4VlZyoIANGKTVKn$oP%A|?wpWhd6gXmd6a(t20SbGJEFg( zll#4rlr*G((&8kJorZ{x_L5?5%os7KOab*!EABKs3d|!$Kn|<#_mRtM1cfdT-wo2j zY|Uk>FX6M-BodiFf?N0jtb}ergdoY4GFnX}(S8VT*rouFLH;#@TN@(S%q1vI_RdsH z<)Nt!Q_oFrxIP-S)c~Xgg>P?~3cj`NDyH(Q)`tQ1KLX9P@(}6K zUY@w=K}ZWBKnNQ^#zUTS&!WG&OSFBa+3bY^gs0i&u_Y=fA3|B8VOw{a)S9hZ$tCB( zLm{d=O)h2YCd5iH>2pY1w^9e6#2tzlEUeEOLEy9-hzvi8WKlRMY7-=qMIkrPZ-Qhy zAQ=cLqyXATq<)Ht7-ZxJ0&|1zlxTR5G|_A$YqNJ9@{t- zXvk?W{w8TFR40i+0~M130jzrxmQdexuLd-!J{NYxmrJ`1qY>xOBEb>S3ps3jl=f-y z=n{!g{~;24ZK+feBcIsb%EYl0qA6j(0Zh1#JnWz-TqPH=iA15DjMV9E6@0^xrxPiv zL{2Cm9;4afD4jBCb!FnX;!#bU|9_4mwVSuJoLr+NpbHiRFAIvNHovp;`p$Sk{mka? z?7X=%RgU2`dp%g;N{oaAkGgv)EtTb!FFlNyS`AbF8Ep=QBDKOdNSkq*hVQ zcL z(%m@V6_&nZyKb8+TpKG~J99W**fP=av8#06k+cg0=es*&70q`n%^w_@FDX?4 zVB(%=*F`O92m)HA*!Ftc!d63gMKgvibxh9_#-`m&RZ(5G?WA8-(yW0r(P*xM2u%~q z>!rD*Y=sd#4G9Agup-n0`-~Cem|@c7A49m2g|ml|LN>UJMm{5q^+jBbk>;F|M&vsm zgx^ega4b_+NC+nrxuC4Na{n>2XqJ|QK<0`jqJK-rgOi#rEn>32tq8QTm77>{DMmfS zus)QaJr>pnE9=`9_;aN8DZF8+eQDM{YTu+$_(e(!!KF>NQZ8$uT(@Ca-O4H|)vfS@ z)$T}j|6xkq;0X_=Nu8!{hd7#qUz0}vZ=&b9QizjC9gCX?`c#Zm%(U)6Fl!#1g{G(vC;U9q2*iBYDB9nUm6}~J9HsuU9 zuQJ$NUIrWOoKG{75fh`8v@5#lk;XDD#Ia*x05oua9GI)8U3Vooi8ZF~lao6C1HK{& zS{??iKW5PSqtAs_+Ma3pwDJmB{Y6*EXW4%I55S~HncK8J{^RfPI)4LSnKUA6K6h?w z@%LdP@J9~XSEg|o0ya!6Nu^}-+} z7+#)0y3(r`{FLA#S(nKAI$1B1_3LDPgRBX%E|YZyR@i;Qf6gDc;P;%x?XXX1@vOgC zbJ6Qe*p8okdVf#H;lumeJ6ezL7wEXD@-7o*7Jan!%fbzcI7HSDVI{IzMC;L`ttW-w zr2sMI;nt^x_sHw$IehHNr(4?&^&H&a+P?qjG4Wj8M+N*2SuRH!q7h)O6WR+bRrQ?#_|&-t9XVMyA;k#W|H-Y!T%Z)Ip_jY4F_dgDR^Mk z9L5||7>tv>v*tpHZ8qh8r}TPh%vy^iU_V-~Sf_L`bI~_(sI^XnFYm^&6_=4t*Oj*U z9NT2^<$pF6zLVpfcect^86v|I1Owm*<`N*BY)iOg;0)x)qBmRf?*OxoYF~S`?Movh_pv z-1g4+_RgrA?(zzpxXa6R;$&~Ls|{VLJ@FOWgKkz|If-V8&0+2Wjhlt%PChf6Q$AIF zH>Z4|Y~4(6tZe<|u8H=^s>vV$_VDGyQ`NK9iUqrKa?>jprz)>R7Tlg`*EIj$(7Qvo z+rQiSL1*0E`cY-f-F{Vf&s}(}^J?d``@Pb4OJnXP=@B{I@WiYhoc13bjH_**t76(P zef+&=-+lJ>=I`$OU}xO5_j3D0>%?<1zu~d8ps;=>7YvTe9R#73;FG^*dee;YJJy@l z+x&NjJ{XGUw|&$a%Rg|{a4*03+R)V@iJ6hVeiA5+NA?nYUhACC`MmDhU2}F%%D=q}v(~DGyvpgS>Ck(TcO$otfA`rBo{i`2 zyL|8V&5j27Ms zKGIyg^U%5IT;)tjkBRAP{@exS6K7epeDm$+V&&33KA8TKt&_ot=cDH0<(ElWSYr+N zd+OS!c*)nnVZf$|hSIxDYM^Q>A?eACYT8gZOW=%d0#mso1g?bfANv>D^Mg8?g8WDw;qZatJT!a%_B*my4 zo3RX}P&oH$GDw?d9OJa76uCZ(i(ciD6C5XX!oFp&-LXQ?8y^j}D?lUNC^XS1AblDx z&DUxWPV`)gnc(`NOzvfK`nJjvyK>LLKLAVyxD`kBU!rfBE3|mo_>Gy7(v#94c!jMh z6&q3HFhkXH$`EizH2wPXI!HIF^T!zS%5mw+ko%EL7l#_;Ji*#@xk4CW(LmWoUTB@{ z8*GwY>aW^f*1L4`XBiy8AvDt^%B#~1i`T2A$u5S)8)TpQtHoj(nPoUgH;VcY-Lx~q z=KNMboo?|{jF1zmlY=z(T;Q9dT;t$YIZplMX@%IP`em1V`-Rny^6En^aty2AlCB<> zj)1@nOZRQu=4CL~SZI$NGq_iFslVyUlSg_i3vJw|rj=ciOt>SGHMn06Q-5W=KSr}D zU2ZdL7v+9Z%_X}YnmbF$-67{uf7RTPELQ&^HBNTn%010k$#7?|?3B||UD7=yUBPE} zg>86-53MKk{Fn3|g{_JoXR|(>3lxLn0aL{DK!D?0x@E?icF zS99V6Y=|ibE@+;f;>l#fG#cvf*(OSA({+rf1AxxV-a6rLsBdoc?I_NJJ?!8p9Sw!Q zqO>&n38x&7bEF)5k0LS=aqLjX(}|3WLa+afkAX^{^*j&IQrR4e|VqQOCx4 zmwV#iJf*0=W2vVUXRo}71k>g5{Pj`CdKQ1rVtW$>l+N4p->$m@!O*8*1q(|z&$1~k98{GFzM(KNX!YTb6rcf0NVK{%jF z*n){uJv5)nbFwDrQjZt@FYQ*mAyW=Hmqwcl$O3EfX?iG|=d*SK})4jLyW`ge*#|t)-R45SD4>n8G zTphJn!zYW7X_s-{t4*q)3X%9DHsr^~43yY+6j@yqUNg zQ>gBj6eUx#ib2|>1h(G(F}aAAA?=odkq)d~OjoUNj3S7Xxv6Jsn<&@@5OFf+juhw- zH!~TQVo-o!c?5~^`ao~aDkGj)af{A!+}ofnkHw1;p!D- zCN{YYxs1Vc10x!VYVt-15ICU{QV}=uvh~d`(*p-lF!G!B&p|Tc4PPVeXODtp1fLYM z49N(MnE{d!q9{n0iYO+r#|%*vd=UF?z`RRRFqa_`En&Mduf%|H0stWxVS*tQ6RVinR~8Lpqb|K9u>J-1jrG zOl3>?oYg(ve&47!72Y=^&wU4S-_K@6=uA~&7pV1p_)`pFFPR6w4l7ybRu+~y^&js9 zmq&+B1(+=)}USY1me#g)4_?;j%F;Ty~!cd?G9IIG84` zTQgL%3AkfJ;t~HL0wAMOBW_7Vtxu9g0RF)h;S(f|e@MxC^Z=lK(99 zFNw8#B>hKFMPz=;6K(`oE zRW7Q3VtV&T9Ru@fwUI#AelVTptX{ltAlX`t8n2_|Mc?SLtfT|T*V}g%>R>Ruq?-(? z6GsJT>c`6*02!~Rp#BJo#+XcRl2S3ItxJUgDMOQW%K&;%h|iRMp*vz;QgnuJXkAsy zMRlZJ4f&+lz9Fb{mRh$0*yuu;Adw6*gi0E=NcR>$+J|F2f+Y3)Oc9i4W7B%3fQWTP z({OZ0&QbD0Ei9(oU~nIlY* z6BsR+WBsE;qSB#|aEUYyp)Tda5TpQX6ePFW6-It5J)kiWzs$f|ouU(r4TQ{&P%$KR z5abkSJyZ>a!ldt>m_RfM(0A}n0;)1LR*wpVt^nGGH~FMS2@WMMJ(q^kcZPN>M%MhM zW+gRDq@~hjz(Gyh;UK zirTw0xW8OMSNjo9*OB9%6UX*@jvwqeR#{1UzW_@~XBS-OpwNv?Jgl+M_$F#h>;ocT z|Bxp6>XhjGlX4$yIRB*FhiQN~m8#nrh(^oMe|Ig*L=$xN(fLd^$|>bjgn)P_EiG~! zZdl+0tt%R)69zQ7C32Ux@^+z^$!A>>3dp#O$g)XZq_r8O_B6sdQV zq8ySVnb40zAE}~NDg2X&4%$`d%+8GZ&>cEal-t>58ijJ?^w5xE>h6Pm zT3*bA-$1T#p{yTIR%jwqZeCj=N7l%}_CDy@z&G%kojq@0QrcR5Jlc0Py73a!qn%Syg@cyVn(<~xk%wm=Qov(Zb#BPFY{E8tO6F0@ zRAvkA=T_emMdn{=37xf>ky|pU7p8c$QS%nS%wVyRNpLr>zBYAk4?5*q)L*<|Ql1RI zFReGnI360sG&PH(@VINXq^;SURI`=I0dHb`UjNwooWt8tx3q$4dTmdtTkQ4YuG_)m zgF0#Iwn}wlY6~Xb`77zSi+883J1?oeL; zd;Lm{fz zI(2fW`peg$CH1ObcFFn1bPs`rcHga6;fzw(%4Mm)kF9@=a+z{Fg@fo{lN_r4j;W)j zZK*e@rN7FNSTDClY3UGPvr!IJe}%`lcQx>9)6T0^Qy&kZ2k?Q?bmdEPi`f3mgoy3W zj5@aKiIW3nlcbX7kNVuB!~=y2=^Lub1&p2N_bo2W4zvWt2Wb z85`9y{J%sAn;yA@&6*Pa5+ywG$R%vil<;p*!q!JFVVkCew^4#f&23mc93FzJ_&jbT zJC&Bg3-Er_B~nn2uPztABW+!eZ)O+qJJZ$h*q~*B9ILcrsN=Hw(j&^eAf;>KJcq2R zya(-HVK3nZ+vM4&{%ZG%(0(~w4TZEiZZx4Km`f*%i8pT+Vld!**i8Bzey2X^M`lGCZb!bYhDbhXEf(t;YSZ%5@& z_4jK3UGQVh`*Z`e;`~_m-aD{cYuC z0HkZaEH|BJvESCbU-0hfI&hq+xeXWM4omvp?ht)AL3(EB;~x;M_Yt#y!0hh}F@z*^ z`v&eoH?H_pE>0o(efxyx;20Q3IKJMr@3cTH5$Mducb?!qC(3g_YdziH@x z`Qk5MG_W)sLXf2aCxy}s2p8ZTBGv|_p?`MzFx0+hgb+piH`Ih*X3Q+&IrcI!T-<>h zF-U4kUv7Z@Fj8N~q&HcOl*7n{?V?O6eX(r_myy0ONs+GG7IqzDUz?z-1~snWu<~Wo zz^SoVWj&Mp@?$k90Btm_m&qJ^HvmBT}K&RWE~)jNDe%)q&$pqCrVQYKd0afb|)dp ztV(I1uU3+{5I+E!;TQD|nb`HHkcVo8y;N{3m0*UPsu*viZN zD%Q%Z2uqaF#3GO$d_1WCWvNJ{gQ-0hKd@a$J#XDK5AN_Wi!u?{ak z^+|F04bxN^WGijXd3++b^~wuOmUc%xe`nOOlf)38hlIto$koVPfj3s*ovDi#kd*Dm zcK775x2tFE6(76up`eM>In9-Sv1f0sl-HQkolotnIOs&Cfio!)=f z1qsoICoiIouA6ST>sq&(k=QZ~314!@fT%n%jOThW|B(;>BzT9PT+sP0Ud< z-8<{3PsXyUctKOt(IggLH)~%rpI?+l4mfRXE%D+VQTGmLZCzdQ4YT%|d3V9Jr>;H) zA#hEzcgKtOMBRHnD>UZk&Jb`FEec{ltgWAL-(C`|i5is3o}z6CJ?Uj(i6FDZ&jE$q1wBVvf2Q-K?WQk+#?6 zZiTcxg!zF$Q$f5$K0h74-TLkecir@QAb0CMsW7(40?i?ZA1hcZmHM`S=2*OZ!|j%j zbRX=7;C-R=dfv=A+^@ZG<%M@^W(>DZ&aT<|VcWlb>R&$<-FXyuKy&%@C}0MU5H>;< zzQQwU{n%0XGrZhwfA8?ShojZI=$XRs)!}I>&@%>Ykw4A%{J1Sz`Aj_jXw-4^ zZ=59`9E+B=#GN~$)*a%tl60KFMy1hu`Vl-UOZck9F=MP@+e$UUT9CQM)KI8{R4zEx zIE5LZ`5vEZ03P6-0r(&^Fi<|UD+N3SgCQZb~bBGQeLlTk~HfA|VDEz6*PfZ42J%U#q@a(}G z2T_`Q&RG|8*2SG(ygwZO1;H{#Xk_*wGZST>GndB9 zrEedb&U>qSCU4f<3{q;CLR0# zQQ=QI+P#3iH$%K+-$mn)W(b5oMSGKhp38u)CBValTDWUtzD}U;KoJ1F#X4!a(jsZ$ zB%R+CF*9Cj&6?Nz|8fKbQlKhSm3426@GSND8f6%xDE)Akd;-blV|r0Jal8uS8{wX*J>oSn1P- zYZUitREegoSrI`1qeNM?w2DC4^XPWW4ef=7a&bf|Ab9baGBKp-IG17u74aT5LjBMc zV@TJbjBLireUvgR>e>OOwh3j3YD$Tzz1nstA94bV_7jv~Qy9vtEkXHI6H532N)Q!? zK1v&uPc)%~-$Dt}Mf)T4!u1fQv|Cj}9mXK2aPtqMzC7`Q`w{BPe@J}=E7rI15o#%X zNG(Mx)w23J9#R8|CP?&w3bWOhuFfK2PkW2I!llFwA*PP_=`8jkSg>?Nxn0JFTznA& z6fRWKsb2zKziz|Et>GeK25E9LMiI*|)L}IZ+m6eeJoa@|rg=?hpskHIS79x=h!7AO z$u&Z*b>t%Eo6tnAI9!Yk_h&*C`D6IcS4ZF3=x*Yl~TGZb}vCu9C zeoy_4wpn{U`)rOx!P7I?gR}OkX~P}6_|2fLapyKXP^Rzch~Es70w{m=4bv=i2+_BF z?n z+z|KfidF2oYu$Y>ZBa^!S?g};737?`IA$(>d&@gJuJ4!*&K$%W@mcehq{ykwcg>#V zl%ldfc4NpSN)fx8K&t`}B-Nx-A*=40>D6c*D+CQqYma(!Xiau*{X&%O<$|s+f4X+IOS^QPANcX`YJgXDucCdo)>JK_-zB zHeT6Ie4?FKch0$LVy>DS{qLQ7_uTEO+o2D8Ke!mL-5YncMy;(h%QCL)NSCzcL-&Wz z#cNyRF7caM*2!!fFw>NooN&Qb7%ig5j8SvbKjG-(n+;z8N9jIIgQJ(ptK#Stc*D8v z^m%*jb(HW`LSWL*n}mhW5Ed3BVWD~o_@n=kaIi6MTNgF26LFBXXW0}u+{i?orL{sXl71ujh7Qj@1|w57jO&puB~jBUDPP?{7uob}9Vg22 z>IDKc;~n7$SBD@`Y04oAZHJZ6olEG>FZ-Ydu{*-@87<|G>W4HsPogM^O`#sk@=Hj~ zKm!yWJ_CNO#8-N5s$u%M>rJy(Z%W8rtM}(7B>$Y*{Rx_(*?~4awmks?;^}uFq5)A$ z8j&4gi?TP7a0vRJY980##M+>PQYzYYA75Q*XTDTd_G7Ng!b2=Mb(niQJw@zk^$n(*<|ly=rZ zm89~VDU~Kv5#I;sX%N4kyei_Kg*WWjhsRFZ?be$qA~~UR+9_~|N?C^eo0nrhy>$|q zbw45O|83+0_LIt|N+_=a0XOHWkGY_xH||;+wXP)$rlZb72|F3pSCx>k{hAQDnB66QnpPiQK};yvdfnO(37VNHy@Rru`?BDy?AUbzId0OvC*LCh1Ow&fbdP1k3f;1Y$a-<70KW`od=z=j_!ndo>hSN6oe3EKb|0HOQmo zVakohO_GwHeKGT-_)s5w45)BZ+AlqqrSm*{WIOB&oekj0vGS}s;K!G?A;07IC{NOM zG3@~AE95Tpm6{=TIHj)%6MK%Y^p^SlPwFjAfN}2AY_8Bl56!-5UEWKYfo$l;;Xp58 zizb+%KK>Gl)YB$btu(8S3={e6g%u_34xjGvmz%_5+ zt|xn-m=HhvPIPoat-Ej^t!6SsqMQ;TMj{K3wnZFDRdXbq#mI#n5^by``#S>KT4WvP z{>D=NJ5}_#FP>DKy)`7xzb9zo)a~aK~|xb99iJ&#oVdHzahDb%d;=WSu07UCS_1lU$TAh&&o{xcWx{eYtHe}!za`VuOx`9ad)wThd%zh@4fn0t zrVaNCnWZLhk3a!-I2jrrocESn?G}5NgL$CeC zF(w`xgxUiBGr|T+Y@x*YWHG5Tlc<)FiGf*1fEb9z4B12q;*u+fe2Lb|#i6*jr z7yIyd9*qu)A2lY?cwrY=yUE%^i43GdXD@kM$@o3Xr zFJ%2!vIeN@2gpUI1c9N?VRCho)kjtjEC|1K9qBo6z?E%E#n;zj5=u9feu6Wc*ndgcl^ou9Ow9f`v@&Us4;WS;EEYs zll^xLrT6kG$GaXFO{VPoPUz?PIif8S_@r{xtf3k@2Tiq0MuTbdPt9$pwxl9zEcn#u zFx5|P`FjpOOSN2y2Vp-o*8a@3X1w#iW^lTry1U#n{})$<^cL%QCU~FYR(x|b%DEvv z66Kuta-HKgY?9;IV5*FpQ>=T1B~dO9d2774O+aQ{`F)#F=eTbx)Y&mDl%@~dF;sjC z{XrX-vN?CL$h#TuyytX}+n4lZZvDK`Jh5RSFm*ASUB6^Nz&#egPaceBmo1qPfI3WB zNFxPhQjj?*D2sx!#US70SEAYFOBM>UCI#hCkd1=8OLlTQM0YN^onq1e<#kbjTa3&j zcfRN@Aa|kYE+Tg^x$Boo$XzOimyx?%bXSnuBf2Zey@uQyCZr}-QBXC9FI1RtZYv5@C_*dMcV-A%>|g0;8Jl{&rLv> 34 - elif len(b) == 12: - nanoseconds, seconds = struct.unpack("!Iq", b) - else: - raise ValueError( - "Timestamp type can only be created from 32, 64, or 96-bit byte objects" - ) - return Timestamp(seconds, nanoseconds) - - def to_bytes(self): - """Pack this Timestamp object into bytes. - - Used for pure-Python msgpack packing. - - :returns data: Payload for EXT message with code -1 (timestamp type) - :rtype: bytes - """ - if (self.seconds >> 34) == 0: # seconds is non-negative and fits in 34 bits - data64 = self.nanoseconds << 34 | self.seconds - if data64 & 0xFFFFFFFF00000000 == 0: - # nanoseconds is zero and seconds < 2**32, so timestamp 32 - data = struct.pack("!L", data64) - else: - # timestamp 64 - data = struct.pack("!Q", data64) - else: - # timestamp 96 - data = struct.pack("!Iq", self.nanoseconds, self.seconds) - return data - - @staticmethod - def from_unix(unix_sec): - """Create a Timestamp from posix timestamp in seconds. - - :param unix_float: Posix timestamp in seconds. - :type unix_float: int or float. - """ - seconds = int(unix_sec // 1) - nanoseconds = int((unix_sec % 1) * 10**9) - return Timestamp(seconds, nanoseconds) - - def to_unix(self): - """Get the timestamp as a floating-point value. - - :returns: posix timestamp - :rtype: float - """ - return self.seconds + self.nanoseconds / 1e9 - - @staticmethod - def from_unix_nano(unix_ns): - """Create a Timestamp from posix timestamp in nanoseconds. - - :param int unix_ns: Posix timestamp in nanoseconds. - :rtype: Timestamp - """ - return Timestamp(*divmod(unix_ns, 10**9)) - - def to_unix_nano(self): - """Get the timestamp as a unixtime in nanoseconds. - - :returns: posix timestamp in nanoseconds - :rtype: int - """ - return self.seconds * 10**9 + self.nanoseconds - - def to_datetime(self): - """Get the timestamp as a UTC datetime. - - Python 2 is not supported. - - :rtype: datetime. - """ - return datetime.datetime.fromtimestamp(0, _utc) + datetime.timedelta( - seconds=self.to_unix() - ) - - @staticmethod - def from_datetime(dt): - """Create a Timestamp from datetime with tzinfo. - - Python 2 is not supported. - - :rtype: Timestamp - """ - return Timestamp.from_unix(dt.timestamp()) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py deleted file mode 100644 index e8cebc1..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py +++ /dev/null @@ -1,1010 +0,0 @@ -"""Fallback pure Python implementation of msgpack""" -from datetime import datetime as _DateTime -import sys -import struct - - -PY2 = sys.version_info[0] == 2 -if PY2: - int_types = (int, long) - - def dict_iteritems(d): - return d.iteritems() - -else: - int_types = int - unicode = str - xrange = range - - def dict_iteritems(d): - return d.items() - - -if sys.version_info < (3, 5): - # Ugly hack... - RecursionError = RuntimeError - - def _is_recursionerror(e): - return ( - len(e.args) == 1 - and isinstance(e.args[0], str) - and e.args[0].startswith("maximum recursion depth exceeded") - ) - -else: - - def _is_recursionerror(e): - return True - - -if hasattr(sys, "pypy_version_info"): - # StringIO is slow on PyPy, StringIO is faster. However: PyPy's own - # StringBuilder is fastest. - from __pypy__ import newlist_hint - - try: - from __pypy__.builders import BytesBuilder as StringBuilder - except ImportError: - from __pypy__.builders import StringBuilder - USING_STRINGBUILDER = True - - class StringIO(object): - def __init__(self, s=b""): - if s: - self.builder = StringBuilder(len(s)) - self.builder.append(s) - else: - self.builder = StringBuilder() - - def write(self, s): - if isinstance(s, memoryview): - s = s.tobytes() - elif isinstance(s, bytearray): - s = bytes(s) - self.builder.append(s) - - def getvalue(self): - return self.builder.build() - -else: - USING_STRINGBUILDER = False - from io import BytesIO as StringIO - - newlist_hint = lambda size: [] - - -from .exceptions import BufferFull, OutOfData, ExtraData, FormatError, StackError - -from .ext import ExtType, Timestamp - - -EX_SKIP = 0 -EX_CONSTRUCT = 1 -EX_READ_ARRAY_HEADER = 2 -EX_READ_MAP_HEADER = 3 - -TYPE_IMMEDIATE = 0 -TYPE_ARRAY = 1 -TYPE_MAP = 2 -TYPE_RAW = 3 -TYPE_BIN = 4 -TYPE_EXT = 5 - -DEFAULT_RECURSE_LIMIT = 511 - - -def _check_type_strict(obj, t, type=type, tuple=tuple): - if type(t) is tuple: - return type(obj) in t - else: - return type(obj) is t - - -def _get_data_from_buffer(obj): - view = memoryview(obj) - if view.itemsize != 1: - raise ValueError("cannot unpack from multi-byte object") - return view - - -def unpackb(packed, **kwargs): - """ - Unpack an object from `packed`. - - Raises ``ExtraData`` when *packed* contains extra bytes. - Raises ``ValueError`` when *packed* is incomplete. - Raises ``FormatError`` when *packed* is not valid msgpack. - Raises ``StackError`` when *packed* contains too nested. - Other exceptions can be raised during unpacking. - - See :class:`Unpacker` for options. - """ - unpacker = Unpacker(None, max_buffer_size=len(packed), **kwargs) - unpacker.feed(packed) - try: - ret = unpacker._unpack() - except OutOfData: - raise ValueError("Unpack failed: incomplete input") - except RecursionError as e: - if _is_recursionerror(e): - raise StackError - raise - if unpacker._got_extradata(): - raise ExtraData(ret, unpacker._get_extradata()) - return ret - - -if sys.version_info < (2, 7, 6): - - def _unpack_from(f, b, o=0): - """Explicit type cast for legacy struct.unpack_from""" - return struct.unpack_from(f, bytes(b), o) - -else: - _unpack_from = struct.unpack_from - -_NO_FORMAT_USED = "" -_MSGPACK_HEADERS = { - 0xC4: (1, _NO_FORMAT_USED, TYPE_BIN), - 0xC5: (2, ">H", TYPE_BIN), - 0xC6: (4, ">I", TYPE_BIN), - 0xC7: (2, "Bb", TYPE_EXT), - 0xC8: (3, ">Hb", TYPE_EXT), - 0xC9: (5, ">Ib", TYPE_EXT), - 0xCA: (4, ">f"), - 0xCB: (8, ">d"), - 0xCC: (1, _NO_FORMAT_USED), - 0xCD: (2, ">H"), - 0xCE: (4, ">I"), - 0xCF: (8, ">Q"), - 0xD0: (1, "b"), - 0xD1: (2, ">h"), - 0xD2: (4, ">i"), - 0xD3: (8, ">q"), - 0xD4: (1, "b1s", TYPE_EXT), - 0xD5: (2, "b2s", TYPE_EXT), - 0xD6: (4, "b4s", TYPE_EXT), - 0xD7: (8, "b8s", TYPE_EXT), - 0xD8: (16, "b16s", TYPE_EXT), - 0xD9: (1, _NO_FORMAT_USED, TYPE_RAW), - 0xDA: (2, ">H", TYPE_RAW), - 0xDB: (4, ">I", TYPE_RAW), - 0xDC: (2, ">H", TYPE_ARRAY), - 0xDD: (4, ">I", TYPE_ARRAY), - 0xDE: (2, ">H", TYPE_MAP), - 0xDF: (4, ">I", TYPE_MAP), -} - - -class Unpacker(object): - """Streaming unpacker. - - Arguments: - - :param file_like: - File-like object having `.read(n)` method. - If specified, unpacker reads serialized data from it and :meth:`feed()` is not usable. - - :param int read_size: - Used as `file_like.read(read_size)`. (default: `min(16*1024, max_buffer_size)`) - - :param bool use_list: - If true, unpack msgpack array to Python list. - Otherwise, unpack to Python tuple. (default: True) - - :param bool raw: - If true, unpack msgpack raw to Python bytes. - Otherwise, unpack to Python str by decoding with UTF-8 encoding (default). - - :param int timestamp: - Control how timestamp type is unpacked: - - 0 - Timestamp - 1 - float (Seconds from the EPOCH) - 2 - int (Nanoseconds from the EPOCH) - 3 - datetime.datetime (UTC). Python 2 is not supported. - - :param bool strict_map_key: - If true (default), only str or bytes are accepted for map (dict) keys. - - :param callable object_hook: - When specified, it should be callable. - Unpacker calls it with a dict argument after unpacking msgpack map. - (See also simplejson) - - :param callable object_pairs_hook: - When specified, it should be callable. - Unpacker calls it with a list of key-value pairs after unpacking msgpack map. - (See also simplejson) - - :param str unicode_errors: - The error handler for decoding unicode. (default: 'strict') - This option should be used only when you have msgpack data which - contains invalid UTF-8 string. - - :param int max_buffer_size: - Limits size of data waiting unpacked. 0 means 2**32-1. - The default value is 100*1024*1024 (100MiB). - Raises `BufferFull` exception when it is insufficient. - You should set this parameter when unpacking data from untrusted source. - - :param int max_str_len: - Deprecated, use *max_buffer_size* instead. - Limits max length of str. (default: max_buffer_size) - - :param int max_bin_len: - Deprecated, use *max_buffer_size* instead. - Limits max length of bin. (default: max_buffer_size) - - :param int max_array_len: - Limits max length of array. - (default: max_buffer_size) - - :param int max_map_len: - Limits max length of map. - (default: max_buffer_size//2) - - :param int max_ext_len: - Deprecated, use *max_buffer_size* instead. - Limits max size of ext type. (default: max_buffer_size) - - Example of streaming deserialize from file-like object:: - - unpacker = Unpacker(file_like) - for o in unpacker: - process(o) - - Example of streaming deserialize from socket:: - - unpacker = Unpacker() - while True: - buf = sock.recv(1024**2) - if not buf: - break - unpacker.feed(buf) - for o in unpacker: - process(o) - - Raises ``ExtraData`` when *packed* contains extra bytes. - Raises ``OutOfData`` when *packed* is incomplete. - Raises ``FormatError`` when *packed* is not valid msgpack. - Raises ``StackError`` when *packed* contains too nested. - Other exceptions can be raised during unpacking. - """ - - def __init__( - self, - file_like=None, - read_size=0, - use_list=True, - raw=False, - timestamp=0, - strict_map_key=True, - object_hook=None, - object_pairs_hook=None, - list_hook=None, - unicode_errors=None, - max_buffer_size=100 * 1024 * 1024, - ext_hook=ExtType, - max_str_len=-1, - max_bin_len=-1, - max_array_len=-1, - max_map_len=-1, - max_ext_len=-1, - ): - if unicode_errors is None: - unicode_errors = "strict" - - if file_like is None: - self._feeding = True - else: - if not callable(file_like.read): - raise TypeError("`file_like.read` must be callable") - self.file_like = file_like - self._feeding = False - - #: array of bytes fed. - self._buffer = bytearray() - #: Which position we currently reads - self._buff_i = 0 - - # When Unpacker is used as an iterable, between the calls to next(), - # the buffer is not "consumed" completely, for efficiency sake. - # Instead, it is done sloppily. To make sure we raise BufferFull at - # the correct moments, we have to keep track of how sloppy we were. - # Furthermore, when the buffer is incomplete (that is: in the case - # we raise an OutOfData) we need to rollback the buffer to the correct - # state, which _buf_checkpoint records. - self._buf_checkpoint = 0 - - if not max_buffer_size: - max_buffer_size = 2**31 - 1 - if max_str_len == -1: - max_str_len = max_buffer_size - if max_bin_len == -1: - max_bin_len = max_buffer_size - if max_array_len == -1: - max_array_len = max_buffer_size - if max_map_len == -1: - max_map_len = max_buffer_size // 2 - if max_ext_len == -1: - max_ext_len = max_buffer_size - - self._max_buffer_size = max_buffer_size - if read_size > self._max_buffer_size: - raise ValueError("read_size must be smaller than max_buffer_size") - self._read_size = read_size or min(self._max_buffer_size, 16 * 1024) - self._raw = bool(raw) - self._strict_map_key = bool(strict_map_key) - self._unicode_errors = unicode_errors - self._use_list = use_list - if not (0 <= timestamp <= 3): - raise ValueError("timestamp must be 0..3") - self._timestamp = timestamp - self._list_hook = list_hook - self._object_hook = object_hook - self._object_pairs_hook = object_pairs_hook - self._ext_hook = ext_hook - self._max_str_len = max_str_len - self._max_bin_len = max_bin_len - self._max_array_len = max_array_len - self._max_map_len = max_map_len - self._max_ext_len = max_ext_len - self._stream_offset = 0 - - if list_hook is not None and not callable(list_hook): - raise TypeError("`list_hook` is not callable") - if object_hook is not None and not callable(object_hook): - raise TypeError("`object_hook` is not callable") - if object_pairs_hook is not None and not callable(object_pairs_hook): - raise TypeError("`object_pairs_hook` is not callable") - if object_hook is not None and object_pairs_hook is not None: - raise TypeError( - "object_pairs_hook and object_hook are mutually " "exclusive" - ) - if not callable(ext_hook): - raise TypeError("`ext_hook` is not callable") - - def feed(self, next_bytes): - assert self._feeding - view = _get_data_from_buffer(next_bytes) - if len(self._buffer) - self._buff_i + len(view) > self._max_buffer_size: - raise BufferFull - - # Strip buffer before checkpoint before reading file. - if self._buf_checkpoint > 0: - del self._buffer[: self._buf_checkpoint] - self._buff_i -= self._buf_checkpoint - self._buf_checkpoint = 0 - - # Use extend here: INPLACE_ADD += doesn't reliably typecast memoryview in jython - self._buffer.extend(view) - - def _consume(self): - """Gets rid of the used parts of the buffer.""" - self._stream_offset += self._buff_i - self._buf_checkpoint - self._buf_checkpoint = self._buff_i - - def _got_extradata(self): - return self._buff_i < len(self._buffer) - - def _get_extradata(self): - return self._buffer[self._buff_i :] - - def read_bytes(self, n): - ret = self._read(n, raise_outofdata=False) - self._consume() - return ret - - def _read(self, n, raise_outofdata=True): - # (int) -> bytearray - self._reserve(n, raise_outofdata=raise_outofdata) - i = self._buff_i - ret = self._buffer[i : i + n] - self._buff_i = i + len(ret) - return ret - - def _reserve(self, n, raise_outofdata=True): - remain_bytes = len(self._buffer) - self._buff_i - n - - # Fast path: buffer has n bytes already - if remain_bytes >= 0: - return - - if self._feeding: - self._buff_i = self._buf_checkpoint - raise OutOfData - - # Strip buffer before checkpoint before reading file. - if self._buf_checkpoint > 0: - del self._buffer[: self._buf_checkpoint] - self._buff_i -= self._buf_checkpoint - self._buf_checkpoint = 0 - - # Read from file - remain_bytes = -remain_bytes - if remain_bytes + len(self._buffer) > self._max_buffer_size: - raise BufferFull - while remain_bytes > 0: - to_read_bytes = max(self._read_size, remain_bytes) - read_data = self.file_like.read(to_read_bytes) - if not read_data: - break - assert isinstance(read_data, bytes) - self._buffer += read_data - remain_bytes -= len(read_data) - - if len(self._buffer) < n + self._buff_i and raise_outofdata: - self._buff_i = 0 # rollback - raise OutOfData - - def _read_header(self): - typ = TYPE_IMMEDIATE - n = 0 - obj = None - self._reserve(1) - b = self._buffer[self._buff_i] - self._buff_i += 1 - if b & 0b10000000 == 0: - obj = b - elif b & 0b11100000 == 0b11100000: - obj = -1 - (b ^ 0xFF) - elif b & 0b11100000 == 0b10100000: - n = b & 0b00011111 - typ = TYPE_RAW - if n > self._max_str_len: - raise ValueError("%s exceeds max_str_len(%s)" % (n, self._max_str_len)) - obj = self._read(n) - elif b & 0b11110000 == 0b10010000: - n = b & 0b00001111 - typ = TYPE_ARRAY - if n > self._max_array_len: - raise ValueError( - "%s exceeds max_array_len(%s)" % (n, self._max_array_len) - ) - elif b & 0b11110000 == 0b10000000: - n = b & 0b00001111 - typ = TYPE_MAP - if n > self._max_map_len: - raise ValueError("%s exceeds max_map_len(%s)" % (n, self._max_map_len)) - elif b == 0xC0: - obj = None - elif b == 0xC2: - obj = False - elif b == 0xC3: - obj = True - elif 0xC4 <= b <= 0xC6: - size, fmt, typ = _MSGPACK_HEADERS[b] - self._reserve(size) - if len(fmt) > 0: - n = _unpack_from(fmt, self._buffer, self._buff_i)[0] - else: - n = self._buffer[self._buff_i] - self._buff_i += size - if n > self._max_bin_len: - raise ValueError("%s exceeds max_bin_len(%s)" % (n, self._max_bin_len)) - obj = self._read(n) - elif 0xC7 <= b <= 0xC9: - size, fmt, typ = _MSGPACK_HEADERS[b] - self._reserve(size) - L, n = _unpack_from(fmt, self._buffer, self._buff_i) - self._buff_i += size - if L > self._max_ext_len: - raise ValueError("%s exceeds max_ext_len(%s)" % (L, self._max_ext_len)) - obj = self._read(L) - elif 0xCA <= b <= 0xD3: - size, fmt = _MSGPACK_HEADERS[b] - self._reserve(size) - if len(fmt) > 0: - obj = _unpack_from(fmt, self._buffer, self._buff_i)[0] - else: - obj = self._buffer[self._buff_i] - self._buff_i += size - elif 0xD4 <= b <= 0xD8: - size, fmt, typ = _MSGPACK_HEADERS[b] - if self._max_ext_len < size: - raise ValueError( - "%s exceeds max_ext_len(%s)" % (size, self._max_ext_len) - ) - self._reserve(size + 1) - n, obj = _unpack_from(fmt, self._buffer, self._buff_i) - self._buff_i += size + 1 - elif 0xD9 <= b <= 0xDB: - size, fmt, typ = _MSGPACK_HEADERS[b] - self._reserve(size) - if len(fmt) > 0: - (n,) = _unpack_from(fmt, self._buffer, self._buff_i) - else: - n = self._buffer[self._buff_i] - self._buff_i += size - if n > self._max_str_len: - raise ValueError("%s exceeds max_str_len(%s)" % (n, self._max_str_len)) - obj = self._read(n) - elif 0xDC <= b <= 0xDD: - size, fmt, typ = _MSGPACK_HEADERS[b] - self._reserve(size) - (n,) = _unpack_from(fmt, self._buffer, self._buff_i) - self._buff_i += size - if n > self._max_array_len: - raise ValueError( - "%s exceeds max_array_len(%s)" % (n, self._max_array_len) - ) - elif 0xDE <= b <= 0xDF: - size, fmt, typ = _MSGPACK_HEADERS[b] - self._reserve(size) - (n,) = _unpack_from(fmt, self._buffer, self._buff_i) - self._buff_i += size - if n > self._max_map_len: - raise ValueError("%s exceeds max_map_len(%s)" % (n, self._max_map_len)) - else: - raise FormatError("Unknown header: 0x%x" % b) - return typ, n, obj - - def _unpack(self, execute=EX_CONSTRUCT): - typ, n, obj = self._read_header() - - if execute == EX_READ_ARRAY_HEADER: - if typ != TYPE_ARRAY: - raise ValueError("Expected array") - return n - if execute == EX_READ_MAP_HEADER: - if typ != TYPE_MAP: - raise ValueError("Expected map") - return n - # TODO should we eliminate the recursion? - if typ == TYPE_ARRAY: - if execute == EX_SKIP: - for i in xrange(n): - # TODO check whether we need to call `list_hook` - self._unpack(EX_SKIP) - return - ret = newlist_hint(n) - for i in xrange(n): - ret.append(self._unpack(EX_CONSTRUCT)) - if self._list_hook is not None: - ret = self._list_hook(ret) - # TODO is the interaction between `list_hook` and `use_list` ok? - return ret if self._use_list else tuple(ret) - if typ == TYPE_MAP: - if execute == EX_SKIP: - for i in xrange(n): - # TODO check whether we need to call hooks - self._unpack(EX_SKIP) - self._unpack(EX_SKIP) - return - if self._object_pairs_hook is not None: - ret = self._object_pairs_hook( - (self._unpack(EX_CONSTRUCT), self._unpack(EX_CONSTRUCT)) - for _ in xrange(n) - ) - else: - ret = {} - for _ in xrange(n): - key = self._unpack(EX_CONSTRUCT) - if self._strict_map_key and type(key) not in (unicode, bytes): - raise ValueError( - "%s is not allowed for map key" % str(type(key)) - ) - if not PY2 and type(key) is str: - key = sys.intern(key) - ret[key] = self._unpack(EX_CONSTRUCT) - if self._object_hook is not None: - ret = self._object_hook(ret) - return ret - if execute == EX_SKIP: - return - if typ == TYPE_RAW: - if self._raw: - obj = bytes(obj) - else: - obj = obj.decode("utf_8", self._unicode_errors) - return obj - if typ == TYPE_BIN: - return bytes(obj) - if typ == TYPE_EXT: - if n == -1: # timestamp - ts = Timestamp.from_bytes(bytes(obj)) - if self._timestamp == 1: - return ts.to_unix() - elif self._timestamp == 2: - return ts.to_unix_nano() - elif self._timestamp == 3: - return ts.to_datetime() - else: - return ts - else: - return self._ext_hook(n, bytes(obj)) - assert typ == TYPE_IMMEDIATE - return obj - - def __iter__(self): - return self - - def __next__(self): - try: - ret = self._unpack(EX_CONSTRUCT) - self._consume() - return ret - except OutOfData: - self._consume() - raise StopIteration - except RecursionError: - raise StackError - - next = __next__ - - def skip(self): - self._unpack(EX_SKIP) - self._consume() - - def unpack(self): - try: - ret = self._unpack(EX_CONSTRUCT) - except RecursionError: - raise StackError - self._consume() - return ret - - def read_array_header(self): - ret = self._unpack(EX_READ_ARRAY_HEADER) - self._consume() - return ret - - def read_map_header(self): - ret = self._unpack(EX_READ_MAP_HEADER) - self._consume() - return ret - - def tell(self): - return self._stream_offset - - -class Packer(object): - """ - MessagePack Packer - - Usage:: - - packer = Packer() - astream.write(packer.pack(a)) - astream.write(packer.pack(b)) - - Packer's constructor has some keyword arguments: - - :param callable default: - Convert user type to builtin type that Packer supports. - See also simplejson's document. - - :param bool use_single_float: - Use single precision float type for float. (default: False) - - :param bool autoreset: - Reset buffer after each pack and return its content as `bytes`. (default: True). - If set this to false, use `bytes()` to get content and `.reset()` to clear buffer. - - :param bool use_bin_type: - Use bin type introduced in msgpack spec 2.0 for bytes. - It also enables str8 type for unicode. (default: True) - - :param bool strict_types: - If set to true, types will be checked to be exact. Derived classes - from serializable types will not be serialized and will be - treated as unsupported type and forwarded to default. - Additionally tuples will not be serialized as lists. - This is useful when trying to implement accurate serialization - for python types. - - :param bool datetime: - If set to true, datetime with tzinfo is packed into Timestamp type. - Note that the tzinfo is stripped in the timestamp. - You can get UTC datetime with `timestamp=3` option of the Unpacker. - (Python 2 is not supported). - - :param str unicode_errors: - The error handler for encoding unicode. (default: 'strict') - DO NOT USE THIS!! This option is kept for very specific usage. - - Example of streaming deserialize from file-like object:: - - unpacker = Unpacker(file_like) - for o in unpacker: - process(o) - - Example of streaming deserialize from socket:: - - unpacker = Unpacker() - while True: - buf = sock.recv(1024**2) - if not buf: - break - unpacker.feed(buf) - for o in unpacker: - process(o) - - Raises ``ExtraData`` when *packed* contains extra bytes. - Raises ``OutOfData`` when *packed* is incomplete. - Raises ``FormatError`` when *packed* is not valid msgpack. - Raises ``StackError`` when *packed* contains too nested. - Other exceptions can be raised during unpacking. - """ - - def __init__( - self, - default=None, - use_single_float=False, - autoreset=True, - use_bin_type=True, - strict_types=False, - datetime=False, - unicode_errors=None, - ): - self._strict_types = strict_types - self._use_float = use_single_float - self._autoreset = autoreset - self._use_bin_type = use_bin_type - self._buffer = StringIO() - if PY2 and datetime: - raise ValueError("datetime is not supported in Python 2") - self._datetime = bool(datetime) - self._unicode_errors = unicode_errors or "strict" - if default is not None: - if not callable(default): - raise TypeError("default must be callable") - self._default = default - - def _pack( - self, - obj, - nest_limit=DEFAULT_RECURSE_LIMIT, - check=isinstance, - check_type_strict=_check_type_strict, - ): - default_used = False - if self._strict_types: - check = check_type_strict - list_types = list - else: - list_types = (list, tuple) - while True: - if nest_limit < 0: - raise ValueError("recursion limit exceeded") - if obj is None: - return self._buffer.write(b"\xc0") - if check(obj, bool): - if obj: - return self._buffer.write(b"\xc3") - return self._buffer.write(b"\xc2") - if check(obj, int_types): - if 0 <= obj < 0x80: - return self._buffer.write(struct.pack("B", obj)) - if -0x20 <= obj < 0: - return self._buffer.write(struct.pack("b", obj)) - if 0x80 <= obj <= 0xFF: - return self._buffer.write(struct.pack("BB", 0xCC, obj)) - if -0x80 <= obj < 0: - return self._buffer.write(struct.pack(">Bb", 0xD0, obj)) - if 0xFF < obj <= 0xFFFF: - return self._buffer.write(struct.pack(">BH", 0xCD, obj)) - if -0x8000 <= obj < -0x80: - return self._buffer.write(struct.pack(">Bh", 0xD1, obj)) - if 0xFFFF < obj <= 0xFFFFFFFF: - return self._buffer.write(struct.pack(">BI", 0xCE, obj)) - if -0x80000000 <= obj < -0x8000: - return self._buffer.write(struct.pack(">Bi", 0xD2, obj)) - if 0xFFFFFFFF < obj <= 0xFFFFFFFFFFFFFFFF: - return self._buffer.write(struct.pack(">BQ", 0xCF, obj)) - if -0x8000000000000000 <= obj < -0x80000000: - return self._buffer.write(struct.pack(">Bq", 0xD3, obj)) - if not default_used and self._default is not None: - obj = self._default(obj) - default_used = True - continue - raise OverflowError("Integer value out of range") - if check(obj, (bytes, bytearray)): - n = len(obj) - if n >= 2**32: - raise ValueError("%s is too large" % type(obj).__name__) - self._pack_bin_header(n) - return self._buffer.write(obj) - if check(obj, unicode): - obj = obj.encode("utf-8", self._unicode_errors) - n = len(obj) - if n >= 2**32: - raise ValueError("String is too large") - self._pack_raw_header(n) - return self._buffer.write(obj) - if check(obj, memoryview): - n = obj.nbytes - if n >= 2**32: - raise ValueError("Memoryview is too large") - self._pack_bin_header(n) - return self._buffer.write(obj) - if check(obj, float): - if self._use_float: - return self._buffer.write(struct.pack(">Bf", 0xCA, obj)) - return self._buffer.write(struct.pack(">Bd", 0xCB, obj)) - if check(obj, (ExtType, Timestamp)): - if check(obj, Timestamp): - code = -1 - data = obj.to_bytes() - else: - code = obj.code - data = obj.data - assert isinstance(code, int) - assert isinstance(data, bytes) - L = len(data) - if L == 1: - self._buffer.write(b"\xd4") - elif L == 2: - self._buffer.write(b"\xd5") - elif L == 4: - self._buffer.write(b"\xd6") - elif L == 8: - self._buffer.write(b"\xd7") - elif L == 16: - self._buffer.write(b"\xd8") - elif L <= 0xFF: - self._buffer.write(struct.pack(">BB", 0xC7, L)) - elif L <= 0xFFFF: - self._buffer.write(struct.pack(">BH", 0xC8, L)) - else: - self._buffer.write(struct.pack(">BI", 0xC9, L)) - self._buffer.write(struct.pack("b", code)) - self._buffer.write(data) - return - if check(obj, list_types): - n = len(obj) - self._pack_array_header(n) - for i in xrange(n): - self._pack(obj[i], nest_limit - 1) - return - if check(obj, dict): - return self._pack_map_pairs( - len(obj), dict_iteritems(obj), nest_limit - 1 - ) - - if self._datetime and check(obj, _DateTime) and obj.tzinfo is not None: - obj = Timestamp.from_datetime(obj) - default_used = 1 - continue - - if not default_used and self._default is not None: - obj = self._default(obj) - default_used = 1 - continue - - if self._datetime and check(obj, _DateTime): - raise ValueError("Cannot serialize %r where tzinfo=None" % (obj,)) - - raise TypeError("Cannot serialize %r" % (obj,)) - - def pack(self, obj): - try: - self._pack(obj) - except: - self._buffer = StringIO() # force reset - raise - if self._autoreset: - ret = self._buffer.getvalue() - self._buffer = StringIO() - return ret - - def pack_map_pairs(self, pairs): - self._pack_map_pairs(len(pairs), pairs) - if self._autoreset: - ret = self._buffer.getvalue() - self._buffer = StringIO() - return ret - - def pack_array_header(self, n): - if n >= 2**32: - raise ValueError - self._pack_array_header(n) - if self._autoreset: - ret = self._buffer.getvalue() - self._buffer = StringIO() - return ret - - def pack_map_header(self, n): - if n >= 2**32: - raise ValueError - self._pack_map_header(n) - if self._autoreset: - ret = self._buffer.getvalue() - self._buffer = StringIO() - return ret - - def pack_ext_type(self, typecode, data): - if not isinstance(typecode, int): - raise TypeError("typecode must have int type.") - if not 0 <= typecode <= 127: - raise ValueError("typecode should be 0-127") - if not isinstance(data, bytes): - raise TypeError("data must have bytes type") - L = len(data) - if L > 0xFFFFFFFF: - raise ValueError("Too large data") - if L == 1: - self._buffer.write(b"\xd4") - elif L == 2: - self._buffer.write(b"\xd5") - elif L == 4: - self._buffer.write(b"\xd6") - elif L == 8: - self._buffer.write(b"\xd7") - elif L == 16: - self._buffer.write(b"\xd8") - elif L <= 0xFF: - self._buffer.write(b"\xc7" + struct.pack("B", L)) - elif L <= 0xFFFF: - self._buffer.write(b"\xc8" + struct.pack(">H", L)) - else: - self._buffer.write(b"\xc9" + struct.pack(">I", L)) - self._buffer.write(struct.pack("B", typecode)) - self._buffer.write(data) - - def _pack_array_header(self, n): - if n <= 0x0F: - return self._buffer.write(struct.pack("B", 0x90 + n)) - if n <= 0xFFFF: - return self._buffer.write(struct.pack(">BH", 0xDC, n)) - if n <= 0xFFFFFFFF: - return self._buffer.write(struct.pack(">BI", 0xDD, n)) - raise ValueError("Array is too large") - - def _pack_map_header(self, n): - if n <= 0x0F: - return self._buffer.write(struct.pack("B", 0x80 + n)) - if n <= 0xFFFF: - return self._buffer.write(struct.pack(">BH", 0xDE, n)) - if n <= 0xFFFFFFFF: - return self._buffer.write(struct.pack(">BI", 0xDF, n)) - raise ValueError("Dict is too large") - - def _pack_map_pairs(self, n, pairs, nest_limit=DEFAULT_RECURSE_LIMIT): - self._pack_map_header(n) - for (k, v) in pairs: - self._pack(k, nest_limit - 1) - self._pack(v, nest_limit - 1) - - def _pack_raw_header(self, n): - if n <= 0x1F: - self._buffer.write(struct.pack("B", 0xA0 + n)) - elif self._use_bin_type and n <= 0xFF: - self._buffer.write(struct.pack(">BB", 0xD9, n)) - elif n <= 0xFFFF: - self._buffer.write(struct.pack(">BH", 0xDA, n)) - elif n <= 0xFFFFFFFF: - self._buffer.write(struct.pack(">BI", 0xDB, n)) - else: - raise ValueError("Raw is too large") - - def _pack_bin_header(self, n): - if not self._use_bin_type: - return self._pack_raw_header(n) - elif n <= 0xFF: - return self._buffer.write(struct.pack(">BB", 0xC4, n)) - elif n <= 0xFFFF: - return self._buffer.write(struct.pack(">BH", 0xC5, n)) - elif n <= 0xFFFFFFFF: - return self._buffer.write(struct.pack(">BI", 0xC6, n)) - else: - raise ValueError("Bin is too large") - - def bytes(self): - """Return internal buffer contents as bytes object""" - return self._buffer.getvalue() - - def reset(self): - """Reset internal buffer. - - This method is useful only when autoreset=False. - """ - self._buffer = StringIO() - - def getbuffer(self): - """Return view of internal buffer.""" - if USING_STRINGBUILDER or PY2: - return memoryview(self.bytes()) - else: - return self._buffer.getbuffer() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py deleted file mode 100644 index 3551bc2..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. - -__all__ = [ - "__title__", - "__summary__", - "__uri__", - "__version__", - "__author__", - "__email__", - "__license__", - "__copyright__", -] - -__title__ = "packaging" -__summary__ = "Core utilities for Python packages" -__uri__ = "https://github.com/pypa/packaging" - -__version__ = "21.3" - -__author__ = "Donald Stufft and individual contributors" -__email__ = "donald@stufft.io" - -__license__ = "BSD-2-Clause or Apache-2.0" -__copyright__ = "2014-2019 %s" % __author__ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py deleted file mode 100644 index 3c50c5d..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. - -from .__about__ import ( - __author__, - __copyright__, - __email__, - __license__, - __summary__, - __title__, - __uri__, - __version__, -) - -__all__ = [ - "__title__", - "__summary__", - "__uri__", - "__version__", - "__author__", - "__email__", - "__license__", - "__copyright__", -] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc deleted file mode 100644 index d72a0686780b12555738f6144c8327271d666b56..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 627 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc deleted file mode 100644 index 39b7dff047b4608492b392fa7ce4d51d964af64e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6943 zcmb_ATW}M{mOUD2toOt6OTxyAF&G&?Fxc3!jj=E?nAox-+k_02sDx(#$$B_FGJXVd zm4vD_aBl%sTZLTN6y__UxK)t-0q*@E_hav7Ykwp}mBn1Du2Z`|`Ez2bvgQ5R(<6^9 zJIXE}+a;Yoefsq2)2I8KK0W_#FlZ5!u9bHKCyEjJ57Ll}dIMSOP$6^|afqWrh|Sd$ zOG#}7OGB*)DZ?sO6=v9?u$om5U1vMJ*0EGv6TwM zn|LbNDJ#8I1GRgrC1dk|Jfw0hwi-t3IgQ*7x@4}c`r!u3z9aE!--@?J;?=zs?;eR) z|5m)U60hN{c=t-Y#<$|#C-Iuzink7UO`KWgW%u*Mie`SlOyR4EjpvIHVx7>V-RO79 z{o8h+9ysbbi`>T^;Op521?)9%2gy9VEqETtI|`42+zt{nfqLQBRI=8GiX5G7m1I`@zshXmTluzm zJ*@hOWE(9HwY2slJJ-$`xY9qC$^OBWZ?3gnvd132U9v>21luLeWpC)UXg&@bmcgS)%n~brYd}qP&_Fs<&8Ktsk$>X_QGRBsY{va-(OJ%++ejnS#ck!iU zEo?X6DXp+umLgG)@=XP(J^TTQdN7}t@8ORUdr0Gs@mBtrWTRrK-OKj|zbv3nl`LT+ zKJAA1RK0l?j?Ym}$B$%~$4QII!GI7G)x%S2 z{UNM`0itolj|JX6JHbo*qRPu(6fVJjr9w&NRqh^iRxygXG*+FY&pxg!jAol{R;3$@!Q-IXsfyiZlD8PC7Po@Ky5A%`O z{AsNNiYwv>|a0r*8(;*IcF7Vh9i#kT!BaXI%9ZixD zk5ehCeZGi4%=>(z*5?aHx#x!9#>PC3`9hIOiI zo$8&Z8+}cpk|;i}I`^^TqXQy6jYA>>yNmroKkT437!5>5rA-#qelF;r0JDl3ANJ4q z1lYfcjoT6CLEx?kk@i{*fV=35A_(=)GD`^xxOJ&fI3OMoIVoHZEDvar5=1H_QZa#u zfL+5?P_L`IL;mo2&fkMupxFz5!2}?VlJ7q{_u$-%#-69g<49U4oJRRX6;=zPnxqy- z*#MIiz(g1(cEgPTw#_ZgD1koGMY0!|)|K=>I3dr-grzgRZ92$ca#rXE<4|UVy~vnvzv< zG_Sm%;26M}4ZH~OqB*5gE$Z^U^Dk1|arpDSvPmm>o7{6T0H;5{-;oP5;LzZpftcW! z0wV|w4qx?9A;?A2cbcdHtrp4aQGvfBX_Wy9A1Aw;04F8BZeay0e#NQ3fm~1!i}QM6Lr5?b8O+C~al|u`zt<$grQyF82Y450P;Aq@K|f&bPfVoI~lS*uljDgHr8Q-eqb-Ixl{UxBg^s0&j$1<91`=qm+B1Bdjk%o_wK?9ArL`U3KVtMq5|3^jvh z=?~Ei739UDN3hl@|gbe%`VX9vl!p98w^fH{_8z9nKPn zXYTjM2fXefw`WY$K`avZ+--@8H0e?n=}>e+q{G5RyqD03MMVbgS-AN{l{7?DLo8w^Xb4Rr1(GBo zoDT#Fng+`Ai@Zi1~c;C3$hVNv3kZEu4Wk6i2HHmB#qGxN5oBnJ#vw>bo<= zM;H25^~hdzuVS%cLHT=4R%g7`exv=ht@>W&V&$@}DQ#;?3Xf(U%w%ls3#YRt+p@`# zHaV91UzqA&TWxo{?{qI)>(kcyWM{^D&_dGx9EdHJ*Qr<#=Wc&4l`W$w$? z)qgW{e`evtA5N{5?^-zV`%|wSd!8PC-ub7_rM_=Y-#@)v+m^0vds*B5{h^G*1M2Hu z*ByS`_hjhXp-kOzXdAQboloZfc|K`mZT$8Fj z^7xY{)89@%{p9)dv+3_Xc{Z1-9Z1y-e&3fGd4G9iJUuf0{Y=XI!5Xcw8ds6RVEpe@ z8iub6LCI>gvSMU|)Yg*={h>iuk5@K^f2{D5# zweUDuu3Ss<3*1wjT!a{D#cUo9H)3?*5ID3}{nertR8r zMTPckD=&boQ0>7rpeQCc2d)M%ujqBGQ;vB>mjgFI+o{Qg94TffNh&WgLKMe%PGtO3 zQzTy`!9%1Wlt^(Y7e;9O9-)%h6ca=<$%Fhc805>PPur4Y5#Bp68bXM5dkB$;S3!>O zX8>`Ot#sTQSR6=nEvQy>rdwS%y0X{W}w`Q)-+@8Mq zSxQ|cy)Cx+Bgxmue~la|_*w~m2j^e$H4S@0d*+SZd6w8;H&53&d!#1@ymg3S1>)Pe z=M9O#n4co%+Yy0t)H{To6rQ_H8_!*M*OIYh07-K($)QAQFn6tzAcRSL!8!s+c8o~~!DK_kqTHiQz{JOL zuO{v0gFwI}yTK$;k#0{>d&VD{=G`O>$X(Y4zc3L9_(D7!c`S$w2cJB^4b-l|ky9?u z_>ia;rl+PbF92=uxYyP9o_kDGdu5Cn9C3Nw9+C0pYE|Fx(2xs0akz&D`i2LGJ)*(| zslv#(r*CZBH8ubQ9|rmd$fpv|2~oS%7L^{?kXux_&yIOrB0cUMAYf3`NrX|~ z;K1mZ$mAOEQ38_>H^d*sqBCyq@!?T72s`N+_PYCAfE$503N!lP%SLPK!L9b7`=qPy zLs2L94}09AUTzGzJRia{Q*MrqxcfvSq#`3E+i^{hPfT0PQm=XAyU(Z_Y~UIjCLe#K zFF|6lEXCzH;oG1YVL`sUwuLPDgfB0%!pF#V^%5W*-0g=Mz7gcU#q{6>U?JWmB;g)h zr74P9(;`ayH)Qx5vi=<%PNT!WD0P(L7qkiNh;sfN^`=qp8-}LT3Huua)lYh)H{WKK z&9!NB?b79MuHL_zHn(PUZE^JvI{m`v%_FytT|bu5RmRn?cD6Ozg~Km$ z=GD%&TC=d{CUeVl-IP(=;;L7A!@|VP{#(P>hco)BxaO6Li3?wz`3K+UzKp6YuK2-N ze7o)DWL%fE*cREOE>qR|cs5;iEN$tH8($epZlArcP4;9Qo$1ofjG-&8{h`Qmdtau= z7FTA~#c|aNQ~Ei-aO%tGZ9cur8vD}wB89Wl_pE?S7pkY)5d0)Lff{m z|IXROWTvz}t*uX5g8&t^2eapnh0+3mUI@&oDe14-{A_5u5}=6U0@#&qM!jO7$4 z0^Pq`E^kSfw>&=dr1RU(?-c)P_=_QZcqn7>#EmP)%EV`BV`E&ms!*5}*JrXy)1CUn z_|my_)xk`0OIq3TbmDvW8yY%S6oxgG!fcA`e`1iume{w{owheW-j}v_JRMBiPG!sk zaYGgvmQiIIepNj$(Xka%hF|5um#AgM*l<0%IQdmL zV{AyC%@~isT9G}jTSoRYvcFOuhnXqGDuYU@QplXu*b?uhHFa@jrSzTqr;=wfwXNyW z))XqvT1xKBE-{(%y0oPZmQ_-**s;`~*>xaYav=Fxs@I!t_NGflQ^>Mnw52K=Vabm* gY2&-FZU#}HQh6GcCsZ%d?q8TLs{UsLKnkM&17oY}K>z>% diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc deleted file mode 100644 index 85f97bcc8676e83a678772d160ff22c184138db9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 31244 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc deleted file mode 100644 index 828975b81fce54ffe627792ca33846c6ab1d1ed8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18953 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 bl^9NTXIvc_b7#(quqsMtd18Y%GSB}HhTDQb diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py deleted file mode 100644 index 4c379aa..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py +++ /dev/null @@ -1,301 +0,0 @@ -import collections -import functools -import os -import re -import struct -import sys -import warnings -from typing import IO, Dict, Iterator, NamedTuple, Optional, Tuple - - -# Python does not provide platform information at sufficient granularity to -# identify the architecture of the running executable in some cases, so we -# determine it dynamically by reading the information from the running -# process. This only applies on Linux, which uses the ELF format. -class _ELFFileHeader: - # https://en.wikipedia.org/wiki/Executable_and_Linkable_Format#File_header - class _InvalidELFFileHeader(ValueError): - """ - An invalid ELF file header was found. - """ - - ELF_MAGIC_NUMBER = 0x7F454C46 - ELFCLASS32 = 1 - ELFCLASS64 = 2 - ELFDATA2LSB = 1 - ELFDATA2MSB = 2 - EM_386 = 3 - EM_S390 = 22 - EM_ARM = 40 - EM_X86_64 = 62 - EF_ARM_ABIMASK = 0xFF000000 - EF_ARM_ABI_VER5 = 0x05000000 - EF_ARM_ABI_FLOAT_HARD = 0x00000400 - - def __init__(self, file: IO[bytes]) -> None: - def unpack(fmt: str) -> int: - try: - data = file.read(struct.calcsize(fmt)) - result: Tuple[int, ...] = struct.unpack(fmt, data) - except struct.error: - raise _ELFFileHeader._InvalidELFFileHeader() - return result[0] - - self.e_ident_magic = unpack(">I") - if self.e_ident_magic != self.ELF_MAGIC_NUMBER: - raise _ELFFileHeader._InvalidELFFileHeader() - self.e_ident_class = unpack("B") - if self.e_ident_class not in {self.ELFCLASS32, self.ELFCLASS64}: - raise _ELFFileHeader._InvalidELFFileHeader() - self.e_ident_data = unpack("B") - if self.e_ident_data not in {self.ELFDATA2LSB, self.ELFDATA2MSB}: - raise _ELFFileHeader._InvalidELFFileHeader() - self.e_ident_version = unpack("B") - self.e_ident_osabi = unpack("B") - self.e_ident_abiversion = unpack("B") - self.e_ident_pad = file.read(7) - format_h = "H" - format_i = "I" - format_q = "Q" - format_p = format_i if self.e_ident_class == self.ELFCLASS32 else format_q - self.e_type = unpack(format_h) - self.e_machine = unpack(format_h) - self.e_version = unpack(format_i) - self.e_entry = unpack(format_p) - self.e_phoff = unpack(format_p) - self.e_shoff = unpack(format_p) - self.e_flags = unpack(format_i) - self.e_ehsize = unpack(format_h) - self.e_phentsize = unpack(format_h) - self.e_phnum = unpack(format_h) - self.e_shentsize = unpack(format_h) - self.e_shnum = unpack(format_h) - self.e_shstrndx = unpack(format_h) - - -def _get_elf_header() -> Optional[_ELFFileHeader]: - try: - with open(sys.executable, "rb") as f: - elf_header = _ELFFileHeader(f) - except (OSError, TypeError, _ELFFileHeader._InvalidELFFileHeader): - return None - return elf_header - - -def _is_linux_armhf() -> bool: - # hard-float ABI can be detected from the ELF header of the running - # process - # https://static.docs.arm.com/ihi0044/g/aaelf32.pdf - elf_header = _get_elf_header() - if elf_header is None: - return False - result = elf_header.e_ident_class == elf_header.ELFCLASS32 - result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB - result &= elf_header.e_machine == elf_header.EM_ARM - result &= ( - elf_header.e_flags & elf_header.EF_ARM_ABIMASK - ) == elf_header.EF_ARM_ABI_VER5 - result &= ( - elf_header.e_flags & elf_header.EF_ARM_ABI_FLOAT_HARD - ) == elf_header.EF_ARM_ABI_FLOAT_HARD - return result - - -def _is_linux_i686() -> bool: - elf_header = _get_elf_header() - if elf_header is None: - return False - result = elf_header.e_ident_class == elf_header.ELFCLASS32 - result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB - result &= elf_header.e_machine == elf_header.EM_386 - return result - - -def _have_compatible_abi(arch: str) -> bool: - if arch == "armv7l": - return _is_linux_armhf() - if arch == "i686": - return _is_linux_i686() - return arch in {"x86_64", "aarch64", "ppc64", "ppc64le", "s390x"} - - -# If glibc ever changes its major version, we need to know what the last -# minor version was, so we can build the complete list of all versions. -# For now, guess what the highest minor version might be, assume it will -# be 50 for testing. Once this actually happens, update the dictionary -# with the actual value. -_LAST_GLIBC_MINOR: Dict[int, int] = collections.defaultdict(lambda: 50) - - -class _GLibCVersion(NamedTuple): - major: int - minor: int - - -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/fcf1d003bf4f0100c/Lib/platform.py#L175-L183 - try: - # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17". - version_string = os.confstr("CS_GNU_LIBC_VERSION") - assert version_string is not None - _, version = version_string.split() - except (AssertionError, 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. - # - # We must also handle the special case where the executable is not a - # dynamically linked executable. This can occur when using musl libc, - # for example. In this situation, dlopen() will error, leading to an - # OSError. Interestingly, at least in the case of musl, there is no - # errno set on the OSError. The single string argument used to construct - # OSError comes from libc itself and is therefore not portable to - # hard code here. In any case, failure to call dlopen() means we - # can proceed, so we bail on our attempt. - try: - process_namespace = ctypes.CDLL(None) - except OSError: - return 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: str = gnu_get_libc_version() - # py2 / py3 compatibility: - if not isinstance(version_str, str): - version_str = version_str.decode("ascii") - - return version_str - - -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 _parse_glibc_version(version_str: str) -> Tuple[int, int]: - """Parse glibc version. - - We use a regexp instead of str.split because we want to discard any - random junk that might come after the minor version -- this might happen - in patched/forked versions of glibc (e.g. Linaro's version of glibc - uses version strings like "2.20-2014.11"). See gh-3588. - """ - m = re.match(r"(?P[0-9]+)\.(?P[0-9]+)", version_str) - if not m: - warnings.warn( - "Expected glibc version with 2 components major.minor," - " got: %s" % version_str, - RuntimeWarning, - ) - return -1, -1 - return int(m.group("major")), int(m.group("minor")) - - -@functools.lru_cache() -def _get_glibc_version() -> Tuple[int, int]: - version_str = _glibc_version_string() - if version_str is None: - return (-1, -1) - return _parse_glibc_version(version_str) - - -# From PEP 513, PEP 600 -def _is_compatible(name: str, arch: str, version: _GLibCVersion) -> bool: - sys_glibc = _get_glibc_version() - if sys_glibc < version: - return False - # Check for presence of _manylinux module. - try: - import _manylinux # noqa - except ImportError: - return True - if hasattr(_manylinux, "manylinux_compatible"): - result = _manylinux.manylinux_compatible(version[0], version[1], arch) - if result is not None: - return bool(result) - return True - if version == _GLibCVersion(2, 5): - if hasattr(_manylinux, "manylinux1_compatible"): - return bool(_manylinux.manylinux1_compatible) - if version == _GLibCVersion(2, 12): - if hasattr(_manylinux, "manylinux2010_compatible"): - return bool(_manylinux.manylinux2010_compatible) - if version == _GLibCVersion(2, 17): - if hasattr(_manylinux, "manylinux2014_compatible"): - return bool(_manylinux.manylinux2014_compatible) - return True - - -_LEGACY_MANYLINUX_MAP = { - # CentOS 7 w/ glibc 2.17 (PEP 599) - (2, 17): "manylinux2014", - # CentOS 6 w/ glibc 2.12 (PEP 571) - (2, 12): "manylinux2010", - # CentOS 5 w/ glibc 2.5 (PEP 513) - (2, 5): "manylinux1", -} - - -def platform_tags(linux: str, arch: str) -> Iterator[str]: - if not _have_compatible_abi(arch): - return - # Oldest glibc to be supported regardless of architecture is (2, 17). - too_old_glibc2 = _GLibCVersion(2, 16) - if arch in {"x86_64", "i686"}: - # On x86/i686 also oldest glibc to be supported is (2, 5). - too_old_glibc2 = _GLibCVersion(2, 4) - current_glibc = _GLibCVersion(*_get_glibc_version()) - glibc_max_list = [current_glibc] - # We can assume compatibility across glibc major versions. - # https://sourceware.org/bugzilla/show_bug.cgi?id=24636 - # - # Build a list of maximum glibc versions so that we can - # output the canonical list of all glibc from current_glibc - # down to too_old_glibc2, including all intermediary versions. - for glibc_major in range(current_glibc.major - 1, 1, -1): - glibc_minor = _LAST_GLIBC_MINOR[glibc_major] - glibc_max_list.append(_GLibCVersion(glibc_major, glibc_minor)) - for glibc_max in glibc_max_list: - if glibc_max.major == too_old_glibc2.major: - min_minor = too_old_glibc2.minor - else: - # For other glibc major versions oldest supported is (x, 0). - min_minor = -1 - for glibc_minor in range(glibc_max.minor, min_minor, -1): - glibc_version = _GLibCVersion(glibc_max.major, glibc_minor) - tag = "manylinux_{}_{}".format(*glibc_version) - if _is_compatible(tag, arch, glibc_version): - yield linux.replace("linux", tag) - # Handle the legacy manylinux1, manylinux2010, manylinux2014 tags. - if glibc_version in _LEGACY_MANYLINUX_MAP: - legacy_tag = _LEGACY_MANYLINUX_MAP[glibc_version] - if _is_compatible(legacy_tag, arch, glibc_version): - yield linux.replace("linux", legacy_tag) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py deleted file mode 100644 index 8ac3059..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py +++ /dev/null @@ -1,136 +0,0 @@ -"""PEP 656 support. - -This module implements logic to detect if the currently running Python is -linked against musl, and what musl version is used. -""" - -import contextlib -import functools -import operator -import os -import re -import struct -import subprocess -import sys -from typing import IO, Iterator, NamedTuple, Optional, Tuple - - -def _read_unpacked(f: IO[bytes], fmt: str) -> Tuple[int, ...]: - return struct.unpack(fmt, f.read(struct.calcsize(fmt))) - - -def _parse_ld_musl_from_elf(f: IO[bytes]) -> Optional[str]: - """Detect musl libc location by parsing the Python executable. - - Based on: https://gist.github.com/lyssdod/f51579ae8d93c8657a5564aefc2ffbca - ELF header: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html - """ - f.seek(0) - try: - ident = _read_unpacked(f, "16B") - except struct.error: - return None - if ident[:4] != tuple(b"\x7fELF"): # Invalid magic, not ELF. - return None - f.seek(struct.calcsize("HHI"), 1) # Skip file type, machine, and version. - - try: - # e_fmt: Format for program header. - # p_fmt: Format for section header. - # p_idx: Indexes to find p_type, p_offset, and p_filesz. - e_fmt, p_fmt, p_idx = { - 1: ("IIIIHHH", "IIIIIIII", (0, 1, 4)), # 32-bit. - 2: ("QQQIHHH", "IIQQQQQQ", (0, 2, 5)), # 64-bit. - }[ident[4]] - except KeyError: - return None - else: - p_get = operator.itemgetter(*p_idx) - - # Find the interpreter section and return its content. - try: - _, e_phoff, _, _, _, e_phentsize, e_phnum = _read_unpacked(f, e_fmt) - except struct.error: - return None - for i in range(e_phnum + 1): - f.seek(e_phoff + e_phentsize * i) - try: - p_type, p_offset, p_filesz = p_get(_read_unpacked(f, p_fmt)) - except struct.error: - return None - if p_type != 3: # Not PT_INTERP. - continue - f.seek(p_offset) - interpreter = os.fsdecode(f.read(p_filesz)).strip("\0") - if "musl" not in interpreter: - return None - return interpreter - return None - - -class _MuslVersion(NamedTuple): - major: int - minor: int - - -def _parse_musl_version(output: str) -> Optional[_MuslVersion]: - lines = [n for n in (n.strip() for n in output.splitlines()) if n] - if len(lines) < 2 or lines[0][:4] != "musl": - return None - m = re.match(r"Version (\d+)\.(\d+)", lines[1]) - if not m: - return None - return _MuslVersion(major=int(m.group(1)), minor=int(m.group(2))) - - -@functools.lru_cache() -def _get_musl_version(executable: str) -> Optional[_MuslVersion]: - """Detect currently-running musl runtime version. - - This is done by checking the specified executable's dynamic linking - information, and invoking the loader to parse its output for a version - string. If the loader is musl, the output would be something like:: - - musl libc (x86_64) - Version 1.2.2 - Dynamic Program Loader - """ - with contextlib.ExitStack() as stack: - try: - f = stack.enter_context(open(executable, "rb")) - except OSError: - return None - ld = _parse_ld_musl_from_elf(f) - if not ld: - return None - proc = subprocess.run([ld], stderr=subprocess.PIPE, universal_newlines=True) - return _parse_musl_version(proc.stderr) - - -def platform_tags(arch: str) -> Iterator[str]: - """Generate musllinux tags compatible to the current platform. - - :param arch: Should be the part of platform tag after the ``linux_`` - prefix, e.g. ``x86_64``. The ``linux_`` prefix is assumed as a - prerequisite for the current platform to be musllinux-compatible. - - :returns: An iterator of compatible musllinux tags. - """ - sys_musl = _get_musl_version(sys.executable) - if sys_musl is None: # Python not dynamically linked against musl. - return - for minor in range(sys_musl.minor, -1, -1): - yield f"musllinux_{sys_musl.major}_{minor}_{arch}" - - -if __name__ == "__main__": # pragma: no cover - import sysconfig - - plat = sysconfig.get_platform() - assert plat.startswith("linux-"), "not linux" - - print("plat:", plat) - print("musl:", _get_musl_version(sys.executable)) - print("tags:", end=" ") - for t in platform_tags(re.sub(r"[.-]", "_", plat.split("-", 1)[-1])): - print(t, end="\n ") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py deleted file mode 100644 index 90a6465..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py +++ /dev/null @@ -1,61 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. - - -class InfinityType: - def __repr__(self) -> str: - return "Infinity" - - def __hash__(self) -> int: - return hash(repr(self)) - - def __lt__(self, other: object) -> bool: - return False - - def __le__(self, other: object) -> bool: - return False - - def __eq__(self, other: object) -> bool: - return isinstance(other, self.__class__) - - def __gt__(self, other: object) -> bool: - return True - - def __ge__(self, other: object) -> bool: - return True - - def __neg__(self: object) -> "NegativeInfinityType": - return NegativeInfinity - - -Infinity = InfinityType() - - -class NegativeInfinityType: - def __repr__(self) -> str: - return "-Infinity" - - def __hash__(self) -> int: - return hash(repr(self)) - - def __lt__(self, other: object) -> bool: - return True - - def __le__(self, other: object) -> bool: - return True - - def __eq__(self, other: object) -> bool: - return isinstance(other, self.__class__) - - def __gt__(self, other: object) -> bool: - return False - - def __ge__(self, other: object) -> bool: - return False - - def __neg__(self: object) -> InfinityType: - return Infinity - - -NegativeInfinity = NegativeInfinityType() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py deleted file mode 100644 index 540e7a4..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py +++ /dev/null @@ -1,304 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. - -import operator -import os -import platform -import sys -from typing import Any, Callable, Dict, List, Optional, Tuple, Union - -from pip._vendor.pyparsing import ( # noqa: N817 - Forward, - Group, - Literal as L, - ParseException, - ParseResults, - QuotedString, - ZeroOrMore, - stringEnd, - stringStart, -) - -from .specifiers import InvalidSpecifier, Specifier - -__all__ = [ - "InvalidMarker", - "UndefinedComparison", - "UndefinedEnvironmentName", - "Marker", - "default_environment", -] - -Operator = Callable[[str, str], bool] - - -class InvalidMarker(ValueError): - """ - An invalid marker was found, users should refer to PEP 508. - """ - - -class UndefinedComparison(ValueError): - """ - An invalid operation was attempted on a value that doesn't support it. - """ - - -class UndefinedEnvironmentName(ValueError): - """ - A name was attempted to be used that does not exist inside of the - environment. - """ - - -class Node: - def __init__(self, value: Any) -> None: - self.value = value - - def __str__(self) -> str: - return str(self.value) - - def __repr__(self) -> str: - return f"<{self.__class__.__name__}('{self}')>" - - def serialize(self) -> str: - raise NotImplementedError - - -class Variable(Node): - def serialize(self) -> str: - return str(self) - - -class Value(Node): - def serialize(self) -> str: - return f'"{self}"' - - -class Op(Node): - def serialize(self) -> str: - return str(self) - - -VARIABLE = ( - L("implementation_version") - | L("platform_python_implementation") - | L("implementation_name") - | L("python_full_version") - | L("platform_release") - | L("platform_version") - | L("platform_machine") - | L("platform_system") - | L("python_version") - | L("sys_platform") - | L("os_name") - | L("os.name") # PEP-345 - | L("sys.platform") # PEP-345 - | L("platform.version") # PEP-345 - | L("platform.machine") # PEP-345 - | L("platform.python_implementation") # PEP-345 - | L("python_implementation") # undocumented setuptools legacy - | L("extra") # PEP-508 -) -ALIASES = { - "os.name": "os_name", - "sys.platform": "sys_platform", - "platform.version": "platform_version", - "platform.machine": "platform_machine", - "platform.python_implementation": "platform_python_implementation", - "python_implementation": "platform_python_implementation", -} -VARIABLE.setParseAction(lambda s, l, t: Variable(ALIASES.get(t[0], t[0]))) - -VERSION_CMP = ( - L("===") | L("==") | L(">=") | L("<=") | L("!=") | L("~=") | L(">") | L("<") -) - -MARKER_OP = VERSION_CMP | L("not in") | L("in") -MARKER_OP.setParseAction(lambda s, l, t: Op(t[0])) - -MARKER_VALUE = QuotedString("'") | QuotedString('"') -MARKER_VALUE.setParseAction(lambda s, l, t: Value(t[0])) - -BOOLOP = L("and") | L("or") - -MARKER_VAR = VARIABLE | MARKER_VALUE - -MARKER_ITEM = Group(MARKER_VAR + MARKER_OP + MARKER_VAR) -MARKER_ITEM.setParseAction(lambda s, l, t: tuple(t[0])) - -LPAREN = L("(").suppress() -RPAREN = L(")").suppress() - -MARKER_EXPR = Forward() -MARKER_ATOM = MARKER_ITEM | Group(LPAREN + MARKER_EXPR + RPAREN) -MARKER_EXPR << MARKER_ATOM + ZeroOrMore(BOOLOP + MARKER_EXPR) - -MARKER = stringStart + MARKER_EXPR + stringEnd - - -def _coerce_parse_result(results: Union[ParseResults, List[Any]]) -> List[Any]: - if isinstance(results, ParseResults): - return [_coerce_parse_result(i) for i in results] - else: - return results - - -def _format_marker( - marker: Union[List[str], Tuple[Node, ...], str], first: Optional[bool] = True -) -> str: - - assert isinstance(marker, (list, tuple, str)) - - # Sometimes we have a structure like [[...]] which is a single item list - # where the single item is itself it's own list. In that case we want skip - # the rest of this function so that we don't get extraneous () on the - # outside. - if ( - isinstance(marker, list) - and len(marker) == 1 - and isinstance(marker[0], (list, tuple)) - ): - return _format_marker(marker[0]) - - if isinstance(marker, list): - inner = (_format_marker(m, first=False) for m in marker) - if first: - return " ".join(inner) - else: - return "(" + " ".join(inner) + ")" - elif isinstance(marker, tuple): - return " ".join([m.serialize() for m in marker]) - else: - return marker - - -_operators: Dict[str, Operator] = { - "in": lambda lhs, rhs: lhs in rhs, - "not in": lambda lhs, rhs: lhs not in rhs, - "<": operator.lt, - "<=": operator.le, - "==": operator.eq, - "!=": operator.ne, - ">=": operator.ge, - ">": operator.gt, -} - - -def _eval_op(lhs: str, op: Op, rhs: str) -> bool: - try: - spec = Specifier("".join([op.serialize(), rhs])) - except InvalidSpecifier: - pass - else: - return spec.contains(lhs) - - oper: Optional[Operator] = _operators.get(op.serialize()) - if oper is None: - raise UndefinedComparison(f"Undefined {op!r} on {lhs!r} and {rhs!r}.") - - return oper(lhs, rhs) - - -class Undefined: - pass - - -_undefined = Undefined() - - -def _get_env(environment: Dict[str, str], name: str) -> str: - value: Union[str, Undefined] = environment.get(name, _undefined) - - if isinstance(value, Undefined): - raise UndefinedEnvironmentName( - f"{name!r} does not exist in evaluation environment." - ) - - return value - - -def _evaluate_markers(markers: List[Any], environment: Dict[str, str]) -> bool: - groups: List[List[bool]] = [[]] - - for marker in markers: - assert isinstance(marker, (list, tuple, str)) - - if isinstance(marker, list): - groups[-1].append(_evaluate_markers(marker, environment)) - elif isinstance(marker, tuple): - lhs, op, rhs = marker - - if isinstance(lhs, Variable): - lhs_value = _get_env(environment, lhs.value) - rhs_value = rhs.value - else: - lhs_value = lhs.value - rhs_value = _get_env(environment, rhs.value) - - groups[-1].append(_eval_op(lhs_value, op, rhs_value)) - else: - assert marker in ["and", "or"] - if marker == "or": - groups.append([]) - - return any(all(item) for item in groups) - - -def format_full_version(info: "sys._version_info") -> str: - version = "{0.major}.{0.minor}.{0.micro}".format(info) - kind = info.releaselevel - if kind != "final": - version += kind[0] + str(info.serial) - return version - - -def default_environment() -> Dict[str, str]: - iver = format_full_version(sys.implementation.version) - implementation_name = sys.implementation.name - return { - "implementation_name": implementation_name, - "implementation_version": iver, - "os_name": os.name, - "platform_machine": platform.machine(), - "platform_release": platform.release(), - "platform_system": platform.system(), - "platform_version": platform.version(), - "python_full_version": platform.python_version(), - "platform_python_implementation": platform.python_implementation(), - "python_version": ".".join(platform.python_version_tuple()[:2]), - "sys_platform": sys.platform, - } - - -class Marker: - def __init__(self, marker: str) -> None: - try: - self._markers = _coerce_parse_result(MARKER.parseString(marker)) - except ParseException as e: - raise InvalidMarker( - f"Invalid marker: {marker!r}, parse error at " - f"{marker[e.loc : e.loc + 8]!r}" - ) - - def __str__(self) -> str: - return _format_marker(self._markers) - - def __repr__(self) -> str: - return f"" - - def evaluate(self, environment: Optional[Dict[str, str]] = None) -> bool: - """Evaluate a marker. - - Return the boolean from evaluating the given marker against the - environment. environment is an optional argument to override all or - part of the determined environment. - - The environment is determined from the current Python process. - """ - current_environment = default_environment() - if environment is not None: - current_environment.update(environment) - - return _evaluate_markers(self._markers, current_environment) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py deleted file mode 100644 index 1eab7dd..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py +++ /dev/null @@ -1,146 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. - -import re -import string -import urllib.parse -from typing import List, Optional as TOptional, Set - -from pip._vendor.pyparsing import ( # noqa - Combine, - Literal as L, - Optional, - ParseException, - Regex, - Word, - ZeroOrMore, - originalTextFor, - stringEnd, - stringStart, -) - -from .markers import MARKER_EXPR, Marker -from .specifiers import LegacySpecifier, Specifier, SpecifierSet - - -class InvalidRequirement(ValueError): - """ - An invalid requirement was found, users should refer to PEP 508. - """ - - -ALPHANUM = Word(string.ascii_letters + string.digits) - -LBRACKET = L("[").suppress() -RBRACKET = L("]").suppress() -LPAREN = L("(").suppress() -RPAREN = L(")").suppress() -COMMA = L(",").suppress() -SEMICOLON = L(";").suppress() -AT = L("@").suppress() - -PUNCTUATION = Word("-_.") -IDENTIFIER_END = ALPHANUM | (ZeroOrMore(PUNCTUATION) + ALPHANUM) -IDENTIFIER = Combine(ALPHANUM + ZeroOrMore(IDENTIFIER_END)) - -NAME = IDENTIFIER("name") -EXTRA = IDENTIFIER - -URI = Regex(r"[^ ]+")("url") -URL = AT + URI - -EXTRAS_LIST = EXTRA + ZeroOrMore(COMMA + EXTRA) -EXTRAS = (LBRACKET + Optional(EXTRAS_LIST) + RBRACKET)("extras") - -VERSION_PEP440 = Regex(Specifier._regex_str, re.VERBOSE | re.IGNORECASE) -VERSION_LEGACY = Regex(LegacySpecifier._regex_str, re.VERBOSE | re.IGNORECASE) - -VERSION_ONE = VERSION_PEP440 ^ VERSION_LEGACY -VERSION_MANY = Combine( - VERSION_ONE + ZeroOrMore(COMMA + VERSION_ONE), joinString=",", adjacent=False -)("_raw_spec") -_VERSION_SPEC = Optional((LPAREN + VERSION_MANY + RPAREN) | VERSION_MANY) -_VERSION_SPEC.setParseAction(lambda s, l, t: t._raw_spec or "") - -VERSION_SPEC = originalTextFor(_VERSION_SPEC)("specifier") -VERSION_SPEC.setParseAction(lambda s, l, t: t[1]) - -MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker") -MARKER_EXPR.setParseAction( - lambda s, l, t: Marker(s[t._original_start : t._original_end]) -) -MARKER_SEPARATOR = SEMICOLON -MARKER = MARKER_SEPARATOR + MARKER_EXPR - -VERSION_AND_MARKER = VERSION_SPEC + Optional(MARKER) -URL_AND_MARKER = URL + Optional(MARKER) - -NAMED_REQUIREMENT = NAME + Optional(EXTRAS) + (URL_AND_MARKER | VERSION_AND_MARKER) - -REQUIREMENT = stringStart + NAMED_REQUIREMENT + stringEnd -# pyparsing isn't thread safe during initialization, so we do it eagerly, see -# issue #104 -REQUIREMENT.parseString("x[]") - - -class Requirement: - """Parse a requirement. - - Parse a given requirement string into its parts, such as name, specifier, - URL, and extras. Raises InvalidRequirement on a badly-formed requirement - string. - """ - - # TODO: Can we test whether something is contained within a requirement? - # If so how do we do that? Do we need to test against the _name_ of - # the thing as well as the version? What about the markers? - # TODO: Can we normalize the name and extra name? - - def __init__(self, requirement_string: str) -> None: - try: - req = REQUIREMENT.parseString(requirement_string) - except ParseException as e: - raise InvalidRequirement( - f'Parse error at "{ requirement_string[e.loc : e.loc + 8]!r}": {e.msg}' - ) - - self.name: str = req.name - if req.url: - parsed_url = urllib.parse.urlparse(req.url) - if parsed_url.scheme == "file": - if urllib.parse.urlunparse(parsed_url) != req.url: - raise InvalidRequirement("Invalid URL given") - elif not (parsed_url.scheme and parsed_url.netloc) or ( - not parsed_url.scheme and not parsed_url.netloc - ): - raise InvalidRequirement(f"Invalid URL: {req.url}") - self.url: TOptional[str] = req.url - else: - self.url = None - self.extras: Set[str] = set(req.extras.asList() if req.extras else []) - self.specifier: SpecifierSet = SpecifierSet(req.specifier) - self.marker: TOptional[Marker] = req.marker if req.marker else None - - def __str__(self) -> str: - parts: List[str] = [self.name] - - if self.extras: - formatted_extras = ",".join(sorted(self.extras)) - parts.append(f"[{formatted_extras}]") - - if self.specifier: - parts.append(str(self.specifier)) - - if self.url: - parts.append(f"@ {self.url}") - if self.marker: - parts.append(" ") - - if self.marker: - parts.append(f"; {self.marker}") - - return "".join(parts) - - def __repr__(self) -> str: - return f"" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py deleted file mode 100644 index 0e218a6..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py +++ /dev/null @@ -1,802 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. - -import abc -import functools -import itertools -import re -import warnings -from typing import ( - Callable, - Dict, - Iterable, - Iterator, - List, - Optional, - Pattern, - Set, - Tuple, - TypeVar, - Union, -) - -from .utils import canonicalize_version -from .version import LegacyVersion, Version, parse - -ParsedVersion = Union[Version, LegacyVersion] -UnparsedVersion = Union[Version, LegacyVersion, str] -VersionTypeVar = TypeVar("VersionTypeVar", bound=UnparsedVersion) -CallableOperator = Callable[[ParsedVersion, str], bool] - - -class InvalidSpecifier(ValueError): - """ - An invalid specifier was found, users should refer to PEP 440. - """ - - -class BaseSpecifier(metaclass=abc.ABCMeta): - @abc.abstractmethod - def __str__(self) -> str: - """ - Returns the str representation of this Specifier like object. This - should be representative of the Specifier itself. - """ - - @abc.abstractmethod - def __hash__(self) -> int: - """ - Returns a hash value for this Specifier like object. - """ - - @abc.abstractmethod - def __eq__(self, other: object) -> bool: - """ - Returns a boolean representing whether or not the two Specifier like - objects are equal. - """ - - @abc.abstractproperty - def prereleases(self) -> Optional[bool]: - """ - Returns whether or not pre-releases as a whole are allowed by this - specifier. - """ - - @prereleases.setter - def prereleases(self, value: bool) -> None: - """ - Sets whether or not pre-releases as a whole are allowed by this - specifier. - """ - - @abc.abstractmethod - def contains(self, item: str, prereleases: Optional[bool] = None) -> bool: - """ - Determines if the given item is contained within this specifier. - """ - - @abc.abstractmethod - def filter( - self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None - ) -> Iterable[VersionTypeVar]: - """ - Takes an iterable of items and filters them so that only items which - are contained within this specifier are allowed in it. - """ - - -class _IndividualSpecifier(BaseSpecifier): - - _operators: Dict[str, str] = {} - _regex: Pattern[str] - - def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: - match = self._regex.search(spec) - if not match: - raise InvalidSpecifier(f"Invalid specifier: '{spec}'") - - self._spec: Tuple[str, str] = ( - match.group("operator").strip(), - match.group("version").strip(), - ) - - # Store whether or not this Specifier should accept prereleases - self._prereleases = prereleases - - def __repr__(self) -> str: - pre = ( - f", prereleases={self.prereleases!r}" - if self._prereleases is not None - else "" - ) - - return f"<{self.__class__.__name__}({str(self)!r}{pre})>" - - def __str__(self) -> str: - return "{}{}".format(*self._spec) - - @property - def _canonical_spec(self) -> Tuple[str, str]: - return self._spec[0], canonicalize_version(self._spec[1]) - - def __hash__(self) -> int: - return hash(self._canonical_spec) - - def __eq__(self, other: object) -> bool: - if isinstance(other, str): - try: - other = self.__class__(str(other)) - except InvalidSpecifier: - return NotImplemented - elif not isinstance(other, self.__class__): - return NotImplemented - - return self._canonical_spec == other._canonical_spec - - def _get_operator(self, op: str) -> CallableOperator: - operator_callable: CallableOperator = getattr( - self, f"_compare_{self._operators[op]}" - ) - return operator_callable - - def _coerce_version(self, version: UnparsedVersion) -> ParsedVersion: - if not isinstance(version, (LegacyVersion, Version)): - version = parse(version) - return version - - @property - def operator(self) -> str: - return self._spec[0] - - @property - def version(self) -> str: - return self._spec[1] - - @property - def prereleases(self) -> Optional[bool]: - return self._prereleases - - @prereleases.setter - def prereleases(self, value: bool) -> None: - self._prereleases = value - - def __contains__(self, item: str) -> bool: - return self.contains(item) - - def contains( - self, item: UnparsedVersion, prereleases: Optional[bool] = None - ) -> bool: - - # Determine if prereleases are to be allowed or not. - if prereleases is None: - prereleases = self.prereleases - - # Normalize item to a Version or LegacyVersion, this allows us to have - # a shortcut for ``"2.0" in Specifier(">=2") - normalized_item = self._coerce_version(item) - - # Determine if we should be supporting prereleases in this specifier - # or not, if we do not support prereleases than we can short circuit - # logic if this version is a prereleases. - if normalized_item.is_prerelease and not prereleases: - return False - - # Actually do the comparison to determine if this item is contained - # within this Specifier or not. - operator_callable: CallableOperator = self._get_operator(self.operator) - return operator_callable(normalized_item, self.version) - - def filter( - self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None - ) -> Iterable[VersionTypeVar]: - - yielded = False - found_prereleases = [] - - kw = {"prereleases": prereleases if prereleases is not None else True} - - # Attempt to iterate over all the values in the iterable and if any of - # them match, yield them. - for version in iterable: - parsed_version = self._coerce_version(version) - - if self.contains(parsed_version, **kw): - # If our version is a prerelease, and we were not set to allow - # prereleases, then we'll store it for later in case nothing - # else matches this specifier. - if parsed_version.is_prerelease and not ( - prereleases or self.prereleases - ): - found_prereleases.append(version) - # Either this is not a prerelease, or we should have been - # accepting prereleases from the beginning. - else: - yielded = True - yield version - - # Now that we've iterated over everything, determine if we've yielded - # any values, and if we have not and we have any prereleases stored up - # then we will go ahead and yield the prereleases. - if not yielded and found_prereleases: - for version in found_prereleases: - yield version - - -class LegacySpecifier(_IndividualSpecifier): - - _regex_str = r""" - (?P(==|!=|<=|>=|<|>)) - \s* - (?P - [^,;\s)]* # Since this is a "legacy" specifier, and the version - # string can be just about anything, we match everything - # except for whitespace, a semi-colon for marker support, - # a closing paren since versions can be enclosed in - # them, and a comma since it's a version separator. - ) - """ - - _regex = re.compile(r"^\s*" + _regex_str + r"\s*$", re.VERBOSE | re.IGNORECASE) - - _operators = { - "==": "equal", - "!=": "not_equal", - "<=": "less_than_equal", - ">=": "greater_than_equal", - "<": "less_than", - ">": "greater_than", - } - - def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: - super().__init__(spec, prereleases) - - warnings.warn( - "Creating a LegacyVersion has been deprecated and will be " - "removed in the next major release", - DeprecationWarning, - ) - - def _coerce_version(self, version: UnparsedVersion) -> LegacyVersion: - if not isinstance(version, LegacyVersion): - version = LegacyVersion(str(version)) - return version - - def _compare_equal(self, prospective: LegacyVersion, spec: str) -> bool: - return prospective == self._coerce_version(spec) - - def _compare_not_equal(self, prospective: LegacyVersion, spec: str) -> bool: - return prospective != self._coerce_version(spec) - - def _compare_less_than_equal(self, prospective: LegacyVersion, spec: str) -> bool: - return prospective <= self._coerce_version(spec) - - def _compare_greater_than_equal( - self, prospective: LegacyVersion, spec: str - ) -> bool: - return prospective >= self._coerce_version(spec) - - def _compare_less_than(self, prospective: LegacyVersion, spec: str) -> bool: - return prospective < self._coerce_version(spec) - - def _compare_greater_than(self, prospective: LegacyVersion, spec: str) -> bool: - return prospective > self._coerce_version(spec) - - -def _require_version_compare( - fn: Callable[["Specifier", ParsedVersion, str], bool] -) -> Callable[["Specifier", ParsedVersion, str], bool]: - @functools.wraps(fn) - def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool: - if not isinstance(prospective, Version): - return False - return fn(self, prospective, spec) - - return wrapped - - -class Specifier(_IndividualSpecifier): - - _regex_str = r""" - (?P(~=|==|!=|<=|>=|<|>|===)) - (?P - (?: - # The identity operators allow for an escape hatch that will - # do an exact string match of the version you wish to install. - # This will not be parsed by PEP 440 and we cannot determine - # any semantic meaning from it. This operator is discouraged - # but included entirely as an escape hatch. - (?<====) # Only match for the identity operator - \s* - [^\s]* # We just match everything, except for whitespace - # since we are only testing for strict identity. - ) - | - (?: - # The (non)equality operators allow for wild card and local - # versions to be specified so we have to define these two - # operators separately to enable that. - (?<===|!=) # Only match for equals and not equals - - \s* - v? - (?:[0-9]+!)? # epoch - [0-9]+(?:\.[0-9]+)* # release - (?: # pre release - [-_\.]? - (a|b|c|rc|alpha|beta|pre|preview) - [-_\.]? - [0-9]* - )? - (?: # post release - (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) - )? - - # You cannot use a wild card and a dev or local version - # together so group them with a | and make them optional. - (?: - (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release - (?:\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*)? # local - | - \.\* # Wild card syntax of .* - )? - ) - | - (?: - # The compatible operator requires at least two digits in the - # release segment. - (?<=~=) # Only match for the compatible operator - - \s* - v? - (?:[0-9]+!)? # epoch - [0-9]+(?:\.[0-9]+)+ # release (We have a + instead of a *) - (?: # pre release - [-_\.]? - (a|b|c|rc|alpha|beta|pre|preview) - [-_\.]? - [0-9]* - )? - (?: # post release - (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) - )? - (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release - ) - | - (?: - # All other operators only allow a sub set of what the - # (non)equality operators do. Specifically they do not allow - # local versions to be specified nor do they allow the prefix - # matching wild cards. - (?=": "greater_than_equal", - "<": "less_than", - ">": "greater_than", - "===": "arbitrary", - } - - @_require_version_compare - def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool: - - # Compatible releases have an equivalent combination of >= and ==. That - # is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to - # implement this in terms of the other specifiers instead of - # implementing it ourselves. The only thing we need to do is construct - # the other specifiers. - - # We want everything but the last item in the version, but we want to - # ignore suffix segments. - prefix = ".".join( - list(itertools.takewhile(_is_not_suffix, _version_split(spec)))[:-1] - ) - - # Add the prefix notation to the end of our string - prefix += ".*" - - return self._get_operator(">=")(prospective, spec) and self._get_operator("==")( - prospective, prefix - ) - - @_require_version_compare - def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool: - - # We need special logic to handle prefix matching - if spec.endswith(".*"): - # In the case of prefix matching we want to ignore local segment. - prospective = Version(prospective.public) - # Split the spec out by dots, and pretend that there is an implicit - # dot in between a release segment and a pre-release segment. - split_spec = _version_split(spec[:-2]) # Remove the trailing .* - - # Split the prospective version out by dots, and pretend that there - # is an implicit dot in between a release segment and a pre-release - # segment. - split_prospective = _version_split(str(prospective)) - - # Shorten the prospective version to be the same length as the spec - # so that we can determine if the specifier is a prefix of the - # prospective version or not. - shortened_prospective = split_prospective[: len(split_spec)] - - # Pad out our two sides with zeros so that they both equal the same - # length. - padded_spec, padded_prospective = _pad_version( - split_spec, shortened_prospective - ) - - return padded_prospective == padded_spec - else: - # Convert our spec string into a Version - spec_version = Version(spec) - - # If the specifier does not have a local segment, then we want to - # act as if the prospective version also does not have a local - # segment. - if not spec_version.local: - prospective = Version(prospective.public) - - return prospective == spec_version - - @_require_version_compare - def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool: - return not self._compare_equal(prospective, spec) - - @_require_version_compare - def _compare_less_than_equal(self, prospective: ParsedVersion, spec: str) -> bool: - - # NB: Local version identifiers are NOT permitted in the version - # specifier, so local version labels can be universally removed from - # the prospective version. - return Version(prospective.public) <= Version(spec) - - @_require_version_compare - def _compare_greater_than_equal( - self, prospective: ParsedVersion, spec: str - ) -> bool: - - # NB: Local version identifiers are NOT permitted in the version - # specifier, so local version labels can be universally removed from - # the prospective version. - return Version(prospective.public) >= Version(spec) - - @_require_version_compare - def _compare_less_than(self, prospective: ParsedVersion, spec_str: str) -> bool: - - # Convert our spec to a Version instance, since we'll want to work with - # it as a version. - spec = Version(spec_str) - - # Check to see if the prospective version is less than the spec - # version. If it's not we can short circuit and just return False now - # instead of doing extra unneeded work. - if not prospective < spec: - return False - - # This special case is here so that, unless the specifier itself - # includes is a pre-release version, that we do not accept pre-release - # versions for the version mentioned in the specifier (e.g. <3.1 should - # not match 3.1.dev0, but should match 3.0.dev0). - if not spec.is_prerelease and prospective.is_prerelease: - if Version(prospective.base_version) == Version(spec.base_version): - return False - - # If we've gotten to here, it means that prospective version is both - # less than the spec version *and* it's not a pre-release of the same - # version in the spec. - return True - - @_require_version_compare - def _compare_greater_than(self, prospective: ParsedVersion, spec_str: str) -> bool: - - # Convert our spec to a Version instance, since we'll want to work with - # it as a version. - spec = Version(spec_str) - - # Check to see if the prospective version is greater than the spec - # version. If it's not we can short circuit and just return False now - # instead of doing extra unneeded work. - if not prospective > spec: - return False - - # This special case is here so that, unless the specifier itself - # includes is a post-release version, that we do not accept - # post-release versions for the version mentioned in the specifier - # (e.g. >3.1 should not match 3.0.post0, but should match 3.2.post0). - if not spec.is_postrelease and prospective.is_postrelease: - if Version(prospective.base_version) == Version(spec.base_version): - return False - - # Ensure that we do not allow a local version of the version mentioned - # in the specifier, which is technically greater than, to match. - if prospective.local is not None: - if Version(prospective.base_version) == Version(spec.base_version): - return False - - # If we've gotten to here, it means that prospective version is both - # greater than the spec version *and* it's not a pre-release of the - # same version in the spec. - return True - - def _compare_arbitrary(self, prospective: Version, spec: str) -> bool: - return str(prospective).lower() == str(spec).lower() - - @property - def prereleases(self) -> bool: - - # If there is an explicit prereleases set for this, then we'll just - # blindly use that. - if self._prereleases is not None: - return self._prereleases - - # Look at all of our specifiers and determine if they are inclusive - # operators, and if they are if they are including an explicit - # prerelease. - operator, version = self._spec - if operator in ["==", ">=", "<=", "~=", "==="]: - # The == specifier can include a trailing .*, if it does we - # want to remove before parsing. - if operator == "==" and version.endswith(".*"): - version = version[:-2] - - # Parse the version, and if it is a pre-release than this - # specifier allows pre-releases. - if parse(version).is_prerelease: - return True - - return False - - @prereleases.setter - def prereleases(self, value: bool) -> None: - self._prereleases = value - - -_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") - - -def _version_split(version: str) -> List[str]: - result: List[str] = [] - for item in version.split("."): - match = _prefix_regex.search(item) - if match: - result.extend(match.groups()) - else: - result.append(item) - return result - - -def _is_not_suffix(segment: str) -> bool: - return not any( - segment.startswith(prefix) for prefix in ("dev", "a", "b", "rc", "post") - ) - - -def _pad_version(left: List[str], right: List[str]) -> Tuple[List[str], List[str]]: - left_split, right_split = [], [] - - # Get the release segment of our versions - left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left))) - right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right))) - - # Get the rest of our versions - left_split.append(left[len(left_split[0]) :]) - right_split.append(right[len(right_split[0]) :]) - - # Insert our padding - left_split.insert(1, ["0"] * max(0, len(right_split[0]) - len(left_split[0]))) - right_split.insert(1, ["0"] * max(0, len(left_split[0]) - len(right_split[0]))) - - return (list(itertools.chain(*left_split)), list(itertools.chain(*right_split))) - - -class SpecifierSet(BaseSpecifier): - def __init__( - self, specifiers: str = "", prereleases: Optional[bool] = None - ) -> None: - - # Split on , to break each individual specifier into it's own item, and - # strip each item to remove leading/trailing whitespace. - split_specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] - - # Parsed each individual specifier, attempting first to make it a - # Specifier and falling back to a LegacySpecifier. - parsed: Set[_IndividualSpecifier] = set() - for specifier in split_specifiers: - try: - parsed.add(Specifier(specifier)) - except InvalidSpecifier: - parsed.add(LegacySpecifier(specifier)) - - # Turn our parsed specifiers into a frozen set and save them for later. - self._specs = frozenset(parsed) - - # Store our prereleases value so we can use it later to determine if - # we accept prereleases or not. - self._prereleases = prereleases - - def __repr__(self) -> str: - pre = ( - f", prereleases={self.prereleases!r}" - if self._prereleases is not None - else "" - ) - - return f"" - - def __str__(self) -> str: - return ",".join(sorted(str(s) for s in self._specs)) - - def __hash__(self) -> int: - return hash(self._specs) - - def __and__(self, other: Union["SpecifierSet", str]) -> "SpecifierSet": - if isinstance(other, str): - other = SpecifierSet(other) - elif not isinstance(other, SpecifierSet): - return NotImplemented - - specifier = SpecifierSet() - specifier._specs = frozenset(self._specs | other._specs) - - if self._prereleases is None and other._prereleases is not None: - specifier._prereleases = other._prereleases - elif self._prereleases is not None and other._prereleases is None: - specifier._prereleases = self._prereleases - elif self._prereleases == other._prereleases: - specifier._prereleases = self._prereleases - else: - raise ValueError( - "Cannot combine SpecifierSets with True and False prerelease " - "overrides." - ) - - return specifier - - def __eq__(self, other: object) -> bool: - if isinstance(other, (str, _IndividualSpecifier)): - other = SpecifierSet(str(other)) - elif not isinstance(other, SpecifierSet): - return NotImplemented - - return self._specs == other._specs - - def __len__(self) -> int: - return len(self._specs) - - def __iter__(self) -> Iterator[_IndividualSpecifier]: - return iter(self._specs) - - @property - def prereleases(self) -> Optional[bool]: - - # If we have been given an explicit prerelease modifier, then we'll - # pass that through here. - if self._prereleases is not None: - return self._prereleases - - # If we don't have any specifiers, and we don't have a forced value, - # then we'll just return None since we don't know if this should have - # pre-releases or not. - if not self._specs: - return None - - # Otherwise we'll see if any of the given specifiers accept - # prereleases, if any of them do we'll return True, otherwise False. - return any(s.prereleases for s in self._specs) - - @prereleases.setter - def prereleases(self, value: bool) -> None: - self._prereleases = value - - def __contains__(self, item: UnparsedVersion) -> bool: - return self.contains(item) - - def contains( - self, item: UnparsedVersion, prereleases: Optional[bool] = None - ) -> bool: - - # Ensure that our item is a Version or LegacyVersion instance. - if not isinstance(item, (LegacyVersion, Version)): - item = parse(item) - - # Determine if we're forcing a prerelease or not, if we're not forcing - # one for this particular filter call, then we'll use whatever the - # SpecifierSet thinks for whether or not we should support prereleases. - if prereleases is None: - prereleases = self.prereleases - - # We can determine if we're going to allow pre-releases by looking to - # see if any of the underlying items supports them. If none of them do - # and this item is a pre-release then we do not allow it and we can - # short circuit that here. - # Note: This means that 1.0.dev1 would not be contained in something - # like >=1.0.devabc however it would be in >=1.0.debabc,>0.0.dev0 - if not prereleases and item.is_prerelease: - return False - - # We simply dispatch to the underlying specs here to make sure that the - # given version is contained within all of them. - # Note: This use of all() here means that an empty set of specifiers - # will always return True, this is an explicit design decision. - return all(s.contains(item, prereleases=prereleases) for s in self._specs) - - def filter( - self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None - ) -> Iterable[VersionTypeVar]: - - # Determine if we're forcing a prerelease or not, if we're not forcing - # one for this particular filter call, then we'll use whatever the - # SpecifierSet thinks for whether or not we should support prereleases. - if prereleases is None: - prereleases = self.prereleases - - # If we have any specifiers, then we want to wrap our iterable in the - # filter method for each one, this will act as a logical AND amongst - # each specifier. - if self._specs: - for spec in self._specs: - iterable = spec.filter(iterable, prereleases=bool(prereleases)) - return iterable - # If we do not have any specifiers, then we need to have a rough filter - # which will filter out any pre-releases, unless there are no final - # releases, and which will filter out LegacyVersion in general. - else: - filtered: List[VersionTypeVar] = [] - found_prereleases: List[VersionTypeVar] = [] - - item: UnparsedVersion - parsed_version: Union[Version, LegacyVersion] - - for item in iterable: - # Ensure that we some kind of Version class for this item. - if not isinstance(item, (LegacyVersion, Version)): - parsed_version = parse(item) - else: - parsed_version = item - - # Filter out any item which is parsed as a LegacyVersion - if isinstance(parsed_version, LegacyVersion): - continue - - # Store any item which is a pre-release for later unless we've - # already found a final version or we are accepting prereleases - if parsed_version.is_prerelease and not prereleases: - if not filtered: - found_prereleases.append(item) - else: - filtered.append(item) - - # If we've found no items except for pre-releases, then we'll go - # ahead and use the pre-releases - if not filtered and found_prereleases and prereleases is None: - return found_prereleases - - return filtered diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py deleted file mode 100644 index 9a3d25a..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py +++ /dev/null @@ -1,487 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. - -import logging -import platform -import sys -import sysconfig -from importlib.machinery import EXTENSION_SUFFIXES -from typing import ( - Dict, - FrozenSet, - Iterable, - Iterator, - List, - Optional, - Sequence, - Tuple, - Union, - cast, -) - -from . import _manylinux, _musllinux - -logger = logging.getLogger(__name__) - -PythonVersion = Sequence[int] -MacVersion = Tuple[int, int] - -INTERPRETER_SHORT_NAMES: Dict[str, str] = { - "python": "py", # Generic. - "cpython": "cp", - "pypy": "pp", - "ironpython": "ip", - "jython": "jy", -} - - -_32_BIT_INTERPRETER = sys.maxsize <= 2 ** 32 - - -class Tag: - """ - A representation of the tag triple for a wheel. - - Instances are considered immutable and thus are hashable. Equality checking - is also supported. - """ - - __slots__ = ["_interpreter", "_abi", "_platform", "_hash"] - - def __init__(self, interpreter: str, abi: str, platform: str) -> None: - self._interpreter = interpreter.lower() - self._abi = abi.lower() - self._platform = platform.lower() - # The __hash__ of every single element in a Set[Tag] will be evaluated each time - # that a set calls its `.disjoint()` method, which may be called hundreds of - # times when scanning a page of links for packages with tags matching that - # Set[Tag]. Pre-computing the value here produces significant speedups for - # downstream consumers. - self._hash = hash((self._interpreter, self._abi, self._platform)) - - @property - def interpreter(self) -> str: - return self._interpreter - - @property - def abi(self) -> str: - return self._abi - - @property - def platform(self) -> str: - return self._platform - - def __eq__(self, other: object) -> bool: - if not isinstance(other, Tag): - return NotImplemented - - return ( - (self._hash == other._hash) # Short-circuit ASAP for perf reasons. - and (self._platform == other._platform) - and (self._abi == other._abi) - and (self._interpreter == other._interpreter) - ) - - def __hash__(self) -> int: - return self._hash - - def __str__(self) -> str: - return f"{self._interpreter}-{self._abi}-{self._platform}" - - def __repr__(self) -> str: - return f"<{self} @ {id(self)}>" - - -def parse_tag(tag: str) -> FrozenSet[Tag]: - """ - Parses the provided tag (e.g. `py3-none-any`) into a frozenset of Tag instances. - - Returning a set is required due to the possibility that the tag is a - compressed tag set. - """ - tags = set() - interpreters, abis, platforms = tag.split("-") - for interpreter in interpreters.split("."): - for abi in abis.split("."): - for platform_ in platforms.split("."): - tags.add(Tag(interpreter, abi, platform_)) - return frozenset(tags) - - -def _get_config_var(name: str, warn: bool = False) -> Union[int, str, None]: - value = sysconfig.get_config_var(name) - if value is None and warn: - logger.debug( - "Config variable '%s' is unset, Python ABI tag may be incorrect", name - ) - return value - - -def _normalize_string(string: str) -> str: - return string.replace(".", "_").replace("-", "_") - - -def _abi3_applies(python_version: PythonVersion) -> bool: - """ - Determine if the Python version supports abi3. - - PEP 384 was first implemented in Python 3.2. - """ - return len(python_version) > 1 and tuple(python_version) >= (3, 2) - - -def _cpython_abis(py_version: PythonVersion, warn: bool = False) -> List[str]: - py_version = tuple(py_version) # To allow for version comparison. - abis = [] - version = _version_nodot(py_version[:2]) - debug = pymalloc = ucs4 = "" - with_debug = _get_config_var("Py_DEBUG", warn) - has_refcount = hasattr(sys, "gettotalrefcount") - # Windows doesn't set Py_DEBUG, so checking for support of debug-compiled - # extension modules is the best option. - # https://github.com/pypa/pip/issues/3383#issuecomment-173267692 - has_ext = "_d.pyd" in EXTENSION_SUFFIXES - if with_debug or (with_debug is None and (has_refcount or has_ext)): - debug = "d" - if py_version < (3, 8): - with_pymalloc = _get_config_var("WITH_PYMALLOC", warn) - if with_pymalloc or with_pymalloc is None: - pymalloc = "m" - if py_version < (3, 3): - unicode_size = _get_config_var("Py_UNICODE_SIZE", warn) - if unicode_size == 4 or ( - unicode_size is None and sys.maxunicode == 0x10FFFF - ): - ucs4 = "u" - elif debug: - # Debug builds can also load "normal" extension modules. - # We can also assume no UCS-4 or pymalloc requirement. - abis.append(f"cp{version}") - abis.insert( - 0, - "cp{version}{debug}{pymalloc}{ucs4}".format( - version=version, debug=debug, pymalloc=pymalloc, ucs4=ucs4 - ), - ) - return abis - - -def cpython_tags( - python_version: Optional[PythonVersion] = None, - abis: Optional[Iterable[str]] = None, - platforms: Optional[Iterable[str]] = None, - *, - warn: bool = False, -) -> Iterator[Tag]: - """ - Yields the tags for a CPython interpreter. - - The tags consist of: - - cp-- - - cp-abi3- - - cp-none- - - cp-abi3- # Older Python versions down to 3.2. - - If python_version only specifies a major version then user-provided ABIs and - the 'none' ABItag will be used. - - If 'abi3' or 'none' are specified in 'abis' then they will be yielded at - their normal position and not at the beginning. - """ - if not python_version: - python_version = sys.version_info[:2] - - interpreter = f"cp{_version_nodot(python_version[:2])}" - - if abis is None: - if len(python_version) > 1: - abis = _cpython_abis(python_version, warn) - else: - abis = [] - abis = list(abis) - # 'abi3' and 'none' are explicitly handled later. - for explicit_abi in ("abi3", "none"): - try: - abis.remove(explicit_abi) - except ValueError: - pass - - platforms = list(platforms or platform_tags()) - for abi in abis: - for platform_ in platforms: - yield Tag(interpreter, abi, platform_) - if _abi3_applies(python_version): - yield from (Tag(interpreter, "abi3", platform_) for platform_ in platforms) - yield from (Tag(interpreter, "none", platform_) for platform_ in platforms) - - if _abi3_applies(python_version): - for minor_version in range(python_version[1] - 1, 1, -1): - for platform_ in platforms: - interpreter = "cp{version}".format( - version=_version_nodot((python_version[0], minor_version)) - ) - yield Tag(interpreter, "abi3", platform_) - - -def _generic_abi() -> Iterator[str]: - abi = sysconfig.get_config_var("SOABI") - if abi: - yield _normalize_string(abi) - - -def generic_tags( - interpreter: Optional[str] = None, - abis: Optional[Iterable[str]] = None, - platforms: Optional[Iterable[str]] = None, - *, - warn: bool = False, -) -> Iterator[Tag]: - """ - Yields the tags for a generic interpreter. - - The tags consist of: - - -- - - The "none" ABI will be added if it was not explicitly provided. - """ - if not interpreter: - interp_name = interpreter_name() - interp_version = interpreter_version(warn=warn) - interpreter = "".join([interp_name, interp_version]) - if abis is None: - abis = _generic_abi() - platforms = list(platforms or platform_tags()) - abis = list(abis) - if "none" not in abis: - abis.append("none") - for abi in abis: - for platform_ in platforms: - yield Tag(interpreter, abi, platform_) - - -def _py_interpreter_range(py_version: PythonVersion) -> Iterator[str]: - """ - Yields Python versions in descending order. - - After the latest version, the major-only version will be yielded, and then - all previous versions of that major version. - """ - if len(py_version) > 1: - yield f"py{_version_nodot(py_version[:2])}" - yield f"py{py_version[0]}" - if len(py_version) > 1: - for minor in range(py_version[1] - 1, -1, -1): - yield f"py{_version_nodot((py_version[0], minor))}" - - -def compatible_tags( - python_version: Optional[PythonVersion] = None, - interpreter: Optional[str] = None, - platforms: Optional[Iterable[str]] = None, -) -> Iterator[Tag]: - """ - Yields the sequence of tags that are compatible with a specific version of Python. - - The tags consist of: - - py*-none- - - -none-any # ... if `interpreter` is provided. - - py*-none-any - """ - if not python_version: - python_version = sys.version_info[:2] - platforms = list(platforms or platform_tags()) - for version in _py_interpreter_range(python_version): - for platform_ in platforms: - yield Tag(version, "none", platform_) - if interpreter: - yield Tag(interpreter, "none", "any") - for version in _py_interpreter_range(python_version): - yield Tag(version, "none", "any") - - -def _mac_arch(arch: str, is_32bit: bool = _32_BIT_INTERPRETER) -> str: - if not is_32bit: - return arch - - if arch.startswith("ppc"): - return "ppc" - - return "i386" - - -def _mac_binary_formats(version: MacVersion, cpu_arch: str) -> List[str]: - formats = [cpu_arch] - if cpu_arch == "x86_64": - if version < (10, 4): - return [] - formats.extend(["intel", "fat64", "fat32"]) - - elif cpu_arch == "i386": - if version < (10, 4): - return [] - formats.extend(["intel", "fat32", "fat"]) - - elif cpu_arch == "ppc64": - # TODO: Need to care about 32-bit PPC for ppc64 through 10.2? - if version > (10, 5) or version < (10, 4): - return [] - formats.append("fat64") - - elif cpu_arch == "ppc": - if version > (10, 6): - return [] - formats.extend(["fat32", "fat"]) - - if cpu_arch in {"arm64", "x86_64"}: - formats.append("universal2") - - if cpu_arch in {"x86_64", "i386", "ppc64", "ppc", "intel"}: - formats.append("universal") - - return formats - - -def mac_platforms( - version: Optional[MacVersion] = None, arch: Optional[str] = None -) -> Iterator[str]: - """ - Yields the platform tags for a macOS system. - - The `version` parameter is a two-item tuple specifying the macOS version to - generate platform tags for. The `arch` parameter is the CPU architecture to - generate platform tags for. Both parameters default to the appropriate value - for the current system. - """ - version_str, _, cpu_arch = platform.mac_ver() - if version is None: - version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) - else: - version = version - if arch is None: - arch = _mac_arch(cpu_arch) - else: - arch = arch - - if (10, 0) <= version and version < (11, 0): - # Prior to Mac OS 11, each yearly release of Mac OS bumped the - # "minor" version number. The major version was always 10. - for minor_version in range(version[1], -1, -1): - compat_version = 10, minor_version - binary_formats = _mac_binary_formats(compat_version, arch) - for binary_format in binary_formats: - yield "macosx_{major}_{minor}_{binary_format}".format( - major=10, minor=minor_version, binary_format=binary_format - ) - - if version >= (11, 0): - # Starting with Mac OS 11, each yearly release bumps the major version - # number. The minor versions are now the midyear updates. - for major_version in range(version[0], 10, -1): - compat_version = major_version, 0 - binary_formats = _mac_binary_formats(compat_version, arch) - for binary_format in binary_formats: - yield "macosx_{major}_{minor}_{binary_format}".format( - major=major_version, minor=0, binary_format=binary_format - ) - - if version >= (11, 0): - # Mac OS 11 on x86_64 is compatible with binaries from previous releases. - # Arm64 support was introduced in 11.0, so no Arm binaries from previous - # releases exist. - # - # However, the "universal2" binary format can have a - # macOS version earlier than 11.0 when the x86_64 part of the binary supports - # that version of macOS. - if arch == "x86_64": - for minor_version in range(16, 3, -1): - compat_version = 10, minor_version - binary_formats = _mac_binary_formats(compat_version, arch) - for binary_format in binary_formats: - yield "macosx_{major}_{minor}_{binary_format}".format( - major=compat_version[0], - minor=compat_version[1], - binary_format=binary_format, - ) - else: - for minor_version in range(16, 3, -1): - compat_version = 10, minor_version - binary_format = "universal2" - yield "macosx_{major}_{minor}_{binary_format}".format( - major=compat_version[0], - minor=compat_version[1], - binary_format=binary_format, - ) - - -def _linux_platforms(is_32bit: bool = _32_BIT_INTERPRETER) -> Iterator[str]: - linux = _normalize_string(sysconfig.get_platform()) - if is_32bit: - if linux == "linux_x86_64": - linux = "linux_i686" - elif linux == "linux_aarch64": - linux = "linux_armv7l" - _, arch = linux.split("_", 1) - yield from _manylinux.platform_tags(linux, arch) - yield from _musllinux.platform_tags(arch) - yield linux - - -def _generic_platforms() -> Iterator[str]: - yield _normalize_string(sysconfig.get_platform()) - - -def platform_tags() -> Iterator[str]: - """ - Provides the platform tags for this installation. - """ - if platform.system() == "Darwin": - return mac_platforms() - elif platform.system() == "Linux": - return _linux_platforms() - else: - return _generic_platforms() - - -def interpreter_name() -> str: - """ - Returns the name of the running interpreter. - """ - name = sys.implementation.name - return INTERPRETER_SHORT_NAMES.get(name) or name - - -def interpreter_version(*, warn: bool = False) -> str: - """ - Returns the version of the running interpreter. - """ - version = _get_config_var("py_version_nodot", warn=warn) - if version: - version = str(version) - else: - version = _version_nodot(sys.version_info[:2]) - return version - - -def _version_nodot(version: PythonVersion) -> str: - return "".join(map(str, version)) - - -def sys_tags(*, warn: bool = False) -> Iterator[Tag]: - """ - Returns the sequence of tag triples for the running interpreter. - - The order of the sequence corresponds to priority order for the - interpreter, from most to least important. - """ - - interp_name = interpreter_name() - if interp_name == "cp": - yield from cpython_tags(warn=warn) - else: - yield from generic_tags() - - if interp_name == "pp": - yield from compatible_tags(interpreter="pp3") - else: - yield from compatible_tags() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py deleted file mode 100644 index bab11b8..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py +++ /dev/null @@ -1,136 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. - -import re -from typing import FrozenSet, NewType, Tuple, Union, cast - -from .tags import Tag, parse_tag -from .version import InvalidVersion, Version - -BuildTag = Union[Tuple[()], Tuple[int, str]] -NormalizedName = NewType("NormalizedName", str) - - -class InvalidWheelFilename(ValueError): - """ - An invalid wheel filename was found, users should refer to PEP 427. - """ - - -class InvalidSdistFilename(ValueError): - """ - An invalid sdist filename was found, users should refer to the packaging user guide. - """ - - -_canonicalize_regex = re.compile(r"[-_.]+") -# PEP 427: The build number must start with a digit. -_build_tag_regex = re.compile(r"(\d+)(.*)") - - -def canonicalize_name(name: str) -> NormalizedName: - # This is taken from PEP 503. - value = _canonicalize_regex.sub("-", name).lower() - return cast(NormalizedName, value) - - -def canonicalize_version(version: Union[Version, str]) -> str: - """ - This is very similar to Version.__str__, but has one subtle difference - with the way it handles the release segment. - """ - if isinstance(version, str): - try: - parsed = Version(version) - except InvalidVersion: - # Legacy versions cannot be normalized - return version - else: - parsed = version - - parts = [] - - # Epoch - if parsed.epoch != 0: - parts.append(f"{parsed.epoch}!") - - # Release segment - # NB: This strips trailing '.0's to normalize - parts.append(re.sub(r"(\.0)+$", "", ".".join(str(x) for x in parsed.release))) - - # Pre-release - if parsed.pre is not None: - parts.append("".join(str(x) for x in parsed.pre)) - - # Post-release - if parsed.post is not None: - parts.append(f".post{parsed.post}") - - # Development release - if parsed.dev is not None: - parts.append(f".dev{parsed.dev}") - - # Local version segment - if parsed.local is not None: - parts.append(f"+{parsed.local}") - - return "".join(parts) - - -def parse_wheel_filename( - filename: str, -) -> Tuple[NormalizedName, Version, BuildTag, FrozenSet[Tag]]: - if not filename.endswith(".whl"): - raise InvalidWheelFilename( - f"Invalid wheel filename (extension must be '.whl'): {filename}" - ) - - filename = filename[:-4] - dashes = filename.count("-") - if dashes not in (4, 5): - raise InvalidWheelFilename( - f"Invalid wheel filename (wrong number of parts): {filename}" - ) - - parts = filename.split("-", dashes - 2) - name_part = parts[0] - # See PEP 427 for the rules on escaping the project name - if "__" in name_part or re.match(r"^[\w\d._]*$", name_part, re.UNICODE) is None: - raise InvalidWheelFilename(f"Invalid project name: {filename}") - name = canonicalize_name(name_part) - version = Version(parts[1]) - if dashes == 5: - build_part = parts[2] - build_match = _build_tag_regex.match(build_part) - if build_match is None: - raise InvalidWheelFilename( - f"Invalid build number: {build_part} in '{filename}'" - ) - build = cast(BuildTag, (int(build_match.group(1)), build_match.group(2))) - else: - build = () - tags = parse_tag(parts[-1]) - return (name, version, build, tags) - - -def parse_sdist_filename(filename: str) -> Tuple[NormalizedName, Version]: - if filename.endswith(".tar.gz"): - file_stem = filename[: -len(".tar.gz")] - elif filename.endswith(".zip"): - file_stem = filename[: -len(".zip")] - else: - raise InvalidSdistFilename( - f"Invalid sdist filename (extension must be '.tar.gz' or '.zip'):" - f" {filename}" - ) - - # We are requiring a PEP 440 version, which cannot contain dashes, - # so we split on the last dash. - name_part, sep, version_part = file_stem.rpartition("-") - if not sep: - raise InvalidSdistFilename(f"Invalid sdist filename: {filename}") - - name = canonicalize_name(name_part) - version = Version(version_part) - return (name, version) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py deleted file mode 100644 index de9a09a..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py +++ /dev/null @@ -1,504 +0,0 @@ -# This file is dual licensed under the terms of the Apache License, Version -# 2.0, and the BSD License. See the LICENSE file in the root of this repository -# for complete details. - -import collections -import itertools -import re -import warnings -from typing import Callable, Iterator, List, Optional, SupportsInt, Tuple, Union - -from ._structures import Infinity, InfinityType, NegativeInfinity, NegativeInfinityType - -__all__ = ["parse", "Version", "LegacyVersion", "InvalidVersion", "VERSION_PATTERN"] - -InfiniteTypes = Union[InfinityType, NegativeInfinityType] -PrePostDevType = Union[InfiniteTypes, Tuple[str, int]] -SubLocalType = Union[InfiniteTypes, int, str] -LocalType = Union[ - NegativeInfinityType, - Tuple[ - Union[ - SubLocalType, - Tuple[SubLocalType, str], - Tuple[NegativeInfinityType, SubLocalType], - ], - ..., - ], -] -CmpKey = Tuple[ - int, Tuple[int, ...], PrePostDevType, PrePostDevType, PrePostDevType, LocalType -] -LegacyCmpKey = Tuple[int, Tuple[str, ...]] -VersionComparisonMethod = Callable[ - [Union[CmpKey, LegacyCmpKey], Union[CmpKey, LegacyCmpKey]], bool -] - -_Version = collections.namedtuple( - "_Version", ["epoch", "release", "dev", "pre", "post", "local"] -) - - -def parse(version: str) -> Union["LegacyVersion", "Version"]: - """ - Parse the given version string and return either a :class:`Version` object - or a :class:`LegacyVersion` object depending on if the given version is - a valid PEP 440 version or a legacy version. - """ - try: - return Version(version) - except InvalidVersion: - return LegacyVersion(version) - - -class InvalidVersion(ValueError): - """ - An invalid version was found, users should refer to PEP 440. - """ - - -class _BaseVersion: - _key: Union[CmpKey, LegacyCmpKey] - - def __hash__(self) -> int: - return hash(self._key) - - # Please keep the duplicated `isinstance` check - # in the six comparisons hereunder - # unless you find a way to avoid adding overhead function calls. - def __lt__(self, other: "_BaseVersion") -> bool: - if not isinstance(other, _BaseVersion): - return NotImplemented - - return self._key < other._key - - def __le__(self, other: "_BaseVersion") -> bool: - if not isinstance(other, _BaseVersion): - return NotImplemented - - return self._key <= other._key - - def __eq__(self, other: object) -> bool: - if not isinstance(other, _BaseVersion): - return NotImplemented - - return self._key == other._key - - def __ge__(self, other: "_BaseVersion") -> bool: - if not isinstance(other, _BaseVersion): - return NotImplemented - - return self._key >= other._key - - def __gt__(self, other: "_BaseVersion") -> bool: - if not isinstance(other, _BaseVersion): - return NotImplemented - - return self._key > other._key - - def __ne__(self, other: object) -> bool: - if not isinstance(other, _BaseVersion): - return NotImplemented - - return self._key != other._key - - -class LegacyVersion(_BaseVersion): - def __init__(self, version: str) -> None: - self._version = str(version) - self._key = _legacy_cmpkey(self._version) - - warnings.warn( - "Creating a LegacyVersion has been deprecated and will be " - "removed in the next major release", - DeprecationWarning, - ) - - def __str__(self) -> str: - return self._version - - def __repr__(self) -> str: - return f"" - - @property - def public(self) -> str: - return self._version - - @property - def base_version(self) -> str: - return self._version - - @property - def epoch(self) -> int: - return -1 - - @property - def release(self) -> None: - return None - - @property - def pre(self) -> None: - return None - - @property - def post(self) -> None: - return None - - @property - def dev(self) -> None: - return None - - @property - def local(self) -> None: - return None - - @property - def is_prerelease(self) -> bool: - return False - - @property - def is_postrelease(self) -> bool: - return False - - @property - def is_devrelease(self) -> bool: - return False - - -_legacy_version_component_re = re.compile(r"(\d+ | [a-z]+ | \.| -)", re.VERBOSE) - -_legacy_version_replacement_map = { - "pre": "c", - "preview": "c", - "-": "final-", - "rc": "c", - "dev": "@", -} - - -def _parse_version_parts(s: str) -> Iterator[str]: - for part in _legacy_version_component_re.split(s): - part = _legacy_version_replacement_map.get(part, part) - - if not part or part == ".": - continue - - if part[:1] in "0123456789": - # pad for numeric comparison - yield part.zfill(8) - else: - yield "*" + part - - # ensure that alpha/beta/candidate are before final - yield "*final" - - -def _legacy_cmpkey(version: str) -> LegacyCmpKey: - - # We hardcode an epoch of -1 here. A PEP 440 version can only have a epoch - # greater than or equal to 0. This will effectively put the LegacyVersion, - # which uses the defacto standard originally implemented by setuptools, - # as before all PEP 440 versions. - epoch = -1 - - # This scheme is taken from pkg_resources.parse_version setuptools prior to - # it's adoption of the packaging library. - parts: List[str] = [] - for part in _parse_version_parts(version.lower()): - if part.startswith("*"): - # remove "-" before a prerelease tag - if part < "*final": - while parts and parts[-1] == "*final-": - parts.pop() - - # remove trailing zeros from each series of numeric parts - while parts and parts[-1] == "00000000": - parts.pop() - - parts.append(part) - - return epoch, tuple(parts) - - -# Deliberately not anchored to the start and end of the string, to make it -# easier for 3rd party code to reuse -VERSION_PATTERN = r""" - v? - (?: - (?:(?P[0-9]+)!)? # epoch - (?P[0-9]+(?:\.[0-9]+)*) # release segment - (?P
                                          # pre-release
-            [-_\.]?
-            (?P(a|b|c|rc|alpha|beta|pre|preview))
-            [-_\.]?
-            (?P[0-9]+)?
-        )?
-        (?P                                         # post release
-            (?:-(?P[0-9]+))
-            |
-            (?:
-                [-_\.]?
-                (?Ppost|rev|r)
-                [-_\.]?
-                (?P[0-9]+)?
-            )
-        )?
-        (?P                                          # dev release
-            [-_\.]?
-            (?Pdev)
-            [-_\.]?
-            (?P[0-9]+)?
-        )?
-    )
-    (?:\+(?P[a-z0-9]+(?:[-_\.][a-z0-9]+)*))?       # local version
-"""
-
-
-class Version(_BaseVersion):
-
-    _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE)
-
-    def __init__(self, version: str) -> None:
-
-        # Validate the version and parse it into pieces
-        match = self._regex.search(version)
-        if not match:
-            raise InvalidVersion(f"Invalid version: '{version}'")
-
-        # Store the parsed out pieces of the version
-        self._version = _Version(
-            epoch=int(match.group("epoch")) if match.group("epoch") else 0,
-            release=tuple(int(i) for i in match.group("release").split(".")),
-            pre=_parse_letter_version(match.group("pre_l"), match.group("pre_n")),
-            post=_parse_letter_version(
-                match.group("post_l"), match.group("post_n1") or match.group("post_n2")
-            ),
-            dev=_parse_letter_version(match.group("dev_l"), match.group("dev_n")),
-            local=_parse_local_version(match.group("local")),
-        )
-
-        # Generate a key which will be used for sorting
-        self._key = _cmpkey(
-            self._version.epoch,
-            self._version.release,
-            self._version.pre,
-            self._version.post,
-            self._version.dev,
-            self._version.local,
-        )
-
-    def __repr__(self) -> str:
-        return f""
-
-    def __str__(self) -> str:
-        parts = []
-
-        # Epoch
-        if self.epoch != 0:
-            parts.append(f"{self.epoch}!")
-
-        # Release segment
-        parts.append(".".join(str(x) for x in self.release))
-
-        # Pre-release
-        if self.pre is not None:
-            parts.append("".join(str(x) for x in self.pre))
-
-        # Post-release
-        if self.post is not None:
-            parts.append(f".post{self.post}")
-
-        # Development release
-        if self.dev is not None:
-            parts.append(f".dev{self.dev}")
-
-        # Local version segment
-        if self.local is not None:
-            parts.append(f"+{self.local}")
-
-        return "".join(parts)
-
-    @property
-    def epoch(self) -> int:
-        _epoch: int = self._version.epoch
-        return _epoch
-
-    @property
-    def release(self) -> Tuple[int, ...]:
-        _release: Tuple[int, ...] = self._version.release
-        return _release
-
-    @property
-    def pre(self) -> Optional[Tuple[str, int]]:
-        _pre: Optional[Tuple[str, int]] = self._version.pre
-        return _pre
-
-    @property
-    def post(self) -> Optional[int]:
-        return self._version.post[1] if self._version.post else None
-
-    @property
-    def dev(self) -> Optional[int]:
-        return self._version.dev[1] if self._version.dev else None
-
-    @property
-    def local(self) -> Optional[str]:
-        if self._version.local:
-            return ".".join(str(x) for x in self._version.local)
-        else:
-            return None
-
-    @property
-    def public(self) -> str:
-        return str(self).split("+", 1)[0]
-
-    @property
-    def base_version(self) -> str:
-        parts = []
-
-        # Epoch
-        if self.epoch != 0:
-            parts.append(f"{self.epoch}!")
-
-        # Release segment
-        parts.append(".".join(str(x) for x in self.release))
-
-        return "".join(parts)
-
-    @property
-    def is_prerelease(self) -> bool:
-        return self.dev is not None or self.pre is not None
-
-    @property
-    def is_postrelease(self) -> bool:
-        return self.post is not None
-
-    @property
-    def is_devrelease(self) -> bool:
-        return self.dev is not None
-
-    @property
-    def major(self) -> int:
-        return self.release[0] if len(self.release) >= 1 else 0
-
-    @property
-    def minor(self) -> int:
-        return self.release[1] if len(self.release) >= 2 else 0
-
-    @property
-    def micro(self) -> int:
-        return self.release[2] if len(self.release) >= 3 else 0
-
-
-def _parse_letter_version(
-    letter: str, number: Union[str, bytes, SupportsInt]
-) -> Optional[Tuple[str, int]]:
-
-    if letter:
-        # We consider there to be an implicit 0 in a pre-release if there is
-        # not a numeral associated with it.
-        if number is None:
-            number = 0
-
-        # We normalize any letters to their lower case form
-        letter = letter.lower()
-
-        # We consider some words to be alternate spellings of other words and
-        # in those cases we want to normalize the spellings to our preferred
-        # spelling.
-        if letter == "alpha":
-            letter = "a"
-        elif letter == "beta":
-            letter = "b"
-        elif letter in ["c", "pre", "preview"]:
-            letter = "rc"
-        elif letter in ["rev", "r"]:
-            letter = "post"
-
-        return letter, int(number)
-    if not letter and number:
-        # We assume if we are given a number, but we are not given a letter
-        # then this is using the implicit post release syntax (e.g. 1.0-1)
-        letter = "post"
-
-        return letter, int(number)
-
-    return None
-
-
-_local_version_separators = re.compile(r"[\._-]")
-
-
-def _parse_local_version(local: str) -> Optional[LocalType]:
-    """
-    Takes a string like abc.1.twelve and turns it into ("abc", 1, "twelve").
-    """
-    if local is not None:
-        return tuple(
-            part.lower() if not part.isdigit() else int(part)
-            for part in _local_version_separators.split(local)
-        )
-    return None
-
-
-def _cmpkey(
-    epoch: int,
-    release: Tuple[int, ...],
-    pre: Optional[Tuple[str, int]],
-    post: Optional[Tuple[str, int]],
-    dev: Optional[Tuple[str, int]],
-    local: Optional[Tuple[SubLocalType]],
-) -> CmpKey:
-
-    # When we compare a release version, we want to compare it with all of the
-    # trailing zeros removed. So we'll use a reverse the list, drop all the now
-    # leading zeros until we come to something non zero, then take the rest
-    # re-reverse it back into the correct order and make it a tuple and use
-    # that for our sorting key.
-    _release = tuple(
-        reversed(list(itertools.dropwhile(lambda x: x == 0, reversed(release))))
-    )
-
-    # We need to "trick" the sorting algorithm to put 1.0.dev0 before 1.0a0.
-    # We'll do this by abusing the pre segment, but we _only_ want to do this
-    # if there is not a pre or a post segment. If we have one of those then
-    # the normal sorting rules will handle this case correctly.
-    if pre is None and post is None and dev is not None:
-        _pre: PrePostDevType = NegativeInfinity
-    # Versions without a pre-release (except as noted above) should sort after
-    # those with one.
-    elif pre is None:
-        _pre = Infinity
-    else:
-        _pre = pre
-
-    # Versions without a post segment should sort before those with one.
-    if post is None:
-        _post: PrePostDevType = NegativeInfinity
-
-    else:
-        _post = post
-
-    # Versions without a development segment should sort after those with one.
-    if dev is None:
-        _dev: PrePostDevType = Infinity
-
-    else:
-        _dev = dev
-
-    if local is None:
-        # Versions without a local segment should sort before those with one.
-        _local: LocalType = NegativeInfinity
-    else:
-        # Versions with a local segment need that segment parsed to implement
-        # the sorting rules in PEP440.
-        # - Alpha numeric segments sort before numeric segments
-        # - Alpha numeric segments sort lexicographically
-        # - Numeric segments sort numerically
-        # - Shorter versions sort before longer versions when the prefixes
-        #   match exactly
-        _local = tuple(
-            (i, "") if isinstance(i, int) else (NegativeInfinity, i) for i in local
-        )
-
-    return epoch, _release, _pre, _post, _dev, _local
diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
deleted file mode 100644
index ad27940..0000000
--- a/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
+++ /dev/null
@@ -1,3361 +0,0 @@
-"""
-Package resource API
---------------------
-
-A resource is a logical file contained within a package, or a logical
-subdirectory thereof.  The package resource API expects resource names
-to have their path parts separated with ``/``, *not* whatever the local
-path separator is.  Do not use os.path operations to manipulate resource
-names being passed into the API.
-
-The package resource API is designed to work with normal filesystem packages,
-.egg files, and unpacked .egg files.  It can also work in a limited way with
-.zip files and with custom PEP 302 loaders that support the ``get_data()``
-method.
-
-This module is deprecated. Users are directed to :mod:`importlib.resources`,
-:mod:`importlib.metadata` and :pypi:`packaging` instead.
-"""
-
-import sys
-import os
-import io
-import time
-import re
-import types
-import zipfile
-import zipimport
-import warnings
-import stat
-import functools
-import pkgutil
-import operator
-import platform
-import collections
-import plistlib
-import email.parser
-import errno
-import tempfile
-import textwrap
-import inspect
-import ntpath
-import posixpath
-import importlib
-from pkgutil import get_importer
-
-try:
-    import _imp
-except ImportError:
-    # Python 3.2 compatibility
-    import imp as _imp
-
-try:
-    FileExistsError
-except NameError:
-    FileExistsError = OSError
-
-# capture these to bypass sandboxing
-from os import utime
-
-try:
-    from os import mkdir, rename, unlink
-
-    WRITE_SUPPORT = True
-except ImportError:
-    # no write support, probably under GAE
-    WRITE_SUPPORT = False
-
-from os import open as os_open
-from os.path import isdir, split
-
-try:
-    import importlib.machinery as importlib_machinery
-
-    # access attribute to force import under delayed import mechanisms.
-    importlib_machinery.__name__
-except ImportError:
-    importlib_machinery = None
-
-from pip._internal.utils._jaraco_text import (
-    yield_lines,
-    drop_comment,
-    join_continuation,
-)
-
-from pip._vendor import platformdirs
-from pip._vendor import packaging
-
-__import__('pip._vendor.packaging.version')
-__import__('pip._vendor.packaging.specifiers')
-__import__('pip._vendor.packaging.requirements')
-__import__('pip._vendor.packaging.markers')
-__import__('pip._vendor.packaging.utils')
-
-if sys.version_info < (3, 5):
-    raise RuntimeError("Python 3.5 or later is required")
-
-# declare some globals that will be defined later to
-# satisfy the linters.
-require = None
-working_set = None
-add_activation_listener = None
-resources_stream = None
-cleanup_resources = None
-resource_dir = None
-resource_stream = None
-set_extraction_path = None
-resource_isdir = None
-resource_string = None
-iter_entry_points = None
-resource_listdir = None
-resource_filename = None
-resource_exists = None
-_distribution_finders = None
-_namespace_handlers = None
-_namespace_packages = None
-
-
-warnings.warn(
-    "pkg_resources is deprecated as an API. "
-    "See https://setuptools.pypa.io/en/latest/pkg_resources.html",
-    DeprecationWarning,
-    stacklevel=2
-)
-
-
-_PEP440_FALLBACK = re.compile(r"^v?(?P(?:[0-9]+!)?[0-9]+(?:\.[0-9]+)*)", re.I)
-
-
-class PEP440Warning(RuntimeWarning):
-    """
-    Used when there is an issue with a version or specifier not complying with
-    PEP 440.
-    """
-
-
-parse_version = packaging.version.Version
-
-
-_state_vars = {}
-
-
-def _declare_state(vartype, **kw):
-    globals().update(kw)
-    _state_vars.update(dict.fromkeys(kw, vartype))
-
-
-def __getstate__():
-    state = {}
-    g = globals()
-    for k, v in _state_vars.items():
-        state[k] = g['_sget_' + v](g[k])
-    return state
-
-
-def __setstate__(state):
-    g = globals()
-    for k, v in state.items():
-        g['_sset_' + _state_vars[k]](k, g[k], v)
-    return state
-
-
-def _sget_dict(val):
-    return val.copy()
-
-
-def _sset_dict(key, ob, state):
-    ob.clear()
-    ob.update(state)
-
-
-def _sget_object(val):
-    return val.__getstate__()
-
-
-def _sset_object(key, ob, state):
-    ob.__setstate__(state)
-
-
-_sget_none = _sset_none = lambda *args: None
-
-
-def get_supported_platform():
-    """Return this platform's maximum compatible version.
-
-    distutils.util.get_platform() normally reports the minimum version
-    of macOS that would be required to *use* extensions produced by
-    distutils.  But what we want when checking compatibility is to know the
-    version of macOS that we are *running*.  To allow usage of packages that
-    explicitly require a newer version of macOS, we must also know the
-    current version of the OS.
-
-    If this condition occurs for any other platform with a version in its
-    platform strings, this function should be extended accordingly.
-    """
-    plat = get_build_platform()
-    m = macosVersionString.match(plat)
-    if m is not None and sys.platform == "darwin":
-        try:
-            plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
-        except ValueError:
-            # not macOS
-            pass
-    return plat
-
-
-__all__ = [
-    # Basic resource access and distribution/entry point discovery
-    'require',
-    'run_script',
-    'get_provider',
-    'get_distribution',
-    'load_entry_point',
-    'get_entry_map',
-    'get_entry_info',
-    'iter_entry_points',
-    'resource_string',
-    'resource_stream',
-    'resource_filename',
-    'resource_listdir',
-    'resource_exists',
-    'resource_isdir',
-    # Environmental control
-    'declare_namespace',
-    'working_set',
-    'add_activation_listener',
-    'find_distributions',
-    'set_extraction_path',
-    'cleanup_resources',
-    'get_default_cache',
-    # Primary implementation classes
-    'Environment',
-    'WorkingSet',
-    'ResourceManager',
-    'Distribution',
-    'Requirement',
-    'EntryPoint',
-    # Exceptions
-    'ResolutionError',
-    'VersionConflict',
-    'DistributionNotFound',
-    'UnknownExtra',
-    'ExtractionError',
-    # Warnings
-    'PEP440Warning',
-    # Parsing functions and string utilities
-    'parse_requirements',
-    'parse_version',
-    'safe_name',
-    'safe_version',
-    'get_platform',
-    'compatible_platforms',
-    'yield_lines',
-    'split_sections',
-    'safe_extra',
-    'to_filename',
-    'invalid_marker',
-    'evaluate_marker',
-    # filesystem utilities
-    'ensure_directory',
-    'normalize_path',
-    # Distribution "precedence" constants
-    'EGG_DIST',
-    'BINARY_DIST',
-    'SOURCE_DIST',
-    'CHECKOUT_DIST',
-    'DEVELOP_DIST',
-    # "Provider" interfaces, implementations, and registration/lookup APIs
-    'IMetadataProvider',
-    'IResourceProvider',
-    'FileMetadata',
-    'PathMetadata',
-    'EggMetadata',
-    'EmptyProvider',
-    'empty_provider',
-    'NullProvider',
-    'EggProvider',
-    'DefaultProvider',
-    'ZipProvider',
-    'register_finder',
-    'register_namespace_handler',
-    'register_loader_type',
-    'fixup_namespace_packages',
-    'get_importer',
-    # Warnings
-    'PkgResourcesDeprecationWarning',
-    # Deprecated/backward compatibility only
-    'run_main',
-    'AvailableDistributions',
-]
-
-
-class ResolutionError(Exception):
-    """Abstract base for dependency resolution errors"""
-
-    def __repr__(self):
-        return self.__class__.__name__ + repr(self.args)
-
-
-class VersionConflict(ResolutionError):
-    """
-    An already-installed version conflicts with the requested version.
-
-    Should be initialized with the installed Distribution and the requested
-    Requirement.
-    """
-
-    _template = "{self.dist} is installed but {self.req} is required"
-
-    @property
-    def dist(self):
-        return self.args[0]
-
-    @property
-    def req(self):
-        return self.args[1]
-
-    def report(self):
-        return self._template.format(**locals())
-
-    def with_context(self, required_by):
-        """
-        If required_by is non-empty, return a version of self that is a
-        ContextualVersionConflict.
-        """
-        if not required_by:
-            return self
-        args = self.args + (required_by,)
-        return ContextualVersionConflict(*args)
-
-
-class ContextualVersionConflict(VersionConflict):
-    """
-    A VersionConflict that accepts a third parameter, the set of the
-    requirements that required the installed Distribution.
-    """
-
-    _template = VersionConflict._template + ' by {self.required_by}'
-
-    @property
-    def required_by(self):
-        return self.args[2]
-
-
-class DistributionNotFound(ResolutionError):
-    """A requested distribution was not found"""
-
-    _template = (
-        "The '{self.req}' distribution was not found "
-        "and is required by {self.requirers_str}"
-    )
-
-    @property
-    def req(self):
-        return self.args[0]
-
-    @property
-    def requirers(self):
-        return self.args[1]
-
-    @property
-    def requirers_str(self):
-        if not self.requirers:
-            return 'the application'
-        return ', '.join(self.requirers)
-
-    def report(self):
-        return self._template.format(**locals())
-
-    def __str__(self):
-        return self.report()
-
-
-class UnknownExtra(ResolutionError):
-    """Distribution doesn't have an "extra feature" of the given name"""
-
-
-_provider_factories = {}
-
-PY_MAJOR = '{}.{}'.format(*sys.version_info)
-EGG_DIST = 3
-BINARY_DIST = 2
-SOURCE_DIST = 1
-CHECKOUT_DIST = 0
-DEVELOP_DIST = -1
-
-
-def register_loader_type(loader_type, provider_factory):
-    """Register `provider_factory` to make providers for `loader_type`
-
-    `loader_type` is the type or class of a PEP 302 ``module.__loader__``,
-    and `provider_factory` is a function that, passed a *module* object,
-    returns an ``IResourceProvider`` for that module.
-    """
-    _provider_factories[loader_type] = provider_factory
-
-
-def get_provider(moduleOrReq):
-    """Return an IResourceProvider for the named module or requirement"""
-    if isinstance(moduleOrReq, Requirement):
-        return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
-    try:
-        module = sys.modules[moduleOrReq]
-    except KeyError:
-        __import__(moduleOrReq)
-        module = sys.modules[moduleOrReq]
-    loader = getattr(module, '__loader__', None)
-    return _find_adapter(_provider_factories, loader)(module)
-
-
-def _macos_vers(_cache=[]):
-    if not _cache:
-        version = platform.mac_ver()[0]
-        # fallback for MacPorts
-        if version == '':
-            plist = '/System/Library/CoreServices/SystemVersion.plist'
-            if os.path.exists(plist):
-                if hasattr(plistlib, 'readPlist'):
-                    plist_content = plistlib.readPlist(plist)
-                    if 'ProductVersion' in plist_content:
-                        version = plist_content['ProductVersion']
-
-        _cache.append(version.split('.'))
-    return _cache[0]
-
-
-def _macos_arch(machine):
-    return {'PowerPC': 'ppc', 'Power_Macintosh': 'ppc'}.get(machine, machine)
-
-
-def get_build_platform():
-    """Return this platform's string for platform-specific distributions
-
-    XXX Currently this is the same as ``distutils.util.get_platform()``, but it
-    needs some hacks for Linux and macOS.
-    """
-    from sysconfig import get_platform
-
-    plat = get_platform()
-    if sys.platform == "darwin" and not plat.startswith('macosx-'):
-        try:
-            version = _macos_vers()
-            machine = os.uname()[4].replace(" ", "_")
-            return "macosx-%d.%d-%s" % (
-                int(version[0]),
-                int(version[1]),
-                _macos_arch(machine),
-            )
-        except ValueError:
-            # if someone is running a non-Mac darwin system, this will fall
-            # through to the default implementation
-            pass
-    return plat
-
-
-macosVersionString = re.compile(r"macosx-(\d+)\.(\d+)-(.*)")
-darwinVersionString = re.compile(r"darwin-(\d+)\.(\d+)\.(\d+)-(.*)")
-# XXX backward compat
-get_platform = get_build_platform
-
-
-def compatible_platforms(provided, required):
-    """Can code for the `provided` platform run on the `required` platform?
-
-    Returns true if either platform is ``None``, or the platforms are equal.
-
-    XXX Needs compatibility checks for Linux and other unixy OSes.
-    """
-    if provided is None or required is None or provided == required:
-        # easy case
-        return True
-
-    # macOS special cases
-    reqMac = macosVersionString.match(required)
-    if reqMac:
-        provMac = macosVersionString.match(provided)
-
-        # is this a Mac package?
-        if not provMac:
-            # this is backwards compatibility for packages built before
-            # setuptools 0.6. All packages built after this point will
-            # use the new macOS designation.
-            provDarwin = darwinVersionString.match(provided)
-            if provDarwin:
-                dversion = int(provDarwin.group(1))
-                macosversion = "%s.%s" % (reqMac.group(1), reqMac.group(2))
-                if (
-                    dversion == 7
-                    and macosversion >= "10.3"
-                    or dversion == 8
-                    and macosversion >= "10.4"
-                ):
-                    return True
-            # egg isn't macOS or legacy darwin
-            return False
-
-        # are they the same major version and machine type?
-        if provMac.group(1) != reqMac.group(1) or provMac.group(3) != reqMac.group(3):
-            return False
-
-        # is the required OS major update >= the provided one?
-        if int(provMac.group(2)) > int(reqMac.group(2)):
-            return False
-
-        return True
-
-    # XXX Linux and other platforms' special cases should go here
-    return False
-
-
-def run_script(dist_spec, script_name):
-    """Locate distribution `dist_spec` and run its `script_name` script"""
-    ns = sys._getframe(1).f_globals
-    name = ns['__name__']
-    ns.clear()
-    ns['__name__'] = name
-    require(dist_spec)[0].run_script(script_name, ns)
-
-
-# backward compatibility
-run_main = run_script
-
-
-def get_distribution(dist):
-    """Return a current distribution object for a Requirement or string"""
-    if isinstance(dist, str):
-        dist = Requirement.parse(dist)
-    if isinstance(dist, Requirement):
-        dist = get_provider(dist)
-    if not isinstance(dist, Distribution):
-        raise TypeError("Expected string, Requirement, or Distribution", dist)
-    return dist
-
-
-def load_entry_point(dist, group, name):
-    """Return `name` entry point of `group` for `dist` or raise ImportError"""
-    return get_distribution(dist).load_entry_point(group, name)
-
-
-def get_entry_map(dist, group=None):
-    """Return the entry point map for `group`, or the full entry map"""
-    return get_distribution(dist).get_entry_map(group)
-
-
-def get_entry_info(dist, group, name):
-    """Return the EntryPoint object for `group`+`name`, or ``None``"""
-    return get_distribution(dist).get_entry_info(group, name)
-
-
-class IMetadataProvider:
-    def has_metadata(name):
-        """Does the package's distribution contain the named metadata?"""
-
-    def get_metadata(name):
-        """The named metadata resource as a string"""
-
-    def get_metadata_lines(name):
-        """Yield named metadata resource as list of non-blank non-comment lines
-
-        Leading and trailing whitespace is stripped from each line, and lines
-        with ``#`` as the first non-blank character are omitted."""
-
-    def metadata_isdir(name):
-        """Is the named metadata a directory?  (like ``os.path.isdir()``)"""
-
-    def metadata_listdir(name):
-        """List of metadata names in the directory (like ``os.listdir()``)"""
-
-    def run_script(script_name, namespace):
-        """Execute the named script in the supplied namespace dictionary"""
-
-
-class IResourceProvider(IMetadataProvider):
-    """An object that provides access to package resources"""
-
-    def get_resource_filename(manager, resource_name):
-        """Return a true filesystem path for `resource_name`
-
-        `manager` must be an ``IResourceManager``"""
-
-    def get_resource_stream(manager, resource_name):
-        """Return a readable file-like object for `resource_name`
-
-        `manager` must be an ``IResourceManager``"""
-
-    def get_resource_string(manager, resource_name):
-        """Return a string containing the contents of `resource_name`
-
-        `manager` must be an ``IResourceManager``"""
-
-    def has_resource(resource_name):
-        """Does the package contain the named resource?"""
-
-    def resource_isdir(resource_name):
-        """Is the named resource a directory?  (like ``os.path.isdir()``)"""
-
-    def resource_listdir(resource_name):
-        """List of resource names in the directory (like ``os.listdir()``)"""
-
-
-class WorkingSet:
-    """A collection of active distributions on sys.path (or a similar list)"""
-
-    def __init__(self, entries=None):
-        """Create working set from list of path entries (default=sys.path)"""
-        self.entries = []
-        self.entry_keys = {}
-        self.by_key = {}
-        self.normalized_to_canonical_keys = {}
-        self.callbacks = []
-
-        if entries is None:
-            entries = sys.path
-
-        for entry in entries:
-            self.add_entry(entry)
-
-    @classmethod
-    def _build_master(cls):
-        """
-        Prepare the master working set.
-        """
-        ws = cls()
-        try:
-            from __main__ import __requires__
-        except ImportError:
-            # The main program does not list any requirements
-            return ws
-
-        # ensure the requirements are met
-        try:
-            ws.require(__requires__)
-        except VersionConflict:
-            return cls._build_from_requirements(__requires__)
-
-        return ws
-
-    @classmethod
-    def _build_from_requirements(cls, req_spec):
-        """
-        Build a working set from a requirement spec. Rewrites sys.path.
-        """
-        # try it without defaults already on sys.path
-        # by starting with an empty path
-        ws = cls([])
-        reqs = parse_requirements(req_spec)
-        dists = ws.resolve(reqs, Environment())
-        for dist in dists:
-            ws.add(dist)
-
-        # add any missing entries from sys.path
-        for entry in sys.path:
-            if entry not in ws.entries:
-                ws.add_entry(entry)
-
-        # then copy back to sys.path
-        sys.path[:] = ws.entries
-        return ws
-
-    def add_entry(self, entry):
-        """Add a path item to ``.entries``, finding any distributions on it
-
-        ``find_distributions(entry, True)`` is used to find distributions
-        corresponding to the path entry, and they are added.  `entry` is
-        always appended to ``.entries``, even if it is already present.
-        (This is because ``sys.path`` can contain the same value more than
-        once, and the ``.entries`` of the ``sys.path`` WorkingSet should always
-        equal ``sys.path``.)
-        """
-        self.entry_keys.setdefault(entry, [])
-        self.entries.append(entry)
-        for dist in find_distributions(entry, True):
-            self.add(dist, entry, False)
-
-    def __contains__(self, dist):
-        """True if `dist` is the active distribution for its project"""
-        return self.by_key.get(dist.key) == dist
-
-    def find(self, req):
-        """Find a distribution matching requirement `req`
-
-        If there is an active distribution for the requested project, this
-        returns it as long as it meets the version requirement specified by
-        `req`.  But, if there is an active distribution for the project and it
-        does *not* meet the `req` requirement, ``VersionConflict`` is raised.
-        If there is no active distribution for the requested project, ``None``
-        is returned.
-        """
-        dist = self.by_key.get(req.key)
-
-        if dist is None:
-            canonical_key = self.normalized_to_canonical_keys.get(req.key)
-
-            if canonical_key is not None:
-                req.key = canonical_key
-                dist = self.by_key.get(canonical_key)
-
-        if dist is not None and dist not in req:
-            # XXX add more info
-            raise VersionConflict(dist, req)
-        return dist
-
-    def iter_entry_points(self, group, name=None):
-        """Yield entry point objects from `group` matching `name`
-
-        If `name` is None, yields all entry points in `group` from all
-        distributions in the working set, otherwise only ones matching
-        both `group` and `name` are yielded (in distribution order).
-        """
-        return (
-            entry
-            for dist in self
-            for entry in dist.get_entry_map(group).values()
-            if name is None or name == entry.name
-        )
-
-    def run_script(self, requires, script_name):
-        """Locate distribution for `requires` and run `script_name` script"""
-        ns = sys._getframe(1).f_globals
-        name = ns['__name__']
-        ns.clear()
-        ns['__name__'] = name
-        self.require(requires)[0].run_script(script_name, ns)
-
-    def __iter__(self):
-        """Yield distributions for non-duplicate projects in the working set
-
-        The yield order is the order in which the items' path entries were
-        added to the working set.
-        """
-        seen = {}
-        for item in self.entries:
-            if item not in self.entry_keys:
-                # workaround a cache issue
-                continue
-
-            for key in self.entry_keys[item]:
-                if key not in seen:
-                    seen[key] = 1
-                    yield self.by_key[key]
-
-    def add(self, dist, entry=None, insert=True, replace=False):
-        """Add `dist` to working set, associated with `entry`
-
-        If `entry` is unspecified, it defaults to the ``.location`` of `dist`.
-        On exit from this routine, `entry` is added to the end of the working
-        set's ``.entries`` (if it wasn't already present).
-
-        `dist` is only added to the working set if it's for a project that
-        doesn't already have a distribution in the set, unless `replace=True`.
-        If it's added, any callbacks registered with the ``subscribe()`` method
-        will be called.
-        """
-        if insert:
-            dist.insert_on(self.entries, entry, replace=replace)
-
-        if entry is None:
-            entry = dist.location
-        keys = self.entry_keys.setdefault(entry, [])
-        keys2 = self.entry_keys.setdefault(dist.location, [])
-        if not replace and dist.key in self.by_key:
-            # ignore hidden distros
-            return
-
-        self.by_key[dist.key] = dist
-        normalized_name = packaging.utils.canonicalize_name(dist.key)
-        self.normalized_to_canonical_keys[normalized_name] = dist.key
-        if dist.key not in keys:
-            keys.append(dist.key)
-        if dist.key not in keys2:
-            keys2.append(dist.key)
-        self._added_new(dist)
-
-    def resolve(
-        self,
-        requirements,
-        env=None,
-        installer=None,
-        replace_conflicting=False,
-        extras=None,
-    ):
-        """List all distributions needed to (recursively) meet `requirements`
-
-        `requirements` must be a sequence of ``Requirement`` objects.  `env`,
-        if supplied, should be an ``Environment`` instance.  If
-        not supplied, it defaults to all distributions available within any
-        entry or distribution in the working set.  `installer`, if supplied,
-        will be invoked with each requirement that cannot be met by an
-        already-installed distribution; it should return a ``Distribution`` or
-        ``None``.
-
-        Unless `replace_conflicting=True`, raises a VersionConflict exception
-        if
-        any requirements are found on the path that have the correct name but
-        the wrong version.  Otherwise, if an `installer` is supplied it will be
-        invoked to obtain the correct version of the requirement and activate
-        it.
-
-        `extras` is a list of the extras to be used with these requirements.
-        This is important because extra requirements may look like `my_req;
-        extra = "my_extra"`, which would otherwise be interpreted as a purely
-        optional requirement.  Instead, we want to be able to assert that these
-        requirements are truly required.
-        """
-
-        # set up the stack
-        requirements = list(requirements)[::-1]
-        # set of processed requirements
-        processed = {}
-        # key -> dist
-        best = {}
-        to_activate = []
-
-        req_extras = _ReqExtras()
-
-        # Mapping of requirement to set of distributions that required it;
-        # useful for reporting info about conflicts.
-        required_by = collections.defaultdict(set)
-
-        while requirements:
-            # process dependencies breadth-first
-            req = requirements.pop(0)
-            if req in processed:
-                # Ignore cyclic or redundant dependencies
-                continue
-
-            if not req_extras.markers_pass(req, extras):
-                continue
-
-            dist = self._resolve_dist(
-                req, best, replace_conflicting, env, installer, required_by, to_activate
-            )
-
-            # push the new requirements onto the stack
-            new_requirements = dist.requires(req.extras)[::-1]
-            requirements.extend(new_requirements)
-
-            # Register the new requirements needed by req
-            for new_requirement in new_requirements:
-                required_by[new_requirement].add(req.project_name)
-                req_extras[new_requirement] = req.extras
-
-            processed[req] = True
-
-        # return list of distros to activate
-        return to_activate
-
-    def _resolve_dist(
-        self, req, best, replace_conflicting, env, installer, required_by, to_activate
-    ):
-        dist = best.get(req.key)
-        if dist is None:
-            # Find the best distribution and add it to the map
-            dist = self.by_key.get(req.key)
-            if dist is None or (dist not in req and replace_conflicting):
-                ws = self
-                if env is None:
-                    if dist is None:
-                        env = Environment(self.entries)
-                    else:
-                        # Use an empty environment and workingset to avoid
-                        # any further conflicts with the conflicting
-                        # distribution
-                        env = Environment([])
-                        ws = WorkingSet([])
-                dist = best[req.key] = env.best_match(
-                    req, ws, installer, replace_conflicting=replace_conflicting
-                )
-                if dist is None:
-                    requirers = required_by.get(req, None)
-                    raise DistributionNotFound(req, requirers)
-            to_activate.append(dist)
-        if dist not in req:
-            # Oops, the "best" so far conflicts with a dependency
-            dependent_req = required_by[req]
-            raise VersionConflict(dist, req).with_context(dependent_req)
-        return dist
-
-    def find_plugins(self, plugin_env, full_env=None, installer=None, fallback=True):
-        """Find all activatable distributions in `plugin_env`
-
-        Example usage::
-
-            distributions, errors = working_set.find_plugins(
-                Environment(plugin_dirlist)
-            )
-            # add plugins+libs to sys.path
-            map(working_set.add, distributions)
-            # display errors
-            print('Could not load', errors)
-
-        The `plugin_env` should be an ``Environment`` instance that contains
-        only distributions that are in the project's "plugin directory" or
-        directories. The `full_env`, if supplied, should be an ``Environment``
-        contains all currently-available distributions.  If `full_env` is not
-        supplied, one is created automatically from the ``WorkingSet`` this
-        method is called on, which will typically mean that every directory on
-        ``sys.path`` will be scanned for distributions.
-
-        `installer` is a standard installer callback as used by the
-        ``resolve()`` method. The `fallback` flag indicates whether we should
-        attempt to resolve older versions of a plugin if the newest version
-        cannot be resolved.
-
-        This method returns a 2-tuple: (`distributions`, `error_info`), where
-        `distributions` is a list of the distributions found in `plugin_env`
-        that were loadable, along with any other distributions that are needed
-        to resolve their dependencies.  `error_info` is a dictionary mapping
-        unloadable plugin distributions to an exception instance describing the
-        error that occurred. Usually this will be a ``DistributionNotFound`` or
-        ``VersionConflict`` instance.
-        """
-
-        plugin_projects = list(plugin_env)
-        # scan project names in alphabetic order
-        plugin_projects.sort()
-
-        error_info = {}
-        distributions = {}
-
-        if full_env is None:
-            env = Environment(self.entries)
-            env += plugin_env
-        else:
-            env = full_env + plugin_env
-
-        shadow_set = self.__class__([])
-        # put all our entries in shadow_set
-        list(map(shadow_set.add, self))
-
-        for project_name in plugin_projects:
-            for dist in plugin_env[project_name]:
-                req = [dist.as_requirement()]
-
-                try:
-                    resolvees = shadow_set.resolve(req, env, installer)
-
-                except ResolutionError as v:
-                    # save error info
-                    error_info[dist] = v
-                    if fallback:
-                        # try the next older version of project
-                        continue
-                    else:
-                        # give up on this project, keep going
-                        break
-
-                else:
-                    list(map(shadow_set.add, resolvees))
-                    distributions.update(dict.fromkeys(resolvees))
-
-                    # success, no need to try any more versions of this project
-                    break
-
-        distributions = list(distributions)
-        distributions.sort()
-
-        return distributions, error_info
-
-    def require(self, *requirements):
-        """Ensure that distributions matching `requirements` are activated
-
-        `requirements` must be a string or a (possibly-nested) sequence
-        thereof, specifying the distributions and versions required.  The
-        return value is a sequence of the distributions that needed to be
-        activated to fulfill the requirements; all relevant distributions are
-        included, even if they were already activated in this working set.
-        """
-        needed = self.resolve(parse_requirements(requirements))
-
-        for dist in needed:
-            self.add(dist)
-
-        return needed
-
-    def subscribe(self, callback, existing=True):
-        """Invoke `callback` for all distributions
-
-        If `existing=True` (default),
-        call on all existing ones, as well.
-        """
-        if callback in self.callbacks:
-            return
-        self.callbacks.append(callback)
-        if not existing:
-            return
-        for dist in self:
-            callback(dist)
-
-    def _added_new(self, dist):
-        for callback in self.callbacks:
-            callback(dist)
-
-    def __getstate__(self):
-        return (
-            self.entries[:],
-            self.entry_keys.copy(),
-            self.by_key.copy(),
-            self.normalized_to_canonical_keys.copy(),
-            self.callbacks[:],
-        )
-
-    def __setstate__(self, e_k_b_n_c):
-        entries, keys, by_key, normalized_to_canonical_keys, callbacks = e_k_b_n_c
-        self.entries = entries[:]
-        self.entry_keys = keys.copy()
-        self.by_key = by_key.copy()
-        self.normalized_to_canonical_keys = normalized_to_canonical_keys.copy()
-        self.callbacks = callbacks[:]
-
-
-class _ReqExtras(dict):
-    """
-    Map each requirement to the extras that demanded it.
-    """
-
-    def markers_pass(self, req, extras=None):
-        """
-        Evaluate markers for req against each extra that
-        demanded it.
-
-        Return False if the req has a marker and fails
-        evaluation. Otherwise, return True.
-        """
-        extra_evals = (
-            req.marker.evaluate({'extra': extra})
-            for extra in self.get(req, ()) + (extras or (None,))
-        )
-        return not req.marker or any(extra_evals)
-
-
-class Environment:
-    """Searchable snapshot of distributions on a search path"""
-
-    def __init__(
-        self, search_path=None, platform=get_supported_platform(), python=PY_MAJOR
-    ):
-        """Snapshot distributions available on a search path
-
-        Any distributions found on `search_path` are added to the environment.
-        `search_path` should be a sequence of ``sys.path`` items.  If not
-        supplied, ``sys.path`` is used.
-
-        `platform` is an optional string specifying the name of the platform
-        that platform-specific distributions must be compatible with.  If
-        unspecified, it defaults to the current platform.  `python` is an
-        optional string naming the desired version of Python (e.g. ``'3.6'``);
-        it defaults to the current version.
-
-        You may explicitly set `platform` (and/or `python`) to ``None`` if you
-        wish to map *all* distributions, not just those compatible with the
-        running platform or Python version.
-        """
-        self._distmap = {}
-        self.platform = platform
-        self.python = python
-        self.scan(search_path)
-
-    def can_add(self, dist):
-        """Is distribution `dist` acceptable for this environment?
-
-        The distribution must match the platform and python version
-        requirements specified when this environment was created, or False
-        is returned.
-        """
-        py_compat = (
-            self.python is None
-            or dist.py_version is None
-            or dist.py_version == self.python
-        )
-        return py_compat and compatible_platforms(dist.platform, self.platform)
-
-    def remove(self, dist):
-        """Remove `dist` from the environment"""
-        self._distmap[dist.key].remove(dist)
-
-    def scan(self, search_path=None):
-        """Scan `search_path` for distributions usable in this environment
-
-        Any distributions found are added to the environment.
-        `search_path` should be a sequence of ``sys.path`` items.  If not
-        supplied, ``sys.path`` is used.  Only distributions conforming to
-        the platform/python version defined at initialization are added.
-        """
-        if search_path is None:
-            search_path = sys.path
-
-        for item in search_path:
-            for dist in find_distributions(item):
-                self.add(dist)
-
-    def __getitem__(self, project_name):
-        """Return a newest-to-oldest list of distributions for `project_name`
-
-        Uses case-insensitive `project_name` comparison, assuming all the
-        project's distributions use their project's name converted to all
-        lowercase as their key.
-
-        """
-        distribution_key = project_name.lower()
-        return self._distmap.get(distribution_key, [])
-
-    def add(self, dist):
-        """Add `dist` if we ``can_add()`` it and it has not already been added"""
-        if self.can_add(dist) and dist.has_version():
-            dists = self._distmap.setdefault(dist.key, [])
-            if dist not in dists:
-                dists.append(dist)
-                dists.sort(key=operator.attrgetter('hashcmp'), reverse=True)
-
-    def best_match(self, req, working_set, installer=None, replace_conflicting=False):
-        """Find distribution best matching `req` and usable on `working_set`
-
-        This calls the ``find(req)`` method of the `working_set` to see if a
-        suitable distribution is already active.  (This may raise
-        ``VersionConflict`` if an unsuitable version of the project is already
-        active in the specified `working_set`.)  If a suitable distribution
-        isn't active, this method returns the newest distribution in the
-        environment that meets the ``Requirement`` in `req`.  If no suitable
-        distribution is found, and `installer` is supplied, then the result of
-        calling the environment's ``obtain(req, installer)`` method will be
-        returned.
-        """
-        try:
-            dist = working_set.find(req)
-        except VersionConflict:
-            if not replace_conflicting:
-                raise
-            dist = None
-        if dist is not None:
-            return dist
-        for dist in self[req.key]:
-            if dist in req:
-                return dist
-        # try to download/install
-        return self.obtain(req, installer)
-
-    def obtain(self, requirement, installer=None):
-        """Obtain a distribution matching `requirement` (e.g. via download)
-
-        Obtain a distro that matches requirement (e.g. via download).  In the
-        base ``Environment`` class, this routine just returns
-        ``installer(requirement)``, unless `installer` is None, in which case
-        None is returned instead.  This method is a hook that allows subclasses
-        to attempt other ways of obtaining a distribution before falling back
-        to the `installer` argument."""
-        if installer is not None:
-            return installer(requirement)
-
-    def __iter__(self):
-        """Yield the unique project names of the available distributions"""
-        for key in self._distmap.keys():
-            if self[key]:
-                yield key
-
-    def __iadd__(self, other):
-        """In-place addition of a distribution or environment"""
-        if isinstance(other, Distribution):
-            self.add(other)
-        elif isinstance(other, Environment):
-            for project in other:
-                for dist in other[project]:
-                    self.add(dist)
-        else:
-            raise TypeError("Can't add %r to environment" % (other,))
-        return self
-
-    def __add__(self, other):
-        """Add an environment or distribution to an environment"""
-        new = self.__class__([], platform=None, python=None)
-        for env in self, other:
-            new += env
-        return new
-
-
-# XXX backward compatibility
-AvailableDistributions = Environment
-
-
-class ExtractionError(RuntimeError):
-    """An error occurred extracting a resource
-
-    The following attributes are available from instances of this exception:
-
-    manager
-        The resource manager that raised this exception
-
-    cache_path
-        The base directory for resource extraction
-
-    original_error
-        The exception instance that caused extraction to fail
-    """
-
-
-class ResourceManager:
-    """Manage resource extraction and packages"""
-
-    extraction_path = None
-
-    def __init__(self):
-        self.cached_files = {}
-
-    def resource_exists(self, package_or_requirement, resource_name):
-        """Does the named resource exist?"""
-        return get_provider(package_or_requirement).has_resource(resource_name)
-
-    def resource_isdir(self, package_or_requirement, resource_name):
-        """Is the named resource an existing directory?"""
-        return get_provider(package_or_requirement).resource_isdir(resource_name)
-
-    def resource_filename(self, package_or_requirement, resource_name):
-        """Return a true filesystem path for specified resource"""
-        return get_provider(package_or_requirement).get_resource_filename(
-            self, resource_name
-        )
-
-    def resource_stream(self, package_or_requirement, resource_name):
-        """Return a readable file-like object for specified resource"""
-        return get_provider(package_or_requirement).get_resource_stream(
-            self, resource_name
-        )
-
-    def resource_string(self, package_or_requirement, resource_name):
-        """Return specified resource as a string"""
-        return get_provider(package_or_requirement).get_resource_string(
-            self, resource_name
-        )
-
-    def resource_listdir(self, package_or_requirement, resource_name):
-        """List the contents of the named resource directory"""
-        return get_provider(package_or_requirement).resource_listdir(resource_name)
-
-    def extraction_error(self):
-        """Give an error message for problems extracting file(s)"""
-
-        old_exc = sys.exc_info()[1]
-        cache_path = self.extraction_path or get_default_cache()
-
-        tmpl = textwrap.dedent(
-            """
-            Can't extract file(s) to egg cache
-
-            The following error occurred while trying to extract file(s)
-            to the Python egg cache:
-
-              {old_exc}
-
-            The Python egg cache directory is currently set to:
-
-              {cache_path}
-
-            Perhaps your account does not have write access to this directory?
-            You can change the cache directory by setting the PYTHON_EGG_CACHE
-            environment variable to point to an accessible directory.
-            """
-        ).lstrip()
-        err = ExtractionError(tmpl.format(**locals()))
-        err.manager = self
-        err.cache_path = cache_path
-        err.original_error = old_exc
-        raise err
-
-    def get_cache_path(self, archive_name, names=()):
-        """Return absolute location in cache for `archive_name` and `names`
-
-        The parent directory of the resulting path will be created if it does
-        not already exist.  `archive_name` should be the base filename of the
-        enclosing egg (which may not be the name of the enclosing zipfile!),
-        including its ".egg" extension.  `names`, if provided, should be a
-        sequence of path name parts "under" the egg's extraction location.
-
-        This method should only be called by resource providers that need to
-        obtain an extraction location, and only for names they intend to
-        extract, as it tracks the generated names for possible cleanup later.
-        """
-        extract_path = self.extraction_path or get_default_cache()
-        target_path = os.path.join(extract_path, archive_name + '-tmp', *names)
-        try:
-            _bypass_ensure_directory(target_path)
-        except Exception:
-            self.extraction_error()
-
-        self._warn_unsafe_extraction_path(extract_path)
-
-        self.cached_files[target_path] = 1
-        return target_path
-
-    @staticmethod
-    def _warn_unsafe_extraction_path(path):
-        """
-        If the default extraction path is overridden and set to an insecure
-        location, such as /tmp, it opens up an opportunity for an attacker to
-        replace an extracted file with an unauthorized payload. Warn the user
-        if a known insecure location is used.
-
-        See Distribute #375 for more details.
-        """
-        if os.name == 'nt' and not path.startswith(os.environ['windir']):
-            # On Windows, permissions are generally restrictive by default
-            #  and temp directories are not writable by other users, so
-            #  bypass the warning.
-            return
-        mode = os.stat(path).st_mode
-        if mode & stat.S_IWOTH or mode & stat.S_IWGRP:
-            msg = (
-                "Extraction path is writable by group/others "
-                "and vulnerable to attack when "
-                "used with get_resource_filename ({path}). "
-                "Consider a more secure "
-                "location (set with .set_extraction_path or the "
-                "PYTHON_EGG_CACHE environment variable)."
-            ).format(**locals())
-            warnings.warn(msg, UserWarning)
-
-    def postprocess(self, tempname, filename):
-        """Perform any platform-specific postprocessing of `tempname`
-
-        This is where Mac header rewrites should be done; other platforms don't
-        have anything special they should do.
-
-        Resource providers should call this method ONLY after successfully
-        extracting a compressed resource.  They must NOT call it on resources
-        that are already in the filesystem.
-
-        `tempname` is the current (temporary) name of the file, and `filename`
-        is the name it will be renamed to by the caller after this routine
-        returns.
-        """
-
-        if os.name == 'posix':
-            # Make the resource executable
-            mode = ((os.stat(tempname).st_mode) | 0o555) & 0o7777
-            os.chmod(tempname, mode)
-
-    def set_extraction_path(self, path):
-        """Set the base path where resources will be extracted to, if needed.
-
-        If you do not call this routine before any extractions take place, the
-        path defaults to the return value of ``get_default_cache()``.  (Which
-        is based on the ``PYTHON_EGG_CACHE`` environment variable, with various
-        platform-specific fallbacks.  See that routine's documentation for more
-        details.)
-
-        Resources are extracted to subdirectories of this path based upon
-        information given by the ``IResourceProvider``.  You may set this to a
-        temporary directory, but then you must call ``cleanup_resources()`` to
-        delete the extracted files when done.  There is no guarantee that
-        ``cleanup_resources()`` will be able to remove all extracted files.
-
-        (Note: you may not change the extraction path for a given resource
-        manager once resources have been extracted, unless you first call
-        ``cleanup_resources()``.)
-        """
-        if self.cached_files:
-            raise ValueError("Can't change extraction path, files already extracted")
-
-        self.extraction_path = path
-
-    def cleanup_resources(self, force=False):
-        """
-        Delete all extracted resource files and directories, returning a list
-        of the file and directory names that could not be successfully removed.
-        This function does not have any concurrency protection, so it should
-        generally only be called when the extraction path is a temporary
-        directory exclusive to a single process.  This method is not
-        automatically called; you must call it explicitly or register it as an
-        ``atexit`` function if you wish to ensure cleanup of a temporary
-        directory used for extractions.
-        """
-        # XXX
-
-
-def get_default_cache():
-    """
-    Return the ``PYTHON_EGG_CACHE`` environment variable
-    or a platform-relevant user cache dir for an app
-    named "Python-Eggs".
-    """
-    return os.environ.get('PYTHON_EGG_CACHE') or platformdirs.user_cache_dir(
-        appname='Python-Eggs'
-    )
-
-
-def safe_name(name):
-    """Convert an arbitrary string to a standard distribution name
-
-    Any runs of non-alphanumeric/. characters are replaced with a single '-'.
-    """
-    return re.sub('[^A-Za-z0-9.]+', '-', name)
-
-
-def safe_version(version):
-    """
-    Convert an arbitrary string to a standard version string
-    """
-    try:
-        # normalize the version
-        return str(packaging.version.Version(version))
-    except packaging.version.InvalidVersion:
-        version = version.replace(' ', '.')
-        return re.sub('[^A-Za-z0-9.]+', '-', version)
-
-
-def _forgiving_version(version):
-    """Fallback when ``safe_version`` is not safe enough
-    >>> parse_version(_forgiving_version('0.23ubuntu1'))
-    
-    >>> parse_version(_forgiving_version('0.23-'))
-    
-    >>> parse_version(_forgiving_version('0.-_'))
-    
-    >>> parse_version(_forgiving_version('42.+?1'))
-    
-    >>> parse_version(_forgiving_version('hello world'))
-    
-    """
-    version = version.replace(' ', '.')
-    match = _PEP440_FALLBACK.search(version)
-    if match:
-        safe = match["safe"]
-        rest = version[len(safe):]
-    else:
-        safe = "0"
-        rest = version
-    local = f"sanitized.{_safe_segment(rest)}".strip(".")
-    return f"{safe}.dev0+{local}"
-
-
-def _safe_segment(segment):
-    """Convert an arbitrary string into a safe segment"""
-    segment = re.sub('[^A-Za-z0-9.]+', '-', segment)
-    segment = re.sub('-[^A-Za-z0-9]+', '-', segment)
-    return re.sub(r'\.[^A-Za-z0-9]+', '.', segment).strip(".-")
-
-
-def safe_extra(extra):
-    """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.
-    """
-    return re.sub('[^A-Za-z0-9.-]+', '_', extra).lower()
-
-
-def to_filename(name):
-    """Convert a project or version name to its filename-escaped form
-
-    Any '-' characters are currently replaced with '_'.
-    """
-    return name.replace('-', '_')
-
-
-def invalid_marker(text):
-    """
-    Validate text as a PEP 508 environment marker; return an exception
-    if invalid or False otherwise.
-    """
-    try:
-        evaluate_marker(text)
-    except SyntaxError as e:
-        e.filename = None
-        e.lineno = None
-        return e
-    return False
-
-
-def evaluate_marker(text, extra=None):
-    """
-    Evaluate a PEP 508 environment marker.
-    Return a boolean indicating the marker result in this environment.
-    Raise SyntaxError if marker is invalid.
-
-    This implementation uses the 'pyparsing' module.
-    """
-    try:
-        marker = packaging.markers.Marker(text)
-        return marker.evaluate()
-    except packaging.markers.InvalidMarker as e:
-        raise SyntaxError(e) from e
-
-
-class NullProvider:
-    """Try to implement resources and metadata for arbitrary PEP 302 loaders"""
-
-    egg_name = None
-    egg_info = None
-    loader = None
-
-    def __init__(self, module):
-        self.loader = getattr(module, '__loader__', None)
-        self.module_path = os.path.dirname(getattr(module, '__file__', ''))
-
-    def get_resource_filename(self, manager, resource_name):
-        return self._fn(self.module_path, resource_name)
-
-    def get_resource_stream(self, manager, resource_name):
-        return io.BytesIO(self.get_resource_string(manager, resource_name))
-
-    def get_resource_string(self, manager, resource_name):
-        return self._get(self._fn(self.module_path, resource_name))
-
-    def has_resource(self, resource_name):
-        return self._has(self._fn(self.module_path, resource_name))
-
-    def _get_metadata_path(self, name):
-        return self._fn(self.egg_info, name)
-
-    def has_metadata(self, name):
-        if not self.egg_info:
-            return self.egg_info
-
-        path = self._get_metadata_path(name)
-        return self._has(path)
-
-    def get_metadata(self, name):
-        if not self.egg_info:
-            return ""
-        path = self._get_metadata_path(name)
-        value = self._get(path)
-        try:
-            return value.decode('utf-8')
-        except UnicodeDecodeError as exc:
-            # Include the path in the error message to simplify
-            # troubleshooting, and without changing the exception type.
-            exc.reason += ' in {} file at path: {}'.format(name, path)
-            raise
-
-    def get_metadata_lines(self, name):
-        return yield_lines(self.get_metadata(name))
-
-    def resource_isdir(self, resource_name):
-        return self._isdir(self._fn(self.module_path, resource_name))
-
-    def metadata_isdir(self, name):
-        return self.egg_info and self._isdir(self._fn(self.egg_info, name))
-
-    def resource_listdir(self, resource_name):
-        return self._listdir(self._fn(self.module_path, resource_name))
-
-    def metadata_listdir(self, name):
-        if self.egg_info:
-            return self._listdir(self._fn(self.egg_info, name))
-        return []
-
-    def run_script(self, script_name, namespace):
-        script = 'scripts/' + script_name
-        if not self.has_metadata(script):
-            raise ResolutionError(
-                "Script {script!r} not found in metadata at {self.egg_info!r}".format(
-                    **locals()
-                ),
-            )
-        script_text = self.get_metadata(script).replace('\r\n', '\n')
-        script_text = script_text.replace('\r', '\n')
-        script_filename = self._fn(self.egg_info, script)
-        namespace['__file__'] = script_filename
-        if os.path.exists(script_filename):
-            with open(script_filename) as fid:
-                source = fid.read()
-            code = compile(source, script_filename, 'exec')
-            exec(code, namespace, namespace)
-        else:
-            from linecache import cache
-
-            cache[script_filename] = (
-                len(script_text),
-                0,
-                script_text.split('\n'),
-                script_filename,
-            )
-            script_code = compile(script_text, script_filename, 'exec')
-            exec(script_code, namespace, namespace)
-
-    def _has(self, path):
-        raise NotImplementedError(
-            "Can't perform this operation for unregistered loader type"
-        )
-
-    def _isdir(self, path):
-        raise NotImplementedError(
-            "Can't perform this operation for unregistered loader type"
-        )
-
-    def _listdir(self, path):
-        raise NotImplementedError(
-            "Can't perform this operation for unregistered loader type"
-        )
-
-    def _fn(self, base, resource_name):
-        self._validate_resource_path(resource_name)
-        if resource_name:
-            return os.path.join(base, *resource_name.split('/'))
-        return base
-
-    @staticmethod
-    def _validate_resource_path(path):
-        """
-        Validate the resource paths according to the docs.
-        https://setuptools.pypa.io/en/latest/pkg_resources.html#basic-resource-access
-
-        >>> warned = getfixture('recwarn')
-        >>> warnings.simplefilter('always')
-        >>> vrp = NullProvider._validate_resource_path
-        >>> vrp('foo/bar.txt')
-        >>> bool(warned)
-        False
-        >>> vrp('../foo/bar.txt')
-        >>> bool(warned)
-        True
-        >>> warned.clear()
-        >>> vrp('/foo/bar.txt')
-        >>> bool(warned)
-        True
-        >>> vrp('foo/../../bar.txt')
-        >>> bool(warned)
-        True
-        >>> warned.clear()
-        >>> vrp('foo/f../bar.txt')
-        >>> bool(warned)
-        False
-
-        Windows path separators are straight-up disallowed.
-        >>> vrp(r'\\foo/bar.txt')
-        Traceback (most recent call last):
-        ...
-        ValueError: Use of .. or absolute path in a resource path \
-is not allowed.
-
-        >>> vrp(r'C:\\foo/bar.txt')
-        Traceback (most recent call last):
-        ...
-        ValueError: Use of .. or absolute path in a resource path \
-is not allowed.
-
-        Blank values are allowed
-
-        >>> vrp('')
-        >>> bool(warned)
-        False
-
-        Non-string values are not.
-
-        >>> vrp(None)
-        Traceback (most recent call last):
-        ...
-        AttributeError: ...
-        """
-        invalid = (
-            os.path.pardir in path.split(posixpath.sep)
-            or posixpath.isabs(path)
-            or ntpath.isabs(path)
-        )
-        if not invalid:
-            return
-
-        msg = "Use of .. or absolute path in a resource path is not allowed."
-
-        # Aggressively disallow Windows absolute paths
-        if ntpath.isabs(path) and not posixpath.isabs(path):
-            raise ValueError(msg)
-
-        # for compatibility, warn; in future
-        # raise ValueError(msg)
-        issue_warning(
-            msg[:-1] + " and will raise exceptions in a future release.",
-            DeprecationWarning,
-        )
-
-    def _get(self, path):
-        if hasattr(self.loader, 'get_data'):
-            return self.loader.get_data(path)
-        raise NotImplementedError(
-            "Can't perform this operation for loaders without 'get_data()'"
-        )
-
-
-register_loader_type(object, NullProvider)
-
-
-def _parents(path):
-    """
-    yield all parents of path including path
-    """
-    last = None
-    while path != last:
-        yield path
-        last = path
-        path, _ = os.path.split(path)
-
-
-class EggProvider(NullProvider):
-    """Provider based on a virtual filesystem"""
-
-    def __init__(self, module):
-        super().__init__(module)
-        self._setup_prefix()
-
-    def _setup_prefix(self):
-        # Assume that metadata may be nested inside a "basket"
-        # of multiple eggs and use module_path instead of .archive.
-        eggs = filter(_is_egg_path, _parents(self.module_path))
-        egg = next(eggs, None)
-        egg and self._set_egg(egg)
-
-    def _set_egg(self, path):
-        self.egg_name = os.path.basename(path)
-        self.egg_info = os.path.join(path, 'EGG-INFO')
-        self.egg_root = path
-
-
-class DefaultProvider(EggProvider):
-    """Provides access to package resources in the filesystem"""
-
-    def _has(self, path):
-        return os.path.exists(path)
-
-    def _isdir(self, path):
-        return os.path.isdir(path)
-
-    def _listdir(self, path):
-        return os.listdir(path)
-
-    def get_resource_stream(self, manager, resource_name):
-        return open(self._fn(self.module_path, resource_name), 'rb')
-
-    def _get(self, path):
-        with open(path, 'rb') as stream:
-            return stream.read()
-
-    @classmethod
-    def _register(cls):
-        loader_names = (
-            'SourceFileLoader',
-            'SourcelessFileLoader',
-        )
-        for name in loader_names:
-            loader_cls = getattr(importlib_machinery, name, type(None))
-            register_loader_type(loader_cls, cls)
-
-
-DefaultProvider._register()
-
-
-class EmptyProvider(NullProvider):
-    """Provider that returns nothing for all requests"""
-
-    module_path = None
-
-    _isdir = _has = lambda self, path: False
-
-    def _get(self, path):
-        return ''
-
-    def _listdir(self, path):
-        return []
-
-    def __init__(self):
-        pass
-
-
-empty_provider = EmptyProvider()
-
-
-class ZipManifests(dict):
-    """
-    zip manifest builder
-    """
-
-    @classmethod
-    def build(cls, path):
-        """
-        Build a dictionary similar to the zipimport directory
-        caches, except instead of tuples, store ZipInfo objects.
-
-        Use a platform-specific path separator (os.sep) for the path keys
-        for compatibility with pypy on Windows.
-        """
-        with zipfile.ZipFile(path) as zfile:
-            items = (
-                (
-                    name.replace('/', os.sep),
-                    zfile.getinfo(name),
-                )
-                for name in zfile.namelist()
-            )
-            return dict(items)
-
-    load = build
-
-
-class MemoizedZipManifests(ZipManifests):
-    """
-    Memoized zipfile manifests.
-    """
-
-    manifest_mod = collections.namedtuple('manifest_mod', 'manifest mtime')
-
-    def load(self, path):
-        """
-        Load a manifest at path or return a suitable manifest already loaded.
-        """
-        path = os.path.normpath(path)
-        mtime = os.stat(path).st_mtime
-
-        if path not in self or self[path].mtime != mtime:
-            manifest = self.build(path)
-            self[path] = self.manifest_mod(manifest, mtime)
-
-        return self[path].manifest
-
-
-class ZipProvider(EggProvider):
-    """Resource support for zips and eggs"""
-
-    eagers = None
-    _zip_manifests = MemoizedZipManifests()
-
-    def __init__(self, module):
-        super().__init__(module)
-        self.zip_pre = self.loader.archive + os.sep
-
-    def _zipinfo_name(self, fspath):
-        # Convert a virtual filename (full path to file) into a zipfile subpath
-        # usable with the zipimport directory cache for our target archive
-        fspath = fspath.rstrip(os.sep)
-        if fspath == self.loader.archive:
-            return ''
-        if fspath.startswith(self.zip_pre):
-            return fspath[len(self.zip_pre) :]
-        raise AssertionError("%s is not a subpath of %s" % (fspath, self.zip_pre))
-
-    def _parts(self, zip_path):
-        # Convert a zipfile subpath into an egg-relative path part list.
-        # pseudo-fs path
-        fspath = self.zip_pre + zip_path
-        if fspath.startswith(self.egg_root + os.sep):
-            return fspath[len(self.egg_root) + 1 :].split(os.sep)
-        raise AssertionError("%s is not a subpath of %s" % (fspath, self.egg_root))
-
-    @property
-    def zipinfo(self):
-        return self._zip_manifests.load(self.loader.archive)
-
-    def get_resource_filename(self, manager, resource_name):
-        if not self.egg_name:
-            raise NotImplementedError(
-                "resource_filename() only supported for .egg, not .zip"
-            )
-        # no need to lock for extraction, since we use temp names
-        zip_path = self._resource_to_zip(resource_name)
-        eagers = self._get_eager_resources()
-        if '/'.join(self._parts(zip_path)) in eagers:
-            for name in eagers:
-                self._extract_resource(manager, self._eager_to_zip(name))
-        return self._extract_resource(manager, zip_path)
-
-    @staticmethod
-    def _get_date_and_size(zip_stat):
-        size = zip_stat.file_size
-        # ymdhms+wday, yday, dst
-        date_time = zip_stat.date_time + (0, 0, -1)
-        # 1980 offset already done
-        timestamp = time.mktime(date_time)
-        return timestamp, size
-
-    # FIXME: 'ZipProvider._extract_resource' is too complex (12)
-    def _extract_resource(self, manager, zip_path):  # noqa: C901
-        if zip_path in self._index():
-            for name in self._index()[zip_path]:
-                last = self._extract_resource(manager, os.path.join(zip_path, name))
-            # return the extracted directory name
-            return os.path.dirname(last)
-
-        timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
-
-        if not WRITE_SUPPORT:
-            raise IOError(
-                '"os.rename" and "os.unlink" are not supported ' 'on this platform'
-            )
-        try:
-            real_path = manager.get_cache_path(self.egg_name, self._parts(zip_path))
-
-            if self._is_current(real_path, zip_path):
-                return real_path
-
-            outf, tmpnam = _mkstemp(
-                ".$extract",
-                dir=os.path.dirname(real_path),
-            )
-            os.write(outf, self.loader.get_data(zip_path))
-            os.close(outf)
-            utime(tmpnam, (timestamp, timestamp))
-            manager.postprocess(tmpnam, real_path)
-
-            try:
-                rename(tmpnam, real_path)
-
-            except os.error:
-                if os.path.isfile(real_path):
-                    if self._is_current(real_path, zip_path):
-                        # the file became current since it was checked above,
-                        #  so proceed.
-                        return real_path
-                    # Windows, del old file and retry
-                    elif os.name == 'nt':
-                        unlink(real_path)
-                        rename(tmpnam, real_path)
-                        return real_path
-                raise
-
-        except os.error:
-            # report a user-friendly error
-            manager.extraction_error()
-
-        return real_path
-
-    def _is_current(self, file_path, zip_path):
-        """
-        Return True if the file_path is current for this zip_path
-        """
-        timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
-        if not os.path.isfile(file_path):
-            return False
-        stat = os.stat(file_path)
-        if stat.st_size != size or stat.st_mtime != timestamp:
-            return False
-        # check that the contents match
-        zip_contents = self.loader.get_data(zip_path)
-        with open(file_path, 'rb') as f:
-            file_contents = f.read()
-        return zip_contents == file_contents
-
-    def _get_eager_resources(self):
-        if self.eagers is None:
-            eagers = []
-            for name in ('native_libs.txt', 'eager_resources.txt'):
-                if self.has_metadata(name):
-                    eagers.extend(self.get_metadata_lines(name))
-            self.eagers = eagers
-        return self.eagers
-
-    def _index(self):
-        try:
-            return self._dirindex
-        except AttributeError:
-            ind = {}
-            for path in self.zipinfo:
-                parts = path.split(os.sep)
-                while parts:
-                    parent = os.sep.join(parts[:-1])
-                    if parent in ind:
-                        ind[parent].append(parts[-1])
-                        break
-                    else:
-                        ind[parent] = [parts.pop()]
-            self._dirindex = ind
-            return ind
-
-    def _has(self, fspath):
-        zip_path = self._zipinfo_name(fspath)
-        return zip_path in self.zipinfo or zip_path in self._index()
-
-    def _isdir(self, fspath):
-        return self._zipinfo_name(fspath) in self._index()
-
-    def _listdir(self, fspath):
-        return list(self._index().get(self._zipinfo_name(fspath), ()))
-
-    def _eager_to_zip(self, resource_name):
-        return self._zipinfo_name(self._fn(self.egg_root, resource_name))
-
-    def _resource_to_zip(self, resource_name):
-        return self._zipinfo_name(self._fn(self.module_path, resource_name))
-
-
-register_loader_type(zipimport.zipimporter, ZipProvider)
-
-
-class FileMetadata(EmptyProvider):
-    """Metadata handler for standalone PKG-INFO files
-
-    Usage::
-
-        metadata = FileMetadata("/path/to/PKG-INFO")
-
-    This provider rejects all data and metadata requests except for PKG-INFO,
-    which is treated as existing, and will be the contents of the file at
-    the provided location.
-    """
-
-    def __init__(self, path):
-        self.path = path
-
-    def _get_metadata_path(self, name):
-        return self.path
-
-    def has_metadata(self, name):
-        return name == 'PKG-INFO' and os.path.isfile(self.path)
-
-    def get_metadata(self, name):
-        if name != 'PKG-INFO':
-            raise KeyError("No metadata except PKG-INFO is available")
-
-        with io.open(self.path, encoding='utf-8', errors="replace") as f:
-            metadata = f.read()
-        self._warn_on_replacement(metadata)
-        return metadata
-
-    def _warn_on_replacement(self, metadata):
-        replacement_char = '�'
-        if replacement_char in metadata:
-            tmpl = "{self.path} could not be properly decoded in UTF-8"
-            msg = tmpl.format(**locals())
-            warnings.warn(msg)
-
-    def get_metadata_lines(self, name):
-        return yield_lines(self.get_metadata(name))
-
-
-class PathMetadata(DefaultProvider):
-    """Metadata provider for egg directories
-
-    Usage::
-
-        # Development eggs:
-
-        egg_info = "/path/to/PackageName.egg-info"
-        base_dir = os.path.dirname(egg_info)
-        metadata = PathMetadata(base_dir, egg_info)
-        dist_name = os.path.splitext(os.path.basename(egg_info))[0]
-        dist = Distribution(basedir, project_name=dist_name, metadata=metadata)
-
-        # Unpacked egg directories:
-
-        egg_path = "/path/to/PackageName-ver-pyver-etc.egg"
-        metadata = PathMetadata(egg_path, os.path.join(egg_path,'EGG-INFO'))
-        dist = Distribution.from_filename(egg_path, metadata=metadata)
-    """
-
-    def __init__(self, path, egg_info):
-        self.module_path = path
-        self.egg_info = egg_info
-
-
-class EggMetadata(ZipProvider):
-    """Metadata provider for .egg files"""
-
-    def __init__(self, importer):
-        """Create a metadata provider from a zipimporter"""
-
-        self.zip_pre = importer.archive + os.sep
-        self.loader = importer
-        if importer.prefix:
-            self.module_path = os.path.join(importer.archive, importer.prefix)
-        else:
-            self.module_path = importer.archive
-        self._setup_prefix()
-
-
-_declare_state('dict', _distribution_finders={})
-
-
-def register_finder(importer_type, distribution_finder):
-    """Register `distribution_finder` to find distributions in sys.path items
-
-    `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
-    handler), and `distribution_finder` is a callable that, passed a path
-    item and the importer instance, yields ``Distribution`` instances found on
-    that path item.  See ``pkg_resources.find_on_path`` for an example."""
-    _distribution_finders[importer_type] = distribution_finder
-
-
-def find_distributions(path_item, only=False):
-    """Yield distributions accessible via `path_item`"""
-    importer = get_importer(path_item)
-    finder = _find_adapter(_distribution_finders, importer)
-    return finder(importer, path_item, only)
-
-
-def find_eggs_in_zip(importer, path_item, only=False):
-    """
-    Find eggs in zip files; possibly multiple nested eggs.
-    """
-    if importer.archive.endswith('.whl'):
-        # wheels are not supported with this finder
-        # they don't have PKG-INFO metadata, and won't ever contain eggs
-        return
-    metadata = EggMetadata(importer)
-    if metadata.has_metadata('PKG-INFO'):
-        yield Distribution.from_filename(path_item, metadata=metadata)
-    if only:
-        # don't yield nested distros
-        return
-    for subitem in metadata.resource_listdir(''):
-        if _is_egg_path(subitem):
-            subpath = os.path.join(path_item, subitem)
-            dists = find_eggs_in_zip(zipimport.zipimporter(subpath), subpath)
-            for dist in dists:
-                yield dist
-        elif subitem.lower().endswith(('.dist-info', '.egg-info')):
-            subpath = os.path.join(path_item, subitem)
-            submeta = EggMetadata(zipimport.zipimporter(subpath))
-            submeta.egg_info = subpath
-            yield Distribution.from_location(path_item, subitem, submeta)
-
-
-register_finder(zipimport.zipimporter, find_eggs_in_zip)
-
-
-def find_nothing(importer, path_item, only=False):
-    return ()
-
-
-register_finder(object, find_nothing)
-
-
-def find_on_path(importer, path_item, only=False):
-    """Yield distributions accessible on a sys.path directory"""
-    path_item = _normalize_cached(path_item)
-
-    if _is_unpacked_egg(path_item):
-        yield Distribution.from_filename(
-            path_item,
-            metadata=PathMetadata(path_item, os.path.join(path_item, 'EGG-INFO')),
-        )
-        return
-
-    entries = (os.path.join(path_item, child) for child in safe_listdir(path_item))
-
-    # scan for .egg and .egg-info in directory
-    for entry in sorted(entries):
-        fullpath = os.path.join(path_item, entry)
-        factory = dist_factory(path_item, entry, only)
-        for dist in factory(fullpath):
-            yield dist
-
-
-def dist_factory(path_item, entry, only):
-    """Return a dist_factory for the given entry."""
-    lower = entry.lower()
-    is_egg_info = lower.endswith('.egg-info')
-    is_dist_info = lower.endswith('.dist-info') and os.path.isdir(
-        os.path.join(path_item, entry)
-    )
-    is_meta = is_egg_info or is_dist_info
-    return (
-        distributions_from_metadata
-        if is_meta
-        else find_distributions
-        if not only and _is_egg_path(entry)
-        else resolve_egg_link
-        if not only and lower.endswith('.egg-link')
-        else NoDists()
-    )
-
-
-class NoDists:
-    """
-    >>> bool(NoDists())
-    False
-
-    >>> list(NoDists()('anything'))
-    []
-    """
-
-    def __bool__(self):
-        return False
-
-    def __call__(self, fullpath):
-        return iter(())
-
-
-def safe_listdir(path):
-    """
-    Attempt to list contents of path, but suppress some exceptions.
-    """
-    try:
-        return os.listdir(path)
-    except (PermissionError, NotADirectoryError):
-        pass
-    except OSError as e:
-        # Ignore the directory if does not exist, not a directory or
-        # permission denied
-        if e.errno not in (errno.ENOTDIR, errno.EACCES, errno.ENOENT):
-            raise
-    return ()
-
-
-def distributions_from_metadata(path):
-    root = os.path.dirname(path)
-    if os.path.isdir(path):
-        if len(os.listdir(path)) == 0:
-            # empty metadata dir; skip
-            return
-        metadata = PathMetadata(root, path)
-    else:
-        metadata = FileMetadata(path)
-    entry = os.path.basename(path)
-    yield Distribution.from_location(
-        root,
-        entry,
-        metadata,
-        precedence=DEVELOP_DIST,
-    )
-
-
-def non_empty_lines(path):
-    """
-    Yield non-empty lines from file at path
-    """
-    with open(path) as f:
-        for line in f:
-            line = line.strip()
-            if line:
-                yield line
-
-
-def resolve_egg_link(path):
-    """
-    Given a path to an .egg-link, resolve distributions
-    present in the referenced path.
-    """
-    referenced_paths = non_empty_lines(path)
-    resolved_paths = (
-        os.path.join(os.path.dirname(path), ref) for ref in referenced_paths
-    )
-    dist_groups = map(find_distributions, resolved_paths)
-    return next(dist_groups, ())
-
-
-if hasattr(pkgutil, 'ImpImporter'):
-    register_finder(pkgutil.ImpImporter, find_on_path)
-
-register_finder(importlib_machinery.FileFinder, find_on_path)
-
-_declare_state('dict', _namespace_handlers={})
-_declare_state('dict', _namespace_packages={})
-
-
-def register_namespace_handler(importer_type, namespace_handler):
-    """Register `namespace_handler` to declare namespace packages
-
-    `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
-    handler), and `namespace_handler` is a callable like this::
-
-        def namespace_handler(importer, path_entry, moduleName, module):
-            # return a path_entry to use for child packages
-
-    Namespace handlers are only called if the importer object has already
-    agreed that it can handle the relevant path item, and they should only
-    return a subpath if the module __path__ does not already contain an
-    equivalent subpath.  For an example namespace handler, see
-    ``pkg_resources.file_ns_handler``.
-    """
-    _namespace_handlers[importer_type] = namespace_handler
-
-
-def _handle_ns(packageName, path_item):
-    """Ensure that named package includes a subpath of path_item (if needed)"""
-
-    importer = get_importer(path_item)
-    if importer is None:
-        return None
-
-    # use find_spec (PEP 451) and fall-back to find_module (PEP 302)
-    try:
-        spec = importer.find_spec(packageName)
-    except AttributeError:
-        # capture warnings due to #1111
-        with warnings.catch_warnings():
-            warnings.simplefilter("ignore")
-            loader = importer.find_module(packageName)
-    else:
-        loader = spec.loader if spec else None
-
-    if loader is None:
-        return None
-    module = sys.modules.get(packageName)
-    if module is None:
-        module = sys.modules[packageName] = types.ModuleType(packageName)
-        module.__path__ = []
-        _set_parent_ns(packageName)
-    elif not hasattr(module, '__path__'):
-        raise TypeError("Not a package:", packageName)
-    handler = _find_adapter(_namespace_handlers, importer)
-    subpath = handler(importer, path_item, packageName, module)
-    if subpath is not None:
-        path = module.__path__
-        path.append(subpath)
-        importlib.import_module(packageName)
-        _rebuild_mod_path(path, packageName, module)
-    return subpath
-
-
-def _rebuild_mod_path(orig_path, package_name, module):
-    """
-    Rebuild module.__path__ ensuring that all entries are ordered
-    corresponding to their sys.path order
-    """
-    sys_path = [_normalize_cached(p) for p in sys.path]
-
-    def safe_sys_path_index(entry):
-        """
-        Workaround for #520 and #513.
-        """
-        try:
-            return sys_path.index(entry)
-        except ValueError:
-            return float('inf')
-
-    def position_in_sys_path(path):
-        """
-        Return the ordinal of the path based on its position in sys.path
-        """
-        path_parts = path.split(os.sep)
-        module_parts = package_name.count('.') + 1
-        parts = path_parts[:-module_parts]
-        return safe_sys_path_index(_normalize_cached(os.sep.join(parts)))
-
-    new_path = sorted(orig_path, key=position_in_sys_path)
-    new_path = [_normalize_cached(p) for p in new_path]
-
-    if isinstance(module.__path__, list):
-        module.__path__[:] = new_path
-    else:
-        module.__path__ = new_path
-
-
-def declare_namespace(packageName):
-    """Declare that package 'packageName' is a namespace package"""
-
-    msg = (
-        f"Deprecated call to `pkg_resources.declare_namespace({packageName!r})`.\n"
-        "Implementing implicit namespace packages (as specified in PEP 420) "
-        "is preferred to `pkg_resources.declare_namespace`. "
-        "See https://setuptools.pypa.io/en/latest/references/"
-        "keywords.html#keyword-namespace-packages"
-    )
-    warnings.warn(msg, DeprecationWarning, stacklevel=2)
-
-    _imp.acquire_lock()
-    try:
-        if packageName in _namespace_packages:
-            return
-
-        path = sys.path
-        parent, _, _ = packageName.rpartition('.')
-
-        if parent:
-            declare_namespace(parent)
-            if parent not in _namespace_packages:
-                __import__(parent)
-            try:
-                path = sys.modules[parent].__path__
-            except AttributeError as e:
-                raise TypeError("Not a package:", parent) from e
-
-        # Track what packages are namespaces, so when new path items are added,
-        # they can be updated
-        _namespace_packages.setdefault(parent or None, []).append(packageName)
-        _namespace_packages.setdefault(packageName, [])
-
-        for path_item in path:
-            # Ensure all the parent's path items are reflected in the child,
-            # if they apply
-            _handle_ns(packageName, path_item)
-
-    finally:
-        _imp.release_lock()
-
-
-def fixup_namespace_packages(path_item, parent=None):
-    """Ensure that previously-declared namespace packages include path_item"""
-    _imp.acquire_lock()
-    try:
-        for package in _namespace_packages.get(parent, ()):
-            subpath = _handle_ns(package, path_item)
-            if subpath:
-                fixup_namespace_packages(subpath, package)
-    finally:
-        _imp.release_lock()
-
-
-def file_ns_handler(importer, path_item, packageName, module):
-    """Compute an ns-package subpath for a filesystem or zipfile importer"""
-
-    subpath = os.path.join(path_item, packageName.split('.')[-1])
-    normalized = _normalize_cached(subpath)
-    for item in module.__path__:
-        if _normalize_cached(item) == normalized:
-            break
-    else:
-        # Only return the path if it's not already there
-        return subpath
-
-
-if hasattr(pkgutil, 'ImpImporter'):
-    register_namespace_handler(pkgutil.ImpImporter, file_ns_handler)
-
-register_namespace_handler(zipimport.zipimporter, file_ns_handler)
-register_namespace_handler(importlib_machinery.FileFinder, file_ns_handler)
-
-
-def null_ns_handler(importer, path_item, packageName, module):
-    return None
-
-
-register_namespace_handler(object, null_ns_handler)
-
-
-def normalize_path(filename):
-    """Normalize a file/dir name for comparison purposes"""
-    return os.path.normcase(os.path.realpath(os.path.normpath(_cygwin_patch(filename))))
-
-
-def _cygwin_patch(filename):  # pragma: nocover
-    """
-    Contrary to POSIX 2008, on Cygwin, getcwd (3) contains
-    symlink components. Using
-    os.path.abspath() works around this limitation. A fix in os.getcwd()
-    would probably better, in Cygwin even more so, except
-    that this seems to be by design...
-    """
-    return os.path.abspath(filename) if sys.platform == 'cygwin' else filename
-
-
-def _normalize_cached(filename, _cache={}):
-    try:
-        return _cache[filename]
-    except KeyError:
-        _cache[filename] = result = normalize_path(filename)
-        return result
-
-
-def _is_egg_path(path):
-    """
-    Determine if given path appears to be an egg.
-    """
-    return _is_zip_egg(path) or _is_unpacked_egg(path)
-
-
-def _is_zip_egg(path):
-    return (
-        path.lower().endswith('.egg')
-        and os.path.isfile(path)
-        and zipfile.is_zipfile(path)
-    )
-
-
-def _is_unpacked_egg(path):
-    """
-    Determine if given path appears to be an unpacked egg.
-    """
-    return path.lower().endswith('.egg') and os.path.isfile(
-        os.path.join(path, 'EGG-INFO', 'PKG-INFO')
-    )
-
-
-def _set_parent_ns(packageName):
-    parts = packageName.split('.')
-    name = parts.pop()
-    if parts:
-        parent = '.'.join(parts)
-        setattr(sys.modules[parent], name, sys.modules[packageName])
-
-
-MODULE = re.compile(r"\w+(\.\w+)*$").match
-EGG_NAME = re.compile(
-    r"""
-    (?P[^-]+) (
-        -(?P[^-]+) (
-            -py(?P[^-]+) (
-                -(?P.+)
-            )?
-        )?
-    )?
-    """,
-    re.VERBOSE | re.IGNORECASE,
-).match
-
-
-class EntryPoint:
-    """Object representing an advertised importable object"""
-
-    def __init__(self, name, module_name, attrs=(), extras=(), dist=None):
-        if not MODULE(module_name):
-            raise ValueError("Invalid module name", module_name)
-        self.name = name
-        self.module_name = module_name
-        self.attrs = tuple(attrs)
-        self.extras = tuple(extras)
-        self.dist = dist
-
-    def __str__(self):
-        s = "%s = %s" % (self.name, self.module_name)
-        if self.attrs:
-            s += ':' + '.'.join(self.attrs)
-        if self.extras:
-            s += ' [%s]' % ','.join(self.extras)
-        return s
-
-    def __repr__(self):
-        return "EntryPoint.parse(%r)" % str(self)
-
-    def load(self, require=True, *args, **kwargs):
-        """
-        Require packages for this EntryPoint, then resolve it.
-        """
-        if not require or args or kwargs:
-            warnings.warn(
-                "Parameters to load are deprecated.  Call .resolve and "
-                ".require separately.",
-                PkgResourcesDeprecationWarning,
-                stacklevel=2,
-            )
-        if require:
-            self.require(*args, **kwargs)
-        return self.resolve()
-
-    def resolve(self):
-        """
-        Resolve the entry point from its module and attrs.
-        """
-        module = __import__(self.module_name, fromlist=['__name__'], level=0)
-        try:
-            return functools.reduce(getattr, self.attrs, module)
-        except AttributeError as exc:
-            raise ImportError(str(exc)) from exc
-
-    def require(self, env=None, installer=None):
-        if self.extras and not self.dist:
-            raise UnknownExtra("Can't require() without a distribution", self)
-
-        # Get the requirements for this entry point with all its extras and
-        # then resolve them. We have to pass `extras` along when resolving so
-        # that the working set knows what extras we want. Otherwise, for
-        # dist-info distributions, the working set will assume that the
-        # requirements for that extra are purely optional and skip over them.
-        reqs = self.dist.requires(self.extras)
-        items = working_set.resolve(reqs, env, installer, extras=self.extras)
-        list(map(working_set.add, items))
-
-    pattern = re.compile(
-        r'\s*'
-        r'(?P.+?)\s*'
-        r'=\s*'
-        r'(?P[\w.]+)\s*'
-        r'(:\s*(?P[\w.]+))?\s*'
-        r'(?P\[.*\])?\s*$'
-    )
-
-    @classmethod
-    def parse(cls, src, dist=None):
-        """Parse a single entry point from string `src`
-
-        Entry point syntax follows the form::
-
-            name = some.module:some.attr [extra1, extra2]
-
-        The entry name and module name are required, but the ``:attrs`` and
-        ``[extras]`` parts are optional
-        """
-        m = cls.pattern.match(src)
-        if not m:
-            msg = "EntryPoint must be in 'name=module:attrs [extras]' format"
-            raise ValueError(msg, src)
-        res = m.groupdict()
-        extras = cls._parse_extras(res['extras'])
-        attrs = res['attr'].split('.') if res['attr'] else ()
-        return cls(res['name'], res['module'], attrs, extras, dist)
-
-    @classmethod
-    def _parse_extras(cls, extras_spec):
-        if not extras_spec:
-            return ()
-        req = Requirement.parse('x' + extras_spec)
-        if req.specs:
-            raise ValueError()
-        return req.extras
-
-    @classmethod
-    def parse_group(cls, group, lines, dist=None):
-        """Parse an entry point group"""
-        if not MODULE(group):
-            raise ValueError("Invalid group name", group)
-        this = {}
-        for line in yield_lines(lines):
-            ep = cls.parse(line, dist)
-            if ep.name in this:
-                raise ValueError("Duplicate entry point", group, ep.name)
-            this[ep.name] = ep
-        return this
-
-    @classmethod
-    def parse_map(cls, data, dist=None):
-        """Parse a map of entry point groups"""
-        if isinstance(data, dict):
-            data = data.items()
-        else:
-            data = split_sections(data)
-        maps = {}
-        for group, lines in data:
-            if group is None:
-                if not lines:
-                    continue
-                raise ValueError("Entry points must be listed in groups")
-            group = group.strip()
-            if group in maps:
-                raise ValueError("Duplicate group name", group)
-            maps[group] = cls.parse_group(group, lines, dist)
-        return maps
-
-
-def _version_from_file(lines):
-    """
-    Given an iterable of lines from a Metadata file, return
-    the value of the Version field, if present, or None otherwise.
-    """
-
-    def is_version_line(line):
-        return line.lower().startswith('version:')
-
-    version_lines = filter(is_version_line, lines)
-    line = next(iter(version_lines), '')
-    _, _, value = line.partition(':')
-    return safe_version(value.strip()) or None
-
-
-class Distribution:
-    """Wrap an actual or potential sys.path entry w/metadata"""
-
-    PKG_INFO = 'PKG-INFO'
-
-    def __init__(
-        self,
-        location=None,
-        metadata=None,
-        project_name=None,
-        version=None,
-        py_version=PY_MAJOR,
-        platform=None,
-        precedence=EGG_DIST,
-    ):
-        self.project_name = safe_name(project_name or 'Unknown')
-        if version is not None:
-            self._version = safe_version(version)
-        self.py_version = py_version
-        self.platform = platform
-        self.location = location
-        self.precedence = precedence
-        self._provider = metadata or empty_provider
-
-    @classmethod
-    def from_location(cls, location, basename, metadata=None, **kw):
-        project_name, version, py_version, platform = [None] * 4
-        basename, ext = os.path.splitext(basename)
-        if ext.lower() in _distributionImpl:
-            cls = _distributionImpl[ext.lower()]
-
-            match = EGG_NAME(basename)
-            if match:
-                project_name, version, py_version, platform = match.group(
-                    'name', 'ver', 'pyver', 'plat'
-                )
-        return cls(
-            location,
-            metadata,
-            project_name=project_name,
-            version=version,
-            py_version=py_version,
-            platform=platform,
-            **kw,
-        )._reload_version()
-
-    def _reload_version(self):
-        return self
-
-    @property
-    def hashcmp(self):
-        return (
-            self._forgiving_parsed_version,
-            self.precedence,
-            self.key,
-            self.location,
-            self.py_version or '',
-            self.platform or '',
-        )
-
-    def __hash__(self):
-        return hash(self.hashcmp)
-
-    def __lt__(self, other):
-        return self.hashcmp < other.hashcmp
-
-    def __le__(self, other):
-        return self.hashcmp <= other.hashcmp
-
-    def __gt__(self, other):
-        return self.hashcmp > other.hashcmp
-
-    def __ge__(self, other):
-        return self.hashcmp >= other.hashcmp
-
-    def __eq__(self, other):
-        if not isinstance(other, self.__class__):
-            # It's not a Distribution, so they are not equal
-            return False
-        return self.hashcmp == other.hashcmp
-
-    def __ne__(self, other):
-        return not self == other
-
-    # These properties have to be lazy so that we don't have to load any
-    # metadata until/unless it's actually needed.  (i.e., some distributions
-    # may not know their name or version without loading PKG-INFO)
-
-    @property
-    def key(self):
-        try:
-            return self._key
-        except AttributeError:
-            self._key = key = self.project_name.lower()
-            return key
-
-    @property
-    def parsed_version(self):
-        if not hasattr(self, "_parsed_version"):
-            try:
-                self._parsed_version = parse_version(self.version)
-            except packaging.version.InvalidVersion as ex:
-                info = f"(package: {self.project_name})"
-                if hasattr(ex, "add_note"):
-                    ex.add_note(info)  # PEP 678
-                    raise
-                raise packaging.version.InvalidVersion(f"{str(ex)} {info}") from None
-
-        return self._parsed_version
-
-    @property
-    def _forgiving_parsed_version(self):
-        try:
-            return self.parsed_version
-        except packaging.version.InvalidVersion as ex:
-            self._parsed_version = parse_version(_forgiving_version(self.version))
-
-            notes = "\n".join(getattr(ex, "__notes__", []))  # PEP 678
-            msg = f"""!!\n\n
-            *************************************************************************
-            {str(ex)}\n{notes}
-
-            This is a long overdue deprecation.
-            For the time being, `pkg_resources` will use `{self._parsed_version}`
-            as a replacement to avoid breaking existing environments,
-            but no future compatibility is guaranteed.
-
-            If you maintain package {self.project_name} you should implement
-            the relevant changes to adequate the project to PEP 440 immediately.
-            *************************************************************************
-            \n\n!!
-            """
-            warnings.warn(msg, DeprecationWarning)
-
-            return self._parsed_version
-
-    @property
-    def version(self):
-        try:
-            return self._version
-        except AttributeError as e:
-            version = self._get_version()
-            if version is None:
-                path = self._get_metadata_path_for_display(self.PKG_INFO)
-                msg = ("Missing 'Version:' header and/or {} file at path: {}").format(
-                    self.PKG_INFO, path
-                )
-                raise ValueError(msg, self) from e
-
-            return version
-
-    @property
-    def _dep_map(self):
-        """
-        A map of extra to its list of (direct) requirements
-        for this distribution, including the null extra.
-        """
-        try:
-            return self.__dep_map
-        except AttributeError:
-            self.__dep_map = self._filter_extras(self._build_dep_map())
-        return self.__dep_map
-
-    @staticmethod
-    def _filter_extras(dm):
-        """
-        Given a mapping of extras to dependencies, strip off
-        environment markers and filter out any dependencies
-        not matching the markers.
-        """
-        for extra in list(filter(None, dm)):
-            new_extra = extra
-            reqs = dm.pop(extra)
-            new_extra, _, marker = extra.partition(':')
-            fails_marker = marker and (
-                invalid_marker(marker) or not evaluate_marker(marker)
-            )
-            if fails_marker:
-                reqs = []
-            new_extra = safe_extra(new_extra) or None
-
-            dm.setdefault(new_extra, []).extend(reqs)
-        return dm
-
-    def _build_dep_map(self):
-        dm = {}
-        for name in 'requires.txt', 'depends.txt':
-            for extra, reqs in split_sections(self._get_metadata(name)):
-                dm.setdefault(extra, []).extend(parse_requirements(reqs))
-        return dm
-
-    def requires(self, extras=()):
-        """List of Requirements needed for this distro if `extras` are used"""
-        dm = self._dep_map
-        deps = []
-        deps.extend(dm.get(None, ()))
-        for ext in extras:
-            try:
-                deps.extend(dm[safe_extra(ext)])
-            except KeyError as e:
-                raise UnknownExtra(
-                    "%s has no such extra feature %r" % (self, ext)
-                ) from e
-        return deps
-
-    def _get_metadata_path_for_display(self, name):
-        """
-        Return the path to the given metadata file, if available.
-        """
-        try:
-            # We need to access _get_metadata_path() on the provider object
-            # directly rather than through this class's __getattr__()
-            # since _get_metadata_path() is marked private.
-            path = self._provider._get_metadata_path(name)
-
-        # Handle exceptions e.g. in case the distribution's metadata
-        # provider doesn't support _get_metadata_path().
-        except Exception:
-            return '[could not detect]'
-
-        return path
-
-    def _get_metadata(self, name):
-        if self.has_metadata(name):
-            for line in self.get_metadata_lines(name):
-                yield line
-
-    def _get_version(self):
-        lines = self._get_metadata(self.PKG_INFO)
-        version = _version_from_file(lines)
-
-        return version
-
-    def activate(self, path=None, replace=False):
-        """Ensure distribution is importable on `path` (default=sys.path)"""
-        if path is None:
-            path = sys.path
-        self.insert_on(path, replace=replace)
-        if path is sys.path:
-            fixup_namespace_packages(self.location)
-            for pkg in self._get_metadata('namespace_packages.txt'):
-                if pkg in sys.modules:
-                    declare_namespace(pkg)
-
-    def egg_name(self):
-        """Return what this distribution's standard .egg filename should be"""
-        filename = "%s-%s-py%s" % (
-            to_filename(self.project_name),
-            to_filename(self.version),
-            self.py_version or PY_MAJOR,
-        )
-
-        if self.platform:
-            filename += '-' + self.platform
-        return filename
-
-    def __repr__(self):
-        if self.location:
-            return "%s (%s)" % (self, self.location)
-        else:
-            return str(self)
-
-    def __str__(self):
-        try:
-            version = getattr(self, 'version', None)
-        except ValueError:
-            version = None
-        version = version or "[unknown version]"
-        return "%s %s" % (self.project_name, version)
-
-    def __getattr__(self, attr):
-        """Delegate all unrecognized public attributes to .metadata provider"""
-        if attr.startswith('_'):
-            raise AttributeError(attr)
-        return getattr(self._provider, attr)
-
-    def __dir__(self):
-        return list(
-            set(super(Distribution, self).__dir__())
-            | set(attr for attr in self._provider.__dir__() if not attr.startswith('_'))
-        )
-
-    @classmethod
-    def from_filename(cls, filename, metadata=None, **kw):
-        return cls.from_location(
-            _normalize_cached(filename), os.path.basename(filename), metadata, **kw
-        )
-
-    def as_requirement(self):
-        """Return a ``Requirement`` that matches this distribution exactly"""
-        if isinstance(self.parsed_version, packaging.version.Version):
-            spec = "%s==%s" % (self.project_name, self.parsed_version)
-        else:
-            spec = "%s===%s" % (self.project_name, self.parsed_version)
-
-        return Requirement.parse(spec)
-
-    def load_entry_point(self, group, name):
-        """Return the `name` entry point of `group` or raise ImportError"""
-        ep = self.get_entry_info(group, name)
-        if ep is None:
-            raise ImportError("Entry point %r not found" % ((group, name),))
-        return ep.load()
-
-    def get_entry_map(self, group=None):
-        """Return the entry point map for `group`, or the full entry map"""
-        try:
-            ep_map = self._ep_map
-        except AttributeError:
-            ep_map = self._ep_map = EntryPoint.parse_map(
-                self._get_metadata('entry_points.txt'), self
-            )
-        if group is not None:
-            return ep_map.get(group, {})
-        return ep_map
-
-    def get_entry_info(self, group, name):
-        """Return the EntryPoint object for `group`+`name`, or ``None``"""
-        return self.get_entry_map(group).get(name)
-
-    # FIXME: 'Distribution.insert_on' is too complex (13)
-    def insert_on(self, path, loc=None, replace=False):  # noqa: C901
-        """Ensure self.location is on path
-
-        If replace=False (default):
-            - If location is already in path anywhere, do nothing.
-            - Else:
-              - If it's an egg and its parent directory is on path,
-                insert just ahead of the parent.
-              - Else: add to the end of path.
-        If replace=True:
-            - If location is already on path anywhere (not eggs)
-              or higher priority than its parent (eggs)
-              do nothing.
-            - Else:
-              - If it's an egg and its parent directory is on path,
-                insert just ahead of the parent,
-                removing any lower-priority entries.
-              - Else: add it to the front of path.
-        """
-
-        loc = loc or self.location
-        if not loc:
-            return
-
-        nloc = _normalize_cached(loc)
-        bdir = os.path.dirname(nloc)
-        npath = [(p and _normalize_cached(p) or p) for p in path]
-
-        for p, item in enumerate(npath):
-            if item == nloc:
-                if replace:
-                    break
-                else:
-                    # don't modify path (even removing duplicates) if
-                    # found and not replace
-                    return
-            elif item == bdir and self.precedence == EGG_DIST:
-                # if it's an .egg, give it precedence over its directory
-                # UNLESS it's already been added to sys.path and replace=False
-                if (not replace) and nloc in npath[p:]:
-                    return
-                if path is sys.path:
-                    self.check_version_conflict()
-                path.insert(p, loc)
-                npath.insert(p, nloc)
-                break
-        else:
-            if path is sys.path:
-                self.check_version_conflict()
-            if replace:
-                path.insert(0, loc)
-            else:
-                path.append(loc)
-            return
-
-        # p is the spot where we found or inserted loc; now remove duplicates
-        while True:
-            try:
-                np = npath.index(nloc, p + 1)
-            except ValueError:
-                break
-            else:
-                del npath[np], path[np]
-                # ha!
-                p = np
-
-        return
-
-    def check_version_conflict(self):
-        if self.key == 'setuptools':
-            # ignore the inevitable setuptools self-conflicts  :(
-            return
-
-        nsp = dict.fromkeys(self._get_metadata('namespace_packages.txt'))
-        loc = normalize_path(self.location)
-        for modname in self._get_metadata('top_level.txt'):
-            if (
-                modname not in sys.modules
-                or modname in nsp
-                or modname in _namespace_packages
-            ):
-                continue
-            if modname in ('pkg_resources', 'setuptools', 'site'):
-                continue
-            fn = getattr(sys.modules[modname], '__file__', None)
-            if fn and (
-                normalize_path(fn).startswith(loc) or fn.startswith(self.location)
-            ):
-                continue
-            issue_warning(
-                "Module %s was already imported from %s, but %s is being added"
-                " to sys.path" % (modname, fn, self.location),
-            )
-
-    def has_version(self):
-        try:
-            self.version
-        except ValueError:
-            issue_warning("Unbuilt egg for " + repr(self))
-            return False
-        except SystemError:
-            # TODO: remove this except clause when python/cpython#103632 is fixed.
-            return False
-        return True
-
-    def clone(self, **kw):
-        """Copy this distribution, substituting in any changed keyword args"""
-        names = 'project_name version py_version platform location precedence'
-        for attr in names.split():
-            kw.setdefault(attr, getattr(self, attr, None))
-        kw.setdefault('metadata', self._provider)
-        return self.__class__(**kw)
-
-    @property
-    def extras(self):
-        return [dep for dep in self._dep_map if dep]
-
-
-class EggInfoDistribution(Distribution):
-    def _reload_version(self):
-        """
-        Packages installed by distutils (e.g. numpy or scipy),
-        which uses an old safe_version, and so
-        their version numbers can get mangled when
-        converted to filenames (e.g., 1.11.0.dev0+2329eae to
-        1.11.0.dev0_2329eae). These distributions will not be
-        parsed properly
-        downstream by Distribution and safe_version, so
-        take an extra step and try to get the version number from
-        the metadata file itself instead of the filename.
-        """
-        md_version = self._get_version()
-        if md_version:
-            self._version = md_version
-        return self
-
-
-class DistInfoDistribution(Distribution):
-    """
-    Wrap an actual or potential sys.path entry
-    w/metadata, .dist-info style.
-    """
-
-    PKG_INFO = 'METADATA'
-    EQEQ = re.compile(r"([\(,])\s*(\d.*?)\s*([,\)])")
-
-    @property
-    def _parsed_pkg_info(self):
-        """Parse and cache metadata"""
-        try:
-            return self._pkg_info
-        except AttributeError:
-            metadata = self.get_metadata(self.PKG_INFO)
-            self._pkg_info = email.parser.Parser().parsestr(metadata)
-            return self._pkg_info
-
-    @property
-    def _dep_map(self):
-        try:
-            return self.__dep_map
-        except AttributeError:
-            self.__dep_map = self._compute_dependencies()
-            return self.__dep_map
-
-    def _compute_dependencies(self):
-        """Recompute this distribution's dependencies."""
-        dm = self.__dep_map = {None: []}
-
-        reqs = []
-        # Including any condition expressions
-        for req in self._parsed_pkg_info.get_all('Requires-Dist') or []:
-            reqs.extend(parse_requirements(req))
-
-        def reqs_for_extra(extra):
-            for req in reqs:
-                if not req.marker or req.marker.evaluate({'extra': extra}):
-                    yield req
-
-        common = types.MappingProxyType(dict.fromkeys(reqs_for_extra(None)))
-        dm[None].extend(common)
-
-        for extra in self._parsed_pkg_info.get_all('Provides-Extra') or []:
-            s_extra = safe_extra(extra.strip())
-            dm[s_extra] = [r for r in reqs_for_extra(extra) if r not in common]
-
-        return dm
-
-
-_distributionImpl = {
-    '.egg': Distribution,
-    '.egg-info': EggInfoDistribution,
-    '.dist-info': DistInfoDistribution,
-}
-
-
-def issue_warning(*args, **kw):
-    level = 1
-    g = globals()
-    try:
-        # find the first stack frame that is *not* code in
-        # the pkg_resources module, to use for the warning
-        while sys._getframe(level).f_globals is g:
-            level += 1
-    except ValueError:
-        pass
-    warnings.warn(stacklevel=level + 1, *args, **kw)
-
-
-def parse_requirements(strs):
-    """
-    Yield ``Requirement`` objects for each specification in `strs`.
-
-    `strs` must be a string, or a (possibly-nested) iterable thereof.
-    """
-    return map(Requirement, join_continuation(map(drop_comment, yield_lines(strs))))
-
-
-class RequirementParseError(packaging.requirements.InvalidRequirement):
-    "Compatibility wrapper for InvalidRequirement"
-
-
-class Requirement(packaging.requirements.Requirement):
-    def __init__(self, requirement_string):
-        """DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!"""
-        super(Requirement, self).__init__(requirement_string)
-        self.unsafe_name = self.name
-        project_name = safe_name(self.name)
-        self.project_name, self.key = project_name, project_name.lower()
-        self.specs = [(spec.operator, spec.version) for spec in self.specifier]
-        self.extras = tuple(map(safe_extra, self.extras))
-        self.hashCmp = (
-            self.key,
-            self.url,
-            self.specifier,
-            frozenset(self.extras),
-            str(self.marker) if self.marker else None,
-        )
-        self.__hash = hash(self.hashCmp)
-
-    def __eq__(self, other):
-        return isinstance(other, Requirement) and self.hashCmp == other.hashCmp
-
-    def __ne__(self, other):
-        return not self == other
-
-    def __contains__(self, item):
-        if isinstance(item, Distribution):
-            if item.key != self.key:
-                return False
-
-            item = item.version
-
-        # Allow prereleases always in order to match the previous behavior of
-        # this method. In the future this should be smarter and follow PEP 440
-        # more accurately.
-        return self.specifier.contains(item, prereleases=True)
-
-    def __hash__(self):
-        return self.__hash
-
-    def __repr__(self):
-        return "Requirement.parse(%r)" % str(self)
-
-    @staticmethod
-    def parse(s):
-        (req,) = parse_requirements(s)
-        return req
-
-
-def _always_object(classes):
-    """
-    Ensure object appears in the mro even
-    for old-style classes.
-    """
-    if object not in classes:
-        return classes + (object,)
-    return classes
-
-
-def _find_adapter(registry, ob):
-    """Return an adapter factory for `ob` from `registry`"""
-    types = _always_object(inspect.getmro(getattr(ob, '__class__', type(ob))))
-    for t in types:
-        if t in registry:
-            return registry[t]
-
-
-def ensure_directory(path):
-    """Ensure that the parent directory of `path` exists"""
-    dirname = os.path.dirname(path)
-    os.makedirs(dirname, exist_ok=True)
-
-
-def _bypass_ensure_directory(path):
-    """Sandbox-bypassing version of ensure_directory()"""
-    if not WRITE_SUPPORT:
-        raise IOError('"os.mkdir" not supported on this platform.')
-    dirname, filename = split(path)
-    if dirname and filename and not isdir(dirname):
-        _bypass_ensure_directory(dirname)
-        try:
-            mkdir(dirname, 0o755)
-        except FileExistsError:
-            pass
-
-
-def split_sections(s):
-    """Split a string or iterable thereof into (section, content) pairs
-
-    Each ``section`` is a stripped version of the section header ("[section]")
-    and each ``content`` is a list of stripped lines excluding blank lines and
-    comment-only lines.  If there are any such lines before the first section
-    header, they're returned in a first ``section`` of ``None``.
-    """
-    section = None
-    content = []
-    for line in yield_lines(s):
-        if line.startswith("["):
-            if line.endswith("]"):
-                if section or content:
-                    yield section, content
-                section = line[1:-1].strip()
-                content = []
-            else:
-                raise ValueError("Invalid section heading", line)
-        else:
-            content.append(line)
-
-    # wrap up last segment
-    yield section, content
-
-
-def _mkstemp(*args, **kw):
-    old_open = os.open
-    try:
-        # temporarily bypass sandboxing
-        os.open = os_open
-        return tempfile.mkstemp(*args, **kw)
-    finally:
-        # and then put it back
-        os.open = old_open
-
-
-# Silence the PEP440Warning by default, so that end users don't get hit by it
-# randomly just because they use pkg_resources. We want to append the rule
-# because we want earlier uses of filterwarnings to take precedence over this
-# one.
-warnings.filterwarnings("ignore", category=PEP440Warning, append=True)
-
-
-# from jaraco.functools 1.3
-def _call_aside(f, *args, **kwargs):
-    f(*args, **kwargs)
-    return f
-
-
-@_call_aside
-def _initialize(g=globals()):
-    "Set up global resource manager (deliberately not state-saved)"
-    manager = ResourceManager()
-    g['_manager'] = manager
-    g.update(
-        (name, getattr(manager, name))
-        for name in dir(manager)
-        if not name.startswith('_')
-    )
-
-
-class PkgResourcesDeprecationWarning(Warning):
-    """
-    Base class for warning about deprecations in ``pkg_resources``
-
-    This class is not derived from ``DeprecationWarning``, and as such is
-    visible by default.
-    """
-
-
-@_call_aside
-def _initialize_master_working_set():
-    """
-    Prepare the master working set and make the ``require()``
-    API available.
-
-    This function has explicit effects on the global state
-    of pkg_resources. It is intended to be invoked once at
-    the initialization of this module.
-
-    Invocation by other packages is unsupported and done
-    at their own risk.
-    """
-    working_set = WorkingSet._build_master()
-    _declare_state('object', working_set=working_set)
-
-    require = working_set.require
-    iter_entry_points = working_set.iter_entry_points
-    add_activation_listener = working_set.subscribe
-    run_script = working_set.run_script
-    # backward compatibility
-    run_main = run_script
-    # Activate all distributions already on sys.path with replace=False and
-    # ensure that all distributions added to the working set in the future
-    # (e.g. by calling ``require()``) will get activated as well,
-    # with higher priority (replace=True).
-    tuple(dist.activate(replace=False) for dist in working_set)
-    add_activation_listener(
-        lambda dist: dist.activate(replace=True),
-        existing=False,
-    )
-    working_set.entries = []
-    # match order
-    list(map(working_set.add_entry, sys.path))
-    globals().update(locals())
diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc
deleted file mode 100644
index 6573806645ba83e821e22be5d0e3ad7cc46ddcc2..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 146471
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

Lx#!6t)6yJiT59cSTD*9S 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 u>>P|mNsAd0UooOno5-Ms4(vk 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 Qq_RBYV59N91`*}|0bSm for details and -usage. -""" -from __future__ import annotations - -import os -import sys -from typing import TYPE_CHECKING - -from .api import PlatformDirsABC -from .version import __version__ -from .version import __version_tuple__ as __version_info__ - -if TYPE_CHECKING: - from pathlib import Path - - if sys.version_info >= (3, 8): # pragma: no cover (py38+) - from typing import Literal - else: # pragma: no cover (py38+) - from pip._vendor.typing_extensions import Literal - - -def _set_platform_dir_class() -> type[PlatformDirsABC]: - if sys.platform == "win32": - from pip._vendor.platformdirs.windows import Windows as Result - elif sys.platform == "darwin": - from pip._vendor.platformdirs.macos import MacOS as Result - else: - from pip._vendor.platformdirs.unix import Unix as Result - - if os.getenv("ANDROID_DATA") == "/data" and os.getenv("ANDROID_ROOT") == "/system": - if os.getenv("SHELL") or os.getenv("PREFIX"): - return Result - - from pip._vendor.platformdirs.android import _android_folder - - if _android_folder() is not None: - from pip._vendor.platformdirs.android import Android - - return Android # return to avoid redefinition of result - - return Result - - -PlatformDirs = _set_platform_dir_class() #: Currently active platform -AppDirs = PlatformDirs #: Backwards compatibility with appdirs - - -def user_data_dir( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - roaming: bool = False, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> str: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param roaming: See `roaming `. - :param ensure_exists: See `ensure_exists `. - :returns: data directory tied to the user - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - roaming=roaming, - ensure_exists=ensure_exists, - ).user_data_dir - - -def site_data_dir( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - multipath: bool = False, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> str: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param multipath: See `roaming `. - :param ensure_exists: See `ensure_exists `. - :returns: data directory shared by users - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - multipath=multipath, - ensure_exists=ensure_exists, - ).site_data_dir - - -def user_config_dir( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - roaming: bool = False, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> str: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param roaming: See `roaming `. - :param ensure_exists: See `ensure_exists `. - :returns: config directory tied to the user - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - roaming=roaming, - ensure_exists=ensure_exists, - ).user_config_dir - - -def site_config_dir( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - multipath: bool = False, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> str: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param multipath: See `roaming `. - :param ensure_exists: See `ensure_exists `. - :returns: config directory shared by the users - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - multipath=multipath, - ensure_exists=ensure_exists, - ).site_config_dir - - -def user_cache_dir( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - opinion: bool = True, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> str: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param opinion: See `roaming `. - :param ensure_exists: See `ensure_exists `. - :returns: cache directory tied to the user - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - opinion=opinion, - ensure_exists=ensure_exists, - ).user_cache_dir - - -def site_cache_dir( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - opinion: bool = True, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> str: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param opinion: See `opinion `. - :param ensure_exists: See `ensure_exists `. - :returns: cache directory tied to the user - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - opinion=opinion, - ensure_exists=ensure_exists, - ).site_cache_dir - - -def user_state_dir( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - roaming: bool = False, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> str: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param roaming: See `roaming `. - :param ensure_exists: See `ensure_exists `. - :returns: state directory tied to the user - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - roaming=roaming, - ensure_exists=ensure_exists, - ).user_state_dir - - -def user_log_dir( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - opinion: bool = True, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> str: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param opinion: See `roaming `. - :param ensure_exists: See `ensure_exists `. - :returns: log directory tied to the user - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - opinion=opinion, - ensure_exists=ensure_exists, - ).user_log_dir - - -def user_documents_dir() -> str: - """:returns: documents directory tied to the user""" - return PlatformDirs().user_documents_dir - - -def user_downloads_dir() -> str: - """:returns: downloads directory tied to the user""" - return PlatformDirs().user_downloads_dir - - -def user_pictures_dir() -> str: - """:returns: pictures directory tied to the user""" - return PlatformDirs().user_pictures_dir - - -def user_videos_dir() -> str: - """:returns: videos directory tied to the user""" - return PlatformDirs().user_videos_dir - - -def user_music_dir() -> str: - """:returns: music directory tied to the user""" - return PlatformDirs().user_music_dir - - -def user_runtime_dir( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - opinion: bool = True, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> str: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param opinion: See `opinion `. - :param ensure_exists: See `ensure_exists `. - :returns: runtime directory tied to the user - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - opinion=opinion, - ensure_exists=ensure_exists, - ).user_runtime_dir - - -def user_data_path( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - roaming: bool = False, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> Path: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param roaming: See `roaming `. - :param ensure_exists: See `ensure_exists `. - :returns: data path tied to the user - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - roaming=roaming, - ensure_exists=ensure_exists, - ).user_data_path - - -def site_data_path( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - multipath: bool = False, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> Path: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param multipath: See `multipath `. - :param ensure_exists: See `ensure_exists `. - :returns: data path shared by users - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - multipath=multipath, - ensure_exists=ensure_exists, - ).site_data_path - - -def user_config_path( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - roaming: bool = False, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> Path: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param roaming: See `roaming `. - :param ensure_exists: See `ensure_exists `. - :returns: config path tied to the user - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - roaming=roaming, - ensure_exists=ensure_exists, - ).user_config_path - - -def site_config_path( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - multipath: bool = False, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> Path: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param multipath: See `roaming `. - :param ensure_exists: See `ensure_exists `. - :returns: config path shared by the users - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - multipath=multipath, - ensure_exists=ensure_exists, - ).site_config_path - - -def site_cache_path( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - opinion: bool = True, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> Path: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param opinion: See `opinion `. - :param ensure_exists: See `ensure_exists `. - :returns: cache directory tied to the user - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - opinion=opinion, - ensure_exists=ensure_exists, - ).site_cache_path - - -def user_cache_path( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - opinion: bool = True, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> Path: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param opinion: See `roaming `. - :param ensure_exists: See `ensure_exists `. - :returns: cache path tied to the user - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - opinion=opinion, - ensure_exists=ensure_exists, - ).user_cache_path - - -def user_state_path( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - roaming: bool = False, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> Path: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param roaming: See `roaming `. - :param ensure_exists: See `ensure_exists `. - :returns: state path tied to the user - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - roaming=roaming, - ensure_exists=ensure_exists, - ).user_state_path - - -def user_log_path( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - opinion: bool = True, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> Path: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param opinion: See `roaming `. - :param ensure_exists: See `ensure_exists `. - :returns: log path tied to the user - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - opinion=opinion, - ensure_exists=ensure_exists, - ).user_log_path - - -def user_documents_path() -> Path: - """:returns: documents path tied to the user""" - return PlatformDirs().user_documents_path - - -def user_downloads_path() -> Path: - """:returns: downloads path tied to the user""" - return PlatformDirs().user_downloads_path - - -def user_pictures_path() -> Path: - """:returns: pictures path tied to the user""" - return PlatformDirs().user_pictures_path - - -def user_videos_path() -> Path: - """:returns: videos path tied to the user""" - return PlatformDirs().user_videos_path - - -def user_music_path() -> Path: - """:returns: music path tied to the user""" - return PlatformDirs().user_music_path - - -def user_runtime_path( - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - opinion: bool = True, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 -) -> Path: - """ - :param appname: See `appname `. - :param appauthor: See `appauthor `. - :param version: See `version `. - :param opinion: See `opinion `. - :param ensure_exists: See `ensure_exists `. - :returns: runtime path tied to the user - """ - return PlatformDirs( - appname=appname, - appauthor=appauthor, - version=version, - opinion=opinion, - ensure_exists=ensure_exists, - ).user_runtime_path - - -__all__ = [ - "__version__", - "__version_info__", - "PlatformDirs", - "AppDirs", - "PlatformDirsABC", - "user_data_dir", - "user_config_dir", - "user_cache_dir", - "user_state_dir", - "user_log_dir", - "user_documents_dir", - "user_downloads_dir", - "user_pictures_dir", - "user_videos_dir", - "user_music_dir", - "user_runtime_dir", - "site_data_dir", - "site_config_dir", - "site_cache_dir", - "user_data_path", - "user_config_path", - "user_cache_path", - "user_state_path", - "user_log_path", - "user_documents_path", - "user_downloads_path", - "user_pictures_path", - "user_videos_path", - "user_music_path", - "user_runtime_path", - "site_data_path", - "site_config_path", - "site_cache_path", -] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py deleted file mode 100644 index 6a0d6dd..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py +++ /dev/null @@ -1,53 +0,0 @@ -"""Main entry point.""" -from __future__ import annotations - -from pip._vendor.platformdirs import PlatformDirs, __version__ - -PROPS = ( - "user_data_dir", - "user_config_dir", - "user_cache_dir", - "user_state_dir", - "user_log_dir", - "user_documents_dir", - "user_downloads_dir", - "user_pictures_dir", - "user_videos_dir", - "user_music_dir", - "user_runtime_dir", - "site_data_dir", - "site_config_dir", - "site_cache_dir", -) - - -def main() -> None: - """Run main entry point.""" - app_name = "MyApp" - app_author = "MyCompany" - - print(f"-- platformdirs {__version__} --") # noqa: T201 - - print("-- app dirs (with optional 'version')") # noqa: T201 - dirs = PlatformDirs(app_name, app_author, version="1.0") - for prop in PROPS: - print(f"{prop}: {getattr(dirs, prop)}") # noqa: T201 - - print("\n-- app dirs (without optional 'version')") # noqa: T201 - dirs = PlatformDirs(app_name, app_author) - for prop in PROPS: - print(f"{prop}: {getattr(dirs, prop)}") # noqa: T201 - - print("\n-- app dirs (without optional 'appauthor')") # noqa: T201 - dirs = PlatformDirs(app_name) - for prop in PROPS: - print(f"{prop}: {getattr(dirs, prop)}") # noqa: T201 - - print("\n-- app dirs (with disabled 'appauthor')") # noqa: T201 - dirs = PlatformDirs(app_name, appauthor=False) - for prop in PROPS: - print(f"{prop}: {getattr(dirs, prop)}") # noqa: T201 - - -if __name__ == "__main__": - main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index a784f5fdf32dd54b75cd0835c324b7a66065a1f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18026 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc deleted file mode 100644 index 000f0639b90e82500067c764d8fca1f7044e7ac2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9441 zcmds7O>7&-72f4PMM~7aL`96(mJ^G%qm`Xlk{!W`EZMc&NLKt4$4VP=&0R?=lU#Oo zXfLtXcfLk>9+9<{NUz>ItnTaPxG(Ufkla>=-`vl0+zKaiQ=H7p zjwGLQOgVVWJCn{SCw;o6T=eOla>LV=^rXB~URuYU^rie$e#m=dZ?Y~GmZZL zm@h}kc-&OuEYWzV##N&6QjNPrno>j? zsHPOd5Y?2T)<`v_I5kmCDKgFTjnQV)YtOl~8|J1?fOJAjCbg@&V9YAQOjebpbV3p0 z(?m-NvkFm!;aS7T=to3RveD8FDREi3mY9{&GfH1VONo+r@W8-9V2= zSzQsdY3!7KBrat#X(Q5MmoG?V7BmlGd|C zi7D4q-O#tuzO4Sycpv?K!uB)DEH6l47r%K1GArC7H&v(GGEA@<)V%S`3O;rEJ+^`WXX^Om?b4)Xk=b6R7DmHjlu+zOZE#&-%OtnkBeAQ zM3p#E)buHAN3-y28`f=h9ujOBTBY$B0Z&&l73#+~hn^1`>Ll*6z z$aX=7B8yeFBtVE?c)b=v`m96%qf7HhexmOebR@i_3-Pj1#&7ea1v(~;AguW#&5$+g zaayX_Sf<9|ZDLDiy*`tHg4GwLC@h_E?HXz6Kn=E=OpMwqt4Uu$Ax z8KO*=(U^VR43<_QL70h(*$q(;tl?1(b(C?aSg-?H>o$vm)mikDeCXX(-@BDlzI_&* ztUY5z9^sN)l}p9Z#-luen52rmls3hR3(Vdv1$)rmGDh{}LOrX#o=Wq+dq&L_rvK2z0~Hk5l?&}!_3iq0%z}Wycs!IfR!Y)Q)hLP$?X(IuOh15a!ze1S z!EKo?_E#WNYq4MAVSBeXX{g2$5sKUToQJ7dX3o#DEVIZLw|VH7r(6AB*!sl?kklT( zbe7K(+aL~jY#`rBR8G! ze%npiXL{|=n+{DkT^Y%kHC=O>n!fEIO)wQ?9|#?1R1mBkFG!Ju9w?5jWj3DJd&BAF=@6f^n^S{38Q_IpYuVdG@n*Hq z+;AD(rA3oqs9r?7Hy?_w`l3&3`dMcB6;)QWr!{JK9`P6oztw*D6ZDd9&^Q~@Vv_Cd_ z(+TgS7nhNj5P;Hcs*wU@n?<*(&NBZjDT!eRxLr}aCT=@Sk9D3W4WNv+n7){G%#N9L zu~cuGlQ|%kF!#e9>8O!Hx`2x9@IWKNoN#d%v%S>PVAQk`_E&JMtnV(djUls zii0R<|*0`8h9Y2X%6ouwxlucNBcN#$+hU5!##IPT4ep`{4d%TU2_=4 zZ%MMd@GY6g7<~!u$}e&_Y8TvrFFCCIRqmSeB6pRKdKZqf<>itDajkU=1rLbE;h1Q< zqj37H0GbIctzbl~8bX5JC<~XcMHX(b(5>O_$}eRNEs>OT{ZWTxUu(iq*?@4bZxo-` zj0M5ESnI`0r$t-=#2?E0qGE3!2zq_C;IW<)(V*#`ORHI(OhET$U`8=c;Fa5$O3ZqA znS^_xG*y`)cpbT#Z$RMfQG>hdOJC1_ znx9+kK9p}BSoW?*cCSVHbCLdh;az(HeVnA`e6$f zYiWM2TM1WetGU+pNZLm76W+`)q^b33*j{tj9_$?d2cGMa+BRCU8eN44`^fws>eAs9$n zTxtPM9>0d?nHbzl4$z{f4m^66u#YnA?UQxQh-J%)Zh7U7YRH!yvn#=GD1wjms;||S zOV$++)?54$Z`%lpkIG>mtPOkD&b6*XxvoPWU0xfQ%neNDyWU*ul5$;AzALd@hp@M= zy4s4c53aWj+^D-3Xag<6KKM+*-pgR8=lO5w@8N2wkK;WmKc74J5|Be6Z?s7ZsavfiC!b8tH zJm0#kJ>>9tf6>7?0v{guC*StK(Zn~y$Y8!Kqr5IA?khSL#n{M1YB{U7>6yvP6m diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc deleted file mode 100644 index 503a6fea576daf74ba7134aa55b69e52cfd591c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9669 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 I?=(~V4*|Wu{r~^~ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc deleted file mode 100644 index 39fc0d8547c58fa2ce1d63846573045c84e1eaf2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5634 zcmd5=&2QY)7Psfq&6m?qDDaAK`wD0v8D~IGPn5nuo2Uqhw1Jeij07Hcd^6+VvCX}n zl!;IUQWvmd*)7|sDS!b?}I-Z|HwlX24FtHO)x>z~iPzUOz& zx#wJeKRrDm!1daXubLmu2*OYJ5M9NfBkrw0=eA%7b-@sgoF#U0^_+t&hI^UKX(o}djU75An<`nEuXx(Ex)8Dc$83dT_*cdKwGl&=># zl20KejucWznIpv%B5|aYLXL2xoI)lzBBhW?jvPrLQyiH{A=4b0Od&HInMxrtN2XKA zEJtQi$We~SDP*oUTbc8Vt4OYXADEd?;EH%u43moJdXs>%h&vYZ=?%e1f?m=;;pZM{WsN_E+Ruen}VxA>cNzNR(mw5Z36<4n#o)&n3sFP<0(%_;1e)*52=W?J9$?=*_TfK z5xp)PtXE=gOah_FW7UR;Z&XD3c&2JxEYV>*RBa!8630G;&4`H}?Z$N_p+j$i))1FG zbBwifE#nZDxmnF7n^ho1k7Us`6Lklrc6A_M>r2;08T~zb z!sP>bNxUTVkZ?nfL;Mg{(*`FNe0)LCfbEck5F%>Ta z-<*LN_Ryt16COZOG56JtFK^tFF`0b5FpwAf(&D4#=!R`Mx-m9Kp?Jhm_(;(K4&)^i z%HSpS=5?Im1#CvL(4Xxh=i*>;%_daJaOM~*)vSfmp!~#5HG0a{{V4Z|XnwBx@svxX zU#x)AEZZaI2eR6i)W4pR|HPDR!O6`TlaN(s3y!Klhjdd7`q^XzHC8Y)ry^ZrCGcAZ z6Y=6eUg%2;e?1Ye#YA+v%xsS57^^4>G?ak`>}InNWE?&%Cm~&5#OTF?Ij9We`Mxwi z%E6wT*$?>Ps!o`o&7lF9nBdKhHc`dCZrz;B>3`6Png>jIKpA&7ab= zkKyMCKlf^WS<@f|04%{N7XG?;z2GRqi}ojB8T236JcG@%*zk({pV-54lUA_78jCJq zqheEoW+&Jy`3a5U{{h}$ZOdMQ3hS2eORiLuc4vjs%>Qz^;)b}Fhwd)#?n)v0PJ+H8 z#^|Y7^wgo)`^o6{lhG>)x{{z-b6!m(uO^bU`0KU!>si=hEVmfTRb#9gV+%315M%A& z%fA2{ZIN4-vsXDn{|yA9H8;AL8#Ik#{_)HB+W`Jp@M6Hv!!Ia`amNRtg>}mU(N__| z1jdc>t8_MSi6y!O7*@Tk3e9d_6vg|()DOa`pM;tJ3d)1hswlR_FD^Y0cxU%|PAE?8 N=5v#|&&zzi{{wz#Y0dxu diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc deleted file mode 100644 index 3a22efe5d8625d23414934e61ba265bfa557fdde..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12438 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc deleted file mode 100644 index 000ed306ef0e36bdadac40e7fe389cc651753c28..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12996 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py deleted file mode 100644 index 76527dd..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py +++ /dev/null @@ -1,210 +0,0 @@ -"""Android.""" -from __future__ import annotations - -import os -import re -import sys -from functools import lru_cache -from typing import cast - -from .api import PlatformDirsABC - - -class Android(PlatformDirsABC): - """ - Follows the guidance `from here `_. Makes use of the - `appname `, - `version `, - `ensure_exists `. - """ - - @property - def user_data_dir(self) -> str: - """:return: data directory tied to the user, e.g. ``/data/user///files/``""" - return self._append_app_name_and_version(cast(str, _android_folder()), "files") - - @property - def site_data_dir(self) -> str: - """:return: data directory shared by users, same as `user_data_dir`""" - return self.user_data_dir - - @property - def user_config_dir(self) -> str: - """ - :return: config directory tied to the user, e.g. \ - ``/data/user///shared_prefs/`` - """ - return self._append_app_name_and_version(cast(str, _android_folder()), "shared_prefs") - - @property - def site_config_dir(self) -> str: - """:return: config directory shared by the users, same as `user_config_dir`""" - return self.user_config_dir - - @property - def user_cache_dir(self) -> str: - """:return: cache directory tied to the user, e.g. e.g. ``/data/user///cache/``""" - return self._append_app_name_and_version(cast(str, _android_folder()), "cache") - - @property - def site_cache_dir(self) -> str: - """:return: cache directory shared by users, same as `user_cache_dir`""" - return self.user_cache_dir - - @property - def user_state_dir(self) -> str: - """:return: state directory tied to the user, same as `user_data_dir`""" - return self.user_data_dir - - @property - def user_log_dir(self) -> str: - """ - :return: log directory tied to the user, same as `user_cache_dir` if not opinionated else ``log`` in it, - e.g. ``/data/user///cache//log`` - """ - path = self.user_cache_dir - if self.opinion: - path = os.path.join(path, "log") # noqa: PTH118 - return path - - @property - def user_documents_dir(self) -> str: - """:return: documents directory tied to the user e.g. ``/storage/emulated/0/Documents``""" - return _android_documents_folder() - - @property - def user_downloads_dir(self) -> str: - """:return: downloads directory tied to the user e.g. ``/storage/emulated/0/Downloads``""" - return _android_downloads_folder() - - @property - def user_pictures_dir(self) -> str: - """:return: pictures directory tied to the user e.g. ``/storage/emulated/0/Pictures``""" - return _android_pictures_folder() - - @property - def user_videos_dir(self) -> str: - """:return: videos directory tied to the user e.g. ``/storage/emulated/0/DCIM/Camera``""" - return _android_videos_folder() - - @property - def user_music_dir(self) -> str: - """:return: music directory tied to the user e.g. ``/storage/emulated/0/Music``""" - return _android_music_folder() - - @property - def user_runtime_dir(self) -> str: - """ - :return: runtime directory tied to the user, same as `user_cache_dir` if not opinionated else ``tmp`` in it, - e.g. ``/data/user///cache//tmp`` - """ - path = self.user_cache_dir - if self.opinion: - path = os.path.join(path, "tmp") # noqa: PTH118 - return path - - -@lru_cache(maxsize=1) -def _android_folder() -> str | None: - """:return: base folder for the Android OS or None if it cannot be found""" - try: - # First try to get path to android app via pyjnius - from jnius import autoclass - - context = autoclass("android.content.Context") - result: str | None = context.getFilesDir().getParentFile().getAbsolutePath() - except Exception: # noqa: BLE001 - # if fails find an android folder looking path on the sys.path - pattern = re.compile(r"/data/(data|user/\d+)/(.+)/files") - for path in sys.path: - if pattern.match(path): - result = path.split("/files")[0] - break - else: - result = None - return result - - -@lru_cache(maxsize=1) -def _android_documents_folder() -> str: - """:return: documents folder for the Android OS""" - # Get directories with pyjnius - try: - from jnius import autoclass - - context = autoclass("android.content.Context") - environment = autoclass("android.os.Environment") - documents_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOCUMENTS).getAbsolutePath() - except Exception: # noqa: BLE001 - documents_dir = "/storage/emulated/0/Documents" - - return documents_dir - - -@lru_cache(maxsize=1) -def _android_downloads_folder() -> str: - """:return: downloads folder for the Android OS""" - # Get directories with pyjnius - try: - from jnius import autoclass - - context = autoclass("android.content.Context") - environment = autoclass("android.os.Environment") - downloads_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOWNLOADS).getAbsolutePath() - except Exception: # noqa: BLE001 - downloads_dir = "/storage/emulated/0/Downloads" - - return downloads_dir - - -@lru_cache(maxsize=1) -def _android_pictures_folder() -> str: - """:return: pictures folder for the Android OS""" - # Get directories with pyjnius - try: - from jnius import autoclass - - context = autoclass("android.content.Context") - environment = autoclass("android.os.Environment") - pictures_dir: str = context.getExternalFilesDir(environment.DIRECTORY_PICTURES).getAbsolutePath() - except Exception: # noqa: BLE001 - pictures_dir = "/storage/emulated/0/Pictures" - - return pictures_dir - - -@lru_cache(maxsize=1) -def _android_videos_folder() -> str: - """:return: videos folder for the Android OS""" - # Get directories with pyjnius - try: - from jnius import autoclass - - context = autoclass("android.content.Context") - environment = autoclass("android.os.Environment") - videos_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DCIM).getAbsolutePath() - except Exception: # noqa: BLE001 - videos_dir = "/storage/emulated/0/DCIM/Camera" - - return videos_dir - - -@lru_cache(maxsize=1) -def _android_music_folder() -> str: - """:return: music folder for the Android OS""" - # Get directories with pyjnius - try: - from jnius import autoclass - - context = autoclass("android.content.Context") - environment = autoclass("android.os.Environment") - music_dir: str = context.getExternalFilesDir(environment.DIRECTORY_MUSIC).getAbsolutePath() - except Exception: # noqa: BLE001 - music_dir = "/storage/emulated/0/Music" - - return music_dir - - -__all__ = [ - "Android", -] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py deleted file mode 100644 index d64ebb9..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py +++ /dev/null @@ -1,223 +0,0 @@ -"""Base API.""" -from __future__ import annotations - -import os -from abc import ABC, abstractmethod -from pathlib import Path -from typing import TYPE_CHECKING - -if TYPE_CHECKING: - import sys - - if sys.version_info >= (3, 8): # pragma: no cover (py38+) - from typing import Literal - else: # pragma: no cover (py38+) - from pip._vendor.typing_extensions import Literal - - -class PlatformDirsABC(ABC): - """Abstract base class for platform directories.""" - - def __init__( # noqa: PLR0913 - self, - appname: str | None = None, - appauthor: str | None | Literal[False] = None, - version: str | None = None, - roaming: bool = False, # noqa: FBT001, FBT002 - multipath: bool = False, # noqa: FBT001, FBT002 - opinion: bool = True, # noqa: FBT001, FBT002 - ensure_exists: bool = False, # noqa: FBT001, FBT002 - ) -> None: - """ - Create a new platform directory. - - :param appname: See `appname`. - :param appauthor: See `appauthor`. - :param version: See `version`. - :param roaming: See `roaming`. - :param multipath: See `multipath`. - :param opinion: See `opinion`. - :param ensure_exists: See `ensure_exists`. - """ - self.appname = appname #: The name of application. - self.appauthor = appauthor - """ - The name of the app author or distributing body for this application. Typically, it is the owning company name. - Defaults to `appname`. You may pass ``False`` to disable it. - """ - self.version = version - """ - An optional version path element to append to the path. You might want to use this if you want multiple versions - of your app to be able to run independently. If used, this would typically be ``.``. - """ - self.roaming = roaming - """ - Whether to use the roaming appdata directory on Windows. That means that for users on a Windows network setup - for roaming profiles, this user data will be synced on login (see - `here `_). - """ - self.multipath = multipath - """ - An optional parameter only applicable to Unix/Linux which indicates that the entire list of data dirs should be - returned. By default, the first item would only be returned. - """ - self.opinion = opinion #: A flag to indicating to use opinionated values. - self.ensure_exists = ensure_exists - """ - Optionally create the directory (and any missing parents) upon access if it does not exist. - By default, no directories are created. - """ - - def _append_app_name_and_version(self, *base: str) -> str: - params = list(base[1:]) - if self.appname: - params.append(self.appname) - if self.version: - params.append(self.version) - path = os.path.join(base[0], *params) # noqa: PTH118 - self._optionally_create_directory(path) - return path - - def _optionally_create_directory(self, path: str) -> None: - if self.ensure_exists: - Path(path).mkdir(parents=True, exist_ok=True) - - @property - @abstractmethod - def user_data_dir(self) -> str: - """:return: data directory tied to the user""" - - @property - @abstractmethod - def site_data_dir(self) -> str: - """:return: data directory shared by users""" - - @property - @abstractmethod - def user_config_dir(self) -> str: - """:return: config directory tied to the user""" - - @property - @abstractmethod - def site_config_dir(self) -> str: - """:return: config directory shared by the users""" - - @property - @abstractmethod - def user_cache_dir(self) -> str: - """:return: cache directory tied to the user""" - - @property - @abstractmethod - def site_cache_dir(self) -> str: - """:return: cache directory shared by users""" - - @property - @abstractmethod - def user_state_dir(self) -> str: - """:return: state directory tied to the user""" - - @property - @abstractmethod - def user_log_dir(self) -> str: - """:return: log directory tied to the user""" - - @property - @abstractmethod - def user_documents_dir(self) -> str: - """:return: documents directory tied to the user""" - - @property - @abstractmethod - def user_downloads_dir(self) -> str: - """:return: downloads directory tied to the user""" - - @property - @abstractmethod - def user_pictures_dir(self) -> str: - """:return: pictures directory tied to the user""" - - @property - @abstractmethod - def user_videos_dir(self) -> str: - """:return: videos directory tied to the user""" - - @property - @abstractmethod - def user_music_dir(self) -> str: - """:return: music directory tied to the user""" - - @property - @abstractmethod - def user_runtime_dir(self) -> str: - """:return: runtime directory tied to the user""" - - @property - def user_data_path(self) -> Path: - """:return: data path tied to the user""" - return Path(self.user_data_dir) - - @property - def site_data_path(self) -> Path: - """:return: data path shared by users""" - return Path(self.site_data_dir) - - @property - def user_config_path(self) -> Path: - """:return: config path tied to the user""" - return Path(self.user_config_dir) - - @property - def site_config_path(self) -> Path: - """:return: config path shared by the users""" - return Path(self.site_config_dir) - - @property - def user_cache_path(self) -> Path: - """:return: cache path tied to the user""" - return Path(self.user_cache_dir) - - @property - def site_cache_path(self) -> Path: - """:return: cache path shared by users""" - return Path(self.site_cache_dir) - - @property - def user_state_path(self) -> Path: - """:return: state path tied to the user""" - return Path(self.user_state_dir) - - @property - def user_log_path(self) -> Path: - """:return: log path tied to the user""" - return Path(self.user_log_dir) - - @property - def user_documents_path(self) -> Path: - """:return: documents path tied to the user""" - return Path(self.user_documents_dir) - - @property - def user_downloads_path(self) -> Path: - """:return: downloads path tied to the user""" - return Path(self.user_downloads_dir) - - @property - def user_pictures_path(self) -> Path: - """:return: pictures path tied to the user""" - return Path(self.user_pictures_dir) - - @property - def user_videos_path(self) -> Path: - """:return: videos path tied to the user""" - return Path(self.user_videos_dir) - - @property - def user_music_path(self) -> Path: - """:return: music path tied to the user""" - return Path(self.user_music_dir) - - @property - def user_runtime_path(self) -> Path: - """:return: runtime path tied to the user""" - return Path(self.user_runtime_dir) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py deleted file mode 100644 index a753e2a..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py +++ /dev/null @@ -1,91 +0,0 @@ -"""macOS.""" -from __future__ import annotations - -import os.path - -from .api import PlatformDirsABC - - -class MacOS(PlatformDirsABC): - """ - Platform directories for the macOS operating system. Follows the guidance from `Apple documentation - `_. - Makes use of the `appname `, - `version `, - `ensure_exists `. - """ - - @property - def user_data_dir(self) -> str: - """:return: data directory tied to the user, e.g. ``~/Library/Application Support/$appname/$version``""" - return self._append_app_name_and_version(os.path.expanduser("~/Library/Application Support")) # noqa: PTH111 - - @property - def site_data_dir(self) -> str: - """:return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``""" - return self._append_app_name_and_version("/Library/Application Support") - - @property - def user_config_dir(self) -> str: - """:return: config directory tied to the user, same as `user_data_dir`""" - return self.user_data_dir - - @property - def site_config_dir(self) -> str: - """:return: config directory shared by the users, same as `site_data_dir`""" - return self.site_data_dir - - @property - def user_cache_dir(self) -> str: - """:return: cache directory tied to the user, e.g. ``~/Library/Caches/$appname/$version``""" - return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches")) # noqa: PTH111 - - @property - def site_cache_dir(self) -> str: - """:return: cache directory shared by users, e.g. ``/Library/Caches/$appname/$version``""" - return self._append_app_name_and_version("/Library/Caches") - - @property - def user_state_dir(self) -> str: - """:return: state directory tied to the user, same as `user_data_dir`""" - return self.user_data_dir - - @property - def user_log_dir(self) -> str: - """:return: log directory tied to the user, e.g. ``~/Library/Logs/$appname/$version``""" - return self._append_app_name_and_version(os.path.expanduser("~/Library/Logs")) # noqa: PTH111 - - @property - def user_documents_dir(self) -> str: - """:return: documents directory tied to the user, e.g. ``~/Documents``""" - return os.path.expanduser("~/Documents") # noqa: PTH111 - - @property - def user_downloads_dir(self) -> str: - """:return: downloads directory tied to the user, e.g. ``~/Downloads``""" - return os.path.expanduser("~/Downloads") # noqa: PTH111 - - @property - def user_pictures_dir(self) -> str: - """:return: pictures directory tied to the user, e.g. ``~/Pictures``""" - return os.path.expanduser("~/Pictures") # noqa: PTH111 - - @property - def user_videos_dir(self) -> str: - """:return: videos directory tied to the user, e.g. ``~/Movies``""" - return os.path.expanduser("~/Movies") # noqa: PTH111 - - @property - def user_music_dir(self) -> str: - """:return: music directory tied to the user, e.g. ``~/Music``""" - return os.path.expanduser("~/Music") # noqa: PTH111 - - @property - def user_runtime_dir(self) -> str: - """:return: runtime directory tied to the user, e.g. ``~/Library/Caches/TemporaryItems/$appname/$version``""" - return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches/TemporaryItems")) # noqa: PTH111 - - -__all__ = [ - "MacOS", -] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py deleted file mode 100644 index 468b0ab..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py +++ /dev/null @@ -1,223 +0,0 @@ -"""Unix.""" -from __future__ import annotations - -import os -import sys -from configparser import ConfigParser -from pathlib import Path - -from .api import PlatformDirsABC - -if sys.platform == "win32": - - def getuid() -> int: - msg = "should only be used on Unix" - raise RuntimeError(msg) - -else: - from os import getuid - - -class Unix(PlatformDirsABC): - """ - On Unix/Linux, we follow the - `XDG Basedir Spec `_. The spec allows - overriding directories with environment variables. The examples show are the default values, alongside the name of - the environment variable that overrides them. Makes use of the - `appname `, - `version `, - `multipath `, - `opinion `, - `ensure_exists `. - """ - - @property - def user_data_dir(self) -> str: - """ - :return: data directory tied to the user, e.g. ``~/.local/share/$appname/$version`` or - ``$XDG_DATA_HOME/$appname/$version`` - """ - path = os.environ.get("XDG_DATA_HOME", "") - if not path.strip(): - path = os.path.expanduser("~/.local/share") # noqa: PTH111 - return self._append_app_name_and_version(path) - - @property - def site_data_dir(self) -> str: - """ - :return: data directories shared by users (if `multipath ` is - enabled and ``XDG_DATA_DIR`` is set and a multi path the response is also a multi path separated by the OS - path separator), e.g. ``/usr/local/share/$appname/$version`` or ``/usr/share/$appname/$version`` - """ - # XDG default for $XDG_DATA_DIRS; only first, if multipath is False - path = os.environ.get("XDG_DATA_DIRS", "") - if not path.strip(): - path = f"/usr/local/share{os.pathsep}/usr/share" - return self._with_multi_path(path) - - def _with_multi_path(self, path: str) -> str: - path_list = path.split(os.pathsep) - if not self.multipath: - path_list = path_list[0:1] - path_list = [self._append_app_name_and_version(os.path.expanduser(p)) for p in path_list] # noqa: PTH111 - return os.pathsep.join(path_list) - - @property - def user_config_dir(self) -> str: - """ - :return: config directory tied to the user, e.g. ``~/.config/$appname/$version`` or - ``$XDG_CONFIG_HOME/$appname/$version`` - """ - path = os.environ.get("XDG_CONFIG_HOME", "") - if not path.strip(): - path = os.path.expanduser("~/.config") # noqa: PTH111 - return self._append_app_name_and_version(path) - - @property - def site_config_dir(self) -> str: - """ - :return: config directories shared by users (if `multipath ` - is enabled and ``XDG_DATA_DIR`` is set and a multi path the response is also a multi path separated by the OS - path separator), e.g. ``/etc/xdg/$appname/$version`` - """ - # XDG default for $XDG_CONFIG_DIRS only first, if multipath is False - path = os.environ.get("XDG_CONFIG_DIRS", "") - if not path.strip(): - path = "/etc/xdg" - return self._with_multi_path(path) - - @property - def user_cache_dir(self) -> str: - """ - :return: cache directory tied to the user, e.g. ``~/.cache/$appname/$version`` or - ``~/$XDG_CACHE_HOME/$appname/$version`` - """ - path = os.environ.get("XDG_CACHE_HOME", "") - if not path.strip(): - path = os.path.expanduser("~/.cache") # noqa: PTH111 - return self._append_app_name_and_version(path) - - @property - def site_cache_dir(self) -> str: - """:return: cache directory shared by users, e.g. ``/var/tmp/$appname/$version``""" - return self._append_app_name_and_version("/var/tmp") # noqa: S108 - - @property - def user_state_dir(self) -> str: - """ - :return: state directory tied to the user, e.g. ``~/.local/state/$appname/$version`` or - ``$XDG_STATE_HOME/$appname/$version`` - """ - path = os.environ.get("XDG_STATE_HOME", "") - if not path.strip(): - path = os.path.expanduser("~/.local/state") # noqa: PTH111 - return self._append_app_name_and_version(path) - - @property - def user_log_dir(self) -> str: - """:return: log directory tied to the user, same as `user_state_dir` if not opinionated else ``log`` in it""" - path = self.user_state_dir - if self.opinion: - path = os.path.join(path, "log") # noqa: PTH118 - return path - - @property - def user_documents_dir(self) -> str: - """:return: documents directory tied to the user, e.g. ``~/Documents``""" - return _get_user_media_dir("XDG_DOCUMENTS_DIR", "~/Documents") - - @property - def user_downloads_dir(self) -> str: - """:return: downloads directory tied to the user, e.g. ``~/Downloads``""" - return _get_user_media_dir("XDG_DOWNLOAD_DIR", "~/Downloads") - - @property - def user_pictures_dir(self) -> str: - """:return: pictures directory tied to the user, e.g. ``~/Pictures``""" - return _get_user_media_dir("XDG_PICTURES_DIR", "~/Pictures") - - @property - def user_videos_dir(self) -> str: - """:return: videos directory tied to the user, e.g. ``~/Videos``""" - return _get_user_media_dir("XDG_VIDEOS_DIR", "~/Videos") - - @property - def user_music_dir(self) -> str: - """:return: music directory tied to the user, e.g. ``~/Music``""" - return _get_user_media_dir("XDG_MUSIC_DIR", "~/Music") - - @property - def user_runtime_dir(self) -> str: - """ - :return: runtime directory tied to the user, e.g. ``/run/user/$(id -u)/$appname/$version`` or - ``$XDG_RUNTIME_DIR/$appname/$version``. - - For FreeBSD/OpenBSD/NetBSD, it would return ``/var/run/user/$(id -u)/$appname/$version`` if - exists, otherwise ``/tmp/runtime-$(id -u)/$appname/$version``, if``$XDG_RUNTIME_DIR`` - is not set. - """ - path = os.environ.get("XDG_RUNTIME_DIR", "") - if not path.strip(): - if sys.platform.startswith(("freebsd", "openbsd", "netbsd")): - path = f"/var/run/user/{getuid()}" - if not Path(path).exists(): - path = f"/tmp/runtime-{getuid()}" # noqa: S108 - else: - path = f"/run/user/{getuid()}" - return self._append_app_name_and_version(path) - - @property - def site_data_path(self) -> Path: - """:return: data path shared by users. Only return first item, even if ``multipath`` is set to ``True``""" - return self._first_item_as_path_if_multipath(self.site_data_dir) - - @property - def site_config_path(self) -> Path: - """:return: config path shared by the users. Only return first item, even if ``multipath`` is set to ``True``""" - return self._first_item_as_path_if_multipath(self.site_config_dir) - - @property - def site_cache_path(self) -> Path: - """:return: cache path shared by users. Only return first item, even if ``multipath`` is set to ``True``""" - return self._first_item_as_path_if_multipath(self.site_cache_dir) - - def _first_item_as_path_if_multipath(self, directory: str) -> Path: - if self.multipath: - # If multipath is True, the first path is returned. - directory = directory.split(os.pathsep)[0] - return Path(directory) - - -def _get_user_media_dir(env_var: str, fallback_tilde_path: str) -> str: - media_dir = _get_user_dirs_folder(env_var) - if media_dir is None: - media_dir = os.environ.get(env_var, "").strip() - if not media_dir: - media_dir = os.path.expanduser(fallback_tilde_path) # noqa: PTH111 - - return media_dir - - -def _get_user_dirs_folder(key: str) -> str | None: - """Return directory from user-dirs.dirs config file. See https://freedesktop.org/wiki/Software/xdg-user-dirs/.""" - user_dirs_config_path = Path(Unix().user_config_dir) / "user-dirs.dirs" - if user_dirs_config_path.exists(): - parser = ConfigParser() - - with user_dirs_config_path.open() as stream: - # Add fake section header, so ConfigParser doesn't complain - parser.read_string(f"[top]\n{stream.read()}") - - if key not in parser["top"]: - return None - - path = parser["top"][key].strip('"') - # Handle relative home paths - return path.replace("$HOME", os.path.expanduser("~")) # noqa: PTH111 - - return None - - -__all__ = [ - "Unix", -] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py deleted file mode 100644 index dc8c44c..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py +++ /dev/null @@ -1,4 +0,0 @@ -# file generated by setuptools_scm -# don't change, don't track in version control -__version__ = version = '3.8.1' -__version_tuple__ = version_tuple = (3, 8, 1) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py deleted file mode 100644 index b52c9c6..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py +++ /dev/null @@ -1,255 +0,0 @@ -"""Windows.""" -from __future__ import annotations - -import ctypes -import os -import sys -from functools import lru_cache -from typing import TYPE_CHECKING - -from .api import PlatformDirsABC - -if TYPE_CHECKING: - from collections.abc import Callable - - -class Windows(PlatformDirsABC): - """ - `MSDN on where to store app data files - `_. - Makes use of the - `appname `, - `appauthor `, - `version `, - `roaming `, - `opinion `, - `ensure_exists `. - """ - - @property - def user_data_dir(self) -> str: - """ - :return: data directory tied to the user, e.g. - ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname`` (not roaming) or - ``%USERPROFILE%\\AppData\\Roaming\\$appauthor\\$appname`` (roaming) - """ - const = "CSIDL_APPDATA" if self.roaming else "CSIDL_LOCAL_APPDATA" - path = os.path.normpath(get_win_folder(const)) - return self._append_parts(path) - - def _append_parts(self, path: str, *, opinion_value: str | None = None) -> str: - params = [] - if self.appname: - if self.appauthor is not False: - author = self.appauthor or self.appname - params.append(author) - params.append(self.appname) - if opinion_value is not None and self.opinion: - params.append(opinion_value) - if self.version: - params.append(self.version) - path = os.path.join(path, *params) # noqa: PTH118 - self._optionally_create_directory(path) - return path - - @property - def site_data_dir(self) -> str: - """:return: data directory shared by users, e.g. ``C:\\ProgramData\\$appauthor\\$appname``""" - path = os.path.normpath(get_win_folder("CSIDL_COMMON_APPDATA")) - return self._append_parts(path) - - @property - def user_config_dir(self) -> str: - """:return: config directory tied to the user, same as `user_data_dir`""" - return self.user_data_dir - - @property - def site_config_dir(self) -> str: - """:return: config directory shared by the users, same as `site_data_dir`""" - return self.site_data_dir - - @property - def user_cache_dir(self) -> str: - """ - :return: cache directory tied to the user (if opinionated with ``Cache`` folder within ``$appname``) e.g. - ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname\\Cache\\$version`` - """ - path = os.path.normpath(get_win_folder("CSIDL_LOCAL_APPDATA")) - return self._append_parts(path, opinion_value="Cache") - - @property - def site_cache_dir(self) -> str: - """:return: cache directory shared by users, e.g. ``C:\\ProgramData\\$appauthor\\$appname\\Cache\\$version``""" - path = os.path.normpath(get_win_folder("CSIDL_COMMON_APPDATA")) - return self._append_parts(path, opinion_value="Cache") - - @property - def user_state_dir(self) -> str: - """:return: state directory tied to the user, same as `user_data_dir`""" - return self.user_data_dir - - @property - def user_log_dir(self) -> str: - """:return: log directory tied to the user, same as `user_data_dir` if not opinionated else ``Logs`` in it""" - path = self.user_data_dir - if self.opinion: - path = os.path.join(path, "Logs") # noqa: PTH118 - self._optionally_create_directory(path) - return path - - @property - def user_documents_dir(self) -> str: - """:return: documents directory tied to the user e.g. ``%USERPROFILE%\\Documents``""" - return os.path.normpath(get_win_folder("CSIDL_PERSONAL")) - - @property - def user_downloads_dir(self) -> str: - """:return: downloads directory tied to the user e.g. ``%USERPROFILE%\\Downloads``""" - return os.path.normpath(get_win_folder("CSIDL_DOWNLOADS")) - - @property - def user_pictures_dir(self) -> str: - """:return: pictures directory tied to the user e.g. ``%USERPROFILE%\\Pictures``""" - return os.path.normpath(get_win_folder("CSIDL_MYPICTURES")) - - @property - def user_videos_dir(self) -> str: - """:return: videos directory tied to the user e.g. ``%USERPROFILE%\\Videos``""" - return os.path.normpath(get_win_folder("CSIDL_MYVIDEO")) - - @property - def user_music_dir(self) -> str: - """:return: music directory tied to the user e.g. ``%USERPROFILE%\\Music``""" - return os.path.normpath(get_win_folder("CSIDL_MYMUSIC")) - - @property - def user_runtime_dir(self) -> str: - """ - :return: runtime directory tied to the user, e.g. - ``%USERPROFILE%\\AppData\\Local\\Temp\\$appauthor\\$appname`` - """ - path = os.path.normpath(os.path.join(get_win_folder("CSIDL_LOCAL_APPDATA"), "Temp")) # noqa: PTH118 - return self._append_parts(path) - - -def get_win_folder_from_env_vars(csidl_name: str) -> str: - """Get folder from environment variables.""" - result = get_win_folder_if_csidl_name_not_env_var(csidl_name) - if result is not None: - return result - - env_var_name = { - "CSIDL_APPDATA": "APPDATA", - "CSIDL_COMMON_APPDATA": "ALLUSERSPROFILE", - "CSIDL_LOCAL_APPDATA": "LOCALAPPDATA", - }.get(csidl_name) - if env_var_name is None: - msg = f"Unknown CSIDL name: {csidl_name}" - raise ValueError(msg) - result = os.environ.get(env_var_name) - if result is None: - msg = f"Unset environment variable: {env_var_name}" - raise ValueError(msg) - return result - - -def get_win_folder_if_csidl_name_not_env_var(csidl_name: str) -> str | None: - """Get folder for a CSIDL name that does not exist as an environment variable.""" - if csidl_name == "CSIDL_PERSONAL": - return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Documents") # noqa: PTH118 - - if csidl_name == "CSIDL_DOWNLOADS": - return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Downloads") # noqa: PTH118 - - if csidl_name == "CSIDL_MYPICTURES": - return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Pictures") # noqa: PTH118 - - if csidl_name == "CSIDL_MYVIDEO": - return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Videos") # noqa: PTH118 - - if csidl_name == "CSIDL_MYMUSIC": - return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Music") # noqa: PTH118 - return None - - -def get_win_folder_from_registry(csidl_name: str) -> str: - """ - Get folder from the registry. - - This is a fallback technique at best. I'm not sure if using the registry for these guarantees us the correct answer - for all CSIDL_* names. - """ - shell_folder_name = { - "CSIDL_APPDATA": "AppData", - "CSIDL_COMMON_APPDATA": "Common AppData", - "CSIDL_LOCAL_APPDATA": "Local AppData", - "CSIDL_PERSONAL": "Personal", - "CSIDL_DOWNLOADS": "{374DE290-123F-4565-9164-39C4925E467B}", - "CSIDL_MYPICTURES": "My Pictures", - "CSIDL_MYVIDEO": "My Video", - "CSIDL_MYMUSIC": "My Music", - }.get(csidl_name) - if shell_folder_name is None: - msg = f"Unknown CSIDL name: {csidl_name}" - raise ValueError(msg) - if sys.platform != "win32": # only needed for mypy type checker to know that this code runs only on Windows - raise NotImplementedError - import winreg - - key = winreg.OpenKey(winreg.HKEY_CURRENT_USER, r"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders") - directory, _ = winreg.QueryValueEx(key, shell_folder_name) - return str(directory) - - -def get_win_folder_via_ctypes(csidl_name: str) -> str: - """Get folder with ctypes.""" - # There is no 'CSIDL_DOWNLOADS'. - # Use 'CSIDL_PROFILE' (40) and append the default folder 'Downloads' instead. - # https://learn.microsoft.com/en-us/windows/win32/shell/knownfolderid - - csidl_const = { - "CSIDL_APPDATA": 26, - "CSIDL_COMMON_APPDATA": 35, - "CSIDL_LOCAL_APPDATA": 28, - "CSIDL_PERSONAL": 5, - "CSIDL_MYPICTURES": 39, - "CSIDL_MYVIDEO": 14, - "CSIDL_MYMUSIC": 13, - "CSIDL_DOWNLOADS": 40, - }.get(csidl_name) - if csidl_const is None: - msg = f"Unknown CSIDL name: {csidl_name}" - raise ValueError(msg) - - buf = ctypes.create_unicode_buffer(1024) - windll = getattr(ctypes, "windll") # noqa: B009 # using getattr to avoid false positive with mypy type checker - windll.shell32.SHGetFolderPathW(None, csidl_const, None, 0, buf) - - # Downgrade to short path name if it has highbit chars. - if any(ord(c) > 255 for c in buf): # noqa: PLR2004 - buf2 = ctypes.create_unicode_buffer(1024) - if windll.kernel32.GetShortPathNameW(buf.value, buf2, 1024): - buf = buf2 - - if csidl_name == "CSIDL_DOWNLOADS": - return os.path.join(buf.value, "Downloads") # noqa: PTH118 - - return buf.value - - -def _pick_get_win_folder() -> Callable[[str], str]: - if hasattr(ctypes, "windll"): - return get_win_folder_via_ctypes - try: - import winreg # noqa: F401 - except ImportError: - return get_win_folder_from_env_vars - else: - return get_win_folder_from_registry - - -get_win_folder = lru_cache(maxsize=None)(_pick_get_win_folder()) - -__all__ = [ - "Windows", -] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py deleted file mode 100644 index 39c84aa..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py +++ /dev/null @@ -1,82 +0,0 @@ -""" - Pygments - ~~~~~~~~ - - Pygments is a syntax highlighting package written in Python. - - It is a generic syntax highlighter for general use in all kinds of software - such as forum systems, wikis or other applications that need to prettify - source code. Highlights are: - - * a wide range of common languages and markup formats is supported - * special attention is paid to details, increasing quality by a fair amount - * support for new languages and formats are added easily - * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image - formats that PIL supports, and ANSI sequences - * it is usable as a command-line tool and as a library - * ... and it highlights even Brainfuck! - - The `Pygments master branch`_ is installable with ``easy_install Pygments==dev``. - - .. _Pygments master branch: - https://github.com/pygments/pygments/archive/master.zip#egg=Pygments-dev - - :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" -from io import StringIO, BytesIO - -__version__ = '2.15.1' -__docformat__ = 'restructuredtext' - -__all__ = ['lex', 'format', 'highlight'] - - -def lex(code, lexer): - """ - Lex `code` with the `lexer` (must be a `Lexer` instance) - and return an iterable of tokens. Currently, this only calls - `lexer.get_tokens()`. - """ - try: - return lexer.get_tokens(code) - except TypeError: - # Heuristic to catch a common mistake. - from pip._vendor.pygments.lexer import RegexLexer - if isinstance(lexer, type) and issubclass(lexer, RegexLexer): - raise TypeError('lex() argument must be a lexer instance, ' - 'not a class') - raise - - -def format(tokens, formatter, outfile=None): # pylint: disable=redefined-builtin - """ - Format ``tokens`` (an iterable of tokens) with the formatter ``formatter`` - (a `Formatter` instance). - - If ``outfile`` is given and a valid file object (an object with a - ``write`` method), the result will be written to it, otherwise it - is returned as a string. - """ - try: - if not outfile: - realoutfile = getattr(formatter, 'encoding', None) and BytesIO() or StringIO() - formatter.format(tokens, realoutfile) - return realoutfile.getvalue() - else: - formatter.format(tokens, outfile) - except TypeError: - # Heuristic to catch a common mistake. - from pip._vendor.pygments.formatter import Formatter - if isinstance(formatter, type) and issubclass(formatter, Formatter): - raise TypeError('format() argument must be a formatter instance, ' - 'not a class') - raise - - -def highlight(code, lexer, formatter, outfile=None): - """ - This is the most high-level highlighting function. It combines `lex` and - `format` in one function. - """ - return format(lex(code, lexer), formatter, outfile) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py deleted file mode 100644 index 2f7f8cb..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py +++ /dev/null @@ -1,17 +0,0 @@ -""" - pygments.__main__ - ~~~~~~~~~~~~~~~~~ - - Main entry point for ``python -m pygments``. - - :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" - -import sys -from pip._vendor.pygments.cmdline import main - -try: - sys.exit(main(sys.argv)) -except KeyboardInterrupt: - sys.exit(1) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 6cab1dd5a152138c93f7383b7bf4ae5318f12d19..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3486 zcmaJ@Uu+b|8Q;A-+vhv~p*FaRLt%gtd|=;!Lkl)r9);=SF= z%&hIROodP$`k1Pf$U`cjDpFI?hdk!7Rr}T#h+RQfJfK#6=o^hAwc@G2Z}#?%rfx^} z-0aNGH{bW|@AsSUkAs6b1MRh^=iFcA4dbu$khD~LuyX-}yM|+w4aam+p4mv1Q;l>v zZ5mFxoN+Sco|@tG{L(DVaR3EzGKTZ;kt0 zxb}b9;DRj&g6U<;W1-|^!ty+};`)wc!7`J(MXDM=B_u-OcR;*LJ(IFn6oy9m&t zERkRIQqyv^Qw~>_>mdx+w*|K(CHDQ$@?6zoOD(vtY`F-k5rn=|7E$!lBe$oL`t_lD{8v-{vvKjx$%IB9zvW2L}mTlvcbx z<+(n`cM6axY}QMjyCf`;_+Bg)^%6{UfG8PX1@>q`ZwX)o4XRcF;I^31+ral>sM;kDZN#Pk%-jN_QGgJw$*<7U|9WXPsZp8W3A z^vUU02_is!$6Kbj)tE%iIlK71#jDqDEEKh0GoS?bC7)rJ7T$>0=VmWonP0e~QPc)u zG52?pnL;YcE+_#c&R&c9F0~Ywv)49yr;De)Q#=*z0Z5bxZ50acD88-==_u{-^{6*S zUew?DHg=*~WVHwXY5ebejP9<{Z)}=3O$@)*HjVr3*#+Z>p*j}6ZHN*yjx-N?cPnKY zsz2GfX)3Lp^nAa)Lwr*WcGovko%y^XFLZO#$ys;IJI0!^p8kQcW)?CVztBmWvgLQyMt{dO>d{2t#i|0YwAh0Y42juucUl_!LEU zITS*(Z4#DA!F&+U1}0;s#3vPNTvg&769u45A`sDd(`^ZaN^jV!^fQroRAnJOTyt11;ZDtd8>?v7v}Z=kzvJR8XN3_Tv+ z`)K&!!{LMXGF!t(A7qdI>q&m^mqu^T(BHD>p5*s^$Uk1(&L93{3N$XOIioz(?GFCc}l*eIym1n z3BmWu8Et|vn%&{ zt^G)rhWVTNMujfN@UMb&yE3WJWoN8FB=yy5XI!mna}!`{Y!d4)ur(=GmazvH;; z90fksAkai!Tt#dZ7qY`>jRi{tSnW%DsKvq3hg7Rn43U8b2ZWshaT^r`m!YTNCu$pL zMp7`LCUMndT(_*bRQ|+QJPwbg1DChH1|hgm84l$VYvU1C%L3pg=SP0aFlGqAcc-gOG~>dOWbJJao*9G1@pp-7s}~&=q>3-uOdC z{hb%1zIMi=JZc}W{h+r?LO=8ZayLpg$PL|{#z6iQ9f&aw}{*T_h_rvXhQ;$avJQ_XraP-*L zXyL&?;pq#@-~ZFV)C;=sI_ZM@$=>b!E5Dif%>C_4+b7=sf4V?KxN|Xk@qqEW{0Q|2 z&R!Zz+my?skv>sccTS?aYjl;Ns{&xNnJ{KE1!lMPVF8-I(bOwcdxzG>(cLz_${7PAKR@!J^U;;9k;C_9KV93(pLviuvx8Mc zHDAa@eU*w6*p*6@a)TInWH!oIAooHd1S}2ecVc((h%LA+E0tLEH9+XxUmM~eel%>J zXJ2mwPU!Iq;uXx14$CQY&(fx8{v-90nfd2w!#wnKXzX_W@t(uC2mg|rxZU?IRN!s-w zdhr86^wf+0fOzsx@a$29vLFbadaLFlIXSz@wngwA-h1;te((3*e3_ckft1TXE>Q~t z@H2U2GBI`r@1?T?9MA*~bQBjhp|q;2cxqFH;5bkKft&fP?a<1&Dl_SX!)W4tl(UXn z2qI+;kYg7BI|KiV=V)0U1RJtr3v8a#)!bo%j9~Hd=v{uU)byVyij2P{7MFmwe7nMt;rDC~MUPSE( zi7r96$1IQ_mUj_xLeTQP_1dkw4I>>~aj8vwPAceHShHBC zAJ43ks2y0$sr!O3)(gc4Fi6G>@8fRZ5lnk7wR{}1V3XK_W6{TkMDJslw(;mRi^f73 zb1FzNwCqP#hj1)O;4ukVH2MRa{eh%4%wO>Wr{|KZ?4%r)Y{KhO?W+*NUrHWogVO*` zeh0;UO@-6D+KH#t7qw@#SL<)*cIMyBzkcvdoBgw!JNFyFBk7lSp06el(?fnrqP;o4 O06v{vo>V{UQ0l+87{i|c diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc deleted file mode 100644 index 60ad6a70c0d71ddaed9544069635831b1fe782ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26603 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc deleted file mode 100644 index f74f317ba2605ef354389729f3c82c25c610e502..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2624 zcmbVN&2Jk;6rcUF*IqkcO_L^}ux(?glh#g?^do6ilzxPw(m)A4;1ry-cj9ca-gS4^ zX>3xkB_tAoR9mW4b88U?s{R>VkhsJmNM^+$5~tika_a@&>~5kED5Z?FGw=64=e?PE z`(rp9L@>^;k0_6Q2>nLD&fq*^yO%=fA(Bx7$y9<;P=c0e4BrJ%z?94s$x6$thdB@X zJnZ){@8N)lgB}(<9P)73!%ZG;_HYZq86>xULnRnk+hAqo0||~s*oPU+KBe6qUqK%o zL+Cc3gg?Q<4%;zTgzQ{D*zfsmmk$CTO!mm!J#unKF$~t+R}mIX`KS0P4)XJLxp{UH zd->4kC=rmmU=GUNFbjpA=qttVgCdMvA(O?LWyaFFX6h<-n4j(&L5Dl88(GN`)4Hk~ zSccUx5cRy3%Udy5XEd$n3Wk!IwMNCuJES-`FmUGN;K1OJm@0_YEEeDMqKX!lvL{3n zV{z=(2iM+xe=_ET8da4v)=WGqUYfk(%HMhW^3{pStKy7qh%&Y$MKxo=BHc4(qhera zfu@kTtIwyeAiRR<$L~uJ0{>Y?9w~FJ&_ZEyF05`c;i)aFPMmu-5{sE0WSa< zufddtZ+DRU#=y7T4%0(q?FwXy+?7f6gq|>n!V}8o(z=YzCuo}}J)4Tp>RB9D@~R?f z@tmR0;k0GOt%Z1O0c#6!RY}Ej1#4E%!0~JM{OBvS8qBbk*rh8FY_cg5D(4-3V4jrn(`qMS31GG&q@c zR#BrVq#a(O=g3*^8`f?aWR9fz)YGAeKU!wG(LF*vFM{u-BKZGD1pcKW1fCn=1=+g? zy(jyB)L)`rq_L--!N2ZB7Up*TD|^mhiQe%ziK3z64?)sJz1BEAP43Y2w0KvsW<|+u zl_E5oI5aI2UXdtSmZ7Bb7B)vm-Hu7joqI+I7#iuas>^bG6K0>I(ML#;G_`$V_x&Ut z@oqQUuhj4O=y!dP7N=;LJ$@#PqmbpsA26O#{RaF~kWKX&qyjdTGz3_k{$P;%7iDap zl*_@pHeM$R?3}J>z+_2&#!15R!OPC8mPsx@#B^U&P|{2VIyn4CjB_9ufX`fqsf0G$ zP*Y23yx|v?FD>6JEmnqWbd9Nutoe^UVt)1?Yw%6?!zD-CP~YkYLC5gYvCM)}5rNR6%bud%N-TwLj0V>>+>Wd3SwjXly3 z!uQXvoUNSs^37GY+i46F(U9#=CS^UHOxg@K({AwuSu*C`BQ))hN`9U@h+4FnqLQ;I z*``#dKRT_*sh#l#)Xnkh)b<&FA*;)I6<;*QKtQ^J$-unHP!#n$%~R}VJMuS`m~}o_ z;u@i*5?4x<1C7@9$|v>KqkuByruCKs6V6Ki@8wU^7 zPFJS@&DT-ezbJ08RC8ZRfTiVJDYWTBoWDf<5^Ampwc9_1`nC{53FRxLvC^GJb6e$B z?Pm4EmCs67myeXMxs24KQ(w>24@TMvjgE diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc deleted file mode 100644 index 5e261c9613857ba1d27ec4b74f01f4191694c6c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3230 zcmaJ@(Qg|`8J}72+OE$@nx;)5m$uXEort;C&L#9vLlf?}rd$PQ5b5z?2{xPEb+TdO zH8bl38y7_-f>tWfB604WP9hS0xT->eC;kY8)LxKUOdl%21CLF8h*O{VzL{Ou4&_Gj zcy{LdX6F0m_xsKKd0-$zpnT=g8SmFALjHjtaWSGs=M8AIh(k)mNjusWEm0@2MM|1R zzD^u{i#Wy|P1%+bvM&jJDK~K^5%ubIn%md-ONK$I)|c1ZN+|MW&ktQL`+m}2GP3iX zz^VBz3sI_ey+916|GDix|P0^Xwq}!doK`jN!Lg-(bStH&ekPzZ9peY zvOscLKbfm`3OxZ}zhA%)UQrSBvQpo4FCa%nf3nsL{5!C$b&Vo-4xRdVd; zoMp^9)YBOAd8mFvzd0UFuTkn`Z>F|KcZMgfCLbrD>(L9to9}eMme{?AgKJ9Au0o?l!tNLxV(&qt zBa{#iT$VBoard$`iPJq=@WVOx6tK`f?1}+^J<<5P#NRpB4!9Kpt0c+optA1rP%w*? zYZW{60swCX84zJ|W=1g`RD``Dq$a3Sk+Weh2m|wj4VT-Na3_T8mrp7>0Ffm@0PIzq zSmb89PUwi#4#RrYJ;~NBzvjZikw?EB+SWbS2OjlU=jECcIXPuJW14GHyG%2e;QJvP z?UZRcfo+=YbR1dEXzMsbJ8ha3Yt4nR!Shkn=cO{XQ_G+=VaWL~OaZi@Wq~IYK_c6m z0RA}`_&of?X{Z1Y2S|4Rb=u0@$b9(yyW^)Gjvl#bZIADa<{yk4Y@NAr=E1>3yD5D# z*&%v1^_b{JiVuRP4Zm)Q;m{d}t`>0#=su{vLrV#`1xQJkw}4UCA(o`tbHk4gwojkg zLT$=w_`0WHg3WiD!kYkb5sYB-|3ypzj zTV)9oyl?~tzDXVq9^V-}aW{QJZmXC}@`KQ?5STU1AJ!~iK}{lxAHzYMk)ylxk!r)o z@Dr;X`~;$Ji|lF%BmE>pjboi8HC|TMX!Cr?Fc{ejnHVtmWGE%;8ff4lFl*eCC;sLV zFx0Zc2p)h92e0gYY~Xzup+R9ry2hM}(ZN7C@R?Bd>v?t&8ha+`f=hZ^wJ=z-LJw3O z?pZavU?PGnT!3)h_TUzjqHj^bs(@^Dv3j8bX0cCZF~t&@*JM(9W%ikLikHGJj2sPw z6!E&Jtm4(Mr!=7NPQ-)DG(>dDvMS$o@t68djTInxX!Lq`v-H=YiH8SXygPpO!8rSE@%`fc@#%Zx)4K_Jo_X(&4=KMLAUi^mrtXGR7v?g;Y^@P6! z>ph3LhxTMZF?b%08C3EG@o405Yxc(M_MwlGf6)Jw{bP1#WcGe~_T%)ddPiJ7{wn<) z&FQz2uhLxV8N)dSs)&te`v2LDoRh?R9U1~J4rI4sq#tL={)3xuKhbp~*U4(eoFcij zM>GOoQ48ejLtZ#aDCBs*f;>&1RX5-q{~~xGJOwu3F+%CCmZo}VG(!(O85^Lf|F8^w Vd6z)-$=EQRyZ+sO6Zn%${}+T``W65H diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc deleted file mode 100644 index 8083146db3cb8a36be8055561deb5884fe9c9466..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4567 zcmb7I&2JmW72oBDNPXDyr=p~8GL@6aEF{X2n>L~20I{9eE^MWUltUR5Z>$E=SyBe#rtDQ8?VoYF1K-Oa_C>g7SMQeOY_7{k*abb8!Z zvf2(r&r*sDJ^jwNo-sXt-jbYUqRjRzDXZ~MH9P1Jgxl$=8oQ9bvc=PlH*dhrZv z4Vdb3_LF2ornuFcW0G_B%9|^fUw>n{s&}Y)uFZYPYwY~;#rXHDS1!D|wEQaV%N(vO z*TbG)k~2#cGn(jd)o2BQ*9iIw--qd2s)5HFtwF=LdOR9^Ep^T|;~40XBAdtG&Py1! z43+)1VW=clhLJ{1jH{wvg<-?Eo5(KXec7m(OO<>y=1SL>%JOX<<)spW^uwT{Hb&A4 z_RY^0x?hq z3w^i0(14f|2nfXow~(DiwLgdsG`t|V5%%K%h;i(B6o2vrhE3y((&67c^Sh&eEq(Wk zNp|P>_T=oR<=Ok=hc>V7;CI8OA$`&S?EC;TTLw1(H=~|&%zEC*)e9Y?Uc}#sldqSY z0)SR_N>1^XSs&G~8zYDb3Yay8QJ?IEz+dG;NoFw>+~7V#jDP`r01G!&0;BAxB$M4B z^c>c;RyhMSh1&`hmn7fiULVl$5IfiJ5UzSvw$kO2>zypYnRI)uX9=wxu(JapxaxEJ=I!~Xa zavJ)H|7$KFwBPP=zU$rJ^j&N~2uTtjd+AJW4Jf`ECX%^631{ZV2UTSVf~&~=nHhr8 zQs5&9sm63|YQ>sxQN{dB39$>}l^i-H)Eryux^|cK0=PvJ^PYPH5-m-|I8NpVDqAnZ zem@XuSJ-I(EO5}9#$;FQUI)<$*8y2Io5P=(+h#hX38O5n>?ubhU`rzGovSDnd&-e{ zJ&*ZE9u)jsTAc1CMuY#7%k()Z!N&giNkO3v6G$^G?@r`|#Pgo%Q?pT50%@RfN#C|4%d zKhMtd70K3I)n%ISB_$Jph1^bAktyp2&dm}nR|!iD68f{eA(zf&$}HcZLmhyHgXG8o z)j2(pRIj!x05cSNn}ebuDOj-Pr=+Trc?ee9LMjnl!Mvzh)Lk)`NQgMxB6c70lNd!b zqf$beQGv+pwWz3xAu^(Jio2ysE-H3H>>icut|ibxtrtVpo_`@4--TY3YXV=CNBg8z z3&M*)H)@E(G*BNAm693*odse=F^ySCm}5*(4;z&m4cB*7qp^Nu$j|BAGD+XYuxb2z z!k9XF=SLr%{qXF^YoCm6pFF>P{KD+l60E2!f`a5np@?MK=&p%p(9;K9r2<_#G#)--96A!iFd=A68wR0I!|>O5*&@=T*+(96Drcx{)pc6)$g}^t zyGgllO!8wRmwx{|2lPeA50HoeO+KAeJOK){ zc@tOws3<9RV~VObx&#QP&~g}vRf74bb<;nfVkgC#H9=rh!JE4tbJOpX*g9(L2#{%6D89n zqS1)P8V%%ih^uiUnrJlM4lOVFrPOF3fiPX5iKvv^Rie@C3KAU%<0cLcp??-nK)HC5 zhG%J@8>Ze@JE*UIdLV?!GZ=0eU*%?t<%cUK+}gbOuxv~o-n{g1%s6~>^9sI>KfZbG z>%zg}Q#2ei)XW!p7u}Xa( zkKiciqtVdSE;e(o>ED!JievP$Sj3i;Dsmpf!@OylU**bXVdt1(9{i`V_;=&Q2jf$> Y=Qm4VkL1n6|Cz8&^X%6KjoR}60uU7N2mk;8 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc deleted file mode 100644 index ac5f611459d22b53e6218bff32e76d4ae01ac53b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 38327 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc deleted file mode 100644 index bc323838436ed41190727d27253f7750984f091d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1566 zcmZWp&2Jk;6rb7k$HpJ|gtQ4ojDVDEp?2yDq?$HSnno(9a-l99+@#jpJ9gGx?{0V2 zX>Dzg5k(}VQVf^$m}9H_DO}PITh!y%$ISF;}FG_kPkmzkTQ=`ywQ zB}JuH-JtoBsaNxbTB$_MMmNIAnKW5ehz+a?oIWHXanJ5tzB0WyLl)$7M4TaM&voLQ zrz%+h^i6`u>ROjul6(6KnIw1arWe@ar$metv0nsOq0rvfxedZ5vW`?0S95}FwB5VA zf^BRL*|-us0fDWIeN-0Jk;r8Z+)EUs}8O*w=D>H zvyfcUt2C+9R7KK~hN)L*(PBw!Ihk0d+Hz7=3Q41GE$Q0D#D!FnDHc6%NX2_nnX;sz z7|A@qWZeW%w~3Oz?}SlzM*m*{x4+C7I3Ii`xNd+qGX$jynHz0M0@o5)6$w=)iBE^T)gw8Gh(4B3n# znQOoR%J^q~40PAf;s`=3ymeFuoA>j&60iddKOV9JMGm7Z3LxvK4mO6t#M`}FU}XZV z1nr;|?m0v@=i9jluLe8AZ~5TtpzGa7^gMlZ?5WO+fyRx9JD}O3q;*RR`QP`nmU z|48f7lfu@AyYY!b6bQbziuawJH0!cTAgzShWAd5{~l@g z0j?cGu|YEq?-22U8@DJp;e1}!i}}36!EC@rQdQW5i+a_7KZO(ie*V_go7s8Ojm^u8 z7tk~0neoDWBV2~$*Hk)fegGi1<=8B+Hjgp>hZAt1^A5t1SJ8=`$k}GN9YO diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc deleted file mode 100644 index e738460a72224a3b22f55ac9fc45d0d95c7c7830..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3394 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 J^Z~N{{{x@F#+Lv9 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc deleted file mode 100644 index 76f5650d4aa8c015aaba0fec8d1ccfd521c14624..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6672 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc deleted file mode 100644 index bc8033ad1552b67b12329c4f44f75a3f497ac2a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32986 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc deleted file mode 100644 index ee64f7937b41545bed47ba036d0e6adf4988e824..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13979 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 MU;IxFH^wvn2M#>t_5c6? diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py deleted file mode 100644 index eec1775..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py +++ /dev/null @@ -1,668 +0,0 @@ -""" - pygments.cmdline - ~~~~~~~~~~~~~~~~ - - Command line interface. - - :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" - -import os -import sys -import shutil -import argparse -from textwrap import dedent - -from pip._vendor.pygments import __version__, highlight -from pip._vendor.pygments.util import ClassNotFound, OptionError, docstring_headline, \ - guess_decode, guess_decode_from_terminal, terminal_encoding, \ - UnclosingTextIOWrapper -from pip._vendor.pygments.lexers import get_all_lexers, get_lexer_by_name, guess_lexer, \ - load_lexer_from_file, get_lexer_for_filename, find_lexer_class_for_filename -from pip._vendor.pygments.lexers.special import TextLexer -from pip._vendor.pygments.formatters.latex import LatexEmbeddedLexer, LatexFormatter -from pip._vendor.pygments.formatters import get_all_formatters, get_formatter_by_name, \ - load_formatter_from_file, get_formatter_for_filename, find_formatter_class -from pip._vendor.pygments.formatters.terminal import TerminalFormatter -from pip._vendor.pygments.formatters.terminal256 import Terminal256Formatter, TerminalTrueColorFormatter -from pip._vendor.pygments.filters import get_all_filters, find_filter_class -from pip._vendor.pygments.styles import get_all_styles, get_style_by_name - - -def _parse_options(o_strs): - opts = {} - if not o_strs: - return opts - for o_str in o_strs: - if not o_str.strip(): - continue - o_args = o_str.split(',') - for o_arg in o_args: - o_arg = o_arg.strip() - try: - o_key, o_val = o_arg.split('=', 1) - o_key = o_key.strip() - o_val = o_val.strip() - except ValueError: - opts[o_arg] = True - else: - opts[o_key] = o_val - return opts - - -def _parse_filters(f_strs): - filters = [] - if not f_strs: - return filters - for f_str in f_strs: - if ':' in f_str: - fname, fopts = f_str.split(':', 1) - filters.append((fname, _parse_options([fopts]))) - else: - filters.append((f_str, {})) - return filters - - -def _print_help(what, name): - try: - if what == 'lexer': - cls = get_lexer_by_name(name) - print("Help on the %s lexer:" % cls.name) - print(dedent(cls.__doc__)) - elif what == 'formatter': - cls = find_formatter_class(name) - print("Help on the %s formatter:" % cls.name) - print(dedent(cls.__doc__)) - elif what == 'filter': - cls = find_filter_class(name) - print("Help on the %s filter:" % name) - print(dedent(cls.__doc__)) - return 0 - except (AttributeError, ValueError): - print("%s not found!" % what, file=sys.stderr) - return 1 - - -def _print_list(what): - if what == 'lexer': - print() - print("Lexers:") - print("~~~~~~~") - - info = [] - for fullname, names, exts, _ in get_all_lexers(): - tup = (', '.join(names)+':', fullname, - exts and '(filenames ' + ', '.join(exts) + ')' or '') - info.append(tup) - info.sort() - for i in info: - print(('* %s\n %s %s') % i) - - elif what == 'formatter': - print() - print("Formatters:") - print("~~~~~~~~~~~") - - info = [] - for cls in get_all_formatters(): - doc = docstring_headline(cls) - tup = (', '.join(cls.aliases) + ':', doc, cls.filenames and - '(filenames ' + ', '.join(cls.filenames) + ')' or '') - info.append(tup) - info.sort() - for i in info: - print(('* %s\n %s %s') % i) - - elif what == 'filter': - print() - print("Filters:") - print("~~~~~~~~") - - for name in get_all_filters(): - cls = find_filter_class(name) - print("* " + name + ':') - print(" %s" % docstring_headline(cls)) - - elif what == 'style': - print() - print("Styles:") - print("~~~~~~~") - - for name in get_all_styles(): - cls = get_style_by_name(name) - print("* " + name + ':') - print(" %s" % docstring_headline(cls)) - - -def _print_list_as_json(requested_items): - import json - result = {} - if 'lexer' in requested_items: - info = {} - for fullname, names, filenames, mimetypes in get_all_lexers(): - info[fullname] = { - 'aliases': names, - 'filenames': filenames, - 'mimetypes': mimetypes - } - result['lexers'] = info - - if 'formatter' in requested_items: - info = {} - for cls in get_all_formatters(): - doc = docstring_headline(cls) - info[cls.name] = { - 'aliases': cls.aliases, - 'filenames': cls.filenames, - 'doc': doc - } - result['formatters'] = info - - if 'filter' in requested_items: - info = {} - for name in get_all_filters(): - cls = find_filter_class(name) - info[name] = { - 'doc': docstring_headline(cls) - } - result['filters'] = info - - if 'style' in requested_items: - info = {} - for name in get_all_styles(): - cls = get_style_by_name(name) - info[name] = { - 'doc': docstring_headline(cls) - } - result['styles'] = info - - json.dump(result, sys.stdout) - -def main_inner(parser, argns): - if argns.help: - parser.print_help() - return 0 - - if argns.V: - print('Pygments version %s, (c) 2006-2023 by Georg Brandl, Matthäus ' - 'Chajdas and contributors.' % __version__) - return 0 - - def is_only_option(opt): - return not any(v for (k, v) in vars(argns).items() if k != opt) - - # handle ``pygmentize -L`` - if argns.L is not None: - arg_set = set() - for k, v in vars(argns).items(): - if v: - arg_set.add(k) - - arg_set.discard('L') - arg_set.discard('json') - - if arg_set: - parser.print_help(sys.stderr) - return 2 - - # print version - if not argns.json: - main(['', '-V']) - allowed_types = {'lexer', 'formatter', 'filter', 'style'} - largs = [arg.rstrip('s') for arg in argns.L] - if any(arg not in allowed_types for arg in largs): - parser.print_help(sys.stderr) - return 0 - if not largs: - largs = allowed_types - if not argns.json: - for arg in largs: - _print_list(arg) - else: - _print_list_as_json(largs) - return 0 - - # handle ``pygmentize -H`` - if argns.H: - if not is_only_option('H'): - parser.print_help(sys.stderr) - return 2 - what, name = argns.H - if what not in ('lexer', 'formatter', 'filter'): - parser.print_help(sys.stderr) - return 2 - return _print_help(what, name) - - # parse -O options - parsed_opts = _parse_options(argns.O or []) - - # parse -P options - for p_opt in argns.P or []: - try: - name, value = p_opt.split('=', 1) - except ValueError: - parsed_opts[p_opt] = True - else: - parsed_opts[name] = value - - # encodings - inencoding = parsed_opts.get('inencoding', parsed_opts.get('encoding')) - outencoding = parsed_opts.get('outencoding', parsed_opts.get('encoding')) - - # handle ``pygmentize -N`` - if argns.N: - lexer = find_lexer_class_for_filename(argns.N) - if lexer is None: - lexer = TextLexer - - print(lexer.aliases[0]) - return 0 - - # handle ``pygmentize -C`` - if argns.C: - inp = sys.stdin.buffer.read() - try: - lexer = guess_lexer(inp, inencoding=inencoding) - except ClassNotFound: - lexer = TextLexer - - print(lexer.aliases[0]) - return 0 - - # handle ``pygmentize -S`` - S_opt = argns.S - a_opt = argns.a - if S_opt is not None: - f_opt = argns.f - if not f_opt: - parser.print_help(sys.stderr) - return 2 - if argns.l or argns.INPUTFILE: - parser.print_help(sys.stderr) - return 2 - - try: - parsed_opts['style'] = S_opt - fmter = get_formatter_by_name(f_opt, **parsed_opts) - except ClassNotFound as err: - print(err, file=sys.stderr) - return 1 - - print(fmter.get_style_defs(a_opt or '')) - return 0 - - # if no -S is given, -a is not allowed - if argns.a is not None: - parser.print_help(sys.stderr) - return 2 - - # parse -F options - F_opts = _parse_filters(argns.F or []) - - # -x: allow custom (eXternal) lexers and formatters - allow_custom_lexer_formatter = bool(argns.x) - - # select lexer - lexer = None - - # given by name? - lexername = argns.l - if lexername: - # custom lexer, located relative to user's cwd - if allow_custom_lexer_formatter and '.py' in lexername: - try: - filename = None - name = None - if ':' in lexername: - filename, name = lexername.rsplit(':', 1) - - if '.py' in name: - # This can happen on Windows: If the lexername is - # C:\lexer.py -- return to normal load path in that case - name = None - - if filename and name: - lexer = load_lexer_from_file(filename, name, - **parsed_opts) - else: - lexer = load_lexer_from_file(lexername, **parsed_opts) - except ClassNotFound as err: - print('Error:', err, file=sys.stderr) - return 1 - else: - try: - lexer = get_lexer_by_name(lexername, **parsed_opts) - except (OptionError, ClassNotFound) as err: - print('Error:', err, file=sys.stderr) - return 1 - - # read input code - code = None - - if argns.INPUTFILE: - if argns.s: - print('Error: -s option not usable when input file specified', - file=sys.stderr) - return 2 - - infn = argns.INPUTFILE - try: - with open(infn, 'rb') as infp: - code = infp.read() - except Exception as err: - print('Error: cannot read infile:', err, file=sys.stderr) - return 1 - if not inencoding: - code, inencoding = guess_decode(code) - - # do we have to guess the lexer? - if not lexer: - try: - lexer = get_lexer_for_filename(infn, code, **parsed_opts) - except ClassNotFound as err: - if argns.g: - try: - lexer = guess_lexer(code, **parsed_opts) - except ClassNotFound: - lexer = TextLexer(**parsed_opts) - else: - print('Error:', err, file=sys.stderr) - return 1 - except OptionError as err: - print('Error:', err, file=sys.stderr) - return 1 - - elif not argns.s: # treat stdin as full file (-s support is later) - # read code from terminal, always in binary mode since we want to - # decode ourselves and be tolerant with it - code = sys.stdin.buffer.read() # use .buffer to get a binary stream - if not inencoding: - code, inencoding = guess_decode_from_terminal(code, sys.stdin) - # else the lexer will do the decoding - if not lexer: - try: - lexer = guess_lexer(code, **parsed_opts) - except ClassNotFound: - lexer = TextLexer(**parsed_opts) - - else: # -s option needs a lexer with -l - if not lexer: - print('Error: when using -s a lexer has to be selected with -l', - file=sys.stderr) - return 2 - - # process filters - for fname, fopts in F_opts: - try: - lexer.add_filter(fname, **fopts) - except ClassNotFound as err: - print('Error:', err, file=sys.stderr) - return 1 - - # select formatter - outfn = argns.o - fmter = argns.f - if fmter: - # custom formatter, located relative to user's cwd - if allow_custom_lexer_formatter and '.py' in fmter: - try: - filename = None - name = None - if ':' in fmter: - # Same logic as above for custom lexer - filename, name = fmter.rsplit(':', 1) - - if '.py' in name: - name = None - - if filename and name: - fmter = load_formatter_from_file(filename, name, - **parsed_opts) - else: - fmter = load_formatter_from_file(fmter, **parsed_opts) - except ClassNotFound as err: - print('Error:', err, file=sys.stderr) - return 1 - else: - try: - fmter = get_formatter_by_name(fmter, **parsed_opts) - except (OptionError, ClassNotFound) as err: - print('Error:', err, file=sys.stderr) - return 1 - - if outfn: - if not fmter: - try: - fmter = get_formatter_for_filename(outfn, **parsed_opts) - except (OptionError, ClassNotFound) as err: - print('Error:', err, file=sys.stderr) - return 1 - try: - outfile = open(outfn, 'wb') - except Exception as err: - print('Error: cannot open outfile:', err, file=sys.stderr) - return 1 - else: - if not fmter: - if os.environ.get('COLORTERM','') in ('truecolor', '24bit'): - fmter = TerminalTrueColorFormatter(**parsed_opts) - elif '256' in os.environ.get('TERM', ''): - fmter = Terminal256Formatter(**parsed_opts) - else: - fmter = TerminalFormatter(**parsed_opts) - outfile = sys.stdout.buffer - - # determine output encoding if not explicitly selected - if not outencoding: - if outfn: - # output file? use lexer encoding for now (can still be None) - fmter.encoding = inencoding - else: - # else use terminal encoding - fmter.encoding = terminal_encoding(sys.stdout) - - # provide coloring under Windows, if possible - if not outfn and sys.platform in ('win32', 'cygwin') and \ - fmter.name in ('Terminal', 'Terminal256'): # pragma: no cover - # unfortunately colorama doesn't support binary streams on Py3 - outfile = UnclosingTextIOWrapper(outfile, encoding=fmter.encoding) - fmter.encoding = None - try: - import pip._vendor.colorama.initialise as colorama_initialise - except ImportError: - pass - else: - outfile = colorama_initialise.wrap_stream( - outfile, convert=None, strip=None, autoreset=False, wrap=True) - - # When using the LaTeX formatter and the option `escapeinside` is - # specified, we need a special lexer which collects escaped text - # before running the chosen language lexer. - escapeinside = parsed_opts.get('escapeinside', '') - if len(escapeinside) == 2 and isinstance(fmter, LatexFormatter): - left = escapeinside[0] - right = escapeinside[1] - lexer = LatexEmbeddedLexer(left, right, lexer) - - # ... and do it! - if not argns.s: - # process whole input as per normal... - try: - highlight(code, lexer, fmter, outfile) - finally: - if outfn: - outfile.close() - return 0 - else: - # line by line processing of stdin (eg: for 'tail -f')... - try: - while 1: - line = sys.stdin.buffer.readline() - if not line: - break - if not inencoding: - line = guess_decode_from_terminal(line, sys.stdin)[0] - highlight(line, lexer, fmter, outfile) - if hasattr(outfile, 'flush'): - outfile.flush() - return 0 - except KeyboardInterrupt: # pragma: no cover - return 0 - finally: - if outfn: - outfile.close() - - -class HelpFormatter(argparse.HelpFormatter): - def __init__(self, prog, indent_increment=2, max_help_position=16, width=None): - if width is None: - try: - width = shutil.get_terminal_size().columns - 2 - except Exception: - pass - argparse.HelpFormatter.__init__(self, prog, indent_increment, - max_help_position, width) - - -def main(args=sys.argv): - """ - Main command line entry point. - """ - desc = "Highlight an input file and write the result to an output file." - parser = argparse.ArgumentParser(description=desc, add_help=False, - formatter_class=HelpFormatter) - - operation = parser.add_argument_group('Main operation') - lexersel = operation.add_mutually_exclusive_group() - lexersel.add_argument( - '-l', metavar='LEXER', - help='Specify the lexer to use. (Query names with -L.) If not ' - 'given and -g is not present, the lexer is guessed from the filename.') - lexersel.add_argument( - '-g', action='store_true', - help='Guess the lexer from the file contents, or pass through ' - 'as plain text if nothing can be guessed.') - operation.add_argument( - '-F', metavar='FILTER[:options]', action='append', - help='Add a filter to the token stream. (Query names with -L.) ' - 'Filter options are given after a colon if necessary.') - operation.add_argument( - '-f', metavar='FORMATTER', - help='Specify the formatter to use. (Query names with -L.) ' - 'If not given, the formatter is guessed from the output filename, ' - 'and defaults to the terminal formatter if the output is to the ' - 'terminal or an unknown file extension.') - operation.add_argument( - '-O', metavar='OPTION=value[,OPTION=value,...]', action='append', - help='Give options to the lexer and formatter as a comma-separated ' - 'list of key-value pairs. ' - 'Example: `-O bg=light,python=cool`.') - operation.add_argument( - '-P', metavar='OPTION=value', action='append', - help='Give a single option to the lexer and formatter - with this ' - 'you can pass options whose value contains commas and equal signs. ' - 'Example: `-P "heading=Pygments, the Python highlighter"`.') - operation.add_argument( - '-o', metavar='OUTPUTFILE', - help='Where to write the output. Defaults to standard output.') - - operation.add_argument( - 'INPUTFILE', nargs='?', - help='Where to read the input. Defaults to standard input.') - - flags = parser.add_argument_group('Operation flags') - flags.add_argument( - '-v', action='store_true', - help='Print a detailed traceback on unhandled exceptions, which ' - 'is useful for debugging and bug reports.') - flags.add_argument( - '-s', action='store_true', - help='Process lines one at a time until EOF, rather than waiting to ' - 'process the entire file. This only works for stdin, only for lexers ' - 'with no line-spanning constructs, and is intended for streaming ' - 'input such as you get from `tail -f`. ' - 'Example usage: `tail -f sql.log | pygmentize -s -l sql`.') - flags.add_argument( - '-x', action='store_true', - help='Allow custom lexers and formatters to be loaded from a .py file ' - 'relative to the current working directory. For example, ' - '`-l ./customlexer.py -x`. By default, this option expects a file ' - 'with a class named CustomLexer or CustomFormatter; you can also ' - 'specify your own class name with a colon (`-l ./lexer.py:MyLexer`). ' - 'Users should be very careful not to use this option with untrusted ' - 'files, because it will import and run them.') - flags.add_argument('--json', help='Output as JSON. This can ' - 'be only used in conjunction with -L.', - default=False, - action='store_true') - - special_modes_group = parser.add_argument_group( - 'Special modes - do not do any highlighting') - special_modes = special_modes_group.add_mutually_exclusive_group() - special_modes.add_argument( - '-S', metavar='STYLE -f formatter', - help='Print style definitions for STYLE for a formatter ' - 'given with -f. The argument given by -a is formatter ' - 'dependent.') - special_modes.add_argument( - '-L', nargs='*', metavar='WHAT', - help='List lexers, formatters, styles or filters -- ' - 'give additional arguments for the thing(s) you want to list ' - '(e.g. "styles"), or omit them to list everything.') - special_modes.add_argument( - '-N', metavar='FILENAME', - help='Guess and print out a lexer name based solely on the given ' - 'filename. Does not take input or highlight anything. If no specific ' - 'lexer can be determined, "text" is printed.') - special_modes.add_argument( - '-C', action='store_true', - help='Like -N, but print out a lexer name based solely on ' - 'a given content from standard input.') - special_modes.add_argument( - '-H', action='store', nargs=2, metavar=('NAME', 'TYPE'), - help='Print detailed help for the object of type , ' - 'where is one of "lexer", "formatter" or "filter".') - special_modes.add_argument( - '-V', action='store_true', - help='Print the package version.') - special_modes.add_argument( - '-h', '--help', action='store_true', - help='Print this help.') - special_modes_group.add_argument( - '-a', metavar='ARG', - help='Formatter-specific additional argument for the -S (print ' - 'style sheet) mode.') - - argns = parser.parse_args(args[1:]) - - try: - return main_inner(parser, argns) - except BrokenPipeError: - # someone closed our stdout, e.g. by quitting a pager. - return 0 - except Exception: - if argns.v: - print(file=sys.stderr) - print('*' * 65, file=sys.stderr) - print('An unhandled exception occurred while highlighting.', - file=sys.stderr) - print('Please report the whole traceback to the issue tracker at', - file=sys.stderr) - print('.', - file=sys.stderr) - print('*' * 65, file=sys.stderr) - print(file=sys.stderr) - raise - import traceback - info = traceback.format_exception(*sys.exc_info()) - msg = info[-1].strip() - if len(info) >= 3: - # extract relevant file and position info - msg += '\n (f%s)' % info[-2].split('\n')[0].strip()[1:] - print(file=sys.stderr) - print('*** Error while highlighting:', file=sys.stderr) - print(msg, file=sys.stderr) - print('*** If this is a bug you want to report, please rerun with -v.', - file=sys.stderr) - return 1 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py deleted file mode 100644 index deb4937..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py +++ /dev/null @@ -1,70 +0,0 @@ -""" - pygments.console - ~~~~~~~~~~~~~~~~ - - Format colored console output. - - :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" - -esc = "\x1b[" - -codes = {} -codes[""] = "" -codes["reset"] = esc + "39;49;00m" - -codes["bold"] = esc + "01m" -codes["faint"] = esc + "02m" -codes["standout"] = esc + "03m" -codes["underline"] = esc + "04m" -codes["blink"] = esc + "05m" -codes["overline"] = esc + "06m" - -dark_colors = ["black", "red", "green", "yellow", "blue", - "magenta", "cyan", "gray"] -light_colors = ["brightblack", "brightred", "brightgreen", "brightyellow", "brightblue", - "brightmagenta", "brightcyan", "white"] - -x = 30 -for d, l in zip(dark_colors, light_colors): - codes[d] = esc + "%im" % x - codes[l] = esc + "%im" % (60 + x) - x += 1 - -del d, l, x - -codes["white"] = codes["bold"] - - -def reset_color(): - return codes["reset"] - - -def colorize(color_key, text): - return codes[color_key] + text + codes["reset"] - - -def ansiformat(attr, text): - """ - Format ``text`` with a color and/or some attributes:: - - color normal color - *color* bold color - _color_ underlined color - +color+ blinking color - """ - result = [] - if attr[:1] == attr[-1:] == '+': - result.append(codes['blink']) - attr = attr[1:-1] - if attr[:1] == attr[-1:] == '*': - result.append(codes['bold']) - attr = attr[1:-1] - if attr[:1] == attr[-1:] == '_': - result.append(codes['underline']) - attr = attr[1:-1] - result.append(codes[attr]) - result.append(text) - result.append(codes['reset']) - return ''.join(result) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py deleted file mode 100644 index dafa08d..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py +++ /dev/null @@ -1,71 +0,0 @@ -""" - pygments.filter - ~~~~~~~~~~~~~~~ - - Module that implements the default filter. - - :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" - - -def apply_filters(stream, filters, lexer=None): - """ - Use this method to apply an iterable of filters to - a stream. If lexer is given it's forwarded to the - filter, otherwise the filter receives `None`. - """ - def _apply(filter_, stream): - yield from filter_.filter(lexer, stream) - for filter_ in filters: - stream = _apply(filter_, stream) - return stream - - -def simplefilter(f): - """ - Decorator that converts a function into a filter:: - - @simplefilter - def lowercase(self, lexer, stream, options): - for ttype, value in stream: - yield ttype, value.lower() - """ - return type(f.__name__, (FunctionFilter,), { - '__module__': getattr(f, '__module__'), - '__doc__': f.__doc__, - 'function': f, - }) - - -class Filter: - """ - Default filter. Subclass this class or use the `simplefilter` - decorator to create own filters. - """ - - def __init__(self, **options): - self.options = options - - def filter(self, lexer, stream): - raise NotImplementedError() - - -class FunctionFilter(Filter): - """ - Abstract class used by `simplefilter` to create simple - function filters on the fly. The `simplefilter` decorator - automatically creates subclasses of this class for - functions passed to it. - """ - function = None - - def __init__(self, **options): - if not hasattr(self, 'function'): - raise TypeError('%r used without bound function' % - self.__class__.__name__) - Filter.__init__(self, **options) - - def filter(self, lexer, stream): - # pylint: disable=not-callable - yield from self.function(lexer, stream, self.options) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py deleted file mode 100644 index 5aa9ecb..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py +++ /dev/null @@ -1,940 +0,0 @@ -""" - pygments.filters - ~~~~~~~~~~~~~~~~ - - Module containing filter lookup functions and default - filters. - - :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" - -import re - -from pip._vendor.pygments.token import String, Comment, Keyword, Name, Error, Whitespace, \ - string_to_tokentype -from pip._vendor.pygments.filter import Filter -from pip._vendor.pygments.util import get_list_opt, get_int_opt, get_bool_opt, \ - get_choice_opt, ClassNotFound, OptionError -from pip._vendor.pygments.plugin import find_plugin_filters - - -def find_filter_class(filtername): - """Lookup a filter by name. Return None if not found.""" - if filtername in FILTERS: - return FILTERS[filtername] - for name, cls in find_plugin_filters(): - if name == filtername: - return cls - return None - - -def get_filter_by_name(filtername, **options): - """Return an instantiated filter. - - Options are passed to the filter initializer if wanted. - Raise a ClassNotFound if not found. - """ - cls = find_filter_class(filtername) - if cls: - return cls(**options) - else: - raise ClassNotFound('filter %r not found' % filtername) - - -def get_all_filters(): - """Return a generator of all filter names.""" - yield from FILTERS - for name, _ in find_plugin_filters(): - yield name - - -def _replace_special(ttype, value, regex, specialttype, - replacefunc=lambda x: x): - last = 0 - for match in regex.finditer(value): - start, end = match.start(), match.end() - if start != last: - yield ttype, value[last:start] - yield specialttype, replacefunc(value[start:end]) - last = end - if last != len(value): - yield ttype, value[last:] - - -class CodeTagFilter(Filter): - """Highlight special code tags in comments and docstrings. - - Options accepted: - - `codetags` : list of strings - A list of strings that are flagged as code tags. The default is to - highlight ``XXX``, ``TODO``, ``FIXME``, ``BUG`` and ``NOTE``. - - .. versionchanged:: 2.13 - Now recognizes ``FIXME`` by default. - """ - - def __init__(self, **options): - Filter.__init__(self, **options) - tags = get_list_opt(options, 'codetags', - ['XXX', 'TODO', 'FIXME', 'BUG', 'NOTE']) - self.tag_re = re.compile(r'\b(%s)\b' % '|'.join([ - re.escape(tag) for tag in tags if tag - ])) - - def filter(self, lexer, stream): - regex = self.tag_re - for ttype, value in stream: - if ttype in String.Doc or \ - ttype in Comment and \ - ttype not in Comment.Preproc: - yield from _replace_special(ttype, value, regex, Comment.Special) - else: - yield ttype, value - - -class SymbolFilter(Filter): - """Convert mathematical symbols such as \\ in Isabelle - or \\longrightarrow in LaTeX into Unicode characters. - - This is mostly useful for HTML or console output when you want to - approximate the source rendering you'd see in an IDE. - - Options accepted: - - `lang` : string - The symbol language. Must be one of ``'isabelle'`` or - ``'latex'``. The default is ``'isabelle'``. - """ - - latex_symbols = { - '\\alpha' : '\U000003b1', - '\\beta' : '\U000003b2', - '\\gamma' : '\U000003b3', - '\\delta' : '\U000003b4', - '\\varepsilon' : '\U000003b5', - '\\zeta' : '\U000003b6', - '\\eta' : '\U000003b7', - '\\vartheta' : '\U000003b8', - '\\iota' : '\U000003b9', - '\\kappa' : '\U000003ba', - '\\lambda' : '\U000003bb', - '\\mu' : '\U000003bc', - '\\nu' : '\U000003bd', - '\\xi' : '\U000003be', - '\\pi' : '\U000003c0', - '\\varrho' : '\U000003c1', - '\\sigma' : '\U000003c3', - '\\tau' : '\U000003c4', - '\\upsilon' : '\U000003c5', - '\\varphi' : '\U000003c6', - '\\chi' : '\U000003c7', - '\\psi' : '\U000003c8', - '\\omega' : '\U000003c9', - '\\Gamma' : '\U00000393', - '\\Delta' : '\U00000394', - '\\Theta' : '\U00000398', - '\\Lambda' : '\U0000039b', - '\\Xi' : '\U0000039e', - '\\Pi' : '\U000003a0', - '\\Sigma' : '\U000003a3', - '\\Upsilon' : '\U000003a5', - '\\Phi' : '\U000003a6', - '\\Psi' : '\U000003a8', - '\\Omega' : '\U000003a9', - '\\leftarrow' : '\U00002190', - '\\longleftarrow' : '\U000027f5', - '\\rightarrow' : '\U00002192', - '\\longrightarrow' : '\U000027f6', - '\\Leftarrow' : '\U000021d0', - '\\Longleftarrow' : '\U000027f8', - '\\Rightarrow' : '\U000021d2', - '\\Longrightarrow' : '\U000027f9', - '\\leftrightarrow' : '\U00002194', - '\\longleftrightarrow' : '\U000027f7', - '\\Leftrightarrow' : '\U000021d4', - '\\Longleftrightarrow' : '\U000027fa', - '\\mapsto' : '\U000021a6', - '\\longmapsto' : '\U000027fc', - '\\relbar' : '\U00002500', - '\\Relbar' : '\U00002550', - '\\hookleftarrow' : '\U000021a9', - '\\hookrightarrow' : '\U000021aa', - '\\leftharpoondown' : '\U000021bd', - '\\rightharpoondown' : '\U000021c1', - '\\leftharpoonup' : '\U000021bc', - '\\rightharpoonup' : '\U000021c0', - '\\rightleftharpoons' : '\U000021cc', - '\\leadsto' : '\U0000219d', - '\\downharpoonleft' : '\U000021c3', - '\\downharpoonright' : '\U000021c2', - '\\upharpoonleft' : '\U000021bf', - '\\upharpoonright' : '\U000021be', - '\\restriction' : '\U000021be', - '\\uparrow' : '\U00002191', - '\\Uparrow' : '\U000021d1', - '\\downarrow' : '\U00002193', - '\\Downarrow' : '\U000021d3', - '\\updownarrow' : '\U00002195', - '\\Updownarrow' : '\U000021d5', - '\\langle' : '\U000027e8', - '\\rangle' : '\U000027e9', - '\\lceil' : '\U00002308', - '\\rceil' : '\U00002309', - '\\lfloor' : '\U0000230a', - '\\rfloor' : '\U0000230b', - '\\flqq' : '\U000000ab', - '\\frqq' : '\U000000bb', - '\\bot' : '\U000022a5', - '\\top' : '\U000022a4', - '\\wedge' : '\U00002227', - '\\bigwedge' : '\U000022c0', - '\\vee' : '\U00002228', - '\\bigvee' : '\U000022c1', - '\\forall' : '\U00002200', - '\\exists' : '\U00002203', - '\\nexists' : '\U00002204', - '\\neg' : '\U000000ac', - '\\Box' : '\U000025a1', - '\\Diamond' : '\U000025c7', - '\\vdash' : '\U000022a2', - '\\models' : '\U000022a8', - '\\dashv' : '\U000022a3', - '\\surd' : '\U0000221a', - '\\le' : '\U00002264', - '\\ge' : '\U00002265', - '\\ll' : '\U0000226a', - '\\gg' : '\U0000226b', - '\\lesssim' : '\U00002272', - '\\gtrsim' : '\U00002273', - '\\lessapprox' : '\U00002a85', - '\\gtrapprox' : '\U00002a86', - '\\in' : '\U00002208', - '\\notin' : '\U00002209', - '\\subset' : '\U00002282', - '\\supset' : '\U00002283', - '\\subseteq' : '\U00002286', - '\\supseteq' : '\U00002287', - '\\sqsubset' : '\U0000228f', - '\\sqsupset' : '\U00002290', - '\\sqsubseteq' : '\U00002291', - '\\sqsupseteq' : '\U00002292', - '\\cap' : '\U00002229', - '\\bigcap' : '\U000022c2', - '\\cup' : '\U0000222a', - '\\bigcup' : '\U000022c3', - '\\sqcup' : '\U00002294', - '\\bigsqcup' : '\U00002a06', - '\\sqcap' : '\U00002293', - '\\Bigsqcap' : '\U00002a05', - '\\setminus' : '\U00002216', - '\\propto' : '\U0000221d', - '\\uplus' : '\U0000228e', - '\\bigplus' : '\U00002a04', - '\\sim' : '\U0000223c', - '\\doteq' : '\U00002250', - '\\simeq' : '\U00002243', - '\\approx' : '\U00002248', - '\\asymp' : '\U0000224d', - '\\cong' : '\U00002245', - '\\equiv' : '\U00002261', - '\\Join' : '\U000022c8', - '\\bowtie' : '\U00002a1d', - '\\prec' : '\U0000227a', - '\\succ' : '\U0000227b', - '\\preceq' : '\U0000227c', - '\\succeq' : '\U0000227d', - '\\parallel' : '\U00002225', - '\\mid' : '\U000000a6', - '\\pm' : '\U000000b1', - '\\mp' : '\U00002213', - '\\times' : '\U000000d7', - '\\div' : '\U000000f7', - '\\cdot' : '\U000022c5', - '\\star' : '\U000022c6', - '\\circ' : '\U00002218', - '\\dagger' : '\U00002020', - '\\ddagger' : '\U00002021', - '\\lhd' : '\U000022b2', - '\\rhd' : '\U000022b3', - '\\unlhd' : '\U000022b4', - '\\unrhd' : '\U000022b5', - '\\triangleleft' : '\U000025c3', - '\\triangleright' : '\U000025b9', - '\\triangle' : '\U000025b3', - '\\triangleq' : '\U0000225c', - '\\oplus' : '\U00002295', - '\\bigoplus' : '\U00002a01', - '\\otimes' : '\U00002297', - '\\bigotimes' : '\U00002a02', - '\\odot' : '\U00002299', - '\\bigodot' : '\U00002a00', - '\\ominus' : '\U00002296', - '\\oslash' : '\U00002298', - '\\dots' : '\U00002026', - '\\cdots' : '\U000022ef', - '\\sum' : '\U00002211', - '\\prod' : '\U0000220f', - '\\coprod' : '\U00002210', - '\\infty' : '\U0000221e', - '\\int' : '\U0000222b', - '\\oint' : '\U0000222e', - '\\clubsuit' : '\U00002663', - '\\diamondsuit' : '\U00002662', - '\\heartsuit' : '\U00002661', - '\\spadesuit' : '\U00002660', - '\\aleph' : '\U00002135', - '\\emptyset' : '\U00002205', - '\\nabla' : '\U00002207', - '\\partial' : '\U00002202', - '\\flat' : '\U0000266d', - '\\natural' : '\U0000266e', - '\\sharp' : '\U0000266f', - '\\angle' : '\U00002220', - '\\copyright' : '\U000000a9', - '\\textregistered' : '\U000000ae', - '\\textonequarter' : '\U000000bc', - '\\textonehalf' : '\U000000bd', - '\\textthreequarters' : '\U000000be', - '\\textordfeminine' : '\U000000aa', - '\\textordmasculine' : '\U000000ba', - '\\euro' : '\U000020ac', - '\\pounds' : '\U000000a3', - '\\yen' : '\U000000a5', - '\\textcent' : '\U000000a2', - '\\textcurrency' : '\U000000a4', - '\\textdegree' : '\U000000b0', - } - - isabelle_symbols = { - '\\' : '\U0001d7ec', - '\\' : '\U0001d7ed', - '\\' : '\U0001d7ee', - '\\' : '\U0001d7ef', - '\\' : '\U0001d7f0', - '\\' : '\U0001d7f1', - '\\' : '\U0001d7f2', - '\\' : '\U0001d7f3', - '\\' : '\U0001d7f4', - '\\' : '\U0001d7f5', - '\\' : '\U0001d49c', - '\\' : '\U0000212c', - '\\' : '\U0001d49e', - '\\' : '\U0001d49f', - '\\' : '\U00002130', - '\\' : '\U00002131', - '\\' : '\U0001d4a2', - '\\' : '\U0000210b', - '\\' : '\U00002110', - '\\' : '\U0001d4a5', - '\\' : '\U0001d4a6', - '\\' : '\U00002112', - '\\' : '\U00002133', - '\\' : '\U0001d4a9', - '\\' : '\U0001d4aa', - '\\

' : '\U0001d4ab', - '\\' : '\U0001d4ac', - '\\' : '\U0000211b', - '\\' : '\U0001d4ae', - '\\' : '\U0001d4af', - '\\' : '\U0001d4b0', - '\\' : '\U0001d4b1', - '\\' : '\U0001d4b2', - '\\' : '\U0001d4b3', - '\\' : '\U0001d4b4', - '\\' : '\U0001d4b5', - '\\' : '\U0001d5ba', - '\\' : '\U0001d5bb', - '\\' : '\U0001d5bc', - '\\' : '\U0001d5bd', - '\\' : '\U0001d5be', - '\\' : '\U0001d5bf', - '\\' : '\U0001d5c0', - '\\' : '\U0001d5c1', - '\\' : '\U0001d5c2', - '\\' : '\U0001d5c3', - '\\' : '\U0001d5c4', - '\\' : '\U0001d5c5', - '\\' : '\U0001d5c6', - '\\' : '\U0001d5c7', - '\\' : '\U0001d5c8', - '\\

' : '\U0001d5c9', - '\\' : '\U0001d5ca', - '\\' : '\U0001d5cb', - '\\' : '\U0001d5cc', - '\\' : '\U0001d5cd', - '\\' : '\U0001d5ce', - '\\' : '\U0001d5cf', - '\\' : '\U0001d5d0', - '\\' : '\U0001d5d1', - '\\' : '\U0001d5d2', - '\\' : '\U0001d5d3', - '\\' : '\U0001d504', - '\\' : '\U0001d505', - '\\' : '\U0000212d', - '\\

' : '\U0001d507', - '\\' : '\U0001d508', - '\\' : '\U0001d509', - '\\' : '\U0001d50a', - '\\' : '\U0000210c', - '\\' : '\U00002111', - '\\' : '\U0001d50d', - '\\' : '\U0001d50e', - '\\' : '\U0001d50f', - '\\' : '\U0001d510', - '\\' : '\U0001d511', - '\\' : '\U0001d512', - '\\' : '\U0001d513', - '\\' : '\U0001d514', - '\\' : '\U0000211c', - '\\' : '\U0001d516', - '\\' : '\U0001d517', - '\\' : '\U0001d518', - '\\' : '\U0001d519', - '\\' : '\U0001d51a', - '\\' : '\U0001d51b', - '\\' : '\U0001d51c', - '\\' : '\U00002128', - '\\' : '\U0001d51e', - '\\' : '\U0001d51f', - '\\' : '\U0001d520', - '\\
' : '\U0001d521', - '\\' : '\U0001d522', - '\\' : '\U0001d523', - '\\' : '\U0001d524', - '\\' : '\U0001d525', - '\\' : '\U0001d526', - '\\' : '\U0001d527', - '\\' : '\U0001d528', - '\\' : '\U0001d529', - '\\' : '\U0001d52a', - '\\' : '\U0001d52b', - '\\' : '\U0001d52c', - '\\' : '\U0001d52d', - '\\' : '\U0001d52e', - '\\' : '\U0001d52f', - '\\' : '\U0001d530', - '\\' : '\U0001d531', - '\\' : '\U0001d532', - '\\' : '\U0001d533', - '\\' : '\U0001d534', - '\\' : '\U0001d535', - '\\' : '\U0001d536', - '\\' : '\U0001d537', - '\\' : '\U000003b1', - '\\' : '\U000003b2', - '\\' : '\U000003b3', - '\\' : '\U000003b4', - '\\' : '\U000003b5', - '\\' : '\U000003b6', - '\\' : '\U000003b7', - '\\' : '\U000003b8', - '\\' : '\U000003b9', - '\\' : '\U000003ba', - '\\' : '\U000003bb', - '\\' : '\U000003bc', - '\\' : '\U000003bd', - '\\' : '\U000003be', - '\\' : '\U000003c0', - '\\' : '\U000003c1', - '\\' : '\U000003c3', - '\\' : '\U000003c4', - '\\' : '\U000003c5', - '\\' : '\U000003c6', - '\\' : '\U000003c7', - '\\' : '\U000003c8', - '\\' : '\U000003c9', - '\\' : '\U00000393', - '\\' : '\U00000394', - '\\' : '\U00000398', - '\\' : '\U0000039b', - '\\' : '\U0000039e', - '\\' : '\U000003a0', - '\\' : '\U000003a3', - '\\' : '\U000003a5', - '\\' : '\U000003a6', - '\\' : '\U000003a8', - '\\' : '\U000003a9', - '\\' : '\U0001d539', - '\\' : '\U00002102', - '\\' : '\U00002115', - '\\' : '\U0000211a', - '\\' : '\U0000211d', - '\\' : '\U00002124', - '\\' : '\U00002190', - '\\' : '\U000027f5', - '\\' : '\U00002192', - '\\' : '\U000027f6', - '\\' : '\U000021d0', - '\\' : '\U000027f8', - '\\' : '\U000021d2', - '\\' : '\U000027f9', - '\\' : '\U00002194', - '\\' : '\U000027f7', - '\\' : '\U000021d4', - '\\' : '\U000027fa', - '\\' : '\U000021a6', - '\\' : '\U000027fc', - '\\' : '\U00002500', - '\\' : '\U00002550', - '\\' : '\U000021a9', - '\\' : '\U000021aa', - '\\' : '\U000021bd', - '\\' : '\U000021c1', - '\\' : '\U000021bc', - '\\' : '\U000021c0', - '\\' : '\U000021cc', - '\\' : '\U0000219d', - '\\' : '\U000021c3', - '\\' : '\U000021c2', - '\\' : '\U000021bf', - '\\' : '\U000021be', - '\\' : '\U000021be', - '\\' : '\U00002237', - '\\' : '\U00002191', - '\\' : '\U000021d1', - '\\' : '\U00002193', - '\\' : '\U000021d3', - '\\' : '\U00002195', - '\\' : '\U000021d5', - '\\' : '\U000027e8', - '\\' : '\U000027e9', - '\\' : '\U00002308', - '\\' : '\U00002309', - '\\' : '\U0000230a', - '\\' : '\U0000230b', - '\\' : '\U00002987', - '\\' : '\U00002988', - '\\' : '\U000027e6', - '\\' : '\U000027e7', - '\\' : '\U00002983', - '\\' : '\U00002984', - '\\' : '\U000000ab', - '\\' : '\U000000bb', - '\\' : '\U000022a5', - '\\' : '\U000022a4', - '\\' : '\U00002227', - '\\' : '\U000022c0', - '\\' : '\U00002228', - '\\' : '\U000022c1', - '\\' : '\U00002200', - '\\' : '\U00002203', - '\\' : '\U00002204', - '\\' : '\U000000ac', - '\\' : '\U000025a1', - '\\' : '\U000025c7', - '\\' : '\U000022a2', - '\\' : '\U000022a8', - '\\' : '\U000022a9', - '\\' : '\U000022ab', - '\\' : '\U000022a3', - '\\' : '\U0000221a', - '\\' : '\U00002264', - '\\' : '\U00002265', - '\\' : '\U0000226a', - '\\' : '\U0000226b', - '\\' : '\U00002272', - '\\' : '\U00002273', - '\\' : '\U00002a85', - '\\' : '\U00002a86', - '\\' : '\U00002208', - '\\' : '\U00002209', - '\\' : '\U00002282', - '\\' : '\U00002283', - '\\' : '\U00002286', - '\\' : '\U00002287', - '\\' : '\U0000228f', - '\\' : '\U00002290', - '\\' : '\U00002291', - '\\' : '\U00002292', - '\\' : '\U00002229', - '\\' : '\U000022c2', - '\\' : '\U0000222a', - '\\' : '\U000022c3', - '\\' : '\U00002294', - '\\' : '\U00002a06', - '\\' : '\U00002293', - '\\' : '\U00002a05', - '\\' : '\U00002216', - '\\' : '\U0000221d', - '\\' : '\U0000228e', - '\\' : '\U00002a04', - '\\' : '\U00002260', - '\\' : '\U0000223c', - '\\' : '\U00002250', - '\\' : '\U00002243', - '\\' : '\U00002248', - '\\' : '\U0000224d', - '\\' : '\U00002245', - '\\' : '\U00002323', - '\\' : '\U00002261', - '\\' : '\U00002322', - '\\' : '\U000022c8', - '\\' : '\U00002a1d', - '\\' : '\U0000227a', - '\\' : '\U0000227b', - '\\' : '\U0000227c', - '\\' : '\U0000227d', - '\\' : '\U00002225', - '\\' : '\U000000a6', - '\\' : '\U000000b1', - '\\' : '\U00002213', - '\\' : '\U000000d7', - '\\
' : '\U000000f7', - '\\' : '\U000022c5', - '\\' : '\U000022c6', - '\\' : '\U00002219', - '\\' : '\U00002218', - '\\' : '\U00002020', - '\\' : '\U00002021', - '\\' : '\U000022b2', - '\\' : '\U000022b3', - '\\' : '\U000022b4', - '\\' : '\U000022b5', - '\\' : '\U000025c3', - '\\' : '\U000025b9', - '\\' : '\U000025b3', - '\\' : '\U0000225c', - '\\' : '\U00002295', - '\\' : '\U00002a01', - '\\' : '\U00002297', - '\\' : '\U00002a02', - '\\' : '\U00002299', - '\\' : '\U00002a00', - '\\' : '\U00002296', - '\\' : '\U00002298', - '\\' : '\U00002026', - '\\' : '\U000022ef', - '\\' : '\U00002211', - '\\' : '\U0000220f', - '\\' : '\U00002210', - '\\' : '\U0000221e', - '\\' : '\U0000222b', - '\\' : '\U0000222e', - '\\' : '\U00002663', - '\\' : '\U00002662', - '\\' : '\U00002661', - '\\' : '\U00002660', - '\\' : '\U00002135', - '\\' : '\U00002205', - '\\' : '\U00002207', - '\\' : '\U00002202', - '\\' : '\U0000266d', - '\\' : '\U0000266e', - '\\' : '\U0000266f', - '\\' : '\U00002220', - '\\' : '\U000000a9', - '\\' : '\U000000ae', - '\\' : '\U000000ad', - '\\' : '\U000000af', - '\\' : '\U000000bc', - '\\' : '\U000000bd', - '\\' : '\U000000be', - '\\' : '\U000000aa', - '\\' : '\U000000ba', - '\\
' : '\U000000a7', - '\\' : '\U000000b6', - '\\' : '\U000000a1', - '\\' : '\U000000bf', - '\\' : '\U000020ac', - '\\' : '\U000000a3', - '\\' : '\U000000a5', - '\\' : '\U000000a2', - '\\' : '\U000000a4', - '\\' : '\U000000b0', - '\\' : '\U00002a3f', - '\\' : '\U00002127', - '\\' : '\U000025ca', - '\\' : '\U00002118', - '\\' : '\U00002240', - '\\' : '\U000022c4', - '\\' : '\U000000b4', - '\\' : '\U00000131', - '\\' : '\U000000a8', - '\\' : '\U000000b8', - '\\' : '\U000002dd', - '\\' : '\U000003f5', - '\\' : '\U000023ce', - '\\' : '\U00002039', - '\\' : '\U0000203a', - '\\' : '\U00002302', - '\\<^sub>' : '\U000021e9', - '\\<^sup>' : '\U000021e7', - '\\<^bold>' : '\U00002759', - '\\<^bsub>' : '\U000021d8', - '\\<^esub>' : '\U000021d9', - '\\<^bsup>' : '\U000021d7', - '\\<^esup>' : '\U000021d6', - } - - lang_map = {'isabelle' : isabelle_symbols, 'latex' : latex_symbols} - - def __init__(self, **options): - Filter.__init__(self, **options) - lang = get_choice_opt(options, 'lang', - ['isabelle', 'latex'], 'isabelle') - self.symbols = self.lang_map[lang] - - def filter(self, lexer, stream): - for ttype, value in stream: - if value in self.symbols: - yield ttype, self.symbols[value] - else: - yield ttype, value - - -class KeywordCaseFilter(Filter): - """Convert keywords to lowercase or uppercase or capitalize them, which - means first letter uppercase, rest lowercase. - - This can be useful e.g. if you highlight Pascal code and want to adapt the - code to your styleguide. - - Options accepted: - - `case` : string - The casing to convert keywords to. Must be one of ``'lower'``, - ``'upper'`` or ``'capitalize'``. The default is ``'lower'``. - """ - - def __init__(self, **options): - Filter.__init__(self, **options) - case = get_choice_opt(options, 'case', - ['lower', 'upper', 'capitalize'], 'lower') - self.convert = getattr(str, case) - - def filter(self, lexer, stream): - for ttype, value in stream: - if ttype in Keyword: - yield ttype, self.convert(value) - else: - yield ttype, value - - -class NameHighlightFilter(Filter): - """Highlight a normal Name (and Name.*) token with a different token type. - - Example:: - - filter = NameHighlightFilter( - names=['foo', 'bar', 'baz'], - tokentype=Name.Function, - ) - - This would highlight the names "foo", "bar" and "baz" - as functions. `Name.Function` is the default token type. - - Options accepted: - - `names` : list of strings - A list of names that should be given the different token type. - There is no default. - `tokentype` : TokenType or string - A token type or a string containing a token type name that is - used for highlighting the strings in `names`. The default is - `Name.Function`. - """ - - def __init__(self, **options): - Filter.__init__(self, **options) - self.names = set(get_list_opt(options, 'names', [])) - tokentype = options.get('tokentype') - if tokentype: - self.tokentype = string_to_tokentype(tokentype) - else: - self.tokentype = Name.Function - - def filter(self, lexer, stream): - for ttype, value in stream: - if ttype in Name and value in self.names: - yield self.tokentype, value - else: - yield ttype, value - - -class ErrorToken(Exception): - pass - - -class RaiseOnErrorTokenFilter(Filter): - """Raise an exception when the lexer generates an error token. - - Options accepted: - - `excclass` : Exception class - The exception class to raise. - The default is `pygments.filters.ErrorToken`. - - .. versionadded:: 0.8 - """ - - def __init__(self, **options): - Filter.__init__(self, **options) - self.exception = options.get('excclass', ErrorToken) - try: - # issubclass() will raise TypeError if first argument is not a class - if not issubclass(self.exception, Exception): - raise TypeError - except TypeError: - raise OptionError('excclass option is not an exception class') - - def filter(self, lexer, stream): - for ttype, value in stream: - if ttype is Error: - raise self.exception(value) - yield ttype, value - - -class VisibleWhitespaceFilter(Filter): - """Convert tabs, newlines and/or spaces to visible characters. - - Options accepted: - - `spaces` : string or bool - If this is a one-character string, spaces will be replaces by this string. - If it is another true value, spaces will be replaced by ``·`` (unicode - MIDDLE DOT). If it is a false value, spaces will not be replaced. The - default is ``False``. - `tabs` : string or bool - The same as for `spaces`, but the default replacement character is ``»`` - (unicode RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK). The default value - is ``False``. Note: this will not work if the `tabsize` option for the - lexer is nonzero, as tabs will already have been expanded then. - `tabsize` : int - If tabs are to be replaced by this filter (see the `tabs` option), this - is the total number of characters that a tab should be expanded to. - The default is ``8``. - `newlines` : string or bool - The same as for `spaces`, but the default replacement character is ``¶`` - (unicode PILCROW SIGN). The default value is ``False``. - `wstokentype` : bool - If true, give whitespace the special `Whitespace` token type. This allows - styling the visible whitespace differently (e.g. greyed out), but it can - disrupt background colors. The default is ``True``. - - .. versionadded:: 0.8 - """ - - def __init__(self, **options): - Filter.__init__(self, **options) - for name, default in [('spaces', '·'), - ('tabs', '»'), - ('newlines', '¶')]: - opt = options.get(name, False) - if isinstance(opt, str) and len(opt) == 1: - setattr(self, name, opt) - else: - setattr(self, name, (opt and default or '')) - tabsize = get_int_opt(options, 'tabsize', 8) - if self.tabs: - self.tabs += ' ' * (tabsize - 1) - if self.newlines: - self.newlines += '\n' - self.wstt = get_bool_opt(options, 'wstokentype', True) - - def filter(self, lexer, stream): - if self.wstt: - spaces = self.spaces or ' ' - tabs = self.tabs or '\t' - newlines = self.newlines or '\n' - regex = re.compile(r'\s') - - def replacefunc(wschar): - if wschar == ' ': - return spaces - elif wschar == '\t': - return tabs - elif wschar == '\n': - return newlines - return wschar - - for ttype, value in stream: - yield from _replace_special(ttype, value, regex, Whitespace, - replacefunc) - else: - spaces, tabs, newlines = self.spaces, self.tabs, self.newlines - # simpler processing - for ttype, value in stream: - if spaces: - value = value.replace(' ', spaces) - if tabs: - value = value.replace('\t', tabs) - if newlines: - value = value.replace('\n', newlines) - yield ttype, value - - -class GobbleFilter(Filter): - """Gobbles source code lines (eats initial characters). - - This filter drops the first ``n`` characters off every line of code. This - may be useful when the source code fed to the lexer is indented by a fixed - amount of space that isn't desired in the output. - - Options accepted: - - `n` : int - The number of characters to gobble. - - .. versionadded:: 1.2 - """ - def __init__(self, **options): - Filter.__init__(self, **options) - self.n = get_int_opt(options, 'n', 0) - - def gobble(self, value, left): - if left < len(value): - return value[left:], 0 - else: - return '', left - len(value) - - def filter(self, lexer, stream): - n = self.n - left = n # How many characters left to gobble. - for ttype, value in stream: - # Remove ``left`` tokens from first line, ``n`` from all others. - parts = value.split('\n') - (parts[0], left) = self.gobble(parts[0], left) - for i in range(1, len(parts)): - (parts[i], left) = self.gobble(parts[i], n) - value = '\n'.join(parts) - - if value != '': - yield ttype, value - - -class TokenMergeFilter(Filter): - """Merges consecutive tokens with the same token type in the output - stream of a lexer. - - .. versionadded:: 1.2 - """ - def __init__(self, **options): - Filter.__init__(self, **options) - - def filter(self, lexer, stream): - current_type = None - current_value = None - for ttype, value in stream: - if ttype is current_type: - current_value += value - else: - if current_type is not None: - yield current_type, current_value - current_type = ttype - current_value = value - if current_type is not None: - yield current_type, current_value - - -FILTERS = { - 'codetagify': CodeTagFilter, - 'keywordcase': KeywordCaseFilter, - 'highlight': NameHighlightFilter, - 'raiseonerror': RaiseOnErrorTokenFilter, - 'whitespace': VisibleWhitespaceFilter, - 'gobble': GobbleFilter, - 'tokenmerge': TokenMergeFilter, - 'symbols': SymbolFilter, -} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 1224d08399e410c142c1cb5020b5e4796b4d9870..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 37934 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 MHQjc9GUxyQ0dGO8>;M1& diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py deleted file mode 100644 index 3ca4892..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py +++ /dev/null @@ -1,124 +0,0 @@ -""" - pygments.formatter - ~~~~~~~~~~~~~~~~~~ - - Base formatter class. - - :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" - -import codecs - -from pip._vendor.pygments.util import get_bool_opt -from pip._vendor.pygments.styles import get_style_by_name - -__all__ = ['Formatter'] - - -def _lookup_style(style): - if isinstance(style, str): - return get_style_by_name(style) - return style - - -class Formatter: - """ - Converts a token stream to text. - - Formatters should have attributes to help selecting them. These - are similar to the corresponding :class:`~pygments.lexer.Lexer` - attributes. - - .. autoattribute:: name - :no-value: - - .. autoattribute:: aliases - :no-value: - - .. autoattribute:: filenames - :no-value: - - You can pass options as keyword arguments to the constructor. - All formatters accept these basic options: - - ``style`` - The style to use, can be a string or a Style subclass - (default: "default"). Not used by e.g. the - TerminalFormatter. - ``full`` - Tells the formatter to output a "full" document, i.e. - a complete self-contained document. This doesn't have - any effect for some formatters (default: false). - ``title`` - If ``full`` is true, the title that should be used to - caption the document (default: ''). - ``encoding`` - If given, must be an encoding name. This will be used to - convert the Unicode token strings to byte strings in the - output. If it is "" or None, Unicode strings will be written - to the output file, which most file-like objects do not - support (default: None). - ``outencoding`` - Overrides ``encoding`` if given. - - """ - - #: Full name for the formatter, in human-readable form. - name = None - - #: A list of short, unique identifiers that can be used to lookup - #: the formatter from a list, e.g. using :func:`.get_formatter_by_name()`. - aliases = [] - - #: A list of fnmatch patterns that match filenames for which this - #: formatter can produce output. The patterns in this list should be unique - #: among all formatters. - filenames = [] - - #: If True, this formatter outputs Unicode strings when no encoding - #: option is given. - unicodeoutput = True - - def __init__(self, **options): - """ - As with lexers, this constructor takes arbitrary optional arguments, - and if you override it, you should first process your own options, then - call the base class implementation. - """ - self.style = _lookup_style(options.get('style', 'default')) - self.full = get_bool_opt(options, 'full', False) - self.title = options.get('title', '') - self.encoding = options.get('encoding', None) or None - if self.encoding in ('guess', 'chardet'): - # can happen for e.g. pygmentize -O encoding=guess - self.encoding = 'utf-8' - self.encoding = options.get('outencoding') or self.encoding - self.options = options - - def get_style_defs(self, arg=''): - """ - This method must return statements or declarations suitable to define - the current style for subsequent highlighted text (e.g. CSS classes - in the `HTMLFormatter`). - - The optional argument `arg` can be used to modify the generation and - is formatter dependent (it is standardized because it can be given on - the command line). - - This method is called by the ``-S`` :doc:`command-line option `, - the `arg` is then given by the ``-a`` option. - """ - return '' - - def format(self, tokensource, outfile): - """ - This method must format the tokens from the `tokensource` iterable and - write the formatted version to the file object `outfile`. - - Formatter options can control how exactly the tokens are converted. - """ - if self.encoding: - # wrap the outfile in a StreamWriter - outfile = codecs.lookup(self.encoding)[3](outfile) - return self.format_unencoded(tokensource, outfile) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py deleted file mode 100644 index 39db842..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py +++ /dev/null @@ -1,158 +0,0 @@ -""" - pygments.formatters - ~~~~~~~~~~~~~~~~~~~ - - Pygments formatters. - - :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" - -import re -import sys -import types -import fnmatch -from os.path import basename - -from pip._vendor.pygments.formatters._mapping import FORMATTERS -from pip._vendor.pygments.plugin import find_plugin_formatters -from pip._vendor.pygments.util import ClassNotFound - -__all__ = ['get_formatter_by_name', 'get_formatter_for_filename', - 'get_all_formatters', 'load_formatter_from_file'] + list(FORMATTERS) - -_formatter_cache = {} # classes by name -_pattern_cache = {} - - -def _fn_matches(fn, glob): - """Return whether the supplied file name fn matches pattern filename.""" - if glob not in _pattern_cache: - pattern = _pattern_cache[glob] = re.compile(fnmatch.translate(glob)) - return pattern.match(fn) - return _pattern_cache[glob].match(fn) - - -def _load_formatters(module_name): - """Load a formatter (and all others in the module too).""" - mod = __import__(module_name, None, None, ['__all__']) - for formatter_name in mod.__all__: - cls = getattr(mod, formatter_name) - _formatter_cache[cls.name] = cls - - -def get_all_formatters(): - """Return a generator for all formatter classes.""" - # NB: this returns formatter classes, not info like get_all_lexers(). - for info in FORMATTERS.values(): - if info[1] not in _formatter_cache: - _load_formatters(info[0]) - yield _formatter_cache[info[1]] - for _, formatter in find_plugin_formatters(): - yield formatter - - -def find_formatter_class(alias): - """Lookup a formatter by alias. - - Returns None if not found. - """ - for module_name, name, aliases, _, _ in FORMATTERS.values(): - if alias in aliases: - if name not in _formatter_cache: - _load_formatters(module_name) - return _formatter_cache[name] - for _, cls in find_plugin_formatters(): - if alias in cls.aliases: - return cls - - -def get_formatter_by_name(_alias, **options): - """ - Return an instance of a :class:`.Formatter` subclass that has `alias` in its - aliases list. The formatter is given the `options` at its instantiation. - - Will raise :exc:`pygments.util.ClassNotFound` if no formatter with that - alias is found. - """ - cls = find_formatter_class(_alias) - if cls is None: - raise ClassNotFound("no formatter found for name %r" % _alias) - return cls(**options) - - -def load_formatter_from_file(filename, formattername="CustomFormatter", **options): - """ - Return a `Formatter` subclass instance loaded from the provided file, relative - to the current directory. - - The file is expected to contain a Formatter class named ``formattername`` - (by default, CustomFormatter). Users should be very careful with the input, because - this method is equivalent to running ``eval()`` on the input file. The formatter is - given the `options` at its instantiation. - - :exc:`pygments.util.ClassNotFound` is raised if there are any errors loading - the formatter. - - .. versionadded:: 2.2 - """ - try: - # This empty dict will contain the namespace for the exec'd file - custom_namespace = {} - with open(filename, 'rb') as f: - exec(f.read(), custom_namespace) - # Retrieve the class `formattername` from that namespace - if formattername not in custom_namespace: - raise ClassNotFound('no valid %s class found in %s' % - (formattername, filename)) - formatter_class = custom_namespace[formattername] - # And finally instantiate it with the options - return formatter_class(**options) - except OSError as err: - raise ClassNotFound('cannot read %s: %s' % (filename, err)) - except ClassNotFound: - raise - except Exception as err: - raise ClassNotFound('error when loading custom formatter: %s' % err) - - -def get_formatter_for_filename(fn, **options): - """ - Return a :class:`.Formatter` subclass instance that has a filename pattern - matching `fn`. The formatter is given the `options` at its instantiation. - - Will raise :exc:`pygments.util.ClassNotFound` if no formatter for that filename - is found. - """ - fn = basename(fn) - for modname, name, _, filenames, _ in FORMATTERS.values(): - for filename in filenames: - if _fn_matches(fn, filename): - if name not in _formatter_cache: - _load_formatters(modname) - return _formatter_cache[name](**options) - for cls in find_plugin_formatters(): - for filename in cls.filenames: - if _fn_matches(fn, filename): - return cls(**options) - raise ClassNotFound("no formatter found for file name %r" % fn) - - -class _automodule(types.ModuleType): - """Automatically import formatters.""" - - def __getattr__(self, name): - info = FORMATTERS.get(name) - if info: - _load_formatters(info[0]) - cls = _formatter_cache[info[1]] - setattr(self, name, cls) - return cls - raise AttributeError(name) - - -oldmod = sys.modules[__name__] -newmod = _automodule(__name__) -newmod.__dict__.update(oldmod.__dict__) -sys.modules[__name__] = newmod -del newmod.newmod, newmod.oldmod, newmod.sys, newmod.types diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index d7fdbb1839a63a5d88028458acdc8fad1acbc1e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6924 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc deleted file mode 100644 index 5687c8a5d2857f8d41999da8c26b8935959743a5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4213 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc deleted file mode 100644 index e846619cac3ab085fbf1718dc41471d57efc2ccb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27041 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�qi_ zK4-h$>C9$v)G)2=-3#QZIW1u=2qtOWfg|cmuWz1hIa)tImf7}sI9ZNK%$PP3@Pqy_ zWNd2QwtYv}&RtC^IdN;#N$XNL?~yhO0ZH$7FaTu54gr=ilF3YJsFl%ylxv_(&0epV zK`;~`4v%JymdS23PASKLf|)~y7tr$>IfQJd4^szEQ}bhw?aI|FiN9%Eh*mbWsOWuW z5@Z=vDGeAP(|#QNGLKN~Zfv>qQoZjT@qGf9*AHKDFm6Uq*jmd*xO_vr|20T;vT@*ezigbI z8Vj4-JMeQ@B3U#;=_WOiB*6Q?6H$conQ+TK*5ffn@HrEH~W!7k=$_GQ%3{j)RbI7DY!9nyVR$f$!W zKw2G`2gs401^9@Na+DRsLa|7~6K25z@1mY}a%Z4?=GYBTE8>2>sxVa#=6eOfzoTZ4s+@ib)A zN$mh`f^^@kAa!DeN!QH^$ffh~tPsX7MhR)oSwVDC8J&`1eu7pwWfg_==P@eP_hG0{ ztB092j&a(|$U_JxHXCqaqnt1u)as>vC;C%qEfpHjQYnl7o4k?-Zwfb^Qsl&fCd?@Z zotZeMwU_$UcHTuk2&ZYW8S}w7mB404#&Q;BjW}O8qCM#+wtoF|p(WhMC^4~*)3_JL z*n!^@3<|jRL$1ycPl++WF~g6GCZx#{t5S8^l=&vSQ@wbUtynW{^(!+z351^-3XwLh z=(aF>$`)K%@J($S44axqM@MC6x>5`)9dQ8ok4)n%*f{2c=gIlW=`*m5+UP#Z2sA(0 zuInft=TT)F6N$jyrLW;paj5t@rI@D$olVOH=~C0^7`lf1n3;Q?av{sg#p!jKJSi8Y zXOX;iST0G=Qba4cFg*|B`Pf2zJJWK5a#`Bbur5($_CQL*$FzYm$HKH0c9JgJG~t4! z7&9ku?%C>g%lXqj|FC}ROSxJ_G(a&+5hapMqHiR`j>x4DJr|`U{bAOaL<~-LiHfp5 zoW4ZTE7TT{j+2%s`W8iGT#|+;A|oraZYeibaLZ%yeuE-ny3%h_^g2b$ z6#Ywzh@4B`rRZNF$^-zj`ATn5A%m>NGmUd45hBG@NX}Dy2H4q9p)QZ8(^;Xm>?D?w zm>*QVd|_Br3^j^_5-H5GQ-ds&L`k9}g&@t9kVQ2GlQ}M2L7U!tm>F!asr3sj9xPjM z7Odzp_hVSy>sCt|lSTdajeIGNM{ry*z<*>bPS~nrw(7;Mm~GS2?%TFa$x4B4xqMWP zyjQz#bjQov@a!Om{q8H>2}fJZ(H3=dBwO0&dOvVB-fh|V`jOX;Bw7x{S`N(h-f=d5 zRNJ0(md-zSyY(Qu4$~TQwyu~Sm<@Hi=1g~NRSzs&b?eg8%g^839sw!a{>Jms_U@a9{b ziS8P>wJqLwoO0>`@PwoGwxc%L*8cj$YZEJ7i5&wm{A(LPPNJrjvJ1pBS~$2_s3fHV+vJ|!xM|II>ILp4XhdA#(g#a zZdJ{k>7NyR`oPY)>e(^ahx#!Xc`Mx7)pDfN@Q0=LBMs(1tmhGrU{C6S$N~M`uS5i) zT4h%0m+@ZW;UXP=`V6G_EvHrDPj<*juZM2g0Erk)XWWC4hZKeH5T1e=Vao|c>fg6l z_nqGl>k(+1N9+JSFU1ATfyrsVmu^aXMds!MSE4UqM6waOc8~_F;+)Lx5wmuNL6d^v zx-9e~qkpRS1|cB{UvRrGXaw3dKgq+7rtlP@p#2oj4B{DD2KB`N(uKsM4!^*y(}9SZ z6iD{KX$T+Qq;pm6G(+$0^>4iT)eBrx4FyKq~!+uZUd`VthhrA>5EP-RuhA zOih@b^|9lp-dB&`I36o>M{RCp!s&z8cfdh(PKQdEoW2W?r3Ov7Rt2#17StO0^dDO{ z{j*R80}{-JWL?*RpxR?HVDSSq#<ISgT>|t%C4z)etNX>dST>VIh%zm4I(TEq7 zv$*m_Q=)Q9ta3}dvNKlLxzh4Z$J-sT!pEbw$Jg%z0s-3x)kr*QAF$Q#TsK|Dos@Z! z)WFVo(`Ly_zl%1d?8Po*vtp;VtbuTSu9>CE-=Nu%3YK=#7`0WcUtt0rn@YDb6!$jpbt|jS80Kc&0Ef(&Hg$s{DZGQOGz`z91@?QV#&Ab&{UWpJUd+A7 zO4(Zk2GT=!i`73OF!6G;Wh9R!Hb!Y=vwn-jM@_d)3c zOl&>aZ0E-mO(GL?%2i$l8m&UOG1u%yz`L&X2-IM zQV;WP=I)ag(6MY$lwlBhrV5gKgG%(7!kK}d%GOf^H)=UI^GlU~K#*%jiz*2tIVVxr z6f49>0hY^O+qcqs)An{}yzpSuc2I#8!A1)@tS%$xCnEiikas}jsI9D^T~T}!gQW0i zuF8m@A)LZn4d*4VYBuqacA4cM#x#E*Gvf_Q=pdaz$oZ3=iz%Ke+to+NPy_-&6QUG| zv*r~CvYg1CD*q8d{2*Fj5HBuE6bZ2+VW}=&q)Admk3*|bv#XY$d@Z90o_R$Fnbdty zmAcax#D;e1`94fqk6w`699ZWlDSLm4E9Z1B<8s{!Pg|@!j3g`M`bYwnmBg>CfZU?2 zEIevRh0+{8t((lvA~TN%w69a9tM$J}}N=nuWm{0pVqRLKY1e`P7jxDvii!HJSbbOAxibldT)j}8C~k@2KG&H=*JK5?^wC;_y?uEu&vY&na zU_;EcA&GAi_S=&Tx5e?yk z`eLLlVvs4#LTdeHp!z;~6+trp9Y!SGM1&i6idGEROTSFHw7}9|QuJ4df;1suID+Cn z_FwTFt{TX)Q0YtmKM3%RsG|YC;7UQlRu{9?Ee4l*ms?h>H!Gs`Js)T^G@S}M@EU{H zE#%TAri=U~1OAMcOe}52Wd~er!gUU~uCYrFujk$Wi~1 z@9W6Bns>m%&J!z?k1td&`MkF6~inWr|Z^W*(k8=I6>k;Mp zkyftq@0wG@2W{yGTB*7d`VmknFOskI&sMkKQXxiN5XKxYSwb~hy@)wt(Plyy+(P=X zQtEy7jxp^WTtd^|F#)>z5t7y_>{B{)@dcUpMgEcnf4IUXT3Bm_t1%N@rFa}iF1WZe ztdnHmY5L(J9sBA8dDiN-h4&|Rt+*Ddgxz#DQN4pgA^g*@kjQa>ulb}xuJ^F5R;@HE0VW+cK~DN50Q zq9{Spk0@fY)XyU&8^PISBUEQ;gbMCb9&vlpi$R(H9MA3|g+;O zr*G)PI7?3|AHQ)`sn2KPuJ*aUk7|hd)NH!PmF5cz)_H!uOZ^JYQdhiU(}6uTv!|+hdjO%iSw4#4GpXnO(lv5o_47(id;&PByhAns&vScCF0BoA$A%J+Y=e zH(TRPkFPnnvX%#&rL26dfNOOt7X7`kmc2L6#9Iz79G^e3#3x<#OYJe&=J_M5EgP2e zSHdWnKaP+0d}Cy(;+x+2Gp?PUw`GvT!Ykq*dm-j8~TXKC++IF|GY5qvEu73V7 z>Mwd0jxHR&w*gaHD+Bb__Hy-`$mU(GeQ&F(fegwDgH#C^R+r;Q&}9Vw_mFrLgADSs ze99XG#Kc6eW(JLHfQaH87vK6JgH$>zR;z33F-l23%nJ1F1kpfu)Ib1QQ6~opM$0-G z#rf-FxXn(oRmwp5NE9dGM72+*`Kb>olDCB&P(fPqOyT2uglFuCN;$0hYdmT)5seAJW+ei-^##NbEk$c$_FYIJ;dTXqRE*}(sP_*e2E8hGJm2wLE z;Imd7(9glTFVkM2UBg1I6;4^#pwaWWR#{O=LD+NN=0t9eQ*+gjnL{=YL$beQ!j+R8 z>=gH(!FF&DmA)&YvjlDQ9DSlqog+^Qo$gVRsv$L_<%-m^mcmyt%%g_1)^orrz4aFj z*rk^6<2qwG$;5jy`lM~kbe~L|%Tp;+)>8av@ZSK=jsH2TgqOkJXi&tJ;JRdJ? zoHHehO0HWMtc!*P$DEl?-N=6DN;K|{;a}12n=Og%!5ID(4WiiQyaow)(Xv#wY+fpe zR&*w7g+y&Vi|&&Dx)j4<~N>7N3l zw4INZa$r@O*Gz6fRTri)R$Wldg+UPeRE`5I%_)dVH;_+fm01C~)md41R4IY(?UbrP zlt45v4nz04a|oCke4)k|Cxq0ST1vS;9x*eTLMloQu^Alh08=u!iDvD+)NjOw5nvqp zobC8*V{58hOF@9OgMOGJRyH5I@+}CJQnhKdQorf6w9;h%t&`Wuj zpu}9tzf=$@kPc!Do3iUdp>jl=P!m+j1yMiuNb^*vz{pJ+LqvNnRPx#QwX#B`4&{xR zA_eKAM(bO0j3JLk5y}6q2v4EF&LNHAiL9NgmJWa?%YOJfy8KB%poH^3G`EA?sMn#wnC)x z!`mDuKNlptjTUeq4nxklbNIF;ed+StxirsTc8STSoscVjSojpq2tHjMLNmBeAh9OY zt13i>m0K9Bd%AD}?x1(B+-+i)hNgtHW{896W=Hh`6uUV>!=yHqD>oSKWSU4M8&CBg zWNMDWW-NdiSdMO-K>8XW%=pfryIT6+^k76KiDWw2IOV+{{RQRSrRdKo`qvcUlk*B& zlB|?^i}IEzdWWKAihe+mjY{c!Ou{GZIcbGbWG}&Y{czog@iH0<*qR6TwO*m5c?Qlx zlBya>e?wVT73@+THR3=d^A{y2J>=5^JET+$Z!$kC{dc@0J*0@u?Jp_ySJaN3ncAq= z;G6eAt@PY9zdaD$xIfx(fE-_rzjhp4 zx47ZQxD&o(&5Wj?vhCPShxX)2^M#nRWA4y=*`jH2Z0W*>h2`MY!m*PVg#$|nr+>4UVmx~P2W zU-})YOvkL!f1rqMdA8gCh#vo#q9{dV!%Z_1Fq;8GtG}iKW=u$79>c9_+T1Nv+DZ}e z5q80nMf6tiYl!H!=>%`KtqmDDXYu7;xuE%Sf3mo8-hO%DuB+2xeN@*ymkqa6T_*D(WSZ&jYJtO?cduH> zXfq4h~9SLvHHSX_!gdhiX~BR7*&L+e>f5!*9a zD@#*m^L~!V3++Q%Su+;4fOD2z#`i{Db7T6-CToP4sZxPBy_o@VG{C}r+A_Hyj(fre z+!i*o+rlQm+~T%M`KTQJ^-P%44b*>nK%ba~zcC`|8#H7<9_c}eWPxmSp*gXM`3a~5 z@pV9*ADs)NfwfTwE4};w09M+{1XdEq!%LZ9J?{(Ae-^^D!GB7-8SdNCuVcKjMHwN% z7J0d0OA}LON3bOlwH~(P(Sn9F;HLI0z3dhgN-I)B+Y!n2_%A3r)c=A4|J6kHf6O8o zsZv$WN;4s!U-48nQ*#!ItP~xjcZ|4%&BPg|M@tatIq7XGaKNoGAcd39D36VdB#%$X$_+)L$hqk@S z|K_n@>cE!8KQ8D(jPqBX|HNS9P4`_KpZ6m!?=QKozcKK9Df}T3SvbCA&0^xK|Ffwx zX6gjbzI=SmX5lM-WGcB=z&nJ?)_eHOa6g|ctz8_CmTX9tR?TlrmNqW!iEN(#jz{2yp=bwk}%G@%6hC;zJZa{; z=FdLh==Z^>!@)N$7Chka^PtwjH!0~RN+bWrl>g~kUnyrRh07~nope>b1YrTGzXflm zOcP%LKU;Ifs!jMb=_p4nb49YG{A*U!GFSZFniUlu1`h)|-*O(T%~yrlj35ciI#4q`fh3+86Vs{V{(!5DTP(v0yqB3-S4~-jr^RH3P0B z#aK&9ph4pPM5H0&0qC~jLXV?BqbFYA%fyFpp|?SIFwXZc9C5~tp7>#nve4h4I2d1} zEDSi~Mo$8K&0vG#U?j*nL(aI-lMv^OG$;;M+h^1nH+s^<*PLol9E>z`&KYOi=xdzs zG$;;M+h@!fH+s?n(mbS<`iPGP7A`b64o2F5{#|F(=t%(R-)oE=jI;y&qBCmrBntPKE#ub2vgy06t1i0z5@dlcvvHu;*cN=0hRY>k{4&$k`9U`>5-Y zWa}2|Tl!A)-0~m%Dzw~EGEFn4F?2J_(wb>fW(=iRg7eIx>1vom*1Pd8)ou+g&xOmL60MO4aeVZ(P21 zeP)PnGNz{zG-J>)_2SH=&7Zn5acO$y65o|jQ%mW_kbfIb78NaDU8|_y@_e5z-Oe&% z$d+7enkTI#L0OH3ZDC51QBb8OjSpa!JB}jaRxsWW7{}FdJ|k|0Y7BcA zb+I-O$1u#nEQwKK`RtW|0=EOX2vGJC)%EOcrt%>>h%5wA*Gt#H06WCdW#2$e(ShaW z0b7(q02zVW_8>jZFvwZTZM3DOaC>ZvD0B~iZHTu5+lv@_Dc@*YModMTf>2NBqr?kv)j%62U!Ze1>Tf;-QXy(?io|+rZEt&J# z%*mk>qr(O`>T!7Vi|`VS;an;=9EWKn%V3fnG>0Md)q>_Q1kIt`lI4Tmrm`!r?-cwS z{|;bP_}b$yp8nZ#Y5artE6wf2K&7Q^b$WH8c(?)#dbd#V28y@tg^E(8DO@t{>43EC zSqnS}tWRvUs72*lPW!7{071@1DDyMvv#SsL%KJvPA}5|i&Xyx*e&lOW$)O| z?E+1u@V&8hsT}Cul)GPm)VoFkoxrq$f z$3ql=Ug8GmTk=G`4Bw7619JR$A$HVMO$@SzdOKy#^E|?D5puzMd74R3!%iqSAY060 zK;XQr~Cm6k}*oJq-;O`e@g&T>BLKSNDWUY(uo;i05w zc2Kr&$l4bK5QkT~cr_%B|q|6;6qcw$Q zxmk?FJWbPv3gaqCB~Vk1EvacOm&47tK~-}pM-9}k-wt%iK^66yOGZ`O!Wqbl254O0 ze|B~{o1vihPDN^@*VMd0)wz61H&Yo~fUQeiKRuP9nXJ*!t!|zhERRw_m3i$JRdJ%4 z;Yrs}K^Pjwt{qej+yJspU89|fysqg6ig`_i>)R;vTc5(?rM;;%$eXhgw+h@SyOO1g;a5ylf}L|TLryCB5tk-8x6 z8Wm+CJgV(=M>O0Zmw$ku3|QTWue+~Sh}&5WvoYiGMm#XWJjdIT5cN)5t~n@b_+?u% zUbPk2;WL(}c0sT6_!{*w)Z6mL)!H_L6ih$X>Ov;6fqJHxI6m(Ac5Puvy+ z>0LIce$(QM1x!J#fFsPasBqJ!$euN_rycS4#bf>|g(&KY#m$TgUP1En>eE>3y6986)N}&1U z3%|Hf3ATJZ^^2+X@p5qgFQ+QO_K&aLySm=LapSk|{`%c=*NLx!qg6!+MrJ~8S zywXf8BYA^8JFS6~v+y4vgrRa}(*iT?@J7oM2v9|$01((xPCVLkNSQvR$aL-nFxOl13)>%4U ziR@obth050NvTBkJ&E*}BmGYzgXPHJ!?(90Crb)Em-fhmm~=b=wSU!)!@kIk(k7rue--%<--ufYX~0f?K__btNyFN<=c4xD?YpIL!%!9@S*U`)vkD}{X(#H zb+XbNF41CU^$jeCuRNFC%HHQKl5+Bezg=HXXB~hNe5h7}L#h4h?-q7G>)Le^ zcQGcTF8osxA3Nh;kLXQ|e;#5|X8cPKzyBD%RBP|9((-0Xx6>uqM$>h$jpr>!;e#S! z$v4n-<#+IR2hT;jT(Z2c=QF%YvwYK7bm1=vmNKDh2AJ{E9jq`Rfm*&vnt(4`{0YMQ zLye`hIh|VG2}rG`2ESYQ#!dJJn#;rIvvfmCTAoR&Qz%U>?-lrogdyg+Of{@GE&oh@ zZr;Y(J9wOn2=LkQ%V0UgFe&m|dg;AjU;cO5&w+*k#&{n>YE=?N@tMmj%6|(B;_1J; zMDfJm1qb|DI8}8E!LChz*Q%%L-{0h_$iB_Uv8n_paFpiF$cd^42VOx5;=qRkKMX#) zcK6z5fNiGku%j+B(w>N&zaGVgfJ5LjM3^I zBy=EQ`tI~*T?x2@I(%m>P+&^;f?qhFihPf#MIU5?~+_FaZ-$L6F&wIM}tlG+y02RP5aM98aOryWFyg&JxT6wm cdVUlJtD)zEZDRDV1LwrP(z(A0&~g9#Kj62`4FCWD diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc deleted file mode 100644 index 5f8d9ea18f63a652846d8cf1e2c556e865aae3fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19952 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 RdXwjymuh~?(J$-${{V$JvKIgV diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc deleted file mode 100644 index fe40bbe26f050e357344281b64a06603b9886f62..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6882 zcmbtZU2Gi5aqgL&*`594pD6xH)JP<w=5Z?tDJ##}=g(kEauLkaz*I_GLNT8InT{ zXE!sm;&HJwXhVR>iycu24y0fQqJIGMqK626GV+uddCLnaO3>a|2gu2j^F)cd;G(Bg z^~@|OX_UG-H}^WUP;5P@>)>AUL2K0^KjKfJ=bjqOjNu}ox=Br+qj z8Z*r%Sq9ra%{R>@Iojqle%hb((>AXKriG-ykO?CDf5{|+EEyzn;3km;g}vu<_$EWN zHwe9_s< z$IbBtpK-XrPVMI8PATwHp62gjQt;hloKNqUAwP-j#bFoCDUQsN&zWJk4?)q>85s^~ z^D~BODYl<>C^5gynTj@Uhb`1NGm|sYiX8yqjH{Yr`+&;kEo(Nb*!&Gi%PA%v8cjeH zU&>vRnQ5g<&1tHncV&&tl#;g0F6%~D{Dz|6=+e}&uIwy`TJMYZ^mduB?#Zl_zAjBD zW>;3tcBOz!&KN-Cm{S+%pKDHC)STkkS=;Y)=4)S3DcACvVK?RgRP&@*QFCj0aeBd5 zJkb7}aKX044;B(jZ+}r)Q>?0Aj^2*0D0j6x+FIXcOV^{S?x$YoqpH?tK_K5o84t$< zTS%pJX`*E-osn}Iwj-(3U*{yv9SNjTawZMk9Cp|N2}EEjrX57FVV7w%0=v(N z(F8w616HV-v;wpvW-C-T$upMag)Kjc)X!fiR_KMB@65KI|m$1 zXQoji<|yTfW-v4k5DPGqf%CRcW$La)pW# zipNE`L=z4r$ufwtU+j+e^f&^|hv4$u)omZBob7is1OXR5FQ#4W18pS)!6yuV+gG7? znOLQ=I(KBA4$0_0`sSE z#n+0=%jBNR4fx`|XaOG(@!C7TvOfowF9*Jv@`nvUVpV!G_u$5PD>H!av*akTs=OJk z#AsxQg$P57ER^SwhaKN@rS~IdhJ51tOESa6g2Og1nQ2u;XYOcijI#-#Tt-)Hb|P>4 zK&y=y@V3Ld^lb#LPLcCXLprF0D!ZE2W{751Nvq?kA_L%{!$WXYb=69x3_PWQVm8pl z+dc>^jFb3@!nB1;%4`A^+7A5%`W@Q-oHc52FyLCKi8mmM4!m|jJKy9%frDpYH*s&l zvoLP{7OHvjM5ul&G;Ih?D{pNG9jos=5IVL5(kL!)KZ!nRIJP=-KV-Lm_n(h!`4K63Zeol~oG_vOvzQw!Wfp`jSAd>n4x2sf`-8{wnHL#+!J9!3t7de_74TPzpt zds5Y~Qv0|uw$T_{>wQ!e-{MK+_}4G|r1rpb!oql+xPJId@o?MY!#x{^d!G52BfZ;% zsqfn&Om*Lu4@h2`s8j#aSvSCu-*ZO>j``9kORu0RI>E z0zv?c2mnS&pJdjXy9*W~!!!!X_o1r>Q1-lq53v_%rK_vk}>PKa}0)z4p`a1 z^&Hq>XU6`78fA1s^$NIS=!?L$eG#h9*yTNRc#$a^I+x(g+drPvr~pKr2iCYX>3;oY z-Mb5ePivc(FWlf!4Qq>6VE!gp-rWqXB!4u%p_H{rj z+5s*t*zuA|`DXQn8uG6-`!BTnh9N+}WX?E%)j_OUusVd5h!yIX9nI+~B(jPVMjPn! zX`*Eu!PZW$g~<)ga9W{Z#-YMos|IqdV; zs~lFyB|nII03j|sru z=6nvZjI`YF{DnGgjvQ-haedq^XSJJ8b%3w(D5GKT+l*Xr)4e#myX8yTA6QvS20wt*GfSs1oO~W2x0AU zWQabx7yVT9H5TwGm(IAuVUPL2|L6SBpE18oczn;@JUaeZU^pM~kOzNXGRO05r9Hs&f&ulB%%1^;dqp<-sD7LBTdu!dzf$*ihZg)#s#+HKlEDHm z$MYXs{nnkXwZukK&!b51Q?K*x$vY?40-H_U4D*``MYX1WR%r2|| diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc deleted file mode 100644 index 99086a5d499768f5b1b1365a21525a8b02fc444f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2928 zcmcIm&2tmU74P|yMzV~IEsU`ZG$xppVMoLS2)0(mE;uaSHKF2UlTtRT8f)6};E_g| z85yJP$>M}lMOE11uI(a^J$4lvz#X1ARR~?5~wo+6JIWwVM$tji`#g`k) zn#HoE=jNO-e6=;jqvy_De0TKR=y^O-#?BnUx0-fghp73p*d_$O|FfTd_~V~UD@@&( zp=U|KCS&-6>1#g!;~Q5eZca}y{Tgvp-LRGLzv!9coEK`_=f#+DQ|x?g>T7PeA`Pqg z;`nPWSrLZ~XFSXM{$f4#9sPE{2i-by(d}jg7`NHE+|wp?8gy3hgq>B31P^1ipyA{m z$N0(>YL{cF1=~;^66Zb9A$J{5a?}}v*i<{luWu*j%sffxB|}#WiK1oRCRxW$I1347 zffN=JhCY)hmYq4Xa9;WTXu{SV@@`Sh&Z{|MCyIJ8kpVHyv_Qy@bOPejjC5j8q?KaX zixFmU#x9bqt{R!_oNC!t1PnP0pM4OzCA8HMeUMsC)lR+Wz|Tdz3q+KqU8}X+wtE&R z>xiH<2T3(g97nhtfeU0KHre#$`){C6)O-fWnSB4{^q--Ncmd zI-E5%qTm}2&Z-3pm;#<5*n*Q1i)gS2T#lzdx!wewqTmHUwr&wFGcA>f z4^@9#PhuYNI`%jwyEo7@MLXczjRAEXIc?tU)~SKnYA%}PbmVf6x!-Xdf*H!Rr2s&I zmfV~18v50z2z?4ti~ORXaf>2+k_&!20zy`o3*Kw}RbYLk6C|M=xKai9Oj2T!VUP?o zxxqbLxy=nVx#2zBjy5;a&;n;!C{tZA55C6=_o zk$5)8e%~89dCDG2Rf5R`C8s=b#x%5wkeo?X#AIS7jllC13?EmgONqgM`cvY@dN;i zO=AF65Sm59YEhh5j^3ix>#YKzv~-;Y5&MtOEunAagMX3x>vDhX2X*<(#-&a9%vNt- zRb1)V8pMw#A5OkP(U7wIadl$#LL=5&ooIB&s#hD)*y_*kf6?eV^!!NT*{N@WUn}(^ zSL$6?R;5Po@r{#f=BhwtKDoaLGPOf%2Pk8(X0I7O;}`dTvp?gPo6!^daE4Al>Dd^p zUVHG-@<%mkGjeR_IGAMtc2Ji3vDGNJS&e(lzzxt7G=P`O?^o+IzE$fufH(jb5XgWl zEe2c(fYOF~YkPziIBUR__Ja^W_rI^z=rVdbhTSn>UJ zyCMxfvoN?Q?|&vY=n6EET$%Q7&bOb&MZuL8#T8dX{~w+ETc`|osD>xg ziBm2TNE?3uYKeGZmRvI=rx!e#&1njSU`Lig?JV-T{3|9?Dv$y#)LP}#zA5##*n6;* z{Ws{A5Y3ceqvvo{-jbsaI+r_FXJ5)kw+2tYLgCPfW=eG*t~rlBfB1R5d!*5K^ikwt zWL4T0P*0yv-s~RPipFa4W)wHN4!;~oJd<7wT&#CpTnqlar@wI~@zwa3O&X5>8lUD|1$Q$xBbeK(u@8JtHH(qUX!;EfdM;xDALn7 zdHN6IzaM{cw|?@6^$4y`*5pQ{=fTwSRBdGAPQ71w)>rSp{4z4uIzsNx@-dcnH{&5% zyb5ZbK=BG^GI>)g8FU`WWPV*zjV33U$!KO4$RZ_pL8y+Z4P`Dw14c zw)X27tsA;YCT_j-W{Y(zQmkx7PXm!0^)bMpyUJjaOn!Qg+YwO2?b# z$(90ZykqcyP?`@2cp$v}RP?Jb7^xZt7%7;R=5=P8j|ldPVX$L{SfkV=T636%ujQnF z=9F~_X!IVnC!yOGIF8%lWlsDqhPVsc0TdZ}9v)f>?#M`ztHN(TtmghI2H9kGTM`cP bOPz40;q$wQ=T7`Pe2F_=yZjx3f$91W)IaT& diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc deleted file mode 100644 index 76ea69a41881b36bc10b68a249e1f349f1fe2b42..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6124 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc deleted file mode 100644 index 31c79d3ca0e8d132536c84c1b77b48d8024731e5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5827 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc deleted file mode 100644 index 4177133396e11eb391a8fc1d6362c821b0d65523..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15155 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 tags. By default, the content is enclosed in a ``
`` tag, itself wrapped in a ``
`` tag (but see the `nowrap` option). The ``
``'s CSS class can be set by the `cssclass` option."), - 'IRCFormatter': ('pygments.formatters.irc', 'IRC', ('irc', 'IRC'), (), 'Format tokens with IRC color sequences'), - 'ImageFormatter': ('pygments.formatters.img', 'img', ('img', 'IMG', 'png'), ('*.png',), 'Create a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), - 'JpgImageFormatter': ('pygments.formatters.img', 'img_jpg', ('jpg', 'jpeg'), ('*.jpg',), 'Create a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), - 'LatexFormatter': ('pygments.formatters.latex', 'LaTeX', ('latex', 'tex'), ('*.tex',), 'Format tokens as LaTeX code. This needs the `fancyvrb` and `color` standard packages.'), - 'NullFormatter': ('pygments.formatters.other', 'Text only', ('text', 'null'), ('*.txt',), 'Output the text unchanged without any formatting.'), - 'PangoMarkupFormatter': ('pygments.formatters.pangomarkup', 'Pango Markup', ('pango', 'pangomarkup'), (), 'Format tokens as Pango Markup code. It can then be rendered to an SVG.'), - 'RawTokenFormatter': ('pygments.formatters.other', 'Raw tokens', ('raw', 'tokens'), ('*.raw',), 'Format tokens as a raw representation for storing token streams.'), - 'RtfFormatter': ('pygments.formatters.rtf', 'RTF', ('rtf',), ('*.rtf',), 'Format tokens as RTF markup. This formatter automatically outputs full RTF documents with color information and other useful stuff. Perfect for Copy and Paste into Microsoft(R) Word(R) documents.'), - 'SvgFormatter': ('pygments.formatters.svg', 'SVG', ('svg',), ('*.svg',), 'Format tokens as an SVG graphics file. This formatter is still experimental. Each line of code is a ```` element with explicit ``x`` and ``y`` coordinates containing ```` elements with the individual token styles.'), - 'Terminal256Formatter': ('pygments.formatters.terminal256', 'Terminal256', ('terminal256', 'console256', '256'), (), 'Format tokens with ANSI color sequences, for output in a 256-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), - 'TerminalFormatter': ('pygments.formatters.terminal', 'Terminal', ('terminal', 'console'), (), 'Format tokens with ANSI color sequences, for output in a text console. Color sequences are terminated at newlines, so that paging the output works correctly.'), - 'TerminalTrueColorFormatter': ('pygments.formatters.terminal256', 'TerminalTrueColor', ('terminal16m', 'console16m', '16m'), (), 'Format tokens with ANSI color sequences, for output in a true-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), - 'TestcaseFormatter': ('pygments.formatters.other', 'Testcase', ('testcase',), (), 'Format tokens as appropriate for a new testcase.'), -} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py deleted file mode 100644 index c4db8f4..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py +++ /dev/null @@ -1,108 +0,0 @@ -""" - pygments.formatters.bbcode - ~~~~~~~~~~~~~~~~~~~~~~~~~~ - - BBcode formatter. - - :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" - - -from pip._vendor.pygments.formatter import Formatter -from pip._vendor.pygments.util import get_bool_opt - -__all__ = ['BBCodeFormatter'] - - -class BBCodeFormatter(Formatter): - """ - Format tokens with BBcodes. These formatting codes are used by many - bulletin boards, so you can highlight your sourcecode with pygments before - posting it there. - - This formatter has no support for background colors and borders, as there - are no common BBcode tags for that. - - Some board systems (e.g. phpBB) don't support colors in their [code] tag, - so you can't use the highlighting together with that tag. - Text in a [code] tag usually is shown with a monospace font (which this - formatter can do with the ``monofont`` option) and no spaces (which you - need for indentation) are removed. - - Additional options accepted: - - `style` - The style to use, can be a string or a Style subclass (default: - ``'default'``). - - `codetag` - If set to true, put the output into ``[code]`` tags (default: - ``false``) - - `monofont` - If set to true, add a tag to show the code with a monospace font - (default: ``false``). - """ - name = 'BBCode' - aliases = ['bbcode', 'bb'] - filenames = [] - - def __init__(self, **options): - Formatter.__init__(self, **options) - self._code = get_bool_opt(options, 'codetag', False) - self._mono = get_bool_opt(options, 'monofont', False) - - self.styles = {} - self._make_styles() - - def _make_styles(self): - for ttype, ndef in self.style: - start = end = '' - if ndef['color']: - start += '[color=#%s]' % ndef['color'] - end = '[/color]' + end - if ndef['bold']: - start += '[b]' - end = '[/b]' + end - if ndef['italic']: - start += '[i]' - end = '[/i]' + end - if ndef['underline']: - start += '[u]' - end = '[/u]' + end - # there are no common BBcodes for background-color and border - - self.styles[ttype] = start, end - - def format_unencoded(self, tokensource, outfile): - if self._code: - outfile.write('[code]') - if self._mono: - outfile.write('[font=monospace]') - - lastval = '' - lasttype = None - - for ttype, value in tokensource: - while ttype not in self.styles: - ttype = ttype.parent - if ttype == lasttype: - lastval += value - else: - if lastval: - start, end = self.styles[lasttype] - outfile.write(''.join((start, lastval, end))) - lastval = value - lasttype = ttype - - if lastval: - start, end = self.styles[lasttype] - outfile.write(''.join((start, lastval, end))) - - if self._mono: - outfile.write('[/font]') - if self._code: - outfile.write('[/code]') - if self._code or self._mono: - outfile.write('\n') diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py deleted file mode 100644 index 30a528e..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py +++ /dev/null @@ -1,170 +0,0 @@ -""" - pygments.formatters.groff - ~~~~~~~~~~~~~~~~~~~~~~~~~ - - Formatter for groff output. - - :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" - -import math -from pip._vendor.pygments.formatter import Formatter -from pip._vendor.pygments.util import get_bool_opt, get_int_opt - -__all__ = ['GroffFormatter'] - - -class GroffFormatter(Formatter): - """ - Format tokens with groff escapes to change their color and font style. - - .. versionadded:: 2.11 - - Additional options accepted: - - `style` - The style to use, can be a string or a Style subclass (default: - ``'default'``). - - `monospaced` - If set to true, monospace font will be used (default: ``true``). - - `linenos` - If set to true, print the line numbers (default: ``false``). - - `wrap` - Wrap lines to the specified number of characters. Disabled if set to 0 - (default: ``0``). - """ - - name = 'groff' - aliases = ['groff','troff','roff'] - filenames = [] - - def __init__(self, **options): - Formatter.__init__(self, **options) - - self.monospaced = get_bool_opt(options, 'monospaced', True) - self.linenos = get_bool_opt(options, 'linenos', False) - self._lineno = 0 - self.wrap = get_int_opt(options, 'wrap', 0) - self._linelen = 0 - - self.styles = {} - self._make_styles() - - - def _make_styles(self): - regular = '\\f[CR]' if self.monospaced else '\\f[R]' - bold = '\\f[CB]' if self.monospaced else '\\f[B]' - italic = '\\f[CI]' if self.monospaced else '\\f[I]' - - for ttype, ndef in self.style: - start = end = '' - if ndef['color']: - start += '\\m[%s]' % ndef['color'] - end = '\\m[]' + end - if ndef['bold']: - start += bold - end = regular + end - if ndef['italic']: - start += italic - end = regular + end - if ndef['bgcolor']: - start += '\\M[%s]' % ndef['bgcolor'] - end = '\\M[]' + end - - self.styles[ttype] = start, end - - - def _define_colors(self, outfile): - colors = set() - for _, ndef in self.style: - if ndef['color'] is not None: - colors.add(ndef['color']) - - for color in sorted(colors): - outfile.write('.defcolor ' + color + ' rgb #' + color + '\n') - - - def _write_lineno(self, outfile): - self._lineno += 1 - outfile.write("%s% 4d " % (self._lineno != 1 and '\n' or '', self._lineno)) - - - def _wrap_line(self, line): - length = len(line.rstrip('\n')) - space = ' ' if self.linenos else '' - newline = '' - - if length > self.wrap: - for i in range(0, math.floor(length / self.wrap)): - chunk = line[i*self.wrap:i*self.wrap+self.wrap] - newline += (chunk + '\n' + space) - remainder = length % self.wrap - if remainder > 0: - newline += line[-remainder-1:] - self._linelen = remainder - elif self._linelen + length > self.wrap: - newline = ('\n' + space) + line - self._linelen = length - else: - newline = line - self._linelen += length - - return newline - - - def _escape_chars(self, text): - text = text.replace('\\', '\\[u005C]'). \ - replace('.', '\\[char46]'). \ - replace('\'', '\\[u0027]'). \ - replace('`', '\\[u0060]'). \ - replace('~', '\\[u007E]') - copy = text - - for char in copy: - if len(char) != len(char.encode()): - uni = char.encode('unicode_escape') \ - .decode()[1:] \ - .replace('x', 'u00') \ - .upper() - text = text.replace(char, '\\[u' + uni[1:] + ']') - - return text - - - def format_unencoded(self, tokensource, outfile): - self._define_colors(outfile) - - outfile.write('.nf\n\\f[CR]\n') - - if self.linenos: - self._write_lineno(outfile) - - for ttype, value in tokensource: - while ttype not in self.styles: - ttype = ttype.parent - start, end = self.styles[ttype] - - for line in value.splitlines(True): - if self.wrap > 0: - line = self._wrap_line(line) - - if start and end: - text = self._escape_chars(line.rstrip('\n')) - if text != '': - outfile.write(''.join((start, text, end))) - else: - outfile.write(self._escape_chars(line.rstrip('\n'))) - - if line.endswith('\n'): - if self.linenos: - self._write_lineno(outfile) - self._linelen = 0 - else: - outfile.write('\n') - self._linelen = 0 - - outfile.write('\n.fi') diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py deleted file mode 100644 index 931d7c3..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py +++ /dev/null @@ -1,989 +0,0 @@ -""" - pygments.formatters.html - ~~~~~~~~~~~~~~~~~~~~~~~~ - - Formatter for HTML output. - - :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" - -import functools -import os -import sys -import os.path -from io import StringIO - -from pip._vendor.pygments.formatter import Formatter -from pip._vendor.pygments.token import Token, Text, STANDARD_TYPES -from pip._vendor.pygments.util import get_bool_opt, get_int_opt, get_list_opt - -try: - import ctags -except ImportError: - ctags = None - -__all__ = ['HtmlFormatter'] - - -_escape_html_table = { - ord('&'): '&', - ord('<'): '<', - ord('>'): '>', - ord('"'): '"', - ord("'"): ''', -} - - -def escape_html(text, table=_escape_html_table): - """Escape &, <, > as well as single and double quotes for HTML.""" - return text.translate(table) - - -def webify(color): - if color.startswith('calc') or color.startswith('var'): - return color - else: - return '#' + color - - -def _get_ttype_class(ttype): - fname = STANDARD_TYPES.get(ttype) - if fname: - return fname - aname = '' - while fname is None: - aname = '-' + ttype[-1] + aname - ttype = ttype.parent - fname = STANDARD_TYPES.get(ttype) - return fname + aname - - -CSSFILE_TEMPLATE = '''\ -/* -generated by Pygments -Copyright 2006-2023 by the Pygments team. -Licensed under the BSD license, see LICENSE for details. -*/ -%(styledefs)s -''' - -DOC_HEADER = '''\ - - - - - %(title)s - - - - -

%(title)s

- -''' - -DOC_HEADER_EXTERNALCSS = '''\ - - - - - %(title)s - - - - -

%(title)s

- -''' - -DOC_FOOTER = '''\ - - -''' - - -class HtmlFormatter(Formatter): - r""" - Format tokens as HTML 4 ```` tags. By default, the content is enclosed - in a ``
`` tag, itself wrapped in a ``
`` tag (but see the `nowrap` option). - The ``
``'s CSS class can be set by the `cssclass` option. - - If the `linenos` option is set to ``"table"``, the ``
`` is
-    additionally wrapped inside a ```` which has one row and two
-    cells: one containing the line numbers and one containing the code.
-    Example:
-
-    .. sourcecode:: html
-
-        
-
- - -
-
1
-            2
-
-
def foo(bar):
-              pass
-            
-
- - (whitespace added to improve clarity). - - A list of lines can be specified using the `hl_lines` option to make these - lines highlighted (as of Pygments 0.11). - - With the `full` option, a complete HTML 4 document is output, including - the style definitions inside a `` - {% else %} - {{ head | safe }} - {% endif %} -{% if not embed %} - - -{% endif %} -{{ body | safe }} -{% for diagram in diagrams %} -
-

{{ diagram.title }}

-
{{ diagram.text }}
-
- {{ diagram.svg }} -
-
-{% endfor %} -{% if not embed %} - - -{% endif %} -""" - -template = Template(jinja2_template_source) - -# Note: ideally this would be a dataclass, but we're supporting Python 3.5+ so we can't do this yet -NamedDiagram = NamedTuple( - "NamedDiagram", - [("name", str), ("diagram", typing.Optional[railroad.DiagramItem]), ("index", int)], -) -""" -A simple structure for associating a name with a railroad diagram -""" - -T = TypeVar("T") - - -class EachItem(railroad.Group): - """ - Custom railroad item to compose a: - - Group containing a - - OneOrMore containing a - - Choice of the elements in the Each - with the group label indicating that all must be matched - """ - - all_label = "[ALL]" - - def __init__(self, *items): - choice_item = railroad.Choice(len(items) - 1, *items) - one_or_more_item = railroad.OneOrMore(item=choice_item) - super().__init__(one_or_more_item, label=self.all_label) - - -class AnnotatedItem(railroad.Group): - """ - Simple subclass of Group that creates an annotation label - """ - - def __init__(self, label: str, item): - super().__init__(item=item, label="[{}]".format(label) if label else label) - - -class EditablePartial(Generic[T]): - """ - Acts like a functools.partial, but can be edited. In other words, it represents a type that hasn't yet been - constructed. - """ - - # We need this here because the railroad constructors actually transform the data, so can't be called until the - # entire tree is assembled - - def __init__(self, func: Callable[..., T], args: list, kwargs: dict): - self.func = func - self.args = args - self.kwargs = kwargs - - @classmethod - def from_call(cls, func: Callable[..., T], *args, **kwargs) -> "EditablePartial[T]": - """ - If you call this function in the same way that you would call the constructor, it will store the arguments - as you expect. For example EditablePartial.from_call(Fraction, 1, 3)() == Fraction(1, 3) - """ - return EditablePartial(func=func, args=list(args), kwargs=kwargs) - - @property - def name(self): - return self.kwargs["name"] - - def __call__(self) -> T: - """ - Evaluate the partial and return the result - """ - args = self.args.copy() - kwargs = self.kwargs.copy() - - # This is a helpful hack to allow you to specify varargs parameters (e.g. *args) as keyword args (e.g. - # args=['list', 'of', 'things']) - arg_spec = inspect.getfullargspec(self.func) - if arg_spec.varargs in self.kwargs: - args += kwargs.pop(arg_spec.varargs) - - return self.func(*args, **kwargs) - - -def railroad_to_html(diagrams: List[NamedDiagram], embed=False, **kwargs) -> str: - """ - Given a list of NamedDiagram, produce a single HTML string that visualises those diagrams - :params kwargs: kwargs to be passed in to the template - """ - data = [] - for diagram in diagrams: - if diagram.diagram is None: - continue - io = StringIO() - try: - css = kwargs.get('css') - diagram.diagram.writeStandalone(io.write, css=css) - except AttributeError: - diagram.diagram.writeSvg(io.write) - title = diagram.name - if diagram.index == 0: - title += " (root)" - data.append({"title": title, "text": "", "svg": io.getvalue()}) - - return template.render(diagrams=data, embed=embed, **kwargs) - - -def resolve_partial(partial: "EditablePartial[T]") -> T: - """ - Recursively resolves a collection of Partials into whatever type they are - """ - if isinstance(partial, EditablePartial): - partial.args = resolve_partial(partial.args) - partial.kwargs = resolve_partial(partial.kwargs) - return partial() - elif isinstance(partial, list): - return [resolve_partial(x) for x in partial] - elif isinstance(partial, dict): - return {key: resolve_partial(x) for key, x in partial.items()} - else: - return partial - - -def to_railroad( - element: pyparsing.ParserElement, - diagram_kwargs: typing.Optional[dict] = None, - vertical: int = 3, - show_results_names: bool = False, - show_groups: bool = False, -) -> List[NamedDiagram]: - """ - Convert a pyparsing element tree into a list of diagrams. This is the recommended entrypoint to diagram - creation if you want to access the Railroad tree before it is converted to HTML - :param element: base element of the parser being diagrammed - :param diagram_kwargs: kwargs to pass to the Diagram() constructor - :param vertical: (optional) - int - limit at which number of alternatives should be - shown vertically instead of horizontally - :param show_results_names - bool to indicate whether results name annotations should be - included in the diagram - :param show_groups - bool to indicate whether groups should be highlighted with an unlabeled - surrounding box - """ - # Convert the whole tree underneath the root - lookup = ConverterState(diagram_kwargs=diagram_kwargs or {}) - _to_diagram_element( - element, - lookup=lookup, - parent=None, - vertical=vertical, - show_results_names=show_results_names, - show_groups=show_groups, - ) - - root_id = id(element) - # Convert the root if it hasn't been already - if root_id in lookup: - if not element.customName: - lookup[root_id].name = "" - lookup[root_id].mark_for_extraction(root_id, lookup, force=True) - - # Now that we're finished, we can convert from intermediate structures into Railroad elements - diags = list(lookup.diagrams.values()) - if len(diags) > 1: - # collapse out duplicate diags with the same name - seen = set() - deduped_diags = [] - for d in diags: - # don't extract SkipTo elements, they are uninformative as subdiagrams - if d.name == "...": - continue - if d.name is not None and d.name not in seen: - seen.add(d.name) - deduped_diags.append(d) - resolved = [resolve_partial(partial) for partial in deduped_diags] - else: - # special case - if just one diagram, always display it, even if - # it has no name - resolved = [resolve_partial(partial) for partial in diags] - return sorted(resolved, key=lambda diag: diag.index) - - -def _should_vertical( - specification: int, exprs: Iterable[pyparsing.ParserElement] -) -> bool: - """ - Returns true if we should return a vertical list of elements - """ - if specification is None: - return False - else: - return len(_visible_exprs(exprs)) >= specification - - -class ElementState: - """ - State recorded for an individual pyparsing Element - """ - - # Note: this should be a dataclass, but we have to support Python 3.5 - def __init__( - self, - element: pyparsing.ParserElement, - converted: EditablePartial, - parent: EditablePartial, - number: int, - name: str = None, - parent_index: typing.Optional[int] = None, - ): - #: The pyparsing element that this represents - self.element: pyparsing.ParserElement = element - #: The name of the element - self.name: typing.Optional[str] = name - #: The output Railroad element in an unconverted state - self.converted: EditablePartial = converted - #: The parent Railroad element, which we store so that we can extract this if it's duplicated - self.parent: EditablePartial = parent - #: The order in which we found this element, used for sorting diagrams if this is extracted into a diagram - self.number: int = number - #: The index of this inside its parent - self.parent_index: typing.Optional[int] = parent_index - #: If true, we should extract this out into a subdiagram - self.extract: bool = False - #: If true, all of this element's children have been filled out - self.complete: bool = False - - def mark_for_extraction( - self, el_id: int, state: "ConverterState", name: str = None, force: bool = False - ): - """ - Called when this instance has been seen twice, and thus should eventually be extracted into a sub-diagram - :param el_id: id of the element - :param state: element/diagram state tracker - :param name: name to use for this element's text - :param force: If true, force extraction now, regardless of the state of this. Only useful for extracting the - root element when we know we're finished - """ - self.extract = True - - # Set the name - if not self.name: - if name: - # Allow forcing a custom name - self.name = name - elif self.element.customName: - self.name = self.element.customName - else: - self.name = "" - - # Just because this is marked for extraction doesn't mean we can do it yet. We may have to wait for children - # to be added - # Also, if this is just a string literal etc, don't bother extracting it - if force or (self.complete and _worth_extracting(self.element)): - state.extract_into_diagram(el_id) - - -class ConverterState: - """ - Stores some state that persists between recursions into the element tree - """ - - def __init__(self, diagram_kwargs: typing.Optional[dict] = None): - #: A dictionary mapping ParserElements to state relating to them - self._element_diagram_states: Dict[int, ElementState] = {} - #: A dictionary mapping ParserElement IDs to subdiagrams generated from them - self.diagrams: Dict[int, EditablePartial[NamedDiagram]] = {} - #: The index of the next unnamed element - self.unnamed_index: int = 1 - #: The index of the next element. This is used for sorting - self.index: int = 0 - #: Shared kwargs that are used to customize the construction of diagrams - self.diagram_kwargs: dict = diagram_kwargs or {} - self.extracted_diagram_names: Set[str] = set() - - def __setitem__(self, key: int, value: ElementState): - self._element_diagram_states[key] = value - - def __getitem__(self, key: int) -> ElementState: - return self._element_diagram_states[key] - - def __delitem__(self, key: int): - del self._element_diagram_states[key] - - def __contains__(self, key: int): - return key in self._element_diagram_states - - def generate_unnamed(self) -> int: - """ - Generate a number used in the name of an otherwise unnamed diagram - """ - self.unnamed_index += 1 - return self.unnamed_index - - def generate_index(self) -> int: - """ - Generate a number used to index a diagram - """ - self.index += 1 - return self.index - - def extract_into_diagram(self, el_id: int): - """ - Used when we encounter the same token twice in the same tree. When this - happens, we replace all instances of that token with a terminal, and - create a new subdiagram for the token - """ - position = self[el_id] - - # Replace the original definition of this element with a regular block - if position.parent: - ret = EditablePartial.from_call(railroad.NonTerminal, text=position.name) - if "item" in position.parent.kwargs: - position.parent.kwargs["item"] = ret - elif "items" in position.parent.kwargs: - position.parent.kwargs["items"][position.parent_index] = ret - - # If the element we're extracting is a group, skip to its content but keep the title - if position.converted.func == railroad.Group: - content = position.converted.kwargs["item"] - else: - content = position.converted - - self.diagrams[el_id] = EditablePartial.from_call( - NamedDiagram, - name=position.name, - diagram=EditablePartial.from_call( - railroad.Diagram, content, **self.diagram_kwargs - ), - index=position.number, - ) - - del self[el_id] - - -def _worth_extracting(element: pyparsing.ParserElement) -> bool: - """ - Returns true if this element is worth having its own sub-diagram. Simply, if any of its children - themselves have children, then its complex enough to extract - """ - children = element.recurse() - return any(child.recurse() for child in children) - - -def _apply_diagram_item_enhancements(fn): - """ - decorator to ensure enhancements to a diagram item (such as results name annotations) - get applied on return from _to_diagram_element (we do this since there are several - returns in _to_diagram_element) - """ - - def _inner( - element: pyparsing.ParserElement, - parent: typing.Optional[EditablePartial], - lookup: ConverterState = None, - vertical: int = None, - index: int = 0, - name_hint: str = None, - show_results_names: bool = False, - show_groups: bool = False, - ) -> typing.Optional[EditablePartial]: - ret = fn( - element, - parent, - lookup, - vertical, - index, - name_hint, - show_results_names, - show_groups, - ) - - # apply annotation for results name, if present - if show_results_names and ret is not None: - element_results_name = element.resultsName - if element_results_name: - # add "*" to indicate if this is a "list all results" name - element_results_name += "" if element.modalResults else "*" - ret = EditablePartial.from_call( - railroad.Group, item=ret, label=element_results_name - ) - - return ret - - return _inner - - -def _visible_exprs(exprs: Iterable[pyparsing.ParserElement]): - non_diagramming_exprs = ( - pyparsing.ParseElementEnhance, - pyparsing.PositionToken, - pyparsing.And._ErrorStop, - ) - return [ - e - for e in exprs - if not (e.customName or e.resultsName or isinstance(e, non_diagramming_exprs)) - ] - - -@_apply_diagram_item_enhancements -def _to_diagram_element( - element: pyparsing.ParserElement, - parent: typing.Optional[EditablePartial], - lookup: ConverterState = None, - vertical: int = None, - index: int = 0, - name_hint: str = None, - show_results_names: bool = False, - show_groups: bool = False, -) -> typing.Optional[EditablePartial]: - """ - Recursively converts a PyParsing Element to a railroad Element - :param lookup: The shared converter state that keeps track of useful things - :param index: The index of this element within the parent - :param parent: The parent of this element in the output tree - :param vertical: Controls at what point we make a list of elements vertical. If this is an integer (the default), - it sets the threshold of the number of items before we go vertical. If True, always go vertical, if False, never - do so - :param name_hint: If provided, this will override the generated name - :param show_results_names: bool flag indicating whether to add annotations for results names - :returns: The converted version of the input element, but as a Partial that hasn't yet been constructed - :param show_groups: bool flag indicating whether to show groups using bounding box - """ - exprs = element.recurse() - name = name_hint or element.customName or element.__class__.__name__ - - # Python's id() is used to provide a unique identifier for elements - el_id = id(element) - - element_results_name = element.resultsName - - # Here we basically bypass processing certain wrapper elements if they contribute nothing to the diagram - if not element.customName: - if isinstance( - element, - ( - # pyparsing.TokenConverter, - # pyparsing.Forward, - pyparsing.Located, - ), - ): - # However, if this element has a useful custom name, and its child does not, we can pass it on to the child - if exprs: - if not exprs[0].customName: - propagated_name = name - else: - propagated_name = None - - return _to_diagram_element( - element.expr, - parent=parent, - lookup=lookup, - vertical=vertical, - index=index, - name_hint=propagated_name, - show_results_names=show_results_names, - show_groups=show_groups, - ) - - # If the element isn't worth extracting, we always treat it as the first time we say it - if _worth_extracting(element): - if el_id in lookup: - # If we've seen this element exactly once before, we are only just now finding out that it's a duplicate, - # so we have to extract it into a new diagram. - looked_up = lookup[el_id] - looked_up.mark_for_extraction(el_id, lookup, name=name_hint) - ret = EditablePartial.from_call(railroad.NonTerminal, text=looked_up.name) - return ret - - elif el_id in lookup.diagrams: - # If we have seen the element at least twice before, and have already extracted it into a subdiagram, we - # just put in a marker element that refers to the sub-diagram - ret = EditablePartial.from_call( - railroad.NonTerminal, text=lookup.diagrams[el_id].kwargs["name"] - ) - return ret - - # Recursively convert child elements - # Here we find the most relevant Railroad element for matching pyparsing Element - # We use ``items=[]`` here to hold the place for where the child elements will go once created - if isinstance(element, pyparsing.And): - # detect And's created with ``expr*N`` notation - for these use a OneOrMore with a repeat - # (all will have the same name, and resultsName) - if not exprs: - return None - if len(set((e.name, e.resultsName) for e in exprs)) == 1: - ret = EditablePartial.from_call( - railroad.OneOrMore, item="", repeat=str(len(exprs)) - ) - elif _should_vertical(vertical, exprs): - ret = EditablePartial.from_call(railroad.Stack, items=[]) - else: - ret = EditablePartial.from_call(railroad.Sequence, items=[]) - elif isinstance(element, (pyparsing.Or, pyparsing.MatchFirst)): - if not exprs: - return None - if _should_vertical(vertical, exprs): - ret = EditablePartial.from_call(railroad.Choice, 0, items=[]) - else: - ret = EditablePartial.from_call(railroad.HorizontalChoice, items=[]) - elif isinstance(element, pyparsing.Each): - if not exprs: - return None - ret = EditablePartial.from_call(EachItem, items=[]) - elif isinstance(element, pyparsing.NotAny): - ret = EditablePartial.from_call(AnnotatedItem, label="NOT", item="") - elif isinstance(element, pyparsing.FollowedBy): - ret = EditablePartial.from_call(AnnotatedItem, label="LOOKAHEAD", item="") - elif isinstance(element, pyparsing.PrecededBy): - ret = EditablePartial.from_call(AnnotatedItem, label="LOOKBEHIND", item="") - elif isinstance(element, pyparsing.Group): - if show_groups: - ret = EditablePartial.from_call(AnnotatedItem, label="", item="") - else: - ret = EditablePartial.from_call(railroad.Group, label="", item="") - elif isinstance(element, pyparsing.TokenConverter): - label = type(element).__name__.lower() - if label == "tokenconverter": - ret = EditablePartial.from_call(railroad.Sequence, items=[]) - else: - ret = EditablePartial.from_call(AnnotatedItem, label=label, item="") - elif isinstance(element, pyparsing.Opt): - ret = EditablePartial.from_call(railroad.Optional, item="") - elif isinstance(element, pyparsing.OneOrMore): - ret = EditablePartial.from_call(railroad.OneOrMore, item="") - elif isinstance(element, pyparsing.ZeroOrMore): - ret = EditablePartial.from_call(railroad.ZeroOrMore, item="") - elif isinstance(element, pyparsing.Group): - ret = EditablePartial.from_call( - railroad.Group, item=None, label=element_results_name - ) - elif isinstance(element, pyparsing.Empty) and not element.customName: - # Skip unnamed "Empty" elements - ret = None - elif isinstance(element, pyparsing.ParseElementEnhance): - ret = EditablePartial.from_call(railroad.Sequence, items=[]) - elif len(exprs) > 0 and not element_results_name: - ret = EditablePartial.from_call(railroad.Group, item="", label=name) - elif len(exprs) > 0: - ret = EditablePartial.from_call(railroad.Sequence, items=[]) - else: - terminal = EditablePartial.from_call(railroad.Terminal, element.defaultName) - ret = terminal - - if ret is None: - return - - # Indicate this element's position in the tree so we can extract it if necessary - lookup[el_id] = ElementState( - element=element, - converted=ret, - parent=parent, - parent_index=index, - number=lookup.generate_index(), - ) - if element.customName: - lookup[el_id].mark_for_extraction(el_id, lookup, element.customName) - - i = 0 - for expr in exprs: - # Add a placeholder index in case we have to extract the child before we even add it to the parent - if "items" in ret.kwargs: - ret.kwargs["items"].insert(i, None) - - item = _to_diagram_element( - expr, - parent=ret, - lookup=lookup, - vertical=vertical, - index=i, - show_results_names=show_results_names, - show_groups=show_groups, - ) - - # Some elements don't need to be shown in the diagram - if item is not None: - if "item" in ret.kwargs: - ret.kwargs["item"] = item - elif "items" in ret.kwargs: - # If we've already extracted the child, don't touch this index, since it's occupied by a nonterminal - ret.kwargs["items"][i] = item - i += 1 - elif "items" in ret.kwargs: - # If we're supposed to skip this element, remove it from the parent - del ret.kwargs["items"][i] - - # If all this items children are none, skip this item - if ret and ( - ("items" in ret.kwargs and len(ret.kwargs["items"]) == 0) - or ("item" in ret.kwargs and ret.kwargs["item"] is None) - ): - ret = EditablePartial.from_call(railroad.Terminal, name) - - # Mark this element as "complete", ie it has all of its children - if el_id in lookup: - lookup[el_id].complete = True - - if el_id in lookup and lookup[el_id].extract and lookup[el_id].complete: - lookup.extract_into_diagram(el_id) - if ret is not None: - ret = EditablePartial.from_call( - railroad.NonTerminal, text=lookup.diagrams[el_id].kwargs["name"] - ) - - return ret diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 6821d61c571c4312b94844955b481b8c193f7cd1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26811 zcmch9YjjjscILhHy!9@<1(Hzd0aAe;fB^&M{g44;;Rft(t4%9~?v+%cR3+akAtaaD z>clH8Y`PJh?jSl&kTbo;Fpx2syy%roLMK_PJ(J0d3goWp8+t9R6|c!;eievJ$3637 zzJ2baN=3=0lUZ|AI``c3KKtym&pvzabN|NUadL1kEba(j{Tj#pJ-z6zLJKSjW{$hc ziJZtsxE^|%BK)wa$Hc2~<{mTR%n|djrN=UC?XeEqdThh?9{aG+BMduw9K+5Y=di2C z#qwJs?qN@lhlQ;X@361Or`6-{@r$;e5)&tRq>@{_+ImkZ-mRit6r{3#ljxAlL#=uT zb5DsITAzE8Ze$l1Cq@wt_g9?M%>yJds-$nU|efa*E(_CJ6uo8=eLcSYeC*t zsYQnZJ;ja{>u+5F618k3L20c>&;T}w>!q?hs1(O2R;s^L-0+U|mIm^k;5Z-b{6~80 z4)Tg)WPBtf$HUQqprBZehvNyw*&P~|#M7fA5lOMXC`BbX+^5)2kB>;Ng=EEYDBPD& zgoB|-By<)z%%>#09!*Fxy`o0pv@|>t2_;zgR6<78M^A*l55#?IZ6Mqqh{h5DY51%p z2G&kGcQqV3aq#r(uN)2xCWa$>oV)ag6cYD1Q9z1{D1)2eC2cBJno1V&}0jY5hTGi_BNQ4s+ z8pp2A!A*Iki!~ui@jf{`k_gA5%d3zsBv=h7^aWMK&kyAFkpQ086(s5aRj0zJZ&xP^ z(tJckf)22yD4bOQV=N5S)ch)PDQ<@Ihg7gCmMB($V%MOcSi@0Kx}fl<`|`<_Mv1wl zb%^~Y_7;ij;YF^;B=XoxOg)xquAdjp?+88CY3>5wV>`tKEsAhB)HjILGCc8L8Im0w zjVEHm0ez+dVI&0-u|QvJcq9hw3hiXs+5<1r6e2pB2!*4B%pna)+XE+}(h2$Hm@E}b z4g}f*2M1%}J}D6E4i9r^_&?SKNEk%$?4EKc+)M8>V zln7wm2ZqtLn;Yb4mV|mQ&;>u(=QLN&a{F-?M$2n>6LsVbk;Ho=MYflU{bxoDlSsi#@1#ZDVWYxp7QX_dikxZt{wSW&~u-%D@q{D}p{(icN*9Vva~r#bL~XVvUcE zNU|dI_F|?Iy}gP9K-sm3^Zd)ZR% z?Tr&`2=S+WA$1PMhNaH%Xe1npc8^Lt)&v!<`XFEs66N9nna~+#D zcg9h7JE+>Z(0~;090`wf_9B}YlaWay{a8SZo^(SsuiH@!vdeSS1j(5TP z=PB-C<(jLpE3qH+-B|l?hVE?oAUa>U`_Ab7%H7khhc!*5iP~u+bhQU zdVA#n%CP<^9t}W!5+K}rlb6>bDNa+jPo{M#m+RhPN~nSN&+l-LOg5{K^>ZcFQ%8Sp zFw?s_a(<@!F^qaJ`?q0UmJ^Q2B?64DxM=`w<2iZC~6~^u; z1>&P;+04?SRF^heU462I{P932iXSTsdaABOR$3-Dpil1*!W^vudSB{+$JQ90s=EkW z{}%8jX-e{PmB*3d60+W#BOo?5oHbCrA^5X-G3G{%Gxubsx3gY`<%L zuzn9iol_sbsy^AQ1?@7Gk%QzB8!c~ur`Pk7(k>tHb3AOMTc9?)2 z0&hLd&-VSCqvs>$tLQ=5m!XGFg_fd7DclAmi)fat{U*k~StOfimF!?fZD0xo$swAS zrQ?7A=F;(w#bDN)l1p^H!x`^x(N49AE|m9-yMrFZcUTN3i1m6UBqze5$i%NRMA;9L z5Qv1&VFwBHk4F0vu~;PDf%Q&#+5%@s6M;S;8Hl)q@{-sQI2sMaupP*Ov6w8z+prS_ zWNAc};%u)71rlHY)h%E!6pywf0^<^G0#cN?1VL9bp^8+zte;0^^cgubxIY%k^q|fJ(J{jU8hgbh-PcS>A@+^7G_vho>Xn^4PeB zc!4~`t1bYUfqH|eCSC<^ip!K&Pg^cI^hagwwB=hah5(99mJ*|K^cSTC)qM5znLeYB zsD$vshySIG@bdS*B%h#hGnX`WtEBlhuOF_!DwrmI#^6Xa|7d?;JT{66!`_=149C?O zCCZ>};c<}8z*uNpogd0O78{L-dI`oDsM8aZ+02fGQ5853@C?KPU~WbkPhd0|inAuA z3nSQEIs#o_tE3AdM!E`y-O(?{hI^@RtzB}cj~KwVz^1mqbHUbNVE68T9@)y`j0WTv zF#e!P-in7}iQwP??#SF1i5E=k@(ENNMr#wRR_w?y>eS}(iJSA+&mFp*xO3>%#JzP3 zzN7QPQ8tguI28jI11Jhy>?;DfR)(?Z5omUh*oTs5
u+6qE9F|Bare`8UtGjcWJ??E;qPMJ*vz25`R_if-Sw@POKltUx90iulMy9Nnvw0tx zcxw|ydb1SD+C0|vvkgx;Jk)M6S|w=Aa$MepE-j<@v~XPbU%Jm0>;Q-5z#Zbwd=JQK zNm`20lqvp_Kerng3)kuZ0vF@gMB`*MX)9jikgO<8f?D zCoxQ!_OuCmpjD2=5(lG0&Wj^Vtk<~u*2u4mfh6kBLy1cyyUKt)7* zB}LFXOnemNDl!Nx^+EnJd5peV#84u{dZC!YF?BGfks7D%i1;CLj7BJa{V?8}i1m_O zNA5$OiynDlfdr#JeljBwQ75B82 zD%*W=_w4@ruDXo7Wajmhd(HIWjNrcPy6BpfZk)Vp`U}?&U4QCHm3Mt2yqH}@eRxvK zxy#i)?3+7u$C`5OyITow-m>qXpZGZcn#UZE?&uw8PPv=sPJZ~655DpfcSqKYq+c)& zVs86^t){=++Hr85^{>|Q@D;nZrOCT7_GSDHL5>)OrLQx}l#`((xrD*9>gPZCg*-_N zH>96$P+WKV`T&nkwKBJ?OcBN*uZ+Qx&<3v4fm3E?zNR@>!5$5}W_BaT-z|qsDfy4@FoHy+>%xg!ar~Y7glA1|T(wdXuJN?f!=8 zQW@GcPx6zdQyAANl;T-G#?%l?86$?|6kDt(rM^)}-p@;saqu7USmZn%{2{}OM8I4S zcMsC?ih5!rVI3Cy7$k7gd7RO-!C!wpjkMy7Isdn_}0*oQhW?uDvQfRRq8<0g+}z zDUA=t#(GtLFV4hI5XiAOCIF51<;zQq74+-Cg5{^V3w#_i9p-R;)7fBaZck5gNvnvx z3cHpCQbuhx@mwAbaYi{?(w4M>Ehfw?vhLze(UP<#ZFCOlHCB-xGvq>afus6F>usBU zvP8SaE{MIa$c{fmguB4$E5hifJz?ziNxL2^+Rq&Vs=Sjhc6+_tqyS#Xk+g#sf|zR3 znRFK8M?`_~6#S*K;_2X(0>x93!g)TLk91V8$$6idauDPIEDzI1up5#<+${Q z1-U>ETzS;Tl^}5G#N+jxx`rMELakrg1r7~!VOQR*GNrZx~ z(2s$PPTCF+#-fDRpdW@*R~PgL60#(z^drZz=p08!;4}#o@FO{ZEJ5!8L4XJr17aU} zd?W_CL#&3DpS8t=luY`d$|c4^YMxMEpA=UsI;pAN)V9w`kPV^>32FzDBI+qxK()jg zu{u?zNAL2^z}XPkB5euliVIM&IB4Hli5MxZLtwn}%P(K+`MeV`PCCzYNM+R^pD@H$ zF*&~)okZ*mw8of9D-;Prk3z6$2iG@@kw6tPHW=<33`9qv%#^8*p$N2~QRqsDkb{np z1m>(toiRg1SfT;FX3%`1)uhHm$-$T$o*>muBr=}gkEaO~+CK|X9*soP%s}unh*K51 zpi!~_$r z@{g2gB}#!+aNFp+0t7ub-&ww?q2cL%MCEfR~J8y!(>m~leG2;${o@<_xgpMrOq zR5HLSY;~1*oiKNFbS&d|h!PWxT3QWnCE>{_PTq-RNN|Ygp-LQBLj!q|oL>mLBB9~4 zVrb7q9XL##+w9mCiD3tc??FIK{s)wg6VEcm-8lVG&&{4G^(c!`g{f+v;?!++)D4_5?>5F*$7K>_aQ(t-Z15{)WAGPcC@&O?5rARAmHT z##fQ?m1Rm+Wop_p<@NvMv0H6VN;zN2Ox1hmre0jMduP_A?9~}xW!l$p-`9|7T07k} z^ZdmV3+_Nh@J^3i^reLjDPhBn7w^1w4@|{|1>wjO8|NvRsk~Z$r9NHKk}7F=P!fFL zUO#pCq1`#X_17k5_W$bFKlPQqHwqa__3CL)rlj&QXLGbp?_c!!FQ317ezxM>w=;gU z%HC4GhPlv({U7w-Idp&B_Kd&$s&GY^ExBHKt#ZL1$oT8h{^pdwdG1S}_*=3b)C1AN z?qmE<%8uQs`tFIj7e6U)n=d;yEu_khL5Q>a08$R*r5u7gB#zpg4hw8x@&NSqYzXKLD56oX2oD(ZfUGck~{Z?D)gM_V(auI6P1CM%A+9Z{edwkvs7BA3DH6Z zkuwg+y2_bV(1lYc!&PrD4#HumE`ZnQF`~bT?#a`HC)n3G@HUPb)%DKt!A@zS! zwnlh33q-96rz^vY?y(L z4_X^bG0~!^>TsaJf$^1H5@6Eh7$PNOfs^dSQou;b0V5?BOn&?@+JU*2NE#dgCR*-( zLG&WcGj0l&DDK0mQl60pO<>8wY)h7jRAc>7)ebSh6DRFMySLmBjcr~n-)0PEc)nZ*EUfqjpnxHcBFx116j4-;2!x>nFF;ptc@Rl7g2hkm&=;lj9> zE8dn)XXH`{JdLA?UIwZ^gCapKZKl7VCG^Jt5kq#G%!A;Xh}jr~Opa;C^h0m}ib|%T z4A4dvNQ}V=CtSFsqoIkS#uktWA{t~ArWumTedg6oJlsx|lS4N~!3@*-XT#H4X#ojF zZwnh^Jkd^484`hRqhfu=u!w1o#>Uz}RR%(`7$J5Y>?ieI?G1Yg$2(wC1bCoXs5e;4 zI_JSemwT%bU-QBng_wkF-<|My5u2U=j7isYNLf^Sj%YoxVI2D5m>g&i||yH zz^XWLLRj&YTs2g_m)wx`k)q|@@t^w27Hb1DmhU-8(^7k-HeJ$szoa!&8@PV_+VOPl zbE(?rD0Q)R&5Y%{jz^F?mdu>KdgeQ47FxF7E&q$!AJ#6kbU{X#cCSmh*UgQ7;%?8H zxz-o?nKO(?K&#j-lXPVT)e6xD#q$a~18E~sr95T;MShM_Z4e8ArB;L!+Mz{Ny;$hP zAQKFjgqO9ZlD}_J9C`l>|8WwVl8S}QA1b+uRhjlpk9^hE=EaiL7;LJfHEYEiAX46x zwNpsoN&;C2g`8YTdDcZCH|HzOdMM=Os_Mu*Xs$0+xqgW%%5LLM^RM%d%r(}IOht8; zJsUQu&mFte=kZsbP`uhp>RTWF4QJ6pON1)RH*RdPD{R^l6PUnk!h#JK3JGk$Hpu}~ z3p>mxoa`OjxN3UQ7;Ne5os8(9_KHJyK-4KQMzjeBZ;}PVhyoit7JMExVMl0ISvOt| z6*4H0Wdm01O=II=qD>o$v0XC)PAJ7(lGkNe$fJXp%aLwfj)PQVXmnGSZ~Qja2&=z>yZ5MHA&a-NBL%v&WTcF#m*UN$EkCEwR3KN+TEIRx85jAx!b?EXIM;fPx&CcI1NMB<_*wo12ojD6`!atfKXwElLVy()POBp;2fT`u=>8RdN!02 z>OT=yGmLA%iG5yZ`2Pd5+|7X%V5Z9LqzeFLAy=u=QaX1%1sE8bXniHj5S!YT$1nOLV~3($cG!lfkz1cUHMB?*(zUlhY9 z`Fc)!Sj<`>VeA&g4hN{yiM9$Hv?xTZ;3i>4U%cI7CPvVjtj1BOXg`bP7fnQ-qkF_( zq72$t_e-^5CMf{=q{|y)FK~H~EH6mHE7O~-UZFNa@0lwnGJDiX zOVnMw%%tTD=9Ofw%%OadIm`)^ikY9~jircvM-t}L#JLQS;I_b#Nf%nIEr`bJZObi- z8jF&&dlWczGbVh-=3x!mCKe2m^eWLZc6!9wMT+)8FpWdHdMF~&mWZ9xPmj91oY`BF zTBRfKW&PM`)Hld%9$-O>>R>?|!G$7rYeGMkYDX@xfojdFlpKdSc{m&;<6Ib87?r68 z;Y4_)F*=KCL_<3bYMnE3Ly-L{2Cmv&HzEXngGoOK%NWbm9rUZhl&uuApFD!I;_8k? zPis9;i;yV>leVZ57?K<+R%WU$6E-XML#h@DO z+Z&k^lPri%gWB=z8eS)w3TRrfBj2wOWrKYWQ8qVMUOj8Q^1`%$6A9T7eW|v6_b&W+@<)^Nr5hfUz6z5LU&U)wD|HXco6_a&sq*%R{_3)`@BmNS@x#*dZQbKLElw{r&7hh7zJn1-aE@{Q1z(8JppW=R-JZ20~Podu; zj~xv^q|m=3?>2e=p1eEc{Ri@B+6qsUOtwYd7MiNBBcPoq9|X?mFxP!va&6z3uT-Ii_HqJFI z!I-Zx>$O@}Q#>A7Z@snpM$;1x4;28^p=H`3q7`hP>q3Arn&@t!(@#BtF+wV_jtjuUT1 z+4=^<5fS<@)(8%W!?;L9nnu(F18*&{jp!Dn#FU?jMlXP*#YP8ku`8wvw^#+sz(JrO z3BnR>N-uFd1IZa|G%$AIhdu{1zsXU&Kc^nx3BXU6p79B^JxE4r>HR$B`K%PYs^L~}8ZonI;ij(tKU4HxG+Yfw!sUr_v zUetZ#$bxt41J~Ah%hsovNZO1UBK>y+=x)%md%iA_Cw@+K#U!|*DWPp!Tv3CM+yypb zBt&!0EK0N_jE!Bi=7ntugV_-634^^5g}kuimua=Xl-+J}zT+Wm0HV7m6ox_~tOdZW zlUx$G6@^ll_Rm4GKTDpztXj1mcJZ-DHEPqU27&1tMgVeE zQA*lj#X%>U-a(SK4O2>#JX$b)`GRlahUmPz^k?wsK9-5Q=p?>FwE!Yp9azk0B_@TW zO+K0wzVTx5a~N!99P*B&1F0HMj7kkBS(q^q2fKc4Hr5B2vWY+R=CW*|k6Y?KZ0oRJKl>Zv( zc~JZzULoXFbzsXZvJ_K)G)^i6;ucglrRtY$5G3JHG_kRlFlF2j8?j@5J{snTiCW@2 zwA_=Z5_IHIIkd~Lw9L3m*{>V|+Kjs*<6e_-S1pw|e9md}qiW8*X0BSyoVRM@ z5@)I^oiUT;e%Z8>QIeZBh=X18Muu z6#g4{jH>;Lc7_go5jf<(MUnRi1|)0-44~a=T$ib?%~VuoR@G&iAk%JmR8ns(duYgg z&3OCNUrC(O4}2;A#;g?)P^_2KXYCXcxU$NugF>L6Wmy-6z@JrRJrweCbq!e`h5TIQ z>MT_at-jNLx&C7P`}HYD@Sn;Ml|8_7?$W83pQf>d&IXNz=^b8GS8P$_r5cn~&(GzT zHIAma)MAI!ewb}C!&8%H`UNhE9fxV57q~bb!3?ULON@IH#Dy~lGGH8V<2c^JU~D}z zSB252W-w|RQ)Ng{gVL~-GA8ubWd4U$0t-!m##*1I z-odgclXclJ-x8$ z)yG!O;e2dHo-Ajv+CF>CA;=B|f8M^o!=fHg81*GO@f3MwxbPF~Y+uN@2}vsi+s!cX zD@s6-2AvPmieO4Hed(klK>`xyV7Ls}kb^m6(OXE9uHvo6yYoyix!i7DOcc;>;EMcQ zQjj+#1@#hIG0cyfla5Ju)FhfF-FfDjTru+mV>@!wb_CL|ZAho`E??wEDF1fSnKVK8 zaSYh&Bu-?~lk^lfnnVsO4&yXOa4QRzpDK zO?qK!jlK;v7i7XK`n&&M)q2rd)$tFld%8W5X_*Rpx58Y5iWEA1RPrAsg*ZQMN^H<` zB--^5G*(4IE^@8_@c z19}ZlwfX%O+B~F}$UTiV*L=aKyYwCaBLzL?UO@V$i3Umpg>qW$F>heK`Pq9=q?V_8@XZx^@ReMz z_0Yed2SsXmss~*w^q>ev8$Eb-YG0%lD8F2{OY>+KAGNH|haP?Gxu?+w-wIqPlxvgT z=-;hS;~Tk}^pH{Gx-Y=x9BzH#%833}F%CoI*+rsY(iMMpEGh;;h)?n%7!^OKwf~o+ z+W5>6`kD^i+!OQlE4ep4q(gtwpY%_H?}Y`oDbc5=Lcrt&Pj3MyEa`E%r%v5&m)+8= zaEXs62BSD`U{BZh{1tipqUR|cSMe=OezJu4)HBc^OqPn}NpCTZ860|j@f5L~P8mZ3 zxiRRWWQl0-S~y*l8S$ln09~>xVJDi3TO>7rn=DI~edDlLS-c(ez@IEDo+efjgf5+3 zx%aqo_U4ME*$9#)49X>8Ph3N>Dbq6oCvhE5j|ySh~{>=lS4-8 z;PMoDlTTu8klePw=>i1Z z5q@QyL_(xL(xgHpfe+=rBB;f(Dl{Wx^-9%FT=%2<8jy_R>pPh zV^ySV&#yqg3bK=KJ|<**+)BNXN5+-x&LUI-!y)$hEBz}CTF2tX^%Q*bifo_JXZ+aJ zii9)(&3`Mj2LVy)58*p7!8X<^F8smx4sbzAVi02R!5A+0X{OV;8-OHxCZkRmUE^Aw z6c~stZ|pQP$qq&Esit^-B2)Es;X)YcwZ=xTI@^{gDuKlDSVl>Q@U1y+jc}(!WWE zZ%{$+qgBD`*RVs=v8Yq4W0*)_AoEroWZ@`Hsx~9)=g6QG0%EJz-O+taWWjgFa+fui z-}z*NQSTvs@hB*BK)bX!%2v?X!i$KiL>?CEZ(>Qy%auR{iVGOBG4qN)q?{Bgu2m)0 z#L%kNVoxHiD&h(qVo4iN;QCFPmUYc?Evrdwn`FGu2K+f5@&deNI?j8Dm{?at*_Bg@ z7<$-MXgf|aI#t73y7R`HGyAW0UFn+LfBofaFE5m>PnGV}6s?WTylSpSXDPH^jR$?u zV+5Zs1W-t7roJJCD5^B2R_=yuQ?LTsO{~^Um!2^en9PK`&c$pcDjw-TTMFp6~ z$*L-lzD*HqGG-{mOiieTpsnZ><&<;OtJA^fnL=0uPC1$qs%PnT)Kccd1_FtjUcJfl>VS+h%k~{(?v&?4~))ech1gNSa zoRZ!gg`JV4m`=!w^JV&oYFAjs2V%%(Pw^iyE(2@d7q!qwIN6sh6Ku|GP_zFDX^ zyYQ)q*q9_97+0LHK;tff8XOpB$~VQ!^a3D`L@Dt#QVV@D0$(vjepxZ&f&kMmDb5~A zj;UXdRjh}HNANYK|3r6{$4-!N#=x8#zxoedXnWyKd@m##Mgbb!66_u3n$2UXLJY_x7eb_NF_I zq&kjF9fHEkyw=IZe)$1^nz^s8H& zSzVu5)1GPBkqK;gQsSsC&2o;C(kIoNuxhqy!QPN@;iFv__oD4p^|PbbJkv*^woJQ& zDR=P3+B=nZ!}IRog8RtR7E$9r{`!x;&Mcx{gGE$X<@B*dPw7lQUDQZ<)?$cdjj9b5 zvp=G%tT(oOwD;!TyIWHm_NO--No_dtab;@5E6{0{wLzy@=AAx>UX)i&AA|CbeH3KJ z_1)KYFW7^RaCfF6Q&t5tic4|Ojys1JN_Rf+?R?;R;qIIFUHgpAv8EbR{>B@ne|YfE z%y$p}sq+s`?o`|EdnZ}a zk#`TO-xdj9k6eq~KB}6A&DZT;a2)ulubg$TX7s@fP|I}5P z8|BOQNPfr1;@6B{_>eG|At33n@juKQvS9F{to&c zl7GIu`M#?;*91)QmQO}*o?gCJ@iY+6TsyPi*pM5tkZ#?PYTa>91>!+tIO)2Lsk)5| zj!nz5?o74ryr%;4P+r!j0Et>(NVUEI?4hYSY-H7dWYqZ(mWACHyXVU1+xG(_eXT%w zpYvTaFw$9$&)K}L6}U5y-ge~vwj+z)(u=ui-kGY~x!`!gsO`2s7_Ent)jj>{d#h(c z@2*J&w&Z2}$a~X!_vF2ViWAE+=H=30V^sGkR&QBbs;uqySJLf!Qtf;0+0*+@rS_eA zP<9&M{_|E&n-}fQskd-j9wVq|$oQ)=rMProk*R>Sd_~&Vobok4@U45|vQ^lox~8{& z<7Fsx1z*~}>b`vy-LW4fg>Nt=sAQ%pz2l|Sj+YjMZJD+#x=LsI zt`1!pO1T0Vx9{??i^pchQto=~_S>5`nit%ipZf3(EM6^-419PW7?D?PvHl1sqpI^K8Q)4A-Q+#*J z1Mj|RGf1Q0nX!H2?M%bkX&XUrL0GeBcT?2twz;*}cBgAL-mlqs=e4_sfB#H+>r3~y zz63C*g{G9yGza~vzVt}gk%;1OJ}8UEsn z;2qi*!Bq>C_i3jjjkrw0A{jd+CzCKm7RVz7xa=g)1y8XJg`-2E&9a+f&XVULkHpzZ zrJB~OfAOt19vh_(cF^q;l`Z;h%I4AxiH{mRr_ zObN92t`abZH+3=wheu2aD%S%?X-!$dU z3MSt2NZ_pQ>4U#^e2RZ!^YZ)o=?nCg&nFy(pETO|)BMa4vMqYTQTRz|3%`D5U^aAR z=n045qtkpjGR`LEj;HE3WjT8J_|y`6W;;B5)qEXd@w^jSqDQuwYu}V9ugKIlXR7NS zxt`~DWIUB=PjkxCoHgTZv3&K_6IV{m9ZHo4vsOd^r*X&AP9cF?RhM;8$jOyfW~nd? zvu)1lwv@GM$wRLR-od|sHJ&xov%ckqBi*_;g$k1qB+e zg9UM`*Ozs%AU-Tymi4fpm!RNdK|g_kH31uJoBNx+-{_s`O 0: - callers = inspect.getinnerframes(exc.__traceback__, context=depth) - seen = set() - for i, ff in enumerate(callers[-depth:]): - frm = ff[0] - - f_self = frm.f_locals.get("self", None) - if isinstance(f_self, ParserElement): - if not frm.f_code.co_name.startswith( - ("parseImpl", "_parseNoCache") - ): - continue - if id(f_self) in seen: - continue - seen.add(id(f_self)) - - self_type = type(f_self) - ret.append( - f"{self_type.__module__}.{self_type.__name__} - {f_self}" - ) - - elif f_self is not None: - self_type = type(f_self) - ret.append(f"{self_type.__module__}.{self_type.__name__}") - - else: - code = frm.f_code - if code.co_name in ("wrapper", ""): - continue - - ret.append(code.co_name) - - depth -= 1 - if not depth: - break - - return "\n".join(ret) - - @classmethod - def _from_exception(cls, pe): - """ - internal factory method to simplify creating one type of ParseException - from another - avoids having __init__ signature conflicts among subclasses - """ - return cls(pe.pstr, pe.loc, pe.msg, pe.parser_element) - - @property - def line(self) -> str: - """ - Return the line of text where the exception occurred. - """ - return line(self.loc, self.pstr) - - @property - def lineno(self) -> int: - """ - Return the 1-based line number of text where the exception occurred. - """ - return lineno(self.loc, self.pstr) - - @property - def col(self) -> int: - """ - Return the 1-based column on the line of text where the exception occurred. - """ - return col(self.loc, self.pstr) - - @property - def column(self) -> int: - """ - Return the 1-based column on the line of text where the exception occurred. - """ - return col(self.loc, self.pstr) - - # pre-PEP8 compatibility - @property - def parserElement(self): - return self.parser_element - - @parserElement.setter - def parserElement(self, elem): - self.parser_element = elem - - def __str__(self) -> str: - if self.pstr: - if self.loc >= len(self.pstr): - foundstr = ", found end of text" - else: - # pull out next word at error location - found_match = _exception_word_extractor.match(self.pstr, self.loc) - if found_match is not None: - found = found_match.group(0) - else: - found = self.pstr[self.loc : self.loc + 1] - foundstr = (", found %r" % found).replace(r"\\", "\\") - else: - foundstr = "" - return f"{self.msg}{foundstr} (at char {self.loc}), (line:{self.lineno}, col:{self.column})" - - def __repr__(self): - return str(self) - - def mark_input_line( - self, marker_string: typing.Optional[str] = None, *, markerString: str = ">!<" - ) -> str: - """ - Extracts the exception line from the input string, and marks - the location of the exception with a special symbol. - """ - markerString = marker_string if marker_string is not None else markerString - line_str = self.line - line_column = self.column - 1 - if markerString: - line_str = "".join( - (line_str[:line_column], markerString, line_str[line_column:]) - ) - return line_str.strip() - - def explain(self, depth=16) -> str: - """ - Method to translate the Python internal traceback into a list - of the pyparsing expressions that caused the exception to be raised. - - Parameters: - - - depth (default=16) - number of levels back in the stack trace to list expression - and function names; if None, the full stack trace names will be listed; if 0, only - the failing input line, marker, and exception string will be shown - - Returns a multi-line string listing the ParserElements and/or function names in the - exception's stack trace. - - Example:: - - expr = pp.Word(pp.nums) * 3 - try: - expr.parse_string("123 456 A789") - except pp.ParseException as pe: - print(pe.explain(depth=0)) - - prints:: - - 123 456 A789 - ^ - ParseException: Expected W:(0-9), found 'A' (at char 8), (line:1, col:9) - - Note: the diagnostic output will include string representations of the expressions - that failed to parse. These representations will be more helpful if you use `set_name` to - give identifiable names to your expressions. Otherwise they will use the default string - forms, which may be cryptic to read. - - Note: pyparsing's default truncation of exception tracebacks may also truncate the - stack of expressions that are displayed in the ``explain`` output. To get the full listing - of parser expressions, you may have to set ``ParserElement.verbose_stacktrace = True`` - """ - return self.explain_exception(self, depth) - - # fmt: off - @replaced_by_pep8(mark_input_line) - def markInputline(self): ... - # fmt: on - - -class ParseException(ParseBaseException): - """ - Exception thrown when a parse expression doesn't match the input string - - Example:: - - try: - Word(nums).set_name("integer").parse_string("ABC") - except ParseException as pe: - print(pe) - print("column: {}".format(pe.column)) - - prints:: - - Expected integer (at char 0), (line:1, col:1) - column: 1 - - """ - - -class ParseFatalException(ParseBaseException): - """ - User-throwable exception thrown when inconsistent parse content - is found; stops all parsing immediately - """ - - -class ParseSyntaxException(ParseFatalException): - """ - Just like :class:`ParseFatalException`, but thrown internally - when an :class:`ErrorStop` ('-' operator) indicates - that parsing is to stop immediately because an unbacktrackable - syntax error has been found. - """ - - -class RecursiveGrammarException(Exception): - """ - Exception thrown by :class:`ParserElement.validate` if the - grammar could be left-recursive; parser may need to enable - left recursion using :class:`ParserElement.enable_left_recursion` - """ - - def __init__(self, parseElementList): - self.parseElementTrace = parseElementList - - def __str__(self) -> str: - return f"RecursiveGrammarException: {self.parseElementTrace}" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py deleted file mode 100644 index 018f0d6..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py +++ /dev/null @@ -1,1100 +0,0 @@ -# helpers.py -import html.entities -import re -import sys -import typing - -from . import __diag__ -from .core import * -from .util import ( - _bslash, - _flatten, - _escape_regex_range_chars, - replaced_by_pep8, -) - - -# -# global helpers -# -def counted_array( - expr: ParserElement, - int_expr: typing.Optional[ParserElement] = None, - *, - intExpr: typing.Optional[ParserElement] = None, -) -> ParserElement: - """Helper to define a counted list of expressions. - - This helper defines a pattern of the form:: - - integer expr expr expr... - - where the leading integer tells how many expr expressions follow. - The matched tokens returns the array of expr tokens as a list - the - leading count token is suppressed. - - If ``int_expr`` is specified, it should be a pyparsing expression - that produces an integer value. - - Example:: - - counted_array(Word(alphas)).parse_string('2 ab cd ef') # -> ['ab', 'cd'] - - # in this parser, the leading integer value is given in binary, - # '10' indicating that 2 values are in the array - binary_constant = Word('01').set_parse_action(lambda t: int(t[0], 2)) - counted_array(Word(alphas), int_expr=binary_constant).parse_string('10 ab cd ef') # -> ['ab', 'cd'] - - # if other fields must be parsed after the count but before the - # list items, give the fields results names and they will - # be preserved in the returned ParseResults: - count_with_metadata = integer + Word(alphas)("type") - typed_array = counted_array(Word(alphanums), int_expr=count_with_metadata)("items") - result = typed_array.parse_string("3 bool True True False") - print(result.dump()) - - # prints - # ['True', 'True', 'False'] - # - items: ['True', 'True', 'False'] - # - type: 'bool' - """ - intExpr = intExpr or int_expr - array_expr = Forward() - - def count_field_parse_action(s, l, t): - nonlocal array_expr - n = t[0] - array_expr <<= (expr * n) if n else Empty() - # clear list contents, but keep any named results - del t[:] - - if intExpr is None: - intExpr = Word(nums).set_parse_action(lambda t: int(t[0])) - else: - intExpr = intExpr.copy() - intExpr.set_name("arrayLen") - intExpr.add_parse_action(count_field_parse_action, call_during_try=True) - return (intExpr + array_expr).set_name("(len) " + str(expr) + "...") - - -def match_previous_literal(expr: ParserElement) -> ParserElement: - """Helper to define an expression that is indirectly defined from - the tokens matched in a previous expression, that is, it looks for - a 'repeat' of a previous expression. For example:: - - first = Word(nums) - second = match_previous_literal(first) - match_expr = first + ":" + second - - will match ``"1:1"``, but not ``"1:2"``. Because this - matches a previous literal, will also match the leading - ``"1:1"`` in ``"1:10"``. If this is not desired, use - :class:`match_previous_expr`. Do *not* use with packrat parsing - enabled. - """ - rep = Forward() - - def copy_token_to_repeater(s, l, t): - if t: - if len(t) == 1: - rep << t[0] - else: - # flatten t tokens - tflat = _flatten(t.as_list()) - rep << And(Literal(tt) for tt in tflat) - else: - rep << Empty() - - expr.add_parse_action(copy_token_to_repeater, callDuringTry=True) - rep.set_name("(prev) " + str(expr)) - return rep - - -def match_previous_expr(expr: ParserElement) -> ParserElement: - """Helper to define an expression that is indirectly defined from - the tokens matched in a previous expression, that is, it looks for - a 'repeat' of a previous expression. For example:: - - first = Word(nums) - second = match_previous_expr(first) - match_expr = first + ":" + second - - will match ``"1:1"``, but not ``"1:2"``. Because this - matches by expressions, will *not* match the leading ``"1:1"`` - in ``"1:10"``; the expressions are evaluated first, and then - compared, so ``"1"`` is compared with ``"10"``. Do *not* use - with packrat parsing enabled. - """ - rep = Forward() - e2 = expr.copy() - rep <<= e2 - - def copy_token_to_repeater(s, l, t): - matchTokens = _flatten(t.as_list()) - - def must_match_these_tokens(s, l, t): - theseTokens = _flatten(t.as_list()) - if theseTokens != matchTokens: - raise ParseException( - s, l, f"Expected {matchTokens}, found{theseTokens}" - ) - - rep.set_parse_action(must_match_these_tokens, callDuringTry=True) - - expr.add_parse_action(copy_token_to_repeater, callDuringTry=True) - rep.set_name("(prev) " + str(expr)) - return rep - - -def one_of( - strs: Union[typing.Iterable[str], str], - caseless: bool = False, - use_regex: bool = True, - as_keyword: bool = False, - *, - useRegex: bool = True, - asKeyword: bool = False, -) -> ParserElement: - """Helper to quickly define a set of alternative :class:`Literal` s, - and makes sure to do longest-first testing when there is a conflict, - regardless of the input order, but returns - a :class:`MatchFirst` for best performance. - - Parameters: - - - ``strs`` - a string of space-delimited literals, or a collection of - string literals - - ``caseless`` - treat all literals as caseless - (default= ``False``) - - ``use_regex`` - as an optimization, will - generate a :class:`Regex` object; otherwise, will generate - a :class:`MatchFirst` object (if ``caseless=True`` or ``as_keyword=True``, or if - creating a :class:`Regex` raises an exception) - (default= ``True``) - - ``as_keyword`` - enforce :class:`Keyword`-style matching on the - generated expressions - (default= ``False``) - - ``asKeyword`` and ``useRegex`` are retained for pre-PEP8 compatibility, - but will be removed in a future release - - Example:: - - comp_oper = one_of("< = > <= >= !=") - var = Word(alphas) - number = Word(nums) - term = var | number - comparison_expr = term + comp_oper + term - print(comparison_expr.search_string("B = 12 AA=23 B<=AA AA>12")) - - prints:: - - [['B', '=', '12'], ['AA', '=', '23'], ['B', '<=', 'AA'], ['AA', '>', '12']] - """ - asKeyword = asKeyword or as_keyword - useRegex = useRegex and use_regex - - if ( - isinstance(caseless, str_type) - and __diag__.warn_on_multiple_string_args_to_oneof - ): - warnings.warn( - "More than one string argument passed to one_of, pass" - " choices as a list or space-delimited string", - stacklevel=2, - ) - - if caseless: - isequal = lambda a, b: a.upper() == b.upper() - masks = lambda a, b: b.upper().startswith(a.upper()) - parseElementClass = CaselessKeyword if asKeyword else CaselessLiteral - else: - isequal = lambda a, b: a == b - masks = lambda a, b: b.startswith(a) - parseElementClass = Keyword if asKeyword else Literal - - symbols: List[str] = [] - if isinstance(strs, str_type): - strs = typing.cast(str, strs) - symbols = strs.split() - elif isinstance(strs, Iterable): - symbols = list(strs) - else: - raise TypeError("Invalid argument to one_of, expected string or iterable") - if not symbols: - return NoMatch() - - # reorder given symbols to take care to avoid masking longer choices with shorter ones - # (but only if the given symbols are not just single characters) - if any(len(sym) > 1 for sym in symbols): - i = 0 - while i < len(symbols) - 1: - cur = symbols[i] - for j, other in enumerate(symbols[i + 1 :]): - if isequal(other, cur): - del symbols[i + j + 1] - break - elif masks(cur, other): - del symbols[i + j + 1] - symbols.insert(i, other) - break - else: - i += 1 - - if useRegex: - re_flags: int = re.IGNORECASE if caseless else 0 - - try: - if all(len(sym) == 1 for sym in symbols): - # symbols are just single characters, create range regex pattern - patt = f"[{''.join(_escape_regex_range_chars(sym) for sym in symbols)}]" - else: - patt = "|".join(re.escape(sym) for sym in symbols) - - # wrap with \b word break markers if defining as keywords - if asKeyword: - patt = rf"\b(?:{patt})\b" - - ret = Regex(patt, flags=re_flags).set_name(" | ".join(symbols)) - - if caseless: - # add parse action to return symbols as specified, not in random - # casing as found in input string - symbol_map = {sym.lower(): sym for sym in symbols} - ret.add_parse_action(lambda s, l, t: symbol_map[t[0].lower()]) - - return ret - - except re.error: - warnings.warn( - "Exception creating Regex for one_of, building MatchFirst", stacklevel=2 - ) - - # last resort, just use MatchFirst - return MatchFirst(parseElementClass(sym) for sym in symbols).set_name( - " | ".join(symbols) - ) - - -def dict_of(key: ParserElement, value: ParserElement) -> ParserElement: - """Helper to easily and clearly define a dictionary by specifying - the respective patterns for the key and value. Takes care of - defining the :class:`Dict`, :class:`ZeroOrMore`, and - :class:`Group` tokens in the proper order. The key pattern - can include delimiting markers or punctuation, as long as they are - suppressed, thereby leaving the significant key text. The value - pattern can include named results, so that the :class:`Dict` results - can include named token fields. - - Example:: - - text = "shape: SQUARE posn: upper left color: light blue texture: burlap" - attr_expr = (label + Suppress(':') + OneOrMore(data_word, stop_on=label).set_parse_action(' '.join)) - print(attr_expr[1, ...].parse_string(text).dump()) - - attr_label = label - attr_value = Suppress(':') + OneOrMore(data_word, stop_on=label).set_parse_action(' '.join) - - # similar to Dict, but simpler call format - result = dict_of(attr_label, attr_value).parse_string(text) - print(result.dump()) - print(result['shape']) - print(result.shape) # object attribute access works too - print(result.as_dict()) - - prints:: - - [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'light blue'], ['texture', 'burlap']] - - color: 'light blue' - - posn: 'upper left' - - shape: 'SQUARE' - - texture: 'burlap' - SQUARE - SQUARE - {'color': 'light blue', 'shape': 'SQUARE', 'posn': 'upper left', 'texture': 'burlap'} - """ - return Dict(OneOrMore(Group(key + value))) - - -def original_text_for( - expr: ParserElement, as_string: bool = True, *, asString: bool = True -) -> ParserElement: - """Helper to return the original, untokenized text for a given - expression. Useful to restore the parsed fields of an HTML start - tag into the raw tag text itself, or to revert separate tokens with - intervening whitespace back to the original matching input text. By - default, returns a string containing the original parsed text. - - If the optional ``as_string`` argument is passed as - ``False``, then the return value is - a :class:`ParseResults` containing any results names that - were originally matched, and a single token containing the original - matched text from the input string. So if the expression passed to - :class:`original_text_for` contains expressions with defined - results names, you must set ``as_string`` to ``False`` if you - want to preserve those results name values. - - The ``asString`` pre-PEP8 argument is retained for compatibility, - but will be removed in a future release. - - Example:: - - src = "this is test bold text normal text " - for tag in ("b", "i"): - opener, closer = make_html_tags(tag) - patt = original_text_for(opener + ... + closer) - print(patt.search_string(src)[0]) - - prints:: - - [' bold text '] - ['text'] - """ - asString = asString and as_string - - locMarker = Empty().set_parse_action(lambda s, loc, t: loc) - endlocMarker = locMarker.copy() - endlocMarker.callPreparse = False - matchExpr = locMarker("_original_start") + expr + endlocMarker("_original_end") - if asString: - extractText = lambda s, l, t: s[t._original_start : t._original_end] - else: - - def extractText(s, l, t): - t[:] = [s[t.pop("_original_start") : t.pop("_original_end")]] - - matchExpr.set_parse_action(extractText) - matchExpr.ignoreExprs = expr.ignoreExprs - matchExpr.suppress_warning(Diagnostics.warn_ungrouped_named_tokens_in_collection) - return matchExpr - - -def ungroup(expr: ParserElement) -> ParserElement: - """Helper to undo pyparsing's default grouping of And expressions, - even if all but one are non-empty. - """ - return TokenConverter(expr).add_parse_action(lambda t: t[0]) - - -def locatedExpr(expr: ParserElement) -> ParserElement: - """ - (DEPRECATED - future code should use the :class:`Located` class) - Helper to decorate a returned token with its starting and ending - locations in the input string. - - This helper adds the following results names: - - - ``locn_start`` - location where matched expression begins - - ``locn_end`` - location where matched expression ends - - ``value`` - the actual parsed results - - Be careful if the input text contains ```` characters, you - may want to call :class:`ParserElement.parse_with_tabs` - - Example:: - - wd = Word(alphas) - for match in locatedExpr(wd).search_string("ljsdf123lksdjjf123lkkjj1222"): - print(match) - - prints:: - - [[0, 'ljsdf', 5]] - [[8, 'lksdjjf', 15]] - [[18, 'lkkjj', 23]] - """ - locator = Empty().set_parse_action(lambda ss, ll, tt: ll) - return Group( - locator("locn_start") - + expr("value") - + locator.copy().leaveWhitespace()("locn_end") - ) - - -def nested_expr( - opener: Union[str, ParserElement] = "(", - closer: Union[str, ParserElement] = ")", - content: typing.Optional[ParserElement] = None, - ignore_expr: ParserElement = quoted_string(), - *, - ignoreExpr: ParserElement = quoted_string(), -) -> ParserElement: - """Helper method for defining nested lists enclosed in opening and - closing delimiters (``"("`` and ``")"`` are the default). - - Parameters: - - - ``opener`` - opening character for a nested list - (default= ``"("``); can also be a pyparsing expression - - ``closer`` - closing character for a nested list - (default= ``")"``); can also be a pyparsing expression - - ``content`` - expression for items within the nested lists - (default= ``None``) - - ``ignore_expr`` - expression for ignoring opening and closing delimiters - (default= :class:`quoted_string`) - - ``ignoreExpr`` - this pre-PEP8 argument is retained for compatibility - but will be removed in a future release - - If an expression is not provided for the content argument, the - nested expression will capture all whitespace-delimited content - between delimiters as a list of separate values. - - Use the ``ignore_expr`` argument to define expressions that may - contain opening or closing characters that should not be treated as - opening or closing characters for nesting, such as quoted_string or - a comment expression. Specify multiple expressions using an - :class:`Or` or :class:`MatchFirst`. The default is - :class:`quoted_string`, but if no expressions are to be ignored, then - pass ``None`` for this argument. - - Example:: - - data_type = one_of("void int short long char float double") - decl_data_type = Combine(data_type + Opt(Word('*'))) - ident = Word(alphas+'_', alphanums+'_') - number = pyparsing_common.number - arg = Group(decl_data_type + ident) - LPAR, RPAR = map(Suppress, "()") - - code_body = nested_expr('{', '}', ignore_expr=(quoted_string | c_style_comment)) - - c_function = (decl_data_type("type") - + ident("name") - + LPAR + Opt(DelimitedList(arg), [])("args") + RPAR - + code_body("body")) - c_function.ignore(c_style_comment) - - source_code = ''' - int is_odd(int x) { - return (x%2); - } - - int dec_to_hex(char hchar) { - if (hchar >= '0' && hchar <= '9') { - return (ord(hchar)-ord('0')); - } else { - return (10+ord(hchar)-ord('A')); - } - } - ''' - for func in c_function.search_string(source_code): - print("%(name)s (%(type)s) args: %(args)s" % func) - - - prints:: - - is_odd (int) args: [['int', 'x']] - dec_to_hex (int) args: [['char', 'hchar']] - """ - if ignoreExpr != ignore_expr: - ignoreExpr = ignore_expr if ignoreExpr == quoted_string() else ignoreExpr - if opener == closer: - raise ValueError("opening and closing strings cannot be the same") - if content is None: - if isinstance(opener, str_type) and isinstance(closer, str_type): - opener = typing.cast(str, opener) - closer = typing.cast(str, closer) - if len(opener) == 1 and len(closer) == 1: - if ignoreExpr is not None: - content = Combine( - OneOrMore( - ~ignoreExpr - + CharsNotIn( - opener + closer + ParserElement.DEFAULT_WHITE_CHARS, - exact=1, - ) - ) - ).set_parse_action(lambda t: t[0].strip()) - else: - content = empty.copy() + CharsNotIn( - opener + closer + ParserElement.DEFAULT_WHITE_CHARS - ).set_parse_action(lambda t: t[0].strip()) - else: - if ignoreExpr is not None: - content = Combine( - OneOrMore( - ~ignoreExpr - + ~Literal(opener) - + ~Literal(closer) - + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1) - ) - ).set_parse_action(lambda t: t[0].strip()) - else: - content = Combine( - OneOrMore( - ~Literal(opener) - + ~Literal(closer) - + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1) - ) - ).set_parse_action(lambda t: t[0].strip()) - else: - raise ValueError( - "opening and closing arguments must be strings if no content expression is given" - ) - ret = Forward() - if ignoreExpr is not None: - ret <<= Group( - Suppress(opener) + ZeroOrMore(ignoreExpr | ret | content) + Suppress(closer) - ) - else: - ret <<= Group(Suppress(opener) + ZeroOrMore(ret | content) + Suppress(closer)) - ret.set_name("nested %s%s expression" % (opener, closer)) - return ret - - -def _makeTags(tagStr, xml, suppress_LT=Suppress("<"), suppress_GT=Suppress(">")): - """Internal helper to construct opening and closing tag expressions, given a tag name""" - if isinstance(tagStr, str_type): - resname = tagStr - tagStr = Keyword(tagStr, caseless=not xml) - else: - resname = tagStr.name - - tagAttrName = Word(alphas, alphanums + "_-:") - if xml: - tagAttrValue = dbl_quoted_string.copy().set_parse_action(remove_quotes) - openTag = ( - suppress_LT - + tagStr("tag") - + Dict(ZeroOrMore(Group(tagAttrName + Suppress("=") + tagAttrValue))) - + Opt("/", default=[False])("empty").set_parse_action( - lambda s, l, t: t[0] == "/" - ) - + suppress_GT - ) - else: - tagAttrValue = quoted_string.copy().set_parse_action(remove_quotes) | Word( - printables, exclude_chars=">" - ) - openTag = ( - suppress_LT - + tagStr("tag") - + Dict( - ZeroOrMore( - Group( - tagAttrName.set_parse_action(lambda t: t[0].lower()) - + Opt(Suppress("=") + tagAttrValue) - ) - ) - ) - + Opt("/", default=[False])("empty").set_parse_action( - lambda s, l, t: t[0] == "/" - ) - + suppress_GT - ) - closeTag = Combine(Literal("", adjacent=False) - - openTag.set_name("<%s>" % resname) - # add start results name in parse action now that ungrouped names are not reported at two levels - openTag.add_parse_action( - lambda t: t.__setitem__( - "start" + "".join(resname.replace(":", " ").title().split()), t.copy() - ) - ) - closeTag = closeTag( - "end" + "".join(resname.replace(":", " ").title().split()) - ).set_name("" % resname) - openTag.tag = resname - closeTag.tag = resname - openTag.tag_body = SkipTo(closeTag()) - return openTag, closeTag - - -def make_html_tags( - tag_str: Union[str, ParserElement] -) -> Tuple[ParserElement, ParserElement]: - """Helper to construct opening and closing tag expressions for HTML, - given a tag name. Matches tags in either upper or lower case, - attributes with namespaces and with quoted or unquoted values. - - Example:: - - text = 'More info at the pyparsing wiki page' - # make_html_tags returns pyparsing expressions for the opening and - # closing tags as a 2-tuple - a, a_end = make_html_tags("A") - link_expr = a + SkipTo(a_end)("link_text") + a_end - - for link in link_expr.search_string(text): - # attributes in the tag (like "href" shown here) are - # also accessible as named results - print(link.link_text, '->', link.href) - - prints:: - - pyparsing -> https://github.com/pyparsing/pyparsing/wiki - """ - return _makeTags(tag_str, False) - - -def make_xml_tags( - tag_str: Union[str, ParserElement] -) -> Tuple[ParserElement, ParserElement]: - """Helper to construct opening and closing tag expressions for XML, - given a tag name. Matches tags only in the given upper/lower case. - - Example: similar to :class:`make_html_tags` - """ - return _makeTags(tag_str, True) - - -any_open_tag: ParserElement -any_close_tag: ParserElement -any_open_tag, any_close_tag = make_html_tags( - Word(alphas, alphanums + "_:").set_name("any tag") -) - -_htmlEntityMap = {k.rstrip(";"): v for k, v in html.entities.html5.items()} -common_html_entity = Regex("&(?P" + "|".join(_htmlEntityMap) + ");").set_name( - "common HTML entity" -) - - -def replace_html_entity(s, l, t): - """Helper parser action to replace common HTML entities with their special characters""" - return _htmlEntityMap.get(t.entity) - - -class OpAssoc(Enum): - """Enumeration of operator associativity - - used in constructing InfixNotationOperatorSpec for :class:`infix_notation`""" - - LEFT = 1 - RIGHT = 2 - - -InfixNotationOperatorArgType = Union[ - ParserElement, str, Tuple[Union[ParserElement, str], Union[ParserElement, str]] -] -InfixNotationOperatorSpec = Union[ - Tuple[ - InfixNotationOperatorArgType, - int, - OpAssoc, - typing.Optional[ParseAction], - ], - Tuple[ - InfixNotationOperatorArgType, - int, - OpAssoc, - ], -] - - -def infix_notation( - base_expr: ParserElement, - op_list: List[InfixNotationOperatorSpec], - lpar: Union[str, ParserElement] = Suppress("("), - rpar: Union[str, ParserElement] = Suppress(")"), -) -> ParserElement: - """Helper method for constructing grammars of expressions made up of - operators working in a precedence hierarchy. Operators may be unary - or binary, left- or right-associative. Parse actions can also be - attached to operator expressions. The generated parser will also - recognize the use of parentheses to override operator precedences - (see example below). - - Note: if you define a deep operator list, you may see performance - issues when using infix_notation. See - :class:`ParserElement.enable_packrat` for a mechanism to potentially - improve your parser performance. - - Parameters: - - - ``base_expr`` - expression representing the most basic operand to - be used in the expression - - ``op_list`` - list of tuples, one for each operator precedence level - in the expression grammar; each tuple is of the form ``(op_expr, - num_operands, right_left_assoc, (optional)parse_action)``, where: - - - ``op_expr`` is the pyparsing expression for the operator; may also - be a string, which will be converted to a Literal; if ``num_operands`` - is 3, ``op_expr`` is a tuple of two expressions, for the two - operators separating the 3 terms - - ``num_operands`` is the number of terms for this operator (must be 1, - 2, or 3) - - ``right_left_assoc`` is the indicator whether the operator is right - or left associative, using the pyparsing-defined constants - ``OpAssoc.RIGHT`` and ``OpAssoc.LEFT``. - - ``parse_action`` is the parse action to be associated with - expressions matching this operator expression (the parse action - tuple member may be omitted); if the parse action is passed - a tuple or list of functions, this is equivalent to calling - ``set_parse_action(*fn)`` - (:class:`ParserElement.set_parse_action`) - - ``lpar`` - expression for matching left-parentheses; if passed as a - str, then will be parsed as ``Suppress(lpar)``. If lpar is passed as - an expression (such as ``Literal('(')``), then it will be kept in - the parsed results, and grouped with them. (default= ``Suppress('(')``) - - ``rpar`` - expression for matching right-parentheses; if passed as a - str, then will be parsed as ``Suppress(rpar)``. If rpar is passed as - an expression (such as ``Literal(')')``), then it will be kept in - the parsed results, and grouped with them. (default= ``Suppress(')')``) - - Example:: - - # simple example of four-function arithmetic with ints and - # variable names - integer = pyparsing_common.signed_integer - varname = pyparsing_common.identifier - - arith_expr = infix_notation(integer | varname, - [ - ('-', 1, OpAssoc.RIGHT), - (one_of('* /'), 2, OpAssoc.LEFT), - (one_of('+ -'), 2, OpAssoc.LEFT), - ]) - - arith_expr.run_tests(''' - 5+3*6 - (5+3)*6 - -2--11 - ''', full_dump=False) - - prints:: - - 5+3*6 - [[5, '+', [3, '*', 6]]] - - (5+3)*6 - [[[5, '+', 3], '*', 6]] - - (5+x)*y - [[[5, '+', 'x'], '*', 'y']] - - -2--11 - [[['-', 2], '-', ['-', 11]]] - """ - - # captive version of FollowedBy that does not do parse actions or capture results names - class _FB(FollowedBy): - def parseImpl(self, instring, loc, doActions=True): - self.expr.try_parse(instring, loc) - return loc, [] - - _FB.__name__ = "FollowedBy>" - - ret = Forward() - if isinstance(lpar, str): - lpar = Suppress(lpar) - if isinstance(rpar, str): - rpar = Suppress(rpar) - - # if lpar and rpar are not suppressed, wrap in group - if not (isinstance(rpar, Suppress) and isinstance(rpar, Suppress)): - lastExpr = base_expr | Group(lpar + ret + rpar) - else: - lastExpr = base_expr | (lpar + ret + rpar) - - arity: int - rightLeftAssoc: opAssoc - pa: typing.Optional[ParseAction] - opExpr1: ParserElement - opExpr2: ParserElement - for i, operDef in enumerate(op_list): - opExpr, arity, rightLeftAssoc, pa = (operDef + (None,))[:4] # type: ignore[assignment] - if isinstance(opExpr, str_type): - opExpr = ParserElement._literalStringClass(opExpr) - opExpr = typing.cast(ParserElement, opExpr) - if arity == 3: - if not isinstance(opExpr, (tuple, list)) or len(opExpr) != 2: - raise ValueError( - "if numterms=3, opExpr must be a tuple or list of two expressions" - ) - opExpr1, opExpr2 = opExpr - term_name = f"{opExpr1}{opExpr2} term" - else: - term_name = f"{opExpr} term" - - if not 1 <= arity <= 3: - raise ValueError("operator must be unary (1), binary (2), or ternary (3)") - - if rightLeftAssoc not in (OpAssoc.LEFT, OpAssoc.RIGHT): - raise ValueError("operator must indicate right or left associativity") - - thisExpr: ParserElement = Forward().set_name(term_name) - thisExpr = typing.cast(Forward, thisExpr) - if rightLeftAssoc is OpAssoc.LEFT: - if arity == 1: - matchExpr = _FB(lastExpr + opExpr) + Group(lastExpr + opExpr[1, ...]) - elif arity == 2: - if opExpr is not None: - matchExpr = _FB(lastExpr + opExpr + lastExpr) + Group( - lastExpr + (opExpr + lastExpr)[1, ...] - ) - else: - matchExpr = _FB(lastExpr + lastExpr) + Group(lastExpr[2, ...]) - elif arity == 3: - matchExpr = _FB( - lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr - ) + Group(lastExpr + OneOrMore(opExpr1 + lastExpr + opExpr2 + lastExpr)) - elif rightLeftAssoc is OpAssoc.RIGHT: - if arity == 1: - # try to avoid LR with this extra test - if not isinstance(opExpr, Opt): - opExpr = Opt(opExpr) - matchExpr = _FB(opExpr.expr + thisExpr) + Group(opExpr + thisExpr) - elif arity == 2: - if opExpr is not None: - matchExpr = _FB(lastExpr + opExpr + thisExpr) + Group( - lastExpr + (opExpr + thisExpr)[1, ...] - ) - else: - matchExpr = _FB(lastExpr + thisExpr) + Group( - lastExpr + thisExpr[1, ...] - ) - elif arity == 3: - matchExpr = _FB( - lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr - ) + Group(lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr) - if pa: - if isinstance(pa, (tuple, list)): - matchExpr.set_parse_action(*pa) - else: - matchExpr.set_parse_action(pa) - thisExpr <<= (matchExpr | lastExpr).setName(term_name) - lastExpr = thisExpr - ret <<= lastExpr - return ret - - -def indentedBlock(blockStatementExpr, indentStack, indent=True, backup_stacks=[]): - """ - (DEPRECATED - use :class:`IndentedBlock` class instead) - Helper method for defining space-delimited indentation blocks, - such as those used to define block statements in Python source code. - - Parameters: - - - ``blockStatementExpr`` - expression defining syntax of statement that - is repeated within the indented block - - ``indentStack`` - list created by caller to manage indentation stack - (multiple ``statementWithIndentedBlock`` expressions within a single - grammar should share a common ``indentStack``) - - ``indent`` - boolean indicating whether block must be indented beyond - the current level; set to ``False`` for block of left-most statements - (default= ``True``) - - A valid block must contain at least one ``blockStatement``. - - (Note that indentedBlock uses internal parse actions which make it - incompatible with packrat parsing.) - - Example:: - - data = ''' - def A(z): - A1 - B = 100 - G = A2 - A2 - A3 - B - def BB(a,b,c): - BB1 - def BBA(): - bba1 - bba2 - bba3 - C - D - def spam(x,y): - def eggs(z): - pass - ''' - - - indentStack = [1] - stmt = Forward() - - identifier = Word(alphas, alphanums) - funcDecl = ("def" + identifier + Group("(" + Opt(delimitedList(identifier)) + ")") + ":") - func_body = indentedBlock(stmt, indentStack) - funcDef = Group(funcDecl + func_body) - - rvalue = Forward() - funcCall = Group(identifier + "(" + Opt(delimitedList(rvalue)) + ")") - rvalue << (funcCall | identifier | Word(nums)) - assignment = Group(identifier + "=" + rvalue) - stmt << (funcDef | assignment | identifier) - - module_body = stmt[1, ...] - - parseTree = module_body.parseString(data) - parseTree.pprint() - - prints:: - - [['def', - 'A', - ['(', 'z', ')'], - ':', - [['A1'], [['B', '=', '100']], [['G', '=', 'A2']], ['A2'], ['A3']]], - 'B', - ['def', - 'BB', - ['(', 'a', 'b', 'c', ')'], - ':', - [['BB1'], [['def', 'BBA', ['(', ')'], ':', [['bba1'], ['bba2'], ['bba3']]]]]], - 'C', - 'D', - ['def', - 'spam', - ['(', 'x', 'y', ')'], - ':', - [[['def', 'eggs', ['(', 'z', ')'], ':', [['pass']]]]]]] - """ - backup_stacks.append(indentStack[:]) - - def reset_stack(): - indentStack[:] = backup_stacks[-1] - - def checkPeerIndent(s, l, t): - if l >= len(s): - return - curCol = col(l, s) - if curCol != indentStack[-1]: - if curCol > indentStack[-1]: - raise ParseException(s, l, "illegal nesting") - raise ParseException(s, l, "not a peer entry") - - def checkSubIndent(s, l, t): - curCol = col(l, s) - if curCol > indentStack[-1]: - indentStack.append(curCol) - else: - raise ParseException(s, l, "not a subentry") - - def checkUnindent(s, l, t): - if l >= len(s): - return - curCol = col(l, s) - if not (indentStack and curCol in indentStack): - raise ParseException(s, l, "not an unindent") - if curCol < indentStack[-1]: - indentStack.pop() - - NL = OneOrMore(LineEnd().set_whitespace_chars("\t ").suppress()) - INDENT = (Empty() + Empty().set_parse_action(checkSubIndent)).set_name("INDENT") - PEER = Empty().set_parse_action(checkPeerIndent).set_name("") - UNDENT = Empty().set_parse_action(checkUnindent).set_name("UNINDENT") - if indent: - smExpr = Group( - Opt(NL) - + INDENT - + OneOrMore(PEER + Group(blockStatementExpr) + Opt(NL)) - + UNDENT - ) - else: - smExpr = Group( - Opt(NL) - + OneOrMore(PEER + Group(blockStatementExpr) + Opt(NL)) - + Opt(UNDENT) - ) - - # add a parse action to remove backup_stack from list of backups - smExpr.add_parse_action( - lambda: backup_stacks.pop(-1) and None if backup_stacks else None - ) - smExpr.set_fail_action(lambda a, b, c, d: reset_stack()) - blockStatementExpr.ignore(_bslash + LineEnd()) - return smExpr.set_name("indented block") - - -# it's easy to get these comment structures wrong - they're very common, so may as well make them available -c_style_comment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + "*/").set_name( - "C style comment" -) -"Comment of the form ``/* ... */``" - -html_comment = Regex(r"").set_name("HTML comment") -"Comment of the form ````" - -rest_of_line = Regex(r".*").leave_whitespace().set_name("rest of line") -dbl_slash_comment = Regex(r"//(?:\\\n|[^\n])*").set_name("// comment") -"Comment of the form ``// ... (to end of line)``" - -cpp_style_comment = Combine( - Regex(r"/\*(?:[^*]|\*(?!/))*") + "*/" | dbl_slash_comment -).set_name("C++ style comment") -"Comment of either form :class:`c_style_comment` or :class:`dbl_slash_comment`" - -java_style_comment = cpp_style_comment -"Same as :class:`cpp_style_comment`" - -python_style_comment = Regex(r"#.*").set_name("Python style comment") -"Comment of the form ``# ... (to end of line)``" - - -# build list of built-in expressions, for future reference if a global default value -# gets updated -_builtin_exprs: List[ParserElement] = [ - v for v in vars().values() if isinstance(v, ParserElement) -] - - -# compatibility function, superseded by DelimitedList class -def delimited_list( - expr: Union[str, ParserElement], - delim: Union[str, ParserElement] = ",", - combine: bool = False, - min: typing.Optional[int] = None, - max: typing.Optional[int] = None, - *, - allow_trailing_delim: bool = False, -) -> ParserElement: - """(DEPRECATED - use :class:`DelimitedList` class)""" - return DelimitedList( - expr, delim, combine, min, max, allow_trailing_delim=allow_trailing_delim - ) - - -# pre-PEP8 compatible names -# fmt: off -opAssoc = OpAssoc -anyOpenTag = any_open_tag -anyCloseTag = any_close_tag -commonHTMLEntity = common_html_entity -cStyleComment = c_style_comment -htmlComment = html_comment -restOfLine = rest_of_line -dblSlashComment = dbl_slash_comment -cppStyleComment = cpp_style_comment -javaStyleComment = java_style_comment -pythonStyleComment = python_style_comment - -@replaced_by_pep8(DelimitedList) -def delimitedList(): ... - -@replaced_by_pep8(DelimitedList) -def delimited_list(): ... - -@replaced_by_pep8(counted_array) -def countedArray(): ... - -@replaced_by_pep8(match_previous_literal) -def matchPreviousLiteral(): ... - -@replaced_by_pep8(match_previous_expr) -def matchPreviousExpr(): ... - -@replaced_by_pep8(one_of) -def oneOf(): ... - -@replaced_by_pep8(dict_of) -def dictOf(): ... - -@replaced_by_pep8(original_text_for) -def originalTextFor(): ... - -@replaced_by_pep8(nested_expr) -def nestedExpr(): ... - -@replaced_by_pep8(make_html_tags) -def makeHTMLTags(): ... - -@replaced_by_pep8(make_xml_tags) -def makeXMLTags(): ... - -@replaced_by_pep8(replace_html_entity) -def replaceHTMLEntity(): ... - -@replaced_by_pep8(infix_notation) -def infixNotation(): ... -# fmt: on diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py deleted file mode 100644 index 0313049..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py +++ /dev/null @@ -1,796 +0,0 @@ -# results.py -from collections.abc import ( - MutableMapping, - Mapping, - MutableSequence, - Iterator, - Sequence, - Container, -) -import pprint -from typing import Tuple, Any, Dict, Set, List - -str_type: Tuple[type, ...] = (str, bytes) -_generator_type = type((_ for _ in ())) - - -class _ParseResultsWithOffset: - tup: Tuple["ParseResults", int] - __slots__ = ["tup"] - - def __init__(self, p1: "ParseResults", p2: int): - self.tup: Tuple[ParseResults, int] = (p1, p2) - - def __getitem__(self, i): - return self.tup[i] - - def __getstate__(self): - return self.tup - - def __setstate__(self, *args): - self.tup = args[0] - - -class ParseResults: - """Structured parse results, to provide multiple means of access to - the parsed data: - - - as a list (``len(results)``) - - by list index (``results[0], results[1]``, etc.) - - by attribute (``results.`` - see :class:`ParserElement.set_results_name`) - - Example:: - - integer = Word(nums) - date_str = (integer.set_results_name("year") + '/' - + integer.set_results_name("month") + '/' - + integer.set_results_name("day")) - # equivalent form: - # date_str = (integer("year") + '/' - # + integer("month") + '/' - # + integer("day")) - - # parse_string returns a ParseResults object - result = date_str.parse_string("1999/12/31") - - def test(s, fn=repr): - print(f"{s} -> {fn(eval(s))}") - test("list(result)") - test("result[0]") - test("result['month']") - test("result.day") - test("'month' in result") - test("'minutes' in result") - test("result.dump()", str) - - prints:: - - list(result) -> ['1999', '/', '12', '/', '31'] - result[0] -> '1999' - result['month'] -> '12' - result.day -> '31' - 'month' in result -> True - 'minutes' in result -> False - result.dump() -> ['1999', '/', '12', '/', '31'] - - day: '31' - - month: '12' - - year: '1999' - """ - - _null_values: Tuple[Any, ...] = (None, [], ()) - - _name: str - _parent: "ParseResults" - _all_names: Set[str] - _modal: bool - _toklist: List[Any] - _tokdict: Dict[str, Any] - - __slots__ = ( - "_name", - "_parent", - "_all_names", - "_modal", - "_toklist", - "_tokdict", - ) - - class List(list): - """ - Simple wrapper class to distinguish parsed list results that should be preserved - as actual Python lists, instead of being converted to :class:`ParseResults`:: - - LBRACK, RBRACK = map(pp.Suppress, "[]") - element = pp.Forward() - item = ppc.integer - element_list = LBRACK + pp.DelimitedList(element) + RBRACK - - # add parse actions to convert from ParseResults to actual Python collection types - def as_python_list(t): - return pp.ParseResults.List(t.as_list()) - element_list.add_parse_action(as_python_list) - - element <<= item | element_list - - element.run_tests(''' - 100 - [2,3,4] - [[2, 1],3,4] - [(2, 1),3,4] - (2,3,4) - ''', post_parse=lambda s, r: (r[0], type(r[0]))) - - prints:: - - 100 - (100, ) - - [2,3,4] - ([2, 3, 4], ) - - [[2, 1],3,4] - ([[2, 1], 3, 4], ) - - (Used internally by :class:`Group` when `aslist=True`.) - """ - - def __new__(cls, contained=None): - if contained is None: - contained = [] - - if not isinstance(contained, list): - raise TypeError( - f"{cls.__name__} may only be constructed with a list, not {type(contained).__name__}" - ) - - return list.__new__(cls) - - def __new__(cls, toklist=None, name=None, **kwargs): - if isinstance(toklist, ParseResults): - return toklist - self = object.__new__(cls) - self._name = None - self._parent = None - self._all_names = set() - - if toklist is None: - self._toklist = [] - elif isinstance(toklist, (list, _generator_type)): - self._toklist = ( - [toklist[:]] - if isinstance(toklist, ParseResults.List) - else list(toklist) - ) - else: - self._toklist = [toklist] - self._tokdict = dict() - return self - - # Performance tuning: we construct a *lot* of these, so keep this - # constructor as small and fast as possible - def __init__( - self, toklist=None, name=None, asList=True, modal=True, isinstance=isinstance - ): - self._tokdict: Dict[str, _ParseResultsWithOffset] - self._modal = modal - if name is not None and name != "": - if isinstance(name, int): - name = str(name) - if not modal: - self._all_names = {name} - self._name = name - if toklist not in self._null_values: - if isinstance(toklist, (str_type, type)): - toklist = [toklist] - if asList: - if isinstance(toklist, ParseResults): - self[name] = _ParseResultsWithOffset( - ParseResults(toklist._toklist), 0 - ) - else: - self[name] = _ParseResultsWithOffset( - ParseResults(toklist[0]), 0 - ) - self[name]._name = name - else: - try: - self[name] = toklist[0] - except (KeyError, TypeError, IndexError): - if toklist is not self: - self[name] = toklist - else: - self._name = name - - def __getitem__(self, i): - if isinstance(i, (int, slice)): - return self._toklist[i] - else: - if i not in self._all_names: - return self._tokdict[i][-1][0] - else: - return ParseResults([v[0] for v in self._tokdict[i]]) - - def __setitem__(self, k, v, isinstance=isinstance): - if isinstance(v, _ParseResultsWithOffset): - self._tokdict[k] = self._tokdict.get(k, list()) + [v] - sub = v[0] - elif isinstance(k, (int, slice)): - self._toklist[k] = v - sub = v - else: - self._tokdict[k] = self._tokdict.get(k, list()) + [ - _ParseResultsWithOffset(v, 0) - ] - sub = v - if isinstance(sub, ParseResults): - sub._parent = self - - def __delitem__(self, i): - if isinstance(i, (int, slice)): - mylen = len(self._toklist) - del self._toklist[i] - - # convert int to slice - if isinstance(i, int): - if i < 0: - i += mylen - i = slice(i, i + 1) - # get removed indices - removed = list(range(*i.indices(mylen))) - removed.reverse() - # fixup indices in token dictionary - for name, occurrences in self._tokdict.items(): - for j in removed: - for k, (value, position) in enumerate(occurrences): - occurrences[k] = _ParseResultsWithOffset( - value, position - (position > j) - ) - else: - del self._tokdict[i] - - def __contains__(self, k) -> bool: - return k in self._tokdict - - def __len__(self) -> int: - return len(self._toklist) - - def __bool__(self) -> bool: - return not not (self._toklist or self._tokdict) - - def __iter__(self) -> Iterator: - return iter(self._toklist) - - def __reversed__(self) -> Iterator: - return iter(self._toklist[::-1]) - - def keys(self): - return iter(self._tokdict) - - def values(self): - return (self[k] for k in self.keys()) - - def items(self): - return ((k, self[k]) for k in self.keys()) - - def haskeys(self) -> bool: - """ - Since ``keys()`` returns an iterator, this method is helpful in bypassing - code that looks for the existence of any defined results names.""" - return not not self._tokdict - - def pop(self, *args, **kwargs): - """ - Removes and returns item at specified index (default= ``last``). - Supports both ``list`` and ``dict`` semantics for ``pop()``. If - passed no argument or an integer argument, it will use ``list`` - semantics and pop tokens from the list of parsed tokens. If passed - a non-integer argument (most likely a string), it will use ``dict`` - semantics and pop the corresponding value from any defined results - names. A second default return value argument is supported, just as in - ``dict.pop()``. - - Example:: - - numlist = Word(nums)[...] - print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] - - def remove_first(tokens): - tokens.pop(0) - numlist.add_parse_action(remove_first) - print(numlist.parse_string("0 123 321")) # -> ['123', '321'] - - label = Word(alphas) - patt = label("LABEL") + Word(nums)[1, ...] - print(patt.parse_string("AAB 123 321").dump()) - - # Use pop() in a parse action to remove named result (note that corresponding value is not - # removed from list form of results) - def remove_LABEL(tokens): - tokens.pop("LABEL") - return tokens - patt.add_parse_action(remove_LABEL) - print(patt.parse_string("AAB 123 321").dump()) - - prints:: - - ['AAB', '123', '321'] - - LABEL: 'AAB' - - ['AAB', '123', '321'] - """ - if not args: - args = [-1] - for k, v in kwargs.items(): - if k == "default": - args = (args[0], v) - else: - raise TypeError(f"pop() got an unexpected keyword argument {k!r}") - if isinstance(args[0], int) or len(args) == 1 or args[0] in self: - index = args[0] - ret = self[index] - del self[index] - return ret - else: - defaultvalue = args[1] - return defaultvalue - - def get(self, key, default_value=None): - """ - Returns named result matching the given key, or if there is no - such name, then returns the given ``default_value`` or ``None`` if no - ``default_value`` is specified. - - Similar to ``dict.get()``. - - Example:: - - integer = Word(nums) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - result = date_str.parse_string("1999/12/31") - print(result.get("year")) # -> '1999' - print(result.get("hour", "not specified")) # -> 'not specified' - print(result.get("hour")) # -> None - """ - if key in self: - return self[key] - else: - return default_value - - def insert(self, index, ins_string): - """ - Inserts new element at location index in the list of parsed tokens. - - Similar to ``list.insert()``. - - Example:: - - numlist = Word(nums)[...] - print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] - - # use a parse action to insert the parse location in the front of the parsed results - def insert_locn(locn, tokens): - tokens.insert(0, locn) - numlist.add_parse_action(insert_locn) - print(numlist.parse_string("0 123 321")) # -> [0, '0', '123', '321'] - """ - self._toklist.insert(index, ins_string) - # fixup indices in token dictionary - for name, occurrences in self._tokdict.items(): - for k, (value, position) in enumerate(occurrences): - occurrences[k] = _ParseResultsWithOffset( - value, position + (position > index) - ) - - def append(self, item): - """ - Add single element to end of ``ParseResults`` list of elements. - - Example:: - - numlist = Word(nums)[...] - print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] - - # use a parse action to compute the sum of the parsed integers, and add it to the end - def append_sum(tokens): - tokens.append(sum(map(int, tokens))) - numlist.add_parse_action(append_sum) - print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321', 444] - """ - self._toklist.append(item) - - def extend(self, itemseq): - """ - Add sequence of elements to end of ``ParseResults`` list of elements. - - Example:: - - patt = Word(alphas)[1, ...] - - # use a parse action to append the reverse of the matched strings, to make a palindrome - def make_palindrome(tokens): - tokens.extend(reversed([t[::-1] for t in tokens])) - return ''.join(tokens) - patt.add_parse_action(make_palindrome) - print(patt.parse_string("lskdj sdlkjf lksd")) # -> 'lskdjsdlkjflksddsklfjkldsjdksl' - """ - if isinstance(itemseq, ParseResults): - self.__iadd__(itemseq) - else: - self._toklist.extend(itemseq) - - def clear(self): - """ - Clear all elements and results names. - """ - del self._toklist[:] - self._tokdict.clear() - - def __getattr__(self, name): - try: - return self[name] - except KeyError: - if name.startswith("__"): - raise AttributeError(name) - return "" - - def __add__(self, other: "ParseResults") -> "ParseResults": - ret = self.copy() - ret += other - return ret - - def __iadd__(self, other: "ParseResults") -> "ParseResults": - if not other: - return self - - if other._tokdict: - offset = len(self._toklist) - addoffset = lambda a: offset if a < 0 else a + offset - otheritems = other._tokdict.items() - otherdictitems = [ - (k, _ParseResultsWithOffset(v[0], addoffset(v[1]))) - for k, vlist in otheritems - for v in vlist - ] - for k, v in otherdictitems: - self[k] = v - if isinstance(v[0], ParseResults): - v[0]._parent = self - - self._toklist += other._toklist - self._all_names |= other._all_names - return self - - def __radd__(self, other) -> "ParseResults": - if isinstance(other, int) and other == 0: - # useful for merging many ParseResults using sum() builtin - return self.copy() - else: - # this may raise a TypeError - so be it - return other + self - - def __repr__(self) -> str: - return f"{type(self).__name__}({self._toklist!r}, {self.as_dict()})" - - def __str__(self) -> str: - return ( - "[" - + ", ".join( - [ - str(i) if isinstance(i, ParseResults) else repr(i) - for i in self._toklist - ] - ) - + "]" - ) - - def _asStringList(self, sep=""): - out = [] - for item in self._toklist: - if out and sep: - out.append(sep) - if isinstance(item, ParseResults): - out += item._asStringList() - else: - out.append(str(item)) - return out - - def as_list(self) -> list: - """ - Returns the parse results as a nested list of matching tokens, all converted to strings. - - Example:: - - patt = Word(alphas)[1, ...] - result = patt.parse_string("sldkj lsdkj sldkj") - # even though the result prints in string-like form, it is actually a pyparsing ParseResults - print(type(result), result) # -> ['sldkj', 'lsdkj', 'sldkj'] - - # Use as_list() to create an actual list - result_list = result.as_list() - print(type(result_list), result_list) # -> ['sldkj', 'lsdkj', 'sldkj'] - """ - return [ - res.as_list() if isinstance(res, ParseResults) else res - for res in self._toklist - ] - - def as_dict(self) -> dict: - """ - Returns the named parse results as a nested dictionary. - - Example:: - - integer = Word(nums) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - result = date_str.parse_string('12/31/1999') - print(type(result), repr(result)) # -> (['12', '/', '31', '/', '1999'], {'day': [('1999', 4)], 'year': [('12', 0)], 'month': [('31', 2)]}) - - result_dict = result.as_dict() - print(type(result_dict), repr(result_dict)) # -> {'day': '1999', 'year': '12', 'month': '31'} - - # even though a ParseResults supports dict-like access, sometime you just need to have a dict - import json - print(json.dumps(result)) # -> Exception: TypeError: ... is not JSON serializable - print(json.dumps(result.as_dict())) # -> {"month": "31", "day": "1999", "year": "12"} - """ - - def to_item(obj): - if isinstance(obj, ParseResults): - return obj.as_dict() if obj.haskeys() else [to_item(v) for v in obj] - else: - return obj - - return dict((k, to_item(v)) for k, v in self.items()) - - def copy(self) -> "ParseResults": - """ - Returns a new shallow copy of a :class:`ParseResults` object. `ParseResults` - items contained within the source are shared with the copy. Use - :class:`ParseResults.deepcopy()` to create a copy with its own separate - content values. - """ - ret = ParseResults(self._toklist) - ret._tokdict = self._tokdict.copy() - ret._parent = self._parent - ret._all_names |= self._all_names - ret._name = self._name - return ret - - def deepcopy(self) -> "ParseResults": - """ - Returns a new deep copy of a :class:`ParseResults` object. - """ - ret = self.copy() - # replace values with copies if they are of known mutable types - for i, obj in enumerate(self._toklist): - if isinstance(obj, ParseResults): - self._toklist[i] = obj.deepcopy() - elif isinstance(obj, (str, bytes)): - pass - elif isinstance(obj, MutableMapping): - self._toklist[i] = dest = type(obj)() - for k, v in obj.items(): - dest[k] = v.deepcopy() if isinstance(v, ParseResults) else v - elif isinstance(obj, Container): - self._toklist[i] = type(obj)( - v.deepcopy() if isinstance(v, ParseResults) else v for v in obj - ) - return ret - - def get_name(self): - r""" - Returns the results name for this token expression. Useful when several - different expressions might match at a particular location. - - Example:: - - integer = Word(nums) - ssn_expr = Regex(r"\d\d\d-\d\d-\d\d\d\d") - house_number_expr = Suppress('#') + Word(nums, alphanums) - user_data = (Group(house_number_expr)("house_number") - | Group(ssn_expr)("ssn") - | Group(integer)("age")) - user_info = user_data[1, ...] - - result = user_info.parse_string("22 111-22-3333 #221B") - for item in result: - print(item.get_name(), ':', item[0]) - - prints:: - - age : 22 - ssn : 111-22-3333 - house_number : 221B - """ - if self._name: - return self._name - elif self._parent: - par: "ParseResults" = self._parent - parent_tokdict_items = par._tokdict.items() - return next( - ( - k - for k, vlist in parent_tokdict_items - for v, loc in vlist - if v is self - ), - None, - ) - elif ( - len(self) == 1 - and len(self._tokdict) == 1 - and next(iter(self._tokdict.values()))[0][1] in (0, -1) - ): - return next(iter(self._tokdict.keys())) - else: - return None - - def dump(self, indent="", full=True, include_list=True, _depth=0) -> str: - """ - Diagnostic method for listing out the contents of - a :class:`ParseResults`. Accepts an optional ``indent`` argument so - that this string can be embedded in a nested display of other data. - - Example:: - - integer = Word(nums) - date_str = integer("year") + '/' + integer("month") + '/' + integer("day") - - result = date_str.parse_string('1999/12/31') - print(result.dump()) - - prints:: - - ['1999', '/', '12', '/', '31'] - - day: '31' - - month: '12' - - year: '1999' - """ - out = [] - NL = "\n" - out.append(indent + str(self.as_list()) if include_list else "") - - if full: - if self.haskeys(): - items = sorted((str(k), v) for k, v in self.items()) - for k, v in items: - if out: - out.append(NL) - out.append(f"{indent}{(' ' * _depth)}- {k}: ") - if isinstance(v, ParseResults): - if v: - out.append( - v.dump( - indent=indent, - full=full, - include_list=include_list, - _depth=_depth + 1, - ) - ) - else: - out.append(str(v)) - else: - out.append(repr(v)) - if any(isinstance(vv, ParseResults) for vv in self): - v = self - for i, vv in enumerate(v): - if isinstance(vv, ParseResults): - out.append( - "\n{}{}[{}]:\n{}{}{}".format( - indent, - (" " * (_depth)), - i, - indent, - (" " * (_depth + 1)), - vv.dump( - indent=indent, - full=full, - include_list=include_list, - _depth=_depth + 1, - ), - ) - ) - else: - out.append( - "\n%s%s[%d]:\n%s%s%s" - % ( - indent, - (" " * (_depth)), - i, - indent, - (" " * (_depth + 1)), - str(vv), - ) - ) - - return "".join(out) - - def pprint(self, *args, **kwargs): - """ - Pretty-printer for parsed results as a list, using the - `pprint `_ module. - Accepts additional positional or keyword args as defined for - `pprint.pprint `_ . - - Example:: - - ident = Word(alphas, alphanums) - num = Word(nums) - func = Forward() - term = ident | num | Group('(' + func + ')') - func <<= ident + Group(Optional(DelimitedList(term))) - result = func.parse_string("fna a,b,(fnb c,d,200),100") - result.pprint(width=40) - - prints:: - - ['fna', - ['a', - 'b', - ['(', 'fnb', ['c', 'd', '200'], ')'], - '100']] - """ - pprint.pprint(self.as_list(), *args, **kwargs) - - # add support for pickle protocol - def __getstate__(self): - return ( - self._toklist, - ( - self._tokdict.copy(), - None, - self._all_names, - self._name, - ), - ) - - def __setstate__(self, state): - self._toklist, (self._tokdict, par, inAccumNames, self._name) = state - self._all_names = set(inAccumNames) - self._parent = None - - def __getnewargs__(self): - return self._toklist, self._name - - def __dir__(self): - return dir(type(self)) + list(self.keys()) - - @classmethod - def from_dict(cls, other, name=None) -> "ParseResults": - """ - Helper classmethod to construct a ``ParseResults`` from a ``dict``, preserving the - name-value relations as results names. If an optional ``name`` argument is - given, a nested ``ParseResults`` will be returned. - """ - - def is_iterable(obj): - try: - iter(obj) - except Exception: - return False - # str's are iterable, but in pyparsing, we don't want to iterate over them - else: - return not isinstance(obj, str_type) - - ret = cls([]) - for k, v in other.items(): - if isinstance(v, Mapping): - ret += cls.from_dict(v, name=k) - else: - ret += cls([v], name=k, asList=is_iterable(v)) - if name is not None: - ret = cls([ret], name=name) - return ret - - asList = as_list - """Deprecated - use :class:`as_list`""" - asDict = as_dict - """Deprecated - use :class:`as_dict`""" - getName = get_name - """Deprecated - use :class:`get_name`""" - - -MutableMapping.register(ParseResults) -MutableSequence.register(ParseResults) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py deleted file mode 100644 index 6a254c1..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py +++ /dev/null @@ -1,331 +0,0 @@ -# testing.py - -from contextlib import contextmanager -import typing - -from .core import ( - ParserElement, - ParseException, - Keyword, - __diag__, - __compat__, -) - - -class pyparsing_test: - """ - namespace class for classes useful in writing unit tests - """ - - class reset_pyparsing_context: - """ - Context manager to be used when writing unit tests that modify pyparsing config values: - - packrat parsing - - bounded recursion parsing - - default whitespace characters. - - default keyword characters - - literal string auto-conversion class - - __diag__ settings - - Example:: - - with reset_pyparsing_context(): - # test that literals used to construct a grammar are automatically suppressed - ParserElement.inlineLiteralsUsing(Suppress) - - term = Word(alphas) | Word(nums) - group = Group('(' + term[...] + ')') - - # assert that the '()' characters are not included in the parsed tokens - self.assertParseAndCheckList(group, "(abc 123 def)", ['abc', '123', 'def']) - - # after exiting context manager, literals are converted to Literal expressions again - """ - - def __init__(self): - self._save_context = {} - - def save(self): - self._save_context["default_whitespace"] = ParserElement.DEFAULT_WHITE_CHARS - self._save_context["default_keyword_chars"] = Keyword.DEFAULT_KEYWORD_CHARS - - self._save_context[ - "literal_string_class" - ] = ParserElement._literalStringClass - - self._save_context["verbose_stacktrace"] = ParserElement.verbose_stacktrace - - self._save_context["packrat_enabled"] = ParserElement._packratEnabled - if ParserElement._packratEnabled: - self._save_context[ - "packrat_cache_size" - ] = ParserElement.packrat_cache.size - else: - self._save_context["packrat_cache_size"] = None - self._save_context["packrat_parse"] = ParserElement._parse - self._save_context[ - "recursion_enabled" - ] = ParserElement._left_recursion_enabled - - self._save_context["__diag__"] = { - name: getattr(__diag__, name) for name in __diag__._all_names - } - - self._save_context["__compat__"] = { - "collect_all_And_tokens": __compat__.collect_all_And_tokens - } - - return self - - def restore(self): - # reset pyparsing global state - if ( - ParserElement.DEFAULT_WHITE_CHARS - != self._save_context["default_whitespace"] - ): - ParserElement.set_default_whitespace_chars( - self._save_context["default_whitespace"] - ) - - ParserElement.verbose_stacktrace = self._save_context["verbose_stacktrace"] - - Keyword.DEFAULT_KEYWORD_CHARS = self._save_context["default_keyword_chars"] - ParserElement.inlineLiteralsUsing( - self._save_context["literal_string_class"] - ) - - for name, value in self._save_context["__diag__"].items(): - (__diag__.enable if value else __diag__.disable)(name) - - ParserElement._packratEnabled = False - if self._save_context["packrat_enabled"]: - ParserElement.enable_packrat(self._save_context["packrat_cache_size"]) - else: - ParserElement._parse = self._save_context["packrat_parse"] - ParserElement._left_recursion_enabled = self._save_context[ - "recursion_enabled" - ] - - __compat__.collect_all_And_tokens = self._save_context["__compat__"] - - return self - - def copy(self): - ret = type(self)() - ret._save_context.update(self._save_context) - return ret - - def __enter__(self): - return self.save() - - def __exit__(self, *args): - self.restore() - - class TestParseResultsAsserts: - """ - A mixin class to add parse results assertion methods to normal unittest.TestCase classes. - """ - - def assertParseResultsEquals( - self, result, expected_list=None, expected_dict=None, msg=None - ): - """ - Unit test assertion to compare a :class:`ParseResults` object with an optional ``expected_list``, - and compare any defined results names with an optional ``expected_dict``. - """ - if expected_list is not None: - self.assertEqual(expected_list, result.as_list(), msg=msg) - if expected_dict is not None: - self.assertEqual(expected_dict, result.as_dict(), msg=msg) - - def assertParseAndCheckList( - self, expr, test_string, expected_list, msg=None, verbose=True - ): - """ - Convenience wrapper assert to test a parser element and input string, and assert that - the resulting ``ParseResults.asList()`` is equal to the ``expected_list``. - """ - result = expr.parse_string(test_string, parse_all=True) - if verbose: - print(result.dump()) - else: - print(result.as_list()) - self.assertParseResultsEquals(result, expected_list=expected_list, msg=msg) - - def assertParseAndCheckDict( - self, expr, test_string, expected_dict, msg=None, verbose=True - ): - """ - Convenience wrapper assert to test a parser element and input string, and assert that - the resulting ``ParseResults.asDict()`` is equal to the ``expected_dict``. - """ - result = expr.parse_string(test_string, parseAll=True) - if verbose: - print(result.dump()) - else: - print(result.as_list()) - self.assertParseResultsEquals(result, expected_dict=expected_dict, msg=msg) - - def assertRunTestResults( - self, run_tests_report, expected_parse_results=None, msg=None - ): - """ - Unit test assertion to evaluate output of ``ParserElement.runTests()``. If a list of - list-dict tuples is given as the ``expected_parse_results`` argument, then these are zipped - with the report tuples returned by ``runTests`` and evaluated using ``assertParseResultsEquals``. - Finally, asserts that the overall ``runTests()`` success value is ``True``. - - :param run_tests_report: tuple(bool, [tuple(str, ParseResults or Exception)]) returned from runTests - :param expected_parse_results (optional): [tuple(str, list, dict, Exception)] - """ - run_test_success, run_test_results = run_tests_report - - if expected_parse_results is not None: - merged = [ - (*rpt, expected) - for rpt, expected in zip(run_test_results, expected_parse_results) - ] - for test_string, result, expected in merged: - # expected should be a tuple containing a list and/or a dict or an exception, - # and optional failure message string - # an empty tuple will skip any result validation - fail_msg = next( - (exp for exp in expected if isinstance(exp, str)), None - ) - expected_exception = next( - ( - exp - for exp in expected - if isinstance(exp, type) and issubclass(exp, Exception) - ), - None, - ) - if expected_exception is not None: - with self.assertRaises( - expected_exception=expected_exception, msg=fail_msg or msg - ): - if isinstance(result, Exception): - raise result - else: - expected_list = next( - (exp for exp in expected if isinstance(exp, list)), None - ) - expected_dict = next( - (exp for exp in expected if isinstance(exp, dict)), None - ) - if (expected_list, expected_dict) != (None, None): - self.assertParseResultsEquals( - result, - expected_list=expected_list, - expected_dict=expected_dict, - msg=fail_msg or msg, - ) - else: - # warning here maybe? - print(f"no validation for {test_string!r}") - - # do this last, in case some specific test results can be reported instead - self.assertTrue( - run_test_success, msg=msg if msg is not None else "failed runTests" - ) - - @contextmanager - def assertRaisesParseException(self, exc_type=ParseException, msg=None): - with self.assertRaises(exc_type, msg=msg): - yield - - @staticmethod - def with_line_numbers( - s: str, - start_line: typing.Optional[int] = None, - end_line: typing.Optional[int] = None, - expand_tabs: bool = True, - eol_mark: str = "|", - mark_spaces: typing.Optional[str] = None, - mark_control: typing.Optional[str] = None, - ) -> str: - """ - Helpful method for debugging a parser - prints a string with line and column numbers. - (Line and column numbers are 1-based.) - - :param s: tuple(bool, str - string to be printed with line and column numbers - :param start_line: int - (optional) starting line number in s to print (default=1) - :param end_line: int - (optional) ending line number in s to print (default=len(s)) - :param expand_tabs: bool - (optional) expand tabs to spaces, to match the pyparsing default - :param eol_mark: str - (optional) string to mark the end of lines, helps visualize trailing spaces (default="|") - :param mark_spaces: str - (optional) special character to display in place of spaces - :param mark_control: str - (optional) convert non-printing control characters to a placeholding - character; valid values: - - "unicode" - replaces control chars with Unicode symbols, such as "␍" and "␊" - - any single character string - replace control characters with given string - - None (default) - string is displayed as-is - - :return: str - input string with leading line numbers and column number headers - """ - if expand_tabs: - s = s.expandtabs() - if mark_control is not None: - mark_control = typing.cast(str, mark_control) - if mark_control == "unicode": - transtable_map = { - c: u for c, u in zip(range(0, 33), range(0x2400, 0x2433)) - } - transtable_map[127] = 0x2421 - tbl = str.maketrans(transtable_map) - eol_mark = "" - else: - ord_mark_control = ord(mark_control) - tbl = str.maketrans( - {c: ord_mark_control for c in list(range(0, 32)) + [127]} - ) - s = s.translate(tbl) - if mark_spaces is not None and mark_spaces != " ": - if mark_spaces == "unicode": - tbl = str.maketrans({9: 0x2409, 32: 0x2423}) - s = s.translate(tbl) - else: - s = s.replace(" ", mark_spaces) - if start_line is None: - start_line = 1 - if end_line is None: - end_line = len(s) - end_line = min(end_line, len(s)) - start_line = min(max(1, start_line), end_line) - - if mark_control != "unicode": - s_lines = s.splitlines()[start_line - 1 : end_line] - else: - s_lines = [line + "␊" for line in s.split("␊")[start_line - 1 : end_line]] - if not s_lines: - return "" - - lineno_width = len(str(end_line)) - max_line_len = max(len(line) for line in s_lines) - lead = " " * (lineno_width + 1) - if max_line_len >= 99: - header0 = ( - lead - + "".join( - f"{' ' * 99}{(i + 1) % 100}" - for i in range(max(max_line_len // 100, 1)) - ) - + "\n" - ) - else: - header0 = "" - header1 = ( - header0 - + lead - + "".join(f" {(i + 1) % 10}" for i in range(-(-max_line_len // 10))) - + "\n" - ) - header2 = lead + "1234567890" * (-(-max_line_len // 10)) + "\n" - return ( - header1 - + header2 - + "\n".join( - f"{i:{lineno_width}d}:{line}{eol_mark}" - for i, line in enumerate(s_lines, start=start_line) - ) - + "\n" - ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py deleted file mode 100644 index ec0b3a4..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py +++ /dev/null @@ -1,361 +0,0 @@ -# unicode.py - -import sys -from itertools import filterfalse -from typing import List, Tuple, Union - - -class _lazyclassproperty: - def __init__(self, fn): - self.fn = fn - self.__doc__ = fn.__doc__ - self.__name__ = fn.__name__ - - def __get__(self, obj, cls): - if cls is None: - cls = type(obj) - if not hasattr(cls, "_intern") or any( - cls._intern is getattr(superclass, "_intern", []) - for superclass in cls.__mro__[1:] - ): - cls._intern = {} - attrname = self.fn.__name__ - if attrname not in cls._intern: - cls._intern[attrname] = self.fn(cls) - return cls._intern[attrname] - - -UnicodeRangeList = List[Union[Tuple[int, int], Tuple[int]]] - - -class unicode_set: - """ - A set of Unicode characters, for language-specific strings for - ``alphas``, ``nums``, ``alphanums``, and ``printables``. - A unicode_set is defined by a list of ranges in the Unicode character - set, in a class attribute ``_ranges``. Ranges can be specified using - 2-tuples or a 1-tuple, such as:: - - _ranges = [ - (0x0020, 0x007e), - (0x00a0, 0x00ff), - (0x0100,), - ] - - Ranges are left- and right-inclusive. A 1-tuple of (x,) is treated as (x, x). - - A unicode set can also be defined using multiple inheritance of other unicode sets:: - - class CJK(Chinese, Japanese, Korean): - pass - """ - - _ranges: UnicodeRangeList = [] - - @_lazyclassproperty - def _chars_for_ranges(cls): - ret = [] - for cc in cls.__mro__: - if cc is unicode_set: - break - for rr in getattr(cc, "_ranges", ()): - ret.extend(range(rr[0], rr[-1] + 1)) - return [chr(c) for c in sorted(set(ret))] - - @_lazyclassproperty - def printables(cls): - """all non-whitespace characters in this range""" - return "".join(filterfalse(str.isspace, cls._chars_for_ranges)) - - @_lazyclassproperty - def alphas(cls): - """all alphabetic characters in this range""" - return "".join(filter(str.isalpha, cls._chars_for_ranges)) - - @_lazyclassproperty - def nums(cls): - """all numeric digit characters in this range""" - return "".join(filter(str.isdigit, cls._chars_for_ranges)) - - @_lazyclassproperty - def alphanums(cls): - """all alphanumeric characters in this range""" - return cls.alphas + cls.nums - - @_lazyclassproperty - def identchars(cls): - """all characters in this range that are valid identifier characters, plus underscore '_'""" - return "".join( - sorted( - set( - "".join(filter(str.isidentifier, cls._chars_for_ranges)) - + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzªµº" - + "ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ" - + "_" - ) - ) - ) - - @_lazyclassproperty - def identbodychars(cls): - """ - all characters in this range that are valid identifier body characters, - plus the digits 0-9, and · (Unicode MIDDLE DOT) - """ - return "".join( - sorted( - set( - cls.identchars - + "0123456789·" - + "".join( - [c for c in cls._chars_for_ranges if ("_" + c).isidentifier()] - ) - ) - ) - ) - - @_lazyclassproperty - def identifier(cls): - """ - a pyparsing Word expression for an identifier using this range's definitions for - identchars and identbodychars - """ - from pip._vendor.pyparsing import Word - - return Word(cls.identchars, cls.identbodychars) - - -class pyparsing_unicode(unicode_set): - """ - A namespace class for defining common language unicode_sets. - """ - - # fmt: off - - # define ranges in language character sets - _ranges: UnicodeRangeList = [ - (0x0020, sys.maxunicode), - ] - - class BasicMultilingualPlane(unicode_set): - """Unicode set for the Basic Multilingual Plane""" - _ranges: UnicodeRangeList = [ - (0x0020, 0xFFFF), - ] - - class Latin1(unicode_set): - """Unicode set for Latin-1 Unicode Character Range""" - _ranges: UnicodeRangeList = [ - (0x0020, 0x007E), - (0x00A0, 0x00FF), - ] - - class LatinA(unicode_set): - """Unicode set for Latin-A Unicode Character Range""" - _ranges: UnicodeRangeList = [ - (0x0100, 0x017F), - ] - - class LatinB(unicode_set): - """Unicode set for Latin-B Unicode Character Range""" - _ranges: UnicodeRangeList = [ - (0x0180, 0x024F), - ] - - class Greek(unicode_set): - """Unicode set for Greek Unicode Character Ranges""" - _ranges: UnicodeRangeList = [ - (0x0342, 0x0345), - (0x0370, 0x0377), - (0x037A, 0x037F), - (0x0384, 0x038A), - (0x038C,), - (0x038E, 0x03A1), - (0x03A3, 0x03E1), - (0x03F0, 0x03FF), - (0x1D26, 0x1D2A), - (0x1D5E,), - (0x1D60,), - (0x1D66, 0x1D6A), - (0x1F00, 0x1F15), - (0x1F18, 0x1F1D), - (0x1F20, 0x1F45), - (0x1F48, 0x1F4D), - (0x1F50, 0x1F57), - (0x1F59,), - (0x1F5B,), - (0x1F5D,), - (0x1F5F, 0x1F7D), - (0x1F80, 0x1FB4), - (0x1FB6, 0x1FC4), - (0x1FC6, 0x1FD3), - (0x1FD6, 0x1FDB), - (0x1FDD, 0x1FEF), - (0x1FF2, 0x1FF4), - (0x1FF6, 0x1FFE), - (0x2129,), - (0x2719, 0x271A), - (0xAB65,), - (0x10140, 0x1018D), - (0x101A0,), - (0x1D200, 0x1D245), - (0x1F7A1, 0x1F7A7), - ] - - class Cyrillic(unicode_set): - """Unicode set for Cyrillic Unicode Character Range""" - _ranges: UnicodeRangeList = [ - (0x0400, 0x052F), - (0x1C80, 0x1C88), - (0x1D2B,), - (0x1D78,), - (0x2DE0, 0x2DFF), - (0xA640, 0xA672), - (0xA674, 0xA69F), - (0xFE2E, 0xFE2F), - ] - - class Chinese(unicode_set): - """Unicode set for Chinese Unicode Character Range""" - _ranges: UnicodeRangeList = [ - (0x2E80, 0x2E99), - (0x2E9B, 0x2EF3), - (0x31C0, 0x31E3), - (0x3400, 0x4DB5), - (0x4E00, 0x9FEF), - (0xA700, 0xA707), - (0xF900, 0xFA6D), - (0xFA70, 0xFAD9), - (0x16FE2, 0x16FE3), - (0x1F210, 0x1F212), - (0x1F214, 0x1F23B), - (0x1F240, 0x1F248), - (0x20000, 0x2A6D6), - (0x2A700, 0x2B734), - (0x2B740, 0x2B81D), - (0x2B820, 0x2CEA1), - (0x2CEB0, 0x2EBE0), - (0x2F800, 0x2FA1D), - ] - - class Japanese(unicode_set): - """Unicode set for Japanese Unicode Character Range, combining Kanji, Hiragana, and Katakana ranges""" - - class Kanji(unicode_set): - "Unicode set for Kanji Unicode Character Range" - _ranges: UnicodeRangeList = [ - (0x4E00, 0x9FBF), - (0x3000, 0x303F), - ] - - class Hiragana(unicode_set): - """Unicode set for Hiragana Unicode Character Range""" - _ranges: UnicodeRangeList = [ - (0x3041, 0x3096), - (0x3099, 0x30A0), - (0x30FC,), - (0xFF70,), - (0x1B001,), - (0x1B150, 0x1B152), - (0x1F200,), - ] - - class Katakana(unicode_set): - """Unicode set for Katakana Unicode Character Range""" - _ranges: UnicodeRangeList = [ - (0x3099, 0x309C), - (0x30A0, 0x30FF), - (0x31F0, 0x31FF), - (0x32D0, 0x32FE), - (0xFF65, 0xFF9F), - (0x1B000,), - (0x1B164, 0x1B167), - (0x1F201, 0x1F202), - (0x1F213,), - ] - - 漢字 = Kanji - カタカナ = Katakana - ひらがな = Hiragana - - _ranges = ( - Kanji._ranges - + Hiragana._ranges - + Katakana._ranges - ) - - class Hangul(unicode_set): - """Unicode set for Hangul (Korean) Unicode Character Range""" - _ranges: UnicodeRangeList = [ - (0x1100, 0x11FF), - (0x302E, 0x302F), - (0x3131, 0x318E), - (0x3200, 0x321C), - (0x3260, 0x327B), - (0x327E,), - (0xA960, 0xA97C), - (0xAC00, 0xD7A3), - (0xD7B0, 0xD7C6), - (0xD7CB, 0xD7FB), - (0xFFA0, 0xFFBE), - (0xFFC2, 0xFFC7), - (0xFFCA, 0xFFCF), - (0xFFD2, 0xFFD7), - (0xFFDA, 0xFFDC), - ] - - Korean = Hangul - - class CJK(Chinese, Japanese, Hangul): - """Unicode set for combined Chinese, Japanese, and Korean (CJK) Unicode Character Range""" - - class Thai(unicode_set): - """Unicode set for Thai Unicode Character Range""" - _ranges: UnicodeRangeList = [ - (0x0E01, 0x0E3A), - (0x0E3F, 0x0E5B) - ] - - class Arabic(unicode_set): - """Unicode set for Arabic Unicode Character Range""" - _ranges: UnicodeRangeList = [ - (0x0600, 0x061B), - (0x061E, 0x06FF), - (0x0700, 0x077F), - ] - - class Hebrew(unicode_set): - """Unicode set for Hebrew Unicode Character Range""" - _ranges: UnicodeRangeList = [ - (0x0591, 0x05C7), - (0x05D0, 0x05EA), - (0x05EF, 0x05F4), - (0xFB1D, 0xFB36), - (0xFB38, 0xFB3C), - (0xFB3E,), - (0xFB40, 0xFB41), - (0xFB43, 0xFB44), - (0xFB46, 0xFB4F), - ] - - class Devanagari(unicode_set): - """Unicode set for Devanagari Unicode Character Range""" - _ranges: UnicodeRangeList = [ - (0x0900, 0x097F), - (0xA8E0, 0xA8FF) - ] - - BMP = BasicMultilingualPlane - - # add language identifiers using language Unicode - العربية = Arabic - 中文 = Chinese - кириллица = Cyrillic - Ελληνικά = Greek - עִברִית = Hebrew - 日本語 = Japanese - 한국어 = Korean - ไทย = Thai - देवनागरी = Devanagari - - # fmt: on diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py deleted file mode 100644 index d8d3f41..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py +++ /dev/null @@ -1,284 +0,0 @@ -# util.py -import inspect -import warnings -import types -import collections -import itertools -from functools import lru_cache, wraps -from typing import Callable, List, Union, Iterable, TypeVar, cast - -_bslash = chr(92) -C = TypeVar("C", bound=Callable) - - -class __config_flags: - """Internal class for defining compatibility and debugging flags""" - - _all_names: List[str] = [] - _fixed_names: List[str] = [] - _type_desc = "configuration" - - @classmethod - def _set(cls, dname, value): - if dname in cls._fixed_names: - warnings.warn( - f"{cls.__name__}.{dname} {cls._type_desc} is {str(getattr(cls, dname)).upper()}" - f" and cannot be overridden", - stacklevel=3, - ) - return - if dname in cls._all_names: - setattr(cls, dname, value) - else: - raise ValueError(f"no such {cls._type_desc} {dname!r}") - - enable = classmethod(lambda cls, name: cls._set(name, True)) - disable = classmethod(lambda cls, name: cls._set(name, False)) - - -@lru_cache(maxsize=128) -def col(loc: int, strg: str) -> int: - """ - Returns current column within a string, counting newlines as line separators. - The first column is number 1. - - Note: the default parsing behavior is to expand tabs in the input string - before starting the parsing process. See - :class:`ParserElement.parse_string` for more - information on parsing strings containing ```` s, and suggested - methods to maintain a consistent view of the parsed string, the parse - location, and line and column positions within the parsed string. - """ - s = strg - return 1 if 0 < loc < len(s) and s[loc - 1] == "\n" else loc - s.rfind("\n", 0, loc) - - -@lru_cache(maxsize=128) -def lineno(loc: int, strg: str) -> int: - """Returns current line number within a string, counting newlines as line separators. - The first line is number 1. - - Note - the default parsing behavior is to expand tabs in the input string - before starting the parsing process. See :class:`ParserElement.parse_string` - for more information on parsing strings containing ```` s, and - suggested methods to maintain a consistent view of the parsed string, the - parse location, and line and column positions within the parsed string. - """ - return strg.count("\n", 0, loc) + 1 - - -@lru_cache(maxsize=128) -def line(loc: int, strg: str) -> str: - """ - Returns the line of text containing loc within a string, counting newlines as line separators. - """ - last_cr = strg.rfind("\n", 0, loc) - next_cr = strg.find("\n", loc) - return strg[last_cr + 1 : next_cr] if next_cr >= 0 else strg[last_cr + 1 :] - - -class _UnboundedCache: - def __init__(self): - cache = {} - cache_get = cache.get - self.not_in_cache = not_in_cache = object() - - def get(_, key): - return cache_get(key, not_in_cache) - - def set_(_, key, value): - cache[key] = value - - def clear(_): - cache.clear() - - self.size = None - self.get = types.MethodType(get, self) - self.set = types.MethodType(set_, self) - self.clear = types.MethodType(clear, self) - - -class _FifoCache: - def __init__(self, size): - self.not_in_cache = not_in_cache = object() - cache = {} - keyring = [object()] * size - cache_get = cache.get - cache_pop = cache.pop - keyiter = itertools.cycle(range(size)) - - def get(_, key): - return cache_get(key, not_in_cache) - - def set_(_, key, value): - cache[key] = value - i = next(keyiter) - cache_pop(keyring[i], None) - keyring[i] = key - - def clear(_): - cache.clear() - keyring[:] = [object()] * size - - self.size = size - self.get = types.MethodType(get, self) - self.set = types.MethodType(set_, self) - self.clear = types.MethodType(clear, self) - - -class LRUMemo: - """ - A memoizing mapping that retains `capacity` deleted items - - The memo tracks retained items by their access order; once `capacity` items - are retained, the least recently used item is discarded. - """ - - def __init__(self, capacity): - self._capacity = capacity - self._active = {} - self._memory = collections.OrderedDict() - - def __getitem__(self, key): - try: - return self._active[key] - except KeyError: - self._memory.move_to_end(key) - return self._memory[key] - - def __setitem__(self, key, value): - self._memory.pop(key, None) - self._active[key] = value - - def __delitem__(self, key): - try: - value = self._active.pop(key) - except KeyError: - pass - else: - while len(self._memory) >= self._capacity: - self._memory.popitem(last=False) - self._memory[key] = value - - def clear(self): - self._active.clear() - self._memory.clear() - - -class UnboundedMemo(dict): - """ - A memoizing mapping that retains all deleted items - """ - - def __delitem__(self, key): - pass - - -def _escape_regex_range_chars(s: str) -> str: - # escape these chars: ^-[] - for c in r"\^-[]": - s = s.replace(c, _bslash + c) - s = s.replace("\n", r"\n") - s = s.replace("\t", r"\t") - return str(s) - - -def _collapse_string_to_ranges( - s: Union[str, Iterable[str]], re_escape: bool = True -) -> str: - def is_consecutive(c): - c_int = ord(c) - is_consecutive.prev, prev = c_int, is_consecutive.prev - if c_int - prev > 1: - is_consecutive.value = next(is_consecutive.counter) - return is_consecutive.value - - is_consecutive.prev = 0 # type: ignore [attr-defined] - is_consecutive.counter = itertools.count() # type: ignore [attr-defined] - is_consecutive.value = -1 # type: ignore [attr-defined] - - def escape_re_range_char(c): - return "\\" + c if c in r"\^-][" else c - - def no_escape_re_range_char(c): - return c - - if not re_escape: - escape_re_range_char = no_escape_re_range_char - - ret = [] - s = "".join(sorted(set(s))) - if len(s) > 3: - for _, chars in itertools.groupby(s, key=is_consecutive): - first = last = next(chars) - last = collections.deque( - itertools.chain(iter([last]), chars), maxlen=1 - ).pop() - if first == last: - ret.append(escape_re_range_char(first)) - else: - sep = "" if ord(last) == ord(first) + 1 else "-" - ret.append( - f"{escape_re_range_char(first)}{sep}{escape_re_range_char(last)}" - ) - else: - ret = [escape_re_range_char(c) for c in s] - - return "".join(ret) - - -def _flatten(ll: list) -> list: - ret = [] - for i in ll: - if isinstance(i, list): - ret.extend(_flatten(i)) - else: - ret.append(i) - return ret - - -def _make_synonym_function(compat_name: str, fn: C) -> C: - # In a future version, uncomment the code in the internal _inner() functions - # to begin emitting DeprecationWarnings. - - # Unwrap staticmethod/classmethod - fn = getattr(fn, "__func__", fn) - - # (Presence of 'self' arg in signature is used by explain_exception() methods, so we take - # some extra steps to add it if present in decorated function.) - if "self" == list(inspect.signature(fn).parameters)[0]: - - @wraps(fn) - def _inner(self, *args, **kwargs): - # warnings.warn( - # f"Deprecated - use {fn.__name__}", DeprecationWarning, stacklevel=3 - # ) - return fn(self, *args, **kwargs) - - else: - - @wraps(fn) - def _inner(*args, **kwargs): - # warnings.warn( - # f"Deprecated - use {fn.__name__}", DeprecationWarning, stacklevel=3 - # ) - return fn(*args, **kwargs) - - _inner.__doc__ = f"""Deprecated - use :class:`{fn.__name__}`""" - _inner.__name__ = compat_name - _inner.__annotations__ = fn.__annotations__ - if isinstance(fn, types.FunctionType): - _inner.__kwdefaults__ = fn.__kwdefaults__ - elif isinstance(fn, type) and hasattr(fn, "__init__"): - _inner.__kwdefaults__ = fn.__init__.__kwdefaults__ - else: - _inner.__kwdefaults__ = None - _inner.__qualname__ = fn.__qualname__ - return cast(C, _inner) - - -def replaced_by_pep8(fn: C) -> Callable[[Callable], C]: - """ - Decorator for pre-PEP8 compatibility synonyms, to link them to the new function. - """ - return lambda other: _make_synonym_function(other.__name__, fn) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py deleted file mode 100644 index ddfcf7f..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py +++ /dev/null @@ -1,23 +0,0 @@ -"""Wrappers to call pyproject.toml-based build backend hooks. -""" - -from ._impl import ( - BackendInvalid, - BackendUnavailable, - BuildBackendHookCaller, - HookMissing, - UnsupportedOperation, - default_subprocess_runner, - quiet_subprocess_runner, -) - -__version__ = '1.0.0' -__all__ = [ - 'BackendUnavailable', - 'BackendInvalid', - 'HookMissing', - 'UnsupportedOperation', - 'default_subprocess_runner', - 'quiet_subprocess_runner', - 'BuildBackendHookCaller', -] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 3a1c76b314da0af86177e59aa76228255d19ca8f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 611 zcmZvZzit#U5XSA@+uO~ZLPQh=(OrkG$U1=rL_`r9D1a(L+Q#y(&7Fz=#ok@%QiZ3W zr{h_8gRPLL5KTggNU0bnM;8}A&DiseKaYQGZcY%a!=EqYAB@ninEYSKI=Ffc!B@ml zg*fJk!aAuEomQzHRU@5MnI2bTomaUossbaPRvQb%N8fNYS!MI_*~^cfIVXIWwRYAp zrDksBy!|Yiwrs6ddo>G!&+1MpAZt#9;j^W+C!w7D22*IB4-by+_TQSGDanWJb$)DE z&!l3t62tCM?65v~1Nzr+m+-?h#_wbZ(kzCZV-q^(tZxPX0H#)Wo)K1+A zZl$r}KIt%}w1=^QL6CtSo&iEJM3E(2d i7+)qBkFLiBPOcH)GU8$fZS9^<|0cyW`I7rBsQm|ud9#iH diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc deleted file mode 100644 index de71fe992802bcfcda9866ef3ccde3b877f4c6c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 372 zcmYLDF-yZh6u!$PjijxE1xLX#pgGh@C{E7)fFK-cbDC=}x#KR4WOH_M^EdcgI_aVW zheAQPkboH`Q6nB$4N zv;A{Qrnd+g@6SbIQahkr>E>QcFshx<3vuI@Dwk4>R_)wP=&T6vstW*3uWgF3)A)=f zQZm*MTid2rabtxlm?-X)Y5&!9wa^i(c#$e&I#78ikTEiLA6m6J}xaS zD;j~jqHvn(y3AB@5uKe=D@uN3Xv_%vCy* s{L1XZNes^(1N;z-@n>-O=r2*QAe|2~cq4=7hj()H?2+IJ;$EWLF+w*tA9MY;7nw+gx8qTB|a zTaDbBqTEJhjZ%AA>|KLr9iB}}J-*h=>o%ZnnzW7JW?`ZE8%7jX!GOP3H`7j$aKLrzpg#dTA%X|h)smvoCh zf-vZ|>lL0kAtw#El0we)w)g{)a{(N(=P3%KLWi(Z(8Lj!D7+wu_%|wCl3ox-#E84c z5Jx`uWc7g^kIjgNUri@6N-}*8b9HBi)ih?VWe_Xbq2Y+zkTU&)hMVSMcrT2^**VP+ z2Q(UzjPQA1*ZItl+Lg?vlJRsGra!1AbgfIj*cH8~rZ0A-lKox7qx$(wdUtf^t}ZR9 zt2>6{i3=dO)-{|Q?uwzBl3}Q1HIALnWG-l3vEt7ozX?*N64pGoI%}jJMzdp8 zh$0fJrgRM=!=1{+m57VgQ%)lyjpRy}*%~ShFg3221X_ppS}KR;+XR|Adpod+$kTG8 zW+7a6b@a;URLx)Ih%7BcmX^B|nPmAv!w%_Zo=1HNG?JGo74Od5`QZ~Gwc%KiaRHKAInNkvL#+Ld14P1CJG#));x>~Yy%RI7mt=5Rv9OZ zQDI30Cure~n_>^^Km)duqFsm#-w=cX_QMFoVu@5-(_%4=7B;d+6DDzq+GA@s$UQJxfW3)jOev@}wxaKt+LTO#6@F(0hu z%y-OPIrD9HOY9M}HmMe%A#hH^#&uBk;}mh)(T7U8SYI?RhlN{EO(VrAW?}Pfe}|=` zCRO)RxBIAS5li+{CPka5z+uU$`!1KKV^Kh4Hl`{G{5j!^S;6|}(~xV^n0*uS9oLhY z^w_ay;-f`oupckkWJ-x?N>bCytzt5*BolF6)nEzZDAi5&lyZdxgmYzOGsu;U$*9E0 zSQHyR&V;enmB#7Nm&+{?h|{8n5xv=V``wi7C+L+T%6AM{Pmuwm!UPS{4y2`g(61m- zY()lbdADogIY_n3!n@Y{xRi6Tnw&J~E31IloU34obh6w$05FL;>85ByEC3=`L>e18 zgXKt32jbb3E)S`|DTNcHm#sJt$PrBCCb}IT!xewQ49$fsVCwwTp7*qA)RCdy%HJV9&dJ7ffO*B z;tX(DVn|_!kTxm-Sy?=0)n%%y&DM-!g%QPAHl2pKJ&lT_$XXYo3E^H) z2vuI~ywZ8K>q=KXxNhR;N51-bf9PuPO7Pkfu!*0#t0uK6X}a#0?oC`6N*L+@rq|Hh z{{=&JzSqIW1+bQgfMBuqrK4aXCwqYk^2qsQN(C#2hZz7|2isXs#LJFgQ0yp0$0#~Z5n)h93-DYU$Lq={QD1Bx39v#oMZV}NOzP`adKY~3s7N2C3h4Q6S6{1uoZaR z^^n%In<@(rX+ik9EC8U0HnexXEIp*3a9JmKEf}70_g84`0H|@#Lt4|8pe*FvInO!A z@a5bWu}6@iaV%*}HCH1tV@!Q1 zt7?SSE!ZYgWf|5`8&(s^fh0=e8v0^t3hUoRm6vblhL1i4)yt$V()yM`rBnus9Tv$V zJ9!Rm(z2GxvIIWMRMi^Dw^TjL(ipCceR?L9)m8bT$~0;Wqg^^QbNplz#~LZE$wOJJ zwX_$pMm5HVRme}KwWI>$Q21;lVCrr?sBL(X8op`-|0JHus>d12Fh&N)@TWmX`U0Z` z%Y045H5Fch%+OFK4NEhSycF>oA+zTgO^Ehv77>jgx{aA-MkS>SMIq|jF00}%PN7E1 zOY^g>zF7_e$2c$93n>2v{Q#NVWFyNws~j1YS*lP z*QYgg*Vnwh=K6-$H%za~*X)@1#zKAL^^>okyi>n%u72a&-+JflTW8<-_FLb+)%jjB zzv)!I{`AB%_xwU#!}Tq%Z@E+3K3Cg5-JP$EPCT{Hu;%*N*U#Q**fiI$X?iH%uxFxY z!55%U-|?-R^R1hD@kVsEWq;n+{oaKSe5d&^9?w@DnDrm{B-AwPZZZuOM(qUKXf6FE zvP!q00fGK0VMT)L$E|u4_hrGx3B6v$gAJ-rsaCuw_4ArFiVx`kPuIddCH4kU9>6nX zl?Rcou*yS7SE9TE&ni4C@eC_)O!Za+LDU(IM+nJTTMfdhwCt#C?8IT&Mh*~j0u)?8 zIqq}xhLEr(4`dkhz>+&9$>2fBuu&5z^dyMQb|4EY;cw|vMA-bgC%gq)0joo0JQVCQ zHeWXJ%C=%TpzoY?Ot|VzxXuX)*LUDu8TS@LrWHL;UfWi_?s{#l8=k6hZ%)Ej9JmHs zB*dIi=R8`qUS*GKkN|gC8298nXyL2`qhbPHtAuOZJ0e6}@xR8>#7zfDdiQXg#fL0f z#XzfWnGjq#?Z~oVC!4uIRtx?HVv$31kh{D;6OCKe%p&jZ7~F_w#kjhZQAB zW-OjEt)ZIMSrRsmn7e!oEA?k0H1q4-FdD^xQZ@_a1J5}qRQ?u6blSl_nk{f>`S?t? zTTH#ACbBxYW4fIhL`tIDv)nT$7phP{%7duqbkP$DaxiHc!JuW^z!9Uegqqw8nH%@o z<%q_Rv{Bg9!T^k#Wy6m6%w6JlAUEt!DIx%Ccr8TRPcP!IM!G@sLMUKt zvA?OB(%*dfjhAnUA6D;Lq|C{uv3+c*TJ#F75z~**&ix4+J_^eVa>qMWZ&l4!w9dEf znsk5YU;kfs!>G(17e8%1yu)4MuaYjR} zMv?#~MNOlHy@0hN+PVtXj+AN(b%x%Z&T)Rgh`hE7BY`yBX}b~qn*1D#jY4((o$%(l@a9SPyd_$TE-A3>>+pchd@g z{$3-@@=AS|c-`G0{K(%W{v@znx+!&uB@SIA+r!;| zo!tWA==h@`*-2HGWv^<O zC#(as6=kXiT(UPwX>|m)Jb_aq+QY#>6?K~|W%za_KCqpC8>`Y@0w?^SmmqT`+MF z7f3l?(jOO3`C>B8oA&h;2`zf2)rRk=$>urC1ID5=DI)j)%M6wD$KAa4mrW~Bq9$N0 z7l@cm;Br-&k&IfW%;69t9WlaXbB6+5Kt6|UGj3CvG|HgbjCK>H&M5X0vc~qUqF4_b z+22urI}mYrRb6i?*Wrcs$ZY30CCna_QU)XYt4=6;}>^`bARne^RI(eZh~ zb%Kq^poA)AK@p2;JI*OUq~!|upD^cqvJftl(Znxs`oRiT!cc#Wu8gA7T@G`b;E z=ezqJ#$y-)zPy*L8zY%)s#FW@lU}|pQ=;?*oi(#{p5R{p<+DK^t>Y5Q7{iqrWDV5LNgIdI`SUK|yfKIAV4R!Vv^feSfQzY1zexQpIga%$^(@g+#MIqbNtRO<08tkLeG61#e@UR#BJIj($(A>G}qT?W@6&*$rLG z@W`(J89Xxf=E*PbV!;t2?Z1lf^w;lWA@WjK)tAAC@SuhMGO^`LIxcvp^?+#hDqjKL z;KLmk#XBQ9prQ9Ax=-+B9T#w0IJaT>Ve%EnDw$WBzV1Df+3SP$OePz^2n)>f7Pw{; z=83}o%47vCDYonORit@tiRYI61+pIk-FesRi49v&8M9cf<<*wbsh$Zv1MVv_^Rq6(nPzjE@iu^c?CZTv#tUgHCBQjxtLe4 zgC@v`p}R;!;jooogE4&k9*sI|U3Agm8c@NN6Rmhn)l+PRBt~b95R!pm^Xxpj+{#70kBI~j3A#7CoOK= z@!#DTUi0`6zhHrPoL@|}*9IF2kppzBZ51R`d6gjyEXwZ7T?M)#XfzVYOZJ$JSpnA>(BzwU|2r{{M+Ir+@&+OD~ZM?S4= zxKp`xu5xR>62DSe8`ylKe|~NI^oiN#ZIjHuyXKm^u6gHi09d_cu6oOS!@3`zefzl^jX!xY-@5bG{`dN4 z>krR2wY(XABRt>UwdfOSw%!xmHMRFW=mR%@>RW&O{PeEr@qFvveBGmy$H<{{>B^<4 z%G=@13yqyO_Wb;@na6HD^?q%B+p&D(@!9I*c8!YL;Y|yTTW{3=ylJNC*0%RpK5``A zcyzYQT-&bs7WvInZ=9Nr;oPld|2?03O)dPp zHMNUDf-Cg>s@vf$3yp2l8{gUb*4Ei=2lMSue$f8(`}^~a&&*aoGher6s$#Bg)BU}m z+Gj+%`$5cy6Xx^#A-r>Xey(i>L;t>Y%So^F5AMU_iEht7dX8?x+b_C3C#AqIp7bI8 zPhQW-urDI@^z@iNL2&h)nQ`^>L~2&O;Lm7PX6GoP<3~nkOxz#N$gju9MZ+d2B52JB z$Z^zQI@sx2G(Rsg(f5n=N)ai7Hje1B@ELyW;a{v0)~?4)=hwF{RknI|FCG-U^`E)I zo^4AKQj3(j+wSsoFZnAyAzV_}_c-Xf-Z0i%SYhVL&!<6gB}?6?+zA|bzu>g?xrmMQ|`=B1{9xbJRL TgV=okk@J$c`K~}QC+mL$_AWl6 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py deleted file mode 100644 index 95e509c..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py +++ /dev/null @@ -1,8 +0,0 @@ -__all__ = ("tomllib",) - -import sys - -if sys.version_info >= (3, 11): - import tomllib -else: - from pip._vendor import tomli as tomllib diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py deleted file mode 100644 index 37b0e65..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py +++ /dev/null @@ -1,330 +0,0 @@ -import json -import os -import sys -import tempfile -from contextlib import contextmanager -from os.path import abspath -from os.path import join as pjoin -from subprocess import STDOUT, check_call, check_output - -from ._in_process import _in_proc_script_path - - -def write_json(obj, path, **kwargs): - with open(path, 'w', encoding='utf-8') as f: - json.dump(obj, f, **kwargs) - - -def read_json(path): - with open(path, encoding='utf-8') as f: - return json.load(f) - - -class BackendUnavailable(Exception): - """Will be raised if the backend cannot be imported in the hook process.""" - def __init__(self, traceback): - self.traceback = traceback - - -class BackendInvalid(Exception): - """Will be raised if the backend is invalid.""" - def __init__(self, backend_name, backend_path, message): - super().__init__(message) - self.backend_name = backend_name - self.backend_path = backend_path - - -class HookMissing(Exception): - """Will be raised on missing hooks (if a fallback can't be used).""" - def __init__(self, hook_name): - super().__init__(hook_name) - self.hook_name = hook_name - - -class UnsupportedOperation(Exception): - """May be raised by build_sdist if the backend indicates that it can't.""" - def __init__(self, traceback): - self.traceback = traceback - - -def default_subprocess_runner(cmd, cwd=None, extra_environ=None): - """The default method of calling the wrapper subprocess. - - This uses :func:`subprocess.check_call` under the hood. - """ - env = os.environ.copy() - if extra_environ: - env.update(extra_environ) - - check_call(cmd, cwd=cwd, env=env) - - -def quiet_subprocess_runner(cmd, cwd=None, extra_environ=None): - """Call the subprocess while suppressing output. - - This uses :func:`subprocess.check_output` under the hood. - """ - env = os.environ.copy() - if extra_environ: - env.update(extra_environ) - - check_output(cmd, cwd=cwd, env=env, stderr=STDOUT) - - -def norm_and_check(source_tree, requested): - """Normalise and check a backend path. - - Ensure that the requested backend path is specified as a relative path, - and resolves to a location under the given source tree. - - Return an absolute version of the requested path. - """ - if os.path.isabs(requested): - raise ValueError("paths must be relative") - - abs_source = os.path.abspath(source_tree) - abs_requested = os.path.normpath(os.path.join(abs_source, requested)) - # We have to use commonprefix for Python 2.7 compatibility. So we - # normalise case to avoid problems because commonprefix is a character - # based comparison :-( - norm_source = os.path.normcase(abs_source) - norm_requested = os.path.normcase(abs_requested) - if os.path.commonprefix([norm_source, norm_requested]) != norm_source: - raise ValueError("paths must be inside source tree") - - return abs_requested - - -class BuildBackendHookCaller: - """A wrapper to call the build backend hooks for a source directory. - """ - - def __init__( - self, - source_dir, - build_backend, - backend_path=None, - runner=None, - python_executable=None, - ): - """ - :param source_dir: The source directory to invoke the build backend for - :param build_backend: The build backend spec - :param backend_path: Additional path entries for the build backend spec - :param runner: The :ref:`subprocess runner ` to use - :param python_executable: - The Python executable used to invoke the build backend - """ - if runner is None: - runner = default_subprocess_runner - - self.source_dir = abspath(source_dir) - self.build_backend = build_backend - if backend_path: - backend_path = [ - norm_and_check(self.source_dir, p) for p in backend_path - ] - self.backend_path = backend_path - self._subprocess_runner = runner - if not python_executable: - python_executable = sys.executable - self.python_executable = python_executable - - @contextmanager - def subprocess_runner(self, runner): - """A context manager for temporarily overriding the default - :ref:`subprocess runner `. - - .. code-block:: python - - hook_caller = BuildBackendHookCaller(...) - with hook_caller.subprocess_runner(quiet_subprocess_runner): - ... - """ - prev = self._subprocess_runner - self._subprocess_runner = runner - try: - yield - finally: - self._subprocess_runner = prev - - def _supported_features(self): - """Return the list of optional features supported by the backend.""" - return self._call_hook('_supported_features', {}) - - def get_requires_for_build_wheel(self, config_settings=None): - """Get additional dependencies required for building a wheel. - - :returns: A list of :pep:`dependency specifiers <508>`. - :rtype: list[str] - - .. admonition:: Fallback - - If the build backend does not defined a hook with this name, an - empty list will be returned. - """ - return self._call_hook('get_requires_for_build_wheel', { - 'config_settings': config_settings - }) - - def prepare_metadata_for_build_wheel( - self, metadata_directory, config_settings=None, - _allow_fallback=True): - """Prepare a ``*.dist-info`` folder with metadata for this project. - - :returns: Name of the newly created subfolder within - ``metadata_directory``, containing the metadata. - :rtype: str - - .. admonition:: Fallback - - If the build backend does not define a hook with this name and - ``_allow_fallback`` is truthy, the backend will be asked to build a - wheel via the ``build_wheel`` hook and the dist-info extracted from - that will be returned. - """ - return self._call_hook('prepare_metadata_for_build_wheel', { - 'metadata_directory': abspath(metadata_directory), - 'config_settings': config_settings, - '_allow_fallback': _allow_fallback, - }) - - def build_wheel( - self, wheel_directory, config_settings=None, - metadata_directory=None): - """Build a wheel from this project. - - :returns: - The name of the newly created wheel within ``wheel_directory``. - - .. admonition:: Interaction with fallback - - If the ``build_wheel`` hook was called in the fallback for - :meth:`prepare_metadata_for_build_wheel`, the build backend would - not be invoked. Instead, the previously built wheel will be copied - to ``wheel_directory`` and the name of that file will be returned. - """ - if metadata_directory is not None: - metadata_directory = abspath(metadata_directory) - return self._call_hook('build_wheel', { - 'wheel_directory': abspath(wheel_directory), - 'config_settings': config_settings, - 'metadata_directory': metadata_directory, - }) - - def get_requires_for_build_editable(self, config_settings=None): - """Get additional dependencies required for building an editable wheel. - - :returns: A list of :pep:`dependency specifiers <508>`. - :rtype: list[str] - - .. admonition:: Fallback - - If the build backend does not defined a hook with this name, an - empty list will be returned. - """ - return self._call_hook('get_requires_for_build_editable', { - 'config_settings': config_settings - }) - - def prepare_metadata_for_build_editable( - self, metadata_directory, config_settings=None, - _allow_fallback=True): - """Prepare a ``*.dist-info`` folder with metadata for this project. - - :returns: Name of the newly created subfolder within - ``metadata_directory``, containing the metadata. - :rtype: str - - .. admonition:: Fallback - - If the build backend does not define a hook with this name and - ``_allow_fallback`` is truthy, the backend will be asked to build a - wheel via the ``build_editable`` hook and the dist-info - extracted from that will be returned. - """ - return self._call_hook('prepare_metadata_for_build_editable', { - 'metadata_directory': abspath(metadata_directory), - 'config_settings': config_settings, - '_allow_fallback': _allow_fallback, - }) - - def build_editable( - self, wheel_directory, config_settings=None, - metadata_directory=None): - """Build an editable wheel from this project. - - :returns: - The name of the newly created wheel within ``wheel_directory``. - - .. admonition:: Interaction with fallback - - If the ``build_editable`` hook was called in the fallback for - :meth:`prepare_metadata_for_build_editable`, the build backend - would not be invoked. Instead, the previously built wheel will be - copied to ``wheel_directory`` and the name of that file will be - returned. - """ - if metadata_directory is not None: - metadata_directory = abspath(metadata_directory) - return self._call_hook('build_editable', { - 'wheel_directory': abspath(wheel_directory), - 'config_settings': config_settings, - 'metadata_directory': metadata_directory, - }) - - def get_requires_for_build_sdist(self, config_settings=None): - """Get additional dependencies required for building an sdist. - - :returns: A list of :pep:`dependency specifiers <508>`. - :rtype: list[str] - """ - return self._call_hook('get_requires_for_build_sdist', { - 'config_settings': config_settings - }) - - def build_sdist(self, sdist_directory, config_settings=None): - """Build an sdist from this project. - - :returns: - The name of the newly created sdist within ``wheel_directory``. - """ - return self._call_hook('build_sdist', { - 'sdist_directory': abspath(sdist_directory), - 'config_settings': config_settings, - }) - - def _call_hook(self, hook_name, kwargs): - extra_environ = {'PEP517_BUILD_BACKEND': self.build_backend} - - if self.backend_path: - backend_path = os.pathsep.join(self.backend_path) - extra_environ['PEP517_BACKEND_PATH'] = backend_path - - with tempfile.TemporaryDirectory() as td: - hook_input = {'kwargs': kwargs} - write_json(hook_input, pjoin(td, 'input.json'), indent=2) - - # Run the hook in a subprocess - with _in_proc_script_path() as script: - python = self.python_executable - self._subprocess_runner( - [python, abspath(str(script)), hook_name, td], - cwd=self.source_dir, - extra_environ=extra_environ - ) - - data = read_json(pjoin(td, 'output.json')) - if data.get('unsupported'): - raise UnsupportedOperation(data.get('traceback', '')) - if data.get('no_backend'): - raise BackendUnavailable(data.get('traceback', '')) - if data.get('backend_invalid'): - raise BackendInvalid( - backend_name=self.build_backend, - backend_path=self.backend_path, - message=data.get('backend_error', '') - ) - if data.get('hook_missing'): - raise HookMissing(data.get('missing_hook_name') or hook_name) - return data['return_val'] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py deleted file mode 100644 index 917fa06..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +++ /dev/null @@ -1,18 +0,0 @@ -"""This is a subpackage because the directory is on sys.path for _in_process.py - -The subpackage should stay as empty as possible to avoid shadowing modules that -the backend might import. -""" - -import importlib.resources as resources - -try: - resources.files -except AttributeError: - # Python 3.8 compatibility - def _in_proc_script_path(): - return resources.path(__package__, '_in_process.py') -else: - def _in_proc_script_path(): - return resources.as_file( - resources.files(__package__).joinpath('_in_process.py')) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 63196ae4626040df0b6e84a23034c854cb9b88b8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1078 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 1: - print('Found multiple .whl files; unspecified behaviour. ' - 'Will call build_wheel.') - return None - - # Exactly one .whl file - return whl_files[0] - - -def build_wheel(wheel_directory, config_settings, metadata_directory=None): - """Invoke the mandatory build_wheel hook. - - If a wheel was already built in the - prepare_metadata_for_build_wheel fallback, this - will copy it rather than rebuilding the wheel. - """ - prebuilt_whl = _find_already_built_wheel(metadata_directory) - if prebuilt_whl: - shutil.copy2(prebuilt_whl, wheel_directory) - return os.path.basename(prebuilt_whl) - - return _build_backend().build_wheel(wheel_directory, config_settings, - metadata_directory) - - -def build_editable(wheel_directory, config_settings, metadata_directory=None): - """Invoke the optional build_editable hook. - - If a wheel was already built in the - prepare_metadata_for_build_editable fallback, this - will copy it rather than rebuilding the wheel. - """ - backend = _build_backend() - try: - hook = backend.build_editable - except AttributeError: - raise HookMissing() - else: - prebuilt_whl = _find_already_built_wheel(metadata_directory) - if prebuilt_whl: - shutil.copy2(prebuilt_whl, wheel_directory) - return os.path.basename(prebuilt_whl) - - return hook(wheel_directory, config_settings, metadata_directory) - - -def get_requires_for_build_sdist(config_settings): - """Invoke the optional get_requires_for_build_wheel hook - - Returns [] if the hook is not defined. - """ - backend = _build_backend() - try: - hook = backend.get_requires_for_build_sdist - except AttributeError: - return [] - else: - return hook(config_settings) - - -class _DummyException(Exception): - """Nothing should ever raise this exception""" - - -class GotUnsupportedOperation(Exception): - """For internal use when backend raises UnsupportedOperation""" - def __init__(self, traceback): - self.traceback = traceback - - -def build_sdist(sdist_directory, config_settings): - """Invoke the mandatory build_sdist hook.""" - backend = _build_backend() - try: - return backend.build_sdist(sdist_directory, config_settings) - except getattr(backend, 'UnsupportedOperation', _DummyException): - raise GotUnsupportedOperation(traceback.format_exc()) - - -HOOK_NAMES = { - 'get_requires_for_build_wheel', - 'prepare_metadata_for_build_wheel', - 'build_wheel', - 'get_requires_for_build_editable', - 'prepare_metadata_for_build_editable', - 'build_editable', - 'get_requires_for_build_sdist', - 'build_sdist', - '_supported_features', -} - - -def main(): - if len(sys.argv) < 3: - sys.exit("Needs args: hook_name, control_dir") - hook_name = sys.argv[1] - control_dir = sys.argv[2] - if hook_name not in HOOK_NAMES: - sys.exit("Unknown hook: %s" % hook_name) - hook = globals()[hook_name] - - hook_input = read_json(pjoin(control_dir, 'input.json')) - - json_out = {'unsupported': False, 'return_val': None} - try: - json_out['return_val'] = hook(**hook_input['kwargs']) - except BackendUnavailable as e: - json_out['no_backend'] = True - json_out['traceback'] = e.traceback - except BackendInvalid as e: - json_out['backend_invalid'] = True - json_out['backend_error'] = e.message - except GotUnsupportedOperation as e: - json_out['unsupported'] = True - json_out['traceback'] = e.traceback - except HookMissing as e: - json_out['hook_missing'] = True - json_out['missing_hook_name'] = e.hook_name or hook_name - - write_json(json_out, pjoin(control_dir, 'output.json'), indent=2) - - -if __name__ == '__main__': - main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py deleted file mode 100644 index 10ff67f..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py +++ /dev/null @@ -1,182 +0,0 @@ -# __ -# /__) _ _ _ _ _/ _ -# / ( (- (/ (/ (- _) / _) -# / - -""" -Requests HTTP Library -~~~~~~~~~~~~~~~~~~~~~ - -Requests is an HTTP library, written in Python, for human beings. -Basic GET usage: - - >>> import requests - >>> r = requests.get('https://www.python.org') - >>> r.status_code - 200 - >>> b'Python is a programming language' in r.content - True - -... or POST: - - >>> payload = dict(key1='value1', key2='value2') - >>> r = requests.post('https://httpbin.org/post', data=payload) - >>> print(r.text) - { - ... - "form": { - "key1": "value1", - "key2": "value2" - }, - ... - } - -The other HTTP methods are supported - see `requests.api`. Full documentation -is at . - -:copyright: (c) 2017 by Kenneth Reitz. -:license: Apache 2.0, see LICENSE for more details. -""" - -import warnings - -from pip._vendor import urllib3 - -from .exceptions import RequestsDependencyWarning - -charset_normalizer_version = None - -try: - from pip._vendor.chardet import __version__ as chardet_version -except ImportError: - chardet_version = None - - -def check_compatibility(urllib3_version, chardet_version, charset_normalizer_version): - urllib3_version = urllib3_version.split(".") - assert urllib3_version != ["dev"] # Verify urllib3 isn't installed from git. - - # Sometimes, urllib3 only reports its version as 16.1. - if len(urllib3_version) == 2: - urllib3_version.append("0") - - # Check urllib3 for compatibility. - major, minor, patch = urllib3_version # noqa: F811 - major, minor, patch = int(major), int(minor), int(patch) - # urllib3 >= 1.21.1 - assert major >= 1 - if major == 1: - assert minor >= 21 - - # Check charset_normalizer for compatibility. - if chardet_version: - major, minor, patch = chardet_version.split(".")[:3] - major, minor, patch = int(major), int(minor), int(patch) - # chardet_version >= 3.0.2, < 6.0.0 - assert (3, 0, 2) <= (major, minor, patch) < (6, 0, 0) - elif charset_normalizer_version: - major, minor, patch = charset_normalizer_version.split(".")[:3] - major, minor, patch = int(major), int(minor), int(patch) - # charset_normalizer >= 2.0.0 < 4.0.0 - assert (2, 0, 0) <= (major, minor, patch) < (4, 0, 0) - else: - raise Exception("You need either charset_normalizer or chardet installed") - - -def _check_cryptography(cryptography_version): - # cryptography < 1.3.4 - try: - cryptography_version = list(map(int, cryptography_version.split("."))) - except ValueError: - return - - if cryptography_version < [1, 3, 4]: - warning = "Old version of cryptography ({}) may cause slowdown.".format( - cryptography_version - ) - warnings.warn(warning, RequestsDependencyWarning) - - -# Check imported dependencies for compatibility. -try: - check_compatibility( - urllib3.__version__, chardet_version, charset_normalizer_version - ) -except (AssertionError, ValueError): - warnings.warn( - "urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported " - "version!".format( - urllib3.__version__, chardet_version, charset_normalizer_version - ), - RequestsDependencyWarning, - ) - -# Attempt to enable urllib3's fallback for SNI support -# if the standard library doesn't support SNI or the -# 'ssl' library isn't available. -try: - # Note: This logic prevents upgrading cryptography on Windows, if imported - # as part of pip. - from pip._internal.utils.compat import WINDOWS - if not WINDOWS: - raise ImportError("pip internals: don't import cryptography on Windows") - try: - import ssl - except ImportError: - ssl = None - - if not getattr(ssl, "HAS_SNI", False): - from pip._vendor.urllib3.contrib import pyopenssl - - pyopenssl.inject_into_urllib3() - - # Check cryptography version - from cryptography import __version__ as cryptography_version - - _check_cryptography(cryptography_version) -except ImportError: - pass - -# urllib3's DependencyWarnings should be silenced. -from pip._vendor.urllib3.exceptions import DependencyWarning - -warnings.simplefilter("ignore", DependencyWarning) - -# Set default logging handler to avoid "No handler found" warnings. -import logging -from logging import NullHandler - -from . import packages, utils -from .__version__ import ( - __author__, - __author_email__, - __build__, - __cake__, - __copyright__, - __description__, - __license__, - __title__, - __url__, - __version__, -) -from .api import delete, get, head, options, patch, post, put, request -from .exceptions import ( - ConnectionError, - ConnectTimeout, - FileModeWarning, - HTTPError, - JSONDecodeError, - ReadTimeout, - RequestException, - Timeout, - TooManyRedirects, - URLRequired, -) -from .models import PreparedRequest, Request, Response -from .sessions import Session, session -from .status_codes import codes - -logging.getLogger(__name__).addHandler(NullHandler()) - -# FileModeWarnings go off per the default. -warnings.simplefilter("default", FileModeWarning, append=True) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 50e6e39e959cd7dfa78a22d609acef124e265d84..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5451 zcmcH-TTC3+_0G;dW_N)FmWK^y8Ne78!!8fw2QfGp^RQ!s10+1{Bo z#)gWzl}gj9rK;4R=ErUF;mZDqlzjLzmRhS)e-=Xvo;r%FHmdwb>_my2pPoCrv#gAj zezYCLnS0MU_ndRjz2`Ce=fXlCg6H_-V{%6sLjRx>`{A;KXG1JP?;;5aNMa<1!Uzn! zS;e8U0?Q!DDY+D<>JnTqb_i}S<#HcnL^A90;qB}MY^3(?0ekma+y!{At;eDTlq$7asJ3X#%+Y)qnXy!it8Y6pV{3&& zsS#>GYKc;#hJ+B{oKmS$tMUS`)(LgiJg9JLy-=?<2o36fVZYiaG^z)L18S4dq&5r9 zYFG%XEkX-e#aaAi%0abNXjR*UHZ>wd)Tj_u+l6+uL+DUDg-*3g=(70A;VcdbhtzJN zTRkisR*wir)T6>t^_Xx>?Gbv^SAPob^yIID>by+2FW{9w;TJP?;>{XoUEmH zG*9o2O+kw`^a9PvAPe7MwmU5@j^gOhwp7pHKK z&&Tt8Utb?Dt4WO*Jjt44qY2-e!$qdB(cCm`7)iY+8l9V)izF>Q5sgeWg>x$+x*-}V zJr>s_Op%@K?KbUFQ^qo$+RrD6Hbq2L1fa_;~u_0DaOIp&PaQ!WzE^s1B0UzgVs${ zH85AghA1m=6Q9r+91Sz3Cq)#v#9dElMu+)cJ0wowBu+>;5ud*xk_6lmAo^pmE12l8 zi&!k4EfQ8Ry8zPpvmS`5chLfx$rcEUngtSbJBwWe4#_da%pO5Vcbq{t7$YZb0ohy< zJKKy9DFJCz{tJ)fwD}m2_7<#PWEY)_F2iFpF0eL79xk^k59hM^7F{5LU0@~G>|3^F z){NTWS#V13JUl~29cY1>vDM|hcXld4;jQ|gS|@P}?1FQ_b(xJjt~zF`z%sYwodv(^ zF6v1JQ8O#2(ZbR*8cd}7^Gz52Ze9)63f+~h)QTxeC_;2O5wsJdm%S-CX0+`ZEH zsH$cazt{3X{8r=pGaom6h(BssX|QC+#d>?%DDbtS~pOZ3W6!9q(LE zb5+aNzW^1LTcNI1Z8Oxh7V7$NU_Es7Zt2~+bm;gRSH0|7POacap}L!m@6Ft4xP@=G zd>p^q_|eP?UQR8$9tZZUzHxK#R(E<|$3~#{!_yA}y=ks@&4v%X4O^k3o1wn7P~TmB zJv8vi$xmKShlc-q$^R^>Oz(Mpy=XkmjXwjAqIiC$q^-V{M<2o9U1-0J9Car{8uU6_ z59A*-LvO|l&rbfan9+pOw&At5;XkqKZD-f_pIfgTO>_IUImGSzjr_pVv{gE?Svs~> zI<{57KVuz1-?9gy$XoJ@!k-kbOl{O2{R?+&+l#p7Z@%=Pf{LezaRnZ7McXXApX(){ z^G3M87Tv4$_8(;LwJ-p$UC5@PjN9@u8g*lIcLvJvNgCD@O$N9b@(wTNwK&;RsiSSf zh0~*_#x6`;>w<&=8PdQcAu4(g^g48Hwx7*+DX%5?3o_)LIoU0|Hu}Y zG4O6IMrinjInym+1sm98p-nfP)6mPA9?cS>6R6S1bke5QWRoew^kfq+SR5G8pqGo& zx{;X59^`r*fCY*q00_(IH zG(CD|0EgtF*1!o%__CN%jL9%VN~wp=P>(@x3m$8r?(oCCiDU~Ap()SwVY`CrR!ovg ziVf!RMY2`Y@;Rxn#GJOioUH9zRmzG(v#4L!G0AzA)B!KqPeDChRb>gaZ*9c7KJe8; zD;|MX51A}nN7DmGDH;YbtMhHh#+3DuMBwYMh4KgG1TDf)Mh%VL3))ee1^L&XG*Z6M z%OvIP`ygd1&>?&jd|6f?s!WffO-(`jP1-085&8=XiBix`K?en$6m(H=h=Ohk4pTsD zHle?im@IsckYjY(L%}N)9H)R@PSQ(39|b2Uc$I>F3QkfmK*1>r1}PY#V3>jt3Qhws z-6|ZrqLVWe^BM(bDVob(44s^#xKWBL$ooRo$rwd>!P949o3LGo%!H`Y2=j@Ol#TY^ zBT_@x)9m}4I}W;13hpB^Olf`8?*N2M$S_|N)G^Ly@B;}`{5h)q9CbXdsY|0ONXAU{ zr_Pg4efyXR=4qdw>DdnX8TUhHO26PxL2#vO)qAsh!yo>XJNB4sT=s5qjcZ)v2G;~jy@Sl( zx$5-3_6@G%D<5KdAEWXmZWEQSq4JgKG~cm-I-j`_6ZjO>{tMN7?eH^>uTc){LCi3- ziH6qE&`U^1*3jY4&;eNb7?mt}Hc`nMDp_e>N7b9?z#2O6+w1QyZlG@HvzUsUQu$`> z-Lk);zHhdNornuU{a~uMDyn`sM*UX(?Y06x_EoO>(w>H=$iuj|oFz*mKR)+^bK4Ha z8~iM|_m_va3WA#jwQB{nH*3?KXQ4)w`9OuY{%gM*e8$3}Z?~IKK_x9s!L6dwpR%+# z1;5?ilhp?`nxoph&-Dv%YQJ`$I)UCV8!SY3i-#)FJ+E`fi|!RhVf=>^oNM*!#sS@Z1kFbX;bQD_ui8d%uezw6!s-;a=G-Dz%$*YE>Z+OC=;!p-x_`>)GT??#_qpi1*25-_P-=G_OlWy`BZSgj3bC0z3jS3_^n zVa!UK2*wuMjB#NiEpsbX211*$LMH&ajLn2LH!3*J3z=}xJ;uTUTGW91w^*d1{Od|& zBr>zQ+-EFWmj%=X8cyNh3%XoQ`ihZQrGm&Jkzq!1t=@{r8e(Sz&qOvOi99Fy^*9gk zXiSW>Vh>uLh7(~(E^`7EW?bppk&=IE#`*lpJx&!b67f{`;l0%dn+91IjLD4;=`T@)ewRjfL^>Z^Kf}i(WTP^&6yIq-wd(PT9%3 zO1aK$fKyZU9$_ zQzwk$W4r-ylSAHG-4t231?7qYWiB}i2o)DhG*xL|w`eDhc53)lE{IkRi-^|!}X z2LI#Y840{Ldv(5pS)CtS$?R}gDuB8}DnWy1YX+uANOX8bXcdVb?rGZ&>m ztBationuw$a@9sm6dlP$=MPi9}F(WrkW;=v)>@8r?tP|-I4F(-I z;j7LFC$2Ch2Y}EqjF5>=9_oTgunT}C(oNn@LtM+VWi1nUut~>Qt`bJVG%m5AtjU@= zJXfVqj!RlOo|^sW{CV7P!%Yd#0TQ7ETc(`k!oaK+=#*2J3)8g-ldTJ4VF3b5vG&e_ zM7MsRc@4p3b7Ai$ILX0A_nE-_>+}ho*D&W-uT;qumlI8|VQ`L-}ENcpj!Z=x-e*_BU0k?^opCDyGRzR=(TS4bBS zW{?_`nsPmXXF{s*1ik?YZ?yGMU{ZhuT=6_73<#nowC zg~@+Nb|8owhV5B~5vYs=vGz}@t@*e#s6&DgZSQ zayvG>9APKFN30JpVY6Q*CTpJEaL8$P1bmVO{tzZ;n4@w$9UNaf^JMz*w14#E`oT#b4Yv**TdO=-e7xvqC)W?1^3j3Tc2r?~ z^dv-Wj2!n*T=Iu!e6+81;DrA{$sd{Z(f*A{(oY>}MdE()@McsSQhhYImDZKa)<{|z H3U~Z3g32la diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc deleted file mode 100644 index 1a255b976e785309a3cb6dc4392e4c08c29fa788..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21278 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 GA^qP$0EJor diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc deleted file mode 100644 index 99defeb340e27979f0f09e858f693e58e9e0ee0e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7202 zcmeHM&u<&Y72YMOU!)zkPVB@@>P~AQ6m5!YOLm+Pj%-DeYo~@RL~@(BDYUEIp*YrZ zm)%*4p{q1Lq(FN~b7)~5ib97TY~45*Z#$_lAR#l{b+I6MV^JO7f#dm5hXQEPdd4+qSWMP@JH{!S0#O(P(I$gB=Y9kO! z<*>+x?Hn6DdTf*}HrV&L=kc(N;Uc_RNEcmUb5HUjo2XiLnUCg~blZBDsKBIzMs(E zO(wL}4~YRHhXa{9x!{UU747l zJV(9IxoJ*KUznbsHX%%xEVaNbvP*AVco->qUQ}C=K!RTlVKmFlu_HbPWFU#UxpKw=0_K@IQ>8VpJm-cm=DZTjpL+_6IIAy>~wYb!OBgv&=< zvCKOXL>g`j))r{dcN$8580LX;T#>%lBgX`LeeU86b{PoE6<4iAIM!?f7WZOfKJrp! zZaF;oZ#pMw&&|)zvUAa}&N6iY=OlnVa38ksFAKhNax&ed>U-S^w(sEKrY4>5oR~lZ zn?q{T%z9RZXN#<3osq~Y(lh}u0`E_HhA33MYnr(zoYdS<0FNQ#p6xpXA)wB;oCvT4 zGt*R4tM@RcZFy{w!(~TDR1^A#vou18zcnK}VD~+g?unk0RD|VXBq7E+!k5oVwk6&Q)LL1FX zVugEZhbnlPX77ra)?yAkS$Rp@;53mH&1*T1h&-OfLUz`MbECK8zogKfm|@kza<8wT zAqo+MR%oA`r35@QUFBBE-*C-ur1)+0(omDIk!GuF-#AQre zw?x>H3XZwLgN}Dl9O-Oekt02E1{Fmh$}@{pTmqOv6+RH;170ec!Id&?p$#FB|6nQ@musi1(}OsFs)_^w1V@+=0|Ig4iMn1><)Eg3-}E7|;oIcD=96eVF>A&*TR zrK9^SQ2{8U_))dOa__Wo0X8|o7HggZEMuEB$sefSh!bEfZdH2rDkw6ZwOk2X#k>j0tLcSVWjENo$E0i_rsP$E*12lBj~5z{^hzAEXmeDo8b~IB@o{Gfl>A=+z>TaSe^kFAhsusaK$JfO0O8M zSTw4NJd72NjT%yfd<3j|8ETP6RaA`y40HUzXzRlO!!LlQgQaS!cnTFch2om_&o^}~ zz4!LefsLU9e;j)Lj;8lb=xg;)_8k0q{g?0k;=SgcGwY>Whc@<{`FKBy&yv*tnHqIh zmG|TzCi?ZhzuWBVQ>{VUp5#yeN+AIe|el8}?uu$7> zy-fLkmYu$R`0c}y(TnV2OpqBcP-~yAtPsu}8x1Kpw3a!JLWBt;cSdl_~vE!u3vt?^V_(AT=@zXuqwsW?X zB7TjWlZNcEP*Gfe1~!x3sCgC*0TpjjPZq^B?aqF!FLOJ!ZzHv@xj%bj-=9*(Uov|? zd}(cLBa>Ty5k)hVi(u4&0bZoQpyK#`r4Y&v0R{RfkEBpT9*GmlH>jP8CH&+!Q6QK- zN5KpzY-Ucc&)-UIWKMsKRC2nRIvs&A{tSn~U8#iOVJ8@Okc!*gP`vaN62I^#rzZ%B z$!aYO6x>t-jVX+3*hygy0xtm-EBLi3j6$BGFk|ae&CJ-1vm2SQW@_w<KzK?(I@2XD_^7?Q-w#!@C3%*65>Y>cvCcIJcv+a00xi-0xIkE0EGbe78 zP-~`6Jb=4B1ZDnv`_vSD%z4a6dxF&7?{JrgT&0^}2jw|L8mHn{r15T|{PNn|M&`&m zocl;KbwnvUr_baPGc&nNYhYo)@$H3$mZlEw5uZ{A9>u&Bky2?(MG$3HwG#asN=>DX zNcRR$MgKAz4_-tEykC<=6nB!kuKy!3sHgt*jHW+(w|_*R&^JvzqrZIjg&}?9?sL2J X!1T8*k5lo|=D{I7;`9Fj$&g#= diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc deleted file mode 100644 index 593cca04659ac7457f1ab74c412edf5e972560e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13921 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 Y`KKQ+@Oa>SR?D`|pZNoWPfG3o0r|yc1poj5 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc deleted file mode 100644 index ecba364f4d074a1134c46b05a2c9415c616a54bb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 920 zcmZ8gzi-qq6tYu{WvJoLv!NgX$trK=GH^7r@KR>_kdw%hk&(qU3P_}YfQnX;-Uda zRSoN?L>=Bd* z5)vT@MwoT~pu3r*oS`Bf`%H0R zo3H^DoW+F6#ey{O847wn>yo0lYJoC3#)asqzVSj6NnUoWDx@Uwg=#Ar+T{(gZn$jH z{-wWcE1&bWHnzN-_G;_F>gJ=?y0^Bz-EP9XQcwovI~0pj05H`Usi#seE{mX^`ugNQ z!*E_jc0ki;2@Pr*xxv%CR`&G?j5Of^rqs8lziyKXX+ zJgQH~WYC$BkPj zGfT(yB{8MKdEN73pEA#D*7BO?VIFv%sA_mkA74>*oU%?KIi;6^SOb|K6VJ;liJ(l1 zx&~=Zp?{q7`pQ^__rxW&)ml#Ps_D#x5dN;(&>CF@&^|Ti-_L$*d}y4QH@;iVKNhSk dpH+c%;nn^ZbN;I}b$IRd^_Q(P6IhLc{4cI={WSmp diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc deleted file mode 100644 index e241c97abc794a00cb565c863dc79d01baa30159..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1505 zcmZ8h&2QT_6sPMs7yVRxJR21rdNCvZ5TZXb$Eq!}BB$^C&-bE<)bVu!xG0wW5WnaIg&k zwBOmq%r0f|4s`Tv6Ni>zIoq>DTv~yZj60-CYp_P^uudDWk!fWzN9W-}#$9rSF2co( zSIAYm1eY>iB~7{vm+1;zp{sC}uE90B4%g{5c#U3%*Xah_pdR$-4R|B-uaS@FO?Z=T z!cBS$-lDhRZMp@wEP%FQOF!G_4!naj_HyuJbQj&za~s|5S;5pn!lNuo3Gxz-Mwq37jJ-h^M+8M4rU~QHn?~afCRmO=EQH?F?I8IK zq1gL=EC($1c03((VeGcON7CbnhBy{pk8!UPb`PF~JQD7Qo29YD#FGQ$#pt>8XgJi) zBg6$}aoasHm1|k5)E($pBp;uc>YwDNYU8^n`;Q-@E{o8&oHMQ+EBo4wqv#>-%2r-E z--LvO9fDM8FH8~~_f>r_l}4G_I;PxZ>;R)-Xg09-7#E0W<~)&H2RzzuxvKayWfCbj zn}UR-LY2~ZDpqG?Dwk7EBGltyUm1#Gb2{zJ$&le#IhrJ)enZAYq7$lIt)+3Mwu;K_ zBbjja93!EY-tz#(Bg|P$Q7ly>a}EYlCIP`hs;Y??2c2;e3Za%STbBb{pQut0M64SG zs*>QO9gI*MG0sgwRbGsRs?KsB;JC+BK|63|V-Y0do!Pvr3PZtSZkw1&ml1-xQddjx zl2IC$ly=zZa?^#pY{2xiDwtFAilMW_6Wmc%qv~5~3L$vatmZJ|HAAX8Kia3AeKfCY zi8l<)8JIV)VBm^@MFUq2EE#BOQ1w~-tQq*SSuwu=zG`62z`6#V0LfLQlVT!q92le6 z8B1LUw-XB8M&>%GJk|v$_6Q55s>LZq9CrgbPPAK1FQGo-Q}cIlrZ)v|p+8_0`8Xvw zjD202q0X1^<;ZXA?2ml?X?~LR&~E$F9baIH?j^cg!afqdE|Nbhl7G?6{U@5G{1O=4y%)zA@(md{<%Kjf0aSeNdN!< diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc deleted file mode 100644 index 8a58fcd4e9082f6be1e0ef291abcd436efe342f3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25244 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc deleted file mode 100644 index 8d3a261d748d61c6ae6d5ae08d160ee2a1d4b450..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1050 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc deleted file mode 100644 index 95c19a707f5bf33b22633d0ff08bf0ec3cb9f658..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5615 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 PyZAe`4t|hlnEL+%dC<@| diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py deleted file mode 100644 index 5063c3f..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py +++ /dev/null @@ -1,14 +0,0 @@ -# .-. .-. .-. . . .-. .-. .-. .-. -# |( |- |.| | | |- `-. | `-. -# ' ' `-' `-`.`-' `-' `-' ' `-' - -__title__ = "requests" -__description__ = "Python HTTP for Humans." -__url__ = "https://requests.readthedocs.io" -__version__ = "2.31.0" -__build__ = 0x023100 -__author__ = "Kenneth Reitz" -__author_email__ = "me@kennethreitz.org" -__license__ = "Apache 2.0" -__copyright__ = "Copyright Kenneth Reitz" -__cake__ = "\u2728 \U0001f370 \u2728" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py deleted file mode 100644 index f2cf635..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py +++ /dev/null @@ -1,50 +0,0 @@ -""" -requests._internal_utils -~~~~~~~~~~~~~~ - -Provides utility functions that are consumed internally by Requests -which depend on extremely few external helpers (such as compat) -""" -import re - -from .compat import builtin_str - -_VALID_HEADER_NAME_RE_BYTE = re.compile(rb"^[^:\s][^:\r\n]*$") -_VALID_HEADER_NAME_RE_STR = re.compile(r"^[^:\s][^:\r\n]*$") -_VALID_HEADER_VALUE_RE_BYTE = re.compile(rb"^\S[^\r\n]*$|^$") -_VALID_HEADER_VALUE_RE_STR = re.compile(r"^\S[^\r\n]*$|^$") - -_HEADER_VALIDATORS_STR = (_VALID_HEADER_NAME_RE_STR, _VALID_HEADER_VALUE_RE_STR) -_HEADER_VALIDATORS_BYTE = (_VALID_HEADER_NAME_RE_BYTE, _VALID_HEADER_VALUE_RE_BYTE) -HEADER_VALIDATORS = { - bytes: _HEADER_VALIDATORS_BYTE, - str: _HEADER_VALIDATORS_STR, -} - - -def to_native_string(string, encoding="ascii"): - """Given a string object, regardless of type, returns a representation of - that string in the native string type, encoding and decoding where - necessary. This assumes ASCII unless told otherwise. - """ - if isinstance(string, builtin_str): - out = string - else: - out = string.decode(encoding) - - return out - - -def unicode_is_ascii(u_string): - """Determine if unicode string only contains ASCII characters. - - :param str u_string: unicode string to check. Must be unicode - and not Python 2 `str`. - :rtype: bool - """ - assert isinstance(u_string, str) - try: - u_string.encode("ascii") - return True - except UnicodeEncodeError: - return False diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py deleted file mode 100644 index 10c1767..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py +++ /dev/null @@ -1,538 +0,0 @@ -""" -requests.adapters -~~~~~~~~~~~~~~~~~ - -This module contains the transport adapters that Requests uses to define -and maintain connections. -""" - -import os.path -import socket # noqa: F401 - -from pip._vendor.urllib3.exceptions import ClosedPoolError, ConnectTimeoutError -from pip._vendor.urllib3.exceptions import HTTPError as _HTTPError -from pip._vendor.urllib3.exceptions import InvalidHeader as _InvalidHeader -from pip._vendor.urllib3.exceptions import ( - LocationValueError, - MaxRetryError, - NewConnectionError, - ProtocolError, -) -from pip._vendor.urllib3.exceptions import ProxyError as _ProxyError -from pip._vendor.urllib3.exceptions import ReadTimeoutError, ResponseError -from pip._vendor.urllib3.exceptions import SSLError as _SSLError -from pip._vendor.urllib3.poolmanager import PoolManager, proxy_from_url -from pip._vendor.urllib3.util import Timeout as TimeoutSauce -from pip._vendor.urllib3.util import parse_url -from pip._vendor.urllib3.util.retry import Retry - -from .auth import _basic_auth_str -from .compat import basestring, urlparse -from .cookies import extract_cookies_to_jar -from .exceptions import ( - ConnectionError, - ConnectTimeout, - InvalidHeader, - InvalidProxyURL, - InvalidSchema, - InvalidURL, - ProxyError, - ReadTimeout, - RetryError, - SSLError, -) -from .models import Response -from .structures import CaseInsensitiveDict -from .utils import ( - DEFAULT_CA_BUNDLE_PATH, - extract_zipped_paths, - get_auth_from_url, - get_encoding_from_headers, - prepend_scheme_if_needed, - select_proxy, - urldefragauth, -) - -try: - from pip._vendor.urllib3.contrib.socks import SOCKSProxyManager -except ImportError: - - def SOCKSProxyManager(*args, **kwargs): - raise InvalidSchema("Missing dependencies for SOCKS support.") - - -DEFAULT_POOLBLOCK = False -DEFAULT_POOLSIZE = 10 -DEFAULT_RETRIES = 0 -DEFAULT_POOL_TIMEOUT = None - - -class BaseAdapter: - """The Base Transport Adapter""" - - def __init__(self): - super().__init__() - - def send( - self, request, stream=False, timeout=None, verify=True, cert=None, proxies=None - ): - """Sends PreparedRequest object. Returns Response object. - - :param request: The :class:`PreparedRequest ` being sent. - :param stream: (optional) Whether to stream the request content. - :param timeout: (optional) How long to wait for the server to send - data before giving up, as a float, or a :ref:`(connect timeout, - read timeout) ` tuple. - :type timeout: float or tuple - :param verify: (optional) Either a boolean, in which case it controls whether we verify - the server's TLS certificate, or a string, in which case it must be a path - to a CA bundle to use - :param cert: (optional) Any user-provided SSL certificate to be trusted. - :param proxies: (optional) The proxies dictionary to apply to the request. - """ - raise NotImplementedError - - def close(self): - """Cleans up adapter specific items.""" - raise NotImplementedError - - -class HTTPAdapter(BaseAdapter): - """The built-in HTTP Adapter for urllib3. - - Provides a general-case interface for Requests sessions to contact HTTP and - HTTPS urls by implementing the Transport Adapter interface. This class will - usually be created by the :class:`Session ` class under the - covers. - - :param pool_connections: The number of urllib3 connection pools to cache. - :param pool_maxsize: The maximum number of connections to save in the pool. - :param max_retries: The maximum number of retries each connection - should attempt. Note, this applies only to failed DNS lookups, socket - connections and connection timeouts, never to requests where data has - made it to the server. By default, Requests does not retry failed - connections. If you need granular control over the conditions under - which we retry a request, import urllib3's ``Retry`` class and pass - that instead. - :param pool_block: Whether the connection pool should block for connections. - - Usage:: - - >>> import requests - >>> s = requests.Session() - >>> a = requests.adapters.HTTPAdapter(max_retries=3) - >>> s.mount('http://', a) - """ - - __attrs__ = [ - "max_retries", - "config", - "_pool_connections", - "_pool_maxsize", - "_pool_block", - ] - - def __init__( - self, - pool_connections=DEFAULT_POOLSIZE, - pool_maxsize=DEFAULT_POOLSIZE, - max_retries=DEFAULT_RETRIES, - pool_block=DEFAULT_POOLBLOCK, - ): - if max_retries == DEFAULT_RETRIES: - self.max_retries = Retry(0, read=False) - else: - self.max_retries = Retry.from_int(max_retries) - self.config = {} - self.proxy_manager = {} - - super().__init__() - - self._pool_connections = pool_connections - self._pool_maxsize = pool_maxsize - self._pool_block = pool_block - - self.init_poolmanager(pool_connections, pool_maxsize, block=pool_block) - - def __getstate__(self): - return {attr: getattr(self, attr, None) for attr in self.__attrs__} - - def __setstate__(self, state): - # Can't handle by adding 'proxy_manager' to self.__attrs__ because - # self.poolmanager uses a lambda function, which isn't pickleable. - self.proxy_manager = {} - self.config = {} - - for attr, value in state.items(): - setattr(self, attr, value) - - self.init_poolmanager( - self._pool_connections, self._pool_maxsize, block=self._pool_block - ) - - def init_poolmanager( - self, connections, maxsize, block=DEFAULT_POOLBLOCK, **pool_kwargs - ): - """Initializes a urllib3 PoolManager. - - This method should not be called from user code, and is only - exposed for use when subclassing the - :class:`HTTPAdapter `. - - :param connections: The number of urllib3 connection pools to cache. - :param maxsize: The maximum number of connections to save in the pool. - :param block: Block when no free connections are available. - :param pool_kwargs: Extra keyword arguments used to initialize the Pool Manager. - """ - # save these values for pickling - self._pool_connections = connections - self._pool_maxsize = maxsize - self._pool_block = block - - self.poolmanager = PoolManager( - num_pools=connections, - maxsize=maxsize, - block=block, - **pool_kwargs, - ) - - def proxy_manager_for(self, proxy, **proxy_kwargs): - """Return urllib3 ProxyManager for the given proxy. - - This method should not be called from user code, and is only - exposed for use when subclassing the - :class:`HTTPAdapter `. - - :param proxy: The proxy to return a urllib3 ProxyManager for. - :param proxy_kwargs: Extra keyword arguments used to configure the Proxy Manager. - :returns: ProxyManager - :rtype: urllib3.ProxyManager - """ - if proxy in self.proxy_manager: - manager = self.proxy_manager[proxy] - elif proxy.lower().startswith("socks"): - username, password = get_auth_from_url(proxy) - manager = self.proxy_manager[proxy] = SOCKSProxyManager( - proxy, - username=username, - password=password, - num_pools=self._pool_connections, - maxsize=self._pool_maxsize, - block=self._pool_block, - **proxy_kwargs, - ) - else: - proxy_headers = self.proxy_headers(proxy) - manager = self.proxy_manager[proxy] = proxy_from_url( - proxy, - proxy_headers=proxy_headers, - num_pools=self._pool_connections, - maxsize=self._pool_maxsize, - block=self._pool_block, - **proxy_kwargs, - ) - - return manager - - def cert_verify(self, conn, url, verify, cert): - """Verify a SSL certificate. This method should not be called from user - code, and is only exposed for use when subclassing the - :class:`HTTPAdapter `. - - :param conn: The urllib3 connection object associated with the cert. - :param url: The requested URL. - :param verify: Either a boolean, in which case it controls whether we verify - the server's TLS certificate, or a string, in which case it must be a path - to a CA bundle to use - :param cert: The SSL certificate to verify. - """ - if url.lower().startswith("https") and verify: - - cert_loc = None - - # Allow self-specified cert location. - if verify is not True: - cert_loc = verify - - if not cert_loc: - cert_loc = extract_zipped_paths(DEFAULT_CA_BUNDLE_PATH) - - if not cert_loc or not os.path.exists(cert_loc): - raise OSError( - f"Could not find a suitable TLS CA certificate bundle, " - f"invalid path: {cert_loc}" - ) - - conn.cert_reqs = "CERT_REQUIRED" - - if not os.path.isdir(cert_loc): - conn.ca_certs = cert_loc - else: - conn.ca_cert_dir = cert_loc - else: - conn.cert_reqs = "CERT_NONE" - conn.ca_certs = None - conn.ca_cert_dir = None - - if cert: - if not isinstance(cert, basestring): - conn.cert_file = cert[0] - conn.key_file = cert[1] - else: - conn.cert_file = cert - conn.key_file = None - if conn.cert_file and not os.path.exists(conn.cert_file): - raise OSError( - f"Could not find the TLS certificate file, " - f"invalid path: {conn.cert_file}" - ) - if conn.key_file and not os.path.exists(conn.key_file): - raise OSError( - f"Could not find the TLS key file, invalid path: {conn.key_file}" - ) - - def build_response(self, req, resp): - """Builds a :class:`Response ` object from a urllib3 - response. This should not be called from user code, and is only exposed - for use when subclassing the - :class:`HTTPAdapter ` - - :param req: The :class:`PreparedRequest ` used to generate the response. - :param resp: The urllib3 response object. - :rtype: requests.Response - """ - response = Response() - - # Fallback to None if there's no status_code, for whatever reason. - response.status_code = getattr(resp, "status", None) - - # Make headers case-insensitive. - response.headers = CaseInsensitiveDict(getattr(resp, "headers", {})) - - # Set encoding. - response.encoding = get_encoding_from_headers(response.headers) - response.raw = resp - response.reason = response.raw.reason - - if isinstance(req.url, bytes): - response.url = req.url.decode("utf-8") - else: - response.url = req.url - - # Add new cookies from the server. - extract_cookies_to_jar(response.cookies, req, resp) - - # Give the Response some context. - response.request = req - response.connection = self - - return response - - def get_connection(self, url, proxies=None): - """Returns a urllib3 connection for the given URL. This should not be - called from user code, and is only exposed for use when subclassing the - :class:`HTTPAdapter `. - - :param url: The URL to connect to. - :param proxies: (optional) A Requests-style dictionary of proxies used on this request. - :rtype: urllib3.ConnectionPool - """ - proxy = select_proxy(url, proxies) - - if proxy: - proxy = prepend_scheme_if_needed(proxy, "http") - proxy_url = parse_url(proxy) - if not proxy_url.host: - raise InvalidProxyURL( - "Please check proxy URL. It is malformed " - "and could be missing the host." - ) - proxy_manager = self.proxy_manager_for(proxy) - conn = proxy_manager.connection_from_url(url) - else: - # Only scheme should be lower case - parsed = urlparse(url) - url = parsed.geturl() - conn = self.poolmanager.connection_from_url(url) - - return conn - - def close(self): - """Disposes of any internal state. - - Currently, this closes the PoolManager and any active ProxyManager, - which closes any pooled connections. - """ - self.poolmanager.clear() - for proxy in self.proxy_manager.values(): - proxy.clear() - - def request_url(self, request, proxies): - """Obtain the url to use when making the final request. - - If the message is being sent through a HTTP proxy, the full URL has to - be used. Otherwise, we should only use the path portion of the URL. - - This should not be called from user code, and is only exposed for use - when subclassing the - :class:`HTTPAdapter `. - - :param request: The :class:`PreparedRequest ` being sent. - :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs. - :rtype: str - """ - proxy = select_proxy(request.url, proxies) - scheme = urlparse(request.url).scheme - - is_proxied_http_request = proxy and scheme != "https" - using_socks_proxy = False - if proxy: - proxy_scheme = urlparse(proxy).scheme.lower() - using_socks_proxy = proxy_scheme.startswith("socks") - - url = request.path_url - if is_proxied_http_request and not using_socks_proxy: - url = urldefragauth(request.url) - - return url - - def add_headers(self, request, **kwargs): - """Add any headers needed by the connection. As of v2.0 this does - nothing by default, but is left for overriding by users that subclass - the :class:`HTTPAdapter `. - - This should not be called from user code, and is only exposed for use - when subclassing the - :class:`HTTPAdapter `. - - :param request: The :class:`PreparedRequest ` to add headers to. - :param kwargs: The keyword arguments from the call to send(). - """ - pass - - def proxy_headers(self, proxy): - """Returns a dictionary of the headers to add to any request sent - through a proxy. This works with urllib3 magic to ensure that they are - correctly sent to the proxy, rather than in a tunnelled request if - CONNECT is being used. - - This should not be called from user code, and is only exposed for use - when subclassing the - :class:`HTTPAdapter `. - - :param proxy: The url of the proxy being used for this request. - :rtype: dict - """ - headers = {} - username, password = get_auth_from_url(proxy) - - if username: - headers["Proxy-Authorization"] = _basic_auth_str(username, password) - - return headers - - def send( - self, request, stream=False, timeout=None, verify=True, cert=None, proxies=None - ): - """Sends PreparedRequest object. Returns Response object. - - :param request: The :class:`PreparedRequest ` being sent. - :param stream: (optional) Whether to stream the request content. - :param timeout: (optional) How long to wait for the server to send - data before giving up, as a float, or a :ref:`(connect timeout, - read timeout) ` tuple. - :type timeout: float or tuple or urllib3 Timeout object - :param verify: (optional) Either a boolean, in which case it controls whether - we verify the server's TLS certificate, or a string, in which case it - must be a path to a CA bundle to use - :param cert: (optional) Any user-provided SSL certificate to be trusted. - :param proxies: (optional) The proxies dictionary to apply to the request. - :rtype: requests.Response - """ - - try: - conn = self.get_connection(request.url, proxies) - except LocationValueError as e: - raise InvalidURL(e, request=request) - - self.cert_verify(conn, request.url, verify, cert) - url = self.request_url(request, proxies) - self.add_headers( - request, - stream=stream, - timeout=timeout, - verify=verify, - cert=cert, - proxies=proxies, - ) - - chunked = not (request.body is None or "Content-Length" in request.headers) - - if isinstance(timeout, tuple): - try: - connect, read = timeout - timeout = TimeoutSauce(connect=connect, read=read) - except ValueError: - raise ValueError( - f"Invalid timeout {timeout}. Pass a (connect, read) timeout tuple, " - f"or a single float to set both timeouts to the same value." - ) - elif isinstance(timeout, TimeoutSauce): - pass - else: - timeout = TimeoutSauce(connect=timeout, read=timeout) - - try: - resp = conn.urlopen( - method=request.method, - url=url, - body=request.body, - headers=request.headers, - redirect=False, - assert_same_host=False, - preload_content=False, - decode_content=False, - retries=self.max_retries, - timeout=timeout, - chunked=chunked, - ) - - except (ProtocolError, OSError) as err: - raise ConnectionError(err, request=request) - - except MaxRetryError as e: - if isinstance(e.reason, ConnectTimeoutError): - # TODO: Remove this in 3.0.0: see #2811 - if not isinstance(e.reason, NewConnectionError): - raise ConnectTimeout(e, request=request) - - if isinstance(e.reason, ResponseError): - raise RetryError(e, request=request) - - if isinstance(e.reason, _ProxyError): - raise ProxyError(e, request=request) - - if isinstance(e.reason, _SSLError): - # This branch is for urllib3 v1.22 and later. - raise SSLError(e, request=request) - - raise ConnectionError(e, request=request) - - except ClosedPoolError as e: - raise ConnectionError(e, request=request) - - except _ProxyError as e: - raise ProxyError(e) - - except (_SSLError, _HTTPError) as e: - if isinstance(e, _SSLError): - # This branch is for urllib3 versions earlier than v1.22 - raise SSLError(e, request=request) - elif isinstance(e, ReadTimeoutError): - raise ReadTimeout(e, request=request) - elif isinstance(e, _InvalidHeader): - raise InvalidHeader(e, request=request) - else: - raise - - return self.build_response(request, resp) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py deleted file mode 100644 index cd0b3ee..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py +++ /dev/null @@ -1,157 +0,0 @@ -""" -requests.api -~~~~~~~~~~~~ - -This module implements the Requests API. - -:copyright: (c) 2012 by Kenneth Reitz. -:license: Apache2, see LICENSE for more details. -""" - -from . import sessions - - -def request(method, url, **kwargs): - """Constructs and sends a :class:`Request `. - - :param method: method for the new :class:`Request` object: ``GET``, ``OPTIONS``, ``HEAD``, ``POST``, ``PUT``, ``PATCH``, or ``DELETE``. - :param url: URL for the new :class:`Request` object. - :param params: (optional) Dictionary, list of tuples or bytes to send - in the query string for the :class:`Request`. - :param data: (optional) Dictionary, list of tuples, bytes, or file-like - object to send in the body of the :class:`Request`. - :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. - :param headers: (optional) Dictionary of HTTP Headers to send with the :class:`Request`. - :param cookies: (optional) Dict or CookieJar object to send with the :class:`Request`. - :param files: (optional) Dictionary of ``'name': file-like-objects`` (or ``{'name': file-tuple}``) for multipart encoding upload. - ``file-tuple`` can be a 2-tuple ``('filename', fileobj)``, 3-tuple ``('filename', fileobj, 'content_type')`` - or a 4-tuple ``('filename', fileobj, 'content_type', custom_headers)``, where ``'content-type'`` is a string - defining the content type of the given file and ``custom_headers`` a dict-like object containing additional headers - to add for the file. - :param auth: (optional) Auth tuple to enable Basic/Digest/Custom HTTP Auth. - :param timeout: (optional) How many seconds to wait for the server to send data - before giving up, as a float, or a :ref:`(connect timeout, read - timeout) ` tuple. - :type timeout: float or tuple - :param allow_redirects: (optional) Boolean. Enable/disable GET/OPTIONS/POST/PUT/PATCH/DELETE/HEAD redirection. Defaults to ``True``. - :type allow_redirects: bool - :param proxies: (optional) Dictionary mapping protocol to the URL of the proxy. - :param verify: (optional) Either a boolean, in which case it controls whether we verify - the server's TLS certificate, or a string, in which case it must be a path - to a CA bundle to use. Defaults to ``True``. - :param stream: (optional) if ``False``, the response content will be immediately downloaded. - :param cert: (optional) if String, path to ssl client cert file (.pem). If Tuple, ('cert', 'key') pair. - :return: :class:`Response ` object - :rtype: requests.Response - - Usage:: - - >>> import requests - >>> req = requests.request('GET', 'https://httpbin.org/get') - >>> req - - """ - - # By using the 'with' statement we are sure the session is closed, thus we - # avoid leaving sockets open which can trigger a ResourceWarning in some - # cases, and look like a memory leak in others. - with sessions.Session() as session: - return session.request(method=method, url=url, **kwargs) - - -def get(url, params=None, **kwargs): - r"""Sends a GET request. - - :param url: URL for the new :class:`Request` object. - :param params: (optional) Dictionary, list of tuples or bytes to send - in the query string for the :class:`Request`. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :return: :class:`Response ` object - :rtype: requests.Response - """ - - return request("get", url, params=params, **kwargs) - - -def options(url, **kwargs): - r"""Sends an OPTIONS request. - - :param url: URL for the new :class:`Request` object. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :return: :class:`Response ` object - :rtype: requests.Response - """ - - return request("options", url, **kwargs) - - -def head(url, **kwargs): - r"""Sends a HEAD request. - - :param url: URL for the new :class:`Request` object. - :param \*\*kwargs: Optional arguments that ``request`` takes. If - `allow_redirects` is not provided, it will be set to `False` (as - opposed to the default :meth:`request` behavior). - :return: :class:`Response ` object - :rtype: requests.Response - """ - - kwargs.setdefault("allow_redirects", False) - return request("head", url, **kwargs) - - -def post(url, data=None, json=None, **kwargs): - r"""Sends a POST request. - - :param url: URL for the new :class:`Request` object. - :param data: (optional) Dictionary, list of tuples, bytes, or file-like - object to send in the body of the :class:`Request`. - :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :return: :class:`Response ` object - :rtype: requests.Response - """ - - return request("post", url, data=data, json=json, **kwargs) - - -def put(url, data=None, **kwargs): - r"""Sends a PUT request. - - :param url: URL for the new :class:`Request` object. - :param data: (optional) Dictionary, list of tuples, bytes, or file-like - object to send in the body of the :class:`Request`. - :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :return: :class:`Response ` object - :rtype: requests.Response - """ - - return request("put", url, data=data, **kwargs) - - -def patch(url, data=None, **kwargs): - r"""Sends a PATCH request. - - :param url: URL for the new :class:`Request` object. - :param data: (optional) Dictionary, list of tuples, bytes, or file-like - object to send in the body of the :class:`Request`. - :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :return: :class:`Response ` object - :rtype: requests.Response - """ - - return request("patch", url, data=data, **kwargs) - - -def delete(url, **kwargs): - r"""Sends a DELETE request. - - :param url: URL for the new :class:`Request` object. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :return: :class:`Response ` object - :rtype: requests.Response - """ - - return request("delete", url, **kwargs) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py deleted file mode 100644 index 9733686..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py +++ /dev/null @@ -1,315 +0,0 @@ -""" -requests.auth -~~~~~~~~~~~~~ - -This module contains the authentication handlers for Requests. -""" - -import hashlib -import os -import re -import threading -import time -import warnings -from base64 import b64encode - -from ._internal_utils import to_native_string -from .compat import basestring, str, urlparse -from .cookies import extract_cookies_to_jar -from .utils import parse_dict_header - -CONTENT_TYPE_FORM_URLENCODED = "application/x-www-form-urlencoded" -CONTENT_TYPE_MULTI_PART = "multipart/form-data" - - -def _basic_auth_str(username, password): - """Returns a Basic Auth string.""" - - # "I want us to put a big-ol' comment on top of it that - # says that this behaviour is dumb but we need to preserve - # it because people are relying on it." - # - Lukasa - # - # These are here solely to maintain backwards compatibility - # for things like ints. This will be removed in 3.0.0. - if not isinstance(username, basestring): - warnings.warn( - "Non-string usernames will no longer be supported in Requests " - "3.0.0. Please convert the object you've passed in ({!r}) to " - "a string or bytes object in the near future to avoid " - "problems.".format(username), - category=DeprecationWarning, - ) - username = str(username) - - if not isinstance(password, basestring): - warnings.warn( - "Non-string passwords will no longer be supported in Requests " - "3.0.0. Please convert the object you've passed in ({!r}) to " - "a string or bytes object in the near future to avoid " - "problems.".format(type(password)), - category=DeprecationWarning, - ) - password = str(password) - # -- End Removal -- - - if isinstance(username, str): - username = username.encode("latin1") - - if isinstance(password, str): - password = password.encode("latin1") - - authstr = "Basic " + to_native_string( - b64encode(b":".join((username, password))).strip() - ) - - return authstr - - -class AuthBase: - """Base class that all auth implementations derive from""" - - def __call__(self, r): - raise NotImplementedError("Auth hooks must be callable.") - - -class HTTPBasicAuth(AuthBase): - """Attaches HTTP Basic Authentication to the given Request object.""" - - def __init__(self, username, password): - self.username = username - self.password = password - - def __eq__(self, other): - return all( - [ - self.username == getattr(other, "username", None), - self.password == getattr(other, "password", None), - ] - ) - - def __ne__(self, other): - return not self == other - - def __call__(self, r): - r.headers["Authorization"] = _basic_auth_str(self.username, self.password) - return r - - -class HTTPProxyAuth(HTTPBasicAuth): - """Attaches HTTP Proxy Authentication to a given Request object.""" - - def __call__(self, r): - r.headers["Proxy-Authorization"] = _basic_auth_str(self.username, self.password) - return r - - -class HTTPDigestAuth(AuthBase): - """Attaches HTTP Digest Authentication to the given Request object.""" - - def __init__(self, username, password): - self.username = username - self.password = password - # Keep state in per-thread local storage - self._thread_local = threading.local() - - def init_per_thread_state(self): - # Ensure state is initialized just once per-thread - if not hasattr(self._thread_local, "init"): - self._thread_local.init = True - self._thread_local.last_nonce = "" - self._thread_local.nonce_count = 0 - self._thread_local.chal = {} - self._thread_local.pos = None - self._thread_local.num_401_calls = None - - def build_digest_header(self, method, url): - """ - :rtype: str - """ - - realm = self._thread_local.chal["realm"] - nonce = self._thread_local.chal["nonce"] - qop = self._thread_local.chal.get("qop") - algorithm = self._thread_local.chal.get("algorithm") - opaque = self._thread_local.chal.get("opaque") - hash_utf8 = None - - if algorithm is None: - _algorithm = "MD5" - else: - _algorithm = algorithm.upper() - # lambdas assume digest modules are imported at the top level - if _algorithm == "MD5" or _algorithm == "MD5-SESS": - - def md5_utf8(x): - if isinstance(x, str): - x = x.encode("utf-8") - return hashlib.md5(x).hexdigest() - - hash_utf8 = md5_utf8 - elif _algorithm == "SHA": - - def sha_utf8(x): - if isinstance(x, str): - x = x.encode("utf-8") - return hashlib.sha1(x).hexdigest() - - hash_utf8 = sha_utf8 - elif _algorithm == "SHA-256": - - def sha256_utf8(x): - if isinstance(x, str): - x = x.encode("utf-8") - return hashlib.sha256(x).hexdigest() - - hash_utf8 = sha256_utf8 - elif _algorithm == "SHA-512": - - def sha512_utf8(x): - if isinstance(x, str): - x = x.encode("utf-8") - return hashlib.sha512(x).hexdigest() - - hash_utf8 = sha512_utf8 - - KD = lambda s, d: hash_utf8(f"{s}:{d}") # noqa:E731 - - if hash_utf8 is None: - return None - - # XXX not implemented yet - entdig = None - p_parsed = urlparse(url) - #: path is request-uri defined in RFC 2616 which should not be empty - path = p_parsed.path or "/" - if p_parsed.query: - path += f"?{p_parsed.query}" - - A1 = f"{self.username}:{realm}:{self.password}" - A2 = f"{method}:{path}" - - HA1 = hash_utf8(A1) - HA2 = hash_utf8(A2) - - if nonce == self._thread_local.last_nonce: - self._thread_local.nonce_count += 1 - else: - self._thread_local.nonce_count = 1 - ncvalue = f"{self._thread_local.nonce_count:08x}" - s = str(self._thread_local.nonce_count).encode("utf-8") - s += nonce.encode("utf-8") - s += time.ctime().encode("utf-8") - s += os.urandom(8) - - cnonce = hashlib.sha1(s).hexdigest()[:16] - if _algorithm == "MD5-SESS": - HA1 = hash_utf8(f"{HA1}:{nonce}:{cnonce}") - - if not qop: - respdig = KD(HA1, f"{nonce}:{HA2}") - elif qop == "auth" or "auth" in qop.split(","): - noncebit = f"{nonce}:{ncvalue}:{cnonce}:auth:{HA2}" - respdig = KD(HA1, noncebit) - else: - # XXX handle auth-int. - return None - - self._thread_local.last_nonce = nonce - - # XXX should the partial digests be encoded too? - base = ( - f'username="{self.username}", realm="{realm}", nonce="{nonce}", ' - f'uri="{path}", response="{respdig}"' - ) - if opaque: - base += f', opaque="{opaque}"' - if algorithm: - base += f', algorithm="{algorithm}"' - if entdig: - base += f', digest="{entdig}"' - if qop: - base += f', qop="auth", nc={ncvalue}, cnonce="{cnonce}"' - - return f"Digest {base}" - - def handle_redirect(self, r, **kwargs): - """Reset num_401_calls counter on redirects.""" - if r.is_redirect: - self._thread_local.num_401_calls = 1 - - def handle_401(self, r, **kwargs): - """ - Takes the given response and tries digest-auth, if needed. - - :rtype: requests.Response - """ - - # If response is not 4xx, do not auth - # See https://github.com/psf/requests/issues/3772 - if not 400 <= r.status_code < 500: - self._thread_local.num_401_calls = 1 - return r - - if self._thread_local.pos is not None: - # Rewind the file position indicator of the body to where - # it was to resend the request. - r.request.body.seek(self._thread_local.pos) - s_auth = r.headers.get("www-authenticate", "") - - if "digest" in s_auth.lower() and self._thread_local.num_401_calls < 2: - - self._thread_local.num_401_calls += 1 - pat = re.compile(r"digest ", flags=re.IGNORECASE) - self._thread_local.chal = parse_dict_header(pat.sub("", s_auth, count=1)) - - # Consume content and release the original connection - # to allow our new request to reuse the same one. - r.content - r.close() - prep = r.request.copy() - extract_cookies_to_jar(prep._cookies, r.request, r.raw) - prep.prepare_cookies(prep._cookies) - - prep.headers["Authorization"] = self.build_digest_header( - prep.method, prep.url - ) - _r = r.connection.send(prep, **kwargs) - _r.history.append(r) - _r.request = prep - - return _r - - self._thread_local.num_401_calls = 1 - return r - - def __call__(self, r): - # Initialize per-thread state, if needed - self.init_per_thread_state() - # If we have a saved nonce, skip the 401 - if self._thread_local.last_nonce: - r.headers["Authorization"] = self.build_digest_header(r.method, r.url) - try: - self._thread_local.pos = r.body.tell() - except AttributeError: - # In the case of HTTPDigestAuth being reused and the body of - # the previous request was a file-like object, pos has the - # file position of the previous body. Ensure it's set to - # None. - self._thread_local.pos = None - r.register_hook("response", self.handle_401) - r.register_hook("response", self.handle_redirect) - self._thread_local.num_401_calls = 1 - - return r - - def __eq__(self, other): - return all( - [ - self.username == getattr(other, "username", None), - self.password == getattr(other, "password", None), - ] - ) - - def __ne__(self, other): - return not self == other diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py deleted file mode 100644 index 38696a1..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/env python - -""" -requests.certs -~~~~~~~~~~~~~~ - -This module returns the preferred default CA certificate bundle. There is -only one — the one from the certifi package. - -If you are packaging Requests, e.g., for a Linux distribution or a managed -environment, you can change the definition of where() to return a separately -packaged CA bundle. -""" - -import os - -if "_PIP_STANDALONE_CERT" not in os.environ: - from pip._vendor.certifi import where -else: - def where(): - return os.environ["_PIP_STANDALONE_CERT"] - -if __name__ == "__main__": - print(where()) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py deleted file mode 100644 index 9ab2bb4..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py +++ /dev/null @@ -1,67 +0,0 @@ -""" -requests.compat -~~~~~~~~~~~~~~~ - -This module previously handled import compatibility issues -between Python 2 and Python 3. It remains for backwards -compatibility until the next major version. -""" - -from pip._vendor import chardet - -import sys - -# ------- -# Pythons -# ------- - -# Syntax sugar. -_ver = sys.version_info - -#: Python 2.x? -is_py2 = _ver[0] == 2 - -#: Python 3.x? -is_py3 = _ver[0] == 3 - -# Note: We've patched out simplejson support in pip because it prevents -# upgrading simplejson on Windows. -import json -from json import JSONDecodeError - -# Keep OrderedDict for backwards compatibility. -from collections import OrderedDict -from collections.abc import Callable, Mapping, MutableMapping -from http import cookiejar as cookielib -from http.cookies import Morsel -from io import StringIO - -# -------------- -# Legacy Imports -# -------------- -from urllib.parse import ( - quote, - quote_plus, - unquote, - unquote_plus, - urldefrag, - urlencode, - urljoin, - urlparse, - urlsplit, - urlunparse, -) -from urllib.request import ( - getproxies, - getproxies_environment, - parse_http_list, - proxy_bypass, - proxy_bypass_environment, -) - -builtin_str = str -str = str -bytes = bytes -basestring = (str, bytes) -numeric_types = (int, float) -integer_types = (int,) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py deleted file mode 100644 index bf54ab2..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py +++ /dev/null @@ -1,561 +0,0 @@ -""" -requests.cookies -~~~~~~~~~~~~~~~~ - -Compatibility code to be able to use `cookielib.CookieJar` with requests. - -requests.utils imports from here, so be careful with imports. -""" - -import calendar -import copy -import time - -from ._internal_utils import to_native_string -from .compat import Morsel, MutableMapping, cookielib, urlparse, urlunparse - -try: - import threading -except ImportError: - import dummy_threading as threading - - -class MockRequest: - """Wraps a `requests.Request` to mimic a `urllib2.Request`. - - The code in `cookielib.CookieJar` expects this interface in order to correctly - manage cookie policies, i.e., determine whether a cookie can be set, given the - domains of the request and the cookie. - - The original request object is read-only. The client is responsible for collecting - the new headers via `get_new_headers()` and interpreting them appropriately. You - probably want `get_cookie_header`, defined below. - """ - - def __init__(self, request): - self._r = request - self._new_headers = {} - self.type = urlparse(self._r.url).scheme - - def get_type(self): - return self.type - - def get_host(self): - return urlparse(self._r.url).netloc - - def get_origin_req_host(self): - return self.get_host() - - def get_full_url(self): - # Only return the response's URL if the user hadn't set the Host - # header - if not self._r.headers.get("Host"): - return self._r.url - # If they did set it, retrieve it and reconstruct the expected domain - host = to_native_string(self._r.headers["Host"], encoding="utf-8") - parsed = urlparse(self._r.url) - # Reconstruct the URL as we expect it - return urlunparse( - [ - parsed.scheme, - host, - parsed.path, - parsed.params, - parsed.query, - parsed.fragment, - ] - ) - - def is_unverifiable(self): - return True - - def has_header(self, name): - return name in self._r.headers or name in self._new_headers - - def get_header(self, name, default=None): - return self._r.headers.get(name, self._new_headers.get(name, default)) - - def add_header(self, key, val): - """cookielib has no legitimate use for this method; add it back if you find one.""" - raise NotImplementedError( - "Cookie headers should be added with add_unredirected_header()" - ) - - def add_unredirected_header(self, name, value): - self._new_headers[name] = value - - def get_new_headers(self): - return self._new_headers - - @property - def unverifiable(self): - return self.is_unverifiable() - - @property - def origin_req_host(self): - return self.get_origin_req_host() - - @property - def host(self): - return self.get_host() - - -class MockResponse: - """Wraps a `httplib.HTTPMessage` to mimic a `urllib.addinfourl`. - - ...what? Basically, expose the parsed HTTP headers from the server response - the way `cookielib` expects to see them. - """ - - def __init__(self, headers): - """Make a MockResponse for `cookielib` to read. - - :param headers: a httplib.HTTPMessage or analogous carrying the headers - """ - self._headers = headers - - def info(self): - return self._headers - - def getheaders(self, name): - self._headers.getheaders(name) - - -def extract_cookies_to_jar(jar, request, response): - """Extract the cookies from the response into a CookieJar. - - :param jar: cookielib.CookieJar (not necessarily a RequestsCookieJar) - :param request: our own requests.Request object - :param response: urllib3.HTTPResponse object - """ - if not (hasattr(response, "_original_response") and response._original_response): - return - # the _original_response field is the wrapped httplib.HTTPResponse object, - req = MockRequest(request) - # pull out the HTTPMessage with the headers and put it in the mock: - res = MockResponse(response._original_response.msg) - jar.extract_cookies(res, req) - - -def get_cookie_header(jar, request): - """ - Produce an appropriate Cookie header string to be sent with `request`, or None. - - :rtype: str - """ - r = MockRequest(request) - jar.add_cookie_header(r) - return r.get_new_headers().get("Cookie") - - -def remove_cookie_by_name(cookiejar, name, domain=None, path=None): - """Unsets a cookie by name, by default over all domains and paths. - - Wraps CookieJar.clear(), is O(n). - """ - clearables = [] - for cookie in cookiejar: - if cookie.name != name: - continue - if domain is not None and domain != cookie.domain: - continue - if path is not None and path != cookie.path: - continue - clearables.append((cookie.domain, cookie.path, cookie.name)) - - for domain, path, name in clearables: - cookiejar.clear(domain, path, name) - - -class CookieConflictError(RuntimeError): - """There are two cookies that meet the criteria specified in the cookie jar. - Use .get and .set and include domain and path args in order to be more specific. - """ - - -class RequestsCookieJar(cookielib.CookieJar, MutableMapping): - """Compatibility class; is a cookielib.CookieJar, but exposes a dict - interface. - - This is the CookieJar we create by default for requests and sessions that - don't specify one, since some clients may expect response.cookies and - session.cookies to support dict operations. - - Requests does not use the dict interface internally; it's just for - compatibility with external client code. All requests code should work - out of the box with externally provided instances of ``CookieJar``, e.g. - ``LWPCookieJar`` and ``FileCookieJar``. - - Unlike a regular CookieJar, this class is pickleable. - - .. warning:: dictionary operations that are normally O(1) may be O(n). - """ - - def get(self, name, default=None, domain=None, path=None): - """Dict-like get() that also supports optional domain and path args in - order to resolve naming collisions from using one cookie jar over - multiple domains. - - .. warning:: operation is O(n), not O(1). - """ - try: - return self._find_no_duplicates(name, domain, path) - except KeyError: - return default - - def set(self, name, value, **kwargs): - """Dict-like set() that also supports optional domain and path args in - order to resolve naming collisions from using one cookie jar over - multiple domains. - """ - # support client code that unsets cookies by assignment of a None value: - if value is None: - remove_cookie_by_name( - self, name, domain=kwargs.get("domain"), path=kwargs.get("path") - ) - return - - if isinstance(value, Morsel): - c = morsel_to_cookie(value) - else: - c = create_cookie(name, value, **kwargs) - self.set_cookie(c) - return c - - def iterkeys(self): - """Dict-like iterkeys() that returns an iterator of names of cookies - from the jar. - - .. seealso:: itervalues() and iteritems(). - """ - for cookie in iter(self): - yield cookie.name - - def keys(self): - """Dict-like keys() that returns a list of names of cookies from the - jar. - - .. seealso:: values() and items(). - """ - return list(self.iterkeys()) - - def itervalues(self): - """Dict-like itervalues() that returns an iterator of values of cookies - from the jar. - - .. seealso:: iterkeys() and iteritems(). - """ - for cookie in iter(self): - yield cookie.value - - def values(self): - """Dict-like values() that returns a list of values of cookies from the - jar. - - .. seealso:: keys() and items(). - """ - return list(self.itervalues()) - - def iteritems(self): - """Dict-like iteritems() that returns an iterator of name-value tuples - from the jar. - - .. seealso:: iterkeys() and itervalues(). - """ - for cookie in iter(self): - yield cookie.name, cookie.value - - def items(self): - """Dict-like items() that returns a list of name-value tuples from the - jar. Allows client-code to call ``dict(RequestsCookieJar)`` and get a - vanilla python dict of key value pairs. - - .. seealso:: keys() and values(). - """ - return list(self.iteritems()) - - def list_domains(self): - """Utility method to list all the domains in the jar.""" - domains = [] - for cookie in iter(self): - if cookie.domain not in domains: - domains.append(cookie.domain) - return domains - - def list_paths(self): - """Utility method to list all the paths in the jar.""" - paths = [] - for cookie in iter(self): - if cookie.path not in paths: - paths.append(cookie.path) - return paths - - def multiple_domains(self): - """Returns True if there are multiple domains in the jar. - Returns False otherwise. - - :rtype: bool - """ - domains = [] - for cookie in iter(self): - if cookie.domain is not None and cookie.domain in domains: - return True - domains.append(cookie.domain) - return False # there is only one domain in jar - - def get_dict(self, domain=None, path=None): - """Takes as an argument an optional domain and path and returns a plain - old Python dict of name-value pairs of cookies that meet the - requirements. - - :rtype: dict - """ - dictionary = {} - for cookie in iter(self): - if (domain is None or cookie.domain == domain) and ( - path is None or cookie.path == path - ): - dictionary[cookie.name] = cookie.value - return dictionary - - def __contains__(self, name): - try: - return super().__contains__(name) - except CookieConflictError: - return True - - def __getitem__(self, name): - """Dict-like __getitem__() for compatibility with client code. Throws - exception if there are more than one cookie with name. In that case, - use the more explicit get() method instead. - - .. warning:: operation is O(n), not O(1). - """ - return self._find_no_duplicates(name) - - def __setitem__(self, name, value): - """Dict-like __setitem__ for compatibility with client code. Throws - exception if there is already a cookie of that name in the jar. In that - case, use the more explicit set() method instead. - """ - self.set(name, value) - - def __delitem__(self, name): - """Deletes a cookie given a name. Wraps ``cookielib.CookieJar``'s - ``remove_cookie_by_name()``. - """ - remove_cookie_by_name(self, name) - - def set_cookie(self, cookie, *args, **kwargs): - if ( - hasattr(cookie.value, "startswith") - and cookie.value.startswith('"') - and cookie.value.endswith('"') - ): - cookie.value = cookie.value.replace('\\"', "") - return super().set_cookie(cookie, *args, **kwargs) - - def update(self, other): - """Updates this jar with cookies from another CookieJar or dict-like""" - if isinstance(other, cookielib.CookieJar): - for cookie in other: - self.set_cookie(copy.copy(cookie)) - else: - super().update(other) - - def _find(self, name, domain=None, path=None): - """Requests uses this method internally to get cookie values. - - If there are conflicting cookies, _find arbitrarily chooses one. - See _find_no_duplicates if you want an exception thrown if there are - conflicting cookies. - - :param name: a string containing name of cookie - :param domain: (optional) string containing domain of cookie - :param path: (optional) string containing path of cookie - :return: cookie.value - """ - for cookie in iter(self): - if cookie.name == name: - if domain is None or cookie.domain == domain: - if path is None or cookie.path == path: - return cookie.value - - raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") - - def _find_no_duplicates(self, name, domain=None, path=None): - """Both ``__get_item__`` and ``get`` call this function: it's never - used elsewhere in Requests. - - :param name: a string containing name of cookie - :param domain: (optional) string containing domain of cookie - :param path: (optional) string containing path of cookie - :raises KeyError: if cookie is not found - :raises CookieConflictError: if there are multiple cookies - that match name and optionally domain and path - :return: cookie.value - """ - toReturn = None - for cookie in iter(self): - if cookie.name == name: - if domain is None or cookie.domain == domain: - if path is None or cookie.path == path: - if toReturn is not None: - # if there are multiple cookies that meet passed in criteria - raise CookieConflictError( - f"There are multiple cookies with name, {name!r}" - ) - # we will eventually return this as long as no cookie conflict - toReturn = cookie.value - - if toReturn: - return toReturn - raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") - - def __getstate__(self): - """Unlike a normal CookieJar, this class is pickleable.""" - state = self.__dict__.copy() - # remove the unpickleable RLock object - state.pop("_cookies_lock") - return state - - def __setstate__(self, state): - """Unlike a normal CookieJar, this class is pickleable.""" - self.__dict__.update(state) - if "_cookies_lock" not in self.__dict__: - self._cookies_lock = threading.RLock() - - def copy(self): - """Return a copy of this RequestsCookieJar.""" - new_cj = RequestsCookieJar() - new_cj.set_policy(self.get_policy()) - new_cj.update(self) - return new_cj - - def get_policy(self): - """Return the CookiePolicy instance used.""" - return self._policy - - -def _copy_cookie_jar(jar): - if jar is None: - return None - - if hasattr(jar, "copy"): - # We're dealing with an instance of RequestsCookieJar - return jar.copy() - # We're dealing with a generic CookieJar instance - new_jar = copy.copy(jar) - new_jar.clear() - for cookie in jar: - new_jar.set_cookie(copy.copy(cookie)) - return new_jar - - -def create_cookie(name, value, **kwargs): - """Make a cookie from underspecified parameters. - - By default, the pair of `name` and `value` will be set for the domain '' - and sent on every request (this is sometimes called a "supercookie"). - """ - result = { - "version": 0, - "name": name, - "value": value, - "port": None, - "domain": "", - "path": "/", - "secure": False, - "expires": None, - "discard": True, - "comment": None, - "comment_url": None, - "rest": {"HttpOnly": None}, - "rfc2109": False, - } - - badargs = set(kwargs) - set(result) - if badargs: - raise TypeError( - f"create_cookie() got unexpected keyword arguments: {list(badargs)}" - ) - - result.update(kwargs) - result["port_specified"] = bool(result["port"]) - result["domain_specified"] = bool(result["domain"]) - result["domain_initial_dot"] = result["domain"].startswith(".") - result["path_specified"] = bool(result["path"]) - - return cookielib.Cookie(**result) - - -def morsel_to_cookie(morsel): - """Convert a Morsel object into a Cookie containing the one k/v pair.""" - - expires = None - if morsel["max-age"]: - try: - expires = int(time.time() + int(morsel["max-age"])) - except ValueError: - raise TypeError(f"max-age: {morsel['max-age']} must be integer") - elif morsel["expires"]: - time_template = "%a, %d-%b-%Y %H:%M:%S GMT" - expires = calendar.timegm(time.strptime(morsel["expires"], time_template)) - return create_cookie( - comment=morsel["comment"], - comment_url=bool(morsel["comment"]), - discard=False, - domain=morsel["domain"], - expires=expires, - name=morsel.key, - path=morsel["path"], - port=None, - rest={"HttpOnly": morsel["httponly"]}, - rfc2109=False, - secure=bool(morsel["secure"]), - value=morsel.value, - version=morsel["version"] or 0, - ) - - -def cookiejar_from_dict(cookie_dict, cookiejar=None, overwrite=True): - """Returns a CookieJar from a key/value dictionary. - - :param cookie_dict: Dict of key/values to insert into CookieJar. - :param cookiejar: (optional) A cookiejar to add the cookies to. - :param overwrite: (optional) If False, will not replace cookies - already in the jar with new ones. - :rtype: CookieJar - """ - if cookiejar is None: - cookiejar = RequestsCookieJar() - - if cookie_dict is not None: - names_from_jar = [cookie.name for cookie in cookiejar] - for name in cookie_dict: - if overwrite or (name not in names_from_jar): - cookiejar.set_cookie(create_cookie(name, cookie_dict[name])) - - return cookiejar - - -def merge_cookies(cookiejar, cookies): - """Add cookies to cookiejar and returns a merged CookieJar. - - :param cookiejar: CookieJar object to add the cookies to. - :param cookies: Dictionary or CookieJar object to be added. - :rtype: CookieJar - """ - if not isinstance(cookiejar, cookielib.CookieJar): - raise ValueError("You can only merge into CookieJar") - - if isinstance(cookies, dict): - cookiejar = cookiejar_from_dict(cookies, cookiejar=cookiejar, overwrite=False) - elif isinstance(cookies, cookielib.CookieJar): - try: - cookiejar.update(cookies) - except AttributeError: - for cookie_in_jar in cookies: - cookiejar.set_cookie(cookie_in_jar) - - return cookiejar diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py deleted file mode 100644 index 168d073..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py +++ /dev/null @@ -1,141 +0,0 @@ -""" -requests.exceptions -~~~~~~~~~~~~~~~~~~~ - -This module contains the set of Requests' exceptions. -""" -from pip._vendor.urllib3.exceptions import HTTPError as BaseHTTPError - -from .compat import JSONDecodeError as CompatJSONDecodeError - - -class RequestException(IOError): - """There was an ambiguous exception that occurred while handling your - request. - """ - - def __init__(self, *args, **kwargs): - """Initialize RequestException with `request` and `response` objects.""" - response = kwargs.pop("response", None) - self.response = response - self.request = kwargs.pop("request", None) - if response is not None and not self.request and hasattr(response, "request"): - self.request = self.response.request - super().__init__(*args, **kwargs) - - -class InvalidJSONError(RequestException): - """A JSON error occurred.""" - - -class JSONDecodeError(InvalidJSONError, CompatJSONDecodeError): - """Couldn't decode the text into json""" - - def __init__(self, *args, **kwargs): - """ - Construct the JSONDecodeError instance first with all - args. Then use it's args to construct the IOError so that - the json specific args aren't used as IOError specific args - and the error message from JSONDecodeError is preserved. - """ - CompatJSONDecodeError.__init__(self, *args) - InvalidJSONError.__init__(self, *self.args, **kwargs) - - -class HTTPError(RequestException): - """An HTTP error occurred.""" - - -class ConnectionError(RequestException): - """A Connection error occurred.""" - - -class ProxyError(ConnectionError): - """A proxy error occurred.""" - - -class SSLError(ConnectionError): - """An SSL error occurred.""" - - -class Timeout(RequestException): - """The request timed out. - - Catching this error will catch both - :exc:`~requests.exceptions.ConnectTimeout` and - :exc:`~requests.exceptions.ReadTimeout` errors. - """ - - -class ConnectTimeout(ConnectionError, Timeout): - """The request timed out while trying to connect to the remote server. - - Requests that produced this error are safe to retry. - """ - - -class ReadTimeout(Timeout): - """The server did not send any data in the allotted amount of time.""" - - -class URLRequired(RequestException): - """A valid URL is required to make a request.""" - - -class TooManyRedirects(RequestException): - """Too many redirects.""" - - -class MissingSchema(RequestException, ValueError): - """The URL scheme (e.g. http or https) is missing.""" - - -class InvalidSchema(RequestException, ValueError): - """The URL scheme provided is either invalid or unsupported.""" - - -class InvalidURL(RequestException, ValueError): - """The URL provided was somehow invalid.""" - - -class InvalidHeader(RequestException, ValueError): - """The header value provided was somehow invalid.""" - - -class InvalidProxyURL(InvalidURL): - """The proxy URL provided is invalid.""" - - -class ChunkedEncodingError(RequestException): - """The server declared chunked encoding but sent an invalid chunk.""" - - -class ContentDecodingError(RequestException, BaseHTTPError): - """Failed to decode response content.""" - - -class StreamConsumedError(RequestException, TypeError): - """The content for this response was already consumed.""" - - -class RetryError(RequestException): - """Custom retries logic failed""" - - -class UnrewindableBodyError(RequestException): - """Requests encountered an error when trying to rewind a body.""" - - -# Warnings - - -class RequestsWarning(Warning): - """Base warning for Requests.""" - - -class FileModeWarning(RequestsWarning, DeprecationWarning): - """A file was opened in text mode, but Requests determined its binary length.""" - - -class RequestsDependencyWarning(RequestsWarning): - """An imported dependency doesn't match the expected version range.""" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py deleted file mode 100644 index 2d292c2..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py +++ /dev/null @@ -1,131 +0,0 @@ -"""Module containing bug report helper(s).""" - -import json -import platform -import ssl -import sys - -from pip._vendor import idna -from pip._vendor import urllib3 - -from . import __version__ as requests_version - -charset_normalizer = None - -try: - from pip._vendor import chardet -except ImportError: - chardet = None - -try: - from pip._vendor.urllib3.contrib import pyopenssl -except ImportError: - pyopenssl = None - OpenSSL = None - cryptography = None -else: - import cryptography - import OpenSSL - - -def _implementation(): - """Return a dict with the Python implementation and version. - - Provide both the name and the version of the Python implementation - currently running. For example, on CPython 3.10.3 it will return - {'name': 'CPython', 'version': '3.10.3'}. - - This function works best on CPython and PyPy: in particular, it probably - doesn't work for Jython or IronPython. Future investigation should be done - to work out the correct shape of the code for those platforms. - """ - implementation = platform.python_implementation() - - if implementation == "CPython": - implementation_version = platform.python_version() - elif implementation == "PyPy": - implementation_version = "{}.{}.{}".format( - sys.pypy_version_info.major, - sys.pypy_version_info.minor, - sys.pypy_version_info.micro, - ) - if sys.pypy_version_info.releaselevel != "final": - implementation_version = "".join( - [implementation_version, sys.pypy_version_info.releaselevel] - ) - elif implementation == "Jython": - implementation_version = platform.python_version() # Complete Guess - elif implementation == "IronPython": - implementation_version = platform.python_version() # Complete Guess - else: - implementation_version = "Unknown" - - return {"name": implementation, "version": implementation_version} - - -def info(): - """Generate information for a bug report.""" - try: - platform_info = { - "system": platform.system(), - "release": platform.release(), - } - except OSError: - platform_info = { - "system": "Unknown", - "release": "Unknown", - } - - implementation_info = _implementation() - urllib3_info = {"version": urllib3.__version__} - charset_normalizer_info = {"version": None} - chardet_info = {"version": None} - if charset_normalizer: - charset_normalizer_info = {"version": charset_normalizer.__version__} - if chardet: - chardet_info = {"version": chardet.__version__} - - pyopenssl_info = { - "version": None, - "openssl_version": "", - } - if OpenSSL: - pyopenssl_info = { - "version": OpenSSL.__version__, - "openssl_version": f"{OpenSSL.SSL.OPENSSL_VERSION_NUMBER:x}", - } - cryptography_info = { - "version": getattr(cryptography, "__version__", ""), - } - idna_info = { - "version": getattr(idna, "__version__", ""), - } - - system_ssl = ssl.OPENSSL_VERSION_NUMBER - system_ssl_info = {"version": f"{system_ssl:x}" if system_ssl is not None else ""} - - return { - "platform": platform_info, - "implementation": implementation_info, - "system_ssl": system_ssl_info, - "using_pyopenssl": pyopenssl is not None, - "using_charset_normalizer": chardet is None, - "pyOpenSSL": pyopenssl_info, - "urllib3": urllib3_info, - "chardet": chardet_info, - "charset_normalizer": charset_normalizer_info, - "cryptography": cryptography_info, - "idna": idna_info, - "requests": { - "version": requests_version, - }, - } - - -def main(): - """Pretty-print the bug information as JSON.""" - print(json.dumps(info(), sort_keys=True, indent=2)) - - -if __name__ == "__main__": - main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py deleted file mode 100644 index d181ba2..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py +++ /dev/null @@ -1,33 +0,0 @@ -""" -requests.hooks -~~~~~~~~~~~~~~ - -This module provides the capabilities for the Requests hooks system. - -Available hooks: - -``response``: - The response generated from a Request. -""" -HOOKS = ["response"] - - -def default_hooks(): - return {event: [] for event in HOOKS} - - -# TODO: response is the only one - - -def dispatch_hook(key, hooks, hook_data, **kwargs): - """Dispatches a hook dictionary on a given piece of data.""" - hooks = hooks or {} - hooks = hooks.get(key) - if hooks: - if hasattr(hooks, "__call__"): - hooks = [hooks] - for hook in hooks: - _hook_data = hook(hook_data, **kwargs) - if _hook_data is not None: - hook_data = _hook_data - return hook_data diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py deleted file mode 100644 index 76e6f19..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py +++ /dev/null @@ -1,1034 +0,0 @@ -""" -requests.models -~~~~~~~~~~~~~~~ - -This module contains the primary objects that power Requests. -""" - -import datetime - -# Import encoding now, to avoid implicit import later. -# Implicit import within threads may cause LookupError when standard library is in a ZIP, -# such as in Embedded Python. See https://github.com/psf/requests/issues/3578. -import encodings.idna # noqa: F401 -from io import UnsupportedOperation - -from pip._vendor.urllib3.exceptions import ( - DecodeError, - LocationParseError, - ProtocolError, - ReadTimeoutError, - SSLError, -) -from pip._vendor.urllib3.fields import RequestField -from pip._vendor.urllib3.filepost import encode_multipart_formdata -from pip._vendor.urllib3.util import parse_url - -from ._internal_utils import to_native_string, unicode_is_ascii -from .auth import HTTPBasicAuth -from .compat import ( - Callable, - JSONDecodeError, - Mapping, - basestring, - builtin_str, - chardet, - cookielib, -) -from .compat import json as complexjson -from .compat import urlencode, urlsplit, urlunparse -from .cookies import _copy_cookie_jar, cookiejar_from_dict, get_cookie_header -from .exceptions import ( - ChunkedEncodingError, - ConnectionError, - ContentDecodingError, - HTTPError, - InvalidJSONError, - InvalidURL, -) -from .exceptions import JSONDecodeError as RequestsJSONDecodeError -from .exceptions import MissingSchema -from .exceptions import SSLError as RequestsSSLError -from .exceptions import StreamConsumedError -from .hooks import default_hooks -from .status_codes import codes -from .structures import CaseInsensitiveDict -from .utils import ( - check_header_validity, - get_auth_from_url, - guess_filename, - guess_json_utf, - iter_slices, - parse_header_links, - requote_uri, - stream_decode_response_unicode, - super_len, - to_key_val_list, -) - -#: The set of HTTP status codes that indicate an automatically -#: processable redirect. -REDIRECT_STATI = ( - codes.moved, # 301 - codes.found, # 302 - codes.other, # 303 - codes.temporary_redirect, # 307 - codes.permanent_redirect, # 308 -) - -DEFAULT_REDIRECT_LIMIT = 30 -CONTENT_CHUNK_SIZE = 10 * 1024 -ITER_CHUNK_SIZE = 512 - - -class RequestEncodingMixin: - @property - def path_url(self): - """Build the path URL to use.""" - - url = [] - - p = urlsplit(self.url) - - path = p.path - if not path: - path = "/" - - url.append(path) - - query = p.query - if query: - url.append("?") - url.append(query) - - return "".join(url) - - @staticmethod - def _encode_params(data): - """Encode parameters in a piece of data. - - Will successfully encode parameters when passed as a dict or a list of - 2-tuples. Order is retained if data is a list of 2-tuples but arbitrary - if parameters are supplied as a dict. - """ - - if isinstance(data, (str, bytes)): - return data - elif hasattr(data, "read"): - return data - elif hasattr(data, "__iter__"): - result = [] - for k, vs in to_key_val_list(data): - if isinstance(vs, basestring) or not hasattr(vs, "__iter__"): - vs = [vs] - for v in vs: - if v is not None: - result.append( - ( - k.encode("utf-8") if isinstance(k, str) else k, - v.encode("utf-8") if isinstance(v, str) else v, - ) - ) - return urlencode(result, doseq=True) - else: - return data - - @staticmethod - def _encode_files(files, data): - """Build the body for a multipart/form-data request. - - Will successfully encode files when passed as a dict or a list of - tuples. Order is retained if data is a list of tuples but arbitrary - if parameters are supplied as a dict. - The tuples may be 2-tuples (filename, fileobj), 3-tuples (filename, fileobj, contentype) - or 4-tuples (filename, fileobj, contentype, custom_headers). - """ - if not files: - raise ValueError("Files must be provided.") - elif isinstance(data, basestring): - raise ValueError("Data must not be a string.") - - new_fields = [] - fields = to_key_val_list(data or {}) - files = to_key_val_list(files or {}) - - for field, val in fields: - if isinstance(val, basestring) or not hasattr(val, "__iter__"): - val = [val] - for v in val: - if v is not None: - # Don't call str() on bytestrings: in Py3 it all goes wrong. - if not isinstance(v, bytes): - v = str(v) - - new_fields.append( - ( - field.decode("utf-8") - if isinstance(field, bytes) - else field, - v.encode("utf-8") if isinstance(v, str) else v, - ) - ) - - for (k, v) in files: - # support for explicit filename - ft = None - fh = None - if isinstance(v, (tuple, list)): - if len(v) == 2: - fn, fp = v - elif len(v) == 3: - fn, fp, ft = v - else: - fn, fp, ft, fh = v - else: - fn = guess_filename(v) or k - fp = v - - if isinstance(fp, (str, bytes, bytearray)): - fdata = fp - elif hasattr(fp, "read"): - fdata = fp.read() - elif fp is None: - continue - else: - fdata = fp - - rf = RequestField(name=k, data=fdata, filename=fn, headers=fh) - rf.make_multipart(content_type=ft) - new_fields.append(rf) - - body, content_type = encode_multipart_formdata(new_fields) - - return body, content_type - - -class RequestHooksMixin: - def register_hook(self, event, hook): - """Properly register a hook.""" - - if event not in self.hooks: - raise ValueError(f'Unsupported event specified, with event name "{event}"') - - if isinstance(hook, Callable): - self.hooks[event].append(hook) - elif hasattr(hook, "__iter__"): - self.hooks[event].extend(h for h in hook if isinstance(h, Callable)) - - def deregister_hook(self, event, hook): - """Deregister a previously registered hook. - Returns True if the hook existed, False if not. - """ - - try: - self.hooks[event].remove(hook) - return True - except ValueError: - return False - - -class Request(RequestHooksMixin): - """A user-created :class:`Request ` object. - - Used to prepare a :class:`PreparedRequest `, which is sent to the server. - - :param method: HTTP method to use. - :param url: URL to send. - :param headers: dictionary of headers to send. - :param files: dictionary of {filename: fileobject} files to multipart upload. - :param data: the body to attach to the request. If a dictionary or - list of tuples ``[(key, value)]`` is provided, form-encoding will - take place. - :param json: json for the body to attach to the request (if files or data is not specified). - :param params: URL parameters to append to the URL. If a dictionary or - list of tuples ``[(key, value)]`` is provided, form-encoding will - take place. - :param auth: Auth handler or (user, pass) tuple. - :param cookies: dictionary or CookieJar of cookies to attach to this request. - :param hooks: dictionary of callback hooks, for internal usage. - - Usage:: - - >>> import requests - >>> req = requests.Request('GET', 'https://httpbin.org/get') - >>> req.prepare() - - """ - - def __init__( - self, - method=None, - url=None, - headers=None, - files=None, - data=None, - params=None, - auth=None, - cookies=None, - hooks=None, - json=None, - ): - - # Default empty dicts for dict params. - data = [] if data is None else data - files = [] if files is None else files - headers = {} if headers is None else headers - params = {} if params is None else params - hooks = {} if hooks is None else hooks - - self.hooks = default_hooks() - for (k, v) in list(hooks.items()): - self.register_hook(event=k, hook=v) - - self.method = method - self.url = url - self.headers = headers - self.files = files - self.data = data - self.json = json - self.params = params - self.auth = auth - self.cookies = cookies - - def __repr__(self): - return f"" - - def prepare(self): - """Constructs a :class:`PreparedRequest ` for transmission and returns it.""" - p = PreparedRequest() - p.prepare( - method=self.method, - url=self.url, - headers=self.headers, - files=self.files, - data=self.data, - json=self.json, - params=self.params, - auth=self.auth, - cookies=self.cookies, - hooks=self.hooks, - ) - return p - - -class PreparedRequest(RequestEncodingMixin, RequestHooksMixin): - """The fully mutable :class:`PreparedRequest ` object, - containing the exact bytes that will be sent to the server. - - Instances are generated from a :class:`Request ` object, and - should not be instantiated manually; doing so may produce undesirable - effects. - - Usage:: - - >>> import requests - >>> req = requests.Request('GET', 'https://httpbin.org/get') - >>> r = req.prepare() - >>> r - - - >>> s = requests.Session() - >>> s.send(r) - - """ - - def __init__(self): - #: HTTP verb to send to the server. - self.method = None - #: HTTP URL to send the request to. - self.url = None - #: dictionary of HTTP headers. - self.headers = None - # The `CookieJar` used to create the Cookie header will be stored here - # after prepare_cookies is called - self._cookies = None - #: request body to send to the server. - self.body = None - #: dictionary of callback hooks, for internal usage. - self.hooks = default_hooks() - #: integer denoting starting position of a readable file-like body. - self._body_position = None - - def prepare( - self, - method=None, - url=None, - headers=None, - files=None, - data=None, - params=None, - auth=None, - cookies=None, - hooks=None, - json=None, - ): - """Prepares the entire request with the given parameters.""" - - self.prepare_method(method) - self.prepare_url(url, params) - self.prepare_headers(headers) - self.prepare_cookies(cookies) - self.prepare_body(data, files, json) - self.prepare_auth(auth, url) - - # Note that prepare_auth must be last to enable authentication schemes - # such as OAuth to work on a fully prepared request. - - # This MUST go after prepare_auth. Authenticators could add a hook - self.prepare_hooks(hooks) - - def __repr__(self): - return f"" - - def copy(self): - p = PreparedRequest() - p.method = self.method - p.url = self.url - p.headers = self.headers.copy() if self.headers is not None else None - p._cookies = _copy_cookie_jar(self._cookies) - p.body = self.body - p.hooks = self.hooks - p._body_position = self._body_position - return p - - def prepare_method(self, method): - """Prepares the given HTTP method.""" - self.method = method - if self.method is not None: - self.method = to_native_string(self.method.upper()) - - @staticmethod - def _get_idna_encoded_host(host): - from pip._vendor import idna - - try: - host = idna.encode(host, uts46=True).decode("utf-8") - except idna.IDNAError: - raise UnicodeError - return host - - def prepare_url(self, url, params): - """Prepares the given HTTP URL.""" - #: Accept objects that have string representations. - #: We're unable to blindly call unicode/str functions - #: as this will include the bytestring indicator (b'') - #: on python 3.x. - #: https://github.com/psf/requests/pull/2238 - if isinstance(url, bytes): - url = url.decode("utf8") - else: - url = str(url) - - # Remove leading whitespaces from url - url = url.lstrip() - - # Don't do any URL preparation for non-HTTP schemes like `mailto`, - # `data` etc to work around exceptions from `url_parse`, which - # handles RFC 3986 only. - if ":" in url and not url.lower().startswith("http"): - self.url = url - return - - # Support for unicode domain names and paths. - try: - scheme, auth, host, port, path, query, fragment = parse_url(url) - except LocationParseError as e: - raise InvalidURL(*e.args) - - if not scheme: - raise MissingSchema( - f"Invalid URL {url!r}: No scheme supplied. " - f"Perhaps you meant https://{url}?" - ) - - if not host: - raise InvalidURL(f"Invalid URL {url!r}: No host supplied") - - # In general, we want to try IDNA encoding the hostname if the string contains - # non-ASCII characters. This allows users to automatically get the correct IDNA - # behaviour. For strings containing only ASCII characters, we need to also verify - # it doesn't start with a wildcard (*), before allowing the unencoded hostname. - if not unicode_is_ascii(host): - try: - host = self._get_idna_encoded_host(host) - except UnicodeError: - raise InvalidURL("URL has an invalid label.") - elif host.startswith(("*", ".")): - raise InvalidURL("URL has an invalid label.") - - # Carefully reconstruct the network location - netloc = auth or "" - if netloc: - netloc += "@" - netloc += host - if port: - netloc += f":{port}" - - # Bare domains aren't valid URLs. - if not path: - path = "/" - - if isinstance(params, (str, bytes)): - params = to_native_string(params) - - enc_params = self._encode_params(params) - if enc_params: - if query: - query = f"{query}&{enc_params}" - else: - query = enc_params - - url = requote_uri(urlunparse([scheme, netloc, path, None, query, fragment])) - self.url = url - - def prepare_headers(self, headers): - """Prepares the given HTTP headers.""" - - self.headers = CaseInsensitiveDict() - if headers: - for header in headers.items(): - # Raise exception on invalid header value. - check_header_validity(header) - name, value = header - self.headers[to_native_string(name)] = value - - def prepare_body(self, data, files, json=None): - """Prepares the given HTTP body data.""" - - # Check if file, fo, generator, iterator. - # If not, run through normal process. - - # Nottin' on you. - body = None - content_type = None - - if not data and json is not None: - # urllib3 requires a bytes-like body. Python 2's json.dumps - # provides this natively, but Python 3 gives a Unicode string. - content_type = "application/json" - - try: - body = complexjson.dumps(json, allow_nan=False) - except ValueError as ve: - raise InvalidJSONError(ve, request=self) - - if not isinstance(body, bytes): - body = body.encode("utf-8") - - is_stream = all( - [ - hasattr(data, "__iter__"), - not isinstance(data, (basestring, list, tuple, Mapping)), - ] - ) - - if is_stream: - try: - length = super_len(data) - except (TypeError, AttributeError, UnsupportedOperation): - length = None - - body = data - - if getattr(body, "tell", None) is not None: - # Record the current file position before reading. - # This will allow us to rewind a file in the event - # of a redirect. - try: - self._body_position = body.tell() - except OSError: - # This differentiates from None, allowing us to catch - # a failed `tell()` later when trying to rewind the body - self._body_position = object() - - if files: - raise NotImplementedError( - "Streamed bodies and files are mutually exclusive." - ) - - if length: - self.headers["Content-Length"] = builtin_str(length) - else: - self.headers["Transfer-Encoding"] = "chunked" - else: - # Multi-part file uploads. - if files: - (body, content_type) = self._encode_files(files, data) - else: - if data: - body = self._encode_params(data) - if isinstance(data, basestring) or hasattr(data, "read"): - content_type = None - else: - content_type = "application/x-www-form-urlencoded" - - self.prepare_content_length(body) - - # Add content-type if it wasn't explicitly provided. - if content_type and ("content-type" not in self.headers): - self.headers["Content-Type"] = content_type - - self.body = body - - def prepare_content_length(self, body): - """Prepare Content-Length header based on request method and body""" - if body is not None: - length = super_len(body) - if length: - # If length exists, set it. Otherwise, we fallback - # to Transfer-Encoding: chunked. - self.headers["Content-Length"] = builtin_str(length) - elif ( - self.method not in ("GET", "HEAD") - and self.headers.get("Content-Length") is None - ): - # Set Content-Length to 0 for methods that can have a body - # but don't provide one. (i.e. not GET or HEAD) - self.headers["Content-Length"] = "0" - - def prepare_auth(self, auth, url=""): - """Prepares the given HTTP auth data.""" - - # If no Auth is explicitly provided, extract it from the URL first. - if auth is None: - url_auth = get_auth_from_url(self.url) - auth = url_auth if any(url_auth) else None - - if auth: - if isinstance(auth, tuple) and len(auth) == 2: - # special-case basic HTTP auth - auth = HTTPBasicAuth(*auth) - - # Allow auth to make its changes. - r = auth(self) - - # Update self to reflect the auth changes. - self.__dict__.update(r.__dict__) - - # Recompute Content-Length - self.prepare_content_length(self.body) - - def prepare_cookies(self, cookies): - """Prepares the given HTTP cookie data. - - This function eventually generates a ``Cookie`` header from the - given cookies using cookielib. Due to cookielib's design, the header - will not be regenerated if it already exists, meaning this function - can only be called once for the life of the - :class:`PreparedRequest ` object. Any subsequent calls - to ``prepare_cookies`` will have no actual effect, unless the "Cookie" - header is removed beforehand. - """ - if isinstance(cookies, cookielib.CookieJar): - self._cookies = cookies - else: - self._cookies = cookiejar_from_dict(cookies) - - cookie_header = get_cookie_header(self._cookies, self) - if cookie_header is not None: - self.headers["Cookie"] = cookie_header - - def prepare_hooks(self, hooks): - """Prepares the given hooks.""" - # hooks can be passed as None to the prepare method and to this - # method. To prevent iterating over None, simply use an empty list - # if hooks is False-y - hooks = hooks or [] - for event in hooks: - self.register_hook(event, hooks[event]) - - -class Response: - """The :class:`Response ` object, which contains a - server's response to an HTTP request. - """ - - __attrs__ = [ - "_content", - "status_code", - "headers", - "url", - "history", - "encoding", - "reason", - "cookies", - "elapsed", - "request", - ] - - def __init__(self): - self._content = False - self._content_consumed = False - self._next = None - - #: Integer Code of responded HTTP Status, e.g. 404 or 200. - self.status_code = None - - #: Case-insensitive Dictionary of Response Headers. - #: For example, ``headers['content-encoding']`` will return the - #: value of a ``'Content-Encoding'`` response header. - self.headers = CaseInsensitiveDict() - - #: File-like object representation of response (for advanced usage). - #: Use of ``raw`` requires that ``stream=True`` be set on the request. - #: This requirement does not apply for use internally to Requests. - self.raw = None - - #: Final URL location of Response. - self.url = None - - #: Encoding to decode with when accessing r.text. - self.encoding = None - - #: A list of :class:`Response ` objects from - #: the history of the Request. Any redirect responses will end - #: up here. The list is sorted from the oldest to the most recent request. - self.history = [] - - #: Textual reason of responded HTTP Status, e.g. "Not Found" or "OK". - self.reason = None - - #: A CookieJar of Cookies the server sent back. - self.cookies = cookiejar_from_dict({}) - - #: The amount of time elapsed between sending the request - #: and the arrival of the response (as a timedelta). - #: This property specifically measures the time taken between sending - #: the first byte of the request and finishing parsing the headers. It - #: is therefore unaffected by consuming the response content or the - #: value of the ``stream`` keyword argument. - self.elapsed = datetime.timedelta(0) - - #: The :class:`PreparedRequest ` object to which this - #: is a response. - self.request = None - - def __enter__(self): - return self - - def __exit__(self, *args): - self.close() - - def __getstate__(self): - # Consume everything; accessing the content attribute makes - # sure the content has been fully read. - if not self._content_consumed: - self.content - - return {attr: getattr(self, attr, None) for attr in self.__attrs__} - - def __setstate__(self, state): - for name, value in state.items(): - setattr(self, name, value) - - # pickled objects do not have .raw - setattr(self, "_content_consumed", True) - setattr(self, "raw", None) - - def __repr__(self): - return f"" - - def __bool__(self): - """Returns True if :attr:`status_code` is less than 400. - - This attribute checks if the status code of the response is between - 400 and 600 to see if there was a client error or a server error. If - the status code, is between 200 and 400, this will return True. This - is **not** a check to see if the response code is ``200 OK``. - """ - return self.ok - - def __nonzero__(self): - """Returns True if :attr:`status_code` is less than 400. - - This attribute checks if the status code of the response is between - 400 and 600 to see if there was a client error or a server error. If - the status code, is between 200 and 400, this will return True. This - is **not** a check to see if the response code is ``200 OK``. - """ - return self.ok - - def __iter__(self): - """Allows you to use a response as an iterator.""" - return self.iter_content(128) - - @property - def ok(self): - """Returns True if :attr:`status_code` is less than 400, False if not. - - This attribute checks if the status code of the response is between - 400 and 600 to see if there was a client error or a server error. If - the status code is between 200 and 400, this will return True. This - is **not** a check to see if the response code is ``200 OK``. - """ - try: - self.raise_for_status() - except HTTPError: - return False - return True - - @property - def is_redirect(self): - """True if this Response is a well-formed HTTP redirect that could have - been processed automatically (by :meth:`Session.resolve_redirects`). - """ - return "location" in self.headers and self.status_code in REDIRECT_STATI - - @property - def is_permanent_redirect(self): - """True if this Response one of the permanent versions of redirect.""" - return "location" in self.headers and self.status_code in ( - codes.moved_permanently, - codes.permanent_redirect, - ) - - @property - def next(self): - """Returns a PreparedRequest for the next request in a redirect chain, if there is one.""" - return self._next - - @property - def apparent_encoding(self): - """The apparent encoding, provided by the charset_normalizer or chardet libraries.""" - return chardet.detect(self.content)["encoding"] - - def iter_content(self, chunk_size=1, decode_unicode=False): - """Iterates over the response data. When stream=True is set on the - request, this avoids reading the content at once into memory for - large responses. The chunk size is the number of bytes it should - read into memory. This is not necessarily the length of each item - returned as decoding can take place. - - chunk_size must be of type int or None. A value of None will - function differently depending on the value of `stream`. - stream=True will read data as it arrives in whatever size the - chunks are received. If stream=False, data is returned as - a single chunk. - - If decode_unicode is True, content will be decoded using the best - available encoding based on the response. - """ - - def generate(): - # Special case for urllib3. - if hasattr(self.raw, "stream"): - try: - yield from self.raw.stream(chunk_size, decode_content=True) - except ProtocolError as e: - raise ChunkedEncodingError(e) - except DecodeError as e: - raise ContentDecodingError(e) - except ReadTimeoutError as e: - raise ConnectionError(e) - except SSLError as e: - raise RequestsSSLError(e) - else: - # Standard file-like object. - while True: - chunk = self.raw.read(chunk_size) - if not chunk: - break - yield chunk - - self._content_consumed = True - - if self._content_consumed and isinstance(self._content, bool): - raise StreamConsumedError() - elif chunk_size is not None and not isinstance(chunk_size, int): - raise TypeError( - f"chunk_size must be an int, it is instead a {type(chunk_size)}." - ) - # simulate reading small chunks of the content - reused_chunks = iter_slices(self._content, chunk_size) - - stream_chunks = generate() - - chunks = reused_chunks if self._content_consumed else stream_chunks - - if decode_unicode: - chunks = stream_decode_response_unicode(chunks, self) - - return chunks - - def iter_lines( - self, chunk_size=ITER_CHUNK_SIZE, decode_unicode=False, delimiter=None - ): - """Iterates over the response data, one line at a time. When - stream=True is set on the request, this avoids reading the - content at once into memory for large responses. - - .. note:: This method is not reentrant safe. - """ - - pending = None - - for chunk in self.iter_content( - chunk_size=chunk_size, decode_unicode=decode_unicode - ): - - if pending is not None: - chunk = pending + chunk - - if delimiter: - lines = chunk.split(delimiter) - else: - lines = chunk.splitlines() - - if lines and lines[-1] and chunk and lines[-1][-1] == chunk[-1]: - pending = lines.pop() - else: - pending = None - - yield from lines - - if pending is not None: - yield pending - - @property - def content(self): - """Content of the response, in bytes.""" - - if self._content is False: - # Read the contents. - if self._content_consumed: - raise RuntimeError("The content for this response was already consumed") - - if self.status_code == 0 or self.raw is None: - self._content = None - else: - self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b"" - - self._content_consumed = True - # don't need to release the connection; that's been handled by urllib3 - # since we exhausted the data. - return self._content - - @property - def text(self): - """Content of the response, in unicode. - - If Response.encoding is None, encoding will be guessed using - ``charset_normalizer`` or ``chardet``. - - The encoding of the response content is determined based solely on HTTP - headers, following RFC 2616 to the letter. If you can take advantage of - non-HTTP knowledge to make a better guess at the encoding, you should - set ``r.encoding`` appropriately before accessing this property. - """ - - # Try charset from content-type - content = None - encoding = self.encoding - - if not self.content: - return "" - - # Fallback to auto-detected encoding. - if self.encoding is None: - encoding = self.apparent_encoding - - # Decode unicode from given encoding. - try: - content = str(self.content, encoding, errors="replace") - except (LookupError, TypeError): - # A LookupError is raised if the encoding was not found which could - # indicate a misspelling or similar mistake. - # - # A TypeError can be raised if encoding is None - # - # So we try blindly encoding. - content = str(self.content, errors="replace") - - return content - - def json(self, **kwargs): - r"""Returns the json-encoded content of a response, if any. - - :param \*\*kwargs: Optional arguments that ``json.loads`` takes. - :raises requests.exceptions.JSONDecodeError: If the response body does not - contain valid json. - """ - - if not self.encoding and self.content and len(self.content) > 3: - # No encoding set. JSON RFC 4627 section 3 states we should expect - # UTF-8, -16 or -32. Detect which one to use; If the detection or - # decoding fails, fall back to `self.text` (using charset_normalizer to make - # a best guess). - encoding = guess_json_utf(self.content) - if encoding is not None: - try: - return complexjson.loads(self.content.decode(encoding), **kwargs) - except UnicodeDecodeError: - # Wrong UTF codec detected; usually because it's not UTF-8 - # but some other 8-bit codec. This is an RFC violation, - # and the server didn't bother to tell us what codec *was* - # used. - pass - except JSONDecodeError as e: - raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) - - try: - return complexjson.loads(self.text, **kwargs) - except JSONDecodeError as e: - # Catch JSON-related errors and raise as requests.JSONDecodeError - # This aliases json.JSONDecodeError and simplejson.JSONDecodeError - raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) - - @property - def links(self): - """Returns the parsed header links of the response, if any.""" - - header = self.headers.get("link") - - resolved_links = {} - - if header: - links = parse_header_links(header) - - for link in links: - key = link.get("rel") or link.get("url") - resolved_links[key] = link - - return resolved_links - - def raise_for_status(self): - """Raises :class:`HTTPError`, if one occurred.""" - - http_error_msg = "" - if isinstance(self.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. (See PR #3538) - try: - reason = self.reason.decode("utf-8") - except UnicodeDecodeError: - reason = self.reason.decode("iso-8859-1") - else: - reason = self.reason - - if 400 <= self.status_code < 500: - http_error_msg = ( - f"{self.status_code} Client Error: {reason} for url: {self.url}" - ) - - elif 500 <= self.status_code < 600: - http_error_msg = ( - f"{self.status_code} Server Error: {reason} for url: {self.url}" - ) - - if http_error_msg: - raise HTTPError(http_error_msg, response=self) - - def close(self): - """Releases the connection back to the pool. Once this method has been - called the underlying ``raw`` object must not be accessed again. - - *Note: Should not normally need to be called explicitly.* - """ - if not self._content_consumed: - self.raw.close() - - release_conn = getattr(self.raw, "release_conn", None) - if release_conn is not None: - release_conn() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py deleted file mode 100644 index 9582fa7..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py +++ /dev/null @@ -1,16 +0,0 @@ -import sys - -# This code exists for backwards compatibility reasons. -# I don't like it either. Just look the other way. :) - -for package in ('urllib3', 'idna', 'chardet'): - vendored_package = "pip._vendor." + package - locals()[package] = __import__(vendored_package) - # This traversal is apparently necessary such that the identities are - # preserved (requests.packages.urllib3.* is urllib3.*) - for mod in list(sys.modules): - if mod == vendored_package or mod.startswith(vendored_package + '.'): - unprefixed_mod = mod[len("pip._vendor."):] - sys.modules['pip._vendor.requests.packages.' + unprefixed_mod] = sys.modules[mod] - -# Kinda cool, though, right? diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py deleted file mode 100644 index dbcf2a7..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py +++ /dev/null @@ -1,833 +0,0 @@ -""" -requests.sessions -~~~~~~~~~~~~~~~~~ - -This module provides a Session object to manage and persist settings across -requests (cookies, auth, proxies). -""" -import os -import sys -import time -from collections import OrderedDict -from datetime import timedelta - -from ._internal_utils import to_native_string -from .adapters import HTTPAdapter -from .auth import _basic_auth_str -from .compat import Mapping, cookielib, urljoin, urlparse -from .cookies import ( - RequestsCookieJar, - cookiejar_from_dict, - extract_cookies_to_jar, - merge_cookies, -) -from .exceptions import ( - ChunkedEncodingError, - ContentDecodingError, - InvalidSchema, - TooManyRedirects, -) -from .hooks import default_hooks, dispatch_hook - -# formerly defined here, reexposed here for backward compatibility -from .models import ( # noqa: F401 - DEFAULT_REDIRECT_LIMIT, - REDIRECT_STATI, - PreparedRequest, - Request, -) -from .status_codes import codes -from .structures import CaseInsensitiveDict -from .utils import ( # noqa: F401 - DEFAULT_PORTS, - default_headers, - get_auth_from_url, - get_environ_proxies, - get_netrc_auth, - requote_uri, - resolve_proxies, - rewind_body, - should_bypass_proxies, - to_key_val_list, -) - -# Preferred clock, based on which one is more accurate on a given system. -if sys.platform == "win32": - preferred_clock = time.perf_counter -else: - preferred_clock = time.time - - -def merge_setting(request_setting, session_setting, dict_class=OrderedDict): - """Determines appropriate setting for a given request, taking into account - the explicit setting on that request, and the setting in the session. If a - setting is a dictionary, they will be merged together using `dict_class` - """ - - if session_setting is None: - return request_setting - - if request_setting is None: - return session_setting - - # Bypass if not a dictionary (e.g. verify) - if not ( - isinstance(session_setting, Mapping) and isinstance(request_setting, Mapping) - ): - return request_setting - - merged_setting = dict_class(to_key_val_list(session_setting)) - merged_setting.update(to_key_val_list(request_setting)) - - # Remove keys that are set to None. Extract keys first to avoid altering - # the dictionary during iteration. - none_keys = [k for (k, v) in merged_setting.items() if v is None] - for key in none_keys: - del merged_setting[key] - - return merged_setting - - -def merge_hooks(request_hooks, session_hooks, dict_class=OrderedDict): - """Properly merges both requests and session hooks. - - This is necessary because when request_hooks == {'response': []}, the - merge breaks Session hooks entirely. - """ - if session_hooks is None or session_hooks.get("response") == []: - return request_hooks - - if request_hooks is None or request_hooks.get("response") == []: - return session_hooks - - return merge_setting(request_hooks, session_hooks, dict_class) - - -class SessionRedirectMixin: - def get_redirect_target(self, resp): - """Receives a Response. Returns a redirect URI or ``None``""" - # Due to the nature of how requests processes redirects this method will - # be called at least once upon the original response and at least twice - # on each subsequent redirect response (if any). - # If a custom mixin is used to handle this logic, it may be advantageous - # to cache the redirect location onto the response object as a private - # attribute. - if resp.is_redirect: - location = resp.headers["location"] - # Currently the underlying http module on py3 decode headers - # in latin1, but empirical evidence suggests that latin1 is very - # rarely used with non-ASCII characters in HTTP headers. - # It is more likely to get UTF8 header rather than latin1. - # This causes incorrect handling of UTF8 encoded location headers. - # To solve this, we re-encode the location in latin1. - location = location.encode("latin1") - return to_native_string(location, "utf8") - return None - - def should_strip_auth(self, old_url, new_url): - """Decide whether Authorization header should be removed when redirecting""" - old_parsed = urlparse(old_url) - new_parsed = urlparse(new_url) - if old_parsed.hostname != new_parsed.hostname: - return True - # Special case: allow http -> https redirect when using the standard - # ports. This isn't specified by RFC 7235, but is kept to avoid - # breaking backwards compatibility with older versions of requests - # that allowed any redirects on the same host. - if ( - old_parsed.scheme == "http" - and old_parsed.port in (80, None) - and new_parsed.scheme == "https" - and new_parsed.port in (443, None) - ): - return False - - # Handle default port usage corresponding to scheme. - changed_port = old_parsed.port != new_parsed.port - changed_scheme = old_parsed.scheme != new_parsed.scheme - default_port = (DEFAULT_PORTS.get(old_parsed.scheme, None), None) - if ( - not changed_scheme - and old_parsed.port in default_port - and new_parsed.port in default_port - ): - return False - - # Standard case: root URI must match - return changed_port or changed_scheme - - def resolve_redirects( - self, - resp, - req, - stream=False, - timeout=None, - verify=True, - cert=None, - proxies=None, - yield_requests=False, - **adapter_kwargs, - ): - """Receives a Response. Returns a generator of Responses or Requests.""" - - hist = [] # keep track of history - - url = self.get_redirect_target(resp) - previous_fragment = urlparse(req.url).fragment - while url: - prepared_request = req.copy() - - # Update history and keep track of redirects. - # resp.history must ignore the original request in this loop - hist.append(resp) - resp.history = hist[1:] - - try: - resp.content # Consume socket so it can be released - except (ChunkedEncodingError, ContentDecodingError, RuntimeError): - resp.raw.read(decode_content=False) - - if len(resp.history) >= self.max_redirects: - raise TooManyRedirects( - f"Exceeded {self.max_redirects} redirects.", response=resp - ) - - # Release the connection back into the pool. - resp.close() - - # Handle redirection without scheme (see: RFC 1808 Section 4) - if url.startswith("//"): - parsed_rurl = urlparse(resp.url) - url = ":".join([to_native_string(parsed_rurl.scheme), url]) - - # Normalize url case and attach previous fragment if needed (RFC 7231 7.1.2) - parsed = urlparse(url) - if parsed.fragment == "" and previous_fragment: - parsed = parsed._replace(fragment=previous_fragment) - elif parsed.fragment: - previous_fragment = parsed.fragment - url = parsed.geturl() - - # Facilitate relative 'location' headers, as allowed by RFC 7231. - # (e.g. '/path/to/resource' instead of 'http://domain.tld/path/to/resource') - # Compliant with RFC3986, we percent encode the url. - if not parsed.netloc: - url = urljoin(resp.url, requote_uri(url)) - else: - url = requote_uri(url) - - prepared_request.url = to_native_string(url) - - self.rebuild_method(prepared_request, resp) - - # https://github.com/psf/requests/issues/1084 - if resp.status_code not in ( - codes.temporary_redirect, - codes.permanent_redirect, - ): - # https://github.com/psf/requests/issues/3490 - purged_headers = ("Content-Length", "Content-Type", "Transfer-Encoding") - for header in purged_headers: - prepared_request.headers.pop(header, None) - prepared_request.body = None - - headers = prepared_request.headers - headers.pop("Cookie", None) - - # Extract any cookies sent on the response to the cookiejar - # in the new request. Because we've mutated our copied prepared - # request, use the old one that we haven't yet touched. - extract_cookies_to_jar(prepared_request._cookies, req, resp.raw) - merge_cookies(prepared_request._cookies, self.cookies) - prepared_request.prepare_cookies(prepared_request._cookies) - - # Rebuild auth and proxy information. - proxies = self.rebuild_proxies(prepared_request, proxies) - self.rebuild_auth(prepared_request, resp) - - # A failed tell() sets `_body_position` to `object()`. This non-None - # value ensures `rewindable` will be True, allowing us to raise an - # UnrewindableBodyError, instead of hanging the connection. - rewindable = prepared_request._body_position is not None and ( - "Content-Length" in headers or "Transfer-Encoding" in headers - ) - - # Attempt to rewind consumed file-like object. - if rewindable: - rewind_body(prepared_request) - - # Override the original request. - req = prepared_request - - if yield_requests: - yield req - else: - - resp = self.send( - req, - stream=stream, - timeout=timeout, - verify=verify, - cert=cert, - proxies=proxies, - allow_redirects=False, - **adapter_kwargs, - ) - - extract_cookies_to_jar(self.cookies, prepared_request, resp.raw) - - # extract redirect url, if any, for the next loop - url = self.get_redirect_target(resp) - yield resp - - def rebuild_auth(self, prepared_request, response): - """When being redirected we may want to strip authentication from the - request to avoid leaking credentials. This method intelligently removes - and reapplies authentication where possible to avoid credential loss. - """ - headers = prepared_request.headers - url = prepared_request.url - - if "Authorization" in headers and self.should_strip_auth( - response.request.url, url - ): - # If we get redirected to a new host, we should strip out any - # authentication headers. - del headers["Authorization"] - - # .netrc might have more auth for us on our new host. - new_auth = get_netrc_auth(url) if self.trust_env else None - if new_auth is not None: - prepared_request.prepare_auth(new_auth) - - def rebuild_proxies(self, prepared_request, proxies): - """This method re-evaluates the proxy configuration by considering the - environment variables. If we are redirected to a URL covered by - NO_PROXY, we strip the proxy configuration. Otherwise, we set missing - proxy keys for this URL (in case they were stripped by a previous - redirect). - - This method also replaces the Proxy-Authorization header where - necessary. - - :rtype: dict - """ - headers = prepared_request.headers - scheme = urlparse(prepared_request.url).scheme - new_proxies = resolve_proxies(prepared_request, proxies, self.trust_env) - - if "Proxy-Authorization" in headers: - del headers["Proxy-Authorization"] - - try: - username, password = get_auth_from_url(new_proxies[scheme]) - except KeyError: - username, password = None, None - - # urllib3 handles proxy authorization for us in the standard adapter. - # Avoid appending this to TLS tunneled requests where it may be leaked. - if not scheme.startswith('https') and username and password: - headers["Proxy-Authorization"] = _basic_auth_str(username, password) - - return new_proxies - - def rebuild_method(self, prepared_request, response): - """When being redirected we may want to change the method of the request - based on certain specs or browser behavior. - """ - method = prepared_request.method - - # https://tools.ietf.org/html/rfc7231#section-6.4.4 - if response.status_code == codes.see_other and method != "HEAD": - method = "GET" - - # Do what the browsers do, despite standards... - # First, turn 302s into GETs. - if response.status_code == codes.found and method != "HEAD": - method = "GET" - - # Second, if a POST is responded to with a 301, turn it into a GET. - # This bizarre behaviour is explained in Issue 1704. - if response.status_code == codes.moved and method == "POST": - method = "GET" - - prepared_request.method = method - - -class Session(SessionRedirectMixin): - """A Requests session. - - Provides cookie persistence, connection-pooling, and configuration. - - Basic Usage:: - - >>> import requests - >>> s = requests.Session() - >>> s.get('https://httpbin.org/get') - - - Or as a context manager:: - - >>> with requests.Session() as s: - ... s.get('https://httpbin.org/get') - - """ - - __attrs__ = [ - "headers", - "cookies", - "auth", - "proxies", - "hooks", - "params", - "verify", - "cert", - "adapters", - "stream", - "trust_env", - "max_redirects", - ] - - def __init__(self): - - #: A case-insensitive dictionary of headers to be sent on each - #: :class:`Request ` sent from this - #: :class:`Session `. - self.headers = default_headers() - - #: Default Authentication tuple or object to attach to - #: :class:`Request `. - self.auth = None - - #: Dictionary mapping protocol or protocol and host to the URL of the proxy - #: (e.g. {'http': 'foo.bar:3128', 'http://host.name': 'foo.bar:4012'}) to - #: be used on each :class:`Request `. - self.proxies = {} - - #: Event-handling hooks. - self.hooks = default_hooks() - - #: Dictionary of querystring data to attach to each - #: :class:`Request `. The dictionary values may be lists for - #: representing multivalued query parameters. - self.params = {} - - #: Stream response content default. - self.stream = False - - #: SSL Verification default. - #: Defaults to `True`, requiring requests to verify the TLS certificate at the - #: remote end. - #: If verify is set to `False`, requests will accept any TLS certificate - #: presented by the server, and will ignore hostname mismatches and/or - #: expired certificates, which will make your application vulnerable to - #: man-in-the-middle (MitM) attacks. - #: Only set this to `False` for testing. - self.verify = True - - #: SSL client certificate default, if String, path to ssl client - #: cert file (.pem). If Tuple, ('cert', 'key') pair. - self.cert = None - - #: Maximum number of redirects allowed. If the request exceeds this - #: limit, a :class:`TooManyRedirects` exception is raised. - #: This defaults to requests.models.DEFAULT_REDIRECT_LIMIT, which is - #: 30. - self.max_redirects = DEFAULT_REDIRECT_LIMIT - - #: Trust environment settings for proxy configuration, default - #: authentication and similar. - self.trust_env = True - - #: A CookieJar containing all currently outstanding cookies set on this - #: session. By default it is a - #: :class:`RequestsCookieJar `, but - #: may be any other ``cookielib.CookieJar`` compatible object. - self.cookies = cookiejar_from_dict({}) - - # Default connection adapters. - self.adapters = OrderedDict() - self.mount("https://", HTTPAdapter()) - self.mount("http://", HTTPAdapter()) - - def __enter__(self): - return self - - def __exit__(self, *args): - self.close() - - def prepare_request(self, request): - """Constructs a :class:`PreparedRequest ` for - transmission and returns it. The :class:`PreparedRequest` has settings - merged from the :class:`Request ` instance and those of the - :class:`Session`. - - :param request: :class:`Request` instance to prepare with this - session's settings. - :rtype: requests.PreparedRequest - """ - cookies = request.cookies or {} - - # Bootstrap CookieJar. - if not isinstance(cookies, cookielib.CookieJar): - cookies = cookiejar_from_dict(cookies) - - # Merge with session cookies - merged_cookies = merge_cookies( - merge_cookies(RequestsCookieJar(), self.cookies), cookies - ) - - # Set environment's basic authentication if not explicitly set. - auth = request.auth - if self.trust_env and not auth and not self.auth: - auth = get_netrc_auth(request.url) - - p = PreparedRequest() - p.prepare( - method=request.method.upper(), - url=request.url, - files=request.files, - data=request.data, - json=request.json, - headers=merge_setting( - request.headers, self.headers, dict_class=CaseInsensitiveDict - ), - params=merge_setting(request.params, self.params), - auth=merge_setting(auth, self.auth), - cookies=merged_cookies, - hooks=merge_hooks(request.hooks, self.hooks), - ) - return p - - def request( - self, - method, - url, - params=None, - data=None, - headers=None, - cookies=None, - files=None, - auth=None, - timeout=None, - allow_redirects=True, - proxies=None, - hooks=None, - stream=None, - verify=None, - cert=None, - json=None, - ): - """Constructs a :class:`Request `, prepares it and sends it. - Returns :class:`Response ` object. - - :param method: method for the new :class:`Request` object. - :param url: URL for the new :class:`Request` object. - :param params: (optional) Dictionary or bytes to be sent in the query - string for the :class:`Request`. - :param data: (optional) Dictionary, list of tuples, bytes, or file-like - object to send in the body of the :class:`Request`. - :param json: (optional) json to send in the body of the - :class:`Request`. - :param headers: (optional) Dictionary of HTTP Headers to send with the - :class:`Request`. - :param cookies: (optional) Dict or CookieJar object to send with the - :class:`Request`. - :param files: (optional) Dictionary of ``'filename': file-like-objects`` - for multipart encoding upload. - :param auth: (optional) Auth tuple or callable to enable - Basic/Digest/Custom HTTP Auth. - :param timeout: (optional) How long to wait for the server to send - data before giving up, as a float, or a :ref:`(connect timeout, - read timeout) ` tuple. - :type timeout: float or tuple - :param allow_redirects: (optional) Set to True by default. - :type allow_redirects: bool - :param proxies: (optional) Dictionary mapping protocol or protocol and - hostname to the URL of the proxy. - :param stream: (optional) whether to immediately download the response - content. Defaults to ``False``. - :param verify: (optional) Either a boolean, in which case it controls whether we verify - the server's TLS certificate, or a string, in which case it must be a path - to a CA bundle to use. Defaults to ``True``. When set to - ``False``, requests will accept any TLS certificate presented by - the server, and will ignore hostname mismatches and/or expired - certificates, which will make your application vulnerable to - man-in-the-middle (MitM) attacks. Setting verify to ``False`` - may be useful during local development or testing. - :param cert: (optional) if String, path to ssl client cert file (.pem). - If Tuple, ('cert', 'key') pair. - :rtype: requests.Response - """ - # Create the Request. - req = Request( - method=method.upper(), - url=url, - headers=headers, - files=files, - data=data or {}, - json=json, - params=params or {}, - auth=auth, - cookies=cookies, - hooks=hooks, - ) - prep = self.prepare_request(req) - - proxies = proxies or {} - - settings = self.merge_environment_settings( - prep.url, proxies, stream, verify, cert - ) - - # Send the request. - send_kwargs = { - "timeout": timeout, - "allow_redirects": allow_redirects, - } - send_kwargs.update(settings) - resp = self.send(prep, **send_kwargs) - - return resp - - def get(self, url, **kwargs): - r"""Sends a GET request. Returns :class:`Response` object. - - :param url: URL for the new :class:`Request` object. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :rtype: requests.Response - """ - - kwargs.setdefault("allow_redirects", True) - return self.request("GET", url, **kwargs) - - def options(self, url, **kwargs): - r"""Sends a OPTIONS request. Returns :class:`Response` object. - - :param url: URL for the new :class:`Request` object. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :rtype: requests.Response - """ - - kwargs.setdefault("allow_redirects", True) - return self.request("OPTIONS", url, **kwargs) - - def head(self, url, **kwargs): - r"""Sends a HEAD request. Returns :class:`Response` object. - - :param url: URL for the new :class:`Request` object. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :rtype: requests.Response - """ - - kwargs.setdefault("allow_redirects", False) - return self.request("HEAD", url, **kwargs) - - def post(self, url, data=None, json=None, **kwargs): - r"""Sends a POST request. Returns :class:`Response` object. - - :param url: URL for the new :class:`Request` object. - :param data: (optional) Dictionary, list of tuples, bytes, or file-like - object to send in the body of the :class:`Request`. - :param json: (optional) json to send in the body of the :class:`Request`. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :rtype: requests.Response - """ - - return self.request("POST", url, data=data, json=json, **kwargs) - - def put(self, url, data=None, **kwargs): - r"""Sends a PUT request. Returns :class:`Response` object. - - :param url: URL for the new :class:`Request` object. - :param data: (optional) Dictionary, list of tuples, bytes, or file-like - object to send in the body of the :class:`Request`. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :rtype: requests.Response - """ - - return self.request("PUT", url, data=data, **kwargs) - - def patch(self, url, data=None, **kwargs): - r"""Sends a PATCH request. Returns :class:`Response` object. - - :param url: URL for the new :class:`Request` object. - :param data: (optional) Dictionary, list of tuples, bytes, or file-like - object to send in the body of the :class:`Request`. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :rtype: requests.Response - """ - - return self.request("PATCH", url, data=data, **kwargs) - - def delete(self, url, **kwargs): - r"""Sends a DELETE request. Returns :class:`Response` object. - - :param url: URL for the new :class:`Request` object. - :param \*\*kwargs: Optional arguments that ``request`` takes. - :rtype: requests.Response - """ - - return self.request("DELETE", url, **kwargs) - - def send(self, request, **kwargs): - """Send a given PreparedRequest. - - :rtype: requests.Response - """ - # Set defaults that the hooks can utilize to ensure they always have - # the correct parameters to reproduce the previous request. - kwargs.setdefault("stream", self.stream) - kwargs.setdefault("verify", self.verify) - kwargs.setdefault("cert", self.cert) - if "proxies" not in kwargs: - kwargs["proxies"] = resolve_proxies(request, self.proxies, self.trust_env) - - # It's possible that users might accidentally send a Request object. - # Guard against that specific failure case. - if isinstance(request, Request): - raise ValueError("You can only send PreparedRequests.") - - # Set up variables needed for resolve_redirects and dispatching of hooks - allow_redirects = kwargs.pop("allow_redirects", True) - stream = kwargs.get("stream") - hooks = request.hooks - - # Get the appropriate adapter to use - adapter = self.get_adapter(url=request.url) - - # Start time (approximately) of the request - start = preferred_clock() - - # Send the request - r = adapter.send(request, **kwargs) - - # Total elapsed time of the request (approximately) - elapsed = preferred_clock() - start - r.elapsed = timedelta(seconds=elapsed) - - # Response manipulation hooks - r = dispatch_hook("response", hooks, r, **kwargs) - - # Persist cookies - if r.history: - - # If the hooks create history then we want those cookies too - for resp in r.history: - extract_cookies_to_jar(self.cookies, resp.request, resp.raw) - - extract_cookies_to_jar(self.cookies, request, r.raw) - - # Resolve redirects if allowed. - if allow_redirects: - # Redirect resolving generator. - gen = self.resolve_redirects(r, request, **kwargs) - history = [resp for resp in gen] - else: - history = [] - - # Shuffle things around if there's history. - if history: - # Insert the first (original) request at the start - history.insert(0, r) - # Get the last request made - r = history.pop() - r.history = history - - # If redirects aren't being followed, store the response on the Request for Response.next(). - if not allow_redirects: - try: - r._next = next( - self.resolve_redirects(r, request, yield_requests=True, **kwargs) - ) - except StopIteration: - pass - - if not stream: - r.content - - return r - - def merge_environment_settings(self, url, proxies, stream, verify, cert): - """ - Check the environment and merge it with some settings. - - :rtype: dict - """ - # Gather clues from the surrounding environment. - if self.trust_env: - # Set environment's proxies. - no_proxy = proxies.get("no_proxy") if proxies is not None else None - env_proxies = get_environ_proxies(url, no_proxy=no_proxy) - for (k, v) in env_proxies.items(): - proxies.setdefault(k, v) - - # Look for requests environment configuration - # and be compatible with cURL. - if verify is True or verify is None: - verify = ( - os.environ.get("REQUESTS_CA_BUNDLE") - or os.environ.get("CURL_CA_BUNDLE") - or verify - ) - - # Merge all the kwargs. - proxies = merge_setting(proxies, self.proxies) - stream = merge_setting(stream, self.stream) - verify = merge_setting(verify, self.verify) - cert = merge_setting(cert, self.cert) - - return {"proxies": proxies, "stream": stream, "verify": verify, "cert": cert} - - def get_adapter(self, url): - """ - Returns the appropriate connection adapter for the given URL. - - :rtype: requests.adapters.BaseAdapter - """ - for (prefix, adapter) in self.adapters.items(): - - if url.lower().startswith(prefix.lower()): - return adapter - - # Nothing matches :-/ - raise InvalidSchema(f"No connection adapters were found for {url!r}") - - def close(self): - """Closes all adapters and as such the session""" - for v in self.adapters.values(): - v.close() - - def mount(self, prefix, adapter): - """Registers a connection adapter to a prefix. - - Adapters are sorted in descending order by prefix length. - """ - self.adapters[prefix] = adapter - keys_to_move = [k for k in self.adapters if len(k) < len(prefix)] - - for key in keys_to_move: - self.adapters[key] = self.adapters.pop(key) - - def __getstate__(self): - state = {attr: getattr(self, attr, None) for attr in self.__attrs__} - return state - - def __setstate__(self, state): - for attr, value in state.items(): - setattr(self, attr, value) - - -def session(): - """ - Returns a :class:`Session` for context-management. - - .. deprecated:: 1.0.0 - - This method has been deprecated since version 1.0.0 and is only kept for - backwards compatibility. New code should use :class:`~requests.sessions.Session` - to create a session. This may be removed at a future date. - - :rtype: Session - """ - return Session() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py deleted file mode 100644 index 4bd072b..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py +++ /dev/null @@ -1,128 +0,0 @@ -r""" -The ``codes`` object defines a mapping from common names for HTTP statuses -to their numerical codes, accessible either as attributes or as dictionary -items. - -Example:: - - >>> import requests - >>> requests.codes['temporary_redirect'] - 307 - >>> requests.codes.teapot - 418 - >>> requests.codes['\o/'] - 200 - -Some codes have multiple names, and both upper- and lower-case versions of -the names are allowed. For example, ``codes.ok``, ``codes.OK``, and -``codes.okay`` all correspond to the HTTP status code 200. -""" - -from .structures import LookupDict - -_codes = { - # Informational. - 100: ("continue",), - 101: ("switching_protocols",), - 102: ("processing",), - 103: ("checkpoint",), - 122: ("uri_too_long", "request_uri_too_long"), - 200: ("ok", "okay", "all_ok", "all_okay", "all_good", "\\o/", "✓"), - 201: ("created",), - 202: ("accepted",), - 203: ("non_authoritative_info", "non_authoritative_information"), - 204: ("no_content",), - 205: ("reset_content", "reset"), - 206: ("partial_content", "partial"), - 207: ("multi_status", "multiple_status", "multi_stati", "multiple_stati"), - 208: ("already_reported",), - 226: ("im_used",), - # Redirection. - 300: ("multiple_choices",), - 301: ("moved_permanently", "moved", "\\o-"), - 302: ("found",), - 303: ("see_other", "other"), - 304: ("not_modified",), - 305: ("use_proxy",), - 306: ("switch_proxy",), - 307: ("temporary_redirect", "temporary_moved", "temporary"), - 308: ( - "permanent_redirect", - "resume_incomplete", - "resume", - ), # "resume" and "resume_incomplete" to be removed in 3.0 - # Client Error. - 400: ("bad_request", "bad"), - 401: ("unauthorized",), - 402: ("payment_required", "payment"), - 403: ("forbidden",), - 404: ("not_found", "-o-"), - 405: ("method_not_allowed", "not_allowed"), - 406: ("not_acceptable",), - 407: ("proxy_authentication_required", "proxy_auth", "proxy_authentication"), - 408: ("request_timeout", "timeout"), - 409: ("conflict",), - 410: ("gone",), - 411: ("length_required",), - 412: ("precondition_failed", "precondition"), - 413: ("request_entity_too_large",), - 414: ("request_uri_too_large",), - 415: ("unsupported_media_type", "unsupported_media", "media_type"), - 416: ( - "requested_range_not_satisfiable", - "requested_range", - "range_not_satisfiable", - ), - 417: ("expectation_failed",), - 418: ("im_a_teapot", "teapot", "i_am_a_teapot"), - 421: ("misdirected_request",), - 422: ("unprocessable_entity", "unprocessable"), - 423: ("locked",), - 424: ("failed_dependency", "dependency"), - 425: ("unordered_collection", "unordered"), - 426: ("upgrade_required", "upgrade"), - 428: ("precondition_required", "precondition"), - 429: ("too_many_requests", "too_many"), - 431: ("header_fields_too_large", "fields_too_large"), - 444: ("no_response", "none"), - 449: ("retry_with", "retry"), - 450: ("blocked_by_windows_parental_controls", "parental_controls"), - 451: ("unavailable_for_legal_reasons", "legal_reasons"), - 499: ("client_closed_request",), - # Server Error. - 500: ("internal_server_error", "server_error", "/o\\", "✗"), - 501: ("not_implemented",), - 502: ("bad_gateway",), - 503: ("service_unavailable", "unavailable"), - 504: ("gateway_timeout",), - 505: ("http_version_not_supported", "http_version"), - 506: ("variant_also_negotiates",), - 507: ("insufficient_storage",), - 509: ("bandwidth_limit_exceeded", "bandwidth"), - 510: ("not_extended",), - 511: ("network_authentication_required", "network_auth", "network_authentication"), -} - -codes = LookupDict(name="status_codes") - - -def _init(): - for code, titles in _codes.items(): - for title in titles: - setattr(codes, title, code) - if not title.startswith(("\\", "/")): - setattr(codes, title.upper(), code) - - def doc(code): - names = ", ".join(f"``{n}``" for n in _codes[code]) - return "* %d: %s" % (code, names) - - global __doc__ - __doc__ = ( - __doc__ + "\n" + "\n".join(doc(code) for code in sorted(_codes)) - if __doc__ is not None - else None - ) - - -_init() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py deleted file mode 100644 index 188e13e..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py +++ /dev/null @@ -1,99 +0,0 @@ -""" -requests.structures -~~~~~~~~~~~~~~~~~~~ - -Data structures that power Requests. -""" - -from collections import OrderedDict - -from .compat import Mapping, MutableMapping - - -class CaseInsensitiveDict(MutableMapping): - """A case-insensitive ``dict``-like object. - - Implements all methods and operations of - ``MutableMapping`` as well as dict's ``copy``. Also - provides ``lower_items``. - - All keys are expected to be strings. The structure remembers the - case of the last key to be set, and ``iter(instance)``, - ``keys()``, ``items()``, ``iterkeys()``, and ``iteritems()`` - will contain case-sensitive keys. However, querying and contains - testing is case insensitive:: - - cid = CaseInsensitiveDict() - cid['Accept'] = 'application/json' - cid['aCCEPT'] == 'application/json' # True - list(cid) == ['Accept'] # True - - For example, ``headers['content-encoding']`` will return the - value of a ``'Content-Encoding'`` response header, regardless - of how the header name was originally stored. - - If the constructor, ``.update``, or equality comparison - operations are given keys that have equal ``.lower()``s, the - behavior is undefined. - """ - - def __init__(self, data=None, **kwargs): - self._store = OrderedDict() - if data is None: - data = {} - self.update(data, **kwargs) - - def __setitem__(self, key, value): - # Use the lowercased key for lookups, but store the actual - # key alongside the value. - self._store[key.lower()] = (key, value) - - def __getitem__(self, key): - return self._store[key.lower()][1] - - def __delitem__(self, key): - del self._store[key.lower()] - - def __iter__(self): - return (casedkey for casedkey, mappedvalue in self._store.values()) - - def __len__(self): - return len(self._store) - - def lower_items(self): - """Like iteritems(), but with all lowercase keys.""" - return ((lowerkey, keyval[1]) for (lowerkey, keyval) in self._store.items()) - - def __eq__(self, other): - if isinstance(other, Mapping): - other = CaseInsensitiveDict(other) - else: - return NotImplemented - # Compare insensitively - return dict(self.lower_items()) == dict(other.lower_items()) - - # Copy is required - def copy(self): - return CaseInsensitiveDict(self._store.values()) - - def __repr__(self): - return str(dict(self.items())) - - -class LookupDict(dict): - """Dictionary lookup object.""" - - def __init__(self, name=None): - self.name = name - super().__init__() - - def __repr__(self): - return f"" - - def __getitem__(self, key): - # We allow fall-through here, so values default to None - - return self.__dict__.get(key, None) - - def get(self, key, default=None): - return self.__dict__.get(key, default) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py deleted file mode 100644 index 6adec33..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py +++ /dev/null @@ -1,1088 +0,0 @@ -""" -requests.utils -~~~~~~~~~~~~~~ - -This module provides utility functions that are used within Requests -that are also useful for external consumption. -""" - -import codecs -import contextlib -import io -import os -import re -import socket -import struct -import sys -import tempfile -import warnings -import zipfile -from collections import OrderedDict - -from pip._vendor.urllib3.util import make_headers, parse_url - -from . import certs -from .__version__ import __version__ - -# to_native_string is unused here, but imported here for backwards compatibility -from ._internal_utils import ( # noqa: F401 - _HEADER_VALIDATORS_BYTE, - _HEADER_VALIDATORS_STR, - HEADER_VALIDATORS, - to_native_string, -) -from .compat import ( - Mapping, - basestring, - bytes, - getproxies, - getproxies_environment, - integer_types, -) -from .compat import parse_http_list as _parse_list_header -from .compat import ( - proxy_bypass, - proxy_bypass_environment, - quote, - str, - unquote, - urlparse, - urlunparse, -) -from .cookies import cookiejar_from_dict -from .exceptions import ( - FileModeWarning, - InvalidHeader, - InvalidURL, - UnrewindableBodyError, -) -from .structures import CaseInsensitiveDict - -NETRC_FILES = (".netrc", "_netrc") - -DEFAULT_CA_BUNDLE_PATH = certs.where() - -DEFAULT_PORTS = {"http": 80, "https": 443} - -# Ensure that ', ' is used to preserve previous delimiter behavior. -DEFAULT_ACCEPT_ENCODING = ", ".join( - re.split(r",\s*", make_headers(accept_encoding=True)["accept-encoding"]) -) - - -if sys.platform == "win32": - # provide a proxy_bypass version on Windows without DNS lookups - - def proxy_bypass_registry(host): - try: - import winreg - except ImportError: - return False - - try: - internetSettings = winreg.OpenKey( - winreg.HKEY_CURRENT_USER, - r"Software\Microsoft\Windows\CurrentVersion\Internet Settings", - ) - # ProxyEnable could be REG_SZ or REG_DWORD, normalizing it - proxyEnable = int(winreg.QueryValueEx(internetSettings, "ProxyEnable")[0]) - # ProxyOverride is almost always a string - proxyOverride = winreg.QueryValueEx(internetSettings, "ProxyOverride")[0] - except (OSError, ValueError): - return False - if not proxyEnable or not proxyOverride: - return False - - # make a check value list from the registry entry: replace the - # '' string by the localhost entry and the corresponding - # canonical entry. - proxyOverride = proxyOverride.split(";") - # now check if we match one of the registry values. - for test in proxyOverride: - if test == "": - if "." not in host: - return True - test = test.replace(".", r"\.") # mask dots - test = test.replace("*", r".*") # change glob sequence - test = test.replace("?", r".") # change glob char - if re.match(test, host, re.I): - return True - return False - - def proxy_bypass(host): # noqa - """Return True, if the host should be bypassed. - - Checks proxy settings gathered from the environment, if specified, - or the registry. - """ - if getproxies_environment(): - return proxy_bypass_environment(host) - else: - return proxy_bypass_registry(host) - - -def dict_to_sequence(d): - """Returns an internal sequence dictionary update.""" - - if hasattr(d, "items"): - d = d.items() - - return d - - -def super_len(o): - total_length = None - current_position = 0 - - if hasattr(o, "__len__"): - total_length = len(o) - - elif hasattr(o, "len"): - total_length = o.len - - elif hasattr(o, "fileno"): - try: - fileno = o.fileno() - except (io.UnsupportedOperation, AttributeError): - # AttributeError is a surprising exception, seeing as how we've just checked - # that `hasattr(o, 'fileno')`. It happens for objects obtained via - # `Tarfile.extractfile()`, per issue 5229. - pass - else: - total_length = os.fstat(fileno).st_size - - # Having used fstat to determine the file length, we need to - # confirm that this file was opened up in binary mode. - if "b" not in o.mode: - warnings.warn( - ( - "Requests has determined the content-length for this " - "request using the binary size of the file: however, the " - "file has been opened in text mode (i.e. without the 'b' " - "flag in the mode). This may lead to an incorrect " - "content-length. In Requests 3.0, support will be removed " - "for files in text mode." - ), - FileModeWarning, - ) - - if hasattr(o, "tell"): - try: - current_position = o.tell() - except OSError: - # This can happen in some weird situations, such as when the file - # is actually a special file descriptor like stdin. In this - # instance, we don't know what the length is, so set it to zero and - # let requests chunk it instead. - if total_length is not None: - current_position = total_length - else: - if hasattr(o, "seek") and total_length is None: - # StringIO and BytesIO have seek but no usable fileno - try: - # seek to end of file - o.seek(0, 2) - total_length = o.tell() - - # seek back to current position to support - # partially read file-like objects - o.seek(current_position or 0) - except OSError: - total_length = 0 - - if total_length is None: - total_length = 0 - - return max(0, total_length - current_position) - - -def get_netrc_auth(url, raise_errors=False): - """Returns the Requests tuple auth for a given url from netrc.""" - - netrc_file = os.environ.get("NETRC") - if netrc_file is not None: - netrc_locations = (netrc_file,) - else: - netrc_locations = (f"~/{f}" for f in NETRC_FILES) - - try: - from netrc import NetrcParseError, netrc - - netrc_path = None - - for f in netrc_locations: - try: - loc = os.path.expanduser(f) - except KeyError: - # os.path.expanduser can fail when $HOME is undefined and - # getpwuid fails. See https://bugs.python.org/issue20164 & - # https://github.com/psf/requests/issues/1846 - return - - if os.path.exists(loc): - netrc_path = loc - break - - # Abort early if there isn't one. - if netrc_path is None: - return - - ri = urlparse(url) - host = ri.hostname - - try: - _netrc = netrc(netrc_path).authenticators(host) - if _netrc: - # Return with login / password - login_i = 0 if _netrc[0] else 1 - return (_netrc[login_i], _netrc[2]) - except (NetrcParseError, OSError): - # If there was a parsing error or a permissions issue reading the file, - # we'll just skip netrc auth unless explicitly asked to raise errors. - if raise_errors: - raise - - # App Engine hackiness. - except (ImportError, AttributeError): - pass - - -def guess_filename(obj): - """Tries to guess the filename of the given object.""" - name = getattr(obj, "name", None) - if name and isinstance(name, basestring) and name[0] != "<" and name[-1] != ">": - return os.path.basename(name) - - -def extract_zipped_paths(path): - """Replace nonexistent paths that look like they refer to a member of a zip - archive with the location of an extracted copy of the target, or else - just return the provided path unchanged. - """ - if os.path.exists(path): - # this is already a valid path, no need to do anything further - return path - - # find the first valid part of the provided path and treat that as a zip archive - # assume the rest of the path is the name of a member in the archive - archive, member = os.path.split(path) - while archive and not os.path.exists(archive): - archive, prefix = os.path.split(archive) - if not prefix: - # If we don't check for an empty prefix after the split (in other words, archive remains unchanged after the split), - # we _can_ end up in an infinite loop on a rare corner case affecting a small number of users - break - member = "/".join([prefix, member]) - - if not zipfile.is_zipfile(archive): - return path - - zip_file = zipfile.ZipFile(archive) - if member not in zip_file.namelist(): - return path - - # we have a valid zip archive and a valid member of that archive - tmp = tempfile.gettempdir() - extracted_path = os.path.join(tmp, member.split("/")[-1]) - if not os.path.exists(extracted_path): - # use read + write to avoid the creating nested folders, we only want the file, avoids mkdir racing condition - with atomic_open(extracted_path) as file_handler: - file_handler.write(zip_file.read(member)) - return extracted_path - - -@contextlib.contextmanager -def atomic_open(filename): - """Write a file to the disk in an atomic fashion""" - tmp_descriptor, tmp_name = tempfile.mkstemp(dir=os.path.dirname(filename)) - try: - with os.fdopen(tmp_descriptor, "wb") as tmp_handler: - yield tmp_handler - os.replace(tmp_name, filename) - except BaseException: - os.remove(tmp_name) - raise - - -def from_key_val_list(value): - """Take an object and test to see if it can be represented as a - dictionary. Unless it can not be represented as such, return an - OrderedDict, e.g., - - :: - - >>> from_key_val_list([('key', 'val')]) - OrderedDict([('key', 'val')]) - >>> from_key_val_list('string') - Traceback (most recent call last): - ... - ValueError: cannot encode objects that are not 2-tuples - >>> from_key_val_list({'key': 'val'}) - OrderedDict([('key', 'val')]) - - :rtype: OrderedDict - """ - if value is None: - return None - - if isinstance(value, (str, bytes, bool, int)): - raise ValueError("cannot encode objects that are not 2-tuples") - - return OrderedDict(value) - - -def to_key_val_list(value): - """Take an object and test to see if it can be represented as a - dictionary. If it can be, return a list of tuples, e.g., - - :: - - >>> to_key_val_list([('key', 'val')]) - [('key', 'val')] - >>> to_key_val_list({'key': 'val'}) - [('key', 'val')] - >>> to_key_val_list('string') - Traceback (most recent call last): - ... - ValueError: cannot encode objects that are not 2-tuples - - :rtype: list - """ - if value is None: - return None - - if isinstance(value, (str, bytes, bool, int)): - raise ValueError("cannot encode objects that are not 2-tuples") - - if isinstance(value, Mapping): - value = value.items() - - return list(value) - - -# From mitsuhiko/werkzeug (used with permission). -def parse_list_header(value): - """Parse lists as described by RFC 2068 Section 2. - - In particular, parse comma-separated lists where the elements of - the list may include quoted-strings. A quoted-string could - contain a comma. A non-quoted string could have quotes in the - middle. Quotes are removed automatically after parsing. - - It basically works like :func:`parse_set_header` just that items - may appear multiple times and case sensitivity is preserved. - - The return value is a standard :class:`list`: - - >>> parse_list_header('token, "quoted value"') - ['token', 'quoted value'] - - To create a header from the :class:`list` again, use the - :func:`dump_header` function. - - :param value: a string with a list header. - :return: :class:`list` - :rtype: list - """ - result = [] - for item in _parse_list_header(value): - if item[:1] == item[-1:] == '"': - item = unquote_header_value(item[1:-1]) - result.append(item) - return result - - -# From mitsuhiko/werkzeug (used with permission). -def parse_dict_header(value): - """Parse lists of key, value pairs as described by RFC 2068 Section 2 and - convert them into a python dict: - - >>> d = parse_dict_header('foo="is a fish", bar="as well"') - >>> type(d) is dict - True - >>> sorted(d.items()) - [('bar', 'as well'), ('foo', 'is a fish')] - - If there is no value for a key it will be `None`: - - >>> parse_dict_header('key_without_value') - {'key_without_value': None} - - To create a header from the :class:`dict` again, use the - :func:`dump_header` function. - - :param value: a string with a dict header. - :return: :class:`dict` - :rtype: dict - """ - result = {} - for item in _parse_list_header(value): - if "=" not in item: - result[item] = None - continue - name, value = item.split("=", 1) - if value[:1] == value[-1:] == '"': - value = unquote_header_value(value[1:-1]) - result[name] = value - return result - - -# From mitsuhiko/werkzeug (used with permission). -def unquote_header_value(value, is_filename=False): - r"""Unquotes a header value. (Reversal of :func:`quote_header_value`). - This does not use the real unquoting but what browsers are actually - using for quoting. - - :param value: the header value to unquote. - :rtype: str - """ - if value and value[0] == value[-1] == '"': - # this is not the real unquoting, but fixing this so that the - # RFC is met will result in bugs with internet explorer and - # probably some other browsers as well. IE for example is - # uploading files with "C:\foo\bar.txt" as filename - value = value[1:-1] - - # if this is a filename and the starting characters look like - # a UNC path, then just return the value without quotes. Using the - # replace sequence below on a UNC path has the effect of turning - # the leading double slash into a single slash and then - # _fix_ie_filename() doesn't work correctly. See #458. - if not is_filename or value[:2] != "\\\\": - return value.replace("\\\\", "\\").replace('\\"', '"') - return value - - -def dict_from_cookiejar(cj): - """Returns a key/value dictionary from a CookieJar. - - :param cj: CookieJar object to extract cookies from. - :rtype: dict - """ - - cookie_dict = {} - - for cookie in cj: - cookie_dict[cookie.name] = cookie.value - - return cookie_dict - - -def add_dict_to_cookiejar(cj, cookie_dict): - """Returns a CookieJar from a key/value dictionary. - - :param cj: CookieJar to insert cookies into. - :param cookie_dict: Dict of key/values to insert into CookieJar. - :rtype: CookieJar - """ - - return cookiejar_from_dict(cookie_dict, cj) - - -def get_encodings_from_content(content): - """Returns encodings from given content string. - - :param content: bytestring to extract encodings from. - """ - warnings.warn( - ( - "In requests 3.0, get_encodings_from_content will be removed. For " - "more information, please see the discussion on issue #2266. (This" - " warning should only appear once.)" - ), - DeprecationWarning, - ) - - charset_re = re.compile(r']', flags=re.I) - pragma_re = re.compile(r']', flags=re.I) - xml_re = re.compile(r'^<\?xml.*?encoding=["\']*(.+?)["\'>]') - - return ( - charset_re.findall(content) - + pragma_re.findall(content) - + xml_re.findall(content) - ) - - -def _parse_content_type_header(header): - """Returns content type and parameters from given header - - :param header: string - :return: tuple containing content type and dictionary of - parameters - """ - - tokens = header.split(";") - content_type, params = tokens[0].strip(), tokens[1:] - params_dict = {} - items_to_strip = "\"' " - - for param in params: - param = param.strip() - if param: - key, value = param, True - index_of_equals = param.find("=") - if index_of_equals != -1: - key = param[:index_of_equals].strip(items_to_strip) - value = param[index_of_equals + 1 :].strip(items_to_strip) - params_dict[key.lower()] = value - return content_type, params_dict - - -def get_encoding_from_headers(headers): - """Returns encodings from given HTTP Header Dict. - - :param headers: dictionary to extract encoding from. - :rtype: str - """ - - content_type = headers.get("content-type") - - if not content_type: - return None - - content_type, params = _parse_content_type_header(content_type) - - if "charset" in params: - return params["charset"].strip("'\"") - - if "text" in content_type: - return "ISO-8859-1" - - if "application/json" in content_type: - # Assume UTF-8 based on RFC 4627: https://www.ietf.org/rfc/rfc4627.txt since the charset was unset - return "utf-8" - - -def stream_decode_response_unicode(iterator, r): - """Stream decodes an iterator.""" - - if r.encoding is None: - yield from iterator - return - - decoder = codecs.getincrementaldecoder(r.encoding)(errors="replace") - for chunk in iterator: - rv = decoder.decode(chunk) - if rv: - yield rv - rv = decoder.decode(b"", final=True) - if rv: - yield rv - - -def iter_slices(string, slice_length): - """Iterate over slices of a string.""" - pos = 0 - if slice_length is None or slice_length <= 0: - slice_length = len(string) - while pos < len(string): - yield string[pos : pos + slice_length] - pos += slice_length - - -def get_unicode_from_response(r): - """Returns the requested content back in unicode. - - :param r: Response object to get unicode content from. - - Tried: - - 1. charset from content-type - 2. fall back and replace all unicode characters - - :rtype: str - """ - warnings.warn( - ( - "In requests 3.0, get_unicode_from_response will be removed. For " - "more information, please see the discussion on issue #2266. (This" - " warning should only appear once.)" - ), - DeprecationWarning, - ) - - tried_encodings = [] - - # Try charset from content-type - encoding = get_encoding_from_headers(r.headers) - - if encoding: - try: - return str(r.content, encoding) - except UnicodeError: - tried_encodings.append(encoding) - - # Fall back: - try: - return str(r.content, encoding, errors="replace") - except TypeError: - return r.content - - -# The unreserved URI characters (RFC 3986) -UNRESERVED_SET = frozenset( - "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + "0123456789-._~" -) - - -def unquote_unreserved(uri): - """Un-escape any percent-escape sequences in a URI that are unreserved - characters. This leaves all reserved, illegal and non-ASCII bytes encoded. - - :rtype: str - """ - parts = uri.split("%") - for i in range(1, len(parts)): - h = parts[i][0:2] - if len(h) == 2 and h.isalnum(): - try: - c = chr(int(h, 16)) - except ValueError: - raise InvalidURL(f"Invalid percent-escape sequence: '{h}'") - - if c in UNRESERVED_SET: - parts[i] = c + parts[i][2:] - else: - parts[i] = f"%{parts[i]}" - else: - parts[i] = f"%{parts[i]}" - return "".join(parts) - - -def requote_uri(uri): - """Re-quote the given URI. - - This function passes the given URI through an unquote/quote cycle to - ensure that it is fully and consistently quoted. - - :rtype: str - """ - safe_with_percent = "!#$%&'()*+,/:;=?@[]~" - safe_without_percent = "!#$&'()*+,/:;=?@[]~" - try: - # Unquote only the unreserved characters - # Then quote only illegal characters (do not quote reserved, - # unreserved, or '%') - return quote(unquote_unreserved(uri), safe=safe_with_percent) - except InvalidURL: - # We couldn't unquote the given URI, so let's try quoting it, but - # there may be unquoted '%'s in the URI. We need to make sure they're - # properly quoted so they do not cause issues elsewhere. - return quote(uri, safe=safe_without_percent) - - -def address_in_network(ip, net): - """This function allows you to check if an IP belongs to a network subnet - - Example: returns True if ip = 192.168.1.1 and net = 192.168.1.0/24 - returns False if ip = 192.168.1.1 and net = 192.168.100.0/24 - - :rtype: bool - """ - ipaddr = struct.unpack("=L", socket.inet_aton(ip))[0] - netaddr, bits = net.split("/") - netmask = struct.unpack("=L", socket.inet_aton(dotted_netmask(int(bits))))[0] - network = struct.unpack("=L", socket.inet_aton(netaddr))[0] & netmask - return (ipaddr & netmask) == (network & netmask) - - -def dotted_netmask(mask): - """Converts mask from /xx format to xxx.xxx.xxx.xxx - - Example: if mask is 24 function returns 255.255.255.0 - - :rtype: str - """ - bits = 0xFFFFFFFF ^ (1 << 32 - mask) - 1 - return socket.inet_ntoa(struct.pack(">I", bits)) - - -def is_ipv4_address(string_ip): - """ - :rtype: bool - """ - try: - socket.inet_aton(string_ip) - except OSError: - return False - return True - - -def is_valid_cidr(string_network): - """ - Very simple check of the cidr format in no_proxy variable. - - :rtype: bool - """ - if string_network.count("/") == 1: - try: - mask = int(string_network.split("/")[1]) - except ValueError: - return False - - if mask < 1 or mask > 32: - return False - - try: - socket.inet_aton(string_network.split("/")[0]) - except OSError: - return False - else: - return False - return True - - -@contextlib.contextmanager -def set_environ(env_name, value): - """Set the environment variable 'env_name' to 'value' - - Save previous value, yield, and then restore the previous value stored in - the environment variable 'env_name'. - - If 'value' is None, do nothing""" - value_changed = value is not None - if value_changed: - old_value = os.environ.get(env_name) - os.environ[env_name] = value - try: - yield - finally: - if value_changed: - if old_value is None: - del os.environ[env_name] - else: - os.environ[env_name] = old_value - - -def should_bypass_proxies(url, no_proxy): - """ - Returns whether we should bypass proxies or not. - - :rtype: bool - """ - # Prioritize lowercase environment variables over uppercase - # to keep a consistent behaviour with other http projects (curl, wget). - def get_proxy(key): - return os.environ.get(key) or os.environ.get(key.upper()) - - # First check whether no_proxy is defined. If it is, check that the URL - # we're getting isn't in the no_proxy list. - no_proxy_arg = no_proxy - if no_proxy is None: - no_proxy = get_proxy("no_proxy") - parsed = urlparse(url) - - if parsed.hostname is None: - # URLs don't always have hostnames, e.g. file:/// urls. - return True - - if no_proxy: - # We need to check whether we match here. We need to see if we match - # the end of the hostname, both with and without the port. - no_proxy = (host for host in no_proxy.replace(" ", "").split(",") if host) - - if is_ipv4_address(parsed.hostname): - for proxy_ip in no_proxy: - if is_valid_cidr(proxy_ip): - if address_in_network(parsed.hostname, proxy_ip): - return True - elif parsed.hostname == proxy_ip: - # If no_proxy ip was defined in plain IP notation instead of cidr notation & - # matches the IP of the index - return True - else: - host_with_port = parsed.hostname - if parsed.port: - host_with_port += f":{parsed.port}" - - for host in no_proxy: - if parsed.hostname.endswith(host) or host_with_port.endswith(host): - # The URL does match something in no_proxy, so we don't want - # to apply the proxies on this URL. - return True - - with set_environ("no_proxy", no_proxy_arg): - # parsed.hostname can be `None` in cases such as a file URI. - try: - bypass = proxy_bypass(parsed.hostname) - except (TypeError, socket.gaierror): - bypass = False - - if bypass: - return True - - return False - - -def get_environ_proxies(url, no_proxy=None): - """ - Return a dict of environment proxies. - - :rtype: dict - """ - if should_bypass_proxies(url, no_proxy=no_proxy): - return {} - else: - return getproxies() - - -def select_proxy(url, proxies): - """Select a proxy for the url, if applicable. - - :param url: The url being for the request - :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs - """ - proxies = proxies or {} - urlparts = urlparse(url) - if urlparts.hostname is None: - return proxies.get(urlparts.scheme, proxies.get("all")) - - proxy_keys = [ - urlparts.scheme + "://" + urlparts.hostname, - urlparts.scheme, - "all://" + urlparts.hostname, - "all", - ] - proxy = None - for proxy_key in proxy_keys: - if proxy_key in proxies: - proxy = proxies[proxy_key] - break - - return proxy - - -def resolve_proxies(request, proxies, trust_env=True): - """This method takes proxy information from a request and configuration - input to resolve a mapping of target proxies. This will consider settings - such a NO_PROXY to strip proxy configurations. - - :param request: Request or PreparedRequest - :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs - :param trust_env: Boolean declaring whether to trust environment configs - - :rtype: dict - """ - proxies = proxies if proxies is not None else {} - url = request.url - scheme = urlparse(url).scheme - no_proxy = proxies.get("no_proxy") - new_proxies = proxies.copy() - - if trust_env and not should_bypass_proxies(url, no_proxy=no_proxy): - environ_proxies = get_environ_proxies(url, no_proxy=no_proxy) - - proxy = environ_proxies.get(scheme, environ_proxies.get("all")) - - if proxy: - new_proxies.setdefault(scheme, proxy) - return new_proxies - - -def default_user_agent(name="python-requests"): - """ - Return a string representing the default user agent. - - :rtype: str - """ - return f"{name}/{__version__}" - - -def default_headers(): - """ - :rtype: requests.structures.CaseInsensitiveDict - """ - return CaseInsensitiveDict( - { - "User-Agent": default_user_agent(), - "Accept-Encoding": DEFAULT_ACCEPT_ENCODING, - "Accept": "*/*", - "Connection": "keep-alive", - } - ) - - -def parse_header_links(value): - """Return a list of parsed link headers proxies. - - i.e. Link: ; rel=front; type="image/jpeg",; rel=back;type="image/jpeg" - - :rtype: list - """ - - links = [] - - replace_chars = " '\"" - - value = value.strip(replace_chars) - if not value: - return links - - for val in re.split(", *<", value): - try: - url, params = val.split(";", 1) - except ValueError: - url, params = val, "" - - link = {"url": url.strip("<> '\"")} - - for param in params.split(";"): - try: - key, value = param.split("=") - except ValueError: - break - - link[key.strip(replace_chars)] = value.strip(replace_chars) - - links.append(link) - - return links - - -# Null bytes; no need to recreate these on each call to guess_json_utf -_null = "\x00".encode("ascii") # encoding to ASCII for Python 3 -_null2 = _null * 2 -_null3 = _null * 3 - - -def guess_json_utf(data): - """ - :rtype: str - """ - # JSON always starts with two ASCII characters, so detection is as - # easy as counting the nulls and from their location and count - # determine the encoding. Also detect a BOM, if present. - sample = data[:4] - if sample in (codecs.BOM_UTF32_LE, codecs.BOM_UTF32_BE): - return "utf-32" # BOM included - if sample[:3] == codecs.BOM_UTF8: - return "utf-8-sig" # BOM included, MS style (discouraged) - if sample[:2] in (codecs.BOM_UTF16_LE, codecs.BOM_UTF16_BE): - return "utf-16" # BOM included - nullcount = sample.count(_null) - if nullcount == 0: - return "utf-8" - if nullcount == 2: - if sample[::2] == _null2: # 1st and 3rd are null - return "utf-16-be" - if sample[1::2] == _null2: # 2nd and 4th are null - return "utf-16-le" - # Did not detect 2 valid UTF-16 ascii-range characters - if nullcount == 3: - if sample[:3] == _null3: - return "utf-32-be" - if sample[1:] == _null3: - return "utf-32-le" - # Did not detect a valid UTF-32 ascii-range character - return None - - -def prepend_scheme_if_needed(url, new_scheme): - """Given a URL that may or may not have a scheme, prepend the given scheme. - Does not replace a present scheme with the one provided as an argument. - - :rtype: str - """ - parsed = parse_url(url) - scheme, auth, host, port, path, query, fragment = parsed - - # A defect in urlparse determines that there isn't a netloc present in some - # urls. We previously assumed parsing was overly cautious, and swapped the - # netloc and path. Due to a lack of tests on the original defect, this is - # maintained with parse_url for backwards compatibility. - netloc = parsed.netloc - if not netloc: - netloc, path = path, netloc - - if auth: - # parse_url doesn't provide the netloc with auth - # so we'll add it ourselves. - netloc = "@".join([auth, netloc]) - if scheme is None: - scheme = new_scheme - if path is None: - path = "" - - return urlunparse((scheme, netloc, path, "", query, fragment)) - - -def get_auth_from_url(url): - """Given a url with authentication components, extract them into a tuple of - username,password. - - :rtype: (str,str) - """ - parsed = urlparse(url) - - try: - auth = (unquote(parsed.username), unquote(parsed.password)) - except (AttributeError, TypeError): - auth = ("", "") - - return auth - - -def check_header_validity(header): - """Verifies that header parts don't contain leading whitespace - reserved characters, or return characters. - - :param header: tuple, in the format (name, value). - """ - name, value = header - _validate_header_part(header, name, 0) - _validate_header_part(header, value, 1) - - -def _validate_header_part(header, header_part, header_validator_index): - if isinstance(header_part, str): - validator = _HEADER_VALIDATORS_STR[header_validator_index] - elif isinstance(header_part, bytes): - validator = _HEADER_VALIDATORS_BYTE[header_validator_index] - else: - raise InvalidHeader( - f"Header part ({header_part!r}) from {header} " - f"must be of type str or bytes, not {type(header_part)}" - ) - - if not validator.match(header_part): - header_kind = "name" if header_validator_index == 0 else "value" - raise InvalidHeader( - f"Invalid leading whitespace, reserved character(s), or return" - f"character(s) in header {header_kind}: {header_part!r}" - ) - - -def urldefragauth(url): - """ - Given a url remove the fragment and the authentication part. - - :rtype: str - """ - scheme, netloc, path, params, query, fragment = urlparse(url) - - # see func:`prepend_scheme_if_needed` - if not netloc: - netloc, path = path, netloc - - netloc = netloc.rsplit("@", 1)[-1] - - return urlunparse((scheme, netloc, path, params, query, "")) - - -def rewind_body(prepared_request): - """Move file pointer back to its recorded starting position - so it can be read again on redirect. - """ - body_seek = getattr(prepared_request.body, "seek", None) - if body_seek is not None and isinstance( - prepared_request._body_position, integer_types - ): - try: - body_seek(prepared_request._body_position) - except OSError: - raise UnrewindableBodyError( - "An error occurred when rewinding request body for redirect." - ) - else: - raise UnrewindableBodyError("Unable to rewind request body for redirect.") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py deleted file mode 100644 index d92acc7..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py +++ /dev/null @@ -1,26 +0,0 @@ -__all__ = [ - "__version__", - "AbstractProvider", - "AbstractResolver", - "BaseReporter", - "InconsistentCandidate", - "Resolver", - "RequirementsConflicted", - "ResolutionError", - "ResolutionImpossible", - "ResolutionTooDeep", -] - -__version__ = "1.0.1" - - -from .providers import AbstractProvider, AbstractResolver -from .reporters import BaseReporter -from .resolvers import ( - InconsistentCandidate, - RequirementsConflicted, - ResolutionError, - ResolutionImpossible, - ResolutionTooDeep, - Resolver, -) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index e9d46be4328f3414ba5dab31ffaeaea904dab504..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 632 zcmaJ;J&zMH5Vd!c-E21D4s@IZEme?M6R0?ykl>&=2_Y0wxxm`2&7Hv?i|wows{0r8 zbo>_nfh8m)D!Pa(B3*?Y0_m9I&Ajo`8_oFZcsv9lj=w+Rw-Nw;MDjNR-^AsMkUoJk zK*48-0fiXSgr*{qDNbb%_aF$oC;BqO*{1G`Tn_L+7Pyc@Jd`Ca^-XW|Mp} z^d%u3GnQ*bh~IxQx6ag!du4RTDKopyj9D#$(vP0jmd#kJjSKANscN*c+&ZS*Nv$ZS zwPSwpPkuOK9~Rs&8Q$%QR&NDw9HV}3qgc2w__;CK_=8>JRJPh$J{Qbi-*sPW{fx2p zV}DxRuckj?xW*(gX-K9QYiRm0WhRTQL4+bgysRlB5 ilCn%L^3`pycX&~*GXRgifjjFYhshcQSVb^5g8VloP_bSB diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc deleted file mode 100644 index 5d041f6d59d2e56a9440093e60caeebc3db6189a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6849 zcmc&(O^+N$8SdF{uh)(tIG999$}5C-mh}uF5)w;-wSa9bkrj$pM6wV)J>4}k#rAYh zs=9YQD<3SB0|!9dEb$K_egZ#%3r83UDN-)nKwfjnDbHI~U0prvwakf@T{F|w{nq>W zydV45OPAIITv*+zpc8lOSpF;LnR@??Fr7UBKN% z@9x5Msl6Ombm+5Xf1GykXOS+Rp3MJaJNV_+#O z#6WPVj}b*@eVy6sU?dd7zfyr6uxX#2&Qs%^VTT=$IM@fH$GLx&a@5o)FVlpLq9aby z2+7oh$L8osBn!pHTn>5Cac_Lun!UQ87x%`KloQ`Pxh-Wb+Y7TL#nZv;n$;EUg}Dsl zC`&{F%_`ClV_$^bQ9kBfQKllwy3q2kd0eP&an$WVDM#H@^t+R3G0L-dJMVnAt3<(X zPNMiQ8gkX0h)FlZV@WQ%l55TD=dB%8XEL3wRVq38#=M<7)z%VtIVD$p96Z|yUfKNH z+VxX1P`pB`yC=WXFDEP?ut*L|vM9Np$M`OMBpO#f2!GvWdkyym|HiE$OMl9G zy~+Sv?Ou=A6SXgrgWGMv5rSYi;S<;z+M2R)RKz3PJ|2m9REzG&*B)w_(z+-Mk!Na` zeGpA1A{&w@wL`MFlrTk+P8l{y-Cz;NIvo&4R;9ATZbvwnObjzLf^-Kz5sTor(kvXp z9aA$#-6iMKSX2tJpy1W71g$uz~y#1xj<=SveiGrkI?#t@U?9 zu}Q9!=%?QKFeUL+U0T3e1Q-%v7Zm`yhT7_vD)ZO;H8kx9fF}b{)7;spuIUjYFJxl- z9Fp5L4a-v>h(Qp42mk_9LO1t;;S_gt{5fP`!w7ajd^Yq#mi68s*TiF*t}%P%BZSA} zTorgaHh$&U@PcNKoht_Niz*^wl6;J1(HKrylz>{}9fad!KJIg=cI%X|4IlCN>-8Ln z6A^ERe65h8kElQ_fLW5v27xDWDj>o+Ca1Fy^pLJ`j3!hez0r@&pNef+FC_eH(~;g$ z9&}i3BH`^(Bt>2lY^jn1 z@kADo?F3&e#2=Jj3O~<%$^dy94n!&nLR*-Wc%e0C3Rt5CgoWU+!QH_q zSHAr;W)1i;OZlLvxJ|_&*SyYixWn$TA%dXG>rA=shODp79q$vzxDljBCGGVWW z#L(+Gc646k+KdDJK))1eaTAV0g#x+Xpv+=I^tMUTY79%+G+jaPjw44$H1qTs+mJJD zi4O1RtOjK&U%F76v6eFC#*G!1g)-I5Wi@kds;l)c^nI`UklDKa@ZYF_8fGP;R&?$ct*5 z&qyJar#p8cbJYfB;}V&{D(B@3q6RgpoV>E4!G{TU=)bO8YIk(SMx2i)0I0r&t~tR> zgahWAPa&T**qAGiUS1f~dJRIpFlSFS+}KQ8l?ffTm!?f3XV~2)Rc{l_@Q0MK5U{!$ zH2I<~<2?jBAhfoqRY;(B&JaJo`CJ!bsMOAJgB8;W_sYRLfZbpG`2G%>2f&3Xa3dLy z(AfA1!L|@cRX36RZ{`_bUl-~?BPU?xRE7%KIAWW+wAu7&nQjE3$scZU)vhG*G9JYs zvME#n(a;|ylqX`4_ePkb+YNCVm4_! z;9jn%!V57fpk~a#ygiw;t&4xy7s_+w5Zq*%L7t*%LzZY1AA1_Pb%xR)WoVgRq>3oL zF%>*b2d#`3N6(GqbAFXaZ5$D$eAp}nb<>9IVUnP>300|Lj8&jq(-jm9 z6gjCFdr?Jc(#(=hGm^$7vke~wlH&LFR2`=e^E0%M(R_MvzRT!WLsI8dV@becK9`_4?1!G|RpY7ABI5>%+i zGJTFw(U514>m%`6VoPBPnph8)npB-ML&X3ihusR1{X{`yiTH;!I^RP zD^wEsFP>aKqptZ!h9DxTZqmile*3~~Eer{O!*I49hGPI|K>@Iqpu2Y7kIoRb(80gY)cSR3(S7|6*k8(dW(?EIhE(H||b?R`bmYZN; zi}8u6(@jf+1mK*Rx`j?m>{l15n|@ms9SejlB3y4ef43?D>?)JZoT*Q;uGFfYLh8P&~rJHJl)x zT#)JBNttAemdrJ_m~7)s%(e?EVd`e)In}%$%~V{TtFk&~ZEbpZj5#S)+DU@0Iwu8y z2Y47na|2W@jw<{54-EhwngK>}%qPBzchPF-sa3B>Q}qs2ZXqf`Jf)|AG%Fzpsp!vT&v*YLmNOHyE7&4v#Ii$hqC+aHTf3yBn7!-v|PtByKuW= zZ+5xKuH2%BzD>&}E!46Z)c7WSqh*5s>T6gCHQxX1>RXTZpDrydUq4;jsGx!#+ix$< zR`Ndm#lRqrCeS4M#oBuY(S9hqc!gqBF)aUCY_(d?7SdL0^N&Z*0{VRRtHrDI>%Rd$ HG+SQ+H~cEU diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc deleted file mode 100644 index a6f2aa0ac7cb2438588773cb6ac1b51de8ae0b14..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2652 zcma)8&5zqe6t|N&o6Tkm>Mo%2p$-QGsaRWpRH@afe2a1kQdJJk#hG{}n*qn;&e&Pv z8`55pxb?~v@s}X}0(?T^A3z(p^u&8($7^p^+FH@eWaiEL_`TnI&L8{xeG8uBzwU`o zyO#Ag{@6TDxmdpri)U8L`pRO~nZ;~w{njqd#`dZ;YzLbg_-&Uz)}O%QnZ>QK&8%^Y z+2b~Aomt}!YlC!H2V|EyAa__7WRLBD++{tGeYOj7Z`B{}<%7?t=8t$RRl-&F@fSSg zCp6(C2&vX2kt9}fDHvC{I8hunmC+W_37JVnk~xPREyE>OZm^c?(&PvX(D7qXpp3Ez9KrID$(xfS8HhJ9nHg;M$6>6@6F|cdm;@5jXVhH zJ02w3OO~FyX-S^fTkSpnGEt>*-}z-RQ$V-gfh5VOlHz&nH{unn3fa+iFoIhnu#6lPKZ z09RKsC8sn3Wm)o)%tS;(kx^unOI{Skwn0%1Al=*n+!C%aXQ)Mi<)Cn0B6+KUWc_F# zF4b_njvZbT$EukMP8cL~8U)aGvlJS`ZPZ-71kM^2?-rqC2Uo;**o^F&3e%sU;mY7n z=Nx*IA^3!nh@S$~Pg9}zf&=m*0_>~6moPdMbe$5kR`>fcRdi9mcHdM6jbfc>SU)88C zogkZGgY}|G!WVIcui;4`qgf~d+=RDBi&}{Y-VqDa#{jAUG>~B^G`=cK z`HVIY1gJ2DA)hD^K+-MD$`RQutT#I5puie#`I`WBMj9|(q49PTr)zpCyIaReaeQYL zy>vlGmMYw8q|vPSZrN8d%6F@K&5}bhrER~`*h*$gQHZMHB%D*Kc6&2WAhS2t0-isBZEw@}5`fW<#;+qVC0-LW6qKi~b&!f#{qe@{)=dH?_b diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc deleted file mode 100644 index 8fd430d85776f23ad2d2fe10bcfca70108eafe1f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25895 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 N!rdwAyTrmSCr4_#gL{EeYacc zj&h7BWYTGUrSQU#a2|%mdL%ffQN~271JaF_Sm7ThQmE`mDWMAgANL66cIJZPzDOu$ zL(WKwr4j=(NaHNWK~B>gbJoRjob^Sz7c_UVW*Kcr5}lJC)mSo#LxaUaVMVpzIkkKw z5=k;6e^-U(sz8nx8IAK?tY*=Ivlo*}C#(E`q^}+nl(~&#AZZ a0ibOg&u+tl!9v^5*X4C^Q>~!~SVLbs<#d(+ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py deleted file mode 100644 index 1becc50..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py +++ /dev/null @@ -1,6 +0,0 @@ -__all__ = ["Mapping", "Sequence"] - -try: - from collections.abc import Mapping, Sequence -except ImportError: - from collections import Mapping, Sequence diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py deleted file mode 100644 index e99d87e..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py +++ /dev/null @@ -1,133 +0,0 @@ -class AbstractProvider(object): - """Delegate class to provide the required interface for the resolver.""" - - def identify(self, requirement_or_candidate): - """Given a requirement, return an identifier for it. - - This is used to identify a requirement, e.g. whether two requirements - should have their specifier parts merged. - """ - raise NotImplementedError - - def get_preference( - self, - identifier, - resolutions, - candidates, - information, - backtrack_causes, - ): - """Produce a sort key for given requirement based on preference. - - The preference is defined as "I think this requirement should be - resolved first". The lower the return value is, the more preferred - this group of arguments is. - - :param identifier: An identifier as returned by ``identify()``. This - identifies the dependency matches which should be returned. - :param resolutions: Mapping of candidates currently pinned by the - resolver. Each key is an identifier, and the value is a candidate. - The candidate may conflict with requirements from ``information``. - :param candidates: Mapping of each dependency's possible candidates. - Each value is an iterator of candidates. - :param information: Mapping of requirement information of each package. - Each value is an iterator of *requirement information*. - :param backtrack_causes: Sequence of requirement information that were - the requirements that caused the resolver to most recently backtrack. - - A *requirement information* instance is a named tuple with two members: - - * ``requirement`` specifies a requirement contributing to the current - list of candidates. - * ``parent`` specifies the candidate that provides (depended on) the - requirement, or ``None`` to indicate a root requirement. - - The preference could depend on various issues, including (not - necessarily in this order): - - * Is this package pinned in the current resolution result? - * How relaxed is the requirement? Stricter ones should probably be - worked on first? (I don't know, actually.) - * How many possibilities are there to satisfy this requirement? Those - with few left should likely be worked on first, I guess? - * Are there any known conflicts for this requirement? We should - probably work on those with the most known conflicts. - - A sortable value should be returned (this will be used as the ``key`` - parameter of the built-in sorting function). The smaller the value is, - the more preferred this requirement is (i.e. the sorting function - is called with ``reverse=False``). - """ - raise NotImplementedError - - def find_matches(self, identifier, requirements, incompatibilities): - """Find all possible candidates that satisfy the given constraints. - - :param identifier: An identifier as returned by ``identify()``. This - identifies the dependency matches of which should be returned. - :param requirements: A mapping of requirements that all returned - candidates must satisfy. Each key is an identifier, and the value - an iterator of requirements for that dependency. - :param incompatibilities: A mapping of known incompatibilities of - each dependency. Each key is an identifier, and the value an - iterator of incompatibilities known to the resolver. All - incompatibilities *must* be excluded from the return value. - - This should try to get candidates based on the requirements' types. - For VCS, local, and archive requirements, the one-and-only match is - returned, and for a "named" requirement, the index(es) should be - consulted to find concrete candidates for this requirement. - - The return value should produce candidates ordered by preference; the - most preferred candidate should come first. The return type may be one - of the following: - - * A callable that returns an iterator that yields candidates. - * An collection of candidates. - * An iterable of candidates. This will be consumed immediately into a - list of candidates. - """ - raise NotImplementedError - - def is_satisfied_by(self, requirement, candidate): - """Whether the given requirement can be satisfied by a candidate. - - The candidate is guaranteed to have been generated from the - requirement. - - A boolean should be returned to indicate whether ``candidate`` is a - viable solution to the requirement. - """ - raise NotImplementedError - - def get_dependencies(self, candidate): - """Get dependencies of a candidate. - - This should return a collection of requirements that `candidate` - specifies as its dependencies. - """ - raise NotImplementedError - - -class AbstractResolver(object): - """The thing that performs the actual resolution work.""" - - base_exception = Exception - - def __init__(self, provider, reporter): - self.provider = provider - self.reporter = reporter - - def resolve(self, requirements, **kwargs): - """Take a collection of constraints, spit out the resolution result. - - This returns a representation of the final resolution state, with one - guarenteed attribute ``mapping`` that contains resolved candidates as - values. The keys are their respective identifiers. - - :param requirements: A collection of constraints. - :param kwargs: Additional keyword arguments that subclasses may accept. - - :raises: ``self.base_exception`` or its subclass. - """ - raise NotImplementedError diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py deleted file mode 100644 index 688b5e1..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py +++ /dev/null @@ -1,43 +0,0 @@ -class BaseReporter(object): - """Delegate class to provider progress reporting for the resolver.""" - - def starting(self): - """Called before the resolution actually starts.""" - - def starting_round(self, index): - """Called before each round of resolution starts. - - The index is zero-based. - """ - - def ending_round(self, index, state): - """Called before each round of resolution ends. - - This is NOT called if the resolution ends at this round. Use `ending` - if you want to report finalization. The index is zero-based. - """ - - def ending(self, state): - """Called before the resolution ends successfully.""" - - def adding_requirement(self, requirement, parent): - """Called when adding a new requirement into the resolve criteria. - - :param requirement: The additional requirement to be applied to filter - the available candidaites. - :param parent: The candidate that requires ``requirement`` as a - dependency, or None if ``requirement`` is one of the root - requirements passed in from ``Resolver.resolve()``. - """ - - def resolving_conflicts(self, causes): - """Called when starting to attempt requirement conflict resolution. - - :param causes: The information on the collision that caused the backtracking. - """ - - def rejecting_candidate(self, criterion, candidate): - """Called when rejecting a candidate during backtracking.""" - - def pinning(self, candidate): - """Called when adding a candidate to the potential solution.""" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py deleted file mode 100644 index 2c3d0e3..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py +++ /dev/null @@ -1,547 +0,0 @@ -import collections -import itertools -import operator - -from .providers import AbstractResolver -from .structs import DirectedGraph, IteratorMapping, build_iter_view - -RequirementInformation = collections.namedtuple( - "RequirementInformation", ["requirement", "parent"] -) - - -class ResolverException(Exception): - """A base class for all exceptions raised by this module. - - Exceptions derived by this class should all be handled in this module. Any - bubbling pass the resolver should be treated as a bug. - """ - - -class RequirementsConflicted(ResolverException): - def __init__(self, criterion): - super(RequirementsConflicted, self).__init__(criterion) - self.criterion = criterion - - def __str__(self): - return "Requirements conflict: {}".format( - ", ".join(repr(r) for r in self.criterion.iter_requirement()), - ) - - -class InconsistentCandidate(ResolverException): - def __init__(self, candidate, criterion): - super(InconsistentCandidate, self).__init__(candidate, criterion) - self.candidate = candidate - self.criterion = criterion - - def __str__(self): - return "Provided candidate {!r} does not satisfy {}".format( - self.candidate, - ", ".join(repr(r) for r in self.criterion.iter_requirement()), - ) - - -class Criterion(object): - """Representation of possible resolution results of a package. - - This holds three attributes: - - * `information` is a collection of `RequirementInformation` pairs. - Each pair is a requirement contributing to this criterion, and the - candidate that provides the requirement. - * `incompatibilities` is a collection of all known not-to-work candidates - to exclude from consideration. - * `candidates` is a collection containing all possible candidates deducted - from the union of contributing requirements and known incompatibilities. - It should never be empty, except when the criterion is an attribute of a - raised `RequirementsConflicted` (in which case it is always empty). - - .. note:: - This class is intended to be externally immutable. **Do not** mutate - any of its attribute containers. - """ - - def __init__(self, candidates, information, incompatibilities): - self.candidates = candidates - self.information = information - self.incompatibilities = incompatibilities - - def __repr__(self): - requirements = ", ".join( - "({!r}, via={!r})".format(req, parent) - for req, parent in self.information - ) - return "Criterion({})".format(requirements) - - def iter_requirement(self): - return (i.requirement for i in self.information) - - def iter_parent(self): - return (i.parent for i in self.information) - - -class ResolutionError(ResolverException): - pass - - -class ResolutionImpossible(ResolutionError): - def __init__(self, causes): - super(ResolutionImpossible, self).__init__(causes) - # causes is a list of RequirementInformation objects - self.causes = causes - - -class ResolutionTooDeep(ResolutionError): - def __init__(self, round_count): - super(ResolutionTooDeep, self).__init__(round_count) - self.round_count = round_count - - -# Resolution state in a round. -State = collections.namedtuple("State", "mapping criteria backtrack_causes") - - -class Resolution(object): - """Stateful resolution object. - - This is designed as a one-off object that holds information to kick start - the resolution process, and holds the results afterwards. - """ - - def __init__(self, provider, reporter): - self._p = provider - self._r = reporter - self._states = [] - - @property - def state(self): - try: - return self._states[-1] - except IndexError: - raise AttributeError("state") - - def _push_new_state(self): - """Push a new state into history. - - This new state will be used to hold resolution results of the next - coming round. - """ - base = self._states[-1] - state = State( - mapping=base.mapping.copy(), - criteria=base.criteria.copy(), - backtrack_causes=base.backtrack_causes[:], - ) - self._states.append(state) - - def _add_to_criteria(self, criteria, requirement, parent): - self._r.adding_requirement(requirement=requirement, parent=parent) - - identifier = self._p.identify(requirement_or_candidate=requirement) - criterion = criteria.get(identifier) - if criterion: - incompatibilities = list(criterion.incompatibilities) - else: - incompatibilities = [] - - matches = self._p.find_matches( - identifier=identifier, - requirements=IteratorMapping( - criteria, - operator.methodcaller("iter_requirement"), - {identifier: [requirement]}, - ), - incompatibilities=IteratorMapping( - criteria, - operator.attrgetter("incompatibilities"), - {identifier: incompatibilities}, - ), - ) - - if criterion: - information = list(criterion.information) - information.append(RequirementInformation(requirement, parent)) - else: - information = [RequirementInformation(requirement, parent)] - - criterion = Criterion( - candidates=build_iter_view(matches), - information=information, - incompatibilities=incompatibilities, - ) - if not criterion.candidates: - raise RequirementsConflicted(criterion) - criteria[identifier] = criterion - - def _remove_information_from_criteria(self, criteria, parents): - """Remove information from parents of criteria. - - Concretely, removes all values from each criterion's ``information`` - field that have one of ``parents`` as provider of the requirement. - - :param criteria: The criteria to update. - :param parents: Identifiers for which to remove information from all criteria. - """ - if not parents: - return - for key, criterion in criteria.items(): - criteria[key] = Criterion( - criterion.candidates, - [ - information - for information in criterion.information - if ( - information.parent is None - or self._p.identify(information.parent) not in parents - ) - ], - criterion.incompatibilities, - ) - - def _get_preference(self, name): - return self._p.get_preference( - identifier=name, - resolutions=self.state.mapping, - candidates=IteratorMapping( - self.state.criteria, - operator.attrgetter("candidates"), - ), - information=IteratorMapping( - self.state.criteria, - operator.attrgetter("information"), - ), - backtrack_causes=self.state.backtrack_causes, - ) - - def _is_current_pin_satisfying(self, name, criterion): - try: - current_pin = self.state.mapping[name] - except KeyError: - return False - return all( - self._p.is_satisfied_by(requirement=r, candidate=current_pin) - for r in criterion.iter_requirement() - ) - - def _get_updated_criteria(self, candidate): - criteria = self.state.criteria.copy() - for requirement in self._p.get_dependencies(candidate=candidate): - self._add_to_criteria(criteria, requirement, parent=candidate) - return criteria - - def _attempt_to_pin_criterion(self, name): - criterion = self.state.criteria[name] - - causes = [] - for candidate in criterion.candidates: - try: - criteria = self._get_updated_criteria(candidate) - except RequirementsConflicted as e: - self._r.rejecting_candidate(e.criterion, candidate) - causes.append(e.criterion) - continue - - # Check the newly-pinned candidate actually works. This should - # always pass under normal circumstances, but in the case of a - # faulty provider, we will raise an error to notify the implementer - # to fix find_matches() and/or is_satisfied_by(). - satisfied = all( - self._p.is_satisfied_by(requirement=r, candidate=candidate) - for r in criterion.iter_requirement() - ) - if not satisfied: - raise InconsistentCandidate(candidate, criterion) - - self._r.pinning(candidate=candidate) - self.state.criteria.update(criteria) - - # Put newly-pinned candidate at the end. This is essential because - # backtracking looks at this mapping to get the last pin. - self.state.mapping.pop(name, None) - self.state.mapping[name] = candidate - - return [] - - # All candidates tried, nothing works. This criterion is a dead - # end, signal for backtracking. - return causes - - def _backjump(self, causes): - """Perform backjumping. - - When we enter here, the stack is like this:: - - [ state Z ] - [ state Y ] - [ state X ] - .... earlier states are irrelevant. - - 1. No pins worked for Z, so it does not have a pin. - 2. We want to reset state Y to unpinned, and pin another candidate. - 3. State X holds what state Y was before the pin, but does not - have the incompatibility information gathered in state Y. - - Each iteration of the loop will: - - 1. Identify Z. The incompatibility is not always caused by the latest - state. For example, given three requirements A, B and C, with - dependencies A1, B1 and C1, where A1 and B1 are incompatible: the - last state might be related to C, so we want to discard the - previous state. - 2. Discard Z. - 3. Discard Y but remember its incompatibility information gathered - previously, and the failure we're dealing with right now. - 4. Push a new state Y' based on X, and apply the incompatibility - information from Y to Y'. - 5a. If this causes Y' to conflict, we need to backtrack again. Make Y' - the new Z and go back to step 2. - 5b. If the incompatibilities apply cleanly, end backtracking. - """ - incompatible_reqs = itertools.chain( - (c.parent for c in causes if c.parent is not None), - (c.requirement for c in causes), - ) - incompatible_deps = {self._p.identify(r) for r in incompatible_reqs} - while len(self._states) >= 3: - # Remove the state that triggered backtracking. - del self._states[-1] - - # Ensure to backtrack to a state that caused the incompatibility - incompatible_state = False - while not incompatible_state: - # Retrieve the last candidate pin and known incompatibilities. - try: - broken_state = self._states.pop() - name, candidate = broken_state.mapping.popitem() - except (IndexError, KeyError): - raise ResolutionImpossible(causes) - current_dependencies = { - self._p.identify(d) - for d in self._p.get_dependencies(candidate) - } - incompatible_state = not current_dependencies.isdisjoint( - incompatible_deps - ) - - incompatibilities_from_broken = [ - (k, list(v.incompatibilities)) - for k, v in broken_state.criteria.items() - ] - - # Also mark the newly known incompatibility. - incompatibilities_from_broken.append((name, [candidate])) - - # Create a new state from the last known-to-work one, and apply - # the previously gathered incompatibility information. - def _patch_criteria(): - for k, incompatibilities in incompatibilities_from_broken: - if not incompatibilities: - continue - try: - criterion = self.state.criteria[k] - except KeyError: - continue - matches = self._p.find_matches( - identifier=k, - requirements=IteratorMapping( - self.state.criteria, - operator.methodcaller("iter_requirement"), - ), - incompatibilities=IteratorMapping( - self.state.criteria, - operator.attrgetter("incompatibilities"), - {k: incompatibilities}, - ), - ) - candidates = build_iter_view(matches) - if not candidates: - return False - incompatibilities.extend(criterion.incompatibilities) - self.state.criteria[k] = Criterion( - candidates=candidates, - information=list(criterion.information), - incompatibilities=incompatibilities, - ) - return True - - self._push_new_state() - success = _patch_criteria() - - # It works! Let's work on this new state. - if success: - return True - - # State does not work after applying known incompatibilities. - # Try the still previous state. - - # No way to backtrack anymore. - return False - - def resolve(self, requirements, max_rounds): - if self._states: - raise RuntimeError("already resolved") - - self._r.starting() - - # Initialize the root state. - self._states = [ - State( - mapping=collections.OrderedDict(), - criteria={}, - backtrack_causes=[], - ) - ] - for r in requirements: - try: - self._add_to_criteria(self.state.criteria, r, parent=None) - except RequirementsConflicted as e: - raise ResolutionImpossible(e.criterion.information) - - # The root state is saved as a sentinel so the first ever pin can have - # something to backtrack to if it fails. The root state is basically - # pinning the virtual "root" package in the graph. - self._push_new_state() - - for round_index in range(max_rounds): - self._r.starting_round(index=round_index) - - unsatisfied_names = [ - key - for key, criterion in self.state.criteria.items() - if not self._is_current_pin_satisfying(key, criterion) - ] - - # All criteria are accounted for. Nothing more to pin, we are done! - if not unsatisfied_names: - self._r.ending(state=self.state) - return self.state - - # keep track of satisfied names to calculate diff after pinning - satisfied_names = set(self.state.criteria.keys()) - set( - unsatisfied_names - ) - - # Choose the most preferred unpinned criterion to try. - name = min(unsatisfied_names, key=self._get_preference) - failure_causes = self._attempt_to_pin_criterion(name) - - if failure_causes: - causes = [i for c in failure_causes for i in c.information] - # Backjump if pinning fails. The backjump process puts us in - # an unpinned state, so we can work on it in the next round. - self._r.resolving_conflicts(causes=causes) - success = self._backjump(causes) - self.state.backtrack_causes[:] = causes - - # Dead ends everywhere. Give up. - if not success: - raise ResolutionImpossible(self.state.backtrack_causes) - else: - # discard as information sources any invalidated names - # (unsatisfied names that were previously satisfied) - newly_unsatisfied_names = { - key - for key, criterion in self.state.criteria.items() - if key in satisfied_names - and not self._is_current_pin_satisfying(key, criterion) - } - self._remove_information_from_criteria( - self.state.criteria, newly_unsatisfied_names - ) - # Pinning was successful. Push a new state to do another pin. - self._push_new_state() - - self._r.ending_round(index=round_index, state=self.state) - - raise ResolutionTooDeep(max_rounds) - - -def _has_route_to_root(criteria, key, all_keys, connected): - if key in connected: - return True - if key not in criteria: - return False - for p in criteria[key].iter_parent(): - try: - pkey = all_keys[id(p)] - except KeyError: - continue - if pkey in connected: - connected.add(key) - return True - if _has_route_to_root(criteria, pkey, all_keys, connected): - connected.add(key) - return True - return False - - -Result = collections.namedtuple("Result", "mapping graph criteria") - - -def _build_result(state): - mapping = state.mapping - all_keys = {id(v): k for k, v in mapping.items()} - all_keys[id(None)] = None - - graph = DirectedGraph() - graph.add(None) # Sentinel as root dependencies' parent. - - connected = {None} - for key, criterion in state.criteria.items(): - if not _has_route_to_root(state.criteria, key, all_keys, connected): - continue - if key not in graph: - graph.add(key) - for p in criterion.iter_parent(): - try: - pkey = all_keys[id(p)] - except KeyError: - continue - if pkey not in graph: - graph.add(pkey) - graph.connect(pkey, key) - - return Result( - mapping={k: v for k, v in mapping.items() if k in connected}, - graph=graph, - criteria=state.criteria, - ) - - -class Resolver(AbstractResolver): - """The thing that performs the actual resolution work.""" - - base_exception = ResolverException - - def resolve(self, requirements, max_rounds=100): - """Take a collection of constraints, spit out the resolution result. - - The return value is a representation to the final resolution result. It - is a tuple subclass with three public members: - - * `mapping`: A dict of resolved candidates. Each key is an identifier - of a requirement (as returned by the provider's `identify` method), - and the value is the resolved candidate. - * `graph`: A `DirectedGraph` instance representing the dependency tree. - The vertices are keys of `mapping`, and each edge represents *why* - a particular package is included. A special vertex `None` is - included to represent parents of user-supplied requirements. - * `criteria`: A dict of "criteria" that hold detailed information on - how edges in the graph are derived. Each key is an identifier of a - requirement, and the value is a `Criterion` instance. - - The following exceptions may be raised if a resolution cannot be found: - - * `ResolutionImpossible`: A resolution cannot be found for the given - combination of requirements. The `causes` attribute of the - exception is a list of (requirement, parent), giving the - requirements that could not be satisfied. - * `ResolutionTooDeep`: The dependency tree is too deeply nested and - the resolver gave up. This is usually caused by a circular - dependency, but you can try to resolve this by increasing the - `max_rounds` argument. - """ - resolution = Resolution(self.provider, self.reporter) - state = resolution.resolve(requirements, max_rounds=max_rounds) - return _build_result(state) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py deleted file mode 100644 index 359a34f..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py +++ /dev/null @@ -1,170 +0,0 @@ -import itertools - -from .compat import collections_abc - - -class DirectedGraph(object): - """A graph structure with directed edges.""" - - def __init__(self): - self._vertices = set() - self._forwards = {} # -> Set[] - self._backwards = {} # -> Set[] - - def __iter__(self): - return iter(self._vertices) - - def __len__(self): - return len(self._vertices) - - def __contains__(self, key): - return key in self._vertices - - def copy(self): - """Return a shallow copy of this graph.""" - other = DirectedGraph() - other._vertices = set(self._vertices) - other._forwards = {k: set(v) for k, v in self._forwards.items()} - other._backwards = {k: set(v) for k, v in self._backwards.items()} - return other - - def add(self, key): - """Add a new vertex to the graph.""" - if key in self._vertices: - raise ValueError("vertex exists") - self._vertices.add(key) - self._forwards[key] = set() - self._backwards[key] = set() - - def remove(self, key): - """Remove a vertex from the graph, disconnecting all edges from/to it.""" - self._vertices.remove(key) - for f in self._forwards.pop(key): - self._backwards[f].remove(key) - for t in self._backwards.pop(key): - self._forwards[t].remove(key) - - def connected(self, f, t): - return f in self._backwards[t] and t in self._forwards[f] - - def connect(self, f, t): - """Connect two existing vertices. - - Nothing happens if the vertices are already connected. - """ - if t not in self._vertices: - raise KeyError(t) - self._forwards[f].add(t) - self._backwards[t].add(f) - - def iter_edges(self): - for f, children in self._forwards.items(): - for t in children: - yield f, t - - def iter_children(self, key): - return iter(self._forwards[key]) - - def iter_parents(self, key): - return iter(self._backwards[key]) - - -class IteratorMapping(collections_abc.Mapping): - def __init__(self, mapping, accessor, appends=None): - self._mapping = mapping - self._accessor = accessor - self._appends = appends or {} - - def __repr__(self): - return "IteratorMapping({!r}, {!r}, {!r})".format( - self._mapping, - self._accessor, - self._appends, - ) - - def __bool__(self): - return bool(self._mapping or self._appends) - - __nonzero__ = __bool__ # XXX: Python 2. - - def __contains__(self, key): - return key in self._mapping or key in self._appends - - def __getitem__(self, k): - try: - v = self._mapping[k] - except KeyError: - return iter(self._appends[k]) - return itertools.chain(self._accessor(v), self._appends.get(k, ())) - - def __iter__(self): - more = (k for k in self._appends if k not in self._mapping) - return itertools.chain(self._mapping, more) - - def __len__(self): - more = sum(1 for k in self._appends if k not in self._mapping) - return len(self._mapping) + more - - -class _FactoryIterableView(object): - """Wrap an iterator factory returned by `find_matches()`. - - Calling `iter()` on this class would invoke the underlying iterator - factory, making it a "collection with ordering" that can be iterated - through multiple times, but lacks random access methods presented in - built-in Python sequence types. - """ - - def __init__(self, factory): - self._factory = factory - self._iterable = None - - def __repr__(self): - return "{}({})".format(type(self).__name__, list(self)) - - def __bool__(self): - try: - next(iter(self)) - except StopIteration: - return False - return True - - __nonzero__ = __bool__ # XXX: Python 2. - - def __iter__(self): - iterable = ( - self._factory() if self._iterable is None else self._iterable - ) - self._iterable, current = itertools.tee(iterable) - return current - - -class _SequenceIterableView(object): - """Wrap an iterable returned by find_matches(). - - This is essentially just a proxy to the underlying sequence that provides - the same interface as `_FactoryIterableView`. - """ - - def __init__(self, sequence): - self._sequence = sequence - - def __repr__(self): - return "{}({})".format(type(self).__name__, self._sequence) - - def __bool__(self): - return bool(self._sequence) - - __nonzero__ = __bool__ # XXX: Python 2. - - def __iter__(self): - return iter(self._sequence) - - -def build_iter_view(matches): - """Build an iterable view from the value returned by `find_matches()`.""" - if callable(matches): - return _FactoryIterableView(matches) - if not isinstance(matches, collections_abc.Sequence): - matches = list(matches) - return _SequenceIterableView(matches) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py deleted file mode 100644 index 73f58d7..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py +++ /dev/null @@ -1,177 +0,0 @@ -"""Rich text and beautiful formatting in the terminal.""" - -import os -from typing import IO, TYPE_CHECKING, Any, Callable, Optional, Union - -from ._extension import load_ipython_extension # noqa: F401 - -__all__ = ["get_console", "reconfigure", "print", "inspect", "print_json"] - -if TYPE_CHECKING: - from .console import Console - -# Global console used by alternative print -_console: Optional["Console"] = None - -try: - _IMPORT_CWD = os.path.abspath(os.getcwd()) -except FileNotFoundError: - # Can happen if the cwd has been deleted - _IMPORT_CWD = "" - - -def get_console() -> "Console": - """Get a global :class:`~rich.console.Console` instance. This function is used when Rich requires a Console, - and hasn't been explicitly given one. - - Returns: - Console: A console instance. - """ - global _console - if _console is None: - from .console import Console - - _console = Console() - - return _console - - -def reconfigure(*args: Any, **kwargs: Any) -> None: - """Reconfigures the global console by replacing it with another. - - Args: - *args (Any): Positional arguments for the replacement :class:`~rich.console.Console`. - **kwargs (Any): Keyword arguments for the replacement :class:`~rich.console.Console`. - """ - from pip._vendor.rich.console import Console - - new_console = Console(*args, **kwargs) - _console = get_console() - _console.__dict__ = new_console.__dict__ - - -def print( - *objects: Any, - sep: str = " ", - end: str = "\n", - file: Optional[IO[str]] = None, - flush: bool = False, -) -> None: - r"""Print object(s) supplied via positional arguments. - This function has an identical signature to the built-in print. - For more advanced features, see the :class:`~rich.console.Console` class. - - Args: - sep (str, optional): Separator between printed objects. Defaults to " ". - end (str, optional): Character to write at end of output. Defaults to "\\n". - file (IO[str], optional): File to write to, or None for stdout. Defaults to None. - flush (bool, optional): Has no effect as Rich always flushes output. Defaults to False. - - """ - from .console import Console - - write_console = get_console() if file is None else Console(file=file) - return write_console.print(*objects, sep=sep, end=end) - - -def print_json( - json: Optional[str] = None, - *, - data: Any = None, - indent: Union[None, int, str] = 2, - highlight: bool = True, - skip_keys: bool = False, - ensure_ascii: bool = False, - check_circular: bool = True, - allow_nan: bool = True, - default: Optional[Callable[[Any], Any]] = None, - sort_keys: bool = False, -) -> None: - """Pretty prints JSON. Output will be valid JSON. - - Args: - json (str): A string containing JSON. - data (Any): If json is not supplied, then encode this data. - indent (int, optional): Number of spaces to indent. Defaults to 2. - highlight (bool, optional): Enable highlighting of output: Defaults to True. - skip_keys (bool, optional): Skip keys not of a basic type. Defaults to False. - ensure_ascii (bool, optional): Escape all non-ascii characters. Defaults to False. - check_circular (bool, optional): Check for circular references. Defaults to True. - allow_nan (bool, optional): Allow NaN and Infinity values. Defaults to True. - default (Callable, optional): A callable that converts values that can not be encoded - in to something that can be JSON encoded. Defaults to None. - sort_keys (bool, optional): Sort dictionary keys. Defaults to False. - """ - - get_console().print_json( - json, - data=data, - indent=indent, - highlight=highlight, - skip_keys=skip_keys, - ensure_ascii=ensure_ascii, - check_circular=check_circular, - allow_nan=allow_nan, - default=default, - sort_keys=sort_keys, - ) - - -def inspect( - obj: Any, - *, - console: Optional["Console"] = None, - title: Optional[str] = None, - help: bool = False, - methods: bool = False, - docs: bool = True, - private: bool = False, - dunder: bool = False, - sort: bool = True, - all: bool = False, - value: bool = True, -) -> None: - """Inspect any Python object. - - * inspect() to see summarized info. - * inspect(, methods=True) to see methods. - * inspect(, help=True) to see full (non-abbreviated) help. - * inspect(, private=True) to see private attributes (single underscore). - * inspect(, dunder=True) to see attributes beginning with double underscore. - * inspect(, all=True) to see all attributes. - - Args: - obj (Any): An object to inspect. - title (str, optional): Title to display over inspect result, or None use type. Defaults to None. - help (bool, optional): Show full help text rather than just first paragraph. Defaults to False. - methods (bool, optional): Enable inspection of callables. Defaults to False. - docs (bool, optional): Also render doc strings. Defaults to True. - private (bool, optional): Show private attributes (beginning with underscore). Defaults to False. - dunder (bool, optional): Show attributes starting with double underscore. Defaults to False. - sort (bool, optional): Sort attributes alphabetically. Defaults to True. - all (bool, optional): Show all attributes. Defaults to False. - value (bool, optional): Pretty print value. Defaults to True. - """ - _console = console or get_console() - from pip._vendor.rich._inspect import Inspect - - # Special case for inspect(inspect) - is_inspect = obj is inspect - - _inspect = Inspect( - obj, - title=title, - help=is_inspect or help, - methods=is_inspect or methods, - docs=is_inspect or docs, - private=private, - dunder=dunder, - sort=sort, - all=all, - value=value, - ) - _console.print(_inspect) - - -if __name__ == "__main__": # pragma: no cover - print("Hello, **World**") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py deleted file mode 100644 index 270629f..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py +++ /dev/null @@ -1,274 +0,0 @@ -import colorsys -import io -from time import process_time - -from pip._vendor.rich import box -from pip._vendor.rich.color import Color -from pip._vendor.rich.console import Console, ConsoleOptions, Group, RenderableType, RenderResult -from pip._vendor.rich.markdown import Markdown -from pip._vendor.rich.measure import Measurement -from pip._vendor.rich.pretty import Pretty -from pip._vendor.rich.segment import Segment -from pip._vendor.rich.style import Style -from pip._vendor.rich.syntax import Syntax -from pip._vendor.rich.table import Table -from pip._vendor.rich.text import Text - - -class ColorBox: - def __rich_console__( - self, console: Console, options: ConsoleOptions - ) -> RenderResult: - for y in range(0, 5): - for x in range(options.max_width): - h = x / options.max_width - l = 0.1 + ((y / 5) * 0.7) - r1, g1, b1 = colorsys.hls_to_rgb(h, l, 1.0) - r2, g2, b2 = colorsys.hls_to_rgb(h, l + 0.7 / 10, 1.0) - bgcolor = Color.from_rgb(r1 * 255, g1 * 255, b1 * 255) - color = Color.from_rgb(r2 * 255, g2 * 255, b2 * 255) - yield Segment("▄", Style(color=color, bgcolor=bgcolor)) - yield Segment.line() - - def __rich_measure__( - self, console: "Console", options: ConsoleOptions - ) -> Measurement: - return Measurement(1, options.max_width) - - -def make_test_card() -> Table: - """Get a renderable that demonstrates a number of features.""" - table = Table.grid(padding=1, pad_edge=True) - table.title = "Rich features" - table.add_column("Feature", no_wrap=True, justify="center", style="bold red") - table.add_column("Demonstration") - - color_table = Table( - box=None, - expand=False, - show_header=False, - show_edge=False, - pad_edge=False, - ) - color_table.add_row( - ( - "✓ [bold green]4-bit color[/]\n" - "✓ [bold blue]8-bit color[/]\n" - "✓ [bold magenta]Truecolor (16.7 million)[/]\n" - "✓ [bold yellow]Dumb terminals[/]\n" - "✓ [bold cyan]Automatic color conversion" - ), - ColorBox(), - ) - - table.add_row("Colors", color_table) - - table.add_row( - "Styles", - "All ansi styles: [bold]bold[/], [dim]dim[/], [italic]italic[/italic], [underline]underline[/], [strike]strikethrough[/], [reverse]reverse[/], and even [blink]blink[/].", - ) - - lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque in metus sed sapien ultricies pretium a at justo. Maecenas luctus velit et auctor maximus." - lorem_table = Table.grid(padding=1, collapse_padding=True) - lorem_table.pad_edge = False - lorem_table.add_row( - Text(lorem, justify="left", style="green"), - Text(lorem, justify="center", style="yellow"), - Text(lorem, justify="right", style="blue"), - Text(lorem, justify="full", style="red"), - ) - table.add_row( - "Text", - Group( - Text.from_markup( - """Word wrap text. Justify [green]left[/], [yellow]center[/], [blue]right[/] or [red]full[/].\n""" - ), - lorem_table, - ), - ) - - def comparison(renderable1: RenderableType, renderable2: RenderableType) -> Table: - table = Table(show_header=False, pad_edge=False, box=None, expand=True) - table.add_column("1", ratio=1) - table.add_column("2", ratio=1) - table.add_row(renderable1, renderable2) - return table - - table.add_row( - "Asian\nlanguage\nsupport", - ":flag_for_china: 该库支持中文,日文和韩文文本!\n:flag_for_japan: ライブラリは中国語、日本語、韓国語のテキストをサポートしています\n:flag_for_south_korea: 이 라이브러리는 중국어, 일본어 및 한국어 텍스트를 지원합니다", - ) - - markup_example = ( - "[bold magenta]Rich[/] supports a simple [i]bbcode[/i]-like [b]markup[/b] for [yellow]color[/], [underline]style[/], and emoji! " - ":+1: :apple: :ant: :bear: :baguette_bread: :bus: " - ) - table.add_row("Markup", markup_example) - - example_table = Table( - show_edge=False, - show_header=True, - expand=False, - row_styles=["none", "dim"], - box=box.SIMPLE, - ) - example_table.add_column("[green]Date", style="green", no_wrap=True) - example_table.add_column("[blue]Title", style="blue") - example_table.add_column( - "[cyan]Production Budget", - style="cyan", - justify="right", - no_wrap=True, - ) - example_table.add_column( - "[magenta]Box Office", - style="magenta", - justify="right", - no_wrap=True, - ) - example_table.add_row( - "Dec 20, 2019", - "Star Wars: The Rise of Skywalker", - "$275,000,000", - "$375,126,118", - ) - example_table.add_row( - "May 25, 2018", - "[b]Solo[/]: A Star Wars Story", - "$275,000,000", - "$393,151,347", - ) - example_table.add_row( - "Dec 15, 2017", - "Star Wars Ep. VIII: The Last Jedi", - "$262,000,000", - "[bold]$1,332,539,889[/bold]", - ) - example_table.add_row( - "May 19, 1999", - "Star Wars Ep. [b]I[/b]: [i]The phantom Menace", - "$115,000,000", - "$1,027,044,677", - ) - - table.add_row("Tables", example_table) - - code = '''\ -def iter_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]: - """Iterate and generate a tuple with a flag for last value.""" - iter_values = iter(values) - try: - previous_value = next(iter_values) - except StopIteration: - return - for value in iter_values: - yield False, previous_value - previous_value = value - yield True, previous_value''' - - pretty_data = { - "foo": [ - 3.1427, - ( - "Paul Atreides", - "Vladimir Harkonnen", - "Thufir Hawat", - ), - ], - "atomic": (False, True, None), - } - table.add_row( - "Syntax\nhighlighting\n&\npretty\nprinting", - comparison( - Syntax(code, "python3", line_numbers=True, indent_guides=True), - Pretty(pretty_data, indent_guides=True), - ), - ) - - markdown_example = """\ -# Markdown - -Supports much of the *markdown* __syntax__! - -- Headers -- Basic formatting: **bold**, *italic*, `code` -- Block quotes -- Lists, and more... - """ - table.add_row( - "Markdown", comparison("[cyan]" + markdown_example, Markdown(markdown_example)) - ) - - table.add_row( - "+more!", - """Progress bars, columns, styled logging handler, tracebacks, etc...""", - ) - return table - - -if __name__ == "__main__": # pragma: no cover - - console = Console( - file=io.StringIO(), - force_terminal=True, - ) - test_card = make_test_card() - - # Print once to warm cache - start = process_time() - console.print(test_card) - pre_cache_taken = round((process_time() - start) * 1000.0, 1) - - console.file = io.StringIO() - - start = process_time() - console.print(test_card) - taken = round((process_time() - start) * 1000.0, 1) - - c = Console(record=True) - c.print(test_card) - - print(f"rendered in {pre_cache_taken}ms (cold cache)") - print(f"rendered in {taken}ms (warm cache)") - - from pip._vendor.rich.panel import Panel - - console = Console() - - sponsor_message = Table.grid(padding=1) - sponsor_message.add_column(style="green", justify="right") - sponsor_message.add_column(no_wrap=True) - - sponsor_message.add_row( - "Textualize", - "[u blue link=https://github.com/textualize]https://github.com/textualize", - ) - sponsor_message.add_row( - "Twitter", - "[u blue link=https://twitter.com/willmcgugan]https://twitter.com/willmcgugan", - ) - - intro_message = Text.from_markup( - """\ -We hope you enjoy using Rich! - -Rich is maintained with [red]:heart:[/] by [link=https://www.textualize.io]Textualize.io[/] - -- Will McGugan""" - ) - - message = Table.grid(padding=2) - message.add_column() - message.add_column(no_wrap=True) - message.add_row(intro_message, sponsor_message) - - console.print( - Panel.fit( - message, - box=box.ROUNDED, - padding=(1, 2), - title="[b red]Thanks for trying out Rich!", - border_style="bright_blue", - ), - justify="center", - ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 6b1325fcd90134b54d8499c4a163066448015372..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7013 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc deleted file mode 100644 index 57e4972ea7ccc0549cd64814031b0c9e18bbc51e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10302 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 T3s9D276Jn#E`ystBU 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc deleted file mode 100644 index 40220e4b8781bf0fcef815d44c255624a7b2d827..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 205974 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≀ZkqNU^lXo(?8VXDlAr+{^Z3MBSBLzBwyydw< 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc deleted file mode 100644 index fc69c24ab1f8385283a836d338fb564d1c621835..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1727 zcmZ8hO>7%Q6rTNGJBgDxA#T-^=IIK+bb=?QL4=Xd^Z(95&&m$~mdc2hT(v-HihL-8ww|Z!r zH)X7t3Kkl zV=hV3$(&35Mm^AQ3R6@j*e#G;O7J!d5~xK?-}woqo6=4Brm}`yz>SgNJ+v=x%O+>? zrf`>E5{g2Gt#Dx6R*D=6f=@c&0JX@O;#PCj9N^oMDY>#2=c*oJ7h}r%`n0$#Ez8Tw zv|uVXT9-r~75SoAMBZ8xNK+RFuHd|tOyN-d(4mxV;!rvlV${S7?3jN)_`E5<(0Ia< zQK=qF0c6=FkQOkenl}s(A$Eu^cz0G{`cha!MU;8b4^}p|8Ujs1o+WMx$nhZ_-I9uY z=0(DrQC_rHOAsj+g+zXqOpbX~ZH<~fbK1eGMu5WA3f zsASpmm{9csUN}pLO*DnH!$Q>GC<4ZZhjYm+rixc4-3RK%sE7Jyu-m8~+QMKn+EHN5 z5R6i(wEL+(YiF^ZE?7`+dY;%BoN^uAozvrUI5($T=_x(G;Lh5)H{-9rp*v|8$MVV4 zXUQ4t==pSBHz3TkiB8g~S-n}Uq;ZY$`~vlxw$W4mYqsk&RBdu<`8Vnxdzko z5~@b@@1yskTk(o|Y}vnZenYA8l5gly*URgPhl8=oU~GF(-|jm8!+X_^L*>5Mj=-M? zJVktWpoaLi!1HG^>gfFkalWBy*Wjp)H01 zJi!sOhCu~@gk2vM9G7Tnz1#@vU4*qZs(N&i0cK-6C#<6oR{9RBO~!F(e0-ergF*xU zKRpS7u@zp&fN8gcp0%RRo`)U7m5$-kxoU4{^JJy{MCpTSuzxMO8ZBLTG=6#gSA6O$?_JDX2KR}`RW)lYd3kztmQ(XgwIW^J=z;W6?WsO(2{ZoveX!*PG0Xaz-o zN4~$%;hKzshgO``{!*aY*|$Dc?vHGqDfjD@&f{PS_OD+8b>R5@Bjtg&D#5o)?KMAo zHBt>nH^SdWzK)b*A8v=QJPcp0gs(nTy19|6zpW;KeEibjdTRBPngkefbcSloTT_wj Kd*%aF-|ByuQLL^2 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc deleted file mode 100644 index 46de69153a07be28498d9195cf1321fd502c0f07..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2319 zcmc&$&2Aev5SDDWbp@nI;~>2<+n}~k?NV{lHdR+f9mh@s_z#vEG(L1e?^0Si)N;$^ z>c@hPeTF_mpQV@dR`^t)FJK_IoI2$0N`hkpIix5L%byu?X1*DI+&^yIsFa|&e}Bs! zE|*IG=trq9J9}<~R)wF(W@7RwlSWeW4(~Zj5^hrpmnp93iFhb*T1wr!#7qWrI9U*B~ ziZlu)-xOcA+y{0-edE;^O>t7w1moE@=ZB<`g%U6dA3i)e(`hJEX_>sIf;Q zE^4b!=qY)gq85n~v?n65TJuGe2u_mP>Xt|)qY~}Y!D_7s!Xzd>wKiN|1axDpzY`am ziHpGu1dB7n;EsWY{Q4o_mGryFhZB>gC7B=Eipm~~2)9t5(ZOReY+7|xN8T?PrG&FH>M((9JKvfEXwLaQ2gs*Ia`fr*s3B{INrJW@bSuk})<~q^KwS8Q zuNk=(+efsUaw4s2&77_Eik3=HEPV5W=rnPBF4CX_`qc4750g_e#GIWZxC8by#Q1Ax z-Kpb&=ycYxc4FR$W0tKd_$qruty%f}y_>$;@+HGobq0+A&tTj@k#>$>k_}9<8|Y!Z zo=KprHBRp}7mo!G{@X-o3;#nFre@zU1t;L-0il+o^L~cMkNzOYy zXYnBcqGCbQnnzj-W)zue1I0<|E2NpyLL>7v!NS&pO}&ghEtG*cFPRc5&W+>3dNwz3 zCxyqElUXc&C`FIvk}gsb-U-byP0I{9@a@{ngW;rxX0y?xY60&{4v^48|er=@H zoXf|vH?Ht#`g+W7&I+>Fl+B6=xliB zZSRNn-mbTEaJ0ACKEG8gww^yN)^2*)WWVk0Z0qF~O>joj#5Fn&5FfQlW?*IQQ3a!W0Fp{FkIl6CAS` zd!QBwiM6lTqr+H8d6Ue%c}X5?wF&~;e%X@K7@;?x{1_dBK^?#i;)vr6b#Mb? z#EHN>;PjaCi7VP51&zWFUmoEy*i%JGq%K1vT-T_>6o`L~0199YHo*ZY=ERd;cv6oE zV1f}r=lEgVG|b3fR-h<2G@b~iO-f~5l4Vg)E@`RbW=|-do7l*-9cxhF3Ns0%&!|gRy7bOEnykVWn)#$t71)Y=7h2`SFtY2#Vk*FQ;ypIj?4_q_NwdxxJ&d- z*)!dJrPZtbCpvq5Fo0cnhca}9ma1jE)M3v(GBuB@;J&7|J2~%WV#mxu>i@y6fa?bs W<7c$k4?{eEYx@Yoo%{4**!&G7>W2gX diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc deleted file mode 100644 index 752f4521314292890f89333c6c440b330a64ea7e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 853 zcmZWn&1(}u6o0duZa&&Vj2@a(2ep`mHj8@EQk3Esxiq4JG$LV}og`y-cb3^n+LQ&4>#D{=12+_9T8-dv{gG?iXc)~LuXBrcOjBS0>Wj0AB-7pl&Ra}Iz zZ6rpmp5(5$zVEL2tVPDXQ$2wiXOq2~XzYMGiVbn1XY683%R@3Gk8*i1U`TeyF1QT? z;}odFO#x1WGzqMtcLO%fRoEc5x%K@9Q?$)}7K(~Z+foG7P4PT+TP@KG6%RYKEhLSE zkp6)3Ao5wjLdCo^Z^7s5jEc1ftfk^=p+HfVWhY)tEsb>dW|~#0)$K*P{9oN+*)67e zGW@5Khl&pAiU`>vz0+k>vbg6fD%xp>P*C2cZr|l8ZSxeD)VbO#A|_LIX&b}LtESr| z*7&6>NO`uykbfnU{I$&%i}X*RH-EIO%p#4kCXdpCyG~aG%;7zsyP*?Fk-pYZeW%)I zVc+rjniCCFSA^%QXU{n?S8O42TkCFz#ZJT{r-^BvkdEZ7uG1WEQH=&k0k=4Watdcz zdgx_T+pu4Pit}>ty7K1g`!lue>mRby@3Q5QVdZB&9xp$;@T5MPf~n%K{Yfa6e?lfd z^CJf*W=46m4r1Nxsa1yO`8o3inKM`HjMUe>m95q9#Y)~!ESb{1Rrt%YZ6$?fv)#jQ zV9ln~x0P6G5a9{P3<9aIG2QbO?4b#A64gO&DG*-IXP0CNp}x?#h-zdKLO#LCuQ0oB Kl}J$@L+5Xr?BqBA diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc deleted file mode 100644 index 7b6d319940b796f3ff8944b8e388ab23646e928b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12075 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 C`pHiK diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc deleted file mode 100644 index 170a909ef503b22699db876bc41cb81a97a4792f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3618 zcmbtXOK;mo5MELwMaiON$&bWN;zyjKRvKGPTr>!pSMzY|z*T_8MNwS{SzOs{s7IHS zV;d-t0y(6}#WyQA_huuP9Qz-7sZTA477fr-ZVHrBF73=xq$%033zUb^?6(5%aMGfEaj!LoR`Z=UMWZO z(XyIX1tOBqh!J^042ec)Y#7GBhVbIs2;!* zfF}Ugc%M>Ij9x&swyz}k>IGc^);`daV4b3UR6!3Mmy9&nr`q=YV3RfmXuro{2!;qe zgMbczMHIXYfj$WOP+icZ_4AF%J6px|o@C)m+`O=1jKCXLuW{ zx&@_99+ThIL<k9>DnPt;CIyiRPC-s9n3qVJ3oZK=i-Q)=2y0fu>JQ*Ti zF)N+iSYdo&G38rinLHq@7l&d5KKpy1cd*AWbfmI3(jBpL40CBmK|u8+Q%_^w8l*zg zsFq4Lb=)xYXoXgaw1{&Ff89xEm|<^n5ijpk2xLImXgeNc-=_3oDErtv2?jy-`~GM4 z(P3BiedrWUDaigY1@-|NA6j6NLoF*50yam{dKv}aG2z_W<_0~ct^zJUvzNeAM`l%r z)hoq<6Rs;Cn&{v@Cafd&%_C+yT`T89=a3>;Ik$7)K)D?m-yxNIxjVi%GEuK|`-9Tm z2j9mD44}aEJtoFrn;tmzR5-xsnxpHXv%!bXqxWEYc2Hmi^NPpAY>PO-RbdFr!i#nb zb|@0VTR?(P*kRm=cX4|VR*sGP`!V?=*}wVa=ACC7zpBH>2OC=31B5YMrxlNJ|1=1& z4}ooeMLW)Trz63u1*=ZofzUDG_)ndp1Wv+V_*e){EhBkn!lz)%ZlSmh!p6~XFtqOl z$PHaHyL00~vuN%eUCjiEY2Ge_jkwl%Y=W7WD0B_?w!jW-tvPfRzK>*HWudEG02(PhNGZQXughH9>x*ON^a@D9?s3&y&yL!R$dRRZ0y3$g$YB4;a-3VM#Zp3yN zBc1Le6}NvsqNY4)7TzC2CZ?aQG9;6 zZL7%ID{XMoXk6PH%Is<9n=&9xg``Is(|f6@W)zz$85(Vr_XaOCW7v$7cyFr*wLT1M zl234(Gp1U|fHbgfZ*dBI_wkj^WfHFJz#kZ!XUSDSH!I7GCzPj~Cz%%rF9ysnTl5p< z#&TaREa-Fd3wOJc`A)s+RpoW|4OnB<+W4YqMg&3llZ^dEZu~}Wyj89V>8EUS^2bMS S38-&wibNZHcJBx8ZSyZi;r%lJ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc deleted file mode 100644 index 7e4df0af8aabd7114ecc274a2e6119dacfb802fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5158 zcmZ9QPi$0G6vp4o6ljdt)`A$pxG*ZC&?n$Ow4#MpsFI3OMcFi^ozT%KoxGMtcI-5+ zjkqu-nwVH!m>8EXWT6{f;6{@sBqo}e*%%8e+35Mcch9@uZ4<|3KzxqOP^Q0A5viWSj*2xxYXKS^rp0#S{v-$dGwXbSr*V%et z4PlMI`h@je+S1(G!>VR&ecP$oPHSbQ)f{X#dbb-ZAY~Z%!Rp=s;yw!l!>B(++);w7 zs6R&7AL}T#qka;xPSAS~^)AFmC3qV3hluMX_}M;+yFAt!y;anAdzkhwt9vI9uUi;E zckf3F-|4>q8;H*>tm7Hf?;!pw!MFBN?(UNk%;Ms&pbwSc2I{>Y&B3+uG+e~6v0vgc z&KN*hKP&)s?==BccY#ZGi>hu1>>$++1&?4}6*lAk&43px>KzKIktN5 zSJXQcRNcujt98i?uG=-hy>v0DFIJy z28TBTY}}V%d14_@3xQe))Iy*Z0=1w!u@I<*KrI9a-zkAw2-Jd$iG@Hd1Zp8r3jxBl z1pHPX5K5qv33M`nPA1^A$IC%j&h7f1BM6ft2$LfSlOqUwjsQM81VKd;0Ga@`aEV$7 z)Iy*ZEKkltpcVqP5U7PfEd**ocVZz>3xQe)5Pn($wGgNU7ZVGCS_srapcVpzYYEhX zI)Iy*ZbSGyaz-HV+pcVo|(xDc1s09}j3xQe))Iy*Z0)%S`)Pg#( z5U7PfEd**IPzwRVv^YGH?32-HHL7Ff|g0Y9UYy zfm#SK*)0T&M@!0@4_cTUL6{stm>dE3{Fn^F4Bs=`2y`-mPA1UF1Yyr{1}ZxQ0hT8g z0<{pRg+MI?Y9UYyx)Te5S_srafbg9XsD(f+yoKRe;^7F?LZB7`wGbd&OTcLdg%apw z0-a2tlLFKel@v&FOD>5`OdHlrm%+bkdM{C(lTbtc_GhbL* zY~}5Xo%Za7yjv{2)tXyb&R16Rk=53P)x6U_mv=9%EG%6(G;-izzT94E?eEUcy*+!r zwVZd`-F(K{=9h}RXwNO=Ght)PBi&24`bQU+<}Y?yM~c&CvR5V9GQOSvG-|cl^=!{Z ze>Qy2jr!1*tv4IP!}ZGp8~d^yyB+MPU&{tJMzWoIZq&~vPBXZ@FKsCdO@{13p^ B(_R1o diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc deleted file mode 100644 index 498407adbc36b3bd2f9236ef98081971173603af..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 724 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 O=*mdC)XVbo!1Ev1j^LmG diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc deleted file mode 100644 index ea96d08ca392943573e8ae32e8f913043363174c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28974 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc deleted file mode 100644 index 447ff76c9f2d1a33e29c2b0256e6fa5bf697af16..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3571 zcmbtWUrZax8Q-?R93? z5TA_Nhdx9V4{%bIyQ*rb#6wQW<2`Uy9`5m~dto6MGRi5D?%|ZTwDc)Yomubt559^@ z9m$@V@B7VfzVDlF=bP^w4jYBr$g8W#mw5C8ndr@|4NhWs@Q@NHflg6rI!31rF+w3ew4cptS<14+~s*ejc!SE^GrO;67 zpOn3=@(9$}eNJCn=~cVW{d8;uri$qgHB4-UK_9717tXR;paoj@wTk`g8uoW|&PuPc zw_%1cGj-JKYM8ofm@d_$%S`Ti zT@BN84b%JeXqD*~|7#X58BXOM{#w?p>vkMvPd#_RUdpq|so^O7vBsj_`c-A$`s#Hx zzWu$1$y<*uGxgW&YM5TuFb&kBRi@?tGfItxMu9HdG*rJ!l}&~X4@Mix=nv08k7Kln zpe4hmVdFYJkE>^__)U$^{(5woEpvw7Bl_C^k{u3g&6tj<^aV#%UKlq1#^Bp}<2gg+ z%^pjf!dL7}{4S8Vcs2{gEKK53!D+>V!{tH}Q-BNH3UP^eDkX7?aR~^VnBn9Vz)7W= zA#uslyi_{8HXDaq04_^@bwp+*71yH|vyZfT^NGjL=`v1S;xw_u$s(5!Gphi~WQYwK z9H^M#E%TBp#r4$HKg>E$3?(esZq?eKaH_-uNhx|wY7MTXMkuZ!V?s>5r5&${BJAN% z;~GrLfS2Ta3JAznn#th43`s3PO%wCc*+`V1iTpaq&qW|9LJ-$R3K^5Qq&B6+Rlp~5 zP!b_8i_l6m%@cuWG!(cVO}f%i?-n+GR4b5JoN4oVe;| z%0^5@q6>lOBx8jwc;m^1bC1U zcyWnOB{KlEl|+&phjLkHD+yIV%WQCtUkHV9JovfL+;k8bB^jay3CO&hlvBXd1W7T6 z4iaztp1Ch0lX`^6f>VpUgOEcTU{?enp~mWIWhRps63rv}KBDu;thvpk$t%jFZY4G0 zJxHEc+S|BqMN9)=Vdd7C+Galab$ zKbSe@`c9}zj^542wEAM}hLvH=a_SKR)6r@xG;tR7L^Bm2$~ zRpU`uPm#T>tr=6?WBblARr7(ueo$n+b+#O_eG1!GWPO@uN^wu^JEvZ7T|4tnhMyYu zE)Qe=-P8ehb1Q_sT~*n<3hRBex=VlgX_577E3573QrNB{`~I1lQN=yF?;I^hch7TG z>GbbTA6yKnv6YX1_U`BRKFc4wE*!bMipyJcT{%Ag-gfJs&a0v;it9?zHK2D_Io#2zpUrBqtex+-8_v3^1Uv1sM&g8H&55rsG?V%#;`B#v} z8Su|moIWQwrznpDnehja%q&ClXouwOtzLHOwTIeq=6bcv^^(l>lI$EDz+aeJOCU+i z(iP~cgK7l@lDE2gwL&`?k$nD=f~2;=YxwW2bp(HVxfB?MlXyyQZi$rnH%6MKUs3}H q)WDC_?U&S)LQTCf_tU-GJ&!(AE)Bk+@OW={y42sE|2LVdwEqEaVpCWE diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc deleted file mode 100644 index c86a7e828c12a0fe02be2f942659ba83390b540b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2358 zcmah~Z)_Vy7N7C%di`(XB(_7+rb(JcrOpwXmgc0pL)G;kP{1va6sSpAx!y^#>Ds%@ zZqhnhOXgIGTtpd-Bd-)W=1HeqfVkb0sj@Y{dvIBLyi~LuuA~G@SFKJvlDT z<@hv@k-{mwCgi+nuR9hrG3QJBa{ja*BM%~ID%v#qd#`v`!7gj*pdylx;v*iy6A8Z1 zIM)Sy_K)+5{}P{WQDUx6fJjP^gh7`hk}LNqp-V!#m9#0+`F#k{0}xA#)}D)`Bd+g= z629KL?Wvu#PsN$f2b96NqZ*9}?Am{#25__9RPWR2vVKz0(?Y--N>$IQX8kv{=- zc#B-L94{r-G|gwX&d2r71Kk7v<`+PoLzvwNE@I0SGBULl=QaZdHnQ=mr@<+DY|op= zZO@c&zeZ!cy2Tm;-6B`yK?~6Ea8q#e42puy*}N@`bN|B27^D9i1^+-4c;Q$970^fA z1swOBq%6QV?}(Jh7j&vPLM~%vCmr52GI>Xsp!&2C_fiH&$7krKYN4lUEI6=nT~o66!+;$Fn{Srg6rO;~wYe!^Jlu*rfJv~npaLN9TH7$OQS;i5p|c+# zGzJ!nV$oOhdywt5{eJ|NCZL)tive4(1GC`P#^;Ygn$FmPtx?+c(BqcB8IkR`v4XFA znrT-ITET5uuxSq>fn;~#8Y)V*NPQ3sZ;MSiMs|oc;**-ZqOh>j7A zvxK%mlyTAVW()(+M}07Lu?Drlw5V!Oc3_kxsl!1%iMP1F}(K0R>xT3n(`-tVwBy zyT0L9W=ix?;IPtf{s;t8qibjB>8ccc`}O(POHWm!u~KTIwX<|$V^@FW;FZ^YLLI`; zny(8|!&)4zb@W#FYr%g9uS)A3iMe1k*jfJDT5#`5>{c*Q4euzQz7_7TMIPB0NUT^N zlg~4^2VPiAZR}0nkk+C5{zbn-ShE|lTr35`BUwmcY zYIsSy6Y9Errea-@*FulYr|LrxcRhhZkFNt-ph!cxk9YI(2Rbmx$<>-w_rMR|xc&+o#n~Z%g+KnTN**b!*vd8UK zM&0h?(NFh$a%PhW>W2^?nw!1Fb$!eCecuu*AGzJq3&7-qZ>8Q$-E1Gd&7ZFE{`tY1 XvHdp=e2Q-ej(o)*tp^dm!`;YluT4XZ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc deleted file mode 100644 index d0dd075406c64738f7af66b491906c6fe6753f72..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1606 zcmZuwO=#Rk6rR!FYL)d*`a^JAT+tkAIf>M?G*A-)ZXkso?9_HCY!5;!jkBt?8g)i% zyrz^Kd}ztVxA@p&i?2QO*n2M_n?frHv=j=xt-FRoPJK_>A8b6JH=23hd+&Qc^UKVP zMPS|j!qiCHSt3My z4p=?WI(kz_EYpuG2x%H{s=;S6ohipkb$v{$y~I{p<6p3J-_mL zz4SCq-B~F^q6Myyr;;bk%>?kAS~->9Lg$!iVF;FYMH-HVrEG%+631?Mt87L-8X!Wx zq7fYr#~zgpO3vseBezK$b^q4gaV@5GJ6i}b?ZvbR#k}vM!XNSX{lXmG_%J!Ob|8a1 z7miY>VIl=SBZ=f~`^Bc$<{jq6-6RfD56X(QmtMZ>xw|ag^^&;dWxc%3)A!t)?|L%M z*^Mj+cY+5@dRd%#KENU_JdE!JtMiIi$1*;vqRT z$o!SV?vurL`g1p*&aMCW*-xMT{Bi&N^(W@~5D;X|F)_U~=rBms^8F5vx(WU_eE-XC zkc>1n-;a0**Oy8r9R^uMg_id+R%k8G6EO?kejoyaiy0L7q)LJ9ls7;ekQ2q!&A}_g zxI9o4{XYF}Yd~=SKKi%ZhbpK}N>$|vogl$Z5T`!YU)zGmaOUZbr(@Uv?DXmOD7NSx z=WC8C=0PPcqj(9$6%S$i*TK(JQ!>yw`eQWudcC9*oax~kw-hQSn{ijiV h=7gXyNWJk$9~(>%mBGf*V&7W&RdWUlM0>5Q!2iU!mL~uJ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc deleted file mode 100644 index 6bdadf174a3561203ea833dbf914ea39b2cf4c88..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12320 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc deleted file mode 100644 index a7e5b5f97410b37984c834d3a5fb250771dd9454..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9104 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%0Dbm z{S@rI2EBO={s4Us>!;sbp1O9Q`i+=osM6mpPyNiT*r^+>vG#t}8hj2%Yjd=LA1+T_ z(X8dF--t=I_FHPrtvYR2=Rtj`Z`8qeXa`?kp1KMqf8c;lnIns45^tikIh>+vdYIey?o+=J(_c~HtIN|rhhV0zp*7}yVVHy87*KP6qYdixyQ;aI z^&2s%=6*%Zd9)>qqdHnomz=hf;KrivDRhg`iFn{o;B2nF)OLkHTdr9Exz0B6wj!(g@BXIEMh! z9fIcyGK%2O5sV=iNANO&A0e1P@Ct%g5xj=r0)ig{7%hM9R4Oj;r->*gUx3>|`XNAu zyL3sh(@JceB#*#vWgJnsX%z`nIEUas7aJJ)#tJIncG4l9AC4pi#W@@i1h{rmY(gwC z>V#`pxK2;NO^Zhwgpa3q*b@o)2?#0hp%U+U;WH1YCVzoV;SS+NCE<6DatA0UVp?6R zQP--l9b!B_3JKErX2qF+uZi&OH@FwlrV&YT$Roqh0Ad4$G)W?Od82sYi>d_otnh6S z?wT=MQmWw#WV7}KvRRc1!`O>SY zB=j0?d4T~wpZ$-`8##;}d>TOlE$3zJ%ITV<0OL$@bpc6QgQ12x`;w{ z8J&{6fjBF}*pN4A_5P#JboIeCAY3rYC_?Qh4k<-sQBXLT7nyc1lJBoz~tFaZPowA)_l$G{!a&Ess4kl;0yMl|8m5wmYTZ^g)iEf{K6Hh z%g(~}qsMoz)SGXeuun*UPG*~-eL+Tcj;73bk*k3 zr97arf~l;bQczzB0{+R4RYoNg1av}yb;6l}+#2hvHWsMbqzhDmrod#MF0qm6qEcO; z$U5Q482rU$dVR5V!kdZedUEquFu7Y=p${c=O&>+IXMqx3f51B7&KN!3sQ!nwzk(?& zqWbkIEVNE=nJsi4;7DWlW=<@zC9}>YwqSDG66?x5xWwj9Iw)AlbMi2DRVyWo-G_B0 zvj9qGOErn&$+IgSM-8x4toRw$n;E@rEB~6^@dexXHCy!s%YT8e;t%=7v;7PC4@?~V zmMzM2OmwX@g5B49Ug^19d#h~M&4(8J9Unh4(X+rpQ#@FI;V6~4vU4H7Y2x6WqKetw zKkfOJaoe|LxH|>KOJ!AaT{m4HZ@p);7P>QbI1;(?7rC-|__SX!7h2$UEOB}3%Wvgf z%$ppT9a!LMfodwxQ9*$TQA{~IVlcO3u# diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc deleted file mode 100644 index 4c2d04880d75a47c806da70e07784fd501334fd0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5616 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 JzKI5N{{aGTnWg{$ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc deleted file mode 100644 index bdaf952504699658a341a76fde267f8014acecb9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26568 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%0DN?puT;(*sA6JC=Hcn7njY@i$<+au;z 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
{code}
- - -""" - -CONSOLE_SVG_FORMAT = """\ - - - - - - - - - {lines} - - - {chrome} - - {backgrounds} - - {matrix} - - - -""" - -_SVG_FONT_FAMILY = "Rich Fira Code" -_SVG_CLASSES_PREFIX = "rich-svg" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py deleted file mode 100644 index cbd6da9..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py +++ /dev/null @@ -1,10 +0,0 @@ -from typing import Any - - -def load_ipython_extension(ip: Any) -> None: # pragma: no cover - # prevent circular import - from pip._vendor.rich.pretty import install - from pip._vendor.rich.traceback import install as tr_install - - install() - tr_install() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py deleted file mode 100644 index b17ee65..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py +++ /dev/null @@ -1,24 +0,0 @@ -from __future__ import annotations - -from typing import IO, Callable - - -def get_fileno(file_like: IO[str]) -> int | None: - """Get fileno() from a file, accounting for poorly implemented file-like objects. - - Args: - file_like (IO): A file-like object. - - Returns: - int | None: The result of fileno if available, or None if operation failed. - """ - fileno: Callable[[], int] | None = getattr(file_like, "fileno", None) - if fileno is not None: - try: - return fileno() - except Exception: - # `fileno` is documented as potentially raising a OSError - # Alas, from the issues, there are so many poorly implemented file-like objects, - # that `fileno()` can raise just about anything. - return None - return None diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py deleted file mode 100644 index 30446ce..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py +++ /dev/null @@ -1,270 +0,0 @@ -from __future__ import absolute_import - -import inspect -from inspect import cleandoc, getdoc, getfile, isclass, ismodule, signature -from typing import Any, Collection, Iterable, Optional, Tuple, Type, Union - -from .console import Group, RenderableType -from .control import escape_control_codes -from .highlighter import ReprHighlighter -from .jupyter import JupyterMixin -from .panel import Panel -from .pretty import Pretty -from .table import Table -from .text import Text, TextType - - -def _first_paragraph(doc: str) -> str: - """Get the first paragraph from a docstring.""" - paragraph, _, _ = doc.partition("\n\n") - return paragraph - - -class Inspect(JupyterMixin): - """A renderable to inspect any Python Object. - - Args: - obj (Any): An object to inspect. - title (str, optional): Title to display over inspect result, or None use type. Defaults to None. - help (bool, optional): Show full help text rather than just first paragraph. Defaults to False. - methods (bool, optional): Enable inspection of callables. Defaults to False. - docs (bool, optional): Also render doc strings. Defaults to True. - private (bool, optional): Show private attributes (beginning with underscore). Defaults to False. - dunder (bool, optional): Show attributes starting with double underscore. Defaults to False. - sort (bool, optional): Sort attributes alphabetically. Defaults to True. - all (bool, optional): Show all attributes. Defaults to False. - value (bool, optional): Pretty print value of object. Defaults to True. - """ - - def __init__( - self, - obj: Any, - *, - title: Optional[TextType] = None, - help: bool = False, - methods: bool = False, - docs: bool = True, - private: bool = False, - dunder: bool = False, - sort: bool = True, - all: bool = True, - value: bool = True, - ) -> None: - self.highlighter = ReprHighlighter() - self.obj = obj - self.title = title or self._make_title(obj) - if all: - methods = private = dunder = True - self.help = help - self.methods = methods - self.docs = docs or help - self.private = private or dunder - self.dunder = dunder - self.sort = sort - self.value = value - - def _make_title(self, obj: Any) -> Text: - """Make a default title.""" - title_str = ( - str(obj) - if (isclass(obj) or callable(obj) or ismodule(obj)) - else str(type(obj)) - ) - title_text = self.highlighter(title_str) - return title_text - - def __rich__(self) -> Panel: - return Panel.fit( - Group(*self._render()), - title=self.title, - border_style="scope.border", - padding=(0, 1), - ) - - def _get_signature(self, name: str, obj: Any) -> Optional[Text]: - """Get a signature for a callable.""" - try: - _signature = str(signature(obj)) + ":" - except ValueError: - _signature = "(...)" - except TypeError: - return None - - source_filename: Optional[str] = None - try: - source_filename = getfile(obj) - except (OSError, TypeError): - # OSError is raised if obj has no source file, e.g. when defined in REPL. - pass - - callable_name = Text(name, style="inspect.callable") - if source_filename: - callable_name.stylize(f"link file://{source_filename}") - signature_text = self.highlighter(_signature) - - qualname = name or getattr(obj, "__qualname__", name) - - # If obj is a module, there may be classes (which are callable) to display - if inspect.isclass(obj): - prefix = "class" - elif inspect.iscoroutinefunction(obj): - prefix = "async def" - else: - prefix = "def" - - qual_signature = Text.assemble( - (f"{prefix} ", f"inspect.{prefix.replace(' ', '_')}"), - (qualname, "inspect.callable"), - signature_text, - ) - - return qual_signature - - def _render(self) -> Iterable[RenderableType]: - """Render object.""" - - def sort_items(item: Tuple[str, Any]) -> Tuple[bool, str]: - key, (_error, value) = item - return (callable(value), key.strip("_").lower()) - - def safe_getattr(attr_name: str) -> Tuple[Any, Any]: - """Get attribute or any exception.""" - try: - return (None, getattr(obj, attr_name)) - except Exception as error: - return (error, None) - - obj = self.obj - keys = dir(obj) - total_items = len(keys) - if not self.dunder: - keys = [key for key in keys if not key.startswith("__")] - if not self.private: - keys = [key for key in keys if not key.startswith("_")] - not_shown_count = total_items - len(keys) - items = [(key, safe_getattr(key)) for key in keys] - if self.sort: - items.sort(key=sort_items) - - items_table = Table.grid(padding=(0, 1), expand=False) - items_table.add_column(justify="right") - add_row = items_table.add_row - highlighter = self.highlighter - - if callable(obj): - signature = self._get_signature("", obj) - if signature is not None: - yield signature - yield "" - - if self.docs: - _doc = self._get_formatted_doc(obj) - if _doc is not None: - doc_text = Text(_doc, style="inspect.help") - doc_text = highlighter(doc_text) - yield doc_text - yield "" - - if self.value and not (isclass(obj) or callable(obj) or ismodule(obj)): - yield Panel( - Pretty(obj, indent_guides=True, max_length=10, max_string=60), - border_style="inspect.value.border", - ) - yield "" - - for key, (error, value) in items: - key_text = Text.assemble( - ( - key, - "inspect.attr.dunder" if key.startswith("__") else "inspect.attr", - ), - (" =", "inspect.equals"), - ) - if error is not None: - warning = key_text.copy() - warning.stylize("inspect.error") - add_row(warning, highlighter(repr(error))) - continue - - if callable(value): - if not self.methods: - continue - - _signature_text = self._get_signature(key, value) - if _signature_text is None: - add_row(key_text, Pretty(value, highlighter=highlighter)) - else: - if self.docs: - docs = self._get_formatted_doc(value) - if docs is not None: - _signature_text.append("\n" if "\n" in docs else " ") - doc = highlighter(docs) - doc.stylize("inspect.doc") - _signature_text.append(doc) - - add_row(key_text, _signature_text) - else: - add_row(key_text, Pretty(value, highlighter=highlighter)) - if items_table.row_count: - yield items_table - elif not_shown_count: - yield Text.from_markup( - f"[b cyan]{not_shown_count}[/][i] attribute(s) not shown.[/i] " - f"Run [b][magenta]inspect[/]([not b]inspect[/])[/b] for options." - ) - - def _get_formatted_doc(self, object_: Any) -> Optional[str]: - """ - Extract the docstring of an object, process it and returns it. - The processing consists in cleaning up the doctring's indentation, - taking only its 1st paragraph if `self.help` is not True, - and escape its control codes. - - Args: - object_ (Any): the object to get the docstring from. - - Returns: - Optional[str]: the processed docstring, or None if no docstring was found. - """ - docs = getdoc(object_) - if docs is None: - return None - docs = cleandoc(docs).strip() - if not self.help: - docs = _first_paragraph(docs) - return escape_control_codes(docs) - - -def get_object_types_mro(obj: Union[object, Type[Any]]) -> Tuple[type, ...]: - """Returns the MRO of an object's class, or of the object itself if it's a class.""" - if not hasattr(obj, "__mro__"): - # N.B. we cannot use `if type(obj) is type` here because it doesn't work with - # some types of classes, such as the ones that use abc.ABCMeta. - obj = type(obj) - return getattr(obj, "__mro__", ()) - - -def get_object_types_mro_as_strings(obj: object) -> Collection[str]: - """ - Returns the MRO of an object's class as full qualified names, or of the object itself if it's a class. - - Examples: - `object_types_mro_as_strings(JSONDecoder)` will return `['json.decoder.JSONDecoder', 'builtins.object']` - """ - return [ - f'{getattr(type_, "__module__", "")}.{getattr(type_, "__qualname__", "")}' - for type_ in get_object_types_mro(obj) - ] - - -def is_object_one_of_types( - obj: object, fully_qualified_types_names: Collection[str] -) -> bool: - """ - Returns `True` if the given object's class (or the object itself, if it's a class) has one of the - fully qualified names in its MRO. - """ - for type_name in get_object_types_mro_as_strings(obj): - if type_name in fully_qualified_types_names: - return True - return False diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py deleted file mode 100644 index fc16c84..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py +++ /dev/null @@ -1,94 +0,0 @@ -from datetime import datetime -from typing import Iterable, List, Optional, TYPE_CHECKING, Union, Callable - - -from .text import Text, TextType - -if TYPE_CHECKING: - from .console import Console, ConsoleRenderable, RenderableType - from .table import Table - -FormatTimeCallable = Callable[[datetime], Text] - - -class LogRender: - def __init__( - self, - show_time: bool = True, - show_level: bool = False, - show_path: bool = True, - time_format: Union[str, FormatTimeCallable] = "[%x %X]", - omit_repeated_times: bool = True, - level_width: Optional[int] = 8, - ) -> None: - self.show_time = show_time - self.show_level = show_level - self.show_path = show_path - self.time_format = time_format - self.omit_repeated_times = omit_repeated_times - self.level_width = level_width - self._last_time: Optional[Text] = None - - def __call__( - self, - console: "Console", - renderables: Iterable["ConsoleRenderable"], - log_time: Optional[datetime] = None, - time_format: Optional[Union[str, FormatTimeCallable]] = None, - level: TextType = "", - path: Optional[str] = None, - line_no: Optional[int] = None, - link_path: Optional[str] = None, - ) -> "Table": - from .containers import Renderables - from .table import Table - - output = Table.grid(padding=(0, 1)) - output.expand = True - if self.show_time: - output.add_column(style="log.time") - if self.show_level: - output.add_column(style="log.level", width=self.level_width) - output.add_column(ratio=1, style="log.message", overflow="fold") - if self.show_path and path: - output.add_column(style="log.path") - row: List["RenderableType"] = [] - if self.show_time: - log_time = log_time or console.get_datetime() - time_format = time_format or self.time_format - if callable(time_format): - log_time_display = time_format(log_time) - else: - log_time_display = Text(log_time.strftime(time_format)) - if log_time_display == self._last_time and self.omit_repeated_times: - row.append(Text(" " * len(log_time_display))) - else: - row.append(log_time_display) - self._last_time = log_time_display - if self.show_level: - row.append(level) - - row.append(Renderables(renderables)) - if self.show_path and path: - path_text = Text() - path_text.append( - path, style=f"link file://{link_path}" if link_path else "" - ) - if line_no: - path_text.append(":") - path_text.append( - f"{line_no}", - style=f"link file://{link_path}#{line_no}" if link_path else "", - ) - row.append(path_text) - - output.add_row(*row) - return output - - -if __name__ == "__main__": # pragma: no cover - from pip._vendor.rich.console import Console - - c = Console() - c.print("[on blue]Hello", justify="right") - c.log("[on blue]hello", justify="right") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py deleted file mode 100644 index 01c6caf..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py +++ /dev/null @@ -1,43 +0,0 @@ -from typing import Iterable, Tuple, TypeVar - -T = TypeVar("T") - - -def loop_first(values: Iterable[T]) -> Iterable[Tuple[bool, T]]: - """Iterate and generate a tuple with a flag for first value.""" - iter_values = iter(values) - try: - value = next(iter_values) - except StopIteration: - return - yield True, value - for value in iter_values: - yield False, value - - -def loop_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]: - """Iterate and generate a tuple with a flag for last value.""" - iter_values = iter(values) - try: - previous_value = next(iter_values) - except StopIteration: - return - for value in iter_values: - yield False, previous_value - previous_value = value - yield True, previous_value - - -def loop_first_last(values: Iterable[T]) -> Iterable[Tuple[bool, bool, T]]: - """Iterate and generate a tuple with a flag for first and last value.""" - iter_values = iter(values) - try: - previous_value = next(iter_values) - except StopIteration: - return - first = True - for value in iter_values: - yield first, False, previous_value - first = False - previous_value = value - yield first, True, previous_value diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py deleted file mode 100644 index b659673..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py +++ /dev/null @@ -1,69 +0,0 @@ -from types import TracebackType -from typing import IO, Iterable, Iterator, List, Optional, Type - - -class NullFile(IO[str]): - def close(self) -> None: - pass - - def isatty(self) -> bool: - return False - - def read(self, __n: int = 1) -> str: - return "" - - def readable(self) -> bool: - return False - - def readline(self, __limit: int = 1) -> str: - return "" - - def readlines(self, __hint: int = 1) -> List[str]: - return [] - - def seek(self, __offset: int, __whence: int = 1) -> int: - return 0 - - def seekable(self) -> bool: - return False - - def tell(self) -> int: - return 0 - - def truncate(self, __size: Optional[int] = 1) -> int: - return 0 - - def writable(self) -> bool: - return False - - def writelines(self, __lines: Iterable[str]) -> None: - pass - - def __next__(self) -> str: - return "" - - def __iter__(self) -> Iterator[str]: - return iter([""]) - - def __enter__(self) -> IO[str]: - pass - - def __exit__( - self, - __t: Optional[Type[BaseException]], - __value: Optional[BaseException], - __traceback: Optional[TracebackType], - ) -> None: - pass - - def write(self, text: str) -> int: - return 0 - - def flush(self) -> None: - pass - - def fileno(self) -> int: - return -1 - - -NULL_FILE = NullFile() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py deleted file mode 100644 index 3c748d3..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py +++ /dev/null @@ -1,309 +0,0 @@ -from .palette import Palette - - -# Taken from https://en.wikipedia.org/wiki/ANSI_escape_code (Windows 10 column) -WINDOWS_PALETTE = Palette( - [ - (12, 12, 12), - (197, 15, 31), - (19, 161, 14), - (193, 156, 0), - (0, 55, 218), - (136, 23, 152), - (58, 150, 221), - (204, 204, 204), - (118, 118, 118), - (231, 72, 86), - (22, 198, 12), - (249, 241, 165), - (59, 120, 255), - (180, 0, 158), - (97, 214, 214), - (242, 242, 242), - ] -) - -# # The standard ansi colors (including bright variants) -STANDARD_PALETTE = Palette( - [ - (0, 0, 0), - (170, 0, 0), - (0, 170, 0), - (170, 85, 0), - (0, 0, 170), - (170, 0, 170), - (0, 170, 170), - (170, 170, 170), - (85, 85, 85), - (255, 85, 85), - (85, 255, 85), - (255, 255, 85), - (85, 85, 255), - (255, 85, 255), - (85, 255, 255), - (255, 255, 255), - ] -) - - -# The 256 color palette -EIGHT_BIT_PALETTE = Palette( - [ - (0, 0, 0), - (128, 0, 0), - (0, 128, 0), - (128, 128, 0), - (0, 0, 128), - (128, 0, 128), - (0, 128, 128), - (192, 192, 192), - (128, 128, 128), - (255, 0, 0), - (0, 255, 0), - (255, 255, 0), - (0, 0, 255), - (255, 0, 255), - (0, 255, 255), - (255, 255, 255), - (0, 0, 0), - (0, 0, 95), - (0, 0, 135), - (0, 0, 175), - (0, 0, 215), - (0, 0, 255), - (0, 95, 0), - (0, 95, 95), - (0, 95, 135), - (0, 95, 175), - (0, 95, 215), - (0, 95, 255), - (0, 135, 0), - (0, 135, 95), - (0, 135, 135), - (0, 135, 175), - (0, 135, 215), - (0, 135, 255), - (0, 175, 0), - (0, 175, 95), - (0, 175, 135), - (0, 175, 175), - (0, 175, 215), - (0, 175, 255), - (0, 215, 0), - (0, 215, 95), - (0, 215, 135), - (0, 215, 175), - (0, 215, 215), - (0, 215, 255), - (0, 255, 0), - (0, 255, 95), - (0, 255, 135), - (0, 255, 175), - (0, 255, 215), - (0, 255, 255), - (95, 0, 0), - (95, 0, 95), - (95, 0, 135), - (95, 0, 175), - (95, 0, 215), - (95, 0, 255), - (95, 95, 0), - (95, 95, 95), - (95, 95, 135), - (95, 95, 175), - (95, 95, 215), - (95, 95, 255), - (95, 135, 0), - (95, 135, 95), - (95, 135, 135), - (95, 135, 175), - (95, 135, 215), - (95, 135, 255), - (95, 175, 0), - (95, 175, 95), - (95, 175, 135), - (95, 175, 175), - (95, 175, 215), - (95, 175, 255), - (95, 215, 0), - (95, 215, 95), - (95, 215, 135), - (95, 215, 175), - (95, 215, 215), - (95, 215, 255), - (95, 255, 0), - (95, 255, 95), - (95, 255, 135), - (95, 255, 175), - (95, 255, 215), - (95, 255, 255), - (135, 0, 0), - (135, 0, 95), - (135, 0, 135), - (135, 0, 175), - (135, 0, 215), - (135, 0, 255), - (135, 95, 0), - (135, 95, 95), - (135, 95, 135), - (135, 95, 175), - (135, 95, 215), - (135, 95, 255), - (135, 135, 0), - (135, 135, 95), - (135, 135, 135), - (135, 135, 175), - (135, 135, 215), - (135, 135, 255), - (135, 175, 0), - (135, 175, 95), - (135, 175, 135), - (135, 175, 175), - (135, 175, 215), - (135, 175, 255), - (135, 215, 0), - (135, 215, 95), - (135, 215, 135), - (135, 215, 175), - (135, 215, 215), - (135, 215, 255), - (135, 255, 0), - (135, 255, 95), - (135, 255, 135), - (135, 255, 175), - (135, 255, 215), - (135, 255, 255), - (175, 0, 0), - (175, 0, 95), - (175, 0, 135), - (175, 0, 175), - (175, 0, 215), - (175, 0, 255), - (175, 95, 0), - (175, 95, 95), - (175, 95, 135), - (175, 95, 175), - (175, 95, 215), - (175, 95, 255), - (175, 135, 0), - (175, 135, 95), - (175, 135, 135), - (175, 135, 175), - (175, 135, 215), - (175, 135, 255), - (175, 175, 0), - (175, 175, 95), - (175, 175, 135), - (175, 175, 175), - (175, 175, 215), - (175, 175, 255), - (175, 215, 0), - (175, 215, 95), - (175, 215, 135), - (175, 215, 175), - (175, 215, 215), - (175, 215, 255), - (175, 255, 0), - (175, 255, 95), - (175, 255, 135), - (175, 255, 175), - (175, 255, 215), - (175, 255, 255), - (215, 0, 0), - (215, 0, 95), - (215, 0, 135), - (215, 0, 175), - (215, 0, 215), - (215, 0, 255), - (215, 95, 0), - (215, 95, 95), - (215, 95, 135), - (215, 95, 175), - (215, 95, 215), - (215, 95, 255), - (215, 135, 0), - (215, 135, 95), - (215, 135, 135), - (215, 135, 175), - (215, 135, 215), - (215, 135, 255), - (215, 175, 0), - (215, 175, 95), - (215, 175, 135), - (215, 175, 175), - (215, 175, 215), - (215, 175, 255), - (215, 215, 0), - (215, 215, 95), - (215, 215, 135), - (215, 215, 175), - (215, 215, 215), - (215, 215, 255), - (215, 255, 0), - (215, 255, 95), - (215, 255, 135), - (215, 255, 175), - (215, 255, 215), - (215, 255, 255), - (255, 0, 0), - (255, 0, 95), - (255, 0, 135), - (255, 0, 175), - (255, 0, 215), - (255, 0, 255), - (255, 95, 0), - (255, 95, 95), - (255, 95, 135), - (255, 95, 175), - (255, 95, 215), - (255, 95, 255), - (255, 135, 0), - (255, 135, 95), - (255, 135, 135), - (255, 135, 175), - (255, 135, 215), - (255, 135, 255), - (255, 175, 0), - (255, 175, 95), - (255, 175, 135), - (255, 175, 175), - (255, 175, 215), - (255, 175, 255), - (255, 215, 0), - (255, 215, 95), - (255, 215, 135), - (255, 215, 175), - (255, 215, 215), - (255, 215, 255), - (255, 255, 0), - (255, 255, 95), - (255, 255, 135), - (255, 255, 175), - (255, 255, 215), - (255, 255, 255), - (8, 8, 8), - (18, 18, 18), - (28, 28, 28), - (38, 38, 38), - (48, 48, 48), - (58, 58, 58), - (68, 68, 68), - (78, 78, 78), - (88, 88, 88), - (98, 98, 98), - (108, 108, 108), - (118, 118, 118), - (128, 128, 128), - (138, 138, 138), - (148, 148, 148), - (158, 158, 158), - (168, 168, 168), - (178, 178, 178), - (188, 188, 188), - (198, 198, 198), - (208, 208, 208), - (218, 218, 218), - (228, 228, 228), - (238, 238, 238), - ] -) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py deleted file mode 100644 index 4f6d8b2..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py +++ /dev/null @@ -1,17 +0,0 @@ -from typing import Optional - - -def pick_bool(*values: Optional[bool]) -> bool: - """Pick the first non-none bool or return the last value. - - Args: - *values (bool): Any number of boolean or None values. - - Returns: - bool: First non-none boolean. - """ - assert values, "1 or more values required" - for value in values: - if value is not None: - return value - return bool(value) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py deleted file mode 100644 index e8a3a67..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py +++ /dev/null @@ -1,160 +0,0 @@ -import sys -from fractions import Fraction -from math import ceil -from typing import cast, List, Optional, Sequence - -if sys.version_info >= (3, 8): - from typing import Protocol -else: - from pip._vendor.typing_extensions import Protocol # pragma: no cover - - -class Edge(Protocol): - """Any object that defines an edge (such as Layout).""" - - size: Optional[int] = None - ratio: int = 1 - minimum_size: int = 1 - - -def ratio_resolve(total: int, edges: Sequence[Edge]) -> List[int]: - """Divide total space to satisfy size, ratio, and minimum_size, constraints. - - The returned list of integers should add up to total in most cases, unless it is - impossible to satisfy all the constraints. For instance, if there are two edges - with a minimum size of 20 each and `total` is 30 then the returned list will be - greater than total. In practice, this would mean that a Layout object would - clip the rows that would overflow the screen height. - - Args: - total (int): Total number of characters. - edges (List[Edge]): Edges within total space. - - Returns: - List[int]: Number of characters for each edge. - """ - # Size of edge or None for yet to be determined - sizes = [(edge.size or None) for edge in edges] - - _Fraction = Fraction - - # While any edges haven't been calculated - while None in sizes: - # Get flexible edges and index to map these back on to sizes list - flexible_edges = [ - (index, edge) - for index, (size, edge) in enumerate(zip(sizes, edges)) - if size is None - ] - # Remaining space in total - remaining = total - sum(size or 0 for size in sizes) - if remaining <= 0: - # No room for flexible edges - return [ - ((edge.minimum_size or 1) if size is None else size) - for size, edge in zip(sizes, edges) - ] - # Calculate number of characters in a ratio portion - portion = _Fraction( - remaining, sum((edge.ratio or 1) for _, edge in flexible_edges) - ) - - # If any edges will be less than their minimum, replace size with the minimum - for index, edge in flexible_edges: - if portion * edge.ratio <= edge.minimum_size: - sizes[index] = edge.minimum_size - # New fixed size will invalidate calculations, so we need to repeat the process - break - else: - # Distribute flexible space and compensate for rounding error - # Since edge sizes can only be integers we need to add the remainder - # to the following line - remainder = _Fraction(0) - for index, edge in flexible_edges: - size, remainder = divmod(portion * edge.ratio + remainder, 1) - sizes[index] = size - break - # Sizes now contains integers only - return cast(List[int], sizes) - - -def ratio_reduce( - total: int, ratios: List[int], maximums: List[int], values: List[int] -) -> List[int]: - """Divide an integer total in to parts based on ratios. - - Args: - total (int): The total to divide. - ratios (List[int]): A list of integer ratios. - maximums (List[int]): List of maximums values for each slot. - values (List[int]): List of values - - Returns: - List[int]: A list of integers guaranteed to sum to total. - """ - ratios = [ratio if _max else 0 for ratio, _max in zip(ratios, maximums)] - total_ratio = sum(ratios) - if not total_ratio: - return values[:] - total_remaining = total - result: List[int] = [] - append = result.append - for ratio, maximum, value in zip(ratios, maximums, values): - if ratio and total_ratio > 0: - distributed = min(maximum, round(ratio * total_remaining / total_ratio)) - append(value - distributed) - total_remaining -= distributed - total_ratio -= ratio - else: - append(value) - return result - - -def ratio_distribute( - total: int, ratios: List[int], minimums: Optional[List[int]] = None -) -> List[int]: - """Distribute an integer total in to parts based on ratios. - - Args: - total (int): The total to divide. - ratios (List[int]): A list of integer ratios. - minimums (List[int]): List of minimum values for each slot. - - Returns: - List[int]: A list of integers guaranteed to sum to total. - """ - if minimums: - ratios = [ratio if _min else 0 for ratio, _min in zip(ratios, minimums)] - total_ratio = sum(ratios) - assert total_ratio > 0, "Sum of ratios must be > 0" - - total_remaining = total - distributed_total: List[int] = [] - append = distributed_total.append - if minimums is None: - _minimums = [0] * len(ratios) - else: - _minimums = minimums - for ratio, minimum in zip(ratios, _minimums): - if total_ratio > 0: - distributed = max(minimum, ceil(ratio * total_remaining / total_ratio)) - else: - distributed = total_remaining - append(distributed) - total_ratio -= ratio - total_remaining -= distributed - return distributed_total - - -if __name__ == "__main__": - from dataclasses import dataclass - - @dataclass - class E: - - size: Optional[int] = None - ratio: int = 1 - minimum_size: int = 1 - - resolved = ratio_resolve(110, [E(None, 1, 1), E(None, 1, 1), E(None, 1, 1)]) - print(sum(resolved)) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py deleted file mode 100644 index d0bb1fe..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py +++ /dev/null @@ -1,482 +0,0 @@ -""" -Spinners are from: -* cli-spinners: - MIT License - Copyright (c) Sindre Sorhus (sindresorhus.com) - 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. -""" - -SPINNERS = { - "dots": { - "interval": 80, - "frames": "⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏", - }, - "dots2": {"interval": 80, "frames": "⣾⣽⣻⢿⡿⣟⣯⣷"}, - "dots3": { - "interval": 80, - "frames": "⠋⠙⠚⠞⠖⠦⠴⠲⠳⠓", - }, - "dots4": { - "interval": 80, - "frames": "⠄⠆⠇⠋⠙⠸⠰⠠⠰⠸⠙⠋⠇⠆", - }, - "dots5": { - "interval": 80, - "frames": "⠋⠙⠚⠒⠂⠂⠒⠲⠴⠦⠖⠒⠐⠐⠒⠓⠋", - }, - "dots6": { - "interval": 80, - "frames": "⠁⠉⠙⠚⠒⠂⠂⠒⠲⠴⠤⠄⠄⠤⠴⠲⠒⠂⠂⠒⠚⠙⠉⠁", - }, - "dots7": { - "interval": 80, - "frames": "⠈⠉⠋⠓⠒⠐⠐⠒⠖⠦⠤⠠⠠⠤⠦⠖⠒⠐⠐⠒⠓⠋⠉⠈", - }, - "dots8": { - "interval": 80, - "frames": "⠁⠁⠉⠙⠚⠒⠂⠂⠒⠲⠴⠤⠄⠄⠤⠠⠠⠤⠦⠖⠒⠐⠐⠒⠓⠋⠉⠈⠈", - }, - "dots9": {"interval": 80, "frames": "⢹⢺⢼⣸⣇⡧⡗⡏"}, - "dots10": {"interval": 80, "frames": "⢄⢂⢁⡁⡈⡐⡠"}, - "dots11": {"interval": 100, "frames": "⠁⠂⠄⡀⢀⠠⠐⠈"}, - "dots12": { - "interval": 80, - "frames": [ - "⢀⠀", - "⡀⠀", - "⠄⠀", - "⢂⠀", - "⡂⠀", - "⠅⠀", - "⢃⠀", - "⡃⠀", - "⠍⠀", - "⢋⠀", - "⡋⠀", - "⠍⠁", - "⢋⠁", - "⡋⠁", - "⠍⠉", - "⠋⠉", - "⠋⠉", - "⠉⠙", - "⠉⠙", - "⠉⠩", - "⠈⢙", - "⠈⡙", - "⢈⠩", - "⡀⢙", - "⠄⡙", - "⢂⠩", - "⡂⢘", - "⠅⡘", - "⢃⠨", - "⡃⢐", - "⠍⡐", - "⢋⠠", - "⡋⢀", - "⠍⡁", - "⢋⠁", - "⡋⠁", - "⠍⠉", - "⠋⠉", - "⠋⠉", - "⠉⠙", - "⠉⠙", - "⠉⠩", - "⠈⢙", - "⠈⡙", - "⠈⠩", - "⠀⢙", - "⠀⡙", - "⠀⠩", - "⠀⢘", - "⠀⡘", - "⠀⠨", - "⠀⢐", - "⠀⡐", - "⠀⠠", - "⠀⢀", - "⠀⡀", - ], - }, - "dots8Bit": { - "interval": 80, - "frames": "⠀⠁⠂⠃⠄⠅⠆⠇⡀⡁⡂⡃⡄⡅⡆⡇⠈⠉⠊⠋⠌⠍⠎⠏⡈⡉⡊⡋⡌⡍⡎⡏⠐⠑⠒⠓⠔⠕⠖⠗⡐⡑⡒⡓⡔⡕⡖⡗⠘⠙⠚⠛⠜⠝⠞⠟⡘⡙" - "⡚⡛⡜⡝⡞⡟⠠⠡⠢⠣⠤⠥⠦⠧⡠⡡⡢⡣⡤⡥⡦⡧⠨⠩⠪⠫⠬⠭⠮⠯⡨⡩⡪⡫⡬⡭⡮⡯⠰⠱⠲⠳⠴⠵⠶⠷⡰⡱⡲⡳⡴⡵⡶⡷⠸⠹⠺⠻" - "⠼⠽⠾⠿⡸⡹⡺⡻⡼⡽⡾⡿⢀⢁⢂⢃⢄⢅⢆⢇⣀⣁⣂⣃⣄⣅⣆⣇⢈⢉⢊⢋⢌⢍⢎⢏⣈⣉⣊⣋⣌⣍⣎⣏⢐⢑⢒⢓⢔⢕⢖⢗⣐⣑⣒⣓⣔⣕" - "⣖⣗⢘⢙⢚⢛⢜⢝⢞⢟⣘⣙⣚⣛⣜⣝⣞⣟⢠⢡⢢⢣⢤⢥⢦⢧⣠⣡⣢⣣⣤⣥⣦⣧⢨⢩⢪⢫⢬⢭⢮⢯⣨⣩⣪⣫⣬⣭⣮⣯⢰⢱⢲⢳⢴⢵⢶⢷" - "⣰⣱⣲⣳⣴⣵⣶⣷⢸⢹⢺⢻⢼⢽⢾⢿⣸⣹⣺⣻⣼⣽⣾⣿", - }, - "line": {"interval": 130, "frames": ["-", "\\", "|", "/"]}, - "line2": {"interval": 100, "frames": "⠂-–—–-"}, - "pipe": {"interval": 100, "frames": "┤┘┴└├┌┬┐"}, - "simpleDots": {"interval": 400, "frames": [". ", ".. ", "...", " "]}, - "simpleDotsScrolling": { - "interval": 200, - "frames": [". ", ".. ", "...", " ..", " .", " "], - }, - "star": {"interval": 70, "frames": "✶✸✹✺✹✷"}, - "star2": {"interval": 80, "frames": "+x*"}, - "flip": { - "interval": 70, - "frames": "___-``'´-___", - }, - "hamburger": {"interval": 100, "frames": "☱☲☴"}, - "growVertical": { - "interval": 120, - "frames": "▁▃▄▅▆▇▆▅▄▃", - }, - "growHorizontal": { - "interval": 120, - "frames": "▏▎▍▌▋▊▉▊▋▌▍▎", - }, - "balloon": {"interval": 140, "frames": " .oO@* "}, - "balloon2": {"interval": 120, "frames": ".oO°Oo."}, - "noise": {"interval": 100, "frames": "▓▒░"}, - "bounce": {"interval": 120, "frames": "⠁⠂⠄⠂"}, - "boxBounce": {"interval": 120, "frames": "▖▘▝▗"}, - "boxBounce2": {"interval": 100, "frames": "▌▀▐▄"}, - "triangle": {"interval": 50, "frames": "◢◣◤◥"}, - "arc": {"interval": 100, "frames": "◜◠◝◞◡◟"}, - "circle": {"interval": 120, "frames": "◡⊙◠"}, - "squareCorners": {"interval": 180, "frames": "◰◳◲◱"}, - "circleQuarters": {"interval": 120, "frames": "◴◷◶◵"}, - "circleHalves": {"interval": 50, "frames": "◐◓◑◒"}, - "squish": {"interval": 100, "frames": "╫╪"}, - "toggle": {"interval": 250, "frames": "⊶⊷"}, - "toggle2": {"interval": 80, "frames": "▫▪"}, - "toggle3": {"interval": 120, "frames": "□■"}, - "toggle4": {"interval": 100, "frames": "■□▪▫"}, - "toggle5": {"interval": 100, "frames": "▮▯"}, - "toggle6": {"interval": 300, "frames": "ဝ၀"}, - "toggle7": {"interval": 80, "frames": "⦾⦿"}, - "toggle8": {"interval": 100, "frames": "◍◌"}, - "toggle9": {"interval": 100, "frames": "◉◎"}, - "toggle10": {"interval": 100, "frames": "㊂㊀㊁"}, - "toggle11": {"interval": 50, "frames": "⧇⧆"}, - "toggle12": {"interval": 120, "frames": "☗☖"}, - "toggle13": {"interval": 80, "frames": "=*-"}, - "arrow": {"interval": 100, "frames": "←↖↑↗→↘↓↙"}, - "arrow2": { - "interval": 80, - "frames": ["⬆️ ", "↗️ ", "➡️ ", "↘️ ", "⬇️ ", "↙️ ", "⬅️ ", "↖️ "], - }, - "arrow3": { - "interval": 120, - "frames": ["▹▹▹▹▹", "▸▹▹▹▹", "▹▸▹▹▹", "▹▹▸▹▹", "▹▹▹▸▹", "▹▹▹▹▸"], - }, - "bouncingBar": { - "interval": 80, - "frames": [ - "[ ]", - "[= ]", - "[== ]", - "[=== ]", - "[ ===]", - "[ ==]", - "[ =]", - "[ ]", - "[ =]", - "[ ==]", - "[ ===]", - "[====]", - "[=== ]", - "[== ]", - "[= ]", - ], - }, - "bouncingBall": { - "interval": 80, - "frames": [ - "( ● )", - "( ● )", - "( ● )", - "( ● )", - "( ●)", - "( ● )", - "( ● )", - "( ● )", - "( ● )", - "(● )", - ], - }, - "smiley": {"interval": 200, "frames": ["😄 ", "😝 "]}, - "monkey": {"interval": 300, "frames": ["🙈 ", "🙈 ", "🙉 ", "🙊 "]}, - "hearts": {"interval": 100, "frames": ["💛 ", "💙 ", "💜 ", "💚 ", "❤️ "]}, - "clock": { - "interval": 100, - "frames": [ - "🕛 ", - "🕐 ", - "🕑 ", - "🕒 ", - "🕓 ", - "🕔 ", - "🕕 ", - "🕖 ", - "🕗 ", - "🕘 ", - "🕙 ", - "🕚 ", - ], - }, - "earth": {"interval": 180, "frames": ["🌍 ", "🌎 ", "🌏 "]}, - "material": { - "interval": 17, - "frames": [ - "█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", - "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", - "███▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", - "████▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", - "██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁", - "██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁", - "███████▁▁▁▁▁▁▁▁▁▁▁▁▁", - "████████▁▁▁▁▁▁▁▁▁▁▁▁", - "█████████▁▁▁▁▁▁▁▁▁▁▁", - "█████████▁▁▁▁▁▁▁▁▁▁▁", - "██████████▁▁▁▁▁▁▁▁▁▁", - "███████████▁▁▁▁▁▁▁▁▁", - "█████████████▁▁▁▁▁▁▁", - "██████████████▁▁▁▁▁▁", - "██████████████▁▁▁▁▁▁", - "▁██████████████▁▁▁▁▁", - "▁██████████████▁▁▁▁▁", - "▁██████████████▁▁▁▁▁", - "▁▁██████████████▁▁▁▁", - "▁▁▁██████████████▁▁▁", - "▁▁▁▁█████████████▁▁▁", - "▁▁▁▁██████████████▁▁", - "▁▁▁▁██████████████▁▁", - "▁▁▁▁▁██████████████▁", - "▁▁▁▁▁██████████████▁", - "▁▁▁▁▁██████████████▁", - "▁▁▁▁▁▁██████████████", - "▁▁▁▁▁▁██████████████", - "▁▁▁▁▁▁▁█████████████", - "▁▁▁▁▁▁▁█████████████", - "▁▁▁▁▁▁▁▁████████████", - "▁▁▁▁▁▁▁▁████████████", - "▁▁▁▁▁▁▁▁▁███████████", - "▁▁▁▁▁▁▁▁▁███████████", - "▁▁▁▁▁▁▁▁▁▁██████████", - "▁▁▁▁▁▁▁▁▁▁██████████", - "▁▁▁▁▁▁▁▁▁▁▁▁████████", - "▁▁▁▁▁▁▁▁▁▁▁▁▁███████", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁██████", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████", - "█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", - "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", - "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", - "███▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", - "████▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", - "█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", - "█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", - "██████▁▁▁▁▁▁▁▁▁▁▁▁▁█", - "████████▁▁▁▁▁▁▁▁▁▁▁▁", - "█████████▁▁▁▁▁▁▁▁▁▁▁", - "█████████▁▁▁▁▁▁▁▁▁▁▁", - "█████████▁▁▁▁▁▁▁▁▁▁▁", - "█████████▁▁▁▁▁▁▁▁▁▁▁", - "███████████▁▁▁▁▁▁▁▁▁", - "████████████▁▁▁▁▁▁▁▁", - "████████████▁▁▁▁▁▁▁▁", - "██████████████▁▁▁▁▁▁", - "██████████████▁▁▁▁▁▁", - "▁██████████████▁▁▁▁▁", - "▁██████████████▁▁▁▁▁", - "▁▁▁█████████████▁▁▁▁", - "▁▁▁▁▁████████████▁▁▁", - "▁▁▁▁▁████████████▁▁▁", - "▁▁▁▁▁▁███████████▁▁▁", - "▁▁▁▁▁▁▁▁█████████▁▁▁", - "▁▁▁▁▁▁▁▁█████████▁▁▁", - "▁▁▁▁▁▁▁▁▁█████████▁▁", - "▁▁▁▁▁▁▁▁▁█████████▁▁", - "▁▁▁▁▁▁▁▁▁▁█████████▁", - "▁▁▁▁▁▁▁▁▁▁▁████████▁", - "▁▁▁▁▁▁▁▁▁▁▁████████▁", - "▁▁▁▁▁▁▁▁▁▁▁▁███████▁", - "▁▁▁▁▁▁▁▁▁▁▁▁███████▁", - "▁▁▁▁▁▁▁▁▁▁▁▁▁███████", - "▁▁▁▁▁▁▁▁▁▁▁▁▁███████", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", - "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", - ], - }, - "moon": { - "interval": 80, - "frames": ["🌑 ", "🌒 ", "🌓 ", "🌔 ", "🌕 ", "🌖 ", "🌗 ", "🌘 "], - }, - "runner": {"interval": 140, "frames": ["🚶 ", "🏃 "]}, - "pong": { - "interval": 80, - "frames": [ - "▐⠂ ▌", - "▐⠈ ▌", - "▐ ⠂ ▌", - "▐ ⠠ ▌", - "▐ ⡀ ▌", - "▐ ⠠ ▌", - "▐ ⠂ ▌", - "▐ ⠈ ▌", - "▐ ⠂ ▌", - "▐ ⠠ ▌", - "▐ ⡀ ▌", - "▐ ⠠ ▌", - "▐ ⠂ ▌", - "▐ ⠈ ▌", - "▐ ⠂▌", - "▐ ⠠▌", - "▐ ⡀▌", - "▐ ⠠ ▌", - "▐ ⠂ ▌", - "▐ ⠈ ▌", - "▐ ⠂ ▌", - "▐ ⠠ ▌", - "▐ ⡀ ▌", - "▐ ⠠ ▌", - "▐ ⠂ ▌", - "▐ ⠈ ▌", - "▐ ⠂ ▌", - "▐ ⠠ ▌", - "▐ ⡀ ▌", - "▐⠠ ▌", - ], - }, - "shark": { - "interval": 120, - "frames": [ - "▐|\\____________▌", - "▐_|\\___________▌", - "▐__|\\__________▌", - "▐___|\\_________▌", - "▐____|\\________▌", - "▐_____|\\_______▌", - "▐______|\\______▌", - "▐_______|\\_____▌", - "▐________|\\____▌", - "▐_________|\\___▌", - "▐__________|\\__▌", - "▐___________|\\_▌", - "▐____________|\\▌", - "▐____________/|▌", - "▐___________/|_▌", - "▐__________/|__▌", - "▐_________/|___▌", - "▐________/|____▌", - "▐_______/|_____▌", - "▐______/|______▌", - "▐_____/|_______▌", - "▐____/|________▌", - "▐___/|_________▌", - "▐__/|__________▌", - "▐_/|___________▌", - "▐/|____________▌", - ], - }, - "dqpb": {"interval": 100, "frames": "dqpb"}, - "weather": { - "interval": 100, - "frames": [ - "☀️ ", - "☀️ ", - "☀️ ", - "🌤 ", - "⛅️ ", - "🌥 ", - "☁️ ", - "🌧 ", - "🌨 ", - "🌧 ", - "🌨 ", - "🌧 ", - "🌨 ", - "⛈ ", - "🌨 ", - "🌧 ", - "🌨 ", - "☁️ ", - "🌥 ", - "⛅️ ", - "🌤 ", - "☀️ ", - "☀️ ", - ], - }, - "christmas": {"interval": 400, "frames": "🌲🎄"}, - "grenade": { - "interval": 80, - "frames": [ - "، ", - "′ ", - " ´ ", - " ‾ ", - " ⸌", - " ⸊", - " |", - " ⁎", - " ⁕", - " ෴ ", - " ⁓", - " ", - " ", - " ", - ], - }, - "point": {"interval": 125, "frames": ["∙∙∙", "●∙∙", "∙●∙", "∙∙●", "∙∙∙"]}, - "layer": {"interval": 150, "frames": "-=≡"}, - "betaWave": { - "interval": 80, - "frames": [ - "ρββββββ", - "βρβββββ", - "ββρββββ", - "βββρβββ", - "ββββρββ", - "βββββρβ", - "ββββββρ", - ], - }, - "aesthetic": { - "interval": 80, - "frames": [ - "▰▱▱▱▱▱▱", - "▰▰▱▱▱▱▱", - "▰▰▰▱▱▱▱", - "▰▰▰▰▱▱▱", - "▰▰▰▰▰▱▱", - "▰▰▰▰▰▰▱", - "▰▰▰▰▰▰▰", - "▰▱▱▱▱▱▱", - ], - }, -} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py deleted file mode 100644 index 194564e..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py +++ /dev/null @@ -1,16 +0,0 @@ -from typing import List, TypeVar - -T = TypeVar("T") - - -class Stack(List[T]): - """A small shim over builtin list.""" - - @property - def top(self) -> T: - """Get top of stack.""" - return self[-1] - - def push(self, item: T) -> None: - """Push an item on to the stack (append in stack nomenclature).""" - self.append(item) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py deleted file mode 100644 index a2ca6be..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py +++ /dev/null @@ -1,19 +0,0 @@ -""" -Timer context manager, only used in debug. - -""" - -from time import time - -import contextlib -from typing import Generator - - -@contextlib.contextmanager -def timer(subject: str = "time") -> Generator[None, None, None]: - """print the elapsed time. (only used in debugging)""" - start = time() - yield - elapsed = time() - start - elapsed_ms = elapsed * 1000 - print(f"{subject} elapsed {elapsed_ms:.1f}ms") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py deleted file mode 100644 index 81b1082..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py +++ /dev/null @@ -1,662 +0,0 @@ -"""Light wrapper around the Win32 Console API - this module should only be imported on Windows - -The API that this module wraps is documented at https://docs.microsoft.com/en-us/windows/console/console-functions -""" -import ctypes -import sys -from typing import Any - -windll: Any = None -if sys.platform == "win32": - windll = ctypes.LibraryLoader(ctypes.WinDLL) -else: - raise ImportError(f"{__name__} can only be imported on Windows") - -import time -from ctypes import Structure, byref, wintypes -from typing import IO, NamedTuple, Type, cast - -from pip._vendor.rich.color import ColorSystem -from pip._vendor.rich.style import Style - -STDOUT = -11 -ENABLE_VIRTUAL_TERMINAL_PROCESSING = 4 - -COORD = wintypes._COORD - - -class LegacyWindowsError(Exception): - pass - - -class WindowsCoordinates(NamedTuple): - """Coordinates in the Windows Console API are (y, x), not (x, y). - This class is intended to prevent that confusion. - Rows and columns are indexed from 0. - This class can be used in place of wintypes._COORD in arguments and argtypes. - """ - - row: int - col: int - - @classmethod - def from_param(cls, value: "WindowsCoordinates") -> COORD: - """Converts a WindowsCoordinates into a wintypes _COORD structure. - This classmethod is internally called by ctypes to perform the conversion. - - Args: - value (WindowsCoordinates): The input coordinates to convert. - - Returns: - wintypes._COORD: The converted coordinates struct. - """ - return COORD(value.col, value.row) - - -class CONSOLE_SCREEN_BUFFER_INFO(Structure): - _fields_ = [ - ("dwSize", COORD), - ("dwCursorPosition", COORD), - ("wAttributes", wintypes.WORD), - ("srWindow", wintypes.SMALL_RECT), - ("dwMaximumWindowSize", COORD), - ] - - -class CONSOLE_CURSOR_INFO(ctypes.Structure): - _fields_ = [("dwSize", wintypes.DWORD), ("bVisible", wintypes.BOOL)] - - -_GetStdHandle = windll.kernel32.GetStdHandle -_GetStdHandle.argtypes = [ - wintypes.DWORD, -] -_GetStdHandle.restype = wintypes.HANDLE - - -def GetStdHandle(handle: int = STDOUT) -> wintypes.HANDLE: - """Retrieves a handle to the specified standard device (standard input, standard output, or standard error). - - Args: - handle (int): Integer identifier for the handle. Defaults to -11 (stdout). - - Returns: - wintypes.HANDLE: The handle - """ - return cast(wintypes.HANDLE, _GetStdHandle(handle)) - - -_GetConsoleMode = windll.kernel32.GetConsoleMode -_GetConsoleMode.argtypes = [wintypes.HANDLE, wintypes.LPDWORD] -_GetConsoleMode.restype = wintypes.BOOL - - -def GetConsoleMode(std_handle: wintypes.HANDLE) -> int: - """Retrieves the current input mode of a console's input buffer - or the current output mode of a console screen buffer. - - Args: - std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. - - Raises: - LegacyWindowsError: If any error occurs while calling the Windows console API. - - Returns: - int: Value representing the current console mode as documented at - https://docs.microsoft.com/en-us/windows/console/getconsolemode#parameters - """ - - console_mode = wintypes.DWORD() - success = bool(_GetConsoleMode(std_handle, console_mode)) - if not success: - raise LegacyWindowsError("Unable to get legacy Windows Console Mode") - return console_mode.value - - -_FillConsoleOutputCharacterW = windll.kernel32.FillConsoleOutputCharacterW -_FillConsoleOutputCharacterW.argtypes = [ - wintypes.HANDLE, - ctypes.c_char, - wintypes.DWORD, - cast(Type[COORD], WindowsCoordinates), - ctypes.POINTER(wintypes.DWORD), -] -_FillConsoleOutputCharacterW.restype = wintypes.BOOL - - -def FillConsoleOutputCharacter( - std_handle: wintypes.HANDLE, - char: str, - length: int, - start: WindowsCoordinates, -) -> int: - """Writes a character to the console screen buffer a specified number of times, beginning at the specified coordinates. - - Args: - std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. - char (str): The character to write. Must be a string of length 1. - length (int): The number of times to write the character. - start (WindowsCoordinates): The coordinates to start writing at. - - Returns: - int: The number of characters written. - """ - character = ctypes.c_char(char.encode()) - num_characters = wintypes.DWORD(length) - num_written = wintypes.DWORD(0) - _FillConsoleOutputCharacterW( - std_handle, - character, - num_characters, - start, - byref(num_written), - ) - return num_written.value - - -_FillConsoleOutputAttribute = windll.kernel32.FillConsoleOutputAttribute -_FillConsoleOutputAttribute.argtypes = [ - wintypes.HANDLE, - wintypes.WORD, - wintypes.DWORD, - cast(Type[COORD], WindowsCoordinates), - ctypes.POINTER(wintypes.DWORD), -] -_FillConsoleOutputAttribute.restype = wintypes.BOOL - - -def FillConsoleOutputAttribute( - std_handle: wintypes.HANDLE, - attributes: int, - length: int, - start: WindowsCoordinates, -) -> int: - """Sets the character attributes for a specified number of character cells, - beginning at the specified coordinates in a screen buffer. - - Args: - std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. - attributes (int): Integer value representing the foreground and background colours of the cells. - length (int): The number of cells to set the output attribute of. - start (WindowsCoordinates): The coordinates of the first cell whose attributes are to be set. - - Returns: - int: The number of cells whose attributes were actually set. - """ - num_cells = wintypes.DWORD(length) - style_attrs = wintypes.WORD(attributes) - num_written = wintypes.DWORD(0) - _FillConsoleOutputAttribute( - std_handle, style_attrs, num_cells, start, byref(num_written) - ) - return num_written.value - - -_SetConsoleTextAttribute = windll.kernel32.SetConsoleTextAttribute -_SetConsoleTextAttribute.argtypes = [ - wintypes.HANDLE, - wintypes.WORD, -] -_SetConsoleTextAttribute.restype = wintypes.BOOL - - -def SetConsoleTextAttribute( - std_handle: wintypes.HANDLE, attributes: wintypes.WORD -) -> bool: - """Set the colour attributes for all text written after this function is called. - - Args: - std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. - attributes (int): Integer value representing the foreground and background colours. - - - Returns: - bool: True if the attribute was set successfully, otherwise False. - """ - return bool(_SetConsoleTextAttribute(std_handle, attributes)) - - -_GetConsoleScreenBufferInfo = windll.kernel32.GetConsoleScreenBufferInfo -_GetConsoleScreenBufferInfo.argtypes = [ - wintypes.HANDLE, - ctypes.POINTER(CONSOLE_SCREEN_BUFFER_INFO), -] -_GetConsoleScreenBufferInfo.restype = wintypes.BOOL - - -def GetConsoleScreenBufferInfo( - std_handle: wintypes.HANDLE, -) -> CONSOLE_SCREEN_BUFFER_INFO: - """Retrieves information about the specified console screen buffer. - - Args: - std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. - - Returns: - CONSOLE_SCREEN_BUFFER_INFO: A CONSOLE_SCREEN_BUFFER_INFO ctype struct contain information about - screen size, cursor position, colour attributes, and more.""" - console_screen_buffer_info = CONSOLE_SCREEN_BUFFER_INFO() - _GetConsoleScreenBufferInfo(std_handle, byref(console_screen_buffer_info)) - return console_screen_buffer_info - - -_SetConsoleCursorPosition = windll.kernel32.SetConsoleCursorPosition -_SetConsoleCursorPosition.argtypes = [ - wintypes.HANDLE, - cast(Type[COORD], WindowsCoordinates), -] -_SetConsoleCursorPosition.restype = wintypes.BOOL - - -def SetConsoleCursorPosition( - std_handle: wintypes.HANDLE, coords: WindowsCoordinates -) -> bool: - """Set the position of the cursor in the console screen - - Args: - std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. - coords (WindowsCoordinates): The coordinates to move the cursor to. - - Returns: - bool: True if the function succeeds, otherwise False. - """ - return bool(_SetConsoleCursorPosition(std_handle, coords)) - - -_GetConsoleCursorInfo = windll.kernel32.GetConsoleCursorInfo -_GetConsoleCursorInfo.argtypes = [ - wintypes.HANDLE, - ctypes.POINTER(CONSOLE_CURSOR_INFO), -] -_GetConsoleCursorInfo.restype = wintypes.BOOL - - -def GetConsoleCursorInfo( - std_handle: wintypes.HANDLE, cursor_info: CONSOLE_CURSOR_INFO -) -> bool: - """Get the cursor info - used to get cursor visibility and width - - Args: - std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. - cursor_info (CONSOLE_CURSOR_INFO): CONSOLE_CURSOR_INFO ctype struct that receives information - about the console's cursor. - - Returns: - bool: True if the function succeeds, otherwise False. - """ - return bool(_GetConsoleCursorInfo(std_handle, byref(cursor_info))) - - -_SetConsoleCursorInfo = windll.kernel32.SetConsoleCursorInfo -_SetConsoleCursorInfo.argtypes = [ - wintypes.HANDLE, - ctypes.POINTER(CONSOLE_CURSOR_INFO), -] -_SetConsoleCursorInfo.restype = wintypes.BOOL - - -def SetConsoleCursorInfo( - std_handle: wintypes.HANDLE, cursor_info: CONSOLE_CURSOR_INFO -) -> bool: - """Set the cursor info - used for adjusting cursor visibility and width - - Args: - std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. - cursor_info (CONSOLE_CURSOR_INFO): CONSOLE_CURSOR_INFO ctype struct containing the new cursor info. - - Returns: - bool: True if the function succeeds, otherwise False. - """ - return bool(_SetConsoleCursorInfo(std_handle, byref(cursor_info))) - - -_SetConsoleTitle = windll.kernel32.SetConsoleTitleW -_SetConsoleTitle.argtypes = [wintypes.LPCWSTR] -_SetConsoleTitle.restype = wintypes.BOOL - - -def SetConsoleTitle(title: str) -> bool: - """Sets the title of the current console window - - Args: - title (str): The new title of the console window. - - Returns: - bool: True if the function succeeds, otherwise False. - """ - return bool(_SetConsoleTitle(title)) - - -class LegacyWindowsTerm: - """This class allows interaction with the legacy Windows Console API. It should only be used in the context - of environments where virtual terminal processing is not available. However, if it is used in a Windows environment, - the entire API should work. - - Args: - file (IO[str]): The file which the Windows Console API HANDLE is retrieved from, defaults to sys.stdout. - """ - - BRIGHT_BIT = 8 - - # Indices are ANSI color numbers, values are the corresponding Windows Console API color numbers - ANSI_TO_WINDOWS = [ - 0, # black The Windows colours are defined in wincon.h as follows: - 4, # red define FOREGROUND_BLUE 0x0001 -- 0000 0001 - 2, # green define FOREGROUND_GREEN 0x0002 -- 0000 0010 - 6, # yellow define FOREGROUND_RED 0x0004 -- 0000 0100 - 1, # blue define FOREGROUND_INTENSITY 0x0008 -- 0000 1000 - 5, # magenta define BACKGROUND_BLUE 0x0010 -- 0001 0000 - 3, # cyan define BACKGROUND_GREEN 0x0020 -- 0010 0000 - 7, # white define BACKGROUND_RED 0x0040 -- 0100 0000 - 8, # bright black (grey) define BACKGROUND_INTENSITY 0x0080 -- 1000 0000 - 12, # bright red - 10, # bright green - 14, # bright yellow - 9, # bright blue - 13, # bright magenta - 11, # bright cyan - 15, # bright white - ] - - def __init__(self, file: "IO[str]") -> None: - handle = GetStdHandle(STDOUT) - self._handle = handle - default_text = GetConsoleScreenBufferInfo(handle).wAttributes - self._default_text = default_text - - self._default_fore = default_text & 7 - self._default_back = (default_text >> 4) & 7 - self._default_attrs = self._default_fore | (self._default_back << 4) - - self._file = file - self.write = file.write - self.flush = file.flush - - @property - def cursor_position(self) -> WindowsCoordinates: - """Returns the current position of the cursor (0-based) - - Returns: - WindowsCoordinates: The current cursor position. - """ - coord: COORD = GetConsoleScreenBufferInfo(self._handle).dwCursorPosition - return WindowsCoordinates(row=cast(int, coord.Y), col=cast(int, coord.X)) - - @property - def screen_size(self) -> WindowsCoordinates: - """Returns the current size of the console screen buffer, in character columns and rows - - Returns: - WindowsCoordinates: The width and height of the screen as WindowsCoordinates. - """ - screen_size: COORD = GetConsoleScreenBufferInfo(self._handle).dwSize - return WindowsCoordinates( - row=cast(int, screen_size.Y), col=cast(int, screen_size.X) - ) - - def write_text(self, text: str) -> None: - """Write text directly to the terminal without any modification of styles - - Args: - text (str): The text to write to the console - """ - self.write(text) - self.flush() - - def write_styled(self, text: str, style: Style) -> None: - """Write styled text to the terminal. - - Args: - text (str): The text to write - style (Style): The style of the text - """ - color = style.color - bgcolor = style.bgcolor - if style.reverse: - color, bgcolor = bgcolor, color - - if color: - fore = color.downgrade(ColorSystem.WINDOWS).number - fore = fore if fore is not None else 7 # Default to ANSI 7: White - if style.bold: - fore = fore | self.BRIGHT_BIT - if style.dim: - fore = fore & ~self.BRIGHT_BIT - fore = self.ANSI_TO_WINDOWS[fore] - else: - fore = self._default_fore - - if bgcolor: - back = bgcolor.downgrade(ColorSystem.WINDOWS).number - back = back if back is not None else 0 # Default to ANSI 0: Black - back = self.ANSI_TO_WINDOWS[back] - else: - back = self._default_back - - assert fore is not None - assert back is not None - - SetConsoleTextAttribute( - self._handle, attributes=ctypes.c_ushort(fore | (back << 4)) - ) - self.write_text(text) - SetConsoleTextAttribute(self._handle, attributes=self._default_text) - - def move_cursor_to(self, new_position: WindowsCoordinates) -> None: - """Set the position of the cursor - - Args: - new_position (WindowsCoordinates): The WindowsCoordinates representing the new position of the cursor. - """ - if new_position.col < 0 or new_position.row < 0: - return - SetConsoleCursorPosition(self._handle, coords=new_position) - - def erase_line(self) -> None: - """Erase all content on the line the cursor is currently located at""" - screen_size = self.screen_size - cursor_position = self.cursor_position - cells_to_erase = screen_size.col - start_coordinates = WindowsCoordinates(row=cursor_position.row, col=0) - FillConsoleOutputCharacter( - self._handle, " ", length=cells_to_erase, start=start_coordinates - ) - FillConsoleOutputAttribute( - self._handle, - self._default_attrs, - length=cells_to_erase, - start=start_coordinates, - ) - - def erase_end_of_line(self) -> None: - """Erase all content from the cursor position to the end of that line""" - cursor_position = self.cursor_position - cells_to_erase = self.screen_size.col - cursor_position.col - FillConsoleOutputCharacter( - self._handle, " ", length=cells_to_erase, start=cursor_position - ) - FillConsoleOutputAttribute( - self._handle, - self._default_attrs, - length=cells_to_erase, - start=cursor_position, - ) - - def erase_start_of_line(self) -> None: - """Erase all content from the cursor position to the start of that line""" - row, col = self.cursor_position - start = WindowsCoordinates(row, 0) - FillConsoleOutputCharacter(self._handle, " ", length=col, start=start) - FillConsoleOutputAttribute( - self._handle, self._default_attrs, length=col, start=start - ) - - def move_cursor_up(self) -> None: - """Move the cursor up a single cell""" - cursor_position = self.cursor_position - SetConsoleCursorPosition( - self._handle, - coords=WindowsCoordinates( - row=cursor_position.row - 1, col=cursor_position.col - ), - ) - - def move_cursor_down(self) -> None: - """Move the cursor down a single cell""" - cursor_position = self.cursor_position - SetConsoleCursorPosition( - self._handle, - coords=WindowsCoordinates( - row=cursor_position.row + 1, - col=cursor_position.col, - ), - ) - - def move_cursor_forward(self) -> None: - """Move the cursor forward a single cell. Wrap to the next line if required.""" - row, col = self.cursor_position - if col == self.screen_size.col - 1: - row += 1 - col = 0 - else: - col += 1 - SetConsoleCursorPosition( - self._handle, coords=WindowsCoordinates(row=row, col=col) - ) - - def move_cursor_to_column(self, column: int) -> None: - """Move cursor to the column specified by the zero-based column index, staying on the same row - - Args: - column (int): The zero-based column index to move the cursor to. - """ - row, _ = self.cursor_position - SetConsoleCursorPosition(self._handle, coords=WindowsCoordinates(row, column)) - - def move_cursor_backward(self) -> None: - """Move the cursor backward a single cell. Wrap to the previous line if required.""" - row, col = self.cursor_position - if col == 0: - row -= 1 - col = self.screen_size.col - 1 - else: - col -= 1 - SetConsoleCursorPosition( - self._handle, coords=WindowsCoordinates(row=row, col=col) - ) - - def hide_cursor(self) -> None: - """Hide the cursor""" - current_cursor_size = self._get_cursor_size() - invisible_cursor = CONSOLE_CURSOR_INFO(dwSize=current_cursor_size, bVisible=0) - SetConsoleCursorInfo(self._handle, cursor_info=invisible_cursor) - - def show_cursor(self) -> None: - """Show the cursor""" - current_cursor_size = self._get_cursor_size() - visible_cursor = CONSOLE_CURSOR_INFO(dwSize=current_cursor_size, bVisible=1) - SetConsoleCursorInfo(self._handle, cursor_info=visible_cursor) - - def set_title(self, title: str) -> None: - """Set the title of the terminal window - - Args: - title (str): The new title of the console window - """ - assert len(title) < 255, "Console title must be less than 255 characters" - SetConsoleTitle(title) - - def _get_cursor_size(self) -> int: - """Get the percentage of the character cell that is filled by the cursor""" - cursor_info = CONSOLE_CURSOR_INFO() - GetConsoleCursorInfo(self._handle, cursor_info=cursor_info) - return int(cursor_info.dwSize) - - -if __name__ == "__main__": - handle = GetStdHandle() - - from pip._vendor.rich.console import Console - - console = Console() - - term = LegacyWindowsTerm(sys.stdout) - term.set_title("Win32 Console Examples") - - style = Style(color="black", bgcolor="red") - - heading = Style.parse("black on green") - - # Check colour output - console.rule("Checking colour output") - console.print("[on red]on red!") - console.print("[blue]blue!") - console.print("[yellow]yellow!") - console.print("[bold yellow]bold yellow!") - console.print("[bright_yellow]bright_yellow!") - console.print("[dim bright_yellow]dim bright_yellow!") - console.print("[italic cyan]italic cyan!") - console.print("[bold white on blue]bold white on blue!") - console.print("[reverse bold white on blue]reverse bold white on blue!") - console.print("[bold black on cyan]bold black on cyan!") - console.print("[black on green]black on green!") - console.print("[blue on green]blue on green!") - console.print("[white on black]white on black!") - console.print("[black on white]black on white!") - console.print("[#1BB152 on #DA812D]#1BB152 on #DA812D!") - - # Check cursor movement - console.rule("Checking cursor movement") - console.print() - term.move_cursor_backward() - term.move_cursor_backward() - term.write_text("went back and wrapped to prev line") - time.sleep(1) - term.move_cursor_up() - term.write_text("we go up") - time.sleep(1) - term.move_cursor_down() - term.write_text("and down") - time.sleep(1) - term.move_cursor_up() - term.move_cursor_backward() - term.move_cursor_backward() - term.write_text("we went up and back 2") - time.sleep(1) - term.move_cursor_down() - term.move_cursor_backward() - term.move_cursor_backward() - term.write_text("we went down and back 2") - time.sleep(1) - - # Check erasing of lines - term.hide_cursor() - console.print() - console.rule("Checking line erasing") - console.print("\n...Deleting to the start of the line...") - term.write_text("The red arrow shows the cursor location, and direction of erase") - time.sleep(1) - term.move_cursor_to_column(16) - term.write_styled("<", Style.parse("black on red")) - term.move_cursor_backward() - time.sleep(1) - term.erase_start_of_line() - time.sleep(1) - - console.print("\n\n...And to the end of the line...") - term.write_text("The red arrow shows the cursor location, and direction of erase") - time.sleep(1) - - term.move_cursor_to_column(16) - term.write_styled(">", Style.parse("black on red")) - time.sleep(1) - term.erase_end_of_line() - time.sleep(1) - - console.print("\n\n...Now the whole line will be erased...") - term.write_styled("I'm going to disappear!", style=Style.parse("black on cyan")) - time.sleep(1) - term.erase_line() - - term.show_cursor() - print("\n") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py deleted file mode 100644 index 10fc0d7..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py +++ /dev/null @@ -1,72 +0,0 @@ -import sys -from dataclasses import dataclass - - -@dataclass -class WindowsConsoleFeatures: - """Windows features available.""" - - vt: bool = False - """The console supports VT codes.""" - truecolor: bool = False - """The console supports truecolor.""" - - -try: - import ctypes - from ctypes import LibraryLoader - - if sys.platform == "win32": - windll = LibraryLoader(ctypes.WinDLL) - else: - windll = None - raise ImportError("Not windows") - - from pip._vendor.rich._win32_console import ( - ENABLE_VIRTUAL_TERMINAL_PROCESSING, - GetConsoleMode, - GetStdHandle, - LegacyWindowsError, - ) - -except (AttributeError, ImportError, ValueError): - - # Fallback if we can't load the Windows DLL - def get_windows_console_features() -> WindowsConsoleFeatures: - features = WindowsConsoleFeatures() - return features - -else: - - def get_windows_console_features() -> WindowsConsoleFeatures: - """Get windows console features. - - Returns: - WindowsConsoleFeatures: An instance of WindowsConsoleFeatures. - """ - handle = GetStdHandle() - try: - console_mode = GetConsoleMode(handle) - success = True - except LegacyWindowsError: - console_mode = 0 - success = False - vt = bool(success and console_mode & ENABLE_VIRTUAL_TERMINAL_PROCESSING) - truecolor = False - if vt: - win_version = sys.getwindowsversion() - truecolor = win_version.major > 10 or ( - win_version.major == 10 and win_version.build >= 15063 - ) - features = WindowsConsoleFeatures(vt=vt, truecolor=truecolor) - return features - - -if __name__ == "__main__": - import platform - - features = get_windows_console_features() - from pip._vendor.rich import print - - print(f'platform="{platform.system()}"') - print(repr(features)) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py deleted file mode 100644 index 5ece056..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py +++ /dev/null @@ -1,56 +0,0 @@ -from typing import Iterable, Sequence, Tuple, cast - -from pip._vendor.rich._win32_console import LegacyWindowsTerm, WindowsCoordinates -from pip._vendor.rich.segment import ControlCode, ControlType, Segment - - -def legacy_windows_render(buffer: Iterable[Segment], term: LegacyWindowsTerm) -> None: - """Makes appropriate Windows Console API calls based on the segments in the buffer. - - Args: - buffer (Iterable[Segment]): Iterable of Segments to convert to Win32 API calls. - term (LegacyWindowsTerm): Used to call the Windows Console API. - """ - for text, style, control in buffer: - if not control: - if style: - term.write_styled(text, style) - else: - term.write_text(text) - else: - control_codes: Sequence[ControlCode] = control - for control_code in control_codes: - control_type = control_code[0] - if control_type == ControlType.CURSOR_MOVE_TO: - _, x, y = cast(Tuple[ControlType, int, int], control_code) - term.move_cursor_to(WindowsCoordinates(row=y - 1, col=x - 1)) - elif control_type == ControlType.CARRIAGE_RETURN: - term.write_text("\r") - elif control_type == ControlType.HOME: - term.move_cursor_to(WindowsCoordinates(0, 0)) - elif control_type == ControlType.CURSOR_UP: - term.move_cursor_up() - elif control_type == ControlType.CURSOR_DOWN: - term.move_cursor_down() - elif control_type == ControlType.CURSOR_FORWARD: - term.move_cursor_forward() - elif control_type == ControlType.CURSOR_BACKWARD: - term.move_cursor_backward() - elif control_type == ControlType.CURSOR_MOVE_TO_COLUMN: - _, column = cast(Tuple[ControlType, int], control_code) - term.move_cursor_to_column(column - 1) - elif control_type == ControlType.HIDE_CURSOR: - term.hide_cursor() - elif control_type == ControlType.SHOW_CURSOR: - term.show_cursor() - elif control_type == ControlType.ERASE_IN_LINE: - _, mode = cast(Tuple[ControlType, int], control_code) - if mode == 0: - term.erase_end_of_line() - elif mode == 1: - term.erase_start_of_line() - elif mode == 2: - term.erase_line() - elif control_type == ControlType.SET_WINDOW_TITLE: - _, title = cast(Tuple[ControlType, str], control_code) - term.set_title(title) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py deleted file mode 100644 index c45f193..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py +++ /dev/null @@ -1,56 +0,0 @@ -import re -from typing import Iterable, List, Tuple - -from ._loop import loop_last -from .cells import cell_len, chop_cells - -re_word = re.compile(r"\s*\S+\s*") - - -def words(text: str) -> Iterable[Tuple[int, int, str]]: - position = 0 - word_match = re_word.match(text, position) - while word_match is not None: - start, end = word_match.span() - word = word_match.group(0) - yield start, end, word - word_match = re_word.match(text, end) - - -def divide_line(text: str, width: int, fold: bool = True) -> List[int]: - divides: List[int] = [] - append = divides.append - line_position = 0 - _cell_len = cell_len - for start, _end, word in words(text): - word_length = _cell_len(word.rstrip()) - if line_position + word_length > width: - if word_length > width: - if fold: - chopped_words = chop_cells(word, max_size=width, position=0) - for last, line in loop_last(chopped_words): - if start: - append(start) - - if last: - line_position = _cell_len(line) - else: - start += len(line) - else: - if start: - append(start) - line_position = _cell_len(word) - elif line_position and start: - append(start) - line_position = _cell_len(word) - else: - line_position += _cell_len(word) - return divides - - -if __name__ == "__main__": # pragma: no cover - from .console import Console - - console = Console(width=10) - console.print("12345 abcdefghijklmnopqrstuvwyxzABCDEFGHIJKLMNOPQRSTUVWXYZ 12345") - print(chop_cells("abcdefghijklmnopqrstuvwxyz", 10, position=2)) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py deleted file mode 100644 index e6e498e..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py +++ /dev/null @@ -1,33 +0,0 @@ -from abc import ABC - - -class RichRenderable(ABC): - """An abstract base class for Rich renderables. - - Note that there is no need to extend this class, the intended use is to check if an - object supports the Rich renderable protocol. For example:: - - if isinstance(my_object, RichRenderable): - console.print(my_object) - - """ - - @classmethod - def __subclasshook__(cls, other: type) -> bool: - """Check if this class supports the rich render protocol.""" - return hasattr(other, "__rich_console__") or hasattr(other, "__rich__") - - -if __name__ == "__main__": # pragma: no cover - from pip._vendor.rich.text import Text - - t = Text() - print(isinstance(Text, RichRenderable)) - print(isinstance(t, RichRenderable)) - - class Foo: - pass - - f = Foo() - print(isinstance(f, RichRenderable)) - print(isinstance("", RichRenderable)) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py deleted file mode 100644 index c310b66..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py +++ /dev/null @@ -1,311 +0,0 @@ -import sys -from itertools import chain -from typing import TYPE_CHECKING, Iterable, Optional - -if sys.version_info >= (3, 8): - from typing import Literal -else: - from pip._vendor.typing_extensions import Literal # pragma: no cover - -from .constrain import Constrain -from .jupyter import JupyterMixin -from .measure import Measurement -from .segment import Segment -from .style import StyleType - -if TYPE_CHECKING: - from .console import Console, ConsoleOptions, RenderableType, RenderResult - -AlignMethod = Literal["left", "center", "right"] -VerticalAlignMethod = Literal["top", "middle", "bottom"] - - -class Align(JupyterMixin): - """Align a renderable by adding spaces if necessary. - - Args: - renderable (RenderableType): A console renderable. - align (AlignMethod): One of "left", "center", or "right"" - style (StyleType, optional): An optional style to apply to the background. - vertical (Optional[VerticalAlginMethod], optional): Optional vertical align, one of "top", "middle", or "bottom". Defaults to None. - pad (bool, optional): Pad the right with spaces. Defaults to True. - width (int, optional): Restrict contents to given width, or None to use default width. Defaults to None. - height (int, optional): Set height of align renderable, or None to fit to contents. Defaults to None. - - Raises: - ValueError: if ``align`` is not one of the expected values. - """ - - def __init__( - self, - renderable: "RenderableType", - align: AlignMethod = "left", - style: Optional[StyleType] = None, - *, - vertical: Optional[VerticalAlignMethod] = None, - pad: bool = True, - width: Optional[int] = None, - height: Optional[int] = None, - ) -> None: - if align not in ("left", "center", "right"): - raise ValueError( - f'invalid value for align, expected "left", "center", or "right" (not {align!r})' - ) - if vertical is not None and vertical not in ("top", "middle", "bottom"): - raise ValueError( - f'invalid value for vertical, expected "top", "middle", or "bottom" (not {vertical!r})' - ) - self.renderable = renderable - self.align = align - self.style = style - self.vertical = vertical - self.pad = pad - self.width = width - self.height = height - - def __repr__(self) -> str: - return f"Align({self.renderable!r}, {self.align!r})" - - @classmethod - def left( - cls, - renderable: "RenderableType", - style: Optional[StyleType] = None, - *, - vertical: Optional[VerticalAlignMethod] = None, - pad: bool = True, - width: Optional[int] = None, - height: Optional[int] = None, - ) -> "Align": - """Align a renderable to the left.""" - return cls( - renderable, - "left", - style=style, - vertical=vertical, - pad=pad, - width=width, - height=height, - ) - - @classmethod - def center( - cls, - renderable: "RenderableType", - style: Optional[StyleType] = None, - *, - vertical: Optional[VerticalAlignMethod] = None, - pad: bool = True, - width: Optional[int] = None, - height: Optional[int] = None, - ) -> "Align": - """Align a renderable to the center.""" - return cls( - renderable, - "center", - style=style, - vertical=vertical, - pad=pad, - width=width, - height=height, - ) - - @classmethod - def right( - cls, - renderable: "RenderableType", - style: Optional[StyleType] = None, - *, - vertical: Optional[VerticalAlignMethod] = None, - pad: bool = True, - width: Optional[int] = None, - height: Optional[int] = None, - ) -> "Align": - """Align a renderable to the right.""" - return cls( - renderable, - "right", - style=style, - vertical=vertical, - pad=pad, - width=width, - height=height, - ) - - def __rich_console__( - self, console: "Console", options: "ConsoleOptions" - ) -> "RenderResult": - align = self.align - width = console.measure(self.renderable, options=options).maximum - rendered = console.render( - Constrain( - self.renderable, width if self.width is None else min(width, self.width) - ), - options.update(height=None), - ) - lines = list(Segment.split_lines(rendered)) - width, height = Segment.get_shape(lines) - lines = Segment.set_shape(lines, width, height) - new_line = Segment.line() - excess_space = options.max_width - width - style = console.get_style(self.style) if self.style is not None else None - - def generate_segments() -> Iterable[Segment]: - if excess_space <= 0: - # Exact fit - for line in lines: - yield from line - yield new_line - - elif align == "left": - # Pad on the right - pad = Segment(" " * excess_space, style) if self.pad else None - for line in lines: - yield from line - if pad: - yield pad - yield new_line - - elif align == "center": - # Pad left and right - left = excess_space // 2 - pad = Segment(" " * left, style) - pad_right = ( - Segment(" " * (excess_space - left), style) if self.pad else None - ) - for line in lines: - if left: - yield pad - yield from line - if pad_right: - yield pad_right - yield new_line - - elif align == "right": - # Padding on left - pad = Segment(" " * excess_space, style) - for line in lines: - yield pad - yield from line - yield new_line - - blank_line = ( - Segment(f"{' ' * (self.width or options.max_width)}\n", style) - if self.pad - else Segment("\n") - ) - - def blank_lines(count: int) -> Iterable[Segment]: - if count > 0: - for _ in range(count): - yield blank_line - - vertical_height = self.height or options.height - iter_segments: Iterable[Segment] - if self.vertical and vertical_height is not None: - if self.vertical == "top": - bottom_space = vertical_height - height - iter_segments = chain(generate_segments(), blank_lines(bottom_space)) - elif self.vertical == "middle": - top_space = (vertical_height - height) // 2 - bottom_space = vertical_height - top_space - height - iter_segments = chain( - blank_lines(top_space), - generate_segments(), - blank_lines(bottom_space), - ) - else: # self.vertical == "bottom": - top_space = vertical_height - height - iter_segments = chain(blank_lines(top_space), generate_segments()) - else: - iter_segments = generate_segments() - if self.style: - style = console.get_style(self.style) - iter_segments = Segment.apply_style(iter_segments, style) - yield from iter_segments - - def __rich_measure__( - self, console: "Console", options: "ConsoleOptions" - ) -> Measurement: - measurement = Measurement.get(console, options, self.renderable) - return measurement - - -class VerticalCenter(JupyterMixin): - """Vertically aligns a renderable. - - Warn: - This class is deprecated and may be removed in a future version. Use Align class with - `vertical="middle"`. - - Args: - renderable (RenderableType): A renderable object. - """ - - def __init__( - self, - renderable: "RenderableType", - style: Optional[StyleType] = None, - ) -> None: - self.renderable = renderable - self.style = style - - def __repr__(self) -> str: - return f"VerticalCenter({self.renderable!r})" - - def __rich_console__( - self, console: "Console", options: "ConsoleOptions" - ) -> "RenderResult": - style = console.get_style(self.style) if self.style is not None else None - lines = console.render_lines( - self.renderable, options.update(height=None), pad=False - ) - width, _height = Segment.get_shape(lines) - new_line = Segment.line() - height = options.height or options.size.height - top_space = (height - len(lines)) // 2 - bottom_space = height - top_space - len(lines) - blank_line = Segment(f"{' ' * width}", style) - - def blank_lines(count: int) -> Iterable[Segment]: - for _ in range(count): - yield blank_line - yield new_line - - if top_space > 0: - yield from blank_lines(top_space) - for line in lines: - yield from line - yield new_line - if bottom_space > 0: - yield from blank_lines(bottom_space) - - def __rich_measure__( - self, console: "Console", options: "ConsoleOptions" - ) -> Measurement: - measurement = Measurement.get(console, options, self.renderable) - return measurement - - -if __name__ == "__main__": # pragma: no cover - from pip._vendor.rich.console import Console, Group - from pip._vendor.rich.highlighter import ReprHighlighter - from pip._vendor.rich.panel import Panel - - highlighter = ReprHighlighter() - console = Console() - - panel = Panel( - Group( - Align.left(highlighter("align='left'")), - Align.center(highlighter("align='center'")), - Align.right(highlighter("align='right'")), - ), - width=60, - style="on dark_blue", - title="Align", - ) - - console.print( - Align.center(panel, vertical="middle", style="on red", height=console.height) - ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py deleted file mode 100644 index 66365e6..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py +++ /dev/null @@ -1,240 +0,0 @@ -import re -import sys -from contextlib import suppress -from typing import Iterable, NamedTuple, Optional - -from .color import Color -from .style import Style -from .text import Text - -re_ansi = re.compile( - r""" -(?:\x1b\](.*?)\x1b\\)| -(?:\x1b([(@-Z\\-_]|\[[0-?]*[ -/]*[@-~])) -""", - re.VERBOSE, -) - - -class _AnsiToken(NamedTuple): - """Result of ansi tokenized string.""" - - plain: str = "" - sgr: Optional[str] = "" - osc: Optional[str] = "" - - -def _ansi_tokenize(ansi_text: str) -> Iterable[_AnsiToken]: - """Tokenize a string in to plain text and ANSI codes. - - Args: - ansi_text (str): A String containing ANSI codes. - - Yields: - AnsiToken: A named tuple of (plain, sgr, osc) - """ - - position = 0 - sgr: Optional[str] - osc: Optional[str] - for match in re_ansi.finditer(ansi_text): - start, end = match.span(0) - osc, sgr = match.groups() - if start > position: - yield _AnsiToken(ansi_text[position:start]) - if sgr: - if sgr == "(": - position = end + 1 - continue - if sgr.endswith("m"): - yield _AnsiToken("", sgr[1:-1], osc) - else: - yield _AnsiToken("", sgr, osc) - position = end - if position < len(ansi_text): - yield _AnsiToken(ansi_text[position:]) - - -SGR_STYLE_MAP = { - 1: "bold", - 2: "dim", - 3: "italic", - 4: "underline", - 5: "blink", - 6: "blink2", - 7: "reverse", - 8: "conceal", - 9: "strike", - 21: "underline2", - 22: "not dim not bold", - 23: "not italic", - 24: "not underline", - 25: "not blink", - 26: "not blink2", - 27: "not reverse", - 28: "not conceal", - 29: "not strike", - 30: "color(0)", - 31: "color(1)", - 32: "color(2)", - 33: "color(3)", - 34: "color(4)", - 35: "color(5)", - 36: "color(6)", - 37: "color(7)", - 39: "default", - 40: "on color(0)", - 41: "on color(1)", - 42: "on color(2)", - 43: "on color(3)", - 44: "on color(4)", - 45: "on color(5)", - 46: "on color(6)", - 47: "on color(7)", - 49: "on default", - 51: "frame", - 52: "encircle", - 53: "overline", - 54: "not frame not encircle", - 55: "not overline", - 90: "color(8)", - 91: "color(9)", - 92: "color(10)", - 93: "color(11)", - 94: "color(12)", - 95: "color(13)", - 96: "color(14)", - 97: "color(15)", - 100: "on color(8)", - 101: "on color(9)", - 102: "on color(10)", - 103: "on color(11)", - 104: "on color(12)", - 105: "on color(13)", - 106: "on color(14)", - 107: "on color(15)", -} - - -class AnsiDecoder: - """Translate ANSI code in to styled Text.""" - - def __init__(self) -> None: - self.style = Style.null() - - def decode(self, terminal_text: str) -> Iterable[Text]: - """Decode ANSI codes in an iterable of lines. - - Args: - lines (Iterable[str]): An iterable of lines of terminal output. - - Yields: - Text: Marked up Text. - """ - for line in terminal_text.splitlines(): - yield self.decode_line(line) - - def decode_line(self, line: str) -> Text: - """Decode a line containing ansi codes. - - Args: - line (str): A line of terminal output. - - Returns: - Text: A Text instance marked up according to ansi codes. - """ - from_ansi = Color.from_ansi - from_rgb = Color.from_rgb - _Style = Style - text = Text() - append = text.append - line = line.rsplit("\r", 1)[-1] - for plain_text, sgr, osc in _ansi_tokenize(line): - if plain_text: - append(plain_text, self.style or None) - elif osc is not None: - if osc.startswith("8;"): - _params, semicolon, link = osc[2:].partition(";") - if semicolon: - self.style = self.style.update_link(link or None) - elif sgr is not None: - # Translate in to semi-colon separated codes - # Ignore invalid codes, because we want to be lenient - codes = [ - min(255, int(_code) if _code else 0) - for _code in sgr.split(";") - if _code.isdigit() or _code == "" - ] - iter_codes = iter(codes) - for code in iter_codes: - if code == 0: - # reset - self.style = _Style.null() - elif code in SGR_STYLE_MAP: - # styles - self.style += _Style.parse(SGR_STYLE_MAP[code]) - elif code == 38: - #  Foreground - with suppress(StopIteration): - color_type = next(iter_codes) - if color_type == 5: - self.style += _Style.from_color( - from_ansi(next(iter_codes)) - ) - elif color_type == 2: - self.style += _Style.from_color( - from_rgb( - next(iter_codes), - next(iter_codes), - next(iter_codes), - ) - ) - elif code == 48: - # Background - with suppress(StopIteration): - color_type = next(iter_codes) - if color_type == 5: - self.style += _Style.from_color( - None, from_ansi(next(iter_codes)) - ) - elif color_type == 2: - self.style += _Style.from_color( - None, - from_rgb( - next(iter_codes), - next(iter_codes), - next(iter_codes), - ), - ) - - return text - - -if sys.platform != "win32" and __name__ == "__main__": # pragma: no cover - import io - import os - import pty - import sys - - decoder = AnsiDecoder() - - stdout = io.BytesIO() - - def read(fd: int) -> bytes: - data = os.read(fd, 1024) - stdout.write(data) - return data - - pty.spawn(sys.argv[1:], read) - - from .console import Console - - console = Console(record=True) - - stdout_result = stdout.getvalue().decode("utf-8") - print(stdout_result) - - for line in decoder.decode(stdout_result): - console.print(line) - - console.save_html("stdout.html") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py deleted file mode 100644 index ed86a55..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py +++ /dev/null @@ -1,94 +0,0 @@ -from typing import Optional, Union - -from .color import Color -from .console import Console, ConsoleOptions, RenderResult -from .jupyter import JupyterMixin -from .measure import Measurement -from .segment import Segment -from .style import Style - -# There are left-aligned characters for 1/8 to 7/8, but -# the right-aligned characters exist only for 1/8 and 4/8. -BEGIN_BLOCK_ELEMENTS = ["█", "█", "█", "▐", "▐", "▐", "▕", "▕"] -END_BLOCK_ELEMENTS = [" ", "▏", "▎", "▍", "▌", "▋", "▊", "▉"] -FULL_BLOCK = "█" - - -class Bar(JupyterMixin): - """Renders a solid block bar. - - Args: - size (float): Value for the end of the bar. - begin (float): Begin point (between 0 and size, inclusive). - end (float): End point (between 0 and size, inclusive). - width (int, optional): Width of the bar, or ``None`` for maximum width. Defaults to None. - color (Union[Color, str], optional): Color of the bar. Defaults to "default". - bgcolor (Union[Color, str], optional): Color of bar background. Defaults to "default". - """ - - def __init__( - self, - size: float, - begin: float, - end: float, - *, - width: Optional[int] = None, - color: Union[Color, str] = "default", - bgcolor: Union[Color, str] = "default", - ): - self.size = size - self.begin = max(begin, 0) - self.end = min(end, size) - self.width = width - self.style = Style(color=color, bgcolor=bgcolor) - - def __repr__(self) -> str: - return f"Bar({self.size}, {self.begin}, {self.end})" - - def __rich_console__( - self, console: Console, options: ConsoleOptions - ) -> RenderResult: - - width = min( - self.width if self.width is not None else options.max_width, - options.max_width, - ) - - if self.begin >= self.end: - yield Segment(" " * width, self.style) - yield Segment.line() - return - - prefix_complete_eights = int(width * 8 * self.begin / self.size) - prefix_bar_count = prefix_complete_eights // 8 - prefix_eights_count = prefix_complete_eights % 8 - - body_complete_eights = int(width * 8 * self.end / self.size) - body_bar_count = body_complete_eights // 8 - body_eights_count = body_complete_eights % 8 - - # When start and end fall into the same cell, we ideally should render - # a symbol that's "center-aligned", but there is no good symbol in Unicode. - # In this case, we fall back to right-aligned block symbol for simplicity. - - prefix = " " * prefix_bar_count - if prefix_eights_count: - prefix += BEGIN_BLOCK_ELEMENTS[prefix_eights_count] - - body = FULL_BLOCK * body_bar_count - if body_eights_count: - body += END_BLOCK_ELEMENTS[body_eights_count] - - suffix = " " * (width - len(body)) - - yield Segment(prefix + body[len(prefix) :] + suffix, self.style) - yield Segment.line() - - def __rich_measure__( - self, console: Console, options: ConsoleOptions - ) -> Measurement: - return ( - Measurement(self.width, self.width) - if self.width is not None - else Measurement(4, options.max_width) - ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py deleted file mode 100644 index 97d2a94..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py +++ /dev/null @@ -1,517 +0,0 @@ -import sys -from typing import TYPE_CHECKING, Iterable, List - -if sys.version_info >= (3, 8): - from typing import Literal -else: - from pip._vendor.typing_extensions import Literal # pragma: no cover - - -from ._loop import loop_last - -if TYPE_CHECKING: - from pip._vendor.rich.console import ConsoleOptions - - -class Box: - """Defines characters to render boxes. - - ┌─┬┐ top - │ ││ head - ├─┼┤ head_row - │ ││ mid - ├─┼┤ row - ├─┼┤ foot_row - │ ││ foot - └─┴┘ bottom - - Args: - box (str): Characters making up box. - ascii (bool, optional): True if this box uses ascii characters only. Default is False. - """ - - def __init__(self, box: str, *, ascii: bool = False) -> None: - self._box = box - self.ascii = ascii - line1, line2, line3, line4, line5, line6, line7, line8 = box.splitlines() - # top - self.top_left, self.top, self.top_divider, self.top_right = iter(line1) - # head - self.head_left, _, self.head_vertical, self.head_right = iter(line2) - # head_row - ( - self.head_row_left, - self.head_row_horizontal, - self.head_row_cross, - self.head_row_right, - ) = iter(line3) - - # mid - self.mid_left, _, self.mid_vertical, self.mid_right = iter(line4) - # row - self.row_left, self.row_horizontal, self.row_cross, self.row_right = iter(line5) - # foot_row - ( - self.foot_row_left, - self.foot_row_horizontal, - self.foot_row_cross, - self.foot_row_right, - ) = iter(line6) - # foot - self.foot_left, _, self.foot_vertical, self.foot_right = iter(line7) - # bottom - self.bottom_left, self.bottom, self.bottom_divider, self.bottom_right = iter( - line8 - ) - - def __repr__(self) -> str: - return "Box(...)" - - def __str__(self) -> str: - return self._box - - def substitute(self, options: "ConsoleOptions", safe: bool = True) -> "Box": - """Substitute this box for another if it won't render due to platform issues. - - Args: - options (ConsoleOptions): Console options used in rendering. - safe (bool, optional): Substitute this for another Box if there are known problems - displaying on the platform (currently only relevant on Windows). Default is True. - - Returns: - Box: A different Box or the same Box. - """ - box = self - if options.legacy_windows and safe: - box = LEGACY_WINDOWS_SUBSTITUTIONS.get(box, box) - if options.ascii_only and not box.ascii: - box = ASCII - return box - - def get_plain_headed_box(self) -> "Box": - """If this box uses special characters for the borders of the header, then - return the equivalent box that does not. - - Returns: - Box: The most similar Box that doesn't use header-specific box characters. - If the current Box already satisfies this criterion, then it's returned. - """ - return PLAIN_HEADED_SUBSTITUTIONS.get(self, self) - - def get_top(self, widths: Iterable[int]) -> str: - """Get the top of a simple box. - - Args: - widths (List[int]): Widths of columns. - - Returns: - str: A string of box characters. - """ - - parts: List[str] = [] - append = parts.append - append(self.top_left) - for last, width in loop_last(widths): - append(self.top * width) - if not last: - append(self.top_divider) - append(self.top_right) - return "".join(parts) - - def get_row( - self, - widths: Iterable[int], - level: Literal["head", "row", "foot", "mid"] = "row", - edge: bool = True, - ) -> str: - """Get the top of a simple box. - - Args: - width (List[int]): Widths of columns. - - Returns: - str: A string of box characters. - """ - if level == "head": - left = self.head_row_left - horizontal = self.head_row_horizontal - cross = self.head_row_cross - right = self.head_row_right - elif level == "row": - left = self.row_left - horizontal = self.row_horizontal - cross = self.row_cross - right = self.row_right - elif level == "mid": - left = self.mid_left - horizontal = " " - cross = self.mid_vertical - right = self.mid_right - elif level == "foot": - left = self.foot_row_left - horizontal = self.foot_row_horizontal - cross = self.foot_row_cross - right = self.foot_row_right - else: - raise ValueError("level must be 'head', 'row' or 'foot'") - - parts: List[str] = [] - append = parts.append - if edge: - append(left) - for last, width in loop_last(widths): - append(horizontal * width) - if not last: - append(cross) - if edge: - append(right) - return "".join(parts) - - def get_bottom(self, widths: Iterable[int]) -> str: - """Get the bottom of a simple box. - - Args: - widths (List[int]): Widths of columns. - - Returns: - str: A string of box characters. - """ - - parts: List[str] = [] - append = parts.append - append(self.bottom_left) - for last, width in loop_last(widths): - append(self.bottom * width) - if not last: - append(self.bottom_divider) - append(self.bottom_right) - return "".join(parts) - - -ASCII: Box = Box( - """\ -+--+ -| || -|-+| -| || -|-+| -|-+| -| || -+--+ -""", - ascii=True, -) - -ASCII2: Box = Box( - """\ -+-++ -| || -+-++ -| || -+-++ -+-++ -| || -+-++ -""", - ascii=True, -) - -ASCII_DOUBLE_HEAD: Box = Box( - """\ -+-++ -| || -+=++ -| || -+-++ -+-++ -| || -+-++ -""", - ascii=True, -) - -SQUARE: Box = Box( - """\ -┌─┬┐ -│ ││ -├─┼┤ -│ ││ -├─┼┤ -├─┼┤ -│ ││ -└─┴┘ -""" -) - -SQUARE_DOUBLE_HEAD: Box = Box( - """\ -┌─┬┐ -│ ││ -╞═╪╡ -│ ││ -├─┼┤ -├─┼┤ -│ ││ -└─┴┘ -""" -) - -MINIMAL: Box = Box( - """\ - ╷ - │ -╶─┼╴ - │ -╶─┼╴ -╶─┼╴ - │ - ╵ -""" -) - - -MINIMAL_HEAVY_HEAD: Box = Box( - """\ - ╷ - │ -╺━┿╸ - │ -╶─┼╴ -╶─┼╴ - │ - ╵ -""" -) - -MINIMAL_DOUBLE_HEAD: Box = Box( - """\ - ╷ - │ - ═╪ - │ - ─┼ - ─┼ - │ - ╵ -""" -) - - -SIMPLE: Box = Box( - """\ - - - ── - - - ── - - -""" -) - -SIMPLE_HEAD: Box = Box( - """\ - - - ── - - - - - -""" -) - - -SIMPLE_HEAVY: Box = Box( - """\ - - - ━━ - - - ━━ - - -""" -) - - -HORIZONTALS: Box = Box( - """\ - ── - - ── - - ── - ── - - ── -""" -) - -ROUNDED: Box = Box( - """\ -╭─┬╮ -│ ││ -├─┼┤ -│ ││ -├─┼┤ -├─┼┤ -│ ││ -╰─┴╯ -""" -) - -HEAVY: Box = Box( - """\ -┏━┳┓ -┃ ┃┃ -┣━╋┫ -┃ ┃┃ -┣━╋┫ -┣━╋┫ -┃ ┃┃ -┗━┻┛ -""" -) - -HEAVY_EDGE: Box = Box( - """\ -┏━┯┓ -┃ │┃ -┠─┼┨ -┃ │┃ -┠─┼┨ -┠─┼┨ -┃ │┃ -┗━┷┛ -""" -) - -HEAVY_HEAD: Box = Box( - """\ -┏━┳┓ -┃ ┃┃ -┡━╇┩ -│ ││ -├─┼┤ -├─┼┤ -│ ││ -└─┴┘ -""" -) - -DOUBLE: Box = Box( - """\ -╔═╦╗ -║ ║║ -╠═╬╣ -║ ║║ -╠═╬╣ -╠═╬╣ -║ ║║ -╚═╩╝ -""" -) - -DOUBLE_EDGE: Box = Box( - """\ -╔═╤╗ -║ │║ -╟─┼╢ -║ │║ -╟─┼╢ -╟─┼╢ -║ │║ -╚═╧╝ -""" -) - -MARKDOWN: Box = Box( - """\ - -| || -|-|| -| || -|-|| -|-|| -| || - -""", - ascii=True, -) - -# Map Boxes that don't render with raster fonts on to equivalent that do -LEGACY_WINDOWS_SUBSTITUTIONS = { - ROUNDED: SQUARE, - MINIMAL_HEAVY_HEAD: MINIMAL, - SIMPLE_HEAVY: SIMPLE, - HEAVY: SQUARE, - HEAVY_EDGE: SQUARE, - HEAVY_HEAD: SQUARE, -} - -# Map headed boxes to their headerless equivalents -PLAIN_HEADED_SUBSTITUTIONS = { - HEAVY_HEAD: SQUARE, - SQUARE_DOUBLE_HEAD: SQUARE, - MINIMAL_DOUBLE_HEAD: MINIMAL, - MINIMAL_HEAVY_HEAD: MINIMAL, - ASCII_DOUBLE_HEAD: ASCII2, -} - - -if __name__ == "__main__": # pragma: no cover - - from pip._vendor.rich.columns import Columns - from pip._vendor.rich.panel import Panel - - from . import box as box - from .console import Console - from .table import Table - from .text import Text - - console = Console(record=True) - - BOXES = [ - "ASCII", - "ASCII2", - "ASCII_DOUBLE_HEAD", - "SQUARE", - "SQUARE_DOUBLE_HEAD", - "MINIMAL", - "MINIMAL_HEAVY_HEAD", - "MINIMAL_DOUBLE_HEAD", - "SIMPLE", - "SIMPLE_HEAD", - "SIMPLE_HEAVY", - "HORIZONTALS", - "ROUNDED", - "HEAVY", - "HEAVY_EDGE", - "HEAVY_HEAD", - "DOUBLE", - "DOUBLE_EDGE", - "MARKDOWN", - ] - - console.print(Panel("[bold green]Box Constants", style="green"), justify="center") - console.print() - - columns = Columns(expand=True, padding=2) - for box_name in sorted(BOXES): - table = Table( - show_footer=True, style="dim", border_style="not dim", expand=True - ) - table.add_column("Header 1", "Footer 1") - table.add_column("Header 2", "Footer 2") - table.add_row("Cell", "Cell") - table.add_row("Cell", "Cell") - table.box = getattr(box, box_name) - table.title = Text(f"box.{box_name}", style="magenta") - columns.add_renderable(table) - console.print(columns) - - # console.save_svg("box.svg") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py deleted file mode 100644 index 9354f9e..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py +++ /dev/null @@ -1,154 +0,0 @@ -import re -from functools import lru_cache -from typing import Callable, List - -from ._cell_widths import CELL_WIDTHS - -# Regex to match sequence of the most common character ranges -_is_single_cell_widths = re.compile("^[\u0020-\u006f\u00a0\u02ff\u0370-\u0482]*$").match - - -@lru_cache(4096) -def cached_cell_len(text: str) -> int: - """Get the number of cells required to display text. - - This method always caches, which may use up a lot of memory. It is recommended to use - `cell_len` over this method. - - Args: - text (str): Text to display. - - Returns: - int: Get the number of cells required to display text. - """ - _get_size = get_character_cell_size - total_size = sum(_get_size(character) for character in text) - return total_size - - -def cell_len(text: str, _cell_len: Callable[[str], int] = cached_cell_len) -> int: - """Get the number of cells required to display text. - - Args: - text (str): Text to display. - - Returns: - int: Get the number of cells required to display text. - """ - if len(text) < 512: - return _cell_len(text) - _get_size = get_character_cell_size - total_size = sum(_get_size(character) for character in text) - return total_size - - -@lru_cache(maxsize=4096) -def get_character_cell_size(character: str) -> int: - """Get the cell size of a character. - - Args: - character (str): A single character. - - Returns: - int: Number of cells (0, 1 or 2) occupied by that character. - """ - return _get_codepoint_cell_size(ord(character)) - - -@lru_cache(maxsize=4096) -def _get_codepoint_cell_size(codepoint: int) -> int: - """Get the cell size of a character. - - Args: - codepoint (int): Codepoint of a character. - - Returns: - int: Number of cells (0, 1 or 2) occupied by that character. - """ - - _table = CELL_WIDTHS - lower_bound = 0 - upper_bound = len(_table) - 1 - index = (lower_bound + upper_bound) // 2 - while True: - start, end, width = _table[index] - if codepoint < start: - upper_bound = index - 1 - elif codepoint > end: - lower_bound = index + 1 - else: - return 0 if width == -1 else width - if upper_bound < lower_bound: - break - index = (lower_bound + upper_bound) // 2 - return 1 - - -def set_cell_size(text: str, total: int) -> str: - """Set the length of a string to fit within given number of cells.""" - - if _is_single_cell_widths(text): - size = len(text) - if size < total: - return text + " " * (total - size) - return text[:total] - - if total <= 0: - return "" - cell_size = cell_len(text) - if cell_size == total: - return text - if cell_size < total: - return text + " " * (total - cell_size) - - start = 0 - end = len(text) - - # Binary search until we find the right size - while True: - pos = (start + end) // 2 - before = text[: pos + 1] - before_len = cell_len(before) - if before_len == total + 1 and cell_len(before[-1]) == 2: - return before[:-1] + " " - if before_len == total: - return before - if before_len > total: - end = pos - else: - start = pos - - -# TODO: This is inefficient -# TODO: This might not work with CWJ type characters -def chop_cells(text: str, max_size: int, position: int = 0) -> List[str]: - """Break text in to equal (cell) length strings, returning the characters in reverse - order""" - _get_character_cell_size = get_character_cell_size - characters = [ - (character, _get_character_cell_size(character)) for character in text - ] - total_size = position - lines: List[List[str]] = [[]] - append = lines[-1].append - - for character, size in reversed(characters): - if total_size + size > max_size: - lines.append([character]) - append = lines[-1].append - total_size = size - else: - total_size += size - append(character) - - return ["".join(line) for line in lines] - - -if __name__ == "__main__": # pragma: no cover - - print(get_character_cell_size("😽")) - for line in chop_cells("""这是对亚洲语言支持的测试。面对模棱两可的想法,拒绝猜测的诱惑。""", 8): - print(line) - for n in range(80, 1, -1): - print(set_cell_size("""这是对亚洲语言支持的测试。面对模棱两可的想法,拒绝猜测的诱惑。""", n) + "|") - print("x" * n) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py deleted file mode 100644 index dfe4559..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py +++ /dev/null @@ -1,622 +0,0 @@ -import platform -import re -from colorsys import rgb_to_hls -from enum import IntEnum -from functools import lru_cache -from typing import TYPE_CHECKING, NamedTuple, Optional, Tuple - -from ._palettes import EIGHT_BIT_PALETTE, STANDARD_PALETTE, WINDOWS_PALETTE -from .color_triplet import ColorTriplet -from .repr import Result, rich_repr -from .terminal_theme import DEFAULT_TERMINAL_THEME - -if TYPE_CHECKING: # pragma: no cover - from .terminal_theme import TerminalTheme - from .text import Text - - -WINDOWS = platform.system() == "Windows" - - -class ColorSystem(IntEnum): - """One of the 3 color system supported by terminals.""" - - STANDARD = 1 - EIGHT_BIT = 2 - TRUECOLOR = 3 - WINDOWS = 4 - - def __repr__(self) -> str: - return f"ColorSystem.{self.name}" - - def __str__(self) -> str: - return repr(self) - - -class ColorType(IntEnum): - """Type of color stored in Color class.""" - - DEFAULT = 0 - STANDARD = 1 - EIGHT_BIT = 2 - TRUECOLOR = 3 - WINDOWS = 4 - - def __repr__(self) -> str: - return f"ColorType.{self.name}" - - -ANSI_COLOR_NAMES = { - "black": 0, - "red": 1, - "green": 2, - "yellow": 3, - "blue": 4, - "magenta": 5, - "cyan": 6, - "white": 7, - "bright_black": 8, - "bright_red": 9, - "bright_green": 10, - "bright_yellow": 11, - "bright_blue": 12, - "bright_magenta": 13, - "bright_cyan": 14, - "bright_white": 15, - "grey0": 16, - "gray0": 16, - "navy_blue": 17, - "dark_blue": 18, - "blue3": 20, - "blue1": 21, - "dark_green": 22, - "deep_sky_blue4": 25, - "dodger_blue3": 26, - "dodger_blue2": 27, - "green4": 28, - "spring_green4": 29, - "turquoise4": 30, - "deep_sky_blue3": 32, - "dodger_blue1": 33, - "green3": 40, - "spring_green3": 41, - "dark_cyan": 36, - "light_sea_green": 37, - "deep_sky_blue2": 38, - "deep_sky_blue1": 39, - "spring_green2": 47, - "cyan3": 43, - "dark_turquoise": 44, - "turquoise2": 45, - "green1": 46, - "spring_green1": 48, - "medium_spring_green": 49, - "cyan2": 50, - "cyan1": 51, - "dark_red": 88, - "deep_pink4": 125, - "purple4": 55, - "purple3": 56, - "blue_violet": 57, - "orange4": 94, - "grey37": 59, - "gray37": 59, - "medium_purple4": 60, - "slate_blue3": 62, - "royal_blue1": 63, - "chartreuse4": 64, - "dark_sea_green4": 71, - "pale_turquoise4": 66, - "steel_blue": 67, - "steel_blue3": 68, - "cornflower_blue": 69, - "chartreuse3": 76, - "cadet_blue": 73, - "sky_blue3": 74, - "steel_blue1": 81, - "pale_green3": 114, - "sea_green3": 78, - "aquamarine3": 79, - "medium_turquoise": 80, - "chartreuse2": 112, - "sea_green2": 83, - "sea_green1": 85, - "aquamarine1": 122, - "dark_slate_gray2": 87, - "dark_magenta": 91, - "dark_violet": 128, - "purple": 129, - "light_pink4": 95, - "plum4": 96, - "medium_purple3": 98, - "slate_blue1": 99, - "yellow4": 106, - "wheat4": 101, - "grey53": 102, - "gray53": 102, - "light_slate_grey": 103, - "light_slate_gray": 103, - "medium_purple": 104, - "light_slate_blue": 105, - "dark_olive_green3": 149, - "dark_sea_green": 108, - "light_sky_blue3": 110, - "sky_blue2": 111, - "dark_sea_green3": 150, - "dark_slate_gray3": 116, - "sky_blue1": 117, - "chartreuse1": 118, - "light_green": 120, - "pale_green1": 156, - "dark_slate_gray1": 123, - "red3": 160, - "medium_violet_red": 126, - "magenta3": 164, - "dark_orange3": 166, - "indian_red": 167, - "hot_pink3": 168, - "medium_orchid3": 133, - "medium_orchid": 134, - "medium_purple2": 140, - "dark_goldenrod": 136, - "light_salmon3": 173, - "rosy_brown": 138, - "grey63": 139, - "gray63": 139, - "medium_purple1": 141, - "gold3": 178, - "dark_khaki": 143, - "navajo_white3": 144, - "grey69": 145, - "gray69": 145, - "light_steel_blue3": 146, - "light_steel_blue": 147, - "yellow3": 184, - "dark_sea_green2": 157, - "light_cyan3": 152, - "light_sky_blue1": 153, - "green_yellow": 154, - "dark_olive_green2": 155, - "dark_sea_green1": 193, - "pale_turquoise1": 159, - "deep_pink3": 162, - "magenta2": 200, - "hot_pink2": 169, - "orchid": 170, - "medium_orchid1": 207, - "orange3": 172, - "light_pink3": 174, - "pink3": 175, - "plum3": 176, - "violet": 177, - "light_goldenrod3": 179, - "tan": 180, - "misty_rose3": 181, - "thistle3": 182, - "plum2": 183, - "khaki3": 185, - "light_goldenrod2": 222, - "light_yellow3": 187, - "grey84": 188, - "gray84": 188, - "light_steel_blue1": 189, - "yellow2": 190, - "dark_olive_green1": 192, - "honeydew2": 194, - "light_cyan1": 195, - "red1": 196, - "deep_pink2": 197, - "deep_pink1": 199, - "magenta1": 201, - "orange_red1": 202, - "indian_red1": 204, - "hot_pink": 206, - "dark_orange": 208, - "salmon1": 209, - "light_coral": 210, - "pale_violet_red1": 211, - "orchid2": 212, - "orchid1": 213, - "orange1": 214, - "sandy_brown": 215, - "light_salmon1": 216, - "light_pink1": 217, - "pink1": 218, - "plum1": 219, - "gold1": 220, - "navajo_white1": 223, - "misty_rose1": 224, - "thistle1": 225, - "yellow1": 226, - "light_goldenrod1": 227, - "khaki1": 228, - "wheat1": 229, - "cornsilk1": 230, - "grey100": 231, - "gray100": 231, - "grey3": 232, - "gray3": 232, - "grey7": 233, - "gray7": 233, - "grey11": 234, - "gray11": 234, - "grey15": 235, - "gray15": 235, - "grey19": 236, - "gray19": 236, - "grey23": 237, - "gray23": 237, - "grey27": 238, - "gray27": 238, - "grey30": 239, - "gray30": 239, - "grey35": 240, - "gray35": 240, - "grey39": 241, - "gray39": 241, - "grey42": 242, - "gray42": 242, - "grey46": 243, - "gray46": 243, - "grey50": 244, - "gray50": 244, - "grey54": 245, - "gray54": 245, - "grey58": 246, - "gray58": 246, - "grey62": 247, - "gray62": 247, - "grey66": 248, - "gray66": 248, - "grey70": 249, - "gray70": 249, - "grey74": 250, - "gray74": 250, - "grey78": 251, - "gray78": 251, - "grey82": 252, - "gray82": 252, - "grey85": 253, - "gray85": 253, - "grey89": 254, - "gray89": 254, - "grey93": 255, - "gray93": 255, -} - - -class ColorParseError(Exception): - """The color could not be parsed.""" - - -RE_COLOR = re.compile( - r"""^ -\#([0-9a-f]{6})$| -color\(([0-9]{1,3})\)$| -rgb\(([\d\s,]+)\)$ -""", - re.VERBOSE, -) - - -@rich_repr -class Color(NamedTuple): - """Terminal color definition.""" - - name: str - """The name of the color (typically the input to Color.parse).""" - type: ColorType - """The type of the color.""" - number: Optional[int] = None - """The color number, if a standard color, or None.""" - triplet: Optional[ColorTriplet] = None - """A triplet of color components, if an RGB color.""" - - def __rich__(self) -> "Text": - """Displays the actual color if Rich printed.""" - from .style import Style - from .text import Text - - return Text.assemble( - f"", - ) - - def __rich_repr__(self) -> Result: - yield self.name - yield self.type - yield "number", self.number, None - yield "triplet", self.triplet, None - - @property - def system(self) -> ColorSystem: - """Get the native color system for this color.""" - if self.type == ColorType.DEFAULT: - return ColorSystem.STANDARD - return ColorSystem(int(self.type)) - - @property - def is_system_defined(self) -> bool: - """Check if the color is ultimately defined by the system.""" - return self.system not in (ColorSystem.EIGHT_BIT, ColorSystem.TRUECOLOR) - - @property - def is_default(self) -> bool: - """Check if the color is a default color.""" - return self.type == ColorType.DEFAULT - - def get_truecolor( - self, theme: Optional["TerminalTheme"] = None, foreground: bool = True - ) -> ColorTriplet: - """Get an equivalent color triplet for this color. - - Args: - theme (TerminalTheme, optional): Optional terminal theme, or None to use default. Defaults to None. - foreground (bool, optional): True for a foreground color, or False for background. Defaults to True. - - Returns: - ColorTriplet: A color triplet containing RGB components. - """ - - if theme is None: - theme = DEFAULT_TERMINAL_THEME - if self.type == ColorType.TRUECOLOR: - assert self.triplet is not None - return self.triplet - elif self.type == ColorType.EIGHT_BIT: - assert self.number is not None - return EIGHT_BIT_PALETTE[self.number] - elif self.type == ColorType.STANDARD: - assert self.number is not None - return theme.ansi_colors[self.number] - elif self.type == ColorType.WINDOWS: - assert self.number is not None - return WINDOWS_PALETTE[self.number] - else: # self.type == ColorType.DEFAULT: - assert self.number is None - return theme.foreground_color if foreground else theme.background_color - - @classmethod - def from_ansi(cls, number: int) -> "Color": - """Create a Color number from it's 8-bit ansi number. - - Args: - number (int): A number between 0-255 inclusive. - - Returns: - Color: A new Color instance. - """ - return cls( - name=f"color({number})", - type=(ColorType.STANDARD if number < 16 else ColorType.EIGHT_BIT), - number=number, - ) - - @classmethod - def from_triplet(cls, triplet: "ColorTriplet") -> "Color": - """Create a truecolor RGB color from a triplet of values. - - Args: - triplet (ColorTriplet): A color triplet containing red, green and blue components. - - Returns: - Color: A new color object. - """ - return cls(name=triplet.hex, type=ColorType.TRUECOLOR, triplet=triplet) - - @classmethod - def from_rgb(cls, red: float, green: float, blue: float) -> "Color": - """Create a truecolor from three color components in the range(0->255). - - Args: - red (float): Red component in range 0-255. - green (float): Green component in range 0-255. - blue (float): Blue component in range 0-255. - - Returns: - Color: A new color object. - """ - return cls.from_triplet(ColorTriplet(int(red), int(green), int(blue))) - - @classmethod - def default(cls) -> "Color": - """Get a Color instance representing the default color. - - Returns: - Color: Default color. - """ - return cls(name="default", type=ColorType.DEFAULT) - - @classmethod - @lru_cache(maxsize=1024) - def parse(cls, color: str) -> "Color": - """Parse a color definition.""" - original_color = color - color = color.lower().strip() - - if color == "default": - return cls(color, type=ColorType.DEFAULT) - - color_number = ANSI_COLOR_NAMES.get(color) - if color_number is not None: - return cls( - color, - type=(ColorType.STANDARD if color_number < 16 else ColorType.EIGHT_BIT), - number=color_number, - ) - - color_match = RE_COLOR.match(color) - if color_match is None: - raise ColorParseError(f"{original_color!r} is not a valid color") - - color_24, color_8, color_rgb = color_match.groups() - if color_24: - triplet = ColorTriplet( - int(color_24[0:2], 16), int(color_24[2:4], 16), int(color_24[4:6], 16) - ) - return cls(color, ColorType.TRUECOLOR, triplet=triplet) - - elif color_8: - number = int(color_8) - if number > 255: - raise ColorParseError(f"color number must be <= 255 in {color!r}") - return cls( - color, - type=(ColorType.STANDARD if number < 16 else ColorType.EIGHT_BIT), - number=number, - ) - - else: # color_rgb: - components = color_rgb.split(",") - if len(components) != 3: - raise ColorParseError( - f"expected three components in {original_color!r}" - ) - red, green, blue = components - triplet = ColorTriplet(int(red), int(green), int(blue)) - if not all(component <= 255 for component in triplet): - raise ColorParseError( - f"color components must be <= 255 in {original_color!r}" - ) - return cls(color, ColorType.TRUECOLOR, triplet=triplet) - - @lru_cache(maxsize=1024) - def get_ansi_codes(self, foreground: bool = True) -> Tuple[str, ...]: - """Get the ANSI escape codes for this color.""" - _type = self.type - if _type == ColorType.DEFAULT: - return ("39" if foreground else "49",) - - elif _type == ColorType.WINDOWS: - number = self.number - assert number is not None - fore, back = (30, 40) if number < 8 else (82, 92) - return (str(fore + number if foreground else back + number),) - - elif _type == ColorType.STANDARD: - number = self.number - assert number is not None - fore, back = (30, 40) if number < 8 else (82, 92) - return (str(fore + number if foreground else back + number),) - - elif _type == ColorType.EIGHT_BIT: - assert self.number is not None - return ("38" if foreground else "48", "5", str(self.number)) - - else: # self.standard == ColorStandard.TRUECOLOR: - assert self.triplet is not None - red, green, blue = self.triplet - return ("38" if foreground else "48", "2", str(red), str(green), str(blue)) - - @lru_cache(maxsize=1024) - def downgrade(self, system: ColorSystem) -> "Color": - """Downgrade a color system to a system with fewer colors.""" - - if self.type in (ColorType.DEFAULT, system): - return self - # Convert to 8-bit color from truecolor color - if system == ColorSystem.EIGHT_BIT and self.system == ColorSystem.TRUECOLOR: - assert self.triplet is not None - _h, l, s = rgb_to_hls(*self.triplet.normalized) - # If saturation is under 15% assume it is grayscale - if s < 0.15: - gray = round(l * 25.0) - if gray == 0: - color_number = 16 - elif gray == 25: - color_number = 231 - else: - color_number = 231 + gray - return Color(self.name, ColorType.EIGHT_BIT, number=color_number) - - red, green, blue = self.triplet - six_red = red / 95 if red < 95 else 1 + (red - 95) / 40 - six_green = green / 95 if green < 95 else 1 + (green - 95) / 40 - six_blue = blue / 95 if blue < 95 else 1 + (blue - 95) / 40 - - color_number = ( - 16 + 36 * round(six_red) + 6 * round(six_green) + round(six_blue) - ) - return Color(self.name, ColorType.EIGHT_BIT, number=color_number) - - # Convert to standard from truecolor or 8-bit - elif system == ColorSystem.STANDARD: - if self.system == ColorSystem.TRUECOLOR: - assert self.triplet is not None - triplet = self.triplet - else: # self.system == ColorSystem.EIGHT_BIT - assert self.number is not None - triplet = ColorTriplet(*EIGHT_BIT_PALETTE[self.number]) - - color_number = STANDARD_PALETTE.match(triplet) - return Color(self.name, ColorType.STANDARD, number=color_number) - - elif system == ColorSystem.WINDOWS: - if self.system == ColorSystem.TRUECOLOR: - assert self.triplet is not None - triplet = self.triplet - else: # self.system == ColorSystem.EIGHT_BIT - assert self.number is not None - if self.number < 16: - return Color(self.name, ColorType.WINDOWS, number=self.number) - triplet = ColorTriplet(*EIGHT_BIT_PALETTE[self.number]) - - color_number = WINDOWS_PALETTE.match(triplet) - return Color(self.name, ColorType.WINDOWS, number=color_number) - - return self - - -def parse_rgb_hex(hex_color: str) -> ColorTriplet: - """Parse six hex characters in to RGB triplet.""" - assert len(hex_color) == 6, "must be 6 characters" - color = ColorTriplet( - int(hex_color[0:2], 16), int(hex_color[2:4], 16), int(hex_color[4:6], 16) - ) - return color - - -def blend_rgb( - color1: ColorTriplet, color2: ColorTriplet, cross_fade: float = 0.5 -) -> ColorTriplet: - """Blend one RGB color in to another.""" - r1, g1, b1 = color1 - r2, g2, b2 = color2 - new_color = ColorTriplet( - int(r1 + (r2 - r1) * cross_fade), - int(g1 + (g2 - g1) * cross_fade), - int(b1 + (b2 - b1) * cross_fade), - ) - return new_color - - -if __name__ == "__main__": # pragma: no cover - - from .console import Console - from .table import Table - from .text import Text - - console = Console() - - table = Table(show_footer=False, show_edge=True) - table.add_column("Color", width=10, overflow="ellipsis") - table.add_column("Number", justify="right", style="yellow") - table.add_column("Name", style="green") - table.add_column("Hex", style="blue") - table.add_column("RGB", style="magenta") - - colors = sorted((v, k) for k, v in ANSI_COLOR_NAMES.items()) - for color_number, name in colors: - if "grey" in name: - continue - color_cell = Text(" " * 10, style=f"on {name}") - if color_number < 16: - table.add_row(color_cell, f"{color_number}", Text(f'"{name}"')) - else: - color = EIGHT_BIT_PALETTE[color_number] # type: ignore[has-type] - table.add_row( - color_cell, str(color_number), Text(f'"{name}"'), color.hex, color.rgb - ) - - console.print(table) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py deleted file mode 100644 index 02cab32..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py +++ /dev/null @@ -1,38 +0,0 @@ -from typing import NamedTuple, Tuple - - -class ColorTriplet(NamedTuple): - """The red, green, and blue components of a color.""" - - red: int - """Red component in 0 to 255 range.""" - green: int - """Green component in 0 to 255 range.""" - blue: int - """Blue component in 0 to 255 range.""" - - @property - def hex(self) -> str: - """get the color triplet in CSS style.""" - red, green, blue = self - return f"#{red:02x}{green:02x}{blue:02x}" - - @property - def rgb(self) -> str: - """The color in RGB format. - - Returns: - str: An rgb color, e.g. ``"rgb(100,23,255)"``. - """ - red, green, blue = self - return f"rgb({red},{green},{blue})" - - @property - def normalized(self) -> Tuple[float, float, float]: - """Convert components into floats between 0 and 1. - - Returns: - Tuple[float, float, float]: A tuple of three normalized colour components. - """ - red, green, blue = self - return red / 255.0, green / 255.0, blue / 255.0 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py deleted file mode 100644 index 669a3a7..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py +++ /dev/null @@ -1,187 +0,0 @@ -from collections import defaultdict -from itertools import chain -from operator import itemgetter -from typing import Dict, Iterable, List, Optional, Tuple - -from .align import Align, AlignMethod -from .console import Console, ConsoleOptions, RenderableType, RenderResult -from .constrain import Constrain -from .measure import Measurement -from .padding import Padding, PaddingDimensions -from .table import Table -from .text import TextType -from .jupyter import JupyterMixin - - -class Columns(JupyterMixin): - """Display renderables in neat columns. - - Args: - renderables (Iterable[RenderableType]): Any number of Rich renderables (including str). - width (int, optional): The desired width of the columns, or None to auto detect. Defaults to None. - padding (PaddingDimensions, optional): Optional padding around cells. Defaults to (0, 1). - expand (bool, optional): Expand columns to full width. Defaults to False. - equal (bool, optional): Arrange in to equal sized columns. Defaults to False. - column_first (bool, optional): Align items from top to bottom (rather than left to right). Defaults to False. - right_to_left (bool, optional): Start column from right hand side. Defaults to False. - align (str, optional): Align value ("left", "right", or "center") or None for default. Defaults to None. - title (TextType, optional): Optional title for Columns. - """ - - def __init__( - self, - renderables: Optional[Iterable[RenderableType]] = None, - padding: PaddingDimensions = (0, 1), - *, - width: Optional[int] = None, - expand: bool = False, - equal: bool = False, - column_first: bool = False, - right_to_left: bool = False, - align: Optional[AlignMethod] = None, - title: Optional[TextType] = None, - ) -> None: - self.renderables = list(renderables or []) - self.width = width - self.padding = padding - self.expand = expand - self.equal = equal - self.column_first = column_first - self.right_to_left = right_to_left - self.align: Optional[AlignMethod] = align - self.title = title - - def add_renderable(self, renderable: RenderableType) -> None: - """Add a renderable to the columns. - - Args: - renderable (RenderableType): Any renderable object. - """ - self.renderables.append(renderable) - - def __rich_console__( - self, console: Console, options: ConsoleOptions - ) -> RenderResult: - render_str = console.render_str - renderables = [ - render_str(renderable) if isinstance(renderable, str) else renderable - for renderable in self.renderables - ] - if not renderables: - return - _top, right, _bottom, left = Padding.unpack(self.padding) - width_padding = max(left, right) - max_width = options.max_width - widths: Dict[int, int] = defaultdict(int) - column_count = len(renderables) - - get_measurement = Measurement.get - renderable_widths = [ - get_measurement(console, options, renderable).maximum - for renderable in renderables - ] - if self.equal: - renderable_widths = [max(renderable_widths)] * len(renderable_widths) - - def iter_renderables( - column_count: int, - ) -> Iterable[Tuple[int, Optional[RenderableType]]]: - item_count = len(renderables) - if self.column_first: - width_renderables = list(zip(renderable_widths, renderables)) - - column_lengths: List[int] = [item_count // column_count] * column_count - for col_no in range(item_count % column_count): - column_lengths[col_no] += 1 - - row_count = (item_count + column_count - 1) // column_count - cells = [[-1] * column_count for _ in range(row_count)] - row = col = 0 - for index in range(item_count): - cells[row][col] = index - column_lengths[col] -= 1 - if column_lengths[col]: - row += 1 - else: - col += 1 - row = 0 - for index in chain.from_iterable(cells): - if index == -1: - break - yield width_renderables[index] - else: - yield from zip(renderable_widths, renderables) - # Pad odd elements with spaces - if item_count % column_count: - for _ in range(column_count - (item_count % column_count)): - yield 0, None - - table = Table.grid(padding=self.padding, collapse_padding=True, pad_edge=False) - table.expand = self.expand - table.title = self.title - - if self.width is not None: - column_count = (max_width) // (self.width + width_padding) - for _ in range(column_count): - table.add_column(width=self.width) - else: - while column_count > 1: - widths.clear() - column_no = 0 - for renderable_width, _ in iter_renderables(column_count): - widths[column_no] = max(widths[column_no], renderable_width) - total_width = sum(widths.values()) + width_padding * ( - len(widths) - 1 - ) - if total_width > max_width: - column_count = len(widths) - 1 - break - else: - column_no = (column_no + 1) % column_count - else: - break - - get_renderable = itemgetter(1) - _renderables = [ - get_renderable(_renderable) - for _renderable in iter_renderables(column_count) - ] - if self.equal: - _renderables = [ - None - if renderable is None - else Constrain(renderable, renderable_widths[0]) - for renderable in _renderables - ] - if self.align: - align = self.align - _Align = Align - _renderables = [ - None if renderable is None else _Align(renderable, align) - for renderable in _renderables - ] - - right_to_left = self.right_to_left - add_row = table.add_row - for start in range(0, len(_renderables), column_count): - row = _renderables[start : start + column_count] - if right_to_left: - row = row[::-1] - add_row(*row) - yield table - - -if __name__ == "__main__": # pragma: no cover - import os - - console = Console() - - files = [f"{i} {s}" for i, s in enumerate(sorted(os.listdir()))] - columns = Columns(files, padding=(0, 1), expand=False, equal=False) - console.print(columns) - console.rule() - columns.column_first = True - console.print(columns) - columns.right_to_left = True - console.rule() - console.print(columns) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py deleted file mode 100644 index e559cbb..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py +++ /dev/null @@ -1,2633 +0,0 @@ -import inspect -import os -import platform -import sys -import threading -import zlib -from abc import ABC, abstractmethod -from dataclasses import dataclass, field -from datetime import datetime -from functools import wraps -from getpass import getpass -from html import escape -from inspect import isclass -from itertools import islice -from math import ceil -from time import monotonic -from types import FrameType, ModuleType, TracebackType -from typing import ( - IO, - TYPE_CHECKING, - Any, - Callable, - Dict, - Iterable, - List, - Mapping, - NamedTuple, - Optional, - TextIO, - Tuple, - Type, - Union, - cast, -) - -from pip._vendor.rich._null_file import NULL_FILE - -if sys.version_info >= (3, 8): - from typing import Literal, Protocol, runtime_checkable -else: - from pip._vendor.typing_extensions import ( - Literal, - Protocol, - runtime_checkable, - ) # pragma: no cover - -from . import errors, themes -from ._emoji_replace import _emoji_replace -from ._export_format import CONSOLE_HTML_FORMAT, CONSOLE_SVG_FORMAT -from ._fileno import get_fileno -from ._log_render import FormatTimeCallable, LogRender -from .align import Align, AlignMethod -from .color import ColorSystem, blend_rgb -from .control import Control -from .emoji import EmojiVariant -from .highlighter import NullHighlighter, ReprHighlighter -from .markup import render as render_markup -from .measure import Measurement, measure_renderables -from .pager import Pager, SystemPager -from .pretty import Pretty, is_expandable -from .protocol import rich_cast -from .region import Region -from .scope import render_scope -from .screen import Screen -from .segment import Segment -from .style import Style, StyleType -from .styled import Styled -from .terminal_theme import DEFAULT_TERMINAL_THEME, SVG_EXPORT_THEME, TerminalTheme -from .text import Text, TextType -from .theme import Theme, ThemeStack - -if TYPE_CHECKING: - from ._windows import WindowsConsoleFeatures - from .live import Live - from .status import Status - -JUPYTER_DEFAULT_COLUMNS = 115 -JUPYTER_DEFAULT_LINES = 100 -WINDOWS = platform.system() == "Windows" - -HighlighterType = Callable[[Union[str, "Text"]], "Text"] -JustifyMethod = Literal["default", "left", "center", "right", "full"] -OverflowMethod = Literal["fold", "crop", "ellipsis", "ignore"] - - -class NoChange: - pass - - -NO_CHANGE = NoChange() - -try: - _STDIN_FILENO = sys.__stdin__.fileno() -except Exception: - _STDIN_FILENO = 0 -try: - _STDOUT_FILENO = sys.__stdout__.fileno() -except Exception: - _STDOUT_FILENO = 1 -try: - _STDERR_FILENO = sys.__stderr__.fileno() -except Exception: - _STDERR_FILENO = 2 - -_STD_STREAMS = (_STDIN_FILENO, _STDOUT_FILENO, _STDERR_FILENO) -_STD_STREAMS_OUTPUT = (_STDOUT_FILENO, _STDERR_FILENO) - - -_TERM_COLORS = { - "kitty": ColorSystem.EIGHT_BIT, - "256color": ColorSystem.EIGHT_BIT, - "16color": ColorSystem.STANDARD, -} - - -class ConsoleDimensions(NamedTuple): - """Size of the terminal.""" - - width: int - """The width of the console in 'cells'.""" - height: int - """The height of the console in lines.""" - - -@dataclass -class ConsoleOptions: - """Options for __rich_console__ method.""" - - size: ConsoleDimensions - """Size of console.""" - legacy_windows: bool - """legacy_windows: flag for legacy windows.""" - min_width: int - """Minimum width of renderable.""" - max_width: int - """Maximum width of renderable.""" - is_terminal: bool - """True if the target is a terminal, otherwise False.""" - encoding: str - """Encoding of terminal.""" - max_height: int - """Height of container (starts as terminal)""" - justify: Optional[JustifyMethod] = None - """Justify value override for renderable.""" - overflow: Optional[OverflowMethod] = None - """Overflow value override for renderable.""" - no_wrap: Optional[bool] = False - """Disable wrapping for text.""" - highlight: Optional[bool] = None - """Highlight override for render_str.""" - markup: Optional[bool] = None - """Enable markup when rendering strings.""" - height: Optional[int] = None - - @property - def ascii_only(self) -> bool: - """Check if renderables should use ascii only.""" - return not self.encoding.startswith("utf") - - def copy(self) -> "ConsoleOptions": - """Return a copy of the options. - - Returns: - ConsoleOptions: a copy of self. - """ - options: ConsoleOptions = ConsoleOptions.__new__(ConsoleOptions) - options.__dict__ = self.__dict__.copy() - return options - - def update( - self, - *, - width: Union[int, NoChange] = NO_CHANGE, - min_width: Union[int, NoChange] = NO_CHANGE, - max_width: Union[int, NoChange] = NO_CHANGE, - justify: Union[Optional[JustifyMethod], NoChange] = NO_CHANGE, - overflow: Union[Optional[OverflowMethod], NoChange] = NO_CHANGE, - no_wrap: Union[Optional[bool], NoChange] = NO_CHANGE, - highlight: Union[Optional[bool], NoChange] = NO_CHANGE, - markup: Union[Optional[bool], NoChange] = NO_CHANGE, - height: Union[Optional[int], NoChange] = NO_CHANGE, - ) -> "ConsoleOptions": - """Update values, return a copy.""" - options = self.copy() - if not isinstance(width, NoChange): - options.min_width = options.max_width = max(0, width) - if not isinstance(min_width, NoChange): - options.min_width = min_width - if not isinstance(max_width, NoChange): - options.max_width = max_width - if not isinstance(justify, NoChange): - options.justify = justify - if not isinstance(overflow, NoChange): - options.overflow = overflow - if not isinstance(no_wrap, NoChange): - options.no_wrap = no_wrap - if not isinstance(highlight, NoChange): - options.highlight = highlight - if not isinstance(markup, NoChange): - options.markup = markup - if not isinstance(height, NoChange): - if height is not None: - options.max_height = height - options.height = None if height is None else max(0, height) - return options - - def update_width(self, width: int) -> "ConsoleOptions": - """Update just the width, return a copy. - - Args: - width (int): New width (sets both min_width and max_width) - - Returns: - ~ConsoleOptions: New console options instance. - """ - options = self.copy() - options.min_width = options.max_width = max(0, width) - return options - - def update_height(self, height: int) -> "ConsoleOptions": - """Update the height, and return a copy. - - Args: - height (int): New height - - Returns: - ~ConsoleOptions: New Console options instance. - """ - options = self.copy() - options.max_height = options.height = height - return options - - def reset_height(self) -> "ConsoleOptions": - """Return a copy of the options with height set to ``None``. - - Returns: - ~ConsoleOptions: New console options instance. - """ - options = self.copy() - options.height = None - return options - - def update_dimensions(self, width: int, height: int) -> "ConsoleOptions": - """Update the width and height, and return a copy. - - Args: - width (int): New width (sets both min_width and max_width). - height (int): New height. - - Returns: - ~ConsoleOptions: New console options instance. - """ - options = self.copy() - options.min_width = options.max_width = max(0, width) - options.height = options.max_height = height - return options - - -@runtime_checkable -class RichCast(Protocol): - """An object that may be 'cast' to a console renderable.""" - - def __rich__( - self, - ) -> Union["ConsoleRenderable", "RichCast", str]: # pragma: no cover - ... - - -@runtime_checkable -class ConsoleRenderable(Protocol): - """An object that supports the console protocol.""" - - def __rich_console__( - self, console: "Console", options: "ConsoleOptions" - ) -> "RenderResult": # pragma: no cover - ... - - -# A type that may be rendered by Console. -RenderableType = Union[ConsoleRenderable, RichCast, str] - -# The result of calling a __rich_console__ method. -RenderResult = Iterable[Union[RenderableType, Segment]] - -_null_highlighter = NullHighlighter() - - -class CaptureError(Exception): - """An error in the Capture context manager.""" - - -class NewLine: - """A renderable to generate new line(s)""" - - def __init__(self, count: int = 1) -> None: - self.count = count - - def __rich_console__( - self, console: "Console", options: "ConsoleOptions" - ) -> Iterable[Segment]: - yield Segment("\n" * self.count) - - -class ScreenUpdate: - """Render a list of lines at a given offset.""" - - def __init__(self, lines: List[List[Segment]], x: int, y: int) -> None: - self._lines = lines - self.x = x - self.y = y - - def __rich_console__( - self, console: "Console", options: ConsoleOptions - ) -> RenderResult: - x = self.x - move_to = Control.move_to - for offset, line in enumerate(self._lines, self.y): - yield move_to(x, offset) - yield from line - - -class Capture: - """Context manager to capture the result of printing to the console. - See :meth:`~rich.console.Console.capture` for how to use. - - Args: - console (Console): A console instance to capture output. - """ - - def __init__(self, console: "Console") -> None: - self._console = console - self._result: Optional[str] = None - - def __enter__(self) -> "Capture": - self._console.begin_capture() - return self - - def __exit__( - self, - exc_type: Optional[Type[BaseException]], - exc_val: Optional[BaseException], - exc_tb: Optional[TracebackType], - ) -> None: - self._result = self._console.end_capture() - - def get(self) -> str: - """Get the result of the capture.""" - if self._result is None: - raise CaptureError( - "Capture result is not available until context manager exits." - ) - return self._result - - -class ThemeContext: - """A context manager to use a temporary theme. See :meth:`~rich.console.Console.use_theme` for usage.""" - - def __init__(self, console: "Console", theme: Theme, inherit: bool = True) -> None: - self.console = console - self.theme = theme - self.inherit = inherit - - def __enter__(self) -> "ThemeContext": - self.console.push_theme(self.theme) - return self - - def __exit__( - self, - exc_type: Optional[Type[BaseException]], - exc_val: Optional[BaseException], - exc_tb: Optional[TracebackType], - ) -> None: - self.console.pop_theme() - - -class PagerContext: - """A context manager that 'pages' content. See :meth:`~rich.console.Console.pager` for usage.""" - - def __init__( - self, - console: "Console", - pager: Optional[Pager] = None, - styles: bool = False, - links: bool = False, - ) -> None: - self._console = console - self.pager = SystemPager() if pager is None else pager - self.styles = styles - self.links = links - - def __enter__(self) -> "PagerContext": - self._console._enter_buffer() - return self - - def __exit__( - self, - exc_type: Optional[Type[BaseException]], - exc_val: Optional[BaseException], - exc_tb: Optional[TracebackType], - ) -> None: - if exc_type is None: - with self._console._lock: - buffer: List[Segment] = self._console._buffer[:] - del self._console._buffer[:] - segments: Iterable[Segment] = buffer - if not self.styles: - segments = Segment.strip_styles(segments) - elif not self.links: - segments = Segment.strip_links(segments) - content = self._console._render_buffer(segments) - self.pager.show(content) - self._console._exit_buffer() - - -class ScreenContext: - """A context manager that enables an alternative screen. See :meth:`~rich.console.Console.screen` for usage.""" - - def __init__( - self, console: "Console", hide_cursor: bool, style: StyleType = "" - ) -> None: - self.console = console - self.hide_cursor = hide_cursor - self.screen = Screen(style=style) - self._changed = False - - def update( - self, *renderables: RenderableType, style: Optional[StyleType] = None - ) -> None: - """Update the screen. - - Args: - renderable (RenderableType, optional): Optional renderable to replace current renderable, - or None for no change. Defaults to None. - style: (Style, optional): Replacement style, or None for no change. Defaults to None. - """ - if renderables: - self.screen.renderable = ( - Group(*renderables) if len(renderables) > 1 else renderables[0] - ) - if style is not None: - self.screen.style = style - self.console.print(self.screen, end="") - - def __enter__(self) -> "ScreenContext": - self._changed = self.console.set_alt_screen(True) - if self._changed and self.hide_cursor: - self.console.show_cursor(False) - return self - - def __exit__( - self, - exc_type: Optional[Type[BaseException]], - exc_val: Optional[BaseException], - exc_tb: Optional[TracebackType], - ) -> None: - if self._changed: - self.console.set_alt_screen(False) - if self.hide_cursor: - self.console.show_cursor(True) - - -class Group: - """Takes a group of renderables and returns a renderable object that renders the group. - - Args: - renderables (Iterable[RenderableType]): An iterable of renderable objects. - fit (bool, optional): Fit dimension of group to contents, or fill available space. Defaults to True. - """ - - def __init__(self, *renderables: "RenderableType", fit: bool = True) -> None: - self._renderables = renderables - self.fit = fit - self._render: Optional[List[RenderableType]] = None - - @property - def renderables(self) -> List["RenderableType"]: - if self._render is None: - self._render = list(self._renderables) - return self._render - - def __rich_measure__( - self, console: "Console", options: "ConsoleOptions" - ) -> "Measurement": - if self.fit: - return measure_renderables(console, options, self.renderables) - else: - return Measurement(options.max_width, options.max_width) - - def __rich_console__( - self, console: "Console", options: "ConsoleOptions" - ) -> RenderResult: - yield from self.renderables - - -def group(fit: bool = True) -> Callable[..., Callable[..., Group]]: - """A decorator that turns an iterable of renderables in to a group. - - Args: - fit (bool, optional): Fit dimension of group to contents, or fill available space. Defaults to True. - """ - - def decorator( - method: Callable[..., Iterable[RenderableType]] - ) -> Callable[..., Group]: - """Convert a method that returns an iterable of renderables in to a Group.""" - - @wraps(method) - def _replace(*args: Any, **kwargs: Any) -> Group: - renderables = method(*args, **kwargs) - return Group(*renderables, fit=fit) - - return _replace - - return decorator - - -def _is_jupyter() -> bool: # pragma: no cover - """Check if we're running in a Jupyter notebook.""" - try: - get_ipython # type: ignore[name-defined] - except NameError: - return False - ipython = get_ipython() # type: ignore[name-defined] - shell = ipython.__class__.__name__ - if ( - "google.colab" in str(ipython.__class__) - or os.getenv("DATABRICKS_RUNTIME_VERSION") - or shell == "ZMQInteractiveShell" - ): - return True # Jupyter notebook or qtconsole - elif shell == "TerminalInteractiveShell": - return False # Terminal running IPython - else: - return False # Other type (?) - - -COLOR_SYSTEMS = { - "standard": ColorSystem.STANDARD, - "256": ColorSystem.EIGHT_BIT, - "truecolor": ColorSystem.TRUECOLOR, - "windows": ColorSystem.WINDOWS, -} - -_COLOR_SYSTEMS_NAMES = {system: name for name, system in COLOR_SYSTEMS.items()} - - -@dataclass -class ConsoleThreadLocals(threading.local): - """Thread local values for Console context.""" - - theme_stack: ThemeStack - buffer: List[Segment] = field(default_factory=list) - buffer_index: int = 0 - - -class RenderHook(ABC): - """Provides hooks in to the render process.""" - - @abstractmethod - def process_renderables( - self, renderables: List[ConsoleRenderable] - ) -> List[ConsoleRenderable]: - """Called with a list of objects to render. - - This method can return a new list of renderables, or modify and return the same list. - - Args: - renderables (List[ConsoleRenderable]): A number of renderable objects. - - Returns: - List[ConsoleRenderable]: A replacement list of renderables. - """ - - -_windows_console_features: Optional["WindowsConsoleFeatures"] = None - - -def get_windows_console_features() -> "WindowsConsoleFeatures": # pragma: no cover - global _windows_console_features - if _windows_console_features is not None: - return _windows_console_features - from ._windows import get_windows_console_features - - _windows_console_features = get_windows_console_features() - return _windows_console_features - - -def detect_legacy_windows() -> bool: - """Detect legacy Windows.""" - return WINDOWS and not get_windows_console_features().vt - - -class Console: - """A high level console interface. - - Args: - color_system (str, optional): The color system supported by your terminal, - either ``"standard"``, ``"256"`` or ``"truecolor"``. Leave as ``"auto"`` to autodetect. - force_terminal (Optional[bool], optional): Enable/disable terminal control codes, or None to auto-detect terminal. Defaults to None. - force_jupyter (Optional[bool], optional): Enable/disable Jupyter rendering, or None to auto-detect Jupyter. Defaults to None. - force_interactive (Optional[bool], optional): Enable/disable interactive mode, or None to auto detect. Defaults to None. - soft_wrap (Optional[bool], optional): Set soft wrap default on print method. Defaults to False. - theme (Theme, optional): An optional style theme object, or ``None`` for default theme. - stderr (bool, optional): Use stderr rather than stdout if ``file`` is not specified. Defaults to False. - file (IO, optional): A file object where the console should write to. Defaults to stdout. - quiet (bool, Optional): Boolean to suppress all output. Defaults to False. - width (int, optional): The width of the terminal. Leave as default to auto-detect width. - height (int, optional): The height of the terminal. Leave as default to auto-detect height. - style (StyleType, optional): Style to apply to all output, or None for no style. Defaults to None. - no_color (Optional[bool], optional): Enabled no color mode, or None to auto detect. Defaults to None. - tab_size (int, optional): Number of spaces used to replace a tab character. Defaults to 8. - record (bool, optional): Boolean to enable recording of terminal output, - required to call :meth:`export_html`, :meth:`export_svg`, and :meth:`export_text`. Defaults to False. - markup (bool, optional): Boolean to enable :ref:`console_markup`. Defaults to True. - emoji (bool, optional): Enable emoji code. Defaults to True. - emoji_variant (str, optional): Optional emoji variant, either "text" or "emoji". Defaults to None. - highlight (bool, optional): Enable automatic highlighting. Defaults to True. - log_time (bool, optional): Boolean to enable logging of time by :meth:`log` methods. Defaults to True. - log_path (bool, optional): Boolean to enable the logging of the caller by :meth:`log`. Defaults to True. - log_time_format (Union[str, TimeFormatterCallable], optional): If ``log_time`` is enabled, either string for strftime or callable that formats the time. Defaults to "[%X] ". - highlighter (HighlighterType, optional): Default highlighter. - legacy_windows (bool, optional): Enable legacy Windows mode, or ``None`` to auto detect. Defaults to ``None``. - safe_box (bool, optional): Restrict box options that don't render on legacy Windows. - get_datetime (Callable[[], datetime], optional): Callable that gets the current time as a datetime.datetime object (used by Console.log), - or None for datetime.now. - get_time (Callable[[], time], optional): Callable that gets the current time in seconds, default uses time.monotonic. - """ - - _environ: Mapping[str, str] = os.environ - - def __init__( - self, - *, - color_system: Optional[ - Literal["auto", "standard", "256", "truecolor", "windows"] - ] = "auto", - force_terminal: Optional[bool] = None, - force_jupyter: Optional[bool] = None, - force_interactive: Optional[bool] = None, - soft_wrap: bool = False, - theme: Optional[Theme] = None, - stderr: bool = False, - file: Optional[IO[str]] = None, - quiet: bool = False, - width: Optional[int] = None, - height: Optional[int] = None, - style: Optional[StyleType] = None, - no_color: Optional[bool] = None, - tab_size: int = 8, - record: bool = False, - markup: bool = True, - emoji: bool = True, - emoji_variant: Optional[EmojiVariant] = None, - highlight: bool = True, - log_time: bool = True, - log_path: bool = True, - log_time_format: Union[str, FormatTimeCallable] = "[%X]", - highlighter: Optional["HighlighterType"] = ReprHighlighter(), - legacy_windows: Optional[bool] = None, - safe_box: bool = True, - get_datetime: Optional[Callable[[], datetime]] = None, - get_time: Optional[Callable[[], float]] = None, - _environ: Optional[Mapping[str, str]] = None, - ): - # Copy of os.environ allows us to replace it for testing - if _environ is not None: - self._environ = _environ - - self.is_jupyter = _is_jupyter() if force_jupyter is None else force_jupyter - if self.is_jupyter: - if width is None: - jupyter_columns = self._environ.get("JUPYTER_COLUMNS") - if jupyter_columns is not None and jupyter_columns.isdigit(): - width = int(jupyter_columns) - else: - width = JUPYTER_DEFAULT_COLUMNS - if height is None: - jupyter_lines = self._environ.get("JUPYTER_LINES") - if jupyter_lines is not None and jupyter_lines.isdigit(): - height = int(jupyter_lines) - else: - height = JUPYTER_DEFAULT_LINES - - self.tab_size = tab_size - self.record = record - self._markup = markup - self._emoji = emoji - self._emoji_variant: Optional[EmojiVariant] = emoji_variant - self._highlight = highlight - self.legacy_windows: bool = ( - (detect_legacy_windows() and not self.is_jupyter) - if legacy_windows is None - else legacy_windows - ) - - if width is None: - columns = self._environ.get("COLUMNS") - if columns is not None and columns.isdigit(): - width = int(columns) - self.legacy_windows - if height is None: - lines = self._environ.get("LINES") - if lines is not None and lines.isdigit(): - height = int(lines) - - self.soft_wrap = soft_wrap - self._width = width - self._height = height - - self._color_system: Optional[ColorSystem] - - self._force_terminal = None - if force_terminal is not None: - self._force_terminal = force_terminal - - self._file = file - self.quiet = quiet - self.stderr = stderr - - if color_system is None: - self._color_system = None - elif color_system == "auto": - self._color_system = self._detect_color_system() - else: - self._color_system = COLOR_SYSTEMS[color_system] - - self._lock = threading.RLock() - self._log_render = LogRender( - show_time=log_time, - show_path=log_path, - time_format=log_time_format, - ) - self.highlighter: HighlighterType = highlighter or _null_highlighter - self.safe_box = safe_box - self.get_datetime = get_datetime or datetime.now - self.get_time = get_time or monotonic - self.style = style - self.no_color = ( - no_color if no_color is not None else "NO_COLOR" in self._environ - ) - self.is_interactive = ( - (self.is_terminal and not self.is_dumb_terminal) - if force_interactive is None - else force_interactive - ) - - self._record_buffer_lock = threading.RLock() - self._thread_locals = ConsoleThreadLocals( - theme_stack=ThemeStack(themes.DEFAULT if theme is None else theme) - ) - self._record_buffer: List[Segment] = [] - self._render_hooks: List[RenderHook] = [] - self._live: Optional["Live"] = None - self._is_alt_screen = False - - def __repr__(self) -> str: - return f"" - - @property - def file(self) -> IO[str]: - """Get the file object to write to.""" - file = self._file or (sys.stderr if self.stderr else sys.stdout) - file = getattr(file, "rich_proxied_file", file) - if file is None: - file = NULL_FILE - return file - - @file.setter - def file(self, new_file: IO[str]) -> None: - """Set a new file object.""" - self._file = new_file - - @property - def _buffer(self) -> List[Segment]: - """Get a thread local buffer.""" - return self._thread_locals.buffer - - @property - def _buffer_index(self) -> int: - """Get a thread local buffer.""" - return self._thread_locals.buffer_index - - @_buffer_index.setter - def _buffer_index(self, value: int) -> None: - self._thread_locals.buffer_index = value - - @property - def _theme_stack(self) -> ThemeStack: - """Get the thread local theme stack.""" - return self._thread_locals.theme_stack - - def _detect_color_system(self) -> Optional[ColorSystem]: - """Detect color system from env vars.""" - if self.is_jupyter: - return ColorSystem.TRUECOLOR - if not self.is_terminal or self.is_dumb_terminal: - return None - if WINDOWS: # pragma: no cover - if self.legacy_windows: # pragma: no cover - return ColorSystem.WINDOWS - windows_console_features = get_windows_console_features() - return ( - ColorSystem.TRUECOLOR - if windows_console_features.truecolor - else ColorSystem.EIGHT_BIT - ) - else: - color_term = self._environ.get("COLORTERM", "").strip().lower() - if color_term in ("truecolor", "24bit"): - return ColorSystem.TRUECOLOR - term = self._environ.get("TERM", "").strip().lower() - _term_name, _hyphen, colors = term.rpartition("-") - color_system = _TERM_COLORS.get(colors, ColorSystem.STANDARD) - return color_system - - def _enter_buffer(self) -> None: - """Enter in to a buffer context, and buffer all output.""" - self._buffer_index += 1 - - def _exit_buffer(self) -> None: - """Leave buffer context, and render content if required.""" - self._buffer_index -= 1 - self._check_buffer() - - def set_live(self, live: "Live") -> None: - """Set Live instance. Used by Live context manager. - - Args: - live (Live): Live instance using this Console. - - Raises: - errors.LiveError: If this Console has a Live context currently active. - """ - with self._lock: - if self._live is not None: - raise errors.LiveError("Only one live display may be active at once") - self._live = live - - def clear_live(self) -> None: - """Clear the Live instance.""" - with self._lock: - self._live = None - - def push_render_hook(self, hook: RenderHook) -> None: - """Add a new render hook to the stack. - - Args: - hook (RenderHook): Render hook instance. - """ - with self._lock: - self._render_hooks.append(hook) - - def pop_render_hook(self) -> None: - """Pop the last renderhook from the stack.""" - with self._lock: - self._render_hooks.pop() - - def __enter__(self) -> "Console": - """Own context manager to enter buffer context.""" - self._enter_buffer() - return self - - def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: - """Exit buffer context.""" - self._exit_buffer() - - def begin_capture(self) -> None: - """Begin capturing console output. Call :meth:`end_capture` to exit capture mode and return output.""" - self._enter_buffer() - - def end_capture(self) -> str: - """End capture mode and return captured string. - - Returns: - str: Console output. - """ - render_result = self._render_buffer(self._buffer) - del self._buffer[:] - self._exit_buffer() - return render_result - - def push_theme(self, theme: Theme, *, inherit: bool = True) -> None: - """Push a new theme on to the top of the stack, replacing the styles from the previous theme. - Generally speaking, you should call :meth:`~rich.console.Console.use_theme` to get a context manager, rather - than calling this method directly. - - Args: - theme (Theme): A theme instance. - inherit (bool, optional): Inherit existing styles. Defaults to True. - """ - self._theme_stack.push_theme(theme, inherit=inherit) - - def pop_theme(self) -> None: - """Remove theme from top of stack, restoring previous theme.""" - self._theme_stack.pop_theme() - - def use_theme(self, theme: Theme, *, inherit: bool = True) -> ThemeContext: - """Use a different theme for the duration of the context manager. - - Args: - theme (Theme): Theme instance to user. - inherit (bool, optional): Inherit existing console styles. Defaults to True. - - Returns: - ThemeContext: [description] - """ - return ThemeContext(self, theme, inherit) - - @property - def color_system(self) -> Optional[str]: - """Get color system string. - - Returns: - Optional[str]: "standard", "256" or "truecolor". - """ - - if self._color_system is not None: - return _COLOR_SYSTEMS_NAMES[self._color_system] - else: - return None - - @property - def encoding(self) -> str: - """Get the encoding of the console file, e.g. ``"utf-8"``. - - Returns: - str: A standard encoding string. - """ - return (getattr(self.file, "encoding", "utf-8") or "utf-8").lower() - - @property - def is_terminal(self) -> bool: - """Check if the console is writing to a terminal. - - Returns: - bool: True if the console writing to a device capable of - understanding terminal codes, otherwise False. - """ - if self._force_terminal is not None: - return self._force_terminal - - if hasattr(sys.stdin, "__module__") and sys.stdin.__module__.startswith( - "idlelib" - ): - # Return False for Idle which claims to be a tty but can't handle ansi codes - return False - - if self.is_jupyter: - # return False for Jupyter, which may have FORCE_COLOR set - return False - - # If FORCE_COLOR env var has any value at all, we assume a terminal. - force_color = self._environ.get("FORCE_COLOR") - if force_color is not None: - self._force_terminal = True - return True - - isatty: Optional[Callable[[], bool]] = getattr(self.file, "isatty", None) - try: - return False if isatty is None else isatty() - except ValueError: - # in some situation (at the end of a pytest run for example) isatty() can raise - # ValueError: I/O operation on closed file - # return False because we aren't in a terminal anymore - return False - - @property - def is_dumb_terminal(self) -> bool: - """Detect dumb terminal. - - Returns: - bool: True if writing to a dumb terminal, otherwise False. - - """ - _term = self._environ.get("TERM", "") - is_dumb = _term.lower() in ("dumb", "unknown") - return self.is_terminal and is_dumb - - @property - def options(self) -> ConsoleOptions: - """Get default console options.""" - return ConsoleOptions( - max_height=self.size.height, - size=self.size, - legacy_windows=self.legacy_windows, - min_width=1, - max_width=self.width, - encoding=self.encoding, - is_terminal=self.is_terminal, - ) - - @property - def size(self) -> ConsoleDimensions: - """Get the size of the console. - - Returns: - ConsoleDimensions: A named tuple containing the dimensions. - """ - - if self._width is not None and self._height is not None: - return ConsoleDimensions(self._width - self.legacy_windows, self._height) - - if self.is_dumb_terminal: - return ConsoleDimensions(80, 25) - - width: Optional[int] = None - height: Optional[int] = None - - if WINDOWS: # pragma: no cover - try: - width, height = os.get_terminal_size() - except (AttributeError, ValueError, OSError): # Probably not a terminal - pass - else: - for file_descriptor in _STD_STREAMS: - try: - width, height = os.get_terminal_size(file_descriptor) - except (AttributeError, ValueError, OSError): - pass - else: - break - - columns = self._environ.get("COLUMNS") - if columns is not None and columns.isdigit(): - width = int(columns) - lines = self._environ.get("LINES") - if lines is not None and lines.isdigit(): - height = int(lines) - - # get_terminal_size can report 0, 0 if run from pseudo-terminal - width = width or 80 - height = height or 25 - return ConsoleDimensions( - width - self.legacy_windows if self._width is None else self._width, - height if self._height is None else self._height, - ) - - @size.setter - def size(self, new_size: Tuple[int, int]) -> None: - """Set a new size for the terminal. - - Args: - new_size (Tuple[int, int]): New width and height. - """ - width, height = new_size - self._width = width - self._height = height - - @property - def width(self) -> int: - """Get the width of the console. - - Returns: - int: The width (in characters) of the console. - """ - return self.size.width - - @width.setter - def width(self, width: int) -> None: - """Set width. - - Args: - width (int): New width. - """ - self._width = width - - @property - def height(self) -> int: - """Get the height of the console. - - Returns: - int: The height (in lines) of the console. - """ - return self.size.height - - @height.setter - def height(self, height: int) -> None: - """Set height. - - Args: - height (int): new height. - """ - self._height = height - - def bell(self) -> None: - """Play a 'bell' sound (if supported by the terminal).""" - self.control(Control.bell()) - - def capture(self) -> Capture: - """A context manager to *capture* the result of print() or log() in a string, - rather than writing it to the console. - - Example: - >>> from rich.console import Console - >>> console = Console() - >>> with console.capture() as capture: - ... console.print("[bold magenta]Hello World[/]") - >>> print(capture.get()) - - Returns: - Capture: Context manager with disables writing to the terminal. - """ - capture = Capture(self) - return capture - - def pager( - self, pager: Optional[Pager] = None, styles: bool = False, links: bool = False - ) -> PagerContext: - """A context manager to display anything printed within a "pager". The pager application - is defined by the system and will typically support at least pressing a key to scroll. - - Args: - pager (Pager, optional): A pager object, or None to use :class:`~rich.pager.SystemPager`. Defaults to None. - styles (bool, optional): Show styles in pager. Defaults to False. - links (bool, optional): Show links in pager. Defaults to False. - - Example: - >>> from rich.console import Console - >>> from rich.__main__ import make_test_card - >>> console = Console() - >>> with console.pager(): - console.print(make_test_card()) - - Returns: - PagerContext: A context manager. - """ - return PagerContext(self, pager=pager, styles=styles, links=links) - - def line(self, count: int = 1) -> None: - """Write new line(s). - - Args: - count (int, optional): Number of new lines. Defaults to 1. - """ - - assert count >= 0, "count must be >= 0" - self.print(NewLine(count)) - - def clear(self, home: bool = True) -> None: - """Clear the screen. - - Args: - home (bool, optional): Also move the cursor to 'home' position. Defaults to True. - """ - if home: - self.control(Control.clear(), Control.home()) - else: - self.control(Control.clear()) - - def status( - self, - status: RenderableType, - *, - spinner: str = "dots", - spinner_style: StyleType = "status.spinner", - speed: float = 1.0, - refresh_per_second: float = 12.5, - ) -> "Status": - """Display a status and spinner. - - Args: - status (RenderableType): A status renderable (str or Text typically). - spinner (str, optional): Name of spinner animation (see python -m rich.spinner). Defaults to "dots". - spinner_style (StyleType, optional): Style of spinner. Defaults to "status.spinner". - speed (float, optional): Speed factor for spinner animation. Defaults to 1.0. - refresh_per_second (float, optional): Number of refreshes per second. Defaults to 12.5. - - Returns: - Status: A Status object that may be used as a context manager. - """ - from .status import Status - - status_renderable = Status( - status, - console=self, - spinner=spinner, - spinner_style=spinner_style, - speed=speed, - refresh_per_second=refresh_per_second, - ) - return status_renderable - - def show_cursor(self, show: bool = True) -> bool: - """Show or hide the cursor. - - Args: - show (bool, optional): Set visibility of the cursor. - """ - if self.is_terminal: - self.control(Control.show_cursor(show)) - return True - return False - - def set_alt_screen(self, enable: bool = True) -> bool: - """Enables alternative screen mode. - - Note, if you enable this mode, you should ensure that is disabled before - the application exits. See :meth:`~rich.Console.screen` for a context manager - that handles this for you. - - Args: - enable (bool, optional): Enable (True) or disable (False) alternate screen. Defaults to True. - - Returns: - bool: True if the control codes were written. - - """ - changed = False - if self.is_terminal and not self.legacy_windows: - self.control(Control.alt_screen(enable)) - changed = True - self._is_alt_screen = enable - return changed - - @property - def is_alt_screen(self) -> bool: - """Check if the alt screen was enabled. - - Returns: - bool: True if the alt screen was enabled, otherwise False. - """ - return self._is_alt_screen - - def set_window_title(self, title: str) -> bool: - """Set the title of the console terminal window. - - Warning: There is no means within Rich of "resetting" the window title to its - previous value, meaning the title you set will persist even after your application - exits. - - ``fish`` shell resets the window title before and after each command by default, - negating this issue. Windows Terminal and command prompt will also reset the title for you. - Most other shells and terminals, however, do not do this. - - Some terminals may require configuration changes before you can set the title. - Some terminals may not support setting the title at all. - - Other software (including the terminal itself, the shell, custom prompts, plugins, etc.) - may also set the terminal window title. This could result in whatever value you write - using this method being overwritten. - - Args: - title (str): The new title of the terminal window. - - Returns: - bool: True if the control code to change the terminal title was - written, otherwise False. Note that a return value of True - does not guarantee that the window title has actually changed, - since the feature may be unsupported/disabled in some terminals. - """ - if self.is_terminal: - self.control(Control.title(title)) - return True - return False - - def screen( - self, hide_cursor: bool = True, style: Optional[StyleType] = None - ) -> "ScreenContext": - """Context manager to enable and disable 'alternative screen' mode. - - Args: - hide_cursor (bool, optional): Also hide the cursor. Defaults to False. - style (Style, optional): Optional style for screen. Defaults to None. - - Returns: - ~ScreenContext: Context which enables alternate screen on enter, and disables it on exit. - """ - return ScreenContext(self, hide_cursor=hide_cursor, style=style or "") - - def measure( - self, renderable: RenderableType, *, options: Optional[ConsoleOptions] = None - ) -> Measurement: - """Measure a renderable. Returns a :class:`~rich.measure.Measurement` object which contains - information regarding the number of characters required to print the renderable. - - Args: - renderable (RenderableType): Any renderable or string. - options (Optional[ConsoleOptions], optional): Options to use when measuring, or None - to use default options. Defaults to None. - - Returns: - Measurement: A measurement of the renderable. - """ - measurement = Measurement.get(self, options or self.options, renderable) - return measurement - - def render( - self, renderable: RenderableType, options: Optional[ConsoleOptions] = None - ) -> Iterable[Segment]: - """Render an object in to an iterable of `Segment` instances. - - This method contains the logic for rendering objects with the console protocol. - You are unlikely to need to use it directly, unless you are extending the library. - - Args: - renderable (RenderableType): An object supporting the console protocol, or - an object that may be converted to a string. - options (ConsoleOptions, optional): An options object, or None to use self.options. Defaults to None. - - Returns: - Iterable[Segment]: An iterable of segments that may be rendered. - """ - - _options = options or self.options - if _options.max_width < 1: - # No space to render anything. This prevents potential recursion errors. - return - render_iterable: RenderResult - - renderable = rich_cast(renderable) - if hasattr(renderable, "__rich_console__") and not isclass(renderable): - render_iterable = renderable.__rich_console__(self, _options) # type: ignore[union-attr] - elif isinstance(renderable, str): - text_renderable = self.render_str( - renderable, highlight=_options.highlight, markup=_options.markup - ) - render_iterable = text_renderable.__rich_console__(self, _options) - else: - raise errors.NotRenderableError( - f"Unable to render {renderable!r}; " - "A str, Segment or object with __rich_console__ method is required" - ) - - try: - iter_render = iter(render_iterable) - except TypeError: - raise errors.NotRenderableError( - f"object {render_iterable!r} is not renderable" - ) - _Segment = Segment - _options = _options.reset_height() - for render_output in iter_render: - if isinstance(render_output, _Segment): - yield render_output - else: - yield from self.render(render_output, _options) - - def render_lines( - self, - renderable: RenderableType, - options: Optional[ConsoleOptions] = None, - *, - style: Optional[Style] = None, - pad: bool = True, - new_lines: bool = False, - ) -> List[List[Segment]]: - """Render objects in to a list of lines. - - The output of render_lines is useful when further formatting of rendered console text - is required, such as the Panel class which draws a border around any renderable object. - - Args: - renderable (RenderableType): Any object renderable in the console. - options (Optional[ConsoleOptions], optional): Console options, or None to use self.options. Default to ``None``. - style (Style, optional): Optional style to apply to renderables. Defaults to ``None``. - pad (bool, optional): Pad lines shorter than render width. Defaults to ``True``. - new_lines (bool, optional): Include "\n" characters at end of lines. - - Returns: - List[List[Segment]]: A list of lines, where a line is a list of Segment objects. - """ - with self._lock: - render_options = options or self.options - _rendered = self.render(renderable, render_options) - if style: - _rendered = Segment.apply_style(_rendered, style) - - render_height = render_options.height - if render_height is not None: - render_height = max(0, render_height) - - lines = list( - islice( - Segment.split_and_crop_lines( - _rendered, - render_options.max_width, - include_new_lines=new_lines, - pad=pad, - style=style, - ), - None, - render_height, - ) - ) - if render_options.height is not None: - extra_lines = render_options.height - len(lines) - if extra_lines > 0: - pad_line = [ - [Segment(" " * render_options.max_width, style), Segment("\n")] - if new_lines - else [Segment(" " * render_options.max_width, style)] - ] - lines.extend(pad_line * extra_lines) - - return lines - - def render_str( - self, - text: str, - *, - style: Union[str, Style] = "", - justify: Optional[JustifyMethod] = None, - overflow: Optional[OverflowMethod] = None, - emoji: Optional[bool] = None, - markup: Optional[bool] = None, - highlight: Optional[bool] = None, - highlighter: Optional[HighlighterType] = None, - ) -> "Text": - """Convert a string to a Text instance. This is called automatically if - you print or log a string. - - Args: - text (str): Text to render. - style (Union[str, Style], optional): Style to apply to rendered text. - justify (str, optional): Justify method: "default", "left", "center", "full", or "right". Defaults to ``None``. - overflow (str, optional): Overflow method: "crop", "fold", or "ellipsis". Defaults to ``None``. - emoji (Optional[bool], optional): Enable emoji, or ``None`` to use Console default. - markup (Optional[bool], optional): Enable markup, or ``None`` to use Console default. - highlight (Optional[bool], optional): Enable highlighting, or ``None`` to use Console default. - highlighter (HighlighterType, optional): Optional highlighter to apply. - Returns: - ConsoleRenderable: Renderable object. - - """ - emoji_enabled = emoji or (emoji is None and self._emoji) - markup_enabled = markup or (markup is None and self._markup) - highlight_enabled = highlight or (highlight is None and self._highlight) - - if markup_enabled: - rich_text = render_markup( - text, - style=style, - emoji=emoji_enabled, - emoji_variant=self._emoji_variant, - ) - rich_text.justify = justify - rich_text.overflow = overflow - else: - rich_text = Text( - _emoji_replace(text, default_variant=self._emoji_variant) - if emoji_enabled - else text, - justify=justify, - overflow=overflow, - style=style, - ) - - _highlighter = (highlighter or self.highlighter) if highlight_enabled else None - if _highlighter is not None: - highlight_text = _highlighter(str(rich_text)) - highlight_text.copy_styles(rich_text) - return highlight_text - - return rich_text - - def get_style( - self, name: Union[str, Style], *, default: Optional[Union[Style, str]] = None - ) -> Style: - """Get a Style instance by its theme name or parse a definition. - - Args: - name (str): The name of a style or a style definition. - - Returns: - Style: A Style object. - - Raises: - MissingStyle: If no style could be parsed from name. - - """ - if isinstance(name, Style): - return name - - try: - style = self._theme_stack.get(name) - if style is None: - style = Style.parse(name) - return style.copy() if style.link else style - except errors.StyleSyntaxError as error: - if default is not None: - return self.get_style(default) - raise errors.MissingStyle( - f"Failed to get style {name!r}; {error}" - ) from None - - def _collect_renderables( - self, - objects: Iterable[Any], - sep: str, - end: str, - *, - justify: Optional[JustifyMethod] = None, - emoji: Optional[bool] = None, - markup: Optional[bool] = None, - highlight: Optional[bool] = None, - ) -> List[ConsoleRenderable]: - """Combine a number of renderables and text into one renderable. - - Args: - objects (Iterable[Any]): Anything that Rich can render. - sep (str): String to write between print data. - end (str): String to write at end of print data. - justify (str, optional): One of "left", "right", "center", or "full". Defaults to ``None``. - emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default. - markup (Optional[bool], optional): Enable markup, or ``None`` to use console default. - highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. - - Returns: - List[ConsoleRenderable]: A list of things to render. - """ - renderables: List[ConsoleRenderable] = [] - _append = renderables.append - text: List[Text] = [] - append_text = text.append - - append = _append - if justify in ("left", "center", "right"): - - def align_append(renderable: RenderableType) -> None: - _append(Align(renderable, cast(AlignMethod, justify))) - - append = align_append - - _highlighter: HighlighterType = _null_highlighter - if highlight or (highlight is None and self._highlight): - _highlighter = self.highlighter - - def check_text() -> None: - if text: - sep_text = Text(sep, justify=justify, end=end) - append(sep_text.join(text)) - text.clear() - - for renderable in objects: - renderable = rich_cast(renderable) - if isinstance(renderable, str): - append_text( - self.render_str( - renderable, emoji=emoji, markup=markup, highlighter=_highlighter - ) - ) - elif isinstance(renderable, Text): - append_text(renderable) - elif isinstance(renderable, ConsoleRenderable): - check_text() - append(renderable) - elif is_expandable(renderable): - check_text() - append(Pretty(renderable, highlighter=_highlighter)) - else: - append_text(_highlighter(str(renderable))) - - check_text() - - if self.style is not None: - style = self.get_style(self.style) - renderables = [Styled(renderable, style) for renderable in renderables] - - return renderables - - def rule( - self, - title: TextType = "", - *, - characters: str = "─", - style: Union[str, Style] = "rule.line", - align: AlignMethod = "center", - ) -> None: - """Draw a line with optional centered title. - - Args: - title (str, optional): Text to render over the rule. Defaults to "". - characters (str, optional): Character(s) to form the line. Defaults to "─". - style (str, optional): Style of line. Defaults to "rule.line". - align (str, optional): How to align the title, one of "left", "center", or "right". Defaults to "center". - """ - from .rule import Rule - - rule = Rule(title=title, characters=characters, style=style, align=align) - self.print(rule) - - def control(self, *control: Control) -> None: - """Insert non-printing control codes. - - Args: - control_codes (str): Control codes, such as those that may move the cursor. - """ - if not self.is_dumb_terminal: - with self: - self._buffer.extend(_control.segment for _control in control) - - def out( - self, - *objects: Any, - sep: str = " ", - end: str = "\n", - style: Optional[Union[str, Style]] = None, - highlight: Optional[bool] = None, - ) -> None: - """Output to the terminal. This is a low-level way of writing to the terminal which unlike - :meth:`~rich.console.Console.print` won't pretty print, wrap text, or apply markup, but will - optionally apply highlighting and a basic style. - - Args: - sep (str, optional): String to write between print data. Defaults to " ". - end (str, optional): String to write at end of print data. Defaults to "\\\\n". - style (Union[str, Style], optional): A style to apply to output. Defaults to None. - highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use - console default. Defaults to ``None``. - """ - raw_output: str = sep.join(str(_object) for _object in objects) - self.print( - raw_output, - style=style, - highlight=highlight, - emoji=False, - markup=False, - no_wrap=True, - overflow="ignore", - crop=False, - end=end, - ) - - def print( - self, - *objects: Any, - sep: str = " ", - end: str = "\n", - style: Optional[Union[str, Style]] = None, - justify: Optional[JustifyMethod] = None, - overflow: Optional[OverflowMethod] = None, - no_wrap: Optional[bool] = None, - emoji: Optional[bool] = None, - markup: Optional[bool] = None, - highlight: Optional[bool] = None, - width: Optional[int] = None, - height: Optional[int] = None, - crop: bool = True, - soft_wrap: Optional[bool] = None, - new_line_start: bool = False, - ) -> None: - """Print to the console. - - Args: - objects (positional args): Objects to log to the terminal. - sep (str, optional): String to write between print data. Defaults to " ". - end (str, optional): String to write at end of print data. Defaults to "\\\\n". - style (Union[str, Style], optional): A style to apply to output. Defaults to None. - justify (str, optional): Justify method: "default", "left", "right", "center", or "full". Defaults to ``None``. - overflow (str, optional): Overflow method: "ignore", "crop", "fold", or "ellipsis". Defaults to None. - no_wrap (Optional[bool], optional): Disable word wrapping. Defaults to None. - emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default. Defaults to ``None``. - markup (Optional[bool], optional): Enable markup, or ``None`` to use console default. Defaults to ``None``. - highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. Defaults to ``None``. - width (Optional[int], optional): Width of output, or ``None`` to auto-detect. Defaults to ``None``. - crop (Optional[bool], optional): Crop output to width of terminal. Defaults to True. - soft_wrap (bool, optional): Enable soft wrap mode which disables word wrapping and cropping of text or ``None`` for - Console default. Defaults to ``None``. - new_line_start (bool, False): Insert a new line at the start if the output contains more than one line. Defaults to ``False``. - """ - if not objects: - objects = (NewLine(),) - - if soft_wrap is None: - soft_wrap = self.soft_wrap - if soft_wrap: - if no_wrap is None: - no_wrap = True - if overflow is None: - overflow = "ignore" - crop = False - render_hooks = self._render_hooks[:] - with self: - renderables = self._collect_renderables( - objects, - sep, - end, - justify=justify, - emoji=emoji, - markup=markup, - highlight=highlight, - ) - for hook in render_hooks: - renderables = hook.process_renderables(renderables) - render_options = self.options.update( - justify=justify, - overflow=overflow, - width=min(width, self.width) if width is not None else NO_CHANGE, - height=height, - no_wrap=no_wrap, - markup=markup, - highlight=highlight, - ) - - new_segments: List[Segment] = [] - extend = new_segments.extend - render = self.render - if style is None: - for renderable in renderables: - extend(render(renderable, render_options)) - else: - for renderable in renderables: - extend( - Segment.apply_style( - render(renderable, render_options), self.get_style(style) - ) - ) - if new_line_start: - if ( - len("".join(segment.text for segment in new_segments).splitlines()) - > 1 - ): - new_segments.insert(0, Segment.line()) - if crop: - buffer_extend = self._buffer.extend - for line in Segment.split_and_crop_lines( - new_segments, self.width, pad=False - ): - buffer_extend(line) - else: - self._buffer.extend(new_segments) - - def print_json( - self, - json: Optional[str] = None, - *, - data: Any = None, - indent: Union[None, int, str] = 2, - highlight: bool = True, - skip_keys: bool = False, - ensure_ascii: bool = False, - check_circular: bool = True, - allow_nan: bool = True, - default: Optional[Callable[[Any], Any]] = None, - sort_keys: bool = False, - ) -> None: - """Pretty prints JSON. Output will be valid JSON. - - Args: - json (Optional[str]): A string containing JSON. - data (Any): If json is not supplied, then encode this data. - indent (Union[None, int, str], optional): Number of spaces to indent. Defaults to 2. - highlight (bool, optional): Enable highlighting of output: Defaults to True. - skip_keys (bool, optional): Skip keys not of a basic type. Defaults to False. - ensure_ascii (bool, optional): Escape all non-ascii characters. Defaults to False. - check_circular (bool, optional): Check for circular references. Defaults to True. - allow_nan (bool, optional): Allow NaN and Infinity values. Defaults to True. - default (Callable, optional): A callable that converts values that can not be encoded - in to something that can be JSON encoded. Defaults to None. - sort_keys (bool, optional): Sort dictionary keys. Defaults to False. - """ - from pip._vendor.rich.json import JSON - - if json is None: - json_renderable = JSON.from_data( - data, - indent=indent, - highlight=highlight, - skip_keys=skip_keys, - ensure_ascii=ensure_ascii, - check_circular=check_circular, - allow_nan=allow_nan, - default=default, - sort_keys=sort_keys, - ) - else: - if not isinstance(json, str): - raise TypeError( - f"json must be str. Did you mean print_json(data={json!r}) ?" - ) - json_renderable = JSON( - json, - indent=indent, - highlight=highlight, - skip_keys=skip_keys, - ensure_ascii=ensure_ascii, - check_circular=check_circular, - allow_nan=allow_nan, - default=default, - sort_keys=sort_keys, - ) - self.print(json_renderable, soft_wrap=True) - - def update_screen( - self, - renderable: RenderableType, - *, - region: Optional[Region] = None, - options: Optional[ConsoleOptions] = None, - ) -> None: - """Update the screen at a given offset. - - Args: - renderable (RenderableType): A Rich renderable. - region (Region, optional): Region of screen to update, or None for entire screen. Defaults to None. - x (int, optional): x offset. Defaults to 0. - y (int, optional): y offset. Defaults to 0. - - Raises: - errors.NoAltScreen: If the Console isn't in alt screen mode. - - """ - if not self.is_alt_screen: - raise errors.NoAltScreen("Alt screen must be enabled to call update_screen") - render_options = options or self.options - if region is None: - x = y = 0 - render_options = render_options.update_dimensions( - render_options.max_width, render_options.height or self.height - ) - else: - x, y, width, height = region - render_options = render_options.update_dimensions(width, height) - - lines = self.render_lines(renderable, options=render_options) - self.update_screen_lines(lines, x, y) - - def update_screen_lines( - self, lines: List[List[Segment]], x: int = 0, y: int = 0 - ) -> None: - """Update lines of the screen at a given offset. - - Args: - lines (List[List[Segment]]): Rendered lines (as produced by :meth:`~rich.Console.render_lines`). - x (int, optional): x offset (column no). Defaults to 0. - y (int, optional): y offset (column no). Defaults to 0. - - Raises: - errors.NoAltScreen: If the Console isn't in alt screen mode. - """ - if not self.is_alt_screen: - raise errors.NoAltScreen("Alt screen must be enabled to call update_screen") - screen_update = ScreenUpdate(lines, x, y) - segments = self.render(screen_update) - self._buffer.extend(segments) - self._check_buffer() - - def print_exception( - self, - *, - width: Optional[int] = 100, - extra_lines: int = 3, - theme: Optional[str] = None, - word_wrap: bool = False, - show_locals: bool = False, - suppress: Iterable[Union[str, ModuleType]] = (), - max_frames: int = 100, - ) -> None: - """Prints a rich render of the last exception and traceback. - - Args: - width (Optional[int], optional): Number of characters used to render code. Defaults to 100. - extra_lines (int, optional): Additional lines of code to render. Defaults to 3. - theme (str, optional): Override pygments theme used in traceback - word_wrap (bool, optional): Enable word wrapping of long lines. Defaults to False. - show_locals (bool, optional): Enable display of local variables. Defaults to False. - suppress (Iterable[Union[str, ModuleType]]): Optional sequence of modules or paths to exclude from traceback. - max_frames (int): Maximum number of frames to show in a traceback, 0 for no maximum. Defaults to 100. - """ - from .traceback import Traceback - - traceback = Traceback( - width=width, - extra_lines=extra_lines, - theme=theme, - word_wrap=word_wrap, - show_locals=show_locals, - suppress=suppress, - max_frames=max_frames, - ) - self.print(traceback) - - @staticmethod - def _caller_frame_info( - offset: int, - currentframe: Callable[[], Optional[FrameType]] = inspect.currentframe, - ) -> Tuple[str, int, Dict[str, Any]]: - """Get caller frame information. - - Args: - offset (int): the caller offset within the current frame stack. - currentframe (Callable[[], Optional[FrameType]], optional): the callable to use to - retrieve the current frame. Defaults to ``inspect.currentframe``. - - Returns: - Tuple[str, int, Dict[str, Any]]: A tuple containing the filename, the line number and - the dictionary of local variables associated with the caller frame. - - Raises: - RuntimeError: If the stack offset is invalid. - """ - # Ignore the frame of this local helper - offset += 1 - - frame = currentframe() - if frame is not None: - # Use the faster currentframe where implemented - while offset and frame is not None: - frame = frame.f_back - offset -= 1 - assert frame is not None - return frame.f_code.co_filename, frame.f_lineno, frame.f_locals - else: - # Fallback to the slower stack - frame_info = inspect.stack()[offset] - return frame_info.filename, frame_info.lineno, frame_info.frame.f_locals - - def log( - self, - *objects: Any, - sep: str = " ", - end: str = "\n", - style: Optional[Union[str, Style]] = None, - justify: Optional[JustifyMethod] = None, - emoji: Optional[bool] = None, - markup: Optional[bool] = None, - highlight: Optional[bool] = None, - log_locals: bool = False, - _stack_offset: int = 1, - ) -> None: - """Log rich content to the terminal. - - Args: - objects (positional args): Objects to log to the terminal. - sep (str, optional): String to write between print data. Defaults to " ". - end (str, optional): String to write at end of print data. Defaults to "\\\\n". - style (Union[str, Style], optional): A style to apply to output. Defaults to None. - justify (str, optional): One of "left", "right", "center", or "full". Defaults to ``None``. - overflow (str, optional): Overflow method: "crop", "fold", or "ellipsis". Defaults to None. - emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default. Defaults to None. - markup (Optional[bool], optional): Enable markup, or ``None`` to use console default. Defaults to None. - highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. Defaults to None. - log_locals (bool, optional): Boolean to enable logging of locals where ``log()`` - was called. Defaults to False. - _stack_offset (int, optional): Offset of caller from end of call stack. Defaults to 1. - """ - if not objects: - objects = (NewLine(),) - - render_hooks = self._render_hooks[:] - - with self: - renderables = self._collect_renderables( - objects, - sep, - end, - justify=justify, - emoji=emoji, - markup=markup, - highlight=highlight, - ) - if style is not None: - renderables = [Styled(renderable, style) for renderable in renderables] - - filename, line_no, locals = self._caller_frame_info(_stack_offset) - link_path = None if filename.startswith("<") else os.path.abspath(filename) - path = filename.rpartition(os.sep)[-1] - if log_locals: - locals_map = { - key: value - for key, value in locals.items() - if not key.startswith("__") - } - renderables.append(render_scope(locals_map, title="[i]locals")) - - renderables = [ - self._log_render( - self, - renderables, - log_time=self.get_datetime(), - path=path, - line_no=line_no, - link_path=link_path, - ) - ] - for hook in render_hooks: - renderables = hook.process_renderables(renderables) - new_segments: List[Segment] = [] - extend = new_segments.extend - render = self.render - render_options = self.options - for renderable in renderables: - extend(render(renderable, render_options)) - buffer_extend = self._buffer.extend - for line in Segment.split_and_crop_lines( - new_segments, self.width, pad=False - ): - buffer_extend(line) - - def _check_buffer(self) -> None: - """Check if the buffer may be rendered. Render it if it can (e.g. Console.quiet is False) - Rendering is supported on Windows, Unix and Jupyter environments. For - legacy Windows consoles, the win32 API is called directly. - This method will also record what it renders if recording is enabled via Console.record. - """ - if self.quiet: - del self._buffer[:] - return - with self._lock: - if self.record: - with self._record_buffer_lock: - self._record_buffer.extend(self._buffer[:]) - - if self._buffer_index == 0: - if self.is_jupyter: # pragma: no cover - from .jupyter import display - - display(self._buffer, self._render_buffer(self._buffer[:])) - del self._buffer[:] - else: - if WINDOWS: - use_legacy_windows_render = False - if self.legacy_windows: - fileno = get_fileno(self.file) - if fileno is not None: - use_legacy_windows_render = ( - fileno in _STD_STREAMS_OUTPUT - ) - - if use_legacy_windows_render: - from pip._vendor.rich._win32_console import LegacyWindowsTerm - from pip._vendor.rich._windows_renderer import legacy_windows_render - - buffer = self._buffer[:] - if self.no_color and self._color_system: - buffer = list(Segment.remove_color(buffer)) - - legacy_windows_render(buffer, LegacyWindowsTerm(self.file)) - else: - # Either a non-std stream on legacy Windows, or modern Windows. - text = self._render_buffer(self._buffer[:]) - # https://bugs.python.org/issue37871 - # https://github.com/python/cpython/issues/82052 - # We need to avoid writing more than 32Kb in a single write, due to the above bug - write = self.file.write - # Worse case scenario, every character is 4 bytes of utf-8 - MAX_WRITE = 32 * 1024 // 4 - try: - if len(text) <= MAX_WRITE: - write(text) - else: - batch: List[str] = [] - batch_append = batch.append - size = 0 - for line in text.splitlines(True): - if size + len(line) > MAX_WRITE and batch: - write("".join(batch)) - batch.clear() - size = 0 - batch_append(line) - size += len(line) - if batch: - write("".join(batch)) - batch.clear() - except UnicodeEncodeError as error: - error.reason = f"{error.reason}\n*** You may need to add PYTHONIOENCODING=utf-8 to your environment ***" - raise - else: - text = self._render_buffer(self._buffer[:]) - try: - self.file.write(text) - except UnicodeEncodeError as error: - error.reason = f"{error.reason}\n*** You may need to add PYTHONIOENCODING=utf-8 to your environment ***" - raise - - self.file.flush() - del self._buffer[:] - - def _render_buffer(self, buffer: Iterable[Segment]) -> str: - """Render buffered output, and clear buffer.""" - output: List[str] = [] - append = output.append - color_system = self._color_system - legacy_windows = self.legacy_windows - not_terminal = not self.is_terminal - if self.no_color and color_system: - buffer = Segment.remove_color(buffer) - for text, style, control in buffer: - if style: - append( - style.render( - text, - color_system=color_system, - legacy_windows=legacy_windows, - ) - ) - elif not (not_terminal and control): - append(text) - - rendered = "".join(output) - return rendered - - def input( - self, - prompt: TextType = "", - *, - markup: bool = True, - emoji: bool = True, - password: bool = False, - stream: Optional[TextIO] = None, - ) -> str: - """Displays a prompt and waits for input from the user. The prompt may contain color / style. - - It works in the same way as Python's builtin :func:`input` function and provides elaborate line editing and history features if Python's builtin :mod:`readline` module is previously loaded. - - Args: - prompt (Union[str, Text]): Text to render in the prompt. - markup (bool, optional): Enable console markup (requires a str prompt). Defaults to True. - emoji (bool, optional): Enable emoji (requires a str prompt). Defaults to True. - password: (bool, optional): Hide typed text. Defaults to False. - stream: (TextIO, optional): Optional file to read input from (rather than stdin). Defaults to None. - - Returns: - str: Text read from stdin. - """ - if prompt: - self.print(prompt, markup=markup, emoji=emoji, end="") - if password: - result = getpass("", stream=stream) - else: - if stream: - result = stream.readline() - else: - result = input() - return result - - def export_text(self, *, clear: bool = True, styles: bool = False) -> str: - """Generate text from console contents (requires record=True argument in constructor). - - Args: - clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. - styles (bool, optional): If ``True``, ansi escape codes will be included. ``False`` for plain text. - Defaults to ``False``. - - Returns: - str: String containing console contents. - - """ - assert ( - self.record - ), "To export console contents set record=True in the constructor or instance" - - with self._record_buffer_lock: - if styles: - text = "".join( - (style.render(text) if style else text) - for text, style, _ in self._record_buffer - ) - else: - text = "".join( - segment.text - for segment in self._record_buffer - if not segment.control - ) - if clear: - del self._record_buffer[:] - return text - - def save_text(self, path: str, *, clear: bool = True, styles: bool = False) -> None: - """Generate text from console and save to a given location (requires record=True argument in constructor). - - Args: - path (str): Path to write text files. - clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. - styles (bool, optional): If ``True``, ansi style codes will be included. ``False`` for plain text. - Defaults to ``False``. - - """ - text = self.export_text(clear=clear, styles=styles) - with open(path, "wt", encoding="utf-8") as write_file: - write_file.write(text) - - def export_html( - self, - *, - theme: Optional[TerminalTheme] = None, - clear: bool = True, - code_format: Optional[str] = None, - inline_styles: bool = False, - ) -> str: - """Generate HTML from console contents (requires record=True argument in constructor). - - Args: - theme (TerminalTheme, optional): TerminalTheme object containing console colors. - clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. - code_format (str, optional): Format string to render HTML. In addition to '{foreground}', - '{background}', and '{code}', should contain '{stylesheet}' if inline_styles is ``False``. - inline_styles (bool, optional): If ``True`` styles will be inlined in to spans, which makes files - larger but easier to cut and paste markup. If ``False``, styles will be embedded in a style tag. - Defaults to False. - - Returns: - str: String containing console contents as HTML. - """ - assert ( - self.record - ), "To export console contents set record=True in the constructor or instance" - fragments: List[str] = [] - append = fragments.append - _theme = theme or DEFAULT_TERMINAL_THEME - stylesheet = "" - - render_code_format = CONSOLE_HTML_FORMAT if code_format is None else code_format - - with self._record_buffer_lock: - if inline_styles: - for text, style, _ in Segment.filter_control( - Segment.simplify(self._record_buffer) - ): - text = escape(text) - if style: - rule = style.get_html_style(_theme) - if style.link: - text = f'{text}' - text = f'{text}' if rule else text - append(text) - else: - styles: Dict[str, int] = {} - for text, style, _ in Segment.filter_control( - Segment.simplify(self._record_buffer) - ): - text = escape(text) - if style: - rule = style.get_html_style(_theme) - style_number = styles.setdefault(rule, len(styles) + 1) - if style.link: - text = f'{text}' - else: - text = f'{text}' - append(text) - stylesheet_rules: List[str] = [] - stylesheet_append = stylesheet_rules.append - for style_rule, style_number in styles.items(): - if style_rule: - stylesheet_append(f".r{style_number} {{{style_rule}}}") - stylesheet = "\n".join(stylesheet_rules) - - rendered_code = render_code_format.format( - code="".join(fragments), - stylesheet=stylesheet, - foreground=_theme.foreground_color.hex, - background=_theme.background_color.hex, - ) - if clear: - del self._record_buffer[:] - return rendered_code - - def save_html( - self, - path: str, - *, - theme: Optional[TerminalTheme] = None, - clear: bool = True, - code_format: str = CONSOLE_HTML_FORMAT, - inline_styles: bool = False, - ) -> None: - """Generate HTML from console contents and write to a file (requires record=True argument in constructor). - - Args: - path (str): Path to write html file. - theme (TerminalTheme, optional): TerminalTheme object containing console colors. - clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. - code_format (str, optional): Format string to render HTML. In addition to '{foreground}', - '{background}', and '{code}', should contain '{stylesheet}' if inline_styles is ``False``. - inline_styles (bool, optional): If ``True`` styles will be inlined in to spans, which makes files - larger but easier to cut and paste markup. If ``False``, styles will be embedded in a style tag. - Defaults to False. - - """ - html = self.export_html( - theme=theme, - clear=clear, - code_format=code_format, - inline_styles=inline_styles, - ) - with open(path, "wt", encoding="utf-8") as write_file: - write_file.write(html) - - def export_svg( - self, - *, - title: str = "Rich", - theme: Optional[TerminalTheme] = None, - clear: bool = True, - code_format: str = CONSOLE_SVG_FORMAT, - font_aspect_ratio: float = 0.61, - unique_id: Optional[str] = None, - ) -> str: - """ - Generate an SVG from the console contents (requires record=True in Console constructor). - - Args: - title (str, optional): The title of the tab in the output image - theme (TerminalTheme, optional): The ``TerminalTheme`` object to use to style the terminal - clear (bool, optional): Clear record buffer after exporting. Defaults to ``True`` - code_format (str, optional): Format string used to generate the SVG. Rich will inject a number of variables - into the string in order to form the final SVG output. The default template used and the variables - injected by Rich can be found by inspecting the ``console.CONSOLE_SVG_FORMAT`` variable. - font_aspect_ratio (float, optional): The width to height ratio of the font used in the ``code_format`` - string. Defaults to 0.61, which is the width to height ratio of Fira Code (the default font). - If you aren't specifying a different font inside ``code_format``, you probably don't need this. - unique_id (str, optional): unique id that is used as the prefix for various elements (CSS styles, node - ids). If not set, this defaults to a computed value based on the recorded content. - """ - - from pip._vendor.rich.cells import cell_len - - style_cache: Dict[Style, str] = {} - - def get_svg_style(style: Style) -> str: - """Convert a Style to CSS rules for SVG.""" - if style in style_cache: - return style_cache[style] - css_rules = [] - color = ( - _theme.foreground_color - if (style.color is None or style.color.is_default) - else style.color.get_truecolor(_theme) - ) - bgcolor = ( - _theme.background_color - if (style.bgcolor is None or style.bgcolor.is_default) - else style.bgcolor.get_truecolor(_theme) - ) - if style.reverse: - color, bgcolor = bgcolor, color - if style.dim: - color = blend_rgb(color, bgcolor, 0.4) - css_rules.append(f"fill: {color.hex}") - if style.bold: - css_rules.append("font-weight: bold") - if style.italic: - css_rules.append("font-style: italic;") - if style.underline: - css_rules.append("text-decoration: underline;") - if style.strike: - css_rules.append("text-decoration: line-through;") - - css = ";".join(css_rules) - style_cache[style] = css - return css - - _theme = theme or SVG_EXPORT_THEME - - width = self.width - char_height = 20 - char_width = char_height * font_aspect_ratio - line_height = char_height * 1.22 - - margin_top = 1 - margin_right = 1 - margin_bottom = 1 - margin_left = 1 - - padding_top = 40 - padding_right = 8 - padding_bottom = 8 - padding_left = 8 - - padding_width = padding_left + padding_right - padding_height = padding_top + padding_bottom - margin_width = margin_left + margin_right - margin_height = margin_top + margin_bottom - - text_backgrounds: List[str] = [] - text_group: List[str] = [] - classes: Dict[str, int] = {} - style_no = 1 - - def escape_text(text: str) -> str: - """HTML escape text and replace spaces with nbsp.""" - return escape(text).replace(" ", " ") - - def make_tag( - name: str, content: Optional[str] = None, **attribs: object - ) -> str: - """Make a tag from name, content, and attributes.""" - - def stringify(value: object) -> str: - if isinstance(value, (float)): - return format(value, "g") - return str(value) - - tag_attribs = " ".join( - f'{k.lstrip("_").replace("_", "-")}="{stringify(v)}"' - for k, v in attribs.items() - ) - return ( - f"<{name} {tag_attribs}>{content}" - if content - else f"<{name} {tag_attribs}/>" - ) - - with self._record_buffer_lock: - segments = list(Segment.filter_control(self._record_buffer)) - if clear: - self._record_buffer.clear() - - if unique_id is None: - unique_id = "terminal-" + str( - zlib.adler32( - ("".join(repr(segment) for segment in segments)).encode( - "utf-8", - "ignore", - ) - + title.encode("utf-8", "ignore") - ) - ) - y = 0 - for y, line in enumerate(Segment.split_and_crop_lines(segments, length=width)): - x = 0 - for text, style, _control in line: - style = style or Style() - rules = get_svg_style(style) - if rules not in classes: - classes[rules] = style_no - style_no += 1 - class_name = f"r{classes[rules]}" - - if style.reverse: - has_background = True - background = ( - _theme.foreground_color.hex - if style.color is None - else style.color.get_truecolor(_theme).hex - ) - else: - bgcolor = style.bgcolor - has_background = bgcolor is not None and not bgcolor.is_default - background = ( - _theme.background_color.hex - if style.bgcolor is None - else style.bgcolor.get_truecolor(_theme).hex - ) - - text_length = cell_len(text) - if has_background: - text_backgrounds.append( - make_tag( - "rect", - fill=background, - x=x * char_width, - y=y * line_height + 1.5, - width=char_width * text_length, - height=line_height + 0.25, - shape_rendering="crispEdges", - ) - ) - - if text != " " * len(text): - text_group.append( - make_tag( - "text", - escape_text(text), - _class=f"{unique_id}-{class_name}", - x=x * char_width, - y=y * line_height + char_height, - textLength=char_width * len(text), - clip_path=f"url(#{unique_id}-line-{y})", - ) - ) - x += cell_len(text) - - line_offsets = [line_no * line_height + 1.5 for line_no in range(y)] - lines = "\n".join( - f""" - {make_tag("rect", x=0, y=offset, width=char_width * width, height=line_height + 0.25)} - """ - for line_no, offset in enumerate(line_offsets) - ) - - styles = "\n".join( - f".{unique_id}-r{rule_no} {{ {css} }}" for css, rule_no in classes.items() - ) - backgrounds = "".join(text_backgrounds) - matrix = "".join(text_group) - - terminal_width = ceil(width * char_width + padding_width) - terminal_height = (y + 1) * line_height + padding_height - chrome = make_tag( - "rect", - fill=_theme.background_color.hex, - stroke="rgba(255,255,255,0.35)", - stroke_width="1", - x=margin_left, - y=margin_top, - width=terminal_width, - height=terminal_height, - rx=8, - ) - - title_color = _theme.foreground_color.hex - if title: - chrome += make_tag( - "text", - escape_text(title), - _class=f"{unique_id}-title", - fill=title_color, - text_anchor="middle", - x=terminal_width // 2, - y=margin_top + char_height + 6, - ) - chrome += f""" - - - - - - """ - - svg = code_format.format( - unique_id=unique_id, - char_width=char_width, - char_height=char_height, - line_height=line_height, - terminal_width=char_width * width - 1, - terminal_height=(y + 1) * line_height - 1, - width=terminal_width + margin_width, - height=terminal_height + margin_height, - terminal_x=margin_left + padding_left, - terminal_y=margin_top + padding_top, - styles=styles, - chrome=chrome, - backgrounds=backgrounds, - matrix=matrix, - lines=lines, - ) - return svg - - def save_svg( - self, - path: str, - *, - title: str = "Rich", - theme: Optional[TerminalTheme] = None, - clear: bool = True, - code_format: str = CONSOLE_SVG_FORMAT, - font_aspect_ratio: float = 0.61, - unique_id: Optional[str] = None, - ) -> None: - """Generate an SVG file from the console contents (requires record=True in Console constructor). - - Args: - path (str): The path to write the SVG to. - title (str, optional): The title of the tab in the output image - theme (TerminalTheme, optional): The ``TerminalTheme`` object to use to style the terminal - clear (bool, optional): Clear record buffer after exporting. Defaults to ``True`` - code_format (str, optional): Format string used to generate the SVG. Rich will inject a number of variables - into the string in order to form the final SVG output. The default template used and the variables - injected by Rich can be found by inspecting the ``console.CONSOLE_SVG_FORMAT`` variable. - font_aspect_ratio (float, optional): The width to height ratio of the font used in the ``code_format`` - string. Defaults to 0.61, which is the width to height ratio of Fira Code (the default font). - If you aren't specifying a different font inside ``code_format``, you probably don't need this. - unique_id (str, optional): unique id that is used as the prefix for various elements (CSS styles, node - ids). If not set, this defaults to a computed value based on the recorded content. - """ - svg = self.export_svg( - title=title, - theme=theme, - clear=clear, - code_format=code_format, - font_aspect_ratio=font_aspect_ratio, - unique_id=unique_id, - ) - with open(path, "wt", encoding="utf-8") as write_file: - write_file.write(svg) - - -def _svg_hash(svg_main_code: str) -> str: - """Returns a unique hash for the given SVG main code. - - Args: - svg_main_code (str): The content we're going to inject in the SVG envelope. - - Returns: - str: a hash of the given content - """ - return str(zlib.adler32(svg_main_code.encode())) - - -if __name__ == "__main__": # pragma: no cover - console = Console(record=True) - - console.log( - "JSONRPC [i]request[/i]", - 5, - 1.3, - True, - False, - None, - { - "jsonrpc": "2.0", - "method": "subtract", - "params": {"minuend": 42, "subtrahend": 23}, - "id": 3, - }, - ) - - console.log("Hello, World!", "{'a': 1}", repr(console)) - - console.print( - { - "name": None, - "empty": [], - "quiz": { - "sport": { - "answered": True, - "q1": { - "question": "Which one is correct team name in NBA?", - "options": [ - "New York Bulls", - "Los Angeles Kings", - "Golden State Warriors", - "Huston Rocket", - ], - "answer": "Huston Rocket", - }, - }, - "maths": { - "answered": False, - "q1": { - "question": "5 + 7 = ?", - "options": [10, 11, 12, 13], - "answer": 12, - }, - "q2": { - "question": "12 - 8 = ?", - "options": [1, 2, 3, 4], - "answer": 4, - }, - }, - }, - } - ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py deleted file mode 100644 index 65fdf56..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py +++ /dev/null @@ -1,37 +0,0 @@ -from typing import Optional, TYPE_CHECKING - -from .jupyter import JupyterMixin -from .measure import Measurement - -if TYPE_CHECKING: - from .console import Console, ConsoleOptions, RenderableType, RenderResult - - -class Constrain(JupyterMixin): - """Constrain the width of a renderable to a given number of characters. - - Args: - renderable (RenderableType): A renderable object. - width (int, optional): The maximum width (in characters) to render. Defaults to 80. - """ - - def __init__(self, renderable: "RenderableType", width: Optional[int] = 80) -> None: - self.renderable = renderable - self.width = width - - def __rich_console__( - self, console: "Console", options: "ConsoleOptions" - ) -> "RenderResult": - if self.width is None: - yield self.renderable - else: - child_options = options.update_width(min(self.width, options.max_width)) - yield from console.render(self.renderable, child_options) - - def __rich_measure__( - self, console: "Console", options: "ConsoleOptions" - ) -> "Measurement": - if self.width is not None: - options = options.update_width(self.width) - measurement = Measurement.get(console, options, self.renderable) - return measurement diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py deleted file mode 100644 index e29cf36..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py +++ /dev/null @@ -1,167 +0,0 @@ -from itertools import zip_longest -from typing import ( - Iterator, - Iterable, - List, - Optional, - Union, - overload, - TypeVar, - TYPE_CHECKING, -) - -if TYPE_CHECKING: - from .console import ( - Console, - ConsoleOptions, - JustifyMethod, - OverflowMethod, - RenderResult, - RenderableType, - ) - from .text import Text - -from .cells import cell_len -from .measure import Measurement - -T = TypeVar("T") - - -class Renderables: - """A list subclass which renders its contents to the console.""" - - def __init__( - self, renderables: Optional[Iterable["RenderableType"]] = None - ) -> None: - self._renderables: List["RenderableType"] = ( - list(renderables) if renderables is not None else [] - ) - - def __rich_console__( - self, console: "Console", options: "ConsoleOptions" - ) -> "RenderResult": - """Console render method to insert line-breaks.""" - yield from self._renderables - - def __rich_measure__( - self, console: "Console", options: "ConsoleOptions" - ) -> "Measurement": - dimensions = [ - Measurement.get(console, options, renderable) - for renderable in self._renderables - ] - if not dimensions: - return Measurement(1, 1) - _min = max(dimension.minimum for dimension in dimensions) - _max = max(dimension.maximum for dimension in dimensions) - return Measurement(_min, _max) - - def append(self, renderable: "RenderableType") -> None: - self._renderables.append(renderable) - - def __iter__(self) -> Iterable["RenderableType"]: - return iter(self._renderables) - - -class Lines: - """A list subclass which can render to the console.""" - - def __init__(self, lines: Iterable["Text"] = ()) -> None: - self._lines: List["Text"] = list(lines) - - def __repr__(self) -> str: - return f"Lines({self._lines!r})" - - def __iter__(self) -> Iterator["Text"]: - return iter(self._lines) - - @overload - def __getitem__(self, index: int) -> "Text": - ... - - @overload - def __getitem__(self, index: slice) -> List["Text"]: - ... - - def __getitem__(self, index: Union[slice, int]) -> Union["Text", List["Text"]]: - return self._lines[index] - - def __setitem__(self, index: int, value: "Text") -> "Lines": - self._lines[index] = value - return self - - def __len__(self) -> int: - return self._lines.__len__() - - def __rich_console__( - self, console: "Console", options: "ConsoleOptions" - ) -> "RenderResult": - """Console render method to insert line-breaks.""" - yield from self._lines - - def append(self, line: "Text") -> None: - self._lines.append(line) - - def extend(self, lines: Iterable["Text"]) -> None: - self._lines.extend(lines) - - def pop(self, index: int = -1) -> "Text": - return self._lines.pop(index) - - def justify( - self, - console: "Console", - width: int, - justify: "JustifyMethod" = "left", - overflow: "OverflowMethod" = "fold", - ) -> None: - """Justify and overflow text to a given width. - - Args: - console (Console): Console instance. - width (int): Number of characters per line. - justify (str, optional): Default justify method for text: "left", "center", "full" or "right". Defaults to "left". - overflow (str, optional): Default overflow for text: "crop", "fold", or "ellipsis". Defaults to "fold". - - """ - from .text import Text - - if justify == "left": - for line in self._lines: - line.truncate(width, overflow=overflow, pad=True) - elif justify == "center": - for line in self._lines: - line.rstrip() - line.truncate(width, overflow=overflow) - line.pad_left((width - cell_len(line.plain)) // 2) - line.pad_right(width - cell_len(line.plain)) - elif justify == "right": - for line in self._lines: - line.rstrip() - line.truncate(width, overflow=overflow) - line.pad_left(width - cell_len(line.plain)) - elif justify == "full": - for line_index, line in enumerate(self._lines): - if line_index == len(self._lines) - 1: - break - words = line.split(" ") - words_size = sum(cell_len(word.plain) for word in words) - num_spaces = len(words) - 1 - spaces = [1 for _ in range(num_spaces)] - index = 0 - if spaces: - while words_size + num_spaces < width: - spaces[len(spaces) - index - 1] += 1 - num_spaces += 1 - index = (index + 1) % len(spaces) - tokens: List[Text] = [] - for index, (word, next_word) in enumerate( - zip_longest(words, words[1:]) - ): - tokens.append(word) - if index < len(spaces): - style = word.get_style_at_offset(console, -1) - next_style = next_word.get_style_at_offset(console, 0) - space_style = style if style == next_style else line.style - tokens.append(Text(" " * spaces[index], style=space_style)) - self[line_index] = Text("").join(tokens) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py deleted file mode 100644 index 88fcb92..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py +++ /dev/null @@ -1,225 +0,0 @@ -import sys -import time -from typing import TYPE_CHECKING, Callable, Dict, Iterable, List, Union - -if sys.version_info >= (3, 8): - from typing import Final -else: - from pip._vendor.typing_extensions import Final # pragma: no cover - -from .segment import ControlCode, ControlType, Segment - -if TYPE_CHECKING: - from .console import Console, ConsoleOptions, RenderResult - -STRIP_CONTROL_CODES: Final = [ - 7, # Bell - 8, # Backspace - 11, # Vertical tab - 12, # Form feed - 13, # Carriage return -] -_CONTROL_STRIP_TRANSLATE: Final = { - _codepoint: None for _codepoint in STRIP_CONTROL_CODES -} - -CONTROL_ESCAPE: Final = { - 7: "\\a", - 8: "\\b", - 11: "\\v", - 12: "\\f", - 13: "\\r", -} - -CONTROL_CODES_FORMAT: Dict[int, Callable[..., str]] = { - ControlType.BELL: lambda: "\x07", - ControlType.CARRIAGE_RETURN: lambda: "\r", - ControlType.HOME: lambda: "\x1b[H", - ControlType.CLEAR: lambda: "\x1b[2J", - ControlType.ENABLE_ALT_SCREEN: lambda: "\x1b[?1049h", - ControlType.DISABLE_ALT_SCREEN: lambda: "\x1b[?1049l", - ControlType.SHOW_CURSOR: lambda: "\x1b[?25h", - ControlType.HIDE_CURSOR: lambda: "\x1b[?25l", - ControlType.CURSOR_UP: lambda param: f"\x1b[{param}A", - ControlType.CURSOR_DOWN: lambda param: f"\x1b[{param}B", - ControlType.CURSOR_FORWARD: lambda param: f"\x1b[{param}C", - ControlType.CURSOR_BACKWARD: lambda param: f"\x1b[{param}D", - ControlType.CURSOR_MOVE_TO_COLUMN: lambda param: f"\x1b[{param+1}G", - ControlType.ERASE_IN_LINE: lambda param: f"\x1b[{param}K", - ControlType.CURSOR_MOVE_TO: lambda x, y: f"\x1b[{y+1};{x+1}H", - ControlType.SET_WINDOW_TITLE: lambda title: f"\x1b]0;{title}\x07", -} - - -class Control: - """A renderable that inserts a control code (non printable but may move cursor). - - Args: - *codes (str): Positional arguments are either a :class:`~rich.segment.ControlType` enum or a - tuple of ControlType and an integer parameter - """ - - __slots__ = ["segment"] - - def __init__(self, *codes: Union[ControlType, ControlCode]) -> None: - control_codes: List[ControlCode] = [ - (code,) if isinstance(code, ControlType) else code for code in codes - ] - _format_map = CONTROL_CODES_FORMAT - rendered_codes = "".join( - _format_map[code](*parameters) for code, *parameters in control_codes - ) - self.segment = Segment(rendered_codes, None, control_codes) - - @classmethod - def bell(cls) -> "Control": - """Ring the 'bell'.""" - return cls(ControlType.BELL) - - @classmethod - def home(cls) -> "Control": - """Move cursor to 'home' position.""" - return cls(ControlType.HOME) - - @classmethod - def move(cls, x: int = 0, y: int = 0) -> "Control": - """Move cursor relative to current position. - - Args: - x (int): X offset. - y (int): Y offset. - - Returns: - ~Control: Control object. - - """ - - def get_codes() -> Iterable[ControlCode]: - control = ControlType - if x: - yield ( - control.CURSOR_FORWARD if x > 0 else control.CURSOR_BACKWARD, - abs(x), - ) - if y: - yield ( - control.CURSOR_DOWN if y > 0 else control.CURSOR_UP, - abs(y), - ) - - control = cls(*get_codes()) - return control - - @classmethod - def move_to_column(cls, x: int, y: int = 0) -> "Control": - """Move to the given column, optionally add offset to row. - - Returns: - x (int): absolute x (column) - y (int): optional y offset (row) - - Returns: - ~Control: Control object. - """ - - return ( - cls( - (ControlType.CURSOR_MOVE_TO_COLUMN, x), - ( - ControlType.CURSOR_DOWN if y > 0 else ControlType.CURSOR_UP, - abs(y), - ), - ) - if y - else cls((ControlType.CURSOR_MOVE_TO_COLUMN, x)) - ) - - @classmethod - def move_to(cls, x: int, y: int) -> "Control": - """Move cursor to absolute position. - - Args: - x (int): x offset (column) - y (int): y offset (row) - - Returns: - ~Control: Control object. - """ - return cls((ControlType.CURSOR_MOVE_TO, x, y)) - - @classmethod - def clear(cls) -> "Control": - """Clear the screen.""" - return cls(ControlType.CLEAR) - - @classmethod - def show_cursor(cls, show: bool) -> "Control": - """Show or hide the cursor.""" - return cls(ControlType.SHOW_CURSOR if show else ControlType.HIDE_CURSOR) - - @classmethod - def alt_screen(cls, enable: bool) -> "Control": - """Enable or disable alt screen.""" - if enable: - return cls(ControlType.ENABLE_ALT_SCREEN, ControlType.HOME) - else: - return cls(ControlType.DISABLE_ALT_SCREEN) - - @classmethod - def title(cls, title: str) -> "Control": - """Set the terminal window title - - Args: - title (str): The new terminal window title - """ - return cls((ControlType.SET_WINDOW_TITLE, title)) - - def __str__(self) -> str: - return self.segment.text - - def __rich_console__( - self, console: "Console", options: "ConsoleOptions" - ) -> "RenderResult": - if self.segment.text: - yield self.segment - - -def strip_control_codes( - text: str, _translate_table: Dict[int, None] = _CONTROL_STRIP_TRANSLATE -) -> str: - """Remove control codes from text. - - Args: - text (str): A string possibly contain control codes. - - Returns: - str: String with control codes removed. - """ - return text.translate(_translate_table) - - -def escape_control_codes( - text: str, - _translate_table: Dict[int, str] = CONTROL_ESCAPE, -) -> str: - """Replace control codes with their "escaped" equivalent in the given text. - (e.g. "\b" becomes "\\b") - - Args: - text (str): A string possibly containing control codes. - - Returns: - str: String with control codes replaced with their escaped version. - """ - return text.translate(_translate_table) - - -if __name__ == "__main__": # pragma: no cover - from pip._vendor.rich.console import Console - - console = Console() - console.print("Look at the title of your terminal window ^") - # console.print(Control((ControlType.SET_WINDOW_TITLE, "Hello, world!"))) - for i in range(10): - console.set_window_title("🚀 Loading" + "." * i) - time.sleep(0.5) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py deleted file mode 100644 index dca3719..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py +++ /dev/null @@ -1,190 +0,0 @@ -from typing import Dict - -from .style import Style - -DEFAULT_STYLES: Dict[str, Style] = { - "none": Style.null(), - "reset": Style( - color="default", - bgcolor="default", - dim=False, - bold=False, - italic=False, - underline=False, - blink=False, - blink2=False, - reverse=False, - conceal=False, - strike=False, - ), - "dim": Style(dim=True), - "bright": Style(dim=False), - "bold": Style(bold=True), - "strong": Style(bold=True), - "code": Style(reverse=True, bold=True), - "italic": Style(italic=True), - "emphasize": Style(italic=True), - "underline": Style(underline=True), - "blink": Style(blink=True), - "blink2": Style(blink2=True), - "reverse": Style(reverse=True), - "strike": Style(strike=True), - "black": Style(color="black"), - "red": Style(color="red"), - "green": Style(color="green"), - "yellow": Style(color="yellow"), - "magenta": Style(color="magenta"), - "cyan": Style(color="cyan"), - "white": Style(color="white"), - "inspect.attr": Style(color="yellow", italic=True), - "inspect.attr.dunder": Style(color="yellow", italic=True, dim=True), - "inspect.callable": Style(bold=True, color="red"), - "inspect.async_def": Style(italic=True, color="bright_cyan"), - "inspect.def": Style(italic=True, color="bright_cyan"), - "inspect.class": Style(italic=True, color="bright_cyan"), - "inspect.error": Style(bold=True, color="red"), - "inspect.equals": Style(), - "inspect.help": Style(color="cyan"), - "inspect.doc": Style(dim=True), - "inspect.value.border": Style(color="green"), - "live.ellipsis": Style(bold=True, color="red"), - "layout.tree.row": Style(dim=False, color="red"), - "layout.tree.column": Style(dim=False, color="blue"), - "logging.keyword": Style(bold=True, color="yellow"), - "logging.level.notset": Style(dim=True), - "logging.level.debug": Style(color="green"), - "logging.level.info": Style(color="blue"), - "logging.level.warning": Style(color="red"), - "logging.level.error": Style(color="red", bold=True), - "logging.level.critical": Style(color="red", bold=True, reverse=True), - "log.level": Style.null(), - "log.time": Style(color="cyan", dim=True), - "log.message": Style.null(), - "log.path": Style(dim=True), - "repr.ellipsis": Style(color="yellow"), - "repr.indent": Style(color="green", dim=True), - "repr.error": Style(color="red", bold=True), - "repr.str": Style(color="green", italic=False, bold=False), - "repr.brace": Style(bold=True), - "repr.comma": Style(bold=True), - "repr.ipv4": Style(bold=True, color="bright_green"), - "repr.ipv6": Style(bold=True, color="bright_green"), - "repr.eui48": Style(bold=True, color="bright_green"), - "repr.eui64": Style(bold=True, color="bright_green"), - "repr.tag_start": Style(bold=True), - "repr.tag_name": Style(color="bright_magenta", bold=True), - "repr.tag_contents": Style(color="default"), - "repr.tag_end": Style(bold=True), - "repr.attrib_name": Style(color="yellow", italic=False), - "repr.attrib_equal": Style(bold=True), - "repr.attrib_value": Style(color="magenta", italic=False), - "repr.number": Style(color="cyan", bold=True, italic=False), - "repr.number_complex": Style(color="cyan", bold=True, italic=False), # same - "repr.bool_true": Style(color="bright_green", italic=True), - "repr.bool_false": Style(color="bright_red", italic=True), - "repr.none": Style(color="magenta", italic=True), - "repr.url": Style(underline=True, color="bright_blue", italic=False, bold=False), - "repr.uuid": Style(color="bright_yellow", bold=False), - "repr.call": Style(color="magenta", bold=True), - "repr.path": Style(color="magenta"), - "repr.filename": Style(color="bright_magenta"), - "rule.line": Style(color="bright_green"), - "rule.text": Style.null(), - "json.brace": Style(bold=True), - "json.bool_true": Style(color="bright_green", italic=True), - "json.bool_false": Style(color="bright_red", italic=True), - "json.null": Style(color="magenta", italic=True), - "json.number": Style(color="cyan", bold=True, italic=False), - "json.str": Style(color="green", italic=False, bold=False), - "json.key": Style(color="blue", bold=True), - "prompt": Style.null(), - "prompt.choices": Style(color="magenta", bold=True), - "prompt.default": Style(color="cyan", bold=True), - "prompt.invalid": Style(color="red"), - "prompt.invalid.choice": Style(color="red"), - "pretty": Style.null(), - "scope.border": Style(color="blue"), - "scope.key": Style(color="yellow", italic=True), - "scope.key.special": Style(color="yellow", italic=True, dim=True), - "scope.equals": Style(color="red"), - "table.header": Style(bold=True), - "table.footer": Style(bold=True), - "table.cell": Style.null(), - "table.title": Style(italic=True), - "table.caption": Style(italic=True, dim=True), - "traceback.error": Style(color="red", italic=True), - "traceback.border.syntax_error": Style(color="bright_red"), - "traceback.border": Style(color="red"), - "traceback.text": Style.null(), - "traceback.title": Style(color="red", bold=True), - "traceback.exc_type": Style(color="bright_red", bold=True), - "traceback.exc_value": Style.null(), - "traceback.offset": Style(color="bright_red", bold=True), - "bar.back": Style(color="grey23"), - "bar.complete": Style(color="rgb(249,38,114)"), - "bar.finished": Style(color="rgb(114,156,31)"), - "bar.pulse": Style(color="rgb(249,38,114)"), - "progress.description": Style.null(), - "progress.filesize": Style(color="green"), - "progress.filesize.total": Style(color="green"), - "progress.download": Style(color="green"), - "progress.elapsed": Style(color="yellow"), - "progress.percentage": Style(color="magenta"), - "progress.remaining": Style(color="cyan"), - "progress.data.speed": Style(color="red"), - "progress.spinner": Style(color="green"), - "status.spinner": Style(color="green"), - "tree": Style(), - "tree.line": Style(), - "markdown.paragraph": Style(), - "markdown.text": Style(), - "markdown.em": Style(italic=True), - "markdown.emph": Style(italic=True), # For commonmark backwards compatibility - "markdown.strong": Style(bold=True), - "markdown.code": Style(bold=True, color="cyan", bgcolor="black"), - "markdown.code_block": Style(color="cyan", bgcolor="black"), - "markdown.block_quote": Style(color="magenta"), - "markdown.list": Style(color="cyan"), - "markdown.item": Style(), - "markdown.item.bullet": Style(color="yellow", bold=True), - "markdown.item.number": Style(color="yellow", bold=True), - "markdown.hr": Style(color="yellow"), - "markdown.h1.border": Style(), - "markdown.h1": Style(bold=True), - "markdown.h2": Style(bold=True, underline=True), - "markdown.h3": Style(bold=True), - "markdown.h4": Style(bold=True, dim=True), - "markdown.h5": Style(underline=True), - "markdown.h6": Style(italic=True), - "markdown.h7": Style(italic=True, dim=True), - "markdown.link": Style(color="bright_blue"), - "markdown.link_url": Style(color="blue", underline=True), - "markdown.s": Style(strike=True), - "iso8601.date": Style(color="blue"), - "iso8601.time": Style(color="magenta"), - "iso8601.timezone": Style(color="yellow"), -} - - -if __name__ == "__main__": # pragma: no cover - import argparse - import io - - from pip._vendor.rich.console import Console - from pip._vendor.rich.table import Table - from pip._vendor.rich.text import Text - - parser = argparse.ArgumentParser() - parser.add_argument("--html", action="store_true", help="Export as HTML table") - args = parser.parse_args() - html: bool = args.html - console = Console(record=True, width=70, file=io.StringIO()) if html else Console() - - table = Table("Name", "Styling") - - for style_name, style in DEFAULT_STYLES.items(): - table.add_row(Text(style_name, style=style), str(style)) - - console.print(table) - if html: - print(console.export_html(inline_styles=True)) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py deleted file mode 100644 index ad36183..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py +++ /dev/null @@ -1,37 +0,0 @@ -import os -import platform - -from pip._vendor.rich import inspect -from pip._vendor.rich.console import Console, get_windows_console_features -from pip._vendor.rich.panel import Panel -from pip._vendor.rich.pretty import Pretty - - -def report() -> None: # pragma: no cover - """Print a report to the terminal with debugging information""" - console = Console() - inspect(console) - features = get_windows_console_features() - inspect(features) - - env_names = ( - "TERM", - "COLORTERM", - "CLICOLOR", - "NO_COLOR", - "TERM_PROGRAM", - "COLUMNS", - "LINES", - "JUPYTER_COLUMNS", - "JUPYTER_LINES", - "JPY_PARENT_PID", - "VSCODE_VERBOSE_LOGGING", - ) - env = {name: os.getenv(name) for name in env_names} - console.print(Panel.fit((Pretty(env)), title="[b]Environment Variables")) - - console.print(f'platform="{platform.system()}"') - - -if __name__ == "__main__": # pragma: no cover - report() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py deleted file mode 100644 index 791f046..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py +++ /dev/null @@ -1,96 +0,0 @@ -import sys -from typing import TYPE_CHECKING, Optional, Union - -from .jupyter import JupyterMixin -from .segment import Segment -from .style import Style -from ._emoji_codes import EMOJI -from ._emoji_replace import _emoji_replace - -if sys.version_info >= (3, 8): - from typing import Literal -else: - from pip._vendor.typing_extensions import Literal # pragma: no cover - - -if TYPE_CHECKING: - from .console import Console, ConsoleOptions, RenderResult - - -EmojiVariant = Literal["emoji", "text"] - - -class NoEmoji(Exception): - """No emoji by that name.""" - - -class Emoji(JupyterMixin): - __slots__ = ["name", "style", "_char", "variant"] - - VARIANTS = {"text": "\uFE0E", "emoji": "\uFE0F"} - - def __init__( - self, - name: str, - style: Union[str, Style] = "none", - variant: Optional[EmojiVariant] = None, - ) -> None: - """A single emoji character. - - Args: - name (str): Name of emoji. - style (Union[str, Style], optional): Optional style. Defaults to None. - - Raises: - NoEmoji: If the emoji doesn't exist. - """ - self.name = name - self.style = style - self.variant = variant - try: - self._char = EMOJI[name] - except KeyError: - raise NoEmoji(f"No emoji called {name!r}") - if variant is not None: - self._char += self.VARIANTS.get(variant, "") - - @classmethod - def replace(cls, text: str) -> str: - """Replace emoji markup with corresponding unicode characters. - - Args: - text (str): A string with emojis codes, e.g. "Hello :smiley:!" - - Returns: - str: A string with emoji codes replaces with actual emoji. - """ - return _emoji_replace(text) - - def __repr__(self) -> str: - return f"" - - def __str__(self) -> str: - return self._char - - def __rich_console__( - self, console: "Console", options: "ConsoleOptions" - ) -> "RenderResult": - yield Segment(self._char, console.get_style(self.style)) - - -if __name__ == "__main__": # pragma: no cover - import sys - - from pip._vendor.rich.columns import Columns - from pip._vendor.rich.console import Console - - console = Console(record=True) - - columns = Columns( - (f":{name}: {name}" for name in sorted(EMOJI.keys()) if "\u200D" not in name), - column_first=True, - ) - - console.print(columns) - if len(sys.argv) > 1: - console.save_html(sys.argv[1]) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py deleted file mode 100644 index 0bcbe53..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py +++ /dev/null @@ -1,34 +0,0 @@ -class ConsoleError(Exception): - """An error in console operation.""" - - -class StyleError(Exception): - """An error in styles.""" - - -class StyleSyntaxError(ConsoleError): - """Style was badly formatted.""" - - -class MissingStyle(StyleError): - """No such style.""" - - -class StyleStackError(ConsoleError): - """Style stack is invalid.""" - - -class NotRenderableError(ConsoleError): - """Object is not renderable.""" - - -class MarkupError(ConsoleError): - """Markup was badly formatted.""" - - -class LiveError(ConsoleError): - """Error related to Live display.""" - - -class NoAltScreen(ConsoleError): - """Alt screen mode was required.""" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py deleted file mode 100644 index 4b0b0da..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py +++ /dev/null @@ -1,57 +0,0 @@ -import io -from typing import IO, TYPE_CHECKING, Any, List - -from .ansi import AnsiDecoder -from .text import Text - -if TYPE_CHECKING: - from .console import Console - - -class FileProxy(io.TextIOBase): - """Wraps a file (e.g. sys.stdout) and redirects writes to a console.""" - - def __init__(self, console: "Console", file: IO[str]) -> None: - self.__console = console - self.__file = file - self.__buffer: List[str] = [] - self.__ansi_decoder = AnsiDecoder() - - @property - def rich_proxied_file(self) -> IO[str]: - """Get proxied file.""" - return self.__file - - def __getattr__(self, name: str) -> Any: - return getattr(self.__file, name) - - def write(self, text: str) -> int: - if not isinstance(text, str): - raise TypeError(f"write() argument must be str, not {type(text).__name__}") - buffer = self.__buffer - lines: List[str] = [] - while text: - line, new_line, text = text.partition("\n") - if new_line: - lines.append("".join(buffer) + line) - buffer.clear() - else: - buffer.append(line) - break - if lines: - console = self.__console - with console: - output = Text("\n").join( - self.__ansi_decoder.decode_line(line) for line in lines - ) - console.print(output) - return len(text) - - def flush(self) -> None: - output = "".join(self.__buffer) - if output: - self.__console.print(output) - del self.__buffer[:] - - def fileno(self) -> int: - return self.__file.fileno() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py deleted file mode 100644 index 99f118e..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py +++ /dev/null @@ -1,89 +0,0 @@ -# coding: utf-8 -"""Functions for reporting filesizes. Borrowed from https://github.com/PyFilesystem/pyfilesystem2 - -The functions declared in this module should cover the different -use cases needed to generate a string representation of a file size -using several different units. Since there are many standards regarding -file size units, three different functions have been implemented. - -See Also: - * `Wikipedia: Binary prefix `_ - -""" - -__all__ = ["decimal"] - -from typing import Iterable, List, Optional, Tuple - - -def _to_str( - size: int, - suffixes: Iterable[str], - base: int, - *, - precision: Optional[int] = 1, - separator: Optional[str] = " ", -) -> str: - if size == 1: - return "1 byte" - elif size < base: - return "{:,} bytes".format(size) - - for i, suffix in enumerate(suffixes, 2): # noqa: B007 - unit = base**i - if size < unit: - break - return "{:,.{precision}f}{separator}{}".format( - (base * size / unit), - suffix, - precision=precision, - separator=separator, - ) - - -def pick_unit_and_suffix(size: int, suffixes: List[str], base: int) -> Tuple[int, str]: - """Pick a suffix and base for the given size.""" - for i, suffix in enumerate(suffixes): - unit = base**i - if size < unit * base: - break - return unit, suffix - - -def decimal( - size: int, - *, - precision: Optional[int] = 1, - separator: Optional[str] = " ", -) -> str: - """Convert a filesize in to a string (powers of 1000, SI prefixes). - - In this convention, ``1000 B = 1 kB``. - - This is typically the format used to advertise the storage - capacity of USB flash drives and the like (*256 MB* meaning - actually a storage capacity of more than *256 000 000 B*), - or used by **Mac OS X** since v10.6 to report file sizes. - - Arguments: - int (size): A file size. - int (precision): The number of decimal places to include (default = 1). - str (separator): The string to separate the value from the units (default = " "). - - Returns: - `str`: A string containing a abbreviated file size and units. - - Example: - >>> filesize.decimal(30000) - '30.0 kB' - >>> filesize.decimal(30000, precision=2, separator="") - '30.00kB' - - """ - return _to_str( - size, - ("kB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"), - 1000, - precision=precision, - separator=separator, - ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py deleted file mode 100644 index c264679..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py +++ /dev/null @@ -1,232 +0,0 @@ -import re -from abc import ABC, abstractmethod -from typing import List, Union - -from .text import Span, Text - - -def _combine_regex(*regexes: str) -> str: - """Combine a number of regexes in to a single regex. - - Returns: - str: New regex with all regexes ORed together. - """ - return "|".join(regexes) - - -class Highlighter(ABC): - """Abstract base class for highlighters.""" - - def __call__(self, text: Union[str, Text]) -> Text: - """Highlight a str or Text instance. - - Args: - text (Union[str, ~Text]): Text to highlight. - - Raises: - TypeError: If not called with text or str. - - Returns: - Text: A test instance with highlighting applied. - """ - if isinstance(text, str): - highlight_text = Text(text) - elif isinstance(text, Text): - highlight_text = text.copy() - else: - raise TypeError(f"str or Text instance required, not {text!r}") - self.highlight(highlight_text) - return highlight_text - - @abstractmethod - def highlight(self, text: Text) -> None: - """Apply highlighting in place to text. - - Args: - text (~Text): A text object highlight. - """ - - -class NullHighlighter(Highlighter): - """A highlighter object that doesn't highlight. - - May be used to disable highlighting entirely. - - """ - - def highlight(self, text: Text) -> None: - """Nothing to do""" - - -class RegexHighlighter(Highlighter): - """Applies highlighting from a list of regular expressions.""" - - highlights: List[str] = [] - base_style: str = "" - - def highlight(self, text: Text) -> None: - """Highlight :class:`rich.text.Text` using regular expressions. - - Args: - text (~Text): Text to highlighted. - - """ - - highlight_regex = text.highlight_regex - for re_highlight in self.highlights: - highlight_regex(re_highlight, style_prefix=self.base_style) - - -class ReprHighlighter(RegexHighlighter): - """Highlights the text typically produced from ``__repr__`` methods.""" - - base_style = "repr." - highlights = [ - r"(?P<)(?P[-\w.:|]*)(?P[\w\W]*)(?P>)", - r'(?P[\w_]{1,50})=(?P"?[\w_]+"?)?', - r"(?P[][{}()])", - _combine_regex( - r"(?P[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})", - r"(?P([A-Fa-f0-9]{1,4}::?){1,7}[A-Fa-f0-9]{1,4})", - r"(?P(?:[0-9A-Fa-f]{1,2}-){7}[0-9A-Fa-f]{1,2}|(?:[0-9A-Fa-f]{1,2}:){7}[0-9A-Fa-f]{1,2}|(?:[0-9A-Fa-f]{4}\.){3}[0-9A-Fa-f]{4})", - r"(?P(?:[0-9A-Fa-f]{1,2}-){5}[0-9A-Fa-f]{1,2}|(?:[0-9A-Fa-f]{1,2}:){5}[0-9A-Fa-f]{1,2}|(?:[0-9A-Fa-f]{4}\.){2}[0-9A-Fa-f]{4})", - r"(?P[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12})", - r"(?P[\w.]*?)\(", - r"\b(?PTrue)\b|\b(?PFalse)\b|\b(?PNone)\b", - r"(?P\.\.\.)", - r"(?P(?(?\B(/[-\w._+]+)*\/)(?P[-\w._+]*)?", - r"(?b?'''.*?(?(file|https|http|ws|wss)://[-0-9a-zA-Z$_+!`(),.?/;:&=%#]*)", - ), - ] - - -class JSONHighlighter(RegexHighlighter): - """Highlights JSON""" - - # Captures the start and end of JSON strings, handling escaped quotes - JSON_STR = r"(?b?\".*?(?[\{\[\(\)\]\}])", - r"\b(?Ptrue)\b|\b(?Pfalse)\b|\b(?Pnull)\b", - r"(?P(? None: - super().highlight(text) - - # Additional work to handle highlighting JSON keys - plain = text.plain - append = text.spans.append - whitespace = self.JSON_WHITESPACE - for match in re.finditer(self.JSON_STR, plain): - start, end = match.span() - cursor = end - while cursor < len(plain): - char = plain[cursor] - cursor += 1 - if char == ":": - append(Span(start, end, "json.key")) - elif char in whitespace: - continue - break - - -class ISO8601Highlighter(RegexHighlighter): - """Highlights the ISO8601 date time strings. - Regex reference: https://www.oreilly.com/library/view/regular-expressions-cookbook/9781449327453/ch04s07.html - """ - - base_style = "iso8601." - highlights = [ - # - # Dates - # - # Calendar month (e.g. 2008-08). The hyphen is required - r"^(?P[0-9]{4})-(?P1[0-2]|0[1-9])$", - # Calendar date w/o hyphens (e.g. 20080830) - r"^(?P(?P[0-9]{4})(?P1[0-2]|0[1-9])(?P3[01]|0[1-9]|[12][0-9]))$", - # Ordinal date (e.g. 2008-243). The hyphen is optional - r"^(?P(?P[0-9]{4})-?(?P36[0-6]|3[0-5][0-9]|[12][0-9]{2}|0[1-9][0-9]|00[1-9]))$", - # - # Weeks - # - # Week of the year (e.g., 2008-W35). The hyphen is optional - r"^(?P(?P[0-9]{4})-?W(?P5[0-3]|[1-4][0-9]|0[1-9]))$", - # Week date (e.g., 2008-W35-6). The hyphens are optional - r"^(?P(?P[0-9]{4})-?W(?P5[0-3]|[1-4][0-9]|0[1-9])-?(?P[1-7]))$", - # - # Times - # - # Hours and minutes (e.g., 17:21). The colon is optional - r"^(?P

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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc deleted file mode 100644 index ced5434f6ae46812c1b92e5a9ef521dba7d29ee2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2256 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc deleted file mode 100644 index 2ea1c044fae97e0b44aafa36f7ef6eb9a996364b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10927 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 b(08rx`k`z4|D=2a(iA08+ezdu?mqtmP?p;O diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc deleted file mode 100644 index 7d924e3fbbd68165849312f2636ad04c59a1a31a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1843 zcmb7^%TC)s6ozdlK(1VSArzv40wofS)pkXNDxnH>Q&Oo&U1Vc9_LNLV&;aO5tsaHJgn{$@1u`^=g1vsx`_;)YPl$c$yV)Um8niYrbjwv5QSap zzi2*tZgLXhr-AL9+9#Ns0SQb?OmitS8F9L%G{~Dl#Ne1@fUg|EfnI9E{0@UdmpoG{ zO2=W8Bw{I@2o9V#TPzRj79q$T%AjVG0NeA#!s@bY| zi!~t;ml}zNg=KmeKI;=U@e-}V-VoNse|(9aC_BJgjnc4qc<$f;I-}}DvK7edC$E4k zJ$c$P%ktyoy8m~O+rqwTqpw(9EDWuTpNa4%r|bHSq3ex!??w}kn}V*_;~MBX=&kq* s=q=E-_$BBX=#AI|y#adj+bZZy(A)7Y=xxxAxB^F)*YtzH{J%{Jn&)$76 zfP*8UjcGweYO<+I7@A0>Nh?B=*uVXpw*K3nL}9|bQLWQ7Y5iwvrndarIrsS^@xqCG z?z!ild*3Z$#vv|$si>HIYD&ab)x$XlHJw#SZll| zdUP^eqOri|IGKt`u5j{QH#~jrz2n-kw~ik>b#m&2D;~8S4wk7&$3j}R#R#QSn8M&pNXq>$&TBOUYK=aYRb}8X6Pm}(vGcO zW~O7#I`?Z`PIYAXj0AGs~>0bltaHX8|zIYi|QuCS_VC8ec$E7GQ>6 zR8@VJOk6DFjf6RyGgDTg$O>8XQ^L8Fh+i_SONpF$ zAyF(j7Yo*SeE)%j4et9^F_r#NYR0e=MYEXDKuj;N1T)hY6R4jChg>PeizU~uX{Kd5 znl{(nG%ViWaV>^Hi)*CPuP#V8J1czyFa#?jdteAZeld1Czaah1KUf1Hl5TnyCP?#p z7ytt9fn;H9htm+=b6qD4M@5B9L+23^k5SeGqIW6lgTcn5RJIea+l3}@?Lk;WQ|1O+ zdjH>IFK$OGu92!jqP-tny>WHTKfo{nT**r1jdb(=frYotb&dnEOq`}Yp#5e!SVbt) zdv)$fGBQ(~3LT`{PueDo+=7kwDFP14gU#3|M=r+)sC;R~PotNh2d0Lj)!Lpc*w28u0 z7qjTyHYhjGC`(xE8ah$P@+>;84H{WZiPa4f+kB@iwa&0mdwTPHS!8FxMhv7jm{-cm zAqaB^1Cv9`s_pb$AQ`Gl*ZpO2k~DN_d~e=YRNQ?8o&}D~7?yFR$R_4qYULU?F@7XhNT+i4 zM7$}p54PHS0e$r!^3^r+1rcK1m5DbNCm;6iUGLrduy=gDcl1!M9{^_1E z8tZgBOxv_|w)n#M4s+(0qK9MdrimaC+SMJUs* zlr5N+E2nctim`4GVgZzti_EkfSIik!%qn>8UjP2u3uiXE&#r~eR=Rd94=oKXD3!sX1^H2DcV%Sn?J0}p%wl1z@6Q>UJ6VGx)&9w`CYsC zQJDwPJzoZ3$I}iH?O8ndere6W>!w{Nz6`dlJhMY!{h!AVO)BCiiagox+tS-Gy6{)~ z1t54s(rmL+0HY4u_l!n9L%pMH5M(fV+92C}iL@44SpoHJ+iryQ;b+2YkSj4^ijBh7 zn8fzOz$49zBuvjnQ+gHXElo+zRH~ov~#8R&d{x)jjp{5 z%A;UcB^3Q&>c-T=kP5fF+V>zdhMae9yz}ef_0S8vRc&z|wju7k?*Q?@}FrMO%^WiE*p3fPgiT9()fxj0~?whBqQ3YyJ_gEjS39 z!&EH7@EzcGXj;CY&%&!ob3>Z;B%P{ClDuy$Wm8!6lHOgx4{*zddo?LXoFA<>sr_F9BtPqa6bAgS diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc deleted file mode 100644 index d2f70d753cf70fcfe8df27cf4e4bf2e0840a03fd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3080 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc deleted file mode 100644 index b7c2c01621d365d69c4e4ed079abe6976afe7b9f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5207 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 Q)f^;XP|b7SV&&-b-$HlHlK=n! diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc deleted file mode 100644 index a2b5175f03c726e8af2b7ca2d61a0317b6303cb7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20218 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc deleted file mode 100644 index caa1bb728f0e643459e18686402fc64003abda76..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19141 zcmeHvdvIIlmEXmScn~B&5+uR*<(uGJ5+&IZMZG9dPfC_(Cx)ZI5bvc33J>O9&=gt9 zkyB4sPUTvPor>Og8#b)@ROY!_n#=DeMPCjgE14w z-Q=F;1WwQeIWPJ8pf05M>O%&vA!PI#b(CfZnnDHM0v0v~%^{1|60&-&A)D70D)bhH z>|T4Q$XgUD_7;a6UI*YzLP5|OD)E-EusK*7D)W|wTwYhG+*=;1@K&&NORzHJ_PSZv z8mtOcd#hR47OV-?dTUv@FjyC=_tu9RybUaF5AvZ#ZzBsA1)D<6-ew)A=SDc8_+?IT zh{pE}>gc>JEY*qB60ugSc+Z$hZx!2w(u*A&cU>>lV|2P;ySJVB9o`Q3WkFA<)7yy_ zIKhR{c6qzlD7(Ggtkv>hPpH@1%fc1v$XK{C*cWQ`wz9B0*dN;B-NM3E!L6Zf-fb*g z9UKU4_ikt5n&6JmPVY|Yy;$~MYDv7Mh;0{Yg*u`Bc0+nB14!K|@Is@|lup|r?wI;U zs#umMGz%?4s|JOZ+E8|j(EgrI1rj>M9fC*b6uN}&xAa1fNOf-$dbRuuR_~KY=@g&T zQoOq^a6;b?bl%-aZxu^#_iH)ZIqzVA^X?J5#BOm&9GcKqp%HO!%HJn!8AKeV_6u9J zGQ-?;-MMEt&U--IEgnGLL2?gCJtN#bZ0+>IP*^AIy}eIc(+tjE>os!X;MAXO zY#sIVPW|(Z>EaG;b~IlHJiT_nNba*n&I&p~e_C5QZcaC+Yv#6avTjzdOA{DrzS={2E}yf1u+~|OlM9+#xE)bW0R8T7d$$pXiV~ti|7607suwNMUO?% zA3dcQ_J`*b%RzrI=szD672}D3991l*rlWyK*dIh`@lq6EMk=Bh$Nh5jbK2FYuJD2w z^^HfuawI5vjEec78dOSBfiq%Q5G7V?aVE^_v8nMRk;p|?1T45;6ozk)d`$eFX+4mK`$5tqi7^fGEs1qo6rg7m+fAYU=u7a z8@&bat?-)OBr!T8g-6FzT!xK+!t{IaJe=?9 zZgLB{1oYhx$9W8+V>GjZ zUkpXUo&u>JB_y64szoshk+7(kr$w+ux@0P87av&=9 zOaq7g7eu*lIxyYm1DFtz`lP`4B%ogqd#C55HdH@fnY%o_TF=UmDR;s7?G-NJa$hxG zvnHAbt{T@Y4WGHHULT=^&n!i+m}3_Al5yGM{-ve$0l>NO^pqk(WSuR+69`}dxGDJS zzp3;zXL7Vfz~<%N)s1@eQVTK_gDghh)k*CL%hV1pc_`T^Mv0iuJXkSBhSBNS#Q_=_=tp>*@q5{zJMd0IQ~Gsn&hOXEY3vF9Sx~Sy^yXX}roL zZU@EMWTH^x`cIoExq6cpG^sMHpjHN)ll^6==O*puS)ku*)Vga6b6CLj^!VC9iXQ7n zC0ZMgSzTS@tUnM{_YCbG#pDYz>Ku@<&!dVtweh81WM(hFL7EBAm#$lVq}37}v3x9k zX~j*?4bRQq8@)>Id@|&UfCY2 zY+tMN0Q+wqy>T?|YK^&C*Iez7OaMw6xU$N;HO5Q#Jkk>c)%94WCHv9#1MP;7+D!-g z&F|`^Mx=~-tV9ID{*dVNDK?)k6cJ{E6t??(-~qX2WQwm$>t8=#%(Hx0Dl0Vz+VC4=C`bZMKp>g zDk@kJDqta-Xch|bvx^p?2!1hs4*Z;=6=wsZXuH6PCRJu-@TG!&qCzNp+3YP8?Lw(& zp3n=fmyH@Wdy9|;c%d8|s90zhDo_`dF$$G0o4gL8LvSO<2`Re@eu+?xHcG`Zs+-kc zgE)%`wFtS=ZCZpnz?Y+ZJ^Tvz4e%>jAE-S(s}F9ByYVd@#%oHqUm!HST;Q!jxn`8B z7Fxs_u~w~J3!#s#$g7*vdpe~CbjbhTKv7gaF7y5{@1KcAdS<2te>4!jz!L@Mg@8OA z^w05;2>{IT7myYP@6-f}UYiZPgWoS*kaw{V#WLA^hgv(y9wcvc^O2N11lIz-9y;k)uLnCYotnW-<=naXu0W<}`dLOoQhAL5LS&e^lgC zkl2Hnw%OPYL--IgHPRyZQbg!W>ID>LkI6i}{Lu-TA!<X^c!DA44Q^us@& z0`BlU&qpNwdA7_V#byK1Nv$e=BIv)6o*LG@F=<9j&vmMjEUAd^U_>Kl?4vWG^P)sJ z6Agq!nTIsOt1=XIM;lud>z|Edxy=q_W+W>4!*T$Ube`!r7!)DIQB_%37YXy?r2xPu z{W9={7bhkl%J8$3z+H72_Ry$2xh<|+2T2qH5{miMCC}4#YKb*K$muj>6}+35BmDEv zPfNh6=bz_8*h1$;enu9B+(xM%nUQK$QJbP9{UL1v{L5;FaL%N3UnC`_^BwsG_nd`1 z5}BnHoAieT;BwXsv#G=k2M9$Xe3US30%%1Gk=l>By=emT2u#ZXxhXSRI<{oh*`b|% zo_p?GH=j#5kdQ?=(wmwvn{6|6618RZFt_zlh{bBVqld>nCoxK~XdMERG^e_(6sXvt z*t0hwlNA(e8VeOi_A-GQ!8`_AQtZOP^;JEQqCLPXV%} RSXu^+mTBo(EkggHehjuyi!B&Y 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc deleted file mode 100644 index 20f011b47e273badc1938965637bc7883a59b2fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4892 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 ILCW^~FQ;l{mH+?% diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc deleted file mode 100644 index 3889b3028ac26f78857b2c79e8691f4c26e77957..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13552 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�UU;rS1Q z6sair4&>6vjTxreTZv@3B5Ss_h)+Xv{9fpwBSC^q9mn`1OlUD z2mK@PH+tmI$f1!;E1V>9fhgE}*Zhl8JjRWUjBul4hYw|ZN=tk}4B+L+1(JkYVoHA0 zzm!^_ko(8?9XgQdq@WQ|4A6L}=!a}svogkf_(~LXg&z`bd}N#(8z0MbJ~MlE=KQ${ zi1fl~yC^yK?tPLQAdV;Y?uA#zH0mFfo8Y7QD2Y#zbW}Q*CUAd46nv~~hT8>j$<&f0 z;lu*C>v4D`1yQ!7;A{b;!R|LaAN|)KKYL2Hj~*W1KQ=mk=rDX`g+&rUj=Y$4hL!&SKffRlfk*-PDgQKw`4Uv7|2g#r5?(TbNcE61 zvmx{VUVDzJ)-R7RIv95cJmw+H10D zKAHR!Rd~jZs}sEf*IP2($KdWH?jc6~MIa0AGOlAX5=j%d7}?`9$tIu_*~|-<(hD@Y zqJ)>A!IGdih9C?CeTfjQVPOPO#Hnd|Tec|Uke@?kBd7!M1Z1u=h5Ck7OQE3=;wJ9q z)vN1`H&#~J`!?rW_8a!K-Eg#1G@9(-2Q;j`u;uFbyl6DokKT9Hy>;fsnN9Dve(QST z3u+|1YaU{L-g1mFWopmDtyP#pT!<&ha!F zr*b}t8k?YruQ-UP;HlD=S?cPcAE|gr7#gH{m;43fpc#xd@)l+-Q)kbgIW{Ldfk~o~ z33?e;wu3u*8k|(1iFYYH#usJl)i6OJNq&aC{R9)-P}vs2OPXNn$}As^NMsOOPGT|z z$rrXK6pQ9b@(U=UF(AGNDTHGThW}=2KV~{VVFo{DT0dqwK4FgMnd84>Mt;Y%eZn00 zgb94Y?EjeYe9Ul(e^G&^9})1033B59@_J+w5K}eEYR;Z@PDFv%AYaJ@wkD zg3b2;%n;8Wx#g)3n>Rft3k{v0+0Awb;M45gn7eo4Lubx*`cb`N?3itD(2uf@Oh&-j z!YCD+wd33DetpaeYzDU3K^=jE+w7r-tj&D%vnIyue0^F)2HQ`+c6zhEVxqonc9-7g Z;Co;XZ~LFRKK&c^>0;8ruwJ^A{|5%usWAWm diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc deleted file mode 100644 index 9f0162ee2080ed912a1e384e5dca9fa79f855c92..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9296 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 XNiZEC@EP-B^EU>wEd*VKkMI8gcYMoV diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc deleted file mode 100644 index fe1fc905ac37f40fd3b539bc346e81f80fe4ee85..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6374 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 D6{TbE diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc deleted file mode 100644 index 05cacf1bd8aab3c54832b223a90d128f4f01b32a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1818 zcmZux%}*pn6tABCn4T{N_X8GPOe5K4M&k^u(PTHogk=pkVuE|vxpaEE3TWt$v8n-^ z>;V%F5D%;;IC6A@|HPiXsAya#5;30kHtUeA;pBVWJtM4EC-2pJ_3C}q@AY@3Ql7w? zKE3Nq%Y^)iLT_p5ru#Q+_6a3aa)~E3Brns*NGNAq*;5*dL^5QKPg%JJ;)oISvy<8&)-gKIG^IoA*KyR#YlsF-cJj<_)q{0P83*Q!x zq(t!{kqB75b>TSOf~Q>1Q_mV=mGC>tBt{a6N>OQ?Oc5b%KwXc(8|uE0ACV2II`9I` zs+qPtbAPryU^PX^Ej#pBxE#=`1ZqFB({M3UQ=$7VZ1xEw4T+LQhDr^YDKx`WDpO@q zq3X8MORb?rN>yvCpIS?dZw}wL1T$>c62e#vxM3MB)YsZsJMcs1hi#3saE<%(c3MI| zJhr~8#Bn33n%QhFEC(A#dd+bB)Kflhq-%yRiFWwne`o$Fd75b}g1L)ahsXkRGK}+w_2s~0b!W|WEWh63!3wiOQ4iPawRPsN*IlPs zZ$;2V|AX4pow{&B_I}H2m(PxoB6m?HQe`Oeo49z znN+iF-86m6W2V{8o2D1gH5d0q)BJqRa?_KnY0|(pO^)4a%TO#Y!;Tk_3?dmolI;v8{d0fu6}t+pcQBa8>M+VNTe524j+{9L>UcT+gT z-E3=Se6V@tLLIe4cMWZC0NEnHl}8RHj?3@-Qm*_^u6#3mT%P(~pNd<08S(uRZo|EO z@|djjivUHs{!JK$8fRh*`j+$uFp~CeO+ee4kr5YDo3BdzCS3nd0Wm~22QOxi5F7?u zfpFO(r+RU(uv>UC_p^R8&bX@cH_+7;Bv+AOrTjV)#8eXK|DcCnITE}t-UEWro9ZZ% zdgs9I5MYOP7gOfnznl{HKCqtrzQOog{lC0~rN<`ZCqxruck9a)m3-^ut189LK)QgLVYi~u{kp-ZDrZk-WeogtzW zcQ${NM^2Q=iDLXQaQ!Q1Ywme&aBp;X^nmV+9_PkiLT4(^_3~b6xAe7tJaqdfed3i2 fI_zAfQy|KluktP0}`X(|X450VdBjdGC<` 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc deleted file mode 100644 index 1f9a357d1ba252a5c5a73ed27da6d16f991ce11a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12095 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 DjE;1s diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc deleted file mode 100644 index a7ebb827b2cdd3fb31c088eba010cba61ff47a77..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 40054 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 U!}|C(?ibtihm7jKFz_({f9zqneE7nd+Ipf;5*c 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 NXF(?;KRk Xg!hG| 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc deleted file mode 100644 index 438adb9c343ee1e50cff172045abba9ec036f5b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14779 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 LN6OD|y3Y8&C{o7G diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc deleted file mode 100644 index aba0623787271516fcfccadeedfa9067fbed5300..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1790 zcmZux%}*Og6rc4ji`lh-Ktd2rqirJEm?U<}M?Vm%k|30zN>K$lv{tLtvOC~4>)qAN zKx$;99D2y1s*rjJhaMueheWyd(Ep(qA`_L4h?=Uo^o9bxO1hYaH?7#?by3CBsj;ki-QQ_N(@WEgr+YoX8^C9)W-jwDek!L)^+s5g zn(J^O)kP{~_U>0-%-OTI=Vm{jzjG_6$Znszfy4O|MfNVx(4)**3h3QxOyyO_FWsZe zFON@5jZaJlW$uOX#N;ZEyk$SW7g4x`Upe5bWp7z#+!A$H?P#e?T_JTw#TpA;r5Q6G z7{3bt!y;@Ci8y|%5s`wcWIb(C-zt1WAp&yPST)F2$6MyDw^ZwGk>u2k%d_Z<~B(T6!Ivbww+U@;d4La!UV3u-<%GC`A=o@Ye$02@5fcFbljO)(iP{8m<=tf2j~xMJWm=@*j>D zxG(6{*l|~#70L^-9~W#8^CDJ2S5RL>ZWQF>s?7S_Za9sVVW;792r)hm+kJARlb*q? znO_F$>Cx9D)ibqk4s6Xl8mXICUaP>qLU!l9iMly?(5-dphoD8I(P6L$E>14fM-Upo zQ~@{wOgELzls`o~ur^boyFn2GB~n{uU`(LlWYx&iW~uo~r?f~~1x1dvOp$HqptY9P zA`yM<+x9m$)fB0z$DR;zsx8&h-PCGYEwxUV66R{D@?cA%eb%&=EW~$mESVEyQNCXh zXIge@3i#WEEhF*8x8fSxystSVx4P>jZ%xu2?PnAzoufISobLFf3R%*b1Lc zDCF8jvo1A2otw69SaBpk!v|y4PLYO0!_Gp|j2)&LkJHxO5_SY%3xpLd1LdwU?ypm@ z^tN;P#0`cavNUeJu;olS4B*W-!J9|$=9}Hau>R08RImY*$J9#0zBPaI=G?;k;%%uh z8bdp+P=W0vHGxA%bv%#ZpvZNxAyiAO^d}9v4y`DtXM;&;;!LwE6gtY2eeKNHXocg{ zz>HZ83od&Sb<|)NfX6%j18n!ne*>iJlUEl;e;(b@PVXD1w#K&0yGHKU4}Kfl9iPMI znf_^G*Bsj)JiBew2QThqF76M#yIp=fRv(&rVE%c=`th3w#{S6p?Tz}#*n_@3b7bdy z{+XHI%beOv5C4%q_bh#G+uluIJsKont!@7K_}tMD$@FjaJ~Ha&6)zryISGTfLB)fzcoGGLJ&1akONf(nCOVr;Gnv)#+6w*$ z{SO53Pw^k90ioc@o3MK6$(NaJALQlp^1eylOTO>yOcB`p^nv^W^DiHqTfBkwO@L#> z5yv%J;v8cXpr?ojM~H_4e+x%l9`sQb|Mo$K-E_g0g1_vVS`=e`^cyi+KZN)g36x`w z^57L5o`)h5F%RaD87RD<=z?NTeUeRF@}tsrX^eggMYY7P$ZRFliq!HAX?j~}b#Hd( zE@`C|w;NWxW2IM6&&`!{?IH_ZV*5s_()gDjPucS{Xs!aCZOzAqADL?qVi>K5KOx5WC%W-BN$}q1 K{2zj8*!3Tv1(XE< diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc deleted file mode 100644 index 22c269e4962912abef7b2b0cffc90b50b0ad6497..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6624 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 Y2Fdn*9*>M9(Jzv|kwfe+`WdMI3|cFf4*&oF diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc deleted file mode 100644 index cb168fccd947c21ae03237d1bb74bad85e179c79..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3828 zcma)9U2GHC6~1H7jK|}j*ol*n1j4Wo8uQ~QGz7xWvWQJ!HzG^fP*iV`JMmmQ6XwUg zGY&X%q&!eHNGmO<51}d#Xw?T$QtdwUp{n{o)rYF8R3(MgdPksTRqX?BhEP@Ar=C0G zi9;%?US;l_d+(X!bI(2BcW(X~i-`!@iDx5fPXwWV(1G7t8p3)9gU}LEkiuw4XR-`K z<$xB@gV~_YW?7xfayp;oVLqs^T1XeNf-7@cSQoRREAv`Jk7lE;9MWQXJR5gqL2Jq7u8yDRHGmNnj2qyTCOiiBn1|JZ&)3?#`q( zq;{pF5LY^H@YxRBscgI2j}Ykxue-EudRMlKK>>ujmKz&{-|5EPN)J5kidf*4?KjwL z4`}o#JCxq#fTytHj#WdrD&da5eY82C~6Px_eh0)xZbE9X*-ST?#sf2S3Zi zAT(j}bYrw}@IXePAUx|Y-3+q*HRMNrp10|`+h$l_YQ7al39JPD6POQGLo=b~sxK+* z3b)*_4QI*Qg1=(B*-b}w)SoK^+*}E5(u(_QO?^+Rz$(HGc3!9kNRLgo?zSqLp_|{* z{5@5Lm9X!z(el4_=fl~`PmOouNu-&L_H&QSNaG)46HPXbEB zV3cSfpu~JH=A#g|o-Loiuo|^@__NhWm9GY?Y?WJyFVnMw=6}zik1w*w-s#OEG$Z*^ z^IZ*989*nql2~q>_{>#APXB@gt}$wmY*v7{+n zFbS6AsVRbIRro!l2pgavVM^xI49?r$j?w`FDT@fDkTGD~P)Sx4%8NX{ zUV^-GI6|2km^U<2wrsUfaaelRgraqW{3tFcu~C{>2XsUEta=b<<^xq`W`hV}snHZ> zxiK3>ps_)V{yM<1Ar=Avt-#!&4t z0IfNi?I&ywvo`NiPk4{E8-rHR`U_l6#&`d1VE z_jiAmevn??zuGdqDh#iKF4R`C3tprby1Arh95$C}#A`0RF$JLvNGIo_-UR+>8GawC zcx1X+mA4c;Uw6tRP;()6v@$wTZwT35(J9<3FX#0F*?cm9EI({Ld;Zq-v-8#H<{Pyu*oV+*lMRf4t z=%2^`IR2;e3!}A;o|h=ji8n>aic3%0I+sq~K3R(;?zer``=IxC?Bn#wwbs6e$5*2t z)S_>#bHS9jDAWZMPJJo#tO-4}XzEF{wU%hFZU0`acYm#?5B^?7_*nd(TsSP&BVhYg zFN!8V8M!%96WVI=wp#n{TB74sn2Yjt#Bn_7qahJ;IUQ;dzzc3`CAdi0a3-ed1gB(@ zr-b4+dgv5g>py{R2^HZ|{V8yQ5>SF5v!5~wR}3h;61vOI2b&kB<~7M~6z3)%D1s7R z5tkc`;j;*XDkvS9NDD5NJ*PfArz#WAX?>m?n~R*onr2FuO`<7t!NJU+lY)8x?4gg5 zvT9!_ll-)7VSoY$1sCp;yh&uEh@FrQFB7hid^;mxtad zw(t1Mx2N`m-$`$GS^&x#P$F#8%E(iBLL=<(c7^^cK&Ue=wh2!qdh{*`T~>fJq4#_b zzkJEP>br=BtGf$Mk2NR`T^1k|V@?Q;h+g;IyEfTRr-G1dUcev;>HQ~{a}vP4nFjY} zDEGQyb-03N%3eSoAa_@8oW2uI=%!NE@Z01vSfpjhT7#}0WEkct+Wj>eeuRdb4J{XN+Al->Ic8@_S2 u&I;W7%&opUqVGG{d*5f*-SLYQ;=+raxAs0}yS`$>KRa9Bh1hO)%l`q0$=#g* diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc deleted file mode 100644 index 8b59a4063fd6fcb2c743d190d18c3722d05eb5e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2482 zcmZt|TWl29_0H_P_u+L6*sP5`CdOgiuv>~+R6uEvO=yZ_SAig9m1;EXT)gAX&P?x& zA*N#qRU}#@RFD$!kRp|SB@tAL`V&6#k%(0N=uZeqSdChRs;bodEjUpszIx8guGg`8 z>^XDJJ?EZ#?s?7rEuYs2z@djfwf9Se{0o^L2wh^$0pc35h{ZXi$Mky?6DW;kABUeoQvh-bg@a@5J>fS zxZ=xeG!~T@lKKSUO&3l)C4>Jgl?CL3BwE8)m4VwjCz`5?IQbHUvfw z5@p?VExpb>KhWuGbs7W}P16Amv&G;*LLs-o-0tt+wtPUJZP<>rL8Y?3Ex^d?yVnE! ztnPKw0^52S(odQ7UoS$)z>#D_MW3UmO^7Tw?CJBKOH+$12f>K7zAy7HK&HiHPh2#8 z-?8f^X5DCd7LBug#efaMR`wL`mlzF~nOny~K)~|Jz$3%6_BmftX*E@P3uEZO zPC)0$w>hHj`)6t5=IE!TJuTtVKznNmURqoKVN3Wz*|7#%q`n>@U|>X$r{P)q5aND} za1iB)UxJ0r@G69EHM1&2WNAI#eH}I$aZ4D4P4NG;#&LSxit;}uVR<{aPaQ+gQE!4rqUb(O!y zzaff{n@DBcrJ+c<%3b3)a%n_>s@_j775u{OM|o%uvB6-K-Grn)3j>^ zRA35-%2_sy8gjRXVmX~D0mA}iI}qXVaiMFvD~`qFj978$+2pubz%kEufo_lmgl*LY zHi8Ctx8_t~J6BYAx{_i42Z(4eok(>-*9j`gw5<3{KBHm_GQ~^uf3G zU;oKlKl^0(uVWvN-5qZ!e=j|K^T_?u%wv*KCocY?HFssIJv@4Op|ubX4Y#+Azgc)B zgQT4seG=g9e>bbnj&XOh+-ym@o0E_pQUI4FHVtBiO~Rf*gpI+rAi^k?H5?(X*`$UM zYX*+uWe4e;Vf<#-{gFAqTK=v%4_XsN? zjoz_=9>VeuEI_Z5N4zL1odOx0yf5e-jZDw9C#N5)nz;Ajw&{)tZ^%q>&J4C z{;FVD!$}pUHxUi|S&@|QhUg`M!w)9(&+-o1Mt>5*DawrYrb8J5daHa(_fI1nD kT;zmqh7X0_eM^rnrg61W;n@e^U5MC;$Ke diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc deleted file mode 100644 index e904bf3aad6678146fe0a58578cfecf53e3629b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28159 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc deleted file mode 100644 index b5ff2993c9c2a795ca8064792e84573bb4b8aa57..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6066 zcmcH-OKcm*b(Y*Emw!s4{-U&!9b1%b(z26&RHyN;HSAV08aXLK*I-xNkwkgPWp|gh zNhnAR7^s9g5YkH=AZT-pVIOkrF#!s+K@XK$8)g?V>Y@k=-x$knfSmf?>~bkeb`lrp zQks49=KW^oeP;Ggkw}ohbL7Ey3#U5>`6qUokIw-%Cp?6_LlmNLDk*YVjzid^dWznx zx5#IC=zA4j6^g#BujtSESzl1aVjvq}uulyZL)j36{c5-v$wn9~s?lOB8{>$FoFYo# z8c~8YaLa4!&Bkem61q4}i2e!a3#*;Qu51_Mi`cr5kNR#oW@ZH{ETx*px86$h7H9Wf zAlU?PbSbeWh9khUuSMI0lz5Bc8*+4f1xI4(KvQz-t#m3~w-dKuZSi4q`6iZiKeL`5 zrB~^@-QQeSN7Fz{jxvb9mL;$z8QZF@tuoZ&s18;KcaceAaF;zCc@3=R$n~Ks-q*-w zE|q+UY$?u)oYUnzos;ty&sEDb<*~%GWwW4_WYyvk^APt1(Ebxz$z|g)4;;h~$4oelI0YV z^(b7{t9Z~~6+!VS{`Uk$q`VTK0`>I+3wWSk2~klA(|{78f%&i!z2?gXX-J9D@VrNf zU*lbmivV^=>DYpa28fab`S|O6&kM2z$~$re>Ss_0a3X`k00kHnQ#|uQrR$nM8&igr z#5Fz}hj%x;J3ucFdV2uwR7R9ucy}p%z?q=k$jkWqq0f5C06;yiOi>vG`rfK1C0V{% zQ#LDxd=*^oWWgw_a@CMz$zWKiP*Mtc+0=CDa=}~#{9eOe;=PhwDimehxO6Zm!E;Ps zFs2xUJ%@jM+ult{$C^XByQ|W;Vd@g-I7hFTl36W-N>#0<(yp|;?F!Pk;}iQO&GDJk zl;q&RR!~~XQ_0k%ia~)!mu9pQmF59hP_;Q(l^j87=_H+(E2?QAF%q?OITK_?wdt9W zi&WC)r6z&906AwqRiyEGRg=wjfn^++m-D!>xH>zg)UIMOeXwP+PUm%MEau8o&lwaJ^oc5F zD#bYpn>sH!^wf}mL$W!xi9eKn!InQ`@wh;>X#1QN?5J(L#c|b z*sEy?22RuJ+-b1ov*qh?5UfLmBYGz`UDza`$vgR%2++Zbht+5E*U-E}mbqn;1IT`s zdFVNngpg$cdQDzp`dun7aPiB+ZSEHD@R6JY5n_g1IcLQe2gi*UC=A6aTvGiNPR&-iI zPQ~=7S2G!F#h5B^3}|uR-~CiMJ>psOj*~KXx=n3=A}&f5-nZIsD-(V z9W{s3lZP@!!K4SuP#5F{YGlfVawZ34il%2UpfZk2l&fHCu23qNxm+za%hFW3iRcCG z#%XBYB#i{=O|J0QL-pju3V%l&sCN%QH~4Aa$ou{e=6^T6{*zbl^!*f2kx#q(>*4s? z+10c4#9)17vfeZBI3V-{SNOMrn;?u>KAoBsy_9!18juJxw-^8b+=48@d;2p>ZgMjz zP9KDUo18ujF9R7ReFR#42%1`lGl|xc??*Cpgg429Sl8O?tFNz%L;5Hno@_xHMxJKD zlIxB@V`N#L~|>N$Y6P6Bo(Cj>bb>p*%BjmPcOANZ>K+Dd{EjomjnrDqIXrPR4 z={lg|z0J4ISyjj{OX5zdr^wq$h_3i7Gs5+Tha*)kCCHnw;IEVw*`!XPcFH?ObbEKiLR;CHp_iKsEnjb|(j`sGFUq9_+Fl^q3pCSfpF*UTVmLxPL7PLi z^(64DI-0fFouXT$pRSLk;s14JtZ2L1SoLn#H2byX``J~`=$Jdt;UU_omrpJfER(Th zVEHP{O;{332`snS#i2c}4XmNKXHL$;%UCVqqzhZb3xG0y0}W&giG(}XL&^Gpv~u$L zkLsbm_0aD6XnN)3o$zoy6kiVw)%%BG=uABXbi`ef>{*OQC_;WQ+mNXOcl)id|P$&GLlXtj5>56$&(@^1LZ14#VStJC+w(neUS zclW<@{_XQ0@b|{2HpZtu+Wm)#k0%;l5*htB@kF9KGcbl3s{!8u;Heqd2{0gWpXOzO z1)Zlh2+N_{+1QCF_i&k>agr|@P?_Ccgz5YV5Aqztemyrfdhk zx(e&Nfez|07ToRn@jQVijJETHjko~hP9d&CA%0`^jdgK&rxC6j>;Zb_258o{r?utF zWR^4y!rj|pP#~9slNy|_bG5j$EH38fz~HP+-QL{mVX$o_#LTipdL^HOD-^Z-2wj3( zwU43Z^86NqT#IpCzTV=hYcK9qinoLP5WxCjY@Ub4K>2Q%9BCF1b zKbKRqJZvr2QXP$BVl6LJ3LOtumcVkWE+H(!@f7YSW>pU%CG!(@$i;M}vt7ce>-Y&o zpTq{!niV-N8}tWP@|0aib@W92ThQDjY&+~z9vZDyNu|@#9LDJdX2q6?EeWQ&CLQxX$Zp09Z zljPVYvNtA(FWT^MLh{C`M+9D*-X;Pvp)dN#;}OOj96%s!|G|bZEJQ)y*q-`<$@=JX zk0Q{25bwJ&yb&L74uUbe-cB|GNE#%4())pp-ibyCyI}&f!s;6h-UeA)8h*O=0R9X=??z5=lL z#JIBjOZKNYJ%BwPZ;I>&X&>%cEa7J-7H}*E^lvjlvrwe^F&sf_Ew8FA=oo62P}U12 zQ-2AEMzO(*(wE{9JIcSW&p;QmtMMOb8eWd$?vs(flhJ>X{rAb}ebRHE48h-HUykDv zD?fV-w{tGhIO!#Pc%}9iZ~tffz-PSlk7)O=3U8jO2jXkPtHbMkNB$aku|Z-&$45PX z6C*3~b+InS)zgHpd`Ye zSKc_al&zdec@u%L_XO|lW~sGP)~5Ed+N#v8_p-a?T&gYr$vr|irB+u->P~epSafa^ z=dSL4U(aA>0D_h`-pbt{Hxhfgzy7+XA76KW-`8I^{=BHj%HetR-uA#x0vz{O6v#X# z*|V(IaolxI-~`6QT^p!BbWvF!6-RB-I>nj^B?<*g! z=&NAx!lBCHs=lgWPoIZ{twYtrHGMV1wSBcZ&hPZs3AQu(Dipb|Ue7(j3HH}Hq3C_R zREIv^?_p2}ptcP3eYt{t4SLSspoAJ3rW2U13}#=`gw9)hpYVIUx>VtiINm?t8#w3p z>Qg3Re0VIFG7XLTgdiddMBj)I7zueTDZ`$TiIj0)U?7yT918hG-{~QL%6K#oMEKZP zC@?zW8%h~_C&v6K)5#G8Q^o;bFmxa7%^@eVUld2hpx2l(?HwH&6;n?3I_?vL{{0k{ zvN6DkiD1Y-oGL`_BSOD;_B2Xme%c=#9}1-k#lXP1e$hWB0$9Fp|A9RxkM{QW?tl8p zLp^(r_V*s#|K$EuQLkSd4xli-=lsJc%Zbp$kbgjK9rh}a1Iq{Cxz72yKAphz=>=V% zLC~Mo^%(_&-y|3X(;1^+e%;uIJ{2rNp&u^wiD2|w{DtH@V-~E4w@#S6wv@5|@jxit zv4kB9vH=|HF>Wq_M9!|5LxO_@c1 zXj~lW8IXILm6QAi{4H0)0p;o=^PVB2mJ$~U}xw;XU7Hq$c4_K!0FDhiO{*xkVy^?4(}kWVPuSn@Cyu`vW5=e}A}$TA(8nETc~s!MV&O zOWjfP%#JDJ?^u=r;8KRs(}NrPFa^B`mmX=@NJ+nL3``zc> zdoEGB{#J3KbW_~EDd{W~n~(-{hV~xu4g351Q`Y|e;Zb3Hi2U~c{+GvnLvjqhEQ}5S zT-e_q92yM;;Wc0wi;c)bw3B0llQNzj9UT(A@ZRKD{;c3)H6f7W!e4L?oY%QK#%=eC z%cl!2A4(f_rut|w&EXXbEz>J)HkjPeN75W#bG^6PZobI8w=aEc{L!nQ5>(2a@*KdQ z^0dmnR|{U#z3zgf^fN^do6VBrG97!{vM#wn1~m|55YoB}z94O)aP z6h6xdh2PTkSp};ICzFolpmVJ#%@1hrdB+fZHfE!fj%1v(OBG3v*kAR`}bP+b*=j-!6ECHNsl_ zTlcQ%JGwr*u>PU{I^Hc7I?*mgev{uJEg4jMVM8962QX;@t5ke7imy)b@rtiO@ii*G zX2sX4_}UepSMjY;d}|foM)(}8e4F5N`W=3kTIMs2!sge_eZ~F~K@_&UZd8`AQh!My zCj?nN89lJtNxm+DCgH8Gn-pv}(&x!tAWWn1h$i1MV21MIZu7eszFF9=$+;X0YlYDL zJ}qc?`YKs?hZ3%0;YXD)7HQz`RKnFPyh{n!u<&jrT+70bDd9R6-lK%U3LwA7l`zl3 zdzCOP{1w7JC5)vX;r&XuiG>d+;bwn}&_z@uJfUfoRvC5>3tJof7Q`Qdzg;-&_p&&n za0KBs{u1Q3Ryg{>lbIZa9=}7zIHu;P^vpW6_i^<5dPV_V{`KgOr&PSY4y5hG*Pcf1 z8-x?o2l%>C=tX#=CVUd%O^7Q1?lbUjX7!Ng2Ed-xszP%Wq7yRDADQRSAU13l-|E^vbLJbe2%wATeVZVjZiA5NBy`XPDavegP zG&6JwL>HsT^}vdH_xO!jwHniu?Fmp{cI?Zj(ZPxJ-iwUW@Wmkl?BT((D&34*Z=@}p;XA41?)`SzFC`z7x>fKG!iIxCKjj|fWa>9cA)z&?IteE76q zWLac*zTi4OI6iQWebg7^Pmc}>>-a#(HxwA){h@&l9z3hcAqM$#z6*YSGs@}<`Gehj z=$wCoAMlOv{s6opf7;KFjO1CYg+n&;I+L+RBp}$S|+w3h8Nw8#M`hD`V48q-G>Ck-6!3|eG55- zrYoMI_+E0JBd3p?7sz>$oUf4c5;>>I5y;8O*2sFrNF67V3P3zh&Ja1na0X;f zoGV6vL{)0gtY1?y_Fs zMhf&?1pfEs9PuUUK=wrR8VtP#L;VivX(U{Oz>Vu7;9ACYmvkbjAdL}|CS;13H6e4P zKocs6STrF^q)-zoj94`xYs97r*&=pL$Q~)ugo+{#O~?^(YC_I4MVi_uZ3UeQwS3Ma zUJhw$Dc8+)Nf)F#7DtSk+A0u}48dE*G0PCVWk`Vx!CQt{WC-3eq)>+7Ekmp_1aBE) zlOcG^5W5V)TZR{eyEsb>cL|j3Aq*!bUk=lekq@Bp9ao^!Wq}^i=dV$nRIZr0fcerorQKC|mLFpAX zB9xxX-;1c1LkH~}-d4Qzc$@K-`!P~%r!hujk3CRAx_hKyS_gnKI4P2bTPgmQkHfjn zg_NNf;X*VOvL{n9Q6GUSE<}TwJ^596naZ8uZt8lVt+NJ#fe|puSnowDQ_3_(s%0od zY32yh7iG1at$)~e-Y+d2;U=aYR+N?>5kNgYWM-h^AT!(-t9wFx#ocq+q_jz(2Bj++X97=PaL&fh?%iQNM zn(osC#?}V5O5ET5xRXn9-V(7J3B(=bkSqHo~J8XDgIQ z6Hm%WOQE=(fXV{qEtRyF>dg9OCv0_U7K8Xykh+}2ikwGMGBzSI?8t8ZFs0guhPlk8 z*KjS~DdSaZazodYanVu-wPWFvx_8IFee#37vA#t81}Go__`ykNAn{I{x%%el@Qm>N z>f0w5Htt1ITas^!IcJUEKlM??!j?mT6y2?FyytR9_r+a&(p4Jmns&~+T4H;WuJWi5 zcQwwt+G8&#T~#r6+|@GgT07T}bd^PWy%P4libb9yzfcFv%p zt%(JbE>EmE?rNQPb{~v5I&DBMSBuceGEsQymOLE^ zPshCH>02#uZa)I&BLU9GLcHt*wi>L`a9lAL(M-S?1qVEsi{MJn3GAMP_wE(_5Vm;; z*=@u(wt?}-w#_=;|MGa?f)ATgA(C$y*|tO2#!e1DJSzJ6F~4|bR2=q=ggUU>W$ih6 z^l1Ny-sg|*N60WR6x7Z@M#?#Cm1v**KSv3Iv_4$sJ~eYLPux<)N}shWLWO1pUxWv{ zBHW-djRGJ)n(0)Ioit#}$k4A$vn-@ct`Ul($$~u*JwggEBTz`;TUaQwbw=AzhJJ+$ z5DW+@s~w9|S36oiu-(@sIvUk0d+1ik9;h(Z&+mroW#lwlpimW<*P(4GBP+)qqX> zB(F%43oQX&qxd=jl-WOJVw4^vVxW4lSvqAsBaRNsYo$vfSQYZ;Kn;$X) zSUG8KV^2hfQKwh=zKEX2S@`;DgN$S?Uhsu{4;xhsQ5{rd7jTNn?l2R0Q5szWU}P2` zPLQ@x&G~aQg)*H_qU>Im_;tL#FpX13sT_~^8U=G09)m>kBs+>zaDvp;3aJ+|!lq(| zof=9fz+VwEr2wHj9zy6u!yt4}_Ns(_x4b&K@9pzM)^}@~VtZm27HT@;)tx^u-a7fi zQ{O+euwhTU^YM7qUY18@IMh!MQi`N90#cT9m<)%YOUp7Cpjnw_+2uJnw0nM8AK*q{ zHZY05d}~HTKd8_=lE}~d@_QfmmfFJRnF8YYdPGXtYNh;vF zbN?mZ@Ys-FRb$iiB_-V{t<)W(BkcoFvY+2cRuKsGvyfL({}cM2EIl|u*auf7@GMR9 zo)JYq&J)oqvnhJ)gp=svGW zGj^^5kTRV2Pozv>iN^gw>S$IqY0=P+j)X1j!)WTiLtOAFI2b!M-~p#!xFW_vQ^usl z{+8{E?Y8B|jvqM|wjEq@AG*0_u4!%@j9_WhH2r+clqhRia35N<98Nk*-kQ8J8SPzg zHpVTDf4^+t$`0$;XTRgx8O zD(FyJOg!+g#RTu%hjEK*pJ0|fq^9Bn*vc6XN*zVYLvRj)pK%cs9Ryd%rlXrWkw;!y zcCdgDpmhuvNo^(vD^ZSRn#j>`U<%#T0&z=?wD?gOGY<`3`dcQo)@tRQ)?en&a%>9F zE}U{6laRUd$=Q=&>;xS%su_Y$&wSVj2cyUhDy(6qAZSc1VNf*~HPe7WFlD8p=_%(y zDl<|QWTmoXrBc{QH7QaRB9%2Ol`Sik!d_;jvLltE%)&%v5F9Mk*Wq(!rB{~Gtn@CV zR}?lZeMwd-68Uo;l(iJ8+*xHU%Su&}lLSGeDo3h{tW=d*sq!!eNL7VYo~%^WS*gnN zeyawlYO_++u~gLa^;zljD4XzA9_bsh(l=(MqT!VDAXO7mHD{%2$x2m|lLSGeYDKEH ztW@n;sYvY0d63GBRBJS;xIsP#3BlK3n8D~fPuyVRO8l(+npeiZ)=c>cYgIfs|2()4 z&A)YJ{vr%bkpH?B`RBn^afJ1Q-j#W&%d;f32^~=JDQFn;ieL3$ChQEaf7-wPtbYV% zp%9*f%+gWaG~tP}(n@UiNe?M$yGZ90w$T1G?P*BUcQ3&T2!{O*X&!%$Kvn`tJ08+Z z-bc_Pf-0LA_tTgf#SkLcUPHK$WldA6I8H#?dyq1cwnoGY1pNv@ZGtVuavl z6?kUjMSPp!LvTLR@hRg7HrTyoOfi@;`^Ls#nJK9NzqAf-Gd_X*vC}AtlG|8#a5OLi zk&&l>RbvzR&si+&SA#i%BV<%G4q1gti<%sSeKQyQ&u}ht_iWB3TSJ2Wdy~zrQ-_mf z^-E=~iL%zI1If~grP8)UY1`C3m_AOA&O2KGiZ)!^cE|03b>#EkdVY56t;37%-2~ox zZ8w4UefQwE4$f}5W>Ic2u7+7tVGT_YJ#*GC4E3RN+ljco$u32qpYRm?AEG!y(0oXTpoF#$-!7 z8LQ3>F0^c)Z`phMnW=q?_D0|@Ia?CWmbj&5CC5VC3*%U5a$k*Ov11ni8o3=A9ySn! zodIlG_`n%V0^o#$*?ORLlCB0eHqhKCJl9ryLHu1fT8;}gv}7&<>QofaQuqjwr^IvJ zE3LTRJ<~n)YTQ!GYLK!sT~L3JS*T};T*Uvf`k3LaR-b9z>JaXnn0pI z>u0-nI1_UzgoQg*D2!elIV<`Ef675;1W0^@&K1Rzmf#pZ<}F~0ulNV>W5@5TDAGs7 z56F3s9GXglq=S@o43a4BlJ+sx9K+@EddxOKRroO)eUosQF4yjQtNTiK!d9ECt)JSP zEUUcUH`9k@xvKU?{cJs!>Z;nMDsQ67JGXCX-D3&-uX=3i@EvDWva~j)yS59fRkSEDTb!DNuIr3Df@gV(Jy)@av_9kV-@sy8I6H{7aOsNS_y{bZv0 z$%X1;i>~A9k||>+-Idp$oOyD|y*7cpvZD*`?Mv>132*~V?by63JEU7i;mbcY7>i5N zR?bss(>hj(R?2 zo;n+4M)?V@iBrvB^2zeeoY(;ARyU|@?BHYalbOE;mAO3=gEd6<4(Ol93VxBhWO$yt zsKZMBKYD0`YzQ^teJf>z;3(z=AIwxqcnC@wD_FVmL9%)CpE-lWN|HUS0wm^pG;-{9Mk0ow+Wf~vgog(eiKGBlqJlfG|d9+`4^&Ei+lB%(+T z=>}5LM#_l^6!nsH_6>V4I5I}(?k@UqxJ}ZvO#xRvyd@20$TD&RW;E0)fQIjWB*5^k zG!%O8mX=QkuTRWO#L5;b+7?RN}|;^<}Bbi0Pp@XL%DGFg`jg>tIWW$+@h% zYL4hh$9sY^Y6w(NG{9fedG%q>aj0eaGXW76q!4P>_du|b*M@Mj{}N7yk@6FCG356F zg<`YOFi@<|kQS1)B#vagj-rS^BIg>MAQcf^A+?}&3}5SKUkl6ISt{gBYQuFvX9~CS z8q6DowNv|{a8EdS>|kB9V}>cL#SX2rDqgjF!SPt!^4Ln|mOj{ozhyFHIKt`BE?{x; zE|aj$H~gONx(-V&Db!>(25FT?gRu&OsKHo;Rn%aZ@RdAlqXxqaj6BLV4MqVl@-RUf z3=1&wsLnJPg}}(8CevV8fsscgropfQBM%d#!LS1ZOlIz*!6*Vo9%YsW!vPFWZVotM zrS_Z?7gVgXiRgM2O=$4d1QO-$fC;vX6?br#EZRp)^#ei;FOh%%t< zFK@BB@%!a-WIM}jS1ni2D#9jp=FBdntW+k-r`Lvn%yEqc@G>%Xmo#dmTNap+mGSN1IuGfsU<`4O)NyO})g({uroPtDCvM z-~Te5mdy|eh5i79vAhPTu)T9uMO(gIw&-lTTiOt}H^?m5n_rE!e7EDhj)lfe3FoG` zWs@``Yv%v786cJWB?kd6o%4^DGU3=2;HTm@~ZS7tt{@3iDbd^TpRt zMAZONm99imR!T+yIWv*?r-)ItJrXJ2LQ4mIh@hj`7g@>$AENpO(6k z7MIn!k}1GCdcg&&Vy2|!Qp}VjWf#LGZ|dGXdg~C3^uFK9iZE+7BH)5Gklp$x50Iv(P!cTmngzGh+iO zale{4TqDs;{@8y@?b3*>Gn>?rD-o>2WUIOhdhW=3k)^g>iMCyF%dV9@NA1Mgsso;^ zB`Ys4{DC4lu(qhpD2ADJpju$a2tyMz45-GaIO!#&lOs8uoN}p&BwbBLIg$%spjwg| zPqNR1N$`yqW?xuzu8CXLtgIHzp{!c3!m}C)T!vAOc1Bj$WA)fcNSSw~BPpsT6*DUG z&V4fTX+|H)rjMOuqmXMo!?)8hQkpVwhI9Z%C1;6z&fr8RX~-aqjx*COZwG`|#@*38 zAyRQ9S(X?Ak+j~qRK&Q;%)p_qCaLK*08$u6&J+Yb-_(cyQWknQ;r)tw(bE*bDqZnlh(YpxwD+we`ff;5+F4jN|h_C!mJ z@_XTe^7ESUW%zYmW`kD6(IH)s1WZbo^JFmD_@Ggh^GxamJDEEJ0HC4Gcl zg2TQS|KcshTFGz~r&TqF(Ok5zh$D*5cMTEKw{`zaH))U9nO<2@x{wZe()y4#F;kle z1raOENfpa6LH{+PLhGy6i@J;s85-+ABG1aY^6l0SV%x+<-M@m(4%aW{WR%lE1JYCgzR$vmWhzzDRo0a$b@ z8Rp#*dx_=!l4>BDIXkD>5Bnx)vPUvIp;1@eE$kYX?plC>Dm!(@ zhs$}o-y-Lhj2(Q+0G=bfPRWDKda7lR%!0H5scju(9$5A82bj@IxC-aMSA3f|^S0iw zjXuUow}XcQm{=ptQQ?gUdL7~)6ZE&?K>beVa{Bl5_C9^+@sqv#Po#`6bQN&`Vr(c7 z5`RcI#t}#fOj|GhOG-#Pypjf=*7B4A+jNYv#HsGrDeB*mbB7%D>+eyJ1c{W1OnZZ= zqERt$maeAjr*O*1Todcg(vy2dHv zU%TA#vX-T?wTZH|3uWsUTpd8EZG6DBK@t9BvXoc03M9Ln&>NAv71h!Gu}yD(b=r8R zqWZ3fU-E2Bcs9m2J-OiNiMxB!dQ&lf*Ijk}$jp(Lalzd(=T5lSV+*Xhex~4FaapwN zTCFCJWX-yznhlAX4Y%A2HCv|(lchEB(q<*wr02j#p^whRD~~N3^ws5Q+Eat@>g|}e zMz`ZAA7xm6txl6+-a=vZpD_YAjy=p`Z*t4_X=}WC?cBaZ^~QPErnFgGp&dRwuH%Z!~whYj68+KO3*ypC{R8jJN*R#TENq z`k%Iz?cb^YnX7Prx9Mk9HT$=iezwI#{+)#f+Dtz;*Bodx{k+ixf64@gZrGp2W6%oE zc#OY>2unPMblf)tu=Gsoesk6 zs3HaVwj1aeMJ7KT&IJS0@I^2qrq|jdru=mlj31a34odnuE)aP5*U|2IwmU=%E0xwl zJMX54jAv16gZ%Psen|N#yc1J|@M=3}d~$wT8*grq)D1b0jAv87E7%8Ha*z;IZCD`X z6otzq`~AHqPRL8Xh}#r9&PwU-?GEFr3>cks^Wh3o8m$-n1EVl-#p#pva>N1gCXmA= z>PnZ12^XJ%smc0_{=nIDp>Af}8ZKcVw&r!igpIC!3VU*L?p94%!?i2ou;BUE%a_oE zt5!s3j77tGEQF#r z(34pKrQKU*9CI!-JS1yt+>DFqpi-;Q&6vJ|ebRzx#!Nl$>Rhbq#Pp2Qg@$CY`?_bw zGi4^lE)=%_my};$H?t0_AT+>_zVT?XwmIgXegxaT2yc61+r2fNbL*!~OLT&}_4di7 zoyQY9kH?>SW?|>E*p?}x-QY6MlDjqGZoTWOieskVzqIc0#Ja~n+PmO7h#9-gF|{8{ zl)X4^t4Vt5mptnep7nG71y9%1kvsO1>1U&-ZuHOg$7|NdOFI_roq)y5*3F&zu>WR% zeBI7?>8?fl?xd|GZmUar8kRhr2~X!O(?>0FPv?T?Aj<>#lsVgn&YRA7+qQV=_C8CERCKz3G3CX9U}UWqGVBrW@g%A>Z|YV9UVSR7h*|Y zW5<8d;ZQ!%mB1Q4cNNAw$hT*1D?Y`@h0Z2254)&rK+0W{PhNhRB_M8DJ(IkWW4>t+ zQ>eChnVh?D0AS4Fe}z9~BOX&C++dIv5zw|o)|h2j6*DStIrtn1dAS~lP&&FfuvuH* z9-6Y(F5W#p*O+F+P*OY zK%Ka}h=%`7>mu{>M$q8VSJ{)FI|7C}obvC)>C{8Z$V1WkW%4DvRrMeR^+?WgdYKD=|Yt%0>4HHC?4P|t-*Alrtn3HJ5Y6?kgszI`r)$$ zn>sKqq`PS(yS9LU4VnNhno&hxttBeRjuYt&^lwg`N}5zjlfMXGmLAne70jsY$xo*# zgSUVNkNIPW!W~0HF1xgU~l>XQji?Us{i<>RQV)DpjQb z%Bg5}awlu7(l}*fm2AiV|5!z9XdckLvJb&_0u-qW(uz*Kt^=c{Qj<*f0z;9+*r-%c zviBI+h%$yRuQsBjVL|E~w!p90uF7mRJVdR<##%Suqg)(<+vQ%s zkut1UyfUP+SUhFrqg%Y#XwtGCa{sG)a2bhgwG+nL>o-7S$}XEiNRZjoD>;BcVnNOW zjEAj^`iHKJn(I996=f|@KZUOlQ^g)!o1?knBcj7joU-R2tX!=$*L`3u(yOBi`*M19 z1mU~+Rx-`y9_;!KbNJ_)al|&{aA!vVCem!*pPA{ha~3q7K9~7o1CGp~v#v9s;ggd| zo+~@78QJXDT>{n7C>`5Z7P_7TP}6=L?YsJ&AJ`_!zg@`Ix2+UQ;}S|>p8TYI&2!U- zO}gKJ4bE_}G&VJ$8#E-ZBPoVt30GN@y-}zPmM_2L(I~sqwN1Nac>6Sf4rQ-!^=0k= zEF1m+WlTAS{AYaw6a5zh_;HSl!IY7-0^bCDZ^6DKx~W{f;@&n-ocLa ztE58=4vWDp_+|keaf5Vd@$JLh^E8goz;1!Is8^gb`XUktwHMp7$r=QE!0NHx8|-NW znbm667-(!%$(RNL(}T!I19R`1k`689yF^<$zeM+XVC1q&jAmaowO2j#)Y1F&$^Cne z9X z5%q!u*-`xhjsSN9CjJpQY{#A!L>P(i1o&U%5K%JnOPOd(Bbc&Cb@L0%fK{3`B*7QI zcSE(#m_JIPKc>-l5t&@(KH*_OHyw#rtc6kD)DhXrZr-&gDlFA)PSkC_b#$R_&y?v- z*Y@d?(Jj%oSaGZ?);d>^DBW;7G-V+z26p^sNA8u>z+~se*%zb7<~Gjte%N=jZ|>-A z^X*Hw2S0YiT}+cxMn-UzQ%*_Nqal-dNTy;#=XH2!=wN8rbeba#5#`+Eq{h}ZAMp<= zD@Z1DNL*aL6E^CJ9gw_Es~?`wdkx_~dsc)#f!VT2ypzA$n!XO!>p%NK5M1KE{zxErZbRPHfi_Lc*=|##ZD2* zMrj=JbhKPkrq6WN9^5YTRWu0BwM_)+PGVe*9m1v=Rgtd6B`Yo-@r=N-Wf$CwAIius z^Zp!>bZcq;sT6V2G@EBCRqei1P6?N@YIq(NQYKP-UE$DCP5A*u zV*eUn&l88dRINbXof9Rs!pmp!C5`#RH3s>#1WtCI7p2X|N$K*XAn7cO@qsTYqXad| ztAWS|mD4KxA-G)Hx|B2n+>^n&sJF61N~_ zKDbxC4lY3boQF^R4qfk+7oMRkeBYKSz({@m638{oTMBJ@MwLq65??A=Xv?NwU&nX8 zFdN5&Dke`6nKKhYCSzsTxG6wWg>>a1o8_|gcE*06AY`Th^53N?U@M4;u9$F5?Tqff zapd>uUIeTl(t?1KZ&OE;)%7=j}IbXdM zw=wLvxr2a}*a^S!mD#V%*FHKI`f&2*Bmq6xL0@Xvm}uB|>*Ugw!-*}2<6Van4TqEV z;w5`+!d@FQE%93t_;26xi9z3Br9`z@YFfNY&D#>q+iq`J+HpLA|INoKssURBH`dOs zo%d|U^$nhz9#*QnAC?eVyi~1d%Z;_azxHljQ@nXMY;Pytn}Fxm{vRIx{$Y3)>K>aq z^gGAy)ivH2oE@C6dt`3^hevK6nL2d!Sf=vMO4tRgT>og+V(Z^a@T?~Bsq58hHynsA zoMl&LB4i~$8f!F#iVPwaSebwS74Whs!67Tig?!|Idq+S6I8&kAJHmp0OGL2_IlzA3IJhlZZCr{+W%M_}W^wi5B%Y+@%xZGeM&`zNrB zi5&#^fE;F1LYhp;@Rnvbk)}tn5l+fBFyspcr4^kSw}@9L?oD#uCWo#L|569M&LV@9 z1-}-E3vNRbB55kbe?iW7$SEac1Wlk*R7QiTeK%$NqzLL|iK z2-lc%;zmMjBBz0zs*FS37c4-V{xv{`!H0RG&^c{R7m(k=722nsNf(me$`uw*x2J97 zw-fxibP@R-T%mjVRN6^?7r{@Zi^*TY6}qM?(xv2gOKHoj8}$-RW&y z$EIZGW*8p9*a-7xvbi1BwB%`QrT_4>cnQ+fM*o51UH_o%u+G#=w|l!Pqo$}ob|N~M zsPrbBYtjW$jD;)lL|bB}STJTyc-AJ0*QE=k7%S(jm=0YTN!z5bokMR5SH6-ilEMzI zxGL(NaipD6*u}YPqWflcrHiF-34POe<<)el6n1CuarYpVshqytJX4phkiwOjaFrDH zWbmt{a1B>h8||IxN!Lo@x=jA{QkdsTtD{{r9q9%s+?WYBNntc>#dPq>aJoebx3c<0 z_r^-22WMVQI9iwG#=_2_x%h!zZ}Kb~;7gMaCxb8D!7?Z@l|`S633Hoo8RoXVHc|#nTOMK70AV9f*KWy^Y_UyaSx#H=nq?UyX8|wMaoM!*?TX8X zDOJgv2ayUFEj|9`rOO8u&plHSHBD`_6eqn+wNxGl1EekMOs&z8{izR2W_4x~A}VgnE8McJ~vi_=B~ zF@&f`Or|}$Smm5I(a@FVC~&*#0ej1>LZGyx*wh@ou*~6=ZZ()TNB7dtYHp70Tc%gq zng>*5@;rmH@=WU@_{rlSeJAURPxOtZy4bFp}Wx=8_eX%7Bd1rO*Y z*B!p}2EFOHPN_BpZawlTdgQoHq&0E?f69{)K9^qrDDMv@+XNGSZ4XyU`OWwRMEcR> z0{q6G!C#0_f#z5GtO9;ISuhAj{Gv`Fuxv68{fx4G!sxZ9q+9V%;9}bI;gUU28Nj35 zuMzCPFFr948Rsz^Q!C$o~^5;@r{gE3h0 ziFH;SUH?tG{NB(Lwm&M# zH>}Q|>2`@##JBt|(g!JL*<1uCsp+Z{u(;BZmrUU#pot1cEEft_TpJZ`oS!`(?VsBd zcXq@r9V?4THKw92^Kck*k9Y1Pu*<Se_xGE685^=#77-ByIi4y`6Wy)w?tE7p>Xs4Ey8#ZMa z8y(9XabhzN)vyP6HQLFN(k)~DOa$a%L5iuCc<G=?Z`V!&eYR)kPl4HqsJ_ku!wq*9eW@j)kWf8J4AqOB00f-EdOU&N+D_ z4-pAX*(1)VF^XO+1HVz4zAc4bG&A%sfF;ig1B*mD*-o~cdyE^)Qjodu(b*~U)LT=h z-hI1v<}vz%HuXNMdu`4f=K3J&=h;leCeHgEn_cL%SXl}5Q%%=v+APRM%m*#s0#%Sc z$6U(zIp(!(KgfnseL8e(ggJ&(i-gq^z$_9*42cpWMkPb0DXLsk3?)I3ZLuKd`hM!nN1-7m`Gfbkvo1RzlXITmGv^aYqQlN3>x4Bzu$Ppg+ zz!pGxwFG35bfqpafeTkR22xaRLOSG@R4d1VG2ykLidtC*BbQDSUR7t~}hUcGdHQ<9*9okeFe?#Pgmu9) zgH#>cCEQciID*BCNVXus(gh=-6QiaVj-(gF2b_mNpsuj^7;es+CRWCbP=$IFhxOQK zz*D>_APc0gk&!JA@;mS6ci!0j{r>OvFXa#P)aC8FzO8*zyLsq`n=h=yT}pIV|#X z>vl9915jm-fdd(k6)=|N=Rg~@`bIpQ@a6U*9z(+p2e@K z$FW~_{Ip{!H+e5UDQ*d65_6S;y`n-~M=lGb1~ySWZ04|p*g3++v2)6CoD{e2Fw+c@ zrs*_k+eSWZnjg38c4W~_lQtVr%1!8vnTcETmw>xPL>A(DJcA}An2h%hkZa^gOjYBn z*_gVmAJ^0^%f(V(#^=j#is!>baa9GmpO@8>lCTN}&B#1Vj6GG636H_xn6p#2T+@U< z2DQa4@eiS%t-H())LCZR&3V1)mZt4CtChzB&F{10zE=FteYNnF2}}Qhu#`$ z0x-mi3xLH9cVVDBynZUt>!*Uf%*&|W{Jgr-!o2u?G^!!L55r-H3e=v(kA}D(;|D>9 zjp>~O(w8MkS|O#sNoj>_hwmdf|EE%0QfmKdMd_sUgdpu7B1*b9|C_vZMcKQeyz(eL h`qk^#i(enRad;_xU}5TaCDGgS>3jVYQO3oY{{j5q^}hfB diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc deleted file mode 100644 index 4e524cc3d82eb020f8fd04bf30fca97adee8122c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 39610 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc deleted file mode 100644 index 530dbfb2f5e2e22573b14c5b652702541e41bbf2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3346 zcma)8TWlOx89pR*UlVm7n2DywN_t)`dt zno%}1X6v?5jn(4ixa6^FqLwTtHO38|!gs>hO0ne*ogHI#{5-Q0S9O)OoYomn+ete$ z$?T5H8e#gfb~P4RGt!!|J4w$xMRKHp;w_tX`)^2+< zS+_{*);8<9*=>dGA&Mv%L2Srr_(5v4?mM1asRr?}>3Wri8mwB-dDN?VVoW%s`7};G zULoT1akT`6nP{;3D3MEyv$AHhvTkc-ql4CM8$4#m=oja49z(C}1Wz=%94BpkB5kM6 z$IHoCy^s#FV_ei6Dranp*LdX>s;1W*M=7Qc#hh+%+x+AdcTIk_?g`&p3Y{IjJLnckx?j~m~t|gf81phx0 zw7dEItY1*oxAM52s8y=wUUdKDohm^oy=IlnrZ-_eXhs24DR&!=KdTZpS{Y9XXL8E_ zUm1H$FWTk*$Q^~sr8dY*m?NIc*Vc^2`JO3womc$-Dx_%k@rlZG)o;KFfvTpFAl>SA zkZyG(NT{_02{mt!5Zs>@?sz=9k8lAu=(jpSaEbZ2ALVCGdx_04Yi-QI@MwH06oTB4e{`Q5z}51%iTnt8ze<>+H1bQPPc7kk~d0qr(Uwi&Gtk|IO9_#KRPIuJQv0KY>=`n$8~(m zI@f*MDJnMgF4Xf8f_Zi;$9C<%a{8Ki@Ivg3)Q-2zp0>gE-7kOi%8B3afA|M8OLrfB zefuL9VsECltWqEo>j?@e%;i>U+_HkSWz{@;x(eQDS)Z7$R3l5$vTSdhA*^+BYs4?(Y13q4ziqJo6O~; zq$#$3)5ViZ`CZE$a-3%Cw=Q%ooLSnsZz+H8vJ71AWa-?kEbMAZ%(iHR|H7nZ6BZ4D z+o%PFl-NZ=!3gJX*CWT>O|@VM$=iiiDyU5lsYb#Ym%%j4FOcun+ctnEa?ZTS345pAZV^e75kfxnXE?VBqA0#dSRNo)LKh%Um2T9v7x~B;pGM5A-(y6{z z;EwuUrg^YsF0KTn+&w@V#_@WY?0{;@=I|L${>H>rpAq*1~ zl9cKn7|Ff650VkCqf00NB`Jsp!RvqnQV4P2!W!URDTrt3qV{W23Skj~?3t}Rq+mkr zBUm)TBjAq_gvSZc7?HpT=Qu=h(arF%60j}dWdd=p5&{U{hk#(pflU<182$ll zN~$3qxZ#%prwM5GbKsvQ5Mbggfo#Tm&|OG#kc@B;!Zirk1DZfK=9f^&%tz8wV8uKbVE=mtseE2O0uSg**&_!TxBrF0z6{|jfENkKO-}oD z;^9{z&}}13jP4;2RY>X)5`G54fD+{F=OLh>C79qn1Y%YSA$lw@PxC=l z1eXBQNFg62{MkDFWovs2#K{t5<-6AM)!$9^Do)nbKTh?&HR%73*nxa$1a$ZHf4uj} zp)qT$|B2zjk=`L|Y@mO*KS&Obj*LFmI~e5p28W0H`>f`;b7b(?z?e1q)X?DZfgpeU z#4)S?>BmQ(pbQ8UcOf-ShI|#hpL$5W)DDY9(lq)teoC-xXqxs8+q=Z}{+aE0n|Rv=t_?$hPgd9@}_5mc6NW#1l8W2v)am-lkt;-762U z%$Do1JlSvRX)<=F$hc#3MxRfv+{ZTTyn}6nKA$67euqq&zb!7W&v#PJu3dMC>(ZB4 HUM}w6dG!)p diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc deleted file mode 100644 index a7c7d5c0d938295628d08c29a62215e2334ddf83..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 58961 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc deleted file mode 100644 index d069f04cd7dd77a58dd93c53cae7cfbbdee81469..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6338 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≤tseYHG!H)ZJ?ILuL{>iJOK~0 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 ZuL9F2)+r+qQ^T(*XEvljl#48a{{`4vwAlav diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py deleted file mode 100644 index 36286df..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py +++ /dev/null @@ -1,451 +0,0 @@ -# Auto generated by make_terminal_widths.py - -CELL_WIDTHS = [ - (0, 0, 0), - (1, 31, -1), - (127, 159, -1), - (768, 879, 0), - (1155, 1161, 0), - (1425, 1469, 0), - (1471, 1471, 0), - (1473, 1474, 0), - (1476, 1477, 0), - (1479, 1479, 0), - (1552, 1562, 0), - (1611, 1631, 0), - (1648, 1648, 0), - (1750, 1756, 0), - (1759, 1764, 0), - (1767, 1768, 0), - (1770, 1773, 0), - (1809, 1809, 0), - (1840, 1866, 0), - (1958, 1968, 0), - (2027, 2035, 0), - (2045, 2045, 0), - (2070, 2073, 0), - (2075, 2083, 0), - (2085, 2087, 0), - (2089, 2093, 0), - (2137, 2139, 0), - (2259, 2273, 0), - (2275, 2306, 0), - (2362, 2362, 0), - (2364, 2364, 0), - (2369, 2376, 0), - (2381, 2381, 0), - (2385, 2391, 0), - (2402, 2403, 0), - (2433, 2433, 0), - (2492, 2492, 0), - (2497, 2500, 0), - (2509, 2509, 0), - (2530, 2531, 0), - (2558, 2558, 0), - (2561, 2562, 0), - (2620, 2620, 0), - (2625, 2626, 0), - (2631, 2632, 0), - (2635, 2637, 0), - (2641, 2641, 0), - (2672, 2673, 0), - (2677, 2677, 0), - (2689, 2690, 0), - (2748, 2748, 0), - (2753, 2757, 0), - (2759, 2760, 0), - (2765, 2765, 0), - (2786, 2787, 0), - (2810, 2815, 0), - (2817, 2817, 0), - (2876, 2876, 0), - (2879, 2879, 0), - (2881, 2884, 0), - (2893, 2893, 0), - (2901, 2902, 0), - (2914, 2915, 0), - (2946, 2946, 0), - (3008, 3008, 0), - (3021, 3021, 0), - (3072, 3072, 0), - (3076, 3076, 0), - (3134, 3136, 0), - (3142, 3144, 0), - (3146, 3149, 0), - (3157, 3158, 0), - (3170, 3171, 0), - (3201, 3201, 0), - (3260, 3260, 0), - (3263, 3263, 0), - (3270, 3270, 0), - (3276, 3277, 0), - (3298, 3299, 0), - (3328, 3329, 0), - (3387, 3388, 0), - (3393, 3396, 0), - (3405, 3405, 0), - (3426, 3427, 0), - (3457, 3457, 0), - (3530, 3530, 0), - (3538, 3540, 0), - (3542, 3542, 0), - (3633, 3633, 0), - (3636, 3642, 0), - (3655, 3662, 0), - (3761, 3761, 0), - (3764, 3772, 0), - (3784, 3789, 0), - (3864, 3865, 0), - (3893, 3893, 0), - (3895, 3895, 0), - (3897, 3897, 0), - (3953, 3966, 0), - (3968, 3972, 0), - (3974, 3975, 0), - (3981, 3991, 0), - (3993, 4028, 0), - (4038, 4038, 0), - (4141, 4144, 0), - (4146, 4151, 0), - (4153, 4154, 0), - (4157, 4158, 0), - (4184, 4185, 0), - (4190, 4192, 0), - (4209, 4212, 0), - (4226, 4226, 0), - (4229, 4230, 0), - (4237, 4237, 0), - (4253, 4253, 0), - (4352, 4447, 2), - (4957, 4959, 0), - (5906, 5908, 0), - (5938, 5940, 0), - (5970, 5971, 0), - (6002, 6003, 0), - (6068, 6069, 0), - (6071, 6077, 0), - (6086, 6086, 0), - (6089, 6099, 0), - (6109, 6109, 0), - (6155, 6157, 0), - (6277, 6278, 0), - (6313, 6313, 0), - (6432, 6434, 0), - (6439, 6440, 0), - (6450, 6450, 0), - (6457, 6459, 0), - (6679, 6680, 0), - (6683, 6683, 0), - (6742, 6742, 0), - (6744, 6750, 0), - (6752, 6752, 0), - (6754, 6754, 0), - (6757, 6764, 0), - (6771, 6780, 0), - (6783, 6783, 0), - (6832, 6848, 0), - (6912, 6915, 0), - (6964, 6964, 0), - (6966, 6970, 0), - (6972, 6972, 0), - (6978, 6978, 0), - (7019, 7027, 0), - (7040, 7041, 0), - (7074, 7077, 0), - (7080, 7081, 0), - (7083, 7085, 0), - (7142, 7142, 0), - (7144, 7145, 0), - (7149, 7149, 0), - (7151, 7153, 0), - (7212, 7219, 0), - (7222, 7223, 0), - (7376, 7378, 0), - (7380, 7392, 0), - (7394, 7400, 0), - (7405, 7405, 0), - (7412, 7412, 0), - (7416, 7417, 0), - (7616, 7673, 0), - (7675, 7679, 0), - (8203, 8207, 0), - (8232, 8238, 0), - (8288, 8291, 0), - (8400, 8432, 0), - (8986, 8987, 2), - (9001, 9002, 2), - (9193, 9196, 2), - (9200, 9200, 2), - (9203, 9203, 2), - (9725, 9726, 2), - (9748, 9749, 2), - (9800, 9811, 2), - (9855, 9855, 2), - (9875, 9875, 2), - (9889, 9889, 2), - (9898, 9899, 2), - (9917, 9918, 2), - (9924, 9925, 2), - (9934, 9934, 2), - (9940, 9940, 2), - (9962, 9962, 2), - (9970, 9971, 2), - (9973, 9973, 2), - (9978, 9978, 2), - (9981, 9981, 2), - (9989, 9989, 2), - (9994, 9995, 2), - (10024, 10024, 2), - (10060, 10060, 2), - (10062, 10062, 2), - (10067, 10069, 2), - (10071, 10071, 2), - (10133, 10135, 2), - (10160, 10160, 2), - (10175, 10175, 2), - (11035, 11036, 2), - (11088, 11088, 2), - (11093, 11093, 2), - (11503, 11505, 0), - (11647, 11647, 0), - (11744, 11775, 0), - (11904, 11929, 2), - (11931, 12019, 2), - (12032, 12245, 2), - (12272, 12283, 2), - (12288, 12329, 2), - (12330, 12333, 0), - (12334, 12350, 2), - (12353, 12438, 2), - (12441, 12442, 0), - (12443, 12543, 2), - (12549, 12591, 2), - (12593, 12686, 2), - (12688, 12771, 2), - (12784, 12830, 2), - (12832, 12871, 2), - (12880, 19903, 2), - (19968, 42124, 2), - (42128, 42182, 2), - (42607, 42610, 0), - (42612, 42621, 0), - (42654, 42655, 0), - (42736, 42737, 0), - (43010, 43010, 0), - (43014, 43014, 0), - (43019, 43019, 0), - (43045, 43046, 0), - (43052, 43052, 0), - (43204, 43205, 0), - (43232, 43249, 0), - (43263, 43263, 0), - (43302, 43309, 0), - (43335, 43345, 0), - (43360, 43388, 2), - (43392, 43394, 0), - (43443, 43443, 0), - (43446, 43449, 0), - (43452, 43453, 0), - (43493, 43493, 0), - (43561, 43566, 0), - (43569, 43570, 0), - (43573, 43574, 0), - (43587, 43587, 0), - (43596, 43596, 0), - (43644, 43644, 0), - (43696, 43696, 0), - (43698, 43700, 0), - (43703, 43704, 0), - (43710, 43711, 0), - (43713, 43713, 0), - (43756, 43757, 0), - (43766, 43766, 0), - (44005, 44005, 0), - (44008, 44008, 0), - (44013, 44013, 0), - (44032, 55203, 2), - (63744, 64255, 2), - (64286, 64286, 0), - (65024, 65039, 0), - (65040, 65049, 2), - (65056, 65071, 0), - (65072, 65106, 2), - (65108, 65126, 2), - (65128, 65131, 2), - (65281, 65376, 2), - (65504, 65510, 2), - (66045, 66045, 0), - (66272, 66272, 0), - (66422, 66426, 0), - (68097, 68099, 0), - (68101, 68102, 0), - (68108, 68111, 0), - (68152, 68154, 0), - (68159, 68159, 0), - (68325, 68326, 0), - (68900, 68903, 0), - (69291, 69292, 0), - (69446, 69456, 0), - (69633, 69633, 0), - (69688, 69702, 0), - (69759, 69761, 0), - (69811, 69814, 0), - (69817, 69818, 0), - (69888, 69890, 0), - (69927, 69931, 0), - (69933, 69940, 0), - (70003, 70003, 0), - (70016, 70017, 0), - (70070, 70078, 0), - (70089, 70092, 0), - (70095, 70095, 0), - (70191, 70193, 0), - (70196, 70196, 0), - (70198, 70199, 0), - (70206, 70206, 0), - (70367, 70367, 0), - (70371, 70378, 0), - (70400, 70401, 0), - (70459, 70460, 0), - (70464, 70464, 0), - (70502, 70508, 0), - (70512, 70516, 0), - (70712, 70719, 0), - (70722, 70724, 0), - (70726, 70726, 0), - (70750, 70750, 0), - (70835, 70840, 0), - (70842, 70842, 0), - (70847, 70848, 0), - (70850, 70851, 0), - (71090, 71093, 0), - (71100, 71101, 0), - (71103, 71104, 0), - (71132, 71133, 0), - (71219, 71226, 0), - (71229, 71229, 0), - (71231, 71232, 0), - (71339, 71339, 0), - (71341, 71341, 0), - (71344, 71349, 0), - (71351, 71351, 0), - (71453, 71455, 0), - (71458, 71461, 0), - (71463, 71467, 0), - (71727, 71735, 0), - (71737, 71738, 0), - (71995, 71996, 0), - (71998, 71998, 0), - (72003, 72003, 0), - (72148, 72151, 0), - (72154, 72155, 0), - (72160, 72160, 0), - (72193, 72202, 0), - (72243, 72248, 0), - (72251, 72254, 0), - (72263, 72263, 0), - (72273, 72278, 0), - (72281, 72283, 0), - (72330, 72342, 0), - (72344, 72345, 0), - (72752, 72758, 0), - (72760, 72765, 0), - (72767, 72767, 0), - (72850, 72871, 0), - (72874, 72880, 0), - (72882, 72883, 0), - (72885, 72886, 0), - (73009, 73014, 0), - (73018, 73018, 0), - (73020, 73021, 0), - (73023, 73029, 0), - (73031, 73031, 0), - (73104, 73105, 0), - (73109, 73109, 0), - (73111, 73111, 0), - (73459, 73460, 0), - (92912, 92916, 0), - (92976, 92982, 0), - (94031, 94031, 0), - (94095, 94098, 0), - (94176, 94179, 2), - (94180, 94180, 0), - (94192, 94193, 2), - (94208, 100343, 2), - (100352, 101589, 2), - (101632, 101640, 2), - (110592, 110878, 2), - (110928, 110930, 2), - (110948, 110951, 2), - (110960, 111355, 2), - (113821, 113822, 0), - (119143, 119145, 0), - (119163, 119170, 0), - (119173, 119179, 0), - (119210, 119213, 0), - (119362, 119364, 0), - (121344, 121398, 0), - (121403, 121452, 0), - (121461, 121461, 0), - (121476, 121476, 0), - (121499, 121503, 0), - (121505, 121519, 0), - (122880, 122886, 0), - (122888, 122904, 0), - (122907, 122913, 0), - (122915, 122916, 0), - (122918, 122922, 0), - (123184, 123190, 0), - (123628, 123631, 0), - (125136, 125142, 0), - (125252, 125258, 0), - (126980, 126980, 2), - (127183, 127183, 2), - (127374, 127374, 2), - (127377, 127386, 2), - (127488, 127490, 2), - (127504, 127547, 2), - (127552, 127560, 2), - (127568, 127569, 2), - (127584, 127589, 2), - (127744, 127776, 2), - (127789, 127797, 2), - (127799, 127868, 2), - (127870, 127891, 2), - (127904, 127946, 2), - (127951, 127955, 2), - (127968, 127984, 2), - (127988, 127988, 2), - (127992, 128062, 2), - (128064, 128064, 2), - (128066, 128252, 2), - (128255, 128317, 2), - (128331, 128334, 2), - (128336, 128359, 2), - (128378, 128378, 2), - (128405, 128406, 2), - (128420, 128420, 2), - (128507, 128591, 2), - (128640, 128709, 2), - (128716, 128716, 2), - (128720, 128722, 2), - (128725, 128727, 2), - (128747, 128748, 2), - (128756, 128764, 2), - (128992, 129003, 2), - (129292, 129338, 2), - (129340, 129349, 2), - (129351, 129400, 2), - (129402, 129483, 2), - (129485, 129535, 2), - (129648, 129652, 2), - (129656, 129658, 2), - (129664, 129670, 2), - (129680, 129704, 2), - (129712, 129718, 2), - (129728, 129730, 2), - (129744, 129750, 2), - (131072, 196605, 2), - (196608, 262141, 2), - (917760, 917999, 0), -] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py deleted file mode 100644 index 1f2877b..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py +++ /dev/null @@ -1,3610 +0,0 @@ -EMOJI = { - "1st_place_medal": "🥇", - "2nd_place_medal": "🥈", - "3rd_place_medal": "🥉", - "ab_button_(blood_type)": "🆎", - "atm_sign": "🏧", - "a_button_(blood_type)": "🅰", - "afghanistan": "🇦🇫", - "albania": "🇦🇱", - "algeria": "🇩🇿", - "american_samoa": "🇦🇸", - "andorra": "🇦🇩", - "angola": "🇦🇴", - "anguilla": "🇦🇮", - "antarctica": "🇦🇶", - "antigua_&_barbuda": "🇦🇬", - "aquarius": "♒", - "argentina": "🇦🇷", - "aries": "♈", - "armenia": "🇦🇲", - "aruba": "🇦🇼", - "ascension_island": "🇦🇨", - "australia": "🇦🇺", - "austria": "🇦🇹", - "azerbaijan": "🇦🇿", - "back_arrow": "🔙", - "b_button_(blood_type)": "🅱", - "bahamas": "🇧🇸", - "bahrain": "🇧🇭", - "bangladesh": "🇧🇩", - "barbados": "🇧🇧", - "belarus": "🇧🇾", - "belgium": "🇧🇪", - "belize": "🇧🇿", - "benin": "🇧🇯", - "bermuda": "🇧🇲", - "bhutan": "🇧🇹", - "bolivia": "🇧🇴", - "bosnia_&_herzegovina": "🇧🇦", - "botswana": "🇧🇼", - "bouvet_island": "🇧🇻", - "brazil": "🇧🇷", - "british_indian_ocean_territory": "🇮🇴", - "british_virgin_islands": "🇻🇬", - "brunei": "🇧🇳", - "bulgaria": "🇧🇬", - "burkina_faso": "🇧🇫", - "burundi": "🇧🇮", - "cl_button": "🆑", - "cool_button": "🆒", - "cambodia": "🇰🇭", - "cameroon": "🇨🇲", - "canada": "🇨🇦", - "canary_islands": "🇮🇨", - "cancer": "♋", - "cape_verde": "🇨🇻", - "capricorn": "♑", - "caribbean_netherlands": "🇧🇶", - "cayman_islands": "🇰🇾", - "central_african_republic": "🇨🇫", - "ceuta_&_melilla": "🇪🇦", - "chad": "🇹🇩", - "chile": "🇨🇱", - "china": "🇨🇳", - "christmas_island": "🇨🇽", - "christmas_tree": "🎄", - "clipperton_island": "🇨🇵", - "cocos_(keeling)_islands": "🇨🇨", - "colombia": "🇨🇴", - "comoros": "🇰🇲", - "congo_-_brazzaville": "🇨🇬", - "congo_-_kinshasa": "🇨🇩", - "cook_islands": "🇨🇰", - "costa_rica": "🇨🇷", - "croatia": "🇭🇷", - "cuba": "🇨🇺", - "curaçao": "🇨🇼", - "cyprus": "🇨🇾", - "czechia": "🇨🇿", - "côte_d’ivoire": "🇨🇮", - "denmark": "🇩🇰", - "diego_garcia": "🇩🇬", - "djibouti": "🇩🇯", - "dominica": "🇩🇲", - "dominican_republic": "🇩🇴", - "end_arrow": "🔚", - "ecuador": "🇪🇨", - "egypt": "🇪🇬", - "el_salvador": "🇸🇻", - "england": "🏴\U000e0067\U000e0062\U000e0065\U000e006e\U000e0067\U000e007f", - "equatorial_guinea": "🇬🇶", - "eritrea": "🇪🇷", - "estonia": "🇪🇪", - "ethiopia": "🇪🇹", - "european_union": "🇪🇺", - "free_button": "🆓", - "falkland_islands": "🇫🇰", - "faroe_islands": "🇫🇴", - "fiji": "🇫🇯", - "finland": "🇫🇮", - "france": "🇫🇷", - "french_guiana": "🇬🇫", - "french_polynesia": "🇵🇫", - "french_southern_territories": "🇹🇫", - "gabon": "🇬🇦", - "gambia": "🇬🇲", - "gemini": "♊", - "georgia": "🇬🇪", - "germany": "🇩🇪", - "ghana": "🇬🇭", - "gibraltar": "🇬🇮", - "greece": "🇬🇷", - "greenland": "🇬🇱", - "grenada": "🇬🇩", - "guadeloupe": "🇬🇵", - "guam": "🇬🇺", - "guatemala": "🇬🇹", - "guernsey": "🇬🇬", - "guinea": "🇬🇳", - "guinea-bissau": "🇬🇼", - "guyana": "🇬🇾", - "haiti": "🇭🇹", - "heard_&_mcdonald_islands": "🇭🇲", - "honduras": "🇭🇳", - "hong_kong_sar_china": "🇭🇰", - "hungary": "🇭🇺", - "id_button": "🆔", - "iceland": "🇮🇸", - "india": "🇮🇳", - "indonesia": "🇮🇩", - "iran": "🇮🇷", - "iraq": "🇮🇶", - "ireland": "🇮🇪", - "isle_of_man": "🇮🇲", - "israel": "🇮🇱", - "italy": "🇮🇹", - "jamaica": "🇯🇲", - "japan": "🗾", - "japanese_acceptable_button": "🉑", - "japanese_application_button": "🈸", - "japanese_bargain_button": "🉐", - "japanese_castle": "🏯", - "japanese_congratulations_button": "㊗", - "japanese_discount_button": "🈹", - "japanese_dolls": "🎎", - "japanese_free_of_charge_button": "🈚", - "japanese_here_button": "🈁", - "japanese_monthly_amount_button": "🈷", - "japanese_no_vacancy_button": "🈵", - "japanese_not_free_of_charge_button": "🈶", - "japanese_open_for_business_button": "🈺", - "japanese_passing_grade_button": "🈴", - "japanese_post_office": "🏣", - "japanese_prohibited_button": "🈲", - "japanese_reserved_button": "🈯", - "japanese_secret_button": "㊙", - "japanese_service_charge_button": "🈂", - "japanese_symbol_for_beginner": "🔰", - "japanese_vacancy_button": "🈳", - "jersey": "🇯🇪", - "jordan": "🇯🇴", - "kazakhstan": "🇰🇿", - "kenya": "🇰🇪", - "kiribati": "🇰🇮", - "kosovo": "🇽🇰", - "kuwait": "🇰🇼", - "kyrgyzstan": "🇰🇬", - "laos": "🇱🇦", - "latvia": "🇱🇻", - "lebanon": "🇱🇧", - "leo": "♌", - "lesotho": "🇱🇸", - "liberia": "🇱🇷", - "libra": "♎", - "libya": "🇱🇾", - "liechtenstein": "🇱🇮", - "lithuania": "🇱🇹", - "luxembourg": "🇱🇺", - "macau_sar_china": "🇲🇴", - "macedonia": "🇲🇰", - "madagascar": "🇲🇬", - "malawi": "🇲🇼", - "malaysia": "🇲🇾", - "maldives": "🇲🇻", - "mali": "🇲🇱", - "malta": "🇲🇹", - "marshall_islands": "🇲🇭", - "martinique": "🇲🇶", - "mauritania": "🇲🇷", - "mauritius": "🇲🇺", - "mayotte": "🇾🇹", - "mexico": "🇲🇽", - "micronesia": "🇫🇲", - "moldova": "🇲🇩", - "monaco": "🇲🇨", - "mongolia": "🇲🇳", - "montenegro": "🇲🇪", - "montserrat": "🇲🇸", - "morocco": "🇲🇦", - "mozambique": "🇲🇿", - "mrs._claus": "🤶", - "mrs._claus_dark_skin_tone": "🤶🏿", - "mrs._claus_light_skin_tone": "🤶🏻", - "mrs._claus_medium-dark_skin_tone": "🤶🏾", - "mrs._claus_medium-light_skin_tone": "🤶🏼", - "mrs._claus_medium_skin_tone": "🤶🏽", - "myanmar_(burma)": "🇲🇲", - "new_button": "🆕", - "ng_button": "🆖", - "namibia": "🇳🇦", - "nauru": "🇳🇷", - "nepal": "🇳🇵", - "netherlands": "🇳🇱", - "new_caledonia": "🇳🇨", - "new_zealand": "🇳🇿", - "nicaragua": "🇳🇮", - "niger": "🇳🇪", - "nigeria": "🇳🇬", - "niue": "🇳🇺", - "norfolk_island": "🇳🇫", - "north_korea": "🇰🇵", - "northern_mariana_islands": "🇲🇵", - "norway": "🇳🇴", - "ok_button": "🆗", - "ok_hand": "👌", - "ok_hand_dark_skin_tone": "👌🏿", - "ok_hand_light_skin_tone": "👌🏻", - "ok_hand_medium-dark_skin_tone": "👌🏾", - "ok_hand_medium-light_skin_tone": "👌🏼", - "ok_hand_medium_skin_tone": "👌🏽", - "on!_arrow": "🔛", - "o_button_(blood_type)": "🅾", - "oman": "🇴🇲", - "ophiuchus": "⛎", - "p_button": "🅿", - "pakistan": "🇵🇰", - "palau": "🇵🇼", - "palestinian_territories": "🇵🇸", - "panama": "🇵🇦", - "papua_new_guinea": "🇵🇬", - "paraguay": "🇵🇾", - "peru": "🇵🇪", - "philippines": "🇵🇭", - "pisces": "♓", - "pitcairn_islands": "🇵🇳", - "poland": "🇵🇱", - "portugal": "🇵🇹", - "puerto_rico": "🇵🇷", - "qatar": "🇶🇦", - "romania": "🇷🇴", - "russia": "🇷🇺", - "rwanda": "🇷🇼", - "réunion": "🇷🇪", - "soon_arrow": "🔜", - "sos_button": "🆘", - "sagittarius": "♐", - "samoa": "🇼🇸", - "san_marino": "🇸🇲", - "santa_claus": "🎅", - "santa_claus_dark_skin_tone": "🎅🏿", - "santa_claus_light_skin_tone": "🎅🏻", - "santa_claus_medium-dark_skin_tone": "🎅🏾", - "santa_claus_medium-light_skin_tone": "🎅🏼", - "santa_claus_medium_skin_tone": "🎅🏽", - "saudi_arabia": "🇸🇦", - "scorpio": "♏", - "scotland": "🏴\U000e0067\U000e0062\U000e0073\U000e0063\U000e0074\U000e007f", - "senegal": "🇸🇳", - "serbia": "🇷🇸", - "seychelles": "🇸🇨", - "sierra_leone": "🇸🇱", - "singapore": "🇸🇬", - "sint_maarten": "🇸🇽", - "slovakia": "🇸🇰", - "slovenia": "🇸🇮", - "solomon_islands": "🇸🇧", - "somalia": "🇸🇴", - "south_africa": "🇿🇦", - "south_georgia_&_south_sandwich_islands": "🇬🇸", - "south_korea": "🇰🇷", - "south_sudan": "🇸🇸", - "spain": "🇪🇸", - "sri_lanka": "🇱🇰", - "st._barthélemy": "🇧🇱", - "st._helena": "🇸🇭", - "st._kitts_&_nevis": "🇰🇳", - "st._lucia": "🇱🇨", - "st._martin": "🇲🇫", - "st._pierre_&_miquelon": "🇵🇲", - "st._vincent_&_grenadines": "🇻🇨", - "statue_of_liberty": "🗽", - "sudan": "🇸🇩", - "suriname": "🇸🇷", - "svalbard_&_jan_mayen": "🇸🇯", - "swaziland": "🇸🇿", - "sweden": "🇸🇪", - "switzerland": "🇨🇭", - "syria": "🇸🇾", - "são_tomé_&_príncipe": "🇸🇹", - "t-rex": "🦖", - "top_arrow": "🔝", - "taiwan": "🇹🇼", - "tajikistan": "🇹🇯", - "tanzania": "🇹🇿", - "taurus": "♉", - "thailand": "🇹🇭", - "timor-leste": "🇹🇱", - "togo": "🇹🇬", - "tokelau": "🇹🇰", - "tokyo_tower": "🗼", - "tonga": "🇹🇴", - "trinidad_&_tobago": "🇹🇹", - "tristan_da_cunha": "🇹🇦", - "tunisia": "🇹🇳", - "turkey": "🦃", - "turkmenistan": "🇹🇲", - "turks_&_caicos_islands": "🇹🇨", - "tuvalu": "🇹🇻", - "u.s._outlying_islands": "🇺🇲", - "u.s._virgin_islands": "🇻🇮", - "up!_button": "🆙", - "uganda": "🇺🇬", - "ukraine": "🇺🇦", - "united_arab_emirates": "🇦🇪", - "united_kingdom": "🇬🇧", - "united_nations": "🇺🇳", - "united_states": "🇺🇸", - "uruguay": "🇺🇾", - "uzbekistan": "🇺🇿", - "vs_button": "🆚", - "vanuatu": "🇻🇺", - "vatican_city": "🇻🇦", - "venezuela": "🇻🇪", - "vietnam": "🇻🇳", - "virgo": "♍", - "wales": "🏴\U000e0067\U000e0062\U000e0077\U000e006c\U000e0073\U000e007f", - "wallis_&_futuna": "🇼🇫", - "western_sahara": "🇪🇭", - "yemen": "🇾🇪", - "zambia": "🇿🇲", - "zimbabwe": "🇿🇼", - "abacus": "🧮", - "adhesive_bandage": "🩹", - "admission_tickets": "🎟", - "adult": "🧑", - "adult_dark_skin_tone": "🧑🏿", - "adult_light_skin_tone": "🧑🏻", - "adult_medium-dark_skin_tone": "🧑🏾", - "adult_medium-light_skin_tone": "🧑🏼", - "adult_medium_skin_tone": "🧑🏽", - "aerial_tramway": "🚡", - "airplane": "✈", - "airplane_arrival": "🛬", - "airplane_departure": "🛫", - "alarm_clock": "⏰", - "alembic": "⚗", - "alien": "👽", - "alien_monster": "👾", - "ambulance": "🚑", - "american_football": "🏈", - "amphora": "🏺", - "anchor": "⚓", - "anger_symbol": "💢", - "angry_face": "😠", - "angry_face_with_horns": "👿", - "anguished_face": "😧", - "ant": "🐜", - "antenna_bars": "📶", - "anxious_face_with_sweat": "😰", - "articulated_lorry": "🚛", - "artist_palette": "🎨", - "astonished_face": "😲", - "atom_symbol": "⚛", - "auto_rickshaw": "🛺", - "automobile": "🚗", - "avocado": "🥑", - "axe": "🪓", - "baby": "👶", - "baby_angel": "👼", - "baby_angel_dark_skin_tone": "👼🏿", - "baby_angel_light_skin_tone": "👼🏻", - "baby_angel_medium-dark_skin_tone": "👼🏾", - "baby_angel_medium-light_skin_tone": "👼🏼", - "baby_angel_medium_skin_tone": "👼🏽", - "baby_bottle": "🍼", - "baby_chick": "🐤", - "baby_dark_skin_tone": "👶🏿", - "baby_light_skin_tone": "👶🏻", - "baby_medium-dark_skin_tone": "👶🏾", - "baby_medium-light_skin_tone": "👶🏼", - "baby_medium_skin_tone": "👶🏽", - "baby_symbol": "🚼", - "backhand_index_pointing_down": "👇", - "backhand_index_pointing_down_dark_skin_tone": "👇🏿", - "backhand_index_pointing_down_light_skin_tone": "👇🏻", - "backhand_index_pointing_down_medium-dark_skin_tone": "👇🏾", - "backhand_index_pointing_down_medium-light_skin_tone": "👇🏼", - "backhand_index_pointing_down_medium_skin_tone": "👇🏽", - "backhand_index_pointing_left": "👈", - "backhand_index_pointing_left_dark_skin_tone": "👈🏿", - "backhand_index_pointing_left_light_skin_tone": "👈🏻", - "backhand_index_pointing_left_medium-dark_skin_tone": "👈🏾", - "backhand_index_pointing_left_medium-light_skin_tone": "👈🏼", - "backhand_index_pointing_left_medium_skin_tone": "👈🏽", - "backhand_index_pointing_right": "👉", - "backhand_index_pointing_right_dark_skin_tone": "👉🏿", - "backhand_index_pointing_right_light_skin_tone": "👉🏻", - "backhand_index_pointing_right_medium-dark_skin_tone": "👉🏾", - "backhand_index_pointing_right_medium-light_skin_tone": "👉🏼", - "backhand_index_pointing_right_medium_skin_tone": "👉🏽", - "backhand_index_pointing_up": "👆", - "backhand_index_pointing_up_dark_skin_tone": "👆🏿", - "backhand_index_pointing_up_light_skin_tone": "👆🏻", - "backhand_index_pointing_up_medium-dark_skin_tone": "👆🏾", - "backhand_index_pointing_up_medium-light_skin_tone": "👆🏼", - "backhand_index_pointing_up_medium_skin_tone": "👆🏽", - "bacon": "🥓", - "badger": "🦡", - "badminton": "🏸", - "bagel": "🥯", - "baggage_claim": "🛄", - "baguette_bread": "🥖", - "balance_scale": "⚖", - "bald": "🦲", - "bald_man": "👨\u200d🦲", - "bald_woman": "👩\u200d🦲", - "ballet_shoes": "🩰", - "balloon": "🎈", - "ballot_box_with_ballot": "🗳", - "ballot_box_with_check": "☑", - "banana": "🍌", - "banjo": "🪕", - "bank": "🏦", - "bar_chart": "📊", - "barber_pole": "💈", - "baseball": "⚾", - "basket": "🧺", - "basketball": "🏀", - "bat": "🦇", - "bathtub": "🛁", - "battery": "🔋", - "beach_with_umbrella": "🏖", - "beaming_face_with_smiling_eyes": "😁", - "bear_face": "🐻", - "bearded_person": "🧔", - "bearded_person_dark_skin_tone": "🧔🏿", - "bearded_person_light_skin_tone": "🧔🏻", - "bearded_person_medium-dark_skin_tone": "🧔🏾", - "bearded_person_medium-light_skin_tone": "🧔🏼", - "bearded_person_medium_skin_tone": "🧔🏽", - "beating_heart": "💓", - "bed": "🛏", - "beer_mug": "🍺", - "bell": "🔔", - "bell_with_slash": "🔕", - "bellhop_bell": "🛎", - "bento_box": "🍱", - "beverage_box": "🧃", - "bicycle": "🚲", - "bikini": "👙", - "billed_cap": "🧢", - "biohazard": "☣", - "bird": "🐦", - "birthday_cake": "🎂", - "black_circle": "⚫", - "black_flag": "🏴", - "black_heart": "🖤", - "black_large_square": "⬛", - "black_medium-small_square": "◾", - "black_medium_square": "◼", - "black_nib": "✒", - "black_small_square": "▪", - "black_square_button": "🔲", - "blond-haired_man": "👱\u200d♂️", - "blond-haired_man_dark_skin_tone": "👱🏿\u200d♂️", - "blond-haired_man_light_skin_tone": "👱🏻\u200d♂️", - "blond-haired_man_medium-dark_skin_tone": "👱🏾\u200d♂️", - "blond-haired_man_medium-light_skin_tone": "👱🏼\u200d♂️", - "blond-haired_man_medium_skin_tone": "👱🏽\u200d♂️", - "blond-haired_person": "👱", - "blond-haired_person_dark_skin_tone": "👱🏿", - "blond-haired_person_light_skin_tone": "👱🏻", - "blond-haired_person_medium-dark_skin_tone": "👱🏾", - "blond-haired_person_medium-light_skin_tone": "👱🏼", - "blond-haired_person_medium_skin_tone": "👱🏽", - "blond-haired_woman": "👱\u200d♀️", - "blond-haired_woman_dark_skin_tone": "👱🏿\u200d♀️", - "blond-haired_woman_light_skin_tone": "👱🏻\u200d♀️", - "blond-haired_woman_medium-dark_skin_tone": "👱🏾\u200d♀️", - "blond-haired_woman_medium-light_skin_tone": "👱🏼\u200d♀️", - "blond-haired_woman_medium_skin_tone": "👱🏽\u200d♀️", - "blossom": "🌼", - "blowfish": "🐡", - "blue_book": "📘", - "blue_circle": "🔵", - "blue_heart": "💙", - "blue_square": "🟦", - "boar": "🐗", - "bomb": "💣", - "bone": "🦴", - "bookmark": "🔖", - "bookmark_tabs": "📑", - "books": "📚", - "bottle_with_popping_cork": "🍾", - "bouquet": "💐", - "bow_and_arrow": "🏹", - "bowl_with_spoon": "🥣", - "bowling": "🎳", - "boxing_glove": "🥊", - "boy": "👦", - "boy_dark_skin_tone": "👦🏿", - "boy_light_skin_tone": "👦🏻", - "boy_medium-dark_skin_tone": "👦🏾", - "boy_medium-light_skin_tone": "👦🏼", - "boy_medium_skin_tone": "👦🏽", - "brain": "🧠", - "bread": "🍞", - "breast-feeding": "🤱", - "breast-feeding_dark_skin_tone": "🤱🏿", - "breast-feeding_light_skin_tone": "🤱🏻", - "breast-feeding_medium-dark_skin_tone": "🤱🏾", - "breast-feeding_medium-light_skin_tone": "🤱🏼", - "breast-feeding_medium_skin_tone": "🤱🏽", - "brick": "🧱", - "bride_with_veil": "👰", - "bride_with_veil_dark_skin_tone": "👰🏿", - "bride_with_veil_light_skin_tone": "👰🏻", - "bride_with_veil_medium-dark_skin_tone": "👰🏾", - "bride_with_veil_medium-light_skin_tone": "👰🏼", - "bride_with_veil_medium_skin_tone": "👰🏽", - "bridge_at_night": "🌉", - "briefcase": "💼", - "briefs": "🩲", - "bright_button": "🔆", - "broccoli": "🥦", - "broken_heart": "💔", - "broom": "🧹", - "brown_circle": "🟤", - "brown_heart": "🤎", - "brown_square": "🟫", - "bug": "🐛", - "building_construction": "🏗", - "bullet_train": "🚅", - "burrito": "🌯", - "bus": "🚌", - "bus_stop": "🚏", - "bust_in_silhouette": "👤", - "busts_in_silhouette": "👥", - "butter": "🧈", - "butterfly": "🦋", - "cactus": "🌵", - "calendar": "📆", - "call_me_hand": "🤙", - "call_me_hand_dark_skin_tone": "🤙🏿", - "call_me_hand_light_skin_tone": "🤙🏻", - "call_me_hand_medium-dark_skin_tone": "🤙🏾", - "call_me_hand_medium-light_skin_tone": "🤙🏼", - "call_me_hand_medium_skin_tone": "🤙🏽", - "camel": "🐫", - "camera": "📷", - "camera_with_flash": "📸", - "camping": "🏕", - "candle": "🕯", - "candy": "🍬", - "canned_food": "🥫", - "canoe": "🛶", - "card_file_box": "🗃", - "card_index": "📇", - "card_index_dividers": "🗂", - "carousel_horse": "🎠", - "carp_streamer": "🎏", - "carrot": "🥕", - "castle": "🏰", - "cat": "🐱", - "cat_face": "🐱", - "cat_face_with_tears_of_joy": "😹", - "cat_face_with_wry_smile": "😼", - "chains": "⛓", - "chair": "🪑", - "chart_decreasing": "📉", - "chart_increasing": "📈", - "chart_increasing_with_yen": "💹", - "cheese_wedge": "🧀", - "chequered_flag": "🏁", - "cherries": "🍒", - "cherry_blossom": "🌸", - "chess_pawn": "♟", - "chestnut": "🌰", - "chicken": "🐔", - "child": "🧒", - "child_dark_skin_tone": "🧒🏿", - "child_light_skin_tone": "🧒🏻", - "child_medium-dark_skin_tone": "🧒🏾", - "child_medium-light_skin_tone": "🧒🏼", - "child_medium_skin_tone": "🧒🏽", - "children_crossing": "🚸", - "chipmunk": "🐿", - "chocolate_bar": "🍫", - "chopsticks": "🥢", - "church": "⛪", - "cigarette": "🚬", - "cinema": "🎦", - "circled_m": "Ⓜ", - "circus_tent": "🎪", - "cityscape": "🏙", - "cityscape_at_dusk": "🌆", - "clamp": "🗜", - "clapper_board": "🎬", - "clapping_hands": "👏", - "clapping_hands_dark_skin_tone": "👏🏿", - "clapping_hands_light_skin_tone": "👏🏻", - "clapping_hands_medium-dark_skin_tone": "👏🏾", - "clapping_hands_medium-light_skin_tone": "👏🏼", - "clapping_hands_medium_skin_tone": "👏🏽", - "classical_building": "🏛", - "clinking_beer_mugs": "🍻", - "clinking_glasses": "🥂", - "clipboard": "📋", - "clockwise_vertical_arrows": "🔃", - "closed_book": "📕", - "closed_mailbox_with_lowered_flag": "📪", - "closed_mailbox_with_raised_flag": "📫", - "closed_umbrella": "🌂", - "cloud": "☁", - "cloud_with_lightning": "🌩", - "cloud_with_lightning_and_rain": "⛈", - "cloud_with_rain": "🌧", - "cloud_with_snow": "🌨", - "clown_face": "🤡", - "club_suit": "♣", - "clutch_bag": "👝", - "coat": "🧥", - "cocktail_glass": "🍸", - "coconut": "🥥", - "coffin": "⚰", - "cold_face": "🥶", - "collision": "💥", - "comet": "☄", - "compass": "🧭", - "computer_disk": "💽", - "computer_mouse": "🖱", - "confetti_ball": "🎊", - "confounded_face": "😖", - "confused_face": "😕", - "construction": "🚧", - "construction_worker": "👷", - "construction_worker_dark_skin_tone": "👷🏿", - "construction_worker_light_skin_tone": "👷🏻", - "construction_worker_medium-dark_skin_tone": "👷🏾", - "construction_worker_medium-light_skin_tone": "👷🏼", - "construction_worker_medium_skin_tone": "👷🏽", - "control_knobs": "🎛", - "convenience_store": "🏪", - "cooked_rice": "🍚", - "cookie": "🍪", - "cooking": "🍳", - "copyright": "©", - "couch_and_lamp": "🛋", - "counterclockwise_arrows_button": "🔄", - "couple_with_heart": "💑", - "couple_with_heart_man_man": "👨\u200d❤️\u200d👨", - "couple_with_heart_woman_man": "👩\u200d❤️\u200d👨", - "couple_with_heart_woman_woman": "👩\u200d❤️\u200d👩", - "cow": "🐮", - "cow_face": "🐮", - "cowboy_hat_face": "🤠", - "crab": "🦀", - "crayon": "🖍", - "credit_card": "💳", - "crescent_moon": "🌙", - "cricket": "🦗", - "cricket_game": "🏏", - "crocodile": "🐊", - "croissant": "🥐", - "cross_mark": "❌", - "cross_mark_button": "❎", - "crossed_fingers": "🤞", - "crossed_fingers_dark_skin_tone": "🤞🏿", - "crossed_fingers_light_skin_tone": "🤞🏻", - "crossed_fingers_medium-dark_skin_tone": "🤞🏾", - "crossed_fingers_medium-light_skin_tone": "🤞🏼", - "crossed_fingers_medium_skin_tone": "🤞🏽", - "crossed_flags": "🎌", - "crossed_swords": "⚔", - "crown": "👑", - "crying_cat_face": "😿", - "crying_face": "😢", - "crystal_ball": "🔮", - "cucumber": "🥒", - "cupcake": "🧁", - "cup_with_straw": "🥤", - "curling_stone": "🥌", - "curly_hair": "🦱", - "curly-haired_man": "👨\u200d🦱", - "curly-haired_woman": "👩\u200d🦱", - "curly_loop": "➰", - "currency_exchange": "💱", - "curry_rice": "🍛", - "custard": "🍮", - "customs": "🛃", - "cut_of_meat": "🥩", - "cyclone": "🌀", - "dagger": "🗡", - "dango": "🍡", - "dashing_away": "💨", - "deaf_person": "🧏", - "deciduous_tree": "🌳", - "deer": "🦌", - "delivery_truck": "🚚", - "department_store": "🏬", - "derelict_house": "🏚", - "desert": "🏜", - "desert_island": "🏝", - "desktop_computer": "🖥", - "detective": "🕵", - "detective_dark_skin_tone": "🕵🏿", - "detective_light_skin_tone": "🕵🏻", - "detective_medium-dark_skin_tone": "🕵🏾", - "detective_medium-light_skin_tone": "🕵🏼", - "detective_medium_skin_tone": "🕵🏽", - "diamond_suit": "♦", - "diamond_with_a_dot": "💠", - "dim_button": "🔅", - "direct_hit": "🎯", - "disappointed_face": "😞", - "diving_mask": "🤿", - "diya_lamp": "🪔", - "dizzy": "💫", - "dizzy_face": "😵", - "dna": "🧬", - "dog": "🐶", - "dog_face": "🐶", - "dollar_banknote": "💵", - "dolphin": "🐬", - "door": "🚪", - "dotted_six-pointed_star": "🔯", - "double_curly_loop": "➿", - "double_exclamation_mark": "‼", - "doughnut": "🍩", - "dove": "🕊", - "down-left_arrow": "↙", - "down-right_arrow": "↘", - "down_arrow": "⬇", - "downcast_face_with_sweat": "😓", - "downwards_button": "🔽", - "dragon": "🐉", - "dragon_face": "🐲", - "dress": "👗", - "drooling_face": "🤤", - "drop_of_blood": "🩸", - "droplet": "💧", - "drum": "🥁", - "duck": "🦆", - "dumpling": "🥟", - "dvd": "📀", - "e-mail": "📧", - "eagle": "🦅", - "ear": "👂", - "ear_dark_skin_tone": "👂🏿", - "ear_light_skin_tone": "👂🏻", - "ear_medium-dark_skin_tone": "👂🏾", - "ear_medium-light_skin_tone": "👂🏼", - "ear_medium_skin_tone": "👂🏽", - "ear_of_corn": "🌽", - "ear_with_hearing_aid": "🦻", - "egg": "🍳", - "eggplant": "🍆", - "eight-pointed_star": "✴", - "eight-spoked_asterisk": "✳", - "eight-thirty": "🕣", - "eight_o’clock": "🕗", - "eject_button": "⏏", - "electric_plug": "🔌", - "elephant": "🐘", - "eleven-thirty": "🕦", - "eleven_o’clock": "🕚", - "elf": "🧝", - "elf_dark_skin_tone": "🧝🏿", - "elf_light_skin_tone": "🧝🏻", - "elf_medium-dark_skin_tone": "🧝🏾", - "elf_medium-light_skin_tone": "🧝🏼", - "elf_medium_skin_tone": "🧝🏽", - "envelope": "✉", - "envelope_with_arrow": "📩", - "euro_banknote": "💶", - "evergreen_tree": "🌲", - "ewe": "🐑", - "exclamation_mark": "❗", - "exclamation_question_mark": "⁉", - "exploding_head": "🤯", - "expressionless_face": "😑", - "eye": "👁", - "eye_in_speech_bubble": "👁️\u200d🗨️", - "eyes": "👀", - "face_blowing_a_kiss": "😘", - "face_savoring_food": "😋", - "face_screaming_in_fear": "😱", - "face_vomiting": "🤮", - "face_with_hand_over_mouth": "🤭", - "face_with_head-bandage": "🤕", - "face_with_medical_mask": "😷", - "face_with_monocle": "🧐", - "face_with_open_mouth": "😮", - "face_with_raised_eyebrow": "🤨", - "face_with_rolling_eyes": "🙄", - "face_with_steam_from_nose": "😤", - "face_with_symbols_on_mouth": "🤬", - "face_with_tears_of_joy": "😂", - "face_with_thermometer": "🤒", - "face_with_tongue": "😛", - "face_without_mouth": "😶", - "factory": "🏭", - "fairy": "🧚", - "fairy_dark_skin_tone": "🧚🏿", - "fairy_light_skin_tone": "🧚🏻", - "fairy_medium-dark_skin_tone": "🧚🏾", - "fairy_medium-light_skin_tone": "🧚🏼", - "fairy_medium_skin_tone": "🧚🏽", - "falafel": "🧆", - "fallen_leaf": "🍂", - "family": "👪", - "family_man_boy": "👨\u200d👦", - "family_man_boy_boy": "👨\u200d👦\u200d👦", - "family_man_girl": "👨\u200d👧", - "family_man_girl_boy": "👨\u200d👧\u200d👦", - "family_man_girl_girl": "👨\u200d👧\u200d👧", - "family_man_man_boy": "👨\u200d👨\u200d👦", - "family_man_man_boy_boy": "👨\u200d👨\u200d👦\u200d👦", - "family_man_man_girl": "👨\u200d👨\u200d👧", - "family_man_man_girl_boy": "👨\u200d👨\u200d👧\u200d👦", - "family_man_man_girl_girl": "👨\u200d👨\u200d👧\u200d👧", - "family_man_woman_boy": "👨\u200d👩\u200d👦", - "family_man_woman_boy_boy": "👨\u200d👩\u200d👦\u200d👦", - "family_man_woman_girl": "👨\u200d👩\u200d👧", - "family_man_woman_girl_boy": "👨\u200d👩\u200d👧\u200d👦", - "family_man_woman_girl_girl": "👨\u200d👩\u200d👧\u200d👧", - "family_woman_boy": "👩\u200d👦", - "family_woman_boy_boy": "👩\u200d👦\u200d👦", - "family_woman_girl": "👩\u200d👧", - "family_woman_girl_boy": "👩\u200d👧\u200d👦", - "family_woman_girl_girl": "👩\u200d👧\u200d👧", - "family_woman_woman_boy": "👩\u200d👩\u200d👦", - "family_woman_woman_boy_boy": "👩\u200d👩\u200d👦\u200d👦", - "family_woman_woman_girl": "👩\u200d👩\u200d👧", - "family_woman_woman_girl_boy": "👩\u200d👩\u200d👧\u200d👦", - "family_woman_woman_girl_girl": "👩\u200d👩\u200d👧\u200d👧", - "fast-forward_button": "⏩", - "fast_down_button": "⏬", - "fast_reverse_button": "⏪", - "fast_up_button": "⏫", - "fax_machine": "📠", - "fearful_face": "😨", - "female_sign": "♀", - "ferris_wheel": "🎡", - "ferry": "⛴", - "field_hockey": "🏑", - "file_cabinet": "🗄", - "file_folder": "📁", - "film_frames": "🎞", - "film_projector": "📽", - "fire": "🔥", - "fire_extinguisher": "🧯", - "firecracker": "🧨", - "fire_engine": "🚒", - "fireworks": "🎆", - "first_quarter_moon": "🌓", - "first_quarter_moon_face": "🌛", - "fish": "🐟", - "fish_cake_with_swirl": "🍥", - "fishing_pole": "🎣", - "five-thirty": "🕠", - "five_o’clock": "🕔", - "flag_in_hole": "⛳", - "flamingo": "🦩", - "flashlight": "🔦", - "flat_shoe": "🥿", - "fleur-de-lis": "⚜", - "flexed_biceps": "💪", - "flexed_biceps_dark_skin_tone": "💪🏿", - "flexed_biceps_light_skin_tone": "💪🏻", - "flexed_biceps_medium-dark_skin_tone": "💪🏾", - "flexed_biceps_medium-light_skin_tone": "💪🏼", - "flexed_biceps_medium_skin_tone": "💪🏽", - "floppy_disk": "💾", - "flower_playing_cards": "🎴", - "flushed_face": "😳", - "flying_disc": "🥏", - "flying_saucer": "🛸", - "fog": "🌫", - "foggy": "🌁", - "folded_hands": "🙏", - "folded_hands_dark_skin_tone": "🙏🏿", - "folded_hands_light_skin_tone": "🙏🏻", - "folded_hands_medium-dark_skin_tone": "🙏🏾", - "folded_hands_medium-light_skin_tone": "🙏🏼", - "folded_hands_medium_skin_tone": "🙏🏽", - "foot": "🦶", - "footprints": "👣", - "fork_and_knife": "🍴", - "fork_and_knife_with_plate": "🍽", - "fortune_cookie": "🥠", - "fountain": "⛲", - "fountain_pen": "🖋", - "four-thirty": "🕟", - "four_leaf_clover": "🍀", - "four_o’clock": "🕓", - "fox_face": "🦊", - "framed_picture": "🖼", - "french_fries": "🍟", - "fried_shrimp": "🍤", - "frog_face": "🐸", - "front-facing_baby_chick": "🐥", - "frowning_face": "☹", - "frowning_face_with_open_mouth": "😦", - "fuel_pump": "⛽", - "full_moon": "🌕", - "full_moon_face": "🌝", - "funeral_urn": "⚱", - "game_die": "🎲", - "garlic": "🧄", - "gear": "⚙", - "gem_stone": "💎", - "genie": "🧞", - "ghost": "👻", - "giraffe": "🦒", - "girl": "👧", - "girl_dark_skin_tone": "👧🏿", - "girl_light_skin_tone": "👧🏻", - "girl_medium-dark_skin_tone": "👧🏾", - "girl_medium-light_skin_tone": "👧🏼", - "girl_medium_skin_tone": "👧🏽", - "glass_of_milk": "🥛", - "glasses": "👓", - "globe_showing_americas": "🌎", - "globe_showing_asia-australia": "🌏", - "globe_showing_europe-africa": "🌍", - "globe_with_meridians": "🌐", - "gloves": "🧤", - "glowing_star": "🌟", - "goal_net": "🥅", - "goat": "🐐", - "goblin": "👺", - "goggles": "🥽", - "gorilla": "🦍", - "graduation_cap": "🎓", - "grapes": "🍇", - "green_apple": "🍏", - "green_book": "📗", - "green_circle": "🟢", - "green_heart": "💚", - "green_salad": "🥗", - "green_square": "🟩", - "grimacing_face": "😬", - "grinning_cat_face": "😺", - "grinning_cat_face_with_smiling_eyes": "😸", - "grinning_face": "😀", - "grinning_face_with_big_eyes": "😃", - "grinning_face_with_smiling_eyes": "😄", - "grinning_face_with_sweat": "😅", - "grinning_squinting_face": "😆", - "growing_heart": "💗", - "guard": "💂", - "guard_dark_skin_tone": "💂🏿", - "guard_light_skin_tone": "💂🏻", - "guard_medium-dark_skin_tone": "💂🏾", - "guard_medium-light_skin_tone": "💂🏼", - "guard_medium_skin_tone": "💂🏽", - "guide_dog": "🦮", - "guitar": "🎸", - "hamburger": "🍔", - "hammer": "🔨", - "hammer_and_pick": "⚒", - "hammer_and_wrench": "🛠", - "hamster_face": "🐹", - "hand_with_fingers_splayed": "🖐", - "hand_with_fingers_splayed_dark_skin_tone": "🖐🏿", - "hand_with_fingers_splayed_light_skin_tone": "🖐🏻", - "hand_with_fingers_splayed_medium-dark_skin_tone": "🖐🏾", - "hand_with_fingers_splayed_medium-light_skin_tone": "🖐🏼", - "hand_with_fingers_splayed_medium_skin_tone": "🖐🏽", - "handbag": "👜", - "handshake": "🤝", - "hatching_chick": "🐣", - "headphone": "🎧", - "hear-no-evil_monkey": "🙉", - "heart_decoration": "💟", - "heart_suit": "♥", - "heart_with_arrow": "💘", - "heart_with_ribbon": "💝", - "heavy_check_mark": "✔", - "heavy_division_sign": "➗", - "heavy_dollar_sign": "💲", - "heavy_heart_exclamation": "❣", - "heavy_large_circle": "⭕", - "heavy_minus_sign": "➖", - "heavy_multiplication_x": "✖", - "heavy_plus_sign": "➕", - "hedgehog": "🦔", - "helicopter": "🚁", - "herb": "🌿", - "hibiscus": "🌺", - "high-heeled_shoe": "👠", - "high-speed_train": "🚄", - "high_voltage": "⚡", - "hiking_boot": "🥾", - "hindu_temple": "🛕", - "hippopotamus": "🦛", - "hole": "🕳", - "honey_pot": "🍯", - "honeybee": "🐝", - "horizontal_traffic_light": "🚥", - "horse": "🐴", - "horse_face": "🐴", - "horse_racing": "🏇", - "horse_racing_dark_skin_tone": "🏇🏿", - "horse_racing_light_skin_tone": "🏇🏻", - "horse_racing_medium-dark_skin_tone": "🏇🏾", - "horse_racing_medium-light_skin_tone": "🏇🏼", - "horse_racing_medium_skin_tone": "🏇🏽", - "hospital": "🏥", - "hot_beverage": "☕", - "hot_dog": "🌭", - "hot_face": "🥵", - "hot_pepper": "🌶", - "hot_springs": "♨", - "hotel": "🏨", - "hourglass_done": "⌛", - "hourglass_not_done": "⏳", - "house": "🏠", - "house_with_garden": "🏡", - "houses": "🏘", - "hugging_face": "🤗", - "hundred_points": "💯", - "hushed_face": "😯", - "ice": "🧊", - "ice_cream": "🍨", - "ice_hockey": "🏒", - "ice_skate": "⛸", - "inbox_tray": "📥", - "incoming_envelope": "📨", - "index_pointing_up": "☝", - "index_pointing_up_dark_skin_tone": "☝🏿", - "index_pointing_up_light_skin_tone": "☝🏻", - "index_pointing_up_medium-dark_skin_tone": "☝🏾", - "index_pointing_up_medium-light_skin_tone": "☝🏼", - "index_pointing_up_medium_skin_tone": "☝🏽", - "infinity": "♾", - "information": "ℹ", - "input_latin_letters": "🔤", - "input_latin_lowercase": "🔡", - "input_latin_uppercase": "🔠", - "input_numbers": "🔢", - "input_symbols": "🔣", - "jack-o-lantern": "🎃", - "jeans": "👖", - "jigsaw": "🧩", - "joker": "🃏", - "joystick": "🕹", - "kaaba": "🕋", - "kangaroo": "🦘", - "key": "🔑", - "keyboard": "⌨", - "keycap_#": "#️⃣", - "keycap_*": "*️⃣", - "keycap_0": "0️⃣", - "keycap_1": "1️⃣", - "keycap_10": "🔟", - "keycap_2": "2️⃣", - "keycap_3": "3️⃣", - "keycap_4": "4️⃣", - "keycap_5": "5️⃣", - "keycap_6": "6️⃣", - "keycap_7": "7️⃣", - "keycap_8": "8️⃣", - "keycap_9": "9️⃣", - "kick_scooter": "🛴", - "kimono": "👘", - "kiss": "💋", - "kiss_man_man": "👨\u200d❤️\u200d💋\u200d👨", - "kiss_mark": "💋", - "kiss_woman_man": "👩\u200d❤️\u200d💋\u200d👨", - "kiss_woman_woman": "👩\u200d❤️\u200d💋\u200d👩", - "kissing_cat_face": "😽", - "kissing_face": "😗", - "kissing_face_with_closed_eyes": "😚", - "kissing_face_with_smiling_eyes": "😙", - "kitchen_knife": "🔪", - "kite": "🪁", - "kiwi_fruit": "🥝", - "koala": "🐨", - "lab_coat": "🥼", - "label": "🏷", - "lacrosse": "🥍", - "lady_beetle": "🐞", - "laptop_computer": "💻", - "large_blue_diamond": "🔷", - "large_orange_diamond": "🔶", - "last_quarter_moon": "🌗", - "last_quarter_moon_face": "🌜", - "last_track_button": "⏮", - "latin_cross": "✝", - "leaf_fluttering_in_wind": "🍃", - "leafy_green": "🥬", - "ledger": "📒", - "left-facing_fist": "🤛", - "left-facing_fist_dark_skin_tone": "🤛🏿", - "left-facing_fist_light_skin_tone": "🤛🏻", - "left-facing_fist_medium-dark_skin_tone": "🤛🏾", - "left-facing_fist_medium-light_skin_tone": "🤛🏼", - "left-facing_fist_medium_skin_tone": "🤛🏽", - "left-right_arrow": "↔", - "left_arrow": "⬅", - "left_arrow_curving_right": "↪", - "left_luggage": "🛅", - "left_speech_bubble": "🗨", - "leg": "🦵", - "lemon": "🍋", - "leopard": "🐆", - "level_slider": "🎚", - "light_bulb": "💡", - "light_rail": "🚈", - "link": "🔗", - "linked_paperclips": "🖇", - "lion_face": "🦁", - "lipstick": "💄", - "litter_in_bin_sign": "🚮", - "lizard": "🦎", - "llama": "🦙", - "lobster": "🦞", - "locked": "🔒", - "locked_with_key": "🔐", - "locked_with_pen": "🔏", - "locomotive": "🚂", - "lollipop": "🍭", - "lotion_bottle": "🧴", - "loudly_crying_face": "😭", - "loudspeaker": "📢", - "love-you_gesture": "🤟", - "love-you_gesture_dark_skin_tone": "🤟🏿", - "love-you_gesture_light_skin_tone": "🤟🏻", - "love-you_gesture_medium-dark_skin_tone": "🤟🏾", - "love-you_gesture_medium-light_skin_tone": "🤟🏼", - "love-you_gesture_medium_skin_tone": "🤟🏽", - "love_hotel": "🏩", - "love_letter": "💌", - "luggage": "🧳", - "lying_face": "🤥", - "mage": "🧙", - "mage_dark_skin_tone": "🧙🏿", - "mage_light_skin_tone": "🧙🏻", - "mage_medium-dark_skin_tone": "🧙🏾", - "mage_medium-light_skin_tone": "🧙🏼", - "mage_medium_skin_tone": "🧙🏽", - "magnet": "🧲", - "magnifying_glass_tilted_left": "🔍", - "magnifying_glass_tilted_right": "🔎", - "mahjong_red_dragon": "🀄", - "male_sign": "♂", - "man": "👨", - "man_and_woman_holding_hands": "👫", - "man_artist": "👨\u200d🎨", - "man_artist_dark_skin_tone": "👨🏿\u200d🎨", - "man_artist_light_skin_tone": "👨🏻\u200d🎨", - "man_artist_medium-dark_skin_tone": "👨🏾\u200d🎨", - "man_artist_medium-light_skin_tone": "👨🏼\u200d🎨", - "man_artist_medium_skin_tone": "👨🏽\u200d🎨", - "man_astronaut": "👨\u200d🚀", - "man_astronaut_dark_skin_tone": "👨🏿\u200d🚀", - "man_astronaut_light_skin_tone": "👨🏻\u200d🚀", - "man_astronaut_medium-dark_skin_tone": "👨🏾\u200d🚀", - "man_astronaut_medium-light_skin_tone": "👨🏼\u200d🚀", - "man_astronaut_medium_skin_tone": "👨🏽\u200d🚀", - "man_biking": "🚴\u200d♂️", - "man_biking_dark_skin_tone": "🚴🏿\u200d♂️", - "man_biking_light_skin_tone": "🚴🏻\u200d♂️", - "man_biking_medium-dark_skin_tone": "🚴🏾\u200d♂️", - "man_biking_medium-light_skin_tone": "🚴🏼\u200d♂️", - "man_biking_medium_skin_tone": "🚴🏽\u200d♂️", - "man_bouncing_ball": "⛹️\u200d♂️", - "man_bouncing_ball_dark_skin_tone": "⛹🏿\u200d♂️", - "man_bouncing_ball_light_skin_tone": "⛹🏻\u200d♂️", - "man_bouncing_ball_medium-dark_skin_tone": "⛹🏾\u200d♂️", - "man_bouncing_ball_medium-light_skin_tone": "⛹🏼\u200d♂️", - "man_bouncing_ball_medium_skin_tone": "⛹🏽\u200d♂️", - "man_bowing": "🙇\u200d♂️", - "man_bowing_dark_skin_tone": "🙇🏿\u200d♂️", - "man_bowing_light_skin_tone": "🙇🏻\u200d♂️", - "man_bowing_medium-dark_skin_tone": "🙇🏾\u200d♂️", - "man_bowing_medium-light_skin_tone": "🙇🏼\u200d♂️", - "man_bowing_medium_skin_tone": "🙇🏽\u200d♂️", - "man_cartwheeling": "🤸\u200d♂️", - "man_cartwheeling_dark_skin_tone": "🤸🏿\u200d♂️", - "man_cartwheeling_light_skin_tone": "🤸🏻\u200d♂️", - "man_cartwheeling_medium-dark_skin_tone": "🤸🏾\u200d♂️", - "man_cartwheeling_medium-light_skin_tone": "🤸🏼\u200d♂️", - "man_cartwheeling_medium_skin_tone": "🤸🏽\u200d♂️", - "man_climbing": "🧗\u200d♂️", - "man_climbing_dark_skin_tone": "🧗🏿\u200d♂️", - "man_climbing_light_skin_tone": "🧗🏻\u200d♂️", - "man_climbing_medium-dark_skin_tone": "🧗🏾\u200d♂️", - "man_climbing_medium-light_skin_tone": "🧗🏼\u200d♂️", - "man_climbing_medium_skin_tone": "🧗🏽\u200d♂️", - "man_construction_worker": "👷\u200d♂️", - "man_construction_worker_dark_skin_tone": "👷🏿\u200d♂️", - "man_construction_worker_light_skin_tone": "👷🏻\u200d♂️", - "man_construction_worker_medium-dark_skin_tone": "👷🏾\u200d♂️", - "man_construction_worker_medium-light_skin_tone": "👷🏼\u200d♂️", - "man_construction_worker_medium_skin_tone": "👷🏽\u200d♂️", - "man_cook": "👨\u200d🍳", - "man_cook_dark_skin_tone": "👨🏿\u200d🍳", - "man_cook_light_skin_tone": "👨🏻\u200d🍳", - "man_cook_medium-dark_skin_tone": "👨🏾\u200d🍳", - "man_cook_medium-light_skin_tone": "👨🏼\u200d🍳", - "man_cook_medium_skin_tone": "👨🏽\u200d🍳", - "man_dancing": "🕺", - "man_dancing_dark_skin_tone": "🕺🏿", - "man_dancing_light_skin_tone": "🕺🏻", - "man_dancing_medium-dark_skin_tone": "🕺🏾", - "man_dancing_medium-light_skin_tone": "🕺🏼", - "man_dancing_medium_skin_tone": "🕺🏽", - "man_dark_skin_tone": "👨🏿", - "man_detective": "🕵️\u200d♂️", - "man_detective_dark_skin_tone": "🕵🏿\u200d♂️", - "man_detective_light_skin_tone": "🕵🏻\u200d♂️", - "man_detective_medium-dark_skin_tone": "🕵🏾\u200d♂️", - "man_detective_medium-light_skin_tone": "🕵🏼\u200d♂️", - "man_detective_medium_skin_tone": "🕵🏽\u200d♂️", - "man_elf": "🧝\u200d♂️", - "man_elf_dark_skin_tone": "🧝🏿\u200d♂️", - "man_elf_light_skin_tone": "🧝🏻\u200d♂️", - "man_elf_medium-dark_skin_tone": "🧝🏾\u200d♂️", - "man_elf_medium-light_skin_tone": "🧝🏼\u200d♂️", - "man_elf_medium_skin_tone": "🧝🏽\u200d♂️", - "man_facepalming": "🤦\u200d♂️", - "man_facepalming_dark_skin_tone": "🤦🏿\u200d♂️", - "man_facepalming_light_skin_tone": "🤦🏻\u200d♂️", - "man_facepalming_medium-dark_skin_tone": "🤦🏾\u200d♂️", - "man_facepalming_medium-light_skin_tone": "🤦🏼\u200d♂️", - "man_facepalming_medium_skin_tone": "🤦🏽\u200d♂️", - "man_factory_worker": "👨\u200d🏭", - "man_factory_worker_dark_skin_tone": "👨🏿\u200d🏭", - "man_factory_worker_light_skin_tone": "👨🏻\u200d🏭", - "man_factory_worker_medium-dark_skin_tone": "👨🏾\u200d🏭", - "man_factory_worker_medium-light_skin_tone": "👨🏼\u200d🏭", - "man_factory_worker_medium_skin_tone": "👨🏽\u200d🏭", - "man_fairy": "🧚\u200d♂️", - "man_fairy_dark_skin_tone": "🧚🏿\u200d♂️", - "man_fairy_light_skin_tone": "🧚🏻\u200d♂️", - "man_fairy_medium-dark_skin_tone": "🧚🏾\u200d♂️", - "man_fairy_medium-light_skin_tone": "🧚🏼\u200d♂️", - "man_fairy_medium_skin_tone": "🧚🏽\u200d♂️", - "man_farmer": "👨\u200d🌾", - "man_farmer_dark_skin_tone": "👨🏿\u200d🌾", - "man_farmer_light_skin_tone": "👨🏻\u200d🌾", - "man_farmer_medium-dark_skin_tone": "👨🏾\u200d🌾", - "man_farmer_medium-light_skin_tone": "👨🏼\u200d🌾", - "man_farmer_medium_skin_tone": "👨🏽\u200d🌾", - "man_firefighter": "👨\u200d🚒", - "man_firefighter_dark_skin_tone": "👨🏿\u200d🚒", - "man_firefighter_light_skin_tone": "👨🏻\u200d🚒", - "man_firefighter_medium-dark_skin_tone": "👨🏾\u200d🚒", - "man_firefighter_medium-light_skin_tone": "👨🏼\u200d🚒", - "man_firefighter_medium_skin_tone": "👨🏽\u200d🚒", - "man_frowning": "🙍\u200d♂️", - "man_frowning_dark_skin_tone": "🙍🏿\u200d♂️", - "man_frowning_light_skin_tone": "🙍🏻\u200d♂️", - "man_frowning_medium-dark_skin_tone": "🙍🏾\u200d♂️", - "man_frowning_medium-light_skin_tone": "🙍🏼\u200d♂️", - "man_frowning_medium_skin_tone": "🙍🏽\u200d♂️", - "man_genie": "🧞\u200d♂️", - "man_gesturing_no": "🙅\u200d♂️", - "man_gesturing_no_dark_skin_tone": "🙅🏿\u200d♂️", - "man_gesturing_no_light_skin_tone": "🙅🏻\u200d♂️", - "man_gesturing_no_medium-dark_skin_tone": "🙅🏾\u200d♂️", - "man_gesturing_no_medium-light_skin_tone": "🙅🏼\u200d♂️", - "man_gesturing_no_medium_skin_tone": "🙅🏽\u200d♂️", - "man_gesturing_ok": "🙆\u200d♂️", - "man_gesturing_ok_dark_skin_tone": "🙆🏿\u200d♂️", - "man_gesturing_ok_light_skin_tone": "🙆🏻\u200d♂️", - "man_gesturing_ok_medium-dark_skin_tone": "🙆🏾\u200d♂️", - "man_gesturing_ok_medium-light_skin_tone": "🙆🏼\u200d♂️", - "man_gesturing_ok_medium_skin_tone": "🙆🏽\u200d♂️", - "man_getting_haircut": "💇\u200d♂️", - "man_getting_haircut_dark_skin_tone": "💇🏿\u200d♂️", - "man_getting_haircut_light_skin_tone": "💇🏻\u200d♂️", - "man_getting_haircut_medium-dark_skin_tone": "💇🏾\u200d♂️", - "man_getting_haircut_medium-light_skin_tone": "💇🏼\u200d♂️", - "man_getting_haircut_medium_skin_tone": "💇🏽\u200d♂️", - "man_getting_massage": "💆\u200d♂️", - "man_getting_massage_dark_skin_tone": "💆🏿\u200d♂️", - "man_getting_massage_light_skin_tone": "💆🏻\u200d♂️", - "man_getting_massage_medium-dark_skin_tone": "💆🏾\u200d♂️", - "man_getting_massage_medium-light_skin_tone": "💆🏼\u200d♂️", - "man_getting_massage_medium_skin_tone": "💆🏽\u200d♂️", - "man_golfing": "🏌️\u200d♂️", - "man_golfing_dark_skin_tone": "🏌🏿\u200d♂️", - "man_golfing_light_skin_tone": "🏌🏻\u200d♂️", - "man_golfing_medium-dark_skin_tone": "🏌🏾\u200d♂️", - "man_golfing_medium-light_skin_tone": "🏌🏼\u200d♂️", - "man_golfing_medium_skin_tone": "🏌🏽\u200d♂️", - "man_guard": "💂\u200d♂️", - "man_guard_dark_skin_tone": "💂🏿\u200d♂️", - "man_guard_light_skin_tone": "💂🏻\u200d♂️", - "man_guard_medium-dark_skin_tone": "💂🏾\u200d♂️", - "man_guard_medium-light_skin_tone": "💂🏼\u200d♂️", - "man_guard_medium_skin_tone": "💂🏽\u200d♂️", - "man_health_worker": "👨\u200d⚕️", - "man_health_worker_dark_skin_tone": "👨🏿\u200d⚕️", - "man_health_worker_light_skin_tone": "👨🏻\u200d⚕️", - "man_health_worker_medium-dark_skin_tone": "👨🏾\u200d⚕️", - "man_health_worker_medium-light_skin_tone": "👨🏼\u200d⚕️", - "man_health_worker_medium_skin_tone": "👨🏽\u200d⚕️", - "man_in_lotus_position": "🧘\u200d♂️", - "man_in_lotus_position_dark_skin_tone": "🧘🏿\u200d♂️", - "man_in_lotus_position_light_skin_tone": "🧘🏻\u200d♂️", - "man_in_lotus_position_medium-dark_skin_tone": "🧘🏾\u200d♂️", - "man_in_lotus_position_medium-light_skin_tone": "🧘🏼\u200d♂️", - "man_in_lotus_position_medium_skin_tone": "🧘🏽\u200d♂️", - "man_in_manual_wheelchair": "👨\u200d🦽", - "man_in_motorized_wheelchair": "👨\u200d🦼", - "man_in_steamy_room": "🧖\u200d♂️", - "man_in_steamy_room_dark_skin_tone": "🧖🏿\u200d♂️", - "man_in_steamy_room_light_skin_tone": "🧖🏻\u200d♂️", - "man_in_steamy_room_medium-dark_skin_tone": "🧖🏾\u200d♂️", - "man_in_steamy_room_medium-light_skin_tone": "🧖🏼\u200d♂️", - "man_in_steamy_room_medium_skin_tone": "🧖🏽\u200d♂️", - "man_in_suit_levitating": "🕴", - "man_in_suit_levitating_dark_skin_tone": "🕴🏿", - "man_in_suit_levitating_light_skin_tone": "🕴🏻", - "man_in_suit_levitating_medium-dark_skin_tone": "🕴🏾", - "man_in_suit_levitating_medium-light_skin_tone": "🕴🏼", - "man_in_suit_levitating_medium_skin_tone": "🕴🏽", - "man_in_tuxedo": "🤵", - "man_in_tuxedo_dark_skin_tone": "🤵🏿", - "man_in_tuxedo_light_skin_tone": "🤵🏻", - "man_in_tuxedo_medium-dark_skin_tone": "🤵🏾", - "man_in_tuxedo_medium-light_skin_tone": "🤵🏼", - "man_in_tuxedo_medium_skin_tone": "🤵🏽", - "man_judge": "👨\u200d⚖️", - "man_judge_dark_skin_tone": "👨🏿\u200d⚖️", - "man_judge_light_skin_tone": "👨🏻\u200d⚖️", - "man_judge_medium-dark_skin_tone": "👨🏾\u200d⚖️", - "man_judge_medium-light_skin_tone": "👨🏼\u200d⚖️", - "man_judge_medium_skin_tone": "👨🏽\u200d⚖️", - "man_juggling": "🤹\u200d♂️", - "man_juggling_dark_skin_tone": "🤹🏿\u200d♂️", - "man_juggling_light_skin_tone": "🤹🏻\u200d♂️", - "man_juggling_medium-dark_skin_tone": "🤹🏾\u200d♂️", - "man_juggling_medium-light_skin_tone": "🤹🏼\u200d♂️", - "man_juggling_medium_skin_tone": "🤹🏽\u200d♂️", - "man_lifting_weights": "🏋️\u200d♂️", - "man_lifting_weights_dark_skin_tone": "🏋🏿\u200d♂️", - "man_lifting_weights_light_skin_tone": "🏋🏻\u200d♂️", - "man_lifting_weights_medium-dark_skin_tone": "🏋🏾\u200d♂️", - "man_lifting_weights_medium-light_skin_tone": "🏋🏼\u200d♂️", - "man_lifting_weights_medium_skin_tone": "🏋🏽\u200d♂️", - "man_light_skin_tone": "👨🏻", - "man_mage": "🧙\u200d♂️", - "man_mage_dark_skin_tone": "🧙🏿\u200d♂️", - "man_mage_light_skin_tone": "🧙🏻\u200d♂️", - "man_mage_medium-dark_skin_tone": "🧙🏾\u200d♂️", - "man_mage_medium-light_skin_tone": "🧙🏼\u200d♂️", - "man_mage_medium_skin_tone": "🧙🏽\u200d♂️", - "man_mechanic": "👨\u200d🔧", - "man_mechanic_dark_skin_tone": "👨🏿\u200d🔧", - "man_mechanic_light_skin_tone": "👨🏻\u200d🔧", - "man_mechanic_medium-dark_skin_tone": "👨🏾\u200d🔧", - "man_mechanic_medium-light_skin_tone": "👨🏼\u200d🔧", - "man_mechanic_medium_skin_tone": "👨🏽\u200d🔧", - "man_medium-dark_skin_tone": "👨🏾", - "man_medium-light_skin_tone": "👨🏼", - "man_medium_skin_tone": "👨🏽", - "man_mountain_biking": "🚵\u200d♂️", - "man_mountain_biking_dark_skin_tone": "🚵🏿\u200d♂️", - "man_mountain_biking_light_skin_tone": "🚵🏻\u200d♂️", - "man_mountain_biking_medium-dark_skin_tone": "🚵🏾\u200d♂️", - "man_mountain_biking_medium-light_skin_tone": "🚵🏼\u200d♂️", - "man_mountain_biking_medium_skin_tone": "🚵🏽\u200d♂️", - "man_office_worker": "👨\u200d💼", - "man_office_worker_dark_skin_tone": "👨🏿\u200d💼", - "man_office_worker_light_skin_tone": "👨🏻\u200d💼", - "man_office_worker_medium-dark_skin_tone": "👨🏾\u200d💼", - "man_office_worker_medium-light_skin_tone": "👨🏼\u200d💼", - "man_office_worker_medium_skin_tone": "👨🏽\u200d💼", - "man_pilot": "👨\u200d✈️", - "man_pilot_dark_skin_tone": "👨🏿\u200d✈️", - "man_pilot_light_skin_tone": "👨🏻\u200d✈️", - "man_pilot_medium-dark_skin_tone": "👨🏾\u200d✈️", - "man_pilot_medium-light_skin_tone": "👨🏼\u200d✈️", - "man_pilot_medium_skin_tone": "👨🏽\u200d✈️", - "man_playing_handball": "🤾\u200d♂️", - "man_playing_handball_dark_skin_tone": "🤾🏿\u200d♂️", - "man_playing_handball_light_skin_tone": "🤾🏻\u200d♂️", - "man_playing_handball_medium-dark_skin_tone": "🤾🏾\u200d♂️", - "man_playing_handball_medium-light_skin_tone": "🤾🏼\u200d♂️", - "man_playing_handball_medium_skin_tone": "🤾🏽\u200d♂️", - "man_playing_water_polo": "🤽\u200d♂️", - "man_playing_water_polo_dark_skin_tone": "🤽🏿\u200d♂️", - "man_playing_water_polo_light_skin_tone": "🤽🏻\u200d♂️", - "man_playing_water_polo_medium-dark_skin_tone": "🤽🏾\u200d♂️", - "man_playing_water_polo_medium-light_skin_tone": "🤽🏼\u200d♂️", - "man_playing_water_polo_medium_skin_tone": "🤽🏽\u200d♂️", - "man_police_officer": "👮\u200d♂️", - "man_police_officer_dark_skin_tone": "👮🏿\u200d♂️", - "man_police_officer_light_skin_tone": "👮🏻\u200d♂️", - "man_police_officer_medium-dark_skin_tone": "👮🏾\u200d♂️", - "man_police_officer_medium-light_skin_tone": "👮🏼\u200d♂️", - "man_police_officer_medium_skin_tone": "👮🏽\u200d♂️", - "man_pouting": "🙎\u200d♂️", - "man_pouting_dark_skin_tone": "🙎🏿\u200d♂️", - "man_pouting_light_skin_tone": "🙎🏻\u200d♂️", - "man_pouting_medium-dark_skin_tone": "🙎🏾\u200d♂️", - "man_pouting_medium-light_skin_tone": "🙎🏼\u200d♂️", - "man_pouting_medium_skin_tone": "🙎🏽\u200d♂️", - "man_raising_hand": "🙋\u200d♂️", - "man_raising_hand_dark_skin_tone": "🙋🏿\u200d♂️", - "man_raising_hand_light_skin_tone": "🙋🏻\u200d♂️", - "man_raising_hand_medium-dark_skin_tone": "🙋🏾\u200d♂️", - "man_raising_hand_medium-light_skin_tone": "🙋🏼\u200d♂️", - "man_raising_hand_medium_skin_tone": "🙋🏽\u200d♂️", - "man_rowing_boat": "🚣\u200d♂️", - "man_rowing_boat_dark_skin_tone": "🚣🏿\u200d♂️", - "man_rowing_boat_light_skin_tone": "🚣🏻\u200d♂️", - "man_rowing_boat_medium-dark_skin_tone": "🚣🏾\u200d♂️", - "man_rowing_boat_medium-light_skin_tone": "🚣🏼\u200d♂️", - "man_rowing_boat_medium_skin_tone": "🚣🏽\u200d♂️", - "man_running": "🏃\u200d♂️", - "man_running_dark_skin_tone": "🏃🏿\u200d♂️", - "man_running_light_skin_tone": "🏃🏻\u200d♂️", - "man_running_medium-dark_skin_tone": "🏃🏾\u200d♂️", - "man_running_medium-light_skin_tone": "🏃🏼\u200d♂️", - "man_running_medium_skin_tone": "🏃🏽\u200d♂️", - "man_scientist": "👨\u200d🔬", - "man_scientist_dark_skin_tone": "👨🏿\u200d🔬", - "man_scientist_light_skin_tone": "👨🏻\u200d🔬", - "man_scientist_medium-dark_skin_tone": "👨🏾\u200d🔬", - "man_scientist_medium-light_skin_tone": "👨🏼\u200d🔬", - "man_scientist_medium_skin_tone": "👨🏽\u200d🔬", - "man_shrugging": "🤷\u200d♂️", - "man_shrugging_dark_skin_tone": "🤷🏿\u200d♂️", - "man_shrugging_light_skin_tone": "🤷🏻\u200d♂️", - "man_shrugging_medium-dark_skin_tone": "🤷🏾\u200d♂️", - "man_shrugging_medium-light_skin_tone": "🤷🏼\u200d♂️", - "man_shrugging_medium_skin_tone": "🤷🏽\u200d♂️", - "man_singer": "👨\u200d🎤", - "man_singer_dark_skin_tone": "👨🏿\u200d🎤", - "man_singer_light_skin_tone": "👨🏻\u200d🎤", - "man_singer_medium-dark_skin_tone": "👨🏾\u200d🎤", - "man_singer_medium-light_skin_tone": "👨🏼\u200d🎤", - "man_singer_medium_skin_tone": "👨🏽\u200d🎤", - "man_student": "👨\u200d🎓", - "man_student_dark_skin_tone": "👨🏿\u200d🎓", - "man_student_light_skin_tone": "👨🏻\u200d🎓", - "man_student_medium-dark_skin_tone": "👨🏾\u200d🎓", - "man_student_medium-light_skin_tone": "👨🏼\u200d🎓", - "man_student_medium_skin_tone": "👨🏽\u200d🎓", - "man_surfing": "🏄\u200d♂️", - "man_surfing_dark_skin_tone": "🏄🏿\u200d♂️", - "man_surfing_light_skin_tone": "🏄🏻\u200d♂️", - "man_surfing_medium-dark_skin_tone": "🏄🏾\u200d♂️", - "man_surfing_medium-light_skin_tone": "🏄🏼\u200d♂️", - "man_surfing_medium_skin_tone": "🏄🏽\u200d♂️", - "man_swimming": "🏊\u200d♂️", - "man_swimming_dark_skin_tone": "🏊🏿\u200d♂️", - "man_swimming_light_skin_tone": "🏊🏻\u200d♂️", - "man_swimming_medium-dark_skin_tone": "🏊🏾\u200d♂️", - "man_swimming_medium-light_skin_tone": "🏊🏼\u200d♂️", - "man_swimming_medium_skin_tone": "🏊🏽\u200d♂️", - "man_teacher": "👨\u200d🏫", - "man_teacher_dark_skin_tone": "👨🏿\u200d🏫", - "man_teacher_light_skin_tone": "👨🏻\u200d🏫", - "man_teacher_medium-dark_skin_tone": "👨🏾\u200d🏫", - "man_teacher_medium-light_skin_tone": "👨🏼\u200d🏫", - "man_teacher_medium_skin_tone": "👨🏽\u200d🏫", - "man_technologist": "👨\u200d💻", - "man_technologist_dark_skin_tone": "👨🏿\u200d💻", - "man_technologist_light_skin_tone": "👨🏻\u200d💻", - "man_technologist_medium-dark_skin_tone": "👨🏾\u200d💻", - "man_technologist_medium-light_skin_tone": "👨🏼\u200d💻", - "man_technologist_medium_skin_tone": "👨🏽\u200d💻", - "man_tipping_hand": "💁\u200d♂️", - "man_tipping_hand_dark_skin_tone": "💁🏿\u200d♂️", - "man_tipping_hand_light_skin_tone": "💁🏻\u200d♂️", - "man_tipping_hand_medium-dark_skin_tone": "💁🏾\u200d♂️", - "man_tipping_hand_medium-light_skin_tone": "💁🏼\u200d♂️", - "man_tipping_hand_medium_skin_tone": "💁🏽\u200d♂️", - "man_vampire": "🧛\u200d♂️", - "man_vampire_dark_skin_tone": "🧛🏿\u200d♂️", - "man_vampire_light_skin_tone": "🧛🏻\u200d♂️", - "man_vampire_medium-dark_skin_tone": "🧛🏾\u200d♂️", - "man_vampire_medium-light_skin_tone": "🧛🏼\u200d♂️", - "man_vampire_medium_skin_tone": "🧛🏽\u200d♂️", - "man_walking": "🚶\u200d♂️", - "man_walking_dark_skin_tone": "🚶🏿\u200d♂️", - "man_walking_light_skin_tone": "🚶🏻\u200d♂️", - "man_walking_medium-dark_skin_tone": "🚶🏾\u200d♂️", - "man_walking_medium-light_skin_tone": "🚶🏼\u200d♂️", - "man_walking_medium_skin_tone": "🚶🏽\u200d♂️", - "man_wearing_turban": "👳\u200d♂️", - "man_wearing_turban_dark_skin_tone": "👳🏿\u200d♂️", - "man_wearing_turban_light_skin_tone": "👳🏻\u200d♂️", - "man_wearing_turban_medium-dark_skin_tone": "👳🏾\u200d♂️", - "man_wearing_turban_medium-light_skin_tone": "👳🏼\u200d♂️", - "man_wearing_turban_medium_skin_tone": "👳🏽\u200d♂️", - "man_with_probing_cane": "👨\u200d🦯", - "man_with_chinese_cap": "👲", - "man_with_chinese_cap_dark_skin_tone": "👲🏿", - "man_with_chinese_cap_light_skin_tone": "👲🏻", - "man_with_chinese_cap_medium-dark_skin_tone": "👲🏾", - "man_with_chinese_cap_medium-light_skin_tone": "👲🏼", - "man_with_chinese_cap_medium_skin_tone": "👲🏽", - "man_zombie": "🧟\u200d♂️", - "mango": "🥭", - "mantelpiece_clock": "🕰", - "manual_wheelchair": "🦽", - "man’s_shoe": "👞", - "map_of_japan": "🗾", - "maple_leaf": "🍁", - "martial_arts_uniform": "🥋", - "mate": "🧉", - "meat_on_bone": "🍖", - "mechanical_arm": "🦾", - "mechanical_leg": "🦿", - "medical_symbol": "⚕", - "megaphone": "📣", - "melon": "🍈", - "memo": "📝", - "men_with_bunny_ears": "👯\u200d♂️", - "men_wrestling": "🤼\u200d♂️", - "menorah": "🕎", - "men’s_room": "🚹", - "mermaid": "🧜\u200d♀️", - "mermaid_dark_skin_tone": "🧜🏿\u200d♀️", - "mermaid_light_skin_tone": "🧜🏻\u200d♀️", - "mermaid_medium-dark_skin_tone": "🧜🏾\u200d♀️", - "mermaid_medium-light_skin_tone": "🧜🏼\u200d♀️", - "mermaid_medium_skin_tone": "🧜🏽\u200d♀️", - "merman": "🧜\u200d♂️", - "merman_dark_skin_tone": "🧜🏿\u200d♂️", - "merman_light_skin_tone": "🧜🏻\u200d♂️", - "merman_medium-dark_skin_tone": "🧜🏾\u200d♂️", - "merman_medium-light_skin_tone": "🧜🏼\u200d♂️", - "merman_medium_skin_tone": "🧜🏽\u200d♂️", - "merperson": "🧜", - "merperson_dark_skin_tone": "🧜🏿", - "merperson_light_skin_tone": "🧜🏻", - "merperson_medium-dark_skin_tone": "🧜🏾", - "merperson_medium-light_skin_tone": "🧜🏼", - "merperson_medium_skin_tone": "🧜🏽", - "metro": "🚇", - "microbe": "🦠", - "microphone": "🎤", - "microscope": "🔬", - "middle_finger": "🖕", - "middle_finger_dark_skin_tone": "🖕🏿", - "middle_finger_light_skin_tone": "🖕🏻", - "middle_finger_medium-dark_skin_tone": "🖕🏾", - "middle_finger_medium-light_skin_tone": "🖕🏼", - "middle_finger_medium_skin_tone": "🖕🏽", - "military_medal": "🎖", - "milky_way": "🌌", - "minibus": "🚐", - "moai": "🗿", - "mobile_phone": "📱", - "mobile_phone_off": "📴", - "mobile_phone_with_arrow": "📲", - "money-mouth_face": "🤑", - "money_bag": "💰", - "money_with_wings": "💸", - "monkey": "🐒", - "monkey_face": "🐵", - "monorail": "🚝", - "moon_cake": "🥮", - "moon_viewing_ceremony": "🎑", - "mosque": "🕌", - "mosquito": "🦟", - "motor_boat": "🛥", - "motor_scooter": "🛵", - "motorcycle": "🏍", - "motorized_wheelchair": "🦼", - "motorway": "🛣", - "mount_fuji": "🗻", - "mountain": "⛰", - "mountain_cableway": "🚠", - "mountain_railway": "🚞", - "mouse": "🐭", - "mouse_face": "🐭", - "mouth": "👄", - "movie_camera": "🎥", - "mushroom": "🍄", - "musical_keyboard": "🎹", - "musical_note": "🎵", - "musical_notes": "🎶", - "musical_score": "🎼", - "muted_speaker": "🔇", - "nail_polish": "💅", - "nail_polish_dark_skin_tone": "💅🏿", - "nail_polish_light_skin_tone": "💅🏻", - "nail_polish_medium-dark_skin_tone": "💅🏾", - "nail_polish_medium-light_skin_tone": "💅🏼", - "nail_polish_medium_skin_tone": "💅🏽", - "name_badge": "📛", - "national_park": "🏞", - "nauseated_face": "🤢", - "nazar_amulet": "🧿", - "necktie": "👔", - "nerd_face": "🤓", - "neutral_face": "😐", - "new_moon": "🌑", - "new_moon_face": "🌚", - "newspaper": "📰", - "next_track_button": "⏭", - "night_with_stars": "🌃", - "nine-thirty": "🕤", - "nine_o’clock": "🕘", - "no_bicycles": "🚳", - "no_entry": "⛔", - "no_littering": "🚯", - "no_mobile_phones": "📵", - "no_one_under_eighteen": "🔞", - "no_pedestrians": "🚷", - "no_smoking": "🚭", - "non-potable_water": "🚱", - "nose": "👃", - "nose_dark_skin_tone": "👃🏿", - "nose_light_skin_tone": "👃🏻", - "nose_medium-dark_skin_tone": "👃🏾", - "nose_medium-light_skin_tone": "👃🏼", - "nose_medium_skin_tone": "👃🏽", - "notebook": "📓", - "notebook_with_decorative_cover": "📔", - "nut_and_bolt": "🔩", - "octopus": "🐙", - "oden": "🍢", - "office_building": "🏢", - "ogre": "👹", - "oil_drum": "🛢", - "old_key": "🗝", - "old_man": "👴", - "old_man_dark_skin_tone": "👴🏿", - "old_man_light_skin_tone": "👴🏻", - "old_man_medium-dark_skin_tone": "👴🏾", - "old_man_medium-light_skin_tone": "👴🏼", - "old_man_medium_skin_tone": "👴🏽", - "old_woman": "👵", - "old_woman_dark_skin_tone": "👵🏿", - "old_woman_light_skin_tone": "👵🏻", - "old_woman_medium-dark_skin_tone": "👵🏾", - "old_woman_medium-light_skin_tone": "👵🏼", - "old_woman_medium_skin_tone": "👵🏽", - "older_adult": "🧓", - "older_adult_dark_skin_tone": "🧓🏿", - "older_adult_light_skin_tone": "🧓🏻", - "older_adult_medium-dark_skin_tone": "🧓🏾", - "older_adult_medium-light_skin_tone": "🧓🏼", - "older_adult_medium_skin_tone": "🧓🏽", - "om": "🕉", - "oncoming_automobile": "🚘", - "oncoming_bus": "🚍", - "oncoming_fist": "👊", - "oncoming_fist_dark_skin_tone": "👊🏿", - "oncoming_fist_light_skin_tone": "👊🏻", - "oncoming_fist_medium-dark_skin_tone": "👊🏾", - "oncoming_fist_medium-light_skin_tone": "👊🏼", - "oncoming_fist_medium_skin_tone": "👊🏽", - "oncoming_police_car": "🚔", - "oncoming_taxi": "🚖", - "one-piece_swimsuit": "🩱", - "one-thirty": "🕜", - "one_o’clock": "🕐", - "onion": "🧅", - "open_book": "📖", - "open_file_folder": "📂", - "open_hands": "👐", - "open_hands_dark_skin_tone": "👐🏿", - "open_hands_light_skin_tone": "👐🏻", - "open_hands_medium-dark_skin_tone": "👐🏾", - "open_hands_medium-light_skin_tone": "👐🏼", - "open_hands_medium_skin_tone": "👐🏽", - "open_mailbox_with_lowered_flag": "📭", - "open_mailbox_with_raised_flag": "📬", - "optical_disk": "💿", - "orange_book": "📙", - "orange_circle": "🟠", - "orange_heart": "🧡", - "orange_square": "🟧", - "orangutan": "🦧", - "orthodox_cross": "☦", - "otter": "🦦", - "outbox_tray": "📤", - "owl": "🦉", - "ox": "🐂", - "oyster": "🦪", - "package": "📦", - "page_facing_up": "📄", - "page_with_curl": "📃", - "pager": "📟", - "paintbrush": "🖌", - "palm_tree": "🌴", - "palms_up_together": "🤲", - "palms_up_together_dark_skin_tone": "🤲🏿", - "palms_up_together_light_skin_tone": "🤲🏻", - "palms_up_together_medium-dark_skin_tone": "🤲🏾", - "palms_up_together_medium-light_skin_tone": "🤲🏼", - "palms_up_together_medium_skin_tone": "🤲🏽", - "pancakes": "🥞", - "panda_face": "🐼", - "paperclip": "📎", - "parrot": "🦜", - "part_alternation_mark": "〽", - "party_popper": "🎉", - "partying_face": "🥳", - "passenger_ship": "🛳", - "passport_control": "🛂", - "pause_button": "⏸", - "paw_prints": "🐾", - "peace_symbol": "☮", - "peach": "🍑", - "peacock": "🦚", - "peanuts": "🥜", - "pear": "🍐", - "pen": "🖊", - "pencil": "📝", - "penguin": "🐧", - "pensive_face": "😔", - "people_holding_hands": "🧑\u200d🤝\u200d🧑", - "people_with_bunny_ears": "👯", - "people_wrestling": "🤼", - "performing_arts": "🎭", - "persevering_face": "😣", - "person_biking": "🚴", - "person_biking_dark_skin_tone": "🚴🏿", - "person_biking_light_skin_tone": "🚴🏻", - "person_biking_medium-dark_skin_tone": "🚴🏾", - "person_biking_medium-light_skin_tone": "🚴🏼", - "person_biking_medium_skin_tone": "🚴🏽", - "person_bouncing_ball": "⛹", - "person_bouncing_ball_dark_skin_tone": "⛹🏿", - "person_bouncing_ball_light_skin_tone": "⛹🏻", - "person_bouncing_ball_medium-dark_skin_tone": "⛹🏾", - "person_bouncing_ball_medium-light_skin_tone": "⛹🏼", - "person_bouncing_ball_medium_skin_tone": "⛹🏽", - "person_bowing": "🙇", - "person_bowing_dark_skin_tone": "🙇🏿", - "person_bowing_light_skin_tone": "🙇🏻", - "person_bowing_medium-dark_skin_tone": "🙇🏾", - "person_bowing_medium-light_skin_tone": "🙇🏼", - "person_bowing_medium_skin_tone": "🙇🏽", - "person_cartwheeling": "🤸", - "person_cartwheeling_dark_skin_tone": "🤸🏿", - "person_cartwheeling_light_skin_tone": "🤸🏻", - "person_cartwheeling_medium-dark_skin_tone": "🤸🏾", - "person_cartwheeling_medium-light_skin_tone": "🤸🏼", - "person_cartwheeling_medium_skin_tone": "🤸🏽", - "person_climbing": "🧗", - "person_climbing_dark_skin_tone": "🧗🏿", - "person_climbing_light_skin_tone": "🧗🏻", - "person_climbing_medium-dark_skin_tone": "🧗🏾", - "person_climbing_medium-light_skin_tone": "🧗🏼", - "person_climbing_medium_skin_tone": "🧗🏽", - "person_facepalming": "🤦", - "person_facepalming_dark_skin_tone": "🤦🏿", - "person_facepalming_light_skin_tone": "🤦🏻", - "person_facepalming_medium-dark_skin_tone": "🤦🏾", - "person_facepalming_medium-light_skin_tone": "🤦🏼", - "person_facepalming_medium_skin_tone": "🤦🏽", - "person_fencing": "🤺", - "person_frowning": "🙍", - "person_frowning_dark_skin_tone": "🙍🏿", - "person_frowning_light_skin_tone": "🙍🏻", - "person_frowning_medium-dark_skin_tone": "🙍🏾", - "person_frowning_medium-light_skin_tone": "🙍🏼", - "person_frowning_medium_skin_tone": "🙍🏽", - "person_gesturing_no": "🙅", - "person_gesturing_no_dark_skin_tone": "🙅🏿", - "person_gesturing_no_light_skin_tone": "🙅🏻", - "person_gesturing_no_medium-dark_skin_tone": "🙅🏾", - "person_gesturing_no_medium-light_skin_tone": "🙅🏼", - "person_gesturing_no_medium_skin_tone": "🙅🏽", - "person_gesturing_ok": "🙆", - "person_gesturing_ok_dark_skin_tone": "🙆🏿", - "person_gesturing_ok_light_skin_tone": "🙆🏻", - "person_gesturing_ok_medium-dark_skin_tone": "🙆🏾", - "person_gesturing_ok_medium-light_skin_tone": "🙆🏼", - "person_gesturing_ok_medium_skin_tone": "🙆🏽", - "person_getting_haircut": "💇", - "person_getting_haircut_dark_skin_tone": "💇🏿", - "person_getting_haircut_light_skin_tone": "💇🏻", - "person_getting_haircut_medium-dark_skin_tone": "💇🏾", - "person_getting_haircut_medium-light_skin_tone": "💇🏼", - "person_getting_haircut_medium_skin_tone": "💇🏽", - "person_getting_massage": "💆", - "person_getting_massage_dark_skin_tone": "💆🏿", - "person_getting_massage_light_skin_tone": "💆🏻", - "person_getting_massage_medium-dark_skin_tone": "💆🏾", - "person_getting_massage_medium-light_skin_tone": "💆🏼", - "person_getting_massage_medium_skin_tone": "💆🏽", - "person_golfing": "🏌", - "person_golfing_dark_skin_tone": "🏌🏿", - "person_golfing_light_skin_tone": "🏌🏻", - "person_golfing_medium-dark_skin_tone": "🏌🏾", - "person_golfing_medium-light_skin_tone": "🏌🏼", - "person_golfing_medium_skin_tone": "🏌🏽", - "person_in_bed": "🛌", - "person_in_bed_dark_skin_tone": "🛌🏿", - "person_in_bed_light_skin_tone": "🛌🏻", - "person_in_bed_medium-dark_skin_tone": "🛌🏾", - "person_in_bed_medium-light_skin_tone": "🛌🏼", - "person_in_bed_medium_skin_tone": "🛌🏽", - "person_in_lotus_position": "🧘", - "person_in_lotus_position_dark_skin_tone": "🧘🏿", - "person_in_lotus_position_light_skin_tone": "🧘🏻", - "person_in_lotus_position_medium-dark_skin_tone": "🧘🏾", - "person_in_lotus_position_medium-light_skin_tone": "🧘🏼", - "person_in_lotus_position_medium_skin_tone": "🧘🏽", - "person_in_steamy_room": "🧖", - "person_in_steamy_room_dark_skin_tone": "🧖🏿", - "person_in_steamy_room_light_skin_tone": "🧖🏻", - "person_in_steamy_room_medium-dark_skin_tone": "🧖🏾", - "person_in_steamy_room_medium-light_skin_tone": "🧖🏼", - "person_in_steamy_room_medium_skin_tone": "🧖🏽", - "person_juggling": "🤹", - "person_juggling_dark_skin_tone": "🤹🏿", - "person_juggling_light_skin_tone": "🤹🏻", - "person_juggling_medium-dark_skin_tone": "🤹🏾", - "person_juggling_medium-light_skin_tone": "🤹🏼", - "person_juggling_medium_skin_tone": "🤹🏽", - "person_kneeling": "🧎", - "person_lifting_weights": "🏋", - "person_lifting_weights_dark_skin_tone": "🏋🏿", - "person_lifting_weights_light_skin_tone": "🏋🏻", - "person_lifting_weights_medium-dark_skin_tone": "🏋🏾", - "person_lifting_weights_medium-light_skin_tone": "🏋🏼", - "person_lifting_weights_medium_skin_tone": "🏋🏽", - "person_mountain_biking": "🚵", - "person_mountain_biking_dark_skin_tone": "🚵🏿", - "person_mountain_biking_light_skin_tone": "🚵🏻", - "person_mountain_biking_medium-dark_skin_tone": "🚵🏾", - "person_mountain_biking_medium-light_skin_tone": "🚵🏼", - "person_mountain_biking_medium_skin_tone": "🚵🏽", - "person_playing_handball": "🤾", - "person_playing_handball_dark_skin_tone": "🤾🏿", - "person_playing_handball_light_skin_tone": "🤾🏻", - "person_playing_handball_medium-dark_skin_tone": "🤾🏾", - "person_playing_handball_medium-light_skin_tone": "🤾🏼", - "person_playing_handball_medium_skin_tone": "🤾🏽", - "person_playing_water_polo": "🤽", - "person_playing_water_polo_dark_skin_tone": "🤽🏿", - "person_playing_water_polo_light_skin_tone": "🤽🏻", - "person_playing_water_polo_medium-dark_skin_tone": "🤽🏾", - "person_playing_water_polo_medium-light_skin_tone": "🤽🏼", - "person_playing_water_polo_medium_skin_tone": "🤽🏽", - "person_pouting": "🙎", - "person_pouting_dark_skin_tone": "🙎🏿", - "person_pouting_light_skin_tone": "🙎🏻", - "person_pouting_medium-dark_skin_tone": "🙎🏾", - "person_pouting_medium-light_skin_tone": "🙎🏼", - "person_pouting_medium_skin_tone": "🙎🏽", - "person_raising_hand": "🙋", - "person_raising_hand_dark_skin_tone": "🙋🏿", - "person_raising_hand_light_skin_tone": "🙋🏻", - "person_raising_hand_medium-dark_skin_tone": "🙋🏾", - "person_raising_hand_medium-light_skin_tone": "🙋🏼", - "person_raising_hand_medium_skin_tone": "🙋🏽", - "person_rowing_boat": "🚣", - "person_rowing_boat_dark_skin_tone": "🚣🏿", - "person_rowing_boat_light_skin_tone": "🚣🏻", - "person_rowing_boat_medium-dark_skin_tone": "🚣🏾", - "person_rowing_boat_medium-light_skin_tone": "🚣🏼", - "person_rowing_boat_medium_skin_tone": "🚣🏽", - "person_running": "🏃", - "person_running_dark_skin_tone": "🏃🏿", - "person_running_light_skin_tone": "🏃🏻", - "person_running_medium-dark_skin_tone": "🏃🏾", - "person_running_medium-light_skin_tone": "🏃🏼", - "person_running_medium_skin_tone": "🏃🏽", - "person_shrugging": "🤷", - "person_shrugging_dark_skin_tone": "🤷🏿", - "person_shrugging_light_skin_tone": "🤷🏻", - "person_shrugging_medium-dark_skin_tone": "🤷🏾", - "person_shrugging_medium-light_skin_tone": "🤷🏼", - "person_shrugging_medium_skin_tone": "🤷🏽", - "person_standing": "🧍", - "person_surfing": "🏄", - "person_surfing_dark_skin_tone": "🏄🏿", - "person_surfing_light_skin_tone": "🏄🏻", - "person_surfing_medium-dark_skin_tone": "🏄🏾", - "person_surfing_medium-light_skin_tone": "🏄🏼", - "person_surfing_medium_skin_tone": "🏄🏽", - "person_swimming": "🏊", - "person_swimming_dark_skin_tone": "🏊🏿", - "person_swimming_light_skin_tone": "🏊🏻", - "person_swimming_medium-dark_skin_tone": "🏊🏾", - "person_swimming_medium-light_skin_tone": "🏊🏼", - "person_swimming_medium_skin_tone": "🏊🏽", - "person_taking_bath": "🛀", - "person_taking_bath_dark_skin_tone": "🛀🏿", - "person_taking_bath_light_skin_tone": "🛀🏻", - "person_taking_bath_medium-dark_skin_tone": "🛀🏾", - "person_taking_bath_medium-light_skin_tone": "🛀🏼", - "person_taking_bath_medium_skin_tone": "🛀🏽", - "person_tipping_hand": "💁", - "person_tipping_hand_dark_skin_tone": "💁🏿", - "person_tipping_hand_light_skin_tone": "💁🏻", - "person_tipping_hand_medium-dark_skin_tone": "💁🏾", - "person_tipping_hand_medium-light_skin_tone": "💁🏼", - "person_tipping_hand_medium_skin_tone": "💁🏽", - "person_walking": "🚶", - "person_walking_dark_skin_tone": "🚶🏿", - "person_walking_light_skin_tone": "🚶🏻", - "person_walking_medium-dark_skin_tone": "🚶🏾", - "person_walking_medium-light_skin_tone": "🚶🏼", - "person_walking_medium_skin_tone": "🚶🏽", - "person_wearing_turban": "👳", - "person_wearing_turban_dark_skin_tone": "👳🏿", - "person_wearing_turban_light_skin_tone": "👳🏻", - "person_wearing_turban_medium-dark_skin_tone": "👳🏾", - "person_wearing_turban_medium-light_skin_tone": "👳🏼", - "person_wearing_turban_medium_skin_tone": "👳🏽", - "petri_dish": "🧫", - "pick": "⛏", - "pie": "🥧", - "pig": "🐷", - "pig_face": "🐷", - "pig_nose": "🐽", - "pile_of_poo": "💩", - "pill": "💊", - "pinching_hand": "🤏", - "pine_decoration": "🎍", - "pineapple": "🍍", - "ping_pong": "🏓", - "pirate_flag": "🏴\u200d☠️", - "pistol": "🔫", - "pizza": "🍕", - "place_of_worship": "🛐", - "play_button": "▶", - "play_or_pause_button": "⏯", - "pleading_face": "🥺", - "police_car": "🚓", - "police_car_light": "🚨", - "police_officer": "👮", - "police_officer_dark_skin_tone": "👮🏿", - "police_officer_light_skin_tone": "👮🏻", - "police_officer_medium-dark_skin_tone": "👮🏾", - "police_officer_medium-light_skin_tone": "👮🏼", - "police_officer_medium_skin_tone": "👮🏽", - "poodle": "🐩", - "pool_8_ball": "🎱", - "popcorn": "🍿", - "post_office": "🏣", - "postal_horn": "📯", - "postbox": "📮", - "pot_of_food": "🍲", - "potable_water": "🚰", - "potato": "🥔", - "poultry_leg": "🍗", - "pound_banknote": "💷", - "pouting_cat_face": "😾", - "pouting_face": "😡", - "prayer_beads": "📿", - "pregnant_woman": "🤰", - "pregnant_woman_dark_skin_tone": "🤰🏿", - "pregnant_woman_light_skin_tone": "🤰🏻", - "pregnant_woman_medium-dark_skin_tone": "🤰🏾", - "pregnant_woman_medium-light_skin_tone": "🤰🏼", - "pregnant_woman_medium_skin_tone": "🤰🏽", - "pretzel": "🥨", - "probing_cane": "🦯", - "prince": "🤴", - "prince_dark_skin_tone": "🤴🏿", - "prince_light_skin_tone": "🤴🏻", - "prince_medium-dark_skin_tone": "🤴🏾", - "prince_medium-light_skin_tone": "🤴🏼", - "prince_medium_skin_tone": "🤴🏽", - "princess": "👸", - "princess_dark_skin_tone": "👸🏿", - "princess_light_skin_tone": "👸🏻", - "princess_medium-dark_skin_tone": "👸🏾", - "princess_medium-light_skin_tone": "👸🏼", - "princess_medium_skin_tone": "👸🏽", - "printer": "🖨", - "prohibited": "🚫", - "purple_circle": "🟣", - "purple_heart": "💜", - "purple_square": "🟪", - "purse": "👛", - "pushpin": "📌", - "question_mark": "❓", - "rabbit": "🐰", - "rabbit_face": "🐰", - "raccoon": "🦝", - "racing_car": "🏎", - "radio": "📻", - "radio_button": "🔘", - "radioactive": "☢", - "railway_car": "🚃", - "railway_track": "🛤", - "rainbow": "🌈", - "rainbow_flag": "🏳️\u200d🌈", - "raised_back_of_hand": "🤚", - "raised_back_of_hand_dark_skin_tone": "🤚🏿", - "raised_back_of_hand_light_skin_tone": "🤚🏻", - "raised_back_of_hand_medium-dark_skin_tone": "🤚🏾", - "raised_back_of_hand_medium-light_skin_tone": "🤚🏼", - "raised_back_of_hand_medium_skin_tone": "🤚🏽", - "raised_fist": "✊", - "raised_fist_dark_skin_tone": "✊🏿", - "raised_fist_light_skin_tone": "✊🏻", - "raised_fist_medium-dark_skin_tone": "✊🏾", - "raised_fist_medium-light_skin_tone": "✊🏼", - "raised_fist_medium_skin_tone": "✊🏽", - "raised_hand": "✋", - "raised_hand_dark_skin_tone": "✋🏿", - "raised_hand_light_skin_tone": "✋🏻", - "raised_hand_medium-dark_skin_tone": "✋🏾", - "raised_hand_medium-light_skin_tone": "✋🏼", - "raised_hand_medium_skin_tone": "✋🏽", - "raising_hands": "🙌", - "raising_hands_dark_skin_tone": "🙌🏿", - "raising_hands_light_skin_tone": "🙌🏻", - "raising_hands_medium-dark_skin_tone": "🙌🏾", - "raising_hands_medium-light_skin_tone": "🙌🏼", - "raising_hands_medium_skin_tone": "🙌🏽", - "ram": "🐏", - "rat": "🐀", - "razor": "🪒", - "ringed_planet": "🪐", - "receipt": "🧾", - "record_button": "⏺", - "recycling_symbol": "♻", - "red_apple": "🍎", - "red_circle": "🔴", - "red_envelope": "🧧", - "red_hair": "🦰", - "red-haired_man": "👨\u200d🦰", - "red-haired_woman": "👩\u200d🦰", - "red_heart": "❤", - "red_paper_lantern": "🏮", - "red_square": "🟥", - "red_triangle_pointed_down": "🔻", - "red_triangle_pointed_up": "🔺", - "registered": "®", - "relieved_face": "😌", - "reminder_ribbon": "🎗", - "repeat_button": "🔁", - "repeat_single_button": "🔂", - "rescue_worker’s_helmet": "⛑", - "restroom": "🚻", - "reverse_button": "◀", - "revolving_hearts": "💞", - "rhinoceros": "🦏", - "ribbon": "🎀", - "rice_ball": "🍙", - "rice_cracker": "🍘", - "right-facing_fist": "🤜", - "right-facing_fist_dark_skin_tone": "🤜🏿", - "right-facing_fist_light_skin_tone": "🤜🏻", - "right-facing_fist_medium-dark_skin_tone": "🤜🏾", - "right-facing_fist_medium-light_skin_tone": "🤜🏼", - "right-facing_fist_medium_skin_tone": "🤜🏽", - "right_anger_bubble": "🗯", - "right_arrow": "➡", - "right_arrow_curving_down": "⤵", - "right_arrow_curving_left": "↩", - "right_arrow_curving_up": "⤴", - "ring": "💍", - "roasted_sweet_potato": "🍠", - "robot_face": "🤖", - "rocket": "🚀", - "roll_of_paper": "🧻", - "rolled-up_newspaper": "🗞", - "roller_coaster": "🎢", - "rolling_on_the_floor_laughing": "🤣", - "rooster": "🐓", - "rose": "🌹", - "rosette": "🏵", - "round_pushpin": "📍", - "rugby_football": "🏉", - "running_shirt": "🎽", - "running_shoe": "👟", - "sad_but_relieved_face": "😥", - "safety_pin": "🧷", - "safety_vest": "🦺", - "salt": "🧂", - "sailboat": "⛵", - "sake": "🍶", - "sandwich": "🥪", - "sari": "🥻", - "satellite": "📡", - "satellite_antenna": "📡", - "sauropod": "🦕", - "saxophone": "🎷", - "scarf": "🧣", - "school": "🏫", - "school_backpack": "🎒", - "scissors": "✂", - "scorpion": "🦂", - "scroll": "📜", - "seat": "💺", - "see-no-evil_monkey": "🙈", - "seedling": "🌱", - "selfie": "🤳", - "selfie_dark_skin_tone": "🤳🏿", - "selfie_light_skin_tone": "🤳🏻", - "selfie_medium-dark_skin_tone": "🤳🏾", - "selfie_medium-light_skin_tone": "🤳🏼", - "selfie_medium_skin_tone": "🤳🏽", - "service_dog": "🐕\u200d🦺", - "seven-thirty": "🕢", - "seven_o’clock": "🕖", - "shallow_pan_of_food": "🥘", - "shamrock": "☘", - "shark": "🦈", - "shaved_ice": "🍧", - "sheaf_of_rice": "🌾", - "shield": "🛡", - "shinto_shrine": "⛩", - "ship": "🚢", - "shooting_star": "🌠", - "shopping_bags": "🛍", - "shopping_cart": "🛒", - "shortcake": "🍰", - "shorts": "🩳", - "shower": "🚿", - "shrimp": "🦐", - "shuffle_tracks_button": "🔀", - "shushing_face": "🤫", - "sign_of_the_horns": "🤘", - "sign_of_the_horns_dark_skin_tone": "🤘🏿", - "sign_of_the_horns_light_skin_tone": "🤘🏻", - "sign_of_the_horns_medium-dark_skin_tone": "🤘🏾", - "sign_of_the_horns_medium-light_skin_tone": "🤘🏼", - "sign_of_the_horns_medium_skin_tone": "🤘🏽", - "six-thirty": "🕡", - "six_o’clock": "🕕", - "skateboard": "🛹", - "skier": "⛷", - "skis": "🎿", - "skull": "💀", - "skull_and_crossbones": "☠", - "skunk": "🦨", - "sled": "🛷", - "sleeping_face": "😴", - "sleepy_face": "😪", - "slightly_frowning_face": "🙁", - "slightly_smiling_face": "🙂", - "slot_machine": "🎰", - "sloth": "🦥", - "small_airplane": "🛩", - "small_blue_diamond": "🔹", - "small_orange_diamond": "🔸", - "smiling_cat_face_with_heart-eyes": "😻", - "smiling_face": "☺", - "smiling_face_with_halo": "😇", - "smiling_face_with_3_hearts": "🥰", - "smiling_face_with_heart-eyes": "😍", - "smiling_face_with_horns": "😈", - "smiling_face_with_smiling_eyes": "😊", - "smiling_face_with_sunglasses": "😎", - "smirking_face": "😏", - "snail": "🐌", - "snake": "🐍", - "sneezing_face": "🤧", - "snow-capped_mountain": "🏔", - "snowboarder": "🏂", - "snowboarder_dark_skin_tone": "🏂🏿", - "snowboarder_light_skin_tone": "🏂🏻", - "snowboarder_medium-dark_skin_tone": "🏂🏾", - "snowboarder_medium-light_skin_tone": "🏂🏼", - "snowboarder_medium_skin_tone": "🏂🏽", - "snowflake": "❄", - "snowman": "☃", - "snowman_without_snow": "⛄", - "soap": "🧼", - "soccer_ball": "⚽", - "socks": "🧦", - "softball": "🥎", - "soft_ice_cream": "🍦", - "spade_suit": "♠", - "spaghetti": "🍝", - "sparkle": "❇", - "sparkler": "🎇", - "sparkles": "✨", - "sparkling_heart": "💖", - "speak-no-evil_monkey": "🙊", - "speaker_high_volume": "🔊", - "speaker_low_volume": "🔈", - "speaker_medium_volume": "🔉", - "speaking_head": "🗣", - "speech_balloon": "💬", - "speedboat": "🚤", - "spider": "🕷", - "spider_web": "🕸", - "spiral_calendar": "🗓", - "spiral_notepad": "🗒", - "spiral_shell": "🐚", - "spoon": "🥄", - "sponge": "🧽", - "sport_utility_vehicle": "🚙", - "sports_medal": "🏅", - "spouting_whale": "🐳", - "squid": "🦑", - "squinting_face_with_tongue": "😝", - "stadium": "🏟", - "star-struck": "🤩", - "star_and_crescent": "☪", - "star_of_david": "✡", - "station": "🚉", - "steaming_bowl": "🍜", - "stethoscope": "🩺", - "stop_button": "⏹", - "stop_sign": "🛑", - "stopwatch": "⏱", - "straight_ruler": "📏", - "strawberry": "🍓", - "studio_microphone": "🎙", - "stuffed_flatbread": "🥙", - "sun": "☀", - "sun_behind_cloud": "⛅", - "sun_behind_large_cloud": "🌥", - "sun_behind_rain_cloud": "🌦", - "sun_behind_small_cloud": "🌤", - "sun_with_face": "🌞", - "sunflower": "🌻", - "sunglasses": "😎", - "sunrise": "🌅", - "sunrise_over_mountains": "🌄", - "sunset": "🌇", - "superhero": "🦸", - "supervillain": "🦹", - "sushi": "🍣", - "suspension_railway": "🚟", - "swan": "🦢", - "sweat_droplets": "💦", - "synagogue": "🕍", - "syringe": "💉", - "t-shirt": "👕", - "taco": "🌮", - "takeout_box": "🥡", - "tanabata_tree": "🎋", - "tangerine": "🍊", - "taxi": "🚕", - "teacup_without_handle": "🍵", - "tear-off_calendar": "📆", - "teddy_bear": "🧸", - "telephone": "☎", - "telephone_receiver": "📞", - "telescope": "🔭", - "television": "📺", - "ten-thirty": "🕥", - "ten_o’clock": "🕙", - "tennis": "🎾", - "tent": "⛺", - "test_tube": "🧪", - "thermometer": "🌡", - "thinking_face": "🤔", - "thought_balloon": "💭", - "thread": "🧵", - "three-thirty": "🕞", - "three_o’clock": "🕒", - "thumbs_down": "👎", - "thumbs_down_dark_skin_tone": "👎🏿", - "thumbs_down_light_skin_tone": "👎🏻", - "thumbs_down_medium-dark_skin_tone": "👎🏾", - "thumbs_down_medium-light_skin_tone": "👎🏼", - "thumbs_down_medium_skin_tone": "👎🏽", - "thumbs_up": "👍", - "thumbs_up_dark_skin_tone": "👍🏿", - "thumbs_up_light_skin_tone": "👍🏻", - "thumbs_up_medium-dark_skin_tone": "👍🏾", - "thumbs_up_medium-light_skin_tone": "👍🏼", - "thumbs_up_medium_skin_tone": "👍🏽", - "ticket": "🎫", - "tiger": "🐯", - "tiger_face": "🐯", - "timer_clock": "⏲", - "tired_face": "😫", - "toolbox": "🧰", - "toilet": "🚽", - "tomato": "🍅", - "tongue": "👅", - "tooth": "🦷", - "top_hat": "🎩", - "tornado": "🌪", - "trackball": "🖲", - "tractor": "🚜", - "trade_mark": "™", - "train": "🚋", - "tram": "🚊", - "tram_car": "🚋", - "triangular_flag": "🚩", - "triangular_ruler": "📐", - "trident_emblem": "🔱", - "trolleybus": "🚎", - "trophy": "🏆", - "tropical_drink": "🍹", - "tropical_fish": "🐠", - "trumpet": "🎺", - "tulip": "🌷", - "tumbler_glass": "🥃", - "turtle": "🐢", - "twelve-thirty": "🕧", - "twelve_o’clock": "🕛", - "two-hump_camel": "🐫", - "two-thirty": "🕝", - "two_hearts": "💕", - "two_men_holding_hands": "👬", - "two_o’clock": "🕑", - "two_women_holding_hands": "👭", - "umbrella": "☂", - "umbrella_on_ground": "⛱", - "umbrella_with_rain_drops": "☔", - "unamused_face": "😒", - "unicorn_face": "🦄", - "unlocked": "🔓", - "up-down_arrow": "↕", - "up-left_arrow": "↖", - "up-right_arrow": "↗", - "up_arrow": "⬆", - "upside-down_face": "🙃", - "upwards_button": "🔼", - "vampire": "🧛", - "vampire_dark_skin_tone": "🧛🏿", - "vampire_light_skin_tone": "🧛🏻", - "vampire_medium-dark_skin_tone": "🧛🏾", - "vampire_medium-light_skin_tone": "🧛🏼", - "vampire_medium_skin_tone": "🧛🏽", - "vertical_traffic_light": "🚦", - "vibration_mode": "📳", - "victory_hand": "✌", - "victory_hand_dark_skin_tone": "✌🏿", - "victory_hand_light_skin_tone": "✌🏻", - "victory_hand_medium-dark_skin_tone": "✌🏾", - "victory_hand_medium-light_skin_tone": "✌🏼", - "victory_hand_medium_skin_tone": "✌🏽", - "video_camera": "📹", - "video_game": "🎮", - "videocassette": "📼", - "violin": "🎻", - "volcano": "🌋", - "volleyball": "🏐", - "vulcan_salute": "🖖", - "vulcan_salute_dark_skin_tone": "🖖🏿", - "vulcan_salute_light_skin_tone": "🖖🏻", - "vulcan_salute_medium-dark_skin_tone": "🖖🏾", - "vulcan_salute_medium-light_skin_tone": "🖖🏼", - "vulcan_salute_medium_skin_tone": "🖖🏽", - "waffle": "🧇", - "waning_crescent_moon": "🌘", - "waning_gibbous_moon": "🌖", - "warning": "⚠", - "wastebasket": "🗑", - "watch": "⌚", - "water_buffalo": "🐃", - "water_closet": "🚾", - "water_wave": "🌊", - "watermelon": "🍉", - "waving_hand": "👋", - "waving_hand_dark_skin_tone": "👋🏿", - "waving_hand_light_skin_tone": "👋🏻", - "waving_hand_medium-dark_skin_tone": "👋🏾", - "waving_hand_medium-light_skin_tone": "👋🏼", - "waving_hand_medium_skin_tone": "👋🏽", - "wavy_dash": "〰", - "waxing_crescent_moon": "🌒", - "waxing_gibbous_moon": "🌔", - "weary_cat_face": "🙀", - "weary_face": "😩", - "wedding": "💒", - "whale": "🐳", - "wheel_of_dharma": "☸", - "wheelchair_symbol": "♿", - "white_circle": "⚪", - "white_exclamation_mark": "❕", - "white_flag": "🏳", - "white_flower": "💮", - "white_hair": "🦳", - "white-haired_man": "👨\u200d🦳", - "white-haired_woman": "👩\u200d🦳", - "white_heart": "🤍", - "white_heavy_check_mark": "✅", - "white_large_square": "⬜", - "white_medium-small_square": "◽", - "white_medium_square": "◻", - "white_medium_star": "⭐", - "white_question_mark": "❔", - "white_small_square": "▫", - "white_square_button": "🔳", - "wilted_flower": "🥀", - "wind_chime": "🎐", - "wind_face": "🌬", - "wine_glass": "🍷", - "winking_face": "😉", - "winking_face_with_tongue": "😜", - "wolf_face": "🐺", - "woman": "👩", - "woman_artist": "👩\u200d🎨", - "woman_artist_dark_skin_tone": "👩🏿\u200d🎨", - "woman_artist_light_skin_tone": "👩🏻\u200d🎨", - "woman_artist_medium-dark_skin_tone": "👩🏾\u200d🎨", - "woman_artist_medium-light_skin_tone": "👩🏼\u200d🎨", - "woman_artist_medium_skin_tone": "👩🏽\u200d🎨", - "woman_astronaut": "👩\u200d🚀", - "woman_astronaut_dark_skin_tone": "👩🏿\u200d🚀", - "woman_astronaut_light_skin_tone": "👩🏻\u200d🚀", - "woman_astronaut_medium-dark_skin_tone": "👩🏾\u200d🚀", - "woman_astronaut_medium-light_skin_tone": "👩🏼\u200d🚀", - "woman_astronaut_medium_skin_tone": "👩🏽\u200d🚀", - "woman_biking": "🚴\u200d♀️", - "woman_biking_dark_skin_tone": "🚴🏿\u200d♀️", - "woman_biking_light_skin_tone": "🚴🏻\u200d♀️", - "woman_biking_medium-dark_skin_tone": "🚴🏾\u200d♀️", - "woman_biking_medium-light_skin_tone": "🚴🏼\u200d♀️", - "woman_biking_medium_skin_tone": "🚴🏽\u200d♀️", - "woman_bouncing_ball": "⛹️\u200d♀️", - "woman_bouncing_ball_dark_skin_tone": "⛹🏿\u200d♀️", - "woman_bouncing_ball_light_skin_tone": "⛹🏻\u200d♀️", - "woman_bouncing_ball_medium-dark_skin_tone": "⛹🏾\u200d♀️", - "woman_bouncing_ball_medium-light_skin_tone": "⛹🏼\u200d♀️", - "woman_bouncing_ball_medium_skin_tone": "⛹🏽\u200d♀️", - "woman_bowing": "🙇\u200d♀️", - "woman_bowing_dark_skin_tone": "🙇🏿\u200d♀️", - "woman_bowing_light_skin_tone": "🙇🏻\u200d♀️", - "woman_bowing_medium-dark_skin_tone": "🙇🏾\u200d♀️", - "woman_bowing_medium-light_skin_tone": "🙇🏼\u200d♀️", - "woman_bowing_medium_skin_tone": "🙇🏽\u200d♀️", - "woman_cartwheeling": "🤸\u200d♀️", - "woman_cartwheeling_dark_skin_tone": "🤸🏿\u200d♀️", - "woman_cartwheeling_light_skin_tone": "🤸🏻\u200d♀️", - "woman_cartwheeling_medium-dark_skin_tone": "🤸🏾\u200d♀️", - "woman_cartwheeling_medium-light_skin_tone": "🤸🏼\u200d♀️", - "woman_cartwheeling_medium_skin_tone": "🤸🏽\u200d♀️", - "woman_climbing": "🧗\u200d♀️", - "woman_climbing_dark_skin_tone": "🧗🏿\u200d♀️", - "woman_climbing_light_skin_tone": "🧗🏻\u200d♀️", - "woman_climbing_medium-dark_skin_tone": "🧗🏾\u200d♀️", - "woman_climbing_medium-light_skin_tone": "🧗🏼\u200d♀️", - "woman_climbing_medium_skin_tone": "🧗🏽\u200d♀️", - "woman_construction_worker": "👷\u200d♀️", - "woman_construction_worker_dark_skin_tone": "👷🏿\u200d♀️", - "woman_construction_worker_light_skin_tone": "👷🏻\u200d♀️", - "woman_construction_worker_medium-dark_skin_tone": "👷🏾\u200d♀️", - "woman_construction_worker_medium-light_skin_tone": "👷🏼\u200d♀️", - "woman_construction_worker_medium_skin_tone": "👷🏽\u200d♀️", - "woman_cook": "👩\u200d🍳", - "woman_cook_dark_skin_tone": "👩🏿\u200d🍳", - "woman_cook_light_skin_tone": "👩🏻\u200d🍳", - "woman_cook_medium-dark_skin_tone": "👩🏾\u200d🍳", - "woman_cook_medium-light_skin_tone": "👩🏼\u200d🍳", - "woman_cook_medium_skin_tone": "👩🏽\u200d🍳", - "woman_dancing": "💃", - "woman_dancing_dark_skin_tone": "💃🏿", - "woman_dancing_light_skin_tone": "💃🏻", - "woman_dancing_medium-dark_skin_tone": "💃🏾", - "woman_dancing_medium-light_skin_tone": "💃🏼", - "woman_dancing_medium_skin_tone": "💃🏽", - "woman_dark_skin_tone": "👩🏿", - "woman_detective": "🕵️\u200d♀️", - "woman_detective_dark_skin_tone": "🕵🏿\u200d♀️", - "woman_detective_light_skin_tone": "🕵🏻\u200d♀️", - "woman_detective_medium-dark_skin_tone": "🕵🏾\u200d♀️", - "woman_detective_medium-light_skin_tone": "🕵🏼\u200d♀️", - "woman_detective_medium_skin_tone": "🕵🏽\u200d♀️", - "woman_elf": "🧝\u200d♀️", - "woman_elf_dark_skin_tone": "🧝🏿\u200d♀️", - "woman_elf_light_skin_tone": "🧝🏻\u200d♀️", - "woman_elf_medium-dark_skin_tone": "🧝🏾\u200d♀️", - "woman_elf_medium-light_skin_tone": "🧝🏼\u200d♀️", - "woman_elf_medium_skin_tone": "🧝🏽\u200d♀️", - "woman_facepalming": "🤦\u200d♀️", - "woman_facepalming_dark_skin_tone": "🤦🏿\u200d♀️", - "woman_facepalming_light_skin_tone": "🤦🏻\u200d♀️", - "woman_facepalming_medium-dark_skin_tone": "🤦🏾\u200d♀️", - "woman_facepalming_medium-light_skin_tone": "🤦🏼\u200d♀️", - "woman_facepalming_medium_skin_tone": "🤦🏽\u200d♀️", - "woman_factory_worker": "👩\u200d🏭", - "woman_factory_worker_dark_skin_tone": "👩🏿\u200d🏭", - "woman_factory_worker_light_skin_tone": "👩🏻\u200d🏭", - "woman_factory_worker_medium-dark_skin_tone": "👩🏾\u200d🏭", - "woman_factory_worker_medium-light_skin_tone": "👩🏼\u200d🏭", - "woman_factory_worker_medium_skin_tone": "👩🏽\u200d🏭", - "woman_fairy": "🧚\u200d♀️", - "woman_fairy_dark_skin_tone": "🧚🏿\u200d♀️", - "woman_fairy_light_skin_tone": "🧚🏻\u200d♀️", - "woman_fairy_medium-dark_skin_tone": "🧚🏾\u200d♀️", - "woman_fairy_medium-light_skin_tone": "🧚🏼\u200d♀️", - "woman_fairy_medium_skin_tone": "🧚🏽\u200d♀️", - "woman_farmer": "👩\u200d🌾", - "woman_farmer_dark_skin_tone": "👩🏿\u200d🌾", - "woman_farmer_light_skin_tone": "👩🏻\u200d🌾", - "woman_farmer_medium-dark_skin_tone": "👩🏾\u200d🌾", - "woman_farmer_medium-light_skin_tone": "👩🏼\u200d🌾", - "woman_farmer_medium_skin_tone": "👩🏽\u200d🌾", - "woman_firefighter": "👩\u200d🚒", - "woman_firefighter_dark_skin_tone": "👩🏿\u200d🚒", - "woman_firefighter_light_skin_tone": "👩🏻\u200d🚒", - "woman_firefighter_medium-dark_skin_tone": "👩🏾\u200d🚒", - "woman_firefighter_medium-light_skin_tone": "👩🏼\u200d🚒", - "woman_firefighter_medium_skin_tone": "👩🏽\u200d🚒", - "woman_frowning": "🙍\u200d♀️", - "woman_frowning_dark_skin_tone": "🙍🏿\u200d♀️", - "woman_frowning_light_skin_tone": "🙍🏻\u200d♀️", - "woman_frowning_medium-dark_skin_tone": "🙍🏾\u200d♀️", - "woman_frowning_medium-light_skin_tone": "🙍🏼\u200d♀️", - "woman_frowning_medium_skin_tone": "🙍🏽\u200d♀️", - "woman_genie": "🧞\u200d♀️", - "woman_gesturing_no": "🙅\u200d♀️", - "woman_gesturing_no_dark_skin_tone": "🙅🏿\u200d♀️", - "woman_gesturing_no_light_skin_tone": "🙅🏻\u200d♀️", - "woman_gesturing_no_medium-dark_skin_tone": "🙅🏾\u200d♀️", - "woman_gesturing_no_medium-light_skin_tone": "🙅🏼\u200d♀️", - "woman_gesturing_no_medium_skin_tone": "🙅🏽\u200d♀️", - "woman_gesturing_ok": "🙆\u200d♀️", - "woman_gesturing_ok_dark_skin_tone": "🙆🏿\u200d♀️", - "woman_gesturing_ok_light_skin_tone": "🙆🏻\u200d♀️", - "woman_gesturing_ok_medium-dark_skin_tone": "🙆🏾\u200d♀️", - "woman_gesturing_ok_medium-light_skin_tone": "🙆🏼\u200d♀️", - "woman_gesturing_ok_medium_skin_tone": "🙆🏽\u200d♀️", - "woman_getting_haircut": "💇\u200d♀️", - "woman_getting_haircut_dark_skin_tone": "💇🏿\u200d♀️", - "woman_getting_haircut_light_skin_tone": "💇🏻\u200d♀️", - "woman_getting_haircut_medium-dark_skin_tone": "💇🏾\u200d♀️", - "woman_getting_haircut_medium-light_skin_tone": "💇🏼\u200d♀️", - "woman_getting_haircut_medium_skin_tone": "💇🏽\u200d♀️", - "woman_getting_massage": "💆\u200d♀️", - "woman_getting_massage_dark_skin_tone": "💆🏿\u200d♀️", - "woman_getting_massage_light_skin_tone": "💆🏻\u200d♀️", - "woman_getting_massage_medium-dark_skin_tone": "💆🏾\u200d♀️", - "woman_getting_massage_medium-light_skin_tone": "💆🏼\u200d♀️", - "woman_getting_massage_medium_skin_tone": "💆🏽\u200d♀️", - "woman_golfing": "🏌️\u200d♀️", - "woman_golfing_dark_skin_tone": "🏌🏿\u200d♀️", - "woman_golfing_light_skin_tone": "🏌🏻\u200d♀️", - "woman_golfing_medium-dark_skin_tone": "🏌🏾\u200d♀️", - "woman_golfing_medium-light_skin_tone": "🏌🏼\u200d♀️", - "woman_golfing_medium_skin_tone": "🏌🏽\u200d♀️", - "woman_guard": "💂\u200d♀️", - "woman_guard_dark_skin_tone": "💂🏿\u200d♀️", - "woman_guard_light_skin_tone": "💂🏻\u200d♀️", - "woman_guard_medium-dark_skin_tone": "💂🏾\u200d♀️", - "woman_guard_medium-light_skin_tone": "💂🏼\u200d♀️", - "woman_guard_medium_skin_tone": "💂🏽\u200d♀️", - "woman_health_worker": "👩\u200d⚕️", - "woman_health_worker_dark_skin_tone": "👩🏿\u200d⚕️", - "woman_health_worker_light_skin_tone": "👩🏻\u200d⚕️", - "woman_health_worker_medium-dark_skin_tone": "👩🏾\u200d⚕️", - "woman_health_worker_medium-light_skin_tone": "👩🏼\u200d⚕️", - "woman_health_worker_medium_skin_tone": "👩🏽\u200d⚕️", - "woman_in_lotus_position": "🧘\u200d♀️", - "woman_in_lotus_position_dark_skin_tone": "🧘🏿\u200d♀️", - "woman_in_lotus_position_light_skin_tone": "🧘🏻\u200d♀️", - "woman_in_lotus_position_medium-dark_skin_tone": "🧘🏾\u200d♀️", - "woman_in_lotus_position_medium-light_skin_tone": "🧘🏼\u200d♀️", - "woman_in_lotus_position_medium_skin_tone": "🧘🏽\u200d♀️", - "woman_in_manual_wheelchair": "👩\u200d🦽", - "woman_in_motorized_wheelchair": "👩\u200d🦼", - "woman_in_steamy_room": "🧖\u200d♀️", - "woman_in_steamy_room_dark_skin_tone": "🧖🏿\u200d♀️", - "woman_in_steamy_room_light_skin_tone": "🧖🏻\u200d♀️", - "woman_in_steamy_room_medium-dark_skin_tone": "🧖🏾\u200d♀️", - "woman_in_steamy_room_medium-light_skin_tone": "🧖🏼\u200d♀️", - "woman_in_steamy_room_medium_skin_tone": "🧖🏽\u200d♀️", - "woman_judge": "👩\u200d⚖️", - "woman_judge_dark_skin_tone": "👩🏿\u200d⚖️", - "woman_judge_light_skin_tone": "👩🏻\u200d⚖️", - "woman_judge_medium-dark_skin_tone": "👩🏾\u200d⚖️", - "woman_judge_medium-light_skin_tone": "👩🏼\u200d⚖️", - "woman_judge_medium_skin_tone": "👩🏽\u200d⚖️", - "woman_juggling": "🤹\u200d♀️", - "woman_juggling_dark_skin_tone": "🤹🏿\u200d♀️", - "woman_juggling_light_skin_tone": "🤹🏻\u200d♀️", - "woman_juggling_medium-dark_skin_tone": "🤹🏾\u200d♀️", - "woman_juggling_medium-light_skin_tone": "🤹🏼\u200d♀️", - "woman_juggling_medium_skin_tone": "🤹🏽\u200d♀️", - "woman_lifting_weights": "🏋️\u200d♀️", - "woman_lifting_weights_dark_skin_tone": "🏋🏿\u200d♀️", - "woman_lifting_weights_light_skin_tone": "🏋🏻\u200d♀️", - "woman_lifting_weights_medium-dark_skin_tone": "🏋🏾\u200d♀️", - "woman_lifting_weights_medium-light_skin_tone": "🏋🏼\u200d♀️", - "woman_lifting_weights_medium_skin_tone": "🏋🏽\u200d♀️", - "woman_light_skin_tone": "👩🏻", - "woman_mage": "🧙\u200d♀️", - "woman_mage_dark_skin_tone": "🧙🏿\u200d♀️", - "woman_mage_light_skin_tone": "🧙🏻\u200d♀️", - "woman_mage_medium-dark_skin_tone": "🧙🏾\u200d♀️", - "woman_mage_medium-light_skin_tone": "🧙🏼\u200d♀️", - "woman_mage_medium_skin_tone": "🧙🏽\u200d♀️", - "woman_mechanic": "👩\u200d🔧", - "woman_mechanic_dark_skin_tone": "👩🏿\u200d🔧", - "woman_mechanic_light_skin_tone": "👩🏻\u200d🔧", - "woman_mechanic_medium-dark_skin_tone": "👩🏾\u200d🔧", - "woman_mechanic_medium-light_skin_tone": "👩🏼\u200d🔧", - "woman_mechanic_medium_skin_tone": "👩🏽\u200d🔧", - "woman_medium-dark_skin_tone": "👩🏾", - "woman_medium-light_skin_tone": "👩🏼", - "woman_medium_skin_tone": "👩🏽", - "woman_mountain_biking": "🚵\u200d♀️", - "woman_mountain_biking_dark_skin_tone": "🚵🏿\u200d♀️", - "woman_mountain_biking_light_skin_tone": "🚵🏻\u200d♀️", - "woman_mountain_biking_medium-dark_skin_tone": "🚵🏾\u200d♀️", - "woman_mountain_biking_medium-light_skin_tone": "🚵🏼\u200d♀️", - "woman_mountain_biking_medium_skin_tone": "🚵🏽\u200d♀️", - "woman_office_worker": "👩\u200d💼", - "woman_office_worker_dark_skin_tone": "👩🏿\u200d💼", - "woman_office_worker_light_skin_tone": "👩🏻\u200d💼", - "woman_office_worker_medium-dark_skin_tone": "👩🏾\u200d💼", - "woman_office_worker_medium-light_skin_tone": "👩🏼\u200d💼", - "woman_office_worker_medium_skin_tone": "👩🏽\u200d💼", - "woman_pilot": "👩\u200d✈️", - "woman_pilot_dark_skin_tone": "👩🏿\u200d✈️", - "woman_pilot_light_skin_tone": "👩🏻\u200d✈️", - "woman_pilot_medium-dark_skin_tone": "👩🏾\u200d✈️", - "woman_pilot_medium-light_skin_tone": "👩🏼\u200d✈️", - "woman_pilot_medium_skin_tone": "👩🏽\u200d✈️", - "woman_playing_handball": "🤾\u200d♀️", - "woman_playing_handball_dark_skin_tone": "🤾🏿\u200d♀️", - "woman_playing_handball_light_skin_tone": "🤾🏻\u200d♀️", - "woman_playing_handball_medium-dark_skin_tone": "🤾🏾\u200d♀️", - "woman_playing_handball_medium-light_skin_tone": "🤾🏼\u200d♀️", - "woman_playing_handball_medium_skin_tone": "🤾🏽\u200d♀️", - "woman_playing_water_polo": "🤽\u200d♀️", - "woman_playing_water_polo_dark_skin_tone": "🤽🏿\u200d♀️", - "woman_playing_water_polo_light_skin_tone": "🤽🏻\u200d♀️", - "woman_playing_water_polo_medium-dark_skin_tone": "🤽🏾\u200d♀️", - "woman_playing_water_polo_medium-light_skin_tone": "🤽🏼\u200d♀️", - "woman_playing_water_polo_medium_skin_tone": "🤽🏽\u200d♀️", - "woman_police_officer": "👮\u200d♀️", - "woman_police_officer_dark_skin_tone": "👮🏿\u200d♀️", - "woman_police_officer_light_skin_tone": "👮🏻\u200d♀️", - "woman_police_officer_medium-dark_skin_tone": "👮🏾\u200d♀️", - "woman_police_officer_medium-light_skin_tone": "👮🏼\u200d♀️", - "woman_police_officer_medium_skin_tone": "👮🏽\u200d♀️", - "woman_pouting": "🙎\u200d♀️", - "woman_pouting_dark_skin_tone": "🙎🏿\u200d♀️", - "woman_pouting_light_skin_tone": "🙎🏻\u200d♀️", - "woman_pouting_medium-dark_skin_tone": "🙎🏾\u200d♀️", - "woman_pouting_medium-light_skin_tone": "🙎🏼\u200d♀️", - "woman_pouting_medium_skin_tone": "🙎🏽\u200d♀️", - "woman_raising_hand": "🙋\u200d♀️", - "woman_raising_hand_dark_skin_tone": "🙋🏿\u200d♀️", - "woman_raising_hand_light_skin_tone": "🙋🏻\u200d♀️", - "woman_raising_hand_medium-dark_skin_tone": "🙋🏾\u200d♀️", - "woman_raising_hand_medium-light_skin_tone": "🙋🏼\u200d♀️", - "woman_raising_hand_medium_skin_tone": "🙋🏽\u200d♀️", - "woman_rowing_boat": "🚣\u200d♀️", - "woman_rowing_boat_dark_skin_tone": "🚣🏿\u200d♀️", - "woman_rowing_boat_light_skin_tone": "🚣🏻\u200d♀️", - "woman_rowing_boat_medium-dark_skin_tone": "🚣🏾\u200d♀️", - "woman_rowing_boat_medium-light_skin_tone": "🚣🏼\u200d♀️", - "woman_rowing_boat_medium_skin_tone": "🚣🏽\u200d♀️", - "woman_running": "🏃\u200d♀️", - "woman_running_dark_skin_tone": "🏃🏿\u200d♀️", - "woman_running_light_skin_tone": "🏃🏻\u200d♀️", - "woman_running_medium-dark_skin_tone": "🏃🏾\u200d♀️", - "woman_running_medium-light_skin_tone": "🏃🏼\u200d♀️", - "woman_running_medium_skin_tone": "🏃🏽\u200d♀️", - "woman_scientist": "👩\u200d🔬", - "woman_scientist_dark_skin_tone": "👩🏿\u200d🔬", - "woman_scientist_light_skin_tone": "👩🏻\u200d🔬", - "woman_scientist_medium-dark_skin_tone": "👩🏾\u200d🔬", - "woman_scientist_medium-light_skin_tone": "👩🏼\u200d🔬", - "woman_scientist_medium_skin_tone": "👩🏽\u200d🔬", - "woman_shrugging": "🤷\u200d♀️", - "woman_shrugging_dark_skin_tone": "🤷🏿\u200d♀️", - "woman_shrugging_light_skin_tone": "🤷🏻\u200d♀️", - "woman_shrugging_medium-dark_skin_tone": "🤷🏾\u200d♀️", - "woman_shrugging_medium-light_skin_tone": "🤷🏼\u200d♀️", - "woman_shrugging_medium_skin_tone": "🤷🏽\u200d♀️", - "woman_singer": "👩\u200d🎤", - "woman_singer_dark_skin_tone": "👩🏿\u200d🎤", - "woman_singer_light_skin_tone": "👩🏻\u200d🎤", - "woman_singer_medium-dark_skin_tone": "👩🏾\u200d🎤", - "woman_singer_medium-light_skin_tone": "👩🏼\u200d🎤", - "woman_singer_medium_skin_tone": "👩🏽\u200d🎤", - "woman_student": "👩\u200d🎓", - "woman_student_dark_skin_tone": "👩🏿\u200d🎓", - "woman_student_light_skin_tone": "👩🏻\u200d🎓", - "woman_student_medium-dark_skin_tone": "👩🏾\u200d🎓", - "woman_student_medium-light_skin_tone": "👩🏼\u200d🎓", - "woman_student_medium_skin_tone": "👩🏽\u200d🎓", - "woman_surfing": "🏄\u200d♀️", - "woman_surfing_dark_skin_tone": "🏄🏿\u200d♀️", - "woman_surfing_light_skin_tone": "🏄🏻\u200d♀️", - "woman_surfing_medium-dark_skin_tone": "🏄🏾\u200d♀️", - "woman_surfing_medium-light_skin_tone": "🏄🏼\u200d♀️", - "woman_surfing_medium_skin_tone": "🏄🏽\u200d♀️", - "woman_swimming": "🏊\u200d♀️", - "woman_swimming_dark_skin_tone": "🏊🏿\u200d♀️", - "woman_swimming_light_skin_tone": "🏊🏻\u200d♀️", - "woman_swimming_medium-dark_skin_tone": "🏊🏾\u200d♀️", - "woman_swimming_medium-light_skin_tone": "🏊🏼\u200d♀️", - "woman_swimming_medium_skin_tone": "🏊🏽\u200d♀️", - "woman_teacher": "👩\u200d🏫", - "woman_teacher_dark_skin_tone": "👩🏿\u200d🏫", - "woman_teacher_light_skin_tone": "👩🏻\u200d🏫", - "woman_teacher_medium-dark_skin_tone": "👩🏾\u200d🏫", - "woman_teacher_medium-light_skin_tone": "👩🏼\u200d🏫", - "woman_teacher_medium_skin_tone": "👩🏽\u200d🏫", - "woman_technologist": "👩\u200d💻", - "woman_technologist_dark_skin_tone": "👩🏿\u200d💻", - "woman_technologist_light_skin_tone": "👩🏻\u200d💻", - "woman_technologist_medium-dark_skin_tone": "👩🏾\u200d💻", - "woman_technologist_medium-light_skin_tone": "👩🏼\u200d💻", - "woman_technologist_medium_skin_tone": "👩🏽\u200d💻", - "woman_tipping_hand": "💁\u200d♀️", - "woman_tipping_hand_dark_skin_tone": "💁🏿\u200d♀️", - "woman_tipping_hand_light_skin_tone": "💁🏻\u200d♀️", - "woman_tipping_hand_medium-dark_skin_tone": "💁🏾\u200d♀️", - "woman_tipping_hand_medium-light_skin_tone": "💁🏼\u200d♀️", - "woman_tipping_hand_medium_skin_tone": "💁🏽\u200d♀️", - "woman_vampire": "🧛\u200d♀️", - "woman_vampire_dark_skin_tone": "🧛🏿\u200d♀️", - "woman_vampire_light_skin_tone": "🧛🏻\u200d♀️", - "woman_vampire_medium-dark_skin_tone": "🧛🏾\u200d♀️", - "woman_vampire_medium-light_skin_tone": "🧛🏼\u200d♀️", - "woman_vampire_medium_skin_tone": "🧛🏽\u200d♀️", - "woman_walking": "🚶\u200d♀️", - "woman_walking_dark_skin_tone": "🚶🏿\u200d♀️", - "woman_walking_light_skin_tone": "🚶🏻\u200d♀️", - "woman_walking_medium-dark_skin_tone": "🚶🏾\u200d♀️", - "woman_walking_medium-light_skin_tone": "🚶🏼\u200d♀️", - "woman_walking_medium_skin_tone": "🚶🏽\u200d♀️", - "woman_wearing_turban": "👳\u200d♀️", - "woman_wearing_turban_dark_skin_tone": "👳🏿\u200d♀️", - "woman_wearing_turban_light_skin_tone": "👳🏻\u200d♀️", - "woman_wearing_turban_medium-dark_skin_tone": "👳🏾\u200d♀️", - "woman_wearing_turban_medium-light_skin_tone": "👳🏼\u200d♀️", - "woman_wearing_turban_medium_skin_tone": "👳🏽\u200d♀️", - "woman_with_headscarf": "🧕", - "woman_with_headscarf_dark_skin_tone": "🧕🏿", - "woman_with_headscarf_light_skin_tone": "🧕🏻", - "woman_with_headscarf_medium-dark_skin_tone": "🧕🏾", - "woman_with_headscarf_medium-light_skin_tone": "🧕🏼", - "woman_with_headscarf_medium_skin_tone": "🧕🏽", - "woman_with_probing_cane": "👩\u200d🦯", - "woman_zombie": "🧟\u200d♀️", - "woman’s_boot": "👢", - "woman’s_clothes": "👚", - "woman’s_hat": "👒", - "woman’s_sandal": "👡", - "women_with_bunny_ears": "👯\u200d♀️", - "women_wrestling": "🤼\u200d♀️", - "women’s_room": "🚺", - "woozy_face": "🥴", - "world_map": "🗺", - "worried_face": "😟", - "wrapped_gift": "🎁", - "wrench": "🔧", - "writing_hand": "✍", - "writing_hand_dark_skin_tone": "✍🏿", - "writing_hand_light_skin_tone": "✍🏻", - "writing_hand_medium-dark_skin_tone": "✍🏾", - "writing_hand_medium-light_skin_tone": "✍🏼", - "writing_hand_medium_skin_tone": "✍🏽", - "yarn": "🧶", - "yawning_face": "🥱", - "yellow_circle": "🟡", - "yellow_heart": "💛", - "yellow_square": "🟨", - "yen_banknote": "💴", - "yo-yo": "🪀", - "yin_yang": "☯", - "zany_face": "🤪", - "zebra": "🦓", - "zipper-mouth_face": "🤐", - "zombie": "🧟", - "zzz": "💤", - "åland_islands": "🇦🇽", - "keycap_asterisk": "*⃣", - "keycap_digit_eight": "8⃣", - "keycap_digit_five": "5⃣", - "keycap_digit_four": "4⃣", - "keycap_digit_nine": "9⃣", - "keycap_digit_one": "1⃣", - "keycap_digit_seven": "7⃣", - "keycap_digit_six": "6⃣", - "keycap_digit_three": "3⃣", - "keycap_digit_two": "2⃣", - "keycap_digit_zero": "0⃣", - "keycap_number_sign": "#⃣", - "light_skin_tone": "🏻", - "medium_light_skin_tone": "🏼", - "medium_skin_tone": "🏽", - "medium_dark_skin_tone": "🏾", - "dark_skin_tone": "🏿", - "regional_indicator_symbol_letter_a": "🇦", - "regional_indicator_symbol_letter_b": "🇧", - "regional_indicator_symbol_letter_c": "🇨", - "regional_indicator_symbol_letter_d": "🇩", - "regional_indicator_symbol_letter_e": "🇪", - "regional_indicator_symbol_letter_f": "🇫", - "regional_indicator_symbol_letter_g": "🇬", - "regional_indicator_symbol_letter_h": "🇭", - "regional_indicator_symbol_letter_i": "🇮", - "regional_indicator_symbol_letter_j": "🇯", - "regional_indicator_symbol_letter_k": "🇰", - "regional_indicator_symbol_letter_l": "🇱", - "regional_indicator_symbol_letter_m": "🇲", - "regional_indicator_symbol_letter_n": "🇳", - "regional_indicator_symbol_letter_o": "🇴", - "regional_indicator_symbol_letter_p": "🇵", - "regional_indicator_symbol_letter_q": "🇶", - "regional_indicator_symbol_letter_r": "🇷", - "regional_indicator_symbol_letter_s": "🇸", - "regional_indicator_symbol_letter_t": "🇹", - "regional_indicator_symbol_letter_u": "🇺", - "regional_indicator_symbol_letter_v": "🇻", - "regional_indicator_symbol_letter_w": "🇼", - "regional_indicator_symbol_letter_x": "🇽", - "regional_indicator_symbol_letter_y": "🇾", - "regional_indicator_symbol_letter_z": "🇿", - "airplane_arriving": "🛬", - "space_invader": "👾", - "football": "🏈", - "anger": "💢", - "angry": "😠", - "anguished": "😧", - "signal_strength": "📶", - "arrows_counterclockwise": "🔄", - "arrow_heading_down": "⤵", - "arrow_heading_up": "⤴", - "art": "🎨", - "astonished": "😲", - "athletic_shoe": "👟", - "atm": "🏧", - "car": "🚗", - "red_car": "🚗", - "angel": "👼", - "back": "🔙", - "badminton_racquet_and_shuttlecock": "🏸", - "dollar": "💵", - "euro": "💶", - "pound": "💷", - "yen": "💴", - "barber": "💈", - "bath": "🛀", - "bear": "🐻", - "heartbeat": "💓", - "beer": "🍺", - "no_bell": "🔕", - "bento": "🍱", - "bike": "🚲", - "bicyclist": "🚴", - "8ball": "🎱", - "biohazard_sign": "☣", - "birthday": "🎂", - "black_circle_for_record": "⏺", - "clubs": "♣", - "diamonds": "♦", - "arrow_double_down": "⏬", - "hearts": "♥", - "rewind": "⏪", - "black_left__pointing_double_triangle_with_vertical_bar": "⏮", - "arrow_backward": "◀", - "black_medium_small_square": "◾", - "question": "❓", - "fast_forward": "⏩", - "black_right__pointing_double_triangle_with_vertical_bar": "⏭", - "arrow_forward": "▶", - "black_right__pointing_triangle_with_double_vertical_bar": "⏯", - "arrow_right": "➡", - "spades": "♠", - "black_square_for_stop": "⏹", - "sunny": "☀", - "phone": "☎", - "recycle": "♻", - "arrow_double_up": "⏫", - "busstop": "🚏", - "date": "📅", - "flags": "🎏", - "cat2": "🐈", - "joy_cat": "😹", - "smirk_cat": "😼", - "chart_with_downwards_trend": "📉", - "chart_with_upwards_trend": "📈", - "chart": "💹", - "mega": "📣", - "checkered_flag": "🏁", - "accept": "🉑", - "ideograph_advantage": "🉐", - "congratulations": "㊗", - "secret": "㊙", - "m": "Ⓜ", - "city_sunset": "🌆", - "clapper": "🎬", - "clap": "👏", - "beers": "🍻", - "clock830": "🕣", - "clock8": "🕗", - "clock1130": "🕦", - "clock11": "🕚", - "clock530": "🕠", - "clock5": "🕔", - "clock430": "🕟", - "clock4": "🕓", - "clock930": "🕤", - "clock9": "🕘", - "clock130": "🕜", - "clock1": "🕐", - "clock730": "🕢", - "clock7": "🕖", - "clock630": "🕡", - "clock6": "🕕", - "clock1030": "🕥", - "clock10": "🕙", - "clock330": "🕞", - "clock3": "🕒", - "clock1230": "🕧", - "clock12": "🕛", - "clock230": "🕝", - "clock2": "🕑", - "arrows_clockwise": "🔃", - "repeat": "🔁", - "repeat_one": "🔂", - "closed_lock_with_key": "🔐", - "mailbox_closed": "📪", - "mailbox": "📫", - "cloud_with_tornado": "🌪", - "cocktail": "🍸", - "boom": "💥", - "compression": "🗜", - "confounded": "😖", - "confused": "😕", - "rice": "🍚", - "cow2": "🐄", - "cricket_bat_and_ball": "🏏", - "x": "❌", - "cry": "😢", - "curry": "🍛", - "dagger_knife": "🗡", - "dancer": "💃", - "dark_sunglasses": "🕶", - "dash": "💨", - "truck": "🚚", - "derelict_house_building": "🏚", - "diamond_shape_with_a_dot_inside": "💠", - "dart": "🎯", - "disappointed_relieved": "😥", - "disappointed": "😞", - "do_not_litter": "🚯", - "dog2": "🐕", - "flipper": "🐬", - "loop": "➿", - "bangbang": "‼", - "double_vertical_bar": "⏸", - "dove_of_peace": "🕊", - "small_red_triangle_down": "🔻", - "arrow_down_small": "🔽", - "arrow_down": "⬇", - "dromedary_camel": "🐪", - "e__mail": "📧", - "corn": "🌽", - "ear_of_rice": "🌾", - "earth_americas": "🌎", - "earth_asia": "🌏", - "earth_africa": "🌍", - "eight_pointed_black_star": "✴", - "eight_spoked_asterisk": "✳", - "eject_symbol": "⏏", - "bulb": "💡", - "emoji_modifier_fitzpatrick_type__1__2": "🏻", - "emoji_modifier_fitzpatrick_type__3": "🏼", - "emoji_modifier_fitzpatrick_type__4": "🏽", - "emoji_modifier_fitzpatrick_type__5": "🏾", - "emoji_modifier_fitzpatrick_type__6": "🏿", - "end": "🔚", - "email": "✉", - "european_castle": "🏰", - "european_post_office": "🏤", - "interrobang": "⁉", - "expressionless": "😑", - "eyeglasses": "👓", - "massage": "💆", - "yum": "😋", - "scream": "😱", - "kissing_heart": "😘", - "sweat": "😓", - "face_with_head__bandage": "🤕", - "triumph": "😤", - "mask": "😷", - "no_good": "🙅", - "ok_woman": "🙆", - "open_mouth": "😮", - "cold_sweat": "😰", - "stuck_out_tongue": "😛", - "stuck_out_tongue_closed_eyes": "😝", - "stuck_out_tongue_winking_eye": "😜", - "joy": "😂", - "no_mouth": "😶", - "santa": "🎅", - "fax": "📠", - "fearful": "😨", - "field_hockey_stick_and_ball": "🏑", - "first_quarter_moon_with_face": "🌛", - "fish_cake": "🍥", - "fishing_pole_and_fish": "🎣", - "facepunch": "👊", - "punch": "👊", - "flag_for_afghanistan": "🇦🇫", - "flag_for_albania": "🇦🇱", - "flag_for_algeria": "🇩🇿", - "flag_for_american_samoa": "🇦🇸", - "flag_for_andorra": "🇦🇩", - "flag_for_angola": "🇦🇴", - "flag_for_anguilla": "🇦🇮", - "flag_for_antarctica": "🇦🇶", - "flag_for_antigua_&_barbuda": "🇦🇬", - "flag_for_argentina": "🇦🇷", - "flag_for_armenia": "🇦🇲", - "flag_for_aruba": "🇦🇼", - "flag_for_ascension_island": "🇦🇨", - "flag_for_australia": "🇦🇺", - "flag_for_austria": "🇦🇹", - "flag_for_azerbaijan": "🇦🇿", - "flag_for_bahamas": "🇧🇸", - "flag_for_bahrain": "🇧🇭", - "flag_for_bangladesh": "🇧🇩", - "flag_for_barbados": "🇧🇧", - "flag_for_belarus": "🇧🇾", - "flag_for_belgium": "🇧🇪", - "flag_for_belize": "🇧🇿", - "flag_for_benin": "🇧🇯", - "flag_for_bermuda": "🇧🇲", - "flag_for_bhutan": "🇧🇹", - "flag_for_bolivia": "🇧🇴", - "flag_for_bosnia_&_herzegovina": "🇧🇦", - "flag_for_botswana": "🇧🇼", - "flag_for_bouvet_island": "🇧🇻", - "flag_for_brazil": "🇧🇷", - "flag_for_british_indian_ocean_territory": "🇮🇴", - "flag_for_british_virgin_islands": "🇻🇬", - "flag_for_brunei": "🇧🇳", - "flag_for_bulgaria": "🇧🇬", - "flag_for_burkina_faso": "🇧🇫", - "flag_for_burundi": "🇧🇮", - "flag_for_cambodia": "🇰🇭", - "flag_for_cameroon": "🇨🇲", - "flag_for_canada": "🇨🇦", - "flag_for_canary_islands": "🇮🇨", - "flag_for_cape_verde": "🇨🇻", - "flag_for_caribbean_netherlands": "🇧🇶", - "flag_for_cayman_islands": "🇰🇾", - "flag_for_central_african_republic": "🇨🇫", - "flag_for_ceuta_&_melilla": "🇪🇦", - "flag_for_chad": "🇹🇩", - "flag_for_chile": "🇨🇱", - "flag_for_china": "🇨🇳", - "flag_for_christmas_island": "🇨🇽", - "flag_for_clipperton_island": "🇨🇵", - "flag_for_cocos__islands": "🇨🇨", - "flag_for_colombia": "🇨🇴", - "flag_for_comoros": "🇰🇲", - "flag_for_congo____brazzaville": "🇨🇬", - "flag_for_congo____kinshasa": "🇨🇩", - "flag_for_cook_islands": "🇨🇰", - "flag_for_costa_rica": "🇨🇷", - "flag_for_croatia": "🇭🇷", - "flag_for_cuba": "🇨🇺", - "flag_for_curaçao": "🇨🇼", - "flag_for_cyprus": "🇨🇾", - "flag_for_czech_republic": "🇨🇿", - "flag_for_côte_d’ivoire": "🇨🇮", - "flag_for_denmark": "🇩🇰", - "flag_for_diego_garcia": "🇩🇬", - "flag_for_djibouti": "🇩🇯", - "flag_for_dominica": "🇩🇲", - "flag_for_dominican_republic": "🇩🇴", - "flag_for_ecuador": "🇪🇨", - "flag_for_egypt": "🇪🇬", - "flag_for_el_salvador": "🇸🇻", - "flag_for_equatorial_guinea": "🇬🇶", - "flag_for_eritrea": "🇪🇷", - "flag_for_estonia": "🇪🇪", - "flag_for_ethiopia": "🇪🇹", - "flag_for_european_union": "🇪🇺", - "flag_for_falkland_islands": "🇫🇰", - "flag_for_faroe_islands": "🇫🇴", - "flag_for_fiji": "🇫🇯", - "flag_for_finland": "🇫🇮", - "flag_for_france": "🇫🇷", - "flag_for_french_guiana": "🇬🇫", - "flag_for_french_polynesia": "🇵🇫", - "flag_for_french_southern_territories": "🇹🇫", - "flag_for_gabon": "🇬🇦", - "flag_for_gambia": "🇬🇲", - "flag_for_georgia": "🇬🇪", - "flag_for_germany": "🇩🇪", - "flag_for_ghana": "🇬🇭", - "flag_for_gibraltar": "🇬🇮", - "flag_for_greece": "🇬🇷", - "flag_for_greenland": "🇬🇱", - "flag_for_grenada": "🇬🇩", - "flag_for_guadeloupe": "🇬🇵", - "flag_for_guam": "🇬🇺", - "flag_for_guatemala": "🇬🇹", - "flag_for_guernsey": "🇬🇬", - "flag_for_guinea": "🇬🇳", - "flag_for_guinea__bissau": "🇬🇼", - "flag_for_guyana": "🇬🇾", - "flag_for_haiti": "🇭🇹", - "flag_for_heard_&_mcdonald_islands": "🇭🇲", - "flag_for_honduras": "🇭🇳", - "flag_for_hong_kong": "🇭🇰", - "flag_for_hungary": "🇭🇺", - "flag_for_iceland": "🇮🇸", - "flag_for_india": "🇮🇳", - "flag_for_indonesia": "🇮🇩", - "flag_for_iran": "🇮🇷", - "flag_for_iraq": "🇮🇶", - "flag_for_ireland": "🇮🇪", - "flag_for_isle_of_man": "🇮🇲", - "flag_for_israel": "🇮🇱", - "flag_for_italy": "🇮🇹", - "flag_for_jamaica": "🇯🇲", - "flag_for_japan": "🇯🇵", - "flag_for_jersey": "🇯🇪", - "flag_for_jordan": "🇯🇴", - "flag_for_kazakhstan": "🇰🇿", - "flag_for_kenya": "🇰🇪", - "flag_for_kiribati": "🇰🇮", - "flag_for_kosovo": "🇽🇰", - "flag_for_kuwait": "🇰🇼", - "flag_for_kyrgyzstan": "🇰🇬", - "flag_for_laos": "🇱🇦", - "flag_for_latvia": "🇱🇻", - "flag_for_lebanon": "🇱🇧", - "flag_for_lesotho": "🇱🇸", - "flag_for_liberia": "🇱🇷", - "flag_for_libya": "🇱🇾", - "flag_for_liechtenstein": "🇱🇮", - "flag_for_lithuania": "🇱🇹", - "flag_for_luxembourg": "🇱🇺", - "flag_for_macau": "🇲🇴", - "flag_for_macedonia": "🇲🇰", - "flag_for_madagascar": "🇲🇬", - "flag_for_malawi": "🇲🇼", - "flag_for_malaysia": "🇲🇾", - "flag_for_maldives": "🇲🇻", - "flag_for_mali": "🇲🇱", - "flag_for_malta": "🇲🇹", - "flag_for_marshall_islands": "🇲🇭", - "flag_for_martinique": "🇲🇶", - "flag_for_mauritania": "🇲🇷", - "flag_for_mauritius": "🇲🇺", - "flag_for_mayotte": "🇾🇹", - "flag_for_mexico": "🇲🇽", - "flag_for_micronesia": "🇫🇲", - "flag_for_moldova": "🇲🇩", - "flag_for_monaco": "🇲🇨", - "flag_for_mongolia": "🇲🇳", - "flag_for_montenegro": "🇲🇪", - "flag_for_montserrat": "🇲🇸", - "flag_for_morocco": "🇲🇦", - "flag_for_mozambique": "🇲🇿", - "flag_for_myanmar": "🇲🇲", - "flag_for_namibia": "🇳🇦", - "flag_for_nauru": "🇳🇷", - "flag_for_nepal": "🇳🇵", - "flag_for_netherlands": "🇳🇱", - "flag_for_new_caledonia": "🇳🇨", - "flag_for_new_zealand": "🇳🇿", - "flag_for_nicaragua": "🇳🇮", - "flag_for_niger": "🇳🇪", - "flag_for_nigeria": "🇳🇬", - "flag_for_niue": "🇳🇺", - "flag_for_norfolk_island": "🇳🇫", - "flag_for_north_korea": "🇰🇵", - "flag_for_northern_mariana_islands": "🇲🇵", - "flag_for_norway": "🇳🇴", - "flag_for_oman": "🇴🇲", - "flag_for_pakistan": "🇵🇰", - "flag_for_palau": "🇵🇼", - "flag_for_palestinian_territories": "🇵🇸", - "flag_for_panama": "🇵🇦", - "flag_for_papua_new_guinea": "🇵🇬", - "flag_for_paraguay": "🇵🇾", - "flag_for_peru": "🇵🇪", - "flag_for_philippines": "🇵🇭", - "flag_for_pitcairn_islands": "🇵🇳", - "flag_for_poland": "🇵🇱", - "flag_for_portugal": "🇵🇹", - "flag_for_puerto_rico": "🇵🇷", - "flag_for_qatar": "🇶🇦", - "flag_for_romania": "🇷🇴", - "flag_for_russia": "🇷🇺", - "flag_for_rwanda": "🇷🇼", - "flag_for_réunion": "🇷🇪", - "flag_for_samoa": "🇼🇸", - "flag_for_san_marino": "🇸🇲", - "flag_for_saudi_arabia": "🇸🇦", - "flag_for_senegal": "🇸🇳", - "flag_for_serbia": "🇷🇸", - "flag_for_seychelles": "🇸🇨", - "flag_for_sierra_leone": "🇸🇱", - "flag_for_singapore": "🇸🇬", - "flag_for_sint_maarten": "🇸🇽", - "flag_for_slovakia": "🇸🇰", - "flag_for_slovenia": "🇸🇮", - "flag_for_solomon_islands": "🇸🇧", - "flag_for_somalia": "🇸🇴", - "flag_for_south_africa": "🇿🇦", - "flag_for_south_georgia_&_south_sandwich_islands": "🇬🇸", - "flag_for_south_korea": "🇰🇷", - "flag_for_south_sudan": "🇸🇸", - "flag_for_spain": "🇪🇸", - "flag_for_sri_lanka": "🇱🇰", - "flag_for_st._barthélemy": "🇧🇱", - "flag_for_st._helena": "🇸🇭", - "flag_for_st._kitts_&_nevis": "🇰🇳", - "flag_for_st._lucia": "🇱🇨", - "flag_for_st._martin": "🇲🇫", - "flag_for_st._pierre_&_miquelon": "🇵🇲", - "flag_for_st._vincent_&_grenadines": "🇻🇨", - "flag_for_sudan": "🇸🇩", - "flag_for_suriname": "🇸🇷", - "flag_for_svalbard_&_jan_mayen": "🇸🇯", - "flag_for_swaziland": "🇸🇿", - "flag_for_sweden": "🇸🇪", - "flag_for_switzerland": "🇨🇭", - "flag_for_syria": "🇸🇾", - "flag_for_são_tomé_&_príncipe": "🇸🇹", - "flag_for_taiwan": "🇹🇼", - "flag_for_tajikistan": "🇹🇯", - "flag_for_tanzania": "🇹🇿", - "flag_for_thailand": "🇹🇭", - "flag_for_timor__leste": "🇹🇱", - "flag_for_togo": "🇹🇬", - "flag_for_tokelau": "🇹🇰", - "flag_for_tonga": "🇹🇴", - "flag_for_trinidad_&_tobago": "🇹🇹", - "flag_for_tristan_da_cunha": "🇹🇦", - "flag_for_tunisia": "🇹🇳", - "flag_for_turkey": "🇹🇷", - "flag_for_turkmenistan": "🇹🇲", - "flag_for_turks_&_caicos_islands": "🇹🇨", - "flag_for_tuvalu": "🇹🇻", - "flag_for_u.s._outlying_islands": "🇺🇲", - "flag_for_u.s._virgin_islands": "🇻🇮", - "flag_for_uganda": "🇺🇬", - "flag_for_ukraine": "🇺🇦", - "flag_for_united_arab_emirates": "🇦🇪", - "flag_for_united_kingdom": "🇬🇧", - "flag_for_united_states": "🇺🇸", - "flag_for_uruguay": "🇺🇾", - "flag_for_uzbekistan": "🇺🇿", - "flag_for_vanuatu": "🇻🇺", - "flag_for_vatican_city": "🇻🇦", - "flag_for_venezuela": "🇻🇪", - "flag_for_vietnam": "🇻🇳", - "flag_for_wallis_&_futuna": "🇼🇫", - "flag_for_western_sahara": "🇪🇭", - "flag_for_yemen": "🇾🇪", - "flag_for_zambia": "🇿🇲", - "flag_for_zimbabwe": "🇿🇼", - "flag_for_åland_islands": "🇦🇽", - "golf": "⛳", - "fleur__de__lis": "⚜", - "muscle": "💪", - "flushed": "😳", - "frame_with_picture": "🖼", - "fries": "🍟", - "frog": "🐸", - "hatched_chick": "🐥", - "frowning": "😦", - "fuelpump": "⛽", - "full_moon_with_face": "🌝", - "gem": "💎", - "star2": "🌟", - "golfer": "🏌", - "mortar_board": "🎓", - "grimacing": "😬", - "smile_cat": "😸", - "grinning": "😀", - "grin": "😁", - "heartpulse": "💗", - "guardsman": "💂", - "haircut": "💇", - "hamster": "🐹", - "raising_hand": "🙋", - "headphones": "🎧", - "hear_no_evil": "🙉", - "cupid": "💘", - "gift_heart": "💝", - "heart": "❤", - "exclamation": "❗", - "heavy_exclamation_mark": "❗", - "heavy_heart_exclamation_mark_ornament": "❣", - "o": "⭕", - "helm_symbol": "⎈", - "helmet_with_white_cross": "⛑", - "high_heel": "👠", - "bullettrain_side": "🚄", - "bullettrain_front": "🚅", - "high_brightness": "🔆", - "zap": "⚡", - "hocho": "🔪", - "knife": "🔪", - "bee": "🐝", - "traffic_light": "🚥", - "racehorse": "🐎", - "coffee": "☕", - "hotsprings": "♨", - "hourglass": "⌛", - "hourglass_flowing_sand": "⏳", - "house_buildings": "🏘", - "100": "💯", - "hushed": "😯", - "ice_hockey_stick_and_puck": "🏒", - "imp": "👿", - "information_desk_person": "💁", - "information_source": "ℹ", - "capital_abcd": "🔠", - "abc": "🔤", - "abcd": "🔡", - "1234": "🔢", - "symbols": "🔣", - "izakaya_lantern": "🏮", - "lantern": "🏮", - "jack_o_lantern": "🎃", - "dolls": "🎎", - "japanese_goblin": "👺", - "japanese_ogre": "👹", - "beginner": "🔰", - "zero": "0️⃣", - "one": "1️⃣", - "ten": "🔟", - "two": "2️⃣", - "three": "3️⃣", - "four": "4️⃣", - "five": "5️⃣", - "six": "6️⃣", - "seven": "7️⃣", - "eight": "8️⃣", - "nine": "9️⃣", - "couplekiss": "💏", - "kissing_cat": "😽", - "kissing": "😗", - "kissing_closed_eyes": "😚", - "kissing_smiling_eyes": "😙", - "beetle": "🐞", - "large_blue_circle": "🔵", - "last_quarter_moon_with_face": "🌜", - "leaves": "🍃", - "mag": "🔍", - "left_right_arrow": "↔", - "leftwards_arrow_with_hook": "↩", - "arrow_left": "⬅", - "lock": "🔒", - "lock_with_ink_pen": "🔏", - "sob": "😭", - "low_brightness": "🔅", - "lower_left_ballpoint_pen": "🖊", - "lower_left_crayon": "🖍", - "lower_left_fountain_pen": "🖋", - "lower_left_paintbrush": "🖌", - "mahjong": "🀄", - "couple": "👫", - "man_in_business_suit_levitating": "🕴", - "man_with_gua_pi_mao": "👲", - "man_with_turban": "👳", - "mans_shoe": "👞", - "shoe": "👞", - "menorah_with_nine_branches": "🕎", - "mens": "🚹", - "minidisc": "💽", - "iphone": "📱", - "calling": "📲", - "money__mouth_face": "🤑", - "moneybag": "💰", - "rice_scene": "🎑", - "mountain_bicyclist": "🚵", - "mouse2": "🐁", - "lips": "👄", - "moyai": "🗿", - "notes": "🎶", - "nail_care": "💅", - "ab": "🆎", - "negative_squared_cross_mark": "❎", - "a": "🅰", - "b": "🅱", - "o2": "🅾", - "parking": "🅿", - "new_moon_with_face": "🌚", - "no_entry_sign": "🚫", - "underage": "🔞", - "non__potable_water": "🚱", - "arrow_upper_right": "↗", - "arrow_upper_left": "↖", - "office": "🏢", - "older_man": "👴", - "older_woman": "👵", - "om_symbol": "🕉", - "on": "🔛", - "book": "📖", - "unlock": "🔓", - "mailbox_with_no_mail": "📭", - "mailbox_with_mail": "📬", - "cd": "💿", - "tada": "🎉", - "feet": "🐾", - "walking": "🚶", - "pencil2": "✏", - "pensive": "😔", - "persevere": "😣", - "bow": "🙇", - "raised_hands": "🙌", - "person_with_ball": "⛹", - "person_with_blond_hair": "👱", - "pray": "🙏", - "person_with_pouting_face": "🙎", - "computer": "💻", - "pig2": "🐖", - "hankey": "💩", - "poop": "💩", - "shit": "💩", - "bamboo": "🎍", - "gun": "🔫", - "black_joker": "🃏", - "rotating_light": "🚨", - "cop": "👮", - "stew": "🍲", - "pouch": "👝", - "pouting_cat": "😾", - "rage": "😡", - "put_litter_in_its_place": "🚮", - "rabbit2": "🐇", - "racing_motorcycle": "🏍", - "radioactive_sign": "☢", - "fist": "✊", - "hand": "✋", - "raised_hand_with_fingers_splayed": "🖐", - "raised_hand_with_part_between_middle_and_ring_fingers": "🖖", - "blue_car": "🚙", - "apple": "🍎", - "relieved": "😌", - "reversed_hand_with_middle_finger_extended": "🖕", - "mag_right": "🔎", - "arrow_right_hook": "↪", - "sweet_potato": "🍠", - "robot": "🤖", - "rolled__up_newspaper": "🗞", - "rowboat": "🚣", - "runner": "🏃", - "running": "🏃", - "running_shirt_with_sash": "🎽", - "boat": "⛵", - "scales": "⚖", - "school_satchel": "🎒", - "scorpius": "♏", - "see_no_evil": "🙈", - "sheep": "🐑", - "stars": "🌠", - "cake": "🍰", - "six_pointed_star": "🔯", - "ski": "🎿", - "sleeping_accommodation": "🛌", - "sleeping": "😴", - "sleepy": "😪", - "sleuth_or_spy": "🕵", - "heart_eyes_cat": "😻", - "smiley_cat": "😺", - "innocent": "😇", - "heart_eyes": "😍", - "smiling_imp": "😈", - "smiley": "😃", - "sweat_smile": "😅", - "smile": "😄", - "laughing": "😆", - "satisfied": "😆", - "blush": "😊", - "smirk": "😏", - "smoking": "🚬", - "snow_capped_mountain": "🏔", - "soccer": "⚽", - "icecream": "🍦", - "soon": "🔜", - "arrow_lower_right": "↘", - "arrow_lower_left": "↙", - "speak_no_evil": "🙊", - "speaker": "🔈", - "mute": "🔇", - "sound": "🔉", - "loud_sound": "🔊", - "speaking_head_in_silhouette": "🗣", - "spiral_calendar_pad": "🗓", - "spiral_note_pad": "🗒", - "shell": "🐚", - "sweat_drops": "💦", - "u5272": "🈹", - "u5408": "🈴", - "u55b6": "🈺", - "u6307": "🈯", - "u6708": "🈷", - "u6709": "🈶", - "u6e80": "🈵", - "u7121": "🈚", - "u7533": "🈸", - "u7981": "🈲", - "u7a7a": "🈳", - "cl": "🆑", - "cool": "🆒", - "free": "🆓", - "id": "🆔", - "koko": "🈁", - "sa": "🈂", - "new": "🆕", - "ng": "🆖", - "ok": "🆗", - "sos": "🆘", - "up": "🆙", - "vs": "🆚", - "steam_locomotive": "🚂", - "ramen": "🍜", - "partly_sunny": "⛅", - "city_sunrise": "🌇", - "surfer": "🏄", - "swimmer": "🏊", - "shirt": "👕", - "tshirt": "👕", - "table_tennis_paddle_and_ball": "🏓", - "tea": "🍵", - "tv": "📺", - "three_button_mouse": "🖱", - "+1": "👍", - "thumbsup": "👍", - "__1": "👎", - "-1": "👎", - "thumbsdown": "👎", - "thunder_cloud_and_rain": "⛈", - "tiger2": "🐅", - "tophat": "🎩", - "top": "🔝", - "tm": "™", - "train2": "🚆", - "triangular_flag_on_post": "🚩", - "trident": "🔱", - "twisted_rightwards_arrows": "🔀", - "unamused": "😒", - "small_red_triangle": "🔺", - "arrow_up_small": "🔼", - "arrow_up_down": "↕", - "upside__down_face": "🙃", - "arrow_up": "⬆", - "v": "✌", - "vhs": "📼", - "wc": "🚾", - "ocean": "🌊", - "waving_black_flag": "🏴", - "wave": "👋", - "waving_white_flag": "🏳", - "moon": "🌔", - "scream_cat": "🙀", - "weary": "😩", - "weight_lifter": "🏋", - "whale2": "🐋", - "wheelchair": "♿", - "point_down": "👇", - "grey_exclamation": "❕", - "white_frowning_face": "☹", - "white_check_mark": "✅", - "point_left": "👈", - "white_medium_small_square": "◽", - "star": "⭐", - "grey_question": "❔", - "point_right": "👉", - "relaxed": "☺", - "white_sun_behind_cloud": "🌥", - "white_sun_behind_cloud_with_rain": "🌦", - "white_sun_with_small_cloud": "🌤", - "point_up_2": "👆", - "point_up": "☝", - "wind_blowing_face": "🌬", - "wink": "😉", - "wolf": "🐺", - "dancers": "👯", - "boot": "👢", - "womans_clothes": "👚", - "womans_hat": "👒", - "sandal": "👡", - "womens": "🚺", - "worried": "😟", - "gift": "🎁", - "zipper__mouth_face": "🤐", - "regional_indicator_a": "🇦", - "regional_indicator_b": "🇧", - "regional_indicator_c": "🇨", - "regional_indicator_d": "🇩", - "regional_indicator_e": "🇪", - "regional_indicator_f": "🇫", - "regional_indicator_g": "🇬", - "regional_indicator_h": "🇭", - "regional_indicator_i": "🇮", - "regional_indicator_j": "🇯", - "regional_indicator_k": "🇰", - "regional_indicator_l": "🇱", - "regional_indicator_m": "🇲", - "regional_indicator_n": "🇳", - "regional_indicator_o": "🇴", - "regional_indicator_p": "🇵", - "regional_indicator_q": "🇶", - "regional_indicator_r": "🇷", - "regional_indicator_s": "🇸", - "regional_indicator_t": "🇹", - "regional_indicator_u": "🇺", - "regional_indicator_v": "🇻", - "regional_indicator_w": "🇼", - "regional_indicator_x": "🇽", - "regional_indicator_y": "🇾", - "regional_indicator_z": "🇿", -} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py deleted file mode 100644 index bb2cafa..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py +++ /dev/null @@ -1,32 +0,0 @@ -from typing import Callable, Match, Optional -import re - -from ._emoji_codes import EMOJI - - -_ReStringMatch = Match[str] # regex match object -_ReSubCallable = Callable[[_ReStringMatch], str] # Callable invoked by re.sub -_EmojiSubMethod = Callable[[_ReSubCallable, str], str] # Sub method of a compiled re - - -def _emoji_replace( - text: str, - default_variant: Optional[str] = None, - _emoji_sub: _EmojiSubMethod = re.compile(r"(:(\S*?)(?:(?:\-)(emoji|text))?:)").sub, -) -> str: - """Replace emoji code in text.""" - get_emoji = EMOJI.__getitem__ - variants = {"text": "\uFE0E", "emoji": "\uFE0F"} - get_variant = variants.get - default_variant_code = variants.get(default_variant, "") if default_variant else "" - - def do_replace(match: Match[str]) -> str: - emoji_code, emoji_name, variant = match.groups() - try: - return get_emoji(emoji_name.lower()) + get_variant( - variant, default_variant_code - ) - except KeyError: - return emoji_code - - return _emoji_sub(do_replace, text) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py deleted file mode 100644 index 094d2dc..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py +++ /dev/null @@ -1,76 +0,0 @@ -CONSOLE_HTML_FORMAT = """\ - - - - - - - -

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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py deleted file mode 100644 index 9c0ef5c..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py +++ /dev/null @@ -1,141 +0,0 @@ -from typing import FrozenSet, Iterable, Optional, Tuple, Union - -from pip._vendor.packaging.specifiers import SpecifierSet -from pip._vendor.packaging.utils import NormalizedName -from pip._vendor.packaging.version import LegacyVersion, Version - -from pip._internal.models.link import Link, links_equivalent -from pip._internal.req.req_install import InstallRequirement -from pip._internal.utils.hashes import Hashes - -CandidateLookup = Tuple[Optional["Candidate"], Optional[InstallRequirement]] -CandidateVersion = Union[LegacyVersion, Version] - - -def format_name(project: NormalizedName, extras: FrozenSet[NormalizedName]) -> str: - if not extras: - return project - extras_expr = ",".join(sorted(extras)) - return f"{project}[{extras_expr}]" - - -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/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py deleted file mode 100644 index 4125cda..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py +++ /dev/null @@ -1,597 +0,0 @@ -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.direct_url_helpers import direct_url_from_link -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, - global_options=template.global_options, - hash_options=template.hash_options, - config_settings=template.config_settings, - ) - ireq.original_link = template.original_link - ireq.link = link - ireq.extras = template.extras - return ireq - - -def make_install_req_from_editable( - link: Link, template: InstallRequirement -) -> InstallRequirement: - assert template.editable, "template not editable" - ireq = 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, - global_options=template.global_options, - hash_options=template.hash_options, - config_settings=template.config_settings, - ) - ireq.extras = template.extras - return ireq - - -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, - global_options=template.global_options, - hash_options=template.hash_options, - config_settings=template.config_settings, - ) - 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 f"{self.__class__.__name__}({str(self._link)!r})" - - 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 from self._factory.make_requirements_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(source_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: - assert ireq.link.is_wheel - assert ireq.link.is_file - if cache_entry.persistent and template.link is template.original_link: - ireq.cached_wheel_source_link = source_link - if cache_entry.origin is not None: - ireq.download_info = cache_entry.origin - else: - # Legacy cache entry that does not have origin.json. - # download_info may miss the archive_info.hashes field. - ireq.download_info = direct_url_from_link( - source_link, link_is_in_wheel_cache=cache_entry.persistent - ) - - 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 - self._version = None - - # 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 f"{self.__class__.__name__}({self.dist!r})" - - 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: - if self._version is None: - self._version = self.dist.version - return self._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 from self._factory.make_requirements_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], - *, - comes_from: Optional[InstallRequirement] = None, - ) -> None: - """ - :param comes_from: the InstallRequirement that led to this candidate if it - differs from the base's InstallRequirement. This will often be the - case in the sense that this candidate's requirement has the extras - while the base's does not. Unlike the InstallRequirement backed - candidates, this requirement is used solely for reporting purposes, - it does not do any leg work. - """ - self.base = base - self.extras = frozenset(canonicalize_name(e) for e in extras) - # If any extras are requested in their non-normalized forms, keep track - # of their raw values. This is needed when we look up dependencies - # since PEP 685 has not been implemented for marker-matching, and using - # the non-normalized extra for lookup ensures the user can select a - # non-normalized extra in a package with its non-normalized form. - # TODO: Remove this attribute when packaging is upgraded to support the - # marker comparison logic specified in PEP 685. - self._unnormalized_extras = extras.difference(self.extras) - self._comes_from = comes_from if comes_from is not None else self.base._ireq - - def __str__(self) -> str: - name, rest = str(self.base).split(" ", 1) - return "{}[{}] {}".format(name, ",".join(self.extras), rest) - - def __repr__(self) -> str: - return f"{self.__class__.__name__}(base={self.base!r}, extras={self.extras!r})" - - 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 _warn_invalid_extras( - self, - requested: FrozenSet[str], - valid: FrozenSet[str], - ) -> None: - """Emit warnings for invalid extras being requested. - - This emits a warning for each requested extra that is not in the - candidate's ``Provides-Extra`` list. - """ - invalid_extras_to_warn = frozenset( - extra - for extra in requested - if extra not in valid - # If an extra is requested in an unnormalized form, skip warning - # about the normalized form being missing. - and extra in self.extras - ) - if not invalid_extras_to_warn: - return - for extra in sorted(invalid_extras_to_warn): - logger.warning( - "%s %s does not provide the extra '%s'", - self.base.name, - self.version, - extra, - ) - - def _calculate_valid_requested_extras(self) -> FrozenSet[str]: - """Get a list of valid extras requested by this candidate. - - The user (or upstream dependant) may have specified extras that the - candidate doesn't support. Any unsupported extras are dropped, and each - cause a warning to be logged here. - """ - requested_extras = self.extras.union(self._unnormalized_extras) - valid_extras = frozenset( - extra - for extra in requested_extras - if self.base.dist.is_extra_provided(extra) - ) - self._warn_invalid_extras(requested_extras, valid_extras) - return valid_extras - - 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 - - valid_extras = self._calculate_valid_requested_extras() - for r in self.base.dist.iter_dependencies(valid_extras): - yield from factory.make_requirements_from_spec( - str(r), - self._comes_from, - valid_extras, - ) - - 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/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py deleted file mode 100644 index 4adeb43..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py +++ /dev/null @@ -1,812 +0,0 @@ -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, - 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_drop_extras, - 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, - SpecifierWithoutExtrasRequirement, - 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, - 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._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[NormalizedName]], 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_unsorted_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], - *, - comes_from: Optional[InstallRequirement] = None, - ) -> ExtrasCandidate: - cache_key = (id(base), frozenset(canonicalize_name(e) for e in extras)) - try: - candidate = self._extras_candidate_cache[cache_key] - except KeyError: - candidate = ExtrasCandidate(base, extras, comes_from=comes_from) - 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, comes_from=template) - - def _make_candidate_from_link( - self, - link: Link, - extras: FrozenSet[str], - template: InstallRequirement, - name: Optional[NormalizedName], - version: Optional[CandidateVersion], - ) -> Optional[Candidate]: - base: Optional[BaseCandidate] = self._make_base_candidate_from_link( - link, template, name, version - ) - if not extras or base is None: - return base - return self._make_extras_candidate(base, extras, comes_from=template) - - def _make_base_candidate_from_link( - self, - link: Link, - template: InstallRequirement, - name: Optional[NormalizedName], - version: Optional[CandidateVersion], - ) -> Optional[BaseCandidate]: - # 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 - - return 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 - return self._link_candidate_cache[link] - - 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_base_candidate_from_link( - link, - 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 requires and explicit - # candidates from entries from extra-less identifier. - with contextlib.suppress(InvalidRequirement): - parsed_requirement = get_requirement(identifier) - if parsed_requirement.name != identifier: - explicit_candidates.update( - self._iter_explicit_candidates_from_base( - requirements.get(parsed_requirement.name, ()), - frozenset(parsed_requirement.extras), - ), - ) - for req in requirements.get(parsed_requirement.name, []): - _, ireq = req.get_candidate_lookup() - if ireq is not None: - ireqs.append(ireq) - - # 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_requirements_from_install_req( - self, ireq: InstallRequirement, requested_extras: Iterable[str] - ) -> Iterator[Requirement]: - """ - Returns requirement objects associated with the given InstallRequirement. In - most cases this will be a single object but the following special cases exist: - - the InstallRequirement has markers that do not apply -> result is empty - - the InstallRequirement has both a constraint (or link) and extras - -> result is split in two requirement objects: one with the constraint - (or link) and one with the extra. This allows centralized constraint - handling for the base, resulting in fewer candidate rejections. - """ - if not ireq.match_markers(requested_extras): - logger.info( - "Ignoring %s: markers '%s' don't match your environment", - ireq.name, - ireq.markers, - ) - elif not ireq.link: - if ireq.extras and ireq.req is not None and ireq.req.specifier: - yield SpecifierWithoutExtrasRequirement(ireq) - yield SpecifierRequirement(ireq) - else: - self._fail_if_link_is_unsupported_wheel(ireq.link) - # Always make the link candidate for the base requirement to make it - # available to `find_candidates` for explicit candidate lookup for any - # set of extras. - # The extras are required separately via a second requirement. - cand = self._make_base_candidate_from_link( - ireq.link, - template=install_req_drop_extras(ireq) if ireq.extras else 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] - yield UnsatisfiableRequirement(canonicalize_name(ireq.name)) - else: - # require the base from the link - yield self.make_requirement_from_candidate(cand) - if ireq.extras: - # require the extras on top of the base candidate - yield self.make_requirement_from_candidate( - self._make_extras_candidate(cand, frozenset(ireq.extras)) - ) - - 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: - reqs = list( - self._make_requirements_from_install_req( - ireq, - requested_extras=(), - ) - ) - if not reqs: - continue - template = reqs[0] - if ireq.user_supplied and template.name not in collected.user_requested: - collected.user_requested[template.name] = i - collected.requirements.extend(reqs) - # Put requirements with extras at the end of the root requires. This does not - # affect resolvelib's picking preference but it does affect its initial criteria - # population: by putting extras at the end we enable the candidate finder to - # present resolvelib with a smaller set of candidates to resolvelib, already - # taking into account any non-transient constraints on the associated base. This - # means resolvelib will have fewer candidates to visit and reject. - # Python's list sort is stable, meaning relative order is kept for objects with - # the same key. - collected.requirements.sort(key=lambda r: r.name != r.project_name) - return collected - - def make_requirement_from_candidate( - self, candidate: Candidate - ) -> ExplicitRequirement: - return ExplicitRequirement(candidate) - - def make_requirements_from_spec( - self, - specifier: str, - comes_from: Optional[InstallRequirement], - requested_extras: Iterable[str] = (), - ) -> Iterator[Requirement]: - """ - Returns requirement objects associated with the given specifier. In most cases - this will be a single object but the following special cases exist: - - the specifier has markers that do not apply -> result is empty - - the specifier has both a constraint and extras -> result is split - in two requirement objects: one with the constraint and one with the - extra. This allows centralized constraint handling for the base, - resulting in fewer candidate rejections. - """ - ireq = self._make_install_req_from_spec(specifier, comes_from) - return self._make_requirements_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: - 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) - skipped_by_requires_python = self._finder.requires_python_skipped_reasons() - - versions_set: Set[CandidateVersion] = set() - yanked_versions_set: Set[CandidateVersion] = set() - for c in cands: - is_yanked = c.link.is_yanked if c.link else False - if is_yanked: - yanked_versions_set.add(c.version) - else: - versions_set.add(c.version) - - versions = [str(v) for v in sorted(versions_set)] - yanked_versions = [str(v) for v in sorted(yanked_versions_set)] - - if yanked_versions: - # Saying "version X is yanked" isn't entirely accurate. - # https://github.com/pypa/pip/issues/11745#issuecomment-1402805842 - logger.critical( - "Ignored the following yanked versions: %s", - ", ".join(yanked_versions) or "none", - ) - if skipped_by_requires_python: - logger.critical( - "Ignored the following versions that require a different python " - "version: %s", - "; ".join(skipped_by_requires_python) or "none", - ) - 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 = ( - f"Cannot install {info} because these package versions " - "have conflicting dependencies." - ) - 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/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py deleted file mode 100644 index 8663097..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +++ /dev/null @@ -1,155 +0,0 @@ -"""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/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py deleted file mode 100644 index 315fb9c..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py +++ /dev/null @@ -1,255 +0,0 @@ -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( - 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 following 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. If the depth cannot - by determined (eg: due to no matching parents), it is considered - infinite. - * 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). - """ - try: - next(iter(information[identifier])) - except StopIteration: - # There is no information for this identifier, so there's no known - # candidates. - has_information = False - else: - has_information = True - - if has_information: - lookups = (r.get_candidate_lookup() for r, _ in information[identifier]) - candidate, ireqs = zip(*lookups) - else: - candidate, ireqs = None, () - - 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 - if has_information: - 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 = math.inf - 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 - - # 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, - 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/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py deleted file mode 100644 index 12adeff..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py +++ /dev/null @@ -1,80 +0,0 @@ -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.reject_count_by_package: DefaultDict[str, int] = defaultdict(int) - - self._messages_at_reject_count = { - 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 still 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 rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: - self.reject_count_by_package[candidate.name] += 1 - - count = self.reject_count_by_package[candidate.name] - if count not in self._messages_at_reject_count: - return - - message = self._messages_at_reject_count[count] - logger.info("INFO: %s", message.format(package_name=candidate.name)) - - msg = "Will try a different candidate, due to conflict:" - for req_info in criterion.information: - req, parent = req_info.requirement, req_info.parent - # Inspired by Factory.get_installation_error - msg += "\n " - if parent: - msg += f"{parent.name} {parent.version} depends on " - else: - msg += "The user requested " - msg += req.format_for_error() - logger.debug(msg) - - -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 rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: - logger.info("Reporter.rejecting_candidate(%r, %r)", criterion, candidate) - - def pinning(self, candidate: Candidate) -> None: - logger.info("Reporter.pinning(%r)", candidate) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py deleted file mode 100644 index 4af4a9f..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py +++ /dev/null @@ -1,166 +0,0 @@ -from pip._vendor.packaging.specifiers import SpecifierSet -from pip._vendor.packaging.utils import NormalizedName, canonicalize_name - -from pip._internal.req.constructors import install_req_drop_extras -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 f"{self.__class__.__name__}({self.candidate!r})" - - @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(canonicalize_name(e) for e in self._ireq.extras) - - def __str__(self) -> str: - return str(self._ireq.req) - - def __repr__(self) -> str: - return f"{self.__class__.__name__}({str(self._ireq.req)!r})" - - @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 SpecifierWithoutExtrasRequirement(SpecifierRequirement): - """ - Requirement backed by an install requirement on a base package. - Trims extras from its install requirement if there are any. - """ - - def __init__(self, ireq: InstallRequirement) -> None: - assert ireq.link is None, "This is a link, not a specifier" - self._ireq = install_req_drop_extras(ireq) - self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) - - -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 f"{self.__class__.__name__}({str(self.specifier)!r})" - - @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 f"{self.__class__.__name__}({str(self._name)!r})" - - @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/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py deleted file mode 100644 index c12beef..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py +++ /dev/null @@ -1,317 +0,0 @@ -import contextlib -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.constructors import install_req_extend_extras -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 pip._internal.utils.packaging import get_requirement - -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, - 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, - 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: - limit_how_complex_resolution_can_be = 200000 - result = self._result = resolver.resolve( - collected.requirements, max_rounds=limit_how_complex_resolution_can_be - ) - - 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) - # process candidates with extras last to ensure their base equivalent is - # already in the req_set if appropriate. - # Python's sort is stable so using a binary key function keeps relative order - # within both subsets. - for candidate in sorted( - result.mapping.values(), key=lambda c: c.name != c.project_name - ): - ireq = candidate.get_install_requirement() - if ireq is None: - if candidate.name != candidate.project_name: - # extend existing req's extras - with contextlib.suppress(KeyError): - req = req_set.get_requirement(candidate.project_name) - req_set.add_named_requirement( - install_req_extend_extras( - req, get_requirement(candidate.name).extras - ) - ) - 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) - for req in reqs: - req.prepared = True - req.needs_more_preparation = False - 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, set(req_set.requirements.keys())) - - 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]]", requirement_keys: Set[str] -) -> 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. - - We are only interested in the weights of packages that are in the - requirement_keys. - """ - 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) - - if node not in requirement_keys: - return - - 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: - if leaf not in requirement_keys: - continue - 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 check: all requirement keys should be in the weights, - # and no other keys should be in the weights. - difference = set(weights.keys()).difference(requirement_keys) - assert not difference, difference - - 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/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py b/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py deleted file mode 100644 index 0f64ae0..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py +++ /dev/null @@ -1,248 +0,0 @@ -import datetime -import functools -import hashlib -import json -import logging -import optparse -import os.path -import sys -from dataclasses import dataclass -from typing import Any, Callable, Dict, Optional - -from pip._vendor.packaging.version import parse as parse_version -from pip._vendor.rich.console import Group -from pip._vendor.rich.markup import escape -from pip._vendor.rich.text import Text - -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.metadata.base import DistributionVersion -from pip._internal.models.selection_prefs import SelectionPreferences -from pip._internal.network.session import PipSession -from pip._internal.utils.compat import WINDOWS -from pip._internal.utils.entrypoints import ( - get_best_invocation_for_this_pip, - get_best_invocation_for_this_python, -) -from pip._internal.utils.filesystem import adjacent_tmp_file, check_path_owner, replace -from pip._internal.utils.misc import ensure_dir - -_WEEK = datetime.timedelta(days=7) - -logger = logging.getLogger(__name__) - - -def _get_statefile_name(key: str) -> str: - key_bytes = key.encode() - name = hashlib.sha224(key_bytes).hexdigest() - return name - - -def _convert_date(isodate: str) -> datetime.datetime: - """Convert an ISO format string to a date. - - Handles the format 2020-01-22T14:24:01Z (trailing Z) - which is not supported by older versions of fromisoformat. - """ - return datetime.datetime.fromisoformat(isodate.replace("Z", "+00:00")) - - -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 get(self, current_time: datetime.datetime) -> Optional[str]: - """Check if we have a not-outdated version loaded already.""" - if not self._state: - return None - - if "last_check" not in self._state: - return None - - if "pypi_version" not in self._state: - return None - - # Determine if we need to refresh the state - last_check = _convert_date(self._state["last_check"]) - time_since_last_check = current_time - last_check - if time_since_last_check > _WEEK: - return None - - return self._state["pypi_version"] - - def set(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.isoformat(), - "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 - - -@dataclass -class UpgradePrompt: - old: str - new: str - - def __rich__(self) -> Group: - if WINDOWS: - pip_cmd = f"{get_best_invocation_for_this_python()} -m pip" - else: - pip_cmd = get_best_invocation_for_this_pip() - - notice = "[bold][[reset][blue]notice[reset][bold]][reset]" - return Group( - Text(), - Text.from_markup( - f"{notice} A new release of pip is available: " - f"[red]{self.old}[reset] -> [green]{self.new}[reset]" - ), - Text.from_markup( - f"{notice} To update, run: " - f"[green]{escape(pip_cmd)} install --upgrade pip" - ), - ) - - -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 _get_current_remote_pip_version( - session: PipSession, options: optparse.Values -) -> Optional[str]: - # 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, - ) - best_candidate = finder.find_best_candidate("pip").best_candidate - if best_candidate is None: - return None - - return str(best_candidate.version) - - -def _self_version_check_logic( - *, - state: SelfCheckState, - current_time: datetime.datetime, - local_version: DistributionVersion, - get_remote_version: Callable[[], Optional[str]], -) -> Optional[UpgradePrompt]: - remote_version_str = state.get(current_time) - if remote_version_str is None: - remote_version_str = get_remote_version() - if remote_version_str is None: - logger.debug("No remote pip version found") - return None - state.set(remote_version_str, current_time) - - remote_version = parse_version(remote_version_str) - logger.debug("Remote version of pip: %s", remote_version) - logger.debug("Local version of pip: %s", local_version) - - pip_installed_by_pip = was_installed_by_pip("pip") - logger.debug("Was pip installed by pip? %s", pip_installed_by_pip) - if not pip_installed_by_pip: - return None # Only suggest upgrade if pip is installed by pip. - - local_version_is_older = ( - local_version < remote_version - and local_version.base_version != remote_version.base_version - ) - if local_version_is_older: - return UpgradePrompt(old=str(local_version), new=remote_version_str) - - return None - - -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 - - try: - upgrade_prompt = _self_version_check_logic( - state=SelfCheckState(cache_dir=options.cache_dir), - current_time=datetime.datetime.now(datetime.timezone.utc), - local_version=installed_dist.version, - get_remote_version=functools.partial( - _get_current_remote_pip_version, session, options - ), - ) - if upgrade_prompt is not None: - logger.warning("%s", upgrade_prompt, extra={"rich": True}) - except Exception: - logger.warning("There was an error checking the latest version of pip.") - logger.debug("See below for error", exc_info=True) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 60f3d296ed94f2b8ec1179bcf1d54ad5c0be190e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 188 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc deleted file mode 100644 index 114f092a6da5adb3896cf4d9df1ca1dbe5640d38..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1859 zcmZux&2Jk;6rb5$d!4mY^HE3%l`?`$R!Y}}N=XqPQk#Z=R9vYM1^KewcqY!K>s>QD zPUy`i^_hCvB88U>Ba z6JEGOcu~-mN}lAY-G%%p4U?Oq#7n|lGWf_HqcOtE+yZO$G`q6?<7_upQQKb^EQney zKWtgn6|v-pB4*8WD_s|oH3Kh>*-|8#S{CdkMhoez3b`1?V$yLO`zC7(wH$HBvi#6j z?jYf$&DxNOEeh83f4b)1L%qiwFYfk%q=;L+6?>xGoCZfM0??7u<27%2EfLo`ey8U8p%OCm zf?8MkL0rQ=a5}xj93Z#;(lM;_7J3i`(1g&WjJK(>vh$-k zd)4U&rRhF|5Zg>jt{Zx7;kt?Cx>*B(Uvb^fx?V8YFlmY$z{ZkH&AVof6LWxMz`1YC(iFp zoWFni;l%XA^2`Gx!{!(>@w5~RY~!O?tPEQiHU^?FI+eVBdIY_bkW$#ssc@QOMG4F} zef{or(eh*H$rErvdgjyx5Ln7+7+^?+h2^Ll;IuknZs8<@c@?oCV3YP#`jzhphxs7` zDmX(bI4-y_65TXJo`Q?k?Sgz2Y;r2jXWT4~*z83r9_Lqay410;FkYTPHSF7@a&*Q@ z2AfEp_%%?QGcr~5E8C%A1Iqe39-tmh)DZP`i@jdxE>|+1Kmp~opl+wpqfg1f& xgjW9|XAerGJi2Kf7EL;HcYdq>b^VZldvIE#7w^s<5HR;X>Z3WdOnNT8^Z#Y+!FvDz diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc deleted file mode 100644 index 6626ab45a9fde9832ce7fcb3e34c9eb7b5d3c556..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2403 zcma)7Pi)gx7`GiKPVA=1V8G~LGnB%jbuptz)wFJ!#8fV*47I!DFw3=H6Q_=Cz2`J- zm2T~XL^;8YB26N@f#A?%j~tP>G_+Eg*GZGc4!Z?qm!Tc@z2~H@x^D1Ee&74^z3+SP z_xrx*r|GoJfqeSwC-zc;<9?%qu1K9u`+Mlz;ViDeS-d4Ue1T_LC`5@2@-QIoYS<2t+TBwn zMiD$0v0+sW$C(>crxEgPx5zvPhy+CS4MGNG!?jcdCk~jMYGKa@8}MpO1qiFKS?xH3 zW2$D!aEr*w%YRTV#&UcpUa?64y2p2n0FGXvHx4DZx@%NWn24@w^3=W~BIp==?eoyw z;ewsDve2>Eqw2upBjI6ZWt_{!#zrAr3IZ6_pyc745GM5w(qV6vAgr5)SwcD-B*)`8 z_#!ld`l_Inyb99ns$(0j=3}pn%z$XYjFtxgW;Dm1)ciT{=?>*TzMv5R^dsLerzw;g zu%PJ_cI+CCRt;>2Xq~8ee-6{EWlfgGI|9ujx2+uBQcgFO(~aR(w5g1&iz97V;6e#| zMg_<)_uiKtl%etpI&XqXo#H}wfGh|BMU_bz>Sn)`Q~PH)t}Z<6AdiK*FwR-Ag;Z zu(WV{VpHmSo;kd%v=ZF0{>7_5Nxj>BC+?lQd+y%g-ND9pYtlyF7t5I!O8VCD&EYNO zWK%i0;%zATbuo{7AjH8L;=>AL2(*zLR5uns{Q*GO6VSY3Qs?S?m!)wo=)R_0nPR<9 zpy~w3uUI#~7%ySMGH}gyM{x$sbMY`n=17?A7Cr+fA}F&Dx16wxKcPwA!5N=`K5I@x zhtT%`%0`lJ)R*eFXP-&$Z)XM?#rw65%25$({@m-h>Djy1m6?-Ih;VAL|;100=1>oKt3;b*7iZi-mb)NdJ^W_7|ET9>| zq}?dom`S&1S)57R)IG=}LfYjgterzD4|O4SMMs8oQ+p$qe(h5|E}#C@=g-=$4d zVf69ScPcEyhEWx=l8Y1Hu><@Tbt_nth~a z-`UEZZD!9lYHI^eE^cPOTF+ctPhNYGKC+b_Xr>`0){Zsn zv&$K%wVp$_MsAM$Al#Gh${Ua`GmTPnx2SUbM6NfKblvhyU1yhI_YV`n9Q{XP`lyBq zy!d%N`j=z+Iz-6CNPyWxABvNn=R`@*(wN@p0aP3{rR=>*jzmBH&+#A(X^Ij`Oe@Co z{7WIhi|s7O%Rh7SFWj-;x$~_A&wsXZsl|b6TxwJGGO6%d1ExT&o?+^7f18e8o)Gz~ m{K|NXqx$~ENUsgG*|>Em#cL~Oiv!iL?hpNF|4F;-Z2tg@NFt5^ diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc deleted file mode 100644 index 8ab71a356b6b54a77fde5e2aaab7e46724ddc530..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2206 zcmaJCO>7iZ_|44z%+Bsw+^x12iGv`p0y~w;U)vBRK&&?1+C|oGNG8*r+1=UB&TQU$ z+ohz%N=#@Ik`^&(jT((!B$#mZC?^kIT1wJ5^gz^$o>q#9;pF#byHHBwOXhv=egE(K zn_r?)3Bl^Qf80DDMCf;RX)fRTVeKzC%p)CTk$-4LRKgsUHF#E`gmk; zB~N2hNdp>zn_T0R4eCBa%=5bc6JIu@2Mh`B;k-`|!aY(%y7(QJjT%Df<)<~UTj`Z& zaeAn!`2t5|4s9)|OQZV`y1?NU;NVO07J9;rBm4X~pNL$1FHNiYyiAK4m31?pH!zV+ zd;MtGR303sMaP!MfM7Z{ku_VFE0#v{4lYZ&Nhmf)s+5tEe==JG3BipN460T%T2!m1 z?uH4~EptSzj24I+%=8VMN@db+02{Q5?c7HHSQ-TQ)_P%^MH0Mzw-L6tJeKrcDiOYnH<75GCi7 zAz;bMxEm~LM5PwNQ84u!eB^c5rcj;t`=j^7`2CjnzpLRFA0W;j{Z)+A1%QwK2_XNG z`{A}lUmJ-4`(s1Lvg#7S%f&L7z^N2pCJqfbT-CPei9;J-e zTcu{FG!XzNHl(H$*g#l6KG9iX;oP(?LN7KgO>!G7ZP8m3T(bj8?2((+B)>tL1#Z)N zA`L~tr#E`NZ4)b8OYvuM6R2sQ?A&0h_5V1x_SCcA)|8t-Um%_Tif?Ma%q0XZ0ZEZ$ zSVLZ;$SjF_i3}Z;lsxVL7oku%6yBhijEiGs0Fd9rE=c{&(H94CNjZ&5M zsv%S7@ubLsGeCd4??W~sJQv>e8sI=}I@!T;PP6w?dBl*hp+PX%OI<0Y4y4Yc`ukIvi^@|HJ#xmh zEH6-vk;6g=F~d!jBoXnNPNNjNyhB`{Q!#8;OsPYsQUm?Nm{o`C&l9RqH$bR2)ciTi zAqHk;<_1i{0`K}fj^O$W5<-K@=XF=io0h@k2SBXeK=F=+vkPYyUwwbEV`w>+UW}yIz$tWsIqC))1I-QANWsKL-W4@msA!lN zu23^=SIAkW%iA;&bAzg?J2_Q#gO*b$n05ijmhFFH5n>{ddU`5)wB<=j>wPk7F n9VzpD`qudy=YRZQ>EOvb2haV4f3DrGEe@T#{n5uk&(Z$?L2MP% diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc deleted file mode 100644 index c262e7c32b0fdbd3140b01806af8dfa5d98e4d99..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5554 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 b$MwS%&z2glhN7JH%s=+ls}H;|vSj~n=}0X3 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc deleted file mode 100644 index d905295ba3bcb64ffe1c8f2929d6eefeb439da9b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 677 zcmZuvJ#W-N5Z$%cccIg@xW6l^O8t04{8)2vS8`E8MCd)ghf(2Ly@ag+etLhEy>hK=CR%IFyMfics>Sm zgcR66(zh1gU+kOef8?}@4{U`ONB`@sP=zb&w3&TCD!U?s4TPQ}A8-4%?wCiI2WVnE z?I;19eMg!ONsKYmrCG0bcKMj)rAc^3E?&@73>oF4j7K>wr0BC)l~j#s0EJ_k@f})B zR4VfO!P-4qa>ecxQ9OutSxI55G~~HrGLJGkQamf^f=y6N^h!-7R0*!X3V^^Ly)Db}J| diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc deleted file mode 100644 index 3245c0d9d5efb9fe0d26ed4387d937489348bf08..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4179 zcmai1UyKvS8J}IR*X#e>`R?F=gW+Ee!=0T3LJ|sT5D-8OCW4EST1i)X-m$&Mde@y< z-*JaeIwGWk6e*XNa#CA~hd!htmGYQ}J|MNKBK5^rpq#cyy{L)QyqO#iEl>Ss*Iqj$ zYRB^I%Z}`Ov*{~ZrVa>bBg*so?Ojn*FSDbSfTxn{)PTcU@7A$84H(b{!BQS`o>MWrQ zR#kN&dFu3A7f+u&F?H@j;V3R~mfZ%5^V&uN9=8xdpg2?%=Y_234!>p8PxVgoj(^TV zHsmU*YH2m1s%}hG{oBGgp{hS`Xr}+>cW8q%e)_X~)vl4e(J&3o%GaqqLrMw^X zV%e_5S6qqDT$vK5L9LPuoV!hd0k_SKKSOs5HKl7?obEexZNTZmi<+n@G{t79DK*1) zIvfNv4?m}4+XyHesk`}(=#S{Q6X~waaB0spUAWVcu_!m?8IHy?t%BCX5MnBOS1_5t@NbbclDu zyc^-&X5MXq4)FFiFn(9;H#)#yB>HtmF)VR<#%*{BwKpLp(TZ$-6vwUj#G}Nn+vA_S z^4Yte&)#*un0k=7*bbq@Sk(r?t!xND`jk@a{J0>TRuN>_wW}(50rvuMc?rkZeX6mZ@}PIADlBCg~4*r^ge~^ z;-{f*7!!~a7|{~$8O#qUSPMB`0Om}4lxkoo+=Q}H!HwvotTjw$3Y=fo>UCo2S=m*( z!NpB5FA{-0gE#qJneLM|}7#4Fh(^NaGR9{te9LOf%&yGO1guapz z52evnX>=uff8Wu&haX61pD0KfYen`x!uucM!>jmkOBs8#^WcZd17&+VjFf$z6bLkl zGSR@bh*~zaiW}yZ<++>2Y|D*PQa81d7en1h#kL3-Cf&~unT0OU4%ZAv)zc2-7VeIa zd>XH~1%ObdOn2CDGg5(7=K@US8 z^44Tn6JRFkk+N6`FUq||RijbE zxTIP9M!w*V#q|k=`*w0Gw#yhoCDv^M>HYhc28{T|!tDbwfMx~M0fz@EKn}Eor&@qNxCa;Sv+nn%-my>GwVGz>lRTGU z?r8k*Tz6%g*6`#cTzImx^Z3<%7K@w$I~-rD5{PTmK~Xo$cGPrGrrb!uVaj#`t_-$ab(}gon$K4Zr`nj#fp(y- zs%u^iauP#0na486c5JPwxIRyWWH=+9p5_r%=?{7!wJqVJE!XgB_Yr{?9TBa$^ z^zQ>|-kL%6@k`;BAfOL-NRWk6U{tSMpu>5m3T`vqGi@2gHr*dO(8?VAX6xe+O1`>2 zaJ(H2M`P_2N^V(89BhX}Fo~h$Xoq4-SRWV;NCwvu1)pT!$gsS0zWqE(4}Mg=S$)jm zU*DB`5{BmnlG5_hna3%lq#vdB+&*(JHPKQgpg8!&`D^Ew$M5fb^{)0e>1-$S7Yd*O z{ux!sZgC^3s@o-1rC@%DdRWTNd>vv8MO; zd|7y(KE5VHKtp*>r5rl?3f~ub$N!k=D}>Ujs#%up_+MV|ITHc{bwlv=;g?0c-tiRh zOo8-NIp%)>y++>v67D5z2>NzN5QJ|yF3C0pWtMmKh9Qt^&9rx!6 Wlo(n*dGmPN=i~``lJ?$tYX2|sr%7o5 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc deleted file mode 100644 index 4cc4d4f91b24052e45746e1aca54082bb064cae1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3556 zcma)8O>7&-6`tiT$>nk>k`l!q{gH`8CzKnJid+Ou<0f&O0#aHDt=%?Y3M?q@NL+<~ zon0!GL-yGTYdlSMfu$uN|+WGy*1 z$>z8um$N3VIa|_Z%(Gd0j!*Ii&t)AsAt@NVHS5fYNfCG(=43l|$vk!~*<{D3T(VCV zj4`*w$xax%9Z2@bF3iI`gIyumU+%*m(BPJM+5M?C>0J|J-v3euV~ox(6g8!gPi14A z?tGi1Gs-HS%`X*n$8Ck+wDv2K)$PCIrIs0ult$$U47KxxP_(YooI6 zQcH`?mr)>VH!qm+3+7s^Pv=)tSw&81SQivk$*Wo_pT;_;z&j&$a6-2MlS^rYCZx{N zN99Ntaydnl6q(T6*SSne&FHpNv550Bp{cKn-J9v$NAC9k+&OCr3TMdT5bimj z+K}Mep4(m6S@`mU6UVe+W%uKqkE?ui%UO30e)i_QH*3!D_s(!#9IS~WRdHl5`9Qia z)kdeQqtpKsU;Vc`v^V)6em{Qj+KGGSh@Uxf&s;KN_txxV-`mIPytl>&t9)=T{PpX# z>$j@#3*9>5-+5&BP!)CW&V%>wzrU{>k0z>tM3qlaAN)t0{~Q8>bU`hYNE*|arMnTd zjjy*rY8PqkweGiSX1ivkwrG=?1B*F(z?!cWUH~_Lm(~j`D_UwXi(?i-(Sr;?7h?(4 zC-jDl^oubh0=!E1jF3_2^+4A}LqbcY9WqX3;ID?E+eD{M->Deb6OP64Qmd zwX&kEfmo}JP?>q1%R=$d{j`@96%tMQD1&iUN~h8poNj?ENFv0;pN`LOn?;7sUTWk| zosje@CIBn#a?(*XgH&P5YzxfT=aiQorNq?!EqGVqD%OgvY$5itwPnd#vF8WNOxrFL zjLWUem^LbQ&26rhInCSV*_9r^Uxr-{7_$_?*?gvahe8UpqIidv$3SPrRi32j4C`x4Vju9T5*&e#9MZJjtsaT>8zOC=jg9&g}>4(nn^}0^9P(6 z$*Vn!S?3|!>4g$n()50cqgd6jED^j40A9$$di!M%diV?GCOill#F$67LBhgEQWMSn z%UF{Z0W|@)CHg8^~qR{D1IECqZ^T03B zX+|;v)6|@X8I=Z$mXu~|qJgg)4M-s;(YH))fFw1d#sD}rQNxCK@sAsyY@GT-HGiV& zPaOKb8~%3q*ne}&`N%zV#1Cz4)T4=7^xbOo-MZ+hiP5SU1t`BJRQVUT*dteX-+RU* z@x?O{`K}#_(W8NAJve!9_Dn#&u_JMG`}KNoycSGUgNehTp9pItX<`xGRkYM{UFeRjE>=`4H{8CBfCd!1V>6tc#Be}fGFjkLJn z-vB2|S^N`n6ZWFjL)D;bunfaIM#KL>caPEC$7u2~N<2m{G;BU5aHup8kiV%0`MY{f zM~x|tv3<=#uo>H-`<_}s#_;NY DlFR`$ diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc deleted file mode 100644 index 6bb548884742e586906371a74488ff73d3fe4604..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3219 zcmbVO-)|eo5#BoksS8yt;uJL)IENE&Ngj2) zBX;-1QlJAp^g#jwr~-^CKw4CNb73S%-}*oFC53H3xC&^2wkZ0>Mga==sWVF+DX9t) zbV2UT&hF0c&V2jL{&9RfN1(j&*X!tQJLf--Hipynad(2;nPLE{E53HIOEZJW4byllcp6f4zJz2M^ zJZM^?BUJ0yPA{m~xRWTu?Y8CHO%|m%lOgvj8g6+|(8me*?|%oXZ6b$#4ILCmilaGt zmpsJrP@Kdn)Lrr+NWa!=`fXA)>@_fuqflNC{1wI}wdo?PO`A;GjxBAvVtXN@GJuW} zoM{fvL~(mp=u(H;t(MmTw!GR}NSy`bh+ zN;zfhr;OU32tXGs(`vveZV!B`Hcv0LU0Dx8N&SE~(YSJc5qB%V>n#}so}e#XrWqWS*g}LjcyO*D8bF0~*vjKcMXHf#2TGaR$giv76>C<=2deCI18+xwo zn=KwRSVam`u9&420H*1=ORzYc(w{F~y=Eei=VEZ1Ew^P_t}ht}?3)lNPna=eORY{+ zu;P{ql;B^3HSsS>P_2>APm}D}W@;n#X<=sP)K2|T#{A^+pE9rQj-6Wn)-P^-nmOM~ zCi1BsNhDMIFoPUIaS9ZO%Kbg44x$*)IzaS2O%4&=Fksk`@;!2Qk&t_OR|DxykP;HD zs&d@;2C&u9($%|(hl5q_8DBCVJ%6Nhjd-_0d;j&WQPDMm|J%eM@Bi2!z&HBp4-|A3 zViX>{MhF@O%|Y-+_o{7s%W$nIP(}#}WN<%Z z`_9&#&xnzv>)G9BE`LT6S-Sqiy{WU??XC89cdNT|>%qN8Q?IRmf3I+Iv%S&Yd~f5u z59&_}7k8&-?ic=@hVi`wOz-7L{scb-OB@fBj{z3jq(%T11Aq|n5JqF+uXMEr!s$qn zL)gS&(uhpQgW}m@L1tndf8z@*4M&VD`7a!pH~H1)eZk1%_Bw>zfostRJVHOw)d$cw zWIjGYVxK*T9_A^M#;tCCbuzA}RkZBeJpABgJZBR1EA@fvJm~V485I58sSBt>qlDd#_ z=qM$tE&#OT9ZX_X*LQFTl40p5w{N~>-M;nq%`3RGzH*rU)x>MXzCAyf>*w{aX8Ev@ z`GJuR6aSx;1KS(zIX>7WC-5&~=7TH;2ODfNeoYknx$q50f3sJq4TqndSLQfm)*$p8 zy2NPUIFM!q1E06iyXXz&W80@d4gHi4wy&u*W7A?75Le)Hp&mH2?Rp+T*y(1R?D3dWxwm$MGsgDR@FK-{D9-9IqKi8do&Or%*bB)ihT4>;neGTM;EOf`Xqz z*+7|p1I0A#7hfm>jUbW5REDosjuoaau>;i_={-lL&#m3uOV2z`U)arzZ{|1h_wPQ= z%=^0WUKJ3VYZ&d(kk{`bk}286hKViL)4X5AQ&;S7-B znd$A?R&Cqc@^)T)@XVt#FR#COkPK^23g6tFI)8rx$#4eAaArh?#gly}6kx-A5~?UA zJ1xiz9QlqTX+%?y%S*#tUK+-y?^1L`bpG%VmF`QUOQIs7oFAnv%l16Wf)pcpKME=f zpzD4|6hW)p@HF#kGjKwWeVZ4d3prUdq3R_xP5U#+s$cFeKkfR z1$Y*W>1*j;KCh)dsPqVYcAN+EzjgOf?48ePCmzi92z)-d^oRN1&+VhwJNIl~4WGXH Ka{{8;&VK=Fk{@RP diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc deleted file mode 100644 index d6adcb6c3eec6abf683ca1b1b54953deb5253d27..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2151 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 b+J)GI=?w(UKcD|VfYXe7;V+^CV}kTA@Vv&a diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc deleted file mode 100644 index 2b5647955e950ed4bbb10dc9bf8f4e4e5251b699..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7451 zcmcgxYit`=cD_Rnhfj&39@fJTjcnNxZA-E(JAQ0z*OqL{8`Vy2xlY)1i4kWcjYM*| zcSfcuP^pp{jhG0Pyqm6N>;h&01CiHR)PD-3MS<3FQ3PmzNT!1*6Qxa2_mO{$WuUIn zA3bNtAt{;NpxB}#@IKFdpYxsXUj1D~g^R%VgKrMYmRdso88hZ*)IetSmkc2{iAY2y zOai%>2{1<9l8>zctC42|EX0h&$kpcmkeCMW7;5 z8K{hS174%v7Osl;0=`IfpgK|$s4>d8aBZY6P-mp=;SG`cKs}@#QiJG}8i!cXb)5|~ zNt{vQmRwNkk=!C9GDFrznEVhYdakqg@@oogv=GTBRzO%SR^Eek;Rm@I(QD>DuDWN< zl?OIK%_fN%J(A0phNg62bIDwMFqbVQ`D(~F8~GYzz7}El%{DpV2ErN>r1sX%QhR3`-PBs?P}# zNgR+OF@*{=aas;beonWZh$eK$NjVBdXV2@-Gg4Hdf~HWN?Uz+ew_S?LN>pb}`56L^A@RLlEB$=^;gwUUSPk$9=FU7dnAMMxdX8CBP znJUJnx{55Wj{2NL^O?29UM4L`OHSeR|oC9~bIzLpSkpDvO$lI8XZwRGKA zGNaNRVrG7lux%q+wJF|8sFfjal7uZzu36tCamLS`(`|7%+PzP=gR)4VCj%7E?6ki^ zx2g$Mcf`VihI*shM+8;SG^$$^l~#d_Zj)7EP}S{W=^7}hN^#*7cT=~Yzj%sLP+v|6 zg(Owg*~`K6ujzJCrcuy;zctr^BSxjGvNDdtvul?i$zR zu-Y{QrUon0q)2BBY$r4#g~oE$p~S)3=vEjQm!@>$O6YguXDwa}Ys-aFTq-*RbK-Pgb~AB%=h`!_rtB8t@jZX$ zB@N9_3FB+|awDI$Li|F-qyLn3_weK)@9f!aeYlH(Q0KpPBTAd_m{h9S9!$3UhH6@C%Y1<6Z@@@uJga^OwgVr_ciXdyYHj#-TP9n1S zXWB4B6707Br?E{t-bVHkm5E!>x*7OOusQqwl@)DV*bWDI!2o(*;L#2`!t$8JD}!iL zd`tmLk)y-Bra-k8i5Vh%6#Nzzp=EZuTws&@z=)KqlT|)MB|(!!UX?=QR0=0}Au94v zE=5(yi`a5d;^S1-G%1QXQC7!{UJQrDYtUETJMz#Kn4`+e8nzenqve#8kIUgOb`=v; zHP*EM#E-?)6K2H>{p3_vxPBnfu|?fPS^lHt8?H` z0T6X7K$gw{PJvU^Idyyp;&XS2-$l^~XafeQJah{Lx?@mKB}6!i+>N3q)NMoIadiYD zH4zQz98Nr{_}N^mZ79JEp&wSq!*QR0v5?EeMkWw;q=09w^(-s}IyQ$5?C>Yq7>o%f~s z=6?6)l^a)n8vNX|{XZJ9DYk!}-9Rd8{wKK?MZy14UxAswbHd%z$~>s>^)y%?G_xmp z%Y$v*kp8sZ3FV*i2YTvk59_Q@^02|y(_(+P*$(9c-y$Ln!w*1#HWD4O}|1!xM8hAoY+9GMv{kQh^nfJ45AgTkkt`JUFl76O5~0C_R!1QXqw zWF~*JxiB-OvnfLqa>R_b7D0T}yieqoV}w9A3c1k&oEC~oh>2E!(&CO>B!0`pa1VM? zULFGQ0Am3}QD_2@0Bv6w1T)Qn$0ZdkTv0o7jG*1mD^dRS^B2#)v76VZ40Q&gAP%9T zgJ_h$EJsBpuI6l0x5X4yzUFrnjSd+I44Jb%*08%xFn78c0)0bJlT`U9x$ho3qQ0T`QyfJF_bhG!$G$b9eP%9a&h&CU87^*5Vu zG^cAbz8%xtvfDQ|@ZPayj}L5ZntkS6)8zBY7U;y`dN=-de6H=0y%9|`kxI6vZHtb!C+?PXYsTHS$hNJ*z+{b1<7pc@{jZ>z?{aW6WF{HW@*Y<_Ytd?IZ7;d< z7X;j9k`dWaY_;y2=7t#2cHL3ZmMgYh@9rj`^`uopt1`aP0@*i9z?qgA1!%j~bdZxQ z(CLDumAeci*^&{;Xl+St8J(Q~J1mhXL+??dFdJLRT*}b^o4Ff67>ctlkm};PlWb8E zT(F%bT7j&KPP6VE1}Hf)W#cm``AkMDTnnI#%{lUf!*uX|*EzjCXE}zB=Dbrx0;iyk z41v)|R1Jp4RZXB`P;V6mL!vY^JR*;dg(FcV_G7AQ<5%O?5)*s&?(5!v;FW`i4u6Xq ztFP58JlAgct@c6iCrpk8Cdn08$0SqKkaF0WvY0FU8H40&W+O`y1PRDp=A7RG9u5eC z64ANPh$4sJ3ZPp$_vlPecL?Fwh%hK=dFnr9_`Vm;SBJqbUyIRW6aMm+-1%x)2?=5K zSZ6_0glVfy5Ii?r?Y3KOnU?;)Iq;e9;i1PZ{h6lzC2#*Uo97X;$y9Q_7m&%@ zHqB-&mClAd{2Az#xRv;L-=7}2dt|Bkz+YPa%K7KcrREbE-^uBd&ww0w4eoGZrXOj< z+0@xNapwG&HTBtTF#5B0;;vq-K9h0vEwX*jpEZ*zyvjIzUwW!myjz|U&e{0XLuwnd z6_9$NqFp`Mc!KL`v^;Ed_Uy4eY;|DR#XzXrfwJP&FI2d(fH<120h$YtK+qhI??*>v0#9WoH0yp37LbZs? zP=`8$juPDSh#VT>;XMdKq{)}goqeN2)e>QeS4Sk^+{0mI5c|Td>|Eo3a4!v*K+P(F ziB@dND_CR0oUQi_3=#8P^G(@x$0-dFbvKBn(Sty^_ z47ey7tXVAs6;mLh@(|>qqVDK@=7YhT!#9R+hHr$^`xks)Y}mC_cQg+eJ3AP^&6ov} z%DHfjJS7&}u~g+WJ1xxBtyDMO?7Y#Lu3NBYs`pIWmmQU} z6{(60tn2dQx}%>vj%IBj4)*VkyEZ$^|UlVD0{WvLZH-}wFd z*89WpCA*N1BYAUu5~0x1|6Z2)?CHBE`ppB21Vb@FK~nt%V|KHl{)) zoJ+}6tMZSr#Tk!)#QP|PPmNP##l7JJcnJFGALMA@%Tq(-F;470ByuG1e}QK}Y!S~U zEr@4H77z}umXo%Ub7P^~bzj+Yvm|Y%^-gk0Mk}CQvOpv!;5BxVnc2sZnWKPgjB&!l zX6JdsqQ3_PIZuZ+ZfslLn&5f|2W}XRZbK%o(jbWF4inDw+{qh&SagJWt*9(qOLD3a zg{HIcQxU$V$g;a~s&{1ze|z}Wa9aF%9+lr z{kG?pCq1xmDATZi`s}i&>VvcMa;CO@$9I*6xg>a~|o?f*idZ~-qV zR9#-7)-5&$vh%oDWUM)@dMhnv>UU+_yBFEr#svLs^hekw+L~^MI~wjI?Zu)xEOO-^ zYT(V4qQ>bC^9jay1<^Sz5d*SBac#z<2gNg>4h&EmjMoso7G7mLgYbAODzp=zQV7Xf zg1WIDSvI`*m%%2-b?h# zAeG=9J0wAj|2TnH10!qP?s7Z{(N?#@xcFY9z+i|U6it#EyN%mO{TLu}8ff#v@oGd7 z$HUSw`WBR-ZL23Cgtu3Q`HED2MVv-h@fC4>O}2kc+WwIo`+^+%H`2RAdjExVe@*se zxdz5J-<>58rT4F5lzoL*sCB` zIe1XKL@)N}QSsuRA?U$S!LTPmJ$MUNFP@y)#@cpZe(%kDzc=sAd-Fb@mjPWfU(VnU z8~|V0;olMl%GO(|yZ|?V15DsRhjU?_Gdaj~-sS6pDNtQ7MMpFx#G#BMRk_1724$Vh zSt^~ZncHX2rFI#KRnC<6`G!*80dr`dJMN*<^e~cSqms%6`bKmf~mAd zv|@bdGImka3XqDus!!^6gndt!f6xe^!9*-K0vAyw8wM_p&{`A=`n{T~adB3UY@#p6 zQ`8bI$9ke%G^ec6Qn@t0ICpJ+Q4`}#N?D5;V;kLgV5CYe^}2E0PV!6Uu1HFcagZqH z-1S{njUR-rr1x#3O%kO%yReIv2%cR>i9}G;AYKKshYS`^CEHu`6kdR6$F~mN40H#w znXEF_zV&8sz7N-7^l$2*2?%U)EnXAiGYe@(wM-hcnN{@;tK*J}L)BI*z87K#5#*>g zJ$tH6DmC0hYL#|h|G|=%FKawu_a>t2-$NuR&MsWKGIz7I>unlGa*V;#IfV2l0#*HU z+o<_cUZgdtmCOS(`9&P~%a(x9%9)ES=0Q1%dgCJ~_9YRHY)te46)z`$F_G5%7ns^LBLDyZ diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc deleted file mode 100644 index 60010156d83da4a63906daea5e5ec53a32011765..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2335 zcmb7F-ER{|5Z}G?*=Juu08Gojv4TO>j0RWJ6zuM#C){2{e%wO&ByXXhNoBN;#ov83Apyj5YZ$?mn#vo_yA2mSgJ$ zPdZ<63#Jz)CMyx!;0FQ{KoDUpC4t>U3X&^iA`s*V+` zD~3905(*ww%7|r;?NuG3rXAZjAfDplDA&MBc^l6;CTtiv$elt_ksDfs| zqJqYwYYxFO$kr#|Z5mGt6=4KzN6ZH=Kh5|j`NY-*Qcm1~h=|c;R2HVtRq-;K!dmFs zdmj_4sFSj46#+~|(`Gt{m+IsiDP5DuX0{!gY-Tj+NmG`6@Icz@IyRCyk-m^QbMpOT znTx~cMoykhYqBTOGWBG)ptGDqik{$5FA|_ZqHe)r-ntF9drN$XnYj_fh9r}A+riJ0agKYrbX5f zoT`YdGm!5$0Zi9d#PO~````Q$M8%5e!)_JwuL2A}DF?Q%?gISY{y;AjuE5Xx|L|w{ z1tUqg>$E57)UYfq=7k%2PdQn19l{zQ3LQIs<_!G$0G=_EwE&1Dz}}OMjFHz##`Pk^ zr2J+tW2uLe*8$9TX&`=+mZ5v9W`M&7T z9&vs*<~$i4IxNl~!oXWl%!BWvcn1itYckCu2H37Z7lhU#UiXHlk%tR&da1zp-Dc5c<>0h`nPsbn zP8+@ojx$km)tnBUA?fcz(?UdpZ}23)KWNx*2^#j=Tlxj%wYiZ^PY&u3*$c`v45|Y2 zt4u*#Kt=|L43g;0^jG;ejL^F@#6c ze?X&(`MBXu2yX=b1%8cNk&hOgY^h+rLwJ+tZ=)B0L6R|kilR?Z?02-S9v1LvJe!}R zw~9-M%k|iL+%=cKNAG|F#QH!l?wPxE&$#pH5(2UQ8IIwB8#`yk*^ycK+tf0GrSJA% D%I!eZ diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc deleted file mode 100644 index 2e4ce1060602c0afd27fcde096f99fa50f261c15..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7547 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc deleted file mode 100644 index 497161248efe78aa8421b06f1be765d790823a34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2576 zcmai0O>7fK6rS~O{F69@1V{vQ5?X-)+d#x$iYifB1QJRR$;pt~lijhsVSn72ae^a| za^TP-NR`N`0;v)pIJ8m^IriR*kt>0gR;6mCsyC}aJ#gxq@vf61)UM+Bee>qM@4fd; ze(3K{BKSUhb=o}BhtO|w5_~a#u<a!EYgq~t}$p%9`GBTD<9gt~VW2Vg~8+#6iI+0(%%nlH1> zh*3B*3R5FaV|2*qtAx}nLAO_8M)G!~I1GBw;=#@H!N^EGO$VBce%fy&Xu1+H25v{5 z_#(v}Mn3v>tlt?McFV}1H+OSzH>FIU&m$ziyFmM zbBQ|mvho@GE@PVry+%1Ec)|yb=ei;jxCd@NskBYi2_trJRG~G6&*I6PkU_z21)GlG zn9(|;9H2LyD(LNMQwpR>Hd%C8&Ndy@>dX!FVc}vh1?)XQ^VK{q^Cr)4jm*`l$@y|N zu%#QMDO{do4O;$BA2|^wha}+&20!{TH}XBJW&j|zY;t-S%$L!}<@3biwA{Onz$V8R zoh3*mV>U>;DSWYl%WoxA8P^CP>Hr){8dqcn`nS!!(el|ii$h4gbWhJL6-?%s7X^$t zB>19hI$qc&buY{X%SM>Y0oE@?M&G)w)Qgih(9P(Q4;znwyafHtwL;CcX~Aq*CUFXN z<}OlQ@Pb$>0L0Ex!7>*L-LsSVqsI!|6f{>S`gKyJyihmm1&Fqw3`(%j5T*rdY7-)y zuQ$CB6}Qq`b}>m51MuS)pjkzo-KcM8E57$tX8TY0;B$QP89uq5Y2yp6$e!OvcHf)7 zJAZ%j;i(6wo}T+I{LQuY;g8$<&b3EAS)G278g1=4(Mp|YMNVvhE@T3op{(Y`ZE}M{ zWqV1uy97XiL3*z$K~UDLs@q*KxQ8|?cC$L6Vziax=UfMlH*^6RyXo7NO&-DSg2W6j zo1%twqSxRmCd)RfvE9&dc`au09xqd+B0xjt8IvsgffUL>vx;61qV&!?EA7-oD>A{x zUs6oQGw^<8_Zb>6Dktc|7e33hIe~22Q}A;|g`J{VkWVD>q8CS}j?obKPI<^2$o)>St$jMUq=Nk~^Kx%^&i#QZ~xu z1HdG=dm%=lx*H2#RCxo5^d2m4O{63z6#w9R-GOw?s z;3}28m^2Ai!ay=!WC6@n+~FlG)+otZqpE@w1doyONfp|gzB9IKG%WfNI|et%3gi!= z>4Y^+dx-{LqJftv@e4ZIMo0fZ$A3mszYdMI#tuE2Z4Vt?&AdvCeX;X-V(eLBZ0%G# z@&0P86C2h}z8KlFrr(|Kgys0y$@TF1?0Vm~1vP&aO>9JAy^}|wk=4=X+VC@Ncy0Da qZM+kTYy0kpI|#Z*slQ~m5k{d2wcZ&{XqUA+dI!mV&3&zU<;Xvvle#DX diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc deleted file mode 100644 index 1a59dda9501fc845909f3e6feacddf7081a0bc46..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4543 zcmaJ_&2JmW72hS7*EJY+LKg_fRbiYRQ70AHnVOy#g^7d8OUsjV6{xe1mg(i&{RcMSRPr)j_Mx3UM z1iUJZirI3?NPZSuPKVSXt&wVT8EKHxOP%>lSJi@|tZoy|lXo|Tyilq}Zu`WnxeoI^LBXYxRa$l!C8oXZteJMD!#s=9 zsI9MBl(@`!NK3%Sw=+xz11l5{b_l7Y%$yooF~ID)Z(3fy1aenU%7(+%$cE`xiA^^s zBd%Ur(<^*4U$+gN8D73uOW1DRG{7D()1o>flre{q8udKALdiyzhBgWd04m!7+icHA zgp58}fQ3g^yiG5!v&#A>?>yid`Bh5lwn3S-iE6C05nGuR(mQB$SBU3?I+9-a42OF5 zv=7Lb_8PR5cqL}Kpbl)Sl~(e?o%*_C8i*eyWyi9d4cvA^XEuE2I&ulA>9$#>o?oo# zYn06qFo^?1$`B)DS}RR+Tgwh;KhbAsh1!(qK1a=~nzbHBf`dsF(;m+d&xGXZg+BDVzOI`V4^z`76a7*V@720# z84$_qCUfi>wf+3WY#$XudjliH^C2QwcQMx?!&Umo^k**T1Qf+0auti@2D!jESx<<; zWP4pun`Pp7c~|$VD8=)=nf7|FiwX*~^&0Kv7T^$(JZ)#>9hcf&2?PKxcf}wJcS_OS zES4Mt<(2b{>c)()hgu%(lK1R7ab2(bj@Aw&qZjM2_H^Mry2S*~{%$n%#m6-vY9==! z@aQXieUfH*pd$>kWCF=1azbk;kK_WG`Q>@`cs2)X-%%VVj<5yUj(CJW7^qmzs%{k> zUY5OJz;=pIIvF5km(5BrT(?*2SIEL`~R17dxYsmSf9H@#Dhbt#EpYO zB8ov9KVm^13pKYQS{>ffR#ww&M?)PnsINICh(b{aQlgfjrom8g@z&DMe!6t;-krtb z;*W3N4dPIoYr3C{u{gM%VIVLSnB4^c%=Y}>5+@JT%!236*?1{)82UUm3WC`fHbc;K9me41Ed_9@_XFA^QQ&$S$Ua2Q z??VH)j!Kye2kO`h`%lW7Xe1Ngo^QpaSaRpV-u#Qge&$M3xw1Wv2;Xfgr=W+Ju@T@c z_12$Gm3jwO{x2qxM#KP2!b$@pfde}Mj6n=9VfI!`)8Kl=@WP&hY6c$x61Nz^g#Z=y zo<3?X7a%Ns3kV;;>s^8dELFe5(x2~E_A}#6WxUtAAnr0+HXj8Fra_Q}R1?)31HIIC zIhx%uox$L_)QB-G!I7UxzmoeyqY?Q+?u16X5jOyc5QaE#Bwz+ZMFa?x@FzF}WwD)ilQxJm(CoaI>n}ounFoRL}@m_jAGu2e4w&%Z2WHFUb?|rmCG}Tn6Ab%6-{lp2J zJojR1e`va?PVXpRCq{ARtk-BG%jMLpR@6x5Fbg7k+MkjZF@cg}J@3kURG4(KdaWwL8_>Y8W^2xjl>d|!{A-TTFh((fKLM=!NvFadRK>{Kg(Jykk+wuQv7MLe}L z`Q+onG>*PE81lmx`4^wvZN;DutT1~2*^O2LN2+xER4a+SE<28<)Q}y%9d_sgd$>yi zN5{{EWbj3$-s1ZtaHOJ&N$jPh?AY$&)4Q!SjxthuWcTV*t(C>mfHZotHHf{Tw%}nL gUC)Gq;rsg7>AkDZv{nrIq2<_9Lxwj=7;&Hc2YqDH6951J diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc deleted file mode 100644 index 2eb6bd58099e5900c908c42fe74030b642d2f8af..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8711 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc deleted file mode 100644 index 6ef6ccf5f8b228bbaf9d6990ab1502696c61d126..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11101 zcmd5?Yfv25mA>86^Jd-y3<62bLyr*%^uUrVEV(Qp$&wMW9!`{5+v9<5V9-3+?nc0P zaA9vMfnBA5ic_Gqw?rzb3SOluY}Nj7eyvh*VsGrK1rL_SZMIfbaenyU*l5dH`N!@# zx2I=D6Ks|3+O54XeP8FEd;8qS`OdlhuESv?5IXKY8XayRsgrV%1GX%Y~{%ujo!e zCKRx0CZadRIl*uT$(wg?sCR>)h$tu?@-j}shF$_q}> zqLn~hJ(Rkjv_WtKt%uUr_n8DQlr?JY1r}(0kZ%(FqCMZH67t)G%|aElsD@uatQTxR zX%T9^ZwzfOlw+Am*aXx&;0?AE%4jUk6thWnpP1QZ4L}O7UD$2Yh#v+O+@DZtZAbM4lTWz0U z$K64LYB{ZlQluv)s$5r8R#eNmAtjnjL}EckHHV@@rxSfiNP12uWF-;mX|6BkPJj?1CatTS}_>5@EfwTTINSQ5iRR7%zMr1tUg zq%a&4`KZh%k_sQW8i~emY^l0fDjxZ=TGb?p%CMB^)rE<%A^%$sL1K<5`ISe=AncR! zATYWV#~(tOCORcU(&QouvZ-UIM1@xdM80=elEj3<562_&6@FwO+B?8U6IYWlkT^dO zxf)IM^GcGJfjkN=#Q0EBib&DeSgV9%3bHDjlvN{b4#MG(jf~^w??2l%kc^9M(cxG$ zl4u)}l7nKeBDX15+gh)RiK}g~XiwYFm@<$|>~Gz>uT73B;_jhH@0CcuD7OtohuXr? z1k5u`Yuhla3b}1Kfz>dg)}b-gkso=Ob}jj!%Vzk=Tj4Q5KDIli4^17KdE)OnCOX$R z(+{6~`N_#k-|x=aT@z2O0|`;Np@=fjTM#i6aqz<_SpPFT=0H?~rL|Cop(yqZYgt{? z<3O1vSBZ2)U}@Y4{E&NDDDwM~`U1x*AaI$Z+!)CV)W$Maki}#1W`40;B>A4djFv5> zO%s9ZXJK&|yYDk?_nBuu!IxJFY&TO(R;1{V%JoGPf@+k9V28fJNR?2pO||4jQV*>N z$Ha&LbA2<(p1TrRE#w|2pHUU$)fe zTV?a*O$$uM)v#=7xa;=M^h~CfEj5xK$7jR|mp7jA3qSyhh#7}D>m<+dgp9Mr?Uydh z!LuOSal<&5HpnbP#@IA7VMrUsnQNQUhBR{p4oR80#$ydf#tcC&HFkk+bD3A9VK^iD zcsP&f#-oG59VXJO9Epp3UUWRx@d+rg@ep=KTgBEEUc4$wuv>6L!ch}V@X3V8%fme& zXV_OsX$;FE@UNYh!S0inf()I3pizPsBCutW@pv*39+Jeq=qQ~()ud%qP7-BB#ubHK z^4g5L1|sqU^SKS`kHSwr1&;}mGm*-giL+UEGu5qA6_chJ?n77Q zhrU48v1!@SkgaQ&I-7O)X2vs)CMeChph3<}D%{%SSPQSAnv{stFDkwHWeh!)Y|TGF z22Ms=h>wj<#*H>c@eG8C{ratoXRYBOt<44Ig+!W78~O`N2o?{QX0PldcoH+IE;`5B zDk&@yJeeasaxyloh}vpM_VJonaPmi@xDM#LDTs}-338GPy49xE3>$})U+6{zfk+=&U6Xc$SR94TOnmsjl zZuZ>5>5RX1;_RBoH&;DdJ-2ms>q1q=vvcCi#}3!@cc;F4$5FrHs9!j;v}?KHNXBt= z;$+tDnRyNlhGnjSE{q4Zs|k9b2Xr?i9;P4RKx34`5qT3@U~rKXoNEG`f_c&pO4zQr zRY$1^&ql6@d|wn4I><{#)fiEk-KP-zs&N-;s(t-S*P z2>9mFpoR!`Cx>9C!jvV1xSsnU)EsMh|{`L>J1KO74q5z{FkUvV3%3p#6Rge&u2Z2cez8`0l zg0f39ql{F?km76%;!Ku>bYYJHwGogCSOhp%H{pi?c8j6=6E~!!Hh2J(bAS*iJ_tt? zMN+w*WHP350QnTvd@+3b;)N5Zf~!kG0|I)4Rm6GAC>AdJWE$~Q6eC_LJM5i`pO+QSRW=; zgTVf>013u9MYp|3nj5r3&t*a1C%V*OENM#gPl_zbox#*!#oFP+PEog8g!OZ zLAg0?9=D{8l2h^MwP~~7i@>2xG;UG6dfgzZ?6NReT~+|uG?TUzr17x!*hyJ{*7@}{ zZdGda%2KZK7Qr}fQ#KdsY=a1E%0il?EihmCS<-pF0;3zmEmsxylM zh!jT4kZZp#DKD|8V4ezVrPysz*5h_qGX;vY1+2KdrhSBrS165oo53bMRgBa2bcIe0 z_OliLiutsC5VcBK&{qho;hf0<$5gdL{v94%OOJzwAU+s;QP2 z^t0lHAX;0f{^7V%q6vCz@Gs~G$P2AJ|3oZCxnUC-(4NSTNKrgg_@0Oi_A)3Nc}#|b z4Omc(07MBPZ{SfZiApFQm1VGsDFez5ZC9%Cq^qJ31h_fcD-NNJ2oEkWT*PKn-ik7iC+bfLm$3 z%1S+emH`08V#yKkARK6y@UTdozXaqsYub#xIF7>yp_SwnX$<>>X^U#^20l5g$WZ}? zOmQqQ;WEn38cAmg%AP4WO5)vCQWIW&e{CVK_} zb;Ob|XQ%=xVhB34ZXUyeBgn{z0~}Hf5UJ+8xsungRMoM43Dp4otLC^U%V5c?ERdUU zG4~D0s6TKc6oO`E*oJXqP#`0H7fAZyC;u(%8UQL@VsuT8u5y7jP`iQo_DlsoaU#d^ z#;P@E<#ci?IWI18tIkIz4Qt-|g~ngB{Ium~tr_p$_q|7!`X|j!@>&Fi1r zF}q`~ZMJQpA>-XPd3?>cePMLTyXtGtaZF`<&Okf?0KQ=Tn1AJb!?`qi%X{l`W@mS% z>fEyXT-N28esSu>`TeV|tqc2p(ecxcMP;?I{bTp0`F%feVzmEN7uZr&HFK9|FV71< zetw3{u_n(sX02xPe9uDDYg=-JsXVxNU@fraPGHwcVAtZl#jC4<1D_k97_G4CxhH3z zeD%y)_3lOCcJ=obr*k_E((T!M^o)^~qY}@2V`2{@s>ZDF0oD6P~}XHJ)s;{+>5O z`R{iGPq~e6yA4qOw$FQNo8bYQu7G=b01bW_?%CKWqU)56EWM&bMc(=iS{Ljz$sicU z*~AaNJ`bgUZg1wX1@Pj4*9+f(7fOkS5?)5&b@=P^DxwY;j~RFb6zZc#_8Vb4!2(uu z9vh&x2g@0)OBx0dh?fPxK&)W6`X|9*;C%x=*fF99C z9;_-Oh3qVQ&CLPLIHyYkaOp$%0xo^}%Q*sGMNC>ihDBr|R8UN6Qa0)17_8G%#dt$3 z$N-nT+{VpH0sjH2H0$MnDjk4#3up^aARhH)0VHbP5LI$tg@_(Nj0GGCsOSeE)dB`9 zcBRjOAw5-$)3&r-r-s$+!oOlZZ5u?5S{8K4K<|b@RDfmSLAii* z(K%KY1P@xVGUD8m$`g8J@eLWUoUUEWq}M`(d$}jgwc^K^teawQ9+}chCcRxrT35iviCBC|6u{) z8@_tx^zjG1rAQpG*|$XEHbgN1#wis1_CTDnLp1;Y7>NHLAn}x;wLg{OS`~ashv8|I z4#O=QW=3g6L{b?kwflG^fsztLFdE`faD{`D6YUqYYItRANORFq*uG6p8KlFzQpRDW zZ}%a9`2d4^lXyu{0`hS|P-+C}-xlPj+D>ck*#g&Xa039Qgl0VPkfT2QtC3h#I1Jft z2~P&iu~n~G1V*q#L`gb>k&IuEl-JK z^k!9cJ^?CXkIqjTsW-B_f75;lhgVmO^5O*b9 zpx8XqEmJKsqYM5e^Q!I8#PJ;4ZuEm~^XA2WdH&bWXO5h`-O#;sVBx?oI)2vienWT0 zdk(A|upAPziA>e@b+X5LmYF=6^;FN*&ej$z94S+|YjN*ND4Vc z*6!I1HrE~hjurooMbi@Zf&YMa~ zi|v`(J*)1$+3K2^mzLezW?ovWteJ0G;4+olz*zC@U#wd5Z@S~(zT)4$AT1tP_3s1A z$Fu*g+dF5OwY+M(>-NoAXRY(w7n)YxJMQ{w<~n9OU_yP{*Ze1MDYyMypGFvzOio~k zwPM;jW&M%;zdq|{NaH!?&-WTgp#C#r^=t<3Ze{IU_iT4Ia5@{{vw|LcAyJpbS`;xk}< z%4z&VeZx~$N2_bf&zdC!5h@41a#HP-hk z&6uw9cC{Mt>Im-O6G|9Q)CauQ=vP25;`%*6H{bF`4($d8Z^Yz7VAUY!vY_Lz!Gia? zNKnK*I#!e`m4c^wBVTm!E>PN9f+o?IOg8F4DAtc`c-f!@R1xrXlzYz_1pDF60a~pb9c%`eRtaBMjQBWKyi-@z*jibS(NgY){gG(M}kmZZ)@Lj zXc`x^;ZC?5OT>~90sMe{QZf!Iu>~|bU3uoG1-wU=j4L?tJ(BwyxWjvy@BA`<9jm8~i2De@?7y>wIf`W!t4y`!jid zA6T}7!^`TLc1^i*EaPatTj2*?maPcfvzx58drsowmm5yp8n_i&=AX_u&o5if(|fTX z1CG}2U{E!O!*Bx{4uc;NAPs^sbS`L+0S!4SZfzz^umX?(#U|n6l<+1}LN|*VfG>qw z3ttMgYHn-vY-^s+%@0=74~bfFN^w!i+T_t`M06$Lmyh57)oz(t`9Qd3yGVD5m2k1Fw&t2=L$?7}S zO)J(-^M^9lrU?`H0|VO^oh#J`mWe;d8JRsFan8G3V7_~W+qKLEauyS__m7+li_Wfa zK`gRyjC)32ClKYFR%X-u@f?9@p>xsq)6?si%mpeK_xz!Sox zEeSNbC9GpE_bhXkVf;vfG16eX1f5`<>tjjdj!(^X%mpUv^yCbfxC;p*CO{Ov+WGyn zyK|HPz?;c-&x$pF&Yd+8i|;eSFnh9`?T1}2cP)EbZ*y%p5qrMKx$~8K3zcoRxjk69 q_rBZ&v-X=>>v0G9%{J@tAo;DM>iBlUZ?`e{3|4irhPN07p8o?3m%AST diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc deleted file mode 100644 index 34f12de5b2abb0ca4184980f5cd6afce2424742b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2398 zcmah~O>7%Q6rSC+*FU?lou)podu6Nzp zu|tB54C0W$p#~w<6;y3+t%^jCJ?74(#)pJWD}sPS#KlsAgmU7|*qbInz{sBWGjHC! zdGo!uKeV)j5sbH%`;4DOgnp%hH~dXz6$5h{X-MNtG}fTp7{_FOOkmW))g69e-&tYyF6;OJ! zUDICUH2yK)5Hx`Xnx?zAjmJ%S6vchR>s&vkr(n7*&bxjmYZ}D$oA#8B;~a)`B8MKO ztY1x}?2Mi;a;BkLi7d9$dXhK^l23H!bt|7RjcbYQG)dXk$?l%sgkuo>L{?4SP$zXK zku|c33Bw{fh6E&X#4w!%+}i2RPP>swolJl*;UrUfM#n919DPvd7)&L!7zmdSe)92R zv~5v}-0GX_E00zV)TGYJ#j3P_K{{NO4%eik&wNK$!5q21tV&W_vPkd1viKJ;w-KRc zY^0mH@?=WW9$+>p|7S;FlWCJJpvTSk@n{i|pl6q6aP_1HP19R%8ydH1Ph{I7i0RgU z>NcI+yj_tiaPZdrOe(Cv7_hCpj)|fwG*Jq%fxB*)dcX4ir3>APayg|pR;CQoRIcet zM%8phz2?|vjsRn6N=nV^%-7AFO?0hco>eh%x|w?2&m6`>E^j+H3PHL-%f=acpc?>J zj1l3<0W+>2b~?Hn05NSFmK(tO&7AHKSEgo`n$de4vYUW=?+xV;keWR3XE9uUA&CVCt4DIs_Zmq}!r8NyC^hbplP=iThZkx!i;+S~`Kt zu<~mA^r%OC9F}PPIe)-ZLiHe$qqk1aon8z^*92Y`>xlOca?7Fqrzf8t zoo{^>7+CdF4d`WYEr?z@c<;iU3k#h+)y|$L2Wy>gRDJtOXG-~5QodN>evw+sS1KR< zxa+m$*0wqEMJTr1x~FpF%l&iWZ;`!=k$2~v`N?PU@T$N^!{9O$2AA><8o+{dq$(Y` zpMTmj?foQ7HCPZ1;0HTK0W0RB8Qucu|g(Tj$P|oelQu{KB4NRrtxr*kZY7 zcBs-(l@BdP+sbFkXJ9x1b7ej31rQTW%UtaXRw^F2j9-vTF%r@#7KK1mu43VcUb2Rm#@o02eJM>j+3Cxk^cW=OHdu9<3uF LmC-dy*r|U5if11S diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc deleted file mode 100644 index 0680ca72f6134a8dc5d864fa138116a9636957ee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4473 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 Qit4@yyjR{LD7ZfV2X72i5&!@I diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc deleted file mode 100644 index 06200724dc9f12d36e083f5d0e39a95aa473adef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5919 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py deleted file mode 100644 index e06947c..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py +++ /dev/null @@ -1,109 +0,0 @@ -"""Functions brought over from jaraco.text. - -These functions are not supposed to be used within `pip._internal`. These are -helper functions brought over from `jaraco.text` to enable vendoring newer -copies of `pkg_resources` without having to vendor `jaraco.text` and its entire -dependency cone; something that our vendoring setup is not currently capable of -handling. - -License reproduced from original source below: - -Copyright Jason R. Coombs - -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. -""" - -import functools -import itertools - - -def _nonblank(str): - return str and not str.startswith("#") - - -@functools.singledispatch -def yield_lines(iterable): - r""" - Yield valid lines of a string or iterable. - - >>> list(yield_lines('')) - [] - >>> list(yield_lines(['foo', 'bar'])) - ['foo', 'bar'] - >>> list(yield_lines('foo\nbar')) - ['foo', 'bar'] - >>> list(yield_lines('\nfoo\n#bar\nbaz #comment')) - ['foo', 'baz #comment'] - >>> list(yield_lines(['foo\nbar', 'baz', 'bing\n\n\n'])) - ['foo', 'bar', 'baz', 'bing'] - """ - return itertools.chain.from_iterable(map(yield_lines, iterable)) - - -@yield_lines.register(str) -def _(text): - return filter(_nonblank, map(str.strip, text.splitlines())) - - -def drop_comment(line): - """ - Drop comments. - - >>> drop_comment('foo # bar') - 'foo' - - A hash without a space may be in a URL. - - >>> drop_comment('http://example.com/foo#bar') - 'http://example.com/foo#bar' - """ - return line.partition(" #")[0] - - -def join_continuation(lines): - r""" - Join lines continued by a trailing backslash. - - >>> list(join_continuation(['foo \\', 'bar', 'baz'])) - ['foobar', 'baz'] - >>> list(join_continuation(['foo \\', 'bar', 'baz'])) - ['foobar', 'baz'] - >>> list(join_continuation(['foo \\', 'bar \\', 'baz'])) - ['foobarbaz'] - - Not sure why, but... - The character preceeding the backslash is also elided. - - >>> list(join_continuation(['goo\\', 'dly'])) - ['godly'] - - A terrible idea, but... - If no line is available to continue, suppress the lines. - - >>> list(join_continuation(['foo', 'bar\\', 'baz\\'])) - ['foo'] - """ - lines = iter(lines) - for item in lines: - while item.endswith("\\"): - try: - item = item[:-2].strip() + next(lines) - except StopIteration: - return - yield item diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py deleted file mode 100644 index 92c4c6a..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py +++ /dev/null @@ -1,38 +0,0 @@ -"""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/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py deleted file mode 100644 index 16933bf..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py +++ /dev/null @@ -1,52 +0,0 @@ -""" -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/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py deleted file mode 100644 index 3f4d300..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py +++ /dev/null @@ -1,63 +0,0 @@ -"""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/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py deleted file mode 100644 index b6ed9a7..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py +++ /dev/null @@ -1,165 +0,0 @@ -"""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/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py deleted file mode 100644 index 8668b3b..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py +++ /dev/null @@ -1,11 +0,0 @@ -"""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/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py deleted file mode 100644 index 72bd6f2..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py +++ /dev/null @@ -1,120 +0,0 @@ -""" -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/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py deleted file mode 100644 index 0e8e5e1..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py +++ /dev/null @@ -1,87 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py deleted file mode 100644 index 4a384a6..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py +++ /dev/null @@ -1,80 +0,0 @@ -import os -import re -import sys -from typing import List, 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_names(raw_name: str) -> List[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. - - We also look for the raw name (without normalization) as setuptools 69 changed - the way it names .egg-link files (https://github.com/pypa/setuptools/issues/4167). - """ - return [ - re.sub("[^A-Za-z0-9.]+", "-", raw_name) + ".egg-link", - f"{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_names = _egg_link_names(raw_name) - for path_item in sys.path: - for egg_link_name in egg_link_names: - 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: List[str] = [] - 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_names = _egg_link_names(raw_name) - for site in sites: - for egg_link_name in egg_link_names: - egglink = os.path.join(site, egg_link_name) - if os.path.isfile(egglink): - return egglink - return None diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py deleted file mode 100644 index 008f06a..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py +++ /dev/null @@ -1,36 +0,0 @@ -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(rb"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/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py deleted file mode 100644 index 1501369..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py +++ /dev/null @@ -1,84 +0,0 @@ -import itertools -import os -import shutil -import sys -from typing import List, Optional - -from pip._internal.cli.main import main -from pip._internal.utils.compat import WINDOWS - -_EXECUTABLE_NAMES = [ - "pip", - f"pip{sys.version_info.major}", - f"pip{sys.version_info.major}.{sys.version_info.minor}", -] -if WINDOWS: - _allowed_extensions = {"", ".exe"} - _EXECUTABLE_NAMES = [ - "".join(parts) - for parts in itertools.product(_EXECUTABLE_NAMES, _allowed_extensions) - ] - - -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) - - -def get_best_invocation_for_this_pip() -> str: - """Try to figure out the best way to invoke pip in the current environment.""" - binary_directory = "Scripts" if WINDOWS else "bin" - binary_prefix = os.path.join(sys.prefix, binary_directory) - - # Try to use pip[X[.Y]] names, if those executables for this environment are - # the first on PATH with that name. - path_parts = os.path.normcase(os.environ.get("PATH", "")).split(os.pathsep) - exe_are_in_PATH = os.path.normcase(binary_prefix) in path_parts - if exe_are_in_PATH: - for exe_name in _EXECUTABLE_NAMES: - found_executable = shutil.which(exe_name) - binary_executable = os.path.join(binary_prefix, exe_name) - if ( - found_executable - and os.path.exists(binary_executable) - and os.path.samefile( - found_executable, - binary_executable, - ) - ): - return exe_name - - # Use the `-m` invocation, if there's no "nice" invocation. - return f"{get_best_invocation_for_this_python()} -m pip" - - -def get_best_invocation_for_this_python() -> str: - """Try to figure out the best way to invoke the current Python.""" - exe = sys.executable - exe_name = os.path.basename(exe) - - # Try to use the basename, if it's the first executable. - found_executable = shutil.which(exe_name) - if found_executable and os.path.samefile(found_executable, exe): - return exe_name - - # Use the full executable name, because we couldn't find something simpler. - return exe diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py deleted file mode 100644 index 83c2df7..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py +++ /dev/null @@ -1,153 +0,0 @@ -import fnmatch -import os -import os.path -import random -import sys -from contextlib import contextmanager -from tempfile import NamedTemporaryFile -from typing import Any, BinaryIO, Generator, 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 - - -@contextmanager -def adjacent_tmp_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: - """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/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py deleted file mode 100644 index 5948570..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py +++ /dev/null @@ -1,27 +0,0 @@ -"""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/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py deleted file mode 100644 index 81342af..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py +++ /dev/null @@ -1,88 +0,0 @@ -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: - gnu_libc_version = os.confstr("CS_GNU_LIBC_VERSION") - if gnu_libc_version is None: - return None - # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": - _, version = 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/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py deleted file mode 100644 index 843cffc..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py +++ /dev/null @@ -1,151 +0,0 @@ -import hashlib -from typing import TYPE_CHECKING, BinaryIO, Dict, Iterable, List, Optional - -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: Optional[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: Iterable[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 has_one_of(self, hashes: Dict[str, str]) -> bool: - """Return whether any of the given hashes are allowed.""" - for hash_name, hex_digest in hashes.items(): - if self.is_hash_allowed(hash_name, hex_digest): - return True - return False - - 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/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py deleted file mode 100644 index 95982df..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py +++ /dev/null @@ -1,348 +0,0 @@ -import contextlib -import errno -import logging -import logging.handlers -import os -import sys -import threading -from dataclasses import dataclass -from io import TextIOWrapper -from logging import Filter -from typing import Any, ClassVar, Generator, List, Optional, TextIO, Type - -from pip._vendor.rich.console import ( - Console, - ConsoleOptions, - ConsoleRenderable, - RenderableType, - RenderResult, - RichCast, -) -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.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) -> Generator[None, None, 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: RenderableType - 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. - assert isinstance(record.args, tuple) - if getattr(record, "rich", False): - (rich_renderable,) = record.args - assert isinstance( - rich_renderable, (ConsoleRenderable, RichCast, str) - ), f"{rich_renderable} is not rich-console-renderable" - - renderable: RenderableType = IndentedRenderable( - rich_renderable, 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) -> TextIOWrapper: - 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/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py deleted file mode 100644 index 1ad3f61..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py +++ /dev/null @@ -1,783 +0,0 @@ -import contextlib -import errno -import getpass -import hashlib -import io -import logging -import os -import posixpath -import shutil -import stat -import sys -import sysconfig -import urllib.parse -from functools import partial -from io import StringIO -from itertools import filterfalse, tee, zip_longest -from pathlib import Path -from types import FunctionType, TracebackType -from typing import ( - Any, - BinaryIO, - Callable, - ContextManager, - Dict, - Generator, - Iterable, - Iterator, - List, - Optional, - TextIO, - Tuple, - Type, - TypeVar, - Union, - cast, -) - -from pip._vendor.packaging.requirements import Requirement -from pip._vendor.pyproject_hooks import BuildBackendHookCaller -from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed - -from pip import __version__ -from pip._internal.exceptions import CommandError, ExternallyManagedEnvironment -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", - "check_externally_managed", - "ConfiguredBuildBackendHookCaller", -] - -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]]] -OnExc = Callable[[FunctionType, Path, BaseException], Any] -OnErr = Callable[[FunctionType, Path, ExcInfo], Any] - - -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 f"pip {__version__} from {pip_pkg_dir} (python {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, - onexc: Optional[OnExc] = None, -) -> None: - if ignore_errors: - onexc = _onerror_ignore - if onexc is None: - onexc = _onerror_reraise - handler: OnErr = partial( - # `[func, path, Union[ExcInfo, BaseException]] -> Any` is equivalent to - # `Union[([func, path, ExcInfo] -> Any), ([func, path, BaseException] -> Any)]`. - cast(Union[OnExc, OnErr], rmtree_errorhandler), - onexc=onexc, - ) - if sys.version_info >= (3, 12): - # See https://docs.python.org/3.12/whatsnew/3.12.html#shutil. - shutil.rmtree(dir, onexc=handler) # type: ignore - else: - shutil.rmtree(dir, onerror=handler) # type: ignore - - -def _onerror_ignore(*_args: Any) -> None: - pass - - -def _onerror_reraise(*_args: Any) -> None: - raise - - -def rmtree_errorhandler( - func: FunctionType, - path: Path, - exc_info: Union[ExcInfo, BaseException], - *, - onexc: OnExc = _onerror_reraise, -) -> None: - """ - `rmtree` error handler to 'force' a file remove (i.e. like `rm -f`). - - * If a file is readonly then it's write flag is set and operation is - retried. - - * `onerror` is the original callback from `rmtree(... onerror=onerror)` - that is chained at the end if the "rm -f" still fails. - """ - try: - st_mode = os.stat(path).st_mode - except OSError: - # it's equivalent to os.path.exists - return - - if not st_mode & stat.S_IWRITE: - # convert to read/write - try: - os.chmod(path, st_mode | stat.S_IWRITE) - except OSError: - pass - else: - # use the original function to repeat the operation - try: - func(path) - return - except OSError: - pass - - if not isinstance(exc_info, BaseException): - _, exc_info, _ = exc_info - onexc(func, path, exc_info) - - -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 f"{bytes / 1000.0 / 1000:.1f} MB" - elif bytes > 10 * 1000: - return f"{int(bytes / 1000)} kB" - elif bytes > 1000: - return f"{bytes / 1000.0:.1f} kB" - else: - return f"{int(bytes)} 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 -) -> Generator[bytes, None, None]: - """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 path is within sys.prefix, if we're running in a virtualenv. - - If we're not in a virtualenv, all paths are considered "local." - - Caution: this function assumes the head of path has been normalized - with normalize_path. - """ - if not running_under_virtualenv(): - return True - return path.startswith(normalize_path(sys.prefix)) - - -def write_output(msg: Any, *args: Any) -> None: - logger.info(msg, *args) - - -class StreamWrapper(StringIO): - orig_stream: TextIO - - @classmethod - def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper": - ret = cls() - ret.orig_stream = orig_stream - return ret - - # compileall.compile_dir() needs stdout.encoding to print to stdout - # type ignore is because TextIOBase.encoding is writeable - @property - def encoding(self) -> str: # type: ignore - return self.orig_stream.encoding - - -@contextlib.contextmanager -def captured_output(stream_name: str) -> Generator[StreamWrapper, None, None]: - """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[Optional[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 f"{user}{password}@{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[Optional[str], Optional[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] - - -def redact_auth_from_requirement(req: Requirement) -> str: - """Replace the password in a given requirement url with ****.""" - if not req.url: - return str(req) - return str(req).replace(req.url, redact_auth_from_url(req.url)) - - -class HiddenText: - def __init__(self, secret: str, redacted: str) -> None: - self.secret = secret - self.redacted = redacted - - def __repr__(self) -> str: - return f"" - - 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", - f"pip{sys.version_info.major}", - f"pip{sys.version_info.major}.{sys.version_info.minor}", - ] - - # 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 check_externally_managed() -> None: - """Check whether the current environment is externally managed. - - If the ``EXTERNALLY-MANAGED`` config file is found, the current environment - is considered externally managed, and an ExternallyManagedEnvironment is - raised. - """ - if running_under_virtualenv(): - return - marker = os.path.join(sysconfig.get_path("stdlib"), "EXTERNALLY-MANAGED") - if not os.path.isfile(marker): - return - raise ExternallyManagedEnvironment.from_config(marker) - - -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 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) - - -class ConfiguredBuildBackendHookCaller(BuildBackendHookCaller): - def __init__( - self, - config_holder: Any, - source_dir: str, - build_backend: str, - backend_path: Optional[str] = None, - runner: Optional[Callable[..., None]] = None, - python_executable: Optional[str] = None, - ): - super().__init__( - source_dir, build_backend, backend_path, runner, python_executable - ) - self.config_holder = config_holder - - def build_wheel( - self, - wheel_directory: str, - config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, - metadata_directory: Optional[str] = None, - ) -> str: - cs = self.config_holder.config_settings - return super().build_wheel( - wheel_directory, config_settings=cs, metadata_directory=metadata_directory - ) - - def build_sdist( - self, - sdist_directory: str, - config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, - ) -> str: - cs = self.config_holder.config_settings - return super().build_sdist(sdist_directory, config_settings=cs) - - def build_editable( - self, - wheel_directory: str, - config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, - metadata_directory: Optional[str] = None, - ) -> str: - cs = self.config_holder.config_settings - return super().build_editable( - wheel_directory, config_settings=cs, metadata_directory=metadata_directory - ) - - def get_requires_for_build_wheel( - self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None - ) -> List[str]: - cs = self.config_holder.config_settings - return super().get_requires_for_build_wheel(config_settings=cs) - - def get_requires_for_build_sdist( - self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None - ) -> List[str]: - cs = self.config_holder.config_settings - return super().get_requires_for_build_sdist(config_settings=cs) - - def get_requires_for_build_editable( - self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None - ) -> List[str]: - cs = self.config_holder.config_settings - return super().get_requires_for_build_editable(config_settings=cs) - - def prepare_metadata_for_build_wheel( - self, - metadata_directory: str, - config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, - _allow_fallback: bool = True, - ) -> str: - cs = self.config_holder.config_settings - return super().prepare_metadata_for_build_wheel( - metadata_directory=metadata_directory, - config_settings=cs, - _allow_fallback=_allow_fallback, - ) - - def prepare_metadata_for_build_editable( - self, - metadata_directory: str, - config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, - _allow_fallback: bool = True, - ) -> str: - cs = self.config_holder.config_settings - return super().prepare_metadata_for_build_editable( - metadata_directory=metadata_directory, - config_settings=cs, - _allow_fallback=_allow_fallback, - ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/models.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/models.py deleted file mode 100644 index b6bb21a..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/models.py +++ /dev/null @@ -1,39 +0,0 @@ -"""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/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py deleted file mode 100644 index b9f6af4..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py +++ /dev/null @@ -1,57 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py deleted file mode 100644 index 96d1b24..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py +++ /dev/null @@ -1,146 +0,0 @@ -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: Optional[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], - 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"] - - 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py deleted file mode 100644 index 79580b0..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py +++ /dev/null @@ -1,260 +0,0 @@ -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: Callable[..., None] = 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("%s", error, extra={"rich": True}) - 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 BuildBackendHookCaller. Thus, the runner has - an API that matches what's expected by BuildBackendHookCaller.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/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py deleted file mode 100644 index 4eec5f3..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py +++ /dev/null @@ -1,296 +0,0 @@ -import errno -import itertools -import logging -import os.path -import tempfile -import traceback -from contextlib import ExitStack, contextmanager -from pathlib import Path -from typing import ( - Any, - Callable, - Dict, - Generator, - List, - 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() -> Generator[None, None, 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() -> Generator[TempDirectoryTypeRegistry, None, None]: - """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, - ignore_cleanup_errors: bool = True, - ): - 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 - self.ignore_cleanup_errors = ignore_cleanup_errors - - 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 - - errors: List[BaseException] = [] - - def onerror( - func: Callable[..., Any], - path: Path, - exc_val: BaseException, - ) -> None: - """Log a warning for a `rmtree` error and continue""" - formatted_exc = "\n".join( - traceback.format_exception_only(type(exc_val), exc_val) - ) - formatted_exc = formatted_exc.rstrip() # remove trailing new line - if func in (os.unlink, os.remove, os.rmdir): - logger.debug( - "Failed to remove a temporary file '%s' due to %s.\n", - path, - formatted_exc, - ) - else: - logger.debug("%s failed with %s.", func.__qualname__, formatted_exc) - errors.append(exc_val) - - if self.ignore_cleanup_errors: - try: - # first try with tenacity; retrying to handle ephemeral errors - rmtree(self._path, ignore_errors=False) - except OSError: - # last pass ignore/log all errors - rmtree(self._path, onexc=onerror) - if errors: - logger.warning( - "Failed to remove contents in a temporary directory '%s'.\n" - "You can safely remove it manually.", - self._path, - ) - else: - 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) -> Generator[str, None, None]: - """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/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py deleted file mode 100644 index 78b5c13..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py +++ /dev/null @@ -1,257 +0,0 @@ -"""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: - tar._extract_member(member, path) - 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/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py deleted file mode 100644 index 6ba2e04..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py +++ /dev/null @@ -1,62 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py deleted file mode 100644 index 882e36f..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py +++ /dev/null @@ -1,104 +0,0 @@ -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_legacy_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: - """True if we're running inside a virtual environment, False otherwise.""" - return _running_under_venv() or _running_under_legacy_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_legacy_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_legacy_virtualenv(): - return _no_global_under_legacy_virtualenv() - - return False diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py deleted file mode 100644 index 3551f8f..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py +++ /dev/null @@ -1,134 +0,0 @@ -"""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(f"{name} has an invalid wheel, {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( - f".dist-info directory {info_dir!r} does not start with {canonical_name!r}" - ) - - 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/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py deleted file mode 100644 index b6beddb..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py +++ /dev/null @@ -1,15 +0,0 @@ -# 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/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 356c1db843d08a533124971da108ce696215e7f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 527 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 GEB-$=8&>`R diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc deleted file mode 100644 index c1b22c9440247207cdff49e07816b0c66c6fb748..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7608 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 a9}$GrpSmF1Gb8+5{+T>`=`+&7j{hGRo%_K6 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc deleted file mode 100644 index 331677f0bb841f4f99f732e3950797d8efefe021..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12480 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 K*OZUE$NvC~0jr<@ diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc deleted file mode 100644 index 36c1da141d9e681f418b0fa68982ce88f0e70d30..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 29006 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 U{9=68_MtQBv;-dtS1JbpQYW diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py deleted file mode 100644 index 20a17ed..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py +++ /dev/null @@ -1,112 +0,0 @@ -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( - "checkout", "--lightweight", 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: - output = self.run_command( - make_command("info"), show_stdout=False, stdout_only=True, cwd=dest - ) - if output.startswith("Standalone "): - # Older versions of pip used to create standalone branches. - # Convert the standalone branch to a checkout by calling "bzr bind". - cmd_args = make_command("bind", "-q", url) - self.run_command(cmd_args, cwd=dest) - - cmd_args = make_command("update", "-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:// re-add 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/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py deleted file mode 100644 index 8c242cf..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py +++ /dev/null @@ -1,526 +0,0 @@ -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 (int(match.group(1)), int(match.group(2))) - - @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/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py deleted file mode 100644 index c183d41..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py +++ /dev/null @@ -1,163 +0,0 @@ -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 [f"--rev={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/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py deleted file mode 100644 index 16d93a6..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py +++ /dev/null @@ -1,324 +0,0 @@ -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:// re-add 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: Optional[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/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py deleted file mode 100644 index 46ca279..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py +++ /dev/null @@ -1,705 +0,0 @@ -"""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( - f"Sorry, {url!r} is a malformed VCS url. " - "The format is +://, " - "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp" - ) - # 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( - f"The URL {url!r} has an empty revision (after @) " - "which is not supported. Include a revision after @ " - "or remove @ from the 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(f"What to do? {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/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py b/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py deleted file mode 100644 index b1debe3..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py +++ /dev/null @@ -1,354 +0,0 @@ -"""Orchestrator for building wheels from InstallRequirements. -""" - -import logging -import os.path -import re -import shutil -from typing import 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 -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) - -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, -) -> 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() - - return True - - -def should_build_for_wheel_command( - req: InstallRequirement, -) -> bool: - return _should_build(req, need_wheel=True) - - -def should_build_for_install_command( - req: InstallRequirement, -) -> bool: - return _should_build(req, need_wheel=False) - - -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 _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( - f"Wheel has unexpected file name: expected {canonical_name!r}, " - f"got {w.name!r}", - ) - 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( - f"Wheel has unexpected file name: expected {dist_verstr!r}, " - f"got {w.version!r}", - ) - 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( - f"Metadata 1.2 mandates PEP 440 version, but {dist_verstr!r} is not" - ) - - -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: - # Record the download origin in the cache - if req.download_info is not None: - # download_info is guaranteed to be set because when we build an - # InstallRequirement it has been through the preparer before, but - # let's be cautious. - wheel_cache.record_download_origin(cache_dir, req.download_info) - # 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/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py deleted file mode 100644 index c1884ba..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py +++ /dev/null @@ -1,121 +0,0 @@ -""" -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("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("rich") - vendored("rich.console") - vendored("rich.highlighter") - vendored("rich.logging") - vendored("rich.markup") - vendored("rich.progress") - vendored("rich.segment") - vendored("rich.style") - vendored("rich.text") - vendored("rich.traceback") - vendored("tenacity") - vendored("tomli") - vendored("truststore") - vendored("urllib3") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 3948adff44a32cf47f5c61d68ac248042ef6936f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4689 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 BTloM0 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc deleted file mode 100644 index 3377ae23290b9f1373776f6ec0bdaae3ec8a38ec..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 122046 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 Rzw-|)e02hl#jmk9{tJ+eNQeLc diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc deleted file mode 100644 index 67e08215973b6e979f21397434c764fa90d5a02d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6461 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc deleted file mode 100644 index b8023066e7ddcf18923d271c134ec2a9d0ee13f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16164 zcmcJ0Yj7J^c4p)KY7hVcf*=W!%{L+Op$Dy(Epa63VOkWWk>r_(vJFG%CJ71z=z z8||Mx=k^021(}{yr77LMxcA(1-{+q5-P3>PblNF+Ufw(!%blaBf50E=W0WJhCjlKr zEm15rMzK0pAJ%nWa1+%jz)vl3cU+%|0=vrjw5 z9Mkj|P14M9=XBLr6^UEou4(s}d)hPRA-}Eh>S^zoS4VMnJ^;LIP~JD@BYF0C&9r~a zPvVYv?Q~!ang}#B@TeQB(@}bgGfoYt9VxxJhR>ic_>2XC#x!+I{#72bPK~CCtr}}) zt6A3v#xX`uougRy2Ndi1OfS=qwaghp-qd0H)k%(-6vdf%?8X5m5}!!&F>!KQU}loM z$g#|Ll4oWGj=2q~49~qY%L$^;XMc=bLORJ2NhFeDM2sa9!YKTvXCl17u@R9Ai>Z)7 za$dc5=}dU&)iXoqheyvz_Mv1v&P9=2vRsJF%)}BCP|7k^MeIQFvK zXh@=8y?XW1WlorZ#&Yo6rZGw#eXG0s`di2P2ixA<8#)#m?C$S}-}rM+2!36Ei^RI$ zz^Ibe*4>ABA^qcCn3u-`5JZ&;B13G3&_GeTCwC#TM2RF3gDFVe`J^dz;^uW}-Cg}_ z)bGK2%CwV?qCQiS=JjbktE+=w@YXADgYq^iZxg=9O;@OpIrXnD;nWCBgn9k)Fw7|o zJtM;8^V|e?hnaw3PcX3rb8=>eOR%v!%qb>0&Rjk_#2h?&QZi5Q$=MkJQ=u%6z2NI15U?n;cQGADfNGB8mPPJ~;)e zO6V7F_4h$PZuP@z?w^^1HYN`C?LW{D%Zlrri9~NkCODygCN|R_1~N9u_eXJgMUx4U zPsaO|cbwz%FDFxO)S8zuj-PBo_du3`-zn8u8piFL8Y4~*&>88ed)Xy>{l(U>cBqGb5e@5S9gx4Rb!;t51K+AS zeJCKg$hIAlhZ}}DHE z*ac03Nq&+Wxe@2W0!YPa!F7nc-_o+DtflfFK!Ch*rit5<2eBqC-{n7Q+*^Kc+d$FN2V_dTaiuLV} z>IeSZ{uvFau43nbN1YdQhc0G}Us&7tCMX-#h7o>X8^~mALIi|fX~1==fO`XI=JoT2 zdE>lk-kjF+`m{l)5|w37!C9Err9d#K^dJcJy9h$Vx8@ttMgc_RyfJOMqvPRJW(`x? zL_;%`Ck^=%dbL)0s?)}K3y4=^3TV;>5?U~vx2CNiR86UY(Ih`jjvpdRU%xzpi#W=2 za8xl7Mu?1a%uQ~N9HS^~$^53eFDBx1Oyq`;jL!lc2tE+YJQRq>leamxj{%_v0<=ST zrt5#E8%!CF_4kL2L<&i^Gk2og3^_qfNX<*esbnk>vPp($T;Lm^b&^>Y(~?aS(~=Rz zv}7V;TC%EQT5>2yI*Mt@&T^Q6aRJvXSxn^%YL<^DpuZIsl#(+DrGyV402yhf4h=pO z{_9(L>w%1ap)PxRxnm{prK{$_wTt9vS1xbS>(89tvQo9dNB+ahhEJ>?TUXjwO)HHB=I|r`;KPB8qgd0BpJ`cFpn!nV;4Zc4s=lATm(C6qTujc&Jl{wskda3IK2%e# zH?X>KeMyU8_1k_y9&6bCS4NAu#y_S(XV6vBK3LNW(#@&9fvbHtu4;eO@*l>H!0QUtMv17lkf)vEL2Va_ zF@gzGIDUc?ij97w{^g&N+kwP4LT}q3_h-08;2~}Nd$o-r*XY%=aLk6 z620R*Crm!GCX&5m*^`(cCV4JJLz>7(5&{?#)2XT?2*2LgxJ<^TT+_3H*voUbK#Zc{ zAem=oZ^UC!$uh&oZb3rI4f@@kxiXTJRp^DJkuTL zz0f5dcWtU?cmhNi>b|pyn~CJ@ge;O(1`HeH(LTAw9Ru;3>b(#Xh@uRQo8^cU-&Wra z@*~3u(hFu+a$w%WV8@vo9K=I*$pC7QWSHPY$s~X=hA)wi%}Cbs+}s(SPx6vEo}8Ef zd2eF58?zIVeK^5#cjPSl53qf59M1hjWSR?yLw3F!x-3~Hxd_Ygg5)M04r^T$BzrU( zR&&ifCqla=8qzcp$plKUC`h(aib0%%R^hn;L&XZX?6reJQ9Zn}=1hhPG#H{>r`pKW zlxZOqh<*sngmDncBO97MpvD{|77_ z)X-%yP|wnh-maoMu<2vgeVut<=d!SJvf%5>oGAtxvylhZ zkE$M26$0Iv;Vq-lSyyECt=8q4mlvH2hK1kxwVm?SKA0@FcQ2S1=JM_q$yL3jcY6F^ zcJEy|v)c0Mt3Mh2bhOa(N}>Ds!rAQ6N4}1&HmH5;1m*T;od5S}FXan;U{ZQ4<9%Z(1bUpF51Y2ERLo{pT=c06&M9=6|DmXjCLM$Qk5vRpKMnp z8Eg>6NFh)UGY+gcwnxd0p-AP}kOQstxNM{VAV=}%F&KeBvd2J-!eNn!ay&{5$qJG# zd;`E7*^&WOHo^*$<#vQmASPs1M3qH(O z*#L5fk!g6GPfmwP$rMBSR3?IUQv6$BA!H!{gUCwN1eeY)p3m5du0YP!p0lTmcpf`1_ZQk_lJxZI@k}z_hREnAufO@`d#6ThD zjjTOwzNO<|V;$tZ@7wEQ>9V@0DgTbifS*%1j60r^!~>P`+h<2Zo^fPFG(*WVg|OX@ zM^*plEg}MI|Z)oW(b77dY8K0XaR*yy?=a{@u}KAKJs|XyS9yzORaa;HddFn5sbjydmi`>J@;hO|BHPQmWobw+Ep%_yC=-#iU+qHmYE@T;}$y6$V!z*9Zf<$e4ecVwVc2S}oS z#*Umbh3ZnAUDXLL%Lo5+S^?szF_Gc!#Ng@%A$|>r0(}AE{Oy=f;-aVzXCrZ8o2C#P zNhWU+yJ?1L?GReGG2#*UN%bmMEsShZFq091X;tmP)*eOCxG^^q5#WyKEPosd$yV9^ zN+rR<3xkQ*$^e^vJ4>g&FLxJPL=JbBnc)D6OMo5&Dv)fhKtxuIm~Nt@ATgSlOeDcF z2*E-p&?Y5HO-M2l^V5hKsqRa&{6raZmD4fMrDPtUY7xp7&7xG=@f<0SbDL@$n&o+H z9rTI00asXnXD0|NFg0VTwzE)fGQkM~6OWB^Vr&}hO;BAJG_#=y5=j>B&J0*x!i%XD z0>X0di&!dJRXJ<^1h%p3Bs&F0DKsrw)>ye2s)Cu*ra8kLMV=|Ch*kj6*`fEFY>mJN%u zGjP)}j%*#usN%AgELbEAWvj{1;mn8CnU@e{K`MTdl#^#QjQk`7TR^FW(I$wZy8E@a zto&BV;~Q3{I@L6^;|^eZ{+~fL!v6q^2^3#D<*vQ|?!9+&uFjmb6T+e|ur#_jx_tPP zmp^{F;Oo!WHmp_m>3ejp=HTkJHS1u}=~;JnTFJ1m@=ZYm?-w(QU_J_b7Kx%-ViH&`3&HZZ8?OU=h+SlDJV74!Z*4#Z>%U)Td zk3$Q-uByHtyBGV>&5U8Are(QnrSs$dLd^lN0swM$b>yra5N^0?@4t8Ny=-cwb!C6{ zcMGn*jB&$Xmu<;jSsr*WR`7Rc9NGvDtlnI+p4y@*Z|!>Zo_zJ5mBWSVgBc5qK~rqb-ON681tm5J3GtM9DbEHoW^cs1X2a>23D(Y@kXIbY~Fl5@9e zsKcq;=^p^>0EUpaW~p*QRPRrF4unOp<|6cO=c5`tFyIv z2cr>R1Rh1&egCz4udUOKdAczhTcf*y&|UMqsf5N4{MSACHxSt!{-4(a(rthXs@~G& z6kJ82fY|Y<2l+fWlBA8Gv{}SUz??vOi_X1vpr=0N!z@yViHZ~sP*pzbwe_l|3dVpB{(R(EZ=5@#*OF|;wP%wr} zWdiFRtjCeyZmX~#5m!5}4!wZcvEYf3Ohn=;;q&-i1tK?KLBbnQ$6c!E@^0I~MSmdU z_{!nh*f;d~>AxNM=}2MU_cP}sT2D(xy<=d--difmOhZDp|aE zkvxSp?s%p&?5UIi7ZTuOq-uw0)1T|rIBJUTH@=|OidHG0M@kF9!ZOSmUQo8u&E{{} z;u21^y~W@$WK5ONqbmsR6J-(+nQi)DiHJ-V+@aw)HX5?v zGlFD=1cD1G5RiP{zm2qjIm`NnWJK^sq7_|-9E;DPKXw`O2?M`W{m#R$l-G+X)c8;-h_I}g1D_wiz&eak{Q8=g`|5Pwy0 za^+mj+DX!ucegDMuZUl`2jGx$GrRNj72GFOp1(n!@_I*{M}2UP$$CExF%V?vm;hdB zup(57vNvFj`buj%Z36V5br(Ab@7^oy3qUSVn8E{VQ7>w^EKuXL?szouXa=MQZQ8w} zw!*>gCr(Qm4cP38-LIi8l`xmIg@r54GP~ajh^z@v1H=0V02{(u`hYjVhAQE)Dh9zf zl%XyPz1kMBR_#by!(wlOy9BSB1NV`Nc*(aTUA7mLDq#h7z{)BhCK`UH;U#Lz;7YS% z3AGRNj$LNhl6I8j3TvIGSzFo;qgTt?cSQpnYAxVXVN2V-W2tf^issM5n4lZUj%TW6 zM*{qWmcnkuhu;nDDnp}Qz`srAR34W2!(O6smf5Pbxl&8O&C0Eg8uWTMVmCueH$+>=X4x;>KdR)nA9hoF9Bue7YZ`X504F=kIIv37_?7^7yZsZ=e2;^e_n zaUt|OPg%ho6s-&)1s>wjNo)rTZWvHMLEea3hl$T4e?(^@0As34EqbFrDkFCa5{e+8 z0oWlNkH~2B_glW*M{$xyvlO4>0#%V}QGx zG)i)-8nbG|@#qsKV^L;s^MDo0&tM9{vA}f)yiP%<=YJp5P-ExsKp?mwP&bGAE=QSw zk38EiK$*1s?+xZ!kK`Rk6brxT z-m~)RPcD9XF?almj4yyr?*00uSBtc7oet*d;1h%X5b^l10yvPX>Bu`eHtITZonTMq zJ5Lnq1~ab}y^T3?~ZK9+YMTXVm%;r8Zy?YWMZ^1ed__u;=j_)z?-qmSIDH|c7)#$ES> z@}AI2*H8LC?Jsza!4FHEuT3;F_J zfK{G_0A8sVoGoh|-^)9{rxki>jXt!!P}>*u3BWt6e7Rac&ANWOg_AkG=?^T8FOFxg z75rT)$Oet^{Mox2h<0|(eXiKtxj-w%Blx!#eGNrl5J1(UkNJ(m?5W=JQQ#5V)R*`4 z6}>QWkGy>wO?z^CUw$~8-+Q*ubZ+5Xv9>8!yJw@T|C9GVesA^mL;iE!>br%mq0iZT z*J}^x&91#!`fJtMXLLRAdLCSUg59t=>gt~w(Ba2Uf#(8v))Ggc=3;;Wmjo~~p#hLt zNBR1}Jgx5E>Y}Q;WrI^O@L=zk0W2xl!T$nI1_)-98@QxWG;P#Fom|C(tHBj;51-J1 zNo$-c2Y?j%ip~f6ij)<=8r38`P2D%&w?x6uHL8CTj4|R(Y6eGeb0v2HwG=U@!Msgd zeysm6Xr!WsdCRc@ zCc+%tH^AJ+kFw%%1{`T11t2{*l0^JwM{(!_WF{gKst8;3l=n`-bs1+tUkMdOpI&w1HEsjSgMz}Enmmuc$Bz#76o9lvt z@HrQ>EWseEi8pQW9TtJXs~P+!4tH zANNcPd_QK8V;B$0kag$TNX|G{6t6*8?L?B?+?{BAmW3o`*d*OeNq0*?fN%R*=a;LK zp`#LqR41wp5@3nv%eDSCZN zhZhh3_$VH4-T`nI^1$~=i^eAgpm}OA+w8!*wIkzNvo--QoAbWwo-1pEYlMqy)>ia@r4IwIgCp#lN+x{t&;Z#06N+#ZCtoe{e*!6xfomY;Q9dHP4g@_61aI~h zd^#v60y~A*0HXRf#&?t<`PhVzi@yjj$sP{Fb;B%tgA|tNaQL0sNL+R(mMq~gn~a9TJet>V zn+aDF!ZZh8*|Fps3Au;lMwZ2j-o@ZO42bIbhZsYs^;1e#&x4r2sKGvn2zz0dd_a9^ zJOTGeZC%A6Q|#_3_8;7G*iDyoo37?96GmWp`s=qWBntOUom(~%wNtgdPYC5!fHHf& z(R)nwPYe*-!q`?PNz<8Hlr)T)2TcAaah(^!J#n3>=E)ldr>SA9n`&w;wsmbegQluY zuYbz~Z>Y4oWy^vwxDjjKvSG|lxf-?{7^A7$7D5jyl)dVS3)4>PkPkNhoZjT$^e|f{ zi~uJnZy`}DGO&>-HeaR$X28NpQZF03O`zX(ZW-`>-~@SZ+G?Jf;I}-EIE2bhA)7;9 z+D+u*S=$(7ca(xRL#_OOgmO6BPOa8Xmb~OG&jLqP_(t@gy!Q}kmTYj4jt~!f zvJHqaCt0G&=^1b`DvB*a{Yp;`UPeC1?Bi9)&9Szm-5t0zoG{JH+BA()X}dD?q3?4eq|i^ zrE%Y{j7K(Y^_kjrTYcVEpFL8rwcj;wn%#GA{K3@wQ#sFtf_e0=VY8__M>RY#TXjRa RfAs&ZS=amxg&}F!{|7{N?-Ek##F6%>N$7z2V09O z^`&F^{+|2YbI*6~Id}h*NJI&IuRj?z{?Jay*Vw6lvfmJPe+-Q((TOgYq$o@a0=7j{ zoED*$OsObO%X~~W1I6HUuo#*S6~ohEfzTief=s}S6rJ1N17X_jTXnrqmWlYxFmMk`W%iWW;Y(^zG~FlkEi5>waT8CNe}9=~|?O6E;Z z8nY^1_@ZW-S{CL7FMfGy>YaC~Qvwv4^Y`&f$*+Xn3^b~Ql4(IFa13Euijd}?9?`|S za40>hOHc>&m@Y#d)Z=;p>X4q$+w{=gz;swo>R}j(RD!8?uM>61YPng|^G8f8l_=9f zuxC_(Z?Xup%Dg|UXv{8Kx}quhl456PXwFsU3r4P>%o`x(QmW87$|`Qbux=`hYPw=r zuB~VsDqGIyDH~QaK$tI3OK}UDtK?x<#c-6IX*(3;0THq2Et)I46t>FM)Pr%i0Ba}* z%h{GoE!R=(ypQ9fk3{+G7$9h_%Zw~wIG{FFO3c1xzy_cWU?^}5%FGJt$u;m#Q(Hb& z;0kGuqm&(3U!=t>Wsa|brs#GVDDxqloDJY7R5hiTa9+eKF`74SDGr?5;o5+6;I>*W zXXv0aoTs8V1x>f-!4^$D8=F%_*IW&a;<$j0Mg%*!b${{|E?cf)qPai}DbnUNgS*m* zqKr9;X=98&T44?6OLV^u2FqqQt-AVKc?yzJ_%8I`frfr_2pDZ(GM*1+h_0a2yyN=4hZNo*({U7EFcoa*&Dxr>^Y_ zZj>v~VPpm7VQZ&gmrWg)ShlYeWqF$wH7f@w#gdkDNBDRSu0rF(=mLFV_YyR!#1-l@ zx}b}{mFn?fk*JNCMFD!XxIxIG2)zbkg{0)ng2b|?rXT_Yb!t+VreucOc)e08&ku%>-JBCY7gQaG*o772{j8a+!G2LcqZf(4y%r?_VMlFJjlpyG- zs$m(fsxBOEaln!K>`~CkQJ}a(o(4(xiO&L`>zfB(Uy?tHZg+J<71{0^T#|p0+yxnu zYgiaM4VKP9r%D#dOoI)S^*>#BP#e81x(!BvAED0TBuR-G)&}A!(Q8-Ln-qe4EvTrf z7pnDB5`!c}JlTS<&kjJdZco;UIqyv2*n+;(?Qxgwi1IIiNS|M z=N~2BSP~y6yYI2JvyYO>!?3~*f>`ePlQqu$E10Q5YJihNYyUU%ysc`JIw_M$GDKX& z;NLOAB!OHfmOM{xN!Q7|@It&`eND5zEi4MH@hUgFA1%w}HD zPYNlK8<@QWf)47gD86Oez*ihKUs8R!g~8UweO~4)V&KyN>?_KV1KXX4s-vr;)pM)o z*3UldJpM3#{NI01zVs~-A_u;Vx9><$KidfgK(hbHr=uT_ZuOtq=s&eIvEA9bbgdz} z4WePvesCv-@(ybH(?fmalgKO5uZ35n-y9kf$roZ|tWEkNAwao@wh&13pz<>yle;Sn z?Ely=fy@@f%>?#K67rxnqzkj)PfXIq+k%yQ!Ft?%-v`00aR~(CM(WdUtlpa853qXA zuU~+l*eiv-rhaY%X9nG1-v^tE(lzI*~UcYY4V9kLxuu3Y%=!gjKAWnpD-8cG^h)5eU3V zaP>%HCAu8l3ioV;d;Svc<95pI3Bt%6_v+t4<3(OQQ{xvz8efyk+v1|g`hmelP-+N~ znHGM#C^o$SRyF*#xvI`FYlrz*bG+WF&kK;KC&_&wlM3?qGst`1VCzi# ze6V3Dz`b8f50X}NJsDqid(s0N2APGPR&?W*8q7N5PypH8eN|)Cs9LMm`sAbT)RO#V zEa@}!*793h@xvSO!)sHU@j>v4t=PauY+y5{Kww(Ax_tGcYfqA$OEEuXJRe0GEd3Go z_@7yVc)=r0Xi?Nf-U8+(G5!3Xm`h2SZ}6D>ZY8317Ne@8<*C}>lAQ(_Hi89G#nQM0 zO#+W0o?;m0i-mz!>@=ZFT=hdJ8XRqPpWNs^`Pr+Fy3fj_Ig~qji7Cz@&;th5Q#xPeo_|${{2ob>f#>!z~FEf8^}S*p}5LufXHwje82(MhkMA~Q-Br)83vHBr)ylaFMhiAq~HKQ z-S^FMDN=E8cLVP1@SAUDXTJIV{J!~hdwYO`GWGbJveU(Jf51OZ@!Ac3cN-dOoWx1I z%4PWk&tu!Ax)Lt-b|>8McB`JOC*jF@6W**Z;bS}=)t?m-Lbff@mJK8VjOJB?*-#>s zZBMjkI}#l{Cx@sH#{1N8wlmQQJpRNXsY~jXggf3um((M*-SH&4UEF0(3f$qO;6sNP18-$RCLXli?}U8 z5>44uva;2NwIr*iXbIRX>Y5A;fwWGuqKRx)TTY~g%$lJ_Gierqt$qIO?_Ns2K6B~y zw`S)qTkhAig5|#==5mU*2%inj%+G)Knr!6YvvP58Ogu%#Br>)@#@;4lGv~*yoFBVR zE?=2X)wj*IiJOIo-%UVcjVtlDcw?03OrG^ZwbaaACz_r{ug_`izaQ4euJR?m#1*0A zI`@E|i+Cswv)r1#LUEYo&YP)-%ktU+@!*~f{2C!o7vdQ`E60_*s)$-VNA)E+Wg2mF zIUZY%dn!P_JGB{#gi1y4k<+AoNPJmZ{0iz?#0OnxY&HLk!%T;edSK0xZ_nr!B& zMntkKs)|I$Z`~p*BGo|qiM<)@$jd~MjTBWDkZxvV!c?F!i6|}Q4KpiirV$G?sPn)_ z>!w2#gMh{@E0Qb`Q`d>8s``raDTAoWO__|3pKc7!m}c&LJPxd?5mRI{9n&cr6kN=BwKS&@k*%Ti++QzxL2s*+MnwLlE9(6SD8! z1=#+ILu@*WxvTS+&Xf5JZer%@jqhB916UCY22r$>nwMl^fNLN>XgzsTZ-~Rz7DHLo zlym`BAeybqSP>0dCnU0f{h%SL0{U=@fY&}S3oyW^iJoSB4Xv=%4HU>xO-f+*bQr1@ z>2~Cq80xlW6pyqDxwZEMj&6erWZl7ac9q+{E^RaoChdQN2Doc(3FUvFl=z2r>Z+^c zqHmS>XF2hudQ@&6Tyi-h`ET$`O>?_T?w=j~zt1i4CAZR88O+avrnu%TfBhuEr9B60 zvHW%6T0UDm^f*wVa|B*=6gk3nhvbOW>ZxmMoseX1z(85y`Pho?g*d4eiruXzz=$sb zqw!;?!0itm+Zu{ihoYOA+R)i@`1iq~?NHBF=twnmWGggU4UKMG{US8EJ$mBf>HE`< zgxcu2N{DQSM=Rm@cIUuWC#iOltM%UUA*k+fyRJ6x3%h-OZ`WQ| zn|HwGMxGQrjnaq&13+qu1Uy6mj~xXH?uge4Ue)A_V&QcR%Ec?pdRV*FK*8v2OG6JX zYUmXqP8(#LNMMVKhTLpyIu8Lswym%wlnAg4W+uO5>ruE>7pNb<)L8I-W0|M#><8#) z^GL2i7~q)3s@rUsj@by^lKT^n!(pNovr=+Poa7w>P--%GjKrmo-Pc?z{NM7Q_#HsH z>M=3Mvr=lzT7o@H15Fa3)rPH-3rr{gCRCRY?FQl#w0(&EfTs$^69%+=W>L}7dW2^T zmM@oIfH3p4okhlI9UVmk8iA1%WyjDE#a%MY#^4%7g5oxYKe&OI9bVs!FfzV+$+XCt4DfBM79RO*ZG|77d?3sv|*yH6@#-Wfjq=yGj% zx_tTWY&CRj`$QaCSF54p+u^=)hi#2?96k-(ISns5iPagXEPpa7>8WJWHWh;OeJeSO zf3d<7Fz_tzaDR5Wy~18V@b=q`*!^q+c^-NW7{~#bBngrS;F7Q4jkH;zOSbO6h8VRt z)nqXzPXa7Cc@i+fPxG>28U%6(A_DeFD;nY!K!YSFQ$?=>g%+rarxZlgkG^%S3GGX~ z0*?73(8dy%Y=o8qI%?)EA}(7i5Gg|&eX`}cxzZB!z!52$VkVQt-saWE9P%|7WT1Wn z+Uz}cFS*fmFIo2dO@N86#f-s(Z8M&MM)NWu?$uombTo=%eygs11Kp2k5-+)ajt1kN zqp!diSUzej{WiAUw#MVOY!!DmsW?+?TuZB3A8y%Qt6tv#Zi7Gtd+a*4ZvLY9VX@YA zvh3eE9Nk>39e(Mvfok|#MY#6$P2oR>X1k( zkQD%gWacd~#TYYUq=62z%3{VO3jm}LBZ608r`fb)%VTD9s?oA#)RbaR%a-d=_igAg z&_2M1!*7*6+u`oJ(%RC!rD~W|1j2TR+22KAp`djf3tN^4!yPj~8Utd)f4~aqtH^o@ zE5rqM>>}9Ow?%Xx6ss%n7?{SOExNqIuE2Z8c6~1Ib$(B9d57&W$eDttQBc-U_}#CY zWd<%Le#t}j;(un2b%tCfFdzEI=btc@-hK z2rff3bWL1PWjkT2WA8U0$fosMfVK^tNIC>u1lnc>SHp51XhLQr)5by!$a*AsSypwR z#wbM%$0oOweK}%fCNi;Z7OEDfg@}OJ zF9Ges8g+CEZ&uXqMwlU)JVzc7x+qh345zL?^72 z1W72uIZJKM%+7nYt<+ZX-yCX4-BW7Ao2%7;#5e5#Z&3~u6TJ~DO?(K050p~CS)uby z1rwma+5O1^Pr-tsMG zkrD~ovEGBpy#3(-(v$3_$%d6|&6s)EYwm>aSiw}DQpl~7a52ZijMbHfDKeUD7)e!0 zvujZsIimeRfOU$UlAz}=9&Yxw2LNON7>r@iWC%WEk&oZG|4x~KNPji>7u(&v<=Mx< zq4mXTaBTC$qj>e?g-%kG`N!S&(w>l>3FCTe}pmxJ4#Js;d!d-vYE8>_Yc zGu6&BW$(^WvT^96*EhY7Tn_?|W^2b^sU7`xMHt!+9^E+ndGM6I+^)XL;0x8R7s~$a z&cUBg{^I2iU;bp^pCK~_mwNg8MxpsJ_5}vIHvtLIVAUfMqp(}w4H~VVQ!FeM< zq#{(!;EqM%Vo%F~)M3Df$cn%cVL*2y>f;Pe$?63B1uSrYiW&Gf006v~{$>F17WQKG z6L<{FTM+;RyuyDCgvNXo&+zV%W8OFUy;phO+hciQ4Mx^YiC+$ zm~eSpz)O6J)@?&1%qy&JxXF&yZ?a=~s=}@JX_WW+0LhF0y&9g_|QhL}LuG1@yu zuk}=z2Frvyfmf&sf5BilBMsG`+&s^JC2;)cAGq+pbHOjUi7GeoB{x;&roQB2RW9~> zcjte2UVI#U?zXV!bMXVa0iHkm-@-9|;LjXXdl&c)zW;7?kAv6VNC!WB_hoDk?~P3J OJ$GOJih~zh$NvDxT>bI@ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc deleted file mode 100644 index 4401ed64685ae80068ef27aff2737f7b1b14b818..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6402 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 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py deleted file mode 100644 index 2c84208..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py +++ /dev/null @@ -1,70 +0,0 @@ -# SPDX-FileCopyrightText: 2015 Eric Larson -# -# SPDX-License-Identifier: Apache-2.0 -from __future__ import annotations - -import logging -from argparse import ArgumentParser -from typing import TYPE_CHECKING - -from pip._vendor import requests - -from pip._vendor.cachecontrol.adapter import CacheControlAdapter -from pip._vendor.cachecontrol.cache import DictCache -from pip._vendor.cachecontrol.controller import logger - -if TYPE_CHECKING: - from argparse import Namespace - - from pip._vendor.cachecontrol.controller import CacheController - - -def setup_logging() -> None: - logger.setLevel(logging.DEBUG) - handler = logging.StreamHandler() - logger.addHandler(handler) - - -def get_session() -> requests.Session: - adapter = CacheControlAdapter( - DictCache(), cache_etags=True, serializer=None, heuristic=None - ) - sess = requests.Session() - sess.mount("http://", adapter) - sess.mount("https://", adapter) - - sess.cache_controller = adapter.controller # type: ignore[attr-defined] - return sess - - -def get_args() -> Namespace: - parser = ArgumentParser() - parser.add_argument("url", help="The URL to try and cache") - return parser.parse_args() - - -def main() -> None: - args = get_args() - sess = get_session() - - # Make a request to get a response - resp = sess.get(args.url) - - # Turn on logging - setup_logging() - - # try setting the cache - cache_controller: CacheController = ( - sess.cache_controller # type: ignore[attr-defined] - ) - cache_controller.cache_response(resp.request, resp.raw) - - # Now try to get it - if cache_controller.cached_request(resp.request): - print("Cached!") - else: - print("Not cached :(") - - -if __name__ == "__main__": - main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py deleted file mode 100644 index 3e83e30..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py +++ /dev/null @@ -1,161 +0,0 @@ -# SPDX-FileCopyrightText: 2015 Eric Larson -# -# SPDX-License-Identifier: Apache-2.0 -from __future__ import annotations - -import functools -import types -import zlib -from typing import TYPE_CHECKING, Any, Collection, Mapping - -from pip._vendor.requests.adapters import HTTPAdapter - -from pip._vendor.cachecontrol.cache import DictCache -from pip._vendor.cachecontrol.controller import PERMANENT_REDIRECT_STATUSES, CacheController -from pip._vendor.cachecontrol.filewrapper import CallbackFileWrapper - -if TYPE_CHECKING: - from pip._vendor.requests import PreparedRequest, Response - from pip._vendor.urllib3 import HTTPResponse - - from pip._vendor.cachecontrol.cache import BaseCache - from pip._vendor.cachecontrol.heuristics import BaseHeuristic - from pip._vendor.cachecontrol.serialize import Serializer - - -class CacheControlAdapter(HTTPAdapter): - invalidating_methods = {"PUT", "PATCH", "DELETE"} - - def __init__( - self, - cache: BaseCache | None = None, - cache_etags: bool = True, - controller_class: type[CacheController] | None = None, - serializer: Serializer | None = None, - heuristic: BaseHeuristic | None = None, - cacheable_methods: Collection[str] | None = None, - *args: Any, - **kw: Any, - ) -> None: - super().__init__(*args, **kw) - self.cache = DictCache() if cache is None else cache - self.heuristic = heuristic - self.cacheable_methods = cacheable_methods or ("GET",) - - controller_factory = controller_class or CacheController - self.controller = controller_factory( - self.cache, cache_etags=cache_etags, serializer=serializer - ) - - def send( - self, - request: PreparedRequest, - stream: bool = False, - timeout: None | float | tuple[float, float] | tuple[float, None] = None, - verify: bool | str = True, - cert: (None | bytes | str | tuple[bytes | str, bytes | str]) = None, - proxies: Mapping[str, str] | None = None, - cacheable_methods: Collection[str] | None = None, - ) -> Response: - """ - Send a request. Use the request information to see if it - exists in the cache and cache the response if we need to and can. - """ - cacheable = cacheable_methods or self.cacheable_methods - if request.method in cacheable: - try: - cached_response = self.controller.cached_request(request) - except zlib.error: - cached_response = None - if cached_response: - return self.build_response(request, cached_response, from_cache=True) - - # check for etags and add headers if appropriate - request.headers.update(self.controller.conditional_headers(request)) - - resp = super().send(request, stream, timeout, verify, cert, proxies) - - return resp - - def build_response( - self, - request: PreparedRequest, - response: HTTPResponse, - from_cache: bool = False, - cacheable_methods: Collection[str] | None = None, - ) -> Response: - """ - Build a response by making a request or using the cache. - - This will end up calling send and returning a potentially - cached response - """ - cacheable = cacheable_methods or self.cacheable_methods - if not from_cache and request.method in cacheable: - # Check for any heuristics that might update headers - # before trying to cache. - if self.heuristic: - response = self.heuristic.apply(response) - - # apply any expiration heuristics - if response.status == 304: - # We must have sent an ETag request. This could mean - # that we've been expired already or that we simply - # have an etag. In either case, we want to try and - # update the cache if that is the case. - cached_response = self.controller.update_cached_response( - request, response - ) - - if cached_response is not response: - from_cache = True - - # We are done with the server response, read a - # possible response body (compliant servers will - # not return one, but we cannot be 100% sure) and - # release the connection back to the pool. - response.read(decode_content=False) - response.release_conn() - - response = cached_response - - # We always cache the 301 responses - elif int(response.status) in PERMANENT_REDIRECT_STATUSES: - self.controller.cache_response(request, response) - else: - # Wrap the response file with a wrapper that will cache the - # response when the stream has been consumed. - response._fp = CallbackFileWrapper( # type: ignore[attr-defined] - response._fp, # type: ignore[attr-defined] - functools.partial( - self.controller.cache_response, request, response - ), - ) - if response.chunked: - super_update_chunk_length = response._update_chunk_length # type: ignore[attr-defined] - - def _update_chunk_length(self: HTTPResponse) -> None: - super_update_chunk_length() - if self.chunk_left == 0: - self._fp._close() # type: ignore[attr-defined] - - response._update_chunk_length = types.MethodType( # type: ignore[attr-defined] - _update_chunk_length, response - ) - - resp: Response = super().build_response(request, response) # type: ignore[no-untyped-call] - - # See if we should invalidate the cache. - if request.method in self.invalidating_methods and resp.ok: - assert request.url is not None - cache_url = self.controller.cache_url(request.url) - self.cache.delete(cache_url) - - # Give the request a from_cache attr to let people use it - resp.from_cache = from_cache # type: ignore[attr-defined] - - return resp - - def close(self) -> None: - self.cache.close() - super().close() # type: ignore[no-untyped-call] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py deleted file mode 100644 index 3293b00..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py +++ /dev/null @@ -1,74 +0,0 @@ -# SPDX-FileCopyrightText: 2015 Eric Larson -# -# SPDX-License-Identifier: Apache-2.0 - -""" -The cache object API for implementing caches. The default is a thread -safe in-memory dictionary. -""" -from __future__ import annotations - -from threading import Lock -from typing import IO, TYPE_CHECKING, MutableMapping - -if TYPE_CHECKING: - from datetime import datetime - - -class BaseCache: - def get(self, key: str) -> bytes | None: - raise NotImplementedError() - - def set( - self, key: str, value: bytes, expires: int | datetime | None = None - ) -> None: - raise NotImplementedError() - - def delete(self, key: str) -> None: - raise NotImplementedError() - - def close(self) -> None: - pass - - -class DictCache(BaseCache): - def __init__(self, init_dict: MutableMapping[str, bytes] | None = None) -> None: - self.lock = Lock() - self.data = init_dict or {} - - def get(self, key: str) -> bytes | None: - return self.data.get(key, None) - - def set( - self, key: str, value: bytes, expires: int | datetime | None = None - ) -> None: - with self.lock: - self.data.update({key: value}) - - def delete(self, key: str) -> None: - with self.lock: - if key in self.data: - self.data.pop(key) - - -class SeparateBodyBaseCache(BaseCache): - """ - In this variant, the body is not stored mixed in with the metadata, but is - passed in (as a bytes-like object) in a separate call to ``set_body()``. - - That is, the expected interaction pattern is:: - - cache.set(key, serialized_metadata) - cache.set_body(key) - - Similarly, the body should be loaded separately via ``get_body()``. - """ - - def set_body(self, key: str, body: bytes) -> None: - raise NotImplementedError() - - def get_body(self, key: str) -> IO[bytes] | None: - """ - Return the body as file-like object. - """ - raise NotImplementedError() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py deleted file mode 100644 index 24ff469..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -# SPDX-FileCopyrightText: 2015 Eric Larson -# -# SPDX-License-Identifier: Apache-2.0 - -from pip._vendor.cachecontrol.caches.file_cache import FileCache, SeparateBodyFileCache -from pip._vendor.cachecontrol.caches.redis_cache import RedisCache - -__all__ = ["FileCache", "SeparateBodyFileCache", "RedisCache"] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index bf3a0664ae79cac7d2282793c91dfd0ebdca0c6e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 432 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 IO[bytes]: - # 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 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 _FileCacheMixin: - """Shared implementation for both FileCache variants.""" - - def __init__( - self, - directory: str, - forever: bool = False, - filemode: int = 0o0600, - dirmode: int = 0o0700, - lock_class: type[BaseFileLock] | None = None, - ) -> None: - try: - if lock_class is None: - from filelock import FileLock - - lock_class = FileLock - except ImportError: - notice = dedent( - """ - NOTE: In order to use the FileCache you must have - filelock installed. You can install it via pip: - pip install filelock - """ - ) - raise ImportError(notice) - - self.directory = directory - self.forever = forever - self.filemode = filemode - self.dirmode = dirmode - self.lock_class = lock_class - - @staticmethod - def encode(x: str) -> str: - return hashlib.sha224(x.encode()).hexdigest() - - def _fn(self, name: str) -> str: - # 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: str) -> bytes | None: - name = self._fn(key) - try: - with open(name, "rb") as fh: - return fh.read() - - except FileNotFoundError: - return None - - def set( - self, key: str, value: bytes, expires: int | datetime | None = None - ) -> None: - name = self._fn(key) - self._write(name, value) - - def _write(self, path: str, data: bytes) -> None: - """ - Safely write the data to the given path. - """ - # Make sure the directory exists - try: - os.makedirs(os.path.dirname(path), self.dirmode) - except OSError: - pass - - with self.lock_class(path + ".lock"): - # Write our actual file - with _secure_open_write(path, self.filemode) as fh: - fh.write(data) - - def _delete(self, key: str, suffix: str) -> None: - name = self._fn(key) + suffix - if not self.forever: - try: - os.remove(name) - except FileNotFoundError: - pass - - -class FileCache(_FileCacheMixin, BaseCache): - """ - Traditional FileCache: body is stored in memory, so not suitable for large - downloads. - """ - - def delete(self, key: str) -> None: - self._delete(key, "") - - -class SeparateBodyFileCache(_FileCacheMixin, SeparateBodyBaseCache): - """ - Memory-efficient FileCache: body is stored in a separate file, reducing - peak memory usage. - """ - - def get_body(self, key: str) -> IO[bytes] | None: - name = self._fn(key) + ".body" - try: - return open(name, "rb") - except FileNotFoundError: - return None - - def set_body(self, key: str, body: bytes) -> None: - name = self._fn(key) + ".body" - self._write(name, body) - - def delete(self, key: str) -> None: - self._delete(key, "") - self._delete(key, ".body") - - -def url_to_file_path(url: str, filecache: FileCache) -> str: - """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/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py deleted file mode 100644 index f4f68c4..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +++ /dev/null @@ -1,48 +0,0 @@ -# SPDX-FileCopyrightText: 2015 Eric Larson -# -# SPDX-License-Identifier: Apache-2.0 -from __future__ import annotations - - -from datetime import datetime, timezone -from typing import TYPE_CHECKING - -from pip._vendor.cachecontrol.cache import BaseCache - -if TYPE_CHECKING: - from redis import Redis - - -class RedisCache(BaseCache): - def __init__(self, conn: Redis[bytes]) -> None: - self.conn = conn - - def get(self, key: str) -> bytes | None: - return self.conn.get(key) - - def set( - self, key: str, value: bytes, expires: int | datetime | None = None - ) -> None: - if not expires: - self.conn.set(key, value) - elif isinstance(expires, datetime): - now_utc = datetime.now(timezone.utc) - if expires.tzinfo is None: - now_utc = now_utc.replace(tzinfo=None) - delta = expires - now_utc - self.conn.setex(key, int(delta.total_seconds()), value) - else: - self.conn.setex(key, expires, value) - - def delete(self, key: str) -> None: - self.conn.delete(key) - - def clear(self) -> None: - """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) -> None: - """Redis uses connection pooling, no need to close the connection.""" - pass diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py deleted file mode 100644 index 586b9f9..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py +++ /dev/null @@ -1,494 +0,0 @@ -# SPDX-FileCopyrightText: 2015 Eric Larson -# -# SPDX-License-Identifier: Apache-2.0 - -""" -The httplib2 algorithms ported for use with requests. -""" -from __future__ import annotations - -import calendar -import logging -import re -import time -from email.utils import parsedate_tz -from typing import TYPE_CHECKING, Collection, Mapping - -from pip._vendor.requests.structures import CaseInsensitiveDict - -from pip._vendor.cachecontrol.cache import DictCache, SeparateBodyBaseCache -from pip._vendor.cachecontrol.serialize import Serializer - -if TYPE_CHECKING: - from typing import Literal - - from pip._vendor.requests import PreparedRequest - from pip._vendor.urllib3 import HTTPResponse - - from pip._vendor.cachecontrol.cache import BaseCache - -logger = logging.getLogger(__name__) - -URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") - -PERMANENT_REDIRECT_STATUSES = (301, 308) - - -def parse_uri(uri: str) -> tuple[str, str, str, str, str]: - """Parses a URI using the regex given in Appendix B of RFC 3986. - - (scheme, authority, path, query, fragment) = parse_uri(uri) - """ - match = URI.match(uri) - assert match is not None - groups = match.groups() - return (groups[1], groups[3], groups[4], groups[6], groups[8]) - - -class CacheController: - """An interface to see if request should cached or not.""" - - def __init__( - self, - cache: BaseCache | None = None, - cache_etags: bool = True, - serializer: Serializer | None = None, - status_codes: Collection[int] | None = 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: str) -> str: - """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: str) -> str: - return cls._urlnorm(uri) - - def parse_cache_control(self, headers: Mapping[str, str]) -> dict[str, int | None]: - 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: dict[str, int | None] = {} - - 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 _load_from_cache(self, request: PreparedRequest) -> HTTPResponse | None: - """ - Load a cached response, or return None if it's not available. - """ - cache_url = request.url - assert cache_url is not None - cache_data = self.cache.get(cache_url) - if cache_data is None: - logger.debug("No cache entry available") - return None - - if isinstance(self.cache, SeparateBodyBaseCache): - body_file = self.cache.get_body(cache_url) - else: - body_file = None - - result = self.serializer.loads(request, cache_data, body_file) - if result is None: - logger.warning("Cache entry deserialization failed, entry ignored") - return result - - def cached_request(self, request: PreparedRequest) -> HTTPResponse | Literal[False]: - """ - Return a cached response if it exists in the cache, otherwise - return False. - """ - assert request.url is not None - 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 - - # Check whether we can load the response from the cache: - resp = self._load_from_cache(request) - if not resp: - 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[str] = 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() - time_tuple = parsedate_tz(headers["date"]) - assert time_tuple is not None - date = calendar.timegm(time_tuple[:6]) - 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 - max_age = resp_cc.get("max-age") - if max_age is not None: - freshness_lifetime = 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[:6]) - 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. - max_age = cc.get("max-age") - if max_age is not None: - freshness_lifetime = max_age - logger.debug( - "Freshness lifetime from request max-age: %i", freshness_lifetime - ) - - min_fresh = cc.get("min-fresh") - if min_fresh is not None: - # 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: PreparedRequest) -> dict[str, str]: - resp = self._load_from_cache(request) - new_headers = {} - - if resp: - headers: CaseInsensitiveDict[str] = 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_set( - self, - cache_url: str, - request: PreparedRequest, - response: HTTPResponse, - body: bytes | None = None, - expires_time: int | None = None, - ) -> None: - """ - Store the data in the cache. - """ - if isinstance(self.cache, SeparateBodyBaseCache): - # We pass in the body separately; just put a placeholder empty - # string in the metadata. - self.cache.set( - cache_url, - self.serializer.dumps(request, response, b""), - expires=expires_time, - ) - # body is None can happen when, for example, we're only updating - # headers, as is the case in update_cached_response(). - if body is not None: - self.cache.set_body(cache_url, body) - else: - self.cache.set( - cache_url, - self.serializer.dumps(request, response, body), - expires=expires_time, - ) - - def cache_response( - self, - request: PreparedRequest, - response: HTTPResponse, - body: bytes | None = None, - status_codes: Collection[int] | None = None, - ) -> 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[str] = CaseInsensitiveDict( - response.headers - ) - - if "date" in response_headers: - time_tuple = parsedate_tz(response_headers["date"]) - assert time_tuple is not None - date = calendar.timegm(time_tuple[:6]) - 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) - - assert request.url is not None - 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[:6]) - date - - expires_time = max(expires_time, 14 * 86400) - - logger.debug(f"etag object cached for {expires_time} seconds") - logger.debug("Caching due to etag") - self._cache_set(cache_url, request, response, body, 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, 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: - time_tuple = parsedate_tz(response_headers["date"]) - assert time_tuple is not None - date = calendar.timegm(time_tuple[:6]) - # cache when there is a max-age > 0 - max_age = cc.get("max-age") - if max_age is not None and max_age > 0: - logger.debug("Caching b/c date exists and max-age > 0") - expires_time = max_age - self._cache_set( - cache_url, - request, - response, - body, - 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[:6]) - date - else: - expires_time = None - - logger.debug( - "Caching b/c of expires header. expires in {} seconds".format( - expires_time - ) - ) - self._cache_set( - cache_url, - request, - response, - body, - expires_time, - ) - - def update_cached_response( - self, request: PreparedRequest, response: HTTPResponse - ) -> HTTPResponse: - """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. - """ - assert request.url is not None - cache_url = self.cache_url(request.url) - cached_response = self._load_from_cache(request) - - 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( - { - k: v - for k, v in response.headers.items() # type: ignore[no-untyped-call] - 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, request, cached_response) - - return cached_response diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py deleted file mode 100644 index 2514390..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py +++ /dev/null @@ -1,119 +0,0 @@ -# SPDX-FileCopyrightText: 2015 Eric Larson -# -# SPDX-License-Identifier: Apache-2.0 -from __future__ import annotations - -import mmap -from tempfile import NamedTemporaryFile -from typing import TYPE_CHECKING, Any, Callable - -if TYPE_CHECKING: - from http.client import HTTPResponse - - -class CallbackFileWrapper: - """ - 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: HTTPResponse, callback: Callable[[bytes], None] | None - ) -> None: - self.__buf = NamedTemporaryFile("rb+", delete=True) - self.__fp = fp - self.__callback = callback - - def __getattr__(self, name: str) -> Any: - # 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) -> bool: - try: - return self.__fp.fp is None - - except AttributeError: - pass - - try: - closed: bool = self.__fp.closed - return closed - - except AttributeError: - pass - - # We just don't cache it then. - # TODO: Add some logging here... - return False - - def _close(self) -> None: - 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: int | None = None) -> bytes: - data: bytes = 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: int) -> bytes: - data: bytes = self.__fp._safe_read(amt) # type: ignore[attr-defined] - 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/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py deleted file mode 100644 index b9d72ca..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py +++ /dev/null @@ -1,154 +0,0 @@ -# SPDX-FileCopyrightText: 2015 Eric Larson -# -# SPDX-License-Identifier: Apache-2.0 -from __future__ import annotations - -import calendar -import time -from datetime import datetime, timedelta, timezone -from email.utils import formatdate, parsedate, parsedate_tz -from typing import TYPE_CHECKING, Any, Mapping - -if TYPE_CHECKING: - from pip._vendor.urllib3 import HTTPResponse - -TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" - - -def expire_after(delta: timedelta, date: datetime | None = None) -> datetime: - date = date or datetime.now(timezone.utc) - return date + delta - - -def datetime_to_header(dt: datetime) -> str: - return formatdate(calendar.timegm(dt.timetuple())) - - -class BaseHeuristic: - def warning(self, response: HTTPResponse) -> str | None: - """ - 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: HTTPResponse) -> dict[str, str]: - """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: HTTPResponse) -> HTTPResponse: - 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: HTTPResponse) -> dict[str, str]: - headers = {} - - if "expires" not in response.headers: - date = parsedate(response.headers["date"]) - expires = expire_after(timedelta(days=1), date=datetime(*date[:6], tzinfo=timezone.utc)) # type: ignore[misc] - 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: Any) -> None: - self.delta = timedelta(**kw) - - def update_headers(self, response: HTTPResponse) -> dict[str, str]: - expires = expire_after(self.delta) - return {"expires": datetime_to_header(expires), "cache-control": "public"} - - def warning(self, response: HTTPResponse) -> str | None: - 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: HTTPResponse) -> dict[str, str]: - headers: Mapping[str, str] = 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 {} - - time_tuple = parsedate_tz(headers["date"]) - assert time_tuple is not None - date = calendar.timegm(time_tuple[:6]) - last_modified = parsedate(headers["last-modified"]) - if 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: HTTPResponse) -> str | None: - return None diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py deleted file mode 100644 index f9e967c..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py +++ /dev/null @@ -1,206 +0,0 @@ -# SPDX-FileCopyrightText: 2015 Eric Larson -# -# SPDX-License-Identifier: Apache-2.0 -from __future__ import annotations - -import io -from typing import IO, TYPE_CHECKING, Any, Mapping, cast - -from pip._vendor import msgpack -from pip._vendor.requests.structures import CaseInsensitiveDict -from pip._vendor.urllib3 import HTTPResponse - -if TYPE_CHECKING: - from pip._vendor.requests import PreparedRequest - - -class Serializer: - serde_version = "4" - - def dumps( - self, - request: PreparedRequest, - response: HTTPResponse, - body: bytes | None = None, - ) -> bytes: - response_headers: CaseInsensitiveDict[str] = 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) # type: ignore[attr-defined] - response.length_remaining = len(body) - - data = { - "response": { - "body": body, # Empty bytestring if body is stored separately - "headers": {str(k): str(v) for k, v in response.headers.items()}, # type: ignore[no-untyped-call] - "status": response.status, - "version": response.version, - "reason": str(response.reason), - "decode_content": response.decode_content, - } - } - - # Construct our vary headers - data["vary"] = {} - if "vary" in response_headers: - varied_headers = response_headers["vary"].split(",") - for header in varied_headers: - header = str(header).strip() - header_value = request.headers.get(header, None) - if header_value is not None: - header_value = str(header_value) - data["vary"][header] = header_value - - return b",".join([f"cc={self.serde_version}".encode(), self.serialize(data)]) - - def serialize(self, data: dict[str, Any]) -> bytes: - return cast(bytes, msgpack.dumps(data, use_bin_type=True)) - - def loads( - self, - request: PreparedRequest, - data: bytes, - body_file: IO[bytes] | None = None, - ) -> HTTPResponse | None: - # Short circuit if we've been given an empty set of data - if not data: - return None - - # 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 - verstr = ver.split(b"=", 1)[-1].decode("ascii") - - # Dispatch to the actual load method for the given version - try: - return getattr(self, f"_loads_v{verstr}")(request, data, body_file) # type: ignore[no-any-return] - - 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 None - - def prepare_response( - self, - request: PreparedRequest, - cached: Mapping[str, Any], - body_file: IO[bytes] | None = None, - ) -> HTTPResponse | None: - """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 None - - # 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 None - - body_raw = cached["response"].pop("body") - - headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( - data=cached["response"]["headers"] - ) - if headers.get("transfer-encoding", "") == "chunked": - headers.pop("transfer-encoding") - - cached["response"]["headers"] = headers - - try: - body: IO[bytes] - if body_file is None: - body = io.BytesIO(body_raw) - else: - body = body_file - 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")) - - # Discard any `strict` parameter serialized by older version of cachecontrol. - cached["response"].pop("strict", None) - - return HTTPResponse(body=body, preload_content=False, **cached["response"]) - - def _loads_v0( - self, - request: PreparedRequest, - data: bytes, - body_file: IO[bytes] | None = None, - ) -> None: - # 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 None - - def _loads_v1( - self, - request: PreparedRequest, - data: bytes, - body_file: IO[bytes] | None = None, - ) -> HTTPResponse | None: - # The "v1" pickled cache format. This is no longer supported - # for security reasons, so we treat it as a miss. - return None - - def _loads_v2( - self, - request: PreparedRequest, - data: bytes, - body_file: IO[bytes] | None = None, - ) -> HTTPResponse | None: - # The "v2" compressed base64 cache format. - # This has been removed due to age and poor size/performance - # characteristics, so we treat it as a miss. - return None - - def _loads_v3( - self, - request: PreparedRequest, - data: bytes, - body_file: IO[bytes] | None = None, - ) -> None: - # 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 None - - def _loads_v4( - self, - request: PreparedRequest, - data: bytes, - body_file: IO[bytes] | None = None, - ) -> HTTPResponse | None: - try: - cached = msgpack.loads(data, raw=False) - except ValueError: - return None - - return self.prepare_response(request, cached, body_file) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py deleted file mode 100644 index f618bc3..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py +++ /dev/null @@ -1,43 +0,0 @@ -# SPDX-FileCopyrightText: 2015 Eric Larson -# -# SPDX-License-Identifier: Apache-2.0 -from __future__ import annotations - -from typing import TYPE_CHECKING, Collection - -from pip._vendor.cachecontrol.adapter import CacheControlAdapter -from pip._vendor.cachecontrol.cache import DictCache - -if TYPE_CHECKING: - from pip._vendor import requests - - from pip._vendor.cachecontrol.cache import BaseCache - from pip._vendor.cachecontrol.controller import CacheController - from pip._vendor.cachecontrol.heuristics import BaseHeuristic - from pip._vendor.cachecontrol.serialize import Serializer - - -def CacheControl( - sess: requests.Session, - cache: BaseCache | None = None, - cache_etags: bool = True, - serializer: Serializer | None = None, - heuristic: BaseHeuristic | None = None, - controller_class: type[CacheController] | None = None, - adapter_class: type[CacheControlAdapter] | None = None, - cacheable_methods: Collection[str] | None = None, -) -> requests.Session: - 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/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py deleted file mode 100644 index 8ce89ce..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -from .core import contents, where - -__all__ = ["contents", "where"] -__version__ = "2023.07.22" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py deleted file mode 100644 index 0037634..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py +++ /dev/null @@ -1,12 +0,0 @@ -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/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index f52e7e77c059f3a9cbad23b0f2ee90346e395e8c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 315 zcmYjMyH3L}6t$g%mPBPkNG!mZfw-gtLLfeY4+s)gh)rW~Y|D02g$e$Ejc?#vSQt?j zDlxGkb?byHfy5ckJ@=mb(0v_^V&HMQIN?`5ey)>0pkJ}v_u?5)K%oE)EMS8Q1OY`f zn4%(}VG(vwy72{lTZ;N&rKDrh**==r%rF!9x(Pkq$N4y)WaHy3&o9!b4=eTG?gxaF zLJ-m?gtW|9t|TEZVChG}>JrzgVVKVZFD2GS-LlGA>{^_)Otx6?Ypgq0D>=!Ia%{O{ zhq|op$|_z`-Kf Tewx31kc5z#KW@gjLF3PVs?^}(nBeTN-y5p zpPFNP>UfEG5N|?nz35E3+gu!&d7pWn_v4xQT&sCNu7|Tt`d7xE>QXJU1Q%x# z90Lq6j6p|5EryBK(GtC*L!bcy`c74}h~pA=Ok(zH3%){F#|Ab(S!4Z*fk5UhSLz~O z_i>2RHx_(_*phVM%B@wIV|b-OFoLC~|4(b#zg6N+OA}6%rJSU^5aw==FtVq$qdl+P zzNWo`XN&}#4M+Q+pDN}D_%CuN|%({a_ zj(DoFnXu+nOxy@D4rG(LCcHVT?u9VsreHiFkqd z5czWQ5XJNb%16AHr5pa*Iw~k9?L3TLgg6>>1-t#9>nAk zTa~laCl=4-@kfUceh16H0GheYw~eXWoVd+X_x6Ex4y-AtPeA?slamJ@_P>Do8Q40v rYg4;1u^XrMtpj7G+i$iHx4#+gyL(6XzZy4xNOb4u?&}@4BAfpMS$v;w diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc deleted file mode 100644 index e5c6cf3e9098e20eb568d7ae602285160e3b03e4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3324 zcmbVOO>7(25q@uf_%ALcQj}ySCM(&A=~$%gsBK)gX%yFxizu>SDNaMAS+Kh+X=#$n zzFk?Cq7*vhARz^$B1LT!Irz|vU>{uc(qoSSav?(lGBz$CpaBBkn9@K1ojSARl9a6$ zNFTwOd4Kcf&3rR&zv$}=5NH?oFX(^kC*)t)aa*u0G_O%YZWEQ{h)PwiNOM%>bDTyC z9(QS%tHO=<31K6!QY;E3F(;NhIS(Z&m-oWor+PI10;hUE7IJ~M>;pMizVTo5`8)ao zpf8l`D}{66=kx`8^o1OKmmFKAoaFFGE&{x-*k2mR4N#&DXpzE8U8`LQZ5x43E(R<7 zYPj7S^b$GZg7=*MC%+`db!$Bsd?qdgw)86U#&RW3cUrUev@ zS^9#WsjLQm*J**k{E}{_N`|^z)KW~dmRZ?MSxZ_o3Ev;;snZOgg-OSo(RX%@4%)XXaR@%HJUMl&-Cv(nrX9@aj= z$fr5mn>XbJy{OqDQq%UdOi@su+e8p>PxH?}ZWGHLCmU~AIPNqHS2<0k_W(@T3f>m) zr7Gvnx;!sfE)0p~bJrI7T&c_NwZ+cP9$V(fE~4Ed{Zl{2FtXseh}z-F735L z@}D0=;cb@TC#)gic9mqvU$^DwqKUP&l;2EUD8A&4&Kc! z86_>NFBkQEIa^^yK~uot*3E1NPQRHg>c7cWR;?wY{A%Xh`K+m1+IS_e+{iC#W)_Uh zwvBWG1?b2s2Gal{wz#sSF^$FGkOBCcZvfdKPa`BWTn#3l#z|uIFDI*~epVlSeQ$KC zHahirs6P5m{n+)*w;m^sfA-;Ca-x=;s3(6^PyBdu`fDjs^(7c;Iuue2n-kLOAV5gl z0V9z8u5$~W(87{->jtmT3AZ~3d-?lsOECJoq@HbBZ*&vUlSatApU3z6tny5(=58kg! zZ|+IcHEFtf{nu4#x-NZC^?l%IN^=Y^^911tm=`e0>=<+u_;;EBlH-#i2!~*v?!p`^ z%{{KQC(l_OfLplRX$8M4b@~4WF2fyZk%fTSzD3QF9RtJAWfGDIlEZ#+0OF7dm^9A= z=|RabNsLv;Uio+vp+fEhR$28MeW{}BPvTcvX zn88e?<7^njTi`uwgiVm$wC@qLrP<*aD&&0($~x*hwUK3x_m!Aufk040Bs}oPlb^nP_sYY*@dly(4J%ss_iYTk&dGmK`_%m0A-=@ z_SDwY_SLPcpIxbkPHxh#rT*=et(EQdt@S&Tch>9DnX2!M1HMD<`M$_!Kfu$UNy-lH zv4pTuB+r#zynusO%ftY|K5EHE=xE(pi z|5f~nH_fey%htm9YqkfTa$T{~aoa1)s-Xa|cyrZcSV8U3O^umQh-AIIVAxT;R56$Z zuXx6-KxX$_fjOla%XOzN#ecrRjM{9g^ zXXQ)&_&37&{ek$#TTm}HrW-$G;~I*2KX(@h`>X zH^R?*w+*$n0c)J6;%s}{EN%LT82(C#{8M;gKOEh;ycauBi=DWuRAcE{`1HoqBPq5s zcW1mh_;O7;wQ;2}Kt@uJ;>W-Bd&T6V{^14>e1G6rLj(>cMB@!FN= (3, 11): - - from importlib.resources import as_file, files - - _CACERT_CTX = None - _CACERT_PATH = None - - def where() -> str: - # This is slightly terrible, but we want to delay extracting the file - # in cases where we're inside of a zipimport situation until someone - # actually calls where(), but we don't want to re-extract the file - # on every call of where(), so we'll do it once then store it in a - # global variable. - global _CACERT_CTX - global _CACERT_PATH - if _CACERT_PATH is None: - # This is slightly janky, the importlib.resources API wants you to - # manage the cleanup of this file, so it doesn't actually return a - # path, it returns a context manager that will give you the path - # when you enter it and will do any cleanup when you leave it. In - # the common case of not needing a temporary file, it will just - # return the file system location and the __exit__() is a no-op. - # - # We also have to hold onto the actual context manager, because - # it will do the cleanup whenever it gets garbage collected, so - # we will also store that at the global level as well. - _CACERT_CTX = as_file(files("pip._vendor.certifi").joinpath("cacert.pem")) - _CACERT_PATH = str(_CACERT_CTX.__enter__()) - - return _CACERT_PATH - - def contents() -> str: - return files("pip._vendor.certifi").joinpath("cacert.pem").read_text(encoding="ascii") - -elif sys.version_info >= (3, 7): - - from importlib.resources import path as get_path, read_text - - _CACERT_CTX = None - _CACERT_PATH = None - - def where() -> str: - # This is slightly terrible, but we want to delay extracting the - # file in cases where we're inside of a zipimport situation until - # someone actually calls where(), but we don't want to re-extract - # the file on every call of where(), so we'll do it once then store - # it in a global variable. - global _CACERT_CTX - global _CACERT_PATH - if _CACERT_PATH is None: - # This is slightly janky, the importlib.resources API wants you - # to manage the cleanup of this file, so it doesn't actually - # return a path, it returns a context manager that will give - # you the path when you enter it and will do any cleanup when - # you leave it. In the common case of not needing a temporary - # file, it will just return the file system location and the - # __exit__() is a no-op. - # - # We also have to hold onto the actual context manager, because - # it will do the cleanup whenever it gets garbage collected, so - # we will also store that at the global level as well. - _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem") - _CACERT_PATH = str(_CACERT_CTX.__enter__()) - - return _CACERT_PATH - - def contents() -> str: - return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") - -else: - import os - import types - from typing import Union - - Package = Union[types.ModuleType, str] - Resource = Union[str, "os.PathLike"] - - # This fallback will work for Python versions prior to 3.7 that lack the - # importlib.resources module but relies on the existing `where` function - # so won't address issues with environments like PyOxidizer that don't set - # __file__ on modules. - def read_text( - package: Package, - resource: Resource, - encoding: str = 'utf-8', - errors: str = 'strict' - ) -> str: - with open(where(), encoding=encoding) as data: - return data.read() - - # If we don't have importlib.resources, then we will just do the old logic - # of assuming we're on the filesystem and munge the path directly. - def where() -> str: - f = os.path.dirname(__file__) - - return os.path.join(f, "cacert.pem") - - def contents() -> str: - return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") - - -# Debian: Use system CA certs: -def where() -> str: - return DEBIAN_CA_CERTS_PATH - - -def contents() -> str: - with open(where(), "r", encoding="ascii") as data: - return data.read() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py deleted file mode 100644 index fe58162..0000000 --- a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py +++ /dev/null @@ -1,115 +0,0 @@ -######################## BEGIN LICENSE BLOCK ######################## -# 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 typing import List, Union - -from .charsetgroupprober import CharSetGroupProber -from .charsetprober import CharSetProber -from .enums import InputState -from .resultdict import ResultDict -from .universaldetector import UniversalDetector -from .version import VERSION, __version__ - -__all__ = ["UniversalDetector", "detect", "detect_all", "__version__", "VERSION"] - - -def detect( - byte_str: Union[bytes, bytearray], should_rename_legacy: bool = False -) -> ResultDict: - """ - Detect the encoding of the given byte string. - - :param byte_str: The byte sequence to examine. - :type byte_str: ``bytes`` or ``bytearray`` - :param should_rename_legacy: Should we rename legacy encodings - to their more modern equivalents? - :type should_rename_legacy: ``bool`` - """ - if not isinstance(byte_str, bytearray): - if not isinstance(byte_str, bytes): - raise TypeError( - f"Expected object of type bytes or bytearray, got: {type(byte_str)}" - ) - byte_str = bytearray(byte_str) - detector = UniversalDetector(should_rename_legacy=should_rename_legacy) - detector.feed(byte_str) - return detector.close() - - -def detect_all( - byte_str: Union[bytes, bytearray], - ignore_threshold: bool = False, - should_rename_legacy: bool = False, -) -> List[ResultDict]: - """ - Detect all the possible encodings of the given byte string. - - :param byte_str: The byte sequence to examine. - :type byte_str: ``bytes`` or ``bytearray`` - :param ignore_threshold: Include encodings that are below - ``UniversalDetector.MINIMUM_THRESHOLD`` - in results. - :type ignore_threshold: ``bool`` - :param should_rename_legacy: Should we rename legacy encodings - to their more modern equivalents? - :type should_rename_legacy: ``bool`` - """ - if not isinstance(byte_str, bytearray): - if not isinstance(byte_str, bytes): - raise TypeError( - f"Expected object of type bytes or bytearray, got: {type(byte_str)}" - ) - byte_str = bytearray(byte_str) - - detector = UniversalDetector(should_rename_legacy=should_rename_legacy) - detector.feed(byte_str) - detector.close() - - if detector.input_state == InputState.HIGH_BYTE: - results: List[ResultDict] = [] - probers: List[CharSetProber] = [] - for prober in detector.charset_probers: - if isinstance(prober, CharSetGroupProber): - probers.extend(p for p in prober.probers) - else: - probers.append(prober) - for prober in probers: - if ignore_threshold or prober.get_confidence() > detector.MINIMUM_THRESHOLD: - charset_name = prober.charset_name or "" - lower_charset_name = 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") and detector.has_win_bytes: - charset_name = detector.ISO_WIN_MAP.get( - lower_charset_name, charset_name - ) - # Rename legacy encodings with superset encodings if asked - if should_rename_legacy: - charset_name = detector.LEGACY_MAP.get( - charset_name.lower(), 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/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 0a79862568ef745b2a31d676fe2c5d72553303f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4565 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