From b9e08f546d6e9fbca695376a37d97f63136361c8 Mon Sep 17 00:00:00 2001 From: Arthur Almeida Date: Fri, 17 May 2024 15:45:26 -0300 Subject: [PATCH 1/2] Commit menu iniciar jogo --- .../site/python3.12/pygame/_blit_info.h | 21 + .env/Include/site/python3.12/pygame/_camera.h | 26 + .env/Include/site/python3.12/pygame/_pygame.h | 374 + .../Include/site/python3.12/pygame/_surface.h | 30 + .env/Include/site/python3.12/pygame/camera.h | 252 + .env/Include/site/python3.12/pygame/font.h | 15 + .../Include/site/python3.12/pygame/freetype.h | 114 + .../site/python3.12/pygame/include/_pygame.h | 949 ++ .../site/python3.12/pygame/include/bitmask.h | 171 + .../site/python3.12/pygame/include/pgcompat.h | 102 + .../site/python3.12/pygame/include/pgimport.h | 67 + .../python3.12/pygame/include/pgplatform.h | 87 + .../site/python3.12/pygame/include/pygame.h | 34 + .../pygame/include/pygame_bufferproxy.h | 56 + .../python3.12/pygame/include/pygame_font.h | 50 + .../pygame/include/pygame_freetype.h | 42 + .../python3.12/pygame/include/pygame_mask.h | 45 + .../python3.12/pygame/include/pygame_mixer.h | 71 + .../site/python3.12/pygame/include/sse2neon.h | 6203 +++++++++ .env/Include/site/python3.12/pygame/mask.h | 7 + .env/Include/site/python3.12/pygame/mixer.h | 14 + .env/Include/site/python3.12/pygame/palette.h | 123 + .../site/python3.12/pygame/pgarrinter.h | 26 + .../site/python3.12/pygame/pgbufferproxy.h | 7 + .../Include/site/python3.12/pygame/pgcompat.h | 27 + .../Include/site/python3.12/pygame/pgopengl.h | 20 + .../site/python3.12/pygame/pgplatform.h | 23 + .env/Include/site/python3.12/pygame/pygame.h | 32 + .env/Include/site/python3.12/pygame/scrap.h | 147 + .../site/python3.12/pygame/simd_blitters.h | 84 + .env/Include/site/python3.12/pygame/surface.h | 361 + .../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 | 1024 ++ .../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 + .env/Lib/site-packages/pip/__init__.py | 13 + .env/Lib/site-packages/pip/__main__.py | 24 + .env/Lib/site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 698 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 854 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2217 bytes .../site-packages/pip/_internal/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 800 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 14307 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12678 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17679 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 33297 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 683 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 4984 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10565 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13662 bytes .../site-packages/pip/_internal/build_env.py | 311 + .env/Lib/site-packages/pip/_internal/cache.py | 290 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 291 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 8478 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10468 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30387 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1794 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2311 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4918 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15035 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 2633 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 18865 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 7853 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 388 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 0 -> 4015 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9724 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2103 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 5205 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13225 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 10174 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7602 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4369 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 2996 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1686 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 6733 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 3988 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 28926 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15413 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7634 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 9741 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4739 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8969 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 | 108 + .../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 | 368 + .../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 0 -> 954 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2875 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1713 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8501 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 2261 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 0 -> 245 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21899 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 40748 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 12617 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 0 -> 16789 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6869 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8024 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3794 bytes .../pip/_internal/locations/_distutils.py | 172 + .../pip/_internal/locations/_sysconfig.py | 213 + .../pip/_internal/locations/base.py | 81 + .env/Lib/site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 128 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5895 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2888 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35725 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 15803 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 0 -> 371 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 3346 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 13438 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11193 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 0 -> 279 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1918 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 11212 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4240 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1707 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2285 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26015 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1182 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 5101 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1864 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4967 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5793 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 0 -> 267 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 22009 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 6531 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8566 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11676 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18787 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2266 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2962 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 0 -> 210 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7592 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10130 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25760 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 216 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7836 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1893 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1927 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3078 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1697 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2038 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 0 -> 3942 bytes .../operations/build/build_tracker.py | 139 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 187 + .../pip/_internal/operations/freeze.py | 255 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 279 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1830 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 33872 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 0 -> 3756 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 21595 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 21474 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 38427 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 7231 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 32990 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 0 -> 210 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1198 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 217 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22452 bytes .../_internal/resolution/legacy/resolver.py | 598 + .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 221 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8350 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 30411 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 32127 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6221 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10391 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 4948 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 11442 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 12364 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 0 -> 205 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4546 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1876 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2420 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 2223 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 5571 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 694 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4196 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3573 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 3236 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 2168 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 4003 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7468 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1174 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2352 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7564 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13567 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 34131 bytes .../utils/__pycache__/models.cpython-312.pyc | Bin 0 -> 2722 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2593 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4560 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8728 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 12072 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 11118 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2415 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4490 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5936 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 0 -> 544 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5036 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 19005 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7625 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12497 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29023 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 + .../Lib/site-packages/pip/_vendor/__init__.py | 121 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4706 bytes .../_vendor/__pycache__/six.cpython-312.pyc | Bin 0 -> 41283 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 122063 bytes .../pip/_vendor/cachecontrol/__init__.py | 28 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 916 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2660 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 6478 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3823 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 16181 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 4361 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6708 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 6419 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 1688 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 0 -> 449 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7724 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2752 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/py.typed | 0 .../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 0 -> 332 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 659 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 2863 bytes .../pip/_vendor/certifi/cacert.pem | 4635 +++++++ .../site-packages/pip/_vendor/certifi/core.py | 108 + .../pip/_vendor/certifi/py.typed | 0 .../pip/_vendor/chardet/__init__.py | 115 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4582 bytes .../__pycache__/big5freq.cpython-312.pyc | Bin 0 -> 27213 bytes .../__pycache__/big5prober.cpython-312.pyc | Bin 0 -> 1401 bytes .../chardistribution.cpython-312.pyc | Bin 0 -> 9652 bytes .../charsetgroupprober.cpython-312.pyc | Bin 0 -> 4136 bytes .../__pycache__/charsetprober.cpython-312.pyc | Bin 0 -> 5032 bytes .../codingstatemachine.cpython-312.pyc | Bin 0 -> 3892 bytes .../codingstatemachinedict.cpython-312.pyc | Bin 0 -> 803 bytes .../__pycache__/cp949prober.cpython-312.pyc | Bin 0 -> 1410 bytes .../chardet/__pycache__/enums.cpython-312.pyc | Bin 0 -> 3010 bytes .../__pycache__/escprober.cpython-312.pyc | Bin 0 -> 4580 bytes .../chardet/__pycache__/escsm.cpython-312.pyc | Bin 0 -> 15324 bytes .../__pycache__/eucjpprober.cpython-312.pyc | Bin 0 -> 4397 bytes .../__pycache__/euckrfreq.cpython-312.pyc | Bin 0 -> 12096 bytes .../__pycache__/euckrprober.cpython-312.pyc | Bin 0 -> 1404 bytes .../__pycache__/euctwfreq.cpython-312.pyc | Bin 0 -> 27218 bytes .../__pycache__/euctwprober.cpython-312.pyc | Bin 0 -> 1404 bytes .../__pycache__/gb2312freq.cpython-312.pyc | Bin 0 -> 19140 bytes .../__pycache__/gb2312prober.cpython-312.pyc | Bin 0 -> 1417 bytes .../__pycache__/hebrewprober.cpython-312.pyc | Bin 0 -> 5836 bytes .../__pycache__/jisfreq.cpython-312.pyc | Bin 0 -> 22169 bytes .../__pycache__/johabfreq.cpython-312.pyc | Bin 0 -> 83017 bytes .../__pycache__/johabprober.cpython-312.pyc | Bin 0 -> 1408 bytes .../__pycache__/jpcntx.cpython-312.pyc | Bin 0 -> 39563 bytes .../langbulgarianmodel.cpython-312.pyc | Bin 0 -> 83136 bytes .../langgreekmodel.cpython-312.pyc | Bin 0 -> 77002 bytes .../langhebrewmodel.cpython-312.pyc | Bin 0 -> 77513 bytes .../langhungarianmodel.cpython-312.pyc | Bin 0 -> 83090 bytes .../langrussianmodel.cpython-312.pyc | Bin 0 -> 105265 bytes .../__pycache__/langthaimodel.cpython-312.pyc | Bin 0 -> 77691 bytes .../langturkishmodel.cpython-312.pyc | Bin 0 -> 77530 bytes .../__pycache__/latin1prober.cpython-312.pyc | Bin 0 -> 7016 bytes .../macromanprober.cpython-312.pyc | Bin 0 -> 7196 bytes .../mbcharsetprober.cpython-312.pyc | Bin 0 -> 3917 bytes .../mbcsgroupprober.cpython-312.pyc | Bin 0 -> 1602 bytes .../__pycache__/mbcssm.cpython-312.pyc | Bin 0 -> 38659 bytes .../__pycache__/resultdict.cpython-312.pyc | Bin 0 -> 646 bytes .../sbcharsetprober.cpython-312.pyc | Bin 0 -> 6401 bytes .../sbcsgroupprober.cpython-312.pyc | Bin 0 -> 2371 bytes .../__pycache__/sjisprober.cpython-312.pyc | Bin 0 -> 4509 bytes .../universaldetector.cpython-312.pyc | Bin 0 -> 12283 bytes .../__pycache__/utf1632prober.cpython-312.pyc | Bin 0 -> 9993 bytes .../__pycache__/utf8prober.cpython-312.pyc | Bin 0 -> 3189 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 502 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 0 -> 209 bytes .../__pycache__/chardetect.cpython-312.pyc | Bin 0 -> 4026 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 0 -> 214 bytes .../__pycache__/languages.cpython-312.pyc | Bin 0 -> 9769 bytes .../pip/_vendor/chardet/metadata/languages.py | 352 + .../pip/_vendor/chardet/py.typed | 0 .../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 0 -> 506 bytes .../colorama/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 3964 bytes .../__pycache__/ansitowin32.cpython-312.pyc | Bin 0 -> 16435 bytes .../__pycache__/initialise.cpython-312.pyc | Bin 0 -> 3564 bytes .../__pycache__/win32.cpython-312.pyc | Bin 0 -> 8140 bytes .../__pycache__/winterm.cpython-312.pyc | Bin 0 -> 9102 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 0 -> 212 bytes .../__pycache__/ansi_test.cpython-312.pyc | Bin 0 -> 5481 bytes .../ansitowin32_test.cpython-312.pyc | Bin 0 -> 18117 bytes .../initialise_test.cpython-312.pyc | Bin 0 -> 11762 bytes .../__pycache__/isatty_test.cpython-312.pyc | Bin 0 -> 4918 bytes .../tests/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2502 bytes .../__pycache__/winterm_test.cpython-312.pyc | Bin 0 -> 6626 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 0 -> 1283 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45619 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 66041 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24380 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 60172 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15139 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7696 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41813 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17339 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19594 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 88270 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30380 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 51875 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/t32.exe | Bin 0 -> 97792 bytes .../pip/_vendor/distlib/t64-arm.exe | Bin 0 -> 182784 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 0 -> 108032 bytes .../site-packages/pip/_vendor/distlib/util.py | 2025 +++ .../pip/_vendor/distlib/version.py | 751 ++ .../site-packages/pip/_vendor/distlib/w32.exe | Bin 0 -> 91648 bytes .../pip/_vendor/distlib/w64-arm.exe | Bin 0 -> 168448 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 0 -> 101888 bytes .../pip/_vendor/distlib/wheel.py | 1099 ++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 974 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 306 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53768 bytes .../pip/_vendor/distro/distro.py | 1399 ++ .../site-packages/pip/_vendor/distro/py.typed | 0 .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 895 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4647 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 901 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16296 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 38396 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2652 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 230 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158884 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 | 2151 +++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../site-packages/pip/_vendor/idna/py.typed | 0 .../pip/_vendor/idna/uts46data.py | 8600 ++++++++++++ .../pip/_vendor/msgpack/__init__.py | 57 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1845 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2039 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8682 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 43590 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 0 -> 644 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 480 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 12090 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 6924 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3255 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 14072 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 6960 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 31261 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 18970 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 5882 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19953 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/py.typed | 0 .../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 0 -> 146488 bytes .../pip/_vendor/platformdirs/__init__.py | 566 + .../pip/_vendor/platformdirs/__main__.py | 53 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 18043 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1960 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 9458 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 9686 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 5651 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 12455 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 325 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13013 bytes .../pip/_vendor/platformdirs/android.py | 210 + .../pip/_vendor/platformdirs/api.py | 223 + .../pip/_vendor/platformdirs/macos.py | 91 + .../pip/_vendor/platformdirs/py.typed | 0 .../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 0 -> 3503 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 749 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26620 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2641 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3247 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4584 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38344 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1583 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 3411 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4096 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4771 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 11061 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6689 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8157 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 33003 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 13996 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 0 -> 37951 bytes .../pip/_vendor/pygments/formatter.py | 124 + .../_vendor/pygments/formatters/__init__.py | 158 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6941 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4230 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4209 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7279 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 40587 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 27058 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6080 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 19969 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6899 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2945 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 6141 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9081 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5844 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15172 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 0 -> 14667 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 64419 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42654 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 0 -> 4463 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 0 -> 7926 bytes .../__pycache__/actions.cpython-312.pyc | Bin 0 -> 8410 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 13429 bytes .../__pycache__/core.cpython-312.pyc | Bin 0 -> 267723 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13009 bytes .../__pycache__/helpers.cpython-312.pyc | Bin 0 -> 48516 bytes .../__pycache__/results.cpython-312.pyc | Bin 0 -> 34125 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 17203 bytes .../__pycache__/unicode.cpython-312.pyc | Bin 0 -> 13199 bytes .../__pycache__/util.cpython-312.pyc | Bin 0 -> 14919 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 0 -> 26828 bytes .../pip/_vendor/pyparsing/exceptions.py | 299 + .../pip/_vendor/pyparsing/helpers.py | 1100 ++ .../pip/_vendor/pyparsing/py.typed | 0 .../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 0 -> 628 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 389 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14740 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 0 -> 1095 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14412 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5468 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 599 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2039 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 21295 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7219 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13938 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 937 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1522 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25261 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7062 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4327 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1067 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35463 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 787 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27772 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 5974 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5632 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36284 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 | 1094 ++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 649 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 6866 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 2669 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 25912 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 10521 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../collections_abc.cpython-312.pyc | Bin 0 -> 435 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/py.typed | 0 .../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 0 -> 7030 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10319 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7836 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 205991 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1744 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2336 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 552 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 870 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12092 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4162 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1900 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3635 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5175 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 741 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6594 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13194 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 980 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 880 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 28991 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2505 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3588 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 2375 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1623 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12337 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9121 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4287 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11873 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5633 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26585 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1716 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8602 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 113808 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2273 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9241 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10944 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10388 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1502 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4224 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1860 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3592 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3097 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9913 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6050 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5224 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20235 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 19158 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4909 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13569 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9313 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6391 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 7149 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1835 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5329 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12112 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40071 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75093 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10404 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 14796 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1807 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 582 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6641 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6583 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3845 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2499 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28176 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6079 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6083 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33529 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2154 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 39627 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43599 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3363 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 58978 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6355 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 329 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 31563 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11454 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 + .../Lib/site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 311 + .../site-packages/pip/_vendor/rich/ansi.py | 240 + .../Lib/site-packages/pip/_vendor/rich/bar.py | 94 + .../Lib/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/py.typed | 0 .../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 + .env/Lib/site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 608 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 27101 bytes .../__pycache__/_asyncio.cpython-312.pyc | Bin 0 -> 4821 bytes .../__pycache__/_utils.cpython-312.pyc | Bin 0 -> 2330 bytes .../__pycache__/after.cpython-312.pyc | Bin 0 -> 1639 bytes .../__pycache__/before.cpython-312.pyc | Bin 0 -> 1479 bytes .../__pycache__/before_sleep.cpython-312.pyc | Bin 0 -> 2317 bytes .../tenacity/__pycache__/nap.cpython-312.pyc | Bin 0 -> 1427 bytes .../__pycache__/retry.cpython-312.pyc | Bin 0 -> 14296 bytes .../tenacity/__pycache__/stop.cpython-312.pyc | Bin 0 -> 5583 bytes .../__pycache__/tornadoweb.cpython-312.pyc | Bin 0 -> 2601 bytes .../tenacity/__pycache__/wait.cpython-312.pyc | Bin 0 -> 12428 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/py.typed | 0 .../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 0 -> 399 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26942 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3923 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 381 bytes .../pip/_vendor/tomli/_parser.py | 691 + .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../site-packages/pip/_vendor/tomli/py.typed | 1 + .../pip/_vendor/truststore/__init__.py | 13 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 633 bytes .../__pycache__/_api.cpython-312.pyc | Bin 0 -> 15812 bytes .../__pycache__/_macos.cpython-312.pyc | Bin 0 -> 16677 bytes .../__pycache__/_openssl.cpython-312.pyc | Bin 0 -> 2230 bytes .../_ssl_constants.cpython-312.pyc | Bin 0 -> 1114 bytes .../__pycache__/_windows.cpython-312.pyc | Bin 0 -> 15521 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/truststore/py.typed | 0 .../pip/_vendor/typing_extensions.py | 3072 +++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3420 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 15946 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 233 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 20422 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 36294 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13508 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10428 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4033 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20317 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 7309 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 33983 bytes .../pip/_vendor/urllib3/_collections.py | 337 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 572 + .../pip/_vendor/urllib3/connectionpool.py | 1132 ++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 213 bytes .../_appengine_environ.cpython-312.pyc | Bin 0 -> 1863 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 0 -> 11579 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 0 -> 5734 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 24465 bytes .../securetransport.cpython-312.pyc | Bin 0 -> 35571 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 7526 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 230 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 0 -> 17442 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 0 -> 14816 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 0 -> 214 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 0 -> 41334 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 224 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 0 -> 1840 bytes .../weakref_finalize.cpython-312.pyc | Bin 0 -> 7346 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 | 537 + .../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 0 -> 1161 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4771 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1567 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 0 -> 1367 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 4198 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 3004 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 21712 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 15118 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5086 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 10787 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11154 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 15810 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 4418 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 | 620 + .../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 + .env/Lib/site-packages/pip/_vendor/vendor.txt | 24 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 12016 bytes .../__pycache__/labels.cpython-312.pyc | Bin 0 -> 7147 bytes .../__pycache__/mklabels.cpython-312.pyc | Bin 0 -> 2714 bytes .../__pycache__/tests.cpython-312.pyc | Bin 0 -> 9266 bytes .../x_user_defined.cpython-312.pyc | Bin 0 -> 3310 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 + .env/Lib/site-packages/pip/py.typed | 4 + .../pygame-2.5.2.dist-info/INSTALLER | 1 + .../pygame-2.5.2.dist-info/METADATA | 305 + .../pygame-2.5.2.dist-info/RECORD | 771 ++ .../pygame-2.5.2.dist-info/REQUESTED | 0 .../pygame-2.5.2.dist-info/WHEEL | 5 + .../pygame-2.5.2.dist-info/entry_points.txt | 2 + .../pygame-2.5.2.dist-info/top_level.txt | 1 + .env/Lib/site-packages/pygame/SDL2.dll | Bin 0 -> 2499072 bytes .env/Lib/site-packages/pygame/SDL2_image.dll | Bin 0 -> 125440 bytes .env/Lib/site-packages/pygame/SDL2_mixer.dll | Bin 0 -> 291840 bytes .env/Lib/site-packages/pygame/SDL2_ttf.dll | Bin 0 -> 1552384 bytes .env/Lib/site-packages/pygame/__init__.py | 345 + .env/Lib/site-packages/pygame/__init__.pyi | 632 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 11224 bytes .../_camera_opencv.cpython-312.pyc | Bin 0 -> 8638 bytes .../_camera_vidcapture.cpython-312.pyc | Bin 0 -> 4946 bytes .../pygame/__pycache__/camera.cpython-312.pyc | Bin 0 -> 6779 bytes .../__pycache__/colordict.cpython-312.pyc | Bin 0 -> 35138 bytes .../__pycache__/cursors.cpython-312.pyc | Bin 0 -> 16354 bytes .../__pycache__/draw_py.cpython-312.pyc | Bin 0 -> 21360 bytes .../__pycache__/fastevent.cpython-312.pyc | Bin 0 -> 2986 bytes .../__pycache__/freetype.cpython-312.pyc | Bin 0 -> 2407 bytes .../pygame/__pycache__/ftfont.cpython-312.pyc | Bin 0 -> 8052 bytes .../pygame/__pycache__/locals.cpython-312.pyc | Bin 0 -> 554 bytes .../pygame/__pycache__/macosx.cpython-312.pyc | Bin 0 -> 881 bytes .../pygame/__pycache__/midi.cpython-312.pyc | Bin 0 -> 27008 bytes .../__pycache__/pkgdata.cpython-312.pyc | Bin 0 -> 3020 bytes .../__pycache__/sndarray.cpython-312.pyc | Bin 0 -> 3693 bytes .../pygame/__pycache__/sprite.cpython-312.pyc | Bin 0 -> 69217 bytes .../__pycache__/surfarray.cpython-312.pyc | Bin 0 -> 15804 bytes .../__pycache__/sysfont.cpython-312.pyc | Bin 0 -> 15517 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 3165 bytes .../pygame/__pyinstaller/__init__.py | 5 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 447 bytes .../__pycache__/hook-pygame.cpython-312.pyc | Bin 0 -> 1713 bytes .../pygame/__pyinstaller/hook-pygame.py | 45 + .../pygame/_camera.cp312-win_amd64.pyd | Bin 0 -> 31232 bytes .../site-packages/pygame/_camera_opencv.py | 208 + .../pygame/_camera_vidcapture.py | 117 + .env/Lib/site-packages/pygame/_common.pyi | 40 + .../pygame/_freetype.cp312-win_amd64.pyd | Bin 0 -> 78848 bytes .../site-packages/pygame/_sdl2/__init__.py | 3 + .../site-packages/pygame/_sdl2/__init__.pyi | 3 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 264 bytes .../pygame/_sdl2/audio.cp312-win_amd64.pyd | Bin 0 -> 168960 bytes .env/Lib/site-packages/pygame/_sdl2/audio.pyi | 54 + .../_sdl2/controller.cp312-win_amd64.pyd | Bin 0 -> 105984 bytes .../site-packages/pygame/_sdl2/controller.pyi | 35 + .../pygame/_sdl2/mixer.cp312-win_amd64.pyd | Bin 0 -> 150016 bytes .../pygame/_sdl2/sdl2.cp312-win_amd64.pyd | Bin 0 -> 46592 bytes .env/Lib/site-packages/pygame/_sdl2/sdl2.pyi | 16 + .../pygame/_sdl2/touch.cp312-win_amd64.pyd | Bin 0 -> 13824 bytes .env/Lib/site-packages/pygame/_sdl2/touch.pyi | 6 + .../pygame/_sdl2/video.cp312-win_amd64.pyd | Bin 0 -> 228352 bytes .env/Lib/site-packages/pygame/_sdl2/video.pyi | 159 + .../pygame/_sprite.cp312-win_amd64.pyd | Bin 0 -> 326656 bytes .../pygame/base.cp312-win_amd64.pyd | Bin 0 -> 31232 bytes .env/Lib/site-packages/pygame/base.pyi | 19 + .../pygame/bufferproxy.cp312-win_amd64.pyd | Bin 0 -> 18432 bytes .env/Lib/site-packages/pygame/bufferproxy.pyi | 15 + .env/Lib/site-packages/pygame/camera.py | 211 + .env/Lib/site-packages/pygame/camera.pyi | 49 + .../pygame/color.cp312-win_amd64.pyd | Bin 0 -> 35840 bytes .env/Lib/site-packages/pygame/color.pyi | 56 + .env/Lib/site-packages/pygame/colordict.py | 692 + .../pygame/constants.cp312-win_amd64.pyd | Bin 0 -> 50688 bytes .env/Lib/site-packages/pygame/constants.pyi | 560 + .env/Lib/site-packages/pygame/cursors.py | 844 ++ .env/Lib/site-packages/pygame/cursors.pyi | 91 + .../pygame/display.cp312-win_amd64.pyd | Bin 0 -> 45056 bytes .env/Lib/site-packages/pygame/display.pyi | 77 + .../Lib/site-packages/pygame/docs/__main__.py | 37 + .../docs/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 2166 bytes .../pygame/docs/generated/LGPL.txt | 504 + .../_images/AdvancedInputOutput1.gif | Bin 0 -> 5649 bytes .../_images/AdvancedInputOutput11.gif | Bin 0 -> 5649 bytes .../_images/AdvancedInputOutput2.gif | Bin 0 -> 72233 bytes .../_images/AdvancedInputOutput21.gif | Bin 0 -> 72233 bytes .../_images/AdvancedInputOutput3.gif | Bin 0 -> 6294 bytes .../_images/AdvancedInputOutput31.gif | Bin 0 -> 6294 bytes .../_images/AdvancedInputOutput4.gif | Bin 0 -> 29185 bytes .../_images/AdvancedInputOutput41.gif | Bin 0 -> 29185 bytes .../_images/AdvancedInputOutput5.gif | Bin 0 -> 37349 bytes .../_images/AdvancedInputOutput51.gif | Bin 0 -> 37349 bytes .../_images/AdvancedOutputAlpha1.gif | Bin 0 -> 14915 bytes .../_images/AdvancedOutputAlpha11.gif | Bin 0 -> 14915 bytes .../_images/AdvancedOutputAlpha2.gif | Bin 0 -> 71819 bytes .../_images/AdvancedOutputAlpha21.gif | Bin 0 -> 71819 bytes .../_images/AdvancedOutputAlpha3.gif | Bin 0 -> 30380 bytes .../_images/AdvancedOutputAlpha31.gif | Bin 0 -> 30380 bytes .../_images/AdvancedOutputProcess1.gif | Bin 0 -> 15951 bytes .../_images/AdvancedOutputProcess11.gif | Bin 0 -> 15951 bytes .../_images/AdvancedOutputProcess2.gif | Bin 0 -> 1868 bytes .../_images/AdvancedOutputProcess21.gif | Bin 0 -> 1868 bytes .../_images/AdvancedOutputProcess3.gif | Bin 0 -> 1912 bytes .../_images/AdvancedOutputProcess31.gif | Bin 0 -> 1912 bytes .../_images/AdvancedOutputProcess4.gif | Bin 0 -> 14500 bytes .../_images/AdvancedOutputProcess41.gif | Bin 0 -> 14500 bytes .../_images/AdvancedOutputProcess5.gif | Bin 0 -> 16896 bytes .../_images/AdvancedOutputProcess51.gif | Bin 0 -> 16896 bytes .../_images/AdvancedOutputProcess6.gif | Bin 0 -> 34058 bytes .../_images/AdvancedOutputProcess61.gif | Bin 0 -> 34058 bytes .../_images/Bagic-INPUT-resultscreen.png | Bin 0 -> 5973 bytes .../_images/Bagic-INPUT-resultscreen1.png | Bin 0 -> 5973 bytes .../_images/Bagic-INPUT-sourcecode.png | Bin 0 -> 77061 bytes .../_images/Bagic-INPUT-sourcecode1.png | Bin 0 -> 77061 bytes .../_images/Bagic-PROCESS-resultscreen.png | Bin 0 -> 5348 bytes .../_images/Bagic-PROCESS-resultscreen1.png | Bin 0 -> 5348 bytes .../_images/Bagic-PROCESS-sourcecode.png | Bin 0 -> 66070 bytes .../_images/Bagic-PROCESS-sourcecode1.png | Bin 0 -> 66070 bytes .../_images/Bagic-ouput-result-screen.png | Bin 0 -> 4819 bytes .../_images/Bagic-ouput-result-screen1.png | Bin 0 -> 4819 bytes .../_images/Basic-ouput-sourcecode.png | Bin 0 -> 57466 bytes .../_images/Basic-ouput-sourcecode1.png | Bin 0 -> 57466 bytes .../docs/generated/_images/angle_to.png | Bin 0 -> 25349 bytes .../docs/generated/_images/camera_average.jpg | Bin 0 -> 20881 bytes .../generated/_images/camera_background.jpg | Bin 0 -> 7493 bytes .../docs/generated/_images/camera_green.jpg | Bin 0 -> 10219 bytes .../docs/generated/_images/camera_hsv.jpg | Bin 0 -> 36673 bytes .../docs/generated/_images/camera_mask.jpg | Bin 0 -> 18779 bytes .../docs/generated/_images/camera_rgb.jpg | Bin 0 -> 32488 bytes .../docs/generated/_images/camera_thresh.jpg | Bin 0 -> 4346 bytes .../generated/_images/camera_thresholded.jpg | Bin 0 -> 23678 bytes .../docs/generated/_images/camera_yuv.jpg | Bin 0 -> 20105 bytes .../docs/generated/_images/chimpshot.gif | Bin 0 -> 46010 bytes .../generated/_images/draw_module_example.png | Bin 0 -> 6476 bytes .../docs/generated/_images/intro_ball.gif | Bin 0 -> 5015 bytes .../docs/generated/_images/intro_blade.jpg | Bin 0 -> 2631 bytes .../docs/generated/_images/intro_freedom.jpg | Bin 0 -> 7050 bytes .../_images/introduction-Battleship.png | Bin 0 -> 165586 bytes .../_images/introduction-Battleship1.png | Bin 0 -> 165586 bytes .../_images/introduction-PuyoPuyo.png | Bin 0 -> 31388 bytes .../_images/introduction-PuyoPuyo1.png | Bin 0 -> 31388 bytes .../generated/_images/introduction-TPS.png | Bin 0 -> 136031 bytes .../generated/_images/introduction-TPS1.png | Bin 0 -> 136031 bytes .../docs/generated/_images/joystick_calls.png | Bin 0 -> 30004 bytes .../docs/generated/_images/pygame_lofi.png | Bin 0 -> 134242 bytes .../docs/generated/_images/pygame_logo.png | Bin 0 -> 132068 bytes .../docs/generated/_images/pygame_powered.png | Bin 0 -> 179911 bytes .../_images/pygame_powered_lowres.png | Bin 0 -> 179911 bytes .../docs/generated/_images/pygame_tiny.png | Bin 0 -> 15310 bytes .../generated/_images/surfarray_allblack.png | Bin 0 -> 125 bytes .../generated/_images/surfarray_flipped.png | Bin 0 -> 50835 bytes .../generated/_images/surfarray_redimg.png | Bin 0 -> 23443 bytes .../generated/_images/surfarray_rgbarray.png | Bin 0 -> 50897 bytes .../generated/_images/surfarray_scaledown.png | Bin 0 -> 15109 bytes .../generated/_images/surfarray_scaleup.png | Bin 0 -> 67759 bytes .../generated/_images/surfarray_soften.png | Bin 0 -> 47540 bytes .../generated/_images/surfarray_striped.png | Bin 0 -> 392 bytes .../generated/_images/surfarray_xfade.png | Bin 0 -> 41834 bytes .../docs/generated/_images/tom_basic.png | Bin 0 -> 5139 bytes .../generated/_images/tom_event-flowchart.png | Bin 0 -> 5528 bytes .../docs/generated/_images/tom_formulae.png | Bin 0 -> 6763 bytes .../docs/generated/_images/tom_radians.png | Bin 0 -> 17409 bytes .../docs/generated/_sources/c_api.rst.txt | 25 + .../docs/generated/_sources/filepaths.rst.txt | 17 + .../docs/generated/_sources/index.rst.txt | 213 + .../docs/generated/_sources/logos.rst.txt | 47 + .../_sources/ref/bufferproxy.rst.txt | 113 + .../generated/_sources/ref/camera.rst.txt | 250 + .../docs/generated/_sources/ref/cdrom.rst.txt | 310 + .../docs/generated/_sources/ref/color.rst.txt | 283 + .../generated/_sources/ref/color_list.rst.txt | 2014 +++ .../generated/_sources/ref/cursors.rst.txt | 251 + .../generated/_sources/ref/display.rst.txt | 737 ++ .../docs/generated/_sources/ref/draw.rst.txt | 557 + .../docs/generated/_sources/ref/event.rst.txt | 565 + .../generated/_sources/ref/examples.rst.txt | 451 + .../generated/_sources/ref/fastevent.rst.txt | 109 + .../docs/generated/_sources/ref/font.rst.txt | 499 + .../generated/_sources/ref/freetype.rst.txt | 770 ++ .../generated/_sources/ref/gfxdraw.rst.txt | 628 + .../docs/generated/_sources/ref/image.rst.txt | 375 + .../generated/_sources/ref/joystick.rst.txt | 697 + .../docs/generated/_sources/ref/key.rst.txt | 455 + .../generated/_sources/ref/locals.rst.txt | 27 + .../docs/generated/_sources/ref/mask.rst.txt | 642 + .../docs/generated/_sources/ref/math.rst.txt | 1143 ++ .../docs/generated/_sources/ref/midi.rst.txt | 484 + .../docs/generated/_sources/ref/mixer.rst.txt | 605 + .../docs/generated/_sources/ref/mouse.rst.txt | 219 + .../docs/generated/_sources/ref/music.rst.txt | 274 + .../generated/_sources/ref/overlay.rst.txt | 79 + .../generated/_sources/ref/pixelarray.rst.txt | 295 + .../generated/_sources/ref/pixelcopy.rst.txt | 104 + .../generated/_sources/ref/pygame.rst.txt | 505 + .../docs/generated/_sources/ref/rect.rst.txt | 604 + .../docs/generated/_sources/ref/scrap.rst.txt | 240 + .../_sources/ref/sdl2_controller.rst.txt | 290 + .../generated/_sources/ref/sdl2_video.rst.txt | 334 + .../generated/_sources/ref/sndarray.rst.txt | 95 + .../generated/_sources/ref/sprite.rst.txt | 895 ++ .../generated/_sources/ref/surface.rst.txt | 949 ++ .../generated/_sources/ref/surfarray.rst.txt | 337 + .../docs/generated/_sources/ref/tests.rst.txt | 113 + .../docs/generated/_sources/ref/time.rst.txt | 165 + .../docs/generated/_sources/ref/touch.rst.txt | 66 + .../generated/_sources/ref/transform.rst.txt | 325 + .../pygame/docs/generated/_static/basic.css | 906 ++ .../pygame/docs/generated/_static/doctools.js | 358 + .../_static/documentation_options.js | 14 + .../pygame/docs/generated/_static/file.png | Bin 0 -> 286 bytes .../docs/generated/_static/jquery-3.5.1.js | 10872 ++++++++++++++++ .../pygame/docs/generated/_static/jquery.js | 2 + .../docs/generated/_static/language_data.js | 297 + .../docs/generated/_static/legacy_logos.zip | Bin 0 -> 51315 bytes .../pygame/docs/generated/_static/minus.png | Bin 0 -> 90 bytes .../pygame/docs/generated/_static/plus.png | Bin 0 -> 90 bytes .../pygame/docs/generated/_static/pygame.css | 707 + .../pygame/docs/generated/_static/pygame.ico | Bin 0 -> 1078 bytes .../docs/generated/_static/pygame_lofi.png | Bin 0 -> 134242 bytes .../docs/generated/_static/pygame_lofi.svg | 234 + .../docs/generated/_static/pygame_logo.png | Bin 0 -> 132068 bytes .../docs/generated/_static/pygame_logo.svg | 234 + .../docs/generated/_static/pygame_powered.png | Bin 0 -> 179911 bytes .../docs/generated/_static/pygame_powered.svg | 326 + .../_static/pygame_powered_lowres.png | Bin 0 -> 179911 bytes .../docs/generated/_static/pygame_tiny.png | Bin 0 -> 15310 bytes .../docs/generated/_static/pygments.css | 75 + .../pygame/docs/generated/_static/reset.css | 49 + .../docs/generated/_static/searchtools.js | 525 + .../pygame/docs/generated/_static/tooltip.css | 44 + .../generated/_static/underscore-1.13.1.js | 2042 +++ .../docs/generated/_static/underscore.js | 6 + .../pygame/docs/generated/c_api.html | 154 + .../pygame/docs/generated/c_api/base.html | 359 + .../docs/generated/c_api/bufferproxy.html | 181 + .../pygame/docs/generated/c_api/color.html | 170 + .../pygame/docs/generated/c_api/display.html | 175 + .../pygame/docs/generated/c_api/event.html | 190 + .../pygame/docs/generated/c_api/freetype.html | 178 + .../pygame/docs/generated/c_api/mixer.html | 211 + .../pygame/docs/generated/c_api/rect.html | 206 + .../pygame/docs/generated/c_api/rwobject.html | 202 + .../pygame/docs/generated/c_api/slots.html | 155 + .../pygame/docs/generated/c_api/surface.html | 200 + .../pygame/docs/generated/c_api/surflock.html | 229 + .../pygame/docs/generated/c_api/version.html | 171 + .../pygame/docs/generated/filepaths.html | 147 + .../pygame/docs/generated/genindex.html | 2678 ++++ .../pygame/docs/generated/index.html | 345 + .../pygame/docs/generated/logos.html | 170 + .../pygame/docs/generated/py-modindex.html | 251 + .../docs/generated/ref/bufferproxy.html | 281 + .../pygame/docs/generated/ref/camera.html | 474 + .../pygame/docs/generated/ref/cdrom.html | 590 + .../pygame/docs/generated/ref/color.html | 530 + .../pygame/docs/generated/ref/color_list.html | 2811 ++++ .../pygame/docs/generated/ref/cursors.html | 450 + .../pygame/docs/generated/ref/display.html | 1013 ++ .../pygame/docs/generated/ref/draw.html | 963 ++ .../pygame/docs/generated/ref/event.html | 808 ++ .../pygame/docs/generated/ref/examples.html | 710 + .../pygame/docs/generated/ref/fastevent.html | 284 + .../pygame/docs/generated/ref/font.html | 829 ++ .../pygame/docs/generated/ref/freetype.html | 1273 ++ .../pygame/docs/generated/ref/gfxdraw.html | 1056 ++ .../pygame/docs/generated/ref/image.html | 564 + .../pygame/docs/generated/ref/joystick.html | 1148 ++ .../pygame/docs/generated/ref/key.html | 649 + .../pygame/docs/generated/ref/locals.html | 159 + .../pygame/docs/generated/ref/mask.html | 1121 ++ .../pygame/docs/generated/ref/math.html | 1835 +++ .../pygame/docs/generated/ref/midi.html | 843 ++ .../pygame/docs/generated/ref/mixer.html | 994 ++ .../pygame/docs/generated/ref/mouse.html | 404 + .../pygame/docs/generated/ref/music.html | 500 + .../pygame/docs/generated/ref/overlay.html | 229 + .../pygame/docs/generated/ref/pixelarray.html | 484 + .../pygame/docs/generated/ref/pixelcopy.html | 260 + .../pygame/docs/generated/ref/pygame.html | 708 + .../pygame/docs/generated/ref/rect.html | 908 ++ .../pygame/docs/generated/ref/scrap.html | 456 + .../docs/generated/ref/sdl2_controller.html | 571 + .../pygame/docs/generated/ref/sdl2_video.html | 1089 ++ .../pygame/docs/generated/ref/sndarray.html | 272 + .../pygame/docs/generated/ref/sprite.html | 1413 ++ .../pygame/docs/generated/ref/surface.html | 1339 ++ .../pygame/docs/generated/ref/surfarray.html | 569 + .../pygame/docs/generated/ref/tests.html | 241 + .../pygame/docs/generated/ref/time.html | 368 + .../pygame/docs/generated/ref/touch.html | 238 + .../pygame/docs/generated/ref/transform.html | 605 + .../pygame/docs/generated/search.html | 96 + .../pygame/docs/generated/searchindex.js | 1 + .../docs/generated/tut/CameraIntro.html | 376 + .../docs/generated/tut/ChimpLineByLine.html | 595 + .../docs/generated/tut/DisplayModes.html | 312 + .../pygame/docs/generated/tut/ImportInit.html | 195 + .../pygame/docs/generated/tut/MakeGames.html | 235 + .../pygame/docs/generated/tut/MoveIt.html | 655 + .../docs/generated/tut/PygameIntro.html | 421 + .../docs/generated/tut/SpriteIntro.html | 496 + .../docs/generated/tut/SurfarrayIntro.html | 658 + .../pygame/docs/generated/tut/chimp.py.html | 340 + .../docs/generated/tut/newbieguide.html | 544 + .../pygame/docs/generated/tut/tom_games2.html | 238 + .../pygame/docs/generated/tut/tom_games3.html | 218 + .../pygame/docs/generated/tut/tom_games4.html | 247 + .../pygame/docs/generated/tut/tom_games5.html | 236 + .../pygame/docs/generated/tut/tom_games6.html | 435 + .../pygame/draw.cp312-win_amd64.pyd | Bin 0 -> 49152 bytes .env/Lib/site-packages/pygame/draw.pyi | 74 + .env/Lib/site-packages/pygame/draw_py.py | 562 + .../pygame/event.cp312-win_amd64.pyd | Bin 0 -> 44544 bytes .env/Lib/site-packages/pygame/event.pyi | 51 + .../site-packages/pygame/examples/README.rst | 154 + .../site-packages/pygame/examples/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../__pycache__/aacircle.cpython-312.pyc | Bin 0 -> 2292 bytes .../__pycache__/aliens.cpython-312.pyc | Bin 0 -> 20573 bytes .../__pycache__/arraydemo.cpython-312.pyc | Bin 0 -> 5056 bytes .../__pycache__/audiocapture.cpython-312.pyc | Bin 0 -> 2377 bytes .../__pycache__/blend_fill.cpython-312.pyc | Bin 0 -> 5298 bytes .../__pycache__/blit_blends.cpython-312.pyc | Bin 0 -> 10142 bytes .../__pycache__/camera.cpython-312.pyc | Bin 0 -> 4940 bytes .../__pycache__/chimp.cpython-312.pyc | Bin 0 -> 10846 bytes .../__pycache__/cursors.cpython-312.pyc | Bin 0 -> 10715 bytes .../__pycache__/dropevent.cpython-312.pyc | Bin 0 -> 3404 bytes .../__pycache__/eventlist.cpython-312.pyc | Bin 0 -> 10223 bytes .../__pycache__/font_viewer.cpython-312.pyc | Bin 0 -> 14070 bytes .../__pycache__/fonty.cpython-312.pyc | Bin 0 -> 2919 bytes .../__pycache__/freetype_misc.cpython-312.pyc | Bin 0 -> 4985 bytes .../__pycache__/glcube.cpython-312.pyc | Bin 0 -> 22411 bytes .../__pycache__/go_over_there.cpython-312.pyc | Bin 0 -> 3928 bytes .../examples/__pycache__/grid.cpython-312.pyc | Bin 0 -> 3947 bytes ...headless_no_windows_needed.cpython-312.pyc | Bin 0 -> 2123 bytes .../__pycache__/joystick.cpython-312.pyc | Bin 0 -> 6524 bytes .../__pycache__/liquid.cpython-312.pyc | Bin 0 -> 3249 bytes .../examples/__pycache__/mask.cpython-312.pyc | Bin 0 -> 8313 bytes .../examples/__pycache__/midi.cpython-312.pyc | Bin 0 -> 33086 bytes .../__pycache__/moveit.cpython-312.pyc | Bin 0 -> 5747 bytes .../music_drop_fade.cpython-312.pyc | Bin 0 -> 12488 bytes .../__pycache__/pixelarray.cpython-312.pyc | Bin 0 -> 5704 bytes .../__pycache__/playmus.cpython-312.pyc | Bin 0 -> 8398 bytes .../__pycache__/resizing_new.cpython-312.pyc | Bin 0 -> 2246 bytes .../__pycache__/scaletest.cpython-312.pyc | Bin 0 -> 6835 bytes .../scrap_clipboard.cpython-312.pyc | Bin 0 -> 4940 bytes .../__pycache__/scroll.cpython-312.pyc | Bin 0 -> 9440 bytes .../__pycache__/setmodescale.cpython-312.pyc | Bin 0 -> 3389 bytes .../__pycache__/sound.cpython-312.pyc | Bin 0 -> 1998 bytes .../sound_array_demos.cpython-312.pyc | Bin 0 -> 8170 bytes .../sprite_texture.cpython-312.pyc | Bin 0 -> 5781 bytes .../__pycache__/stars.cpython-312.pyc | Bin 0 -> 4632 bytes .../__pycache__/testsprite.cpython-312.pyc | Bin 0 -> 9902 bytes .../__pycache__/textinput.cpython-312.pyc | Bin 0 -> 10260 bytes .../__pycache__/vgrade.cpython-312.pyc | Bin 0 -> 5124 bytes .../__pycache__/video.cpython-312.pyc | Bin 0 -> 6606 bytes .../site-packages/pygame/examples/aacircle.py | 41 + .../site-packages/pygame/examples/aliens.py | 395 + .../pygame/examples/arraydemo.py | 120 + .../pygame/examples/audiocapture.py | 78 + .../pygame/examples/blend_fill.py | 114 + .../pygame/examples/blit_blends.py | 197 + .../site-packages/pygame/examples/camera.py | 121 + .../site-packages/pygame/examples/chimp.py | 203 + .../site-packages/pygame/examples/cursors.py | 259 + .../pygame/examples/data/BGR.png | Bin 0 -> 244 bytes .../pygame/examples/data/alien1.gif | Bin 0 -> 3826 bytes .../pygame/examples/data/alien1.jpg | Bin 0 -> 3103 bytes .../pygame/examples/data/alien1.png | Bin 0 -> 3522 bytes .../pygame/examples/data/alien2.gif | Bin 0 -> 3834 bytes .../pygame/examples/data/alien2.png | Bin 0 -> 3526 bytes .../pygame/examples/data/alien3.gif | Bin 0 -> 3829 bytes .../pygame/examples/data/alien3.png | Bin 0 -> 3518 bytes .../pygame/examples/data/arraydemo.bmp | Bin 0 -> 76854 bytes .../pygame/examples/data/asprite.bmp | Bin 0 -> 578 bytes .../pygame/examples/data/background.gif | Bin 0 -> 9133 bytes .../pygame/examples/data/black.ppm | 3076 +++++ .../pygame/examples/data/blue.gif | Bin 0 -> 84 bytes .../pygame/examples/data/blue.mpg | Bin 0 -> 6144 bytes .../pygame/examples/data/bomb.gif | Bin 0 -> 1170 bytes .../pygame/examples/data/boom.wav | Bin 0 -> 12562 bytes .../pygame/examples/data/brick.png | Bin 0 -> 170 bytes .../pygame/examples/data/car_door.wav | Bin 0 -> 3910 bytes .../pygame/examples/data/chimp.png | Bin 0 -> 826 bytes .../pygame/examples/data/city.png | Bin 0 -> 143 bytes .../pygame/examples/data/crimson.pnm | 5 + .../pygame/examples/data/cursor.png | Bin 0 -> 2708 bytes .../pygame/examples/data/danger.gif | Bin 0 -> 2761 bytes .../pygame/examples/data/explosion1.gif | Bin 0 -> 6513 bytes .../pygame/examples/data/fist.png | Bin 0 -> 86196 bytes .../pygame/examples/data/green.pcx | Bin 0 -> 320 bytes .../pygame/examples/data/grey.pgm | 1028 ++ .../pygame/examples/data/house_lo.mp3 | Bin 0 -> 116320 bytes .../pygame/examples/data/house_lo.ogg | Bin 0 -> 31334 bytes .../pygame/examples/data/house_lo.wav | Bin 0 -> 78464 bytes .../pygame/examples/data/laplacian.png | Bin 0 -> 253 bytes .../pygame/examples/data/liquid.bmp | Bin 0 -> 11734 bytes .../pygame/examples/data/midikeys.png | Bin 0 -> 19666 bytes .../pygame/examples/data/player1.gif | Bin 0 -> 3470 bytes .../pygame/examples/data/punch.wav | Bin 0 -> 4176 bytes .../pygame/examples/data/purple.xpm | 36 + .../pygame/examples/data/red.jpg | Bin 0 -> 1251 bytes .../pygame/examples/data/sans.ttf | Bin 0 -> 133088 bytes .../pygame/examples/data/scarlet.webp | Bin 0 -> 82 bytes .../pygame/examples/data/secosmic_lo.wav | Bin 0 -> 18700 bytes .../pygame/examples/data/shot.gif | Bin 0 -> 129 bytes .../pygame/examples/data/static.png | Bin 0 -> 1202 bytes .../pygame/examples/data/teal.svg | 9 + .../pygame/examples/data/turquoise.tif | Bin 0 -> 1186 bytes .../pygame/examples/data/whiff.wav | Bin 0 -> 5850 bytes .../pygame/examples/data/yellow.tga | Bin 0 -> 3116 bytes .../pygame/examples/dropevent.py | 72 + .../pygame/examples/eventlist.py | 194 + .../pygame/examples/font_viewer.py | 281 + .../site-packages/pygame/examples/fonty.py | 81 + .../pygame/examples/freetype_misc.py | 157 + .../site-packages/pygame/examples/glcube.py | 591 + .../pygame/examples/go_over_there.py | 88 + .../Lib/site-packages/pygame/examples/grid.py | 64 + .../examples/headless_no_windows_needed.py | 50 + .../site-packages/pygame/examples/joystick.py | 151 + .../site-packages/pygame/examples/liquid.py | 89 + .../Lib/site-packages/pygame/examples/mask.py | 202 + .../Lib/site-packages/pygame/examples/midi.py | 932 ++ .../site-packages/pygame/examples/moveit.py | 119 + .../pygame/examples/music_drop_fade.py | 253 + .../pygame/examples/pixelarray.py | 142 + .../site-packages/pygame/examples/playmus.py | 165 + .../pygame/examples/resizing_new.py | 44 + .../pygame/examples/scaletest.py | 154 + .../pygame/examples/scrap_clipboard.py | 94 + .../site-packages/pygame/examples/scroll.py | 197 + .../pygame/examples/setmodescale.py | 67 + .../site-packages/pygame/examples/sound.py | 45 + .../pygame/examples/sound_array_demos.py | 217 + .../pygame/examples/sprite_texture.py | 110 + .../site-packages/pygame/examples/stars.py | 100 + .../pygame/examples/testsprite.py | 250 + .../pygame/examples/textinput.py | 235 + .../site-packages/pygame/examples/vgrade.py | 102 + .../site-packages/pygame/examples/video.py | 158 + .env/Lib/site-packages/pygame/fastevent.py | 88 + .env/Lib/site-packages/pygame/fastevent.pyi | 11 + .../pygame/font.cp312-win_amd64.pyd | Bin 0 -> 24576 bytes .env/Lib/site-packages/pygame/font.pyi | 61 + .../Lib/site-packages/pygame/freesansbold.ttf | Bin 0 -> 98600 bytes .env/Lib/site-packages/pygame/freetype.dll | Bin 0 -> 654336 bytes .env/Lib/site-packages/pygame/freetype.py | 78 + .env/Lib/site-packages/pygame/freetype.pyi | 128 + .env/Lib/site-packages/pygame/ftfont.py | 203 + .../pygame/gfxdraw.cp312-win_amd64.pyd | Bin 0 -> 58880 bytes .env/Lib/site-packages/pygame/gfxdraw.pyi | 91 + .../pygame/image.cp312-win_amd64.pyd | Bin 0 -> 29696 bytes .env/Lib/site-packages/pygame/image.pyi | 45 + .../pygame/imageext.cp312-win_amd64.pyd | Bin 0 -> 17408 bytes .../pygame/joystick.cp312-win_amd64.pyd | Bin 0 -> 20480 bytes .env/Lib/site-packages/pygame/joystick.pyi | 35 + .../pygame/key.cp312-win_amd64.pyd | Bin 0 -> 20992 bytes .env/Lib/site-packages/pygame/key.pyi | 17 + .env/Lib/site-packages/pygame/libjpeg-9.dll | Bin 0 -> 244224 bytes .../Lib/site-packages/pygame/libmodplug-1.dll | Bin 0 -> 265216 bytes .env/Lib/site-packages/pygame/libogg-0.dll | Bin 0 -> 25600 bytes .env/Lib/site-packages/pygame/libopus-0.dll | Bin 0 -> 368128 bytes .../site-packages/pygame/libopusfile-0.dll | Bin 0 -> 46592 bytes .env/Lib/site-packages/pygame/libpng16-16.dll | Bin 0 -> 210944 bytes .env/Lib/site-packages/pygame/libtiff-5.dll | Bin 0 -> 432640 bytes .env/Lib/site-packages/pygame/libwebp-7.dll | Bin 0 -> 447488 bytes .env/Lib/site-packages/pygame/locals.py | 30 + .env/Lib/site-packages/pygame/locals.pyi | 562 + .env/Lib/site-packages/pygame/macosx.py | 13 + .../pygame/mask.cp312-win_amd64.pyd | Bin 0 -> 55296 bytes .env/Lib/site-packages/pygame/mask.pyi | 59 + .../pygame/math.cp312-win_amd64.pyd | Bin 0 -> 76800 bytes .env/Lib/site-packages/pygame/math.pyi | 342 + .env/Lib/site-packages/pygame/midi.py | 717 + .env/Lib/site-packages/pygame/midi.pyi | 49 + .../pygame/mixer.cp312-win_amd64.pyd | Bin 0 -> 37888 bytes .env/Lib/site-packages/pygame/mixer.pyi | 98 + .../pygame/mixer_music.cp312-win_amd64.pyd | Bin 0 -> 20480 bytes .env/Lib/site-packages/pygame/mixer_music.pyi | 20 + .../pygame/mouse.cp312-win_amd64.pyd | Bin 0 -> 19456 bytes .env/Lib/site-packages/pygame/mouse.pyi | 35 + .../pygame/newbuffer.cp312-win_amd64.pyd | Bin 0 -> 21504 bytes .../pygame/pixelarray.cp312-win_amd64.pyd | Bin 0 -> 48128 bytes .env/Lib/site-packages/pygame/pixelarray.pyi | 41 + .../pygame/pixelcopy.cp312-win_amd64.pyd | Bin 0 -> 27136 bytes .env/Lib/site-packages/pygame/pixelcopy.pyi | 20 + .env/Lib/site-packages/pygame/pkgdata.py | 77 + .env/Lib/site-packages/pygame/portmidi.dll | Bin 0 -> 41984 bytes .env/Lib/site-packages/pygame/py.typed | 0 .env/Lib/site-packages/pygame/pygame.ico | Bin 0 -> 145516 bytes .env/Lib/site-packages/pygame/pygame_icon.bmp | Bin 0 -> 630 bytes .../Lib/site-packages/pygame/pygame_icon.icns | Bin 0 -> 264148 bytes .../site-packages/pygame/pygame_icon_mac.bmp | Bin 0 -> 262282 bytes .../pygame/pypm.cp312-win_amd64.pyd | Bin 0 -> 105984 bytes .../pygame/rect.cp312-win_amd64.pyd | Bin 0 -> 45056 bytes .env/Lib/site-packages/pygame/rect.pyi | 208 + .../pygame/rwobject.cp312-win_amd64.pyd | Bin 0 -> 19968 bytes .env/Lib/site-packages/pygame/rwobject.pyi | 18 + .../pygame/scrap.cp312-win_amd64.pyd | Bin 0 -> 18944 bytes .env/Lib/site-packages/pygame/scrap.pyi | 11 + .env/Lib/site-packages/pygame/sndarray.py | 139 + .env/Lib/site-packages/pygame/sndarray.pyi | 12 + .env/Lib/site-packages/pygame/sprite.py | 1812 +++ .env/Lib/site-packages/pygame/sprite.pyi | 281 + .../pygame/surface.cp312-win_amd64.pyd | Bin 0 -> 239616 bytes .env/Lib/site-packages/pygame/surface.pyi | 149 + .env/Lib/site-packages/pygame/surfarray.py | 447 + .env/Lib/site-packages/pygame/surfarray.pyi | 31 + .../pygame/surflock.cp312-win_amd64.pyd | Bin 0 -> 13824 bytes .env/Lib/site-packages/pygame/surflock.pyi | 2 + .env/Lib/site-packages/pygame/sysfont.py | 517 + .../site-packages/pygame/tests/__init__.py | 40 + .../site-packages/pygame/tests/__main__.py | 143 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1738 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 4432 bytes .../__pycache__/base_test.cpython-312.pyc | Bin 0 -> 34825 bytes .../__pycache__/blit_test.cpython-312.pyc | Bin 0 -> 7758 bytes .../bufferproxy_test.cpython-312.pyc | Bin 0 -> 25726 bytes .../__pycache__/camera_test.cpython-312.pyc | Bin 0 -> 445 bytes .../__pycache__/color_test.cpython-312.pyc | Bin 0 -> 89860 bytes .../constants_test.cpython-312.pyc | Bin 0 -> 10098 bytes .../controller_test.cpython-312.pyc | Bin 0 -> 19571 bytes .../__pycache__/cursors_test.cpython-312.pyc | Bin 0 -> 7257 bytes .../__pycache__/display_test.cpython-312.pyc | Bin 0 -> 69821 bytes .../__pycache__/docs_test.cpython-312.pyc | Bin 0 -> 1909 bytes .../__pycache__/draw_test.cpython-312.pyc | Bin 0 -> 253117 bytes .../__pycache__/event_test.cpython-312.pyc | Bin 0 -> 57812 bytes .../__pycache__/font_test.cpython-312.pyc | Bin 0 -> 43461 bytes .../__pycache__/freetype_tags.cpython-312.pyc | Bin 0 -> 484 bytes .../__pycache__/freetype_test.cpython-312.pyc | Bin 0 -> 87880 bytes .../__pycache__/ftfont_tags.cpython-312.pyc | Bin 0 -> 480 bytes .../__pycache__/ftfont_test.cpython-312.pyc | Bin 0 -> 831 bytes .../__pycache__/gfxdraw_test.cpython-312.pyc | Bin 0 -> 41940 bytes ...mage__save_gl_surface_test.cpython-312.pyc | Bin 0 -> 2521 bytes .../__pycache__/image_tags.cpython-312.pyc | Bin 0 -> 410 bytes .../__pycache__/image_test.cpython-312.pyc | Bin 0 -> 53014 bytes .../__pycache__/imageext_tags.cpython-312.pyc | Bin 0 -> 416 bytes .../__pycache__/imageext_test.cpython-312.pyc | Bin 0 -> 6158 bytes .../__pycache__/joystick_test.cpython-312.pyc | Bin 0 -> 7978 bytes .../__pycache__/key_test.cpython-312.pyc | Bin 0 -> 13795 bytes .../__pycache__/locals_test.cpython-312.pyc | Bin 0 -> 1096 bytes .../__pycache__/mask_test.cpython-312.pyc | Bin 0 -> 306646 bytes .../__pycache__/math_test.cpython-312.pyc | Bin 0 -> 241505 bytes .../__pycache__/midi_test.cpython-312.pyc | Bin 0 -> 30146 bytes .../mixer_music_tags.cpython-312.pyc | Bin 0 -> 422 bytes .../mixer_music_test.cpython-312.pyc | Bin 0 -> 23782 bytes .../__pycache__/mixer_tags.cpython-312.pyc | Bin 0 -> 410 bytes .../__pycache__/mixer_test.cpython-312.pyc | Bin 0 -> 83613 bytes .../__pycache__/mouse_test.cpython-312.pyc | Bin 0 -> 20881 bytes .../pixelarray_test.cpython-312.pyc | Bin 0 -> 90513 bytes .../pixelcopy_test.cpython-312.pyc | Bin 0 -> 34228 bytes .../__pycache__/rect_test.cpython-312.pyc | Bin 0 -> 172144 bytes .../__pycache__/rwobject_test.cpython-312.pyc | Bin 0 -> 7220 bytes .../__pycache__/scrap_tags.cpython-312.pyc | Bin 0 -> 253 bytes .../__pycache__/scrap_test.cpython-312.pyc | Bin 0 -> 14956 bytes .../__pycache__/sndarray_tags.cpython-312.pyc | Bin 0 -> 486 bytes .../__pycache__/sndarray_test.cpython-312.pyc | Bin 0 -> 9737 bytes .../__pycache__/sprite_test.cpython-312.pyc | Bin 0 -> 78883 bytes .../__pycache__/surface_test.cpython-312.pyc | Bin 0 -> 221210 bytes .../surfarray_tags.cpython-312.pyc | Bin 0 -> 557 bytes .../surfarray_test.cpython-312.pyc | Bin 0 -> 35948 bytes .../__pycache__/surflock_test.cpython-312.pyc | Bin 0 -> 8047 bytes .../__pycache__/sysfont_test.cpython-312.pyc | Bin 0 -> 3429 bytes .../__pycache__/threads_test.cpython-312.pyc | Bin 0 -> 10314 bytes .../__pycache__/time_test.cpython-312.pyc | Bin 0 -> 17781 bytes .../__pycache__/touch_test.cpython-312.pyc | Bin 0 -> 6224 bytes .../transform_test.cpython-312.pyc | Bin 0 -> 65503 bytes .../__pycache__/version_test.cpython-312.pyc | Bin 0 -> 2757 bytes .../__pycache__/video_test.cpython-312.pyc | Bin 0 -> 1587 bytes .../site-packages/pygame/tests/base_test.py | 623 + .../site-packages/pygame/tests/blit_test.py | 153 + .../pygame/tests/bufferproxy_test.py | 504 + .../site-packages/pygame/tests/camera_test.py | 5 + .../site-packages/pygame/tests/color_test.py | 1360 ++ .../pygame/tests/constants_test.py | 426 + .../pygame/tests/controller_test.py | 357 + .../pygame/tests/cursors_test.py | 290 + .../pygame/tests/display_test.py | 1199 ++ .../site-packages/pygame/tests/docs_test.py | 35 + .../site-packages/pygame/tests/draw_test.py | 6508 +++++++++ .../site-packages/pygame/tests/event_test.py | 949 ++ .../tests/fixtures/fonts/A_PyGameMono-8.png | Bin 0 -> 92 bytes .../fonts/PlayfairDisplaySemibold.ttf | Bin 0 -> 236636 bytes .../fixtures/fonts/PyGameMono-18-100dpi.bdf | 165 + .../fixtures/fonts/PyGameMono-18-75dpi.bdf | 143 + .../tests/fixtures/fonts/PyGameMono-8.bdf | 103 + .../tests/fixtures/fonts/PyGameMono.otf | Bin 0 -> 3128 bytes .../tests/fixtures/fonts/test_fixed.otf | Bin 0 -> 58464 bytes .../pygame/tests/fixtures/fonts/test_sans.ttf | Bin 0 -> 133088 bytes .../fixtures/fonts/u13079_PyGameMono-8.png | Bin 0 -> 89 bytes .../fixtures/xbm_cursors/white_sizing.xbm | 8 + .../xbm_cursors/white_sizing_mask.xbm | 8 + .../site-packages/pygame/tests/font_test.py | 749 ++ .../pygame/tests/freetype_tags.py | 11 + .../pygame/tests/freetype_test.py | 1796 +++ .../site-packages/pygame/tests/ftfont_tags.py | 11 + .../site-packages/pygame/tests/ftfont_test.py | 17 + .../pygame/tests/gfxdraw_test.py | 876 ++ .../tests/image__save_gl_surface_test.py | 46 + .../site-packages/pygame/tests/image_tags.py | 7 + .../site-packages/pygame/tests/image_test.py | 1271 ++ .../pygame/tests/imageext_tags.py | 7 + .../pygame/tests/imageext_test.py | 93 + .../pygame/tests/joystick_test.py | 166 + .../site-packages/pygame/tests/key_test.py | 306 + .../site-packages/pygame/tests/locals_test.py | 17 + .../site-packages/pygame/tests/mask_test.py | 6441 +++++++++ .../site-packages/pygame/tests/math_test.py | 2930 +++++ .../site-packages/pygame/tests/midi_test.py | 463 + .../pygame/tests/mixer_music_tags.py | 7 + .../pygame/tests/mixer_music_test.py | 439 + .../site-packages/pygame/tests/mixer_tags.py | 7 + .../site-packages/pygame/tests/mixer_test.py | 1439 ++ .../site-packages/pygame/tests/mouse_test.py | 348 + .../pygame/tests/pixelarray_test.py | 1667 +++ .../pygame/tests/pixelcopy_test.py | 710 + .../site-packages/pygame/tests/rect_test.py | 3313 +++++ .../pygame/tests/run_tests__tests/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../run_tests__test.cpython-312.pyc | Bin 0 -> 5290 bytes .../tests/run_tests__tests/all_ok/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 222 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2391 bytes .../__pycache__/fake_3_test.cpython-312.pyc | Bin 0 -> 2391 bytes .../__pycache__/fake_4_test.cpython-312.pyc | Bin 0 -> 2391 bytes .../__pycache__/fake_5_test.cpython-312.pyc | Bin 0 -> 2391 bytes .../__pycache__/fake_6_test.cpython-312.pyc | Bin 0 -> 2391 bytes ...tions__ret_code_of_1__test.cpython-312.pyc | Bin 0 -> 2191 bytes .../zero_tests_test.cpython-312.pyc | Bin 0 -> 1381 bytes .../run_tests__tests/all_ok/fake_2_test.py | 39 + .../run_tests__tests/all_ok/fake_3_test.py | 39 + .../run_tests__tests/all_ok/fake_4_test.py | 39 + .../run_tests__tests/all_ok/fake_5_test.py | 39 + .../run_tests__tests/all_ok/fake_6_test.py | 39 + .../no_assertions__ret_code_of_1__test.py | 39 + .../all_ok/zero_tests_test.py | 23 + .../run_tests__tests/everything/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 226 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2395 bytes .../incomplete_todo_test.cpython-312.pyc | Bin 0 -> 2424 bytes .../magic_tag_test.cpython-312.pyc | Bin 0 -> 2260 bytes .../__pycache__/sleep_test.cpython-312.pyc | Bin 0 -> 1866 bytes .../everything/fake_2_test.py | 39 + .../everything/incomplete_todo_test.py | 39 + .../everything/magic_tag_test.py | 38 + .../run_tests__tests/everything/sleep_test.py | 29 + .../run_tests__tests/exclude/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 223 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2392 bytes .../invisible_tag_test.cpython-312.pyc | Bin 0 -> 2433 bytes .../magic_tag_test.cpython-312.pyc | Bin 0 -> 2257 bytes .../run_tests__tests/exclude/fake_2_test.py | 39 + .../exclude/invisible_tag_test.py | 41 + .../exclude/magic_tag_test.py | 38 + .../run_tests__tests/failures1/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 225 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2394 bytes .../__pycache__/fake_3_test.cpython-312.pyc | Bin 0 -> 2394 bytes .../__pycache__/fake_4_test.cpython-312.pyc | Bin 0 -> 2411 bytes .../run_tests__tests/failures1/fake_2_test.py | 39 + .../run_tests__tests/failures1/fake_3_test.py | 39 + .../run_tests__tests/failures1/fake_4_test.py | 41 + .../run_tests__tests/incomplete/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 226 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2423 bytes .../__pycache__/fake_3_test.cpython-312.pyc | Bin 0 -> 2395 bytes .../incomplete/fake_2_test.py | 39 + .../incomplete/fake_3_test.py | 39 + .../incomplete_todo/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 231 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2420 bytes .../__pycache__/fake_3_test.cpython-312.pyc | Bin 0 -> 2400 bytes .../incomplete_todo/fake_2_test.py | 39 + .../incomplete_todo/fake_3_test.py | 39 + .../infinite_loop/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 229 bytes .../__pycache__/fake_1_test.cpython-312.pyc | Bin 0 -> 2379 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2398 bytes .../infinite_loop/fake_1_test.py | 40 + .../infinite_loop/fake_2_test.py | 39 + .../run_tests__tests/print_stderr/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 228 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2397 bytes .../__pycache__/fake_3_test.cpython-312.pyc | Bin 0 -> 2542 bytes .../__pycache__/fake_4_test.cpython-312.pyc | Bin 0 -> 2414 bytes .../print_stderr/fake_2_test.py | 39 + .../print_stderr/fake_3_test.py | 41 + .../print_stderr/fake_4_test.py | 41 + .../run_tests__tests/print_stdout/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 228 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2397 bytes .../__pycache__/fake_3_test.cpython-312.pyc | Bin 0 -> 2666 bytes .../__pycache__/fake_4_test.cpython-312.pyc | Bin 0 -> 2414 bytes .../print_stdout/fake_2_test.py | 39 + .../print_stdout/fake_3_test.py | 42 + .../print_stdout/fake_4_test.py | 41 + .../tests/run_tests__tests/run_tests__test.py | 145 + .../run_tests__tests/timeout/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 223 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2392 bytes .../__pycache__/sleep_test.cpython-312.pyc | Bin 0 -> 1865 bytes .../run_tests__tests/timeout/fake_2_test.py | 39 + .../run_tests__tests/timeout/sleep_test.py | 30 + .../pygame/tests/rwobject_test.py | 139 + .../site-packages/pygame/tests/scrap_tags.py | 26 + .../site-packages/pygame/tests/scrap_test.py | 301 + .../pygame/tests/sndarray_tags.py | 12 + .../pygame/tests/sndarray_test.py | 154 + .../site-packages/pygame/tests/sprite_test.py | 1412 ++ .../pygame/tests/surface_test.py | 4072 ++++++ .../pygame/tests/surfarray_tags.py | 16 + .../pygame/tests/surfarray_test.py | 743 ++ .../pygame/tests/surflock_test.py | 144 + .../pygame/tests/sysfont_test.py | 51 + .../pygame/tests/test_utils/__init__.py | 201 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 8084 bytes .../__pycache__/arrinter.cpython-312.pyc | Bin 0 -> 24072 bytes .../__pycache__/async_sub.cpython-312.pyc | Bin 0 -> 12897 bytes .../__pycache__/buftools.cpython-312.pyc | Bin 0 -> 37593 bytes .../__pycache__/endian.cpython-312.pyc | Bin 0 -> 858 bytes .../__pycache__/png.cpython-312.pyc | Bin 0 -> 167631 bytes .../__pycache__/run_tests.cpython-312.pyc | Bin 0 -> 12374 bytes .../test_machinery.cpython-312.pyc | Bin 0 -> 4047 bytes .../__pycache__/test_runner.cpython-312.pyc | Bin 0 -> 11289 bytes .../pygame/tests/test_utils/arrinter.py | 438 + .../pygame/tests/test_utils/async_sub.py | 301 + .../pygame/tests/test_utils/buftools.py | 606 + .../pygame/tests/test_utils/endian.py | 20 + .../pygame/tests/test_utils/png.py | 4005 ++++++ .../pygame/tests/test_utils/run_tests.py | 349 + .../pygame/tests/test_utils/test_machinery.py | 89 + .../pygame/tests/test_utils/test_runner.py | 324 + .../pygame/tests/threads_test.py | 238 + .../site-packages/pygame/tests/time_test.py | 410 + .../site-packages/pygame/tests/touch_test.py | 97 + .../pygame/tests/transform_test.py | 1420 ++ .../pygame/tests/version_test.py | 48 + .../site-packages/pygame/tests/video_test.py | 26 + .../site-packages/pygame/threads/__init__.py | 271 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 9400 bytes .../pygame/time.cp312-win_amd64.pyd | Bin 0 -> 18944 bytes .env/Lib/site-packages/pygame/time.pyi | 15 + .../pygame/transform.cp312-win_amd64.pyd | Bin 0 -> 58368 bytes .env/Lib/site-packages/pygame/transform.pyi | 58 + .env/Lib/site-packages/pygame/version.py | 72 + .env/Lib/site-packages/pygame/version.pyi | 23 + .env/Lib/site-packages/pygame/zlib1.dll | Bin 0 -> 108544 bytes .env/Scripts/Activate.ps1 | 502 + .env/Scripts/activate | 70 + .env/Scripts/activate.bat | 34 + .env/Scripts/deactivate.bat | 22 + .env/Scripts/pip.exe | Bin 0 -> 108436 bytes .env/Scripts/pip3.12.exe | Bin 0 -> 108436 bytes .env/Scripts/pip3.exe | Bin 0 -> 108436 bytes .env/Scripts/python.exe | Bin 0 -> 274712 bytes .env/Scripts/pythonw.exe | Bin 0 -> 263448 bytes .env/pyvenv.cfg | 5 + .vscode/settings.json | 5 + __pycache__/menu.cpython-312.pyc | Bin 0 -> 1778 bytes main.py | 22 +- menu.py | 31 + source/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 191 bytes source/__pycache__/constants.cpython-312.pyc | Bin 0 -> 4901 bytes source/__pycache__/main.cpython-312.pyc | Bin 0 -> 1143 bytes source/__pycache__/tool.cpython-312.pyc | Bin 0 -> 10945 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../component/__pycache__/map.cpython-312.pyc | Bin 0 -> 3285 bytes .../__pycache__/menubar.cpython-312.pyc | Bin 0 -> 28014 bytes .../__pycache__/plant.cpython-312.pyc | Bin 0 -> 61611 bytes .../__pycache__/zombie.cpython-312.pyc | Bin 0 -> 23196 bytes source/constants.py | 7 +- source/main.py | 3 +- .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 197 bytes .../state/__pycache__/level.cpython-312.pyc | Bin 0 -> 39152 bytes .../__pycache__/mainmenu.cpython-312.pyc | Bin 0 -> 4483 bytes .../state/__pycache__/screen.cpython-312.pyc | Bin 0 -> 3839 bytes source/state/mainmenu.py | 4 +- 1822 files changed, 355214 insertions(+), 9 deletions(-) create mode 100644 .env/Include/site/python3.12/pygame/_blit_info.h create mode 100644 .env/Include/site/python3.12/pygame/_camera.h create mode 100644 .env/Include/site/python3.12/pygame/_pygame.h create mode 100644 .env/Include/site/python3.12/pygame/_surface.h create mode 100644 .env/Include/site/python3.12/pygame/camera.h create mode 100644 .env/Include/site/python3.12/pygame/font.h create mode 100644 .env/Include/site/python3.12/pygame/freetype.h create mode 100644 .env/Include/site/python3.12/pygame/include/_pygame.h create mode 100644 .env/Include/site/python3.12/pygame/include/bitmask.h create mode 100644 .env/Include/site/python3.12/pygame/include/pgcompat.h create mode 100644 .env/Include/site/python3.12/pygame/include/pgimport.h create mode 100644 .env/Include/site/python3.12/pygame/include/pgplatform.h create mode 100644 .env/Include/site/python3.12/pygame/include/pygame.h create mode 100644 .env/Include/site/python3.12/pygame/include/pygame_bufferproxy.h create mode 100644 .env/Include/site/python3.12/pygame/include/pygame_font.h create mode 100644 .env/Include/site/python3.12/pygame/include/pygame_freetype.h create mode 100644 .env/Include/site/python3.12/pygame/include/pygame_mask.h create mode 100644 .env/Include/site/python3.12/pygame/include/pygame_mixer.h create mode 100644 .env/Include/site/python3.12/pygame/include/sse2neon.h create mode 100644 .env/Include/site/python3.12/pygame/mask.h create mode 100644 .env/Include/site/python3.12/pygame/mixer.h create mode 100644 .env/Include/site/python3.12/pygame/palette.h create mode 100644 .env/Include/site/python3.12/pygame/pgarrinter.h create mode 100644 .env/Include/site/python3.12/pygame/pgbufferproxy.h create mode 100644 .env/Include/site/python3.12/pygame/pgcompat.h create mode 100644 .env/Include/site/python3.12/pygame/pgopengl.h create mode 100644 .env/Include/site/python3.12/pygame/pgplatform.h create mode 100644 .env/Include/site/python3.12/pygame/pygame.h create mode 100644 .env/Include/site/python3.12/pygame/scrap.h create mode 100644 .env/Include/site/python3.12/pygame/simd_blitters.h create mode 100644 .env/Include/site/python3.12/pygame/surface.h create mode 100644 .env/Lib/site-packages/pip-24.0.dist-info/AUTHORS.txt create mode 100644 .env/Lib/site-packages/pip-24.0.dist-info/INSTALLER create mode 100644 .env/Lib/site-packages/pip-24.0.dist-info/LICENSE.txt create mode 100644 .env/Lib/site-packages/pip-24.0.dist-info/METADATA create mode 100644 .env/Lib/site-packages/pip-24.0.dist-info/RECORD create mode 100644 .env/Lib/site-packages/pip-24.0.dist-info/REQUESTED create mode 100644 .env/Lib/site-packages/pip-24.0.dist-info/WHEEL create mode 100644 .env/Lib/site-packages/pip-24.0.dist-info/entry_points.txt create mode 100644 .env/Lib/site-packages/pip-24.0.dist-info/top_level.txt create mode 100644 .env/Lib/site-packages/pip/__init__.py create mode 100644 .env/Lib/site-packages/pip/__main__.py create mode 100644 .env/Lib/site-packages/pip/__pip-runner__.py create mode 100644 .env/Lib/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/build_env.py create mode 100644 .env/Lib/site-packages/pip/_internal/cache.py create mode 100644 .env/Lib/site-packages/pip/_internal/cli/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 .env/Lib/site-packages/pip/_internal/cli/base_command.py create mode 100644 .env/Lib/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 .env/Lib/site-packages/pip/_internal/cli/command_context.py create mode 100644 .env/Lib/site-packages/pip/_internal/cli/main.py create mode 100644 .env/Lib/site-packages/pip/_internal/cli/main_parser.py create mode 100644 .env/Lib/site-packages/pip/_internal/cli/parser.py create mode 100644 .env/Lib/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 .env/Lib/site-packages/pip/_internal/cli/req_command.py create mode 100644 .env/Lib/site-packages/pip/_internal/cli/spinners.py create mode 100644 .env/Lib/site-packages/pip/_internal/cli/status_codes.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/commands/cache.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/check.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/completion.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/configuration.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/debug.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/download.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/freeze.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/hash.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/help.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/index.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/inspect.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/install.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/list.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/search.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/show.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/uninstall.py create mode 100644 .env/Lib/site-packages/pip/_internal/commands/wheel.py create mode 100644 .env/Lib/site-packages/pip/_internal/configuration.py create mode 100644 .env/Lib/site-packages/pip/_internal/distributions/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/distributions/base.py create mode 100644 .env/Lib/site-packages/pip/_internal/distributions/installed.py create mode 100644 .env/Lib/site-packages/pip/_internal/distributions/sdist.py create mode 100644 .env/Lib/site-packages/pip/_internal/distributions/wheel.py create mode 100644 .env/Lib/site-packages/pip/_internal/exceptions.py create mode 100644 .env/Lib/site-packages/pip/_internal/index/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/index/collector.py create mode 100644 .env/Lib/site-packages/pip/_internal/index/package_finder.py create mode 100644 .env/Lib/site-packages/pip/_internal/index/sources.py create mode 100644 .env/Lib/site-packages/pip/_internal/locations/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/locations/_distutils.py create mode 100644 .env/Lib/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 .env/Lib/site-packages/pip/_internal/locations/base.py create mode 100644 .env/Lib/site-packages/pip/_internal/main.py create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/_json.py create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/base.py create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 .env/Lib/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 .env/Lib/site-packages/pip/_internal/models/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/models/candidate.py create mode 100644 .env/Lib/site-packages/pip/_internal/models/direct_url.py create mode 100644 .env/Lib/site-packages/pip/_internal/models/format_control.py create mode 100644 .env/Lib/site-packages/pip/_internal/models/index.py create mode 100644 .env/Lib/site-packages/pip/_internal/models/installation_report.py create mode 100644 .env/Lib/site-packages/pip/_internal/models/link.py create mode 100644 .env/Lib/site-packages/pip/_internal/models/scheme.py create mode 100644 .env/Lib/site-packages/pip/_internal/models/search_scope.py create mode 100644 .env/Lib/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 .env/Lib/site-packages/pip/_internal/models/target_python.py create mode 100644 .env/Lib/site-packages/pip/_internal/models/wheel.py create mode 100644 .env/Lib/site-packages/pip/_internal/network/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/network/auth.py create mode 100644 .env/Lib/site-packages/pip/_internal/network/cache.py create mode 100644 .env/Lib/site-packages/pip/_internal/network/download.py create mode 100644 .env/Lib/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 .env/Lib/site-packages/pip/_internal/network/session.py create mode 100644 .env/Lib/site-packages/pip/_internal/network/utils.py create mode 100644 .env/Lib/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 .env/Lib/site-packages/pip/_internal/operations/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 .env/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 .env/Lib/site-packages/pip/_internal/operations/check.py create mode 100644 .env/Lib/site-packages/pip/_internal/operations/freeze.py create mode 100644 .env/Lib/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 .env/Lib/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 .env/Lib/site-packages/pip/_internal/operations/prepare.py create mode 100644 .env/Lib/site-packages/pip/_internal/pyproject.py create mode 100644 .env/Lib/site-packages/pip/_internal/req/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/req/constructors.py create mode 100644 .env/Lib/site-packages/pip/_internal/req/req_file.py create mode 100644 .env/Lib/site-packages/pip/_internal/req/req_install.py create mode 100644 .env/Lib/site-packages/pip/_internal/req/req_set.py create mode 100644 .env/Lib/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/base.py create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 .env/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 .env/Lib/site-packages/pip/_internal/self_outdated_check.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/_log.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/appdirs.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/compat.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/datetime.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/deprecation.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/egg_link.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/encoding.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/filesystem.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/filetypes.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/glibc.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/hashes.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/logging.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/misc.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/models.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/packaging.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/subprocess.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/unpacking.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/urls.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 .env/Lib/site-packages/pip/_internal/utils/wheel.py create mode 100644 .env/Lib/site-packages/pip/_internal/vcs/__init__.py create mode 100644 .env/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 .env/Lib/site-packages/pip/_internal/vcs/git.py create mode 100644 .env/Lib/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 .env/Lib/site-packages/pip/_internal/vcs/subversion.py create mode 100644 .env/Lib/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 .env/Lib/site-packages/pip/_internal/wheel_builder.py create mode 100644 .env/Lib/site-packages/pip/_vendor/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/py.typed create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 .env/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 .env/Lib/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 .env/Lib/site-packages/pip/_vendor/certifi/core.py create mode 100644 .env/Lib/site-packages/pip/_vendor/certifi/py.typed create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/codingstatemachinedict.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/enums.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/johabfreq.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/johabprober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/macromanprober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/py.typed create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/resultdict.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/utf1632prober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 .env/Lib/site-packages/pip/_vendor/chardet/version.py create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/tests/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/tests/ansi_test.py create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/tests/initialise_test.py create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/tests/isatty_test.py create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/tests/utils.py create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/tests/winterm_test.py create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/win32.py create mode 100644 .env/Lib/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/compat.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/database.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/index.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/locators.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/markers.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/resources.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/t64-arm.exe create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/util.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/version.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 .env/Lib/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distro/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distro/__main__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/distro/distro.py create mode 100644 .env/Lib/site-packages/pip/_vendor/distro/py.typed create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/codec.py create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/compat.py create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/core.py create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/intranges.py create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/package_data.py create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/py.typed create mode 100644 .env/Lib/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 .env/Lib/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 .env/Lib/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 .env/Lib/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/markers.py create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/py.typed create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/tags.py create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/utils.py create mode 100644 .env/Lib/site-packages/pip/_vendor/packaging/version.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/py.typed create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 .env/Lib/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/console.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/filter.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/style.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/token.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pygments/util.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/py.typed create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/__version__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/adapters.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/api.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/auth.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/certs.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/compat.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/cookies.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/help.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/hooks.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/models.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/packages.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/sessions.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/structures.py create mode 100644 .env/Lib/site-packages/pip/_vendor/requests/utils.py create mode 100644 .env/Lib/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 .env/Lib/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 .env/Lib/site-packages/pip/_vendor/resolvelib/py.typed create mode 100644 .env/Lib/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 .env/Lib/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 .env/Lib/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__main__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_extension.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_loop.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_pick.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_stack.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_timer.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_windows.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/abc.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/align.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/ansi.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/bar.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/box.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/cells.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/color.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/columns.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/console.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/constrain.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/containers.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/control.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/emoji.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/errors.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/filesize.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/json.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/layout.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/live.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/live_render.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/logging.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/markup.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/measure.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/padding.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/pager.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/palette.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/panel.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/pretty.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/progress.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/prompt.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/protocol.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/py.typed create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/region.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/repr.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/rule.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/scope.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/screen.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/segment.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/spinner.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/status.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/style.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/styled.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/syntax.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/table.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/text.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/theme.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/themes.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/traceback.py create mode 100644 .env/Lib/site-packages/pip/_vendor/rich/tree.py create mode 100644 .env/Lib/site-packages/pip/_vendor/six.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/after.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/before.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/py.typed create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tomli/_re.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tomli/_types.py create mode 100644 .env/Lib/site-packages/pip/_vendor/tomli/py.typed create mode 100644 .env/Lib/site-packages/pip/_vendor/truststore/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/truststore/_api.py create mode 100644 .env/Lib/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 .env/Lib/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 .env/Lib/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 .env/Lib/site-packages/pip/_vendor/truststore/_windows.py create mode 100644 .env/Lib/site-packages/pip/_vendor/truststore/py.typed create mode 100644 .env/Lib/site-packages/pip/_vendor/typing_extensions.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/request.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/response.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 .env/Lib/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 .env/Lib/site-packages/pip/_vendor/vendor.txt create mode 100644 .env/Lib/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 .env/Lib/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 .env/Lib/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 .env/Lib/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 .env/Lib/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 .env/Lib/site-packages/pip/py.typed create mode 100644 .env/Lib/site-packages/pygame-2.5.2.dist-info/INSTALLER create mode 100644 .env/Lib/site-packages/pygame-2.5.2.dist-info/METADATA create mode 100644 .env/Lib/site-packages/pygame-2.5.2.dist-info/RECORD create mode 100644 .env/Lib/site-packages/pygame-2.5.2.dist-info/REQUESTED create mode 100644 .env/Lib/site-packages/pygame-2.5.2.dist-info/WHEEL create mode 100644 .env/Lib/site-packages/pygame-2.5.2.dist-info/entry_points.txt create mode 100644 .env/Lib/site-packages/pygame-2.5.2.dist-info/top_level.txt create mode 100644 .env/Lib/site-packages/pygame/SDL2.dll create mode 100644 .env/Lib/site-packages/pygame/SDL2_image.dll create mode 100644 .env/Lib/site-packages/pygame/SDL2_mixer.dll create mode 100644 .env/Lib/site-packages/pygame/SDL2_ttf.dll create mode 100644 .env/Lib/site-packages/pygame/__init__.py create mode 100644 .env/Lib/site-packages/pygame/__init__.pyi create mode 100644 .env/Lib/site-packages/pygame/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/_camera_opencv.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/_camera_vidcapture.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/camera.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/colordict.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/cursors.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/draw_py.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/fastevent.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/freetype.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/ftfont.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/locals.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/macosx.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/midi.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/pkgdata.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/sndarray.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/sprite.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/surfarray.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/sysfont.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pycache__/version.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pyinstaller/__init__.py create mode 100644 .env/Lib/site-packages/pygame/__pyinstaller/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pyinstaller/__pycache__/hook-pygame.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/__pyinstaller/hook-pygame.py create mode 100644 .env/Lib/site-packages/pygame/_camera.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/_camera_opencv.py create mode 100644 .env/Lib/site-packages/pygame/_camera_vidcapture.py create mode 100644 .env/Lib/site-packages/pygame/_common.pyi create mode 100644 .env/Lib/site-packages/pygame/_freetype.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/_sdl2/__init__.py create mode 100644 .env/Lib/site-packages/pygame/_sdl2/__init__.pyi create mode 100644 .env/Lib/site-packages/pygame/_sdl2/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/_sdl2/audio.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/_sdl2/audio.pyi create mode 100644 .env/Lib/site-packages/pygame/_sdl2/controller.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/_sdl2/controller.pyi create mode 100644 .env/Lib/site-packages/pygame/_sdl2/mixer.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/_sdl2/sdl2.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/_sdl2/sdl2.pyi create mode 100644 .env/Lib/site-packages/pygame/_sdl2/touch.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/_sdl2/touch.pyi create mode 100644 .env/Lib/site-packages/pygame/_sdl2/video.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/_sdl2/video.pyi create mode 100644 .env/Lib/site-packages/pygame/_sprite.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/base.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/base.pyi create mode 100644 .env/Lib/site-packages/pygame/bufferproxy.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/bufferproxy.pyi create mode 100644 .env/Lib/site-packages/pygame/camera.py create mode 100644 .env/Lib/site-packages/pygame/camera.pyi create mode 100644 .env/Lib/site-packages/pygame/color.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/color.pyi create mode 100644 .env/Lib/site-packages/pygame/colordict.py create mode 100644 .env/Lib/site-packages/pygame/constants.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/constants.pyi create mode 100644 .env/Lib/site-packages/pygame/cursors.py create mode 100644 .env/Lib/site-packages/pygame/cursors.pyi create mode 100644 .env/Lib/site-packages/pygame/display.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/display.pyi create mode 100644 .env/Lib/site-packages/pygame/docs/__main__.py create mode 100644 .env/Lib/site-packages/pygame/docs/__pycache__/__main__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/docs/generated/LGPL.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedInputOutput1.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedInputOutput11.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedInputOutput2.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedInputOutput21.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedInputOutput3.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedInputOutput31.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedInputOutput4.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedInputOutput41.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedInputOutput5.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedInputOutput51.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputAlpha1.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputAlpha11.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputAlpha2.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputAlpha21.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputAlpha3.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputAlpha31.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess1.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess11.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess2.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess21.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess3.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess31.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess4.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess41.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess5.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess51.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess6.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess61.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/Bagic-INPUT-resultscreen.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/Bagic-INPUT-resultscreen1.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/Bagic-INPUT-sourcecode.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/Bagic-INPUT-sourcecode1.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/Bagic-PROCESS-resultscreen.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/Bagic-PROCESS-resultscreen1.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/Bagic-PROCESS-sourcecode.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/Bagic-PROCESS-sourcecode1.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/Bagic-ouput-result-screen.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/Bagic-ouput-result-screen1.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/Basic-ouput-sourcecode.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/Basic-ouput-sourcecode1.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/angle_to.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/camera_average.jpg create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/camera_background.jpg create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/camera_green.jpg create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/camera_hsv.jpg create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/camera_mask.jpg create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/camera_rgb.jpg create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/camera_thresh.jpg create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/camera_thresholded.jpg create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/camera_yuv.jpg create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/chimpshot.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/draw_module_example.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/intro_ball.gif create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/intro_blade.jpg create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/intro_freedom.jpg create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/introduction-Battleship.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/introduction-Battleship1.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/introduction-PuyoPuyo.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/introduction-PuyoPuyo1.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/introduction-TPS.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/introduction-TPS1.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/joystick_calls.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/pygame_lofi.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/pygame_logo.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/pygame_powered.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/pygame_powered_lowres.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/pygame_tiny.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/surfarray_allblack.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/surfarray_flipped.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/surfarray_redimg.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/surfarray_rgbarray.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/surfarray_scaledown.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/surfarray_scaleup.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/surfarray_soften.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/surfarray_striped.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/surfarray_xfade.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/tom_basic.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/tom_event-flowchart.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/tom_formulae.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_images/tom_radians.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/c_api.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/filepaths.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/index.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/logos.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/bufferproxy.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/camera.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/cdrom.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/color.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/color_list.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/cursors.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/display.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/draw.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/event.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/examples.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/fastevent.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/font.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/freetype.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/gfxdraw.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/image.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/joystick.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/key.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/locals.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/mask.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/math.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/midi.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/mixer.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/mouse.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/music.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/overlay.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/pixelarray.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/pixelcopy.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/pygame.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/rect.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/scrap.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/sdl2_controller.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/sdl2_video.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/sndarray.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/sprite.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/surface.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/surfarray.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/tests.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/time.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/touch.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_sources/ref/transform.rst.txt create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/basic.css create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/doctools.js create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/documentation_options.js create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/file.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/jquery-3.5.1.js create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/jquery.js create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/language_data.js create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/legacy_logos.zip create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/minus.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/plus.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/pygame.css create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/pygame.ico create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/pygame_lofi.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/pygame_lofi.svg create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/pygame_logo.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/pygame_logo.svg create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/pygame_powered.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/pygame_powered.svg create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/pygame_powered_lowres.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/pygame_tiny.png create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/pygments.css create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/reset.css create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/searchtools.js create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/tooltip.css create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/underscore-1.13.1.js create mode 100644 .env/Lib/site-packages/pygame/docs/generated/_static/underscore.js create mode 100644 .env/Lib/site-packages/pygame/docs/generated/c_api.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/c_api/base.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/c_api/bufferproxy.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/c_api/color.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/c_api/display.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/c_api/event.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/c_api/freetype.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/c_api/mixer.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/c_api/rect.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/c_api/rwobject.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/c_api/slots.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/c_api/surface.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/c_api/surflock.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/c_api/version.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/filepaths.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/genindex.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/index.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/logos.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/py-modindex.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/bufferproxy.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/camera.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/cdrom.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/color.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/color_list.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/cursors.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/display.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/draw.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/event.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/examples.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/fastevent.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/font.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/freetype.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/gfxdraw.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/image.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/joystick.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/key.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/locals.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/mask.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/math.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/midi.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/mixer.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/mouse.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/music.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/overlay.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/pixelarray.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/pixelcopy.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/pygame.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/rect.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/scrap.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/sdl2_controller.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/sdl2_video.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/sndarray.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/sprite.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/surface.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/surfarray.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/tests.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/time.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/touch.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/ref/transform.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/search.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/searchindex.js create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/CameraIntro.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/ChimpLineByLine.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/DisplayModes.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/ImportInit.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/MakeGames.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/MoveIt.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/PygameIntro.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/SpriteIntro.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/SurfarrayIntro.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/chimp.py.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/newbieguide.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/tom_games2.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/tom_games3.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/tom_games4.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/tom_games5.html create mode 100644 .env/Lib/site-packages/pygame/docs/generated/tut/tom_games6.html create mode 100644 .env/Lib/site-packages/pygame/draw.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/draw.pyi create mode 100644 .env/Lib/site-packages/pygame/draw_py.py create mode 100644 .env/Lib/site-packages/pygame/event.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/event.pyi create mode 100644 .env/Lib/site-packages/pygame/examples/README.rst create mode 100644 .env/Lib/site-packages/pygame/examples/__init__.py create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/aacircle.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/aliens.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/arraydemo.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/audiocapture.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/blend_fill.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/blit_blends.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/camera.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/chimp.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/cursors.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/dropevent.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/eventlist.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/font_viewer.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/fonty.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/freetype_misc.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/glcube.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/go_over_there.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/grid.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/headless_no_windows_needed.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/joystick.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/liquid.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/mask.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/midi.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/moveit.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/music_drop_fade.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/pixelarray.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/playmus.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/resizing_new.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/scaletest.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/scrap_clipboard.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/scroll.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/setmodescale.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/sound.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/sound_array_demos.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/sprite_texture.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/stars.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/testsprite.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/textinput.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/vgrade.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/__pycache__/video.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/examples/aacircle.py create mode 100644 .env/Lib/site-packages/pygame/examples/aliens.py create mode 100644 .env/Lib/site-packages/pygame/examples/arraydemo.py create mode 100644 .env/Lib/site-packages/pygame/examples/audiocapture.py create mode 100644 .env/Lib/site-packages/pygame/examples/blend_fill.py create mode 100644 .env/Lib/site-packages/pygame/examples/blit_blends.py create mode 100644 .env/Lib/site-packages/pygame/examples/camera.py create mode 100644 .env/Lib/site-packages/pygame/examples/chimp.py create mode 100644 .env/Lib/site-packages/pygame/examples/cursors.py create mode 100644 .env/Lib/site-packages/pygame/examples/data/BGR.png create mode 100644 .env/Lib/site-packages/pygame/examples/data/alien1.gif create mode 100644 .env/Lib/site-packages/pygame/examples/data/alien1.jpg create mode 100644 .env/Lib/site-packages/pygame/examples/data/alien1.png create mode 100644 .env/Lib/site-packages/pygame/examples/data/alien2.gif create mode 100644 .env/Lib/site-packages/pygame/examples/data/alien2.png create mode 100644 .env/Lib/site-packages/pygame/examples/data/alien3.gif create mode 100644 .env/Lib/site-packages/pygame/examples/data/alien3.png create mode 100644 .env/Lib/site-packages/pygame/examples/data/arraydemo.bmp create mode 100644 .env/Lib/site-packages/pygame/examples/data/asprite.bmp create mode 100644 .env/Lib/site-packages/pygame/examples/data/background.gif create mode 100644 .env/Lib/site-packages/pygame/examples/data/black.ppm create mode 100644 .env/Lib/site-packages/pygame/examples/data/blue.gif create mode 100644 .env/Lib/site-packages/pygame/examples/data/blue.mpg create mode 100644 .env/Lib/site-packages/pygame/examples/data/bomb.gif create mode 100644 .env/Lib/site-packages/pygame/examples/data/boom.wav create mode 100644 .env/Lib/site-packages/pygame/examples/data/brick.png create mode 100644 .env/Lib/site-packages/pygame/examples/data/car_door.wav create mode 100644 .env/Lib/site-packages/pygame/examples/data/chimp.png create mode 100644 .env/Lib/site-packages/pygame/examples/data/city.png create mode 100644 .env/Lib/site-packages/pygame/examples/data/crimson.pnm create mode 100644 .env/Lib/site-packages/pygame/examples/data/cursor.png create mode 100644 .env/Lib/site-packages/pygame/examples/data/danger.gif create mode 100644 .env/Lib/site-packages/pygame/examples/data/explosion1.gif create mode 100644 .env/Lib/site-packages/pygame/examples/data/fist.png create mode 100644 .env/Lib/site-packages/pygame/examples/data/green.pcx create mode 100644 .env/Lib/site-packages/pygame/examples/data/grey.pgm create mode 100644 .env/Lib/site-packages/pygame/examples/data/house_lo.mp3 create mode 100644 .env/Lib/site-packages/pygame/examples/data/house_lo.ogg create mode 100644 .env/Lib/site-packages/pygame/examples/data/house_lo.wav create mode 100644 .env/Lib/site-packages/pygame/examples/data/laplacian.png create mode 100644 .env/Lib/site-packages/pygame/examples/data/liquid.bmp create mode 100644 .env/Lib/site-packages/pygame/examples/data/midikeys.png create mode 100644 .env/Lib/site-packages/pygame/examples/data/player1.gif create mode 100644 .env/Lib/site-packages/pygame/examples/data/punch.wav create mode 100644 .env/Lib/site-packages/pygame/examples/data/purple.xpm create mode 100644 .env/Lib/site-packages/pygame/examples/data/red.jpg create mode 100644 .env/Lib/site-packages/pygame/examples/data/sans.ttf create mode 100644 .env/Lib/site-packages/pygame/examples/data/scarlet.webp create mode 100644 .env/Lib/site-packages/pygame/examples/data/secosmic_lo.wav create mode 100644 .env/Lib/site-packages/pygame/examples/data/shot.gif create mode 100644 .env/Lib/site-packages/pygame/examples/data/static.png create mode 100644 .env/Lib/site-packages/pygame/examples/data/teal.svg create mode 100644 .env/Lib/site-packages/pygame/examples/data/turquoise.tif create mode 100644 .env/Lib/site-packages/pygame/examples/data/whiff.wav create mode 100644 .env/Lib/site-packages/pygame/examples/data/yellow.tga create mode 100644 .env/Lib/site-packages/pygame/examples/dropevent.py create mode 100644 .env/Lib/site-packages/pygame/examples/eventlist.py create mode 100644 .env/Lib/site-packages/pygame/examples/font_viewer.py create mode 100644 .env/Lib/site-packages/pygame/examples/fonty.py create mode 100644 .env/Lib/site-packages/pygame/examples/freetype_misc.py create mode 100644 .env/Lib/site-packages/pygame/examples/glcube.py create mode 100644 .env/Lib/site-packages/pygame/examples/go_over_there.py create mode 100644 .env/Lib/site-packages/pygame/examples/grid.py create mode 100644 .env/Lib/site-packages/pygame/examples/headless_no_windows_needed.py create mode 100644 .env/Lib/site-packages/pygame/examples/joystick.py create mode 100644 .env/Lib/site-packages/pygame/examples/liquid.py create mode 100644 .env/Lib/site-packages/pygame/examples/mask.py create mode 100644 .env/Lib/site-packages/pygame/examples/midi.py create mode 100644 .env/Lib/site-packages/pygame/examples/moveit.py create mode 100644 .env/Lib/site-packages/pygame/examples/music_drop_fade.py create mode 100644 .env/Lib/site-packages/pygame/examples/pixelarray.py create mode 100644 .env/Lib/site-packages/pygame/examples/playmus.py create mode 100644 .env/Lib/site-packages/pygame/examples/resizing_new.py create mode 100644 .env/Lib/site-packages/pygame/examples/scaletest.py create mode 100644 .env/Lib/site-packages/pygame/examples/scrap_clipboard.py create mode 100644 .env/Lib/site-packages/pygame/examples/scroll.py create mode 100644 .env/Lib/site-packages/pygame/examples/setmodescale.py create mode 100644 .env/Lib/site-packages/pygame/examples/sound.py create mode 100644 .env/Lib/site-packages/pygame/examples/sound_array_demos.py create mode 100644 .env/Lib/site-packages/pygame/examples/sprite_texture.py create mode 100644 .env/Lib/site-packages/pygame/examples/stars.py create mode 100644 .env/Lib/site-packages/pygame/examples/testsprite.py create mode 100644 .env/Lib/site-packages/pygame/examples/textinput.py create mode 100644 .env/Lib/site-packages/pygame/examples/vgrade.py create mode 100644 .env/Lib/site-packages/pygame/examples/video.py create mode 100644 .env/Lib/site-packages/pygame/fastevent.py create mode 100644 .env/Lib/site-packages/pygame/fastevent.pyi create mode 100644 .env/Lib/site-packages/pygame/font.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/font.pyi create mode 100644 .env/Lib/site-packages/pygame/freesansbold.ttf create mode 100644 .env/Lib/site-packages/pygame/freetype.dll create mode 100644 .env/Lib/site-packages/pygame/freetype.py create mode 100644 .env/Lib/site-packages/pygame/freetype.pyi create mode 100644 .env/Lib/site-packages/pygame/ftfont.py create mode 100644 .env/Lib/site-packages/pygame/gfxdraw.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/gfxdraw.pyi create mode 100644 .env/Lib/site-packages/pygame/image.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/image.pyi create mode 100644 .env/Lib/site-packages/pygame/imageext.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/joystick.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/joystick.pyi create mode 100644 .env/Lib/site-packages/pygame/key.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/key.pyi create mode 100644 .env/Lib/site-packages/pygame/libjpeg-9.dll create mode 100644 .env/Lib/site-packages/pygame/libmodplug-1.dll create mode 100644 .env/Lib/site-packages/pygame/libogg-0.dll create mode 100644 .env/Lib/site-packages/pygame/libopus-0.dll create mode 100644 .env/Lib/site-packages/pygame/libopusfile-0.dll create mode 100644 .env/Lib/site-packages/pygame/libpng16-16.dll create mode 100644 .env/Lib/site-packages/pygame/libtiff-5.dll create mode 100644 .env/Lib/site-packages/pygame/libwebp-7.dll create mode 100644 .env/Lib/site-packages/pygame/locals.py create mode 100644 .env/Lib/site-packages/pygame/locals.pyi create mode 100644 .env/Lib/site-packages/pygame/macosx.py create mode 100644 .env/Lib/site-packages/pygame/mask.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/mask.pyi create mode 100644 .env/Lib/site-packages/pygame/math.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/math.pyi create mode 100644 .env/Lib/site-packages/pygame/midi.py create mode 100644 .env/Lib/site-packages/pygame/midi.pyi create mode 100644 .env/Lib/site-packages/pygame/mixer.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/mixer.pyi create mode 100644 .env/Lib/site-packages/pygame/mixer_music.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/mixer_music.pyi create mode 100644 .env/Lib/site-packages/pygame/mouse.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/mouse.pyi create mode 100644 .env/Lib/site-packages/pygame/newbuffer.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/pixelarray.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/pixelarray.pyi create mode 100644 .env/Lib/site-packages/pygame/pixelcopy.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/pixelcopy.pyi create mode 100644 .env/Lib/site-packages/pygame/pkgdata.py create mode 100644 .env/Lib/site-packages/pygame/portmidi.dll create mode 100644 .env/Lib/site-packages/pygame/py.typed create mode 100644 .env/Lib/site-packages/pygame/pygame.ico create mode 100644 .env/Lib/site-packages/pygame/pygame_icon.bmp create mode 100644 .env/Lib/site-packages/pygame/pygame_icon.icns create mode 100644 .env/Lib/site-packages/pygame/pygame_icon_mac.bmp create mode 100644 .env/Lib/site-packages/pygame/pypm.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/rect.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/rect.pyi create mode 100644 .env/Lib/site-packages/pygame/rwobject.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/rwobject.pyi create mode 100644 .env/Lib/site-packages/pygame/scrap.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/scrap.pyi create mode 100644 .env/Lib/site-packages/pygame/sndarray.py create mode 100644 .env/Lib/site-packages/pygame/sndarray.pyi create mode 100644 .env/Lib/site-packages/pygame/sprite.py create mode 100644 .env/Lib/site-packages/pygame/sprite.pyi create mode 100644 .env/Lib/site-packages/pygame/surface.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/surface.pyi create mode 100644 .env/Lib/site-packages/pygame/surfarray.py create mode 100644 .env/Lib/site-packages/pygame/surfarray.pyi create mode 100644 .env/Lib/site-packages/pygame/surflock.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/surflock.pyi create mode 100644 .env/Lib/site-packages/pygame/sysfont.py create mode 100644 .env/Lib/site-packages/pygame/tests/__init__.py create mode 100644 .env/Lib/site-packages/pygame/tests/__main__.py create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/__main__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/base_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/blit_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/bufferproxy_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/camera_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/color_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/constants_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/controller_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/cursors_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/display_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/docs_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/draw_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/event_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/font_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/freetype_tags.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/freetype_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/ftfont_tags.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/ftfont_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/gfxdraw_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/image__save_gl_surface_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/image_tags.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/image_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/imageext_tags.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/imageext_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/joystick_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/key_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/locals_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/mask_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/math_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/midi_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/mixer_music_tags.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/mixer_music_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/mixer_tags.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/mixer_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/mouse_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/pixelarray_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/pixelcopy_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/rect_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/rwobject_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/scrap_tags.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/scrap_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/sndarray_tags.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/sndarray_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/sprite_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/surface_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/surfarray_tags.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/surfarray_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/surflock_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/sysfont_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/threads_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/time_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/touch_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/transform_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/version_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/__pycache__/video_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/base_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/blit_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/bufferproxy_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/camera_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/color_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/constants_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/controller_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/cursors_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/display_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/docs_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/draw_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/event_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/fixtures/fonts/A_PyGameMono-8.png create mode 100644 .env/Lib/site-packages/pygame/tests/fixtures/fonts/PlayfairDisplaySemibold.ttf create mode 100644 .env/Lib/site-packages/pygame/tests/fixtures/fonts/PyGameMono-18-100dpi.bdf create mode 100644 .env/Lib/site-packages/pygame/tests/fixtures/fonts/PyGameMono-18-75dpi.bdf create mode 100644 .env/Lib/site-packages/pygame/tests/fixtures/fonts/PyGameMono-8.bdf create mode 100644 .env/Lib/site-packages/pygame/tests/fixtures/fonts/PyGameMono.otf create mode 100644 .env/Lib/site-packages/pygame/tests/fixtures/fonts/test_fixed.otf create mode 100644 .env/Lib/site-packages/pygame/tests/fixtures/fonts/test_sans.ttf create mode 100644 .env/Lib/site-packages/pygame/tests/fixtures/fonts/u13079_PyGameMono-8.png create mode 100644 .env/Lib/site-packages/pygame/tests/fixtures/xbm_cursors/white_sizing.xbm create mode 100644 .env/Lib/site-packages/pygame/tests/fixtures/xbm_cursors/white_sizing_mask.xbm create mode 100644 .env/Lib/site-packages/pygame/tests/font_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/freetype_tags.py create mode 100644 .env/Lib/site-packages/pygame/tests/freetype_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/ftfont_tags.py create mode 100644 .env/Lib/site-packages/pygame/tests/ftfont_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/gfxdraw_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/image__save_gl_surface_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/image_tags.py create mode 100644 .env/Lib/site-packages/pygame/tests/image_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/imageext_tags.py create mode 100644 .env/Lib/site-packages/pygame/tests/imageext_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/joystick_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/key_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/locals_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/mask_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/math_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/midi_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/mixer_music_tags.py create mode 100644 .env/Lib/site-packages/pygame/tests/mixer_music_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/mixer_tags.py create mode 100644 .env/Lib/site-packages/pygame/tests/mixer_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/mouse_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/pixelarray_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/pixelcopy_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/rect_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/__init__.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/__pycache__/run_tests__test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/__init__.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/fake_3_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/fake_4_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/fake_5_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/fake_6_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/no_assertions__ret_code_of_1__test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/zero_tests_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/fake_2_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/fake_3_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/fake_4_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/fake_5_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/fake_6_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/no_assertions__ret_code_of_1__test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/all_ok/zero_tests_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/everything/__init__.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/everything/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/everything/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/everything/__pycache__/incomplete_todo_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/everything/__pycache__/magic_tag_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/everything/__pycache__/sleep_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/everything/fake_2_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/everything/incomplete_todo_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/everything/magic_tag_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/everything/sleep_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/exclude/__init__.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/exclude/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/exclude/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/exclude/__pycache__/invisible_tag_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/exclude/__pycache__/magic_tag_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/exclude/fake_2_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/exclude/invisible_tag_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/exclude/magic_tag_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/failures1/__init__.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/failures1/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/failures1/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/failures1/__pycache__/fake_3_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/failures1/__pycache__/fake_4_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/failures1/fake_2_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/failures1/fake_3_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/failures1/fake_4_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/incomplete/__init__.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/incomplete/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/incomplete/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/incomplete/__pycache__/fake_3_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/incomplete/fake_2_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/incomplete/fake_3_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/incomplete_todo/__init__.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/incomplete_todo/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/incomplete_todo/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/incomplete_todo/__pycache__/fake_3_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/incomplete_todo/fake_2_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/incomplete_todo/fake_3_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/infinite_loop/__init__.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/infinite_loop/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/infinite_loop/__pycache__/fake_1_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/infinite_loop/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/infinite_loop/fake_1_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/infinite_loop/fake_2_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stderr/__init__.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stderr/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stderr/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stderr/__pycache__/fake_3_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stderr/__pycache__/fake_4_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stderr/fake_2_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stderr/fake_3_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stderr/fake_4_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stdout/__init__.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stdout/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stdout/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stdout/__pycache__/fake_3_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stdout/__pycache__/fake_4_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stdout/fake_2_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stdout/fake_3_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/print_stdout/fake_4_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/run_tests__test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/timeout/__init__.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/timeout/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/timeout/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/timeout/__pycache__/sleep_test.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/timeout/fake_2_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/run_tests__tests/timeout/sleep_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/rwobject_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/scrap_tags.py create mode 100644 .env/Lib/site-packages/pygame/tests/scrap_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/sndarray_tags.py create mode 100644 .env/Lib/site-packages/pygame/tests/sndarray_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/sprite_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/surface_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/surfarray_tags.py create mode 100644 .env/Lib/site-packages/pygame/tests/surfarray_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/surflock_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/sysfont_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/__init__.py create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/__pycache__/arrinter.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/__pycache__/async_sub.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/__pycache__/buftools.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/__pycache__/endian.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/__pycache__/png.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/__pycache__/run_tests.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/__pycache__/test_machinery.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/__pycache__/test_runner.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/arrinter.py create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/async_sub.py create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/buftools.py create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/endian.py create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/png.py create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/run_tests.py create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/test_machinery.py create mode 100644 .env/Lib/site-packages/pygame/tests/test_utils/test_runner.py create mode 100644 .env/Lib/site-packages/pygame/tests/threads_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/time_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/touch_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/transform_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/version_test.py create mode 100644 .env/Lib/site-packages/pygame/tests/video_test.py create mode 100644 .env/Lib/site-packages/pygame/threads/__init__.py create mode 100644 .env/Lib/site-packages/pygame/threads/__pycache__/__init__.cpython-312.pyc create mode 100644 .env/Lib/site-packages/pygame/time.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/time.pyi create mode 100644 .env/Lib/site-packages/pygame/transform.cp312-win_amd64.pyd create mode 100644 .env/Lib/site-packages/pygame/transform.pyi create mode 100644 .env/Lib/site-packages/pygame/version.py create mode 100644 .env/Lib/site-packages/pygame/version.pyi create mode 100644 .env/Lib/site-packages/pygame/zlib1.dll create mode 100644 .env/Scripts/Activate.ps1 create mode 100644 .env/Scripts/activate create mode 100644 .env/Scripts/activate.bat create mode 100644 .env/Scripts/deactivate.bat create mode 100644 .env/Scripts/pip.exe create mode 100644 .env/Scripts/pip3.12.exe create mode 100644 .env/Scripts/pip3.exe create mode 100644 .env/Scripts/python.exe create mode 100644 .env/Scripts/pythonw.exe create mode 100644 .env/pyvenv.cfg create mode 100644 .vscode/settings.json create mode 100644 __pycache__/menu.cpython-312.pyc create mode 100644 menu.py create mode 100644 source/__pycache__/__init__.cpython-312.pyc create mode 100644 source/__pycache__/constants.cpython-312.pyc create mode 100644 source/__pycache__/main.cpython-312.pyc create mode 100644 source/__pycache__/tool.cpython-312.pyc create mode 100644 source/component/__pycache__/__init__.cpython-312.pyc create mode 100644 source/component/__pycache__/map.cpython-312.pyc create mode 100644 source/component/__pycache__/menubar.cpython-312.pyc create mode 100644 source/component/__pycache__/plant.cpython-312.pyc create mode 100644 source/component/__pycache__/zombie.cpython-312.pyc create mode 100644 source/state/__pycache__/__init__.cpython-312.pyc create mode 100644 source/state/__pycache__/level.cpython-312.pyc create mode 100644 source/state/__pycache__/mainmenu.cpython-312.pyc create mode 100644 source/state/__pycache__/screen.cpython-312.pyc diff --git a/.env/Include/site/python3.12/pygame/_blit_info.h b/.env/Include/site/python3.12/pygame/_blit_info.h new file mode 100644 index 00000000..5320d0b1 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/_blit_info.h @@ -0,0 +1,21 @@ +#define NO_PYGAME_C_API +#include "_surface.h" + +/* The structure passed to the low level blit functions */ +typedef struct { + int width; + int height; + Uint8 *s_pixels; + int s_pxskip; + int s_skip; + Uint8 *d_pixels; + int d_pxskip; + int d_skip; + SDL_PixelFormat *src; + SDL_PixelFormat *dst; + Uint8 src_blanket_alpha; + int src_has_colorkey; + Uint32 src_colorkey; + SDL_BlendMode src_blend; + SDL_BlendMode dst_blend; +} SDL_BlitInfo; diff --git a/.env/Include/site/python3.12/pygame/_camera.h b/.env/Include/site/python3.12/pygame/_camera.h new file mode 100644 index 00000000..075ef6fb --- /dev/null +++ b/.env/Include/site/python3.12/pygame/_camera.h @@ -0,0 +1,26 @@ +/* + pygame - Python Game Library + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +*/ + +#ifndef _CAMERA_H +#define _CAMERA_H + +#include "_pygame.h" +#include "camera.h" + +#endif diff --git a/.env/Include/site/python3.12/pygame/_pygame.h b/.env/Include/site/python3.12/pygame/_pygame.h new file mode 100644 index 00000000..e3521b33 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/_pygame.h @@ -0,0 +1,374 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +/* This will use PYGAMEAPI_EXTERN_SLOTS instead + * of PYGAMEAPI_DEFINE_SLOTS for base modules. + */ +#ifndef _PYGAME_INTERNAL_H +#define _PYGAME_INTERNAL_H + +#include "pgplatform.h" +/* + If PY_SSIZE_T_CLEAN is defined before including Python.h, length is a + Py_ssize_t rather than an int for all # variants of formats (s#, y#, etc.) +*/ +#define PY_SSIZE_T_CLEAN +#include + +/* Ensure PyPy-specific code is not in use when running on GraalPython (PR + * #2580) */ +#if defined(GRAALVM_PYTHON) && defined(PYPY_VERSION) +#undef PYPY_VERSION +#endif + +#include + +/* SDL 1.2 constants removed from SDL 2 */ +typedef enum { + SDL_HWSURFACE = 0, + SDL_RESIZABLE = SDL_WINDOW_RESIZABLE, + SDL_ASYNCBLIT = 0, + SDL_OPENGL = SDL_WINDOW_OPENGL, + SDL_OPENGLBLIT = 0, + SDL_ANYFORMAT = 0, + SDL_HWPALETTE = 0, + SDL_DOUBLEBUF = 0, + SDL_FULLSCREEN = SDL_WINDOW_FULLSCREEN, + SDL_HWACCEL = 0, + SDL_SRCCOLORKEY = 0, + SDL_RLEACCELOK = 0, + SDL_SRCALPHA = 0, + SDL_NOFRAME = SDL_WINDOW_BORDERLESS, + SDL_GL_SWAP_CONTROL = 0, + TIMER_RESOLUTION = 0 +} PygameVideoFlags; + +/* the wheel button constants were removed from SDL 2 */ +typedef enum { + PGM_BUTTON_LEFT = SDL_BUTTON_LEFT, + PGM_BUTTON_RIGHT = SDL_BUTTON_RIGHT, + PGM_BUTTON_MIDDLE = SDL_BUTTON_MIDDLE, + PGM_BUTTON_WHEELUP = 4, + PGM_BUTTON_WHEELDOWN = 5, + PGM_BUTTON_X1 = SDL_BUTTON_X1 + 2, + PGM_BUTTON_X2 = SDL_BUTTON_X2 + 2, + PGM_BUTTON_KEEP = 0x80 +} PygameMouseFlags; + +typedef enum { + /* Any SDL_* events here are for backward compatibility. */ + SDL_NOEVENT = 0, + + SDL_ACTIVEEVENT = SDL_USEREVENT, + SDL_VIDEORESIZE, + SDL_VIDEOEXPOSE, + + PGE_MIDIIN, + PGE_MIDIOUT, + PGE_KEYREPEAT, /* Special internal pygame event, for managing key-presses + */ + + /* DO NOT CHANGE THE ORDER OF EVENTS HERE */ + PGE_WINDOWSHOWN, + PGE_WINDOWHIDDEN, + PGE_WINDOWEXPOSED, + PGE_WINDOWMOVED, + PGE_WINDOWRESIZED, + PGE_WINDOWSIZECHANGED, + PGE_WINDOWMINIMIZED, + PGE_WINDOWMAXIMIZED, + PGE_WINDOWRESTORED, + PGE_WINDOWENTER, + PGE_WINDOWLEAVE, + PGE_WINDOWFOCUSGAINED, + PGE_WINDOWFOCUSLOST, + PGE_WINDOWCLOSE, + PGE_WINDOWTAKEFOCUS, + PGE_WINDOWHITTEST, + PGE_WINDOWICCPROFCHANGED, + PGE_WINDOWDISPLAYCHANGED, + + /* Here we define PGPOST_* events, events that act as a one-to-one + * proxy for SDL events (and some extra events too!), the proxy is used + * internally when pygame users use event.post() + * + * At a first glance, these may look redundant, but they are really + * important, especially with event blocking. If proxy events are + * not there, blocked events dont make it to our event filter, and + * that can break a lot of stuff. + * + * IMPORTANT NOTE: Do not post events directly with these proxy types, + * use the appropriate functions from event.c, that handle these proxy + * events for you. + * Proxy events are for internal use only */ + PGPOST_EVENTBEGIN, /* mark start of proxy-events */ + PGPOST_ACTIVEEVENT = PGPOST_EVENTBEGIN, + PGPOST_APP_TERMINATING, + PGPOST_APP_LOWMEMORY, + PGPOST_APP_WILLENTERBACKGROUND, + PGPOST_APP_DIDENTERBACKGROUND, + PGPOST_APP_WILLENTERFOREGROUND, + PGPOST_APP_DIDENTERFOREGROUND, + PGPOST_AUDIODEVICEADDED, + PGPOST_AUDIODEVICEREMOVED, + PGPOST_CLIPBOARDUPDATE, + PGPOST_CONTROLLERAXISMOTION, + PGPOST_CONTROLLERBUTTONDOWN, + PGPOST_CONTROLLERBUTTONUP, + PGPOST_CONTROLLERDEVICEADDED, + PGPOST_CONTROLLERDEVICEREMOVED, + PGPOST_CONTROLLERDEVICEREMAPPED, + PGPOST_CONTROLLERTOUCHPADDOWN, + PGPOST_CONTROLLERTOUCHPADMOTION, + PGPOST_CONTROLLERTOUCHPADUP, + PGPOST_CONTROLLERSENSORUPDATE, + PGPOST_DOLLARGESTURE, + PGPOST_DOLLARRECORD, + PGPOST_DROPFILE, + PGPOST_DROPTEXT, + PGPOST_DROPBEGIN, + PGPOST_DROPCOMPLETE, + PGPOST_FINGERMOTION, + PGPOST_FINGERDOWN, + PGPOST_FINGERUP, + PGPOST_KEYDOWN, + PGPOST_KEYMAPCHANGED, + PGPOST_KEYUP, + PGPOST_JOYAXISMOTION, + PGPOST_JOYBALLMOTION, + PGPOST_JOYHATMOTION, + PGPOST_JOYBUTTONDOWN, + PGPOST_JOYBUTTONUP, + PGPOST_JOYDEVICEADDED, + PGPOST_JOYDEVICEREMOVED, + PGPOST_LOCALECHANGED, + PGPOST_MIDIIN, + PGPOST_MIDIOUT, + PGPOST_MOUSEMOTION, + PGPOST_MOUSEBUTTONDOWN, + PGPOST_MOUSEBUTTONUP, + PGPOST_MOUSEWHEEL, + PGPOST_MULTIGESTURE, + PGPOST_NOEVENT, + PGPOST_QUIT, + PGPOST_RENDER_TARGETS_RESET, + PGPOST_RENDER_DEVICE_RESET, + PGPOST_SYSWMEVENT, + PGPOST_TEXTEDITING, + PGPOST_TEXTINPUT, + PGPOST_VIDEORESIZE, + PGPOST_VIDEOEXPOSE, + PGPOST_WINDOWSHOWN, + PGPOST_WINDOWHIDDEN, + PGPOST_WINDOWEXPOSED, + PGPOST_WINDOWMOVED, + PGPOST_WINDOWRESIZED, + PGPOST_WINDOWSIZECHANGED, + PGPOST_WINDOWMINIMIZED, + PGPOST_WINDOWMAXIMIZED, + PGPOST_WINDOWRESTORED, + PGPOST_WINDOWENTER, + PGPOST_WINDOWLEAVE, + PGPOST_WINDOWFOCUSGAINED, + PGPOST_WINDOWFOCUSLOST, + PGPOST_WINDOWCLOSE, + PGPOST_WINDOWTAKEFOCUS, + PGPOST_WINDOWHITTEST, + PGPOST_WINDOWICCPROFCHANGED, + PGPOST_WINDOWDISPLAYCHANGED, + + PGE_USEREVENT, /* this event must stay in this position only */ + + PG_NUMEVENTS = + SDL_LASTEVENT /* Not an event. Indicates end of user events. */ +} PygameEventCode; + +/* SDL1 ACTIVEEVENT state attribute can take the following values */ +/* These constant values are directly picked from SDL1 source */ +#define SDL_APPMOUSEFOCUS 0x01 +#define SDL_APPINPUTFOCUS 0x02 +#define SDL_APPACTIVE 0x04 + +/* Surface flags: based on SDL 1.2 flags */ +typedef enum { + PGS_SWSURFACE = 0x00000000, + PGS_HWSURFACE = 0x00000001, + PGS_ASYNCBLIT = 0x00000004, + + PGS_ANYFORMAT = 0x10000000, + PGS_HWPALETTE = 0x20000000, + PGS_DOUBLEBUF = 0x40000000, + PGS_FULLSCREEN = 0x80000000, + PGS_SCALED = 0x00000200, + + PGS_OPENGL = 0x00000002, + PGS_OPENGLBLIT = 0x0000000A, + PGS_RESIZABLE = 0x00000010, + PGS_NOFRAME = 0x00000020, + PGS_SHOWN = 0x00000040, /* Added from SDL 2 */ + PGS_HIDDEN = 0x00000080, /* Added from SDL 2 */ + + PGS_HWACCEL = 0x00000100, + PGS_SRCCOLORKEY = 0x00001000, + PGS_RLEACCELOK = 0x00002000, + PGS_RLEACCEL = 0x00004000, + PGS_SRCALPHA = 0x00010000, + PGS_PREALLOC = 0x01000000 +} PygameSurfaceFlags; + +// TODO Implement check below in a way that does not break CI +/* New buffer protocol (PEP 3118) implemented on all supported Py versions. +#if !defined(Py_TPFLAGS_HAVE_NEWBUFFER) +#error No support for PEP 3118/Py_TPFLAGS_HAVE_NEWBUFFER. Please use a +supported Python version. #endif */ + +#define RAISE(x, y) (PyErr_SetString((x), (y)), NULL) +#define DEL_ATTR_NOT_SUPPORTED_CHECK(name, value) \ + do { \ + if (!value) { \ + PyErr_Format(PyExc_AttributeError, "Cannot delete attribute %s", \ + name); \ + return -1; \ + } \ + } while (0) + +#define DEL_ATTR_NOT_SUPPORTED_CHECK_NO_NAME(value) \ + do { \ + if (!value) { \ + PyErr_SetString(PyExc_AttributeError, "Cannot delete attribute"); \ + return -1; \ + } \ + } while (0) + +/* + * Initialization checks + */ + +#define VIDEO_INIT_CHECK() \ + if (!SDL_WasInit(SDL_INIT_VIDEO)) \ + return RAISE(pgExc_SDLError, "video system not initialized") + +#define JOYSTICK_INIT_CHECK() \ + if (!SDL_WasInit(SDL_INIT_JOYSTICK)) \ + return RAISE(pgExc_SDLError, "joystick system not initialized") + +/* thread check */ +#ifdef WITH_THREAD +#define PG_CHECK_THREADS() (1) +#else /* ~WITH_THREAD */ +#define PG_CHECK_THREADS() \ + (RAISE(PyExc_NotImplementedError, "Python built without thread support")) +#endif /* ~WITH_THREAD */ + +#define PyType_Init(x) (((x).ob_type) = &PyType_Type) + +/* CPython 3.6 had initial and undocumented FASTCALL support, but we play it + * safe by not relying on implementation details */ +#if PY_VERSION_HEX < 0x03070000 + +/* Macro for naming a pygame fastcall wrapper function */ +#define PG_FASTCALL_NAME(func) _##func##_fastcall_wrap + +/* used to forward declare compat functions */ +#define PG_DECLARE_FASTCALL_FUNC(func, self_type) \ + static PyObject *PG_FASTCALL_NAME(func)(self_type * self, PyObject * args) + +/* Using this macro on a function defined with the FASTCALL calling convention + * adds a wrapper definition that uses regular python VARARGS convention. + * Since it is guaranteed that the 'args' object is a tuple, we can directly + * call PySequence_Fast_ITEMS and PyTuple_GET_SIZE on it (which are macros that + * assume the same, and don't do error checking) */ +#define PG_WRAP_FASTCALL_FUNC(func, self_type) \ + PG_DECLARE_FASTCALL_FUNC(func, self_type) \ + { \ + return func(self, (PyObject *const *)PySequence_Fast_ITEMS(args), \ + PyTuple_GET_SIZE(args)); \ + } + +#define PG_FASTCALL METH_VARARGS + +#else /* PY_VERSION_HEX >= 0x03070000 */ +/* compat macros are no-op on python versions that support fastcall */ +#define PG_FASTCALL_NAME(func) func +#define PG_DECLARE_FASTCALL_FUNC(func, self_type) +#define PG_WRAP_FASTCALL_FUNC(func, self_type) + +#define PG_FASTCALL METH_FASTCALL + +#endif /* PY_VERSION_HEX >= 0x03070000 */ + +/* + * event module internals + */ +struct pgEventObject { + PyObject_HEAD int type; + PyObject *dict; +}; + +/* + * surflock module internals + */ +typedef struct { + PyObject_HEAD PyObject *surface; + PyObject *lockobj; + PyObject *weakrefs; +} pgLifetimeLockObject; + +/* + * surface module internals + */ +struct pgSubSurface_Data { + PyObject *owner; + int pixeloffset; + int offsetx, offsety; +}; + +/* + * color module internals + */ +struct pgColorObject { + PyObject_HEAD Uint8 data[4]; + Uint8 len; +}; + +/* + * include public API + */ +#include "include/_pygame.h" + +/* Slot counts. + * Remember to keep these constants up to date. + */ + +#define PYGAMEAPI_RECT_NUMSLOTS 5 +#define PYGAMEAPI_JOYSTICK_NUMSLOTS 2 +#define PYGAMEAPI_DISPLAY_NUMSLOTS 2 +#define PYGAMEAPI_SURFACE_NUMSLOTS 4 +#define PYGAMEAPI_SURFLOCK_NUMSLOTS 8 +#define PYGAMEAPI_RWOBJECT_NUMSLOTS 6 +#define PYGAMEAPI_PIXELARRAY_NUMSLOTS 2 +#define PYGAMEAPI_COLOR_NUMSLOTS 5 +#define PYGAMEAPI_MATH_NUMSLOTS 2 +#define PYGAMEAPI_BASE_NUMSLOTS 27 +#define PYGAMEAPI_EVENT_NUMSLOTS 6 + +#endif /* _PYGAME_INTERNAL_H */ diff --git a/.env/Include/site/python3.12/pygame/_surface.h b/.env/Include/site/python3.12/pygame/_surface.h new file mode 100644 index 00000000..b2b4644a --- /dev/null +++ b/.env/Include/site/python3.12/pygame/_surface.h @@ -0,0 +1,30 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + Copyright (C) 2007 Marcus von Appen + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +#ifndef _SURFACE_H +#define _SURFACE_H + +#include "_pygame.h" +#include "surface.h" + +#endif diff --git a/.env/Include/site/python3.12/pygame/camera.h b/.env/Include/site/python3.12/pygame/camera.h new file mode 100644 index 00000000..3079a9a3 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/camera.h @@ -0,0 +1,252 @@ +#ifndef CAMERA_H +#define CAMERA_H +/* + pygame - Python Game Library + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +*/ + +#include "pygame.h" +#include "pgcompat.h" +#include "doc/camera_doc.h" + +#if defined(__unix__) +#include +#include +#include +#include +#include + +#include /* low-level i/o */ +#include +#include +#include +#include +#include +#include +#include + +/* on freebsd there is no asm/types */ +#ifdef linux +#include /* for videodev2.h */ +#endif + +#include +#endif + +#if defined(__WIN32__) +#define PYGAME_WINDOWS_CAMERA 1 + +#include +#include +#include +#include +#include +#include +#endif + +/* some constants used which are not defined on non-v4l machines. */ +#ifndef V4L2_PIX_FMT_RGB24 +#define V4L2_PIX_FMT_RGB24 'RGB3' +#endif +#ifndef V4L2_PIX_FMT_RGB444 +#define V4L2_PIX_FMT_RGB444 'R444' +#endif +#ifndef V4L2_PIX_FMT_YUYV +#define V4L2_PIX_FMT_YUYV 'YUYV' +#endif +#ifndef V4L2_PIX_FMT_XBGR32 +#define V4L2_PIX_FMT_XBGR32 'XR24' +#endif + +#define CLEAR(x) memset(&(x), 0, sizeof(x)) +#define SAT(c) \ + if (c & (~255)) { \ + if (c < 0) \ + c = 0; \ + else \ + c = 255; \ + } +#define SAT2(c) ((c) & (~255) ? ((c) < 0 ? 0 : 255) : (c)) +#define DEFAULT_WIDTH 640 +#define DEFAULT_HEIGHT 480 +#define RGB_OUT 1 +#define YUV_OUT 2 +#define HSV_OUT 4 +#define CAM_V4L \ + 1 /* deprecated. the incomplete support in pygame was removed */ +#define CAM_V4L2 2 + +struct buffer { + void *start; + size_t length; +}; + +#if defined(__unix__) +typedef struct pgCameraObject { + PyObject_HEAD char *device_name; + int camera_type; + unsigned long pixelformat; + unsigned int color_out; + struct buffer *buffers; + unsigned int n_buffers; + int width; + int height; + int size; + int hflip; + int vflip; + int brightness; + int fd; +} pgCameraObject; +#elif defined(PYGAME_WINDOWS_CAMERA) +typedef struct pgCameraObject { + PyObject_HEAD WCHAR *device_name; + IMFSourceReader *reader; + IMFTransform *transform; + IMFVideoProcessorControl *control; + IMFMediaBuffer *buf; + IMFMediaBuffer *raw_buf; + int buffer_ready; + short open; /* used to signal the update_function to exit */ + HANDLE t_handle; + HRESULT t_error; + int t_error_line; + int width; + int height; + int hflip; + int vflip; + int last_vflip; + int color_out; + unsigned long pixelformat; +} pgCameraObject; + +#else +/* generic definition. + */ + +typedef struct pgCameraObject { + PyObject_HEAD char *device_name; + int camera_type; + unsigned long pixelformat; + unsigned int color_out; + struct buffer *buffers; + unsigned int n_buffers; + int width; + int height; + int size; + int hflip; + int vflip; + int brightness; + int fd; +} pgCameraObject; +#endif + +/* internal functions for colorspace conversion */ +void +colorspace(SDL_Surface *src, SDL_Surface *dst, int cspace); +void +rgb24_to_rgb(const void *src, void *dst, int length, SDL_PixelFormat *format); +void +bgr32_to_rgb(const void *src, void *dst, int length, SDL_PixelFormat *format); +void +rgb444_to_rgb(const void *src, void *dst, int length, SDL_PixelFormat *format); +void +rgb_to_yuv(const void *src, void *dst, int length, unsigned long source, + SDL_PixelFormat *format); +void +rgb_to_hsv(const void *src, void *dst, int length, unsigned long source, + SDL_PixelFormat *format); +void +yuyv_to_rgb(const void *src, void *dst, int length, SDL_PixelFormat *format); +void +yuyv_to_yuv(const void *src, void *dst, int length, SDL_PixelFormat *format); +void +uyvy_to_rgb(const void *src, void *dst, int length, SDL_PixelFormat *format); +void +uyvy_to_yuv(const void *src, void *dst, int length, SDL_PixelFormat *format); +void +sbggr8_to_rgb(const void *src, void *dst, int width, int height, + SDL_PixelFormat *format); +void +yuv420_to_rgb(const void *src, void *dst, int width, int height, + SDL_PixelFormat *format); +void +yuv420_to_yuv(const void *src, void *dst, int width, int height, + SDL_PixelFormat *format); + +#if defined(__unix__) +/* internal functions specific to v4l2 */ +char ** +v4l2_list_cameras(int *num_devices); +int +v4l2_get_control(int fd, int id, int *value); +int +v4l2_set_control(int fd, int id, int value); +PyObject * +v4l2_read_raw(pgCameraObject *self); +int +v4l2_xioctl(int fd, int request, void *arg); +int +v4l2_process_image(pgCameraObject *self, const void *image, int buffer_size, + SDL_Surface *surf); +int +v4l2_query_buffer(pgCameraObject *self); +int +v4l2_read_frame(pgCameraObject *self, SDL_Surface *surf, int *errno_code); +int +v4l2_stop_capturing(pgCameraObject *self); +int +v4l2_start_capturing(pgCameraObject *self); +int +v4l2_uninit_device(pgCameraObject *self); +int +v4l2_init_mmap(pgCameraObject *self); +int +v4l2_init_device(pgCameraObject *self); +int +v4l2_close_device(pgCameraObject *self); +int +v4l2_open_device(pgCameraObject *self); + +#elif defined(PYGAME_WINDOWS_CAMERA) +/* internal functions specific to WINDOWS */ +WCHAR ** +windows_list_cameras(int *num_devices); +int +windows_init_device(pgCameraObject *self); +int +windows_open_device(pgCameraObject *self); +IMFActivate * +windows_device_from_name(WCHAR *device_name); +int +windows_close_device(pgCameraObject *self); +int +windows_read_frame(pgCameraObject *self, SDL_Surface *surf); +int +windows_frame_ready(pgCameraObject *self, int *result); +PyObject * +windows_read_raw(pgCameraObject *self); +int +windows_process_image(pgCameraObject *self, BYTE *data, DWORD buffer_size, + SDL_Surface *surf); +void +windows_dealloc_device(pgCameraObject *self); +int +windows_init_device(pgCameraObject *self); + +#endif + +#endif /* !CAMERA_H */ diff --git a/.env/Include/site/python3.12/pygame/font.h b/.env/Include/site/python3.12/pygame/font.h new file mode 100644 index 00000000..f5eedb25 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/font.h @@ -0,0 +1,15 @@ +#ifndef PGFONT_INTERNAL_H +#define PGFONT_INTERNAL_H + +#include + +/* test font initialization */ +#define FONT_INIT_CHECK() \ + if (!(*(int *)PyFONT_C_API[2])) \ + return RAISE(pgExc_SDLError, "font system not initialized") + +#include "include/pygame_font.h" + +#define PYGAMEAPI_FONT_NUMSLOTS 3 + +#endif /* ~PGFONT_INTERNAL_H */ diff --git a/.env/Include/site/python3.12/pygame/freetype.h b/.env/Include/site/python3.12/pygame/freetype.h new file mode 100644 index 00000000..fd86bc21 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/freetype.h @@ -0,0 +1,114 @@ +/* + pygame - Python Game Library + Copyright (C) 2009 Vicent Marti + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +*/ +#ifndef _PYGAME_FREETYPE_INTERNAL_H_ +#define _PYGAME_FREETYPE_INTERNAL_H_ + +#include "pgcompat.h" +#include "pgplatform.h" + +#include +#include FT_FREETYPE_H +#include FT_CACHE_H +#include FT_XFREE86_H +#include FT_TRIGONOMETRY_H + +/********************************************************** + * Global module constants + **********************************************************/ + +/* Render styles */ +#define FT_STYLE_NORMAL 0x00 +#define FT_STYLE_STRONG 0x01 +#define FT_STYLE_OBLIQUE 0x02 +#define FT_STYLE_UNDERLINE 0x04 +#define FT_STYLE_WIDE 0x08 +#define FT_STYLE_DEFAULT 0xFF + +/* Bounding box modes */ +#define FT_BBOX_EXACT FT_GLYPH_BBOX_SUBPIXELS +#define FT_BBOX_EXACT_GRIDFIT FT_GLYPH_BBOX_GRIDFIT +#define FT_BBOX_PIXEL FT_GLYPH_BBOX_TRUNCATE +#define FT_BBOX_PIXEL_GRIDFIT FT_GLYPH_BBOX_PIXELS + +/* Rendering flags */ +#define FT_RFLAG_NONE (0) +#define FT_RFLAG_ANTIALIAS (1 << 0) +#define FT_RFLAG_AUTOHINT (1 << 1) +#define FT_RFLAG_VERTICAL (1 << 2) +#define FT_RFLAG_HINTED (1 << 3) +#define FT_RFLAG_KERNING (1 << 4) +#define FT_RFLAG_TRANSFORM (1 << 5) +#define FT_RFLAG_PAD (1 << 6) +#define FT_RFLAG_ORIGIN (1 << 7) +#define FT_RFLAG_UCS4 (1 << 8) +#define FT_RFLAG_USE_BITMAP_STRIKES (1 << 9) +#define FT_RFLAG_DEFAULTS \ + (FT_RFLAG_HINTED | FT_RFLAG_USE_BITMAP_STRIKES | FT_RFLAG_ANTIALIAS) + +#define FT_RENDER_NEWBYTEARRAY 0x0 +#define FT_RENDER_NEWSURFACE 0x1 +#define FT_RENDER_EXISTINGSURFACE 0x2 + +/********************************************************** + * Global module types + **********************************************************/ + +typedef struct _scale_s { + FT_UInt x, y; +} Scale_t; +typedef FT_Angle Angle_t; + +struct fontinternals_; +struct freetypeinstance_; + +typedef struct { + FT_Long font_index; + FT_Open_Args open_args; +} pgFontId; + +typedef struct { + PyObject_HEAD pgFontId id; + PyObject *path; + int is_scalable; + int is_bg_col_set; + + Scale_t face_size; + FT_Int16 style; + FT_Int16 render_flags; + double strength; + double underline_adjustment; + FT_UInt resolution; + Angle_t rotation; + FT_Matrix transform; + FT_Byte fgcolor[4]; + FT_Byte bgcolor[4]; + + struct freetypeinstance_ *freetype; /* Personal reference */ + struct fontinternals_ *_internals; +} pgFontObject; + +#define pgFont_IS_ALIVE(o) (((pgFontObject *)(o))->_internals != 0) + +/* import public API */ +#include "include/pygame_freetype.h" + +#define PYGAMEAPI_FREETYPE_NUMSLOTS 2 + +#endif /* ~_PYGAME_FREETYPE_INTERNAL_H_ */ diff --git a/.env/Include/site/python3.12/pygame/include/_pygame.h b/.env/Include/site/python3.12/pygame/include/_pygame.h new file mode 100644 index 00000000..c39ed46a --- /dev/null +++ b/.env/Include/site/python3.12/pygame/include/_pygame.h @@ -0,0 +1,949 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +#ifndef _PYGAME_H +#define _PYGAME_H + +/** This header file includes all the definitions for the + ** base pygame extensions. This header only requires + ** Python includes (and SDL.h for functions that use SDL types). + ** The reason for functions prototyped with #define's is + ** to allow for maximum Python portability. It also uses + ** Python as the runtime linker, which allows for late binding. + '' For more information on this style of development, read + ** the Python docs on this subject. + ** http://www.python.org/doc/current/ext/using-cobjects.html + ** + ** If using this to build your own derived extensions, + ** you'll see that the functions available here are mainly + ** used to help convert between python objects and SDL objects. + ** Since this library doesn't add a lot of functionality to + ** the SDL library, it doesn't need to offer a lot either. + ** + ** When initializing your extension module, you must manually + ** import the modules you want to use. (this is the part about + ** using python as the runtime linker). Each module has its + ** own import_xxx() routine. You need to perform this import + ** after you have initialized your own module, and before + ** you call any routines from that module. Since every module + ** in pygame does this, there are plenty of examples. + ** + ** The base module does include some useful conversion routines + ** that you are free to use in your own extension. + **/ + +#include "pgplatform.h" +#include + +/* version macros (defined since version 1.9.5) */ +#define PG_MAJOR_VERSION 2 +#define PG_MINOR_VERSION 5 +#define PG_PATCH_VERSION 2 +#define PG_VERSIONNUM(MAJOR, MINOR, PATCH) \ + (1000 * (MAJOR) + 100 * (MINOR) + (PATCH)) +#define PG_VERSION_ATLEAST(MAJOR, MINOR, PATCH) \ + (PG_VERSIONNUM(PG_MAJOR_VERSION, PG_MINOR_VERSION, PG_PATCH_VERSION) >= \ + PG_VERSIONNUM(MAJOR, MINOR, PATCH)) + +#include "pgcompat.h" + +/* Flag indicating a pg_buffer; used for assertions within callbacks */ +#ifndef NDEBUG +#define PyBUF_PYGAME 0x4000 +#endif +#define PyBUF_HAS_FLAG(f, F) (((f) & (F)) == (F)) + +/* Array information exchange struct C type; inherits from Py_buffer + * + * Pygame uses its own Py_buffer derived C struct as an internal representation + * of an imported array buffer. The extended Py_buffer allows for a + * per-instance release callback, + */ +typedef void (*pybuffer_releaseproc)(Py_buffer *); + +typedef struct pg_bufferinfo_s { + Py_buffer view; + PyObject *consumer; /* Input: Borrowed reference */ + pybuffer_releaseproc release_buffer; +} pg_buffer; + +#include "pgimport.h" + +/* + * BASE module + */ +#ifndef PYGAMEAPI_BASE_INTERNAL +#define pgExc_SDLError ((PyObject *)PYGAMEAPI_GET_SLOT(base, 0)) + +#define pg_RegisterQuit \ + (*(void (*)(void (*)(void)))PYGAMEAPI_GET_SLOT(base, 1)) + +/** + * \brief Convert number like object *obj* to C int and in *val*. + * + * \param obj The Python object to convert. + * \param val A pointer to the C integer to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + * \note This function will convert floats to integers. + */ +#define pg_IntFromObj \ + (*(int (*)(PyObject *, int *))PYGAMEAPI_GET_SLOT(base, 2)) + +/** + * \brief Convert number like object at position *i* in sequence *obj* + * to C int and place in argument *val*. + * + * \param obj The Python object to convert. + * \param i The index of the object to convert. + * \param val A pointer to the C integer to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + * \note This function will convert floats to integers. + */ +#define pg_IntFromObjIndex \ + (*(int (*)(PyObject *, int, int *))PYGAMEAPI_GET_SLOT(base, 3)) + +/** + * \brief Convert the two number like objects in length 2 sequence *obj* to C + * int and place in arguments *val1* and *val2*. + * + * \param obj The Python two element sequence object to convert. + * \param val A pointer to the C integer to store the result. + * \param val2 A pointer to the C integer to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + * \note This function will convert floats to integers. + */ +#define pg_TwoIntsFromObj \ + (*(int (*)(PyObject *, int *, int *))PYGAMEAPI_GET_SLOT(base, 4)) + +/** + * \brief Convert number like object *obj* to C float and in *val*. + * + * \param obj The Python object to convert. + * \param val A pointer to the C float to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + */ +#define pg_FloatFromObj \ + (*(int (*)(PyObject *, float *))PYGAMEAPI_GET_SLOT(base, 5)) + +/** + * \brief Convert number like object at position *i* in sequence *obj* to C + * float and place in argument *val*. + * + * \param obj The Python object to convert. + * \param i The index of the object to convert. + * \param val A pointer to the C float to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + */ +#define pg_FloatFromObjIndex \ + (*(int (*)(PyObject *, int, float *))PYGAMEAPI_GET_SLOT(base, 6)) + +/** + * \brief Convert the two number like objects in length 2 sequence *obj* to C + * float and place in arguments *val1* and *val2*. + * + * \param obj The Python two element sequence object to convert. + * \param val A pointer to the C float to store the result. + * \param val2 A pointer to the C float to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + */ +#define pg_TwoFloatsFromObj \ + (*(int (*)(PyObject *, float *, float *))PYGAMEAPI_GET_SLOT(base, 7)) + +/** + * \brief Convert number like object *obj* to C Uint32 and in *val*. + * + * \param obj The Python object to convert. + * \param val A pointer to the C int to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + */ +#define pg_UintFromObj \ + (*(int (*)(PyObject *, Uint32 *))PYGAMEAPI_GET_SLOT(base, 8)) + +/** + * \brief Convert number like object at position *i* in sequence *obj* to C + * Uint32 and place in argument *val*. + * + * \param obj The Python object to convert. + * \param i The index of the object to convert. + * \param val A pointer to the C int to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + */ +#define pg_UintFromObjIndex \ + (*(int (*)(PyObject *, int, Uint32 *))PYGAMEAPI_GET_SLOT(base, 9)) + +/** + * \brief Initialize all of the pygame modules. + * \returns 1 on success, 0 on failure with PyErr set. + */ +#define pg_mod_autoinit (*(int (*)(const char *))PYGAMEAPI_GET_SLOT(base, 10)) + +/** + * \brief Quit all of the pygame modules. + */ +#define pg_mod_autoquit (*(void (*)(const char *))PYGAMEAPI_GET_SLOT(base, 11)) + +/** + * \brief Convert the color represented by object *obj* into a red, green, + * blue, alpha length 4 C array *RGBA*. + * + * The object must be a length 3 or 4 sequence of numbers having values between + * 0 and 255 inclusive. For a length 3 sequence an alpha value of 255 is + * assumed. + * + * \param obj The Python object to convert. + * \param RGBA A pointer to the C array to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + */ +#define pg_RGBAFromObj \ + (*(int (*)(PyObject *, Uint8 *))PYGAMEAPI_GET_SLOT(base, 12)) + +/** + * \brief Given a Py_buffer, return a python dictionary representing the array + * interface. + * + * \param view_p A pointer to the Py_buffer to convert to a dictionary. + * + * \returns A Python dictionary representing the array interface of the object. + */ +#define pgBuffer_AsArrayInterface \ + (*(PyObject * (*)(Py_buffer *)) PYGAMEAPI_GET_SLOT(base, 13)) + +/** + * \brief Given a Py_buffer, return a python capsule representing the array + * interface. + * + * \param view_p A pointer to the Py_buffer to convert to a capsule. + * + * \returns A Python capsule representing the array interface of the object. + */ +#define pgBuffer_AsArrayStruct \ + (*(PyObject * (*)(Py_buffer *)) PYGAMEAPI_GET_SLOT(base, 14)) + +/** + * \brief Get a buffer object from a given Python object. + * + * \param obj The Python object to get the buffer from. + * \param pg_view_p A pointer to a pg_buffer struct to store the buffer in. + * \param flags The desired buffer access mode. + * + * \returns 0 on success, -1 on failure. + * + * \note This function attempts to get a buffer object from a given Python + * object. If the object supports the buffer protocol, it will be used to + * create the buffer. If not, it will try to get an array interface or + * dictionary representation of the object and use that to create the buffer. + * If none of these methods work, it will raise a ValueError. + * + */ +#define pgObject_GetBuffer \ + (*(int (*)(PyObject *, pg_buffer *, int))PYGAMEAPI_GET_SLOT(base, 15)) + +/** + * \brief Release a pg_buffer object. + * + * \param pg_view_p The pg_buffer object to release. + * + * \note This function releases a pg_buffer object. + * \note some calls to this function expect this function to not clear + * previously set errors. + */ +#define pgBuffer_Release (*(void (*)(pg_buffer *))PYGAMEAPI_GET_SLOT(base, 16)) + +/** + * \brief Write the array interface dictionary buffer description *dict* into a + * Pygame buffer description struct *pg_view_p*. + * + * \param pg_view_p The Pygame buffer description struct to write into. + * \param dict The array interface dictionary to read from. + * \param flags The PyBUF flags describing the view type requested. + * + * \returns 0 on success, or -1 on failure. + */ +#define pgDict_AsBuffer \ + (*(int (*)(pg_buffer *, PyObject *, int))PYGAMEAPI_GET_SLOT(base, 17)) + +#define pgExc_BufferError ((PyObject *)PYGAMEAPI_GET_SLOT(base, 18)) + +/** + * \brief Get the default SDL window created by a pygame.display.set_mode() + * call, or *NULL*. + * + * \return The default window, or *NULL* if no window has been created. + */ +#define pg_GetDefaultWindow \ + (*(SDL_Window * (*)(void)) PYGAMEAPI_GET_SLOT(base, 19)) + +/** + * \brief Set the default SDL window created by a pygame.display.set_mode() + * call. The previous window, if any, is destroyed. Argument *win* may be + * *NULL*. This function is called by pygame.display.set_mode(). + * + * \param win The new default window. May be NULL. + */ +#define pg_SetDefaultWindow \ + (*(void (*)(SDL_Window *))PYGAMEAPI_GET_SLOT(base, 20)) + +/** + * \brief Return a borrowed reference to the Pygame default window display + * surface, or *NULL* if no default window is open. + * + * \return The default renderer, or *NULL* if no renderer has been created. + */ +#define pg_GetDefaultWindowSurface \ + (*(pgSurfaceObject * (*)(void)) PYGAMEAPI_GET_SLOT(base, 21)) + +/** + * \brief Set the Pygame default window display surface. The previous + * surface, if any, is destroyed. Argument *screen* may be *NULL*. This + * function is called by pygame.display.set_mode(). + * + * \param screen The new default window display surface. May be NULL. + */ +#define pg_SetDefaultWindowSurface \ + (*(void (*)(pgSurfaceObject *))PYGAMEAPI_GET_SLOT(base, 22)) + +/** + * \returns NULL if the environment variable PYGAME_BLEND_ALPHA_SDL2 is not + * set, otherwise returns a pointer to the environment variable. + */ +#define pg_EnvShouldBlendAlphaSDL2 \ + (*(char *(*)(void))PYGAMEAPI_GET_SLOT(base, 23)) + +/** + * \brief Convert number like object *obj* to C double and in *val*. + * + * \param obj The Python object to convert. + * \param val A pointer to the C double to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + */ +#define pg_DoubleFromObj \ + (*(int (*)(PyObject *, double *))PYGAMEAPI_GET_SLOT(base, 24)) + +/** + * \brief Convert number like object at position *i* in sequence *obj* to C + * double and place in argument *val*. + * + * \param obj The Python object to convert. + * \param i The index of the object to convert. + * \param val A pointer to the C double to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + */ +#define pg_DoubleFromObjIndex \ + (*(int (*)(PyObject *, int, double *))PYGAMEAPI_GET_SLOT(base, 25)) + +/** + * \brief Convert the two number like objects in length 2 sequence *obj* to C + * double and place in arguments *val1* and *val2*. + * + * \param obj The Python two element sequence object to convert. + * \param val A pointer to the C double to store the result. + * \param val2 A pointer to the C double to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + */ +#define pg_TwoDoublesFromObj \ + (*(int (*)(PyObject *, double *, double *))PYGAMEAPI_GET_SLOT(base, 26)) + +#define import_pygame_base() IMPORT_PYGAME_MODULE(base) +#endif /* ~PYGAMEAPI_BASE_INTERNAL */ + +typedef struct { + /** + * \brief The SDL rect wrapped by this object. + */ + PyObject_HEAD SDL_Rect r; + /** + * \brief A list of weak references to this rect. + */ + PyObject *weakreflist; +} pgRectObject; + +/** + * \brief Convert a pgRectObject to an SDL_Rect. + * + * \param obj A pgRectObject instance. + * \returns the SDL_Rect field of *obj*, a pgRect_Type instance. + * + * \note SDL_Rect pgRect_AsRect(PyObject *obj) + */ +#define pgRect_AsRect(x) (((pgRectObject *)x)->r) + +#ifndef PYGAMEAPI_RECT_INTERNAL + +/** + * \brief The Pygame rectangle object type pygame.Rect. + */ +#define pgRect_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(rect, 0)) + +/** + * \brief Check if *obj* is a `pygame.Rect` instance. + * + * \returns true if *obj* is a `pygame.Rect` instance + */ +#define pgRect_Check(obj) ((obj)->ob_type == &pgRect_Type) + +/** + * \brief Create a new `pygame.Rect` instance. + * + * \param r A pointer to an SDL_Rect struct. + * \returns a new `pygame.Rect` object for the SDL_Rect *r*. + * Returns *NULL* on error. + * + * \note PyObject* pgRect_New(SDL_Rect *r) + */ +#define pgRect_New (*(PyObject * (*)(SDL_Rect *)) PYGAMEAPI_GET_SLOT(rect, 1)) + +/** + * \brief Create a new `pygame.Rect` instance from x, y, w, h. + * + * \param x The x coordinate of the rectangle. + * \param y The y coordinate of the rectangle. + * \param w The width of the rectangle. + * \param h The height of the rectangle. + * \returns a new `pygame.Rect` object. Returns *NULL* on error. + * + * \note PyObject* pgRect_New4(int x, int y, int w, int h) + */ +#define pgRect_New4 \ + (*(PyObject * (*)(int, int, int, int)) PYGAMEAPI_GET_SLOT(rect, 2)) + +/** + * \brief Convert a Python object to a `pygame.Rect` instance. + * + * \param obj A Python object. + * A rectangle can be a length 4 sequence integers (x, y, w, h), or a length 2 + * sequence of position (x, y) and size (w, h), or a length 1 tuple containing + * a rectangle representation, or have a method *rect* that returns a + * rectangle. + * + * \param temp A pointer to an SDL_Rect struct to store the result in. + * \returns a pointer to the SDL_Rect field of the `pygame.Rect` instance + * *obj*. Returns *NULL* on error. + * + * \note This function will clear any Python errors. + * \note SDL_Rect* pgRect_FromObject(PyObject *obj, SDL_Rect *temp) + */ +#define pgRect_FromObject \ + (*(SDL_Rect * (*)(PyObject *, SDL_Rect *)) PYGAMEAPI_GET_SLOT(rect, 3)) + +/** + * \brief Normalize a `pygame.Rect` instance. A rect with a negative size + * (negative width and/or height) will be adjusted to have a positive size. + * + * \param rect A pointer to a `pygame.Rect` instance. + * \returns *rect* normalized with positive values only. + * + * \note void pgRect_Normalize(SDL_Rect *rect) + */ +#define pgRect_Normalize (*(void (*)(SDL_Rect *))PYGAMEAPI_GET_SLOT(rect, 4)) + +#define import_pygame_rect() IMPORT_PYGAME_MODULE(rect) +#endif /* ~PYGAMEAPI_RECT_INTERNAL */ + +/* + * JOYSTICK module + */ +typedef struct pgJoystickObject { + PyObject_HEAD int id; + SDL_Joystick *joy; + + /* Joysticks form an intrusive linked list. + * + * Note that we don't maintain refcounts for these so they are weakrefs + * from the Python side. + */ + struct pgJoystickObject *next; + struct pgJoystickObject *prev; +} pgJoystickObject; + +#define pgJoystick_AsID(x) (((pgJoystickObject *)x)->id) +#define pgJoystick_AsSDL(x) (((pgJoystickObject *)x)->joy) + +#ifndef PYGAMEAPI_JOYSTICK_INTERNAL +#define pgJoystick_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(joystick, 0)) + +#define pgJoystick_Check(x) ((x)->ob_type == &pgJoystick_Type) +#define pgJoystick_New (*(PyObject * (*)(int)) PYGAMEAPI_GET_SLOT(joystick, 1)) + +#define import_pygame_joystick() IMPORT_PYGAME_MODULE(joystick) +#endif + +/* + * DISPLAY module + */ + +typedef struct { + Uint32 hw_available : 1; + Uint32 wm_available : 1; + Uint32 blit_hw : 1; + Uint32 blit_hw_CC : 1; + Uint32 blit_hw_A : 1; + Uint32 blit_sw : 1; + Uint32 blit_sw_CC : 1; + Uint32 blit_sw_A : 1; + Uint32 blit_fill : 1; + Uint32 video_mem; + SDL_PixelFormat *vfmt; + SDL_PixelFormat vfmt_data; + int current_w; + int current_h; +} pg_VideoInfo; + +/** + * A pygame object that wraps an SDL_VideoInfo struct. + * The object returned by `pygame.display.Info()` + */ +typedef struct { + PyObject_HEAD pg_VideoInfo info; +} pgVidInfoObject; + +/** + * \brief Convert a pgVidInfoObject to an SDL_VideoInfo. + * + * \note SDL_VideoInfo pgVidInfo_AsVidInfo(PyObject *obj) + * + * \returns the SDL_VideoInfo field of *obj*, a pgVidInfo_Type instance. + * \param obj A pgVidInfo_Type instance. + * + * \note Does not check that *obj* is not `NULL` or an `pgVidInfoObject` + * object. + */ +#define pgVidInfo_AsVidInfo(x) (((pgVidInfoObject *)x)->info) + +#ifndef PYGAMEAPI_DISPLAY_INTERNAL +/** + * \brief The pgVidInfoObject object Python type. + * \note pgVideoInfo_Type is used for the `pygame.display.Info()` object. + */ +#define pgVidInfo_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(display, 0)) + +/** + * \brief Check if *obj* is a pgVidInfoObject. + * + * \returns true if *x* is a `pgVidInfo_Type` instance + * \note Will return false if *x* is a subclass of `pgVidInfo_Type`. + * \note This macro does not check that *x* is not ``NULL``. + * \note int pgVidInfo_Check(PyObject *x) + */ +#define pgVidInfo_Check(x) ((x)->ob_type == &pgVidInfo_Type) + +/** + * \brief Create a new pgVidInfoObject. + * + * \param i A pointer to an SDL_VideoInfo struct. + * \returns a new `pgVidInfoObject` object for the SDL_VideoInfo *i*. + * + * \note PyObject* pgVidInfo_New(SDL_VideoInfo *i) + * \note On failure, raise a Python exception and return `NULL`. + */ +#define pgVidInfo_New \ + (*(PyObject * (*)(pg_VideoInfo *)) PYGAMEAPI_GET_SLOT(display, 1)) + +#define import_pygame_display() IMPORT_PYGAME_MODULE(display) +#endif /* ~PYGAMEAPI_DISPLAY_INTERNAL */ + +/* + * SURFACE module + */ +struct pgSubSurface_Data; +struct SDL_Surface; + +/** + * \brief A pygame object that wraps an SDL_Surface. A `pygame.Surface` + * instance. + */ +typedef struct { + PyObject_HEAD struct SDL_Surface *surf; + /** + * \brief If true, the surface will be freed when the python object is + * destroyed. + */ + int owner; + /** + * \brief The subsurface data for this surface (if a subsurface). + */ + struct pgSubSurface_Data *subsurface; + /** + * \brief A list of weak references to this surface. + */ + PyObject *weakreflist; + /** + * \brief A list of locks for this surface. + */ + PyObject *locklist; + /** + * \brief Usually a buffer object which the surface gets its data from. + */ + PyObject *dependency; +} pgSurfaceObject; + +/** + * \brief Convert a `pygame.Surface` instance to an SDL_Surface. + * + * \param x A `pygame.Surface` instance. + * \returns the SDL_Surface field of *x*, a `pygame.Surface` instance. + * + * \note SDL_Surface* pgSurface_AsSurface(PyObject *x) + */ +#define pgSurface_AsSurface(x) (((pgSurfaceObject *)x)->surf) + +#ifndef PYGAMEAPI_SURFACE_INTERNAL +/** + * \brief The `pygame.Surface` object Python type. + */ +#define pgSurface_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(surface, 0)) + +/** + * \brief Check if *x* is a `pygame.Surface` instance. + * + * \param x The object to check. + * \returns true if *x* is a `pygame.Surface` instance + * + * \note Will return false if *x* is a subclass of `pygame.Surface`. + * \note This macro does not check that *x* is not ``NULL``. + * \note int pgSurface_Check(PyObject *x) + */ +#define pgSurface_Check(x) \ + (PyObject_IsInstance((x), (PyObject *)&pgSurface_Type)) + +/** + * \brief Create a new `pygame.Surface` instance. + * + * \param s The SDL surface to wrap in a python object. + * \param owner If true, the surface will be freed when the python object is + * destroyed. \returns A new new pygame surface instance for SDL surface *s*. + * Returns *NULL* on error. + * + * \note pgSurfaceObject* pgSurface_New2(SDL_Surface *s, int owner) + */ +#define pgSurface_New2 \ + (*(pgSurfaceObject * (*)(SDL_Surface *, int)) \ + PYGAMEAPI_GET_SLOT(surface, 1)) + +/** + * \brief Sets the SDL surface for a `pygame.Surface` instance. + * + * \param self The `pygame.Surface` instance to set the surface for. + * \param s The SDL surface to set. + * \param owner If true, the surface will be freed when the python object is + * destroyed. \returns 0 on success, -1 on failure. + * + * \note int pgSurface_SetSurface(pgSurfaceObject *self, SDL_Surface *s, int + * owner) + */ +#define pgSurface_SetSurface \ + (*(int (*)(pgSurfaceObject *, SDL_Surface *, int))PYGAMEAPI_GET_SLOT( \ + surface, 3)) + +/** + * \brief Blit one surface onto another. + * + * \param dstobj The destination surface. + * \param srcobj The source surface. + * \param dstrect The destination rectangle. + * \param srcrect The source rectangle. + * \param the_args The blit flags. + * \return 0 for success, -1 or -2 for error. + * + * \note Is accessible through the C api. + * \note int pgSurface_Blit(PyObject *dstobj, PyObject *srcobj, SDL_Rect + * *dstrect, SDL_Rect *srcrect, int the_args) + */ +#define pgSurface_Blit \ + (*(int (*)(pgSurfaceObject *, pgSurfaceObject *, SDL_Rect *, SDL_Rect *, \ + int))PYGAMEAPI_GET_SLOT(surface, 2)) + +#define import_pygame_surface() \ + do { \ + IMPORT_PYGAME_MODULE(surface); \ + if (PyErr_Occurred() != NULL) \ + break; \ + IMPORT_PYGAME_MODULE(surflock); \ + } while (0) + +#define pgSurface_New(surface) pgSurface_New2((surface), 1) +#define pgSurface_NewNoOwn(surface) pgSurface_New2((surface), 0) + +#endif /* ~PYGAMEAPI_SURFACE_INTERNAL */ + +/* + * SURFLOCK module + * auto imported/initialized by surface + */ +#ifndef PYGAMEAPI_SURFLOCK_INTERNAL +#define pgLifetimeLock_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(surflock, 0)) + +#define pgLifetimeLock_Check(x) ((x)->ob_type == &pgLifetimeLock_Type) + +#define pgSurface_Prep(x) \ + if ((x)->subsurface) \ + (*(*(void (*)(pgSurfaceObject *))PYGAMEAPI_GET_SLOT(surflock, 1)))(x) + +#define pgSurface_Unprep(x) \ + if ((x)->subsurface) \ + (*(*(void (*)(pgSurfaceObject *))PYGAMEAPI_GET_SLOT(surflock, 2)))(x) + +#define pgSurface_Lock \ + (*(int (*)(pgSurfaceObject *))PYGAMEAPI_GET_SLOT(surflock, 3)) + +#define pgSurface_Unlock \ + (*(int (*)(pgSurfaceObject *))PYGAMEAPI_GET_SLOT(surflock, 4)) + +#define pgSurface_LockBy \ + (*(int (*)(pgSurfaceObject *, PyObject *))PYGAMEAPI_GET_SLOT(surflock, 5)) + +#define pgSurface_UnlockBy \ + (*(int (*)(pgSurfaceObject *, PyObject *))PYGAMEAPI_GET_SLOT(surflock, 6)) + +#define pgSurface_LockLifetime \ + (*(PyObject * (*)(PyObject *, PyObject *)) PYGAMEAPI_GET_SLOT(surflock, 7)) +#endif + +/* + * EVENT module + */ +typedef struct pgEventObject pgEventObject; + +#ifndef PYGAMEAPI_EVENT_INTERNAL +#define pgEvent_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(event, 0)) + +#define pgEvent_Check(x) ((x)->ob_type == &pgEvent_Type) + +#define pgEvent_New \ + (*(PyObject * (*)(SDL_Event *)) PYGAMEAPI_GET_SLOT(event, 1)) + +#define pgEvent_New2 \ + (*(PyObject * (*)(int, PyObject *)) PYGAMEAPI_GET_SLOT(event, 2)) + +#define pgEvent_FillUserEvent \ + (*(int (*)(pgEventObject *, SDL_Event *))PYGAMEAPI_GET_SLOT(event, 3)) + +#define pg_EnableKeyRepeat (*(int (*)(int, int))PYGAMEAPI_GET_SLOT(event, 4)) + +#define pg_GetKeyRepeat (*(void (*)(int *, int *))PYGAMEAPI_GET_SLOT(event, 5)) + +#define import_pygame_event() IMPORT_PYGAME_MODULE(event) +#endif + +/* + * RWOBJECT module + * the rwobject are only needed for C side work, not accessible from python. + */ +#ifndef PYGAMEAPI_RWOBJECT_INTERNAL +#define pgRWops_FromObject \ + (*(SDL_RWops * (*)(PyObject *, char **)) PYGAMEAPI_GET_SLOT(rwobject, 0)) + +#define pgRWops_IsFileObject \ + (*(int (*)(SDL_RWops *))PYGAMEAPI_GET_SLOT(rwobject, 1)) + +#define pg_EncodeFilePath \ + (*(PyObject * (*)(PyObject *, PyObject *)) PYGAMEAPI_GET_SLOT(rwobject, 2)) + +#define pg_EncodeString \ + (*(PyObject * (*)(PyObject *, const char *, const char *, PyObject *)) \ + PYGAMEAPI_GET_SLOT(rwobject, 3)) + +#define pgRWops_FromFileObject \ + (*(SDL_RWops * (*)(PyObject *)) PYGAMEAPI_GET_SLOT(rwobject, 4)) + +#define pgRWops_ReleaseObject \ + (*(int (*)(SDL_RWops *))PYGAMEAPI_GET_SLOT(rwobject, 5)) + +#define import_pygame_rwobject() IMPORT_PYGAME_MODULE(rwobject) + +#endif + +/* + * PixelArray module + */ +#ifndef PYGAMEAPI_PIXELARRAY_INTERNAL +#define PyPixelArray_Type ((PyTypeObject *)PYGAMEAPI_GET_SLOT(pixelarray, 0)) + +#define PyPixelArray_Check(x) ((x)->ob_type == &PyPixelArray_Type) +#define PyPixelArray_New (*(PyObject * (*)) PYGAMEAPI_GET_SLOT(pixelarray, 1)) + +#define import_pygame_pixelarray() IMPORT_PYGAME_MODULE(pixelarray) +#endif /* PYGAMEAPI_PIXELARRAY_INTERNAL */ + +/* + * Color module + */ +typedef struct pgColorObject pgColorObject; + +#ifndef PYGAMEAPI_COLOR_INTERNAL +#define pgColor_Type (*(PyObject *)PYGAMEAPI_GET_SLOT(color, 0)) + +#define pgColor_Check(x) ((x)->ob_type == &pgColor_Type) +#define pgColor_New (*(PyObject * (*)(Uint8 *)) PYGAMEAPI_GET_SLOT(color, 1)) + +#define pgColor_NewLength \ + (*(PyObject * (*)(Uint8 *, Uint8)) PYGAMEAPI_GET_SLOT(color, 3)) + +#define pg_RGBAFromColorObj \ + (*(int (*)(PyObject *, Uint8 *))PYGAMEAPI_GET_SLOT(color, 2)) + +#define pg_RGBAFromFuzzyColorObj \ + (*(int (*)(PyObject *, Uint8 *))PYGAMEAPI_GET_SLOT(color, 4)) + +#define pgColor_AsArray(x) (((pgColorObject *)x)->data) +#define pgColor_NumComponents(x) (((pgColorObject *)x)->len) + +#define import_pygame_color() IMPORT_PYGAME_MODULE(color) +#endif /* PYGAMEAPI_COLOR_INTERNAL */ + +/* + * Math module + */ +#ifndef PYGAMEAPI_MATH_INTERNAL +#define pgVector2_Check(x) \ + ((x)->ob_type == (PyTypeObject *)PYGAMEAPI_GET_SLOT(math, 0)) + +#define pgVector3_Check(x) \ + ((x)->ob_type == (PyTypeObject *)PYGAMEAPI_GET_SLOT(math, 1)) +/* +#define pgVector2_New \ + (*(PyObject*(*)) \ + PYGAMEAPI_GET_SLOT(PyGAME_C_API, 1)) +*/ +#define import_pygame_math() IMPORT_PYGAME_MODULE(math) +#endif /* PYGAMEAPI_MATH_INTERNAL */ + +#define IMPORT_PYGAME_MODULE _IMPORT_PYGAME_MODULE + +/* + * base pygame API slots + * disable slots with NO_PYGAME_C_API + */ +#ifdef PYGAME_H +PYGAMEAPI_DEFINE_SLOTS(base); +PYGAMEAPI_DEFINE_SLOTS(rect); +PYGAMEAPI_DEFINE_SLOTS(cdrom); +PYGAMEAPI_DEFINE_SLOTS(joystick); +PYGAMEAPI_DEFINE_SLOTS(display); +PYGAMEAPI_DEFINE_SLOTS(surface); +PYGAMEAPI_DEFINE_SLOTS(surflock); +PYGAMEAPI_DEFINE_SLOTS(event); +PYGAMEAPI_DEFINE_SLOTS(rwobject); +PYGAMEAPI_DEFINE_SLOTS(pixelarray); +PYGAMEAPI_DEFINE_SLOTS(color); +PYGAMEAPI_DEFINE_SLOTS(math); +#else /* ~PYGAME_H */ +PYGAMEAPI_EXTERN_SLOTS(base); +PYGAMEAPI_EXTERN_SLOTS(rect); +PYGAMEAPI_EXTERN_SLOTS(cdrom); +PYGAMEAPI_EXTERN_SLOTS(joystick); +PYGAMEAPI_EXTERN_SLOTS(display); +PYGAMEAPI_EXTERN_SLOTS(surface); +PYGAMEAPI_EXTERN_SLOTS(surflock); +PYGAMEAPI_EXTERN_SLOTS(event); +PYGAMEAPI_EXTERN_SLOTS(rwobject); +PYGAMEAPI_EXTERN_SLOTS(pixelarray); +PYGAMEAPI_EXTERN_SLOTS(color); +PYGAMEAPI_EXTERN_SLOTS(math); +#endif /* ~PYGAME_H */ + +#endif /* PYGAME_H */ + +/* Use the end of this file for other cross module inline utility + * functions There seems to be no good reason to stick to macro only + * functions in Python 3. + */ + +static PG_INLINE PyObject * +pg_tuple_couple_from_values_int(int val1, int val2) +{ + /* This function turns two input integers into a python tuple object. + * Currently, 5th November 2022, this is faster than using Py_BuildValue + * to do the same thing. + */ + PyObject *tup = PyTuple_New(2); + if (!tup) { + return NULL; + } + + PyObject *tmp = PyLong_FromLong(val1); + if (!tmp) { + Py_DECREF(tup); + return NULL; + } + PyTuple_SET_ITEM(tup, 0, tmp); + + tmp = PyLong_FromLong(val2); + if (!tmp) { + Py_DECREF(tup); + return NULL; + } + PyTuple_SET_ITEM(tup, 1, tmp); + + return tup; +} + +static PG_INLINE PyObject * +pg_tuple_triple_from_values_int(int val1, int val2, int val3) +{ + /* This function turns three input integers into a python tuple object. + * Currently, 5th November 2022, this is faster than using Py_BuildValue + * to do the same thing. + */ + PyObject *tup = PyTuple_New(3); + if (!tup) { + return NULL; + } + + PyObject *tmp = PyLong_FromLong(val1); + if (!tmp) { + Py_DECREF(tup); + return NULL; + } + PyTuple_SET_ITEM(tup, 0, tmp); + + tmp = PyLong_FromLong(val2); + if (!tmp) { + Py_DECREF(tup); + return NULL; + } + PyTuple_SET_ITEM(tup, 1, tmp); + + tmp = PyLong_FromLong(val3); + if (!tmp) { + Py_DECREF(tup); + return NULL; + } + PyTuple_SET_ITEM(tup, 2, tmp); + + return tup; +} diff --git a/.env/Include/site/python3.12/pygame/include/bitmask.h b/.env/Include/site/python3.12/pygame/include/bitmask.h new file mode 100644 index 00000000..eee09b70 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/include/bitmask.h @@ -0,0 +1,171 @@ +/* + Bitmask 1.7 - A pixel-perfect collision detection library. + + Copyright (C) 2002-2005 Ulf Ekstrom except for the bitcount + function which is copyright (C) Donald W. Gillies, 1992. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ +#ifndef BITMASK_H +#define BITMASK_H + +#ifdef __cplusplus +extern "C" { +#endif + +#include +/* Define INLINE for different compilers. If your compiler does not + support inlining then there might be a performance hit in + bitmask_overlap_area(). +*/ +#ifndef INLINE +#ifdef __GNUC__ +#define INLINE inline +#else +#ifdef _MSC_VER +#define INLINE __inline +#else +#define INLINE +#endif +#endif +#endif + +#define BITMASK_W unsigned long int +#define BITMASK_W_LEN (sizeof(BITMASK_W) * CHAR_BIT) +#define BITMASK_W_MASK (BITMASK_W_LEN - 1) +#define BITMASK_N(n) ((BITMASK_W)1 << (n)) + +typedef struct bitmask { + int w, h; + BITMASK_W bits[1]; +} bitmask_t; + +/* Creates a bitmask of width w and height h, where + w and h must both be greater than or equal to 0. + The mask is automatically cleared when created. + */ +bitmask_t * +bitmask_create(int w, int h); + +/* Frees all the memory allocated by bitmask_create for m. */ +void +bitmask_free(bitmask_t *m); + +/* Create a copy of the given bitmask. */ +bitmask_t * +bitmask_copy(bitmask_t *m); + +/* Clears all bits in the mask */ +void +bitmask_clear(bitmask_t *m); + +/* Sets all bits in the mask */ +void +bitmask_fill(bitmask_t *m); + +/* Flips all bits in the mask */ +void +bitmask_invert(bitmask_t *m); + +/* Counts the bits in the mask */ +unsigned int +bitmask_count(bitmask_t *m); + +/* Returns nonzero if the bit at (x,y) is set. Coordinates start at + (0,0) */ +static INLINE int +bitmask_getbit(const bitmask_t *m, int x, int y) +{ + return (m->bits[x / BITMASK_W_LEN * m->h + y] & + BITMASK_N(x & BITMASK_W_MASK)) != 0; +} + +/* Sets the bit at (x,y) */ +static INLINE void +bitmask_setbit(bitmask_t *m, int x, int y) +{ + m->bits[x / BITMASK_W_LEN * m->h + y] |= BITMASK_N(x & BITMASK_W_MASK); +} + +/* Clears the bit at (x,y) */ +static INLINE void +bitmask_clearbit(bitmask_t *m, int x, int y) +{ + m->bits[x / BITMASK_W_LEN * m->h + y] &= ~BITMASK_N(x & BITMASK_W_MASK); +} + +/* Returns nonzero if the masks overlap with the given offset. + The overlap tests uses the following offsets (which may be negative): + + +----+----------.. + |A | yoffset + | +-+----------.. + +--|B + |xoffset + | | + : : +*/ +int +bitmask_overlap(const bitmask_t *a, const bitmask_t *b, int xoffset, + int yoffset); + +/* Like bitmask_overlap(), but will also give a point of intersection. + x and y are given in the coordinates of mask a, and are untouched + if there is no overlap. */ +int +bitmask_overlap_pos(const bitmask_t *a, const bitmask_t *b, int xoffset, + int yoffset, int *x, int *y); + +/* Returns the number of overlapping 'pixels' */ +int +bitmask_overlap_area(const bitmask_t *a, const bitmask_t *b, int xoffset, + int yoffset); + +/* Fills a mask with the overlap of two other masks. A bitwise AND. */ +void +bitmask_overlap_mask(const bitmask_t *a, const bitmask_t *b, bitmask_t *c, + int xoffset, int yoffset); + +/* Draws mask b onto mask a (bitwise OR). Can be used to compose large + (game background?) mask from several submasks, which may speed up + the testing. */ + +void +bitmask_draw(bitmask_t *a, const bitmask_t *b, int xoffset, int yoffset); + +void +bitmask_erase(bitmask_t *a, const bitmask_t *b, int xoffset, int yoffset); + +/* Return a new scaled bitmask, with dimensions w*h. The quality of the + scaling may not be perfect for all circumstances, but it should + be reasonable. If either w or h is 0 a clear 1x1 mask is returned. */ +bitmask_t * +bitmask_scale(const bitmask_t *m, int w, int h); + +/* Convolve b into a, drawing the output into o, shifted by offset. If offset + * is 0, then the (x,y) bit will be set if and only if + * bitmask_overlap(a, b, x - b->w - 1, y - b->h - 1) returns true. + * + * Modifies bits o[xoffset ... xoffset + a->w + b->w - 1) + * [yoffset ... yoffset + a->h + b->h - 1). */ +void +bitmask_convolve(const bitmask_t *a, const bitmask_t *b, bitmask_t *o, + int xoffset, int yoffset); + +#ifdef __cplusplus +} /* End of extern "C" { */ +#endif + +#endif diff --git a/.env/Include/site/python3.12/pygame/include/pgcompat.h b/.env/Include/site/python3.12/pygame/include/pgcompat.h new file mode 100644 index 00000000..3c09099a --- /dev/null +++ b/.env/Include/site/python3.12/pygame/include/pgcompat.h @@ -0,0 +1,102 @@ +#if !defined(PGCOMPAT_H) +#define PGCOMPAT_H + +#include + +/* In CPython, Py_Exit finalises the python interpreter before calling C exit() + * This does not exist on PyPy, so use exit() directly here */ +#ifdef PYPY_VERSION +#define PG_EXIT(n) exit(n) +#else +#define PG_EXIT(n) Py_Exit(n) +#endif + +/* define common types where SDL is not included */ +#ifndef SDL_VERSION_ATLEAST +#ifdef _MSC_VER +typedef unsigned __int8 uint8_t; +typedef unsigned __int32 uint32_t; +#else +#include +#endif +typedef uint32_t Uint32; +typedef uint8_t Uint8; +#endif /* no SDL */ + +#if defined(SDL_VERSION_ATLEAST) + +#ifndef SDL_WINDOW_VULKAN +#define SDL_WINDOW_VULKAN 0 +#endif + +#ifndef SDL_WINDOW_ALWAYS_ON_TOP +#define SDL_WINDOW_ALWAYS_ON_TOP 0 +#endif + +#ifndef SDL_WINDOW_SKIP_TASKBAR +#define SDL_WINDOW_SKIP_TASKBAR 0 +#endif + +#ifndef SDL_WINDOW_UTILITY +#define SDL_WINDOW_UTILITY 0 +#endif + +#ifndef SDL_WINDOW_TOOLTIP +#define SDL_WINDOW_TOOLTIP 0 +#endif + +#ifndef SDL_WINDOW_POPUP_MENU +#define SDL_WINDOW_POPUP_MENU 0 +#endif + +#ifndef SDL_WINDOW_INPUT_GRABBED +#define SDL_WINDOW_INPUT_GRABBED 0 +#endif + +#ifndef SDL_WINDOW_INPUT_FOCUS +#define SDL_WINDOW_INPUT_FOCUS 0 +#endif + +#ifndef SDL_WINDOW_MOUSE_FOCUS +#define SDL_WINDOW_MOUSE_FOCUS 0 +#endif + +#ifndef SDL_WINDOW_FOREIGN +#define SDL_WINDOW_FOREIGN 0 +#endif + +#ifndef SDL_WINDOW_ALLOW_HIGHDPI +#define SDL_WINDOW_ALLOW_HIGHDPI 0 +#endif + +#ifndef SDL_WINDOW_MOUSE_CAPTURE +#define SDL_WINDOW_MOUSE_CAPTURE 0 +#endif + +#ifndef SDL_WINDOW_ALWAYS_ON_TOP +#define SDL_WINDOW_ALWAYS_ON_TOP 0 +#endif + +#ifndef SDL_WINDOW_SKIP_TASKBAR +#define SDL_WINDOW_SKIP_TASKBAR 0 +#endif + +#ifndef SDL_WINDOW_UTILITY +#define SDL_WINDOW_UTILITY 0 +#endif + +#ifndef SDL_WINDOW_TOOLTIP +#define SDL_WINDOW_TOOLTIP 0 +#endif + +#ifndef SDL_WINDOW_POPUP_MENU +#define SDL_WINDOW_POPUP_MENU 0 +#endif + +#ifndef SDL_MOUSEWHEEL_FLIPPED +#define NO_SDL_MOUSEWHEEL_FLIPPED +#endif + +#endif /* defined(SDL_VERSION_ATLEAST) */ + +#endif /* ~defined(PGCOMPAT_H) */ diff --git a/.env/Include/site/python3.12/pygame/include/pgimport.h b/.env/Include/site/python3.12/pygame/include/pgimport.h new file mode 100644 index 00000000..2c2e8cfb --- /dev/null +++ b/.env/Include/site/python3.12/pygame/include/pgimport.h @@ -0,0 +1,67 @@ +#ifndef PGIMPORT_H +#define PGIMPORT_H + +/* Prefix when importing module */ +#define IMPPREFIX "pygame." + +#include "pgcompat.h" + +#define PYGAMEAPI_LOCAL_ENTRY "_PYGAME_C_API" +#define PG_CAPSULE_NAME(m) (IMPPREFIX m "." PYGAMEAPI_LOCAL_ENTRY) + +/* + * fill API slots defined by PYGAMEAPI_DEFINE_SLOTS/PYGAMEAPI_EXTERN_SLOTS + */ +#define _IMPORT_PYGAME_MODULE(module) \ + { \ + PyObject *_mod_##module = PyImport_ImportModule(IMPPREFIX #module); \ + \ + if (_mod_##module != NULL) { \ + PyObject *_c_api = \ + PyObject_GetAttrString(_mod_##module, PYGAMEAPI_LOCAL_ENTRY); \ + \ + Py_DECREF(_mod_##module); \ + if (_c_api != NULL && PyCapsule_CheckExact(_c_api)) { \ + void **localptr = (void **)PyCapsule_GetPointer( \ + _c_api, PG_CAPSULE_NAME(#module)); \ + _PGSLOTS_##module = localptr; \ + } \ + Py_XDECREF(_c_api); \ + } \ + } + +#define PYGAMEAPI_IS_IMPORTED(module) (_PGSLOTS_##module != NULL) + +/* + * source file must include one of these in order to use _IMPORT_PYGAME_MODULE. + * this is set by import_pygame_*() functions. + * disable with NO_PYGAME_C_API + */ +#define PYGAMEAPI_DEFINE_SLOTS(module) void **_PGSLOTS_##module = NULL +#define PYGAMEAPI_EXTERN_SLOTS(module) extern void **_PGSLOTS_##module +#define PYGAMEAPI_GET_SLOT(module, index) _PGSLOTS_##module[(index)] + +/* + * disabled API with NO_PYGAME_C_API; do nothing instead + */ +#ifdef NO_PYGAME_C_API + +#undef PYGAMEAPI_DEFINE_SLOTS +#undef PYGAMEAPI_EXTERN_SLOTS + +#define PYGAMEAPI_DEFINE_SLOTS(module) +#define PYGAMEAPI_EXTERN_SLOTS(module) + +/* intentionally leave this defined to cause a compiler error * +#define PYGAMEAPI_GET_SLOT(api_root, index) +#undef PYGAMEAPI_GET_SLOT*/ + +#undef _IMPORT_PYGAME_MODULE +#define _IMPORT_PYGAME_MODULE(module) + +#endif /* NO_PYGAME_C_API */ + +#define encapsulate_api(ptr, module) \ + PyCapsule_New(ptr, PG_CAPSULE_NAME(module), NULL) + +#endif /* ~PGIMPORT_H */ diff --git a/.env/Include/site/python3.12/pygame/include/pgplatform.h b/.env/Include/site/python3.12/pygame/include/pgplatform.h new file mode 100644 index 00000000..4c299dac --- /dev/null +++ b/.env/Include/site/python3.12/pygame/include/pgplatform.h @@ -0,0 +1,87 @@ +/* platform/compiler adjustments */ +#ifndef PG_PLATFORM_H +#define PG_PLATFORM_H + +#if defined(HAVE_SNPRINTF) /* defined in python.h (pyerrors.h) and SDL.h \ + (SDL_config.h) */ +#undef HAVE_SNPRINTF /* remove GCC redefine warning */ +#endif /* HAVE_SNPRINTF */ + +#ifndef PG_INLINE +#if defined(__clang__) +#define PG_INLINE __inline__ __attribute__((__unused__)) +#elif defined(__GNUC__) +#define PG_INLINE __inline__ +#elif defined(_MSC_VER) +#define PG_INLINE __inline +#elif defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +#define PG_INLINE inline +#else +#define PG_INLINE +#endif +#endif /* ~PG_INLINE */ + +// Worth trying this on MSVC/win32 builds to see if provides any speed up +#ifndef PG_FORCEINLINE +#if defined(__clang__) +#define PG_FORCEINLINE __inline__ __attribute__((__unused__)) +#elif defined(__GNUC__) +#define PG_FORCEINLINE __inline__ +#elif defined(_MSC_VER) +#define PG_FORCEINLINE __forceinline +#elif defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +#define PG_FORCEINLINE inline +#else +#define PG_FORCEINLINE +#endif +#endif /* ~PG_FORCEINLINE */ + +/* This is unconditionally defined in Python.h */ +#if defined(_POSIX_C_SOURCE) +#undef _POSIX_C_SOURCE +#endif + +#if defined(HAVE_SNPRINTF) +#undef HAVE_SNPRINTF +#endif + +/* SDL needs WIN32 */ +#if !defined(WIN32) && \ + (defined(MS_WIN32) || defined(_WIN32) || defined(__WIN32) || \ + defined(__WIN32__) || defined(_WINDOWS)) +#define WIN32 +#endif + +/* Commenting out SSE4_2 stuff because it does not do runtime detection. +#ifndef PG_TARGET_SSE4_2 +#if defined(__clang__) || (defined(__GNUC__) && ((__GNUC__ == 4 && +__GNUC_MINOR__ >= 9) || __GNUC__ >= 5 )) +//The old gcc 4.8 on centos used by manylinux1 does not seem to get sse4.2 +intrinsics #define PG_FUNCTION_TARGET_SSE4_2 __attribute__((target("sse4.2"))) +// No else; we define the fallback later +#endif +#endif +*/ +/* ~PG_TARGET_SSE4_2 */ + +/* +#ifdef PG_FUNCTION_TARGET_SSE4_2 +#if !defined(__SSE4_2__) && !defined(PG_COMPILE_SSE4_2) +#if defined(__x86_64__) || defined(__i386__) +#define PG_COMPILE_SSE4_2 1 +#endif +#endif +#endif +*/ +/* ~PG_TARGET_SSE4_2 */ + +/* Fallback definition of target attribute */ +#ifndef PG_FUNCTION_TARGET_SSE4_2 +#define PG_FUNCTION_TARGET_SSE4_2 +#endif + +#ifndef PG_COMPILE_SSE4_2 +#define PG_COMPILE_SSE4_2 0 +#endif + +#endif /* ~PG_PLATFORM_H */ diff --git a/.env/Include/site/python3.12/pygame/include/pygame.h b/.env/Include/site/python3.12/pygame/include/pygame.h new file mode 100644 index 00000000..3772ae6a --- /dev/null +++ b/.env/Include/site/python3.12/pygame/include/pygame.h @@ -0,0 +1,34 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +/* To allow the Pygame C api to be globally shared by all code within an + * extension module built from multiple C files, only include the pygame.h + * header within the top level C file, the one which calls the + * 'import_pygame_*' macros. All other C source files of the module should + * include _pygame.h instead. + */ +#ifndef PYGAME_H +#define PYGAME_H + +#include "_pygame.h" + +#endif diff --git a/.env/Include/site/python3.12/pygame/include/pygame_bufferproxy.h b/.env/Include/site/python3.12/pygame/include/pygame_bufferproxy.h new file mode 100644 index 00000000..9284ff29 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/include/pygame_bufferproxy.h @@ -0,0 +1,56 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + Copyright (C) 2007 Rene Dudfield, Richard Goedeken + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +/* Bufferproxy module C api. */ +#if !defined(PG_BUFPROXY_HEADER) +#define PG_BUFPROXY_HEADER + +#include + +typedef PyObject *(*_pgbufproxy_new_t)(PyObject *, getbufferproc); +typedef PyObject *(*_pgbufproxy_get_obj_t)(PyObject *); +typedef int (*_pgbufproxy_trip_t)(PyObject *); + +#ifndef PYGAMEAPI_BUFPROXY_INTERNAL + +#include "pgimport.h" + +PYGAMEAPI_DEFINE_SLOTS(bufferproxy); + +#define pgBufproxy_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(bufferproxy, 0)) + +#define pgBufproxy_Check(x) ((x)->ob_type == &pgBufproxy_Type) + +#define pgBufproxy_New (*(_pgbufproxy_new_t)PYGAMEAPI_GET_SLOT(bufferproxy, 1)) + +#define pgBufproxy_GetParent \ + (*(_pgbufproxy_get_obj_t)PYGAMEAPI_GET_SLOT(bufferproxy, 2)) + +#define pgBufproxy_Trip \ + (*(_pgbufproxy_trip_t)PYGAMEAPI_GET_SLOT(bufferproxy, 3)) + +#define import_pygame_bufferproxy() _IMPORT_PYGAME_MODULE(bufferproxy) + +#endif /* ~PYGAMEAPI_BUFPROXY_INTERNAL */ + +#endif /* ~defined(PG_BUFPROXY_HEADER) */ diff --git a/.env/Include/site/python3.12/pygame/include/pygame_font.h b/.env/Include/site/python3.12/pygame/include/pygame_font.h new file mode 100644 index 00000000..aae41bf9 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/include/pygame_font.h @@ -0,0 +1,50 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +#include +#include "pgplatform.h" + +struct TTF_Font; + +typedef struct { + PyObject_HEAD TTF_Font *font; + PyObject *weakreflist; + unsigned int ttf_init_generation; +} PyFontObject; +#define PyFont_AsFont(x) (((PyFontObject *)x)->font) + +#ifndef PYGAMEAPI_FONT_INTERNAL + +#include "pgimport.h" + +PYGAMEAPI_DEFINE_SLOTS(font); + +#define PyFont_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(font, 0)) +#define PyFont_Check(x) ((x)->ob_type == &PyFont_Type) + +#define PyFont_New (*(PyObject * (*)(TTF_Font *)) PYGAMEAPI_GET_SLOT(font, 1)) + +/*slot 2 taken by FONT_INIT_CHECK*/ + +#define import_pygame_font() _IMPORT_PYGAME_MODULE(font) + +#endif diff --git a/.env/Include/site/python3.12/pygame/include/pygame_freetype.h b/.env/Include/site/python3.12/pygame/include/pygame_freetype.h new file mode 100644 index 00000000..90172ccf --- /dev/null +++ b/.env/Include/site/python3.12/pygame/include/pygame_freetype.h @@ -0,0 +1,42 @@ +/* + pygame - Python Game Library + Copyright (C) 2009 Vicent Marti + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +*/ +#ifndef PYGAME_FREETYPE_H_ +#define PYGAME_FREETYPE_H_ + +#include "pgplatform.h" +#include "pgimport.h" +#include "pgcompat.h" + +#ifndef PYGAME_FREETYPE_INTERNAL + +PYGAMEAPI_DEFINE_SLOTS(_freetype); + +#define pgFont_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(_freetype, 0)) + +#define pgFont_Check(x) ((x)->ob_type == &pgFont_Type) + +#define pgFont_New \ + (*(PyObject * (*)(const char *, long)) PYGAMEAPI_GET_SLOT(_freetype, 1)) + +#define import_pygame_freetype() _IMPORT_PYGAME_MODULE(_freetype) + +#endif /* PYGAME_FREETYPE_INTERNAL */ + +#endif /* PYGAME_FREETYPE_H_ */ diff --git a/.env/Include/site/python3.12/pygame/include/pygame_mask.h b/.env/Include/site/python3.12/pygame/include/pygame_mask.h new file mode 100644 index 00000000..8dd8f170 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/include/pygame_mask.h @@ -0,0 +1,45 @@ +/* + pygame - Python Game Library + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ + +#ifndef PGMASK_H +#define PGMASK_H + +#include +#include "bitmask.h" + +typedef struct { + PyObject_HEAD bitmask_t *mask; + void *bufdata; +} pgMaskObject; + +#define pgMask_AsBitmap(x) (((pgMaskObject *)x)->mask) + +#ifndef PYGAMEAPI_MASK_INTERNAL + +#include "pgimport.h" + +PYGAMEAPI_DEFINE_SLOTS(mask); + +#define pgMask_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(mask, 0)) +#define pgMask_Check(x) ((x)->ob_type == &pgMask_Type) + +#define import_pygame_mask() _IMPORT_PYGAME_MODULE(mask) + +#endif /* ~PYGAMEAPI_MASK_INTERNAL */ + +#endif /* ~PGMASK_H */ diff --git a/.env/Include/site/python3.12/pygame/include/pygame_mixer.h b/.env/Include/site/python3.12/pygame/include/pygame_mixer.h new file mode 100644 index 00000000..e19d273b --- /dev/null +++ b/.env/Include/site/python3.12/pygame/include/pygame_mixer.h @@ -0,0 +1,71 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +#ifndef PGMIXER_H +#define PGMIXER_H + +#include +#include + +#include "pgcompat.h" + +struct Mix_Chunk; + +typedef struct { + PyObject_HEAD Mix_Chunk *chunk; + Uint8 *mem; + PyObject *weakreflist; +} pgSoundObject; + +typedef struct { + PyObject_HEAD int chan; +} pgChannelObject; + +#define pgSound_AsChunk(x) (((pgSoundObject *)x)->chunk) +#define pgChannel_AsInt(x) (((pgChannelObject *)x)->chan) + +#include "pgimport.h" + +#ifndef PYGAMEAPI_MIXER_INTERNAL + +PYGAMEAPI_DEFINE_SLOTS(mixer); + +#define pgSound_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(mixer, 0)) + +#define pgSound_Check(x) ((x)->ob_type == &pgSound_Type) + +#define pgSound_New \ + (*(PyObject * (*)(Mix_Chunk *)) PYGAMEAPI_GET_SLOT(mixer, 1)) + +#define pgSound_Play \ + (*(PyObject * (*)(PyObject *, PyObject *)) PYGAMEAPI_GET_SLOT(mixer, 2)) + +#define pgChannel_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(mixer, 3)) +#define pgChannel_Check(x) ((x)->ob_type == &pgChannel_Type) + +#define pgChannel_New (*(PyObject * (*)(int)) PYGAMEAPI_GET_SLOT(mixer, 4)) + +#define import_pygame_mixer() _IMPORT_PYGAME_MODULE(mixer) + +#endif /* PYGAMEAPI_MIXER_INTERNAL */ + +#endif /* ~PGMIXER_H */ diff --git a/.env/Include/site/python3.12/pygame/include/sse2neon.h b/.env/Include/site/python3.12/pygame/include/sse2neon.h new file mode 100644 index 00000000..a3e3ac0d --- /dev/null +++ b/.env/Include/site/python3.12/pygame/include/sse2neon.h @@ -0,0 +1,6203 @@ +#ifndef SSE2NEON_H +#define SSE2NEON_H + +// This header file provides a simple API translation layer +// between SSE intrinsics to their corresponding Arm/Aarch64 NEON versions +// +// This header file does not yet translate all of the SSE intrinsics. +// +// Contributors to this work are: +// John W. Ratcliff +// Brandon Rowlett +// Ken Fast +// Eric van Beurden +// Alexander Potylitsin +// Hasindu Gamaarachchi +// Jim Huang +// Mark Cheng +// Malcolm James MacLeod +// Devin Hussey (easyaspi314) +// Sebastian Pop +// Developer Ecosystem Engineering +// Danila Kutenin +// François Turban (JishinMaster) +// Pei-Hsuan Hung +// Yang-Hao Yuan + +/* + * sse2neon is freely redistributable under the MIT License. + * + * 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. + */ + +/* Tunable configurations */ + +/* Enable precise implementation of _mm_min_ps and _mm_max_ps + * This would slow down the computation a bit, but gives consistent result with + * x86 SSE2. (e.g. would solve a hole or NaN pixel in the rendering result) + */ +#ifndef SSE2NEON_PRECISE_MINMAX +#define SSE2NEON_PRECISE_MINMAX (0) +#endif + +#if defined(__GNUC__) || defined(__clang__) +#pragma push_macro("FORCE_INLINE") +#pragma push_macro("ALIGN_STRUCT") +#define FORCE_INLINE static inline __attribute__((always_inline)) +#define ALIGN_STRUCT(x) __attribute__((aligned(x))) +#else +#error "Macro name collisions may happen with unsupported compiler." +#ifdef FORCE_INLINE +#undef FORCE_INLINE +#endif +#define FORCE_INLINE static inline +#ifndef ALIGN_STRUCT +#define ALIGN_STRUCT(x) __declspec(align(x)) +#endif +#endif + +#include +#include + +// These cause the build to fail on raspberry pi with 'unsupported target' +// and don't seem to do anything particularly useful +///* Architecture-specific build options */ +///* FIXME: #pragma GCC push_options is only available on GCC */ +//#if defined(__GNUC__) +//#if defined(__arm__) && __ARM_ARCH == 7 +///* According to ARM C Language Extensions Architecture specification, +// * __ARM_NEON is defined to a value indicating the Advanced SIMD (NEON) +// * architecture supported. +// */ +//#if !defined(__ARM_NEON) || !defined(__ARM_NEON__) +//#error "You must enable NEON instructions (e.g. -mfpu=neon) to use SSE2NEON." +//#endif +//#pragma GCC push_options +//#pragma GCC target("fpu=neon") +//#elif defined(__aarch64__) +//#pragma GCC push_options +//#pragma GCC target("+simd") +//#else +//#error "Unsupported target. Must be either ARMv7-A+NEON or ARMv8-A." +//#endif +//#endif + +#include + +/* Rounding functions require either Aarch64 instructions or libm failback */ +#if !defined(__aarch64__) +#include +#endif + +/* "__has_builtin" can be used to query support for built-in functions + * provided by gcc/clang and other compilers that support it. + */ +#ifndef __has_builtin /* GCC prior to 10 or non-clang compilers */ +/* Compatibility with gcc <= 9 */ +#if __GNUC__ <= 9 +#define __has_builtin(x) HAS##x +#define HAS__builtin_popcount 1 +#define HAS__builtin_popcountll 1 +#else +#define __has_builtin(x) 0 +#endif +#endif + +/** + * MACRO for shuffle parameter for _mm_shuffle_ps(). + * Argument fp3 is a digit[0123] that represents the fp from argument "b" + * of mm_shuffle_ps that will be placed in fp3 of result. fp2 is the same + * for fp2 in result. fp1 is a digit[0123] that represents the fp from + * argument "a" of mm_shuffle_ps that will be places in fp1 of result. + * fp0 is the same for fp0 of result. + */ +#define _MM_SHUFFLE(fp3, fp2, fp1, fp0) \ + (((fp3) << 6) | ((fp2) << 4) | ((fp1) << 2) | ((fp0))) + +/* Rounding mode macros. */ +#define _MM_FROUND_TO_NEAREST_INT 0x00 +#define _MM_FROUND_TO_NEG_INF 0x01 +#define _MM_FROUND_TO_POS_INF 0x02 +#define _MM_FROUND_TO_ZERO 0x03 +#define _MM_FROUND_CUR_DIRECTION 0x04 +#define _MM_FROUND_NO_EXC 0x08 + +/* indicate immediate constant argument in a given range */ +#define __constrange(a, b) const + +/* A few intrinsics accept traditional data types like ints or floats, but + * most operate on data types that are specific to SSE. + * If a vector type ends in d, it contains doubles, and if it does not have + * a suffix, it contains floats. An integer vector type can contain any type + * of integer, from chars to shorts to unsigned long longs. + */ +typedef int64x1_t __m64; +typedef float32x4_t __m128; /* 128-bit vector containing 4 floats */ +// On ARM 32-bit architecture, the float64x2_t is not supported. +// The data type __m128d should be represented in a different way for related +// intrinsic conversion. +#if defined(__aarch64__) +typedef float64x2_t __m128d; /* 128-bit vector containing 2 doubles */ +#else +typedef float32x4_t __m128d; +#endif +typedef int64x2_t __m128i; /* 128-bit vector containing integers */ + +/* type-safe casting between types */ + +#define vreinterpretq_m128_f16(x) vreinterpretq_f32_f16(x) +#define vreinterpretq_m128_f32(x) (x) +#define vreinterpretq_m128_f64(x) vreinterpretq_f32_f64(x) + +#define vreinterpretq_m128_u8(x) vreinterpretq_f32_u8(x) +#define vreinterpretq_m128_u16(x) vreinterpretq_f32_u16(x) +#define vreinterpretq_m128_u32(x) vreinterpretq_f32_u32(x) +#define vreinterpretq_m128_u64(x) vreinterpretq_f32_u64(x) + +#define vreinterpretq_m128_s8(x) vreinterpretq_f32_s8(x) +#define vreinterpretq_m128_s16(x) vreinterpretq_f32_s16(x) +#define vreinterpretq_m128_s32(x) vreinterpretq_f32_s32(x) +#define vreinterpretq_m128_s64(x) vreinterpretq_f32_s64(x) + +#define vreinterpretq_f16_m128(x) vreinterpretq_f16_f32(x) +#define vreinterpretq_f32_m128(x) (x) +#define vreinterpretq_f64_m128(x) vreinterpretq_f64_f32(x) + +#define vreinterpretq_u8_m128(x) vreinterpretq_u8_f32(x) +#define vreinterpretq_u16_m128(x) vreinterpretq_u16_f32(x) +#define vreinterpretq_u32_m128(x) vreinterpretq_u32_f32(x) +#define vreinterpretq_u64_m128(x) vreinterpretq_u64_f32(x) + +#define vreinterpretq_s8_m128(x) vreinterpretq_s8_f32(x) +#define vreinterpretq_s16_m128(x) vreinterpretq_s16_f32(x) +#define vreinterpretq_s32_m128(x) vreinterpretq_s32_f32(x) +#define vreinterpretq_s64_m128(x) vreinterpretq_s64_f32(x) + +#define vreinterpretq_m128i_s8(x) vreinterpretq_s64_s8(x) +#define vreinterpretq_m128i_s16(x) vreinterpretq_s64_s16(x) +#define vreinterpretq_m128i_s32(x) vreinterpretq_s64_s32(x) +#define vreinterpretq_m128i_s64(x) (x) + +#define vreinterpretq_m128i_u8(x) vreinterpretq_s64_u8(x) +#define vreinterpretq_m128i_u16(x) vreinterpretq_s64_u16(x) +#define vreinterpretq_m128i_u32(x) vreinterpretq_s64_u32(x) +#define vreinterpretq_m128i_u64(x) vreinterpretq_s64_u64(x) + +#define vreinterpretq_s8_m128i(x) vreinterpretq_s8_s64(x) +#define vreinterpretq_s16_m128i(x) vreinterpretq_s16_s64(x) +#define vreinterpretq_s32_m128i(x) vreinterpretq_s32_s64(x) +#define vreinterpretq_s64_m128i(x) (x) + +#define vreinterpretq_u8_m128i(x) vreinterpretq_u8_s64(x) +#define vreinterpretq_u16_m128i(x) vreinterpretq_u16_s64(x) +#define vreinterpretq_u32_m128i(x) vreinterpretq_u32_s64(x) +#define vreinterpretq_u64_m128i(x) vreinterpretq_u64_s64(x) + +#define vreinterpret_m64_s8(x) vreinterpret_s64_s8(x) +#define vreinterpret_m64_s16(x) vreinterpret_s64_s16(x) +#define vreinterpret_m64_s32(x) vreinterpret_s64_s32(x) +#define vreinterpret_m64_s64(x) (x) + +#define vreinterpret_m64_u8(x) vreinterpret_s64_u8(x) +#define vreinterpret_m64_u16(x) vreinterpret_s64_u16(x) +#define vreinterpret_m64_u32(x) vreinterpret_s64_u32(x) +#define vreinterpret_m64_u64(x) vreinterpret_s64_u64(x) + +#define vreinterpret_m64_f16(x) vreinterpret_s64_f16(x) +#define vreinterpret_m64_f32(x) vreinterpret_s64_f32(x) +#define vreinterpret_m64_f64(x) vreinterpret_s64_f64(x) + +#define vreinterpret_u8_m64(x) vreinterpret_u8_s64(x) +#define vreinterpret_u16_m64(x) vreinterpret_u16_s64(x) +#define vreinterpret_u32_m64(x) vreinterpret_u32_s64(x) +#define vreinterpret_u64_m64(x) vreinterpret_u64_s64(x) + +#define vreinterpret_s8_m64(x) vreinterpret_s8_s64(x) +#define vreinterpret_s16_m64(x) vreinterpret_s16_s64(x) +#define vreinterpret_s32_m64(x) vreinterpret_s32_s64(x) +#define vreinterpret_s64_m64(x) (x) + +#define vreinterpret_f32_m64(x) vreinterpret_f32_s64(x) + +#if defined(__aarch64__) +#define vreinterpretq_m128d_s32(x) vreinterpretq_f64_s32(x) +#define vreinterpretq_m128d_s64(x) vreinterpretq_f64_s64(x) + +#define vreinterpretq_m128d_f64(x) (x) + +#define vreinterpretq_s64_m128d(x) vreinterpretq_s64_f64(x) + +#define vreinterpretq_f64_m128d(x) (x) +#else +#define vreinterpretq_m128d_s32(x) vreinterpretq_f32_s32(x) +#define vreinterpretq_m128d_s64(x) vreinterpretq_f32_s64(x) + +#define vreinterpretq_m128d_f32(x) (x) + +#define vreinterpretq_s64_m128d(x) vreinterpretq_s64_f32(x) + +#define vreinterpretq_f32_m128d(x) (x) +#endif + +// A struct is defined in this header file called 'SIMDVec' which can be used +// by applications which attempt to access the contents of an _m128 struct +// directly. It is important to note that accessing the __m128 struct directly +// is bad coding practice by Microsoft: @see: +// https://msdn.microsoft.com/en-us/library/ayeb3ayc.aspx +// +// However, some legacy source code may try to access the contents of an __m128 +// struct directly so the developer can use the SIMDVec as an alias for it. Any +// casting must be done manually by the developer, as you cannot cast or +// otherwise alias the base NEON data type for intrinsic operations. +// +// union intended to allow direct access to an __m128 variable using the names +// that the MSVC compiler provides. This union should really only be used when +// trying to access the members of the vector as integer values. GCC/clang +// allow native access to the float members through a simple array access +// operator (in C since 4.6, in C++ since 4.8). +// +// Ideally direct accesses to SIMD vectors should not be used since it can cause +// a performance hit. If it really is needed however, the original __m128 +// variable can be aliased with a pointer to this union and used to access +// individual components. The use of this union should be hidden behind a macro +// that is used throughout the codebase to access the members instead of always +// declaring this type of variable. +typedef union ALIGN_STRUCT(16) SIMDVec { + float m128_f32[4]; // as floats - DON'T USE. Added for convenience. + int8_t m128_i8[16]; // as signed 8-bit integers. + int16_t m128_i16[8]; // as signed 16-bit integers. + int32_t m128_i32[4]; // as signed 32-bit integers. + int64_t m128_i64[2]; // as signed 64-bit integers. + uint8_t m128_u8[16]; // as unsigned 8-bit integers. + uint16_t m128_u16[8]; // as unsigned 16-bit integers. + uint32_t m128_u32[4]; // as unsigned 32-bit integers. + uint64_t m128_u64[2]; // as unsigned 64-bit integers. +} SIMDVec; + +// casting using SIMDVec +#define vreinterpretq_nth_u64_m128i(x, n) (((SIMDVec *) &x)->m128_u64[n]) +#define vreinterpretq_nth_u32_m128i(x, n) (((SIMDVec *) &x)->m128_u32[n]) +#define vreinterpretq_nth_u8_m128i(x, n) (((SIMDVec *) &x)->m128_u8[n]) + +/* Backwards compatibility for compilers with lack of specific type support */ + +// Older gcc does not define vld1q_u8_x4 type +#if defined(__GNUC__) && !defined(__clang__) +#if __GNUC__ <= 9 +FORCE_INLINE uint8x16x4_t vld1q_u8_x4(const uint8_t *p) +{ + uint8x16x4_t ret; + ret.val[0] = vld1q_u8(p + 0); + ret.val[1] = vld1q_u8(p + 16); + ret.val[2] = vld1q_u8(p + 32); + ret.val[3] = vld1q_u8(p + 48); + return ret; +} +#endif +#endif + +/* Function Naming Conventions + * The naming convention of SSE intrinsics is straightforward. A generic SSE + * intrinsic function is given as follows: + * _mm__ + * + * The parts of this format are given as follows: + * 1. describes the operation performed by the intrinsic + * 2. identifies the data type of the function's primary arguments + * + * This last part, , is a little complicated. It identifies the + * content of the input values, and can be set to any of the following values: + * + ps - vectors contain floats (ps stands for packed single-precision) + * + pd - vectors cantain doubles (pd stands for packed double-precision) + * + epi8/epi16/epi32/epi64 - vectors contain 8-bit/16-bit/32-bit/64-bit + * signed integers + * + epu8/epu16/epu32/epu64 - vectors contain 8-bit/16-bit/32-bit/64-bit + * unsigned integers + * + si128 - unspecified 128-bit vector or 256-bit vector + * + m128/m128i/m128d - identifies input vector types when they are different + * than the type of the returned vector + * + * For example, _mm_setzero_ps. The _mm implies that the function returns + * a 128-bit vector. The _ps at the end implies that the argument vectors + * contain floats. + * + * A complete example: Byte Shuffle - pshufb (_mm_shuffle_epi8) + * // Set packed 16-bit integers. 128 bits, 8 short, per 16 bits + * __m128i v_in = _mm_setr_epi16(1, 2, 3, 4, 5, 6, 7, 8); + * // Set packed 8-bit integers + * // 128 bits, 16 chars, per 8 bits + * __m128i v_perm = _mm_setr_epi8(1, 0, 2, 3, 8, 9, 10, 11, + * 4, 5, 12, 13, 6, 7, 14, 15); + * // Shuffle packed 8-bit integers + * __m128i v_out = _mm_shuffle_epi8(v_in, v_perm); // pshufb + * + * Data (Number, Binary, Byte Index): + +------+------+-------------+------+------+-------------+ + | 1 | 2 | 3 | 4 | Number + +------+------+------+------+------+------+------+------+ + | 0000 | 0001 | 0000 | 0010 | 0000 | 0011 | 0000 | 0100 | Binary + +------+------+------+------+------+------+------+------+ + | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | Index + +------+------+------+------+------+------+------+------+ + + +------+------+------+------+------+------+------+------+ + | 5 | 6 | 7 | 8 | Number + +------+------+------+------+------+------+------+------+ + | 0000 | 0101 | 0000 | 0110 | 0000 | 0111 | 0000 | 1000 | Binary + +------+------+------+------+------+------+------+------+ + | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | Index + +------+------+------+------+------+------+------+------+ + * Index (Byte Index): + +------+------+------+------+------+------+------+------+ + | 1 | 0 | 2 | 3 | 8 | 9 | 10 | 11 | + +------+------+------+------+------+------+------+------+ + + +------+------+------+------+------+------+------+------+ + | 4 | 5 | 12 | 13 | 6 | 7 | 14 | 15 | + +------+------+------+------+------+------+------+------+ + * Result: + +------+------+------+------+------+------+------+------+ + | 1 | 0 | 2 | 3 | 8 | 9 | 10 | 11 | Index + +------+------+------+------+------+------+------+------+ + | 0001 | 0000 | 0000 | 0010 | 0000 | 0101 | 0000 | 0110 | Binary + +------+------+------+------+------+------+------+------+ + | 256 | 2 | 5 | 6 | Number + +------+------+------+------+------+------+------+------+ + + +------+------+------+------+------+------+------+------+ + | 4 | 5 | 12 | 13 | 6 | 7 | 14 | 15 | Index + +------+------+------+------+------+------+------+------+ + | 0000 | 0011 | 0000 | 0111 | 0000 | 0100 | 0000 | 1000 | Binary + +------+------+------+------+------+------+------+------+ + | 3 | 7 | 4 | 8 | Number + +------+------+------+------+------+------+-------------+ + */ + +/* Set/get methods */ + +/* Constants for use with _mm_prefetch. */ +enum _mm_hint { + _MM_HINT_NTA = 0, /* load data to L1 and L2 cache, mark it as NTA */ + _MM_HINT_T0 = 1, /* load data to L1 and L2 cache */ + _MM_HINT_T1 = 2, /* load data to L2 cache only */ + _MM_HINT_T2 = 3, /* load data to L2 cache only, mark it as NTA */ + _MM_HINT_ENTA = 4, /* exclusive version of _MM_HINT_NTA */ + _MM_HINT_ET0 = 5, /* exclusive version of _MM_HINT_T0 */ + _MM_HINT_ET1 = 6, /* exclusive version of _MM_HINT_T1 */ + _MM_HINT_ET2 = 7 /* exclusive version of _MM_HINT_T2 */ +}; + +// Loads one cache line of data from address p to a location closer to the +// processor. https://msdn.microsoft.com/en-us/library/84szxsww(v=vs.100).aspx +FORCE_INLINE void _mm_prefetch(const void *p, int i) +{ + (void) i; + __builtin_prefetch(p); +} + +// Copy the lower single-precision (32-bit) floating-point element of a to dst. +// +// dst[31:0] := a[31:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtss_f32 +FORCE_INLINE float _mm_cvtss_f32(__m128 a) +{ + return vgetq_lane_f32(vreinterpretq_f32_m128(a), 0); +} + +// Convert the lower single-precision (32-bit) floating-point element in a to a +// 32-bit integer, and store the result in dst. +// +// dst[31:0] := Convert_FP32_To_Int32(a[31:0]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtss_si32 +#define _mm_cvtss_si32(a) _mm_cvt_ss2si(a) + +// Convert the lower single-precision (32-bit) floating-point element in a to a +// 64-bit integer, and store the result in dst. +// +// dst[63:0] := Convert_FP32_To_Int64(a[31:0]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtss_si64 +FORCE_INLINE int _mm_cvtss_si64(__m128 a) +{ +#if defined(__aarch64__) + return vgetq_lane_s64( + vreinterpretq_s64_s32(vcvtnq_s32_f32(vreinterpretq_f32_m128(a))), 0); +#else + float32_t data = vgetq_lane_f32(vreinterpretq_f32_m128(a), 0); + float32_t diff = data - floor(data); + if (diff > 0.5) + return (int64_t) ceil(data); + if (diff == 0.5) { + int64_t f = (int64_t) floor(data); + int64_t c = (int64_t) ceil(data); + return c & 1 ? f : c; + } + return (int64_t) floor(data); +#endif +} + +// Convert packed single-precision (32-bit) floating-point elements in a to +// packed 32-bit integers with truncation, and store the results in dst. +// +// FOR j := 0 to 1 +// i := 32*j +// dst[i+31:i] := Convert_FP32_To_Int32_Truncate(a[i+31:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtt_ps2pi +FORCE_INLINE __m64 _mm_cvtt_ps2pi(__m128 a) +{ + return vreinterpret_m64_s32( + vget_low_s32(vcvtq_s32_f32(vreinterpretq_f32_m128(a)))); +} + +// Convert the lower single-precision (32-bit) floating-point element in a to a +// 32-bit integer with truncation, and store the result in dst. +// +// dst[31:0] := Convert_FP32_To_Int32_Truncate(a[31:0]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtt_ss2si +FORCE_INLINE int _mm_cvtt_ss2si(__m128 a) +{ + return vgetq_lane_s32(vcvtq_s32_f32(vreinterpretq_f32_m128(a)), 0); +} + +// Convert packed single-precision (32-bit) floating-point elements in a to +// packed 32-bit integers with truncation, and store the results in dst. +// +// FOR j := 0 to 1 +// i := 32*j +// dst[i+31:i] := Convert_FP32_To_Int32_Truncate(a[i+31:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvttps_pi32 +#define _mm_cvttps_pi32(a) _mm_cvtt_ps2pi(a) + +// Convert the lower single-precision (32-bit) floating-point element in a to a +// 32-bit integer with truncation, and store the result in dst. +// +// dst[31:0] := Convert_FP32_To_Int32_Truncate(a[31:0]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvttss_si32 +#define _mm_cvttss_si32(a) _mm_cvtt_ss2si(a) + +// Convert the lower single-precision (32-bit) floating-point element in a to a +// 64-bit integer with truncation, and store the result in dst. +// +// dst[63:0] := Convert_FP32_To_Int64_Truncate(a[31:0]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvttss_si64 +FORCE_INLINE int64_t _mm_cvttss_si64(__m128 a) +{ + return vgetq_lane_s64( + vmovl_s32(vget_low_s32(vcvtq_s32_f32(vreinterpretq_f32_m128(a)))), 0); +} + +// Sets the 128-bit value to zero +// https://msdn.microsoft.com/en-us/library/vstudio/ys7dw0kh(v=vs.100).aspx +FORCE_INLINE __m128i _mm_setzero_si128(void) +{ + return vreinterpretq_m128i_s32(vdupq_n_s32(0)); +} + +// Clears the four single-precision, floating-point values. +// https://msdn.microsoft.com/en-us/library/vstudio/tk1t2tbz(v=vs.100).aspx +FORCE_INLINE __m128 _mm_setzero_ps(void) +{ + return vreinterpretq_m128_f32(vdupq_n_f32(0)); +} + +// Return vector of type __m128d with all elements set to zero. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_setzero_pd +FORCE_INLINE __m128d _mm_setzero_pd(void) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64(vdupq_n_f64(0)); +#else + return vreinterpretq_m128d_f32(vdupq_n_f32(0)); +#endif +} + +// Sets the four single-precision, floating-point values to w. +// +// r0 := r1 := r2 := r3 := w +// +// https://msdn.microsoft.com/en-us/library/vstudio/2x1se8ha(v=vs.100).aspx +FORCE_INLINE __m128 _mm_set1_ps(float _w) +{ + return vreinterpretq_m128_f32(vdupq_n_f32(_w)); +} + +// Sets the four single-precision, floating-point values to w. +// https://msdn.microsoft.com/en-us/library/vstudio/2x1se8ha(v=vs.100).aspx +FORCE_INLINE __m128 _mm_set_ps1(float _w) +{ + return vreinterpretq_m128_f32(vdupq_n_f32(_w)); +} + +// Sets the four single-precision, floating-point values to the four inputs. +// https://msdn.microsoft.com/en-us/library/vstudio/afh0zf75(v=vs.100).aspx +FORCE_INLINE __m128 _mm_set_ps(float w, float z, float y, float x) +{ + float ALIGN_STRUCT(16) data[4] = {x, y, z, w}; + return vreinterpretq_m128_f32(vld1q_f32(data)); +} + +// Copy single-precision (32-bit) floating-point element a to the lower element +// of dst, and zero the upper 3 elements. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_set_ss +FORCE_INLINE __m128 _mm_set_ss(float a) +{ + float ALIGN_STRUCT(16) data[4] = {a, 0, 0, 0}; + return vreinterpretq_m128_f32(vld1q_f32(data)); +} + +// Sets the four single-precision, floating-point values to the four inputs in +// reverse order. +// https://msdn.microsoft.com/en-us/library/vstudio/d2172ct3(v=vs.100).aspx +FORCE_INLINE __m128 _mm_setr_ps(float w, float z, float y, float x) +{ + float ALIGN_STRUCT(16) data[4] = {w, z, y, x}; + return vreinterpretq_m128_f32(vld1q_f32(data)); +} + +// Sets the 8 signed 16-bit integer values in reverse order. +// +// Return Value +// r0 := w0 +// r1 := w1 +// ... +// r7 := w7 +FORCE_INLINE __m128i _mm_setr_epi16(short w0, + short w1, + short w2, + short w3, + short w4, + short w5, + short w6, + short w7) +{ + int16_t ALIGN_STRUCT(16) data[8] = {w0, w1, w2, w3, w4, w5, w6, w7}; + return vreinterpretq_m128i_s16(vld1q_s16((int16_t *) data)); +} + +// Sets the 4 signed 32-bit integer values in reverse order +// https://technet.microsoft.com/en-us/library/security/27yb3ee5(v=vs.90).aspx +FORCE_INLINE __m128i _mm_setr_epi32(int i3, int i2, int i1, int i0) +{ + int32_t ALIGN_STRUCT(16) data[4] = {i3, i2, i1, i0}; + return vreinterpretq_m128i_s32(vld1q_s32(data)); +} + +// Set packed 64-bit integers in dst with the supplied values in reverse order. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_setr_epi64 +FORCE_INLINE __m128i _mm_setr_epi64(__m64 e1, __m64 e0) +{ + return vreinterpretq_m128i_s64(vcombine_s64(e1, e0)); +} + +// Sets the 16 signed 8-bit integer values to b. +// +// r0 := b +// r1 := b +// ... +// r15 := b +// +// https://msdn.microsoft.com/en-us/library/6e14xhyf(v=vs.100).aspx +FORCE_INLINE __m128i _mm_set1_epi8(signed char w) +{ + return vreinterpretq_m128i_s8(vdupq_n_s8(w)); +} + +// Sets the 8 signed 16-bit integer values to w. +// +// r0 := w +// r1 := w +// ... +// r7 := w +// +// https://msdn.microsoft.com/en-us/library/k0ya3x0e(v=vs.90).aspx +FORCE_INLINE __m128i _mm_set1_epi16(short w) +{ + return vreinterpretq_m128i_s16(vdupq_n_s16(w)); +} + +// Sets the 16 signed 8-bit integer values. +// https://msdn.microsoft.com/en-us/library/x0cx8zd3(v=vs.90).aspx +FORCE_INLINE __m128i _mm_set_epi8(signed char b15, + signed char b14, + signed char b13, + signed char b12, + signed char b11, + signed char b10, + signed char b9, + signed char b8, + signed char b7, + signed char b6, + signed char b5, + signed char b4, + signed char b3, + signed char b2, + signed char b1, + signed char b0) +{ + int8_t ALIGN_STRUCT(16) + data[16] = {(int8_t) b0, (int8_t) b1, (int8_t) b2, (int8_t) b3, + (int8_t) b4, (int8_t) b5, (int8_t) b6, (int8_t) b7, + (int8_t) b8, (int8_t) b9, (int8_t) b10, (int8_t) b11, + (int8_t) b12, (int8_t) b13, (int8_t) b14, (int8_t) b15}; + return (__m128i) vld1q_s8(data); +} + +// Sets the 8 signed 16-bit integer values. +// https://msdn.microsoft.com/en-au/library/3e0fek84(v=vs.90).aspx +FORCE_INLINE __m128i _mm_set_epi16(short i7, + short i6, + short i5, + short i4, + short i3, + short i2, + short i1, + short i0) +{ + int16_t ALIGN_STRUCT(16) data[8] = {i0, i1, i2, i3, i4, i5, i6, i7}; + return vreinterpretq_m128i_s16(vld1q_s16(data)); +} + +// Sets the 16 signed 8-bit integer values in reverse order. +// https://msdn.microsoft.com/en-us/library/2khb9c7k(v=vs.90).aspx +FORCE_INLINE __m128i _mm_setr_epi8(signed char b0, + signed char b1, + signed char b2, + signed char b3, + signed char b4, + signed char b5, + signed char b6, + signed char b7, + signed char b8, + signed char b9, + signed char b10, + signed char b11, + signed char b12, + signed char b13, + signed char b14, + signed char b15) +{ + int8_t ALIGN_STRUCT(16) + data[16] = {(int8_t) b0, (int8_t) b1, (int8_t) b2, (int8_t) b3, + (int8_t) b4, (int8_t) b5, (int8_t) b6, (int8_t) b7, + (int8_t) b8, (int8_t) b9, (int8_t) b10, (int8_t) b11, + (int8_t) b12, (int8_t) b13, (int8_t) b14, (int8_t) b15}; + return (__m128i) vld1q_s8(data); +} + +// Sets the 4 signed 32-bit integer values to i. +// +// r0 := i +// r1 := i +// r2 := i +// r3 := I +// +// https://msdn.microsoft.com/en-us/library/vstudio/h4xscxat(v=vs.100).aspx +FORCE_INLINE __m128i _mm_set1_epi32(int _i) +{ + return vreinterpretq_m128i_s32(vdupq_n_s32(_i)); +} + +// Sets the 2 signed 64-bit integer values to i. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/whtfzhzk(v=vs.100) +FORCE_INLINE __m128i _mm_set1_epi64(__m64 _i) +{ + return vreinterpretq_m128i_s64(vdupq_n_s64((int64_t) _i)); +} + +// Sets the 2 signed 64-bit integer values to i. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_set1_epi64x +FORCE_INLINE __m128i _mm_set1_epi64x(int64_t _i) +{ + return vreinterpretq_m128i_s64(vdupq_n_s64(_i)); +} + +// Sets the 4 signed 32-bit integer values. +// https://msdn.microsoft.com/en-us/library/vstudio/019beekt(v=vs.100).aspx +FORCE_INLINE __m128i _mm_set_epi32(int i3, int i2, int i1, int i0) +{ + int32_t ALIGN_STRUCT(16) data[4] = {i0, i1, i2, i3}; + return vreinterpretq_m128i_s32(vld1q_s32(data)); +} + +// Returns the __m128i structure with its two 64-bit integer values +// initialized to the values of the two 64-bit integers passed in. +// https://msdn.microsoft.com/en-us/library/dk2sdw0h(v=vs.120).aspx +FORCE_INLINE __m128i _mm_set_epi64x(int64_t i1, int64_t i2) +{ + int64_t ALIGN_STRUCT(16) data[2] = {i2, i1}; + return vreinterpretq_m128i_s64(vld1q_s64(data)); +} + +// Returns the __m128i structure with its two 64-bit integer values +// initialized to the values of the two 64-bit integers passed in. +// https://msdn.microsoft.com/en-us/library/dk2sdw0h(v=vs.120).aspx +FORCE_INLINE __m128i _mm_set_epi64(__m64 i1, __m64 i2) +{ + return _mm_set_epi64x((int64_t) i1, (int64_t) i2); +} + +// Set packed double-precision (64-bit) floating-point elements in dst with the +// supplied values. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_set_pd +FORCE_INLINE __m128d _mm_set_pd(double e1, double e0) +{ + double ALIGN_STRUCT(16) data[2] = {e0, e1}; +#if defined(__aarch64__) + return vreinterpretq_m128d_f64(vld1q_f64((float64_t *) data)); +#else + return vreinterpretq_m128d_f32(vld1q_f32((float32_t *) data)); +#endif +} + +// Stores four single-precision, floating-point values. +// https://msdn.microsoft.com/en-us/library/vstudio/s3h4ay6y(v=vs.100).aspx +FORCE_INLINE void _mm_store_ps(float *p, __m128 a) +{ + vst1q_f32(p, vreinterpretq_f32_m128(a)); +} + +// Stores four single-precision, floating-point values. +// https://msdn.microsoft.com/en-us/library/44e30x22(v=vs.100).aspx +FORCE_INLINE void _mm_storeu_ps(float *p, __m128 a) +{ + vst1q_f32(p, vreinterpretq_f32_m128(a)); +} + +// Stores four 32-bit integer values as (as a __m128i value) at the address p. +// https://msdn.microsoft.com/en-us/library/vstudio/edk11s13(v=vs.100).aspx +FORCE_INLINE void _mm_store_si128(__m128i *p, __m128i a) +{ + vst1q_s32((int32_t *) p, vreinterpretq_s32_m128i(a)); +} + +// Stores four 32-bit integer values as (as a __m128i value) at the address p. +// https://msdn.microsoft.com/en-us/library/vstudio/edk11s13(v=vs.100).aspx +FORCE_INLINE void _mm_storeu_si128(__m128i *p, __m128i a) +{ + vst1q_s32((int32_t *) p, vreinterpretq_s32_m128i(a)); +} + +// Stores the lower single - precision, floating - point value. +// https://msdn.microsoft.com/en-us/library/tzz10fbx(v=vs.100).aspx +FORCE_INLINE void _mm_store_ss(float *p, __m128 a) +{ + vst1q_lane_f32(p, vreinterpretq_f32_m128(a), 0); +} + +// Store 128-bits (composed of 2 packed double-precision (64-bit) floating-point +// elements) from a into memory. mem_addr must be aligned on a 16-byte boundary +// or a general-protection exception may be generated. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_store_pd +FORCE_INLINE void _mm_store_pd(double *mem_addr, __m128d a) +{ +#if defined(__aarch64__) + vst1q_f64((float64_t *) mem_addr, vreinterpretq_f64_m128d(a)); +#else + vst1q_f32((float32_t *) mem_addr, vreinterpretq_f32_m128d(a)); +#endif +} + +// Store 128-bits (composed of 2 packed double-precision (64-bit) floating-point +// elements) from a into memory. mem_addr does not need to be aligned on any +// particular boundary. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_storeu_pd +FORCE_INLINE void _mm_storeu_pd(double *mem_addr, __m128d a) +{ + _mm_store_pd(mem_addr, a); +} + +// Reads the lower 64 bits of b and stores them into the lower 64 bits of a. +// https://msdn.microsoft.com/en-us/library/hhwf428f%28v=vs.90%29.aspx +FORCE_INLINE void _mm_storel_epi64(__m128i *a, __m128i b) +{ + uint64x1_t hi = vget_high_u64(vreinterpretq_u64_m128i(*a)); + uint64x1_t lo = vget_low_u64(vreinterpretq_u64_m128i(b)); + *a = vreinterpretq_m128i_u64(vcombine_u64(lo, hi)); +} + +// Stores the lower two single-precision floating point values of a to the +// address p. +// +// *p0 := a0 +// *p1 := a1 +// +// https://msdn.microsoft.com/en-us/library/h54t98ks(v=vs.90).aspx +FORCE_INLINE void _mm_storel_pi(__m64 *p, __m128 a) +{ + *p = vreinterpret_m64_f32(vget_low_f32(a)); +} + +// Stores the upper two single-precision, floating-point values of a to the +// address p. +// +// *p0 := a2 +// *p1 := a3 +// +// https://msdn.microsoft.com/en-us/library/a7525fs8(v%3dvs.90).aspx +FORCE_INLINE void _mm_storeh_pi(__m64 *p, __m128 a) +{ + *p = vreinterpret_m64_f32(vget_high_f32(a)); +} + +// Loads a single single-precision, floating-point value, copying it into all +// four words +// https://msdn.microsoft.com/en-us/library/vstudio/5cdkf716(v=vs.100).aspx +FORCE_INLINE __m128 _mm_load1_ps(const float *p) +{ + return vreinterpretq_m128_f32(vld1q_dup_f32(p)); +} + +// Load a single-precision (32-bit) floating-point element from memory into all +// elements of dst. +// +// dst[31:0] := MEM[mem_addr+31:mem_addr] +// dst[63:32] := MEM[mem_addr+31:mem_addr] +// dst[95:64] := MEM[mem_addr+31:mem_addr] +// dst[127:96] := MEM[mem_addr+31:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_load_ps1 +#define _mm_load_ps1 _mm_load1_ps + +// Sets the lower two single-precision, floating-point values with 64 +// bits of data loaded from the address p; the upper two values are passed +// through from a. +// +// Return Value +// r0 := *p0 +// r1 := *p1 +// r2 := a2 +// r3 := a3 +// +// https://msdn.microsoft.com/en-us/library/s57cyak2(v=vs.100).aspx +FORCE_INLINE __m128 _mm_loadl_pi(__m128 a, __m64 const *p) +{ + return vreinterpretq_m128_f32( + vcombine_f32(vld1_f32((const float32_t *) p), vget_high_f32(a))); +} + +// Load 4 single-precision (32-bit) floating-point elements from memory into dst +// in reverse order. mem_addr must be aligned on a 16-byte boundary or a +// general-protection exception may be generated. +// +// dst[31:0] := MEM[mem_addr+127:mem_addr+96] +// dst[63:32] := MEM[mem_addr+95:mem_addr+64] +// dst[95:64] := MEM[mem_addr+63:mem_addr+32] +// dst[127:96] := MEM[mem_addr+31:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadr_ps +FORCE_INLINE __m128 _mm_loadr_ps(const float *p) +{ + float32x4_t v = vrev64q_f32(vld1q_f32(p)); + return vreinterpretq_m128_f32(vextq_f32(v, v, 2)); +} + +// Sets the upper two single-precision, floating-point values with 64 +// bits of data loaded from the address p; the lower two values are passed +// through from a. +// +// r0 := a0 +// r1 := a1 +// r2 := *p0 +// r3 := *p1 +// +// https://msdn.microsoft.com/en-us/library/w92wta0x(v%3dvs.100).aspx +FORCE_INLINE __m128 _mm_loadh_pi(__m128 a, __m64 const *p) +{ + return vreinterpretq_m128_f32( + vcombine_f32(vget_low_f32(a), vld1_f32((const float32_t *) p))); +} + +// Loads four single-precision, floating-point values. +// https://msdn.microsoft.com/en-us/library/vstudio/zzd50xxt(v=vs.100).aspx +FORCE_INLINE __m128 _mm_load_ps(const float *p) +{ + return vreinterpretq_m128_f32(vld1q_f32(p)); +} + +// Loads four single-precision, floating-point values. +// https://msdn.microsoft.com/en-us/library/x1b16s7z%28v=vs.90%29.aspx +FORCE_INLINE __m128 _mm_loadu_ps(const float *p) +{ + // for neon, alignment doesn't matter, so _mm_load_ps and _mm_loadu_ps are + // equivalent for neon + return vreinterpretq_m128_f32(vld1q_f32(p)); +} + +// Load unaligned 16-bit integer from memory into the first element of dst. +// +// dst[15:0] := MEM[mem_addr+15:mem_addr] +// dst[MAX:16] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadu_si16 +FORCE_INLINE __m128i _mm_loadu_si16(const void *p) +{ + return vreinterpretq_m128i_s16( + vsetq_lane_s16(*(const int16_t *) p, vdupq_n_s16(0), 0)); +} + +// Load unaligned 64-bit integer from memory into the first element of dst. +// +// dst[63:0] := MEM[mem_addr+63:mem_addr] +// dst[MAX:64] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadu_si64 +FORCE_INLINE __m128i _mm_loadu_si64(const void *p) +{ + return vreinterpretq_m128i_s64( + vcombine_s64(vld1_s64((const int64_t *) p), vdup_n_s64(0))); +} + +// Load a double-precision (64-bit) floating-point element from memory into the +// lower of dst, and zero the upper element. mem_addr does not need to be +// aligned on any particular boundary. +// +// dst[63:0] := MEM[mem_addr+63:mem_addr] +// dst[127:64] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_load_sd +FORCE_INLINE __m128d _mm_load_sd(const double *p) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64(vsetq_lane_f64(*p, vdupq_n_f64(0), 0)); +#else + const float *fp = (const float *) p; + float ALIGN_STRUCT(16) data[4] = {fp[0], fp[1], 0, 0}; + return vreinterpretq_m128d_f32(vld1q_f32(data)); +#endif +} + +// Loads two double-precision from 16-byte aligned memory, floating-point +// values. +// +// dst[127:0] := MEM[mem_addr+127:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_load_pd +FORCE_INLINE __m128d _mm_load_pd(const double *p) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64(vld1q_f64(p)); +#else + const float *fp = (const float *) p; + float ALIGN_STRUCT(16) data[4] = {fp[0], fp[1], fp[2], fp[3]}; + return vreinterpretq_m128d_f32(vld1q_f32(data)); +#endif +} + +// Loads two double-precision from unaligned memory, floating-point values. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadu_pd +FORCE_INLINE __m128d _mm_loadu_pd(const double *p) +{ + return _mm_load_pd(p); +} + +// Loads an single - precision, floating - point value into the low word and +// clears the upper three words. +// https://msdn.microsoft.com/en-us/library/548bb9h4%28v=vs.90%29.aspx +FORCE_INLINE __m128 _mm_load_ss(const float *p) +{ + return vreinterpretq_m128_f32(vsetq_lane_f32(*p, vdupq_n_f32(0), 0)); +} + +FORCE_INLINE __m128i _mm_loadl_epi64(__m128i const *p) +{ + /* Load the lower 64 bits of the value pointed to by p into the + * lower 64 bits of the result, zeroing the upper 64 bits of the result. + */ + return vreinterpretq_m128i_s32( + vcombine_s32(vld1_s32((int32_t const *) p), vcreate_s32(0))); +} + +// Load a double-precision (64-bit) floating-point element from memory into the +// lower element of dst, and copy the upper element from a to dst. mem_addr does +// not need to be aligned on any particular boundary. +// +// dst[63:0] := MEM[mem_addr+63:mem_addr] +// dst[127:64] := a[127:64] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadl_pd +FORCE_INLINE __m128d _mm_loadl_pd(__m128d a, const double *p) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64( + vcombine_f64(vld1_f64(p), vget_high_f64(vreinterpretq_f64_m128d(a)))); +#else + return vreinterpretq_m128d_f32( + vcombine_f32(vld1_f32((const float *) p), + vget_high_f32(vreinterpretq_f32_m128d(a)))); +#endif +} + +// Load 2 double-precision (64-bit) floating-point elements from memory into dst +// in reverse order. mem_addr must be aligned on a 16-byte boundary or a +// general-protection exception may be generated. +// +// dst[63:0] := MEM[mem_addr+127:mem_addr+64] +// dst[127:64] := MEM[mem_addr+63:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadr_pd +FORCE_INLINE __m128d _mm_loadr_pd(const double *p) +{ +#if defined(__aarch64__) + float64x2_t v = vld1q_f64(p); + return vreinterpretq_m128d_f64(vextq_f64(v, v, 1)); +#else + int64x2_t v = vld1q_s64((const int64_t *) p); + return vreinterpretq_m128d_s64(vextq_s64(v, v, 1)); +#endif +} + +// Sets the low word to the single-precision, floating-point value of b +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/35hdzazd(v=vs.100) +FORCE_INLINE __m128 _mm_move_ss(__m128 a, __m128 b) +{ + return vreinterpretq_m128_f32( + vsetq_lane_f32(vgetq_lane_f32(vreinterpretq_f32_m128(b), 0), + vreinterpretq_f32_m128(a), 0)); +} + +// Copy the lower 64-bit integer in a to the lower element of dst, and zero the +// upper element. +// +// dst[63:0] := a[63:0] +// dst[127:64] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_move_epi64 +FORCE_INLINE __m128i _mm_move_epi64(__m128i a) +{ + return vreinterpretq_m128i_s64( + vsetq_lane_s64(0, vreinterpretq_s64_m128i(a), 1)); +} + +// Return vector of type __m128 with undefined elements. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_undefined_ps +FORCE_INLINE __m128 _mm_undefined_ps(void) +{ + __m128 a; + return a; +} + +/* Logic/Binary operations */ + +// Computes the bitwise AND-NOT of the four single-precision, floating-point +// values of a and b. +// +// r0 := ~a0 & b0 +// r1 := ~a1 & b1 +// r2 := ~a2 & b2 +// r3 := ~a3 & b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/68h7wd02(v=vs.100).aspx +FORCE_INLINE __m128 _mm_andnot_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_s32( + vbicq_s32(vreinterpretq_s32_m128(b), + vreinterpretq_s32_m128(a))); // *NOTE* argument swap +} + +// Compute the bitwise NOT of packed double-precision (64-bit) floating-point +// elements in a and then AND with b, and store the results in dst. +// +// FOR j := 0 to 1 +// i := j*64 +// dst[i+63:i] := ((NOT a[i+63:i]) AND b[i+63:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_andnot_pd +FORCE_INLINE __m128d _mm_andnot_pd(__m128d a, __m128d b) +{ + // *NOTE* argument swap + return vreinterpretq_m128d_s64( + vbicq_s64(vreinterpretq_s64_m128d(b), vreinterpretq_s64_m128d(a))); +} + +// Computes the bitwise AND of the 128-bit value in b and the bitwise NOT of the +// 128-bit value in a. +// +// r := (~a) & b +// +// https://msdn.microsoft.com/en-us/library/vstudio/1beaceh8(v=vs.100).aspx +FORCE_INLINE __m128i _mm_andnot_si128(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vbicq_s32(vreinterpretq_s32_m128i(b), + vreinterpretq_s32_m128i(a))); // *NOTE* argument swap +} + +// Computes the bitwise AND of the 128-bit value in a and the 128-bit value in +// b. +// +// r := a & b +// +// https://msdn.microsoft.com/en-us/library/vstudio/6d1txsa8(v=vs.100).aspx +FORCE_INLINE __m128i _mm_and_si128(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vandq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Computes the bitwise AND of the four single-precision, floating-point values +// of a and b. +// +// r0 := a0 & b0 +// r1 := a1 & b1 +// r2 := a2 & b2 +// r3 := a3 & b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/73ck1xc5(v=vs.100).aspx +FORCE_INLINE __m128 _mm_and_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_s32( + vandq_s32(vreinterpretq_s32_m128(a), vreinterpretq_s32_m128(b))); +} + +// Compute the bitwise AND of packed double-precision (64-bit) floating-point +// elements in a and b, and store the results in dst. +// +// FOR j := 0 to 1 +// i := j*64 +// dst[i+63:i] := a[i+63:i] AND b[i+63:i] +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_and_pd +FORCE_INLINE __m128d _mm_and_pd(__m128d a, __m128d b) +{ + return vreinterpretq_m128d_s64( + vandq_s64(vreinterpretq_s64_m128d(a), vreinterpretq_s64_m128d(b))); +} + +// Computes the bitwise OR of the four single-precision, floating-point values +// of a and b. +// https://msdn.microsoft.com/en-us/library/vstudio/7ctdsyy0(v=vs.100).aspx +FORCE_INLINE __m128 _mm_or_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_s32( + vorrq_s32(vreinterpretq_s32_m128(a), vreinterpretq_s32_m128(b))); +} + +// Computes bitwise EXOR (exclusive-or) of the four single-precision, +// floating-point values of a and b. +// https://msdn.microsoft.com/en-us/library/ss6k3wk8(v=vs.100).aspx +FORCE_INLINE __m128 _mm_xor_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_s32( + veorq_s32(vreinterpretq_s32_m128(a), vreinterpretq_s32_m128(b))); +} + +// Compute the bitwise XOR of packed double-precision (64-bit) floating-point +// elements in a and b, and store the results in dst. +// +// FOR j := 0 to 1 +// i := j*64 +// dst[i+63:i] := a[i+63:i] XOR b[i+63:i] +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_xor_pd +FORCE_INLINE __m128d _mm_xor_pd(__m128d a, __m128d b) +{ + return vreinterpretq_m128d_s64( + veorq_s64(vreinterpretq_s64_m128d(a), vreinterpretq_s64_m128d(b))); +} + +// Computes the bitwise OR of the 128-bit value in a and the 128-bit value in b. +// +// r := a | b +// +// https://msdn.microsoft.com/en-us/library/vstudio/ew8ty0db(v=vs.100).aspx +FORCE_INLINE __m128i _mm_or_si128(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vorrq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Computes the bitwise XOR of the 128-bit value in a and the 128-bit value in +// b. https://msdn.microsoft.com/en-us/library/fzt08www(v=vs.100).aspx +FORCE_INLINE __m128i _mm_xor_si128(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + veorq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Duplicate odd-indexed single-precision (32-bit) floating-point elements +// from a, and store the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_movehdup_ps +FORCE_INLINE __m128 _mm_movehdup_ps(__m128 a) +{ +#if __has_builtin(__builtin_shufflevector) + return vreinterpretq_m128_f32(__builtin_shufflevector( + vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a), 1, 1, 3, 3)); +#else + float32_t a1 = vgetq_lane_f32(vreinterpretq_f32_m128(a), 1); + float32_t a3 = vgetq_lane_f32(vreinterpretq_f32_m128(a), 3); + float ALIGN_STRUCT(16) data[4] = {a1, a1, a3, a3}; + return vreinterpretq_m128_f32(vld1q_f32(data)); +#endif +} + +// Duplicate even-indexed single-precision (32-bit) floating-point elements +// from a, and store the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_moveldup_ps +FORCE_INLINE __m128 _mm_moveldup_ps(__m128 a) +{ +#if __has_builtin(__builtin_shufflevector) + return vreinterpretq_m128_f32(__builtin_shufflevector( + vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a), 0, 0, 2, 2)); +#else + float32_t a0 = vgetq_lane_f32(vreinterpretq_f32_m128(a), 0); + float32_t a2 = vgetq_lane_f32(vreinterpretq_f32_m128(a), 2); + float ALIGN_STRUCT(16) data[4] = {a0, a0, a2, a2}; + return vreinterpretq_m128_f32(vld1q_f32(data)); +#endif +} + +// Moves the upper two values of B into the lower two values of A. +// +// r3 := a3 +// r2 := a2 +// r1 := b3 +// r0 := b2 +FORCE_INLINE __m128 _mm_movehl_ps(__m128 __A, __m128 __B) +{ + float32x2_t a32 = vget_high_f32(vreinterpretq_f32_m128(__A)); + float32x2_t b32 = vget_high_f32(vreinterpretq_f32_m128(__B)); + return vreinterpretq_m128_f32(vcombine_f32(b32, a32)); +} + +// Moves the lower two values of B into the upper two values of A. +// +// r3 := b1 +// r2 := b0 +// r1 := a1 +// r0 := a0 +FORCE_INLINE __m128 _mm_movelh_ps(__m128 __A, __m128 __B) +{ + float32x2_t a10 = vget_low_f32(vreinterpretq_f32_m128(__A)); + float32x2_t b10 = vget_low_f32(vreinterpretq_f32_m128(__B)); + return vreinterpretq_m128_f32(vcombine_f32(a10, b10)); +} + +// Compute the absolute value of packed signed 32-bit integers in a, and store +// the unsigned results in dst. +// +// FOR j := 0 to 3 +// i := j*32 +// dst[i+31:i] := ABS(a[i+31:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_abs_epi32 +FORCE_INLINE __m128i _mm_abs_epi32(__m128i a) +{ + return vreinterpretq_m128i_s32(vabsq_s32(vreinterpretq_s32_m128i(a))); +} + +// Compute the absolute value of packed signed 16-bit integers in a, and store +// the unsigned results in dst. +// +// FOR j := 0 to 7 +// i := j*16 +// dst[i+15:i] := ABS(a[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_abs_epi16 +FORCE_INLINE __m128i _mm_abs_epi16(__m128i a) +{ + return vreinterpretq_m128i_s16(vabsq_s16(vreinterpretq_s16_m128i(a))); +} + +// Compute the absolute value of packed signed 8-bit integers in a, and store +// the unsigned results in dst. +// +// FOR j := 0 to 15 +// i := j*8 +// dst[i+7:i] := ABS(a[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_abs_epi8 +FORCE_INLINE __m128i _mm_abs_epi8(__m128i a) +{ + return vreinterpretq_m128i_s8(vabsq_s8(vreinterpretq_s8_m128i(a))); +} + +// Compute the absolute value of packed signed 32-bit integers in a, and store +// the unsigned results in dst. +// +// FOR j := 0 to 1 +// i := j*32 +// dst[i+31:i] := ABS(a[i+31:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_abs_pi32 +FORCE_INLINE __m64 _mm_abs_pi32(__m64 a) +{ + return vreinterpret_m64_s32(vabs_s32(vreinterpret_s32_m64(a))); +} + +// Compute the absolute value of packed signed 16-bit integers in a, and store +// the unsigned results in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// dst[i+15:i] := ABS(a[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_abs_pi16 +FORCE_INLINE __m64 _mm_abs_pi16(__m64 a) +{ + return vreinterpret_m64_s16(vabs_s16(vreinterpret_s16_m64(a))); +} + +// Compute the absolute value of packed signed 8-bit integers in a, and store +// the unsigned results in dst. +// +// FOR j := 0 to 7 +// i := j*8 +// dst[i+7:i] := ABS(a[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_abs_pi8 +FORCE_INLINE __m64 _mm_abs_pi8(__m64 a) +{ + return vreinterpret_m64_s8(vabs_s8(vreinterpret_s8_m64(a))); +} + +// Takes the upper 64 bits of a and places it in the low end of the result +// Takes the lower 64 bits of b and places it into the high end of the result. +FORCE_INLINE __m128 _mm_shuffle_ps_1032(__m128 a, __m128 b) +{ + float32x2_t a32 = vget_high_f32(vreinterpretq_f32_m128(a)); + float32x2_t b10 = vget_low_f32(vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_f32(vcombine_f32(a32, b10)); +} + +// takes the lower two 32-bit values from a and swaps them and places in high +// end of result takes the higher two 32 bit values from b and swaps them and +// places in low end of result. +FORCE_INLINE __m128 _mm_shuffle_ps_2301(__m128 a, __m128 b) +{ + float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); + float32x2_t b23 = vrev64_f32(vget_high_f32(vreinterpretq_f32_m128(b))); + return vreinterpretq_m128_f32(vcombine_f32(a01, b23)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_0321(__m128 a, __m128 b) +{ + float32x2_t a21 = vget_high_f32( + vextq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a), 3)); + float32x2_t b03 = vget_low_f32( + vextq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b), 3)); + return vreinterpretq_m128_f32(vcombine_f32(a21, b03)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_2103(__m128 a, __m128 b) +{ + float32x2_t a03 = vget_low_f32( + vextq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a), 3)); + float32x2_t b21 = vget_high_f32( + vextq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b), 3)); + return vreinterpretq_m128_f32(vcombine_f32(a03, b21)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_1010(__m128 a, __m128 b) +{ + float32x2_t a10 = vget_low_f32(vreinterpretq_f32_m128(a)); + float32x2_t b10 = vget_low_f32(vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_f32(vcombine_f32(a10, b10)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_1001(__m128 a, __m128 b) +{ + float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); + float32x2_t b10 = vget_low_f32(vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_f32(vcombine_f32(a01, b10)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_0101(__m128 a, __m128 b) +{ + float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); + float32x2_t b01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(b))); + return vreinterpretq_m128_f32(vcombine_f32(a01, b01)); +} + +// keeps the low 64 bits of b in the low and puts the high 64 bits of a in the +// high +FORCE_INLINE __m128 _mm_shuffle_ps_3210(__m128 a, __m128 b) +{ + float32x2_t a10 = vget_low_f32(vreinterpretq_f32_m128(a)); + float32x2_t b32 = vget_high_f32(vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_f32(vcombine_f32(a10, b32)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_0011(__m128 a, __m128 b) +{ + float32x2_t a11 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(a)), 1); + float32x2_t b00 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(b)), 0); + return vreinterpretq_m128_f32(vcombine_f32(a11, b00)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_0022(__m128 a, __m128 b) +{ + float32x2_t a22 = + vdup_lane_f32(vget_high_f32(vreinterpretq_f32_m128(a)), 0); + float32x2_t b00 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(b)), 0); + return vreinterpretq_m128_f32(vcombine_f32(a22, b00)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_2200(__m128 a, __m128 b) +{ + float32x2_t a00 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(a)), 0); + float32x2_t b22 = + vdup_lane_f32(vget_high_f32(vreinterpretq_f32_m128(b)), 0); + return vreinterpretq_m128_f32(vcombine_f32(a00, b22)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_3202(__m128 a, __m128 b) +{ + float32_t a0 = vgetq_lane_f32(vreinterpretq_f32_m128(a), 0); + float32x2_t a22 = + vdup_lane_f32(vget_high_f32(vreinterpretq_f32_m128(a)), 0); + float32x2_t a02 = vset_lane_f32(a0, a22, 1); /* TODO: use vzip ?*/ + float32x2_t b32 = vget_high_f32(vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_f32(vcombine_f32(a02, b32)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_1133(__m128 a, __m128 b) +{ + float32x2_t a33 = + vdup_lane_f32(vget_high_f32(vreinterpretq_f32_m128(a)), 1); + float32x2_t b11 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(b)), 1); + return vreinterpretq_m128_f32(vcombine_f32(a33, b11)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_2010(__m128 a, __m128 b) +{ + float32x2_t a10 = vget_low_f32(vreinterpretq_f32_m128(a)); + float32_t b2 = vgetq_lane_f32(vreinterpretq_f32_m128(b), 2); + float32x2_t b00 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(b)), 0); + float32x2_t b20 = vset_lane_f32(b2, b00, 1); + return vreinterpretq_m128_f32(vcombine_f32(a10, b20)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_2001(__m128 a, __m128 b) +{ + float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); + float32_t b2 = vgetq_lane_f32(b, 2); + float32x2_t b00 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(b)), 0); + float32x2_t b20 = vset_lane_f32(b2, b00, 1); + return vreinterpretq_m128_f32(vcombine_f32(a01, b20)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_2032(__m128 a, __m128 b) +{ + float32x2_t a32 = vget_high_f32(vreinterpretq_f32_m128(a)); + float32_t b2 = vgetq_lane_f32(b, 2); + float32x2_t b00 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(b)), 0); + float32x2_t b20 = vset_lane_f32(b2, b00, 1); + return vreinterpretq_m128_f32(vcombine_f32(a32, b20)); +} + +// NEON does not support a general purpose permute intrinsic +// Selects four specific single-precision, floating-point values from a and b, +// based on the mask i. +// +// C equivalent: +// __m128 _mm_shuffle_ps_default(__m128 a, __m128 b, +// __constrange(0, 255) int imm) { +// __m128 ret; +// ret[0] = a[imm & 0x3]; ret[1] = a[(imm >> 2) & 0x3]; +// ret[2] = b[(imm >> 4) & 0x03]; ret[3] = b[(imm >> 6) & 0x03]; +// return ret; +// } +// +// https://msdn.microsoft.com/en-us/library/vstudio/5f0858x0(v=vs.100).aspx +#define _mm_shuffle_ps_default(a, b, imm) \ + __extension__({ \ + float32x4_t ret; \ + ret = vmovq_n_f32( \ + vgetq_lane_f32(vreinterpretq_f32_m128(a), (imm) & (0x3))); \ + ret = vsetq_lane_f32( \ + vgetq_lane_f32(vreinterpretq_f32_m128(a), ((imm) >> 2) & 0x3), \ + ret, 1); \ + ret = vsetq_lane_f32( \ + vgetq_lane_f32(vreinterpretq_f32_m128(b), ((imm) >> 4) & 0x3), \ + ret, 2); \ + ret = vsetq_lane_f32( \ + vgetq_lane_f32(vreinterpretq_f32_m128(b), ((imm) >> 6) & 0x3), \ + ret, 3); \ + vreinterpretq_m128_f32(ret); \ + }) + +// FORCE_INLINE __m128 _mm_shuffle_ps(__m128 a, __m128 b, __constrange(0,255) +// int imm) +#if __has_builtin(__builtin_shufflevector) +#define _mm_shuffle_ps(a, b, imm) \ + __extension__({ \ + float32x4_t _input1 = vreinterpretq_f32_m128(a); \ + float32x4_t _input2 = vreinterpretq_f32_m128(b); \ + float32x4_t _shuf = __builtin_shufflevector( \ + _input1, _input2, (imm) & (0x3), ((imm) >> 2) & 0x3, \ + (((imm) >> 4) & 0x3) + 4, (((imm) >> 6) & 0x3) + 4); \ + vreinterpretq_m128_f32(_shuf); \ + }) +#else // generic +#define _mm_shuffle_ps(a, b, imm) \ + __extension__({ \ + __m128 ret; \ + switch (imm) { \ + case _MM_SHUFFLE(1, 0, 3, 2): \ + ret = _mm_shuffle_ps_1032((a), (b)); \ + break; \ + case _MM_SHUFFLE(2, 3, 0, 1): \ + ret = _mm_shuffle_ps_2301((a), (b)); \ + break; \ + case _MM_SHUFFLE(0, 3, 2, 1): \ + ret = _mm_shuffle_ps_0321((a), (b)); \ + break; \ + case _MM_SHUFFLE(2, 1, 0, 3): \ + ret = _mm_shuffle_ps_2103((a), (b)); \ + break; \ + case _MM_SHUFFLE(1, 0, 1, 0): \ + ret = _mm_movelh_ps((a), (b)); \ + break; \ + case _MM_SHUFFLE(1, 0, 0, 1): \ + ret = _mm_shuffle_ps_1001((a), (b)); \ + break; \ + case _MM_SHUFFLE(0, 1, 0, 1): \ + ret = _mm_shuffle_ps_0101((a), (b)); \ + break; \ + case _MM_SHUFFLE(3, 2, 1, 0): \ + ret = _mm_shuffle_ps_3210((a), (b)); \ + break; \ + case _MM_SHUFFLE(0, 0, 1, 1): \ + ret = _mm_shuffle_ps_0011((a), (b)); \ + break; \ + case _MM_SHUFFLE(0, 0, 2, 2): \ + ret = _mm_shuffle_ps_0022((a), (b)); \ + break; \ + case _MM_SHUFFLE(2, 2, 0, 0): \ + ret = _mm_shuffle_ps_2200((a), (b)); \ + break; \ + case _MM_SHUFFLE(3, 2, 0, 2): \ + ret = _mm_shuffle_ps_3202((a), (b)); \ + break; \ + case _MM_SHUFFLE(3, 2, 3, 2): \ + ret = _mm_movehl_ps((b), (a)); \ + break; \ + case _MM_SHUFFLE(1, 1, 3, 3): \ + ret = _mm_shuffle_ps_1133((a), (b)); \ + break; \ + case _MM_SHUFFLE(2, 0, 1, 0): \ + ret = _mm_shuffle_ps_2010((a), (b)); \ + break; \ + case _MM_SHUFFLE(2, 0, 0, 1): \ + ret = _mm_shuffle_ps_2001((a), (b)); \ + break; \ + case _MM_SHUFFLE(2, 0, 3, 2): \ + ret = _mm_shuffle_ps_2032((a), (b)); \ + break; \ + default: \ + ret = _mm_shuffle_ps_default((a), (b), (imm)); \ + break; \ + } \ + ret; \ + }) +#endif + +// Takes the upper 64 bits of a and places it in the low end of the result +// Takes the lower 64 bits of a and places it into the high end of the result. +FORCE_INLINE __m128i _mm_shuffle_epi_1032(__m128i a) +{ + int32x2_t a32 = vget_high_s32(vreinterpretq_s32_m128i(a)); + int32x2_t a10 = vget_low_s32(vreinterpretq_s32_m128i(a)); + return vreinterpretq_m128i_s32(vcombine_s32(a32, a10)); +} + +// takes the lower two 32-bit values from a and swaps them and places in low end +// of result takes the higher two 32 bit values from a and swaps them and places +// in high end of result. +FORCE_INLINE __m128i _mm_shuffle_epi_2301(__m128i a) +{ + int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); + int32x2_t a23 = vrev64_s32(vget_high_s32(vreinterpretq_s32_m128i(a))); + return vreinterpretq_m128i_s32(vcombine_s32(a01, a23)); +} + +// rotates the least significant 32 bits into the most signficant 32 bits, and +// shifts the rest down +FORCE_INLINE __m128i _mm_shuffle_epi_0321(__m128i a) +{ + return vreinterpretq_m128i_s32( + vextq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(a), 1)); +} + +// rotates the most significant 32 bits into the least signficant 32 bits, and +// shifts the rest up +FORCE_INLINE __m128i _mm_shuffle_epi_2103(__m128i a) +{ + return vreinterpretq_m128i_s32( + vextq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(a), 3)); +} + +// gets the lower 64 bits of a, and places it in the upper 64 bits +// gets the lower 64 bits of a and places it in the lower 64 bits +FORCE_INLINE __m128i _mm_shuffle_epi_1010(__m128i a) +{ + int32x2_t a10 = vget_low_s32(vreinterpretq_s32_m128i(a)); + return vreinterpretq_m128i_s32(vcombine_s32(a10, a10)); +} + +// gets the lower 64 bits of a, swaps the 0 and 1 elements, and places it in the +// lower 64 bits gets the lower 64 bits of a, and places it in the upper 64 bits +FORCE_INLINE __m128i _mm_shuffle_epi_1001(__m128i a) +{ + int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); + int32x2_t a10 = vget_low_s32(vreinterpretq_s32_m128i(a)); + return vreinterpretq_m128i_s32(vcombine_s32(a01, a10)); +} + +// gets the lower 64 bits of a, swaps the 0 and 1 elements and places it in the +// upper 64 bits gets the lower 64 bits of a, swaps the 0 and 1 elements, and +// places it in the lower 64 bits +FORCE_INLINE __m128i _mm_shuffle_epi_0101(__m128i a) +{ + int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); + return vreinterpretq_m128i_s32(vcombine_s32(a01, a01)); +} + +FORCE_INLINE __m128i _mm_shuffle_epi_2211(__m128i a) +{ + int32x2_t a11 = vdup_lane_s32(vget_low_s32(vreinterpretq_s32_m128i(a)), 1); + int32x2_t a22 = vdup_lane_s32(vget_high_s32(vreinterpretq_s32_m128i(a)), 0); + return vreinterpretq_m128i_s32(vcombine_s32(a11, a22)); +} + +FORCE_INLINE __m128i _mm_shuffle_epi_0122(__m128i a) +{ + int32x2_t a22 = vdup_lane_s32(vget_high_s32(vreinterpretq_s32_m128i(a)), 0); + int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); + return vreinterpretq_m128i_s32(vcombine_s32(a22, a01)); +} + +FORCE_INLINE __m128i _mm_shuffle_epi_3332(__m128i a) +{ + int32x2_t a32 = vget_high_s32(vreinterpretq_s32_m128i(a)); + int32x2_t a33 = vdup_lane_s32(vget_high_s32(vreinterpretq_s32_m128i(a)), 1); + return vreinterpretq_m128i_s32(vcombine_s32(a32, a33)); +} + +// Shuffle packed 8-bit integers in a according to shuffle control mask in the +// corresponding 8-bit element of b, and store the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_shuffle_epi8 +FORCE_INLINE __m128i _mm_shuffle_epi8(__m128i a, __m128i b) +{ + int8x16_t tbl = vreinterpretq_s8_m128i(a); // input a + uint8x16_t idx = vreinterpretq_u8_m128i(b); // input b + uint8x16_t idx_masked = + vandq_u8(idx, vdupq_n_u8(0x8F)); // avoid using meaningless bits +#if defined(__aarch64__) + return vreinterpretq_m128i_s8(vqtbl1q_s8(tbl, idx_masked)); +#elif defined(__GNUC__) + int8x16_t ret; + // %e and %f represent the even and odd D registers + // respectively. + __asm__ __volatile__( + "vtbl.8 %e[ret], {%e[tbl], %f[tbl]}, %e[idx]\n" + "vtbl.8 %f[ret], {%e[tbl], %f[tbl]}, %f[idx]\n" + : [ret] "=&w"(ret) + : [tbl] "w"(tbl), [idx] "w"(idx_masked)); + return vreinterpretq_m128i_s8(ret); +#else + // use this line if testing on aarch64 + int8x8x2_t a_split = {vget_low_s8(tbl), vget_high_s8(tbl)}; + return vreinterpretq_m128i_s8( + vcombine_s8(vtbl2_s8(a_split, vget_low_u8(idx_masked)), + vtbl2_s8(a_split, vget_high_u8(idx_masked)))); +#endif +} + +// C equivalent: +// __m128i _mm_shuffle_epi32_default(__m128i a, +// __constrange(0, 255) int imm) { +// __m128i ret; +// ret[0] = a[imm & 0x3]; ret[1] = a[(imm >> 2) & 0x3]; +// ret[2] = a[(imm >> 4) & 0x03]; ret[3] = a[(imm >> 6) & 0x03]; +// return ret; +// } +#define _mm_shuffle_epi32_default(a, imm) \ + __extension__({ \ + int32x4_t ret; \ + ret = vmovq_n_s32( \ + vgetq_lane_s32(vreinterpretq_s32_m128i(a), (imm) & (0x3))); \ + ret = vsetq_lane_s32( \ + vgetq_lane_s32(vreinterpretq_s32_m128i(a), ((imm) >> 2) & 0x3), \ + ret, 1); \ + ret = vsetq_lane_s32( \ + vgetq_lane_s32(vreinterpretq_s32_m128i(a), ((imm) >> 4) & 0x3), \ + ret, 2); \ + ret = vsetq_lane_s32( \ + vgetq_lane_s32(vreinterpretq_s32_m128i(a), ((imm) >> 6) & 0x3), \ + ret, 3); \ + vreinterpretq_m128i_s32(ret); \ + }) + +// FORCE_INLINE __m128i _mm_shuffle_epi32_splat(__m128i a, __constrange(0,255) +// int imm) +#if defined(__aarch64__) +#define _mm_shuffle_epi32_splat(a, imm) \ + __extension__({ \ + vreinterpretq_m128i_s32( \ + vdupq_laneq_s32(vreinterpretq_s32_m128i(a), (imm))); \ + }) +#else +#define _mm_shuffle_epi32_splat(a, imm) \ + __extension__({ \ + vreinterpretq_m128i_s32( \ + vdupq_n_s32(vgetq_lane_s32(vreinterpretq_s32_m128i(a), (imm)))); \ + }) +#endif + +// Shuffles the 4 signed or unsigned 32-bit integers in a as specified by imm. +// https://msdn.microsoft.com/en-us/library/56f67xbk%28v=vs.90%29.aspx +// FORCE_INLINE __m128i _mm_shuffle_epi32(__m128i a, +// __constrange(0,255) int imm) +#if __has_builtin(__builtin_shufflevector) +#define _mm_shuffle_epi32(a, imm) \ + __extension__({ \ + int32x4_t _input = vreinterpretq_s32_m128i(a); \ + int32x4_t _shuf = __builtin_shufflevector( \ + _input, _input, (imm) & (0x3), ((imm) >> 2) & 0x3, \ + ((imm) >> 4) & 0x3, ((imm) >> 6) & 0x3); \ + vreinterpretq_m128i_s32(_shuf); \ + }) +#else // generic +#define _mm_shuffle_epi32(a, imm) \ + __extension__({ \ + __m128i ret; \ + switch (imm) { \ + case _MM_SHUFFLE(1, 0, 3, 2): \ + ret = _mm_shuffle_epi_1032((a)); \ + break; \ + case _MM_SHUFFLE(2, 3, 0, 1): \ + ret = _mm_shuffle_epi_2301((a)); \ + break; \ + case _MM_SHUFFLE(0, 3, 2, 1): \ + ret = _mm_shuffle_epi_0321((a)); \ + break; \ + case _MM_SHUFFLE(2, 1, 0, 3): \ + ret = _mm_shuffle_epi_2103((a)); \ + break; \ + case _MM_SHUFFLE(1, 0, 1, 0): \ + ret = _mm_shuffle_epi_1010((a)); \ + break; \ + case _MM_SHUFFLE(1, 0, 0, 1): \ + ret = _mm_shuffle_epi_1001((a)); \ + break; \ + case _MM_SHUFFLE(0, 1, 0, 1): \ + ret = _mm_shuffle_epi_0101((a)); \ + break; \ + case _MM_SHUFFLE(2, 2, 1, 1): \ + ret = _mm_shuffle_epi_2211((a)); \ + break; \ + case _MM_SHUFFLE(0, 1, 2, 2): \ + ret = _mm_shuffle_epi_0122((a)); \ + break; \ + case _MM_SHUFFLE(3, 3, 3, 2): \ + ret = _mm_shuffle_epi_3332((a)); \ + break; \ + case _MM_SHUFFLE(0, 0, 0, 0): \ + ret = _mm_shuffle_epi32_splat((a), 0); \ + break; \ + case _MM_SHUFFLE(1, 1, 1, 1): \ + ret = _mm_shuffle_epi32_splat((a), 1); \ + break; \ + case _MM_SHUFFLE(2, 2, 2, 2): \ + ret = _mm_shuffle_epi32_splat((a), 2); \ + break; \ + case _MM_SHUFFLE(3, 3, 3, 3): \ + ret = _mm_shuffle_epi32_splat((a), 3); \ + break; \ + default: \ + ret = _mm_shuffle_epi32_default((a), (imm)); \ + break; \ + } \ + ret; \ + }) +#endif + +// Shuffles the lower 4 signed or unsigned 16-bit integers in a as specified +// by imm. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/y41dkk37(v=vs.100) +// FORCE_INLINE __m128i _mm_shufflelo_epi16_function(__m128i a, +// __constrange(0,255) int +// imm) +#define _mm_shufflelo_epi16_function(a, imm) \ + __extension__({ \ + int16x8_t ret = vreinterpretq_s16_m128i(a); \ + int16x4_t lowBits = vget_low_s16(ret); \ + ret = vsetq_lane_s16(vget_lane_s16(lowBits, (imm) & (0x3)), ret, 0); \ + ret = vsetq_lane_s16(vget_lane_s16(lowBits, ((imm) >> 2) & 0x3), ret, \ + 1); \ + ret = vsetq_lane_s16(vget_lane_s16(lowBits, ((imm) >> 4) & 0x3), ret, \ + 2); \ + ret = vsetq_lane_s16(vget_lane_s16(lowBits, ((imm) >> 6) & 0x3), ret, \ + 3); \ + vreinterpretq_m128i_s16(ret); \ + }) + +// FORCE_INLINE __m128i _mm_shufflelo_epi16(__m128i a, +// __constrange(0,255) int imm) +#if __has_builtin(__builtin_shufflevector) +#define _mm_shufflelo_epi16(a, imm) \ + __extension__({ \ + int16x8_t _input = vreinterpretq_s16_m128i(a); \ + int16x8_t _shuf = __builtin_shufflevector( \ + _input, _input, ((imm) & (0x3)), (((imm) >> 2) & 0x3), \ + (((imm) >> 4) & 0x3), (((imm) >> 6) & 0x3), 4, 5, 6, 7); \ + vreinterpretq_m128i_s16(_shuf); \ + }) +#else // generic +#define _mm_shufflelo_epi16(a, imm) _mm_shufflelo_epi16_function((a), (imm)) +#endif + +// Shuffles the upper 4 signed or unsigned 16-bit integers in a as specified +// by imm. +// https://msdn.microsoft.com/en-us/library/13ywktbs(v=vs.100).aspx +// FORCE_INLINE __m128i _mm_shufflehi_epi16_function(__m128i a, +// __constrange(0,255) int +// imm) +#define _mm_shufflehi_epi16_function(a, imm) \ + __extension__({ \ + int16x8_t ret = vreinterpretq_s16_m128i(a); \ + int16x4_t highBits = vget_high_s16(ret); \ + ret = vsetq_lane_s16(vget_lane_s16(highBits, (imm) & (0x3)), ret, 4); \ + ret = vsetq_lane_s16(vget_lane_s16(highBits, ((imm) >> 2) & 0x3), ret, \ + 5); \ + ret = vsetq_lane_s16(vget_lane_s16(highBits, ((imm) >> 4) & 0x3), ret, \ + 6); \ + ret = vsetq_lane_s16(vget_lane_s16(highBits, ((imm) >> 6) & 0x3), ret, \ + 7); \ + vreinterpretq_m128i_s16(ret); \ + }) + +// FORCE_INLINE __m128i _mm_shufflehi_epi16(__m128i a, +// __constrange(0,255) int imm) +#if __has_builtin(__builtin_shufflevector) +#define _mm_shufflehi_epi16(a, imm) \ + __extension__({ \ + int16x8_t _input = vreinterpretq_s16_m128i(a); \ + int16x8_t _shuf = __builtin_shufflevector( \ + _input, _input, 0, 1, 2, 3, ((imm) & (0x3)) + 4, \ + (((imm) >> 2) & 0x3) + 4, (((imm) >> 4) & 0x3) + 4, \ + (((imm) >> 6) & 0x3) + 4); \ + vreinterpretq_m128i_s16(_shuf); \ + }) +#else // generic +#define _mm_shufflehi_epi16(a, imm) _mm_shufflehi_epi16_function((a), (imm)) +#endif + +// Blend packed 16-bit integers from a and b using control mask imm8, and store +// the results in dst. +// +// FOR j := 0 to 7 +// i := j*16 +// IF imm8[j] +// dst[i+15:i] := b[i+15:i] +// ELSE +// dst[i+15:i] := a[i+15:i] +// FI +// ENDFOR +// FORCE_INLINE __m128i _mm_blend_epi16(__m128i a, __m128i b, +// __constrange(0,255) int imm) +#define _mm_blend_epi16(a, b, imm) \ + __extension__({ \ + const uint16_t _mask[8] = {((imm) & (1 << 0)) ? 0xFFFF : 0x0000, \ + ((imm) & (1 << 1)) ? 0xFFFF : 0x0000, \ + ((imm) & (1 << 2)) ? 0xFFFF : 0x0000, \ + ((imm) & (1 << 3)) ? 0xFFFF : 0x0000, \ + ((imm) & (1 << 4)) ? 0xFFFF : 0x0000, \ + ((imm) & (1 << 5)) ? 0xFFFF : 0x0000, \ + ((imm) & (1 << 6)) ? 0xFFFF : 0x0000, \ + ((imm) & (1 << 7)) ? 0xFFFF : 0x0000}; \ + uint16x8_t _mask_vec = vld1q_u16(_mask); \ + uint16x8_t _a = vreinterpretq_u16_m128i(a); \ + uint16x8_t _b = vreinterpretq_u16_m128i(b); \ + vreinterpretq_m128i_u16(vbslq_u16(_mask_vec, _b, _a)); \ + }) + +// Blend packed 8-bit integers from a and b using mask, and store the results in +// dst. +// +// FOR j := 0 to 15 +// i := j*8 +// IF mask[i+7] +// dst[i+7:i] := b[i+7:i] +// ELSE +// dst[i+7:i] := a[i+7:i] +// FI +// ENDFOR +FORCE_INLINE __m128i _mm_blendv_epi8(__m128i _a, __m128i _b, __m128i _mask) +{ + // Use a signed shift right to create a mask with the sign bit + uint8x16_t mask = + vreinterpretq_u8_s8(vshrq_n_s8(vreinterpretq_s8_m128i(_mask), 7)); + uint8x16_t a = vreinterpretq_u8_m128i(_a); + uint8x16_t b = vreinterpretq_u8_m128i(_b); + return vreinterpretq_m128i_u8(vbslq_u8(mask, b, a)); +} + +/* Shifts */ + + +// Shift packed 16-bit integers in a right by imm while shifting in sign +// bits, and store the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_srai_epi16 +FORCE_INLINE __m128i _mm_srai_epi16(__m128i a, int imm) +{ + const int count = (imm & ~15) ? 15 : imm; + return (__m128i) vshlq_s16((int16x8_t) a, vdupq_n_s16(-count)); +} + +// Shifts the 8 signed or unsigned 16-bit integers in a left by count bits while +// shifting in zeros. +// +// r0 := a0 << count +// r1 := a1 << count +// ... +// r7 := a7 << count +// +// https://msdn.microsoft.com/en-us/library/es73bcsy(v=vs.90).aspx +#define _mm_slli_epi16(a, imm) \ + __extension__({ \ + __m128i ret; \ + if ((imm) <= 0) { \ + ret = a; \ + } else if ((imm) > 15) { \ + ret = _mm_setzero_si128(); \ + } else { \ + ret = vreinterpretq_m128i_s16( \ + vshlq_n_s16(vreinterpretq_s16_m128i(a), (imm))); \ + } \ + ret; \ + }) + +// Shifts the 4 signed or unsigned 32-bit integers in a left by count bits while +// shifting in zeros. : +// https://msdn.microsoft.com/en-us/library/z2k3bbtb%28v=vs.90%29.aspx +// FORCE_INLINE __m128i _mm_slli_epi32(__m128i a, __constrange(0,255) int imm) +FORCE_INLINE __m128i _mm_slli_epi32(__m128i a, int imm) +{ + if (imm <= 0) /* TODO: add constant range macro: [0, 255] */ + return a; + if (imm > 31) /* TODO: add unlikely macro */ + return _mm_setzero_si128(); + return vreinterpretq_m128i_s32( + vshlq_s32(vreinterpretq_s32_m128i(a), vdupq_n_s32(imm))); +} + +// Shift packed 64-bit integers in a left by imm8 while shifting in zeros, and +// store the results in dst. +FORCE_INLINE __m128i _mm_slli_epi64(__m128i a, int imm) +{ + if (imm <= 0) /* TODO: add constant range macro: [0, 255] */ + return a; + if (imm > 63) /* TODO: add unlikely macro */ + return _mm_setzero_si128(); + return vreinterpretq_m128i_s64( + vshlq_s64(vreinterpretq_s64_m128i(a), vdupq_n_s64(imm))); +} + +// Shift packed 16-bit integers in a right by imm8 while shifting in zeros, and +// store the results in dst. +// +// FOR j := 0 to 7 +// i := j*16 +// IF imm8[7:0] > 15 +// dst[i+15:i] := 0 +// ELSE +// dst[i+15:i] := ZeroExtend16(a[i+15:i] >> imm8[7:0]) +// FI +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_srli_epi16 +#define _mm_srli_epi16(a, imm) \ + __extension__({ \ + __m128i ret; \ + if ((imm) == 0) { \ + ret = a; \ + } else if (0 < (imm) && (imm) < 16) { \ + ret = vreinterpretq_m128i_u16( \ + vshlq_u16(vreinterpretq_u16_m128i(a), vdupq_n_s16(-imm))); \ + } else { \ + ret = _mm_setzero_si128(); \ + } \ + ret; \ + }) + +// Shift packed 32-bit integers in a right by imm8 while shifting in zeros, and +// store the results in dst. +// +// FOR j := 0 to 3 +// i := j*32 +// IF imm8[7:0] > 31 +// dst[i+31:i] := 0 +// ELSE +// dst[i+31:i] := ZeroExtend32(a[i+31:i] >> imm8[7:0]) +// FI +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_srli_epi32 +// FORCE_INLINE __m128i _mm_srli_epi32(__m128i a, __constrange(0,255) int imm) +#define _mm_srli_epi32(a, imm) \ + __extension__({ \ + __m128i ret; \ + if ((imm) == 0) { \ + ret = a; \ + } else if (0 < (imm) && (imm) < 32) { \ + ret = vreinterpretq_m128i_u32( \ + vshlq_u32(vreinterpretq_u32_m128i(a), vdupq_n_s32(-imm))); \ + } else { \ + ret = _mm_setzero_si128(); \ + } \ + ret; \ + }) + +// Shift packed 64-bit integers in a right by imm8 while shifting in zeros, and +// store the results in dst. +// +// FOR j := 0 to 1 +// i := j*64 +// IF imm8[7:0] > 63 +// dst[i+63:i] := 0 +// ELSE +// dst[i+63:i] := ZeroExtend64(a[i+63:i] >> imm8[7:0]) +// FI +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_srli_epi64 +#define _mm_srli_epi64(a, imm) \ + __extension__({ \ + __m128i ret; \ + if ((imm) == 0) { \ + ret = a; \ + } else if (0 < (imm) && (imm) < 64) { \ + ret = vreinterpretq_m128i_u64( \ + vshlq_u64(vreinterpretq_u64_m128i(a), vdupq_n_s64(-imm))); \ + } else { \ + ret = _mm_setzero_si128(); \ + } \ + ret; \ + }) + +// Shift packed 32-bit integers in a right by imm8 while shifting in sign bits, +// and store the results in dst. +// +// FOR j := 0 to 3 +// i := j*32 +// IF imm8[7:0] > 31 +// dst[i+31:i] := (a[i+31] ? 0xFFFFFFFF : 0x0) +// ELSE +// dst[i+31:i] := SignExtend32(a[i+31:i] >> imm8[7:0]) +// FI +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_srai_epi32 +// FORCE_INLINE __m128i _mm_srai_epi32(__m128i a, __constrange(0,255) int imm) +#define _mm_srai_epi32(a, imm) \ + __extension__({ \ + __m128i ret; \ + if ((imm) == 0) { \ + ret = a; \ + } else if (0 < (imm) && (imm) < 32) { \ + ret = vreinterpretq_m128i_s32( \ + vshlq_s32(vreinterpretq_s32_m128i(a), vdupq_n_s32(-imm))); \ + } else { \ + ret = vreinterpretq_m128i_s32( \ + vshrq_n_s32(vreinterpretq_s32_m128i(a), 31)); \ + } \ + ret; \ + }) + +// Shifts the 128 - bit value in a right by imm bytes while shifting in +// zeros.imm must be an immediate. +// +// r := srl(a, imm*8) +// +// https://msdn.microsoft.com/en-us/library/305w28yz(v=vs.100).aspx +// FORCE_INLINE _mm_srli_si128(__m128i a, __constrange(0,255) int imm) +#define _mm_srli_si128(a, imm) \ + __extension__({ \ + __m128i ret; \ + if ((imm) <= 0) { \ + ret = a; \ + } else if ((imm) > 15) { \ + ret = _mm_setzero_si128(); \ + } else { \ + ret = vreinterpretq_m128i_s8( \ + vextq_s8(vreinterpretq_s8_m128i(a), vdupq_n_s8(0), (imm))); \ + } \ + ret; \ + }) + +// Shifts the 128-bit value in a left by imm bytes while shifting in zeros. imm +// must be an immediate. +// +// r := a << (imm * 8) +// +// https://msdn.microsoft.com/en-us/library/34d3k2kt(v=vs.100).aspx +// FORCE_INLINE __m128i _mm_slli_si128(__m128i a, __constrange(0,255) int imm) +#define _mm_slli_si128(a, imm) \ + __extension__({ \ + __m128i ret; \ + if ((imm) <= 0) { \ + ret = a; \ + } else if ((imm) > 15) { \ + ret = _mm_setzero_si128(); \ + } else { \ + ret = vreinterpretq_m128i_s8(vextq_s8( \ + vdupq_n_s8(0), vreinterpretq_s8_m128i(a), 16 - (imm))); \ + } \ + ret; \ + }) + +// Shifts the 8 signed or unsigned 16-bit integers in a left by count bits while +// shifting in zeros. +// +// r0 := a0 << count +// r1 := a1 << count +// ... +// r7 := a7 << count +// +// https://msdn.microsoft.com/en-us/library/c79w388h(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_sll_epi16(__m128i a, __m128i count) +{ + uint64_t c = vreinterpretq_nth_u64_m128i(count, 0); + if (c > 15) + return _mm_setzero_si128(); + + int16x8_t vc = vdupq_n_s16((int16_t) c); + return vreinterpretq_m128i_s16(vshlq_s16(vreinterpretq_s16_m128i(a), vc)); +} + +// Shifts the 4 signed or unsigned 32-bit integers in a left by count bits while +// shifting in zeros. +// +// r0 := a0 << count +// r1 := a1 << count +// r2 := a2 << count +// r3 := a3 << count +// +// https://msdn.microsoft.com/en-us/library/6fe5a6s9(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_sll_epi32(__m128i a, __m128i count) +{ + uint64_t c = vreinterpretq_nth_u64_m128i(count, 0); + if (c > 31) + return _mm_setzero_si128(); + + int32x4_t vc = vdupq_n_s32((int32_t) c); + return vreinterpretq_m128i_s32(vshlq_s32(vreinterpretq_s32_m128i(a), vc)); +} + +// Shifts the 2 signed or unsigned 64-bit integers in a left by count bits while +// shifting in zeros. +// +// r0 := a0 << count +// r1 := a1 << count +// +// https://msdn.microsoft.com/en-us/library/6ta9dffd(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_sll_epi64(__m128i a, __m128i count) +{ + uint64_t c = vreinterpretq_nth_u64_m128i(count, 0); + if (c > 63) + return _mm_setzero_si128(); + + int64x2_t vc = vdupq_n_s64((int64_t) c); + return vreinterpretq_m128i_s64(vshlq_s64(vreinterpretq_s64_m128i(a), vc)); +} + +// Shifts the 8 signed or unsigned 16-bit integers in a right by count bits +// while shifting in zeros. +// +// r0 := srl(a0, count) +// r1 := srl(a1, count) +// ... +// r7 := srl(a7, count) +// +// https://msdn.microsoft.com/en-us/library/wd5ax830(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_srl_epi16(__m128i a, __m128i count) +{ + uint64_t c = vreinterpretq_nth_u64_m128i(count, 0); + if (c > 15) + return _mm_setzero_si128(); + + int16x8_t vc = vdupq_n_s16(-(int16_t) c); + return vreinterpretq_m128i_u16(vshlq_u16(vreinterpretq_u16_m128i(a), vc)); +} + +// Shifts the 4 signed or unsigned 32-bit integers in a right by count bits +// while shifting in zeros. +// +// r0 := srl(a0, count) +// r1 := srl(a1, count) +// r2 := srl(a2, count) +// r3 := srl(a3, count) +// +// https://msdn.microsoft.com/en-us/library/a9cbttf4(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_srl_epi32(__m128i a, __m128i count) +{ + uint64_t c = vreinterpretq_nth_u64_m128i(count, 0); + if (c > 31) + return _mm_setzero_si128(); + + int32x4_t vc = vdupq_n_s32(-(int32_t) c); + return vreinterpretq_m128i_u32(vshlq_u32(vreinterpretq_u32_m128i(a), vc)); +} + +// Shifts the 2 signed or unsigned 64-bit integers in a right by count bits +// while shifting in zeros. +// +// r0 := srl(a0, count) +// r1 := srl(a1, count) +// +// https://msdn.microsoft.com/en-us/library/yf6cf9k8(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_srl_epi64(__m128i a, __m128i count) +{ + uint64_t c = vreinterpretq_nth_u64_m128i(count, 0); + if (c > 63) + return _mm_setzero_si128(); + + int64x2_t vc = vdupq_n_s64(-(int64_t) c); + return vreinterpretq_m128i_u64(vshlq_u64(vreinterpretq_u64_m128i(a), vc)); +} + +// NEON does not provide a version of this function. +// Creates a 16-bit mask from the most significant bits of the 16 signed or +// unsigned 8-bit integers in a and zero extends the upper bits. +// https://msdn.microsoft.com/en-us/library/vstudio/s090c8fk(v=vs.100).aspx +FORCE_INLINE int _mm_movemask_epi8(__m128i a) +{ +#if defined(__aarch64__) + uint8x16_t input = vreinterpretq_u8_m128i(a); + const int8_t ALIGN_STRUCT(16) + xr[16] = {-7, -6, -5, -4, -3, -2, -1, 0, -7, -6, -5, -4, -3, -2, -1, 0}; + const uint8x16_t mask_and = vdupq_n_u8(0x80); + const int8x16_t mask_shift = vld1q_s8(xr); + const uint8x16_t mask_result = + vshlq_u8(vandq_u8(input, mask_and), mask_shift); + uint8x8_t lo = vget_low_u8(mask_result); + uint8x8_t hi = vget_high_u8(mask_result); + + return vaddv_u8(lo) + (vaddv_u8(hi) << 8); +#else + // Use increasingly wide shifts+adds to collect the sign bits + // together. + // Since the widening shifts would be rather confusing to follow in little + // endian, everything will be illustrated in big endian order instead. This + // has a different result - the bits would actually be reversed on a big + // endian machine. + + // Starting input (only half the elements are shown): + // 89 ff 1d c0 00 10 99 33 + uint8x16_t input = vreinterpretq_u8_m128i(a); + + // Shift out everything but the sign bits with an unsigned shift right. + // + // Bytes of the vector:: + // 89 ff 1d c0 00 10 99 33 + // \ \ \ \ \ \ \ \ high_bits = (uint16x4_t)(input >> 7) + // | | | | | | | | + // 01 01 00 01 00 00 01 00 + // + // Bits of first important lane(s): + // 10001001 (89) + // \______ + // | + // 00000001 (01) + uint16x8_t high_bits = vreinterpretq_u16_u8(vshrq_n_u8(input, 7)); + + // Merge the even lanes together with a 16-bit unsigned shift right + add. + // 'xx' represents garbage data which will be ignored in the final result. + // In the important bytes, the add functions like a binary OR. + // + // 01 01 00 01 00 00 01 00 + // \_ | \_ | \_ | \_ | paired16 = (uint32x4_t)(input + (input >> 7)) + // \| \| \| \| + // xx 03 xx 01 xx 00 xx 02 + // + // 00000001 00000001 (01 01) + // \_______ | + // \| + // xxxxxxxx xxxxxx11 (xx 03) + uint32x4_t paired16 = + vreinterpretq_u32_u16(vsraq_n_u16(high_bits, high_bits, 7)); + + // Repeat with a wider 32-bit shift + add. + // xx 03 xx 01 xx 00 xx 02 + // \____ | \____ | paired32 = (uint64x1_t)(paired16 + (paired16 >> + // 14)) + // \| \| + // xx xx xx 0d xx xx xx 02 + // + // 00000011 00000001 (03 01) + // \\_____ || + // '----.\|| + // xxxxxxxx xxxx1101 (xx 0d) + uint64x2_t paired32 = + vreinterpretq_u64_u32(vsraq_n_u32(paired16, paired16, 14)); + + // Last, an even wider 64-bit shift + add to get our result in the low 8 bit + // lanes. xx xx xx 0d xx xx xx 02 + // \_________ | paired64 = (uint8x8_t)(paired32 + (paired32 >> + // 28)) + // \| + // xx xx xx xx xx xx xx d2 + // + // 00001101 00000010 (0d 02) + // \ \___ | | + // '---. \| | + // xxxxxxxx 11010010 (xx d2) + uint8x16_t paired64 = + vreinterpretq_u8_u64(vsraq_n_u64(paired32, paired32, 28)); + + // Extract the low 8 bits from each 64-bit lane with 2 8-bit extracts. + // xx xx xx xx xx xx xx d2 + // || return paired64[0] + // d2 + // Note: Little endian would return the correct value 4b (01001011) instead. + return vgetq_lane_u8(paired64, 0) | ((int) vgetq_lane_u8(paired64, 8) << 8); +#endif +} + +// Copy the lower 64-bit integer in a to dst. +// +// dst[63:0] := a[63:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_movepi64_pi64 +FORCE_INLINE __m64 _mm_movepi64_pi64(__m128i a) +{ + return vreinterpret_m64_s64(vget_low_s64(vreinterpretq_s64_m128i(a))); +} + +// Copy the 64-bit integer a to the lower element of dst, and zero the upper +// element. +// +// dst[63:0] := a[63:0] +// dst[127:64] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_movpi64_epi64 +FORCE_INLINE __m128i _mm_movpi64_epi64(__m64 a) +{ + return vreinterpretq_m128i_s64( + vcombine_s64(vreinterpret_s64_m64(a), vdup_n_s64(0))); +} + +// NEON does not provide this method +// Creates a 4-bit mask from the most significant bits of the four +// single-precision, floating-point values. +// https://msdn.microsoft.com/en-us/library/vstudio/4490ys29(v=vs.100).aspx +FORCE_INLINE int _mm_movemask_ps(__m128 a) +{ + uint32x4_t input = vreinterpretq_u32_m128(a); +#if defined(__aarch64__) + static const int32x4_t shift = {0, 1, 2, 3}; + uint32x4_t tmp = vshrq_n_u32(input, 31); + return vaddvq_u32(vshlq_u32(tmp, shift)); +#else + // Uses the exact same method as _mm_movemask_epi8, see that for details. + // Shift out everything but the sign bits with a 32-bit unsigned shift + // right. + uint64x2_t high_bits = vreinterpretq_u64_u32(vshrq_n_u32(input, 31)); + // Merge the two pairs together with a 64-bit unsigned shift right + add. + uint8x16_t paired = + vreinterpretq_u8_u64(vsraq_n_u64(high_bits, high_bits, 31)); + // Extract the result. + return vgetq_lane_u8(paired, 0) | (vgetq_lane_u8(paired, 8) << 2); +#endif +} + +// Compute the bitwise NOT of a and then AND with a 128-bit vector containing +// all 1's, and return 1 if the result is zero, otherwise return 0. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_test_all_ones +FORCE_INLINE int _mm_test_all_ones(__m128i a) +{ + return (uint64_t)(vgetq_lane_s64(a, 0) & vgetq_lane_s64(a, 1)) == + ~(uint64_t) 0; +} + +// Compute the bitwise AND of 128 bits (representing integer data) in a and +// mask, and return 1 if the result is zero, otherwise return 0. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_test_all_zeros +FORCE_INLINE int _mm_test_all_zeros(__m128i a, __m128i mask) +{ + int64x2_t a_and_mask = + vandq_s64(vreinterpretq_s64_m128i(a), vreinterpretq_s64_m128i(mask)); + return (vgetq_lane_s64(a_and_mask, 0) | vgetq_lane_s64(a_and_mask, 1)) ? 0 + : 1; +} + +/* Math operations */ + +// Subtracts the four single-precision, floating-point values of a and b. +// +// r0 := a0 - b0 +// r1 := a1 - b1 +// r2 := a2 - b2 +// r3 := a3 - b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/1zad2k61(v=vs.100).aspx +FORCE_INLINE __m128 _mm_sub_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_f32( + vsubq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Subtract the lower single-precision (32-bit) floating-point element in b from +// the lower single-precision (32-bit) floating-point element in a, store the +// result in the lower element of dst, and copy the upper 3 packed elements from +// a to the upper elements of dst. +// +// dst[31:0] := a[31:0] - b[31:0] +// dst[127:32] := a[127:32] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sub_ss +FORCE_INLINE __m128 _mm_sub_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_sub_ps(a, b)); +} + +// Subtract 2 packed 64-bit integers in b from 2 packed 64-bit integers in a, +// and store the results in dst. +// r0 := a0 - b0 +// r1 := a1 - b1 +FORCE_INLINE __m128i _mm_sub_epi64(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s64( + vsubq_s64(vreinterpretq_s64_m128i(a), vreinterpretq_s64_m128i(b))); +} + +// Subtracts the 4 signed or unsigned 32-bit integers of b from the 4 signed or +// unsigned 32-bit integers of a. +// +// r0 := a0 - b0 +// r1 := a1 - b1 +// r2 := a2 - b2 +// r3 := a3 - b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/fhh866h0(v=vs.100).aspx +FORCE_INLINE __m128i _mm_sub_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vsubq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +FORCE_INLINE __m128i _mm_sub_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vsubq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +FORCE_INLINE __m128i _mm_sub_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s8( + vsubq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Subtract 64-bit integer b from 64-bit integer a, and store the result in dst. +// +// dst[63:0] := a[63:0] - b[63:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sub_si64 +FORCE_INLINE __m64 _mm_sub_si64(__m64 a, __m64 b) +{ + return vreinterpret_m64_s64( + vsub_s64(vreinterpret_s64_m64(a), vreinterpret_s64_m64(b))); +} + +// Subtracts the 8 unsigned 16-bit integers of bfrom the 8 unsigned 16-bit +// integers of a and saturates.. +// https://technet.microsoft.com/en-us/subscriptions/index/f44y0s19(v=vs.90).aspx +FORCE_INLINE __m128i _mm_subs_epu16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vqsubq_u16(vreinterpretq_u16_m128i(a), vreinterpretq_u16_m128i(b))); +} + +// Subtracts the 16 unsigned 8-bit integers of b from the 16 unsigned 8-bit +// integers of a and saturates. +// +// r0 := UnsignedSaturate(a0 - b0) +// r1 := UnsignedSaturate(a1 - b1) +// ... +// r15 := UnsignedSaturate(a15 - b15) +// +// https://technet.microsoft.com/en-us/subscriptions/yadkxc18(v=vs.90) +FORCE_INLINE __m128i _mm_subs_epu8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vqsubq_u8(vreinterpretq_u8_m128i(a), vreinterpretq_u8_m128i(b))); +} + +// Subtracts the 16 signed 8-bit integers of b from the 16 signed 8-bit integers +// of a and saturates. +// +// r0 := SignedSaturate(a0 - b0) +// r1 := SignedSaturate(a1 - b1) +// ... +// r15 := SignedSaturate(a15 - b15) +// +// https://technet.microsoft.com/en-us/subscriptions/by7kzks1(v=vs.90) +FORCE_INLINE __m128i _mm_subs_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s8( + vqsubq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Subtracts the 8 signed 16-bit integers of b from the 8 signed 16-bit integers +// of a and saturates. +// +// r0 := SignedSaturate(a0 - b0) +// r1 := SignedSaturate(a1 - b1) +// ... +// r7 := SignedSaturate(a7 - b7) +// +// https://technet.microsoft.com/en-us/subscriptions/3247z5b8(v=vs.90) +FORCE_INLINE __m128i _mm_subs_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vqsubq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +FORCE_INLINE __m128i _mm_adds_epu16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vqaddq_u16(vreinterpretq_u16_m128i(a), vreinterpretq_u16_m128i(b))); +} + +// Negate packed 8-bit integers in a when the corresponding signed +// 8-bit integer in b is negative, and store the results in dst. +// Element in dst are zeroed out when the corresponding element +// in b is zero. +// +// for i in 0..15 +// if b[i] < 0 +// r[i] := -a[i] +// else if b[i] == 0 +// r[i] := 0 +// else +// r[i] := a[i] +// fi +// done +FORCE_INLINE __m128i _mm_sign_epi8(__m128i _a, __m128i _b) +{ + int8x16_t a = vreinterpretq_s8_m128i(_a); + int8x16_t b = vreinterpretq_s8_m128i(_b); + + // signed shift right: faster than vclt + // (b < 0) ? 0xFF : 0 + uint8x16_t ltMask = vreinterpretq_u8_s8(vshrq_n_s8(b, 7)); + + // (b == 0) ? 0xFF : 0 +#if defined(__aarch64__) + int8x16_t zeroMask = vreinterpretq_s8_u8(vceqzq_s8(b)); +#else + int8x16_t zeroMask = vreinterpretq_s8_u8(vceqq_s8(b, vdupq_n_s8(0))); +#endif + + // bitwise select either a or nagative 'a' (vnegq_s8(a) return nagative 'a') + // based on ltMask + int8x16_t masked = vbslq_s8(ltMask, vnegq_s8(a), a); + // res = masked & (~zeroMask) + int8x16_t res = vbicq_s8(masked, zeroMask); + + return vreinterpretq_m128i_s8(res); +} + +// Negate packed 16-bit integers in a when the corresponding signed +// 16-bit integer in b is negative, and store the results in dst. +// Element in dst are zeroed out when the corresponding element +// in b is zero. +// +// for i in 0..7 +// if b[i] < 0 +// r[i] := -a[i] +// else if b[i] == 0 +// r[i] := 0 +// else +// r[i] := a[i] +// fi +// done +FORCE_INLINE __m128i _mm_sign_epi16(__m128i _a, __m128i _b) +{ + int16x8_t a = vreinterpretq_s16_m128i(_a); + int16x8_t b = vreinterpretq_s16_m128i(_b); + + // signed shift right: faster than vclt + // (b < 0) ? 0xFFFF : 0 + uint16x8_t ltMask = vreinterpretq_u16_s16(vshrq_n_s16(b, 15)); + // (b == 0) ? 0xFFFF : 0 +#if defined(__aarch64__) + int16x8_t zeroMask = vreinterpretq_s16_u16(vceqzq_s16(b)); +#else + int16x8_t zeroMask = vreinterpretq_s16_u16(vceqq_s16(b, vdupq_n_s16(0))); +#endif + + // bitwise select either a or negative 'a' (vnegq_s16(a) equals to negative + // 'a') based on ltMask + int16x8_t masked = vbslq_s16(ltMask, vnegq_s16(a), a); + // res = masked & (~zeroMask) + int16x8_t res = vbicq_s16(masked, zeroMask); + return vreinterpretq_m128i_s16(res); +} + +// Negate packed 32-bit integers in a when the corresponding signed +// 32-bit integer in b is negative, and store the results in dst. +// Element in dst are zeroed out when the corresponding element +// in b is zero. +// +// for i in 0..3 +// if b[i] < 0 +// r[i] := -a[i] +// else if b[i] == 0 +// r[i] := 0 +// else +// r[i] := a[i] +// fi +// done +FORCE_INLINE __m128i _mm_sign_epi32(__m128i _a, __m128i _b) +{ + int32x4_t a = vreinterpretq_s32_m128i(_a); + int32x4_t b = vreinterpretq_s32_m128i(_b); + + // signed shift right: faster than vclt + // (b < 0) ? 0xFFFFFFFF : 0 + uint32x4_t ltMask = vreinterpretq_u32_s32(vshrq_n_s32(b, 31)); + + // (b == 0) ? 0xFFFFFFFF : 0 +#if defined(__aarch64__) + int32x4_t zeroMask = vreinterpretq_s32_u32(vceqzq_s32(b)); +#else + int32x4_t zeroMask = vreinterpretq_s32_u32(vceqq_s32(b, vdupq_n_s32(0))); +#endif + + // bitwise select either a or negative 'a' (vnegq_s32(a) equals to negative + // 'a') based on ltMask + int32x4_t masked = vbslq_s32(ltMask, vnegq_s32(a), a); + // res = masked & (~zeroMask) + int32x4_t res = vbicq_s32(masked, zeroMask); + return vreinterpretq_m128i_s32(res); +} + +// Negate packed 16-bit integers in a when the corresponding signed 16-bit +// integer in b is negative, and store the results in dst. Element in dst are +// zeroed out when the corresponding element in b is zero. +// +// FOR j := 0 to 3 +// i := j*16 +// IF b[i+15:i] < 0 +// dst[i+15:i] := -(a[i+15:i]) +// ELSE IF b[i+15:i] == 0 +// dst[i+15:i] := 0 +// ELSE +// dst[i+15:i] := a[i+15:i] +// FI +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sign_pi16 +FORCE_INLINE __m64 _mm_sign_pi16(__m64 _a, __m64 _b) +{ + int16x4_t a = vreinterpret_s16_m64(_a); + int16x4_t b = vreinterpret_s16_m64(_b); + + // signed shift right: faster than vclt + // (b < 0) ? 0xFFFF : 0 + uint16x4_t ltMask = vreinterpret_u16_s16(vshr_n_s16(b, 15)); + + // (b == 0) ? 0xFFFF : 0 +#if defined(__aarch64__) + int16x4_t zeroMask = vreinterpret_s16_u16(vceqz_s16(b)); +#else + int16x4_t zeroMask = vreinterpret_s16_u16(vceq_s16(b, vdup_n_s16(0))); +#endif + + // bitwise select either a or nagative 'a' (vneg_s16(a) return nagative 'a') + // based on ltMask + int16x4_t masked = vbsl_s16(ltMask, vneg_s16(a), a); + // res = masked & (~zeroMask) + int16x4_t res = vbic_s16(masked, zeroMask); + + return vreinterpret_m64_s16(res); +} + +// Negate packed 32-bit integers in a when the corresponding signed 32-bit +// integer in b is negative, and store the results in dst. Element in dst are +// zeroed out when the corresponding element in b is zero. +// +// FOR j := 0 to 1 +// i := j*32 +// IF b[i+31:i] < 0 +// dst[i+31:i] := -(a[i+31:i]) +// ELSE IF b[i+31:i] == 0 +// dst[i+31:i] := 0 +// ELSE +// dst[i+31:i] := a[i+31:i] +// FI +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sign_pi32 +FORCE_INLINE __m64 _mm_sign_pi32(__m64 _a, __m64 _b) +{ + int32x2_t a = vreinterpret_s32_m64(_a); + int32x2_t b = vreinterpret_s32_m64(_b); + + // signed shift right: faster than vclt + // (b < 0) ? 0xFFFFFFFF : 0 + uint32x2_t ltMask = vreinterpret_u32_s32(vshr_n_s32(b, 31)); + + // (b == 0) ? 0xFFFFFFFF : 0 +#if defined(__aarch64__) + int32x2_t zeroMask = vreinterpret_s32_u32(vceqz_s32(b)); +#else + int32x2_t zeroMask = vreinterpret_s32_u32(vceq_s32(b, vdup_n_s32(0))); +#endif + + // bitwise select either a or nagative 'a' (vneg_s32(a) return nagative 'a') + // based on ltMask + int32x2_t masked = vbsl_s32(ltMask, vneg_s32(a), a); + // res = masked & (~zeroMask) + int32x2_t res = vbic_s32(masked, zeroMask); + + return vreinterpret_m64_s32(res); +} + +// Negate packed 8-bit integers in a when the corresponding signed 8-bit integer +// in b is negative, and store the results in dst. Element in dst are zeroed out +// when the corresponding element in b is zero. +// +// FOR j := 0 to 7 +// i := j*8 +// IF b[i+7:i] < 0 +// dst[i+7:i] := -(a[i+7:i]) +// ELSE IF b[i+7:i] == 0 +// dst[i+7:i] := 0 +// ELSE +// dst[i+7:i] := a[i+7:i] +// FI +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sign_pi8 +FORCE_INLINE __m64 _mm_sign_pi8(__m64 _a, __m64 _b) +{ + int8x8_t a = vreinterpret_s8_m64(_a); + int8x8_t b = vreinterpret_s8_m64(_b); + + // signed shift right: faster than vclt + // (b < 0) ? 0xFF : 0 + uint8x8_t ltMask = vreinterpret_u8_s8(vshr_n_s8(b, 7)); + + // (b == 0) ? 0xFF : 0 +#if defined(__aarch64__) + int8x8_t zeroMask = vreinterpret_s8_u8(vceqz_s8(b)); +#else + int8x8_t zeroMask = vreinterpret_s8_u8(vceq_s8(b, vdup_n_s8(0))); +#endif + + // bitwise select either a or nagative 'a' (vneg_s8(a) return nagative 'a') + // based on ltMask + int8x8_t masked = vbsl_s8(ltMask, vneg_s8(a), a); + // res = masked & (~zeroMask) + int8x8_t res = vbic_s8(masked, zeroMask); + + return vreinterpret_m64_s8(res); +} + +// Average packed unsigned 16-bit integers in a and b, and store the results in +// dst. +// +// FOR j := 0 to 3 +// i := j*16 +// dst[i+15:i] := (a[i+15:i] + b[i+15:i] + 1) >> 1 +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_avg_pu16 +FORCE_INLINE __m64 _mm_avg_pu16(__m64 a, __m64 b) +{ + return vreinterpret_m64_u16( + vrhadd_u16(vreinterpret_u16_m64(a), vreinterpret_u16_m64(b))); +} + +// Average packed unsigned 8-bit integers in a and b, and store the results in +// dst. +// +// FOR j := 0 to 7 +// i := j*8 +// dst[i+7:i] := (a[i+7:i] + b[i+7:i] + 1) >> 1 +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_avg_pu8 +FORCE_INLINE __m64 _mm_avg_pu8(__m64 a, __m64 b) +{ + return vreinterpret_m64_u8( + vrhadd_u8(vreinterpret_u8_m64(a), vreinterpret_u8_m64(b))); +} + +// Average packed unsigned 8-bit integers in a and b, and store the results in +// dst. +// +// FOR j := 0 to 7 +// i := j*8 +// dst[i+7:i] := (a[i+7:i] + b[i+7:i] + 1) >> 1 +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_m_pavgb +#define _m_pavgb(a, b) _mm_avg_pu8(a, b) + +// Average packed unsigned 16-bit integers in a and b, and store the results in +// dst. +// +// FOR j := 0 to 3 +// i := j*16 +// dst[i+15:i] := (a[i+15:i] + b[i+15:i] + 1) >> 1 +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_m_pavgw +#define _m_pavgw(a, b) _mm_avg_pu16(a, b) + +// Computes the average of the 16 unsigned 8-bit integers in a and the 16 +// unsigned 8-bit integers in b and rounds. +// +// r0 := (a0 + b0) / 2 +// r1 := (a1 + b1) / 2 +// ... +// r15 := (a15 + b15) / 2 +// +// https://msdn.microsoft.com/en-us/library/vstudio/8zwh554a(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_avg_epu8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vrhaddq_u8(vreinterpretq_u8_m128i(a), vreinterpretq_u8_m128i(b))); +} + +// Computes the average of the 8 unsigned 16-bit integers in a and the 8 +// unsigned 16-bit integers in b and rounds. +// +// r0 := (a0 + b0) / 2 +// r1 := (a1 + b1) / 2 +// ... +// r7 := (a7 + b7) / 2 +// +// https://msdn.microsoft.com/en-us/library/vstudio/y13ca3c8(v=vs.90).aspx +FORCE_INLINE __m128i _mm_avg_epu16(__m128i a, __m128i b) +{ + return (__m128i) vrhaddq_u16(vreinterpretq_u16_m128i(a), + vreinterpretq_u16_m128i(b)); +} + +// Adds the four single-precision, floating-point values of a and b. +// +// r0 := a0 + b0 +// r1 := a1 + b1 +// r2 := a2 + b2 +// r3 := a3 + b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/c9848chc(v=vs.100).aspx +FORCE_INLINE __m128 _mm_add_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_f32( + vaddq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Add packed double-precision (64-bit) floating-point elements in a and b, and +// store the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_add_pd +FORCE_INLINE __m128d _mm_add_pd(__m128d a, __m128d b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64( + vaddq_f64(vreinterpretq_f64_m128d(a), vreinterpretq_f64_m128d(b))); +#else + double *da = (double *) &a; + double *db = (double *) &b; + double c[2]; + c[0] = da[0] + db[0]; + c[1] = da[1] + db[1]; + return vld1q_f32((float32_t *) c); +#endif +} + +// Add 64-bit integers a and b, and store the result in dst. +// +// dst[63:0] := a[63:0] + b[63:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_add_si64 +FORCE_INLINE __m64 _mm_add_si64(__m64 a, __m64 b) +{ + return vreinterpret_m64_s64( + vadd_s64(vreinterpret_s64_m64(a), vreinterpret_s64_m64(b))); +} + +// adds the scalar single-precision floating point values of a and b. +// https://msdn.microsoft.com/en-us/library/be94x2y6(v=vs.100).aspx +FORCE_INLINE __m128 _mm_add_ss(__m128 a, __m128 b) +{ + float32_t b0 = vgetq_lane_f32(vreinterpretq_f32_m128(b), 0); + float32x4_t value = vsetq_lane_f32(b0, vdupq_n_f32(0), 0); + // the upper values in the result must be the remnants of . + return vreinterpretq_m128_f32(vaddq_f32(a, value)); +} + +// Adds the 4 signed or unsigned 64-bit integers in a to the 4 signed or +// unsigned 32-bit integers in b. +// https://msdn.microsoft.com/en-us/library/vstudio/09xs4fkk(v=vs.100).aspx +FORCE_INLINE __m128i _mm_add_epi64(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s64( + vaddq_s64(vreinterpretq_s64_m128i(a), vreinterpretq_s64_m128i(b))); +} + +// Adds the 4 signed or unsigned 32-bit integers in a to the 4 signed or +// unsigned 32-bit integers in b. +// +// r0 := a0 + b0 +// r1 := a1 + b1 +// r2 := a2 + b2 +// r3 := a3 + b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/09xs4fkk(v=vs.100).aspx +FORCE_INLINE __m128i _mm_add_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vaddq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Adds the 8 signed or unsigned 16-bit integers in a to the 8 signed or +// unsigned 16-bit integers in b. +// https://msdn.microsoft.com/en-us/library/fceha5k4(v=vs.100).aspx +FORCE_INLINE __m128i _mm_add_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vaddq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +// Adds the 16 signed or unsigned 8-bit integers in a to the 16 signed or +// unsigned 8-bit integers in b. +// https://technet.microsoft.com/en-us/subscriptions/yc7tcyzs(v=vs.90) +FORCE_INLINE __m128i _mm_add_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s8( + vaddq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Adds the 8 signed 16-bit integers in a to the 8 signed 16-bit integers in b +// and saturates. +// +// r0 := SignedSaturate(a0 + b0) +// r1 := SignedSaturate(a1 + b1) +// ... +// r7 := SignedSaturate(a7 + b7) +// +// https://msdn.microsoft.com/en-us/library/1a306ef8(v=vs.100).aspx +FORCE_INLINE __m128i _mm_adds_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vqaddq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +// Add packed signed 8-bit integers in a and b using saturation, and store the +// results in dst. +// +// FOR j := 0 to 15 +// i := j*8 +// dst[i+7:i] := Saturate8( a[i+7:i] + b[i+7:i] ) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_adds_epi8 +FORCE_INLINE __m128i _mm_adds_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s8( + vqaddq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Adds the 16 unsigned 8-bit integers in a to the 16 unsigned 8-bit integers in +// b and saturates.. +// https://msdn.microsoft.com/en-us/library/9hahyddy(v=vs.100).aspx +FORCE_INLINE __m128i _mm_adds_epu8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vqaddq_u8(vreinterpretq_u8_m128i(a), vreinterpretq_u8_m128i(b))); +} + +// Multiplies the 8 signed or unsigned 16-bit integers from a by the 8 signed or +// unsigned 16-bit integers from b. +// +// r0 := (a0 * b0)[15:0] +// r1 := (a1 * b1)[15:0] +// ... +// r7 := (a7 * b7)[15:0] +// +// https://msdn.microsoft.com/en-us/library/vstudio/9ks1472s(v=vs.100).aspx +FORCE_INLINE __m128i _mm_mullo_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vmulq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +// Multiplies the 4 signed or unsigned 32-bit integers from a by the 4 signed or +// unsigned 32-bit integers from b. +// https://msdn.microsoft.com/en-us/library/vstudio/bb531409(v=vs.100).aspx +FORCE_INLINE __m128i _mm_mullo_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vmulq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Multiply the packed unsigned 16-bit integers in a and b, producing +// intermediate 32-bit integers, and store the high 16 bits of the intermediate +// integers in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// tmp[31:0] := a[i+15:i] * b[i+15:i] +// dst[i+15:i] := tmp[31:16] +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_m_pmulhuw +#define _m_pmulhuw(a, b) _mm_mulhi_pu16(a, b) + +// Multiplies the four single-precision, floating-point values of a and b. +// +// r0 := a0 * b0 +// r1 := a1 * b1 +// r2 := a2 * b2 +// r3 := a3 * b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/22kbk6t9(v=vs.100).aspx +FORCE_INLINE __m128 _mm_mul_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_f32( + vmulq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Multiply packed double-precision (64-bit) floating-point elements in a and b, +// and store the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_mul_pd +FORCE_INLINE __m128d _mm_mul_pd(__m128d a, __m128d b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64( + vmulq_f64(vreinterpretq_f64_m128d(a), vreinterpretq_f64_m128d(b))); +#else + double *da = (double *) &a; + double *db = (double *) &b; + double c[2]; + c[0] = da[0] * db[0]; + c[1] = da[1] * db[1]; + return vld1q_f32((float32_t *) c); +#endif +} + +// Multiply the lower single-precision (32-bit) floating-point element in a and +// b, store the result in the lower element of dst, and copy the upper 3 packed +// elements from a to the upper elements of dst. +// +// dst[31:0] := a[31:0] * b[31:0] +// dst[127:32] := a[127:32] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_mul_ss +FORCE_INLINE __m128 _mm_mul_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_mul_ps(a, b)); +} + +// Multiply the low unsigned 32-bit integers from each packed 64-bit element in +// a and b, and store the unsigned 64-bit results in dst. +// +// r0 := (a0 & 0xFFFFFFFF) * (b0 & 0xFFFFFFFF) +// r1 := (a2 & 0xFFFFFFFF) * (b2 & 0xFFFFFFFF) +FORCE_INLINE __m128i _mm_mul_epu32(__m128i a, __m128i b) +{ + // vmull_u32 upcasts instead of masking, so we downcast. + uint32x2_t a_lo = vmovn_u64(vreinterpretq_u64_m128i(a)); + uint32x2_t b_lo = vmovn_u64(vreinterpretq_u64_m128i(b)); + return vreinterpretq_m128i_u64(vmull_u32(a_lo, b_lo)); +} + +// Multiply the low unsigned 32-bit integers from a and b, and store the +// unsigned 64-bit result in dst. +// +// dst[63:0] := a[31:0] * b[31:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_mul_su32 +FORCE_INLINE __m64 _mm_mul_su32(__m64 a, __m64 b) +{ + return vreinterpret_m64_u64(vget_low_u64( + vmull_u32(vreinterpret_u32_m64(a), vreinterpret_u32_m64(b)))); +} + +// Multiply the low signed 32-bit integers from each packed 64-bit element in +// a and b, and store the signed 64-bit results in dst. +// +// r0 := (int64_t)(int32_t)a0 * (int64_t)(int32_t)b0 +// r1 := (int64_t)(int32_t)a2 * (int64_t)(int32_t)b2 +FORCE_INLINE __m128i _mm_mul_epi32(__m128i a, __m128i b) +{ + // vmull_s32 upcasts instead of masking, so we downcast. + int32x2_t a_lo = vmovn_s64(vreinterpretq_s64_m128i(a)); + int32x2_t b_lo = vmovn_s64(vreinterpretq_s64_m128i(b)); + return vreinterpretq_m128i_s64(vmull_s32(a_lo, b_lo)); +} + +// Multiplies the 8 signed 16-bit integers from a by the 8 signed 16-bit +// integers from b. +// +// r0 := (a0 * b0) + (a1 * b1) +// r1 := (a2 * b2) + (a3 * b3) +// r2 := (a4 * b4) + (a5 * b5) +// r3 := (a6 * b6) + (a7 * b7) +// https://msdn.microsoft.com/en-us/library/yht36sa6(v=vs.90).aspx +FORCE_INLINE __m128i _mm_madd_epi16(__m128i a, __m128i b) +{ + int32x4_t low = vmull_s16(vget_low_s16(vreinterpretq_s16_m128i(a)), + vget_low_s16(vreinterpretq_s16_m128i(b))); + int32x4_t high = vmull_s16(vget_high_s16(vreinterpretq_s16_m128i(a)), + vget_high_s16(vreinterpretq_s16_m128i(b))); + + int32x2_t low_sum = vpadd_s32(vget_low_s32(low), vget_high_s32(low)); + int32x2_t high_sum = vpadd_s32(vget_low_s32(high), vget_high_s32(high)); + + return vreinterpretq_m128i_s32(vcombine_s32(low_sum, high_sum)); +} + +// Multiply packed signed 16-bit integers in a and b, producing intermediate +// signed 32-bit integers. Shift right by 15 bits while rounding up, and store +// the packed 16-bit integers in dst. +// +// r0 := Round(((int32_t)a0 * (int32_t)b0) >> 15) +// r1 := Round(((int32_t)a1 * (int32_t)b1) >> 15) +// r2 := Round(((int32_t)a2 * (int32_t)b2) >> 15) +// ... +// r7 := Round(((int32_t)a7 * (int32_t)b7) >> 15) +FORCE_INLINE __m128i _mm_mulhrs_epi16(__m128i a, __m128i b) +{ + // Has issues due to saturation + // return vreinterpretq_m128i_s16(vqrdmulhq_s16(a, b)); + + // Multiply + int32x4_t mul_lo = vmull_s16(vget_low_s16(vreinterpretq_s16_m128i(a)), + vget_low_s16(vreinterpretq_s16_m128i(b))); + int32x4_t mul_hi = vmull_s16(vget_high_s16(vreinterpretq_s16_m128i(a)), + vget_high_s16(vreinterpretq_s16_m128i(b))); + + // Rounding narrowing shift right + // narrow = (int16_t)((mul + 16384) >> 15); + int16x4_t narrow_lo = vrshrn_n_s32(mul_lo, 15); + int16x4_t narrow_hi = vrshrn_n_s32(mul_hi, 15); + + // Join together + return vreinterpretq_m128i_s16(vcombine_s16(narrow_lo, narrow_hi)); +} + +// Vertically multiply each unsigned 8-bit integer from a with the corresponding +// signed 8-bit integer from b, producing intermediate signed 16-bit integers. +// Horizontally add adjacent pairs of intermediate signed 16-bit integers, +// and pack the saturated results in dst. +// +// FOR j := 0 to 7 +// i := j*16 +// dst[i+15:i] := Saturate_To_Int16( a[i+15:i+8]*b[i+15:i+8] + +// a[i+7:i]*b[i+7:i] ) +// ENDFOR +FORCE_INLINE __m128i _mm_maddubs_epi16(__m128i _a, __m128i _b) +{ +#if defined(__aarch64__) + uint8x16_t a = vreinterpretq_u8_m128i(_a); + int8x16_t b = vreinterpretq_s8_m128i(_b); + int16x8_t tl = vmulq_s16(vreinterpretq_s16_u16(vmovl_u8(vget_low_u8(a))), + vmovl_s8(vget_low_s8(b))); + int16x8_t th = vmulq_s16(vreinterpretq_s16_u16(vmovl_u8(vget_high_u8(a))), + vmovl_s8(vget_high_s8(b))); + return vreinterpretq_m128i_s16( + vqaddq_s16(vuzp1q_s16(tl, th), vuzp2q_s16(tl, th))); +#else + // This would be much simpler if x86 would choose to zero extend OR sign + // extend, not both. This could probably be optimized better. + uint16x8_t a = vreinterpretq_u16_m128i(_a); + int16x8_t b = vreinterpretq_s16_m128i(_b); + + // Zero extend a + int16x8_t a_odd = vreinterpretq_s16_u16(vshrq_n_u16(a, 8)); + int16x8_t a_even = vreinterpretq_s16_u16(vbicq_u16(a, vdupq_n_u16(0xff00))); + + // Sign extend by shifting left then shifting right. + int16x8_t b_even = vshrq_n_s16(vshlq_n_s16(b, 8), 8); + int16x8_t b_odd = vshrq_n_s16(b, 8); + + // multiply + int16x8_t prod1 = vmulq_s16(a_even, b_even); + int16x8_t prod2 = vmulq_s16(a_odd, b_odd); + + // saturated add + return vreinterpretq_m128i_s16(vqaddq_s16(prod1, prod2)); +#endif +} + +// Computes the fused multiple add product of 32-bit floating point numbers. +// +// Return Value +// Multiplies A and B, and adds C to the temporary result before returning it. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_fmadd +FORCE_INLINE __m128 _mm_fmadd_ps(__m128 a, __m128 b, __m128 c) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32(vfmaq_f32(vreinterpretq_f32_m128(c), + vreinterpretq_f32_m128(b), + vreinterpretq_f32_m128(a))); +#else + return _mm_add_ps(_mm_mul_ps(a, b), c); +#endif +} + +// Alternatively add and subtract packed single-precision (32-bit) +// floating-point elements in a to/from packed elements in b, and store the +// results in dst. +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=addsub_ps +FORCE_INLINE __m128 _mm_addsub_ps(__m128 a, __m128 b) +{ + __m128 mask = {-1.0f, 1.0f, -1.0f, 1.0f}; + return _mm_fmadd_ps(b, mask, a); +} + +// Compute the absolute differences of packed unsigned 8-bit integers in a and +// b, then horizontally sum each consecutive 8 differences to produce two +// unsigned 16-bit integers, and pack these unsigned 16-bit integers in the low +// 16 bits of 64-bit elements in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sad_epu8 +FORCE_INLINE __m128i _mm_sad_epu8(__m128i a, __m128i b) +{ + uint16x8_t t = vpaddlq_u8(vabdq_u8((uint8x16_t) a, (uint8x16_t) b)); + uint16_t r0 = t[0] + t[1] + t[2] + t[3]; + uint16_t r4 = t[4] + t[5] + t[6] + t[7]; + uint16x8_t r = vsetq_lane_u16(r0, vdupq_n_u16(0), 0); + return (__m128i) vsetq_lane_u16(r4, r, 4); +} + +// Compute the absolute differences of packed unsigned 8-bit integers in a and +// b, then horizontally sum each consecutive 8 differences to produce four +// unsigned 16-bit integers, and pack these unsigned 16-bit integers in the low +// 16 bits of dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sad_pu8 +FORCE_INLINE __m64 _mm_sad_pu8(__m64 a, __m64 b) +{ + uint16x4_t t = + vpaddl_u8(vabd_u8(vreinterpret_u8_m64(a), vreinterpret_u8_m64(b))); + uint16_t r0 = t[0] + t[1] + t[2] + t[3]; + return vreinterpret_m64_u16(vset_lane_u16(r0, vdup_n_u16(0), 0)); +} + +// Compute the absolute differences of packed unsigned 8-bit integers in a and +// b, then horizontally sum each consecutive 8 differences to produce four +// unsigned 16-bit integers, and pack these unsigned 16-bit integers in the low +// 16 bits of dst. +// +// FOR j := 0 to 7 +// i := j*8 +// tmp[i+7:i] := ABS(a[i+7:i] - b[i+7:i]) +// ENDFOR +// dst[15:0] := tmp[7:0] + tmp[15:8] + tmp[23:16] + tmp[31:24] + tmp[39:32] + +// tmp[47:40] + tmp[55:48] + tmp[63:56] dst[63:16] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_m_psadbw +#define _m_psadbw(a, b) _mm_sad_pu8(a, b) + +// Divides the four single-precision, floating-point values of a and b. +// +// r0 := a0 / b0 +// r1 := a1 / b1 +// r2 := a2 / b2 +// r3 := a3 / b3 +// +// https://msdn.microsoft.com/en-us/library/edaw8147(v=vs.100).aspx +FORCE_INLINE __m128 _mm_div_ps(__m128 a, __m128 b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32( + vdivq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +#else + float32x4_t recip0 = vrecpeq_f32(vreinterpretq_f32_m128(b)); + float32x4_t recip1 = + vmulq_f32(recip0, vrecpsq_f32(recip0, vreinterpretq_f32_m128(b))); + return vreinterpretq_m128_f32(vmulq_f32(vreinterpretq_f32_m128(a), recip1)); +#endif +} + +// Divides the scalar single-precision floating point value of a by b. +// https://msdn.microsoft.com/en-us/library/4y73xa49(v=vs.100).aspx +FORCE_INLINE __m128 _mm_div_ss(__m128 a, __m128 b) +{ + float32_t value = + vgetq_lane_f32(vreinterpretq_f32_m128(_mm_div_ps(a, b)), 0); + return vreinterpretq_m128_f32( + vsetq_lane_f32(value, vreinterpretq_f32_m128(a), 0)); +} + +// Compute the approximate reciprocal of packed single-precision (32-bit) +// floating-point elements in a, and store the results in dst. The maximum +// relative error for this approximation is less than 1.5*2^-12. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_rcp_ps +FORCE_INLINE __m128 _mm_rcp_ps(__m128 in) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32( + vdivq_f32(vdupq_n_f32(1.0f), vreinterpretq_f32_m128(in))); +#else + float32x4_t recip = vrecpeq_f32(vreinterpretq_f32_m128(in)); + recip = vmulq_f32(recip, vrecpsq_f32(recip, vreinterpretq_f32_m128(in))); + return vreinterpretq_m128_f32(recip); +#endif +} + +// Compute the approximate reciprocal of the lower single-precision (32-bit) +// floating-point element in a, store the result in the lower element of dst, +// and copy the upper 3 packed elements from a to the upper elements of dst. The +// maximum relative error for this approximation is less than 1.5*2^-12. +// +// dst[31:0] := (1.0 / a[31:0]) +// dst[127:32] := a[127:32] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_rcp_ss +FORCE_INLINE __m128 _mm_rcp_ss(__m128 a) +{ + return _mm_move_ss(a, _mm_rcp_ps(a)); +} + +// Computes the approximations of square roots of the four single-precision, +// floating-point values of a. First computes reciprocal square roots and then +// reciprocals of the four values. +// +// r0 := sqrt(a0) +// r1 := sqrt(a1) +// r2 := sqrt(a2) +// r3 := sqrt(a3) +// +// https://msdn.microsoft.com/en-us/library/vstudio/8z67bwwk(v=vs.100).aspx +FORCE_INLINE __m128 _mm_sqrt_ps(__m128 in) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32(vsqrtq_f32(vreinterpretq_f32_m128(in))); +#else + float32x4_t recipsq = vrsqrteq_f32(vreinterpretq_f32_m128(in)); + float32x4_t sq = vrecpeq_f32(recipsq); + // ??? use step versions of both sqrt and recip for better accuracy? + return vreinterpretq_m128_f32(sq); +#endif +} + +// Computes the approximation of the square root of the scalar single-precision +// floating point value of in. +// https://msdn.microsoft.com/en-us/library/ahfsc22d(v=vs.100).aspx +FORCE_INLINE __m128 _mm_sqrt_ss(__m128 in) +{ + float32_t value = + vgetq_lane_f32(vreinterpretq_f32_m128(_mm_sqrt_ps(in)), 0); + return vreinterpretq_m128_f32( + vsetq_lane_f32(value, vreinterpretq_f32_m128(in), 0)); +} + +// Computes the approximations of the reciprocal square roots of the four +// single-precision floating point values of in. +// https://msdn.microsoft.com/en-us/library/22hfsh53(v=vs.100).aspx +FORCE_INLINE __m128 _mm_rsqrt_ps(__m128 in) +{ + return vreinterpretq_m128_f32(vrsqrteq_f32(vreinterpretq_f32_m128(in))); +} + +// Compute the approximate reciprocal square root of the lower single-precision +// (32-bit) floating-point element in a, store the result in the lower element +// of dst, and copy the upper 3 packed elements from a to the upper elements of +// dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_rsqrt_ss +FORCE_INLINE __m128 _mm_rsqrt_ss(__m128 in) +{ + return vsetq_lane_f32(vgetq_lane_f32(_mm_rsqrt_ps(in), 0), in, 0); +} + +// Compare packed signed 16-bit integers in a and b, and store packed maximum +// values in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// dst[i+15:i] := MAX(a[i+15:i], b[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_pi16 +FORCE_INLINE __m64 _mm_max_pi16(__m64 a, __m64 b) +{ + return vreinterpret_m64_s16( + vmax_s16(vreinterpret_s16_m64(a), vreinterpret_s16_m64(b))); +} + +// Compare packed signed 16-bit integers in a and b, and store packed maximum +// values in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// dst[i+15:i] := MAX(a[i+15:i], b[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_pi16 +#define _m_pmaxsw(a, b) _mm_max_pi16(a, b) + +// Computes the maximums of the four single-precision, floating-point values of +// a and b. +// https://msdn.microsoft.com/en-us/library/vstudio/ff5d607a(v=vs.100).aspx +FORCE_INLINE __m128 _mm_max_ps(__m128 a, __m128 b) +{ +#if SSE2NEON_PRECISE_MINMAX + float32x4_t _a = vreinterpretq_f32_m128(a); + float32x4_t _b = vreinterpretq_f32_m128(b); + return vbslq_f32(vcltq_f32(_b, _a), _a, _b); +#else + return vreinterpretq_m128_f32( + vmaxq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +#endif +} + +// Compare packed unsigned 8-bit integers in a and b, and store packed maximum +// values in dst. +// +// FOR j := 0 to 7 +// i := j*8 +// dst[i+7:i] := MAX(a[i+7:i], b[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_pu8 +FORCE_INLINE __m64 _mm_max_pu8(__m64 a, __m64 b) +{ + return vreinterpret_m64_u8( + vmax_u8(vreinterpret_u8_m64(a), vreinterpret_u8_m64(b))); +} + +// Compare packed unsigned 8-bit integers in a and b, and store packed maximum +// values in dst. +// +// FOR j := 0 to 7 +// i := j*8 +// dst[i+7:i] := MAX(a[i+7:i], b[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_pu8 +#define _m_pmaxub(a, b) _mm_max_pu8(a, b) + +// Compare packed signed 16-bit integers in a and b, and store packed minimum +// values in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// dst[i+15:i] := MIN(a[i+15:i], b[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_min_pi16 +FORCE_INLINE __m64 _mm_min_pi16(__m64 a, __m64 b) +{ + return vreinterpret_m64_s16( + vmin_s16(vreinterpret_s16_m64(a), vreinterpret_s16_m64(b))); +} + +// Compare packed signed 16-bit integers in a and b, and store packed minimum +// values in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// dst[i+15:i] := MIN(a[i+15:i], b[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_min_pi16 +#define _m_pminsw(a, b) _mm_min_pi16(a, b) + +// Computes the minima of the four single-precision, floating-point values of a +// and b. +// https://msdn.microsoft.com/en-us/library/vstudio/wh13kadz(v=vs.100).aspx +FORCE_INLINE __m128 _mm_min_ps(__m128 a, __m128 b) +{ +#if SSE2NEON_PRECISE_MINMAX + float32x4_t _a = vreinterpretq_f32_m128(a); + float32x4_t _b = vreinterpretq_f32_m128(b); + return vbslq_f32(vcltq_f32(_a, _b), _a, _b); +#else + return vreinterpretq_m128_f32( + vminq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +#endif +} + +// Compare packed unsigned 8-bit integers in a and b, and store packed minimum +// values in dst. +// +// FOR j := 0 to 7 +// i := j*8 +// dst[i+7:i] := MIN(a[i+7:i], b[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_min_pu8 +FORCE_INLINE __m64 _mm_min_pu8(__m64 a, __m64 b) +{ + return vreinterpret_m64_u8( + vmin_u8(vreinterpret_u8_m64(a), vreinterpret_u8_m64(b))); +} + +// Compare packed unsigned 8-bit integers in a and b, and store packed minimum +// values in dst. +// +// FOR j := 0 to 7 +// i := j*8 +// dst[i+7:i] := MIN(a[i+7:i], b[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_min_pu8 +#define _m_pminub(a, b) _mm_min_pu8(a, b) + +// Computes the maximum of the two lower scalar single-precision floating point +// values of a and b. +// https://msdn.microsoft.com/en-us/library/s6db5esz(v=vs.100).aspx +FORCE_INLINE __m128 _mm_max_ss(__m128 a, __m128 b) +{ + float32_t value = vgetq_lane_f32(_mm_max_ps(a, b), 0); + return vreinterpretq_m128_f32( + vsetq_lane_f32(value, vreinterpretq_f32_m128(a), 0)); +} + +// Computes the minimum of the two lower scalar single-precision floating point +// values of a and b. +// https://msdn.microsoft.com/en-us/library/0a9y7xaa(v=vs.100).aspx +FORCE_INLINE __m128 _mm_min_ss(__m128 a, __m128 b) +{ + float32_t value = vgetq_lane_f32(_mm_min_ps(a, b), 0); + return vreinterpretq_m128_f32( + vsetq_lane_f32(value, vreinterpretq_f32_m128(a), 0)); +} + +// Computes the pairwise maxima of the 16 unsigned 8-bit integers from a and the +// 16 unsigned 8-bit integers from b. +// https://msdn.microsoft.com/en-us/library/st6634za(v=vs.100).aspx +FORCE_INLINE __m128i _mm_max_epu8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vmaxq_u8(vreinterpretq_u8_m128i(a), vreinterpretq_u8_m128i(b))); +} + +// Computes the pairwise minima of the 16 unsigned 8-bit integers from a and the +// 16 unsigned 8-bit integers from b. +// https://msdn.microsoft.com/ko-kr/library/17k8cf58(v=vs.100).aspxx +FORCE_INLINE __m128i _mm_min_epu8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vminq_u8(vreinterpretq_u8_m128i(a), vreinterpretq_u8_m128i(b))); +} + +// Computes the pairwise minima of the 8 signed 16-bit integers from a and the 8 +// signed 16-bit integers from b. +// https://msdn.microsoft.com/en-us/library/vstudio/6te997ew(v=vs.100).aspx +FORCE_INLINE __m128i _mm_min_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vminq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +// Compare packed signed 8-bit integers in a and b, and store packed maximum +// values in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_epi8 +FORCE_INLINE __m128i _mm_max_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s8( + vmaxq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Compare packed unsigned 16-bit integers in a and b, and store packed maximum +// values in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_epu16 +FORCE_INLINE __m128i _mm_max_epu16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vmaxq_u16(vreinterpretq_u16_m128i(a), vreinterpretq_u16_m128i(b))); +} + +// Compare packed signed 8-bit integers in a and b, and store packed minimum +// values in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_min_epi8 +FORCE_INLINE __m128i _mm_min_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s8( + vminq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Compare packed unsigned 16-bit integers in a and b, and store packed minimum +// values in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_min_epu16 +FORCE_INLINE __m128i _mm_min_epu16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vminq_u16(vreinterpretq_u16_m128i(a), vreinterpretq_u16_m128i(b))); +} + +// Computes the pairwise maxima of the 8 signed 16-bit integers from a and the 8 +// signed 16-bit integers from b. +// https://msdn.microsoft.com/en-us/LIBRary/3x060h7c(v=vs.100).aspx +FORCE_INLINE __m128i _mm_max_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vmaxq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +// epi versions of min/max +// Computes the pariwise maximums of the four signed 32-bit integer values of a +// and b. +// +// A 128-bit parameter that can be defined with the following equations: +// r0 := (a0 > b0) ? a0 : b0 +// r1 := (a1 > b1) ? a1 : b1 +// r2 := (a2 > b2) ? a2 : b2 +// r3 := (a3 > b3) ? a3 : b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/bb514055(v=vs.100).aspx +FORCE_INLINE __m128i _mm_max_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vmaxq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Computes the pariwise minima of the four signed 32-bit integer values of a +// and b. +// +// A 128-bit parameter that can be defined with the following equations: +// r0 := (a0 < b0) ? a0 : b0 +// r1 := (a1 < b1) ? a1 : b1 +// r2 := (a2 < b2) ? a2 : b2 +// r3 := (a3 < b3) ? a3 : b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/bb531476(v=vs.100).aspx +FORCE_INLINE __m128i _mm_min_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vminq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Compare packed unsigned 32-bit integers in a and b, and store packed maximum +// values in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_epu32 +FORCE_INLINE __m128i _mm_max_epu32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u32( + vmaxq_u32(vreinterpretq_u32_m128i(a), vreinterpretq_u32_m128i(b))); +} + +// Compare packed unsigned 32-bit integers in a and b, and store packed minimum +// values in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_epu32 +FORCE_INLINE __m128i _mm_min_epu32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u32( + vminq_u32(vreinterpretq_u32_m128i(a), vreinterpretq_u32_m128i(b))); +} + +// Multiply the packed unsigned 16-bit integers in a and b, producing +// intermediate 32-bit integers, and store the high 16 bits of the intermediate +// integers in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_mulhi_pu16 +FORCE_INLINE __m64 _mm_mulhi_pu16(__m64 a, __m64 b) +{ + return vreinterpret_m64_u16(vshrn_n_u32( + vmull_u16(vreinterpret_u16_m64(a), vreinterpret_u16_m64(b)), 16)); +} + +// Multiplies the 8 signed 16-bit integers from a by the 8 signed 16-bit +// integers from b. +// +// r0 := (a0 * b0)[31:16] +// r1 := (a1 * b1)[31:16] +// ... +// r7 := (a7 * b7)[31:16] +// +// https://msdn.microsoft.com/en-us/library/vstudio/59hddw1d(v=vs.100).aspx +FORCE_INLINE __m128i _mm_mulhi_epi16(__m128i a, __m128i b) +{ + /* FIXME: issue with large values because of result saturation */ + // int16x8_t ret = vqdmulhq_s16(vreinterpretq_s16_m128i(a), + // vreinterpretq_s16_m128i(b)); /* =2*a*b */ return + // vreinterpretq_m128i_s16(vshrq_n_s16(ret, 1)); + int16x4_t a3210 = vget_low_s16(vreinterpretq_s16_m128i(a)); + int16x4_t b3210 = vget_low_s16(vreinterpretq_s16_m128i(b)); + int32x4_t ab3210 = vmull_s16(a3210, b3210); /* 3333222211110000 */ + int16x4_t a7654 = vget_high_s16(vreinterpretq_s16_m128i(a)); + int16x4_t b7654 = vget_high_s16(vreinterpretq_s16_m128i(b)); + int32x4_t ab7654 = vmull_s16(a7654, b7654); /* 7777666655554444 */ + uint16x8x2_t r = + vuzpq_u16(vreinterpretq_u16_s32(ab3210), vreinterpretq_u16_s32(ab7654)); + return vreinterpretq_m128i_u16(r.val[1]); +} + +// Multiply the packed unsigned 16-bit integers in a and b, producing +// intermediate 32-bit integers, and store the high 16 bits of the intermediate +// integers in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_mulhi_epu16 +FORCE_INLINE __m128i _mm_mulhi_epu16(__m128i a, __m128i b) +{ + uint16x4_t a3210 = vget_low_u16(vreinterpretq_u16_m128i(a)); + uint16x4_t b3210 = vget_low_u16(vreinterpretq_u16_m128i(b)); + uint32x4_t ab3210 = vmull_u16(a3210, b3210); +#if defined(__aarch64__) + uint32x4_t ab7654 = + vmull_high_u16(vreinterpretq_u16_m128i(a), vreinterpretq_u16_m128i(b)); + uint16x8_t r = vuzp2q_u16(vreinterpretq_u16_u32(ab3210), + vreinterpretq_u16_u32(ab7654)); + return vreinterpretq_m128i_u16(r); +#else + uint16x4_t a7654 = vget_high_u16(vreinterpretq_u16_m128i(a)); + uint16x4_t b7654 = vget_high_u16(vreinterpretq_u16_m128i(b)); + uint32x4_t ab7654 = vmull_u16(a7654, b7654); + uint16x8x2_t r = + vuzpq_u16(vreinterpretq_u16_u32(ab3210), vreinterpretq_u16_u32(ab7654)); + return vreinterpretq_m128i_u16(r.val[1]); +#endif +} + +// Computes pairwise add of each argument as single-precision, floating-point +// values a and b. +// https://msdn.microsoft.com/en-us/library/yd9wecaa.aspx +FORCE_INLINE __m128 _mm_hadd_ps(__m128 a, __m128 b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32( + vpaddq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +#else + float32x2_t a10 = vget_low_f32(vreinterpretq_f32_m128(a)); + float32x2_t a32 = vget_high_f32(vreinterpretq_f32_m128(a)); + float32x2_t b10 = vget_low_f32(vreinterpretq_f32_m128(b)); + float32x2_t b32 = vget_high_f32(vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_f32( + vcombine_f32(vpadd_f32(a10, a32), vpadd_f32(b10, b32))); +#endif +} + +// Computes pairwise add of each argument as a 16-bit signed or unsigned integer +// values a and b. +FORCE_INLINE __m128i _mm_hadd_epi16(__m128i _a, __m128i _b) +{ + int16x8_t a = vreinterpretq_s16_m128i(_a); + int16x8_t b = vreinterpretq_s16_m128i(_b); +#if defined(__aarch64__) + return vreinterpretq_m128i_s16(vpaddq_s16(a, b)); +#else + return vreinterpretq_m128i_s16( + vcombine_s16(vpadd_s16(vget_low_s16(a), vget_high_s16(a)), + vpadd_s16(vget_low_s16(b), vget_high_s16(b)))); +#endif +} + +// Horizontally substract adjacent pairs of single-precision (32-bit) +// floating-point elements in a and b, and pack the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_hsub_ps +FORCE_INLINE __m128 _mm_hsub_ps(__m128 _a, __m128 _b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32(vsubq_f32( + vuzp1q_f32(vreinterpretq_f32_m128(_a), vreinterpretq_f32_m128(_b)), + vuzp2q_f32(vreinterpretq_f32_m128(_a), vreinterpretq_f32_m128(_b)))); +#else + float32x4x2_t c = + vuzpq_f32(vreinterpretq_f32_m128(_a), vreinterpretq_f32_m128(_b)); + return vreinterpretq_m128_f32(vsubq_f32(c.val[0], c.val[1])); +#endif +} + +// Horizontally add adjacent pairs of 16-bit integers in a and b, and pack the +// signed 16-bit results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_hadd_pi16 +FORCE_INLINE __m64 _mm_hadd_pi16(__m64 a, __m64 b) +{ + return vreinterpret_m64_s16( + vpadd_s16(vreinterpret_s16_m64(a), vreinterpret_s16_m64(b))); +} + +// Horizontally add adjacent pairs of 32-bit integers in a and b, and pack the +// signed 32-bit results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_hadd_pi32 +FORCE_INLINE __m64 _mm_hadd_pi32(__m64 a, __m64 b) +{ + return vreinterpret_m64_s32( + vpadd_s32(vreinterpret_s32_m64(a), vreinterpret_s32_m64(b))); +} + +// Computes pairwise difference of each argument as a 16-bit signed or unsigned +// integer values a and b. +FORCE_INLINE __m128i _mm_hsub_epi16(__m128i _a, __m128i _b) +{ + int32x4_t a = vreinterpretq_s32_m128i(_a); + int32x4_t b = vreinterpretq_s32_m128i(_b); + // Interleave using vshrn/vmovn + // [a0|a2|a4|a6|b0|b2|b4|b6] + // [a1|a3|a5|a7|b1|b3|b5|b7] + int16x8_t ab0246 = vcombine_s16(vmovn_s32(a), vmovn_s32(b)); + int16x8_t ab1357 = vcombine_s16(vshrn_n_s32(a, 16), vshrn_n_s32(b, 16)); + // Subtract + return vreinterpretq_m128i_s16(vsubq_s16(ab0246, ab1357)); +} + +// Computes saturated pairwise sub of each argument as a 16-bit signed +// integer values a and b. +FORCE_INLINE __m128i _mm_hadds_epi16(__m128i _a, __m128i _b) +{ +#if defined(__aarch64__) + int16x8_t a = vreinterpretq_s16_m128i(_a); + int16x8_t b = vreinterpretq_s16_m128i(_b); + return vreinterpretq_s64_s16( + vqaddq_s16(vuzp1q_s16(a, b), vuzp2q_s16(a, b))); +#else + int32x4_t a = vreinterpretq_s32_m128i(_a); + int32x4_t b = vreinterpretq_s32_m128i(_b); + // Interleave using vshrn/vmovn + // [a0|a2|a4|a6|b0|b2|b4|b6] + // [a1|a3|a5|a7|b1|b3|b5|b7] + int16x8_t ab0246 = vcombine_s16(vmovn_s32(a), vmovn_s32(b)); + int16x8_t ab1357 = vcombine_s16(vshrn_n_s32(a, 16), vshrn_n_s32(b, 16)); + // Saturated add + return vreinterpretq_m128i_s16(vqaddq_s16(ab0246, ab1357)); +#endif +} + +// Computes saturated pairwise difference of each argument as a 16-bit signed +// integer values a and b. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_hsubs_epi16 +FORCE_INLINE __m128i _mm_hsubs_epi16(__m128i _a, __m128i _b) +{ +#if defined(__aarch64__) + int16x8_t a = vreinterpretq_s16_m128i(_a); + int16x8_t b = vreinterpretq_s16_m128i(_b); + return vreinterpretq_s64_s16( + vqsubq_s16(vuzp1q_s16(a, b), vuzp2q_s16(a, b))); +#else + int32x4_t a = vreinterpretq_s32_m128i(_a); + int32x4_t b = vreinterpretq_s32_m128i(_b); + // Interleave using vshrn/vmovn + // [a0|a2|a4|a6|b0|b2|b4|b6] + // [a1|a3|a5|a7|b1|b3|b5|b7] + int16x8_t ab0246 = vcombine_s16(vmovn_s32(a), vmovn_s32(b)); + int16x8_t ab1357 = vcombine_s16(vshrn_n_s32(a, 16), vshrn_n_s32(b, 16)); + // Saturated subtract + return vreinterpretq_m128i_s16(vqsubq_s16(ab0246, ab1357)); +#endif +} + +// Computes pairwise add of each argument as a 32-bit signed or unsigned integer +// values a and b. +FORCE_INLINE __m128i _mm_hadd_epi32(__m128i _a, __m128i _b) +{ + int32x4_t a = vreinterpretq_s32_m128i(_a); + int32x4_t b = vreinterpretq_s32_m128i(_b); + return vreinterpretq_m128i_s32( + vcombine_s32(vpadd_s32(vget_low_s32(a), vget_high_s32(a)), + vpadd_s32(vget_low_s32(b), vget_high_s32(b)))); +} + +// Computes pairwise difference of each argument as a 32-bit signed or unsigned +// integer values a and b. +FORCE_INLINE __m128i _mm_hsub_epi32(__m128i _a, __m128i _b) +{ + int64x2_t a = vreinterpretq_s64_m128i(_a); + int64x2_t b = vreinterpretq_s64_m128i(_b); + // Interleave using vshrn/vmovn + // [a0|a2|b0|b2] + // [a1|a2|b1|b3] + int32x4_t ab02 = vcombine_s32(vmovn_s64(a), vmovn_s64(b)); + int32x4_t ab13 = vcombine_s32(vshrn_n_s64(a, 32), vshrn_n_s64(b, 32)); + // Subtract + return vreinterpretq_m128i_s32(vsubq_s32(ab02, ab13)); +} + +// Kahan summation for accurate summation of floating-point numbers. +// http://blog.zachbjornson.com/2019/08/11/fast-float-summation.html +FORCE_INLINE void sse2neon_kadd_f32(float *sum, float *c, float y) +{ + y -= *c; + float t = *sum + y; + *c = (t - *sum) - y; + *sum = t; +} + +// Conditionally multiply the packed single-precision (32-bit) floating-point +// elements in a and b using the high 4 bits in imm8, sum the four products, +// and conditionally store the sum in dst using the low 4 bits of imm. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_dp_ps +FORCE_INLINE __m128 _mm_dp_ps(__m128 a, __m128 b, const int imm) +{ +#if defined(__aarch64__) + /* shortcuts */ + if (imm == 0xFF) { + return _mm_set1_ps(vaddvq_f32(_mm_mul_ps(a, b))); + } + if (imm == 0x7F) { + float32x4_t m = _mm_mul_ps(a, b); + m[3] = 0; + return _mm_set1_ps(vaddvq_f32(m)); + } +#endif + + float s = 0, c = 0; + float32x4_t f32a = vreinterpretq_f32_m128(a); + float32x4_t f32b = vreinterpretq_f32_m128(b); + + /* To improve the accuracy of floating-point summation, Kahan algorithm + * is used for each operation. + */ + if (imm & (1 << 4)) + sse2neon_kadd_f32(&s, &c, f32a[0] * f32b[0]); + if (imm & (1 << 5)) + sse2neon_kadd_f32(&s, &c, f32a[1] * f32b[1]); + if (imm & (1 << 6)) + sse2neon_kadd_f32(&s, &c, f32a[2] * f32b[2]); + if (imm & (1 << 7)) + sse2neon_kadd_f32(&s, &c, f32a[3] * f32b[3]); + s += c; + + float32x4_t res = { + (imm & 0x1) ? s : 0, + (imm & 0x2) ? s : 0, + (imm & 0x4) ? s : 0, + (imm & 0x8) ? s : 0, + }; + return vreinterpretq_m128_f32(res); +} + +/* Compare operations */ + +// Compares for less than +// https://msdn.microsoft.com/en-us/library/vstudio/f330yhc8(v=vs.100).aspx +FORCE_INLINE __m128 _mm_cmplt_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_u32( + vcltq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Compares for less than +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/fy94wye7(v=vs.100) +FORCE_INLINE __m128 _mm_cmplt_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmplt_ps(a, b)); +} + +// Compares for greater than. +// +// r0 := (a0 > b0) ? 0xffffffff : 0x0 +// r1 := (a1 > b1) ? 0xffffffff : 0x0 +// r2 := (a2 > b2) ? 0xffffffff : 0x0 +// r3 := (a3 > b3) ? 0xffffffff : 0x0 +// +// https://msdn.microsoft.com/en-us/library/vstudio/11dy102s(v=vs.100).aspx +FORCE_INLINE __m128 _mm_cmpgt_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_u32( + vcgtq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Compares for greater than. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/1xyyyy9e(v=vs.100) +FORCE_INLINE __m128 _mm_cmpgt_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmpgt_ps(a, b)); +} + +// Compares for greater than or equal. +// https://msdn.microsoft.com/en-us/library/vstudio/fs813y2t(v=vs.100).aspx +FORCE_INLINE __m128 _mm_cmpge_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_u32( + vcgeq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Compares for greater than or equal. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/kesh3ddc(v=vs.100) +FORCE_INLINE __m128 _mm_cmpge_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmpge_ps(a, b)); +} + +// Compares for less than or equal. +// +// r0 := (a0 <= b0) ? 0xffffffff : 0x0 +// r1 := (a1 <= b1) ? 0xffffffff : 0x0 +// r2 := (a2 <= b2) ? 0xffffffff : 0x0 +// r3 := (a3 <= b3) ? 0xffffffff : 0x0 +// +// https://msdn.microsoft.com/en-us/library/vstudio/1s75w83z(v=vs.100).aspx +FORCE_INLINE __m128 _mm_cmple_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_u32( + vcleq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Compares for less than or equal. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/a7x0hbhw(v=vs.100) +FORCE_INLINE __m128 _mm_cmple_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmple_ps(a, b)); +} + +// Compares for equality. +// https://msdn.microsoft.com/en-us/library/vstudio/36aectz5(v=vs.100).aspx +FORCE_INLINE __m128 _mm_cmpeq_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_u32( + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Compares for equality. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/k423z28e(v=vs.100) +FORCE_INLINE __m128 _mm_cmpeq_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmpeq_ps(a, b)); +} + +// Compares for inequality. +// https://msdn.microsoft.com/en-us/library/sf44thbx(v=vs.100).aspx +FORCE_INLINE __m128 _mm_cmpneq_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_u32(vmvnq_u32( + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b)))); +} + +// Compares for inequality. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/ekya8fh4(v=vs.100) +FORCE_INLINE __m128 _mm_cmpneq_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmpneq_ps(a, b)); +} + +// Compares for not greater than or equal. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/wsexys62(v=vs.100) +FORCE_INLINE __m128 _mm_cmpnge_ps(__m128 a, __m128 b) +{ + return _mm_cmplt_ps(a, b); +} + +// Compares for not greater than or equal. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/fk2y80s8(v=vs.100) +FORCE_INLINE __m128 _mm_cmpnge_ss(__m128 a, __m128 b) +{ + return _mm_cmplt_ss(a, b); +} + +// Compares for not greater than. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/d0xh7w0s(v=vs.100) +FORCE_INLINE __m128 _mm_cmpngt_ps(__m128 a, __m128 b) +{ + return _mm_cmple_ps(a, b); +} + +// Compares for not greater than. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/z7x9ydwh(v=vs.100) +FORCE_INLINE __m128 _mm_cmpngt_ss(__m128 a, __m128 b) +{ + return _mm_cmple_ss(a, b); +} + +// Compares for not less than or equal. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/6a330kxw(v=vs.100) +FORCE_INLINE __m128 _mm_cmpnle_ps(__m128 a, __m128 b) +{ + return _mm_cmpgt_ps(a, b); +} + +// Compares for not less than or equal. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/z7x9ydwh(v=vs.100) +FORCE_INLINE __m128 _mm_cmpnle_ss(__m128 a, __m128 b) +{ + return _mm_cmpgt_ss(a, b); +} + +// Compares for not less than. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/4686bbdw(v=vs.100) +FORCE_INLINE __m128 _mm_cmpnlt_ps(__m128 a, __m128 b) +{ + return _mm_cmpge_ps(a, b); +} + +// Compares for not less than. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/56b9z2wf(v=vs.100) +FORCE_INLINE __m128 _mm_cmpnlt_ss(__m128 a, __m128 b) +{ + return _mm_cmpge_ss(a, b); +} + +// Compares the 16 signed or unsigned 8-bit integers in a and the 16 signed or +// unsigned 8-bit integers in b for equality. +// https://msdn.microsoft.com/en-us/library/windows/desktop/bz5xk21a(v=vs.90).aspx +FORCE_INLINE __m128i _mm_cmpeq_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vceqq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Compares the 8 signed or unsigned 16-bit integers in a and the 8 signed or +// unsigned 16-bit integers in b for equality. +// https://msdn.microsoft.com/en-us/library/2ay060te(v=vs.100).aspx +FORCE_INLINE __m128i _mm_cmpeq_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vceqq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +// Compare packed 32-bit integers in a and b for equality, and store the results +// in dst +FORCE_INLINE __m128i _mm_cmpeq_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u32( + vceqq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Compare packed 64-bit integers in a and b for equality, and store the results +// in dst +FORCE_INLINE __m128i _mm_cmpeq_epi64(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_u64( + vceqq_u64(vreinterpretq_u64_m128i(a), vreinterpretq_u64_m128i(b))); +#else + // ARMv7 lacks vceqq_u64 + // (a == b) -> (a_lo == b_lo) && (a_hi == b_hi) + uint32x4_t cmp = + vceqq_u32(vreinterpretq_u32_m128i(a), vreinterpretq_u32_m128i(b)); + uint32x4_t swapped = vrev64q_u32(cmp); + return vreinterpretq_m128i_u32(vandq_u32(cmp, swapped)); +#endif +} + +// Compares the 16 signed 8-bit integers in a and the 16 signed 8-bit integers +// in b for lesser than. +// https://msdn.microsoft.com/en-us/library/windows/desktop/9s46csht(v=vs.90).aspx +FORCE_INLINE __m128i _mm_cmplt_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vcltq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Compares the 16 signed 8-bit integers in a and the 16 signed 8-bit integers +// in b for greater than. +// +// r0 := (a0 > b0) ? 0xff : 0x0 +// r1 := (a1 > b1) ? 0xff : 0x0 +// ... +// r15 := (a15 > b15) ? 0xff : 0x0 +// +// https://msdn.microsoft.com/zh-tw/library/wf45zt2b(v=vs.100).aspx +FORCE_INLINE __m128i _mm_cmpgt_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vcgtq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Compares the 8 signed 16-bit integers in a and the 8 signed 16-bit integers +// in b for less than. +// +// r0 := (a0 < b0) ? 0xffff : 0x0 +// r1 := (a1 < b1) ? 0xffff : 0x0 +// ... +// r7 := (a7 < b7) ? 0xffff : 0x0 +// +// https://technet.microsoft.com/en-us/library/t863edb2(v=vs.100).aspx +FORCE_INLINE __m128i _mm_cmplt_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vcltq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +// Compares the 8 signed 16-bit integers in a and the 8 signed 16-bit integers +// in b for greater than. +// +// r0 := (a0 > b0) ? 0xffff : 0x0 +// r1 := (a1 > b1) ? 0xffff : 0x0 +// ... +// r7 := (a7 > b7) ? 0xffff : 0x0 +// +// https://technet.microsoft.com/en-us/library/xd43yfsa(v=vs.100).aspx +FORCE_INLINE __m128i _mm_cmpgt_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vcgtq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + + +// Compares the 4 signed 32-bit integers in a and the 4 signed 32-bit integers +// in b for less than. +// https://msdn.microsoft.com/en-us/library/vstudio/4ak0bf5d(v=vs.100).aspx +FORCE_INLINE __m128i _mm_cmplt_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u32( + vcltq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Compares the 4 signed 32-bit integers in a and the 4 signed 32-bit integers +// in b for greater than. +// https://msdn.microsoft.com/en-us/library/vstudio/1s9f2z0y(v=vs.100).aspx +FORCE_INLINE __m128i _mm_cmpgt_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u32( + vcgtq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Compares the 2 signed 64-bit integers in a and the 2 signed 64-bit integers +// in b for greater than. +FORCE_INLINE __m128i _mm_cmpgt_epi64(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_u64( + vcgtq_s64(vreinterpretq_s64_m128i(a), vreinterpretq_s64_m128i(b))); +#else + // ARMv7 lacks vcgtq_s64. + // This is based off of Clang's SSE2 polyfill: + // (a > b) -> ((a_hi > b_hi) || (a_lo > b_lo && a_hi == b_hi)) + + // Mask the sign bit out since we need a signed AND an unsigned comparison + // and it is ugly to try and split them. + int32x4_t mask = vreinterpretq_s32_s64(vdupq_n_s64(0x80000000ull)); + int32x4_t a_mask = veorq_s32(vreinterpretq_s32_m128i(a), mask); + int32x4_t b_mask = veorq_s32(vreinterpretq_s32_m128i(b), mask); + // Check if a > b + int64x2_t greater = vreinterpretq_s64_u32(vcgtq_s32(a_mask, b_mask)); + // Copy upper mask to lower mask + // a_hi > b_hi + int64x2_t gt_hi = vshrq_n_s64(greater, 63); + // Copy lower mask to upper mask + // a_lo > b_lo + int64x2_t gt_lo = vsliq_n_s64(greater, greater, 32); + // Compare for equality + int64x2_t equal = vreinterpretq_s64_u32(vceqq_s32(a_mask, b_mask)); + // Copy upper mask to lower mask + // a_hi == b_hi + int64x2_t eq_hi = vshrq_n_s64(equal, 63); + // a_hi > b_hi || (a_lo > b_lo && a_hi == b_hi) + int64x2_t ret = vorrq_s64(gt_hi, vandq_s64(gt_lo, eq_hi)); + return vreinterpretq_m128i_s64(ret); +#endif +} + +// Compares the four 32-bit floats in a and b to check if any values are NaN. +// Ordered compare between each value returns true for "orderable" and false for +// "not orderable" (NaN). +// https://msdn.microsoft.com/en-us/library/vstudio/0h9w00fx(v=vs.100).aspx see +// also: +// http://stackoverflow.com/questions/8627331/what-does-ordered-unordered-comparison-mean +// http://stackoverflow.com/questions/29349621/neon-isnanval-intrinsics +FORCE_INLINE __m128 _mm_cmpord_ps(__m128 a, __m128 b) +{ + // Note: NEON does not have ordered compare builtin + // Need to compare a eq a and b eq b to check for NaN + // Do AND of results to get final + uint32x4_t ceqaa = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t ceqbb = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_u32(vandq_u32(ceqaa, ceqbb)); +} + +// Compares for ordered. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/343t62da(v=vs.100) +FORCE_INLINE __m128 _mm_cmpord_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmpord_ps(a, b)); +} + +// Compares for unordered. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/khy6fk1t(v=vs.100) +FORCE_INLINE __m128 _mm_cmpunord_ps(__m128 a, __m128 b) +{ + uint32x4_t f32a = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t f32b = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_u32(vmvnq_u32(vandq_u32(f32a, f32b))); +} + +// Compares for unordered. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/2as2387b(v=vs.100) +FORCE_INLINE __m128 _mm_cmpunord_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmpunord_ps(a, b)); +} + +// Compares the lower single-precision floating point scalar values of a and b +// using a less than operation. : +// https://msdn.microsoft.com/en-us/library/2kwe606b(v=vs.90).aspx Important +// note!! The documentation on MSDN is incorrect! If either of the values is a +// NAN the docs say you will get a one, but in fact, it will return a zero!! +FORCE_INLINE int _mm_comilt_ss(__m128 a, __m128 b) +{ + uint32x4_t a_not_nan = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t b_not_nan = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + uint32x4_t a_and_b_not_nan = vandq_u32(a_not_nan, b_not_nan); + uint32x4_t a_lt_b = + vcltq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b)); + return (vgetq_lane_u32(vandq_u32(a_and_b_not_nan, a_lt_b), 0) != 0) ? 1 : 0; +} + +// Compares the lower single-precision floating point scalar values of a and b +// using a greater than operation. : +// https://msdn.microsoft.com/en-us/library/b0738e0t(v=vs.100).aspx +FORCE_INLINE int _mm_comigt_ss(__m128 a, __m128 b) +{ + // return vgetq_lane_u32(vcgtq_f32(vreinterpretq_f32_m128(a), + // vreinterpretq_f32_m128(b)), 0); + uint32x4_t a_not_nan = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t b_not_nan = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + uint32x4_t a_and_b_not_nan = vandq_u32(a_not_nan, b_not_nan); + uint32x4_t a_gt_b = + vcgtq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b)); + return (vgetq_lane_u32(vandq_u32(a_and_b_not_nan, a_gt_b), 0) != 0) ? 1 : 0; +} + +// Compares the lower single-precision floating point scalar values of a and b +// using a less than or equal operation. : +// https://msdn.microsoft.com/en-us/library/1w4t7c57(v=vs.90).aspx +FORCE_INLINE int _mm_comile_ss(__m128 a, __m128 b) +{ + // return vgetq_lane_u32(vcleq_f32(vreinterpretq_f32_m128(a), + // vreinterpretq_f32_m128(b)), 0); + uint32x4_t a_not_nan = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t b_not_nan = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + uint32x4_t a_and_b_not_nan = vandq_u32(a_not_nan, b_not_nan); + uint32x4_t a_le_b = + vcleq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b)); + return (vgetq_lane_u32(vandq_u32(a_and_b_not_nan, a_le_b), 0) != 0) ? 1 : 0; +} + +// Compares the lower single-precision floating point scalar values of a and b +// using a greater than or equal operation. : +// https://msdn.microsoft.com/en-us/library/8t80des6(v=vs.100).aspx +FORCE_INLINE int _mm_comige_ss(__m128 a, __m128 b) +{ + // return vgetq_lane_u32(vcgeq_f32(vreinterpretq_f32_m128(a), + // vreinterpretq_f32_m128(b)), 0); + uint32x4_t a_not_nan = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t b_not_nan = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + uint32x4_t a_and_b_not_nan = vandq_u32(a_not_nan, b_not_nan); + uint32x4_t a_ge_b = + vcgeq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b)); + return (vgetq_lane_u32(vandq_u32(a_and_b_not_nan, a_ge_b), 0) != 0) ? 1 : 0; +} + +// Compares the lower single-precision floating point scalar values of a and b +// using an equality operation. : +// https://msdn.microsoft.com/en-us/library/93yx2h2b(v=vs.100).aspx +FORCE_INLINE int _mm_comieq_ss(__m128 a, __m128 b) +{ + // return vgetq_lane_u32(vceqq_f32(vreinterpretq_f32_m128(a), + // vreinterpretq_f32_m128(b)), 0); + uint32x4_t a_not_nan = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t b_not_nan = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + uint32x4_t a_and_b_not_nan = vandq_u32(a_not_nan, b_not_nan); + uint32x4_t a_eq_b = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b)); + return (vgetq_lane_u32(vandq_u32(a_and_b_not_nan, a_eq_b), 0) != 0) ? 1 : 0; +} + +// Compares the lower single-precision floating point scalar values of a and b +// using an inequality operation. : +// https://msdn.microsoft.com/en-us/library/bafh5e0a(v=vs.90).aspx +FORCE_INLINE int _mm_comineq_ss(__m128 a, __m128 b) +{ + // return !vgetq_lane_u32(vceqq_f32(vreinterpretq_f32_m128(a), + // vreinterpretq_f32_m128(b)), 0); + uint32x4_t a_not_nan = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t b_not_nan = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + uint32x4_t a_or_b_nan = vmvnq_u32(vandq_u32(a_not_nan, b_not_nan)); + uint32x4_t a_neq_b = vmvnq_u32( + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); + return (vgetq_lane_u32(vorrq_u32(a_or_b_nan, a_neq_b), 0) != 0) ? 1 : 0; +} + +// according to the documentation, these intrinsics behave the same as the +// non-'u' versions. We'll just alias them here. +#define _mm_ucomilt_ss _mm_comilt_ss +#define _mm_ucomile_ss _mm_comile_ss +#define _mm_ucomigt_ss _mm_comigt_ss +#define _mm_ucomige_ss _mm_comige_ss +#define _mm_ucomieq_ss _mm_comieq_ss +#define _mm_ucomineq_ss _mm_comineq_ss + +/* Conversions */ + +// Convert packed signed 32-bit integers in b to packed single-precision +// (32-bit) floating-point elements, store the results in the lower 2 elements +// of dst, and copy the upper 2 packed elements from a to the upper elements of +// dst. +// +// dst[31:0] := Convert_Int32_To_FP32(b[31:0]) +// dst[63:32] := Convert_Int32_To_FP32(b[63:32]) +// dst[95:64] := a[95:64] +// dst[127:96] := a[127:96] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvt_pi2ps +FORCE_INLINE __m128 _mm_cvt_pi2ps(__m128 a, __m64 b) +{ + return vreinterpretq_m128_f32( + vcombine_f32(vcvt_f32_s32(vreinterpret_s32_m64(b)), + vget_high_f32(vreinterpretq_f32_m128(a)))); +} + +// Convert the signed 32-bit integer b to a single-precision (32-bit) +// floating-point element, store the result in the lower element of dst, and +// copy the upper 3 packed elements from a to the upper elements of dst. +// +// dst[31:0] := Convert_Int32_To_FP32(b[31:0]) +// dst[127:32] := a[127:32] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvt_si2ss +FORCE_INLINE __m128 _mm_cvt_si2ss(__m128 a, int b) +{ + return vreinterpretq_m128_f32( + vsetq_lane_f32((float) b, vreinterpretq_f32_m128(a), 0)); +} + +// Convert the signed 32-bit integer b to a single-precision (32-bit) +// floating-point element, store the result in the lower element of dst, and +// copy the upper 3 packed elements from a to the upper elements of dst. +// +// dst[31:0] := Convert_Int32_To_FP32(b[31:0]) +// dst[127:32] := a[127:32] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtsi32_ss +#define _mm_cvtsi32_ss(a, b) _mm_cvt_si2ss(a, b) + +// Convert the signed 64-bit integer b to a single-precision (32-bit) +// floating-point element, store the result in the lower element of dst, and +// copy the upper 3 packed elements from a to the upper elements of dst. +// +// dst[31:0] := Convert_Int64_To_FP32(b[63:0]) +// dst[127:32] := a[127:32] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtsi64_ss +FORCE_INLINE __m128 _mm_cvtsi64_ss(__m128 a, int64_t b) +{ + return vreinterpretq_m128_f32( + vsetq_lane_f32((float) b, vreinterpretq_f32_m128(a), 0)); +} + +// Convert the lower single-precision (32-bit) floating-point element in a to a +// 32-bit integer, and store the result in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvt_ss2si +FORCE_INLINE int _mm_cvt_ss2si(__m128 a) +{ +#if defined(__aarch64__) + return vgetq_lane_s32(vcvtnq_s32_f32(vreinterpretq_f32_m128(a)), 0); +#else + float32_t data = vgetq_lane_f32(vreinterpretq_f32_m128(a), 0); + float32_t diff = data - floor(data); + if (diff > 0.5) + return (int32_t) ceil(data); + if (diff == 0.5) { + int32_t f = (int32_t) floor(data); + int32_t c = (int32_t) ceil(data); + return c & 1 ? f : c; + } + return (int32_t) floor(data); +#endif +} + +// Convert packed 16-bit integers in a to packed single-precision (32-bit) +// floating-point elements, and store the results in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// m := j*32 +// dst[m+31:m] := Convert_Int16_To_FP32(a[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtpi16_ps +FORCE_INLINE __m128 _mm_cvtpi16_ps(__m64 a) +{ + return vreinterpretq_m128_f32( + vcvtq_f32_s32(vmovl_s16(vreinterpret_s16_m64(a)))); +} + +// Convert packed 32-bit integers in b to packed single-precision (32-bit) +// floating-point elements, store the results in the lower 2 elements of dst, +// and copy the upper 2 packed elements from a to the upper elements of dst. +// +// dst[31:0] := Convert_Int32_To_FP32(b[31:0]) +// dst[63:32] := Convert_Int32_To_FP32(b[63:32]) +// dst[95:64] := a[95:64] +// dst[127:96] := a[127:96] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtpi32_ps +FORCE_INLINE __m128 _mm_cvtpi32_ps(__m128 a, __m64 b) +{ + return vreinterpretq_m128_f32( + vcombine_f32(vcvt_f32_s32(vreinterpret_s32_m64(b)), + vget_high_f32(vreinterpretq_f32_m128(a)))); +} + +// Convert packed signed 32-bit integers in a to packed single-precision +// (32-bit) floating-point elements, store the results in the lower 2 elements +// of dst, then covert the packed signed 32-bit integers in b to +// single-precision (32-bit) floating-point element, and store the results in +// the upper 2 elements of dst. +// +// dst[31:0] := Convert_Int32_To_FP32(a[31:0]) +// dst[63:32] := Convert_Int32_To_FP32(a[63:32]) +// dst[95:64] := Convert_Int32_To_FP32(b[31:0]) +// dst[127:96] := Convert_Int32_To_FP32(b[63:32]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtpi32x2_ps +FORCE_INLINE __m128 _mm_cvtpi32x2_ps(__m64 a, __m64 b) +{ + return vreinterpretq_m128_f32(vcvtq_f32_s32( + vcombine_s32(vreinterpret_s32_m64(a), vreinterpret_s32_m64(b)))); +} + +// Convert the lower packed 8-bit integers in a to packed single-precision +// (32-bit) floating-point elements, and store the results in dst. +// +// FOR j := 0 to 3 +// i := j*8 +// m := j*32 +// dst[m+31:m] := Convert_Int8_To_FP32(a[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtpi8_ps +FORCE_INLINE __m128 _mm_cvtpi8_ps(__m64 a) +{ + return vreinterpretq_m128_f32(vcvtq_f32_s32( + vmovl_s16(vget_low_s16(vmovl_s8(vreinterpret_s8_m64(a)))))); +} + +// Convert packed unsigned 16-bit integers in a to packed single-precision +// (32-bit) floating-point elements, and store the results in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// m := j*32 +// dst[m+31:m] := Convert_UInt16_To_FP32(a[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtpu16_ps +FORCE_INLINE __m128 _mm_cvtpu16_ps(__m64 a) +{ + return vreinterpretq_m128_f32( + vcvtq_f32_u32(vmovl_u16(vreinterpret_u16_m64(a)))); +} + +// Convert the lower packed unsigned 8-bit integers in a to packed +// single-precision (32-bit) floating-point elements, and store the results in +// dst. +// +// FOR j := 0 to 3 +// i := j*8 +// m := j*32 +// dst[m+31:m] := Convert_UInt8_To_FP32(a[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtpu8_ps +FORCE_INLINE __m128 _mm_cvtpu8_ps(__m64 a) +{ + return vreinterpretq_m128_f32(vcvtq_f32_u32( + vmovl_u16(vget_low_u16(vmovl_u8(vreinterpret_u8_m64(a)))))); +} + +// Converts the four single-precision, floating-point values of a to signed +// 32-bit integer values using truncate. +// https://msdn.microsoft.com/en-us/library/vstudio/1h005y6x(v=vs.100).aspx +FORCE_INLINE __m128i _mm_cvttps_epi32(__m128 a) +{ + return vreinterpretq_m128i_s32(vcvtq_s32_f32(vreinterpretq_f32_m128(a))); +} + +// Convert the lower double-precision (64-bit) floating-point element in a to a +// 64-bit integer with truncation, and store the result in dst. +// +// dst[63:0] := Convert_FP64_To_Int64_Truncate(a[63:0]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvttsd_si64 +FORCE_INLINE int64_t _mm_cvttsd_si64(__m128d a) +{ +#if defined(__aarch64__) + return vgetq_lane_s64(vcvtq_s64_f64(vreinterpretq_f64_m128d(a)), 0); +#else + double ret = *((double *) &a); + return (int64_t) ret; +#endif +} + +// Convert the lower double-precision (64-bit) floating-point element in a to a +// 64-bit integer with truncation, and store the result in dst. +// +// dst[63:0] := Convert_FP64_To_Int64_Truncate(a[63:0]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvttsd_si64x +#define _mm_cvttsd_si64x(a) _mm_cvttsd_si64(a) + +// Converts the four signed 32-bit integer values of a to single-precision, +// floating-point values +// https://msdn.microsoft.com/en-us/library/vstudio/36bwxcx5(v=vs.100).aspx +FORCE_INLINE __m128 _mm_cvtepi32_ps(__m128i a) +{ + return vreinterpretq_m128_f32(vcvtq_f32_s32(vreinterpretq_s32_m128i(a))); +} + +// Converts the four unsigned 8-bit integers in the lower 16 bits to four +// unsigned 32-bit integers. +FORCE_INLINE __m128i _mm_cvtepu8_epi16(__m128i a) +{ + uint8x16_t u8x16 = vreinterpretq_u8_m128i(a); /* xxxx xxxx xxxx DCBA */ + uint16x8_t u16x8 = vmovl_u8(vget_low_u8(u8x16)); /* 0x0x 0x0x 0D0C 0B0A */ + return vreinterpretq_m128i_u16(u16x8); +} + +// Converts the four unsigned 8-bit integers in the lower 32 bits to four +// unsigned 32-bit integers. +// https://msdn.microsoft.com/en-us/library/bb531467%28v=vs.100%29.aspx +FORCE_INLINE __m128i _mm_cvtepu8_epi32(__m128i a) +{ + uint8x16_t u8x16 = vreinterpretq_u8_m128i(a); /* xxxx xxxx xxxx DCBA */ + uint16x8_t u16x8 = vmovl_u8(vget_low_u8(u8x16)); /* 0x0x 0x0x 0D0C 0B0A */ + uint32x4_t u32x4 = vmovl_u16(vget_low_u16(u16x8)); /* 000D 000C 000B 000A */ + return vreinterpretq_m128i_u32(u32x4); +} + +// Converts the two unsigned 8-bit integers in the lower 16 bits to two +// unsigned 64-bit integers. +FORCE_INLINE __m128i _mm_cvtepu8_epi64(__m128i a) +{ + uint8x16_t u8x16 = vreinterpretq_u8_m128i(a); /* xxxx xxxx xxxx xxBA */ + uint16x8_t u16x8 = vmovl_u8(vget_low_u8(u8x16)); /* 0x0x 0x0x 0x0x 0B0A */ + uint32x4_t u32x4 = vmovl_u16(vget_low_u16(u16x8)); /* 000x 000x 000B 000A */ + uint64x2_t u64x2 = vmovl_u32(vget_low_u32(u32x4)); /* 0000 000B 0000 000A */ + return vreinterpretq_m128i_u64(u64x2); +} + +// Converts the four unsigned 8-bit integers in the lower 16 bits to four +// unsigned 32-bit integers. +FORCE_INLINE __m128i _mm_cvtepi8_epi16(__m128i a) +{ + int8x16_t s8x16 = vreinterpretq_s8_m128i(a); /* xxxx xxxx xxxx DCBA */ + int16x8_t s16x8 = vmovl_s8(vget_low_s8(s8x16)); /* 0x0x 0x0x 0D0C 0B0A */ + return vreinterpretq_m128i_s16(s16x8); +} + +// Converts the four unsigned 8-bit integers in the lower 32 bits to four +// unsigned 32-bit integers. +FORCE_INLINE __m128i _mm_cvtepi8_epi32(__m128i a) +{ + int8x16_t s8x16 = vreinterpretq_s8_m128i(a); /* xxxx xxxx xxxx DCBA */ + int16x8_t s16x8 = vmovl_s8(vget_low_s8(s8x16)); /* 0x0x 0x0x 0D0C 0B0A */ + int32x4_t s32x4 = vmovl_s16(vget_low_s16(s16x8)); /* 000D 000C 000B 000A */ + return vreinterpretq_m128i_s32(s32x4); +} + +// Converts the two signed 8-bit integers in the lower 32 bits to four +// signed 64-bit integers. +FORCE_INLINE __m128i _mm_cvtepi8_epi64(__m128i a) +{ + int8x16_t s8x16 = vreinterpretq_s8_m128i(a); /* xxxx xxxx xxxx xxBA */ + int16x8_t s16x8 = vmovl_s8(vget_low_s8(s8x16)); /* 0x0x 0x0x 0x0x 0B0A */ + int32x4_t s32x4 = vmovl_s16(vget_low_s16(s16x8)); /* 000x 000x 000B 000A */ + int64x2_t s64x2 = vmovl_s32(vget_low_s32(s32x4)); /* 0000 000B 0000 000A */ + return vreinterpretq_m128i_s64(s64x2); +} + +// Converts the four signed 16-bit integers in the lower 64 bits to four signed +// 32-bit integers. +FORCE_INLINE __m128i _mm_cvtepi16_epi32(__m128i a) +{ + return vreinterpretq_m128i_s32( + vmovl_s16(vget_low_s16(vreinterpretq_s16_m128i(a)))); +} + +// Converts the two signed 16-bit integers in the lower 32 bits two signed +// 32-bit integers. +FORCE_INLINE __m128i _mm_cvtepi16_epi64(__m128i a) +{ + int16x8_t s16x8 = vreinterpretq_s16_m128i(a); /* xxxx xxxx xxxx 0B0A */ + int32x4_t s32x4 = vmovl_s16(vget_low_s16(s16x8)); /* 000x 000x 000B 000A */ + int64x2_t s64x2 = vmovl_s32(vget_low_s32(s32x4)); /* 0000 000B 0000 000A */ + return vreinterpretq_m128i_s64(s64x2); +} + +// Converts the four unsigned 16-bit integers in the lower 64 bits to four +// unsigned 32-bit integers. +FORCE_INLINE __m128i _mm_cvtepu16_epi32(__m128i a) +{ + return vreinterpretq_m128i_u32( + vmovl_u16(vget_low_u16(vreinterpretq_u16_m128i(a)))); +} + +// Converts the two unsigned 16-bit integers in the lower 32 bits to two +// unsigned 64-bit integers. +FORCE_INLINE __m128i _mm_cvtepu16_epi64(__m128i a) +{ + uint16x8_t u16x8 = vreinterpretq_u16_m128i(a); /* xxxx xxxx xxxx 0B0A */ + uint32x4_t u32x4 = vmovl_u16(vget_low_u16(u16x8)); /* 000x 000x 000B 000A */ + uint64x2_t u64x2 = vmovl_u32(vget_low_u32(u32x4)); /* 0000 000B 0000 000A */ + return vreinterpretq_m128i_u64(u64x2); +} + +// Converts the two unsigned 32-bit integers in the lower 64 bits to two +// unsigned 64-bit integers. +FORCE_INLINE __m128i _mm_cvtepu32_epi64(__m128i a) +{ + return vreinterpretq_m128i_u64( + vmovl_u32(vget_low_u32(vreinterpretq_u32_m128i(a)))); +} + +// Converts the two signed 32-bit integers in the lower 64 bits to two signed +// 64-bit integers. +FORCE_INLINE __m128i _mm_cvtepi32_epi64(__m128i a) +{ + return vreinterpretq_m128i_s64( + vmovl_s32(vget_low_s32(vreinterpretq_s32_m128i(a)))); +} + +// Converts the four single-precision, floating-point values of a to signed +// 32-bit integer values. +// +// r0 := (int) a0 +// r1 := (int) a1 +// r2 := (int) a2 +// r3 := (int) a3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/xdc42k5e(v=vs.100).aspx +// *NOTE*. The default rounding mode on SSE is 'round to even', which ARMv7-A +// does not support! It is supported on ARMv8-A however. +FORCE_INLINE __m128i _mm_cvtps_epi32(__m128 a) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_s32(vcvtnq_s32_f32(a)); +#else + uint32x4_t signmask = vdupq_n_u32(0x80000000); + float32x4_t half = vbslq_f32(signmask, vreinterpretq_f32_m128(a), + vdupq_n_f32(0.5f)); /* +/- 0.5 */ + int32x4_t r_normal = vcvtq_s32_f32(vaddq_f32( + vreinterpretq_f32_m128(a), half)); /* round to integer: [a + 0.5]*/ + int32x4_t r_trunc = + vcvtq_s32_f32(vreinterpretq_f32_m128(a)); /* truncate to integer: [a] */ + int32x4_t plusone = vreinterpretq_s32_u32(vshrq_n_u32( + vreinterpretq_u32_s32(vnegq_s32(r_trunc)), 31)); /* 1 or 0 */ + int32x4_t r_even = vbicq_s32(vaddq_s32(r_trunc, plusone), + vdupq_n_s32(1)); /* ([a] + {0,1}) & ~1 */ + float32x4_t delta = vsubq_f32( + vreinterpretq_f32_m128(a), + vcvtq_f32_s32(r_trunc)); /* compute delta: delta = (a - [a]) */ + uint32x4_t is_delta_half = vceqq_f32(delta, half); /* delta == +/- 0.5 */ + return vreinterpretq_m128i_s32(vbslq_s32(is_delta_half, r_even, r_normal)); +#endif +} + +// Copy the lower 32-bit integer in a to dst. +// +// dst[31:0] := a[31:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtsi128_si32 +FORCE_INLINE int _mm_cvtsi128_si32(__m128i a) +{ + return vgetq_lane_s32(vreinterpretq_s32_m128i(a), 0); +} + +// Copy the lower 64-bit integer in a to dst. +// +// dst[63:0] := a[63:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtsi128_si64 +FORCE_INLINE int64_t _mm_cvtsi128_si64(__m128i a) +{ + return vgetq_lane_s64(vreinterpretq_s64_m128i(a), 0); +} + +// Copy the lower 64-bit integer in a to dst. +// +// dst[63:0] := a[63:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtsi128_si64x +#define _mm_cvtsi128_si64x(a) _mm_cvtsi128_si64(a) + +// Moves 32-bit integer a to the least significant 32 bits of an __m128 object, +// zero extending the upper bits. +// +// r0 := a +// r1 := 0x0 +// r2 := 0x0 +// r3 := 0x0 +// +// https://msdn.microsoft.com/en-us/library/ct3539ha%28v=vs.90%29.aspx +FORCE_INLINE __m128i _mm_cvtsi32_si128(int a) +{ + return vreinterpretq_m128i_s32(vsetq_lane_s32(a, vdupq_n_s32(0), 0)); +} + +// Moves 64-bit integer a to the least significant 64 bits of an __m128 object, +// zero extending the upper bits. +// +// r0 := a +// r1 := 0x0 +FORCE_INLINE __m128i _mm_cvtsi64_si128(int64_t a) +{ + return vreinterpretq_m128i_s64(vsetq_lane_s64(a, vdupq_n_s64(0), 0)); +} + +// Cast vector of type __m128 to type __m128d. This intrinsic is only used for +// compilation and does not generate any instructions, thus it has zero latency. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_castps_pd +FORCE_INLINE __m128d _mm_castps_pd(__m128 a) +{ + return vreinterpretq_m128d_s32(vreinterpretq_s32_m128(a)); +} + +// Applies a type cast to reinterpret four 32-bit floating point values passed +// in as a 128-bit parameter as packed 32-bit integers. +// https://msdn.microsoft.com/en-us/library/bb514099.aspx +FORCE_INLINE __m128i _mm_castps_si128(__m128 a) +{ + return vreinterpretq_m128i_s32(vreinterpretq_s32_m128(a)); +} + +// Applies a type cast to reinterpret four 32-bit integers passed in as a +// 128-bit parameter as packed 32-bit floating point values. +// https://msdn.microsoft.com/en-us/library/bb514029.aspx +FORCE_INLINE __m128 _mm_castsi128_ps(__m128i a) +{ + return vreinterpretq_m128_s32(vreinterpretq_s32_m128i(a)); +} + +// Loads 128-bit value. : +// https://msdn.microsoft.com/en-us/library/atzzad1h(v=vs.80).aspx +FORCE_INLINE __m128i _mm_load_si128(const __m128i *p) +{ + return vreinterpretq_m128i_s32(vld1q_s32((const int32_t *) p)); +} + +// Load a double-precision (64-bit) floating-point element from memory into both +// elements of dst. +// +// dst[63:0] := MEM[mem_addr+63:mem_addr] +// dst[127:64] := MEM[mem_addr+63:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_load1_pd +FORCE_INLINE __m128d _mm_load1_pd(const double *p) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64(vld1q_dup_f64(p)); +#else + return vreinterpretq_m128d_s64(vdupq_n_s64(*(const int64_t *) p)); +#endif +} + +// Load a double-precision (64-bit) floating-point element from memory into the +// upper element of dst, and copy the lower element from a to dst. mem_addr does +// not need to be aligned on any particular boundary. +// +// dst[63:0] := a[63:0] +// dst[127:64] := MEM[mem_addr+63:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadh_pd +FORCE_INLINE __m128d _mm_loadh_pd(__m128d a, const double *p) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64( + vcombine_f64(vget_low_f64(vreinterpretq_f64_m128d(a)), vld1_f64(p))); +#else + return vreinterpretq_m128d_f32(vcombine_f32( + vget_low_f32(vreinterpretq_f32_m128d(a)), vld1_f32((const float *) p))); +#endif +} + +// Load a double-precision (64-bit) floating-point element from memory into both +// elements of dst. +// +// dst[63:0] := MEM[mem_addr+63:mem_addr] +// dst[127:64] := MEM[mem_addr+63:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_load_pd1 +#define _mm_load_pd1 _mm_load1_pd + +// Load a double-precision (64-bit) floating-point element from memory into both +// elements of dst. +// +// dst[63:0] := MEM[mem_addr+63:mem_addr] +// dst[127:64] := MEM[mem_addr+63:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loaddup_pd +#define _mm_loaddup_pd _mm_load1_pd + +// Loads 128-bit value. : +// https://msdn.microsoft.com/zh-cn/library/f4k12ae8(v=vs.90).aspx +FORCE_INLINE __m128i _mm_loadu_si128(const __m128i *p) +{ + return vreinterpretq_m128i_s32(vld1q_s32((const int32_t *) p)); +} + +// Load unaligned 32-bit integer from memory into the first element of dst. +// +// dst[31:0] := MEM[mem_addr+31:mem_addr] +// dst[MAX:32] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadu_si32 +FORCE_INLINE __m128i _mm_loadu_si32(const void *p) +{ + return vreinterpretq_m128i_s32( + vsetq_lane_s32(*(const int32_t *) p, vdupq_n_s32(0), 0)); +} + +// Convert packed double-precision (64-bit) floating-point elements in a to +// packed single-precision (32-bit) floating-point elements, and store the +// results in dst. +// +// FOR j := 0 to 1 +// i := 32*j +// k := 64*j +// dst[i+31:i] := Convert_FP64_To_FP32(a[k+64:k]) +// ENDFOR +// dst[127:64] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtpd_ps +FORCE_INLINE __m128 _mm_cvtpd_ps(__m128d a) +{ +#if defined(__aarch64__) + float32x2_t tmp = vcvt_f32_f64(vreinterpretq_f64_m128d(a)); + return vreinterpretq_m128_f32(vcombine_f32(tmp, vdup_n_f32(0))); +#else + float a0 = (float) ((double *) &a)[0]; + float a1 = (float) ((double *) &a)[1]; + return _mm_set_ps(0, 0, a1, a0); +#endif +} + +// Copy the lower double-precision (64-bit) floating-point element of a to dst. +// +// dst[63:0] := a[63:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtsd_f64 +FORCE_INLINE double _mm_cvtsd_f64(__m128d a) +{ +#if defined(__aarch64__) + return (double) vgetq_lane_f64(vreinterpretq_f64_m128d(a), 0); +#else + return ((double *) &a)[0]; +#endif +} + +// Convert packed single-precision (32-bit) floating-point elements in a to +// packed double-precision (64-bit) floating-point elements, and store the +// results in dst. +// +// FOR j := 0 to 1 +// i := 64*j +// k := 32*j +// dst[i+63:i] := Convert_FP32_To_FP64(a[k+31:k]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtps_pd +FORCE_INLINE __m128d _mm_cvtps_pd(__m128 a) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64( + vcvt_f64_f32(vget_low_f32(vreinterpretq_f32_m128(a)))); +#else + double a0 = (double) vgetq_lane_f32(vreinterpretq_f32_m128(a), 0); + double a1 = (double) vgetq_lane_f32(vreinterpretq_f32_m128(a), 1); + return _mm_set_pd(a1, a0); +#endif +} + +// Cast vector of type __m128d to type __m128i. This intrinsic is only used for +// compilation and does not generate any instructions, thus it has zero latency. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_castpd_si128 +FORCE_INLINE __m128i _mm_castpd_si128(__m128d a) +{ + return vreinterpretq_m128i_s64(vreinterpretq_s64_m128d(a)); +} + +// Blend packed single-precision (32-bit) floating-point elements from a and b +// using mask, and store the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_blendv_ps +FORCE_INLINE __m128 _mm_blendv_ps(__m128 a, __m128 b, __m128 mask) +{ + return vreinterpretq_m128_f32(vbslq_f32(vreinterpretq_u32_m128(mask), + vreinterpretq_f32_m128(b), + vreinterpretq_f32_m128(a))); +} + +// Round the packed single-precision (32-bit) floating-point elements in a using +// the rounding parameter, and store the results as packed single-precision +// floating-point elements in dst. +// software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_round_ps +FORCE_INLINE __m128 _mm_round_ps(__m128 a, int rounding) +{ +#if defined(__aarch64__) + switch (rounding) { + case (_MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC): + return vreinterpretq_m128_f32(vrndnq_f32(vreinterpretq_f32_m128(a))); + case (_MM_FROUND_TO_NEG_INF | _MM_FROUND_NO_EXC): + return vreinterpretq_m128_f32(vrndmq_f32(vreinterpretq_f32_m128(a))); + case (_MM_FROUND_TO_POS_INF | _MM_FROUND_NO_EXC): + return vreinterpretq_m128_f32(vrndpq_f32(vreinterpretq_f32_m128(a))); + case (_MM_FROUND_TO_ZERO | _MM_FROUND_NO_EXC): + return vreinterpretq_m128_f32(vrndq_f32(vreinterpretq_f32_m128(a))); + default: //_MM_FROUND_CUR_DIRECTION + return vreinterpretq_m128_f32(vrndiq_f32(vreinterpretq_f32_m128(a))); + } +#else + float *v_float = (float *) &a; + __m128 zero, neg_inf, pos_inf; + + switch (rounding) { + case (_MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC): + return _mm_cvtepi32_ps(_mm_cvtps_epi32(a)); + case (_MM_FROUND_TO_NEG_INF | _MM_FROUND_NO_EXC): + return (__m128){floorf(v_float[0]), floorf(v_float[1]), + floorf(v_float[2]), floorf(v_float[3])}; + case (_MM_FROUND_TO_POS_INF | _MM_FROUND_NO_EXC): + return (__m128){ceilf(v_float[0]), ceilf(v_float[1]), ceilf(v_float[2]), + ceilf(v_float[3])}; + case (_MM_FROUND_TO_ZERO | _MM_FROUND_NO_EXC): + zero = _mm_set_ps(0.0f, 0.0f, 0.0f, 0.0f); + neg_inf = _mm_set_ps(floorf(v_float[0]), floorf(v_float[1]), + floorf(v_float[2]), floorf(v_float[3])); + pos_inf = _mm_set_ps(ceilf(v_float[0]), ceilf(v_float[1]), + ceilf(v_float[2]), ceilf(v_float[3])); + return _mm_blendv_ps(pos_inf, neg_inf, _mm_cmple_ps(a, zero)); + default: //_MM_FROUND_CUR_DIRECTION + return (__m128){roundf(v_float[0]), roundf(v_float[1]), + roundf(v_float[2]), roundf(v_float[3])}; + } +#endif +} + +// Convert packed single-precision (32-bit) floating-point elements in a to +// packed 32-bit integers, and store the results in dst. +// +// FOR j := 0 to 1 +// i := 32*j +// dst[i+31:i] := Convert_FP32_To_Int32(a[i+31:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvt_ps2pi +FORCE_INLINE __m64 _mm_cvt_ps2pi(__m128 a) +{ +#if defined(__aarch64__) + return vreinterpret_m64_s32( + vget_low_s32(vcvtnq_s32_f32(vreinterpretq_f32_m128(a)))); +#else + return vreinterpret_m64_s32( + vcvt_s32_f32(vget_low_f32(vreinterpretq_f32_m128( + _mm_round_ps(a, _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC))))); +#endif +} + +// Round the packed single-precision (32-bit) floating-point elements in a up to +// an integer value, and store the results as packed single-precision +// floating-point elements in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_ceil_ps +FORCE_INLINE __m128 _mm_ceil_ps(__m128 a) +{ + return _mm_round_ps(a, _MM_FROUND_TO_POS_INF | _MM_FROUND_NO_EXC); +} + +// Round the packed single-precision (32-bit) floating-point elements in a down +// to an integer value, and store the results as packed single-precision +// floating-point elements in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_floor_ps +FORCE_INLINE __m128 _mm_floor_ps(__m128 a) +{ + return _mm_round_ps(a, _MM_FROUND_TO_NEG_INF | _MM_FROUND_NO_EXC); +} + + +// Load 128-bits of integer data from unaligned memory into dst. This intrinsic +// may perform better than _mm_loadu_si128 when the data crosses a cache line +// boundary. +// +// dst[127:0] := MEM[mem_addr+127:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_lddqu_si128 +#define _mm_lddqu_si128 _mm_loadu_si128 + +/* Miscellaneous Operations */ + +// Shifts the 8 signed 16-bit integers in a right by count bits while shifting +// in the sign bit. +// +// r0 := a0 >> count +// r1 := a1 >> count +// ... +// r7 := a7 >> count +// +// https://msdn.microsoft.com/en-us/library/3c9997dk(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_sra_epi16(__m128i a, __m128i count) +{ + int64_t c = (int64_t) vget_low_s64((int64x2_t) count); + if (c > 15) + return _mm_cmplt_epi16(a, _mm_setzero_si128()); + return vreinterpretq_m128i_s16(vshlq_s16((int16x8_t) a, vdupq_n_s16(-c))); +} + +// Shifts the 4 signed 32-bit integers in a right by count bits while shifting +// in the sign bit. +// +// r0 := a0 >> count +// r1 := a1 >> count +// r2 := a2 >> count +// r3 := a3 >> count +// +// https://msdn.microsoft.com/en-us/library/ce40009e(v%3dvs.100).aspx +FORCE_INLINE __m128i _mm_sra_epi32(__m128i a, __m128i count) +{ + int64_t c = (int64_t) vget_low_s64((int64x2_t) count); + if (c > 31) + return _mm_cmplt_epi32(a, _mm_setzero_si128()); + return vreinterpretq_m128i_s32(vshlq_s32((int32x4_t) a, vdupq_n_s32(-c))); +} + +// Packs the 16 signed 16-bit integers from a and b into 8-bit integers and +// saturates. +// https://msdn.microsoft.com/en-us/library/k4y4f7w5%28v=vs.90%29.aspx +FORCE_INLINE __m128i _mm_packs_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s8( + vcombine_s8(vqmovn_s16(vreinterpretq_s16_m128i(a)), + vqmovn_s16(vreinterpretq_s16_m128i(b)))); +} + +// Packs the 16 signed 16 - bit integers from a and b into 8 - bit unsigned +// integers and saturates. +// +// r0 := UnsignedSaturate(a0) +// r1 := UnsignedSaturate(a1) +// ... +// r7 := UnsignedSaturate(a7) +// r8 := UnsignedSaturate(b0) +// r9 := UnsignedSaturate(b1) +// ... +// r15 := UnsignedSaturate(b7) +// +// https://msdn.microsoft.com/en-us/library/07ad1wx4(v=vs.100).aspx +FORCE_INLINE __m128i _mm_packus_epi16(const __m128i a, const __m128i b) +{ + return vreinterpretq_m128i_u8( + vcombine_u8(vqmovun_s16(vreinterpretq_s16_m128i(a)), + vqmovun_s16(vreinterpretq_s16_m128i(b)))); +} + +// Packs the 8 signed 32-bit integers from a and b into signed 16-bit integers +// and saturates. +// +// r0 := SignedSaturate(a0) +// r1 := SignedSaturate(a1) +// r2 := SignedSaturate(a2) +// r3 := SignedSaturate(a3) +// r4 := SignedSaturate(b0) +// r5 := SignedSaturate(b1) +// r6 := SignedSaturate(b2) +// r7 := SignedSaturate(b3) +// +// https://msdn.microsoft.com/en-us/library/393t56f9%28v=vs.90%29.aspx +FORCE_INLINE __m128i _mm_packs_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vcombine_s16(vqmovn_s32(vreinterpretq_s32_m128i(a)), + vqmovn_s32(vreinterpretq_s32_m128i(b)))); +} + +// Packs the 8 unsigned 32-bit integers from a and b into unsigned 16-bit +// integers and saturates. +// +// r0 := UnsignedSaturate(a0) +// r1 := UnsignedSaturate(a1) +// r2 := UnsignedSaturate(a2) +// r3 := UnsignedSaturate(a3) +// r4 := UnsignedSaturate(b0) +// r5 := UnsignedSaturate(b1) +// r6 := UnsignedSaturate(b2) +// r7 := UnsignedSaturate(b3) +FORCE_INLINE __m128i _mm_packus_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vcombine_u16(vqmovun_s32(vreinterpretq_s32_m128i(a)), + vqmovun_s32(vreinterpretq_s32_m128i(b)))); +} + +// Interleaves the lower 8 signed or unsigned 8-bit integers in a with the lower +// 8 signed or unsigned 8-bit integers in b. +// +// r0 := a0 +// r1 := b0 +// r2 := a1 +// r3 := b1 +// ... +// r14 := a7 +// r15 := b7 +// +// https://msdn.microsoft.com/en-us/library/xf7k860c%28v=vs.90%29.aspx +FORCE_INLINE __m128i _mm_unpacklo_epi8(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_s8( + vzip1q_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +#else + int8x8_t a1 = vreinterpret_s8_s16(vget_low_s16(vreinterpretq_s16_m128i(a))); + int8x8_t b1 = vreinterpret_s8_s16(vget_low_s16(vreinterpretq_s16_m128i(b))); + int8x8x2_t result = vzip_s8(a1, b1); + return vreinterpretq_m128i_s8(vcombine_s8(result.val[0], result.val[1])); +#endif +} + +// Interleaves the lower 4 signed or unsigned 16-bit integers in a with the +// lower 4 signed or unsigned 16-bit integers in b. +// +// r0 := a0 +// r1 := b0 +// r2 := a1 +// r3 := b1 +// r4 := a2 +// r5 := b2 +// r6 := a3 +// r7 := b3 +// +// https://msdn.microsoft.com/en-us/library/btxb17bw%28v=vs.90%29.aspx +FORCE_INLINE __m128i _mm_unpacklo_epi16(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_s16( + vzip1q_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +#else + int16x4_t a1 = vget_low_s16(vreinterpretq_s16_m128i(a)); + int16x4_t b1 = vget_low_s16(vreinterpretq_s16_m128i(b)); + int16x4x2_t result = vzip_s16(a1, b1); + return vreinterpretq_m128i_s16(vcombine_s16(result.val[0], result.val[1])); +#endif +} + +// Interleaves the lower 2 signed or unsigned 32 - bit integers in a with the +// lower 2 signed or unsigned 32 - bit integers in b. +// +// r0 := a0 +// r1 := b0 +// r2 := a1 +// r3 := b1 +// +// https://msdn.microsoft.com/en-us/library/x8atst9d(v=vs.100).aspx +FORCE_INLINE __m128i _mm_unpacklo_epi32(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_s32( + vzip1q_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +#else + int32x2_t a1 = vget_low_s32(vreinterpretq_s32_m128i(a)); + int32x2_t b1 = vget_low_s32(vreinterpretq_s32_m128i(b)); + int32x2x2_t result = vzip_s32(a1, b1); + return vreinterpretq_m128i_s32(vcombine_s32(result.val[0], result.val[1])); +#endif +} + +FORCE_INLINE __m128i _mm_unpacklo_epi64(__m128i a, __m128i b) +{ + int64x1_t a_l = vget_low_s64(vreinterpretq_s64_m128i(a)); + int64x1_t b_l = vget_low_s64(vreinterpretq_s64_m128i(b)); + return vreinterpretq_m128i_s64(vcombine_s64(a_l, b_l)); +} + +// Selects and interleaves the lower two single-precision, floating-point values +// from a and b. +// +// r0 := a0 +// r1 := b0 +// r2 := a1 +// r3 := b1 +// +// https://msdn.microsoft.com/en-us/library/25st103b%28v=vs.90%29.aspx +FORCE_INLINE __m128 _mm_unpacklo_ps(__m128 a, __m128 b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32( + vzip1q_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +#else + float32x2_t a1 = vget_low_f32(vreinterpretq_f32_m128(a)); + float32x2_t b1 = vget_low_f32(vreinterpretq_f32_m128(b)); + float32x2x2_t result = vzip_f32(a1, b1); + return vreinterpretq_m128_f32(vcombine_f32(result.val[0], result.val[1])); +#endif +} + +// Selects and interleaves the upper two single-precision, floating-point values +// from a and b. +// +// r0 := a2 +// r1 := b2 +// r2 := a3 +// r3 := b3 +// +// https://msdn.microsoft.com/en-us/library/skccxx7d%28v=vs.90%29.aspx +FORCE_INLINE __m128 _mm_unpackhi_ps(__m128 a, __m128 b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32( + vzip2q_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +#else + float32x2_t a1 = vget_high_f32(vreinterpretq_f32_m128(a)); + float32x2_t b1 = vget_high_f32(vreinterpretq_f32_m128(b)); + float32x2x2_t result = vzip_f32(a1, b1); + return vreinterpretq_m128_f32(vcombine_f32(result.val[0], result.val[1])); +#endif +} + +// Interleaves the upper 8 signed or unsigned 8-bit integers in a with the upper +// 8 signed or unsigned 8-bit integers in b. +// +// r0 := a8 +// r1 := b8 +// r2 := a9 +// r3 := b9 +// ... +// r14 := a15 +// r15 := b15 +// +// https://msdn.microsoft.com/en-us/library/t5h7783k(v=vs.100).aspx +FORCE_INLINE __m128i _mm_unpackhi_epi8(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_s8( + vzip2q_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +#else + int8x8_t a1 = + vreinterpret_s8_s16(vget_high_s16(vreinterpretq_s16_m128i(a))); + int8x8_t b1 = + vreinterpret_s8_s16(vget_high_s16(vreinterpretq_s16_m128i(b))); + int8x8x2_t result = vzip_s8(a1, b1); + return vreinterpretq_m128i_s8(vcombine_s8(result.val[0], result.val[1])); +#endif +} + +// Interleaves the upper 4 signed or unsigned 16-bit integers in a with the +// upper 4 signed or unsigned 16-bit integers in b. +// +// r0 := a4 +// r1 := b4 +// r2 := a5 +// r3 := b5 +// r4 := a6 +// r5 := b6 +// r6 := a7 +// r7 := b7 +// +// https://msdn.microsoft.com/en-us/library/03196cz7(v=vs.100).aspx +FORCE_INLINE __m128i _mm_unpackhi_epi16(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_s16( + vzip2q_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +#else + int16x4_t a1 = vget_high_s16(vreinterpretq_s16_m128i(a)); + int16x4_t b1 = vget_high_s16(vreinterpretq_s16_m128i(b)); + int16x4x2_t result = vzip_s16(a1, b1); + return vreinterpretq_m128i_s16(vcombine_s16(result.val[0], result.val[1])); +#endif +} + +// Interleaves the upper 2 signed or unsigned 32-bit integers in a with the +// upper 2 signed or unsigned 32-bit integers in b. +// https://msdn.microsoft.com/en-us/library/65sa7cbs(v=vs.100).aspx +FORCE_INLINE __m128i _mm_unpackhi_epi32(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_s32( + vzip2q_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +#else + int32x2_t a1 = vget_high_s32(vreinterpretq_s32_m128i(a)); + int32x2_t b1 = vget_high_s32(vreinterpretq_s32_m128i(b)); + int32x2x2_t result = vzip_s32(a1, b1); + return vreinterpretq_m128i_s32(vcombine_s32(result.val[0], result.val[1])); +#endif +} + +// Interleaves the upper signed or unsigned 64-bit integer in a with the +// upper signed or unsigned 64-bit integer in b. +// +// r0 := a1 +// r1 := b1 +FORCE_INLINE __m128i _mm_unpackhi_epi64(__m128i a, __m128i b) +{ + int64x1_t a_h = vget_high_s64(vreinterpretq_s64_m128i(a)); + int64x1_t b_h = vget_high_s64(vreinterpretq_s64_m128i(b)); + return vreinterpretq_m128i_s64(vcombine_s64(a_h, b_h)); +} + +// Horizontally compute the minimum amongst the packed unsigned 16-bit integers +// in a, store the minimum and index in dst, and zero the remaining bits in dst. +// +// index[2:0] := 0 +// min[15:0] := a[15:0] +// FOR j := 0 to 7 +// i := j*16 +// IF a[i+15:i] < min[15:0] +// index[2:0] := j +// min[15:0] := a[i+15:i] +// FI +// ENDFOR +// dst[15:0] := min[15:0] +// dst[18:16] := index[2:0] +// dst[127:19] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_minpos_epu16 +FORCE_INLINE __m128i _mm_minpos_epu16(__m128i a) +{ + __m128i dst; + uint16_t min, idx = 0; + // Find the minimum value +#if defined(__aarch64__) + min = vminvq_u16(vreinterpretq_u16_m128i(a)); +#else + __m64 tmp; + tmp = vreinterpret_m64_u16( + vmin_u16(vget_low_u16(vreinterpretq_u16_m128i(a)), + vget_high_u16(vreinterpretq_u16_m128i(a)))); + tmp = vreinterpret_m64_u16( + vpmin_u16(vreinterpret_u16_m64(tmp), vreinterpret_u16_m64(tmp))); + tmp = vreinterpret_m64_u16( + vpmin_u16(vreinterpret_u16_m64(tmp), vreinterpret_u16_m64(tmp))); + min = vget_lane_u16(vreinterpret_u16_m64(tmp), 0); +#endif + // Get the index of the minimum value + int i; + for (i = 0; i < 8; i++) { + if (min == vgetq_lane_u16(vreinterpretq_u16_m128i(a), 0)) { + idx = (uint16_t) i; + break; + } + a = _mm_srli_si128(a, 2); + } + // Generate result + dst = _mm_setzero_si128(); + dst = vreinterpretq_m128i_u16( + vsetq_lane_u16(min, vreinterpretq_u16_m128i(dst), 0)); + dst = vreinterpretq_m128i_u16( + vsetq_lane_u16(idx, vreinterpretq_u16_m128i(dst), 1)); + return dst; +} + +// shift to right +// https://msdn.microsoft.com/en-us/library/bb514041(v=vs.120).aspx +// http://blog.csdn.net/hemmingway/article/details/44828303 +// Clang requires a macro here, as it is extremely picky about c being a +// literal. +#define _mm_alignr_epi8(a, b, c) \ + ((__m128i) vextq_s8((int8x16_t)(b), (int8x16_t)(a), (c))) + +// Compute the bitwise AND of 128 bits (representing integer data) in a and b, +// and set ZF to 1 if the result is zero, otherwise set ZF to 0. Compute the +// bitwise NOT of a and then AND with b, and set CF to 1 if the result is zero, +// otherwise set CF to 0. Return the CF value. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_testc_si128 +FORCE_INLINE int _mm_testc_si128(__m128i a, __m128i b) +{ + int64x2_t s64 = + vandq_s64(vreinterpretq_s64_s32(vmvnq_s32(vreinterpretq_s32_m128i(a))), + vreinterpretq_s64_m128i(b)); + return !(vgetq_lane_s64(s64, 0) | vgetq_lane_s64(s64, 1)); +} + +// Compute the bitwise AND of 128 bits (representing integer data) in a and b, +// and set ZF to 1 if the result is zero, otherwise set ZF to 0. Compute the +// bitwise NOT of a and then AND with b, and set CF to 1 if the result is zero, +// otherwise set CF to 0. Return the ZF value. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_testz_si128 +FORCE_INLINE int _mm_testz_si128(__m128i a, __m128i b) +{ + int64x2_t s64 = + vandq_s64(vreinterpretq_s64_m128i(a), vreinterpretq_s64_m128i(b)); + return !(vgetq_lane_s64(s64, 0) | vgetq_lane_s64(s64, 1)); +} + +// Extracts the selected signed or unsigned 8-bit integer from a and zero +// extends. +// FORCE_INLINE int _mm_extract_epi8(__m128i a, __constrange(0,16) int imm) +#define _mm_extract_epi8(a, imm) vgetq_lane_u8(vreinterpretq_u8_m128i(a), (imm)) + +// Inserts the least significant 8 bits of b into the selected 8-bit integer +// of a. +// FORCE_INLINE __m128i _mm_insert_epi8(__m128i a, int b, +// __constrange(0,16) int imm) +#define _mm_insert_epi8(a, b, imm) \ + __extension__({ \ + vreinterpretq_m128i_s8( \ + vsetq_lane_s8((b), vreinterpretq_s8_m128i(a), (imm))); \ + }) + +// Extracts the selected signed or unsigned 16-bit integer from a and zero +// extends. +// https://msdn.microsoft.com/en-us/library/6dceta0c(v=vs.100).aspx +// FORCE_INLINE int _mm_extract_epi16(__m128i a, __constrange(0,8) int imm) +#define _mm_extract_epi16(a, imm) \ + vgetq_lane_u16(vreinterpretq_u16_m128i(a), (imm)) + +// Inserts the least significant 16 bits of b into the selected 16-bit integer +// of a. +// https://msdn.microsoft.com/en-us/library/kaze8hz1%28v=vs.100%29.aspx +// FORCE_INLINE __m128i _mm_insert_epi16(__m128i a, int b, +// __constrange(0,8) int imm) +#define _mm_insert_epi16(a, b, imm) \ + __extension__({ \ + vreinterpretq_m128i_s16( \ + vsetq_lane_s16((b), vreinterpretq_s16_m128i(a), (imm))); \ + }) + +// Extracts the selected signed or unsigned 32-bit integer from a and zero +// extends. +// FORCE_INLINE int _mm_extract_epi32(__m128i a, __constrange(0,4) int imm) +#define _mm_extract_epi32(a, imm) \ + vgetq_lane_s32(vreinterpretq_s32_m128i(a), (imm)) + +// Extracts the selected single-precision (32-bit) floating-point from a. +// FORCE_INLINE int _mm_extract_ps(__m128 a, __constrange(0,4) int imm) +#define _mm_extract_ps(a, imm) vgetq_lane_s32(vreinterpretq_s32_m128(a), (imm)) + +// Inserts the least significant 32 bits of b into the selected 32-bit integer +// of a. +// FORCE_INLINE __m128i _mm_insert_epi32(__m128i a, int b, +// __constrange(0,4) int imm) +#define _mm_insert_epi32(a, b, imm) \ + __extension__({ \ + vreinterpretq_m128i_s32( \ + vsetq_lane_s32((b), vreinterpretq_s32_m128i(a), (imm))); \ + }) + +// Extracts the selected signed or unsigned 64-bit integer from a and zero +// extends. +// FORCE_INLINE __int64 _mm_extract_epi64(__m128i a, __constrange(0,2) int imm) +#define _mm_extract_epi64(a, imm) \ + vgetq_lane_s64(vreinterpretq_s64_m128i(a), (imm)) + +// Inserts the least significant 64 bits of b into the selected 64-bit integer +// of a. +// FORCE_INLINE __m128i _mm_insert_epi64(__m128i a, __int64 b, +// __constrange(0,2) int imm) +#define _mm_insert_epi64(a, b, imm) \ + __extension__({ \ + vreinterpretq_m128i_s64( \ + vsetq_lane_s64((b), vreinterpretq_s64_m128i(a), (imm))); \ + }) + +// Count the number of bits set to 1 in unsigned 32-bit integer a, and +// return that count in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_popcnt_u32 +FORCE_INLINE int _mm_popcnt_u32(unsigned int a) +{ +#if defined(__aarch64__) +#if __has_builtin(__builtin_popcount) + return __builtin_popcount(a); +#else + return (int) vaddlv_u8(vcnt_u8(vcreate_u8((uint64_t) a))); +#endif +#else + uint32_t count = 0; + uint8x8_t input_val, count8x8_val; + uint16x4_t count16x4_val; + uint32x2_t count32x2_val; + + input_val = vld1_u8((uint8_t *) &a); + count8x8_val = vcnt_u8(input_val); + count16x4_val = vpaddl_u8(count8x8_val); + count32x2_val = vpaddl_u16(count16x4_val); + + vst1_u32(&count, count32x2_val); + return count; +#endif +} + +// Count the number of bits set to 1 in unsigned 64-bit integer a, and +// return that count in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_popcnt_u64 +FORCE_INLINE int64_t _mm_popcnt_u64(uint64_t a) +{ +#if defined(__aarch64__) +#if __has_builtin(__builtin_popcountll) + return __builtin_popcountll(a); +#else + return (int64_t) vaddlv_u8(vcnt_u8(vcreate_u8(a))); +#endif +#else + uint64_t count = 0; + uint8x8_t input_val, count8x8_val; + uint16x4_t count16x4_val; + uint32x2_t count32x2_val; + uint64x1_t count64x1_val; + + input_val = vld1_u8((uint8_t *) &a); + count8x8_val = vcnt_u8(input_val); + count16x4_val = vpaddl_u8(count8x8_val); + count32x2_val = vpaddl_u16(count16x4_val); + count64x1_val = vpaddl_u32(count32x2_val); + vst1_u64(&count, count64x1_val); + return count; +#endif +} + +// Macro: Transpose the 4x4 matrix formed by the 4 rows of single-precision +// (32-bit) floating-point elements in row0, row1, row2, and row3, and store the +// transposed matrix in these vectors (row0 now contains column 0, etc.). +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=MM_TRANSPOSE4_PS +#define _MM_TRANSPOSE4_PS(row0, row1, row2, row3) \ + do { \ + float32x4x2_t ROW01 = vtrnq_f32(row0, row1); \ + float32x4x2_t ROW23 = vtrnq_f32(row2, row3); \ + row0 = vcombine_f32(vget_low_f32(ROW01.val[0]), \ + vget_low_f32(ROW23.val[0])); \ + row1 = vcombine_f32(vget_low_f32(ROW01.val[1]), \ + vget_low_f32(ROW23.val[1])); \ + row2 = vcombine_f32(vget_high_f32(ROW01.val[0]), \ + vget_high_f32(ROW23.val[0])); \ + row3 = vcombine_f32(vget_high_f32(ROW01.val[1]), \ + vget_high_f32(ROW23.val[1])); \ + } while (0) + +/* Crypto Extensions */ + +#if defined(__ARM_FEATURE_CRYPTO) +// Wraps vmull_p64 +FORCE_INLINE uint64x2_t _sse2neon_vmull_p64(uint64x1_t _a, uint64x1_t _b) +{ + poly64_t a = vget_lane_p64(vreinterpret_p64_u64(_a), 0); + poly64_t b = vget_lane_p64(vreinterpret_p64_u64(_b), 0); + return vreinterpretq_u64_p128(vmull_p64(a, b)); +} +#else // ARMv7 polyfill +// ARMv7/some A64 lacks vmull_p64, but it has vmull_p8. +// +// vmull_p8 calculates 8 8-bit->16-bit polynomial multiplies, but we need a +// 64-bit->128-bit polynomial multiply. +// +// It needs some work and is somewhat slow, but it is still faster than all +// known scalar methods. +// +// Algorithm adapted to C from +// https://www.workofard.com/2017/07/ghash-for-low-end-cores/, which is adapted +// from "Fast Software Polynomial Multiplication on ARM Processors Using the +// NEON Engine" by Danilo Camara, Conrado Gouvea, Julio Lopez and Ricardo Dahab +// (https://hal.inria.fr/hal-01506572) +static uint64x2_t _sse2neon_vmull_p64(uint64x1_t _a, uint64x1_t _b) +{ + poly8x8_t a = vreinterpret_p8_u64(_a); + poly8x8_t b = vreinterpret_p8_u64(_b); + + // Masks + uint8x16_t k48_32 = vcombine_u8(vcreate_u8(0x0000ffffffffffff), + vcreate_u8(0x00000000ffffffff)); + uint8x16_t k16_00 = vcombine_u8(vcreate_u8(0x000000000000ffff), + vcreate_u8(0x0000000000000000)); + + // Do the multiplies, rotating with vext to get all combinations + uint8x16_t d = vreinterpretq_u8_p16(vmull_p8(a, b)); // D = A0 * B0 + uint8x16_t e = + vreinterpretq_u8_p16(vmull_p8(a, vext_p8(b, b, 1))); // E = A0 * B1 + uint8x16_t f = + vreinterpretq_u8_p16(vmull_p8(vext_p8(a, a, 1), b)); // F = A1 * B0 + uint8x16_t g = + vreinterpretq_u8_p16(vmull_p8(a, vext_p8(b, b, 2))); // G = A0 * B2 + uint8x16_t h = + vreinterpretq_u8_p16(vmull_p8(vext_p8(a, a, 2), b)); // H = A2 * B0 + uint8x16_t i = + vreinterpretq_u8_p16(vmull_p8(a, vext_p8(b, b, 3))); // I = A0 * B3 + uint8x16_t j = + vreinterpretq_u8_p16(vmull_p8(vext_p8(a, a, 3), b)); // J = A3 * B0 + uint8x16_t k = + vreinterpretq_u8_p16(vmull_p8(a, vext_p8(b, b, 4))); // L = A0 * B4 + + // Add cross products + uint8x16_t l = veorq_u8(e, f); // L = E + F + uint8x16_t m = veorq_u8(g, h); // M = G + H + uint8x16_t n = veorq_u8(i, j); // N = I + J + + // Interleave. Using vzip1 and vzip2 prevents Clang from emitting TBL + // instructions. +#if defined(__aarch64__) + uint8x16_t lm_p0 = vreinterpretq_u8_u64( + vzip1q_u64(vreinterpretq_u64_u8(l), vreinterpretq_u64_u8(m))); + uint8x16_t lm_p1 = vreinterpretq_u8_u64( + vzip2q_u64(vreinterpretq_u64_u8(l), vreinterpretq_u64_u8(m))); + uint8x16_t nk_p0 = vreinterpretq_u8_u64( + vzip1q_u64(vreinterpretq_u64_u8(n), vreinterpretq_u64_u8(k))); + uint8x16_t nk_p1 = vreinterpretq_u8_u64( + vzip2q_u64(vreinterpretq_u64_u8(n), vreinterpretq_u64_u8(k))); +#else + uint8x16_t lm_p0 = vcombine_u8(vget_low_u8(l), vget_low_u8(m)); + uint8x16_t lm_p1 = vcombine_u8(vget_high_u8(l), vget_high_u8(m)); + uint8x16_t nk_p0 = vcombine_u8(vget_low_u8(n), vget_low_u8(k)); + uint8x16_t nk_p1 = vcombine_u8(vget_high_u8(n), vget_high_u8(k)); +#endif + // t0 = (L) (P0 + P1) << 8 + // t1 = (M) (P2 + P3) << 16 + uint8x16_t t0t1_tmp = veorq_u8(lm_p0, lm_p1); + uint8x16_t t0t1_h = vandq_u8(lm_p1, k48_32); + uint8x16_t t0t1_l = veorq_u8(t0t1_tmp, t0t1_h); + + // t2 = (N) (P4 + P5) << 24 + // t3 = (K) (P6 + P7) << 32 + uint8x16_t t2t3_tmp = veorq_u8(nk_p0, nk_p1); + uint8x16_t t2t3_h = vandq_u8(nk_p1, k16_00); + uint8x16_t t2t3_l = veorq_u8(t2t3_tmp, t2t3_h); + + // De-interleave +#if defined(__aarch64__) + uint8x16_t t0 = vreinterpretq_u8_u64( + vuzp1q_u64(vreinterpretq_u64_u8(t0t1_l), vreinterpretq_u64_u8(t0t1_h))); + uint8x16_t t1 = vreinterpretq_u8_u64( + vuzp2q_u64(vreinterpretq_u64_u8(t0t1_l), vreinterpretq_u64_u8(t0t1_h))); + uint8x16_t t2 = vreinterpretq_u8_u64( + vuzp1q_u64(vreinterpretq_u64_u8(t2t3_l), vreinterpretq_u64_u8(t2t3_h))); + uint8x16_t t3 = vreinterpretq_u8_u64( + vuzp2q_u64(vreinterpretq_u64_u8(t2t3_l), vreinterpretq_u64_u8(t2t3_h))); +#else + uint8x16_t t1 = vcombine_u8(vget_high_u8(t0t1_l), vget_high_u8(t0t1_h)); + uint8x16_t t0 = vcombine_u8(vget_low_u8(t0t1_l), vget_low_u8(t0t1_h)); + uint8x16_t t3 = vcombine_u8(vget_high_u8(t2t3_l), vget_high_u8(t2t3_h)); + uint8x16_t t2 = vcombine_u8(vget_low_u8(t2t3_l), vget_low_u8(t2t3_h)); +#endif + // Shift the cross products + uint8x16_t t0_shift = vextq_u8(t0, t0, 15); // t0 << 8 + uint8x16_t t1_shift = vextq_u8(t1, t1, 14); // t1 << 16 + uint8x16_t t2_shift = vextq_u8(t2, t2, 13); // t2 << 24 + uint8x16_t t3_shift = vextq_u8(t3, t3, 12); // t3 << 32 + + // Accumulate the products + uint8x16_t cross1 = veorq_u8(t0_shift, t1_shift); + uint8x16_t cross2 = veorq_u8(t2_shift, t3_shift); + uint8x16_t mix = veorq_u8(d, cross1); + uint8x16_t r = veorq_u8(mix, cross2); + return vreinterpretq_u64_u8(r); +} +#endif // ARMv7 polyfill + +FORCE_INLINE __m128i _mm_clmulepi64_si128(__m128i _a, __m128i _b, const int imm) +{ + uint64x2_t a = vreinterpretq_u64_m128i(_a); + uint64x2_t b = vreinterpretq_u64_m128i(_b); + switch (imm & 0x11) { + case 0x00: + return vreinterpretq_m128i_u64( + _sse2neon_vmull_p64(vget_low_u64(a), vget_low_u64(b))); + case 0x01: + return vreinterpretq_m128i_u64( + _sse2neon_vmull_p64(vget_high_u64(a), vget_low_u64(b))); + case 0x10: + return vreinterpretq_m128i_u64( + _sse2neon_vmull_p64(vget_low_u64(a), vget_high_u64(b))); + case 0x11: + return vreinterpretq_m128i_u64( + _sse2neon_vmull_p64(vget_high_u64(a), vget_high_u64(b))); + default: + abort(); + } +} + +#if !defined(__ARM_FEATURE_CRYPTO) +/* clang-format off */ +#define SSE2NEON_AES_DATA(w) \ + { \ + w(0x63), w(0x7c), w(0x77), w(0x7b), w(0xf2), w(0x6b), w(0x6f), \ + w(0xc5), w(0x30), w(0x01), w(0x67), w(0x2b), w(0xfe), w(0xd7), \ + w(0xab), w(0x76), w(0xca), w(0x82), w(0xc9), w(0x7d), w(0xfa), \ + w(0x59), w(0x47), w(0xf0), w(0xad), w(0xd4), w(0xa2), w(0xaf), \ + w(0x9c), w(0xa4), w(0x72), w(0xc0), w(0xb7), w(0xfd), w(0x93), \ + w(0x26), w(0x36), w(0x3f), w(0xf7), w(0xcc), w(0x34), w(0xa5), \ + w(0xe5), w(0xf1), w(0x71), w(0xd8), w(0x31), w(0x15), w(0x04), \ + w(0xc7), w(0x23), w(0xc3), w(0x18), w(0x96), w(0x05), w(0x9a), \ + w(0x07), w(0x12), w(0x80), w(0xe2), w(0xeb), w(0x27), w(0xb2), \ + w(0x75), w(0x09), w(0x83), w(0x2c), w(0x1a), w(0x1b), w(0x6e), \ + w(0x5a), w(0xa0), w(0x52), w(0x3b), w(0xd6), w(0xb3), w(0x29), \ + w(0xe3), w(0x2f), w(0x84), w(0x53), w(0xd1), w(0x00), w(0xed), \ + w(0x20), w(0xfc), w(0xb1), w(0x5b), w(0x6a), w(0xcb), w(0xbe), \ + w(0x39), w(0x4a), w(0x4c), w(0x58), w(0xcf), w(0xd0), w(0xef), \ + w(0xaa), w(0xfb), w(0x43), w(0x4d), w(0x33), w(0x85), w(0x45), \ + w(0xf9), w(0x02), w(0x7f), w(0x50), w(0x3c), w(0x9f), w(0xa8), \ + w(0x51), w(0xa3), w(0x40), w(0x8f), w(0x92), w(0x9d), w(0x38), \ + w(0xf5), w(0xbc), w(0xb6), w(0xda), w(0x21), w(0x10), w(0xff), \ + w(0xf3), w(0xd2), w(0xcd), w(0x0c), w(0x13), w(0xec), w(0x5f), \ + w(0x97), w(0x44), w(0x17), w(0xc4), w(0xa7), w(0x7e), w(0x3d), \ + w(0x64), w(0x5d), w(0x19), w(0x73), w(0x60), w(0x81), w(0x4f), \ + w(0xdc), w(0x22), w(0x2a), w(0x90), w(0x88), w(0x46), w(0xee), \ + w(0xb8), w(0x14), w(0xde), w(0x5e), w(0x0b), w(0xdb), w(0xe0), \ + w(0x32), w(0x3a), w(0x0a), w(0x49), w(0x06), w(0x24), w(0x5c), \ + w(0xc2), w(0xd3), w(0xac), w(0x62), w(0x91), w(0x95), w(0xe4), \ + w(0x79), w(0xe7), w(0xc8), w(0x37), w(0x6d), w(0x8d), w(0xd5), \ + w(0x4e), w(0xa9), w(0x6c), w(0x56), w(0xf4), w(0xea), w(0x65), \ + w(0x7a), w(0xae), w(0x08), w(0xba), w(0x78), w(0x25), w(0x2e), \ + w(0x1c), w(0xa6), w(0xb4), w(0xc6), w(0xe8), w(0xdd), w(0x74), \ + w(0x1f), w(0x4b), w(0xbd), w(0x8b), w(0x8a), w(0x70), w(0x3e), \ + w(0xb5), w(0x66), w(0x48), w(0x03), w(0xf6), w(0x0e), w(0x61), \ + w(0x35), w(0x57), w(0xb9), w(0x86), w(0xc1), w(0x1d), w(0x9e), \ + w(0xe1), w(0xf8), w(0x98), w(0x11), w(0x69), w(0xd9), w(0x8e), \ + w(0x94), w(0x9b), w(0x1e), w(0x87), w(0xe9), w(0xce), w(0x55), \ + w(0x28), w(0xdf), w(0x8c), w(0xa1), w(0x89), w(0x0d), w(0xbf), \ + w(0xe6), w(0x42), w(0x68), w(0x41), w(0x99), w(0x2d), w(0x0f), \ + w(0xb0), w(0x54), w(0xbb), w(0x16) \ + } +/* clang-format on */ + +/* X Macro trick. See https://en.wikipedia.org/wiki/X_Macro */ +#define SSE2NEON_AES_H0(x) (x) +static const uint8_t SSE2NEON_sbox[256] = SSE2NEON_AES_DATA(SSE2NEON_AES_H0); +#undef SSE2NEON_AES_H0 + +// In the absence of crypto extensions, implement aesenc using regular neon +// intrinsics instead. See: +// https://www.workofard.com/2017/01/accelerated-aes-for-the-arm64-linux-kernel/ +// https://www.workofard.com/2017/07/ghash-for-low-end-cores/ and +// https://github.com/ColinIanKing/linux-next-mirror/blob/b5f466091e130caaf0735976648f72bd5e09aa84/crypto/aegis128-neon-inner.c#L52 +// for more information Reproduced with permission of the author. +FORCE_INLINE __m128i _mm_aesenc_si128(__m128i EncBlock, __m128i RoundKey) +{ +#if defined(__aarch64__) + static const uint8_t shift_rows[] = {0x0, 0x5, 0xa, 0xf, 0x4, 0x9, + 0xe, 0x3, 0x8, 0xd, 0x2, 0x7, + 0xc, 0x1, 0x6, 0xb}; + static const uint8_t ror32by8[] = {0x1, 0x2, 0x3, 0x0, 0x5, 0x6, 0x7, 0x4, + 0x9, 0xa, 0xb, 0x8, 0xd, 0xe, 0xf, 0xc}; + + uint8x16_t v; + uint8x16_t w = vreinterpretq_u8_m128i(EncBlock); + + // shift rows + w = vqtbl1q_u8(w, vld1q_u8(shift_rows)); + + // sub bytes + v = vqtbl4q_u8(vld1q_u8_x4(SSE2NEON_sbox), w); + v = vqtbx4q_u8(v, vld1q_u8_x4(SSE2NEON_sbox + 0x40), w - 0x40); + v = vqtbx4q_u8(v, vld1q_u8_x4(SSE2NEON_sbox + 0x80), w - 0x80); + v = vqtbx4q_u8(v, vld1q_u8_x4(SSE2NEON_sbox + 0xc0), w - 0xc0); + + // mix columns + w = (v << 1) ^ (uint8x16_t)(((int8x16_t) v >> 7) & 0x1b); + w ^= (uint8x16_t) vrev32q_u16((uint16x8_t) v); + w ^= vqtbl1q_u8(v ^ w, vld1q_u8(ror32by8)); + + // add round key + return vreinterpretq_m128i_u8(w) ^ RoundKey; + +#else /* ARMv7-A NEON implementation */ +#define SSE2NEON_AES_B2W(b0, b1, b2, b3) \ + (((uint32_t)(b3) << 24) | ((uint32_t)(b2) << 16) | ((uint32_t)(b1) << 8) | \ + (b0)) +#define SSE2NEON_AES_F2(x) ((x << 1) ^ (((x >> 7) & 1) * 0x011b /* WPOLY */)) +#define SSE2NEON_AES_F3(x) (SSE2NEON_AES_F2(x) ^ x) +#define SSE2NEON_AES_U0(p) \ + SSE2NEON_AES_B2W(SSE2NEON_AES_F2(p), p, p, SSE2NEON_AES_F3(p)) +#define SSE2NEON_AES_U1(p) \ + SSE2NEON_AES_B2W(SSE2NEON_AES_F3(p), SSE2NEON_AES_F2(p), p, p) +#define SSE2NEON_AES_U2(p) \ + SSE2NEON_AES_B2W(p, SSE2NEON_AES_F3(p), SSE2NEON_AES_F2(p), p) +#define SSE2NEON_AES_U3(p) \ + SSE2NEON_AES_B2W(p, p, SSE2NEON_AES_F3(p), SSE2NEON_AES_F2(p)) + static const uint32_t ALIGN_STRUCT(16) aes_table[4][256] = { + SSE2NEON_AES_DATA(SSE2NEON_AES_U0), + SSE2NEON_AES_DATA(SSE2NEON_AES_U1), + SSE2NEON_AES_DATA(SSE2NEON_AES_U2), + SSE2NEON_AES_DATA(SSE2NEON_AES_U3), + }; +#undef SSE2NEON_AES_B2W +#undef SSE2NEON_AES_F2 +#undef SSE2NEON_AES_F3 +#undef SSE2NEON_AES_U0 +#undef SSE2NEON_AES_U1 +#undef SSE2NEON_AES_U2 +#undef SSE2NEON_AES_U3 + + uint32_t x0 = _mm_cvtsi128_si32(EncBlock); + uint32_t x1 = _mm_cvtsi128_si32(_mm_shuffle_epi32(EncBlock, 0x55)); + uint32_t x2 = _mm_cvtsi128_si32(_mm_shuffle_epi32(EncBlock, 0xAA)); + uint32_t x3 = _mm_cvtsi128_si32(_mm_shuffle_epi32(EncBlock, 0xFF)); + + __m128i out = _mm_set_epi32( + (aes_table[0][x3 & 0xff] ^ aes_table[1][(x0 >> 8) & 0xff] ^ + aes_table[2][(x1 >> 16) & 0xff] ^ aes_table[3][x2 >> 24]), + (aes_table[0][x2 & 0xff] ^ aes_table[1][(x3 >> 8) & 0xff] ^ + aes_table[2][(x0 >> 16) & 0xff] ^ aes_table[3][x1 >> 24]), + (aes_table[0][x1 & 0xff] ^ aes_table[1][(x2 >> 8) & 0xff] ^ + aes_table[2][(x3 >> 16) & 0xff] ^ aes_table[3][x0 >> 24]), + (aes_table[0][x0 & 0xff] ^ aes_table[1][(x1 >> 8) & 0xff] ^ + aes_table[2][(x2 >> 16) & 0xff] ^ aes_table[3][x3 >> 24])); + + return _mm_xor_si128(out, RoundKey); +#endif +} + +FORCE_INLINE __m128i _mm_aesenclast_si128(__m128i a, __m128i RoundKey) +{ + /* FIXME: optimized for NEON */ + uint8_t v[4][4] = { + [0] = {SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 0)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 5)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 10)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 15)]}, + [1] = {SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 4)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 9)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 14)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 3)]}, + [2] = {SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 8)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 13)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 2)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 7)]}, + [3] = {SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 12)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 1)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 6)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 11)]}, + }; + for (int i = 0; i < 16; i++) + vreinterpretq_nth_u8_m128i(a, i) = + v[i / 4][i % 4] ^ vreinterpretq_nth_u8_m128i(RoundKey, i); + return a; +} + +// Emits the Advanced Encryption Standard (AES) instruction aeskeygenassist. +// This instruction generates a round key for AES encryption. See +// https://kazakov.life/2017/11/01/cryptocurrency-mining-on-ios-devices/ +// for details. +// +// https://msdn.microsoft.com/en-us/library/cc714138(v=vs.120).aspx +FORCE_INLINE __m128i _mm_aeskeygenassist_si128(__m128i key, const int rcon) +{ + uint32_t X1 = _mm_cvtsi128_si32(_mm_shuffle_epi32(key, 0x55)); + uint32_t X3 = _mm_cvtsi128_si32(_mm_shuffle_epi32(key, 0xFF)); + for (int i = 0; i < 4; ++i) { + ((uint8_t *) &X1)[i] = SSE2NEON_sbox[((uint8_t *) &X1)[i]]; + ((uint8_t *) &X3)[i] = SSE2NEON_sbox[((uint8_t *) &X3)[i]]; + } + return _mm_set_epi32(((X3 >> 8) | (X3 << 24)) ^ rcon, X3, + ((X1 >> 8) | (X1 << 24)) ^ rcon, X1); +} +#undef SSE2NEON_AES_DATA + +#else /* __ARM_FEATURE_CRYPTO */ +// Implements equivalent of 'aesenc' by combining AESE (with an empty key) and +// AESMC and then manually applying the real key as an xor operation. This +// unfortunately means an additional xor op; the compiler should be able to +// optimize this away for repeated calls however. See +// https://blog.michaelbrase.com/2018/05/08/emulating-x86-aes-intrinsics-on-armv8-a +// for more details. +FORCE_INLINE __m128i _mm_aesenc_si128(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vaesmcq_u8(vaeseq_u8(vreinterpretq_u8_m128i(a), vdupq_n_u8(0))) ^ + vreinterpretq_u8_m128i(b)); +} + +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_aesenclast_si128 +FORCE_INLINE __m128i _mm_aesenclast_si128(__m128i a, __m128i RoundKey) +{ + return _mm_xor_si128(vreinterpretq_m128i_u8(vaeseq_u8( + vreinterpretq_u8_m128i(a), vdupq_n_u8(0))), + RoundKey); +} + +FORCE_INLINE __m128i _mm_aeskeygenassist_si128(__m128i a, const int rcon) +{ + // AESE does ShiftRows and SubBytes on A + uint8x16_t u8 = vaeseq_u8(vreinterpretq_u8_m128i(a), vdupq_n_u8(0)); + + uint8x16_t dest = { + // Undo ShiftRows step from AESE and extract X1 and X3 + u8[0x4], u8[0x1], u8[0xE], u8[0xB], // SubBytes(X1) + u8[0x1], u8[0xE], u8[0xB], u8[0x4], // ROT(SubBytes(X1)) + u8[0xC], u8[0x9], u8[0x6], u8[0x3], // SubBytes(X3) + u8[0x9], u8[0x6], u8[0x3], u8[0xC], // ROT(SubBytes(X3)) + }; + uint32x4_t r = {0, (unsigned) rcon, 0, (unsigned) rcon}; + return vreinterpretq_m128i_u8(dest) ^ vreinterpretq_m128i_u32(r); +} +#endif + +/* Streaming Extensions */ + +// Guarantees that every preceding store is globally visible before any +// subsequent store. +// https://msdn.microsoft.com/en-us/library/5h2w73d1%28v=vs.90%29.aspx +FORCE_INLINE void _mm_sfence(void) +{ + __sync_synchronize(); +} + +// Store 128-bits (composed of 4 packed single-precision (32-bit) floating- +// point elements) from a into memory using a non-temporal memory hint. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_stream_ps +FORCE_INLINE void _mm_stream_ps(float *p, __m128 a) +{ +#if __has_builtin(__builtin_nontemporal_store) + __builtin_nontemporal_store(a, (float32x4_t *) p); +#else + vst1q_f32(p, vreinterpretq_f32_m128(a)); +#endif +} + +// Stores the data in a to the address p without polluting the caches. If the +// cache line containing address p is already in the cache, the cache will be +// updated. +// https://msdn.microsoft.com/en-us/library/ba08y07y%28v=vs.90%29.aspx +FORCE_INLINE void _mm_stream_si128(__m128i *p, __m128i a) +{ +#if __has_builtin(__builtin_nontemporal_store) + __builtin_nontemporal_store(a, p); +#else + vst1q_s64((int64_t *) p, vreinterpretq_s64_m128i(a)); +#endif +} + +// Load 128-bits of integer data from memory into dst using a non-temporal +// memory hint. mem_addr must be aligned on a 16-byte boundary or a +// general-protection exception may be generated. +// +// dst[127:0] := MEM[mem_addr+127:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_stream_load_si128 +FORCE_INLINE __m128i _mm_stream_load_si128(__m128i *p) +{ +#if __has_builtin(__builtin_nontemporal_store) + return __builtin_nontemporal_load(p); +#else + return vreinterpretq_m128i_s64(vld1q_s64((int64_t *) p)); +#endif +} + +// Cache line containing p is flushed and invalidated from all caches in the +// coherency domain. : +// https://msdn.microsoft.com/en-us/library/ba08y07y(v=vs.100).aspx +FORCE_INLINE void _mm_clflush(void const *p) +{ + (void) p; + // no corollary for Neon? +} + +// Allocate aligned blocks of memory. +// https://software.intel.com/en-us/ +// cpp-compiler-developer-guide-and-reference-allocating-and-freeing-aligned-memory-blocks +FORCE_INLINE void *_mm_malloc(size_t size, size_t align) +{ + void *ptr; + if (align == 1) + return malloc(size); + if (align == 2 || (sizeof(void *) == 8 && align == 4)) + align = sizeof(void *); + if (!posix_memalign(&ptr, align, size)) + return ptr; + return NULL; +} + +FORCE_INLINE void _mm_free(void *addr) +{ + free(addr); +} + +// Starting with the initial value in crc, accumulates a CRC32 value for +// unsigned 8-bit integer v. +// https://msdn.microsoft.com/en-us/library/bb514036(v=vs.100) +FORCE_INLINE uint32_t _mm_crc32_u8(uint32_t crc, uint8_t v) +{ +#if defined(__aarch64__) && defined(__ARM_FEATURE_CRC32) + __asm__ __volatile__("crc32cb %w[c], %w[c], %w[v]\n\t" + : [c] "+r"(crc) + : [v] "r"(v)); +#else + crc ^= v; + for (int bit = 0; bit < 8; bit++) { + if (crc & 1) + crc = (crc >> 1) ^ UINT32_C(0x82f63b78); + else + crc = (crc >> 1); + } +#endif + return crc; +} + +// Starting with the initial value in crc, accumulates a CRC32 value for +// unsigned 16-bit integer v. +// https://msdn.microsoft.com/en-us/library/bb531411(v=vs.100) +FORCE_INLINE uint32_t _mm_crc32_u16(uint32_t crc, uint16_t v) +{ +#if defined(__aarch64__) && defined(__ARM_FEATURE_CRC32) + __asm__ __volatile__("crc32ch %w[c], %w[c], %w[v]\n\t" + : [c] "+r"(crc) + : [v] "r"(v)); +#else + crc = _mm_crc32_u8(crc, v & 0xff); + crc = _mm_crc32_u8(crc, (v >> 8) & 0xff); +#endif + return crc; +} + +// Starting with the initial value in crc, accumulates a CRC32 value for +// unsigned 32-bit integer v. +// https://msdn.microsoft.com/en-us/library/bb531394(v=vs.100) +FORCE_INLINE uint32_t _mm_crc32_u32(uint32_t crc, uint32_t v) +{ +#if defined(__aarch64__) && defined(__ARM_FEATURE_CRC32) + __asm__ __volatile__("crc32cw %w[c], %w[c], %w[v]\n\t" + : [c] "+r"(crc) + : [v] "r"(v)); +#else + crc = _mm_crc32_u16(crc, v & 0xffff); + crc = _mm_crc32_u16(crc, (v >> 16) & 0xffff); +#endif + return crc; +} + +// Starting with the initial value in crc, accumulates a CRC32 value for +// unsigned 64-bit integer v. +// https://msdn.microsoft.com/en-us/library/bb514033(v=vs.100) +FORCE_INLINE uint64_t _mm_crc32_u64(uint64_t crc, uint64_t v) +{ +#if defined(__aarch64__) && defined(__ARM_FEATURE_CRC32) + __asm__ __volatile__("crc32cx %w[c], %w[c], %x[v]\n\t" + : [c] "+r"(crc) + : [v] "r"(v)); +#else + crc = _mm_crc32_u32((uint32_t)(crc), v & 0xffffffff); + crc = _mm_crc32_u32((uint32_t)(crc), (v >> 32) & 0xffffffff); +#endif + return crc; +} + +#if defined(__GNUC__) || defined(__clang__) +#pragma pop_macro("ALIGN_STRUCT") +#pragma pop_macro("FORCE_INLINE") +#endif + +#if defined(__GNUC__) +#pragma GCC pop_options +#endif + +#endif diff --git a/.env/Include/site/python3.12/pygame/mask.h b/.env/Include/site/python3.12/pygame/mask.h new file mode 100644 index 00000000..45ad8c51 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/mask.h @@ -0,0 +1,7 @@ +#ifndef PGMASK_INTERNAL_H +#define PGMASK_INTERNAL_H + +#include "include/pygame_mask.h" +#define PYGAMEAPI_MASK_NUMSLOTS 1 + +#endif /* ~PGMASK_INTERNAL_H */ diff --git a/.env/Include/site/python3.12/pygame/mixer.h b/.env/Include/site/python3.12/pygame/mixer.h new file mode 100644 index 00000000..97f5a0f1 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/mixer.h @@ -0,0 +1,14 @@ +#ifndef MIXER_INTERNAL_H +#define MIXER_INTERNAL_H + +#include + +/* test mixer initializations */ +#define MIXER_INIT_CHECK() \ + if (!SDL_WasInit(SDL_INIT_AUDIO)) \ + return RAISE(pgExc_SDLError, "mixer not initialized") + +#define PYGAMEAPI_MIXER_NUMSLOTS 5 +#include "include/pygame_mixer.h" + +#endif /* ~MIXER_INTERNAL_H */ diff --git a/.env/Include/site/python3.12/pygame/palette.h b/.env/Include/site/python3.12/pygame/palette.h new file mode 100644 index 00000000..1ae4cf6d --- /dev/null +++ b/.env/Include/site/python3.12/pygame/palette.h @@ -0,0 +1,123 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +#ifndef PALETTE_H +#define PALETTE_H + +#include + +/* SDL 2 does not assign a default palette color scheme to a new 8 bit + * surface. Instead, the palette is set all white. This defines the SDL 1.2 + * default palette. + */ +static const SDL_Color default_palette_colors[] = { + {0, 0, 0, 255}, {0, 0, 85, 255}, {0, 0, 170, 255}, + {0, 0, 255, 255}, {0, 36, 0, 255}, {0, 36, 85, 255}, + {0, 36, 170, 255}, {0, 36, 255, 255}, {0, 73, 0, 255}, + {0, 73, 85, 255}, {0, 73, 170, 255}, {0, 73, 255, 255}, + {0, 109, 0, 255}, {0, 109, 85, 255}, {0, 109, 170, 255}, + {0, 109, 255, 255}, {0, 146, 0, 255}, {0, 146, 85, 255}, + {0, 146, 170, 255}, {0, 146, 255, 255}, {0, 182, 0, 255}, + {0, 182, 85, 255}, {0, 182, 170, 255}, {0, 182, 255, 255}, + {0, 219, 0, 255}, {0, 219, 85, 255}, {0, 219, 170, 255}, + {0, 219, 255, 255}, {0, 255, 0, 255}, {0, 255, 85, 255}, + {0, 255, 170, 255}, {0, 255, 255, 255}, {85, 0, 0, 255}, + {85, 0, 85, 255}, {85, 0, 170, 255}, {85, 0, 255, 255}, + {85, 36, 0, 255}, {85, 36, 85, 255}, {85, 36, 170, 255}, + {85, 36, 255, 255}, {85, 73, 0, 255}, {85, 73, 85, 255}, + {85, 73, 170, 255}, {85, 73, 255, 255}, {85, 109, 0, 255}, + {85, 109, 85, 255}, {85, 109, 170, 255}, {85, 109, 255, 255}, + {85, 146, 0, 255}, {85, 146, 85, 255}, {85, 146, 170, 255}, + {85, 146, 255, 255}, {85, 182, 0, 255}, {85, 182, 85, 255}, + {85, 182, 170, 255}, {85, 182, 255, 255}, {85, 219, 0, 255}, + {85, 219, 85, 255}, {85, 219, 170, 255}, {85, 219, 255, 255}, + {85, 255, 0, 255}, {85, 255, 85, 255}, {85, 255, 170, 255}, + {85, 255, 255, 255}, {170, 0, 0, 255}, {170, 0, 85, 255}, + {170, 0, 170, 255}, {170, 0, 255, 255}, {170, 36, 0, 255}, + {170, 36, 85, 255}, {170, 36, 170, 255}, {170, 36, 255, 255}, + {170, 73, 0, 255}, {170, 73, 85, 255}, {170, 73, 170, 255}, + {170, 73, 255, 255}, {170, 109, 0, 255}, {170, 109, 85, 255}, + {170, 109, 170, 255}, {170, 109, 255, 255}, {170, 146, 0, 255}, + {170, 146, 85, 255}, {170, 146, 170, 255}, {170, 146, 255, 255}, + {170, 182, 0, 255}, {170, 182, 85, 255}, {170, 182, 170, 255}, + {170, 182, 255, 255}, {170, 219, 0, 255}, {170, 219, 85, 255}, + {170, 219, 170, 255}, {170, 219, 255, 255}, {170, 255, 0, 255}, + {170, 255, 85, 255}, {170, 255, 170, 255}, {170, 255, 255, 255}, + {255, 0, 0, 255}, {255, 0, 85, 255}, {255, 0, 170, 255}, + {255, 0, 255, 255}, {255, 36, 0, 255}, {255, 36, 85, 255}, + {255, 36, 170, 255}, {255, 36, 255, 255}, {255, 73, 0, 255}, + {255, 73, 85, 255}, {255, 73, 170, 255}, {255, 73, 255, 255}, + {255, 109, 0, 255}, {255, 109, 85, 255}, {255, 109, 170, 255}, + {255, 109, 255, 255}, {255, 146, 0, 255}, {255, 146, 85, 255}, + {255, 146, 170, 255}, {255, 146, 255, 255}, {255, 182, 0, 255}, + {255, 182, 85, 255}, {255, 182, 170, 255}, {255, 182, 255, 255}, + {255, 219, 0, 255}, {255, 219, 85, 255}, {255, 219, 170, 255}, + {255, 219, 255, 255}, {255, 255, 0, 255}, {255, 255, 85, 255}, + {255, 255, 170, 255}, {255, 255, 255, 255}, {0, 0, 0, 255}, + {0, 0, 85, 255}, {0, 0, 170, 255}, {0, 0, 255, 255}, + {0, 36, 0, 255}, {0, 36, 85, 255}, {0, 36, 170, 255}, + {0, 36, 255, 255}, {0, 73, 0, 255}, {0, 73, 85, 255}, + {0, 73, 170, 255}, {0, 73, 255, 255}, {0, 109, 0, 255}, + {0, 109, 85, 255}, {0, 109, 170, 255}, {0, 109, 255, 255}, + {0, 146, 0, 255}, {0, 146, 85, 255}, {0, 146, 170, 255}, + {0, 146, 255, 255}, {0, 182, 0, 255}, {0, 182, 85, 255}, + {0, 182, 170, 255}, {0, 182, 255, 255}, {0, 219, 0, 255}, + {0, 219, 85, 255}, {0, 219, 170, 255}, {0, 219, 255, 255}, + {0, 255, 0, 255}, {0, 255, 85, 255}, {0, 255, 170, 255}, + {0, 255, 255, 255}, {85, 0, 0, 255}, {85, 0, 85, 255}, + {85, 0, 170, 255}, {85, 0, 255, 255}, {85, 36, 0, 255}, + {85, 36, 85, 255}, {85, 36, 170, 255}, {85, 36, 255, 255}, + {85, 73, 0, 255}, {85, 73, 85, 255}, {85, 73, 170, 255}, + {85, 73, 255, 255}, {85, 109, 0, 255}, {85, 109, 85, 255}, + {85, 109, 170, 255}, {85, 109, 255, 255}, {85, 146, 0, 255}, + {85, 146, 85, 255}, {85, 146, 170, 255}, {85, 146, 255, 255}, + {85, 182, 0, 255}, {85, 182, 85, 255}, {85, 182, 170, 255}, + {85, 182, 255, 255}, {85, 219, 0, 255}, {85, 219, 85, 255}, + {85, 219, 170, 255}, {85, 219, 255, 255}, {85, 255, 0, 255}, + {85, 255, 85, 255}, {85, 255, 170, 255}, {85, 255, 255, 255}, + {170, 0, 0, 255}, {170, 0, 85, 255}, {170, 0, 170, 255}, + {170, 0, 255, 255}, {170, 36, 0, 255}, {170, 36, 85, 255}, + {170, 36, 170, 255}, {170, 36, 255, 255}, {170, 73, 0, 255}, + {170, 73, 85, 255}, {170, 73, 170, 255}, {170, 73, 255, 255}, + {170, 109, 0, 255}, {170, 109, 85, 255}, {170, 109, 170, 255}, + {170, 109, 255, 255}, {170, 146, 0, 255}, {170, 146, 85, 255}, + {170, 146, 170, 255}, {170, 146, 255, 255}, {170, 182, 0, 255}, + {170, 182, 85, 255}, {170, 182, 170, 255}, {170, 182, 255, 255}, + {170, 219, 0, 255}, {170, 219, 85, 255}, {170, 219, 170, 255}, + {170, 219, 255, 255}, {170, 255, 0, 255}, {170, 255, 85, 255}, + {170, 255, 170, 255}, {170, 255, 255, 255}, {255, 0, 0, 255}, + {255, 0, 85, 255}, {255, 0, 170, 255}, {255, 0, 255, 255}, + {255, 36, 0, 255}, {255, 36, 85, 255}, {255, 36, 170, 255}, + {255, 36, 255, 255}, {255, 73, 0, 255}, {255, 73, 85, 255}, + {255, 73, 170, 255}, {255, 73, 255, 255}, {255, 109, 0, 255}, + {255, 109, 85, 255}, {255, 109, 170, 255}, {255, 109, 255, 255}, + {255, 146, 0, 255}, {255, 146, 85, 255}, {255, 146, 170, 255}, + {255, 146, 255, 255}, {255, 182, 0, 255}, {255, 182, 85, 255}, + {255, 182, 170, 255}, {255, 182, 255, 255}, {255, 219, 0, 255}, + {255, 219, 85, 255}, {255, 219, 170, 255}, {255, 219, 255, 255}, + {255, 255, 0, 255}, {255, 255, 85, 255}, {255, 255, 170, 255}, + {255, 255, 255, 255}}; + +static const int default_palette_size = + (int)(sizeof(default_palette_colors) / sizeof(SDL_Color)); + +#endif diff --git a/.env/Include/site/python3.12/pygame/pgarrinter.h b/.env/Include/site/python3.12/pygame/pgarrinter.h new file mode 100644 index 00000000..5ba096be --- /dev/null +++ b/.env/Include/site/python3.12/pygame/pgarrinter.h @@ -0,0 +1,26 @@ +/* array structure interface version 3 declarations */ + +#if !defined(PG_ARRAYINTER_HEADER) +#define PG_ARRAYINTER_HEADER + +static const int PAI_CONTIGUOUS = 0x01; +static const int PAI_FORTRAN = 0x02; +static const int PAI_ALIGNED = 0x100; +static const int PAI_NOTSWAPPED = 0x200; +static const int PAI_WRITEABLE = 0x400; +static const int PAI_ARR_HAS_DESCR = 0x800; + +typedef struct { + int two; /* contains the integer 2 -- simple sanity check */ + int nd; /* number of dimensions */ + char typekind; /* kind in array -- character code of typestr */ + int itemsize; /* size of each element */ + int flags; /* flags indicating how the data should be */ + /* interpreted */ + Py_intptr_t *shape; /* A length-nd array of shape information */ + Py_intptr_t *strides; /* A length-nd array of stride information */ + void *data; /* A pointer to the first element of the array */ + PyObject *descr; /* NULL or a data-description */ +} PyArrayInterface; + +#endif diff --git a/.env/Include/site/python3.12/pygame/pgbufferproxy.h b/.env/Include/site/python3.12/pygame/pgbufferproxy.h new file mode 100644 index 00000000..15076086 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/pgbufferproxy.h @@ -0,0 +1,7 @@ +#ifndef PG_BUFPROXY_INTERNAL_H +#define PG_BUFPROXY_INTERNAL_H + +#include "include/pygame_bufferproxy.h" +#define PYGAMEAPI_BUFPROXY_NUMSLOTS 4 + +#endif /* ~PG_BUFPROXY_INTERNAL_H */ diff --git a/.env/Include/site/python3.12/pygame/pgcompat.h b/.env/Include/site/python3.12/pygame/pgcompat.h new file mode 100644 index 00000000..1bc0d247 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/pgcompat.h @@ -0,0 +1,27 @@ +/* Python 2.x/3.x compatibility tools (internal) + */ +#ifndef PGCOMPAT_INTERNAL_H +#define PGCOMPAT_INTERNAL_H + +#include "include/pgcompat.h" + +/* Module init function returns new module instance. */ +#define MODINIT_DEFINE(mod_name) PyMODINIT_FUNC PyInit_##mod_name(void) + +/* Defaults for unicode file path encoding */ +#if defined(MS_WIN32) +#define UNICODE_DEF_FS_ERROR "replace" +#else +#define UNICODE_DEF_FS_ERROR "surrogateescape" +#endif + +#define RELATIVE_MODULE(m) ("." m) + +#ifndef Py_TPFLAGS_HAVE_NEWBUFFER +#define Py_TPFLAGS_HAVE_NEWBUFFER 0 +#endif + +#define Slice_GET_INDICES_EX(slice, length, start, stop, step, slicelength) \ + PySlice_GetIndicesEx(slice, length, start, stop, step, slicelength) + +#endif /* ~PGCOMPAT_INTERNAL_H */ diff --git a/.env/Include/site/python3.12/pygame/pgopengl.h b/.env/Include/site/python3.12/pygame/pgopengl.h new file mode 100644 index 00000000..a845cbf2 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/pgopengl.h @@ -0,0 +1,20 @@ +#if !defined(PGOPENGL_H) +#define PGOPENGL_H + +/** This header includes definitions of Opengl functions as pointer types for + ** use with the SDL function SDL_GL_GetProcAddress. + **/ + +#if defined(_WIN32) +#define GL_APIENTRY __stdcall +#else +#define GL_APIENTRY +#endif + +typedef void(GL_APIENTRY *GL_glReadPixels_Func)(int, int, int, int, + unsigned int, unsigned int, + void *); + +typedef void(GL_APIENTRY *GL_glViewport_Func)(int, int, unsigned int, + unsigned int); +#endif diff --git a/.env/Include/site/python3.12/pygame/pgplatform.h b/.env/Include/site/python3.12/pygame/pgplatform.h new file mode 100644 index 00000000..54310eb6 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/pgplatform.h @@ -0,0 +1,23 @@ +/* platform/compiler adjustments (internal) */ +#ifndef PG_PLATFORM_INTERNAL_H +#define PG_PLATFORM_INTERNAL_H + +#include "include/pgplatform.h" + +#ifndef MIN +#define MIN(a, b) ((a) < (b) ? (a) : (b)) +#endif +#ifndef MAX +#define MAX(a, b) ((a) > (b) ? (a) : (b)) +#endif +#ifndef ABS +#define ABS(a) (((a) < 0) ? -(a) : (a)) +#endif + +/* warnings */ +#define PG_STRINGIZE_HELPER(x) #x +#define PG_STRINGIZE(x) PG_STRINGIZE_HELPER(x) +#define PG_WARN(desc) \ + message(__FILE__ "(" PG_STRINGIZE(__LINE__) "): WARNING: " #desc) + +#endif /* ~PG_PLATFORM_INTERNAL_H */ diff --git a/.env/Include/site/python3.12/pygame/pygame.h b/.env/Include/site/python3.12/pygame/pygame.h new file mode 100644 index 00000000..d7eaf739 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/pygame.h @@ -0,0 +1,32 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +/* This will use PYGAMEAPI_DEFINE_SLOTS instead + * of PYGAMEAPI_EXTERN_SLOTS for base modules. + */ +#ifndef PYGAME_INTERNAL_H +#define PYGAME_INTERNAL_H + +#define PYGAME_H +#include "_pygame.h" + +#endif /* ~PYGAME_INTERNAL_H */ diff --git a/.env/Include/site/python3.12/pygame/scrap.h b/.env/Include/site/python3.12/pygame/scrap.h new file mode 100644 index 00000000..5866b568 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/scrap.h @@ -0,0 +1,147 @@ +/* + pygame - Python Game Library + Copyright (C) 2006, 2007 Rene Dudfield, Marcus von Appen + + Originally put in the public domain by Sam Lantinga. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ + +#ifndef SCRAP_H +#define SCRAP_H + +/* This is unconditionally defined in Python.h */ +#if defined(_POSIX_C_SOURCE) +#undef _POSIX_C_SOURCE +#endif + +#include + +/* Handle clipboard text and data in arbitrary formats */ + +/** + * Predefined supported pygame scrap types. + */ +#define PYGAME_SCRAP_TEXT "text/plain" +#define PYGAME_SCRAP_BMP "image/bmp" +#define PYGAME_SCRAP_PPM "image/ppm" +#define PYGAME_SCRAP_PBM "image/pbm" + +/** + * The supported scrap clipboard types. + * + * This is only relevant in a X11 environment, which supports mouse + * selections as well. For Win32 and MacOS environments the default + * clipboard is used, no matter what value is passed. + */ +typedef enum { + SCRAP_CLIPBOARD, + SCRAP_SELECTION /* only supported in X11 environments. */ +} ScrapClipType; + +/** + * Macro for initialization checks. + */ +#define PYGAME_SCRAP_INIT_CHECK() \ + if (!pygame_scrap_initialized()) \ + return (PyErr_SetString(pgExc_SDLError, "scrap system not initialized."), \ + NULL) + +/** + * \brief Checks, whether the pygame scrap module was initialized. + * + * \return 1 if the modules was initialized, 0 otherwise. + */ +extern int +pygame_scrap_initialized(void); + +/** + * \brief Initializes the pygame scrap module internals. Call this before any + * other method. + * + * \return 1 on successful initialization, 0 otherwise. + */ +extern int +pygame_scrap_init(void); + +/** + * \brief Checks, whether the pygame window lost the clipboard focus or not. + * + * \return 1 if the window lost the focus, 0 otherwise. + */ +extern int +pygame_scrap_lost(void); + +/** + * \brief Places content of a specific type into the clipboard. + * + * \note For X11 the following notes are important: The following types + * are reserved for internal usage and thus will throw an error on + * setting them: "TIMESTAMP", "TARGETS", "SDL_SELECTION". + * Setting PYGAME_SCRAP_TEXT ("text/plain") will also automatically + * set the X11 types "STRING" (XA_STRING), "TEXT" and "UTF8_STRING". + * + * For Win32 the following notes are important: Setting + * PYGAME_SCRAP_TEXT ("text/plain") will also automatically set + * the Win32 type "TEXT" (CF_TEXT). + * + * For QNX the following notes are important: Setting + * PYGAME_SCRAP_TEXT ("text/plain") will also automatically set + * the QNX type "TEXT" (Ph_CL_TEXT). + * + * \param type The type of the content. + * \param srclen The length of the content. + * \param src The NULL terminated content. + * \return 1, if the content could be successfully pasted into the clipboard, + * 0 otherwise. + */ +extern int +pygame_scrap_put(char *type, Py_ssize_t srclen, char *src); + +/** + * \brief Gets the current content from the clipboard. + * + * \note The received content does not need to be the content previously + * placed in the clipboard using pygame_put_scrap(). See the + * pygame_put_scrap() notes for more details. + * + * \param type The type of the content to receive. + * \param count The size of the returned content. + * \return The content or NULL in case of an error or if no content of the + * specified type was available. + */ +extern char * +pygame_scrap_get(char *type, size_t *count); + +/** + * \brief Gets the currently available content types from the clipboard. + * + * \return The different available content types or NULL in case of an + * error or if no content type is available. + */ +extern char ** +pygame_scrap_get_types(void); + +/** + * \brief Checks whether content for the specified scrap type is currently + * available in the clipboard. + * + * \param type The type to check for. + * \return 1, if there is content and 0 otherwise. + */ +extern int +pygame_scrap_contains(char *type); + +#endif /* SCRAP_H */ diff --git a/.env/Include/site/python3.12/pygame/simd_blitters.h b/.env/Include/site/python3.12/pygame/simd_blitters.h new file mode 100644 index 00000000..da0ecbb2 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/simd_blitters.h @@ -0,0 +1,84 @@ +#define NO_PYGAME_C_API +#include "_surface.h" +#include "_blit_info.h" + +#if !defined(PG_ENABLE_ARM_NEON) && defined(__aarch64__) +// arm64 has neon optimisations enabled by default, even when fpu=neon is not +// passed +#define PG_ENABLE_ARM_NEON 1 +#endif + +int +pg_sse2_at_runtime_but_uncompiled(); +int +pg_neon_at_runtime_but_uncompiled(); +int +pg_avx2_at_runtime_but_uncompiled(); + +#if (defined(__SSE2__) || defined(PG_ENABLE_ARM_NEON)) +void +alphablit_alpha_sse2_argb_surf_alpha(SDL_BlitInfo *info); +void +alphablit_alpha_sse2_argb_no_surf_alpha(SDL_BlitInfo *info); +void +alphablit_alpha_sse2_argb_no_surf_alpha_opaque_dst(SDL_BlitInfo *info); +void +blit_blend_rgba_mul_sse2(SDL_BlitInfo *info); +void +blit_blend_rgb_mul_sse2(SDL_BlitInfo *info); +void +blit_blend_rgba_add_sse2(SDL_BlitInfo *info); +void +blit_blend_rgb_add_sse2(SDL_BlitInfo *info); +void +blit_blend_rgba_sub_sse2(SDL_BlitInfo *info); +void +blit_blend_rgb_sub_sse2(SDL_BlitInfo *info); +void +blit_blend_rgba_max_sse2(SDL_BlitInfo *info); +void +blit_blend_rgb_max_sse2(SDL_BlitInfo *info); +void +blit_blend_rgba_min_sse2(SDL_BlitInfo *info); +void +blit_blend_rgb_min_sse2(SDL_BlitInfo *info); +void +blit_blend_premultiplied_sse2(SDL_BlitInfo *info); +#endif /* (defined(__SSE2__) || defined(PG_ENABLE_ARM_NEON)) */ + +/* Deliberately putting these outside of the preprocessor guards as I want to + move to a system of trusting the runtime checks to head to the right + function and having a fallback function there if pygame is not compiled + with the right stuff (this is the strategy used for AVX2 right now. + Potentially I might want to shift both these into a slightly different + file as they are not exactly blits (though v. similar) - or I could rename + the SIMD trilogy of files to replace the word blit with something more + generic like surface_ops*/ + +void +premul_surf_color_by_alpha_non_simd(SDL_Surface *src, SDL_Surface *dst); +void +premul_surf_color_by_alpha_sse2(SDL_Surface *src, SDL_Surface *dst); + +int +pg_has_avx2(); +void +blit_blend_rgba_mul_avx2(SDL_BlitInfo *info); +void +blit_blend_rgb_mul_avx2(SDL_BlitInfo *info); +void +blit_blend_rgba_add_avx2(SDL_BlitInfo *info); +void +blit_blend_rgb_add_avx2(SDL_BlitInfo *info); +void +blit_blend_rgba_sub_avx2(SDL_BlitInfo *info); +void +blit_blend_rgb_sub_avx2(SDL_BlitInfo *info); +void +blit_blend_rgba_max_avx2(SDL_BlitInfo *info); +void +blit_blend_rgb_max_avx2(SDL_BlitInfo *info); +void +blit_blend_rgba_min_avx2(SDL_BlitInfo *info); +void +blit_blend_rgb_min_avx2(SDL_BlitInfo *info); diff --git a/.env/Include/site/python3.12/pygame/surface.h b/.env/Include/site/python3.12/pygame/surface.h new file mode 100644 index 00000000..21508c63 --- /dev/null +++ b/.env/Include/site/python3.12/pygame/surface.h @@ -0,0 +1,361 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + Copyright (C) 2007 Marcus von Appen + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +#ifndef SURFACE_H +#define SURFACE_H + +/* This is defined in SDL.h */ +#if defined(_POSIX_C_SOURCE) +#undef _POSIX_C_SOURCE +#endif + +#include +#include "pygame.h" + +/* Blend modes */ +#define PYGAME_BLEND_ADD 0x1 +#define PYGAME_BLEND_SUB 0x2 +#define PYGAME_BLEND_MULT 0x3 +#define PYGAME_BLEND_MIN 0x4 +#define PYGAME_BLEND_MAX 0x5 + +#define PYGAME_BLEND_RGB_ADD 0x1 +#define PYGAME_BLEND_RGB_SUB 0x2 +#define PYGAME_BLEND_RGB_MULT 0x3 +#define PYGAME_BLEND_RGB_MIN 0x4 +#define PYGAME_BLEND_RGB_MAX 0x5 + +#define PYGAME_BLEND_RGBA_ADD 0x6 +#define PYGAME_BLEND_RGBA_SUB 0x7 +#define PYGAME_BLEND_RGBA_MULT 0x8 +#define PYGAME_BLEND_RGBA_MIN 0x9 +#define PYGAME_BLEND_RGBA_MAX 0x10 +#define PYGAME_BLEND_PREMULTIPLIED 0x11 +#define PYGAME_BLEND_ALPHA_SDL2 0x12 + +#if SDL_BYTEORDER == SDL_LIL_ENDIAN +#define GET_PIXEL_24(b) (b[0] + (b[1] << 8) + (b[2] << 16)) +#else +#define GET_PIXEL_24(b) (b[2] + (b[1] << 8) + (b[0] << 16)) +#endif + +#define GET_PIXEL(pxl, bpp, source) \ + switch (bpp) { \ + case 2: \ + pxl = *((Uint16 *)(source)); \ + break; \ + case 4: \ + pxl = *((Uint32 *)(source)); \ + break; \ + default: { \ + Uint8 *b = (Uint8 *)source; \ + pxl = GET_PIXEL_24(b); \ + } break; \ + } + +#define GET_PIXELVALS(_sR, _sG, _sB, _sA, px, fmt, ppa) \ + SDL_GetRGBA(px, fmt, &(_sR), &(_sG), &(_sB), &(_sA)); \ + if (!ppa) { \ + _sA = 255; \ + } + +#define GET_PIXELVALS_1(sr, sg, sb, sa, _src, _fmt) \ + sr = _fmt->palette->colors[*((Uint8 *)(_src))].r; \ + sg = _fmt->palette->colors[*((Uint8 *)(_src))].g; \ + sb = _fmt->palette->colors[*((Uint8 *)(_src))].b; \ + sa = 255; + +/* For 1 byte palette pixels */ +#define SET_PIXELVAL(px, fmt, _dR, _dG, _dB, _dA) \ + *(px) = (Uint8)SDL_MapRGBA(fmt, _dR, _dG, _dB, _dA) + +#if SDL_BYTEORDER == SDL_LIL_ENDIAN +#define SET_OFFSETS_24(or, og, ob, fmt) \ + { \ + or = (fmt->Rshift == 0 ? 0 : fmt->Rshift == 8 ? 1 : 2); \ + og = (fmt->Gshift == 0 ? 0 : fmt->Gshift == 8 ? 1 : 2); \ + ob = (fmt->Bshift == 0 ? 0 : fmt->Bshift == 8 ? 1 : 2); \ + } + +#define SET_OFFSETS_32(or, og, ob, fmt) \ + { \ + or = (fmt->Rshift == 0 ? 0 \ + : fmt->Rshift == 8 ? 1 \ + : fmt->Rshift == 16 ? 2 \ + : 3); \ + og = (fmt->Gshift == 0 ? 0 \ + : fmt->Gshift == 8 ? 1 \ + : fmt->Gshift == 16 ? 2 \ + : 3); \ + ob = (fmt->Bshift == 0 ? 0 \ + : fmt->Bshift == 8 ? 1 \ + : fmt->Bshift == 16 ? 2 \ + : 3); \ + } +#else +#define SET_OFFSETS_24(or, og, ob, fmt) \ + { \ + or = (fmt->Rshift == 0 ? 2 : fmt->Rshift == 8 ? 1 : 0); \ + og = (fmt->Gshift == 0 ? 2 : fmt->Gshift == 8 ? 1 : 0); \ + ob = (fmt->Bshift == 0 ? 2 : fmt->Bshift == 8 ? 1 : 0); \ + } + +#define SET_OFFSETS_32(or, og, ob, fmt) \ + { \ + or = (fmt->Rshift == 0 ? 3 \ + : fmt->Rshift == 8 ? 2 \ + : fmt->Rshift == 16 ? 1 \ + : 0); \ + og = (fmt->Gshift == 0 ? 3 \ + : fmt->Gshift == 8 ? 2 \ + : fmt->Gshift == 16 ? 1 \ + : 0); \ + ob = (fmt->Bshift == 0 ? 3 \ + : fmt->Bshift == 8 ? 2 \ + : fmt->Bshift == 16 ? 1 \ + : 0); \ + } +#endif + +#define CREATE_PIXEL(buf, r, g, b, a, bp, ft) \ + switch (bp) { \ + case 2: \ + *((Uint16 *)(buf)) = ((r >> ft->Rloss) << ft->Rshift) | \ + ((g >> ft->Gloss) << ft->Gshift) | \ + ((b >> ft->Bloss) << ft->Bshift) | \ + ((a >> ft->Aloss) << ft->Ashift); \ + break; \ + case 4: \ + *((Uint32 *)(buf)) = ((r >> ft->Rloss) << ft->Rshift) | \ + ((g >> ft->Gloss) << ft->Gshift) | \ + ((b >> ft->Bloss) << ft->Bshift) | \ + ((a >> ft->Aloss) << ft->Ashift); \ + break; \ + } + +/* Pretty good idea from Tom Duff :-). */ +#define LOOP_UNROLLED4(code, n, width) \ + n = (width + 3) / 4; \ + switch (width & 3) { \ + case 0: \ + do { \ + code; \ + case 3: \ + code; \ + case 2: \ + code; \ + case 1: \ + code; \ + } while (--n > 0); \ + } + +/* Used in the srcbpp == dstbpp == 1 blend functions */ +#define REPEAT_3(code) \ + code; \ + code; \ + code; + +#define REPEAT_4(code) \ + code; \ + code; \ + code; \ + code; + +#define BLEND_ADD(tmp, sR, sG, sB, sA, dR, dG, dB, dA) \ + tmp = dR + sR; \ + dR = (tmp <= 255 ? tmp : 255); \ + tmp = dG + sG; \ + dG = (tmp <= 255 ? tmp : 255); \ + tmp = dB + sB; \ + dB = (tmp <= 255 ? tmp : 255); + +#define BLEND_SUB(tmp, sR, sG, sB, sA, dR, dG, dB, dA) \ + tmp = dR - sR; \ + dR = (tmp >= 0 ? tmp : 0); \ + tmp = dG - sG; \ + dG = (tmp >= 0 ? tmp : 0); \ + tmp = dB - sB; \ + dB = (tmp >= 0 ? tmp : 0); + +#define BLEND_MULT(sR, sG, sB, sA, dR, dG, dB, dA) \ + dR = (dR && sR) ? ((dR * sR) + 255) >> 8 : 0; \ + dG = (dG && sG) ? ((dG * sG) + 255) >> 8 : 0; \ + dB = (dB && sB) ? ((dB * sB) + 255) >> 8 : 0; + +#define BLEND_MIN(sR, sG, sB, sA, dR, dG, dB, dA) \ + if (sR < dR) { \ + dR = sR; \ + } \ + if (sG < dG) { \ + dG = sG; \ + } \ + if (sB < dB) { \ + dB = sB; \ + } + +#define BLEND_MAX(sR, sG, sB, sA, dR, dG, dB, dA) \ + if (sR > dR) { \ + dR = sR; \ + } \ + if (sG > dG) { \ + dG = sG; \ + } \ + if (sB > dB) { \ + dB = sB; \ + } + +#define BLEND_RGBA_ADD(tmp, sR, sG, sB, sA, dR, dG, dB, dA) \ + tmp = dR + sR; \ + dR = (tmp <= 255 ? tmp : 255); \ + tmp = dG + sG; \ + dG = (tmp <= 255 ? tmp : 255); \ + tmp = dB + sB; \ + dB = (tmp <= 255 ? tmp : 255); \ + tmp = dA + sA; \ + dA = (tmp <= 255 ? tmp : 255); + +#define BLEND_RGBA_SUB(tmp, sR, sG, sB, sA, dR, dG, dB, dA) \ + tmp = dR - sR; \ + dR = (tmp >= 0 ? tmp : 0); \ + tmp = dG - sG; \ + dG = (tmp >= 0 ? tmp : 0); \ + tmp = dB - sB; \ + dB = (tmp >= 0 ? tmp : 0); \ + tmp = dA - sA; \ + dA = (tmp >= 0 ? tmp : 0); + +#define BLEND_RGBA_MULT(sR, sG, sB, sA, dR, dG, dB, dA) \ + dR = (dR && sR) ? ((dR * sR) + 255) >> 8 : 0; \ + dG = (dG && sG) ? ((dG * sG) + 255) >> 8 : 0; \ + dB = (dB && sB) ? ((dB * sB) + 255) >> 8 : 0; \ + dA = (dA && sA) ? ((dA * sA) + 255) >> 8 : 0; + +#define BLEND_RGBA_MIN(sR, sG, sB, sA, dR, dG, dB, dA) \ + if (sR < dR) { \ + dR = sR; \ + } \ + if (sG < dG) { \ + dG = sG; \ + } \ + if (sB < dB) { \ + dB = sB; \ + } \ + if (sA < dA) { \ + dA = sA; \ + } + +#define BLEND_RGBA_MAX(sR, sG, sB, sA, dR, dG, dB, dA) \ + if (sR > dR) { \ + dR = sR; \ + } \ + if (sG > dG) { \ + dG = sG; \ + } \ + if (sB > dB) { \ + dB = sB; \ + } \ + if (sA > dA) { \ + dA = sA; \ + } + +#if 1 +/* Choose an alpha blend equation. If the sign is preserved on a right shift + * then use a specialized, faster, equation. Otherwise a more general form, + * where all additions are done before the shift, is needed. + */ +#if (-1 >> 1) < 0 +#define ALPHA_BLEND_COMP(sC, dC, sA) ((((sC - dC) * sA + sC) >> 8) + dC) +#else +#define ALPHA_BLEND_COMP(sC, dC, sA) (((dC << 8) + (sC - dC) * sA + sC) >> 8) +#endif + +#define ALPHA_BLEND(sR, sG, sB, sA, dR, dG, dB, dA) \ + do { \ + if (dA) { \ + dR = ALPHA_BLEND_COMP(sR, dR, sA); \ + dG = ALPHA_BLEND_COMP(sG, dG, sA); \ + dB = ALPHA_BLEND_COMP(sB, dB, sA); \ + dA = sA + dA - ((sA * dA) / 255); \ + } \ + else { \ + dR = sR; \ + dG = sG; \ + dB = sB; \ + dA = sA; \ + } \ + } while (0) + +#define ALPHA_BLEND_PREMULTIPLIED_COMP(sC, dC, sA) \ + (sC + dC - ((dC + 1) * sA >> 8)) + +#define ALPHA_BLEND_PREMULTIPLIED(tmp, sR, sG, sB, sA, dR, dG, dB, dA) \ + do { \ + dR = ALPHA_BLEND_PREMULTIPLIED_COMP(sR, dR, sA); \ + dG = ALPHA_BLEND_PREMULTIPLIED_COMP(sG, dG, sA); \ + dB = ALPHA_BLEND_PREMULTIPLIED_COMP(sB, dB, sA); \ + dA = ALPHA_BLEND_PREMULTIPLIED_COMP(sA, dA, sA); \ + } while (0) +#elif 0 + +#define ALPHA_BLEND(sR, sG, sB, sA, dR, dG, dB, dA) \ + do { \ + if (sA) { \ + if (dA && sA < 255) { \ + int dContrib = dA * (255 - sA) / 255; \ + dA = sA + dA - ((sA * dA) / 255); \ + dR = (dR * dContrib + sR * sA) / dA; \ + dG = (dG * dContrib + sG * sA) / dA; \ + dB = (dB * dContrib + sB * sA) / dA; \ + } \ + else { \ + dR = sR; \ + dG = sG; \ + dB = sB; \ + dA = sA; \ + } \ + } \ + } while (0) +#endif + +int +surface_fill_blend(SDL_Surface *surface, SDL_Rect *rect, Uint32 color, + int blendargs); + +void +surface_respect_clip_rect(SDL_Surface *surface, SDL_Rect *rect); + +int +pygame_AlphaBlit(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, + SDL_Rect *dstrect, int the_args); + +int +pygame_Blit(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, + SDL_Rect *dstrect, int the_args); + +int +premul_surf_color_by_alpha(SDL_Surface *src, SDL_Surface *dst); + +int +pg_warn_simd_at_runtime_but_uncompiled(); + +#endif /* SURFACE_H */ diff --git a/.env/Lib/site-packages/pip-24.0.dist-info/AUTHORS.txt b/.env/Lib/site-packages/pip-24.0.dist-info/AUTHORS.txt new file mode 100644 index 00000000..0e635489 --- /dev/null +++ b/.env/Lib/site-packages/pip-24.0.dist-info/AUTHORS.txt @@ -0,0 +1,760 @@ +@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/.env/Lib/site-packages/pip-24.0.dist-info/INSTALLER b/.env/Lib/site-packages/pip-24.0.dist-info/INSTALLER new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/.env/Lib/site-packages/pip-24.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.env/Lib/site-packages/pip-24.0.dist-info/LICENSE.txt b/.env/Lib/site-packages/pip-24.0.dist-info/LICENSE.txt new file mode 100644 index 00000000..8e7b65ea --- /dev/null +++ b/.env/Lib/site-packages/pip-24.0.dist-info/LICENSE.txt @@ -0,0 +1,20 @@ +Copyright (c) 2008-present The pip developers (see AUTHORS.txt file) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/.env/Lib/site-packages/pip-24.0.dist-info/METADATA b/.env/Lib/site-packages/pip-24.0.dist-info/METADATA new file mode 100644 index 00000000..e5b45bdd --- /dev/null +++ b/.env/Lib/site-packages/pip-24.0.dist-info/METADATA @@ -0,0 +1,88 @@ +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/.env/Lib/site-packages/pip-24.0.dist-info/RECORD b/.env/Lib/site-packages/pip-24.0.dist-info/RECORD new file mode 100644 index 00000000..34d1814a --- /dev/null +++ b/.env/Lib/site-packages/pip-24.0.dist-info/RECORD @@ -0,0 +1,1024 @@ +../../Scripts/pip.exe,sha256=m7mdrqiuVrXexhQDbU79EYsYkrPfbrEN8ZjzfdeAksA,108436 +../../Scripts/pip3.12.exe,sha256=m7mdrqiuVrXexhQDbU79EYsYkrPfbrEN8ZjzfdeAksA,108436 +../../Scripts/pip3.exe,sha256=m7mdrqiuVrXexhQDbU79EYsYkrPfbrEN8ZjzfdeAksA,108436 +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=ynZN1_707_L23Oa8_O5LOxEoccj1nDa4xHT5galfN7o,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=1EIm8yMixQMELO4QzogdIoWkvIlQqlAW0YnPeOmnvEA,30064 +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=2qjQrH9KWi5Roav0CuR7vc7hWm4uOi_0l6tp3ESKDHM,3172 +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=7wRUUmdyyOknl-WZYbO_LtFQxHlWod3pjOY9yYH435o,12450 +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/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +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=ZwiOsv-sD_ouU1ft8wy_xZ3LQ7UbcVzyqj2XNyrsZis,4279 +pip/_vendor/certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +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/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +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/t32.exe,sha256=a0GV5kCoWsMutvliiCKmIgV98eRZ33wXoS-XrqvJQVs,97792 +pip/_vendor/distlib/t64-arm.exe,sha256=68TAa32V504xVBnufojh0PcenpR3U4wAqTqf-MZqbPw,182784 +pip/_vendor/distlib/t64.exe,sha256=gaYY8hy4fbkHYTTnA4i26ct8IQZzkBG2pRdy0iyuBrc,108032 +pip/_vendor/distlib/util.py,sha256=XSznxEi_i3T20UJuaVc0qXHz5ksGUCW1khYlBprN_QE,67530 +pip/_vendor/distlib/version.py,sha256=9pXkduchve_aN7JG6iL9VTYV_kqNSGoc2Dwl8JuySnQ,23747 +pip/_vendor/distlib/w32.exe,sha256=R4csx3-OGM9kL4aPIzQKRo5TfmRSHZo6QWyLhDhNBks,91648 +pip/_vendor/distlib/w64-arm.exe,sha256=xdyYhKj0WDcVUOCb05blQYvzdYIKMbmJn2SZvzkcey4,168448 +pip/_vendor/distlib/w64.exe,sha256=ejGf-rojoBfXseGLpya6bFTFPWRG21X5KvU8J5iU-K0,101888 +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/distro/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +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=1JxchwKzkxBSn7R_oCE12oBu3eVux0VzdxolmIad24M,12950 +pip/_vendor/idna/idnadata.py,sha256=xUjqKqiJV8Ho_XzBpAtv5JFoVPSupK-SUXvtjygUHqw,44375 +pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881 +pip/_vendor/idna/package_data.py,sha256=C_jHJzmX8PI4xq0jpzmcTMxpb5lDsq4o5VyxQzlVrZE,21 +pip/_vendor/idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +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/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +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/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +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/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +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=kOPn0qYD6xRTzaxbqTdYiSInBZHl6379AJsyIgzYGLY,33460 +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/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +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/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +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/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +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/tomli/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26 +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/truststore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +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=Rp1mVyBgc_UlAcp6M3at1skJBXR5J43NawRTvW2g_XY,10811 +pip/_vendor/urllib3/_version.py,sha256=azoM7M7BUADl2kBhMVR6PPf2GhBDI90me1fcnzTwdcw,64 +pip/_vendor/urllib3/connection.py,sha256=92k9td_y4PEiTIjNufCUa1NzMB3J3w0LEdyokYgXnW8,20300 +pip/_vendor/urllib3/connectionpool.py,sha256=ItVDasDnPRPP9R8bNxY7tPBlC724nJ9nlxVgXG_SLbI,39990 +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=0i8cJgrqupza67IBPZ_u9jXvnSxr5UBlVEiUqdkPtYI,19752 +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=Z6WEf518eTOXP5jr5QSQ9gqJI0DVYt3Xs3EKnYaTmus,22013 +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/.env/Lib/site-packages/pip-24.0.dist-info/REQUESTED b/.env/Lib/site-packages/pip-24.0.dist-info/REQUESTED new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip-24.0.dist-info/WHEEL b/.env/Lib/site-packages/pip-24.0.dist-info/WHEEL new file mode 100644 index 00000000..98c0d20b --- /dev/null +++ b/.env/Lib/site-packages/pip-24.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.42.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/.env/Lib/site-packages/pip-24.0.dist-info/entry_points.txt b/.env/Lib/site-packages/pip-24.0.dist-info/entry_points.txt new file mode 100644 index 00000000..5367846d --- /dev/null +++ b/.env/Lib/site-packages/pip-24.0.dist-info/entry_points.txt @@ -0,0 +1,4 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main +pip3.10 = pip._internal.cli.main:main diff --git a/.env/Lib/site-packages/pip-24.0.dist-info/top_level.txt b/.env/Lib/site-packages/pip-24.0.dist-info/top_level.txt new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/.env/Lib/site-packages/pip-24.0.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/.env/Lib/site-packages/pip/__init__.py b/.env/Lib/site-packages/pip/__init__.py new file mode 100644 index 00000000..be0e3edb --- /dev/null +++ b/.env/Lib/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +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/.env/Lib/site-packages/pip/__main__.py b/.env/Lib/site-packages/pip/__main__.py new file mode 100644 index 00000000..59913261 --- /dev/null +++ b/.env/Lib/site-packages/pip/__main__.py @@ -0,0 +1,24 @@ +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/.env/Lib/site-packages/pip/__pip-runner__.py b/.env/Lib/site-packages/pip/__pip-runner__.py new file mode 100644 index 00000000..49a148a0 --- /dev/null +++ b/.env/Lib/site-packages/pip/__pip-runner__.py @@ -0,0 +1,50 @@ +"""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/.env/Lib/site-packages/pip/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c6a926f26cfa6b4fce3b74dd388d9ff9e2f7ce95 GIT binary patch literal 698 zcmX|9O>Yx15VdzVn~+c{J}%_|h6{>BH-IXj6{>`YsF12QQsEMewJ5D{<{W-?SL%VnveKmse9Ekx?-X_@#R|#Q}aWoQe<#X!3m z=>S66NRly#gZU;&=^Lv{AFeZHe2?^LhjTyMQSDwX(^1Bj^*Jcr6ipMtp^q{Cg06f$ hb78OXE3D#+FP|L*2ODoseV)B~h@gJg`|Y+V)nEQczMcR8 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/__pycache__/__main__.cpython-312.pyc b/.env/Lib/site-packages/pip/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9553679bebb01526d35e3014b1a813297844ab71 GIT binary patch literal 854 zcmb7C&ubGw6n?Wi`JGfMwa`{P*o!%I#ZpO7F_Z?{Lom5iAuKFwcGB!7*i!%Q*5IN0uV5wqk4$;hoCNWz?r$Yhmi=` zqpZO`bHM`viD*Le27psx8W(slG6UxM^*@-gP$|q+;U7N7&npbD21M8w2ADZbXyTdE zYixSBm29V~X#{LG$e8~7E~}@*`GndCeB`5S0)jZmk6kI=r)c4`&t*Q@1yY;mvZl94rRj mSA6wYOl>_o5T}0Ng=3uFSmKR)tFIq@!&mw-z|+nIv-Ss^^tO-vg{6n?Y2{>RvfArR6e8zoI~WlTv^C5i~CN(dpTzyWfoWhj+09HVOBq&7TvLs0qKFKM<5+r#_CcTcs!K`qK zs|_eO#Q_*y98j0yo(vw?ofTUC7hxSwW}~`~bF_6tWy8@INi{A{(u1=n>&^L+KEh)4 zX8pN9GC-JrfPJ*V@p0y4kb{0ud`qDC9o%Fi-s)8CjKgyB%weszRtVxYuGb9?0s(qN z2~4#En4VjpG&uG}w%ap#?q6_%N}C2A|WF0`5-B+8dTQhHkmMZdm9xt;&8`tLvg^$ri1hvCD!UjB>jy z`dtr-bp7R+0R;S*rE&oUGKowcw&FiF6mALT;5snL(=wu*&Bfoc$+XExC5roFy;o9q zO=_4a*{~)GsUeMCH`HmGx=zh0OV6hghCWFxy(3YyCUmVI^BJG+O2skfsrS{fl&M;@ zBQK|?-&@^gDQaoSW_jQj`jn3qap4n5=c$BJZ62=nm&gyA7Yxcxn z+QS%>*@WT`_-g?+BeB(cU-Yh$l^Yw8*xx40>tb^YUdI+DbydUJQ^zw|7DOX}(heLt z!@wK?`^**;3$PPt{QUAKml1BQe=8Cz2Vx~5RzVZ&vV_cDtFosKQ0JVe=oFcxTcTOW zGir$WYA(bF^J2R}?-f)7?LAi?%tzxGl0P9^6E{>%p#}?3Q4L1IG&{o?j2vuKSkJ%N9(U&Dh>dA)94sv4uQl%XV9`F-|SC zqMym`A+k|@Poovp*>nG$g!s!7U&o#1RTK;GED%{PYzAK2iM0G4I=&q`yAe9Oc5|!q zS}FeSkLSywfrrAAP^9GT+B$ark+;;`RrYp0w01&~hXI4J5U(|e;d&*Bg(*q4Uy^E# z0@n?abgv*+FMwJgos~^9N3lMXYOs%?3Q>!`8Nm!D&f!<(_7d#4!Y??ttEs|+`^a;) zsyVQ2?8uy~YLYbD)hla^c34Z|D^;_DVo^!`eszic4u@W zCtJ1)!Sh8sQfri1bu6Bf)7X@$QLJ&mqnmN|u12JOA=Zv1$vBQ`H5axI(vuWJcC)vrCUW1~UHji-T*QB@-pvwxFXb#VvT}nJ2V-Wz%!A1jD7%!)277lRFSzaBV|) S1H#MAYi-|KKSOu*#{U46f-2hp literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/__init__.py b/.env/Lib/site-packages/pip/_internal/__init__.py new file mode 100644 index 00000000..96c6b88c --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/__init__.py @@ -0,0 +1,18 @@ +from typing import List, Optional + +from pip._internal.utils import _log + +# init_logging() must be called before any call to logging.getLogger() +# which happens at import of most modules. +_log.init_logging() + + +def main(args: (Optional[List[str]]) = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/.env/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9fbb173ab5521a735f08ea22d961fe01998493ef GIT binary patch literal 800 zcmZuvy=xRf6rb7MyKKI|m^87_5p534E`ksfB#pr|Aql9>v2bp7-`!2JyEDwpovcJi zVWmwvV`DFA{6B0A2*Ng^Vqq7FHmQ8Gxmfv_c^|`@-}}9p_hEW^f}nhRxz=?ZLcZJJ zLK-9I^a(nzNlH?hk({<^?zA0hV<&TSukBId5b$Ibv_GlDh_E_qH0~DI`cxHFn zfU&NZHeWQ_e(ARSpEkGURNgw*rt&wX;i8DM7OlKaCVCr{7ptDGnhMN76$!QJBXQB% zeR>rYGNs52nLekM*&f{^N2BbAq~$()`>4+~!zC4HP(w&rS12a3lqI6jA_Jxq#ih~A z^kc*FxMbS!EMwci6m&sBk?^87!BDsfCTiyaLd0px&snn+Ow2QVi)jGXH%98^Fzj*D zA8ZGS$U|AmIFww5TlWUk6ba-Jv;gbXdWTOKp zj4GwTQ?17B9Y;0M)V{VLjGcAwFGr8DNgc%sYe$;}tSUZ)XchFX5i;6RVh4;^*eXq5 z6l-w~!SHs3*u!X@Z%3LNSdekD8}~p*mhV3nVFz7qI-Nk4m6yl7P*YgcPJy05wNL&` zk;c;3$=QR|S1TXA`BOZ^#x`2xRnwFbUr^akQy!{n_CFmeJAu_yT?Hqghc_x$8&$d3 zb6xBmQPUP;64jZ1FBj<`gB3N0q5W~ai0Z_plzt)Ce~_CeKB1TQz0YLkn9O`4v%i`? ay>j3m&K)Li=8rGkI3XCncYj+`1OEm2%+<^Q literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b2d38fa250cd0bd3c8c83da0d41e15567797582f GIT binary patch literal 14307 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 QJKJ4od+tjHVmj#m2Z^+`P5=M^ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5085540661e1b1b0bae527b63c99f8f06ed48665 GIT binary patch literal 12678 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de38347988be45e195b9758fea1f2a4c0d6bec0f GIT binary patch literal 17679 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3f15ffbb08e2945a8e9f9811f5cb99b293b0e57c GIT binary patch literal 33297 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 Pti?e%KNBdz0QLU^keG-- literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0f8a1e6ae14ac506a7bc2ce93e607a652f6eb71f GIT binary patch literal 683 zcmX|9ziSjh6rS1LJI_mkh*d0f6q^IHiy~-(q%oK#B!R>xEQGn8cXwm<$M9zEbR~j? zg=k}EY^)Xk6dP@~5w)_5M4ME;Ib$CC-hT7z``&vqpXTPejO_c%)xkDr?1vxxx7GpG>BB|d26Rt2fZ^tJwY#MqBU(@)7dai zSEbC?n@Hl&Hf;nq#xf(_Qws@sKe|MLG`R}A=2OmD!1nn*`*^Z@i}k`M@3u$U3i=F! z1)P8qg9=5JE0I;Dt#S}HLv5TDZX}&3WG$@Ic`o`O5C(uyX1W}91(|kncM9$kg;Yxa z%T_3GQs?%%umED@oUuzuGSqG~?#EeGB&IepG1?^B+A-MV_N~P`@stPyDx$}m&h8_W z#sE?;F4N9={5hIGqDd-hz1MEqt~S&?^cRNyL=#$vO-OZ2 zNj@-~^-KPV9e3^)l^W-;jGortqP<4pFyx$nWmkT+JN)8{#|P2D*4wjR&RsoZG=87` I_P;61UpQ5|TL1t6 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6da6783f3c466dc24526e27f1923a72cc991c3d9 GIT binary patch literal 4984 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 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/.env/Lib/site-packages/pip/_internal/cache.py b/.env/Lib/site-packages/pip/_internal/cache.py new file mode 100644 index 00000000..f45ac23e --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/cache.py @@ -0,0 +1,290 @@ +"""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/.env/Lib/site-packages/pip/_internal/cli/__init__.py b/.env/Lib/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 00000000..e589bb91 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/cli/__init__.py @@ -0,0 +1,4 @@ +"""Subpackage containing all of pip's command line interface related code +""" + +# This file intentionally does not import submodules diff --git a/.env/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..10c31af1d24876ba79e526ecc6397c5d6e2394bb GIT binary patch literal 291 zcmXv~F-`+95VS)CQKbCA9ZHcq(IP}cq-zjFLNv&d<(&5tC%(01`%XG)Dn7s)cnd$E zgbzfdON9@GX?A9}n3?^UOvWVP>$Rv}(){klKj@L{M~S=p;sq2>Mk6qd5qu>}U>=N&pwd~v_-;x+&xBC66ylxid$+^p z=8``K@PSJo*A2f%n0ws-fUk4MaOzba8F5kTqoO1QDCG{D?lE1FzSp@(9 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc533dc673f05b56f3119b7a283be651f140a9fb GIT binary patch literal 8478 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..74fafcaad21c652cf275ca823dd87a2f729bcbe9 GIT binary patch literal 10468 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a8dffe88e04e05957e4c30e16ae557dae8f1ae5 GIT binary patch literal 30387 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..97301a3a0920affe9abe05281ea0b7cae831e43b GIT binary patch literal 4918 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1269ef246af1a858715da2167d0f4e8537cd791f GIT binary patch literal 15035 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e509eb3fb2428bdc538cc1aa6e81939c3c33e94e GIT binary patch literal 2633 zcmZ`*U1%KF6~43cw?Cs@{Y$p2X#7L$1!+~07-Zu#)Ka20av~!skW4o$qn*3bNb|GY zxhq-f3Y(AzIW37GkT_7N3w=nC3hrATL;Mm5lvU(naVuz&=AnMuL@o{{4?TBw$4YE^ zmpOCpx#!$_=KOqjzi4SmA{gJiJyE))BJ^)QiAJi)9Q+-a50Hf{!9fOp#~i_p88KHh zL{~B-S2koaa)a6x6NpC+l}^6 zUvfI!PNP#mIEE$Mbp+0v7qHymN-;h+x-B_cvlQH8skqmQV-a^*f+dthu2YIziMJ%< z2uPBD6q;HJ?&WKs+g(zu)LV*ibXCY|_dteT$to;9W;%{J=U|qYz#b+h^$Cmrh62Zh z4K9>Tm8tD}ro-gfO4-5LBuiX0$(Zj{T#u#4{T0vgO)HweXgheuUc=3K{4(+92@V35 zj=1JZ%S_q!;Na#oIg78*Cf_z|yZ8miEC)E+w}XqOv1{6%?aep!I%bLK1tm;o$~e-@ z3M?~^X~Fg^>`{}u&f@l?&zdtyfv%P@lLBy(DFo9B@rnWu3yc^%ad=L`b8sJ|lSqIX zs6wol&L9-1FF_S-!6F}T3e{NfJdJE2|65IdU8G_|2QnZG#P^iGh zh<2ulCnQl-qDZGCuS?#AYV7}<)$+s+nI|Mqo^t4Q{E^pfkK2`$b%}OF(yC-7tfVcx zBdp6+d9f>!AHJ;=?TKcQ_m;K>qBV#}RorfgBC)Pi<+Bj+DjG*`oIq$@t*Y?GlBPbA7Vgh;{&J)lox+1=gR)oKb zD?&E&3XA#P+R*HR9q7S=UvVtm_ncLI4(k=DN!|8zx`1^Hm&}Sob=S9Wj)}HcT08UG zaeQ#E1B_}~%cfVv*))?&(2A7sOp`PxylO~0C#{_DgcFW@geR3~ zKv>+gtO9qB@RTy8QnpNrndo3I8z-GykLQ$ha{@U*Of81JAFz1ztxV+`6l{yh#f6Hu z6!0F>o8zHBc0T`VfJu-y30}8xE$H5Zy%XvVCMNIvn%d2$3_a;mi=axtE zIqWUxFWGbX0NQt`Y!;Wyc^u@+c6k`O8#)>=X}IXv!;u#SXzn0aUS;hCVizHH%}j7P z83K>^Cj>tN`49Tx8menZ>)fPYruu5qrCR@`U7)GHuTz=*)~-$bp0*)>t993UezmJz z+}DoWc={vpjyAZj9o^NA?P~+O+VOp@e^(o*r4BT#U#{++9{prw=k$dg{kczH zt)&Nc)05XG_7ZL1AyGcJ*VX?$iY3l%ys+2a^Y-MP*7@$#^{E>Z+cUSiwv3Ibe`urM z$*}%F1my?ZA~gFk;C1xo#nG`*;j{B+#s=ksLe3zeTS1*q~A*r~-;^$F`aXGlQrSt<0dTxOQ~{Q{D7*e{K;M zDYTbK^&-rpmZQE-Fkm`qbYAn;(W4yal1W}}(;=J(x(T+8>us>H6*ZSIh&?^J3Ut`; z#0oLXCvu@B;qdZt?6B6e5=)dSUXl8~6EL+5wQHMBSVv6ayO3e92>3VaIvIo)dx~E? zR@1e^@@x1F2G4-fd2VzX2ozu%#alO@{Zj4O&-C8S=sOwx&hckHS@?YRPG-6mpZ+$} zv5`6eRg~=`zknB0;Oc_wkMJN89$CWELU<$zzeEV{J9Y$GBv)95X!#_^J0TZE=_ddX zA_E5i!f%QOT7biUZag{S&y{Y`f_& zU6?R2pg>@YFnD1UK1SqOek>2$!}tXN(29e9NuGl#ze0mQ0jZ0EAp8@x{tHdsMUxMt zln{G>BJ$s(NErR9@8r$bKEi)4)J~nfb>&m}Z&z!lUfk)MsG;7va$GnE&9qs$?$<@& z>k7)W*HzBNQ7T=b?bLPXB PL;fqd|Go@s;RpN=GgqSl literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d568ff698f445b4b31a325d551f71357539aef89 GIT binary patch literal 18865 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 H*69BNmg7}E literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..092007317cbef3ecf6f55b498270ac3948292406 GIT binary patch literal 7853 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/cli/autocompletion.py b/.env/Lib/site-packages/pip/_internal/cli/autocompletion.py new file mode 100644 index 00000000..e5950b90 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/cli/autocompletion.py @@ -0,0 +1,172 @@ +"""Logic that powers autocompletion installed by ``pip completion``. +""" + +import optparse +import os +import sys +from itertools import chain +from typing import Any, Iterable, List, Optional + +from pip._internal.cli.main_parser import create_main_parser +from pip._internal.commands import commands_dict, create_command +from pip._internal.metadata import get_default_environment + + +def autocomplete() -> None: + """Entry Point for completion of main and subcommand options.""" + # Don't complete if user hasn't sourced bash_completion file. + if "PIP_AUTO_COMPLETE" not in os.environ: + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + should_list_installables = ( + not current.startswith("-") and subcommand_name == "install" + ) + if should_list_installables: + for path in auto_complete_paths(current, "path"): + print(path) + sys.exit(1) + + subcommand = create_command(subcommand_name) + + for opt in subcommand.parser.option_list_all: + if opt.help != optparse.SUPPRESS_HELP: + 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/.env/Lib/site-packages/pip/_internal/cli/base_command.py b/.env/Lib/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 00000000..db9d5cc6 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,236 @@ +"""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/.env/Lib/site-packages/pip/_internal/cli/cmdoptions.py b/.env/Lib/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 00000000..d05e502f --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1074 @@ +""" +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=False, + 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/.env/Lib/site-packages/pip/_internal/cli/command_context.py b/.env/Lib/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 00000000..139995ac --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/cli/command_context.py @@ -0,0 +1,27 @@ +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/.env/Lib/site-packages/pip/_internal/cli/main.py b/.env/Lib/site-packages/pip/_internal/cli/main.py new file mode 100644 index 00000000..7e061f5b --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/cli/main.py @@ -0,0 +1,79 @@ +"""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/.env/Lib/site-packages/pip/_internal/cli/main_parser.py b/.env/Lib/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 00000000..5ade356b --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/cli/main_parser.py @@ -0,0 +1,134 @@ +"""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/.env/Lib/site-packages/pip/_internal/cli/parser.py b/.env/Lib/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 00000000..ae554b24 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/cli/parser.py @@ -0,0 +1,294 @@ +"""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/.env/Lib/site-packages/pip/_internal/cli/progress_bars.py b/.env/Lib/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 00000000..0ad14031 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/cli/progress_bars.py @@ -0,0 +1,68 @@ +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/.env/Lib/site-packages/pip/_internal/cli/req_command.py b/.env/Lib/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 00000000..6f2f79c6 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,505 @@ +"""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/.env/Lib/site-packages/pip/_internal/cli/spinners.py b/.env/Lib/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 00000000..cf2b976f --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/cli/spinners.py @@ -0,0 +1,159 @@ +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/.env/Lib/site-packages/pip/_internal/cli/status_codes.py b/.env/Lib/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 00000000..5e29502c --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/cli/status_codes.py @@ -0,0 +1,6 @@ +SUCCESS = 0 +ERROR = 1 +UNKNOWN_ERROR = 2 +VIRTUALENV_NOT_FOUND = 3 +PREVIOUS_BUILD_DIR_ERROR = 4 +NO_MATCHES_FOUND = 23 diff --git a/.env/Lib/site-packages/pip/_internal/commands/__init__.py b/.env/Lib/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 00000000..858a4101 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/__init__.py @@ -0,0 +1,132 @@ +""" +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/.env/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c47799b85d4799049fbbd26e58751b6b70453163 GIT binary patch literal 4015 zcmaJ^%~Ko674I2IqX8j_Pa7L!k8QvfHo|!Ab%MQiFf2Cy0CtJJ39BvDpl+ctqZw__ z2rR9r(jkYCR3+=m!5nfRRXJ?RIry0WAs15|b~3f8*h%dnH&xivp7Od!gNKckDKyjl z`@R14>({S8_-j1gj^O#{ukPeWlL-BbRs1K~EbPl7LeJ47gwZm>0v2^)S%7ay7mK0g zkif989xg_fBSmRhDn^&19E<33v2D3cKq4X`EaB)2&|%MVyM{1`l6KsN+i~ng$isgp z;0}()aRMg;XeURza5wG=puHUJ!$4{V|@z*8}Jc zj(&h|;#&dqCmfx^xAAlUo#E(*coyFYpm#YshwtJ0Z_(u#kw^z=&x^+(0p-mF#ZV8WJOGUTpey-RC8q<#00aPri2DaM&&E|AICAjT|S|r#mmvoW}xuGee;)Z9mobAdBC0jEMRR^Q!wAap! zH4Ae_-mEG`6PI<8Eva_lqLR~9%gQpfi;7i-ZfM1gYKCP)-_?`Qc{-~ZHld)H_T5M~ zc{efV88+psUCp{u^2TDNT^XAjhHk33da8w(Z{Q|pnx?*7w+{sL+R6|a&pQ^HcX@YU z;dVaqjeW_U10l6f*)fKxylv2emn1(`(b&Z+^>mluib#e8R2(rzSIAi1^bi56~h z*6o;PM!x*D$AoJ6$~#EJ`mSW})oMm&Stut@ib6}(smI~F=EfdB! zal4qNXYO}1Hl-AZULw@rtd+6_TLPO_&}O?gPgSoGga?zA@@mWQaMtaZVMcxrBmc9| zpoe@}=Y8-7t8iwp0D&K^0|X=l2;RQ#QLf7x1-*r!#G8&=SCKLtClNK zVwb6r6WEE=d?fhB;J5!2UeA%;gb}JCcHU*+MzSexhBm`?^KOFBlkkDjL7^tTXsT{T zZ2!K5YLQyVzw2yDBC1JPtf5*M3%?g@!XJg-2%FJbbP1(G)!B9ho@q){n0D3h_6{RQ z*xa)Xv^jF`>{B*0yTIX9$OS`TqfB#wlt?dvQ*N|*F8&Fn!t??|+O%THq_(cDxN)zT z^$t}xx=L)-wrNV{ZRr>@j|EO#NVS6#mtJD5)NJa9JIf8+s2_b9jM#YC^SwDenR#Rp zYGqVv7s{ChgUnFyJ2OM9HQOv@7ODA!*yh+GKP2w3!K_bY(r{R09%w5WOS8$Ce>!I% z)5i~v_i?|&@ho7Poz1386*rONVazs3dL6te!q2(~uR8ipM(3}-{ORtw$=&c!{r;E7 zw?FwNe&p-;&~AKa=hMCTM1A&~-hu7eoqKz|UUnp zy6f}%poR`5Qv?8(Ci^Uno_kkhR1`J^0n+ISV}J0xXx2C3YFra)$Y$xtpC@g8>Fw9I zK1eCCCelbv!~#pzB~%He!qww`rm&Op9dUh=(oK znomXCDAw|MNDq1wtlWrhZV>9FPI!$}tW?O$4$daL)_(LYHfWe?I?0;$GI>iY!d^@L zIk4z7P!;%D@58H(z73~d$CAID+?xFLjrz=+zL6dK&!2rgc58R+*526EUf=Ed{F`W> zlN{VucazF1S$Uo8q3n*D>U5*oEH-o5EWHeMH!A>^yxL`ordTtjJUDzd~ixasU7T literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..58fe599115bc3460e515b53b73f7d0d8a1a910fe GIT binary patch literal 9724 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 Qz7of|k&UTc1V?P*9~giz)&Kwi literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a27a2a178005f43641b63341a05c6f1b582f4d3d GIT binary patch literal 5205 zcmbVQO>7&-6<(6dA5o-4N&bufI+aw5n|i6pE?ig+1KYBkI(1}KlADH-uw8M766NJC zGdq+mN(6EUP`fB#1Sntw?IG=@4jiB^dT4qI&=$S)V!>^tZXBR!(?ijVTDynl)c2OV zOH!iKCJSQb&CGk>ym|B9n;HHtnT!kY{pGta7d}V{!e6oBePNe)as!Avf+lDIUC7nz zKrR67pdKuRa-jhBg>Jyz<-bvSfHkC!@goj^x(2`#2|XmPDm zOZ-sGC4<7tf|h(s(7I^!eyBcku4^?Qb^je36H>sAd{fmc)B;MpT(mgU(J`}BQVk8s z>8oR7UWgBnanYu8Y?H^oQ!_j(k z_WAi*t)I-b2z#@+wZlDz(%HcV{pm83mnM~SS7)v$C~$dvW;{DW21m$=mxeXEGHg_I zok*mieXZsz;I57m*(4e*s1=b9F8T^3AhRMmdeNmjh zt!Q(Y)AMTnTBQuZ)Do!*MdGs}_F^ zQot?+oRRaonZHJ|WENbU-k2X9oyKkOgokF=&&&@=7@3(FRxC|p#&62kXaO`}11jUN zSg#fNQo6sM-bnxM#iQWhxUn+oiSBV%hXte{gZb% zmoL4`3$v|Wh>YoDuAfLA>@H2FXvti0cdb?b|Buzt|9`UXQnp2+Y3osIOk%hR?VPxs zC+>7a#26qKF?}w8uM#-f=?zGC7?fOHfQB0dElQwN8+7nDOhdlcwa7Fn?vj#diwml? zWQX81utm&$cD!s}r_8x-Ua&hYZZeA32#Yh^0Xyt?PxZ)n367M;t^ui0XGc*Md@rIp zw*@=w$l9U?=YTDuGgQN}3@!=yRn`HJ)x*!kLN-tbeHYjZ3||AEGPT2(kmZJ#gH)My zqSU}MCuwjqv;^oL%a=68EOX0_!>tb~IH>GMS!EVwb|0MKlySFPS!5=hL2&E0s9vzp zW639PjE&A+1tx0_lKN6*?utP#u;L1xyFjgL+$_&cGIN=7Q=VMqOQ!KMoK~5Yk+}>t zR^~1j7v`)Yr*auGhPp_tIk>0{D@C}-F$1npZp2tfcp+0>wL2S{TGbyEfjAGTd~CLMa9hj=7lnLq9#Ctd z7FZXnAn|tadmW-s3)jT;z_OQ3T_mj5Ln{JXXo@ zBMsW4v~aumwaD@pJdQ@a9`3qib zZa%Zv05DiM8{R|UV~0>8#41L0@9w+;-RQX1ub_BS__$|avnRdLlYZ3m{LRSYlc(Q5 z_Vbtic;NiKFWueqPWT6hA09Y=GYQ33XYcLot?b>48=d`+_a3>UysbP=^>3z*ZKRI9 zbNwf^AJrZ#JW8G3Or70Go&C+yua_UD&OS$ZJ~or3{P zxE2~=I}`{6J`~~~3f&(GhdvVa|4lgY5&qf9cJmbW!M6_CCbJ4VV=b{E-J*V!`7H>*cP)7+i4vib;O**PFfbCWii*VE9M?{ z({F3k6WcMoBjz3U#>$7wV->>{wB8o2jQNIrv}})7#j1y^Y1t92iPa9*#_ERaSjNK0 z%)|k6!TDTnc#qY;h8r!+X-0Cs#zOsZjh?RsiAKDLg*Mi&7Mcpz{X>@X);hIxq_7NmN~`WioMm29$2vdeba zQ3stQUUrUJB?q*W(H5udf;zYC!B%J~gO(lJ`$z(`xS+*bvc(N8)^X#TJSe$zM>;E4m-33)Z!H3_tj85G$xDDL^u=`fegg4XyOtSi_SOTq_9KD zOJSW@lpejNTZ{rd^@vDSqB<^%p|BdcA{X}-cPEHAN)j;&futfTlX5sR8j&SG9k^SR zr3ehu4=DvInq8z_B5_zAg-Z~l6VOtRcv{xGTtPY)LyD3JM?$JBiBl1E92P=}JCL9R zZ}d~J-;mL-7~)wvi~*O7Q^*UL(Pe#sIVAZ~a;yL`5AR5!=%zy|q9l(-;;`r>Fbl!C zVmgA04o|!+Pb;D_o=8R|@scb`2~||&$q;ZSbTu|YN7c70#zQf=i*AM@0}qH|9?o}? zz>Keot@?4dilNa_8O|;~2K}eau>#^LI6C>&P;4@44AeRqnKX_U=2i`I2_Tcd+MOg( zaa>g=m7cwOjb4ES8Qa?`PSG`+NRa88a5=P}i2X)krce|KkDi#)C03ni zyOWAcx*#{$0y(6+TLH->hKMXq0=>yn7tD4gLeyj^O4lOC;VTi3f!H%pWe8A%k`)m~ zmBh%Xh|@%X5Ol7=!4WA)@A^Qm0$(Ws@f_5WsfZ%OOn{jt!e~|^t4R_c z3>(^(DkU4FAUT<>7pQ8QVJ2vGaWa7r+kO%&StJf@2>yNHJ;VB7nJ>^ERGnm(9Fp_T z>|Z9iXn*&g+214Wp#8nu`t#d13ZD~*rENc{y!2k*v*>^! znaQbGeZ}82SlLD{*!0UpLPNIbJC>+Rg#oXrJjNX z(B&x8iYmvtr(on#+>b&iWz_|X=0J9(gQeQd{#f<6jwpOI2c~+*{bt8-k`NR*g?lz7 zE|nF!T)+hoL_6%-9*#*tV0=Y$h9p|T-CIGWz#_ED2xvZ{A^=ne$4DYM`7W#RiX0tP zkS)XqYG2O?%uke&5K+gIBj@7sNdgwY$VpkbtR^N$ULc7HSxt1mFs+U!;-^6&1+MHH z3BVdh1|pY6a2p^y!k57aQAR+w>fyrsDEWcPKCH56I_ZbSm z0HOz0s{9iqSD6jF>rMA{cg8NJ?c#>3dZWBz_s9 z{m2%qpV4gkQ79T8B4bLpP|%>&Ohwbb!Pzc8LbL!A8VrZSnLns4!NyQ)H6ijj)SC8r zz7l7n&Q?Jc6ead8>nt~8A+{NdWI-EzhP%R&1FFk}o7iEN@;Qh}exf}8ZI;wZvoyoK zX9(q7o)aUg&x9Ic%voo72d=QjY{};{>$)(tAdMWgOt<&2Te3#SIJVwM$GrV~)-;YP;EIh-qWgTJx)& zAqNZ?pU?GkF!2U6PN6A!L`4<^Whn%i7-5X?kba~BCuKqG8~H~`RZBOTbuj|q0y?Big7 zMnRSnBu9d=2aS~#)aGbp!H+;3h0!>YjHhZ#N?mCA3jk400hX>ZcYL)OUwhiu4gxmg z>rDGPH!5oupIvwsvP|W!bmgv%s=CGCLJ+b{Rad&I>#p18bI#fC`WUZoUR~;4m|7lB z*910Q6>kn)AK38j+wl4p9Se@Pb}iSg*Y8>PK6Ovv+@5=O##c8taHqU#KD1CXXU*EJ zj=GK7#!PKjy0&Y>TeEy|ZSUY($6%IY>bkcWOPy!#%snsD^wdUGW2S0Px@ymA1|G4^x)ywP;>u$T+HY;ntJMei{facHd)juKR1LY{- z^Fv2f-yY_psvReHGav17ob2E}+TVFn| zPNSI8w_pb))`Bc>k}+XTc}cvF?=|!%unFyXEhd;;fT}Y0FYzYS zH8yNv;Us7IS#FB)3&oxZD)9aAe`^?$vkXg3fLB2I%(4YbE}{G<%vh*7BjhuzIq47B zMV4jW=-|OV{~K}?|IPg2D)Sk`ReA3C+V62pdF7&Q!M5mG z@T@iO&3K=_%R$p06~xLl|5GeE2nAg~3{d?5(TT7M(ExP7X?O`V1PF1Aq=?DML|ojR zcl~iw`4B*nGVzxYH;klf;mzMk0`Nbd}+dG~IXS1&d$G%ihLnx9EGKeOiDk2S?GSsUN%xi8pjoxkPZ#6JSogs# zj@#kPGMvNt$E|%ZA;rqA8c$!fwX}podZD(kVK2gG?g!QuIOXqiX5bubA(V>r2eurN z&bD7E$9B7fILW+Hk(W;@YFhe}c(n8KbG_k1mI5v&UC>TR6I?4c{y^wZp6wuhK`RS_ znG=i$(b6Z!5$FUYngG-oQwWN)cZCA_K^0EUV{!o!1-ZI_Tn@qKBRr)7Lk2gad<7Ef zDP`=nX?yLGZ|TZP`I^1&0bXre%M+Wq+pSNV?_7ddrvB>yLiMu#Uj>ugvw$ zS8cj#mui;VmXn{jy6CE1alB24iC zb~^$IAlFlo@ie79O-t(X$m-YDJWcDK!*d)MHyLkh+S{7(cBQ>tD?{tveRIO6cHjK@ zrGuZ?TONbU*J0cz#br);egTXY;tozChgF!?_?e7ABRTwFssf{SI&Q_6DfV9Z9clxD zI4;I7+Q_=hs|+fkD{}GWQb~Lx9#d^4@m*|j|2+UI&p`rMM=P@|#6cL4$eroq>qwzn@2t#sVBKYa&lF;wu0z4bB3zXroUDf0h3LZ+d@CqTMO zk9lq<=^}KO=`M&)&|z3Qv=(~;RE$vFnb$WML`gN5M0nn%`DXwsLE_(B{T3zhBS7ML zJnu@|cP%R*RUVIJbb6?`c#T@CKzvUm%K%RA7`w24KrgU7}*hT}zafmL^B|}DC`7&yc>C1e`DJEZrNm899`Qu?X|04ia z{tgoGk&z(`Jv+71LiKDHt!zo#TW;Ii?pc}Uj^*>2j>GAW!5en&9cR~@20mkK zj^oz{=T6UGK&@M~Y`g8+y;0Zn86&ul&kLJX&EFfj%kbsLH(T3(()mv3PXg}*R;$)q z56_?7^oeUN`&JL$c~`(3`wr-o#h!OL80xM7^W3+Zbq^Gz z;#>Y+=ENb}hlhj{$IHlNs0pKRH-9LqDAWE66sTx4TMF`044U^mN@;eJZGfRbVo^P2 zndS02-fX9Am1AHD0&BpKhByF{hhU^+DIobyAa~0{CP%ucO(;yiEROqCNwwx)15tSN`1gG0^JbdS+Fo+u_ z)m@Ux9!1~l&_zL~5NNHTIn&UcZs^W5oJcpExOsTJ;cTYiYw3ostv3u|+~UCXvvVis zJ2uN3zSnq{VciEdy^TxXSXNgq-1hFj&p|~NYwvOZdLImO{quoR2E+fOr?*nLRVnl~ zI!a%eeFi`fZOBP)w7&C)khi^y4)Om+N}I&O&cY=eL>X|s+kWP(KVsfSlFF|V?RHC^ zc-{bFaWImAfBDr<3){(OS}@4RnmSlSK8hhG;R0U4+nSJ4bYYXbq#|RmLd|9fKaGFk z%nLz+=LpeI-43Ni)W6*}YaDn71LReSLXsCHaZ>;9UU#?{hHHeH@OC`9MMEd9l~k+s)nT7J3ia zO1pfi$C(MaxW*ST!%Wh^aMRVYytI*Wqg?}1p5d=B#8c1;?j9188A-XuI+(mWSn9fD zhWioR4`VOM@-|#c2i*D#nbd|Q}e zRWzmOuauzyW9|eKCD%`~!T8|HZvPeU$sF6fDDc|{QyqQuEe77O=0epXJW?PDkWm<5 zK}8yPz_z9i^g)~+;V^!VF?&6JuD=D*<1#1-(b7;ukvP6iX?3P7V(WQ`)e8#T%|=tZ z`}K=qc$@??gk>;2Ku6<)82aV~%g`V0V*O67ydc7)Po)cJ$~siNs|gyzr{Nj6-_4Dw zIm6>}_;L_lNkz5tQ?P--gnB9g&vocKH_eW{shLpG2OzQp_nx>Gz169|CBS7A#eDVv za!EBNF--a)c_`3x7%Cs(=@j2O{1$toWdWW}c~z#oGhN=fVp}hNdd_+$?^y0nd-tz< z56%f2W!|}GH!JGb8cwWN^sTx2HX!!We|-e(jmn0Niqk(AZceRv&uwv*N>3IT*ORr| z92eP5S9QkKl6JK$UtE5E<-|&IWegnH*26c{e|Mey!{!bVf^v?EjY{8Q&tLUy>};E7 zzwg{|m4Cjuqb{?fE4`x&g9R`QOuV!IX6R?pThW`}Tx&SLUU6Z~b>Z_Y#0)O750rM; z$1T^+-aX8%J&qGS+^zk-6E^NcTQ!tF+*y0#Aot-x0m>jC_18({CFl|6Au)eB8$^Yg zLdBD}F=n{SfL_uJ76S5~CE?K!KJhW`w#6|Ze*7kpv2j(5Cu5fY8jT4umc;i%N~-%b zfFv<)3h%Rks!PD2@ocoF+yQa7fs!7vHDx!g^pvI5pO1q2IWh$6Be zx-Xv7(J%`hJT*AK4~0e0(BSz%Y5T8~$!UsrL&)Yx2n1pacxO4^u#`ubR{;Q7X3hq7 zjj^_Cxf@hJH<;?V5Xbi?NDUa~FpkD}8x{~>h{_>&Lqg<9xb6e0z=vV*58lCz1yVcC z7|$X^DpCRHx-vi!a`RH+30TBV3Secn9D@4X)-; zoUAo;tyjQlc4r*`^FTq<{964^=IuSbHm=BVz%!)hxCsSt9N1E)_?NEI^>A;^syR2L zR0J1PbmikABvxl&5C;F-k?4yDxXa0_)STaajrH?`@HU%1SJJHdW2IDUDaC21M4%aX z7z8hsbbW!|Ej14Dp`p&fmV6Ya@Y;o7m^HPl^jYWhvvG6n#goPW9q5pkas3bL({8xVtXk|@=vf+1S9Y$sIv>;YDJq%c>lM$fxt^n( z>$eae%rWS1)a*h1c08y#gLq+`ge#Ar<_ZSC1&=9FpTd_d7?cuWC{#wq;_wzMNaSxN zBamMKqZEu>1>O#kP8g6Natc5BONm63AS)B(QhIwrFeXkga7&J0 zf)Ot2#uKDDf)+7BQB%{?M9AAM}$ZqgAhW-Isp?DKoAF{S*-Q{wB?aZzsS;)I&crP^sDBy_Ei#4M{_@s?(DQ zKu;9ugp!2T1npk`fNKkW literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a3952eee27cd04528a0cdad8086788a3c6be88b GIT binary patch literal 10174 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 Fe*oD_JoEqn literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ca5ef62b861ba1712e808fd4cc11d10184bba050 GIT binary patch literal 7602 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d235a3aa84a701445de988102f12e0b10f4502eb GIT binary patch literal 4369 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..60f769b9e07fc0bff52a23d515327a991383187f GIT binary patch literal 6733 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..08443e996d98404fff93d1cdfb3026979482a90b GIT binary patch literal 3988 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..89dfadcd517f830bb2cba5c5f41d01ce3c9ceeee GIT binary patch literal 9741 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 plx7dpm~%DW8O*r+c`Xzm;FQ9C$O zQl%89BYN7%lro%->RDq)X@}8Y>gVH_K41)%292T8kbr!Mp!s8-(cPX5uL-SDX_pV3 zLTdb7q$Ws&#Mb=n`H>|d-}fIjIGY#T;2VlwB{oq0S2Wv!K2=ss%hbw>t}PSUR15-> zk+Pv$6-Tp7#u}Qi3_~&1ywA-{5!;68_RP<;%bMwC78PpB+Kf!ArmWa9wJfGNG<9xb z;^fp6+vJRCJBqF=Oyx;REeezAib8E7Q}T9Iqr@PlW5W(Rv=%FymuIMD$hu|{ci)eu zxwP6V4$_0=Ia0nPlgkdFCTzGQgW<|7QQd2^n|N716@%;5_cDof6sWn!B+)k?9l z$)IE;0oED(H=%z@LeX<>snimEsYvsESFeFJU{BoqhFXgaa+A^`(B zW*51d0-h>Ut>WNCs#Ge3+Fb^GacLW4RI)&Ht8(E&OMdxW+nW7wxwH7qcF4Yk$J)*u z$Hiic72}6_3KWm^#vZqm3%EfFr>ExGayz+rEQFyI;s5>$%w9(|G|#8EHuH?*p`R+K zK2=oxvq*(NxfxmuwHSm)(IG*oMbxMoyBS{#Ji5HomO*IV3+Wy!*V^=2`@D~0S&wF^ zN2RCH>w7hGINr)TAKyA=BQ>$TkJo%HUI8tkeBaq+Ux6;i3x%G$bYndO+YPedGF8{l zB5`@Xn{ogU*qI~UY|tS=Ag45wPtR%##KgU-c#IS=etiy7vlVR^@DuU?S8Wh9s=A|9 zSjK7wWO6>>`c+~(U_qIoj2lwPi~>Avh~>+ILS6qH(JOF-rR6}OutaQEWKG0&EJ|dD zR>|_wNy{8{uwq}rGZw{V%bd}u!BGoaGd;kd5}k0!F6Ko#2tJ|=jOZ@bFqh>+t^~L) zgWa%$qH+qXqAViZBtvZ(PC@0ivBTB^p;S}Jc5oWx@Jrncq%@%pQ_5g;mRi*cV7uQY z`i#vk9sf|7I6i$2nCxkVI&;R z8_>Li8dB_o_j6LTIK?IQIZW!;$773dbK3 z$TU*@jm(}#>SQy@`GUZg*uwY6otwF_dTwkZH-1}sVauLu=~O*;Y9n{%w)9iB6n!tc zDUH^p(N$sf*q@)j@%&fPbN9hmn%`lF$$#5(c@~TT z&(#;44k~Pm1-@Fq+f_hU-|!=_Ezwrr)4?fz0jCH#DQ~hCstGmmrnuHV7jTRNhvZ~B z9Mb=LPFuJ-`p74J(T}c9f&G5_fV0E1LG=UHZG+6eg*W4Wt^|J<@O=1d0nX6xY3ufO z#9<)7e;&#U$QkzL)KJa8fNn~j9zcHo{D`;O?LArW-V5M8cJF(-s~!b5V2|$hVE^9k z$fMNorAdgThALy=mlp4JR=}aR|-ka%4IfuNt zDU^?~N?6it3+hp#E>E2?7ohr8dy)P)-cPYMYXSBN5bcY z8}2xZvS4z?$qh2^X%5XXA%+l?C4N3a*{yS@QFd3f0F9dh*VrhgGg9&K%USHrs&J+N~dDp#vJK=5qF&S5%1wG#U0uHEa>P$N5d55>djmB~Bl(MB@c7{Z%F#rjb3K|stTRwkMf zN@hN|{Ql*}iOKb3?)KiNKAZUK>A#%b*!%pg z{)c#Dd}3lF5HS1?!@-oj^*z3^{*r-d%7Xb7>u9IM_ozgAFs0PMr0PtRhg9Y6IQVkF=5zsQ8Rm;e9( literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed7753bf746e7335c90a8d6353a1de384965cbc0 GIT binary patch literal 8969 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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/.env/Lib/site-packages/pip/_internal/commands/check.py b/.env/Lib/site-packages/pip/_internal/commands/check.py new file mode 100644 index 00000000..5efd0a34 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,54 @@ +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/.env/Lib/site-packages/pip/_internal/commands/completion.py b/.env/Lib/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 00000000..9e89e279 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,130 @@ +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/.env/Lib/site-packages/pip/_internal/commands/configuration.py b/.env/Lib/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 00000000..1a1dc6b6 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,280 @@ +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/.env/Lib/site-packages/pip/_internal/commands/debug.py b/.env/Lib/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 00000000..7e5271c9 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,201 @@ +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/.env/Lib/site-packages/pip/_internal/commands/download.py b/.env/Lib/site-packages/pip/_internal/commands/download.py new file mode 100644 index 00000000..54247a78 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,147 @@ +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/.env/Lib/site-packages/pip/_internal/commands/freeze.py b/.env/Lib/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 00000000..fd9d88a8 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,108 @@ +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"} + + 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/.env/Lib/site-packages/pip/_internal/commands/hash.py b/.env/Lib/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 00000000..042dac81 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/hash.py @@ -0,0 +1,59 @@ +import hashlib +import logging +import sys +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.utils.hashes import FAVORITE_HASH, STRONG_HASHES +from pip._internal.utils.misc import read_chunks, write_output + +logger = logging.getLogger(__name__) + + +class HashCommand(Command): + """ + Compute a hash of a local package archive. + + These can be used with --hash in a requirements file to do repeatable + installs. + """ + + usage = "%prog [options] ..." + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-a", + "--algorithm", + dest="algorithm", + choices=STRONG_HASHES, + action="store", + default=FAVORITE_HASH, + help="The hash algorithm to use: one of {}".format( + ", ".join(STRONG_HASHES) + ), + ) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + self.parser.print_usage(sys.stderr) + return ERROR + + algorithm = options.algorithm + for path in args: + write_output( + "%s:\n--hash=%s:%s", path, algorithm, _hash_of_file(path, algorithm) + ) + return SUCCESS + + +def _hash_of_file(path: str, algorithm: str) -> str: + """Return the hash digest of a file.""" + with open(path, "rb") as archive: + hash = hashlib.new(algorithm) + for chunk in read_chunks(archive): + hash.update(chunk) + return hash.hexdigest() diff --git a/.env/Lib/site-packages/pip/_internal/commands/help.py b/.env/Lib/site-packages/pip/_internal/commands/help.py new file mode 100644 index 00000000..62066318 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/help.py @@ -0,0 +1,41 @@ +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError + + +class HelpCommand(Command): + """Show help for commands""" + + usage = """ + %prog """ + ignore_require_venv = True + + def run(self, options: Values, args: List[str]) -> int: + from pip._internal.commands import ( + commands_dict, + create_command, + get_similar_commands, + ) + + try: + # 'pip help' with no args is handled by pip.__init__.parseopt() + cmd_name = args[0] # the command we need help for + except IndexError: + return SUCCESS + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + command = create_command(cmd_name) + command.parser.print_help() + + return SUCCESS diff --git a/.env/Lib/site-packages/pip/_internal/commands/index.py b/.env/Lib/site-packages/pip/_internal/commands/index.py new file mode 100644 index 00000000..f55e9e49 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/index.py @@ -0,0 +1,139 @@ +import logging +from optparse import Values +from typing import Any, Iterable, List, Optional, Union + +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.commands.search import print_dist_installation_info +from pip._internal.exceptions import CommandError, DistributionNotFound, PipError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class IndexCommand(IndexGroupCommand): + """ + Inspect information available from package indexes. + """ + + 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/.env/Lib/site-packages/pip/_internal/commands/inspect.py b/.env/Lib/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 00000000..27c8fa3d --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/inspect.py @@ -0,0 +1,92 @@ +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/.env/Lib/site-packages/pip/_internal/commands/install.py b/.env/Lib/site-packages/pip/_internal/commands/install.py new file mode 100644 index 00000000..e944bb95 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,774 @@ +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/.env/Lib/site-packages/pip/_internal/commands/list.py b/.env/Lib/site-packages/pip/_internal/commands/list.py new file mode 100644 index 00000000..e551dda9 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,368 @@ +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] + + +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 dist.latest_version > dist.version + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version == 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/.env/Lib/site-packages/pip/_internal/commands/search.py b/.env/Lib/site-packages/pip/_internal/commands/search.py new file mode 100644 index 00000000..03ed925b --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/search.py @@ -0,0 +1,174 @@ +import logging +import shutil +import sys +import textwrap +import xmlrpc.client +from collections import OrderedDict +from optparse import Values +from typing import TYPE_CHECKING, Dict, List, Optional + +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin +from pip._internal.cli.status_codes import NO_MATCHES_FOUND, SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.metadata import get_default_environment +from pip._internal.models.index import PyPI +from pip._internal.network.xmlrpc import PipXmlrpcTransport +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import write_output + +if TYPE_CHECKING: + from typing import TypedDict + + class TransformedHit(TypedDict): + name: str + summary: str + versions: List[str] + + +logger = logging.getLogger(__name__) + + +class SearchCommand(Command, SessionCommandMixin): + """Search for PyPI packages whose name or summary contains .""" + + usage = """ + %prog [options] """ + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-i", + "--index", + dest="index", + metavar="URL", + default=PyPI.pypi_url, + help="Base URL of Python Package Index (default %default)", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + raise CommandError("Missing required argument (search query).") + query = args + pypi_hits = self.search(query, options) + hits = transform_hits(pypi_hits) + + terminal_width = None + if sys.stdout.isatty(): + terminal_width = shutil.get_terminal_size()[0] + + print_results(hits, terminal_width=terminal_width) + if pypi_hits: + return SUCCESS + return NO_MATCHES_FOUND + + def search(self, query: List[str], options: Values) -> List[Dict[str, str]]: + index_url = options.index + + session = self.get_default_session(options) + + transport = PipXmlrpcTransport(index_url, session) + pypi = xmlrpc.client.ServerProxy(index_url, transport) + try: + hits = pypi.search({"name": query, "summary": query}, "or") + except xmlrpc.client.Fault as fault: + message = "XMLRPC request failed [code: {code}]\n{string}".format( + code=fault.faultCode, + string=fault.faultString, + ) + raise CommandError(message) + assert isinstance(hits, list) + return hits + + +def transform_hits(hits: List[Dict[str, str]]) -> List["TransformedHit"]: + """ + The list from pypi is really a list of versions. We want a list of + packages with the list of versions stored inline. This converts the + list from pypi into one we can use. + """ + packages: Dict[str, "TransformedHit"] = OrderedDict() + for hit in hits: + name = hit["name"] + summary = hit["summary"] + version = hit["version"] + + if name not in packages.keys(): + packages[name] = { + "name": name, + "summary": summary, + "versions": [version], + } + else: + packages[name]["versions"].append(version) + + # if this is the highest version, replace summary and score + if version == highest_version(packages[name]["versions"]): + packages[name]["summary"] = summary + + return list(packages.values()) + + +def print_dist_installation_info(name: str, latest: str) -> None: + env = get_default_environment() + dist = env.get_distribution(name) + if dist is not None: + with indent_log(): + if dist.version == latest: + write_output("INSTALLED: %s (latest)", dist.version) + else: + write_output("INSTALLED: %s", dist.version) + if parse_version(latest).pre: + write_output( + "LATEST: %s (pre-release; install" + " with `pip install --pre`)", + latest, + ) + else: + write_output("LATEST: %s", latest) + + +def print_results( + hits: List["TransformedHit"], + name_column_width: Optional[int] = None, + terminal_width: Optional[int] = None, +) -> None: + if not hits: + return + if name_column_width is None: + name_column_width = ( + max( + [ + len(hit["name"]) + len(highest_version(hit.get("versions", ["-"]))) + for hit in hits + ] + ) + + 4 + ) + + for hit in hits: + name = hit["name"] + summary = hit["summary"] or "" + latest = highest_version(hit.get("versions", ["-"])) + if terminal_width is not None: + target_width = terminal_width - name_column_width - 5 + if target_width > 10: + # wrap and indent summary to fit terminal + summary_lines = textwrap.wrap(summary, target_width) + summary = ("\n" + " " * (name_column_width + 3)).join(summary_lines) + + name_latest = f"{name} ({latest})" + line = f"{name_latest:{name_column_width}} - {summary}" + try: + write_output(line) + print_dist_installation_info(name, latest) + except UnicodeEncodeError: + pass + + +def highest_version(versions: List[str]) -> str: + return max(versions, key=parse_version) diff --git a/.env/Lib/site-packages/pip/_internal/commands/show.py b/.env/Lib/site-packages/pip/_internal/commands/show.py new file mode 100644 index 00000000..3f10701f --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,189 @@ +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/.env/Lib/site-packages/pip/_internal/commands/uninstall.py b/.env/Lib/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 00000000..f198fc31 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/uninstall.py @@ -0,0 +1,113 @@ +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/.env/Lib/site-packages/pip/_internal/commands/wheel.py b/.env/Lib/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 00000000..ed578aa2 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,183 @@ +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/.env/Lib/site-packages/pip/_internal/configuration.py b/.env/Lib/site-packages/pip/_internal/configuration.py new file mode 100644 index 00000000..c25273d5 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/configuration.py @@ -0,0 +1,383 @@ +"""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/.env/Lib/site-packages/pip/_internal/distributions/__init__.py b/.env/Lib/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 00000000..9a89a838 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/distributions/__init__.py @@ -0,0 +1,21 @@ +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.distributions.sdist import SourceDistribution +from pip._internal.distributions.wheel import WheelDistribution +from pip._internal.req.req_install import InstallRequirement + + +def make_distribution_for_install_requirement( + install_req: InstallRequirement, +) -> AbstractDistribution: + """Returns a Distribution for the given InstallRequirement""" + # Editable requirements will always be source distributions. They use the + # legacy logic until we create a modern standard for them. + if install_req.editable: + return SourceDistribution(install_req) + + # If it's a wheel, it's a WheelDistribution + if install_req.is_wheel: + return WheelDistribution(install_req) + + # Otherwise, a SourceDistribution + return SourceDistribution(install_req) diff --git a/.env/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7f8d5c9438513ce7e21f8877620c23dbdf505d42 GIT binary patch literal 954 zcmaJ;&ubGw6rO1|yIY&IwDuxF*&+zrk}W+6TGV2o2%@D$gs`w|vM*GkG+b2ikD&z%3?tD-jCn!sp`o{CfDe(+L(mX z)&K8d)0ek*GhV{-t!YVCBjJ{8g0;`O5L^GMv$fQOfJwg=0#`&*lL_yI8V%25Xj86; z2*uYrmk;l_&jfJc`dl_U?$a1596P%e5G|Rs-5s7BfK19eJ=sj+Z9f91yWu(zciqRV z<_adE-1h4&e;@uyV52UvN%MXQ)qQt&>uJp?qqV&va6_@wU~UTRqiQ zNBEpPv1d~YNjkqtI@2VCQ}b~aYOCqWWo06Jl@0gOx<6A-um9Z-B|3N}lDUrm%(T8E zd|u%Ke$LI!Cq=L_st2I-Vl!kKJO*b=@jFL01 z-pp3AO4i+>rcp68k|HMw%U&XEh?9kF$>tl+FN~Y%cvi``wNma+oXnQA$T%H@j_+A6 z$fIX0d(oQbZ#f?00v3wLEXhweG89g&g=(<2?UW}&%XQ!7=Ua~8P40#E#yN!Kx|8*< zK==?s;-sQ6Qb{qbl4dEMVQH4BXD*Yv#`H@g6`f}n3jG_zGD~xV=f+@CPeEXrn_ZPk z9`tu^sy_mnLw%Z~kI^)Ef#vuXmWLaCG1zdQRq-;ppjEb>C8d#Q$4m`kx9qS#2iB)4 zLS|?UQbTRml9JYaK^vCGT*sTIPMjXA=5lI@(5ZvDEa&qSuJ;<8ijBO*mX_BJ8;@Fo zHNJOUe_0-h&FM5<=Cs+8A+5n{JR$Tc;~^JK$Aih>_SCbQT%8L?Pl1nMY+K%QA+>!W zxE;Ff*zMTT^S$X-FfS~IYLb__PQ$4fU=U+N(q$)XP|3qqFc8bZo^O^b{lvlK_=o*; z#DKBd)Nh4J_Anh5V@?dsWRso?Q|J&zDrg&X@7;OUt56mP<|osCAtDfB|ca+e+g>9LyK9VwUHvHj`4e(GgT9xF8g8;!clJ4 zT8<0rfTTq(HWJlW#Ch&<5qr||ob#>TdDwgCflnQX2jJ9xq|BQgQda&(X+T?)6;LeU z&Dwz5-i2&{_xfQNKGv?0u=nap>LR%cyp*(@MlNa>iP^JmlQnI&l#X=S3b=?2({wy1 zG);l659=Ap-MX4YInz`vVww^UqjdE_aQsO1eaVHaLU%M;)zcn7A)F;%J;CK-=m*s^ z!e8K_KYa$;!uL)>h09AXR?FO5s=n>is?rJhbb^Fx-~@-@c<2D2utThms^lT;&~nfg z$Sx~;H*4i`;`$y?kx#*Jf0g`fj9wYKZS4Ne82@qm&dZsr#yY$pwuWQ(!d$5AArnFF zdhe2)eV~=JmG5V0Qoe>2(zvkDblpk6{=wnH}F6gk=04|$C4_GQeGM$?%2Z9Hd;AVf~%mmz1rMWq1OxJ~-730`I`<#{6 zv}pURAD(IkuA+a=-W0+YYns>s*^rnEDz?HH6;&8!7x<>bR-WCo3=gYO+-DSqRdR2H zY}x;9;lM59fWYtC|1E;*fJf|c^7Za!9j3U?lcVU_$|c&5+W zC|g(G(r8N@q9c9RLQ;#0c7xlCX1ok^CG8B@C)a<#*G6Eaj7q#12Wv5bgMu^e2Z-sG zV($}6z4Fqg0YA~^AnczMsW4ci(l%rT{QQ_^lsC<$&sr|ZBc^%2Wx3rqL#D}m8;Apb ziim2{C~ej3sAzRRyMge5VZye+UW?MuOkx*Gg+u|M+VGjcpD2O<3IcPRb8}w6}K6&ef*X|N{qQ-8u(#iH| zWcA5kihDacJYju&UuOsmcxEkEL$2D2Oxkb z8@2=ZXvA6D4-{GMQDhn6c%j_oPcuemoVAHT#e@aQNTVvl(bho?peuE0|GL1>3^Ie9grSqxH0>vnze6VeAV=?zSMQL+_p;Axlh@CFcJ9Wx Ke+Ya*3e) z`t?qyt`YK^{F#a|0pmJ?GeQYf0@70&iXyQZs6DNrWmpUJp3yKetOsVV&?qQGB|C%~ zr-YiIJ;t@AG_0ghv;L5nLFt4Mhqf+fue>@3p6wqU#O+VEe zMQT6^&%8hj_^H(DShR@t#l)(W(v=TGF1#QBI(vk{mmfpSfI}#_?S-~K4YK3>^iHW{ zqkP)+xlJSBb{Gje1fUq5*f=%zm?s(A9=AmoYz7beK107Bb|TixeO+{V0RxXF*>Wv_ z&~8V)xG#V@nJG0Hh&~J3%7oi=kOdg)sLn`29x1zzP^CJDpu=UT{jC4~+s)57Fy8c- z==PiUL)d2i5j3}fABre$?y=|qM6|w_h;9__cs+2A-fTJ$9yLGmTTSi@Sf9}4&Df7O zTt5`Ru)G^|rlx%3B0El;q}5j652!0ke+bO=>EOoaNlprN?DT1Ge4+gRnV*oFx;t2vwZ%s6W1A%Zwn9x!HLPm7 z$g!Bb;{$bD2`l5~c>$OtlwRKl;r2jy)DxaNo43Kn)p>dDgk`z3gX)C*Qd$1y_^ace zD{DVi)`peMp;aHgRsRWfWpmzVt+5y6Im}LW-_lB+cArN<)`Mxa-G%m{o0}=be77yT zYF6f2jV+*yEuyOFY)Rr(sa}-oB~)C_mUkoPe=ENWFh~6&A%m@}bMT*&V%9I zNwJ&}td&#Cbwg}o*G)^V+ly#Fka*E`A7bSuo`UPrsEuYTW>E}GBuuhPHGHF36%jL~ zT9HcjVyd^IC}20_zvP_ll`&)TWy+KU`~j*{@~5gB79Pr68mWqL?c3MC-}-L-FM@Ea zO^qW{HC`LO@y?jwII>Km{G@toWZ*b5$&K5ifCAQ+cUt(oGFg=L)%h^l5Xa8shP!!xU1E=kq=O*JlpNnVK t-8|p#vOBnue1G_DR3lAMlyh?PcXIEX+&w2-Pt6sjJbZccZ-Qe+=pU~|&5Hm4 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e9c7af8dd322926072c5696d46d8275acca99944 GIT binary patch literal 8501 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 R2^$~EwGV#FVTSF%{{a7jvLXNg literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..72b049efda7e08124167f6a0ca8a1ade5c7b5f90 GIT binary patch literal 2261 zcmaJ?&uLsW_?Sys1e&lqpAKb)Cy zh^%JbODk&wW{B&Sc3?-+1 zGssjjN;Z5e$X2pJu96ETDia#f$pu2q4MH=_*i0q+pD$F9Q64`x4!INW#_$+GG0o>#gAOUMvdaa zdCzB}BP0vHXfo!<`>!(TTtm^JBi`ysV99C?HrtCJ+$M}vG)gKu)ha2LraCj2c@Vxd zbeh^oZw`zr8Tev>F1?YiWU0Y&)MOKo^#s+a)v#z5^q6-p-m5|xjkCM*8EbJSSSW?< z+A2PKG`?~!XT$S((-St0n6Sf0+96}qcEgShM_Vp;5f|#eYqwoS0vAp_TwamiR>P4?s6`o|X7z&h5R9jwa z&hbLYI51#tG-olVa45Grak19+eCi+xmKk?E+MRg?!}4yMDTr1eqpy=Eg?-x~kg;S< zP^e^0$m=%wnk=Eou4hT#rGTx-d;*OzEc`dx8%`pIyB>8?e|b`7h6Zo&@tWH=2L)T# zWOnDYCMR~}*XQw?Xoj9P2e(`%rBwI3i;+u(Et|{^m~^QtUAw`fKxqIrBSSc-02Z;$7Gz`kK#~%qwxXo zC2Fu-C;c2LPTgAjcI{!|*e``+J?l!ZbY%#p_Cp8wgN-zuKEVLU3lbBFypd*(;^VD0|egZ2CCTeF{T6&8Bd0^f&mn+-KK z<3iFmo``%kLE>V)$?D5aqNc1R7V5jnGd3gmB)H=RSW0Py5>1ASIL#~vE``WhvURK#|a|ZhVnY`9>-Z}yFOMJ zb{WT^Q5^)U#iJJEvcoa6I0e5M{uW3a9djJ^9H&K`u0@g0kKi8jRd=bZIJTc!5Df7Z zEF0vRo-!;bra9TyHDl_|@gLs5JNp*_aXU3s_D##Ur1egGxJ^*#PnkykN%3&sfOp>{ zhmQ0!C|P9sXg`Zmj^rkvPk@wMj`uD=x~A;3fcHuK(=b%a&MFIO#LLN~g>Pl}Z~8*f zIkuI>aO{@H#%{R=e^HKuGoBeYL&B^L95Uz_{Ou;d>>oEAwnKv7%T`h-jU)HMI-OMK y3_k%^;&2nkVd 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/.env/Lib/site-packages/pip/_internal/distributions/installed.py b/.env/Lib/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 00000000..ab8d53be --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,29 @@ +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/.env/Lib/site-packages/pip/_internal/distributions/sdist.py b/.env/Lib/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 00000000..15ff42b7 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,156 @@ +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/.env/Lib/site-packages/pip/_internal/distributions/wheel.py b/.env/Lib/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 00000000..eb16e25c --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,40 @@ +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/.env/Lib/site-packages/pip/_internal/exceptions.py b/.env/Lib/site-packages/pip/_internal/exceptions.py new file mode 100644 index 00000000..5007a622 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,728 @@ +"""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/.env/Lib/site-packages/pip/_internal/index/__init__.py b/.env/Lib/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 00000000..7a17b7b3 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/.env/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..56cb06f715c7ee94914c7dfd4396a9af67a82205 GIT binary patch literal 245 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 UCQVD+`jI=z^X?BgN*OTyA3k2kY5)KL literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6d8cf59ad863d23bbc82cdce8c37746bd1428f90 GIT binary patch literal 40748 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 Oa<;vj^~mHK`TqbAZ|{x( literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/index/collector.py b/.env/Lib/site-packages/pip/_internal/index/collector.py new file mode 100644 index 00000000..08c8bddc --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,507 @@ +""" +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/.env/Lib/site-packages/pip/_internal/index/package_finder.py b/.env/Lib/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 00000000..ec9ebc36 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1027 @@ +"""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/.env/Lib/site-packages/pip/_internal/index/sources.py b/.env/Lib/site-packages/pip/_internal/index/sources.py new file mode 100644 index 00000000..f4626d71 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,285 @@ +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/.env/Lib/site-packages/pip/_internal/locations/__init__.py b/.env/Lib/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 00000000..d54bc63e --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/locations/__init__.py @@ -0,0 +1,467 @@ +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/.env/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1786bdc718314a559c28cb9afcd1aff97ec71f69 GIT binary patch literal 16789 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..effbc0eeb190fe301aa1e42f241dba87d35a8a5e GIT binary patch literal 6869 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ecfc97afd9be9b94339c79ac0cb7381d3967a61f GIT binary patch literal 3794 zcmbVPT})fa6`t$s|9>FFkYtzJu)>%)X7jTpOt+qI-3Xv*7)K*EGxi0Cphnse zzGvpl%sFSyob%1$uRfm}LHoz84>SLD0i^@8*=wDh&p3ou(N!cNiOZpQm2z>8jV*Bt zqkNoa)Ec)kYKz-|T5|SjN8G{DJ$%kN?TWit- zV2w3ZD}ET;va#3aaj+Gbpwmxvf)tcJ`}!)0`(wbg5%eAfyMmuucV!=&*$y77SSw!9TmAq!jk2u z>n-77Kz}>*sH<>TiObf{*ZR7}WM-{qZ;$>8jiHET9=io-qfCjQPhw$O%&O$%w5+H^ zn88GY(+FyYO{EKjU_}?M%;}TB6*WN=G@Zbqq5_Uh#F(h#XJS3a1=tLoQ|}(HGUsg{ zFT_4xi13CzqmpS+H+XGMGrTngNm*-jO2ojGi66?T1ohuZ(|-x@Z8wP5F;T=^cTP>S`_Z~n zqK0GnIU_WI^&~rUlASqOGl?{SElu##j>2aVRouvXWT|JluhjS3Gh0VbY#u$a;fZco zqa*LnAB{Wqnczn?Vy6@&xBG0D}~Bvn(3Q2z9GvO#pC!$eqDa$V3>zAO2ZEo}mb$ z3%V+(T8v7MWmQ?}H04GGQ)8r>ha-^Tq$q13M%FK~wRK(v7vt_oQ;*#D??43p)x3PyND! z#)qN%p?j_h;<^Sn`1%I89i9)kD~NZw85*YHFuRSOo*~~)tH@W&T7=A3mvsOChw31l z)19XLEUTByQI$%&D7Ju=NQ)+78dysRWW|Nb~Uo7g}jp>RrQe3G~5hq}VBS5wBY!^4>_N`_-(j8!{^ z70=2#R6Hq-<_c6iZZITSU9HhuuO)z=zPNi+Bmz@C@Y4$LSw!28wkM8nZ8wKjuid`3 znz)^K(EhONe%CrKH=ixJD|V~v$J}=7(Yv8Lp}WWK9D9&@DBqWVKlSLna_e`NzW>6H zy#D2$QqOXKsekQ!+0(IM?fCkI4+TSCAq#AM?hPzoE?wSe9{;=dYQ;ubFE#qs|LOEa zFM8~K`{GIdag>9v;VM8ClBDGXt>mV~SxuhDuf#TW5{vCV=&T}rH@5Y?_@VK?uR+|@ zR+^NSV#7w@%JuQfBg5Ytz3|bcYa^pSfO5&2Qq`Q{f?_GHDj9jgVBV|tlQSYAG;CPX zRna9VYe`j`O=bw7R#7EW3U+P=J2xWd%fauKJ-r*&UM3>) zmf^}2l(Y^yHFo)il^&m6Jn4r0hFzb_Lj)Nu5JIutx+;ce(>PBHUyVVb(e&yx18_n; zVZ437Ol+?hW^rfundj4DdJ-q0d^Y@7$1aT~2QCa;zLXps8a13WglLoziUSbwIxzyt zq^JPKSL?fEk`-_aU|ED2O|XZGr3W&rLqh-2Fq|XIbTMc6FX-@)r3yN(hO~?69UB_I zWVmvqkYpAS`rik0>pthdboN%?s6KKLme4EK{so^3&vD!~3O+-wXUOvmxu4O#@1N+~ zU!d?8XrN+8jh!o@t%mSsLwMa*Zip@Vfp@rb<@#20c(XaY?kYE*Ui2+#Wpuh?w{a)$ zHSHiEm0&C9UTd!)AnQ$xJc1b*RnGai@EX5^fK&t<*9P*!{r9A;j=s%~zH-M0i$hB@ z%Qs6m*R;(*d)fK{l(&}V#nvtE&?a|iZTty$ykg 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/.env/Lib/site-packages/pip/_internal/locations/_sysconfig.py b/.env/Lib/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 00000000..97aef1f1 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/locations/_sysconfig.py @@ -0,0 +1,213 @@ +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/.env/Lib/site-packages/pip/_internal/locations/base.py b/.env/Lib/site-packages/pip/_internal/locations/base.py new file mode 100644 index 00000000..3f9f896e --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/locations/base.py @@ -0,0 +1,81 @@ +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/.env/Lib/site-packages/pip/_internal/main.py b/.env/Lib/site-packages/pip/_internal/main.py new file mode 100644 index 00000000..33c6d24c --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/main.py @@ -0,0 +1,12 @@ +from typing import List, Optional + + +def main(args: Optional[List[str]] = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/.env/Lib/site-packages/pip/_internal/metadata/__init__.py b/.env/Lib/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 00000000..aa232b6c --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,128 @@ +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/.env/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e37837b93d4387b0829276efe0b549ef406883b9 GIT binary patch literal 5895 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 JB=m#~{2Tqg8{hx{ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3d39712484a921d7166e3a7de489132bd6945c20 GIT binary patch literal 2888 zcmZt|TTC3+_0Dq_W|!qeQ9mN|l;l_qRVLI4v1b)l$Ctw*jkd_^5jB><+uJa;2Gj zUiaKH=Q)3kM(Yu*FWw)S8v^JHh6GEl00$NT_mGA(&OjzN#hLsRZwgZa$7sAEn$ncy z!-653p{bA=o(h|FQ*~zjR6U30ktTk`O(~j$BbtmObD|b{Pn?QsVJrb2#t|Hv<6nY1 zfKvyYhJ1ZO`4_u9A$amzSk*A`q8iTF8lG7wql&361xSMPLgUzR)Onl`Jt1Y~Ju$6k zs3(r;4)vsKmTp^#mlFJH<2a_OrcyQeLrff?UP|zuIH8)D0ihaVD4n-dQ_oxldiaW= z(m9)$fUGu8=CWCvP^=|u$X;kNXPPR>Gd)TgI~k&9Y59WH<2874$hIi9X!2@4>t7lk z#rYMRXbzlQt$WKhaWV@Z!mvo%Ua<^Y)solV8Dom&RE{p##OIa4BsNvuV7&TqRktWS z*ylG^(W*>nOwVA;@$ao4GE~RW=X6ZiXGPz^Kg#I@JIOToj8S4olq-3-mAPuQ>4-Lb zlVW1229s2-5PK14C^M7c4S+A}8t4KkqWbEONP+r>%d?JcU>e-$Nnnbhc{0H?N30CT z;$K-J>;gOo7vXgexoEMLTM>Fx*%z7Q3rpiP{t;g$PC`~q9CAsIn*p~;hP?vW6(Trm zs2QB#NE?VbOn>~)82ZliH3u?fS|xNLH+|W{X`(OVX$a^NwX@Uyhf_OQ_Rt9AQQz{w zbRV{sr^oc!X-B6lnwcdCs570_v;8v=Bj0cRW+fB*XBHjX>dWT6ItI)@)?soIuJ2}c zbiiv3?JA9T&)+(K`^~>A@ognuY$;}TlrvAnGY7y%o?trjU-MT8sJ_3R!goO7a+JyW zi&ngV5M^HVSGo8!zJ?-d!h2$Y(@}w^K^s76bmNx@O@oGlP!L_gMavxF?kKb_(Buk_ zDv>Eju1LBeQcA$9?p3KYx+`b+d6eOAK=UccJaRc#4s>ktcOoJxgbK2C!{?yIXjMx9 zRka1@3L#h0#HH5|A}LLBL(7OH-OyqzI8og-DL7MONi(y=l^2_;asd?N7+BU?v8?f% zH3yPlOUUJ2X%JN0DT*w2TLNv>{YX0OhKb~cU0##f374M)-*E60%Yx%9G2Z%4>$f z!)8|6pIpO)*u<07Y!+LZCpeT4=DvhTUiA-U7T_+&lVxSE;4A?8P#wu^t~X}3rC&X@LEHA%CQaggSMwieD_%U`lY?D zvwvvX={mQM>Y@Xiu?=bC=59;J)=xfdNtSr|SnsprCmuxZM~c^<9#8Ieo!JVP!l+RyB?^gN05?8TZl25v8}NB{d=L7jd3 zhzE6DJwFSVB!CVbR$squNe%Fi2b9!zrNM9l z$cv2+UrnV`S5q^WzCS#cp7h(M7n;X(Ml}pi0Kk)+tf8}w!a(*E#>=XCHdGUJB+m3D znJSn%PR^iy^Y~sDHuQgPX z8>F@mUjKF5?^=o-+a1Xg0{l;12W%_FQA6X}rM=^)_feD7c`LFmt>>WIZwcE<$8Mx` zuc3WQ+G#ksE_|*uKI`rO{piP|pGZ5s7yd2qy$!pkU)zioxz8G3EirU`_)7%amtl15 zRB`AxBOi`D9RAhBPV2e#;av#D;-|5ANroV8b#D&to_+n#${&?ahIY<=?{A%{hXY$b zcyRsx^ZR=Q<*PZv3QWw}*`WA{c-?eYqI}IBK|*1 zU-?I_S~h+)c+oP`EdS0CHhVmo=Ce=jKJ#U zFg$45TF$^1$VEU|r*TH%RT4Ok`;Uyc!EJQ@ALx~TqQnkL?28>O{93Fu$Z=)|LPO literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..94e34349fa5c86cc9eadcd99bcb80bfe8a61f975 GIT binary patch literal 35725 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aeda45be9cbd4e508fd1541ec4a763d1c53bffa9 GIT binary patch literal 15803 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/metadata/_json.py b/.env/Lib/site-packages/pip/_internal/metadata/_json.py new file mode 100644 index 00000000..27362fc7 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/metadata/_json.py @@ -0,0 +1,84 @@ +# Extracted from https://github.com/pfmoore/pkg_metadata + +from email.header import Header, decode_header, make_header +from email.message import Message +from typing import Any, Dict, List, Union + +METADATA_FIELDS = [ + # Name, Multiple-Use + ("Metadata-Version", False), + ("Name", False), + ("Version", False), + ("Dynamic", True), + ("Platform", True), + ("Supported-Platform", True), + ("Summary", False), + ("Description", False), + ("Description-Content-Type", False), + ("Keywords", False), + ("Home-page", False), + ("Download-URL", False), + ("Author", False), + ("Author-email", False), + ("Maintainer", False), + ("Maintainer-email", False), + ("License", False), + ("Classifier", True), + ("Requires-Dist", True), + ("Requires-Python", False), + ("Requires-External", True), + ("Project-URL", True), + ("Provides-Extra", True), + ("Provides-Dist", True), + ("Obsoletes-Dist", True), +] + + +def json_name(field: str) -> 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/.env/Lib/site-packages/pip/_internal/metadata/base.py b/.env/Lib/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 00000000..92491244 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,702 @@ +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/.env/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py b/.env/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 00000000..a779138d --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py @@ -0,0 +1,6 @@ +from ._dists import Distribution +from ._envs import Environment + +__all__ = ["NAME", "Distribution", "Environment"] + +NAME = "importlib" diff --git a/.env/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c483a0135f1253c59502a97cd363e93656e1e952 GIT binary patch literal 371 zcmX|6Jxc>Y5Z%q)C7PH-}MPb6@pp_^aA4Ss!}x2q>UX00~nFD_#>d z8KeOOQ$T|!n1(b=qaupyAJE%lSnl+>b%swCj%(%T)7&-72YM66e;S@mXk_NR8JZOG8KoiTC_0&+l7A`rAQ*XsNEkz05#ejnJX=K zx3fb@R8&9+1k~scphHm$XbYsLT5y5p=wnYofLHPHU~i%!!aDwGs-5$l$WZd%jud` zwrZJjrj{*dO(SK@7*2Z2a4gaDFrEBc&S`B1+N{WQw0WmTm`i8c8$BDBUVJ9EB_}5= zksrn9qUGebta6{z`#=5NkN*nzZ=hio`~FR4XNy*xzUnvP+|5wAfzQ1-cS{B;umdl) zY#u4Qy*rKB*2m#(2=@)4K`5sjQ>2%2t+}pYNkiJDfas(|)=4|oV%EvPl^!Q8vWqDv z3pv-Yial}R8h73oiaT8K*mB%R#aStM6!k&w|Gm#SKyyXlJ?(p?dA zH$=3of^ZHnEeRF8ajT)Kfj`4*qO>wSR}%ip+Fp$b~7p5w9Pz$*#g$P9jD_vEote@$EqSV$>45A@)o5qtfBloOd<)6Ix z@;&Ruk&-yY@bObKNbI2{OF|z z*B+?9e6ah$gW99%y}`?Sxy$l2))e!Ei4TM;mAJQ3sRd5mBe}0q`DvYdt(klW%{bTg zGw!>A1d{GTow7SlLzbstQWCv(4Q*b#D=B?-N1#RDLbqi!Q>o0@&QA`;ruN6C4#qC+ zk6mgSP<=YAhrRFLIi$~K&dgld89p*FBo@ioG2&1Zs2yHJ*G-&qT3Db&1{6qdSr7Fh z!zgE=%{o?>rl*ksIda!{ByMq4q9xjPex7mP(U#`t*WGZ@ z^+appJk79G!F(Yc#<6d$7Wixd4l_8wR3j9u3Jyf<+#Mg$U`~Kd{6J}QtASj`-=4=J z*S7`sJ#L=CZxsZvzN*ayb;&%EhAgvIUywk;!HxsTs)R2;gB(<)H-JVQFL!1o#i zj^eHl)9~yr4S+F}A`*V$7V=!fV0%0wOeXb;)+r}T+I3k#*p3meQEQufx)beX}8#aBF?AvvZ;tqs6aLNBo>ErZfbS;iH(7U!jQ+>c~eb1WsUs zt~q3DD5Ppg{r@{rk;-Lq%`--JpqVl=_xTK5G>iAgdPo6gA~b*kgbSkWD%4OB`e)xM)q{nGrmh~V2U@>^9!LN6p0 z$#g%p%gaRctUfxf1p5NnXr<*lSFgYOR>D3hJQtY+0-PisOoX^)xFP~nhn{o6}t&OISil9}T11G>%RieZ$+++jn==1rQAB#(HjIZYd5Km(*M4Ryyf2fsVXDrvsr^sXuZY#UQ6~O5)t>p#+%PE{*FT;S z2;j-=1HY)|Gb#_Aa!8p(ita?BM9}q*uW;An3mz^3pCvCD_RZ4t1%`s{0dZMkKSEYW zp|Mt60!NCWSmU-rl&Bge<@EhV*yvPrw(JM1I$BAP*2i3bg?q?>&JBaIA{%UiJexqk z^lL0D>2V_oUP;vLdIr;`V z1h~)W8~ROp`}Qxtb5J60v#UxmduiyIACB<@n6B~=uCgt+&I+^dVEnCq7Xqp6puqiUm*FF6r;`CI{f zn!A)dajr;uhtTB_x#*f{(=`8XjQ+#8@YuL;l+Bt~wkMAa3`eI=ndA4?jtmUVb9wW% zoza8Q*Y`(XKN!8ZKYFogK=tUyf35CczIjM;b0lvL?c@(eCih1s4@TbHA9<733_ZGj JM1wy1e*hRnJ|qAD literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..08664736835f8016330bd2799d3561f7d81bfc9b GIT binary patch literal 13438 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cfbc805a69d34499dd5271c5632b383453489852 GIT binary patch literal 11193 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 H6Sn^a97>5k literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py b/.env/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py new file mode 100644 index 00000000..593bff23 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py @@ -0,0 +1,55 @@ +import importlib.metadata +from typing import Any, Optional, Protocol, cast + + +class BadMetadata(ValueError): + def __init__(self, dist: importlib.metadata.Distribution, *, reason: str) -> 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/.env/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py b/.env/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 00000000..26370fac --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,227 @@ +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/.env/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py b/.env/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 00000000..048dc55d --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py @@ -0,0 +1,189 @@ +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/.env/Lib/site-packages/pip/_internal/metadata/pkg_resources.py b/.env/Lib/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 00000000..bb11e5bd --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,278 @@ +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/.env/Lib/site-packages/pip/_internal/models/__init__.py b/.env/Lib/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 00000000..7855226e --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/models/__init__.py @@ -0,0 +1,2 @@ +"""A package that contains models that represent entities. +""" diff --git a/.env/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6da1c9c7af205c0eed35f8abbb2b264f4ad63553 GIT binary patch literal 279 zcmXv~!Ab)$5KY>mrO9!yhtF#-Lac?Hwl^P!ukpRfZyP^_y=D7 z0cmeNnb7)RnD^dc=FNPK$0HW;^S*e!Nj-^w@Dte&Bl%z@duAP<^xiISh1bPKuRu_x zNfgeKHWo$WN~rN@2Jit8EQwf#3}7~TnDFm&rAk*Q^~v^W{GqwKl1~T$r4CeW<)ejp zFfGVA;D(%+%iz{PZo2HKa(1B`$l42;foEpm6rNfCtarO32j=0YOQ3M^=#_IYj0<~ zQ8xrBhe#v{1U;YxRR{!^MnMoxa11AqxTNAhu-Xeh2W~4Z5mipS@!DZqEeA&OdvD%* z<9YMFpC3CqvIy31?@W|F7l89kvZPpOjDoO+Y-D2>m9de+Tu!+{Sv15*7F?+;8!|>I zG=Xe!8QBt%H{pML8R?p=rT^rjhC``hQAR)z^Nu$My!#@ly=XCFkNIV=kyo6Xj#uQ~ z$x>pWaTSEOArgWNY$GFOV?&sMNIt`cXbVKLMfl)mTej0BWd)V6tt{t^v@H{=SgvaYj_-|Gp6%FHKo*9lNre(dynv~eTJZyr9LrTt z6%&_JYRRXn({fth5JJ(j$|OwB6UyL!q3FU}X$Hcl9Bz6DNGMYhRH-*r6k(SvjycDz z@gp9I1teZBlYP$D1*WuEm&^j@}-2M7cL(R9c{r zShYfEsF)_43QUux;R;O(MMm7xqqt?v=3h;dakNxeOZ(o~xx#A<;4WA+xLz&1>XC8k z%#*@6VRM0BDO{rdED8LKz0* z7ps0(I#$znmE*gQ^{n;X>RTWGB>z$V&grkT4Q;1u_}=4Z>k`WJ?I9tPZNR@!F-|*| z(LuS`uz?oEv#r+1B})21fy63c|0n55D?_WKrWUl3w(lNz^GW*FGwQ!o8`Z>6hW031 z!6QlB!1O4@z<9JOg~CKU`4pPXH2)jcru`T{cm@cd+IjBh&I@-tFYM;J-k)5ZOfre>Vl|Rfx3@1%Da>H0cnLH4P_m06#CnO48;|h`}wf}AOOOVV{6(i?SuZElh17p ze>3v+$dZeRWW+IQEsFaB_2r}OfTayfzk1|7i6XOn4$S<{5duDV>#ndXhE<;E6> z!S;)whE`*)A21LFxR&xM5tTkY!6hC<*b%p5k+`mDYM6F|HhR(dD6vs5M}#*udkM&c zW%P?U`fJzIOOtg`k+SPo>Im4K=OeadN9@~Rk1Oll5;#27K)~vUu{4d>kN%A~k6sl0 zcuG^ke&|^pMvG_rRBtvi%pX0OH9Xg}3rN@(IVR1mH=A3J1~h+Oc;aDuHE>)Odr{tQ z(Ty9Zc{{J%ePyJH<0#c&%S)PZWaL9<6KD4j7oy|;0E?;0 A8UO$Q literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d6189d734f50dd13691251b2a978c1d2f10f825 GIT binary patch literal 11212 zcmbVSeQXrxnV*@R*>8K-_S#?!_JWCF`7jVj0wg3DYzS#sl3-|VG2Lu-#(2$o*O^%Z z-mEL9p{m_W52HrHD6L{DPB9mxxKgEZ(w#2-ue#Go>zLNt3A#gSrBm;(1taB}zwYm(u83>M9dQqNBAy{{#LIK%I9dD|AE^;I z#Uo3fVoXYrTG<})p-dPIvVy8ic3AD|1nwv&J1=vxOR4|VW;Ba5xH!30b}J4gpxFC` zW)#aF#jVsb%BuwA8pTz5t2L>9x9qztMH>IAzP0G(N3SNiPH`$Oxt_kjzEUgK_lt7F zWihf!#w_I8%Gsc%5jCsX?3*zARi6r_xi_=2)hKJW%GR*5H7IMb%32h!vPNl9n)_|^ zy~tYDW-Z#Rv)Zg16+&%USMar-*MiUP+8O*KeIp!l=(euZs4jLV;u+m}ETgEgx08zQ zJTaU}q*Jk^F7}QNE4qX7(=k<-PNh&Dl5|&hLRI3KQ)*IQZIP#A$%GuEo;|9XR&@tz zj-~q3x~EHx4C{mS+j(JEU#F6~(D!QM?LIA$QMM1q;^$-M6s>PKF}x$1NMVPutvm2# zC8_PGSpD!QnIN1QC=c;vR9+D+N}9-k9Wav?Fh`>2u$UWg?}lwiM_9tz4}E8-({G#E?C!3&C- z=pPN5D+tmGIj`eQO26hqAwhR1v_wkF#8PpEZOJW3U4<2> zt0|+ks6Z)Bm)IoO9tJ6?O;jpI&nX#oJxFS)g^`VOMJMO*}I;t_i8%|zQ9BxziQ`P!<;mC=JR!*`+ogS-uwEJP4KykoZxa7?VPu6 z{8e^TRl9G;H`wkU0&$J2*k>+>-OSlOEuGbvm=niqEB2dqn*XV=Y>$O-wmvvCqGhmY z7nESk*ljR4t;*n_Hc-n~UPCL7s>(YfkT+RvN0Uv|Y!|X|?vb6Vshg^sIzF>|*0JE- zIo?xnc*n=E@Y(j+#(d|&{HCsj+CzEgp@PR>TBR-}AlVu~0}q0SxWz&klNQC6{UHc2 z9oNlW;p4(NE-svPfZ_NYKhA$(&+%7<4_qQQMkSo)DQ}O=mls~KDV$j<3+KCO!4*Ah zW*yiOs)UYsTzG{mzn#R_dHlxsi(E(wXLk%GG;q_oU^=A))BVAi0aB3C{`5BRu3Dll z#5G3!kye=9HI!DBU}hke`b+z%1n4CU(rrm41$rZjbdhZ#)tVgYiz=65@l0|wiaABo z{puD}?!-?UL^jS9THAl?-8&`EWac+L_ru=2ckg%)vfp|9#HHQ?Wsby|Iz1E5yq}%w z`rdb060k6 zXK9qX#fNX%)ZKVfpP_6IvXH2Ynv(1{im8OvX(A|`P6?f%niDBZGMe?5EQC(8gXP%l{Zq@P);>TfgaZ;K`c%_xPJEgf9Sw#eEG6trVB-KJ$!hUK>e-4;)3 zOuK0`KXaShQBti@Qmxr~Yon~P*U(gZ0U21@h8bnSzwKUA z`%KqOZT4FWO?&UPF*?8P;6hv1BZugRIul)PLyuW!jL~SdY#$>as`c2QwR@;4r5ra% zhr2AHlt5!yx^3+_c1j4Vdr=<}nS3teqg%YX50x5C%wn2M+SrRS)09eRrdkKGaqgb4 zrQi=-b6#~8+S(V}o}F)dw$QZZTIym7$hlg5ESpza%B+F2xT~%oT>V7Kp z#FH^i8&Y8W$ttZ@r43SFqU;c50m_*1M%D+DOqLzSoAy33n0KDW@oup6_FWHLPO1HV zjlU@2349K$DmsXAa_gR&IeGnfk?MxzOya!>D_>7H$vjnA&W5uR_^ zUF1-9$N72l{N8UpBznnawk+05Xufe;n>jpv>3ZiQ4zI@i2sGmOS&3kd($a5{Ek`rp zSq^W0O%+o~@;VOBYTz+w43+PSi3*~qCrp37LX zlx^^$gi8DVB6rF5cicrjB!<7{52$3HXE!8LFmMubm2KKd2SED%xm2Lq;mb zpZBaS+NGNM!shLtd2V^;4&SL;*!=vw|EVe0^nL)AKXB#U$#?U<4TZMNvs?15&rFFQ zdH`!pE#O{v(ZSWX%xwH*>y54Rb=wQA8$LdN{rqBU=X`7DLhDXyS_ti)60do#dZv%f z`#TDaYpC1*J!;?rtq(a{P5r&5&O+1PJB@c-`M@EVxU1^nk=4}~ZK(TN^I)2n8@u*% zzuLe0P`!<*(<&w+Tw=@HHj|;rH4c|${+3Xt0SN2SkEs@2 zB%Q7vzLdBfGrX$1sM}4>^#etBpeRx4VCE=DjmT!6&s$ zZ=TtGeS47uIoth^9wn^~sIY93Q zl+$|S_*uy`+m=X`EVl<_mn=a0+GG*BT7u4p#)XFh&5wYpyFy3X;OCe+y3!8tz?!IN z3mxr*j`og+d$=mX`XxO3esLSh%QpJs_yY*r~@H4hv6+`Ti0-kp&^wEOIs$t^z?E2fibNfFZxx4oG zU0*ow4F4H)coyBi867V18e%Lm2RtaR1V(*n@(d4XRVzb5dE-kk@KZF^$a*$lp!bur zH_m?X)c!g7uJ8H0^LYaW_#>g36+wVbpNYO9;|vpMrwvPU=Sr$()S$v^d6kjm-i>6T} ziKd~l^lQ|VB@s4xJ*3c9iZe(Gy9$scnMaI)>~Op6KrPB4qa<6oi;uR(3#BruoZc_=% z*|${MVAD9NF0Bqx7zR4YmvQxB;ln>-0FA8e%J>AC=O4HVYd24bzbV?2lIeIA zY!OEiFE0HTGF+n}Hp&9@h=Tp)#&TthbS2k2VS;9yQ<%QJEDaKZElaZP{AO&H zBPWz7TmhWqGIVAv4U)oGmU33;8kY^U7F;+m)Ak@UZFSqZL?+}=!|0~AQbxyaILQsn{0@_29mbfx4SDB=$6**jbAw4bz}J9byc%hx=*ytxWtgoX1uJ?}CP-8GeI*|V3}_v4 zc`U1!@D1}=i7og+iZ(1u@agzL|FS~7qLh^RvV_tV!Up};oiThzVm3be8Q>&%F_9Sv z5@YNqZn>CN<=`-G^n%7|%eZ+;Dw-BdWP%Bec~y$c`nbstqJ#^*gqltbDJi<#QWIo; zXhGarX}I-B^e50hkuq;qw*_%=WsLRKTVV0G-m=C)qs)L3jK?(Nx*>?_;HfuW?X+5i zJh~lIPA1;gCCpL7O)OrScW1!W5OzXk{O?A^NXl^h>{@(48B%m{IF=dECB%2tQQg_E z#?H~4OJajsbTK-M8VyUrPwO)-$Go^0!qo%f!l=tOmBpg6{9nXHE@O4gzg}TPYy3YB!&e_ao@7{WMq3-z!`#oQy(Y9mW*HNgcyK-jo z%yb7FztD})Z0~20Tai0~e_Qv@>+;^C@ZtRK2@zV=ADHkwE(#W29>Qc`VXb)YfKtNL zWy#cCCIj=9IuLZ1Wi9EBlJ&9NNI_iPxZzf^6-vM?`*(ayBfbPoIK5YDCu@NNxvRM! zfA=@e4nvziW-a>AoMHcqhFDuls{+sY46T@@itsc60!s)#m+LL>Gh^Bb-+j*O)PFScB{7bqi$#T83SCiYR6X(#||?ZoiAtY(rU6EDrilRA{5f z#<@TER#yezn~gwxYN7d=dv(D-1lkq@Tjm2>Ztt1nf3fFI>%!KT7Xrub1zHvZ9rJ;X zo0-|J+nKq@!lr`@fvzVM7ad|<{gTaIU;D`6rU<@!r3gMT31hW?0`bj;JOs#MD|9HO zvYXE|hGkTk_1ubD#1uR7$X1HWt)yd&cp8pX2*c^IPA_CPVhXgm%x*Kx27&_S_?H|z z-KGN51(cTHP0fMM)|JnyB;sG9SnEax2cvckwDqEY{k(sDp?Te6^OpJMEsrFd&plyd ze*VXa>xsqIo%5|b7h0d5uuXJdIW~FhN_a9n?`$df>L-j~y3T7=<{jx`w(qZicoJNd z#eJn+$3HSkz+gVj=&em99@Itp?~E=b(=l1Y4$!rx`W~{%9Vh`D`%QyTmv`>_GmGnAwm2+=IBQudqp)dVU*gp!p7hfStydBQ^H9YKdzhimN)EGLm(Zec zC1S~_84}61l-c{S%Kyc5wGGI~lWxZ9L)Sw$zrEnw{)Ml5ZsRXQKMyTF-97(wci!1; z=&I+?7QEDgM;QKD^^KT;nNOjvd?BVX9`XBTE}dZp|pej4%TWex%5OMa(JCR^N=2;I2x$p z8oSg`4)iT?crE%_Z(iCq-CjgoZ`;gP3h!+z^#WD2^V0t5h9#8lC%T89+4Bf5J*5B~ zTRJ;|R^1Ve%ISDCY6yU!D!LaI8f?T)W+JK-o6zm}FBSe1VZ<>-l&B$-BS>uk)w)2R091S8#YH4o@{qy!_sGi|oB)%j~Wj=L~w! zbH?+~E5F|LtF4T_FV#%M-aE4-p>MIZG>(1QIP`9gLo|&;Pjej5_a*z1glDnd!v_$f zeR(!Azj5z;%RX=vAGkBPM33THfq!ut*SC1g?3uOAo}6{wcyWndzjCkT-48fqU%eRO z5AqM-+8pG+dXx9_FFfFo6+7_nv#FNpb2At7FuXlG#+_f;kMevE|Bz!3CRG0q`8@*W literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..866dc8443e7d0099f5d0048eaeb57503bc70c9a8 GIT binary patch literal 4240 zcmai1TWnOv8J=_7yZ35b1I8T3=Ca^jLQ)kz$DXkZw7FViN5UNW1P|-J{J~UGMu!}+79$BiTHd6Dp!Ks?~ssEh4*oFm0 zyL0`|KmYufZ~pmPQ0L_0@J%XNCx%;;K5 zwFDSOIV+S-X}Xq4r_{^@QM6Q+z@)EN&t_8^eveX}rYkHfHArojl|Mo=hX_h?7$tek zB?Zi5;Ub?D-N=n_5c5PL4&vMlbnK6X=f)Bi2OZdPO-j13len=&JcA;3T@#aD=sO2_ z?1sLNG+_^MVsDKX&{nx(#=(Vs*Tnm_NC+kUxCv+_5~%D8{QSTph(kC4ZD?GKhOMR} zI?blcUR^V(u1>srjHsi8%7Z$U;mE0r8SNq)0ErgV365KCO;;{tv=kk;yt<~2R|g5pL5Z28T3Vk~Xb^R9ZN^~x%d)&` z^d1^GZxCt>q^LQR8#t|zKAO2q2KtCGV(Oyo0BHIW0bQwXVPi z$dYt(h|qLhB{0VV%U1XU=zM}c;pWhq!e_V{G`yY~XjrKQlHo9Gfr-u`pmkK%*Vi*# zquG%Ipnq?f*9XZTI;(e*$sL ziO`4J5W32(JC`uY)y}YP7Tl*cJF*+0UvP6Ahi12n;5xq(#yIK+&Jh33i^NQsCXI>~ zAAi&0MrboE&>&O>Q->^1P0)jz=1|i z2rI%b9pFY{VwKxH!FS86Tr?`uHu#tYBEx${Swn_{F}9?PhRGGmz|nHz zjFC=J9F^!U7*o&>vZLP;G%{w1%;yc}4sZj?RVQy5f^0`6N;YTaQmR6(q}3cI#zfaf zY-mii6L=YahiVEfdxMMKtwrzFeD4#lycBLP1&^-?e8gWye3QTIK!N7#BQqoU&INz_ zv{3SI%136jk}q`q#LS7=Qzc*c`pKD-vkBIDf9CxgV^4hBOTkE?x%)JdO%1)@zKBUl-%q`MOx8@;^&$veQ%xC<4-`Yrimh0u;^ zN6EW6|H0z6SP_2S81tmWOd@~qiLdJ$KMHQnw=4wYf=ezpA%9!myz}v`kBdzk$vo@H z+z7%#Tx{K4gkRI{4g4JI2_>8Gj{law*tBy!*;1gjw&{!aZ~aO+3&(i*l>*MuAT4a{ zhWD#Z%`q6{6BY9a^arrP+SN*TFx@e1t71+FaLTqo<++dnxY@qZ051?6XDm9Q0`}V1tFz>blzc&^a%dKPZAD+(f1RS+W1k$PNk9VRgHICCFztfY@+b=A<~cw+#quf2 zB>=oi8elmU1?y?J@7sZnGC!tFTkxJRDGjrpL%%Rg(xxR|&~=r{jDn$`cd%V!J0?y2Kt7mCJ8d*WX^ zz0$7b2%zb_aO+qxvZE})1i)xZdphGb@Z6kd|l*20=5x567Ku3RP>)@i)*a004$ z&djJr<@Rc|DQd5%INU_UzBCQ{?yIQoDAONHENykJx(-+D*+Wmj9P=;(UIVBsa2)qf aw6}=%eu;kgCEEW##}SV6JVUIuKmR`v5VSJ@ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3724d21ae31801d1fa9760bc6c274ea4308f607b GIT binary patch literal 1707 zcmZ`(&2Jk;6rWx1t~ZV&wuz?J znQ>HGJ_IQe2?8Mws2mFyg2I6#{{xp;DN4HZ1Sf8WfLis$n_b&6NF8b4oA)&zzxSK{ zd2B3&VEq2+Qq9mnOQS!)j>hRSsQZW@qPVE6sAvfhbqA5eff^^2RTWW{Xhi?P82A#A zFGg3D;}ZuTJPPY0i&FHf?KxL3t3Uj zvOQu2%-?bdaObcwSHUeP$p+w>&v0Oi4VDBSlLw5DFKD60saqTB#R$e#*XA5!F6nMr*7mdd z!nMjRP8qM*Ol&kNH$1w?oGn^er2MY%gUTB7>s0u&YfZ7?drS5vEpEM0DN=8%a^1O8 z;f|oQLCic}37nt=7Z8+rwp-ft33YkNk%TM;O(wx@O%Btv*uSpCienH@x6xyBY%kd{ za}Uk@$#`~G`^zQI5*SD&Fo)2%FTgiteZlwK=Lo9bqZS`03GnE4mbraiATi9+b|jCV|_RaVsg|a zz5h3W4+9>Zg@Aj#dU&GBYC&V?Ajr;x2$RsfIy|(fK?Rjf$Vd(ZmnD|PveGdQqLu$I zX2V^dlm#z=0NgT@U$pny$C>F)X8OV6cgx=_?~|j<a06Yq>kFVunBam%?TgL>#EXekrLK!{L1ED;Phm(DJX1*1}`3`#(ObG>_1JO+=it;NOe`36# qT=^48F@wyB!->}p-@f%Qd3#%XGw7k@pnQ^s~?-un*RbfNt&1d literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..db572c6f65fd9aa4ad1ef96ecd22bf57e6b626e6 GIT binary patch literal 2285 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%0A=CMNtmcF`iHxZ8&!^yRcx*8onmHA0?6OpeJ|kL z4B#AR5Hq7CUqzh--XQm*B}rosyH^>jB5Z9O5VXP{^$^6h)D?UHJjX8Ri`#Z!ZEM{o z=t@itof(v8cg5c7*TDy*c+iF2R!MA-}ZB)}{i2ndAr$@;6wD9Uej_nn4p&fHH{vb1tDLqlr zXW+MW0;=zVYXhT2uYhY_V2rA9{tAwzg%$5qh*LaKN$THOa$fp8mCe@Fkm zhCbRmet-Bu_lb9(+2}sGws-tX3JpJL4Kt4zZ^UoKQ6yXf*QKODZY0{GH`IxX*NJ9P zCxkPqV(7%#o6fXsz-RStvS1&nNHk$Ot^1jLQd80tkRnd~D4B79IAv@Gt#}viUyJMX zKC+V;-?M&ba5ZpX+lkt{i}^x+ zBiy?d?p-}Tv>raQ%$J)``<~*fKY#U3|2xn9=DCWKD79ZKwIAJfaII}+FKRxx5jeUQ zIJ$c5`HusGxRjtye{G(92tn}q{{ zn3k%iWC1&jX$bPFXF#3;@{+O%025WM1(4M(RF8EMr9Xxk#MFcE+j<+SUxF-aI6)j| zeaWN$Kglpi=t;|sCn3M`jRgjveHW)!OM0*)&qz!T&LL|7XxXtxOkc!hdNLYTu965= ze->tUpn~H{R)ffnfTHP!h?YjZ5zew`jsU~}Oktu*f^f|;-=@?Ik!fZ=qY$9U4b)q0 z?NN6FxyN_Uk>erRAvm|$(p8KWqNPCa7e6RY6ec!W53jWzesJW}{oeH>=hj=l4F(Zx zS{g0~P$*m+C=A@@9t01T+B#N-3(7KA3brkMhZ+U|GlvbG0%L@y_(l29N8m%0H!HZh zWFt~LL8RTTojdq-n9C3*zG*R0Zffv^-{Q&$nzy-slBV2=p6-8V@$TYZ{6lxRLemQV zIMDNve`wV`^d&U(E^qq#c}U11$|L_h#N(zn9=B2!pndW9m8_^%W?b>Oq$Ob36OUt6 zGcb@1301^6B|~N->EyNavrw7*Wk^f(r%3-8sh%U%3sBufR8aImbrN0Csu>7;7pm*% z3!ZhjAG%TVscYvya|FulVTbp#Q2R=-aK7vSy6i-)9kk~nJvR!5%N{~`kvIIX0jMnw zIh*Oe^2?0dvA?<-=pDOB&)Q8W*xj_%K&a4uhj1sjg`g?Fz=RxUn0Lp^h_v@Fe$exW zA8k|G;({;`Y1K)#Yr05k1<`>{GG_e@8S;UaLOK?uxe`@=(`kVA!XhFnvkOw3XnYpb zU(;a`$$MZfnl%(i$*5^`(iL_R6t$8d3%qpdct4--1wKJdpCAt< zf}f)B=jhbu=-8(y`d4)RGf(GIc*E1V=ILDd*1G55HRr#am|@N^58*EXXy`}&3qPu_ AcK`qY literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aa72d8cbe19ad2ad1af651cd272cac12e75652a4 GIT binary patch literal 1864 zcmZ`)-)kF35Z;sSWJ#9XrX<0Rf3UHe))#EK38b_pE)+X9g`$|0QV@b;b-S`JKJ8w1 zS9TRt@Pi*h{{g?YeQM~R(w7uk5C?@o=|kU?xKPMbXYVA-qV5{a&g|~Y&VJv_`R8)E zh+zEj?M_ooz-)}+um{T72cVoHil`N$mQ}MXqi4cQD_hH2D1&wo&7L4?|CC8RYIetQ zbAK7bwc`B4NC$$G5cKl4kS(G&1=mu9etJBW<$-Zl1?3bmRI@0mWvErl?!j$8ST(zV z(my&$ZRSu1emRz76EomJC&0>stW}78iJaKCIPS!2OSHEB(^GzPRk~NuR+-K@3 zEn*lCxKAS04vA(8>wSiO!f8Ok#A@h;qmdhK3W=#W;-Mfk;Co3BaKQmrnuH-N;bssr zRY`W9J8=nC#gW$`{D9H;T55sxAgY8bh+-<9g0O&%=cnMr<@8Fg5pW_q@%3Pj3&}jm zp0oqWloxgMzTj1vhu6!35r#@RX+#M`oRdtqCHHe+42NMT3%|2RAWl)&InL0`H%`~; zB5!yGbu(aDL$jL&Yrrf*T^lSDAsJl_5ggr=%%Df`WvFA(cnnljiU~S~ zfc1z-(!v)(TE}1QGvGp|Na7Ze039X@ry%0xfG1oj#uYn{WTJ^C-hHr(?|ppN#Y8e3 zG1&^V25&8J;{v-XA#y-k%GHHz#@SfMpW?CF9lQcVDO3e#75t@2Zy3-wmXax|Q7J)! zO0=a9sS*Ex>_OG7;gsdk%F#aK7-B(P>S2wU?94FX0#4c2*i;?V+rgmJ%;o^hvEmt_ z2@s?^;EF{^S8$`P@gWHVqb8L$mN^ZS#^MloAeghGVd7@_KZspkpksHZM<97$v?8K| zMmWyh;-f)zukI$*y=YQv13+kkfSe>+2& zjxbnZ{6=rC*MT~z>O|`OcKsn|TQWFg^)03jw211vQaol_3=-NQEmk?aQ?D?7SpPg| z)K#F_>X65J6hv!Yz%`Tby<2Mu%0jhv&b(>&rm94pIPbx!KzrWP`O8|QGTfeqMAb(i zj!}OZl@?!2y1iSsUz8SK&MiN)f6dSIZmpYnvA3{d=Gor-Z8P8Ky?6ha{ab$N41AGm zZ&$agZoyp3;Q^i(7d;QMYllWJdES#Y2?sk9o=1fb%LUID~RXx3JW^bMIAo*4cP@{YKw` zxt~M$-Ts8p@@VGfck{nYuk{PYETZYT{-n`L=%)MQ)$gbJ#<4$zic^2T1zMVbxw7gy zaZYz4=#(VQcnO%OoHJ2LnW&8Sbo!Pgb@M-C^qe>O`zbh|$T`?BUqW>aL_cd;*6(Qc RPqgt*Zq?d&jX)%B{{o>;5=#I8 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..727a9693717211ee749341cdb8f9e811d6ea2f03 GIT binary patch literal 4967 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e531e2ea69aab6bf9126fb30d4fc146013704e9a GIT binary patch literal 5793 zcmcgwU2Gf25#IZuM4l+gwn$S_9s6P{k*P@Zk5ng8T-lB71a>V)u$`YObeJ>mD4s&z zv3n=UB4ofw4a5$d+UcL1wgD8hKxr67)HekvkUsRGMIS1LDWn_>G(a1mePb*GN&M8A zJswFpR+1J)58&?J%--zm?94Z_{Bv`&MBw@RYfq&%v_Ow9-Xm59tD`WOBPtmqDyQ-p zZj6Io$naTVOvs93V%9h2R_`Y)e+;>9nS0ODvR0YkiimERqf_cQTfGTQ|=I?+xDPC;^N|WjbN)Rc)Yle9NptjUeC9PEp0*9~8 zX;7PB&IXvXvHImE_%aC8wi#cv+3~S$=7Zm^GkL!7;?4u3`*Gh>8Xfk=!!NuTxBAXJ zav<7=BxJdio&(XSBv+oDI~n)vq@GcS+vbT!7!|B2eeZESW&+J;H{W zwbnY4q^~Wh8hzjep_<;_=rFk|ToteSl46=9`7?V6IWNG>%^ttjA0}sH;EKR)uTi}b za9e@vv%ld{W`$XC)_1ewAwLwaY!u0r?eOatNm4xTJ1^o&2>@L8nQ2P$T$M9TqQU(0 zk{4b>RM9N}!ux^L5XP{Yym?N_2 z;u3ecK1YD)b$l$e9UqJ3yIjl>Ac7qcgZ4zU)oEtXoj?T=RC9b;#ZIOvx*PSzf9&=ga9;xWybiXYd{#x32}`f^J0Wo2Bm;yFFHE1?^ZPz)ur zD{HD+#@fX+h~;J+e*$>Aok-+cp2M6H^WM?7tj7UoE|9XHZ0=kRcNfFm%i+FaxUY~d zg&(~nec0M@YtzGporTV&{*z1Hr%IbnF9lDpw9A*oE6ppRt;?aVVyJ8W*;1%?IW$lV z4J@2m+))Y*13OS|Ann_iBi+SFcfnVR#FiubijjQ_*5aX3eUwbqt96p8Zrfs-t;u&`oh+70ywIGn6t zp<JtIISC68%cf9lSg|kY(hs6n_d@d>!m&)mP=c%JRm(U(<>ok!AWF=T-w4y( z4ekV1Cm=e?JA7=nBjED50a>OGLw7f@e_S)Pb2&Pk-|f2CxMn9H-XZuvJ2x2dquBn8 znN%{?aIE@83T_Ep=2j}~LoV>ncE?o={er}-|UkOJzSh>O7DwTm0<>-UZ zS!h*P2Pd-5lKBU|RHI%L6M^Oe`A2IQ)+}_r6T1=nAUs%V9bEDct^$iVA}YTovtul? z^EF`bDp)j7cgB}U3X0N;ej8`7r)J&zo$?N1<3`!jMQ9U8>}uZheBu>unw%59OQyjV z$}QMy>p@08=QL;rEzqt@()6(RFH}I?Ru&vLF$p zbjtR@R6w8Z#gQSqwUxX(R$F-pif$##Bn+|Xqen*NfxX{!V*?8GWLitU%s4D+WMy2@ z4U`BwG^wi5>cWW0)4H9OvnH$#w}6yJDFhYMrhdsv?t50rOln6cHR+IiGzHn~{>FAS zVfjaPr>t2KFA!@@6sz*rgfBV~3*RSU@Dr{Yz>xgo5QXPCED<3>?MVMr+8YKg3F+$W-kVZJ3p z^O+mck&!pm>&pDb#f^*Vd&axQ`-8`S!4)GTpIcb)eShx@Ox`|@qUjJgJuu}a2s96 zORGMI6YHS??z&$e668q>@(znOh8*=$>kT7km0S*H_983+N+5Dk2svgp9WU5G%$gL6 z8!rs&0`PPi%Sj6sgXn}XW)&PudoI+}+!DE#2^aCCg4L=Q@_2Dqrc7O}>ZcfhUpdXN z0Pg_q3{9c3l>{mzQ$@}wbR5ZUa=i!p{#yj9g?UXvy^V%o;fk5$6g3&fq2g-~8cr1S zso1f)9fUI1reG$tV-3#g?C2HowRrmf0vSea9gxAz<2>AAFY^qp{FnJz4*x-@fYydJ zpml>p1%_9&52ny>L1STXtwpO!6_Ns&N?<%dU{*jKOZ)p^)+v;;9U2$2ZWF#uT6t*a zV)FNi_lHkkdiwgIzXs(`1fW(>D-hvcmsnjQ01CQ5D%3EkUa^-Lj5?8ZwDAg*b=Xg! zW;;-`3*^prvY~C2>DIgZof9`sKrz}T0bv6cwE>C3tr0Gd(0C7;27i?@6mZ7l)b(Hf z2SkuS8Or5g!S`P|dIT)-_2$Q=h}RTc82#mq@66ZupJi<+k2pTW{fXscr94>)s{*US`i| z2yak$3r!>(DFObZPQu+X;RF+j?@cP13a2rVP|YNedAM~pqCud*aT=dJa`K6%PaUCn z*P@SL(~S-OokKAJxz|Vm)!&b=cvuwAoMPH=#IvTEp-1rjAU1fwZdS%Wc_=pczk>A^ zG#AN-;^vP+TdzGackGR0Wu6aggDY5|>8f;DS`GNZ4HrhrEg_#Y-&Q8j6+)}nm3w*L zP$5)E-sk{F@(q>!8+_a5)k6Q z`$vJ`st@Sp9-puOdV1b^Gg~GwToCVI=W34nMw{qS=;$$MoCbRa(}BBf+%dC^(+M}) zSOO|g)ub`^nhUdH=tZu<+Svr}${W+pCAAzYXx*DWGtNO2S2fsO|9 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/.env/Lib/site-packages/pip/_internal/models/direct_url.py b/.env/Lib/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 00000000..0af884bd --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,235 @@ +""" 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/.env/Lib/site-packages/pip/_internal/models/format_control.py b/.env/Lib/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 00000000..ccd11272 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,78 @@ +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/.env/Lib/site-packages/pip/_internal/models/index.py b/.env/Lib/site-packages/pip/_internal/models/index.py new file mode 100644 index 00000000..b94c3251 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/models/index.py @@ -0,0 +1,28 @@ +import urllib.parse + + +class PackageIndex: + """Represents a Package Index and provides easier access to endpoints""" + + __slots__ = ["url", "netloc", "simple_url", "pypi_url", "file_storage_domain"] + + def __init__(self, url: str, file_storage_domain: str) -> None: + super().__init__() + self.url = url + self.netloc = urllib.parse.urlsplit(url).netloc + self.simple_url = self._url_for_path("simple") + self.pypi_url = self._url_for_path("pypi") + + # This is part of a temporary hack used to block installs of PyPI + # packages which depend on external urls only necessary until PyPI can + # block such packages themselves + self.file_storage_domain = file_storage_domain + + def _url_for_path(self, path: str) -> str: + return urllib.parse.urljoin(self.url, path) + + +PyPI = PackageIndex("https://pypi.org/", file_storage_domain="files.pythonhosted.org") +TestPyPI = PackageIndex( + "https://test.pypi.org/", file_storage_domain="test-files.pythonhosted.org" +) diff --git a/.env/Lib/site-packages/pip/_internal/models/installation_report.py b/.env/Lib/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 00000000..b9c6330d --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/models/installation_report.py @@ -0,0 +1,56 @@ +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/.env/Lib/site-packages/pip/_internal/models/link.py b/.env/Lib/site-packages/pip/_internal/models/link.py new file mode 100644 index 00000000..73041b86 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/models/link.py @@ -0,0 +1,579 @@ +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/.env/Lib/site-packages/pip/_internal/models/scheme.py b/.env/Lib/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 00000000..f51190ac --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/models/scheme.py @@ -0,0 +1,31 @@ +""" +For types associated with installation schemes. + +For a general overview of available schemes and their context, see +https://docs.python.org/3/install/index.html#alternate-installation. +""" + + +SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] + + +class Scheme: + """A Scheme holds paths which are used as the base directories for + artifacts associated with a Python package. + """ + + __slots__ = SCHEME_KEYS + + def __init__( + self, + platlib: str, + purelib: str, + headers: str, + scripts: str, + data: str, + ) -> None: + self.platlib = platlib + self.purelib = purelib + self.headers = headers + self.scripts = scripts + self.data = data diff --git a/.env/Lib/site-packages/pip/_internal/models/search_scope.py b/.env/Lib/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 00000000..fe61e811 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,132 @@ +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/.env/Lib/site-packages/pip/_internal/models/selection_prefs.py b/.env/Lib/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 00000000..977bc4ca --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/models/selection_prefs.py @@ -0,0 +1,51 @@ +from typing import Optional + +from pip._internal.models.format_control import FormatControl + + +class SelectionPreferences: + """ + Encapsulates the candidate selection preferences for downloading + and installing files. + """ + + __slots__ = [ + "allow_yanked", + "allow_all_prereleases", + "format_control", + "prefer_binary", + "ignore_requires_python", + ] + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + allow_yanked: bool, + allow_all_prereleases: bool = False, + format_control: Optional[FormatControl] = None, + prefer_binary: bool = False, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """Create a SelectionPreferences object. + + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param format_control: A FormatControl object or None. Used to control + the selection of source packages / binary packages when consulting + the index and links. + :param prefer_binary: Whether to prefer an old, but valid, binary + dist over a new source dist. + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self.allow_yanked = allow_yanked + self.allow_all_prereleases = allow_all_prereleases + self.format_control = format_control + self.prefer_binary = prefer_binary + self.ignore_requires_python = ignore_requires_python diff --git a/.env/Lib/site-packages/pip/_internal/models/target_python.py b/.env/Lib/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 00000000..67ea5da7 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,122 @@ +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/.env/Lib/site-packages/pip/_internal/models/wheel.py b/.env/Lib/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 00000000..a5dc12bd --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/models/wheel.py @@ -0,0 +1,92 @@ +"""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/.env/Lib/site-packages/pip/_internal/network/__init__.py b/.env/Lib/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 00000000..b51bde91 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/.env/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..42bc153c7a84879e7a31b54f900818f645352e1c GIT binary patch literal 267 zcmXw!F-`+95Jl|}K@=%>*fv7DtE5DTCXv!0NJE1xStdJ>VK-yTo?WyYfeUa3&cY37 zxd0+vDr_nIX8xOE=Ks&hWGte--&T+FG!y(w9?gCf&AX_?z3An1@Or+m#0Dv3uJzFL z83DgoU*{1FLzT6R4KhL~#y3;>b*6P?H(Gy)eY$v{#f7>H;Da)rx2?J*SbFS0Eg{rw zomzYQ3~cjt&s$3?vxB0WsRF1|*Z80UGUU!|YV!m^Idr8)V(?^|@))JmafPgP;rheq ca%Zcyfh&I+-=|g~mHs)AQvMF49Qt9zKWB$f>i_@% literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a90599cb6c7f8631e60cd75b08cea45f111c1d58 GIT binary patch literal 22009 zcmbV!e{dVuo!{d3PXZtTlAuV6;4ev#MM|=MQ@HwVbC*Bbfla!X z@l9v?`M$+2KzJ29U5W3#efxgD@B99K_%AgzP7cri{LWJ&M=v6#7xl4}5^Fy;aNK>4 z=Y}}mz#HR+Ap?tzLq-;xhDw#I$qwL`TmZHrsS>xSya{X_ooz))bkeyD!DVW?reaj21fx5tCy zO+!uNn}#;AcSpQ=yk)3mymhFRy*uNZ$J>V5SlSg2jkgcAv$Q+jG2S`UIo>tYHQqhc zJ-%gV%lOuzt?XM(eA{?fbb#zVxu% zTIALVPA#{W<@%8u5PG%Toh-K=xeXP$yI5``a)TAQyD@?q-uPCNItG4|@Fd?X^p2SM zmY2ut9dj#mUHUba+(2i+eaZKAucWh{8zhCf>~# zqZpbMbrVyvxj#0XlFb)lQc89XM8^ewaB?Cp$oA(ZXwK2NY+)Jb%T80m+yuGi+~DBF z@+^(A?FD6Mvi$`?nn)%j>eq8sNJTJqaX1pC#lWzTb0K;4svw3fvMDNElN|^mvBbn= zN_JCn0*i&E=jDJXj3=)PtY&0HOpZq;#kjmlnuy0zN+w#4Cx^9fXr2x5d}1VdcDS_7 zEGmH_)9MA``c{Rl7@B=goK>7^bc(pAF*? z33`G{!MC~h&EeJB`ek$d zs>NS48Z7Pwf00A9WPjWLqZ*ccuwAloZHVan4QUYVE0?-N=gGMXgEdX9i8F+^r z8-R9TG9K4}wq6C=1adW?JzKGx+cA<~51VCJ5PMK~13y2P|92M6TFf4fe z%If?^U?@IGU2lLow(HX>sBP$bBdDE1Rq+r74Ah)epeF96PhkqaENmU1!W8u3PZ~h* zGGME1wXX5@Gext(5>VhOP=>2O39i-vSAn9HiZDP5EHOX|D1a1r&%90rlm(&=^ucEk zUv$97#amuBgSE2)&jG&)Rt84Eje?z003$oTJ4)ZJyo2x|Zw3x@BHsxbgsCszAo26Xw z*%Z}f&zMb3m1EwR*2)?<{no}*3RtejVVR6-A2X)3=}s_h8e<|tMIj`SOY^LHMvRw0 zZqmj(2ftu+rY|u%Z&l-X-7q?H+ANyW#(`Jj+asjywPfeJ@cDN!UCk*#sY0Lm6#xH5TFJcT?)l^GF}-9#$Y_QIAb zLMNMPoC>)k)J5b@p?3<_>(qy|4dfRB8z;>oxXrEGIk$gy@BJflN3!j^S6oj%a@XCv zaQ8yC>C}VMEADdzeuoDEHs7C_n_1xhc>MM8Y~!A+ zZx4#Ey8KyJo7T+n2mTfJ87i8dOXnMR_Xij{sWF7MJ`(T&*r3VN1; z2ySx)yZfH|t~+mU&)M4-Iu~v(1%GbuQ?R^IK|EpCEh!%V7oYA6D@GVFm9WR`C8|1@BWY!}!x4 zjcxc{Wa;32#uo4v2%X?|A<`3j0A9GnMwlz`KX_f>f91P{cM`jSdUoDL_@8&Pdc=a1 z>Vjg_;EPN9Qm)}azI)0N_R4joT{|6*Y2@PnsHso|mC%SnXgD5oI_Wr_Pe>^t%9Gql z6oe1~iKFV-FG(0+vZWM0gRn&7$;4F&40#Ab2W#R6q*r{?>Ogc>B--(Dl84czP#VOI z7>Wsr=#@CD9ZDrx1E64~0>X91(6hc2AspjU#}bo5(d*GzoK+u*iBbx~Vhvn8Ie4y@ zr3Piw@Hk&0d6m?G((GK-u^p@?bqb4h4Bu1=M+{;mg%eL8W4ihCORZ71Z%_@Q7dRJ< zo4zzzJBS)M=thtcZcHO?$Sge@5IT_?Lg*$1p({t+AlF1H5vktsCN6zCq%-;r*fNDu z63GO&IWXMr0I(a-S-vrxYYZ=TF5X;jJeWCG@HS?>oxd42BSxHIv&T%ZjJYnA@D@$# zOW~|`ok?v(STi)MMm8%T-n_Rx=Peqx2Ciqqpi zD!zKE27uSJ`7O(vrLoOe(v~sb=gWvRQ_C0~q^f7EzA6K+yy?x-o{!NMR6P|dLKLOy zQEOh}!q(}-&&EU%tO(&2u(@$z94fSGB*BCpm7xG@%ov+^Y(O>v&OftErbc=W%D#&) z4W4^$;QVuE22MZMe}3Sput~N^DX8XTE21Q{QzqzH!Zix%G$tk4hWD75On@axPE5&8 zY4Xa1m>d=)Nj8a-3E9?v<|_j)Ubp~l+xd%UWM@g`0M(!PRZL2@@&f4rsT(miA=?Nk zO2S0gs<1pSpp3#65!w-7qADg4trO@GnpXLq=kTt3j5i>F+bC6HdRATDdq?gbp@R&5 z#p}P9zMGzZapA(!wyfuH#`MVJyEk@s>|XM2a@o_CF%>$(8B^B1IcINs;2<%#|u9Hy2IjiW=usl=l0$^_MKyByx^_7H+^?H?+xX=p@qg} zZ#eJWne*=avGLEGKXNX64`=NPdELP8XlH93V}2aJLuac3QhxKZ0}hyHTD~thJNoC> zteoGp=?}PyQRwjYf582~IHtps^F|etF%HXHR`rB|OEZLRUlOt_kzoa7i!Wl~#IGQb zO(-%*u*@{93KUtO6dt}7wlh!`hp6mtQE-`puTk)I3U~yvRY(w!s(g4EC`nPknv<&7 z@aOSC9~>)3`(2ch;s~Gus|3ei2YmLrd!Do1 z+Vrc_^YLum6ZyI)b9GNH9ayeA44^F3HGJx@IGlh=pCZBI2)EJLLlm@AP^D@(L3y;3 z)w(P?Xd+FoTB}9!t4P5J{-l3};AQS(qt#+B`Z#|{`_MdpnzT~Q3;m>RXf9f93S){$ zWlWLO7*nK+b&qFEsg1)$tIu*|5gH3bZ$o2&=t1zk&UaeZC|T@sTLSbI5q(AUo{2@- zi-YU*sxY=RZfMSJk=2Bzvsk!qYhV=Zc`9P=)<4K)`3Dn)03J!7F#q9WqmsSfpZ#7L~WHcv~c zTmABz_Bvy|%FWn}T-u_xHnvr5s~o3@$70VIX?&_4bq4+1*TCP+*vq3y+tqI~4hNTZ zjFFD9>PcJGGE!~YHb%^3)l+W8z`gRMnfvvl86$mh)swcVePDE7u(xUZTOJkO*#5SE z0Tg-DX0<%vbD!EZa!bs~r7wbTpIQ?2NiWDAbw4g~om`o*>Vl%&z`X=0edVhuO)-Sr zi!(;v0+kWRTd!faL`&Ml+osVHSi@3_95+^@CACD_lr~nB&>=A?jZxEM%+#^JWiKlT zUV^oH#(2w!QNF39ZWwNGH%%{bHw>5!NdfGsn9XMOd$@Lh>G_yBM#UkalEG5o`=Bq9 z?R-okQH_T!(W>YrWiu=%$>|nw>>F!>TJ)84m(#mRBvoWh;=}Qqx zgl!f4!XO%xZLm_0kX6%j5(>W9mC2NFhIn$>`IRV4-AdZV3nLRSIYVn~rdXnBmCRHf z)NTY;I%#w=6^lohZX&`9FkFrkM;wWzrcaPWTH5i53R}HLn1)+A*89aR{5krQA_#7C zA2l}JpPrk(e{1g6!pI`O+_-1f3|4jaNYQAn-~Onroj8fb@N(PUd2`Xj1zToav#D9v zuhwh0)+gS2I@^5U6V6z_{UfE|tLCDel_}OB^D~K#;ScMNazAN188W@oW=w;01MDDJAY^3&Op|` zXX&de=3}2)IeW0+Z_U^XHgDG7owIcpjc&&ahDZKw%l_?|e$oOD+#Sd^A6jwu0md@V z6a$>ym-UAq+QN@KfqU`0@%cl`p6-n4eV1o;&;4U_$9@>jckIn|>|J_kx#ReX|HMZ% z{(Mb)uBN?cbk(%{N7E-9BG^DZ9V}yg6W7@M{X_ZYo?LU!Vr;qj;Bv#E%u}m@hRm7w zgMG`vBl+N|T=3LiKKX9nJ9r)VgtOK(&6*ztg7bmzJw0mx)Ymo@npPmBO zA=vtw`&IYC;7V}&uZj+oUiWc|6GSGyNac1@G^e+c7`2m|CgZn>qbA zE{`_bi`f@mTycNpk-vLk80(OAZ!a(0ih1uN*XCtcC~FS=YCU4$e9f@ZI%;LN?~yl% z!D0EJX7ZmkWKKh=G{66$x4qENlx=xF*YNzTsno~(o(0oeBl+Hwx!#k1x%J(icY2n4 zFJ=bv?&lx6pZ~{V4Yl%*>!%D{FpSn~o8&;SXhQrMQ)K-xbheiJ&-*%_I%xb^t>dYE zrk}OiDeOLJd1{yG-CY*EynE1b&SH7bY(O{+2+$r?(X#e00TN}kuY;q1d^@bcFy4_H zgktDp#y+HZD{q8K*Y>hy2!=o2DmcIk!tkeZ3qwx9smrsHIgsj_$sAZwn%aQIkCen( zt{W<0SgKi{HCoDwR1M`paZCzg4@#j;^*dVjBG(J@f5RFxM(UNii+I^=+!FV^6I>;Ul?2af>kdcs5@f0?7A@UYNyE5h#duyQ=@hcvDK61j4G5_4&&g8}of+0fUAGDIuaevZVyVPLwj3U+}l&vdu$q^dXZV{|7GO9ssC?Of>3clG7E z`YNw81Dq8~7zh_$k#TRRdf8j_tI(n?Jw2 z+NkfiJf4wXg`#s{0x5PQJ;9)~!kanO1eeBPLHspVmLC>>^%ABT&pDQZn= z+VQbkwQM<7(J+a5ykW+4%QOXtUy92@RMlm}BM?+WP?w1Gw zCv7mK_YO>NS2;mgyrgR}Fi3oehbL(&2?x`%-{VA#P!y3p~tau9zxNkEIYxsN>@G;{vO zqS@&H1J#)KZ_D|&<^B6}{{2hR+c2`9$-2+{iZKLsN3cZn3%(^>q8ttV~WbM2YwhO2+@_~G~F(5WTL#G0`@dZjM^4tI}P&6dF39y zL#iGSn6dIlEd|xh9H|Q6SE46TR*$3d41CFPRLr@2DoS&oG2gYO%}i}!PGe;akR9(@ z^(0HE+6c{6J=dT#5e=_g`TtlQZ7i@z>FU>^7%Pnu%BSy{VN9hRL|L7a%bPOR5xCaB zY=@vEkFC6<-4y+`wmsor4?LBO*jhHN+$FFAPu)l|Yl@?i%zM zBz?B&s&<@p54(nv7^N499ED9H0kIPh({&REB6#}jI2j&Kf z7E^8An#t1X`3EQG4crxGPye&AqKh*a7<+&L+C*~tfIh=SEFFytf<9x8$y^NQZN*}0 zMc47z71_cj0k?dx@}yXhtqSal_o%d4g7>5B#K*}5`wSgcFFr7LTiL0tg+w+o97)+- zS`+pr{u?U#rwAlsP-uTcp%aSEz{6;qwhGgoUt+0n;f9l}2(U08Zvq*d?|NuxHt`HSg)odEjfd?Afz4obw!lLAJj6{^hyL`TFg-`t6H*mg{$BoU8SX6g1tB z%tb!ooQ`njOd-&8|H9mb1^;rOd(o5&Jdru`sJZ>MBd;FGH}A?d?^@Y?=7F%h`@(Yb zvzZG8Z`1tchu(0ZvE{q&Rc}+tM0+9Mbs*Pu;Gy?G!591}xS2Eo`Cv~j*s~}s2lr;q z7u*ebcWchwIv@MFdt0#{J%1eJe48+VRoLgecfEx`aLs6`Z7NzgM{u39JDlqQ&euRj z=Dc@H&bwt{da3>OnPu<3tbHHb@w0CjWf#y{@`iF(M6OX@O8mU+R?!2&n)p-NkOv4f zN=^VmM~qQ&Gu|o>SecGq#`hWXjAh1}wq8c58QY9KZM(B6ZNC$&u;J>_QTR5L=|b8{ znpQo}jI!xq#*uc2;qoz0J5-u5<4ilnmb8O@O+q(FWJ5%5 z)V^%2EIZj0*fkh}kDnwA4QGLH9MfsdN@ES+C&I+l6*eQ#6Y;HjK%->hSPcXso>N4|#p z?m2h1b@$St72na1;TBh)ZQ8X|n`_#WZ8~0PKbUiG&YYVaRovnh?b&S*T}pNOAB?Q{ zo-H)?W_`U>v++^W)~UZR_w%sEi1nBg~s-*ubqlD!Ol=ypZ9Ia`L--fEp1!& z9VXT0p@J_^%DfI=Jl{c}-I~D15W*X^rcOOLyW)GM(71WlvkH}JFzap4s#=`VnFK^A z_>Zm49jU4&Tjn?n9rY*oKkUt=AThdl7jo#DN5t5yVK2$wv=KWI|pQqH4^J$KJ z^T=z57$|zaNnX^{jtN-B6eT@h1wUVjQy`4vM6nY}s6}IzH*)gec^Q2Zz-KDwo?K$p z<4wFfm|C>MlW?EBLf1?QQ)w*da8eY7;Z!A#(qVJA(fKAD4P4hM57`clMc)xp`SWlu zxZ+f~2M7YG5LmDTF~Kwwl>jqw1@<20>TAW+VP_qUN!k!cCKJQ#zAVkAgnXkRJ~lEU zi15(UhOj|OD09#q&f6K7oUtycX*APJU!FaoOD1#|7 z2-%50qo9=na@CNH@Xj+%++dEmRfs9b5EHE(Hl=dirh6WboOFtR3s53`gwBAVg50LP zOBa@#PTutpZkl}_=w@?AzIA`Db^lU&xwXH9rJ!Q1sfR{m!JZB6S{iv^e%JGkC%1o~ z05tfyfwpqJ!_h8{*w(|h6UoiCD zTMJLZH@C4(Nubu&o$#6JK9uPvyVU&toVx>P#nX_jX{}SF_#witw5` zWk54vLys)=W?d)OTr9_ItfAJSi8(hvn)PnU+P5$+j+_&}q48vxIY*on!zce938uEh zqEtU=T>(hLBE+*P_y(u4QpJ8JkT&0`Gjb`7Ujv5G96BmE8C+q~j+c*JLLIXdbtI_wL%QI?QFY3L5xH zG-3vJ3N6GnDH7&!P3m#Fdgb%KC6J1sE?nk1w&XjG=Q@r*FuiMg$F|&Y4$hf?t*_4B z#3uV2GNxB-C14<$w_3O7_j(rWi`$m#_AH%Vt~;1HjbaYm(P+xqo94IU3QO|!f{(Gw-<6JT-@BIJ?Z>@@01-b^{7GjR~ha2BsY^f)iqhd)i27 zWnkbeyk8O#$&+BKe!Co6c|!?Kg978P&V31hbA} zii&_Q)L5{`aX>mn$s#S?K_AR5|IpE&dj8z=dxv0;ZCJD~8MCc>R{VS4>(AKfl99iw z;PU2O%@1A8OxqgH`NNA_z(e>CXZqjw`sdB_&%bKR2A^0mFFpSwTXxrJc=*qsoV&4L zUU>d>+hTo|aVwAfZ42&Ye-G^4#6~Ra&3d|1FoanmeoeLmSPZMckY^aV`s(#By&_voQ_Fy!G<*FW)H5FUSexv&B zP|t8KFRe0c&*iZh^!!_AY*;JJpS9fWSbI6Grqof;Z@#2D)!ekH#D3e-W;LarNVMIh zmMh2VDncD&*YjfK?N|kzGT5b=1wT7`BpD!^+%w^RB zb%Oyme&Y`fziS}1&)BZ20(jN+ZPoO(q}E|%=$CUi_Fy>%&JK$I3Dv;fG9FfA9YmtN z;zRnhNp`^xD>W%a$Uk2pM1MtJSq(;^eoU|b4gph*GOecgKIJj`v_L81nZ*w&Xhy)C z`BGre!OKN&$Zk=9T@ZF)aQq38F+9-BvLB!km#Mgm{Kq261Tj3ak6o~;K(NrQq8=m_ z{D=(wfCfCeY!DJsNpXs4W}(w%y!wBq?tejnHc#2A=wML|SX*J=iIbA;qz533rsu>Z zuAs2%TTeV_c(?VP*5$3w<=kDQK3FiLSa+D* zFxo3r7=@mFOE11%V9p-Q+uOj%E?~ah&{Sl+3TshGYRuST zMzn4s@oR_{(1rNK7iv~@3Dd8a3Z_g`CRp+Jzfcki*gaSB8zz2&&O<1A1tK?DrF7(U z@oxx3!#FP?=Fqq!bh`ZOLNG}|sxQ@2)P?w6A@P5pN`(dg@932dIk3aV^Rw|sK>nV3 z()Zk`IJTRxxYBMEW%qC@&Vpui$1R!wX}j{iP|g?nl$qX5oV)Y$dqbq3?G5R@AIJ9T zv3!yZS{H*#PM~km)z{46=U6Hos~`nj(I@O+{4g!?1^7>E%!Hm+n%7+Y841Dgs~>&G z`!P>-IU@CX_ac!?D%q+>CC9kyWu$*_t=GsGd{u(5J(tJbSXCLXe1&cMCA6XWYg?yx z>%t{r(G9#W?qf@n!*o}%cY15dj+*XdR;(qycz z!1NWY^z^2)aL8A5SJl1Z_k_yq^aAEl25oroLcy&3WKb2!yN!afL-Xxdy;L-+AzNr9 z(ndcO@t3Ie7$+|1s1U9%uA;N8lU zu;H99oUs(TwlUQFzRNc|n6K~7)x+-gu>Ogn(OPqyw6Cr?SGMKwith+h(st*3-Fe^M zoNq5#>dw!dpPzi~)~mM`C;#-;8@E0+8Efl6Pa1Y)_Wf$z%>`Pa-DRyP=PuiR^sjx# z;KW*U{4?g$_KxYK?^FZ#7Y&fqKcZFN3uej0e7UfPG@qdaJ&m7MtZ+!&288M{%+4s3kamv&bP@+QXu^53bQ$@s`1A@hsSj9HOPuEPA_tjoykr zujTl{SBo4Xx_yY~L13LC1p;XE!~2x0m){~l7^2|Y6nu?>3~GT$08>WCwxBm2xf! zrsXF5enoEtif=wC_Lf*(sh7OmL_+xr58SL<2tW8IU;yku&bWlK^g34*#c!J?2qWsL^F%hO0Sf_D} z{~7_Xl)><^(QGiUIXQ#(1J3aQSMvc^`vK=;3I8v+&JVe^54q5XT<{m%@jQ3@@3^DC z;0}Gr?fYA9_dgh|2IHq31s=|@|8E?1vj>+QEw`;ub!0i;y47T;o87+7AzF944DR{P zbq>*bi^CAeZt7X*5U&SY4TrNWJJ&hH>n98c@u_LYI*0gU{9=RAHM@7k5G)$|4DAa5 hX++s4j(tKgj=8akeORA1ykIdLpFj91M=^uj{|CM>s{{Z5 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d38da9540a957f118facd668b67c755f11c7c886 GIT binary patch literal 6531 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..367d950e80fe678ff7c8d19239abf5606b6d26cb GIT binary patch literal 18787 zcmc(H32Ht=AhE>7L!>B*Hvp300nh>{OG|22%Y6^zf_otEEqFi+ zhjNt~Z0U+>Y!iy*F>GhXU`5wRCz;YSnM4!YQ?*H(T>=W$Phd?q@=TPrGoS!hGJB-I z|M&LoE?`Kbq?zeQ?sxvb`}_Xq_weT~mz{(A>wk7^*xrYb61ubIBFlek;J7>7Sx)2v zoXCrYC?7De&=@eX&=fGS&>S$c&=Rn)&>FC^PzVStv;}M|vp0%fuCKzXbpP!X#PRK}_TRk7+ob!~=J;A3%1v@zBcXo@ulnpxV4^rk=yiwn`su`PiuvDQE_Ff^>|o#^OP5Cv#SRA!^PE&7)B03I zkHoqI-K?xK+7s&y^zxj6lPn{*^erod(y_OBEfqK}ZIJr#uS%+sPDp*jh7Bm7->{MV zz)7^>8JW_ci+!<5>bzI|Hg=yJ&t2ri4d3Mhr=<$%B-NDq#hQHx#oEAtSSOtsHi-4F znF3!x9KDDQh(BlGj&b6~*ErE9HNS17cF^M>%WXt%liqq@h~+gSZ<916wY+W0!ER#t zEy&-Dd|y6)Bg@}{{8njGzU8wl*N@z-(#Cx5^DMUwx$RQj$iLQFF81?~FI+eHJH{`a ziHr_PiV{i0eWAGMQ^rO|6LK;Vzvv4mM5!HqJQ<3_DI*k(`bHz89m=Q_jtob__PCV1 znvgI1Wa+oYBqd3(!;y<)aww@ccR{)ox)Mpqo%RoD5dD6;>Kc0SOmDFJcyIT~zW!sX z@o@aQYU+uEldA2Q6qisrA*-fS5hbZwPlrZF(X%QHj8c=Ks45InU-7V{nuo?lqX^E% zQQ|kKLT(g_Y8{iK(a43JeqJr>4uvmC-I#-%h#nS0qe)2yY)Mb=(Zgp?4F%5(44gW0 zYM}e1>NpZoBprfR9mj`;≥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

k23xqIk^|cbD?+Nc8 zZyO@DBGiv;MrWTp<%=N=j1i8G6=n*?0E?lTh%}PCEq!3$5vxn1EIlo56cx@4qSxXFJK&hdrJUE7E%(oCnyF5g?wIV( zdMeVM#;mt&s%pA&TA1O}Ra-OOt+$PMm+|_^nOYu=R+e3Opb=dzB< zw4-6Mv@X5z#Jf+u+nTN)oGTqlJBOh7nyO7ZT4sh8I(jqs@91SjVN=GrX~Ef+akkBz zyWf^>KRWL`mZLL^L@s8o%sY4AFUvUh-4_=QypTEY0^TgxNR^~foB6WVnew@^&e^g| z*;BLP!tOJf-Dl>7FZ|3?gZ5uPar4BYw`E$K-97K!dw($FJ(Ts9FL-Glpmr`d1Z_M+ z0MvX{`^?Z>)sET0Ox2$In-=yCW%dre=RCXQ;=HvC;pW8$tSJZa0H#@xCE982+m!

>Lom)X#ughHqBnV2+i^abe>PMQ382@*mN$ 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a1898a9b765b5715cb4a3677eb80a35c1f72ecd GIT binary patch literal 2962 zcmZuzO>7&-6`tk(^WT(3{aCUYn^Mdsrk%nK4A*Fy$gbqpm4#SElLgWBiaU~)UhXop zOZ{P07=eM(MS{cu3aO_$K!B!j4?XtSrpI1H*r`xy}yC5g>1v6DoD`^H{k)**+G`V_4$<(t-HdvR;L-m}J zV^9oXrZyQJW`D$o?=hjK493tj(&bx7k7K^}^1e+Z)yk2yKi*?QSs7lBl@c2#*6Jo{ zR83={JWn*sY1qUq81;sU>)3KN*RZYlKk1IyQp``yzdd(Jotn8c^`pzP(>_1n1iKRB z=V!6IYLgpNwq@Ze-E)Z$o4`tZ&S+f2jssJmWr=1uSY5P<>VWU213qPS#&+EK^#=A+ z>W?+zENiBzEd+iO*NhFUztLP=#H6}^1%#44W$$Mo`~tFr5o84^F`ZFZ8R=O)hB=+Z zyv|`k=XGIGYN17l_N|m62J4b8L)17up(phewZW2}9szHQaXoX3SL7C2W0d$cR66A6 z;1X{IVd{ryon6A0lHR{+G2zHyqnyqr*hz3n4{q21O-LIG}8G12Z#&f{tUWcrJN;32i|%Zq^qU<%thDlxMq$>*JB0~23TRl_n| zRrLk9CRClzHz4QOmp~0A!Kp4o@%f_K6C|}4jFRAU4mKA_3Vf3^?K05$i7;-k-F2Xz z)T*gDj;cEJNHoZWo6pRt^Oc`Cm^c+MT5eXZTKFO{R&eDac5b+KqXOxyVb?x2x9%?6 z*0ff~<&{?|Wo)fft{4jy$8hnfhE~0yEn%n9FdC=f9xf)9W}ddf;y)dhLAkL`2H=l3 zj{JYsl%v~^f`M}$x~DhM69LKT+hSW9-X41(O+L(zZJBq>-TX`K{7au+zMp@!mFNr| z-yJHohe|E(y<}(jSc`iD}wtsw$y0m4>V8kSWnd1-*fkR zr`wd=Ly?guMcx_YaZscEN{4?KjI8!YPpakjwMdG5Ttg?2I~>gx5qWJ>_T(B(?12_W z%pHrSYsVsKf7JQs@2wT~Z6e7NA_`~FyAbP5`RDQ~vx?T(x6vw75@t7&z{4)E_bJM% z84XZ0aMa0OgM$rWy8dUCG5I}wFDEu zfpNnzEFf*GihUM#5qfuWn07RFejM=Iv;qVZN~1p4pp{8^fE=fKI#^Q)h9|}Xz_UbK zCA18EsXr%}_RhS{!+hQGCk_~CSG=1CHz#<$;kkeuusIo`VX-j&Y4(C)xw zdtmbJ+Hbv&z54@acamqHKFmz~3yI);Ais6tqYFF9V;^34n9O}}_4d_H_6#`RO5REC zW>2=WCqa24a;bDTj#9b*bThE)nM3pRXa4of8-wVxL3wJN{p{%ZsbTgn!#v0(<_Dz& zN`!%?5&8Zs@qjnB`3ijp{Vz{1=}_Q8YC2n=4t>R*-a?OKF_Y&id~sXag@tfAq zG|K%)qYRaa8}v)b2|+OazstQhrQCb@!l)j3zD?6LOeaJdCE9@D;TePzU}qWY;R_%G zny&=tBHy7#^vlo}dZ(8A-!(z_e}}>tP^dhUE`(|S9+?4^X3KdKx-QEw%;OltaC-t` zGM}S?&(Yy8(TiW9?|y;Keu2*Yoy~s9z4{e5@kkzR4eiRKZFzM2+$ VH{-t^-yJ#A9y#+hd?bW%|1Xf^-`)TK literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/network/auth.py b/.env/Lib/site-packages/pip/_internal/network/auth.py new file mode 100644 index 00000000..94a82fa6 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/network/auth.py @@ -0,0 +1,561 @@ +"""Network Authentication Helpers + +Contains interface (MultiDomainBasicAuth) and associated glue code for +providing credentials in the context of network requests. +""" +import logging +import os +import shutil +import subprocess +import sysconfig +import typing +import urllib.parse +from abc import ABC, abstractmethod +from functools import lru_cache +from os.path import commonprefix +from pathlib import Path +from typing import Any, Dict, List, NamedTuple, Optional, Tuple + +from pip._vendor.requests.auth import AuthBase, HTTPBasicAuth +from pip._vendor.requests.models import Request, Response +from pip._vendor.requests.utils import get_netrc_auth + +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + ask, + ask_input, + ask_password, + remove_auth_from_url, + split_auth_netloc_from_url, +) +from pip._internal.vcs.versioncontrol import AuthInfo + +logger = getLogger(__name__) + +KEYRING_DISABLED = False + + +class Credentials(NamedTuple): + url: str + username: str + password: str + + +class KeyRingBaseProvider(ABC): + """Keyring base provider interface""" + + has_keyring: bool + + @abstractmethod + def get_auth_info(self, url: str, username: Optional[str]) -> 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/.env/Lib/site-packages/pip/_internal/network/cache.py b/.env/Lib/site-packages/pip/_internal/network/cache.py new file mode 100644 index 00000000..4d0fb545 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,106 @@ +"""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/.env/Lib/site-packages/pip/_internal/network/download.py b/.env/Lib/site-packages/pip/_internal/network/download.py new file mode 100644 index 00000000..d1d43541 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/network/download.py @@ -0,0 +1,186 @@ +"""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/.env/Lib/site-packages/pip/_internal/network/lazy_wheel.py b/.env/Lib/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 00000000..82ec50d5 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/network/lazy_wheel.py @@ -0,0 +1,210 @@ +"""Lazy ZIP over HTTP""" + +__all__ = ["HTTPRangeRequestUnsupported", "dist_from_wheel_url"] + +from bisect import bisect_left, bisect_right +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, Dict, 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/.env/Lib/site-packages/pip/_internal/network/session.py b/.env/Lib/site-packages/pip/_internal/network/session.py new file mode 100644 index 00000000..f17efc52 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/network/session.py @@ -0,0 +1,520 @@ +"""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/.env/Lib/site-packages/pip/_internal/network/utils.py b/.env/Lib/site-packages/pip/_internal/network/utils.py new file mode 100644 index 00000000..134848ae --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,96 @@ +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/.env/Lib/site-packages/pip/_internal/network/xmlrpc.py b/.env/Lib/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 00000000..22ec8d2f --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,62 @@ +"""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/.env/Lib/site-packages/pip/_internal/operations/__init__.py b/.env/Lib/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c7317e77b55fc0ebb1740efd595838b4cd92699 GIT binary patch literal 210 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 L^%#*@QR@EzNR%tL literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6cc486b97a654ab0660fd0acc6498e8039a43334 GIT binary patch literal 25760 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3331d63b90a9684ebfba455b463f155d559387a9 GIT binary patch literal 7836 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 JMzCb8`yay0)_DK` literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be700b57c781c71cbdbf226e10f4320faee6656c GIT binary patch literal 1893 zcmZ`)&2JM&6rb4-ukCpAK~RVk+N>Iy)Rp2C0YySUTLU#!DMT?Guq>@M-buX4eraYL zlgMdN)kCSOqMq7A4_qtw1Nw0yC!}72f&^N%QlyGQZ=p$*D!ug0+UpcVC(6vcd2inS z=Dpv0{zccb2*&SUl;*xtVHH9$(w)tA9X8(}8&!~vZOO$I46E!)o?MZ!I8$83Q!8q` zSKXASRWvVMNyl=^&3M^LHr{J)kC&_DV4o(coguQFCA!^1^trU1`%J0yE=zfR<@iU0 zTeih5W1jegTHFbI!wu%0nlTqpg9Qy*BZloTPMz6?(6U1I4*~Xa9!EpPhU3~rtF}md z`(h9*p0iw+P|)?h$Ok^-U=V+#+?Wk%P$P_8pfsS-Z~~;%#qqx7 zxWoo$BedZIIJ4>Sy2(N(7Cg9W%@a`TSBV#%cPOdxfG$UwSpmu<{!*mPwxLCu4bOC3 z7NscR4eHnAPQ1mU!M~8V=dg%9hq*mO2JXpsrM9#xx8#M+KCuw%s?tIy5Jntw+8(xY zx8q|~ZQ%vs|Ao;~6AN)OgTN~Df(eMNeLtxTvQy$OK?8YxLFT=QhnJyT7)Z4HYfJg0 z>#vN)5RdsO^hXdqu&QxAv298Bx`&i~(P>8Kp`nuX8Vi*G9SSfsj(2ujNGP zI{sW>ic^({T4MsGh@lvJ&2y)!*BGI!YEfQqRIm8tJav{x^*mvVJP51P;@v!$oL=Vj zz%N-IDJ&hW7NEYWmz>!ub2ypogo0H=C!8`JpF^xIcPa=wErm_R51dLc7Q*Fdpwn^o zBS8-XFu_yy6HGVJPA@uiWIccC!PQ4YGdHhn4!-tyaN^qoLA+YwP_p|7^+P zY;RYK{l{O~YrEQtG3~K;0RDHc6er{#adAZbdEmV>%6&Zz^8GWJ;;^=s(u;%I+Mp`- z!!nqxji|*VnKeTLo3#nG_?DLMi!{@;gPLj5gWxV2fzTGrC1|t(h46LQXx5?YGAi0v zbSSn+f?w#iL8=Jt@bg-7qejBGpZ|w%uRd=B{oZATeG0cZefVWY99poTSi1sb__>Ia z`90c(ZzDPa(_Z>C6k)?9XX!YIqC>KaFhMvmekNh8Y^M;;K1FArqT{=gjHSQQ2$%40 j=znVk*AFkp>!zCCQQ@4v4$l4s_=F3- literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea313c054f9a4b34eaa01ba5a87adf5bbe93baf7 GIT binary patch literal 1927 zcmZ`)-EUMy6rZ`DyW72OX|XgE?MAS5jom^(NJv3lz#<|v6cX8Na&vd@w0qn8m6_R= zHd}3s4`NJ+Px{~kuLk}Ajfn|;BJl+R3FJl-62pUU#n#l+7th?iclij;X6MZLm@{Y2 z`OUe%8b%Jm_~Wa|nKc!tVA7FE78?y%e2Z*UK{mD}7gsP)*_AxGB4Z&_T*Xr>YP?om z&C@Hom#Ji8UURcvu9Az_y4&UDD|uLFh-znvZ0Cq!cM)SIW9Pq6D&0#`(O5q8G2xbN zajP&(d_pbm1b)E{W}SLrCZGitG-;g_Y=?2`)S5!eO1VEpu;+?68Ynj%*DhQ2dE(or zgJAxI<+_A|rZ?7{@)sN$_#W|jQHq8>^ce?(_>k#lEu=x6Fm{U4fJTF9Ad{UqKCm2@ z*x+o4Hhl=rTy%KDWT6u?9&EK{38;;W#0yV4l+<}Zm!fP<1Z5I`A<}E@&?4Q2YdS8A zG)j1r`gJ+Uw;($F1-~(aMeaGw?I9{~Q@$a!xfQu3&n4^BLeLeZh2B9Jaj0o~*vgH> z$BNp*bHe`%qot-6VrLeCRrUoFU|Uc9Xjx=y;+IAPb$x;7-KmF{MLD-4)jp*y<+F~z zX|xyd7@tDF57E9Aog1lbOS;*KxTSwC+1iT!slJF8(G~eJTEu(N0mSg4gwbWV4@O^~ z{~!5uTVB+c-K5Z@;H403GRL0-oUidib&bEJe8Z%|SGXb0=y-E5;d z+8f5l5HpR*gcoNf;7!h@0#j5I9;ARp%3R?1#S9f#p`uu{OQ?D}9=I36&7*urAUG{K zFfX353o*|y@shAj2vzSPz=)cwi>W8|(ea(&^RQF?-u>@;4NWMdjX93FWveCF=( zncEZhhClfxzoiP@R!{6^H_CTkJ972NwTY_}-{r5n_qq<=Q4apIsiU3ae<2Lpe;X+M zxOjhH^7f@Wy%+vnmxXM5OOO4>r);-ft;ca~vv=VN-@jTOm4CwJA@%1S?;lfc85!Vj z9m|#n^)<~X_v>r@s#p)oV6rx(miJ}X3Od-VjjHASda)}3v)M=Dd5!%7$wd6{jgmK4z28FLZZv$ThmzADkyAAd| zFEirMqy_NWPeXBRVngt4-rA)I@R wjz30+wj>!#e`gS$#J{7%>)Ieb^sr}mT^97M_uBNMb1{9SW;Ruj(>K7`e{!}L=Kufz literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68806781f08f9bace699c7d9a3db586ea8b97f92 GIT binary patch literal 3078 zcmaJ@U2NOd6~33EBvPVeE3zHOabm_vTWhQ3W?R<8F$Pp~8?>;UAGZ$`Jg_u*EmNjQ z?UIUXO%A+nK-(ce+C8iuhGE&;h6LF5v_1@2;->+7aprCjxCZF3?4fT;?Jb-4vU4es zu>)fibbrn{_uQZJefQiyrcwz6-`{_5Vc|yt)T|SHQm3)~J7|1_bW}t-);SXwv0rmV z4(f;*sqjS}GaYY6E3snCZ%55|MJNgtu_#s&#e^@5naPS&l>BzwOjXjwwBHuYu1a^Y z8zT-8TpkV<@T4Y(ZsB&XnAJtnqbEqu06x8n}dkpR+L3N2hH{ zWOotfur2ccM|@|MvSsE3kFy;wZUTV8uO|>oca{xzk+Sf35tCS64Deo2U5~G-?xM$+ zZNth%C_6|GFL>etV9!!3fKP@CS(bONeRF*74Tn%?PNnW*ZSJB)CaH0i%uNz!$+fF< zm#AGPu048b#a*Ja;s1*I4M&bv^op@)OVfA-psU%R=oHF)|j-P0d@ z``4F$Tl`J&PV&!Zrhb^&?4DkG6^g$ldp=DMZ4MXioV)YoO?hT3eQ{H`_%NP$@7(vU zt>Zt%kAS)m&gPklO&u)*KzXfSd^PdcYZZu0?*%Z&0*eXG$ugu{(! zBXT<$cv_7$&=~~&LaOPpfLLeHYFtEaDsb0`0cqlm_-)}9-kLiEt8;AVn;gTE~XmJQ(@PEV`~*Mwyt=G&1s(K0@XP9p~|16|*Q zm1A^${9yUPGq-JX$-33Kl8GFkQm#3MRg(RP0yIbGRfp)ZP8L+SZNW+dvKmeWaz+A} zBVX|^Tn9Kzg0utXp|gvUS&F^Qc4w>X=S+IdRjv z<9?Ezx}Uv#FMD}y>S1z(S@fQ09v%WCDYiD*l29W12qmJk_|w#p&4F`Usqq#P#aaAu zsl^E?5O)tXd-|LG!_5=tn}a9+B}Oxc9!HtQ;|LqJGk~Ol_2;*e&u#M0{d-45J!4-W z%m()5KVJT%@4_G6*zCUY-&Talb{}Wh$o34o2RPVuUV>fyUMdVn?j~`eFM2oC_0n1X z?lFN$&WeR>d;_Nn>G(!E%G%io*lhGg3q#_@(Ky&_3`YxR;<#DGKBl2p=GY zvc%~f1_`9Sx+F~o!V~*uQSuh z?|B^g6Z;7Ajvr_mK9hWKd4mTTx$t^o{O~d9i6!DrwV^5~3QLQMLPyxPBJe`=LFw`H z@HF!w^h>l2D&)g#SD2{Sdd(!?pyxrx61wvN6c99wA8{D-+cAW@{))tZpszhZUwzE+ zn0thv_-6v)i}(Q=e}KOJnK_rZR#6 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7f51e107ac0a1b121ff531fd70f08520942d494a GIT binary patch literal 1697 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 Generator[None, None, None]: + target = os.environ + + # Save values from the target and change them. + non_existent_marker = object() + saved_values: Dict[str, Union[object, str]] = {} + for name, new_value in changes.items(): + try: + saved_values[name] = target[name] + except KeyError: + saved_values[name] = non_existent_marker + target[name] = new_value + + try: + yield + finally: + # Restore original values in the target. + for name, original_value in saved_values.items(): + if original_value is non_existent_marker: + del target[name] + else: + assert isinstance(original_value, str) # for mypy + target[name] = original_value + + +@contextlib.contextmanager +def get_build_tracker() -> Generator["BuildTracker", None, None]: + root = os.environ.get("PIP_BUILD_TRACKER") + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context(TempDirectory(kind="build-tracker")).path + ctx.enter_context(update_env_context_manager(PIP_BUILD_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with BuildTracker(root) as tracker: + yield tracker + + +class TrackerId(str): + """Uniquely identifying string provided to the build tracker.""" + + +class BuildTracker: + """Ensure that an sdist cannot request itself as a setup requirement. + + When an sdist is prepared, it identifies its setup requirements in the + context of ``BuildTracker.track()``. If a requirement shows up recursively, this + raises an exception. + + This stops fork bombs embedded in malicious packages.""" + + def __init__(self, root: str) -> None: + self._root = root + self._entries: Dict[TrackerId, InstallRequirement] = {} + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "BuildTracker": + logger.debug("Entered build tracker: %s", self._root) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.cleanup() + + def _entry_path(self, key: TrackerId) -> str: + hashed = hashlib.sha224(key.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement, key: TrackerId) -> None: + """Add an InstallRequirement to build tracking.""" + + # Get the file to write information about this requirement. + entry_path = self._entry_path(key) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = "{} is already being built: {}".format(req.link, contents) + raise LookupError(message) + + # If we're here, req should really not be building already. + assert key not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries[key] = req + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement, key: TrackerId) -> None: + """Remove an InstallRequirement from build tracking.""" + + # Delete the created file and the corresponding entry. + os.unlink(self._entry_path(key)) + del self._entries[key] + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for key, req in list(self._entries.items()): + self.remove(req, key) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement, key: str) -> Generator[None, None, None]: + """Ensure that `key` cannot install itself as a setup requirement. + + :raises LookupError: If `key` was already provided in a parent invocation of + the context introduced by this method.""" + tracker_id = TrackerId(key) + self.add(req, tracker_id) + yield + self.remove(req, tracker_id) diff --git a/.env/Lib/site-packages/pip/_internal/operations/build/metadata.py b/.env/Lib/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 00000000..c66ac354 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/operations/build/metadata.py @@ -0,0 +1,39 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 517. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message("Preparing metadata (pyproject.toml)") + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_wheel(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/.env/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py b/.env/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 00000000..27c69f0d --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,41 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_editable_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 660. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel/editable, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message( + "Preparing editable metadata (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_editable(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/.env/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py b/.env/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 00000000..e60988d6 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py @@ -0,0 +1,74 @@ +"""Metadata generation logic for legacy source distributions. +""" + +import logging +import os + +from pip._internal.build_env import BuildEnvironment +from pip._internal.cli.spinners import open_spinner +from pip._internal.exceptions import ( + InstallationError, + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.setuptools_build import make_setuptools_egg_info_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def _find_egg_info(directory: str) -> str: + """Find an .egg-info subdirectory in `directory`.""" + filenames = [f for f in os.listdir(directory) if f.endswith(".egg-info")] + + if not filenames: + raise InstallationError(f"No .egg-info directory found in {directory}") + + if len(filenames) > 1: + raise InstallationError( + "More than one .egg-info directory found in {}".format(directory) + ) + + return os.path.join(directory, filenames[0]) + + +def generate_metadata( + build_env: BuildEnvironment, + setup_py_path: str, + source_dir: str, + isolated: bool, + details: str, +) -> str: + """Generate metadata using setup.py-based defacto mechanisms. + + Returns the generated metadata directory. + """ + logger.debug( + "Running setup.py (path:%s) egg_info for package %s", + setup_py_path, + details, + ) + + egg_info_dir = TempDirectory(kind="pip-egg-info", globally_managed=True).path + + args = make_setuptools_egg_info_args( + setup_py_path, + egg_info_dir=egg_info_dir, + no_user_config=isolated, + ) + + with build_env: + with open_spinner("Preparing metadata (setup.py)") as spinner: + try: + call_subprocess( + args, + cwd=source_dir, + command_desc="python setup.py egg_info", + spinner=spinner, + ) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + # Return the .egg-info directory. + return _find_egg_info(egg_info_dir) diff --git a/.env/Lib/site-packages/pip/_internal/operations/build/wheel.py b/.env/Lib/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 00000000..064811ad --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/operations/build/wheel.py @@ -0,0 +1,37 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_pep517( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 517 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building wheel for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + wheel_name = backend.build_wheel( + tempd, + metadata_directory=metadata_directory, + ) + except Exception: + logger.error("Failed building wheel for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/.env/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py b/.env/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 00000000..719d69dd --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py @@ -0,0 +1,46 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller, HookMissing + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_editable( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 660 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building editable for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + wheel_name = backend.build_editable( + tempd, + metadata_directory=metadata_directory, + ) + except HookMissing as e: + logger.error( + "Cannot build editable %s because the build " + "backend does not have the %s hook", + name, + e, + ) + return None + except Exception: + logger.error("Failed building editable for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/.env/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py b/.env/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 00000000..c5f0492c --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py @@ -0,0 +1,102 @@ +import logging +import os.path +from typing import List, Optional + +from pip._internal.cli.spinners import open_spinner +from pip._internal.utils.setuptools_build import make_setuptools_bdist_wheel_args +from pip._internal.utils.subprocess import call_subprocess, format_command_args + +logger = logging.getLogger(__name__) + + +def format_command_result( + command_args: List[str], + command_output: str, +) -> str: + """Format command information for logging.""" + command_desc = format_command_args(command_args) + text = f"Command arguments: {command_desc}\n" + + if not command_output: + text += "Command output: None" + elif logger.getEffectiveLevel() > logging.DEBUG: + text += "Command output: [use --verbose to show]" + else: + if not command_output.endswith("\n"): + command_output += "\n" + text += f"Command output:\n{command_output}" + + return text + + +def get_legacy_build_wheel_path( + names: List[str], + temp_dir: str, + name: str, + command_args: List[str], + command_output: str, +) -> Optional[str]: + """Return the path to the wheel in the temporary build directory.""" + # Sort for determinism. + names = sorted(names) + if not names: + msg = ("Legacy build of wheel for {!r} created no files.\n").format(name) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + return None + + if len(names) > 1: + msg = ( + "Legacy build of wheel for {!r} created more than one file.\n" + "Filenames (choosing first): {}\n" + ).format(name, names) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + + return os.path.join(temp_dir, names[0]) + + +def build_wheel_legacy( + name: str, + setup_py_path: str, + source_dir: str, + global_options: List[str], + build_options: List[str], + tempd: str, +) -> Optional[str]: + """Build one unpacked package using the "legacy" build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + wheel_args = make_setuptools_bdist_wheel_args( + setup_py_path, + global_options=global_options, + build_options=build_options, + destination_dir=tempd, + ) + + spin_message = f"Building wheel for {name} (setup.py)" + with open_spinner(spin_message) as spinner: + logger.debug("Destination directory: %s", tempd) + + try: + output = call_subprocess( + wheel_args, + command_desc="python setup.py bdist_wheel", + cwd=source_dir, + spinner=spinner, + ) + except Exception: + spinner.finish("error") + logger.error("Failed building wheel for %s", name) + return None + + names = os.listdir(tempd) + wheel_path = get_legacy_build_wheel_path( + names=names, + temp_dir=tempd, + name=name, + command_args=wheel_args, + command_output=output, + ) + return wheel_path diff --git a/.env/Lib/site-packages/pip/_internal/operations/check.py b/.env/Lib/site-packages/pip/_internal/operations/check.py new file mode 100644 index 00000000..90c6a58a --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,187 @@ +"""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/.env/Lib/site-packages/pip/_internal/operations/freeze.py b/.env/Lib/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 00000000..35445684 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,255 @@ +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/.env/Lib/site-packages/pip/_internal/operations/install/__init__.py b/.env/Lib/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 00000000..24d6a5dd --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/.env/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..51f0ece7c0898053d9bba575e9b349501c90a1c2 GIT binary patch literal 279 zcmXw#K}th05QblBv8B*EWLvQBA?`%nSnNi$8#g5oV&B-trkOCAK6oC%3wQ?4;tkw- z0kONTOtAeo^ZyLYd^4ZJ;h;$Rew#jDm#Jt%E2D zoMEUXqqIJBRaAMkS`g!t_U(WP#Re?Oj88~^|S literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7247e13de2312dcf6bfcc4b7e8660390f84d1fac GIT binary patch literal 1830 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�n6eTMWyiu-ru(3X+@4{`_?$Qg;AE1OG;EhgJ( zzomc#*$zd6)Ci`BA)TfI_yL8F%}psNsiDLOPa2oxqp)O!bg-gsX)kz0s0_uYK>A0N z`w{*Eb%5*8PRQe$TflhP!FZW*|ToVy52k28!qa(vwg*Sa=oy0 zA+*%D?0EBBw6Jy7zE)WITJx>uCHw8NXkicDErko0B9`j)lFF5;w&fS@7@}3Dq9sqx z_0Ar?arncsipA~Ud~T`y&qMQl3y!azTh5w2yq+!+T-~a%Bw{RCcwt$8TOTeZqCb{P z%|mlD@`*)ko8{N-<%{KUc(?8Z*!-q*E@M_duTSO=E}mOD7cOmm-?)SL!ZuL$*21+z zy{m`LMh=~g9(w9GT1|<5t*I+)DqYkp9(d1K`!U6UCW(_Fzk>{0zNLgfyuV zU_ev>{a{bJlG5Q_Xej7ZC@Jc%v}0-4J*GDPll4GE1_>c!22B1Y_pOxkrN@?+fPCu6 zrOge->AE%!p^5;Zw7~>48_H4poAgB!2<|u*g4hkmv4CVHkoyZD%mqMQ;5mcWIwFw$ryUVJ#zCKEMAGWe z1PRfxN6Z*1RKrOh@!V#vyMeH7M$~Z|C z8D2>qD7#4DM>qvSPNsd_1SXTz9TgrC$l+PvXpof^-_vmcw<|F2?*~^)a1{t(aJ*M` z9O~^md-~9+o>ShFr_S`8?CqP<>Gv}9s{zfWP7h`Dho;KE{KhF7u;~` z_to#KlC6GUU{VFhQ})z1ls08cjcA^7roPrSqm+12RSyjiYwvY^VY=Q9)#tJCN$IB; zY=wUPDuo!T3Q$OdBU|HI%BUI`fn>b0MuPG*RKfe90|==gNi_+ONw1P~3r@X3`VW*a zJ1(IoYE~r(WivV#7cR>D6`6*^3;AevYKztH8@h>90jejCwiKLIz;MHx9|EGrnx%GvX-56=yMd35H;-NNFqkRLnDb6L)tMK_8T&MtOG9rZIuKQK7fETxK$ zO~kTg&04laW3uCZvHR&=`kP|Wk|L_yRI z7!@sUQSciEG@=0--A2(Q8sVFu*=?3>(E2}sn+|^QFm%eKHk2j-ZE>=Zw9ZM;&XkFJ z`xCej9|<22NqLXdZGgXlo#_-oc|uV8@y5AeoUH;kc;onkxMI9fPWC_rT+@5FUP!6c z07Wt+gJ!Dw0?#l{@navA0_y2 zoPe``Di!ePdy=|Hwg}P$(0j_0zCG%ALQ5I{HtWz{+n!#x_F8*fw^q|DJ%i%G;t?=V zq&(LtMDRpvfJ1l_s)IQEn-~QbdPVvbeW4v7`Pk>cWn2RqrW4EYNrF9N7l$OU^_C40|OGV0v@uYtb&JuDs6dwl4nHtr$$}3!}L>|fxeVvrv1FgLhx=)Scv&QmMdx{3RY0INU2nR0@t0L=Es4SS?WtUzp_U^|HB-DM}C$ z>)jwRra~A1zs3sLgsZrrL~Y4HI;gY(r=`y&Buh|3pM?9Q50MJ0qB;f3CNM7(i$F?B zYh4y-7o>_w+00C3CwrT~axc>~Y)2*_fm|n$nt83P^0ld3Q>$gWB4xYcNU!9z!dr#P z3E}UD_l8m8AAkTzjQWt-bm z288zbS7Xh>f7$u-O>E535*Xi(d`vmX`8QNC;h>kedl~^6=~j(yo3g&?^M>`U_WB-4$X`xf;p}Ffs2vby zxdGg6f63}W=sDh_!x^Ve&OI?0pnFaSb1R7#XX}C+zpBKMYCGV8|w~w;!q-0k1be zBj9q)D4>g`ajG=!C?>Yk*JvWkk?^-ToHE+x3{ZDi%YX{NQZsZJb{4_075!SPGnv`! z;yT$uBu;^-N9dJml5O#3^!ta0z1}x@>0c1b2)zADdwxqv$@wZ(N?7{03M@4*9;7=G z=B4fj<)Z z5^*Z2@FGv7f^r-vNCc;$*rO~*)+rhUz_R~NA9QSTQ-PUW;+1?*fr|@W*-A@MahIUQ z$Gu8JvJLq$4c6j?&ql3{Gl$j;*07;q;p}S{Ze0kMY+cW&eB z9fYeiUy^~KL6RP#DBKE!8iL9)(U40z`o>lpRSF40d;=H|Kb5_)*>1}Hm-rAUMOv(S zoVJ;27DrZ$t?TxjxvO)bg%eBdQTz6=al5hxsr`>q5^UX*Oi?0*ddW-JNtJ3?Sk+1Mj8*YNYE6s z{c}zz0_j?z%A;#lTE+^TMme%cx%UEUQ8p_nl4&YcMlWzb!RgFiVY3)^v#%GvdZS^s_rrhW#b$v~5EfnZbm#S`|)=Y+Bn@wuPSlWg=PFQuNmP_~+n)ssJ6fO;|j zQ4+H3X=h43&QQLZe!4JNnW#TERG5g*4OXl1!CEymm$+|}qTQd+xk%(KO3{)pQjrO@ z?3IpJ_J}!R2Ie%eEYvNM@N4T%NnEVA(^Q*&Yrzl1TY2zIF{hYqNrq#vpfouc!tLUjzLD?^ny zZ7Rjcx*J(}ZF>Nx&r4zXBW zZK^+A&DKOUYL8=a%<7*AFr5Q31OJk-o8N=IYWYJ?s-dL+Litc%@=Xn?W3BcSb9Gkz zMt8x7&Z%!nUv0s3jpz*3coREAEV<0%y;)7kzPi=7AW3%EGuNTkHeDO^sjsAgzTO_lURwTTqyZWsHG(Rxz3O=v1Xe7@cf}B zu`-dr8M~t~)U1vQ;E+4y9wK^e(<3H!FJzpXb`IwCg-yxvnk*GFum583k7;ReMlCnd z;uhB8mXsE632jN&V%%Ept8VcT0L!nkRt?ECzY9@7? zW%%>jYrE1*@$seeF<X#>X|` zNFkxa)k|s#(A+201(>QC0ymbT`DUhL@p$?KtJk5JvVrKIRqXs z6^5|GMdrxp5F!AP7qN)Ap#}wh9KR_>;^KKz@2#bl0uB+zyc8x9!l@2dA5(m%%W>=; z9y2he_9iYRBb~b@Y9uR&`a`O9s4%tQ1fSaBdg`(tW5KTCU7Uout2hIj?3PP0j>WDx zD2n~+0MUJ@O&soq^3db{D;Q~CaKq)rjRQt4WLF}5iBW*oQdR*kyu=Q4$qmz?4a2x8DX~Xpioe4dNk`NO%JoO4$HCSVtAu5Rl|HGT1n$xzwi&E@jEN9U zLbsPF*4{^CI3(k^cM8rov>UnnxrA0OG=j8q(DfzK8ro@Db3)pq;#9FK?orokrrJ(G z@iUFiC%gR-pN>?ePp0e{aQ8yi_5;)<5d?%fN+#$E))|RZLYR>z5`QR~m;a6uz6~d# zUNSSI$cN<2xW;8-;-~6V9UR5lT=G)H=9KTDq5vJ&kpu~*U8)y9vvf6@)ecK8B~`Pg z`PzuF@B>Tsnl=0SvAJUlhWD)y@8J5Cw4a(o6#ND`rWO%wpsNsgoT?xWQc){CbO)$c zx{VOo!-I+rGo}NPD;1o2rfz`|6f6jK7h$UMah*#^^fT(01EnZu?9+483w=?0dDvLa zS}xn@2r^NmY=I>o($S&e-f$jeKoP7%9t1W?{~%dVF+reI#O0S1=}=lbY>*6+Oo;{w zk2(k>l*KSiojwDQsqCRIluOf0=hvqgF=FqqBNf7t4e`s3l8FXOKpKFG_>wB1yG1Y{IXcG1#0wLMq+;b8p4#%b z(SKZy|45}1H;N^;Zm(F}yWF^9@5GHX#||tdTMjL|D(DH_%(#)UFtxP%wk?`@7#Hob zGjLXF%ZORH%zeso`%l!37&*j{ZZSs1R1}Um?ICN8(dDL3}#B|5OovvOQ^Y(`wuF%)ye0 zy2_?C8g5RDn1oyzyrW6Y0Ig2VoK9U`s>E5Ba=ia%NXoAMu+w0ifh;3Jw$LRiT-jxy zrk#?MU<8zLrV(fQ!L%||aFa`-XDEH+%C3TR*^%hfiN`IB%_(7C6qZVpFez#&qQ&{|3?XB9?!iGp8-RdlCpFOr-P{^)-SZ`Su&mgX#eYWQVYZbz~R;)YLvt5ft zOM|xyqS*(+)&p$$;2swpn_~+k*HJn3l)B57|K~oZF8{prZJu)fVSW6sRB|~geMq`Y z0`7voH5KE?zdi7P`M6`7SsgZ3DGS_;^c$8n39i}lBmVIl8Z2ue^+XWL!J2*zGc{rd zsf-1k0)kSGA7K2$!LBoCUV#noq@r|uQ|M-eSvo5b*tP%?Oem*nppyE@8zccBe~Y$% zV?*oGF7Y^7kM1O%)D2=Hac!Dy@F^Q7RlpxFH>s|}?k3`9;e1Z5#6^|Jg_VnVgBVfkqr1ZFaGh})RAn7BlPbzWWqLhD5&M)EA+Z0sf!d8-b*s6_#SJWh18Nq_aF)&?BDPTr{8o~g# z>`;zllQ{y45(WV`*_x6vz|g&-nMq3!kX?BI-{Z(%0q`_gzaN0#oH8wd-<*ixMc}`q z0gnOjF^$2tbjUanuU?%9MFetW;3%PIYs)7iFy9?9+I|4UZEjhcnR z#iyfLTVn>!Q2^p3zi!C@gAC!!Einrc{>%L=E~ofoj#^h$_wAn7d)^vYz7TaEh*lj8 zXO_nVO>XN0J(uld1$mZ>!ks6hS*KzqD$Sf)njJ+vWIDuu;XYvH-gW2>v~fSS)*jfd z{c&5D_TVlp=(lQ&5K}ny1%r};zzhlkBV-|Ku{I?9f&nKrk;5=IBj*T)ehw46U!Byv z%@d%^(&JHD`tH15AzN4!uCZznprWcTeoM; z@A&f6Lf72$@7d2SRxk0d*R57;k5p`5J`%0igSdBc-}(Hz1$WLzy3U1-=M-9uRLnL^ z0SzZn1@}&&JKxYePRkAhkESS3I<5 zA5l_5v=J{!U?tW55hW!|t!-!%ddGw;!n0U}0qA{@z~xzz1L%9F1UHP_{_0=JIF>oC zLK$tz=T2N-(>8klM$dwB|$8(9g+z zgyZOg;3N_hv|18G|B2m#G-pG6+$xDjwMs&w7%f&C%q1|w>`#$Z`a5!x%Z`z4pQAVi z+Jw~0(1aM|?12d=4<_Vs3U8g1;1OmchMMUU%DIphdjn$=Qa@DdKs2+|fyb}Ew8@Xt z`n!U1f6J_#fYK$Tr*dcA4s z>g|kZ#gVYJY&|>oX8Voyo1Hg0VH{~CyKODAU@g05HM=E}-LkBUM`Tq;t<@jdP|WYx zPWn>Uz5^OQJ*3=^_N4NwX*sPl=qJe$0y6MZJL87E*_i@{S2{qD!tBiNJ4EYoo z2#Bf4ls4E3oI1Giqa~)n5&9(*SXq$;c3S~Ig#xnKOV=smgZ>Dvx6=qixHb;catzPc zs#CdHoVqFDd71>`0`VgP_5$T*PfNt!vW$(tBW&Ekwjk_@UxLWRe}+_H!K3u!o+9*b zVcU(w6HFS)u3bt|dIev{4gL)rS+AJj-!Rg&LrAoC@27CS!EfHdA?PCy0@240xd46t zOhcCUHeX0d?(}pR>jh1^>pXJ_Riq6!IV{`1GOgh+*}7c(ysj%p`;C1Fy_=)!Dlxq4G$1USdV2fLbR9o_ z=rrpIuAiEvr>L{0(}$isd#LZsp>B44N7gH5A}}fpyzE4p6eA7%)hR>I$){n@>9h6x z;rbKOR{B0c1sUQ-#Sy@-Y><6&2I<%uJVL3SAcqv_Br7>J!S7 zKD+}k!W3xSdIe1F$B)sVQ!iWNVK%iXQ2M`7xwK>yb2dMw8g!!n;>0D{2w^`M<_SO3 zV`UU8Y#$7dUAzbz8OCRQ(jYER!ww<+{tqoDc28FpSbvGLO5P%tZA^SQg5LuggheoE zjlRA`&QHi`hC_{opyN3Pgfimc5#K0&e@apmZY`AbTjUIpvp`NI9NB<7$wL9yavY#2 zA4Nf})h8;34z)0YK|f;RLj&U$eVD04=^rUIomj|v_QL|Oqp0|>g2U`o)$da_6d`^^ z9zfirWFf~&j*T4rS|8?wPUGmLgc+$<)>aOEEg+|YoGs*RheOmo%uLGoJpvVt$&OS} zs`A;fnUM-eGC9Kw?6xGyYRm(rzkrQvphK zMCeQV@LB4nGwPq8b%;Xb)D z38Sz8HrS%q!UCm)ANa!s0Vd;7$2&<>DCb_O@6>YHuE?oK**V^{ln9n0BcTGVBv7rZ zF*BL!3p0%*kQ+Y_hFsTCDs{et;>KMflUQ$5L+lUM7gX402&h^JU`;|u_ zhB7unW{K`e{qOh-^a9TO56B$0afQ{3=Ydh3J0e2f%oDShKQt6Cd}hT^vzAprKTI)a zxT^$a4Un$4Y@O+WA(n4W%p6%ODw*j4ZQgm1|43`lm9IOBV$82?Q2e$I=0i*Ufezne zS-h^|)doOpUBz2DbOEj+rZ?&`-qyxAct5RV-kqvn(_1XZq^n-fa>lgemsc_WLzCm{ zFb=t>4`*<;fe6)k)c5$lB|uMUM9_C^ak=}oDGYhe9UOk)x5Fm zt-j@|+rpAJQn~jx9AaXH8eQ9~{WL;tZ}iguwZRUl(XnnTj@n9NoW<15FV?I(oU4wy zh@&p*X!wXT+q(Jn%!1X-+DK;Yl5r(->j%YKqs7}lM!s%-zI(m2Znbnrq;$u!_)gUw zaiz3x{)n7k`a$Kk<<@BB&IRLoS@~;MZ(V)u`CHE~U0x|`4;QqD%i7l)+-t>kOLeOa z9g&8PA8z|m`}f;_wEO$J?`We9$7z@f7woY52^+6vx9i?7IQWr+s(YZL<~-0+L+=-G zCOi9`m2+f-Hkw-l>xUm&3l~}!^S)jBdTG?U1&e}y+iB*|ODAAmA>TQF2Ekqg^9m_I zv#@=+U9scvVQIx1?Mu5>8+S(3(MZv`0t4zfaBLN~~4ah-VZL(L-tO!*A zJI1WAp(K8k`C8Mhrp4)%w%%yr$yxgcwxWfTQFcw(^aQ_bU$YjiTFWEW^2LVLiq=R) zYqX+mwPJ6iVlTFD#o-kzBRHSnleS{ZR*dyz=+&_f@i%PzzE*szcyVO;>8P^{25@bT zdG}&f)K>cuXjTV)A&=-)M>2Qmim~o)R_SV1T_me+sUVuQZRXf|R^HbGH>Yk)EjF%J z?2J_Gj8=3+^LIzH_RJjn&{Dl-%wEeX!l}LD-nZzj`k8Ks#=%3@-l)CVbfaludg(GW zNoJ1y5@ThFm^$8=Uha$5?m~#>qV@I_3~g2}Su%dLd(pXcj12!ecFn@XRfb|5cg5MX zbSCQDwqo4=z=Rwu+k=3H7P7LtaHpEq^G9s^J$w)Z#H3E@YVq4ZJjRkb`~=Tl9IW#X zA5^IYJq$bzr1kgtx#x4Vf8W$`-k|%3+O9fy|Cnh+)O$r)=gYOx)|T^b?fVV<`Q6$z zp~GX;eqhj@cbGn~QkoBPbmvPAAC&9PHyS>0>(1{qe6SlokBpxh(s>*P*}h4?3|BOJ zH~z{Z(auEZ-J61=aBomL=M*lDIHlw%Wfe&9Y5X#Ch<;3ge(DRn$>v89=#s%CD5C&r zDo@g=K!|@4^1*5TdH!nR9Ff^y$Ilg+4&%5C4aP-Lja#u`51B1HuM+5|-yqSQMUgV^ zm+15tt=g&^~me+?9)q!;vn2yYj^V-?s*Z@LL%FHq`9$C<4c6$8db~$-A`kZ{Y{#yB|X~Y zrAj)`rTcs#0Tu=IA;VkR@5Dt~k22Gnnd>wRZ>CM7GK3Q3I0r)f+}>hn_p6KYA&aLU};;$kdC z_94w9_utdJUP4mPV>z7JF<-bOte9}q)}qT;21+blcmY32ge_{yScgrzT<2P0(OOaU zT7C)4>aA7pqHtm5uN@{^#se)9VHbmfqTCNOc#Tm;+S>8Rhk-KG^{3V@i}ufR_UZo0 zh`^6@T}IQpf&syIE#RRI^^kOMnGg@0IRh&-S7d|ND~|Phz0x%rxX)0ZedPGb>4F2( zyNco_3|a@=MB6L8<3CaQ|A!oroU@cvPbT);T9u!lwE0J1li96mPYFl`F%!7cAbu(| zpfJFUDJD)))(0oaewRe+MWW$NVfko{D)%lK4@}ZZDU%#xu_d}`C(((6ltWG~IeFxe zgh?^rNOmgYVW8xCNXtNu=Z}{yd)qMQHp|eDM&V^+z8%KK=Kwi z)3Rmke7pcMDNVoB3aNd+KYn|bfs1@re&VxwIWwTx<;vUmRsBsi$wi$iC#QlMS+*$| znDF5M`UB>KUGHT4u~bD#l?Es3BYqu8m7^qfe#&GQa_PnrS%2I#c*;-nDIzBl7i{jI zl5%7agIG`PYapkQoF+rG^UG2CTfGn zndwgD!upTt3lq~3-|OKpZzn=!Ty_n#%2DD%V7UaKjUma;}B#2Ial>_uKX9=)(E%tfhLRB zJm5AszhxI@3-&PBO% z4>USnbB}}bYb(cZ`=vJX=R(S`d`{| z<}WO62iY_Ovtr<277s4vE(MkkEE`IR{=t}s@0=Q22 zF{6>M3m1YFgugVgeCBrL?ZEB2?>+O*nLCwt0(a`(eI~r4FVccCkRXdN{BDR{C7B6>orrGLwEi9K-&f6kp(9U4d5Fcyh zdG{i?LU^~)Ie716Q;Xa&qk*qlK+EARZD-zc$31$B<&>cGti1W)!oeGpH*mWj?|1Fl z^G6rW;hctuy)mXk4Cvtupp7|i%s_8O9GJ}?oSTf9=*^68F$;yPoZdX!644djv(f8* z{wU9vEs9Iqm$gefUmuNe^nN?%cK`RC_gMIWM^nw81l>pOgHybT-}Vs)=YD~KH;0Rx z@1u?8SdNz8vWyPFyPb27y!%!i-#Y*FeXNnzSRt2Rv{qidR@1PSSM-siPvBeE%(j@8 z0(b3sF&zca14mBGz=B53mK`&(pcy@hSy<4@6_v$oESSMLoD0rKW@XII-ZLo`D;O(J zZ@!n!Vuy_|&AQ4LM)<-QR_vC=Kn(5KvNRdq)e~ts3OyAboH*>*v9Ft(nagLeR>HrV snH|%?M;p;F1BGBZ$r&?INNFL3lm=2LrG50OG><~my8GD(v7?Ls4{*Z|8vp 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/.env/Lib/site-packages/pip/_internal/operations/install/wheel.py b/.env/Lib/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 00000000..f67180c9 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,734 @@ +"""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/.env/Lib/site-packages/pip/_internal/operations/prepare.py b/.env/Lib/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 00000000..956717d1 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,730 @@ +"""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/.env/Lib/site-packages/pip/_internal/pyproject.py b/.env/Lib/site-packages/pip/_internal/pyproject.py new file mode 100644 index 00000000..8de36b87 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,179 @@ +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/.env/Lib/site-packages/pip/_internal/req/__init__.py b/.env/Lib/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 00000000..16de903a --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,92 @@ +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/.env/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d5d1f61fc51ae9f6948d5cb90b0396aa29a71fe5 GIT binary patch literal 3756 zcmahLTWnL=@!Xf+jvui@APyKpHn|BTuq&3=vJ^Eu3t>g*$6Beb9N*)_#=h5k?lq9q zQ6t1h*tP;xsUWRZ>f;B*Rz>~lC*6lswLdli#k$L?thOt4)gMEUXz5R9u6>h`UD~nl zoSAdxoHH|L&dm91Fz6!yU%h`c`v;)DLdJpi7O|Az2)RL2qH+b2YPMX81D-GNMIj{= z#gtf-Qc}^CauwYvH-|Dp!Bh06yg-YpRPYu3DZfp-3V~uU6|`x0p{*E7g*Y-vRL^g? zRG24}%WrWMSZQhW4(Nc8YUjyOqIxeA)pv()^~F>_6=`riuxfw`)J@|wnB{GrQ@N~w zR8~}jm&H`aD%m#bqH$X)M5PuLUZx_;RFtk$+u@7B7l55&_Ign@4(oMJb8^QwsK}@+ zS>B^mqbzOe%o0!L4Ab(QE}1!9OBXE97=5oywG6eSv*l8O%ADoPX)4uBrJzrKgZ4pJ zw3KEBRT#+T7%jr6fxX8y!%Psp`Eo!MBh#Q0wJk=Dha#T=xRRE8PV4?}9R)Rp&hH!_qT2cKlevj; zBWKd>rF7<8dXgIBrCe!P$!R8Ka3;gxkzobcoT(^7rD@CKFf&~(kFPRu$QkSa#SAZ? zIZ}^x&Wk_yE&)R_tq?`pw%4|K3ovkbz~;O?@G|;e<8A!3dlx ztcBYtise(3qOO(;NCy<hzH8W9YWF|?m;0Cbz!b8S^v2zwFXM#g49mq~-?r1dw) z8U&hOon6AF;o_vdH+!A|y|+0V=U4$aisguB5$Jl!ofxS-@GWHl{eW=b(h367ZHaL$`TE9g4j~+I;y|Gc>0gKI3gb{~-UGBMlb` zC!P{sO3VxOQ1t4>_b*mGN2*=lyVrhCs;)n>;5jmXvECNBI(230rZ8Vz@N_+qK>FVX zy64jHPDlxp1$`o2P;@)%7?#L%9q#6oj(4-fXf}7zid{%EO))YoSHjeju|wPnmLcuH z#}vFUmbWyW(Tk;Afo43gxC5A5?6Cd|n0SMj%ORgflh=SLIUN<^iAo>Y5FB3224a zcMU*_(<6|FCk3&dIX<^52H=7{W>Df^NDtrVQ3=P847lG7%WIW1{U(WG5MlLe^h zLq1!y-_(;6G?{_23<)8fg_4q-N}tCms(wK$=xG)EH8ok*u>1gn>o}E2wilV%+}aVR zWpr37V}hU~v@h9f%<$WiGo6P_lNRApgIHN>WlTFMSuS{wOj3Bkic5 zZ7@s)mIV2sXjoxmN-q~ws6Q=rEbp>rmfPuzv8mSWDdyoWDlsGX-Q z4+GODz)6-XT`EycwF`+Hv{NeEimLxln=BtVz}eERX2E8~Yj|650BUcp}j!8%eD1*8au8WA_J-)nk2&v7uUQ=wWQf<3M~d zkf;R`54wl%dKS9(J`C)8vKthBE`S-0w@4sf6=TnLt?d6F@Kmh(DG`GmU$(z?>&J`3 zC+`oRwAb8Gi|u$2d%YfxH@qV|5>MWc#B(J&$h!FmK%c^u8rj~r%TW>EME)@ zCd2Z?umUkmk5(7F4TqNBhC^jDS1^WJvzw7`hf@}6V)J>8G37*^{pz;d*aN|2Kg2D! zqCj$hHzwPkOXBuEA%GfTiA&U@9o2PmEjrK;fO{;p&6lr@RX1#_#<$f%+i#h7&sIZwYtp_Y z35FZt-CTUt4B#He5;w=LpK3@zL%8|duf1_)d&7;K$Kkxl`A9H+ZS2aah99{A>Dtr? hBGpD>osAGuVG@otB1lDv%UAU!YEt*JcHnJi{1>|+g>e7? literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5259359f5169a8d6ba0a19a37cce52a9d7c7378c GIT binary patch literal 21595 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cfbbef6cdffc7a53478e135ec676b71116b670d0 GIT binary patch literal 21474 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 E7b>!B!~g&Q literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0f8dac4443738bebc5935c1b6dd3a0671606c3a9 GIT binary patch literal 38427 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a26e2e98522b2756c2b5ea7f868a4c9a13eb02bc GIT binary patch literal 7231 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9aaf0d246d6c9dd911886c495b155aae1248dd4f GIT binary patch literal 32990 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 Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def _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/.env/Lib/site-packages/pip/_internal/req/req_file.py b/.env/Lib/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 00000000..1ef3d5ef --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,554 @@ +""" +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/.env/Lib/site-packages/pip/_internal/req/req_install.py b/.env/Lib/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 00000000..a65611c3 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,923 @@ +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/.env/Lib/site-packages/pip/_internal/req/req_set.py b/.env/Lib/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 00000000..bf36114e --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,119 @@ +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/.env/Lib/site-packages/pip/_internal/req/req_uninstall.py b/.env/Lib/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 00000000..707fde1b --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,649 @@ +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/.env/Lib/site-packages/pip/_internal/resolution/__init__.py b/.env/Lib/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf6479506f3365838203fd8adfc79cd3d172c16f GIT binary patch literal 210 zcmX@j%ge<81dqGi)4(){KnI^$fFjcwDj75x{Z=v*F#&m>L27;#I$Onr7N-^!$0Qb& zWR%AE=cT$7WtOGJxTF?mm*f}31Qg|GrIzID22_@0&eL)!}amya(mf8Pr=@@ z#$f0p*kTcjc*0Wd@zn5))bvbFoRL_m?b#(Z6DO^B70!Tz3ntjJ_~yC+cH1E2RSmYx zBI`Me>{s|TT3)U1G%BA7Hcai_2$LjSOF&z9W2v;eTBtbB!lc3V!P}WsxP2cw-B>^h znL>8zx9|a|7A4wS&KL}r5Nt7E9*>x3L>#4ABq%~@kqJ)QK~a`hiEMB%9`ClT$U)Za zR~oLKxE@Nl4>C`BAaqsaxe5eyq@HPQKx;FQ-J-~af+%>r0gy=T2vA*-wah&==&5Fk zhcjrlnBwTl^=j;&@om1c&Gqz3u5PDAQdSAkEg^D&?Xe^zZ9x+g`_M?rRj=27q&F`6 z4;+V$MC-Q%~BBt=1*pH@Rhy#SFgOak;>*63fJ+lr9RhL&JB)LH@ zA`nmJ|IqmFLuJN8l=d*1l}1&&L6BjWft+l zDilwXIf`a`l&lmds>G5h$94_DbGB=k_NlkCbA#g-c4jZ`niSnxE&Ye;k)e(8ZjHzz z3uAI}Fje2Fp7=&vrP4CxN@JgPRKJL`bwL+mq{~L6=WvwGU!%kUb?Dja(n$O4zt7;1 z%7U~hmC(oj{`c@o^e*E>j~rcdc^S>F$vJ<|&h4;spV-nn tcIm_1!du&Yadt4huv0rdu+9t`R|eLVFQ#$a7_ejCYgK;gD??M}{t01kIP(Ai literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/resolution/base.py b/.env/Lib/site-packages/pip/_internal/resolution/base.py new file mode 100644 index 00000000..42dade18 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/resolution/base.py @@ -0,0 +1,20 @@ +from typing import Callable, List, Optional + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet + +InstallRequirementProvider = Callable[ + [str, Optional[InstallRequirement]], InstallRequirement +] + + +class BaseResolver: + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/.env/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py b/.env/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c53d687cc99da5157862b7c6dbae3b5b2edbe27 GIT binary patch literal 217 zcmZ8bOA5j;5N-T`2p+_R4Q@r;Sm;L7jk|#ob=25236r$gD|i9V;8{F|ClGh8OkMh5 z=Dj!b7Vj|_^rL|1H9h>eS^s!>xR7*}J6QCF~#TX53j$ckMqj_ANj%QLAxk`{^+I-^Q2jphoE jVpsDlJf+XF*w&xkv@rWp;f%VW2n*vH@oF>1s2$W7z#=}9 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..04b6868118bdee9ac2a275d63e3ced350436c401 GIT binary patch literal 22452 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%0D*)f(vc^x!uCqLjQ{^`=k|PJ_uA|rW;Xj1 z3VvP5*^YnAjeN}Q`Iw5F`o!))s+Y5k{vG%7$J{WIKISg4$kC6vlUu%qmD-%ILGd-* zKeXZNe9gU8-??`6L1%X8w6f<+w(E>ie>Th20LgVmpLq7$-1)Kw;3u1VtFrdKXoHmbM$88{(oRpxSaq1 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py b/.env/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py new file mode 100644 index 00000000..5ddb848a --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,598 @@ +"""Dependency Resolution + +The dependency resolution in pip is performed as follows: + +for top-level requirements: + a. only one spec allowed per project, regardless of conflicts or not. + otherwise a "double requirement" exception is raised + b. they override sub-dependency requirements. +for sub-dependencies + a. "first found, wins" (where the order is breadth first) +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import sys +from collections import defaultdict +from itertools import chain +from typing import DefaultDict, Iterable, List, Optional, Set, Tuple + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.requirements import Requirement + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + HashError, + HashErrors, + InstallationError, + NoneMetadataError, + UnsupportedPythonVersion, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.utils import compatibility_tags +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import normalize_version_info +from pip._internal.utils.packaging import check_requires_python + +logger = logging.getLogger(__name__) + +DiscoveredDependencies = DefaultDict[str, List[InstallRequirement]] + + +def _check_dist_requires_python( + dist: BaseDistribution, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> None: + """ + Check whether the given Python version is compatible with a distribution's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + + :raises UnsupportedPythonVersion: When the given Python version isn't + compatible. + """ + # This idiosyncratically converts the SpecifierSet to str and let + # check_requires_python then parse it again into SpecifierSet. But this + # is the legacy resolver so I'm just not going to bother refactoring. + try: + requires_python = str(dist.requires_python) + except FileNotFoundError as e: + raise NoneMetadataError(dist, str(e)) + try: + is_compatible = check_requires_python( + requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier as exc: + logger.warning( + "Package %r has an invalid Requires-Python: %s", dist.raw_name, exc + ) + return + + if is_compatible: + return + + version = ".".join(map(str, version_info)) + if ignore_requires_python: + logger.debug( + "Ignoring failed Requires-Python check for package %r: %s not in %r", + dist.raw_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + "Package {!r} requires a different Python: {} not in {!r}".format( + dist.raw_name, version, requires_python + ) + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + 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/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4f99b993ce808bdea6546f404fc9eeccf2f52fc GIT binary patch literal 221 zcmX@j%ge<81dqGi)4(){KnI^$fFjcwDj75x{Z=v*F#&m>L27>0I9tVp7N-^!$0Qb& zWR%AE=cT$7WtOGJxTF?mm*f}31Qg|GrIzID22_@0ZERcB89vv(*B^0WJBbtW(SlQGifQZeQBWI#*NW0o5&|M^1}5OTz9)^t^#|wP zl-f&C#HuYICR%A*f?y&@NF*y0m9`(9#*gmTI_<|C(yiGQ2(&S6`)3*?Sbyz(&-J~& zb`xM_NV~GnIrly9`FhX$@tkx2(A3mG;Q8B22gdFWL5?rx_6*(DtO`@oE89D(4uw9&D1Zq$R23h1#MfQZ8zr&0iVa> z+fZnWwEqjciAcJ4Kg$(qc9?3q=b%Pe@~A>}&m(y)oy#T_T{<+G2ZD4s3-1v@Zye6k zRC+8;8MJ_R|4@!)l1jQr<)LJTMjU$6AU&2$6-Fpip^5IU6re^NOlP0bg9@Z-f<8N$ zKAu!)7JF$qm{ql;qCAFFMl%N0^gF~Kbe)&a#EwZJI`_xG^Ob-dO~AKRd+F} zO|opNA{Sf~k>Kxy|LPDVvt&w89aCf&c6os_^7h;VE3vL@u4xU22YLRE{`VGjzmSAklrs{1Ws;o~bxQI2^uu;{LwT z!zu`7G|9B_$;VvH^!Od4QJOtII+#8> zs-`u%J)cZHlRQS%(R@0;BazO+p20@#U{uX1lelX}@ifYv*xC_6#RU0kC@SsL@mF3?Ih^~gcl zeM&rAX&m<`>Z|S=H`Gbu3dmYv=%JKYnE+;}LtJm7P(ZzzA_=7PX9{#7Vd>A56W%PH zE09HD2(~{AoU8|vO^`%HT~w(uR!3HGNYI8b>xP2vNx&YawM3%WTAg;(B;EilDhh9! zlwG9j<{9y2|4RD?$b2hpT{Gg38rVjtO<5Cz7j$)e8G}%mC7M-NRdrMB8k!1!EQ-6H zau)l7XPB^CAd86XCde3WJ3}qfy<^;isN5eoQ;MqMh?V6@G?Ui~#h`6%oN^#q*}a$q^Ir{vkgm!*r~44$pAZEJB0&=&V-0`mHYwO5zAHpel` z*0bI!uPKC+j;dgwy%{@f!vNK5d#w~@;T?zRJEj~}!7Vz6_M@-V*rcjeOctai=_0Bk zyA_%nLJeaH6$q3mg5|B4pfZ_0#84U(c_x9vDTZv4wWz#BA2gdLAKw;zH}dnykG*p{ z-`M@??zyd(g1zr`{-%3I`XJCbcgq{mSECEJyt{RA>xIJ$TbFMexOjLuFkJEsU#nNB z2VAdapkUXlDKcT10#sEVQxGQvb(>(*Lf{rno@#F6ZmZ*7L;NPUrIWgNG?!EAENxL> zn_&dII)b$!<2BZ15Vs)rc1Whl2Z7ep`(}sE3@rz4em^kymbS3(-GRk{pc~+x(;m?Hg-p_{KI&i4$o1bO zq1+>0y&#2tzxV0T6wYZbK1?Z#ugh=ykj*ZU}nb zif?i!5&$ef7g}sKRH5Altm?Cnpel6EZNAiV*QLPD4_bRljXf)&4%CeK!*3_vOe}?V z&Ujav+h)7Zbk9w`G4<-y`Mc+)mT%g-)Vz1bwGs@?Hk@ggkyd=cSNdM+TM2c}4xAa7 zZ+pAz&93>z<GYv}>3aC+*M#4aqXTk~)CWVj}g|&1~cD^H;+6~A_8mfs> zxEFW9fAtbx$gn)c~ESy8F0+k{2C@(()OjYX~1P9DSf}YQ?Vgr@a&BxCauL z;K#lIs@vu>*6zH8VT;8&4Y0It) zaw*We92h8h2Dk=B92_ATHWfseg4i*U&>IqoOirFuu-uqPJUf|GjG8JWV5pr89S7@$ zME9kXq^f2pfLfWMWpT@9w`1u}OmON9;}zQv$s*x1;1V$6A|j4<_^b1foFZk1Bz3QJ zZZ119-*LB*#|~T+f1TsykG)N+64aIb#MOMoAxL|LRVNh7ya-4Niw^0KP};boOt5fn z@Cwf>Y)C451nFU6?v_=8dD-QWc5-&e&ke2;$jTwNG$<@|mkH+QL!a^7m^@B71%K-? zZE5ugkg7NtP_jTpz_$(?=9M_r1yrYv>IQTy0k;PbGNNcNlpBBtaCF=UW#sojxv}7l zH0VCtVTx~MjrrjYaUX(8ZI4Z|g^XShB97vfL*q2OsdDNH<3?`^=f=XxFklb!s1|K# z;9eDyL*r>R3_m$NHU<`u)xwBL!bgr^%Ogj^>9MeeEVkBR(;C9Yk!hRNSvnhjZakeD z52wJ6s(n0{n^a`86?BJHPe!BBr=b5l9IUosD~0lbtiBk9`KVzn#~a{ma2eRRvbLzj zdbMMC@+jBXusY7i%7K}(v`iNTy|p$PJ-}FwG4x}0l+jq}lbcMj!?qDod(C&S8G83= z@>!4sHkCH@FZ=H+dG6yHbY0t}<96}Y!F01)daRJn9^;az5jjW}m(I_Ou(q$Wf%b`i z#YS3^tZXRk2j~LqQe7X$MrL!`muzNrTi7EYDfTEP_3{>R#l@gq&PX|Eldu08`SS2^ zZE%G)hGC$+&XR(#=os412H=G~0Ex=IvjHHuvnqDmhplthk6{apbkk%d5W3E7g$aDg z+C#^vmaxD=LdoTxnamf%_DQY9aTq4GiuelfjlbucY94zWdRlvLf|Z*G$P!>hIab_Y zpIdz`?tn%Y&HUe(D}jqC90qkY7&xDWJPK!JKR!iE_(%hdJLn2pA*V0yyTK%r&Cu5 zWR)r?m4kxRhQR=`^C65HZDp4r#pZKZjv3{fKf|&SBKW|FU%4u-4e@Z{U+b8=&QaLJ zPQ#$dYy>)kTPvTMn`9}<@e*s|G#g;DD>zDoVS;i~@n8yy><(UbZ+PFm;e)_U^WuE^ za__xMz4tB$`b(aEK)HsJ1E=+v2bt9pkghNA@o?yY@Fv>Ap_fxJ07^Eh&!R$zG+}ML zkyD$fAMa9(kZIKg_{EbzgS5%Gp5;9J5-Q#TVYP|2R$Ac|RHzbYeNb*IG=hSn2fzLR zTSkw4ZGc7hY+3c!@z3b+Y<}5lYx-98|0cYK9;t-WFoYqs5^C3U9^AT%?Up6iL{9`) zwb66evVV8Uv->*TEP$OquOB_D^8DY$&T5|~1p1aDr;Hl9R^;SPv*@o17_}&46RZ(7 zznNe$eyu-)eK1oT& zZd<<=kp7bKeJ~D{(;9wvDYjMRU?V^Ot&Pqw+Sy07MTQq@M%A01OKal^W}tqxCRqKK zB7l?SX6!o)i5*Vq&G31HC1jeXSpcu8G*ye;Hi6Vv{s7wBASqpOUkcr7r_^W?~#DZLX2IT6q zAXlFSx%v#qWmdVQzH*SGF+u7pbw;iLvNG$Sgr|JKY*3n$*RMLXe%0gi@~cl@Qw{ws zXo&Ip&U-F&T->^}cVubTcM;*ih*;TCx^v%B&s#|eImgCMceo5cjKAPRreFpSIEuG)_HT%yKzH~z7RC2-71Ot`*n zz!F}S7^=hJJK{|PRMi6YtDb)2;wi>X0*e5D^-W01PC*bpBC$V_*x$+S56L|rkv;z) z{U73Q`^POe%z5U!mpZmDoG9&jXlchlsbgTNWpFwGS7CD-7u==J9ZRjZmq@Ve5``^u zHVPE;hv)`5+b29X;75y#O?xKzkdDR>vw$bd*AuykITwD0 z;i@1DvKSSH`CS|q@obCQ#_YrPF~_iD%sK2FD;X{sD;+K!a}B%3+{5lM&#*_N{Pw7K z%s1>CD;q9j&yHyMn19&M;?8KrSmki#Sk-XVSYSB7(n_M$V>QDyEM6L|9jhCz8>=6# zXV0!^!&u{RBa6GEO=Hc&&0{UYE$rD7Z5?YHZeww8R2pj^Zf9{{v}0`5@G8X1f~Cb4R6{;OXNDFZ74{q zN7_cYL8&q2Yed>3HsPQkH@z*$%}UpYcJ>)zcoR!)L29eA$w+;arM4keGNo>2sqIMZ zFx9YyrLID1rzv$SOYK5xw<&eolo(w7xAf_upetK;{Dr6XhxQ%XzwhzGLkF|=J>yeZ z_W?DQRK|}fiLC2zLQ%t~qDt2FSGtE;s3JwsKh z${4S*T1I>%5t>w^ydwH6a@UUQ0}*N<$kR@xuh~072`44vg4_##F^N* zM7@`^560K>#9dkUh|#_hRY^>$<0INyVbJP8NN~Hn7r|8_!4fG*XsZS>%EPWv`voyk zsy|H&)1tn%RNJ(0OaLU>l3mBoD3Urko`{Sok~U&eY*eE8HCo+26m+N(YEs)N=s=M5 zMB;45#z&N(OV_BlmGM_!JQ_LmVmy*i)=q>+&V^4a@fRl| z6YDUwSRhyx>r^Eki!wmu(N~pdT)pE^2puNO^g2el&gNx>t9B8A?qNR%eoTE*aTLOGGfdD zUV8D*X6oNy{;p!|&r*?sOD#Qu{oq3_^(_&(%ynq#YHh-)7qrfyisnwRLwU(*%#i<|JKGa%&!H)Jc z7U!6@hsyL+K)O9-v>EwZ^*6aYa`^S9Y5OrDXdg;e>k}zO;*yS+ZU9M70%$|=$%%<* zM3J+ek=U3LXGkaO!K=`OGV$n!Em>CtAP6vEIe_NWFrYJAemWXE6^@2t41dS7zB53) z#*-gNbu@B16ju_7$oT1aup;ZyznrxLNoMV+C~F6nQ)#r+brh_pU;_mkDR_i}O%yyz z!Da;6vX~k<9l^>75saz?-q{l6H8d)YrA&`%AEglpD_I9{=__$U913jaF%UiGR zxUyrxFI{qc?hm~C+NIZK9QTmHWhPK zA6~3#yt?iRlHPtCi}&K=YA@QIw_FME*>c_efaMx5Sgr{w!7eO11MTW*Z0T4mMF6BL zmq(8w^`GgI#NyLhc7YIw#qylCg$%?oZR3ln##l__v4pXjg6pV)=)4&!HP>_553J_7wQhA1?{;7pzcCKoaWI0{8nqg*O#Tb7nz5s z)OQdt;P+K$yv=vK%_+yDsn$mq5PF;Mc{>5#@47Czz8Q$Otr2c>0yYMxu{YpIBthXn3|Hy9I=V%wp-=iEu zNxQULO4@erRQpjXSfOskP2ENTL-FOHcsSY5=vKBsvZWeX_swy<Xt~}-6^8apQX=tG> zrN*>@peM$q&(!h}w#F2Jc>7`72|)g^U2!N**+#fWwhx!M1vhw2*{PJuCHOB@T(V1c z%O1t8c!<-Ly@+{P%qKfW%jL4Sox?uar<9G_xabi;Y z@NHQdR}?ueC1NNdjVg(eGm6a8HNr}f`_Tl2H5gU0s;t{fL@63ML0mW_0utC$X)K2J zfmx&0MU~Ui`IvfcJDwtORuSXBB;~b<7`QMgJOR#rLXCh#m53!K?iP$YwT;R%4hon; z8<&BJuo@ndh};`sEuN zKz#5SW&K8((by!WQ=4W+n&3m2PTnfsMZIinGAc_GG0^||P?-w!q3#GKkhPU%V(@`E zVEv<-__rYIh+(c+1A3JH)BU`O6H^nB{+N0?$iK`G^MN6b|GlPRVJJFVI?Cl1Y8zHt z)xe7SQBL+fjxV#ZQIAsW2?}UL;`DJEeO#Oca)rSEfFcbg*L*z=>en+9 zSr{i=k6o@xsBN5ayyIDHUOnTu>uOl6Z^L8RVod`})oxm1b^X;Rt~~MGCubbradQsE z7;w}^15E$RwB=)ZgtNF8UX0KZtb_o4Sgj_H*C3H-w@U3P)nRXrFFYB6vBp$ zUiUs!uUX#TqB@!oTokZ*UkzRfUT&J*Gb_Iry%wE)Ipyz5x%!IxM1aBibP|!3`efZ3 zSu_bnEJYq4YNPj?Hre)l$1&lC9ewZlN(_=1FvNvZp%6fY0Z%Bz$*8B$67@v{<`F?2 z+9Dnr5P0VIsTPth@iFPY(x0gcrmKRf%HFy5kM_+wKJnc2eE4K)&8}PFlz(^1wYzwP zXd$r?8bkyFKLa8#|HcBuEA2uml_x=>4sd-!qHJo*I0+GC~ z0uxzv){tgOUk3`H!7UhZy*x=mZ`g(ofXMB}r}>}+C`KcL#X<{2J%d1#WOD3K5`vH$ zAQ611RYF-mpejhXg3SB1H`DcSfgS^s;(PvpypGK}iXjTaUCi@?v)h3+#5y~tRFLhCX1P8L7G-N$4skngz zl&pa?UMn^5BJp+>;A;iE*cDI{zfek#n(kQIVshX(Xc$fQPb3O$2s&v5y5}r(1&pA` z(TJ*oji0t&$ODd}I?mzjr&!_o_h~gSOp#po5JP7!FpnxVJOD|Vuj1W-O9Lry%VI;z zdkxnbG7THj4I5?#-#M}f(OB|QGUaM09@cL%??CCVSoDJ7{N(C~XgrPGCse~Y1-%IJ zlo09JxDEEs&L!phRt4 zA+IK{%hd@YixwrWV?;Sv)Sr6~8X@U_{epzQ9;T#v{X#HUk}csJLymG_*fCogfhZj0 zY}QR-Xd;|AQ?z_4G*udIA%%2~$wwXn3JVL}M(g8*k+GfnrHp@d+P``ctLgBi!*n}( z>F8o-4nr4|iKjZUP7 z%v?@#>qCru76;_C6>pDNw76FIk4}HGIEab?}kc!WQz7GeV<}`7YPqEBt`ECMEZwvt1no}H!Zeb zRbUL&V-zs-$S~tJJVG(cXcxkld9+JY2%PK4xzL!V-4B^slHBz$0Jw7bKcm9AK|>~;pqmjq{7 z`I3(|Ooo;_A?0hi(Q>Qv)4m_{-3cBr*U)gUB5-+-*r$bx4jw;x<>*31yQwC-(0fo! zc{_`jJHZ)S?za%R3h5l+$^wb&eCh>)M+-g{`gN_82#7u=tTJikI|a24>Jw{(Z_9Dd zZ^6>%g6$34c`-q&lwBxWcEJt_x;@89vwZe9?B~Vv!fW;yg!2p?)f`h4DSRsSDi;sM zCKD5riGF~}8>mPn)WD&HNsUQjnJvY{CrB@N5lh6z4JIFEtTT=tGI-3yj9U9 z{5$ua2K(<+?Gfy^1s|ffeXc##_S@A?#It22%p+wcS(3!_*bmwhSK)sdmP^9pf=Gx_ zWIHSp3$L>TE(Mnk9^;}cVybO}!b@0#P*__|`dLHNk*mg}qPOdygwhtsOlMv816*E5 zTYkfK)%L4SCtCf^b_ap4hB|X~3)UcOiH@z5CVG2*L%b@A!j!N@cxUT>0QiA%x*-Hz zj3moe!a_q0$;yN>E-T|B5hbp|9!|(MF~xv3>?9lI>hn;1LK)#~HzBXAWX={3O)x_l zeYU7r)~`>U_ELw~U!meI{bg2E3&8dg-X}Lb1YRrZz~7-{Jb~bEgr8p&{(RG(%bTul zyRt14=uZdw?*`U?rp~w)D*>&d`-C{NXR)s7>V+#8GIhJtb-VvC@Y&OUQ2V3mKW+S@ z#)Z1$8Q<}=@A#6Pa(-T3_3qfEu}t}nboq{3$3K1H2QOrHKAYb8>_Yi-3$Evu>_XWI z@vAslQ@pjOc5gtuT`%sfEVl`oKOx!UJu6+vR$HpYR=X{u5DKJ>vmSjfrl8f z70NEtz>!**$hADi1|TyO>`+JWF6#+}#$xg$D8~?le4$q+!%^D(@B}H892!~Q9#Q|^-|DG!SfW*R;a#2fs7z)hg?=YO^>unvW`=+ zSX7Nt)P)@wTIj?STRWylBB*Qp4@q!%ehs8A)Wp|(&!Af{fXV1|NT3VJ9wq6bMt z;=hXd`W4{|Tba|f)GBzJ795R>f%=O_mnwwb{>A={U-=Ef{BY)VqRAP75%U8Bp$QU$*Os zXdbh4(R4zIPQmeO6 zO9z%p{Lb>!`rS(c?w=iBrrT17-&u_g(?j)Ahr{{2IF|sGkNYjxXZ1f?liu@edh2t` zEM>_jIveNeQyT}$|FS{Q{DMwDD-4f={e;R zsPCY}Bc+w>LX4@epv<$4`euYtQTDuDHtd$6*n@J+3ze34MtDse_CXR`#?0t6!97>3 zGI=z~>2qWr7t@>hHG_CRgH``Mk#?yICDV2*f(62NhrUx>D4i~SvoB{Rc$WCqf(s-@ zsU>fy5&R%)EZ@V-P&3aWQhwTIeA6}UvZ`-dJcpGLw;d5c+FRzZ+Vj-QE9504Q*gzT z30)y8tWb(*=7LM#<1V-p0sYmq`)suy&)tojo@vLlhxMlHh%oISS@X09q5b=YQWbr4 zzPT|$*oj@Jk=V+D%c#*i?VR?q8tY*k=r~J4^@59XU}g#HVb4X`AIt+pLW5CV{2_o34;C2Y{;%-WzlHW|eh1N)p0n*LZV+#5e3h zotCZp$f-l5xnzQ{GrKOqX!1MYoB+FM71UXdY3D~JA8M!jrJqdt zK_$v`a|2RWJn4|ycS=bQIF(=cL+1IB9NxQN|}^;A-08aGbdQhf}^@o z@?aHJur^ym+b#P7FA@S-q)uf^qOsGb6*cRWl~a?ac`c8jb7Ymsv#V2hR0)=|E)vzy zHmlM!b7Vtkk4ewe*C>kz+n{Fct!}4;de%T$`?N_ioGsx>)@+#^J3k(cg=Or^=q|x{ z)(NXg2uNrb2Et>^#Tvv-=q|UtK28O^>@&PmT!HCioy~f9pQ+WL;%V@8WgnB*$Ep3K zxzn$UeDkF*Cu@&lwD;+T)rO+(E4+*UTkOXm?66tZHO+VzYg;n4kEClKnScDV>V?_^ zNb%ODydC#^RU}|aHEh1+&1^lC-g@Y+@9<)vH4|8s4y>9Pyyp+jb(p;VyjbAN5h z-*Hb`J?H$m>_*vwwE1$`VqNR?wRh^)EeW>Ds?>&~nGMI%8;&hjH_g5@H@IxKZLC^m zZ;-#o7-lrGW zZ@=ugTd|hqXixjwQ~tG!UF$PlThd)yE<66LqT{|x=pI;G*>&X?92p$=|B+dh`%o5-WC7JhC)z0oWd)n zIo-|IA7OPy==_XcoJH{Sx1k}fyZAWBRZj4ht#f)9!HYX6%0SmrDaBkw=DI27G00pm zJ^FHFE)_*Rp7NjiDRxS9|_znm+Y*c3Tw~6G^HZL)6^Rf-8-$w<|bA5mt=ZW@GLh09_WHy_`QE{wl#;J|_ z3q4&7y!r@1=6aL@UcFzDx4N6}Rj!+N%%54PeC(kXIgvQ@zkCwGH(BHlzrc0EOIMom zrL5Az%r@%_PhS{C>$p&;&)4s2i^0*WGOyu58YzMj&Lcy`1O%J*cV+y0)Be4mZTjKB z?STdVP|7uwTe<2y@~gj#z`V|=5|x7WRAmGaw$5tJ>&&mMGu*XxMlrt5C}vt`^k`mZ z^vu^8#lTKJ$(I>Lc+=?HdCQFW6uOqbM3B!#$+lq!cqk`$s1nXYfnS0VB={p{4hde# zjkudkBN6u??m?Uk5Q&FkrjU3phk;=kp8ZM%o+|Mc#*sQTJY2<6sXWXijnn{3twt&g zCXLh@mRgR~N>ggB_I)y?tb@B@IiBm42Bnd>J^I&N5}T0Tpp>u_W;i+AJY@^ksuHqb z`R~K6aQSy4ZG@x``bBXD=+_Y;p3bcHHXCN=xGUta>BaL+uw+O8b0%1jMmoSBT5tfC zLTpRfVUCYv)G#z(m74LRWS9v9o3O4PLZi5tnf64kkzlK-MPCAj+{V0|g3g@qIX7Hc zZ~RX$ zEivUENVx`zJ4*1vW`$%qUq36>a&v3CaMX~{=QfT}e1-Qs$JG?hCdnNi+;eV8B~#BO zWX`vwdg1*SU^nKw=}T4bT=4Hoxpr~%OGI#Uhk*7aFL^1A+Y)>NBT7zRs^4-!ws*mPSdz;Mb<(aD~+MK z?)<>>z9${%y%RV(m-u-4#`LYpPcQu7LVDfNl<(++ZLa!J?KfF2I%L>5V%(47Mf3t$ z>Lj~Y?v>e)C`x@J(wrG#5tGTSAX2W?#juaO8~_>-S*g`p3)MLC6g7?JBH6lf(})+J zz-Rv1nF*4A6N+v9%MJnt!LpNs}dGX`lKGsokEd=>MvP!g%l;p-j%yjXxZ}y z^@o%w9LpCN56{8lXKTu}l_R=eLAE?ZN9bi0{+E9rfv&fWi&KPCDLLPy2_VB@uH^JLFZ!w=fw|gn1unRK>B_!^%KnGfaDKrwoQuBWy8be- zr%k+FBkpM_xn1i*Ja19qs~k@epk9Tnm5l&bq7`nQmysp8Vdajkpo;t!y0=WU0AsTl z90gknJ*kX#jgj#V0y@4DDYJKKb`k@oB|6W{*>i9Y&2E z)Rt|e{ljgk!~qcw*XNxm(&wEJNuO73*5`3!X*OUZ7&PP3HB-w(Q5Eu`vi)C+;6fd6 z#&dEGj$HCIEnca{m6kA0v;^ECaizqGQk=L_FXBGLi7PFG`xCwtbac{X}}P< zhyMH7y*K%(f(&XWBElb6}XS z7xS!xdIg?)nw>ZE*fW>xlj1nD0S;HFJQ_L29j!)Vv0q|ef2p6`02MgO(eVh992;Mq zkiu{a(@e&-YS-!3c-;BVU}8PQk@C}MqEmemj>FOWLOx#T=Xn^W!wYc5Zb{E6@Z^)B zPNM9rIyf$#3BSt5VqC&$DUs30NCd-CFs@qtYIp*6?C3!U9dFW+8)w7EQ7J0P{odf# zM#s=lSt_c#w~fZ4(b#$V{Q2-ye1LmOZs?Z|^GOR!lj9LMM=~S(KHbWmc6I2#a)ZiT z?MA}z?&Gb~Jq%e7F=pg=2*w`6h2bX8%Qy+o$vtr#qoKFOn8zvUG&*{Qd%bP!m!2aJ zz4OXyRgr-A8Q@Sq3MDipMV7?cNk;?X|%#9gbtH+-YEqmtEma;>&zRG!3SJHSrZ>Y*T@}{4*!vc zV&mMFkD3MtL`98G(Y$CRm}xD*-INbAeP8dZ(G2cr2}pjG87phfsenul?Y#Ff33gl3 zrIzbcPqVX{gSd?G$1Jlf0D$-z<}`^j zonm7!^^$XtwBaSg4t7KTdgeT9K-tEZSWoqpxv_tJzjTN%92~L)fHnp|2L_rY6yIs8 zYA1@ZYS2nRMFK|>MW<+ra12&{>jAOUz|-Rq=CR5;$0sl>!H{wkC-|`~o!FR0?Aq>x9Z4Xvhn|=JD+18xD@gui@oj-@3U%E7A(h3ICk3=w(Wut! zys133fL+t}H%a>~gos38*VGCI+g22Aez~AM{3)8q#+4AH=C+$VJ7<6mZ802kh=}T5 z#u#2>4yDK_aD`DNRcndHu=0!R)m(p>!*OgB$C%N+0ocr|4yUOZhzI`Qd9!RZ1J#?< zd2Aaq5Jx<(I^EHiV^=~*F@O}z*!ratWeo&dQ_I2~Hlt|MErz8mA?^1Unnp z|7g%is;LjPIJXpir_uqMKF8UJ%;o?`!P)xPtG|qj%rc&@+&fMy<8WA4cO};p>~)4T zw|_@8hI8%WyZVjHzlTr8Yf%~FU+%Q+zg2lx+A!aqkv65<_Wxp;TK-l|9XyIlRa$0n zR$*uC;n*d%G_xMv4SYn&R);2GX{ev37vfX_6KH3>u#?x%e$q`(slMF$F0eZ#1|nI% zQcr%HnoaB-i2x#~YV{=*k;zwpD*?GSq`mIKh5W_ae`Ba$Z&e4vEdN|7duvY``y z5z_4ouy>a2mbeGh^;w+)$9MH>1s++09OyVS3<-_9lgk}c5@RLZuV473*Dt&T-=wd^ zzF-OG&De}O!}ZQN`^T;uuKDUunr=2N^z6KqSnv;~ zT!Rmo4wBriB$lyK9XwbDkAXFiH!9XHW{_5b!NdtNB|Wqw?M%A+G=g`h8b&sN^C{do zSDb_CLJnL;9xH(6;`%?J5nG2W7UKGD3`)bzhWWBvFMO8x;p?|w|16d|@odWfT*~!a z@$fiM34_)_M7|zct@k(!zh`w6^)Vd4*KA?`n0Ve|!E&Mef1&;nAnHQ-7p}Z;-SL6< zeQ&C|Z^6Gdq10`?I%z*)@&YvI2{M98cd1BSXm?T zGt}mSnOM;q-K974Um^0%oO7)5}f1Bn+oAGt0 zeccPbp1IDCgExY|ci`5hPq+VI`@*J!3%!S6Hb@?{HY-cKe=JyF64*lErNrW;$t-8t z$&`xxIliy{mMuWkpfS_Dhy-xmFx0a$4B2 z!taDJ^)m)WlZg-~#pGNH%99LB ztAf>_z^0qAX>2HYMV!3_zedN1@zbOXHqT)3z$uPp+t;zPW_*F$&8auN+p^FAJp|o|LQgiwdEl8;ZJnHBG7J zjSDr8d?}Q;%V9tcTlJw!LyHw#$gSFa#eKE>N;yS+SA2^VH9vL3t@;Z)vKHe@S{H0( z{}v+T`-ByQSm9-*Lq$$w-RAP^Tb=nJa^@Gc5`M6u9xHy)Wa0`_6FOto7ItBn4&p$* zFk2ZUhR$2C#!{tY0GY(ZSYLUI7jjid=%gMj`N;_|ehQAg<6=&TgoE%&WwLl(VvO@J zb&Q}(H*-r;cQIffNLmCsG#Yz$zl4MRA->ffb5-DkGD(Kd;e;ad;{pj~nChdG@p3o? z;z!7=n5Ty<;rJxe*>ic@9!&(p24phxJ<-4hYX}=y;{Yp8(~1JhiFZsmV{Japu=91a z49;#=CD^dL!dsm-erlci#1HzVBoR1z9wNvSE{m^-stz>x8x=Hm=^GRx`}; zcZg|{g=|G(OR_#QqGO#ia6&tLb{^c1WU5_};s2o1sePTcWO@0szz?w5S<+tV(b8M1Ny=v~*IMSoMu z)x_|Fy0XCqnN{krWr-%xu)>QR<1OLJ64B`BgYQk#qGr}X1W3W9Q|8RwzTh1_o+VD8 z;5zFqNWkN?nH*V9P8qowSt#Fq$F=*DDLej`TZsr;(2%x4d>e%A;^a@ zHCbIaA}bh}1Zi9dDzO4xLIoFJXfEzK7aR3oB1g7tFT`*A^qoSbiQrR4<+%_0^Asb| zB=cAQ`&yhZzLD`%jC~=NncKGz`r?pNLa`PKn5EHWip@~aOF<6>f20S$MnuVb2;PSG zdM&)y2ZT*qzw|c1O5^kLrX?puh)8RkU3H~=sgyl>gqoIA%er*+`X!bThSjh~DP!+8 z+noDFGDxBOl1qfwHaA0go_VGB^N0Qi*`#!Ho0M+Df}~rsNwGP1i{y7sckLxbF*lmU z3iCWK@MX7i&vV>>5qZAuS(!{!ia#JaySVjAm+|c`?c4OqaF)+|-RLa;JkUIQ?8>es zC*sIo(J&jh^u|&tJ-KLT+!Whd?rfglcI(*9UCRQZOA>tD$q)v&e7|<)1Me`K!Qg?< z9ZlN^{*8;Kny%&ljG)jAhPz{sBRfuQwvi(P{lhiG24j{In02^dAmavGSBkht@#2Zh zUf{5y5psE zJqLcF{waO2M5S58ubE8YCr~s=9`_Tb&6SC_n5T%Yu=zifY9o|GV`1!5gc*~@uO<~t zztKeeqL&bV3|S%M@;0Wt-S;5QT({7)_tMdyG__`$)}))(%tr^h#Jh*|zeSGey*6)Sm!yqCb_Sh-$gkGV4$Ids42R;x=N?cpJ+RfoKLH zzcgd-8)CNcnf*_nIQ-21W1**BIDY8Kq0r&M{X@qOA2_`KnIhQ{$(56xE49!pBj1Z= zE)$(~QTT~Jm~sWbdE3-dw7#ebPf!z@S84(YvJc?Xs+-Ev&Xu=rjNu@?%}Rg(6+fm&G>+*(j0|;qxS=l0 zfJJ8&ktew2lP5@^msVD~)V1J1wv=QU5V)!$06klhz{&P_AdJtAs~K_3#w<7dw85$# z1lcD11YAFM`*As@_VZtDK=FS33LJhlh)o8q$83vrHf`OiwEtx5Sswk@$ox*>w ziyxW?8y7((-VQ%fMBg+r>gOl&L#i4IUXo2`yq}Kx;0ILE`oqZp`8DuN>_iKGI!9}M z232{bpH62?sFU;qgmM1MN3~QH@0rmU%87rpj%h|1FOlueuZ;~(zv;IV&nQtk>VqHG zQ7{ZV^H?N4!gg=Ym^RT^G*iGB2d02z%q8g&vu-T3qwFXWzLZG5s{Wh;lGd@`+f!+0 zX1}7O9-`P03OXogr$C~B$X5pc1?cgK9--i%~s)^!X2<3kvc>Yp& zJ|jH8AUyxq!r>na8-C_+h&C{bqV1<1LEQA0!j2yceLu6=@$3@Boj(>1{#e-l*TTUC z;ox7{D}L;dK6f|H)Mea_X?Nr7)&+Ox#S%!Nmuxm?%@=k@rR`$b7v(~0$Mycy#-|rr zo=FLfOC@fx;(Ei9fZN<_x60D%4lGlAslHaMSoD-H+3DWc$L^my>z18(UfNixy`($6 z#GSpweW|C0UN$b->E6AS-Pub#-(Q~;#m2dY`vTqXC+(X>oOw{a`MyAr`>I$Y!a2Ks u;J!eS`|Ed$V)b?ReSz-x57;_%bj#O-_GoOC_xEew7jF9@osNs=MP9! z+KGF2XMg7wssK`u?VjoVwnW{!bsy)x&OP^>bI-l_*QKR44$psh160}6DL2JYov_4)nt--C#UlHCG84M0GzdO7=vLm>I`90yCkzK)E@K^Fx z;oXrv!99_^!M%}v!F`dT;1CP14)2c~2p)(G2ZtjEg9jsrf`=j_!I8+};Ni%T;1QO_ z8$KF&BKSmPG&st>ec@w~k$%&b1;n{J(m>8F00bQnIWa`3rIK)4N)FDxb2vZd5 zczRlx2u+3r5qSgpOxb8uj38ND;Hj`o`Na5CbSgB#g2tv0giM~N1SuLmPvwt9rlXP+ zLbZ|EHZ(qQMmR7P6K68E=gtU1m<0q(8P9$+L=2r`c}AnL;pq7(K2tt2CB??W;cfSJj*SUZ7eZomD%T_E^Qm)yVp74m z3wrFhC`^xw3}|&osr;BIyg0^-(djYaQcN6|G7W_hlVUV776!zz@hN@`{r)2AgP~yU zE&!aVN6$^18w)9eG)9dFw9r&+EQWzZeQF-fbX<&H2vHN!W@?buM+h(<8kf!p5`0dI zLcs;2?iJ5ZO#!3EFbaY=hUUl4kB89@zot15FlMYnsBQ@3AY@#cSM77#kXE^jy`T+& zl8kR}SQN(jnOt23Udx;*r9sGlmLK3lF+%rzkn;fRz+F{LSmNeG95=+b0}T3rx>A+lg3W6_Cdc!H>f`s8R9x6*`=Yn;H*dKA<@!wCk# z$m@0>6qL!x>&Z7`z_68KWG2y?*wFZSNyym6{HSNlgt$|&(SSK)8DlefY%F6N8;eBw z^I-vg$Jp45zyg}%V`JiWz|1(ufVNZ77@MFHLVFPU9=8IQ`~0P$!IRHOn1?6F#n_qi zCyz}D`^C@&;pBcnIv0yhpG2e13bAO9GF%4%xA($^lf6K*lSf0RPD-Je&@-(}Rq5n( zXu1#B4;l!X)+cHNM)6({!l6@rlj9ShiZi{_GvZ#rwH(a{1H)-ijyL@*n zK5;}%kkJhl@6}a;RRE!Z_Pr9U{R<(!dNd06lT@J46NskKqKE!G#nNtK%bt9 zMhkIC$~X!}LCV z=rHjRMX=@`Cf^gP^DI14Cmi%lMb*Mfaz%5}*qkn}T$orKT!_l$ZAoKW+T&exFHS6a zua4d^HYs2T!m2K-LI6E04;hoBBBGV!_wahbz!N$e(M2Ze9_m8gELeDS9&f>aEB@OM zV-;+?UFkZO#=+|*J$&hFrl4JL@DA!~zU(#Q`>ZG|pQXH0DB~%Wk$1gj3_5uoU;aZK zUxCHhEtCrt42lPk-3mOxGil)~Uo!{6a0pceX{rS`;8!Eo3pic|HxGegeSqR)P-@_- z$-y%V)#RIWfQ>K)YgxW8O6_8)ZG0V4*YWj2eXeE=LIaqEb-W)v(J1%@TMmAs2EPe8 zn)qg+QD|my`Pw;zmRu?`--1-Fe5+8ww+U^$(keC9!nY%~oyB$t9YTc)OX+bwz{1qj zjFn+fs7?-~Ra@E#C;`3;ebS9krH`o&tX`95z6bH0e6N5MxmI*zeEJaD!><>r0jn3^ z8}Qu+{MgGkptkujDhAWSZv+mkN6H4|Hs?w*^8J9Zf%Q3!j#?A5u#xq$nIAxWf38fk zP{l%x{3e7B@SBBteoL-?n^2#v2;IzY6Po!!z+!DhSzFMa?TFdR@8EaxyM%4%wYFS; zIfOyP?ndl(uyOk`CBq8w8O@j{8DEjHOy`(^j4LvJP5|*@i#ko`jQt{UKUj~js%J_u z%g5MECz6+OPDaHE0m*V1GOp0+si>#{5co`0E+j`eq_Jtn^kkgVGh-JN&IiR!Mtd`6 zQHY%vrzV($lbbmt)6m+n@(rx!*SJ~TEH{>m;<#BozH*!{zKr&Ir4ptoaf02lJj+PPLlHioQwhdMaD=)NrXuLf=8qUlDMDHR46t! z7I)?5bgvph0HmM8xx!_=oVQ`l_@*Q6_2X5Vu4|t&g0Z;Uxb^0`Wa9{ZG^D$>)4Ldf16N*|ay84Y=A{#|EAYU8@VWiJ zbTnpdTx&b?{qBJsffCKmKR0>ybs8tMDUTrXGXhZq4+sQz7Vovs)7*Qy(SS~zL$q&xjKknD0Ha{a2{^*oHb_TK2kc-i; zk=}qMV+lzL84()+FJqYuL0TjE+^Xdk$0?>XHZGF9ms>E($$x%IVv_S%Z2Yt&)*)HI z$i`E=Kv_(z*o+|}otCIiX~HNorHPS^vCyPKGf)SBQsr=^KJiW!1-?A(>i{m%phU;iD*QS7y-=~NifWq71><; zJ(ND7A`xLT%@Brq{|cUKT#UllGpkbvERS@&?lr8R`?ksY{yxoJews!=(4nOP|sAuFvQMiKc80 zH9oiQI4w*Gm!`#C@eLXVuq90C>HLDwyMrx`(ym@D%QXO!NT~QfxZhskZg-5{YP=H| zytyG2*eQ36{*GbcE0xtc@e0yFxYCFCj1|ivG-Z+y6T=A2SdIuYOl2evP$IK}(67KR zzDf>_bjHdUu(5N(40&@J4Mr7#<9HM_uTs|DwH1#yd~w4TP=X}Fxxzgxr&nU**kFKdD**rZX^p@?@L&`zkOK3xx5cJ zJ<{Cuwl5o(CvVl<@gAKUNpIdgw?F0RkR2V%zT1xew9||9*%C_mxkPm39p`%PM%&&R z!$&?HT#>4hvBZQ35e{LZ5EnHpzl}84IEJh6t$jeu3dwRVn&Gc;RxjyijZYJnYdD+F z4?c1g_A*@8Y5-h^?zw=w)Db87flkA9Bk`fdh<@=JDfs{9;R5Uj6IL>*aOgR#5znD| z;uJaGCT9aVzYiy1QgDU(OTm@5$VaFn5p!FB89oIwG}KXeGU6@bjjNHPNRoF5;6*rK zCLBiVAzj*CopNuK-5YNVr22$>>p%KL#{u2o6Ti#RYm&9Y^GjBWZ_gp<{9XQu~TQAF$0C z@0&4ri=M^0FC0L&E=_2H6MzyILOr$8f(b_)PjU3Wz%d>}Uu;^6+gUDck^x%oxu6pp ztgELRggzQKj6tpzk6BunQt@$dL*$^#H;9YQA7K9KlU^x#zh{QeE-)^h0hCqrq2iZ3NN%uU+;Ti(Es%rAsmigq)$kH zLhOZ%IWjJuJ3oB_6w}0(ynt0a1GpKBDglbrK_amaA_)i?b2xhXw1Ax?QaOkr3f}}r zU2`u`03)GV%|yoP5kXNVq#`o>0lwpHtLf(B=KcSKw9)|(AWT0Ghgmm}a<|L)vy;%| z@!qq$Q}(*s_Bs&F#er1qHW`1;ZCSmm+<$lbQLML++tU7)bbVvm-~P~U-chx%Kjqmd zdq90<&(>@cfTY|TWcP*}EwXz{!m$OC3PB>CQ+94rAZ^+ID5R|nQm^dkU5?3~fvlfF z>XF?&%e?IFPdNI2`*0`c?S8;nP!~_lwIf%Lq`gltK)&?4_GM3^p*L&gD*X>RQ)N}w z!ENlPx^>8&j%5$P-mP8tciD1e{=0{r{~&Nam-^71@7M3E;67@rAFAN~yuv!#SyZ!`SNW`aLsqTMP95{9}%m@%JWdrFydXuc+)hRO@<&|zV} zE;5ac0&H%Kg?MSz(n6$}k-PsDBl!#POuiIX?6Y+y+r<>LBOey(>ecoPd zf=VTav4^g5-mmELTzT>I#dvX*qkqGe=S5VAZ&+t_`?(jOOu&+6{wg(?$C6hpT`>_e z4$}69e%^o_cJ#%Xhc|*mjl_uzcre2tqo6&nF8nmQ}RQ61Ji^NKvi&6~fvf`He5U{H7U z30DER$SBTo^ZNOc4~!aDtBYw1Q(l^!H?Tz=`2GlwY|uffo6(k>fGNKDpb&#HK=5nq zC3;a*Le7h{ofn?z$*GYA-k;;@dPj-4+c8N+AuK@rm9TWI=5_-mOs^wG(L0Pi&RDQ7 z6~lhBq;OQFWBl zuQ6M~`L?WZMqk<7$U_I`s#pko`*Om+UUsgh^zOQZqwcp4>p4%|15Q_3_c4k!;QhHo ztk8mUZzK0nqjhhO;iGOH+*SBYk`%48D>u=E@0*WsB&g5ZisAHGqMvJ?dF#A=-jZjm zFLN=C$pn)|RCmpz&RLauT-N0^5WF7R4bZ?x(&%|Zp4sA!F^w8wW5x8E@v;Hbz%Xyu zU>Xb5UYZsKv~`l{K}cLMO4YNbvl@-cSMsbzk@8`p?#+f+rTTrgO7-R6=rM2pOZ62m zVZLPEF>gg2u{LX-56ti91R|^fMN`b0C-pgH$r)8y5-0&{mT^qeZudlt>9UoXumtd{ zv@%4F*l-_$M;UBrWl)jJAO}SUy$Auz65T~37$ik+X6n8uUQf{CdqcKT^1QpYNaow}hLCl*h<^ZfPaQ}yeA zS-)Pc8_Fqn{7pKgj~I#1Eq%zR=zcQEya}yXSFFq#VZeQRFN6^_7H6Jwh26V+^}=!&J&;OckYbqdpn0Q?w05@%(h^b z!00BJ=qX;h2pbUeKasG_ad!4345`XjyBTA8;k*{)K(% zYTvb&uD-M++^+8WcpV6v^2y(>?j$}LpYf~lRCT9Z4dug~>h%cxxOQFEiOi6Gz4c6j zh2n(q`i%6iX7~eTiu&12J6~g`V9k)n7E<`bip|L|36^ZIPhn|3{Mg&{ z?u8ozf4c2Ywn0I4yMH+Csk>Y4PgQrw)g7=DQRJtzul^n1bzi!+FL zmdMBOix@0sZY0t&CT=5VE1ZBs(FOhY6p+vJE`1U^0)j`t-=pt8Cx<~}Lro~l_5{D_ z|0e!0%zO6iQB}Z2d5;1WaMAd`C5ZnC&i`|TyYJ#$m1%b+r#yy<;IOkXaAh>)5gw!Qafi(dwdT#qqPTGJ$LoB zt>4+2aIkESLknBej><*PJKpQwl&?$1pQ8&3Vn+owPR?CDccXIQT(WA5?AS6ljKJ@O zmW)5LziUrcb<2+K`QfY;K(mf2YyAfuKi(#H?);2{{{cDK^=;O`2Z!!#Iw*G^`i#TJ z19Bc7*Kw|OX-C_~j+UgOE$ygJJL*=fCYLSCnXEQO3o_+Qa?cqkkm;nP?W>?a7^mKh z_X-L9xuuTet34p)hFQbeLXwXZ^r(CXOli5xM(lqWujtkCtjVP0Zc7^0Yy_)A0 zQc4ve@g)Dbspv&)^FFoiYc)mw!o<%J=@n26qrBMl z_q0NBW8JHp8%kpbzJ8NjzbRS2Wqx$-$YOcgS(9)!rCna4oSn;EN$+M%L`VScj)Y?{ z(K(oe>+XQLU8owU4F^rhx%T*F5>D0}W{LiDE2JI2f^8jY&vPUOdQ)u*|e3 zS4-Nalyq(0A%nslU_<(SD#y=5`P6?6*Fgl67btGz%V4EA}n@I0KVzs(i*6oL7x}VrK zKNOs&Loh*QTi$+XOliu{hCqIHjlO4CqwmBXrHRr=;>+kWk!YUSLJp}_R6XhcLIMAl z9L75_R*FRFNA@Ed6&%;*Q4X~W`YIk+jp1LAG(z}&3dJb+UBy+dOLpU5h=tzLw_}AfkudxK z!mux0weGvl`)+5)nF(biiL#Lx8OD4(AZzL%vy>eyqbrtC05voS%0q_dbDCIgl6f6 zsbRy4(>+^KOmd#Jy`NjNuu;CtSTHe)nUCaUWHr|&$o6@;cwUo>nKfDwNqAnz#Fjrm ztw|hO^I#Hd5^+9iUVm28(d9#7?N$UnuhXVDbtij}vWQfywm?mm4DBc z%p1=V6}8$WYnH~DzP@N-Ui!o%e-mcpwI(#&a1sF8s~MnMQNwD zDCt+#lol~o(>?HfKVMJGEvAym&3LUU@XTvgr8(HufL&-b13_0B%boOq#pJ0OC|^kv zBmNXlMmHf*6QLVr{EVWE8BnP?lb-X$Jg@rHG%R@|ntx4%y$-Mxnen#!*s`=Rl=8I8 zp7v#3%F`*kk15)gS8E$!$!B2dTrovexd{i$602640@$)d3slCTQfu18VFX-RpY~kA zQ&4Bk?(56z{Bx@5Fo6G#tw9esv&(kRResl5zR>vX^NUAiXGhvqlX7*+uFmBRcU(Pp zUGAj&*p2Y5L3#5i)UtP6#~xa_(z5#o?DT-!i@R+G#zmg{|(Cy-c@9h=&O|AHaXP2O1J$5 z`807e;8cWAwxrV{Cnm{Zz4$JC8Fvw$Q)D75!vdVio8rZvQOXJk4A6NL9?%m1X9C8? z2!aD5x!7ZR{m?d*odoqOGq zO?G!ZfN0kYp4V5G@@sa>u=N~8+Rle4QXd%%GoA6+m<_TI|mp{ z8g!;w*dcp%q`fUEZ-?ydNCdX00(<1Zo?A^x?}5AC#zfOVs%g92v_0wFv0^e*Ry{PB z$}1pi*L9?7yX4xgME9;#_mJE@bnB^P?V$&pp}cEhDBaMQYS=6{Y)&?8y?StA??Mb3 zd%3zj?X7>uaow?W;+NjeYzdNn=0-*Dw{VW~tlnN)v$|%3vS%>uZKA)%wxt)}g%uW8 zxgDAqs)ZS~sN*`erP_DM?K^G;e^HTaKl-ccCzcw2s9)Uhw&`~D6LSu-@o8q}KfSUW zCzL7~zPHG(7UpS`U5#n_t6Q;~J!M(WTw3p`30FRePb3L3gd_+y8Vau(gIqwVjE4yx52Evi!H|`@QDk;l+3*u{7pZ^X0`L zh5qMvCf3G4A8!Q%lAAUNjd%i?!Jvt5tL6Yc+))NBSatE>`Bx zRTNL5)@};B^lUejR!%&m%egXKJdfl<`!$Y2Nlz|P7im8=8N2$8YPzplBeiDAXs|wS zR$=7ddGl)}9qLf5-?lu46XVXd=3%M6SwpN{^B0Au)=lL|)o-<~GkT_nGLAoosbW(| zyB~@oI?*E)Dt|OlcU+R96CtcwydtfV5UZ%A9+i)KAv0@0BT?+O<0Lo)YGz!1F%%Ay z6g=*iU_BHTawRZ1n1D{=IAio885S|~kMVFWvv3Kz{6P&Y)wzd>(vOx8)s*BXVKcF>QGNbA*ql1^AfSY1KZ*xfd`ip1!|FI`XsdoGddG@!IxRb495%9kBa@L#=kHlP{y072N#HS68|@H{ym&E z#}=9ulhOisISoqA`ha+?0v+Mn!XHiiZ;5?+0*;~i)JT}Q=RN9K>D zU5B7Gxn{j;r56~Z-;@|j$=aZz>YDF6KJZL$z4XRQi?MeuUB8rA*MHOaXO^E>Qd6P~3Q6#bEN_s1VpDmuGG^ z3x1*Q+RS%m(lrgKnqIjE25leCyf-7)Y)g2y-L2}q)3@iA=P!L9`I3D{l2u2OuA{KM ztFBE|4a!x6HwThcdv3e-&~C-{?`*$EFm}l`yO;{8U-m+w^gjk}?f=UoA00^!9#49o zgvo4e)e5JF$(xDutjp;_hg*i*pbHgoYMNb-AgwwXMEYL?{;&K36tYk$bQ*{9LY&GL zT-L`Z6?^gv-hOUD_d*B9F(r@zx=~{>qcHIw6>2`;&#^D0*A(pq+E2|u3tJ7wV&*@p z_z7+34x}iuyf70soth4dol~oG(ezqfu-$?4OhuG9FeUO9kC`=J(qCc*b+bk?DVs1% z=xHXt`9_|VIZM-U&6C#@KMpQ~@<#>6VBFba>O}ld~EFk}n6QZaJ*b0i)i8qUkYt ziMFkIU?9W6tVGK{tA~kP$!Od=q$&J0OE@yk=b7;wv?`3a5eL0WVL<`JimnX6VK(}B zuYJJ8P`WkGIc&o`&8gNRM7%{pMOcdI#Dar;pIdf>$0Mis@m=wLRV{&wDd=v4F*ZpH z$!dXuBA2NXB}-JpE8LC7KW+PywwrtZZ1g9i^2WngluHUwo&o1^0u}6{f{ay|Iv*he z3PF*c+o)cIPvYN@!>Y+vi(~ZJ2Zx;miZEIs{!0q{j}%B}tVMPKN;rg0JWdg#6hSAy zNFiXPGjK3 z$)7HGY!aAEaT4w`LN{S6sj_$Z)QzSar;?s+b5?A)FV!TgyH~gx>%jcMxxI5SS~^~S zIv75MAMF>YsbRO z-D(&Xf9QM9m#pqzFoIw&ZcEj!m+|LbpN1`*Cm?$Q%PmPyAK6B4x#Q{kbmNZH#$kEm z@U2*K!xq4(5 ztg3(I>d$UMZ)AscoV6llX^<@qDND1AzmCH=_jkvFvomx&ifv7cw5hUc6`{3(ts-7{ z3RjW*TA|Jioj8azFy3K!LXZlrcf?;KAl|Odi?y7?8n&f}2AOC)8)R4W(zc|tCt>Mf zwOqB$XG9`a!Nc&dX`Le&_|zUcP@zf^kKgFaZ{2~==*Bxx2b+qx|7DVeX8%nBg+DJy zXkh=p5h%1`{~_dv)xaJVAM!%OYPp0730gzde*7;G8kks8C>lHh^ec-B=#OHe!6N__ z>FVzxDgf(wU>hT->LEGC$NwIMvIXg9@U1;0SG#r^)=1M`LjWka>0U74I z4a|JEPj>d*u-+U@I)~?spnfUm7TF2nm)JF$bRJ7sjww?J`LsuyLf=Ht<5osGO;wCj zWM|7wDlAMiu9%ucoqQ^-Fp8&}+u21RRxgP{$RLjtt~1ToRI7J=GgM)NeAN ziFXw1t70klQ-}4S0A}wDDZ$=;+ujZ$`>C^HVcVPEg72;q$3}1LPYoQF2M#BlM-rAJ zN}my#Q6EwTF|u<8p2zjs6*``Dvy* zAi+!EQrmxn+0kVx~N6!hID>$d`5!)BLs~EJFy&|>Bdxpbqyby#Az3d5K$uB zsiuK~;Q^i1hqeUA@g)>~aVi`g=K)nS98%6YfH#4C52FFNDT}lrV)UYaay%^M?R^Ng zKN6CdxGhM%{^9euR!a~gxEiK=b#47HWuOfWrAim_FmRs+FMySb;DQS&7MdUh16`np zy5Vpb3>m1RAmL~c3?)cY;E#oHRKCEr0sBNG%EO*nxtUA3o1-j$?4K?XK%!HWh+QqG zoUukJ;*1Ds3j?eyo=hV^3|wxZO0FGLr?G806je^(2Y66wN;FPMl{U8 z$j429;%Ht>lzcz8YSZ--m^Nf;Q$*W}bJP$5AVL(;bHg?saWOku${uwBiTy}lL?9B| zp-0yj({JMn3c3Wtr9#TTf55#BoBg~PnAeTIf;!_Sf%xciq#Y#dvYf_*P>1lGm~1Ev zV=%SJ%_6AKm?|+0Z1GDoQZJ5xogw6$5MbRj!H_O)q{)rD&7!D;c#j-vmngu=*h5q7 zW*dSkc2Nk9l8w>Vn0hxHEQ7}{DtKt2nMrudWCT?kL~NRJ{JjLoEaB?MH5ws?b98oP zEEdHb7P(ff#<@qLPZ7?|19ZV9CMjnJb}N^CslaYIusiA8gXPKYoZA63gl>k^LQS_} zAV#OTp(-Ift-Wo>84-Lxba0NAJNDM)mQ?5N+nu|!MxDDe-PubF@$x!Y+MM{a7k=`> z&0{z`QvQSvm%NmE9$Gke%hEw;gA$HzpgE)988f3_61)9w6*gJBtXr#acnldw zJJ&u?s1z)RDqiz?W^8|~Kw+Ze+3tHWTrQ^NS0P=-!Caj9Q}PzU>!KK~=S{PE;I(heyS*>VR*@q zKxq4i*)sB2VCO5>Lp=y&!MV#f8Us(!huKUuYD?jY6S zK&q}suIowFZISD?B)wb7I^4Zju{g50bGhus#T%iUFD9z@%8tGB2eDNQK%gwHj^&c1 zbA7_Ho{<$rZBIkBYUfv@DgVsCR!IF7N3jcJE*qvQW_5J!5!Rd{^n_L;T6I8yXw6;o z6t%Z2z7MRfuw>|343d2fXnbn(*_1zzsfC$~gq6%1K{duOSIN4t$lkG7RXn`dYKt9H z!)5ENRjh*z8!5)tJb+Y04Xe^gSZ5u0jQ!e|CLr`aa-r&aqjTft~* z7LHe$ecEOFWm^FRO$qwo;g9=YjDp_cHLqEIzO{-aR8q@JMWkEyA4_ECe0*+LI&K64mL``&7McpF;q3vRUFHkxfFY$LUF+_Bt3d8XL+XtkB10=9$ z+q=qXLG|b`b_iRg&-LAYToeOsMf`B_Ou2)`xozFtdf+cyZIt`RRImg!uHWvDj}DRj zHCuqlb_rQ>pinCaHLBSh0T$F{jAUcv&$UJ^nm`8P%xooho4M2*yA+H6%R?ihCkFk` zN6#~p@bMVgc*jT!0v=XnXUEl(8`v`j+sRDEnfBe^lxqw-(Lw;5{2dq1gs?%1-ALky z*#>x^*H8L;x_cWuF$0eJw)cqb{>kw8s-mbN>f(jc=$c>RhSwGoZyt>*JFx_f9kb5e zmX5KabMtiWJ5a7Ht!ynF2S#L+^LBLVP1`J$7;~Ljmn%VA52bSzdiy7q4 zpR^PIiayyAZdPuKV>`V#7B0eM8%FgRz9Beteh(L+hoos* zv~dbDQ==AnYG&=~oN=h*I0pN@j9bA%^=?zxPr??D8NmG!LDpT!Sk&|x=bE$)tpN=z-LB5A$u8Ih&T$c6kobGVB)pBe1Q`^(eZ}0ayVW&|{olPb zf9PIK{bJ?f>7~gZoqPA((hD~l6V(HAhwdrcz$w>y*|q+LJGEi2ykT$BwGT#jt$`n% zeD`Fk^+~z)$ztBdUNx*wKttzFAI zk}X?*<=(dV;`fFYb>AOOxVOz&;N0!nkl1)2*){yDnuAN@KkQ$8@$JotnuBvrIDc)g z!S+O{`>kX1$I>o36hPbCi+xE~=WW-(^5jF40alq7&e2AD;7F9!>&hFb-AI1!f`y&>U_&N??j@~rh5(#jvl-gKCu_e7GO*p2;v45#vT}#7h!2)nhHT({>1j;DT`jr#(j|(233Rsi~Rv39k|2& zP+~3EDw<%;E(4g= zW4E^gwJdV{0T(7}ECR$pQ>;pDMt-5CtwmgXqA?^ekT1a%24EIq+CKD}cq`&9d2=+4 zb;N}+XVn4<-e4U!QTzU*9+ySB35o=M?pKVut`FEb}0?Sp3)EaB1)wuMr zEsqqm+;q11_;J9p(xUAvnnP^~m_7$z7Dq)dJ7&$Ie->`B63|K~Vn`FY=0S|>ZKDEV z$^>ZTIcSbA9w8;wn^E+5DMlA8?Bz1tZB|CObe8rl);yP;fL$?L_5*I#30BR(#D2${ z^~mqw-2{#IFt?JqRm`m>ch%VRtO1M9!m)|bW;lCzui8f%Gibmu4c{nuKIPP$qU!x3 zO+vg{{S}$7gR{y1hQteb6+^~EC-5cZRvs*a+C!Qml5AE^!CAGvs$IyNyQTp*nkr{& zFg*=L^{RA&$5@lkXQFOFE@m!5erzC^NAr~ut5B0)|7SdL6VtC_|Ap>@5$oWOyoGLieCFoHKY3nu?@Bm!DWW#9ORLN}i0rc- zq^dJLG~R0;ZTi8ASA-N$OwN{wfEQUrfclTw)FK200Ve|o_7sO3v#Iea@fX+SCFkOK ziq#{Js9%;lpOP+%yn*8J^D^vbdvZfn$k4IdUKJG+V_|I}@Nu|}9|~x(6jwIs8iG(ryL=oL|7vHLCjlK*u*5-Ub7&3`caQTMYr`#`>bobBg{}@IW zv3FknM=z&q{O@#K?^>*1I<;K&VZ(b3i4Jf&+Y+vAcb&e)mUsHD_uc8*dB@3^%Yk=x zU*Dao?UQT!lGW=IuJw1_RSU6eFJFB*>26Or+8H{RBQ1mmm?MJXoosd=eqC zX9S6E&=%jep%?pgQEY}OLgV<&9LPVv#69AL$B6i_Box zj~}MNejAe_NrVI!iR5uFdN9{a^bQUj=ZK~){z@@UbCAhzXN2&y{{nCmJBhK_v^3b) z2k7`Yo9Xf1P_$2&>Z6-`rC1++Jts6F^(oy*@O!Y^m;1%7zGhy4`S8@~9y+hwQ;HzD`lZMT-?knW>_ohnTJjqq!}NpHd1oDRDnAC*p_b z=mukD65_^}oKF!tzlF3J58Y^X0XHBN{6Ll@W+}=@11nLZm=IXtDDq%c@wuG8;-h#x z8Ju3CsS3Z-3IVf9?`YX=`ffW{$r#nVN8_t&(POYpSM8uIakd zGknK+5chhdJgu^)HRahPdp6zRQ=5;HkS}3rz||T}HW*Ghnjl<~ zk?$tiz3HyYlc?-XtRGIg4#Iqvjt1!=0acKM^x|8W<}ZDF=i=Vm_WCsH&~d#3n&__i zBXdIwRcU7hMK8XD+k}~U*lxLc_btP%XOq=O6ENe&eZ;$ec;XM6uRl*aqq{%o$1bUL zch+IHcKjiN@cJ==@OtRtJk{Ubgu6^?>)zRVeJc*{S)0@{D(Aih$yYHQPS&iyTJqO5 zoy(h(H5(U7(hkpCN9T_&R@2WClp@c47w7PN?5_LavrC7P^*u><@BIFI?k*T3n>lC0 zBER@7RO2l@a7ufi54Sp?qE^JkMZ+CSUAnA$&hY8FrXQS7;6ts8#oDLVMQQJLoGnYc zT2ihK8TxJahu-(RcU&9O6_tyYtG#nWA3H14Rldaw@4R&VrNzkdhUI5J{Kk9VNObSG zc{EWsB3F%EHQcN6C7{f&+OS}tY=)G#TlRJ*y}fcp@B9$1<+S!?D>zRF-PwJJE{SmC z`gz&ioO06*pmd(znW)@;bLi%#Tb^6yg!`cEIEZ}gN@gHXsViOPxsUtdD({u`-8bn= z*HinC=?BtLhS|Ni(wnRq!jN~JxUZgv;m?5shuN|ha6RL9(9tnGR z+-qcuuzB!)Ws9l(o~u4ag28e6k&@_D$Lrlrv~KSeC=FE$%9htGHeW5vme3dO zl&VkE_sO31SxSX^+I%aeuma@?q}e z;8^Js=Ppz*cKSwZDi(TVtAC}GK1JP_&SbmitWJ1wibPqX-`|$K<~kQxB7nq z(hUDSYxzQ#Y;9OE;Ujxi*J1ME2uWhy2DxTq)_|{j)}|E`-q{m6gQ+*|Yswn%zK0Ps z;SCh;>bY-qnU3r3xp5eTJk)R%`AS#-rVna=y(h~ODxJUzwX^6JtLZ4RugjXqgY4)d z7G1)=tIAC_m?>us^!8&Zc(;`Ksp_4wwSL8fh-_Pp$+J9@hl=p>_#jQ%m2NOGD&%o$~6^pp{ECq)oG#D8@8IHjE1I!8iosw(?v9PSYsAuewV-2A%?cobteLJ9YZcxK++?nmFA)-6!0(f5(k{!fp8*Zu4h)vrhjTj+`=1xAWg| zM?c{@KjFGR;r4u{HvoVI&TlN7?f|mw`Go61=1;hxzu|_H-0)|53l#z9J~^LN5cE7m zaOcMIPmJpx8ug}{Max4DFCw|MbJZzpjcl!1+?uquTrvN((LOiy>d`B@w8b%ZVqwGF fbMvKFOb^WlUGtLdA&1vzj^lQn?EyzF>xcgr{z^y* literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b38e526ec6fba4f15dd03847575e11066fa04bfe GIT binary patch literal 6221 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 W-f*Mm(c`aK_~zxoUvcziWc@dxhJ?ic literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7fbfce3fa39db952e00329b6c87f19c90ce5e031 GIT binary patch literal 4948 zcmd5=O>7(25#HtQl1q`IC`$fQ9OSujV$+r>+jT8VaqTz~;;J@e#ZFLIRlQhoAE~96 zyUg3AY_c@qgAa01Aj+k7|4`)=87>g_RQ1#x4YUUnjv!@`pe~A{FnUod_2N@!c1eno zh_pphpbKf<-@MuR=FOX#%6y-{d!P=BOaXYCGj?r|EY@dlUYCwLzF z0V9wXCIqi97-C+Ukn+Kapf?tcP+p#pp)YAcBb;xWXv;??B0Lx1s6e9+d0+BGdw@I7 zX`wruCR6#LP@9c;vtgKRYntsSMUv6y$dcsUh(KmubOb4rR~r^}rY&R!vRUREN5e%k;gX&S;*RPTE()r@`7_?I3jS zag>|jHEtrHg*4%gI3Z{v6*Y-U8m|R1K`jV#!BQY8yOD9dP=B8rWYj4#b1YrM?a35@ zBI30-J;_dE%?WtxKd9I)rh;9?Zvaai9mZ%QN zgOT)tLCFkdwr-g=u`=ZQ1vPzL%~Hiw^Yj*RETU1cOI|lAxiPJ$r|aA(EN$frs-sVV zj2pT$O)O`cGQu|OWv9qH(;j2d(1@d6r$j|D22GWJRMW_Ibi?>R((A9D#-KE)iI9c|AMr5R+2CWsw52W^|1L7X^bAsHssiT>?|smI3DV&0{+Z zTnqGd1iRVmr!1dwTj^F6`guy<8t9G+hM2$Dq=3OeZDoGUkdd|^{|E( zBENV`s_;3;DO;Zr?t523`(P!Qi)~#4D+F`#?X$P!TcL`iNoX&SD>G67+RC;+<+LEI zB(}?dmC(;cUxF!tG`S{Cs)TYow(~!%P5E3u{I19~*=*N#{)$w$0*~=HJmy`yvOGHW z)}%mt^UOaI_wHV?Gc{}UM zARKNhyjy@C+YgL3Iv;}a9<~$rcKN{uqM*_+M){TI+ueep7lq;7z0Ix2(PepmRo*{; z^`mPaUVAE^SmdknAhgfo-OKU5YP@gZ>c`g}T&u=U&q^zi_;iKCBpR1*WUq0i;m`;ohmxo^*hK8k%9TO9rE*l)(>V^7J2PvwixVsFd}E4%kC z?>{y9+-GA*D zhktzd{>$^~Lh$3*gV>V;1CJ_Cc8yfyBOeIQ;$2U6p_X&P3T*rOa@T=s*MX;9$!aut zcX+iE-m#wG!X58N??&gYEXjM=ZovH@z%ba2B|{h!@z52;ZBvxIr4g{z5$xFefZXBM0^L&EYG1e1vv6gVgJ$un*E~M4jw63J z@~7dy@zeuNt&D7xP&|}Rotg+GlV3tXS(6d{63Q#7LNtV>4wO|g@W@(yENWpGhoLxZ z(;_rd%oZDRuQnmwm71TVKgd=_hHZp>w8;GBQ{aYi~`N}W10@o1pP2AT31Tv!U*-yHYOY$M_ z^jt}Ys^(_8IcZ@M@qiqK&c6my;Wv^1gh7Dv(l#gxgK9%N_$o`XlOQx1@WaO`=-c>e zLVQfIIwpTZx%W$v`Al!1kWL^?_>MjL#*#c(LkKb*x+#_a*9b`iAryrex9a%%i1)S{ zOko2idmYt8vqIqW!A6_+miM)U+RQTC0_e#_X-Pig0sU&vaKjya6}Fw7ho|}Mf<9yU zr7r>URtpHp1vsl?ek|#QbuUe9IxdV_oXB(!=@1>3M!IpqqNWRzt@zCPvC#5C%?f-$#b~jKKbQ3?SwmB`9Dw_gMsK!~|+Y(c4 z^%8E|5@HT5j4sJ1{d2>JpX^}$&@c>|>=+O?q$rw|RundXQ@EWCA@PzhMrC#u3H~1A z=j3zP!^F%+kf68w^07){C+Y-+*gpYshx<$%UK4rg@M@5khUSM?IcOF}*08~;v-7<; zb#@``HIFo0Ig2aD?|aP0=RM}*I5o~MTt~KX{*yt!ee(9ZxM7^f<;y(Q0N7#?fbHWG zxO&-J9hl#PlLHIRIyS!AsPR}b?ncsT|ZmfEQD<06#UBL+s?D1cK}|-^r{)pVw N+&}#f4jK>VKLO`wwZ#Ac literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45708dd6a3b61475d626a20f21208cfa0f9e022f GIT binary patch literal 11442 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 DcJzy? literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py new file mode 100644 index 00000000..9c0ef5ca --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py @@ -0,0 +1,141 @@ +from typing import FrozenSet, Iterable, Optional, Tuple, Union + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName +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/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 00000000..4125cda2 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,597 @@ +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/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 00000000..4adeb430 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,812 @@ +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/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 00000000..8663097b --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py @@ -0,0 +1,155 @@ +"""Utilities to lazily create and visit candidates found. + +Creating and visiting a candidate is a *very* costly operation. It involves +fetching, extracting, potentially building modules from source, and verifying +distribution metadata. It is therefore crucial for performance to keep +everything here lazy all the way down, so we only touch candidates that we +absolutely need, and not "download the world" when we only need one version of +something. +""" + +import functools +from collections.abc import Sequence +from typing import TYPE_CHECKING, Any, Callable, Iterator, Optional, Set, Tuple + +from pip._vendor.packaging.version import _BaseVersion + +from .base import Candidate + +IndexCandidateInfo = Tuple[_BaseVersion, Callable[[], Optional[Candidate]]] + +if TYPE_CHECKING: + SequenceCandidate = Sequence[Candidate] +else: + # For compatibility: Python before 3.9 does not support using [] on the + # Sequence class. + # + # >>> from collections.abc import Sequence + # >>> Sequence[str] + # Traceback (most recent call last): + # File "", line 1, in + # TypeError: 'ABCMeta' object is not subscriptable + # + # TODO: Remove this block after dropping Python 3.8 support. + SequenceCandidate = Sequence + + +def _iter_built(infos: Iterator[IndexCandidateInfo]) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the package is not already installed. Candidates + from index come later in their normal ordering. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_prepended( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers the already-installed + candidate and NOT to upgrade. The installed candidate is therefore + always yielded first, and candidates from index come later in their + normal ordering, except skipped when the version is already installed. + """ + yield installed + versions_found: Set[_BaseVersion] = {installed.version} + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_inserted( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers to upgrade an + already-installed package. Candidates from index are returned in their + normal ordering, except replaced when the version is already installed. + + The implementation iterates through and yields other candidates, inserting + the installed candidate exactly once before we start yielding older or + equivalent candidates, or after all other candidates if they are all newer. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + # If the installed candidate is better, yield it first. + if installed.version >= version: + yield installed + versions_found.add(installed.version) + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + # If the installed candidate is older than all other candidates. + if installed.version not in versions_found: + yield installed + + +class FoundCandidates(SequenceCandidate): + """A lazy sequence to provide candidates to the resolver. + + The intended usage is to return this from `find_matches()` so the resolver + can iterate through the sequence multiple times, but only access the index + page when remote packages are actually needed. This improve performances + when suitable candidates are already installed on disk. + """ + + def __init__( + self, + get_infos: Callable[[], Iterator[IndexCandidateInfo]], + installed: Optional[Candidate], + prefers_installed: bool, + incompatible_ids: Set[int], + ): + self._get_infos = get_infos + self._installed = installed + self._prefers_installed = prefers_installed + self._incompatible_ids = incompatible_ids + + def __getitem__(self, index: Any) -> Any: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + def __iter__(self) -> Iterator[Candidate]: + infos = self._get_infos() + if not self._installed: + iterator = _iter_built(infos) + elif self._prefers_installed: + iterator = _iter_built_with_prepended(self._installed, infos) + else: + iterator = _iter_built_with_inserted(self._installed, infos) + return (c for c in iterator if id(c) not in self._incompatible_ids) + + def __len__(self) -> int: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + @functools.lru_cache(maxsize=1) + def __bool__(self) -> bool: + if self._prefers_installed and self._installed: + return True + return any(self) diff --git a/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 00000000..315fb9c8 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,255 @@ +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/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 00000000..12adeff7 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,80 @@ +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/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 00000000..4af4a9f2 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,166 @@ +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.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/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 00000000..c12beef0 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,317 @@ +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/.env/Lib/site-packages/pip/_internal/self_outdated_check.py b/.env/Lib/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 00000000..0f64ae0e --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,248 @@ +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/.env/Lib/site-packages/pip/_internal/utils/__init__.py b/.env/Lib/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..247cb52838890a9a623b51693f33a55dbed1fb70 GIT binary patch literal 205 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 M=E%0RsWj*R0oN|cjQ{`u literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45b8ea4c4d0b677f5e5c74b80cf335870edd25db GIT binary patch literal 2420 zcma)8O>7fK6y9C0z4mS#yHKE{&@O~Ptp=MGq)1g-RRSd!lzOeP!o7jukYkPuzQs_24l^%LCaxX!zgM-P;^o@m78)lW_IzJC{p=s#EjhxXSILLsxTW^Mv#o6$006w(7;1{R!YU^ z{!+(F7SRi?iS!yaJfhPQ(x;JQx)_cr(17||+r^l8JcBBC1@ zsRg&<8Pu8pvq=|oqe2y9P3;%U|Sfz&gnpn3k%!Q3qYY)-=jpL1c=$UhW!p%ZR$?ug!vEXBf_(p8hPCM$UBZ zsx^@#fbeVIb3jWb&v?L&VP~q;vPq_WjI=k4SsL>u$qsM?ngwB7JG`ZxUe``H z23F9fHn=7awqQZ<73>-nV5hJb0CsW?(;Mi#3ruwe6x#tZFHr_FmogO6eksTH&j>N}f_weJKcGI8+W8Ifr;>%D@B|mHtHX)Z?%kfn-<3YMJ+my@`gFD2Bn2UsM zIn|lGZB3y(+e+A_br8(%=O4{ijDkz@L4NV*EEGNli|@mad;`sb@QN{fYF#_kIJa`+ z>F}m@b>Ygk61!DftlgSloWDE1sr0-|9A46z5#dT2j}jed(eNszwzCw zveEPPQsR{szcX-qU`so>uAN+VH?;JcoW@-c;@}MNUf{&a#gCWaUP*aHD&qo}v)i}kxRFO-kB6Mc>1!`en-U@bbp(e7Q>dK<$l z)u+WxZDdUz31HfJQ^3PcA^i=5cZBKqE=&iN4}-%DJ&`+b6h#1V2iX4taPN+J@hx

G`Cq$tk8G*G6DVD=3g8VCFt$$qR-wW$@93J`hm z^Eo+#XdxBFJ+O>FWKB?E?D5O*R9J!!gDT`D7bc!dZ6A{Hy~f88>RK#qDqP5scv7%=S{be z&+|+0`}+|(%RZWzJ*vJ2FMc{7eB3d69Rg%Rgkt{C`|^bA+CkFuG-fw?1Qo|j8GCP{ zgTX(6uW&yMS&9-yOfw{k;%g})%B`dzs=o;8ufnn4g$vDyD1Nzoxha5ZTy8P-I;x48 z226okIm6Y{-WD6ZJ|T;v;__HiVEW;uK(AhG@p1D|Ow247ngXbX`S9XT)}O4)&-M=} CCn}%- literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..01c7d9c9f444951c07160a221cf97d75175665b8 GIT binary patch literal 2223 zcmaJCO>Em#_}NYq$4StO;ea0=^?&`x~MX|}Gbc#_}u-uM5$ zKmQU6NeI^OAD_u(d;r;{u{`UCwZGsnk2I7<8mI9lm*!l^r+F6&X(5j^;ae{4;gQZ2 zU5yPTb*Ou9aP?E#r+IWS$7@X=dD4E(t4nYX1V2ZG??#kwuESJp-7rpN(=(urH|$4krdr4J4EOQIF$M2r->N z-&o1U^c2Q6cG^ltDW;6;mS*Ev8Jpm3R}3CyViA-?dF%(^o(a<`%MXihb!W~Ih)G7p zv{23@EWH;S<9eo7C!^FZWd^Zb)T!N358oMeOplGfnu+Pwc&6VN$q<9;9VIn8s^)c) z0rPRiu&9nL)r>R4B%Za$AcC<{)$tWnqEM6I5ZK-ZA9)3~DOBT|nnHKQ$i3#szpH`g z?jx=#^s5-G2>>7d<3&wJ?gd&GJ*^}N?3X=0bj2SLKII~U<6*hUu9qng5o&_Zjr?bT zok#Q$?QzsK?#6ls@F-=x?kYA~r-1-Cu_0GQ?*_v9@v+V#i|?j&5t_4MX_DJuX^Uo? z;2JGaWRKjmCixB0EO49FV`-=wKDp8B?VDKPT8uo6n?McwWY-2;E&s>4wWqHA)`r{! z`T}YESA0YJWiBeHQAmm;!y0lsM`lUfM`UQRnB?MnZJo%LP34?zns!Ad)iKksMoG6z zWs(I-OQbs<&l^y*BQdD4c&S=aKe=ngUGqEm1SMehDE(pWv#5s)P6KNvfvER-|Tyz%?#ItcidTWus&@_!7iJctV7$; zvTB-DId98qMXj#CrW>mU0Ue2?+oaucs-Ro$qh+wKHeM&&Sk9`}J}QssGS*cH279R^ zC6s~0=|q2jB6TtTgv4<j(PmLn#Vq29zm z|1f6N;WXt4RjK18)SYroS<{Arz{^Cx(&=Z;Ta4K>fEW>Rx!zdZEy@z0O{5Wczd`p%^tN0viJ zr}@>$v-8KU9$Pqht!E{&cPX-WT3i*SS#d_33x5)$ zJI%ZQXnlUZa<#HRuT8GB9$0EUF#UE-tn&&e(!OwZ;q>B5?=7|uEr*kf!Q>h^g-$R> z9dF6ar{k-Tyn*$cBdR!GQZdmTp<-B$kTng5w`er%_!LF6vx?&QOgo=9tUL}g4Fajc zFF{ct{Xp}>Z=)Z`I(9@wv0!Eb(#r$@;~BAS(;a~z1$hx*Ue@EqCXgdG{z;AmLC2I- zpu`;yQ-axWyN>Wq0B)EcialetRyOq$_z>XOtRq)ogUQKpfAbs{Uh^WZ`7ZL`MbdB5 zYg4|O7fCy&TUY$;OaAtSW6SM`{Sb0$F3={u>->?wkrh zECbtS56&E1k#;RfyS{mOS=xVFN`0TanYo_%@!V3!$=e<0f5JakZdDeC&fogrL!ayD Ee<=eUTSz!C2<%xX~NV|9=4Oz$(p4}o95-FP1>!3J5>>Bn~o$3msDb> z5~5-SX0HX}tOcT>7~r7=rXU0AVn4yYI$$3i_9MmVsuBhkVEO5vT4yWTubo4QlH54J zhK&L*?>+b2bI(2RtH1huZUWCgetBYo>4Gl~tjAmLtj;im+$0i-5Q&j&2`0k8*PgH? z?GbyDjj%~a#KGVko8Xeph%?DY_@pc1O1dNNq$lD@dL!PXFXBu3BYuY1h|Em)Tbne$ zlH)e)gHNPQ;$(;1E;%P`eK3}IIXJ;euD97phvb%nFt*DuYki&inlaD}0A7#OX71#KaXXBAT}0}Ug0R-y8D^~>a>q#>Z#yD=E>inRy)E-U z+^@5-vg;8}>@shj%Pn;Sz0j;p?7KR2LQcsvrprPsB?(tldP%sV=u^VE=gtYk`$mLg zYBC+um5WM3(PxDVu}LlL{tD$dCfW`5jH2lV|6*EK)Kn~CI4)$;30dR~-?>?RN=>~g zQw?SeJFGJT@j9u59Myr2;f<$FtompY8ByZ3QJa#|Wtyfkw9!;7DH|QFkjr(#zGN&O zO($adgi4dz)vg`kr^M)vajDq?!0^`5qe^N*4I3O#&Cpc5ZV-4F!ozEaclCK_z#N(B z)>(kzqa%j-=&aStg6T@O5V>uuK`b*nPel8eLB2vTN@`kFKn}@R+OTUn6&dP>2@N+9 zzQ25Ibo>aLnpPk=bWm-mi`<<#Zz zGs?wrP0{6D=~(8HD%qXUm4vq261}NKQ^Mi&tkKmfm#D5rQ>vuu zv!S@ktaI7 zDNi1bc$4UeW$6gVwRb9G-s{e?RsY%WS_I;>^U~)(4E$7)^5>g zfw2~B!j|K7R|A*JIxKx1C)Y{bHVNH*3oh-Diy@n?+Y5P0io1y*t2? zoHIwV&hv1lNhasSUfjmOnG-2-yov4rU1Mu;#cbLF8WI4d%}RdPmPf_Z(O8 zwCB%$_e~#6X&f;2r}k|}kFaZu51rFAzWdO*SyKg*CF{Ag#8|2vhZQxm%GxB`B{)1C z&a#sIGNEBG$aTzCVzc(EutS!`)}q6Z$6z}ihYiMJlUQ@dp8tNW$c-6H)PP8snoTIF z%*?($dxxLFuw$^w{)77sZsy?r=>Flg7<&wNW5Hh0X1LN2dK3)f1{X`G<&-2kY9_WF zDS2wrWno5H5~!mFudA3(Bw(Q zADnwN|9nN<^>P2L{yX+%@o<@aGJkrZw{WQ93@)g5o!hEj;_WGg2FsqoiZ^)u?EKln z?&1sO(D2fm<eVo@n_g|o z-%{{C#2&(C7#r004|UlUos@M;pN(`&p9a)pi2gHZK#S|E&-06GZ(UoMx#tvC+A(&t zZv)SE*RJWO>k#J zS4%^aCtrFxD}jy&9{)Qd`QsH|ApiV*U-vh};n*_AR6O1VcK+##w{t}pS&A(S2mjW2 zs<8LY(N8b@@$9c&Ds`Tkb3s$#z1KbSo`sY5`2Gs-Hyuv-oENGdpi+0r@4j)7uG5T$ z#lr7gM>lbwu+SLJda7Dq$5={0LDA4|(|081(s3~0jV;=Q(hT#YrHwT+jG4UabS6Ol zYi8H1n_$dx?khy5W<_VCTdKYwi{xNSMOea>0&Z!GyX6($R>l|0)^?DpDOSv)J0nHLo;&H@qZLC-Qh ze-Ko2lYoD-5|eXe$y=W0d7Bmj1!Lp1SkhTVAQXqqSlp-xpcu8yfORsY8HX(y)hYxm z@MwRQooM?2)j+dC{z-$q_toaXv2L+NljXiLEJ{4l96^&7#JEF5MYymp?w2`=6WOw zfH5^ChlLA(XKj5&NhE}ea8K2=OcEJXEp7!hLxrQyo(#7#V5N%DI?uB$r?loYVOGru zS7Iq$xExC;QiB2O@W8Ca%E<|nr$Hg3$tM2^H6BX{+N`F_Nx`DHh6Oa*=Jt4Ic?Rlo zVXfo-?>w~lnn`;N6X-KdCYqW?`2Tlnpjg{^%&^7NaOw5`AOd2BF*6s;d0LpJEfe%5 zM0&Y_$(wQ03?US=R4oo2!5%st#oR&hE(2F0j7TPZdKP;~)o?W|x=Gn^D_XSv=fgVp zARiVx&1J6u8BB}XAE1HgwUun_&!4;>-j^SP$W?NNR{92uKUwY@ne#sgip8x<&gJ02 z{OJd6Vo_Xf8wS*1_ub&&z0l6((BM*MxqT#m>Pu&Pg>V0Y?=ADaE8gD9=3SMpzDnqc zhfdb#|EHaExvOo&6>K7G+}?ul&_wVPhyM$rk`Asp%F|WKGp5 z^jpMa-Apdu^M{kFlu5|X&~cc;M65-it=bue`P#-X>?%hX_ut8mGTHGh>tbx*5@=Sj zsdkh04GXrL?i=pXh9Ojmugck&-9<++zBE*vx)rDr7~VOyil3^xoe35?ssuiZos03` z_N`*Kx+4hVc$L7XC@l@$QdY5B-N^&k4mVW*v&HkbT&vivcKc!6yR>yl`$Q~@hpPm} zpZ0#X^)u}+V)^KWRUB6bSY}`mc7jiF(<**IXUCZrn6K?lW=ExSW8wS_xcFj!=+K>G zpZv(|-*@n<4uHY2`Ufi8#7d~YB5eKIHNtdNd|eCi`PZv<=-&_Y6xhP~U%SeIfvN)l rkaj&C3q$j}s!km7I2tb4Z#-RgZ>r*ID9Sna+!JrT_Rs?(Q}+J`sW3GQ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b1b8315c1c624d51135ed8313e40a51497eec00 GIT binary patch literal 694 zcmZuvF>ljA6uz_1iB%j_sSGgH2nH757u{V_1*K93 zma@RsjvYZ=82Jw@pbkhU1|%l7K$tr5&Ll!YJn6mfy?5{3`|jyJ)M^U|P8%DNd~dw{U7xD^jR)Z~Nren!p|XDXgwdveny^V_NAX^` zD|nkKzOp-18E0EDENZYC)+rl=kMq4y=8CTL;-nKFP#MCS8&S>_6)Y|qeU%roF{fAW z4fRsVEy`t7096sGEM}qxWU8R@9+)xu;$3^SeZ2kITmIxNUwAjio3qU6?K9_0UU+xM zn_sUizP^9F_K{qlLJtZYU5%oYCs8EKU(q&j&}5JEqP+br5?3KDJTRB;!!A$z1zi_Q r5SrDOgC{n|_=kltnN|>9oKy(DahgmJz?)koyxS<@ee;(|mN)(e{gtY0 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e925974e87261aaaca874e4adce15c8487bdb8ca GIT binary patch literal 4196 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cb9e8783d77666d9fdea88f5ea11d7ae37c8fca8 GIT binary patch literal 3236 zcmbVO&2JmW6`x%$KShalZCSG0SmP+E&DbR4C`b@DDO%W$>p)SAI6)1T&SJ$Kl1nXj ziJ74o3Ur`D4^k086<|~W(jv;uh0!9p<$uT}fo(w83h1FNir&~LKmnin-jGXuL_vZK z$k{hvZ{EE3o8OzyM@Lfx%0GU0t@2S4zSsy$bRg{f0fY@=6I*jhvH#VInriDs9lp97 zX&6PL5iLeF9FMrMM!XnrB#H^uHr!+*RZKNTiX+gD+Oeu$OxtlbYA2Y%Mo)tNieV>z zYZS)@z0qNB3VJi&=pBLHBONW9{tp^Cm(>Gf))6vDywQ}7?^!PNj0#6GvuTwVtSS>h zvLzTdu@A;3dCT)0uWGhD8+sQVE?bt%yv5-7u55a~S#|w+%ME_as#Vi3Do1WERL5wrm;$B%plLrNT9D)DNFQD2WayVAkq2oZYHCykJ z`#2wp9a)09OFjhYPkL3qNwS8u3<^>d%4OeMWL#2<&cWWa!K7td(xQu&+hSDuFp!5c z=RrnponR6%=dK4115g=VK|6?SzN93fgv6rR8M!i(Ad zv6sev^Ug1GMJu=TZ0@D}?emYd+){GrYyh9mSr7rIW;H$nAru&N`q;gEsq{8LRFo_Z zyOrMX*cI+9veFeM7Np-S-Qa$mNk4a^14s3)fyMd7i={k(wlwR^mk`;x5bdR=(=3>d zCmDy!P=L_6q7Y&@-|Pe#Gi<5I3H~E60{rf<*@m6ps$0at9K*!2fN%czGFRx;y~#dp|wJL|8mzT>l(rT zO=6JuZx{p!NMCwQVQDsm<=%URC{kE$V(7|!n5m1_w%i4{XB0RjkBl<7Fxi-j1E8ZL z0s{vE-3O`eJ6;fT1S-r%6>5U9{Q(S;ikScejbL=&P>=|l0_g_Xf%2muaderg&VV4^ zfeHejASa&Qy!Bu_zdW}+KDlvg{nl5+h|-nh))VKyB9SCrd3}50H~xGwj&_*%=sQ0@cdiQ$snoB zP*G-{#T{QDBbz+Yb}d+nMQynWz7f-AW%_n_Zp#3@wJA2uJRr}s|( z=lD|tLfkqsj$}BsVhqS|3dr!pooOrq6+bx&P0k7`x{BB zU+VAV%)iOY|I;Iy-b<6{lUv3acovN4%kf@1t;Iel_XvD8?RzsHJ3A=$PN%dZ_ojOU cKA)WXZ06J44vM`~Pxiav)9?P8fT+y*KO0Ubc>n+a literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..403867a3ee1c7de5d1c9baa0db2b5c2d88d79f47 GIT binary patch literal 2168 zcma)7&2JM&6rcUf#&+U><2p$pY)C0_P#h8y1cZXre9%^DKn0}A7+D+7I9X@2>+XyJ zM~<3SmFl2MBm=Y=n>95J1iVi3V~B&XxHD@1l?pDDsB5A|<31 zIU#cZfo!L@SPP+$;i;vorSTXPUCU8VZXuLhOLt4-F(|v14?MYru+6pfv@{-rififf z|&Umnrf9@!5}B5gvp7C-juqNQ7Vj1z`t`7GdWP zVxqgiMT4)HX+Fw3;+&3&Bi+j9474icNoM52s?1>Q{AzmxM;1_%QYY6MA8)AQ<4r52 z26DttuYY+Hv;C(nsGEy-E`4%0iHC>oj3n>J?w*M{BGicH$TlK*+e{x6$*KVoeFXaK z|LeYB!gTJK26ra_Nb&%zacg`LWSQ6hMv?P2jJcnBih!`y+|jZ?t`B6}Jbep`yce71 zIdBt*faYj#**ylEevpGgAE0%av?ie_KoLrP0Lsfl0MPsa;6bQm9CN}LQHDlRSMLSF-mYTL~8>NX+P$43e zsALJL$ZWKo&!^Hcs~N_EM%SV4hLzR~6k9|jXQK?FvCwlKqJ9`fRYPA!s+B|LP*k-{ z^+tg#S!R5GpEarP6>UFYv*{I+UFD!7X*jLxv(bRf`pxlSqS*xB*U6G27|3*Fh-g8` zk#Nq?iQ}J{pSnK%`TVuiS2K=`k!Git9C^{U@;U6tjS`*i!)kN{T)@szYJw=EM5 z)GHyDD>!~FPpnkq4D5bd1p8#-I-S0()|`H%hf;qE}ZIuL(4{e0l!%dol|K3xr;ek|6)Bc<8BP;Vu4suDOw z=e@}B?X|77pTFJtrW%RvM$T3vXP-uDk&C6zXgS-HTa)Dnwb0PBz);;!^V9<%(Di6? zWAdfaxvLCTmBF2vnlk)Mnf)WZ8=J1irfad;eSr_ib-G7+pY9n%!;Z|_A&qTzB^=&H zc7zd`6mqn|ZT4Za=^r0(6x!vf+qY&fIPC{)?7S0b($uFj?@DtsO}F@X(-0qj*NsYZ zGmSQt+*?Ikir7vtmC{VpA{x;x6Q@#6TiRO5=?1dd&30ef@4!C6_;EVDRW7esFmIqM z_9zwERltAJsV;CF_Y!oxV88Yk!1p)kuggFV{FwSKwYgXk`}ZXOt`x3H;mrpXQFW!B zs?<|HQxQKtM0zjJdQchQ*Tr>Mn%E4Nh0VUI|5#N%z7G_RuXlrBZ)xFCb|YKqjn_KQ Vt^4b87bkC`I-sy4ykX$(>_0rd^R@s0 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fe54ab2918e8c5095be888f7f049cda4e28df453 GIT binary patch literal 4003 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 ue*?k$m8{W7j!?{xOz;x<-HW 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 XcLnp=YKG}ZTT#4Y-ufIPV~_tEUz}f% literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..579dc0d26b2e0d5c30b7237981517c36a536e2e4 GIT binary patch literal 1174 zcmZ8f&u`R56rS;~-E~-RvQ-d>i%B@tmEx!rA+RU$g*Ud^=#JQwXK=i zz*@B3Ll6CN+4e$?99wbWTMSW&4fpDMLIa9cI)g;U=+3k?~`-+S}k_hvr7H$PXa zI)e4bH#ge9NMOb0)l#O;!BcP^p)C|32L(8gBHWc62@7A2qKo!j(#jRQ{+xKGsogp5hps)GGS*5tO#^Y1P0t%Bh|JN z%zmjjMt{z#XD6?R5#jxmm|@&bXxHaq65IL%D78XA;T{2kl9jpO7Li}~^ zA$l_P11x58SFnz)C)53B_#x)6rjGUy#eJzSTT1r+MscIrq&;Y6+q@%m+%ZFD`erMM zSr`yX0@H_mZ2Gj-3HONEhVI)h#O2NFmQ2ODxf&(+3C-(QH&$-0e$qJdZ* zJ@;0)<1(1)QtG$v`MZRljpBtcJMHJSka<(_o=DI+kZ}?| z_BOx({i)Z77rwRk=SKRO-}JL1{p@pnaj-Hj>AxE0sAP_7Z;fYW4}go-tXf|3ydY_L zUar9nVZ2L4=krq_!+tHpE@armoc0@Uncln*_axd`Qp0R?LKb4=|B2#(zr~EB|T;pZ*Ii z{a!ycsErpc4ve8XZ0)}{?0i>yjxJ6lZ9y7Tzv>M)_ZNrTUw?6cG%QUFbncxWK6h35YNWV}5! literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba1446f2a9c324d84acca11139ef00084c978457 GIT binary patch literal 2352 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..675cefbf5cf01afde3a6f4caad19763d7fc74128 GIT binary patch literal 13567 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f316f724ed61b23cc8c6427d01f56582e075b1b4 GIT binary patch literal 34131 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9165f4e35afeb811a921c25ac43ab6b31182fe4a GIT binary patch literal 2722 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6bc6739e82b69c45a67c35d617a47c83c5481178 GIT binary patch literal 8728 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 Y*D}5(e-T0Pi{RaGeqY}cQl}jKU%!ej`2YX_ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..61f61caeaab4abb19c196db2b08ed567fbc5d0e4 GIT binary patch literal 12072 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8d428a18f24edf65e8f1a9e0469dc1b6016cd818 GIT binary patch literal 11118 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 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/.env/Lib/site-packages/pip/_internal/utils/_log.py b/.env/Lib/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 00000000..92c4c6a1 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/_log.py @@ -0,0 +1,38 @@ +"""Customize logging + +Defines custom logger class for the `logger.verbose(...)` method. + +init_logging() must be called before any other modules that call logging.getLogger. +""" + +import logging +from typing import Any, cast + +# custom log level for `--verbose` output +# between DEBUG and INFO +VERBOSE = 15 + + +class VerboseLogger(logging.Logger): + """Custom Logger, defining a verbose log-level + + VERBOSE is between INFO and DEBUG. + """ + + def verbose(self, msg: str, *args: Any, **kwargs: Any) -> None: + return self.log(VERBOSE, msg, *args, **kwargs) + + +def getLogger(name: str) -> VerboseLogger: + """logging.getLogger, but ensures our VerboseLogger class is returned""" + return cast(VerboseLogger, logging.getLogger(name)) + + +def init_logging() -> None: + """Register our VerboseLogger and VERBOSE log level. + + Should be called before any calls to getLogger(), + i.e. in pip._internal.__init__ + """ + logging.setLoggerClass(VerboseLogger) + logging.addLevelName(VERBOSE, "VERBOSE") diff --git a/.env/Lib/site-packages/pip/_internal/utils/appdirs.py b/.env/Lib/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 00000000..16933bf8 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/appdirs.py @@ -0,0 +1,52 @@ +""" +This code wraps the vendored appdirs module to so the return values are +compatible for the current pip code base. + +The intention is to rewrite current usages gradually, keeping the tests pass, +and eventually drop this after all usages are changed. +""" + +import os +import sys +from typing import List + +from pip._vendor import platformdirs as _appdirs + + +def user_cache_dir(appname: str) -> str: + return _appdirs.user_cache_dir(appname, appauthor=False) + + +def _macos_user_config_dir(appname: str, roaming: bool = True) -> str: + # Use ~/Application Support/pip, if the directory exists. + path = _appdirs.user_data_dir(appname, appauthor=False, roaming=roaming) + if os.path.isdir(path): + return path + + # Use a Linux-like ~/.config/pip, by default. + linux_like_path = "~/.config/" + if appname: + linux_like_path = os.path.join(linux_like_path, appname) + + return os.path.expanduser(linux_like_path) + + +def user_config_dir(appname: str, roaming: bool = True) -> str: + if sys.platform == "darwin": + return _macos_user_config_dir(appname, roaming) + + return _appdirs.user_config_dir(appname, appauthor=False, roaming=roaming) + + +# for the discussion regarding site_config_dir locations +# see +def site_config_dirs(appname: str) -> List[str]: + if sys.platform == "darwin": + return [_appdirs.site_data_dir(appname, appauthor=False, multipath=True)] + + dirval = _appdirs.site_config_dir(appname, appauthor=False, multipath=True) + if sys.platform == "win32": + return [dirval] + + # Unix-y system. Look in /etc as well. + return dirval.split(os.pathsep) + ["/etc"] diff --git a/.env/Lib/site-packages/pip/_internal/utils/compat.py b/.env/Lib/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 00000000..3f4d300c --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/compat.py @@ -0,0 +1,63 @@ +"""Stuff that differs in different Python versions and platform +distributions.""" + +import logging +import os +import sys + +__all__ = ["get_path_uid", "stdlib_pkgs", "WINDOWS"] + + +logger = logging.getLogger(__name__) + + +def has_tls() -> bool: + try: + import _ssl # noqa: F401 # ignore unused + + return True + except ImportError: + pass + + from pip._vendor.urllib3.util import IS_PYOPENSSL + + return IS_PYOPENSSL + + +def get_path_uid(path: str) -> int: + """ + Return path's uid. + + Does not follow symlinks: + https://github.com/pypa/pip/pull/935#discussion_r5307003 + + Placed this function in compat due to differences on AIX and + Jython, that should eventually go away. + + :raises OSError: When path is a symlink or can't be read. + """ + if hasattr(os, "O_NOFOLLOW"): + fd = os.open(path, os.O_RDONLY | os.O_NOFOLLOW) + file_uid = os.fstat(fd).st_uid + os.close(fd) + else: # AIX and Jython + # WARNING: time of check vulnerability, but best we can do w/o NOFOLLOW + if not os.path.islink(path): + # older versions of Jython don't have `os.fstat` + file_uid = os.stat(path).st_uid + else: + # raise OSError for parity with os.O_NOFOLLOW above + raise OSError(f"{path} is a symlink; Will not return uid for symlinks") + return file_uid + + +# packages in the stdlib that may have installation metadata, but should not be +# considered 'installed'. this theoretically could be determined based on +# dist.location (py27:`sysconfig.get_paths()['stdlib']`, +# py26:sysconfig.get_config_vars('LIBDEST')), but fear platform variation may +# make this ineffective, so hard-coding +stdlib_pkgs = {"python", "wsgiref", "argparse"} + + +# windows detection, covers cpython and ironpython +WINDOWS = sys.platform.startswith("win") or (sys.platform == "cli" and os.name == "nt") diff --git a/.env/Lib/site-packages/pip/_internal/utils/compatibility_tags.py b/.env/Lib/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 00000000..b6ed9a78 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/compatibility_tags.py @@ -0,0 +1,165 @@ +"""Generate and work with PEP 425 Compatibility Tags. +""" + +import re +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import ( + PythonVersion, + Tag, + compatible_tags, + cpython_tags, + generic_tags, + interpreter_name, + interpreter_version, + mac_platforms, +) + +_osx_arch_pat = re.compile(r"(.+)_(\d+)_(\d+)_(.+)") + + +def version_info_to_nodot(version_info: Tuple[int, ...]) -> str: + # Only use up to the first two numbers. + return "".join(map(str, version_info[:2])) + + +def _mac_platforms(arch: str) -> List[str]: + match = _osx_arch_pat.match(arch) + if match: + name, major, minor, actual_arch = match.groups() + mac_version = (int(major), int(minor)) + arches = [ + # Since we have always only checked that the platform starts + # with "macosx", for backwards-compatibility we extract the + # actual prefix provided by the user in case they provided + # something like "macosxcustom_". It may be good to remove + # this as undocumented or deprecate it in the future. + "{}_{}".format(name, arch[len("macosx_") :]) + for arch in mac_platforms(mac_version, actual_arch) + ] + else: + # arch pattern didn't match (?!) + arches = [arch] + return arches + + +def _custom_manylinux_platforms(arch: str) -> List[str]: + arches = [arch] + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch_prefix == "manylinux2014": + # manylinux1/manylinux2010 wheels run on most manylinux2014 systems + # with the exception of wheels depending on ncurses. PEP 599 states + # manylinux1/manylinux2010 wheels should be considered + # manylinux2014 wheels: + # https://www.python.org/dev/peps/pep-0599/#backwards-compatibility-with-manylinux2010-wheels + if arch_suffix in {"i686", "x86_64"}: + arches.append("manylinux2010" + arch_sep + arch_suffix) + arches.append("manylinux1" + arch_sep + arch_suffix) + elif arch_prefix == "manylinux2010": + # manylinux1 wheels run on most manylinux2010 systems with the + # exception of wheels depending on ncurses. PEP 571 states + # manylinux1 wheels should be considered manylinux2010 wheels: + # https://www.python.org/dev/peps/pep-0571/#backwards-compatibility-with-manylinux1-wheels + arches.append("manylinux1" + arch_sep + arch_suffix) + return arches + + +def _get_custom_platforms(arch: str) -> List[str]: + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch.startswith("macosx"): + arches = _mac_platforms(arch) + elif arch_prefix in ["manylinux2014", "manylinux2010"]: + arches = _custom_manylinux_platforms(arch) + else: + arches = [arch] + return arches + + +def _expand_allowed_platforms(platforms: Optional[List[str]]) -> Optional[List[str]]: + if not platforms: + return None + + seen = set() + result = [] + + for p in platforms: + if p in seen: + continue + additions = [c for c in _get_custom_platforms(p) if c not in seen] + seen.update(additions) + result.extend(additions) + + return result + + +def _get_python_version(version: str) -> PythonVersion: + if len(version) > 1: + return int(version[0]), int(version[1:]) + else: + return (int(version[0]),) + + +def _get_custom_interpreter( + implementation: Optional[str] = None, version: Optional[str] = None +) -> str: + if implementation is None: + implementation = interpreter_name() + if version is None: + version = interpreter_version() + return f"{implementation}{version}" + + +def get_supported( + version: Optional[str] = None, + platforms: Optional[List[str]] = None, + impl: Optional[str] = None, + abis: Optional[List[str]] = None, +) -> List[Tag]: + """Return a list of supported tags for each version specified in + `versions`. + + :param version: a string version, of the form "33" or "32", + or None. The version will be assumed to support our ABI. + :param platform: specify a list of platforms you want valid + tags for, or None. If None, use the local system platform. + :param impl: specify the exact implementation you want valid + tags for, or None. If None, use the local interpreter impl. + :param abis: specify a list of abis you want valid + tags for, or None. If None, use the local interpreter abi. + """ + supported: List[Tag] = [] + + python_version: Optional[PythonVersion] = None + if version is not None: + python_version = _get_python_version(version) + + interpreter = _get_custom_interpreter(impl, version) + + platforms = _expand_allowed_platforms(platforms) + + is_cpython = (impl or interpreter_name()) == "cp" + if is_cpython: + supported.extend( + cpython_tags( + python_version=python_version, + abis=abis, + platforms=platforms, + ) + ) + else: + supported.extend( + generic_tags( + interpreter=interpreter, + abis=abis, + platforms=platforms, + ) + ) + supported.extend( + compatible_tags( + python_version=python_version, + interpreter=interpreter, + platforms=platforms, + ) + ) + + return supported diff --git a/.env/Lib/site-packages/pip/_internal/utils/datetime.py b/.env/Lib/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 00000000..8668b3b0 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/datetime.py @@ -0,0 +1,11 @@ +"""For when pip wants to check the date or time. +""" + +import datetime + + +def today_is_later_than(year: int, month: int, day: int) -> bool: + today = datetime.date.today() + given = datetime.date(year, month, day) + + return today > given diff --git a/.env/Lib/site-packages/pip/_internal/utils/deprecation.py b/.env/Lib/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 00000000..72bd6f25 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,120 @@ +""" +A module that implements tooling to enable easy warnings about deprecations. +""" + +import logging +import warnings +from typing import Any, Optional, TextIO, Type, Union + +from pip._vendor.packaging.version import parse + +from pip import __version__ as current_version # NOTE: tests patch this name. + +DEPRECATION_MSG_PREFIX = "DEPRECATION: " + + +class PipDeprecationWarning(Warning): + pass + + +_original_showwarning: Any = None + + +# Warnings <-> Logging Integration +def _showwarning( + message: Union[Warning, str], + category: Type[Warning], + filename: str, + lineno: int, + file: Optional[TextIO] = None, + line: Optional[str] = None, +) -> None: + if file is not None: + if _original_showwarning is not None: + _original_showwarning(message, category, filename, lineno, file, line) + elif issubclass(category, PipDeprecationWarning): + # We use a specially named logger which will handle all of the + # deprecation messages for pip. + logger = logging.getLogger("pip._internal.deprecations") + logger.warning(message) + else: + _original_showwarning(message, category, filename, lineno, file, line) + + +def install_warning_logger() -> None: + # Enable our Deprecation Warnings + warnings.simplefilter("default", PipDeprecationWarning, append=True) + + global _original_showwarning + + if _original_showwarning is None: + _original_showwarning = warnings.showwarning + warnings.showwarning = _showwarning + + +def deprecated( + *, + reason: str, + replacement: Optional[str], + gone_in: Optional[str], + feature_flag: Optional[str] = None, + issue: Optional[int] = None, +) -> None: + """Helper to deprecate existing functionality. + + reason: + Textual reason shown to the user about why this functionality has + been deprecated. Should be a complete sentence. + replacement: + Textual suggestion shown to the user about what alternative + functionality they can use. + gone_in: + The version of pip does this functionality should get removed in. + Raises an error if pip's current version is greater than or equal to + this. + feature_flag: + Command-line flag of the form --use-feature={feature_flag} for testing + upcoming functionality. + issue: + Issue number on the tracker that would serve as a useful place for + users to find related discussion and provide feedback. + """ + + # Determine whether or not the feature is already gone in this version. + is_gone = gone_in is not None and parse(current_version) >= parse(gone_in) + + message_parts = [ + (reason, f"{DEPRECATION_MSG_PREFIX}{{}}"), + ( + gone_in, + "pip {} will enforce this behaviour change." + if not is_gone + else "Since pip {}, this is no longer supported.", + ), + ( + replacement, + "A possible replacement is {}.", + ), + ( + feature_flag, + "You can use the flag --use-feature={} to test the upcoming behaviour." + if not is_gone + else None, + ), + ( + issue, + "Discussion can be found at https://github.com/pypa/pip/issues/{}", + ), + ] + + message = " ".join( + format_str.format(value) + for value, format_str in message_parts + if format_str is not None and value is not None + ) + + # Raise as an error if this behaviour is deprecated. + if is_gone: + raise PipDeprecationWarning(message) + + warnings.warn(message, category=PipDeprecationWarning, stacklevel=2) diff --git a/.env/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py b/.env/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 00000000..0e8e5e16 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py @@ -0,0 +1,87 @@ +from typing import Optional + +from pip._internal.models.direct_url import ArchiveInfo, DirectUrl, DirInfo, VcsInfo +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + + +def direct_url_as_pep440_direct_reference(direct_url: DirectUrl, name: str) -> str: + """Convert a DirectUrl to a pip requirement string.""" + direct_url.validate() # if invalid, this is a pip bug + requirement = name + " @ " + fragments = [] + if isinstance(direct_url.info, VcsInfo): + requirement += "{}+{}@{}".format( + direct_url.info.vcs, direct_url.url, direct_url.info.commit_id + ) + elif isinstance(direct_url.info, ArchiveInfo): + requirement += direct_url.url + if direct_url.info.hash: + fragments.append(direct_url.info.hash) + else: + assert isinstance(direct_url.info, DirInfo) + requirement += direct_url.url + if direct_url.subdirectory: + fragments.append("subdirectory=" + direct_url.subdirectory) + if fragments: + requirement += "#" + "&".join(fragments) + return requirement + + +def direct_url_for_editable(source_dir: str) -> DirectUrl: + return DirectUrl( + url=path_to_url(source_dir), + info=DirInfo(editable=True), + ) + + +def direct_url_from_link( + link: Link, source_dir: Optional[str] = None, link_is_in_wheel_cache: bool = False +) -> DirectUrl: + if link.is_vcs: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend + url, requested_revision, _ = vcs_backend.get_url_rev_and_auth( + link.url_without_fragment + ) + # For VCS links, we need to find out and add commit_id. + if link_is_in_wheel_cache: + # If the requested VCS link corresponds to a cached + # wheel, it means the requested revision was an + # immutable commit hash, otherwise it would not have + # been cached. In that case we don't have a source_dir + # with the VCS checkout. + assert requested_revision + commit_id = requested_revision + else: + # If the wheel was not in cache, it means we have + # had to checkout from VCS to build and we have a source_dir + # which we can inspect to find out the commit id. + assert source_dir + commit_id = vcs_backend.get_revision(source_dir) + return DirectUrl( + url=url, + info=VcsInfo( + vcs=vcs_backend.name, + commit_id=commit_id, + requested_revision=requested_revision, + ), + subdirectory=link.subdirectory_fragment, + ) + elif link.is_existing_dir(): + return DirectUrl( + url=link.url_without_fragment, + info=DirInfo(), + subdirectory=link.subdirectory_fragment, + ) + else: + hash = None + hash_name = link.hash_name + if hash_name: + hash = f"{hash_name}={link.hash}" + return DirectUrl( + url=link.url_without_fragment, + info=ArchiveInfo(hash=hash), + subdirectory=link.subdirectory_fragment, + ) diff --git a/.env/Lib/site-packages/pip/_internal/utils/egg_link.py b/.env/Lib/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 00000000..4a384a63 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,80 @@ +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/.env/Lib/site-packages/pip/_internal/utils/encoding.py b/.env/Lib/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 00000000..008f06a7 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/encoding.py @@ -0,0 +1,36 @@ +import codecs +import locale +import re +import sys +from typing import List, Tuple + +BOMS: List[Tuple[bytes, str]] = [ + (codecs.BOM_UTF8, "utf-8"), + (codecs.BOM_UTF16, "utf-16"), + (codecs.BOM_UTF16_BE, "utf-16-be"), + (codecs.BOM_UTF16_LE, "utf-16-le"), + (codecs.BOM_UTF32, "utf-32"), + (codecs.BOM_UTF32_BE, "utf-32-be"), + (codecs.BOM_UTF32_LE, "utf-32-le"), +] + +ENCODING_RE = re.compile(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/.env/Lib/site-packages/pip/_internal/utils/entrypoints.py b/.env/Lib/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 00000000..15013693 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/entrypoints.py @@ -0,0 +1,84 @@ +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/.env/Lib/site-packages/pip/_internal/utils/filesystem.py b/.env/Lib/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 00000000..83c2df75 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,153 @@ +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/.env/Lib/site-packages/pip/_internal/utils/filetypes.py b/.env/Lib/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 00000000..59485701 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/filetypes.py @@ -0,0 +1,27 @@ +"""Filetype information. +""" + +from typing import Tuple + +from pip._internal.utils.misc import splitext + +WHEEL_EXTENSION = ".whl" +BZ2_EXTENSIONS: Tuple[str, ...] = (".tar.bz2", ".tbz") +XZ_EXTENSIONS: Tuple[str, ...] = ( + ".tar.xz", + ".txz", + ".tlz", + ".tar.lz", + ".tar.lzma", +) +ZIP_EXTENSIONS: Tuple[str, ...] = (".zip", WHEEL_EXTENSION) +TAR_EXTENSIONS: Tuple[str, ...] = (".tar.gz", ".tgz", ".tar") +ARCHIVE_EXTENSIONS = ZIP_EXTENSIONS + BZ2_EXTENSIONS + TAR_EXTENSIONS + XZ_EXTENSIONS + + +def is_archive_file(name: str) -> bool: + """Return True if `name` is a considered as an archive file.""" + ext = splitext(name)[1].lower() + if ext in ARCHIVE_EXTENSIONS: + return True + return False diff --git a/.env/Lib/site-packages/pip/_internal/utils/glibc.py b/.env/Lib/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 00000000..81342afa --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,88 @@ +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/.env/Lib/site-packages/pip/_internal/utils/hashes.py b/.env/Lib/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 00000000..843cffc6 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,151 @@ +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/.env/Lib/site-packages/pip/_internal/utils/logging.py b/.env/Lib/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 00000000..95982dfb --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,348 @@ +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/.env/Lib/site-packages/pip/_internal/utils/misc.py b/.env/Lib/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 00000000..1ad3f616 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,783 @@ +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/.env/Lib/site-packages/pip/_internal/utils/models.py b/.env/Lib/site-packages/pip/_internal/utils/models.py new file mode 100644 index 00000000..b6bb21a8 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/models.py @@ -0,0 +1,39 @@ +"""Utilities for defining models +""" + +import operator +from typing import Any, Callable, Type + + +class KeyBasedCompareMixin: + """Provides comparison capabilities that is based on a key""" + + __slots__ = ["_compare_key", "_defining_class"] + + def __init__(self, key: Any, defining_class: Type["KeyBasedCompareMixin"]) -> None: + self._compare_key = key + self._defining_class = defining_class + + def __hash__(self) -> int: + return hash(self._compare_key) + + def __lt__(self, other: Any) -> bool: + return self._compare(other, operator.__lt__) + + def __le__(self, other: Any) -> bool: + return self._compare(other, operator.__le__) + + def __gt__(self, other: Any) -> bool: + return self._compare(other, operator.__gt__) + + def __ge__(self, other: Any) -> bool: + return self._compare(other, operator.__ge__) + + def __eq__(self, other: Any) -> bool: + return self._compare(other, operator.__eq__) + + def _compare(self, other: Any, method: Callable[[Any, Any], bool]) -> bool: + if not isinstance(other, self._defining_class): + return NotImplemented + + return method(self._compare_key, other._compare_key) diff --git a/.env/Lib/site-packages/pip/_internal/utils/packaging.py b/.env/Lib/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 00000000..b9f6af4d --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/packaging.py @@ -0,0 +1,57 @@ +import functools +import logging +import re +from typing import NewType, Optional, Tuple, cast + +from pip._vendor.packaging import specifiers, version +from pip._vendor.packaging.requirements import Requirement + +NormalizedExtra = NewType("NormalizedExtra", str) + +logger = logging.getLogger(__name__) + + +def check_requires_python( + requires_python: Optional[str], version_info: Tuple[int, ...] +) -> bool: + """ + Check if the given Python version matches a "Requires-Python" specifier. + + :param version_info: A 3-tuple of ints representing a Python + major-minor-micro version to check (e.g. `sys.version_info[:3]`). + + :return: `True` if the given Python version satisfies the requirement. + Otherwise, return `False`. + + :raises InvalidSpecifier: If `requires_python` has an invalid format. + """ + if requires_python is None: + # The package provides no information + return True + requires_python_specifier = specifiers.SpecifierSet(requires_python) + + python_version = version.parse(".".join(map(str, version_info))) + return python_version in requires_python_specifier + + +@functools.lru_cache(maxsize=512) +def get_requirement(req_string: str) -> Requirement: + """Construct a packaging.Requirement object with caching""" + # Parsing requirement strings is expensive, and is also expected to happen + # with a low diversity of different arguments (at least relative the number + # constructed). This method adds a cache to requirement object creation to + # minimize repeated parsing of the same string to construct equivalent + # Requirement objects. + return Requirement(req_string) + + +def safe_extra(extra: str) -> NormalizedExtra: + """Convert an arbitrary string to a standard 'extra' name + + Any runs of non-alphanumeric characters are replaced with a single '_', + and the result is always lowercased. + + This function is duplicated from ``pkg_resources``. Note that this is not + the same to either ``canonicalize_name`` or ``_egg_link_name``. + """ + return cast(NormalizedExtra, re.sub("[^A-Za-z0-9.-]+", "_", extra).lower()) diff --git a/.env/Lib/site-packages/pip/_internal/utils/setuptools_build.py b/.env/Lib/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 00000000..96d1b246 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,146 @@ +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/.env/Lib/site-packages/pip/_internal/utils/subprocess.py b/.env/Lib/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 00000000..79580b05 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/subprocess.py @@ -0,0 +1,260 @@ +import logging +import os +import shlex +import subprocess +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Iterable, + List, + Mapping, + Optional, + Union, +) + +from pip._vendor.rich.markup import escape + +from pip._internal.cli.spinners import SpinnerInterface, open_spinner +from pip._internal.exceptions import InstallationSubprocessError +from pip._internal.utils.logging import VERBOSE, subprocess_logger +from pip._internal.utils.misc import HiddenText + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + +CommandArgs = List[Union[str, HiddenText]] + + +def make_command(*args: Union[str, HiddenText, CommandArgs]) -> CommandArgs: + """ + Create a CommandArgs object. + """ + command_args: CommandArgs = [] + for arg in args: + # Check for list instead of CommandArgs since CommandArgs is + # only known during type-checking. + if isinstance(arg, list): + command_args.extend(arg) + else: + # Otherwise, arg is str or HiddenText. + command_args.append(arg) + + return command_args + + +def format_command_args(args: Union[List[str], CommandArgs]) -> str: + """ + Format command arguments for display. + """ + # For HiddenText arguments, display the redacted form by calling str(). + # Also, we don't apply str() to arguments that aren't HiddenText since + # this can trigger a UnicodeDecodeError in Python 2 if the argument + # has type unicode and includes a non-ascii character. (The type + # checker doesn't ensure the annotations are correct in all cases.) + return " ".join( + shlex.quote(str(arg)) if isinstance(arg, HiddenText) else shlex.quote(arg) + for arg in args + ) + + +def reveal_command_args(args: Union[List[str], CommandArgs]) -> List[str]: + """ + Return the arguments in their raw, unredacted form. + """ + return [arg.secret if isinstance(arg, HiddenText) else arg for arg in args] + + +def call_subprocess( + cmd: Union[List[str], CommandArgs], + show_stdout: bool = False, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + unset_environ: Optional[Iterable[str]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: Optional[bool] = True, + stdout_only: Optional[bool] = False, + *, + command_desc: str, +) -> str: + """ + Args: + show_stdout: if true, use INFO to log the subprocess's stderr and + stdout streams. Otherwise, use DEBUG. Defaults to False. + extra_ok_returncodes: an iterable of integer return codes that are + acceptable, in addition to 0. Defaults to None, which means []. + unset_environ: an iterable of environment variable names to unset + prior to calling subprocess.Popen(). + log_failed_cmd: if false, failed commands are not logged, only raised. + stdout_only: if true, return only stdout, else return both. When true, + logging of both stdout and stderr occurs when the subprocess has + terminated, else logging occurs as subprocess output is produced. + """ + if extra_ok_returncodes is None: + extra_ok_returncodes = [] + if unset_environ is None: + unset_environ = [] + # Most places in pip use show_stdout=False. What this means is-- + # + # - We connect the child's output (combined stderr and stdout) to a + # single pipe, which we read. + # - We log this output to stderr at DEBUG level as it is received. + # - If DEBUG logging isn't enabled (e.g. if --verbose logging wasn't + # requested), then we show a spinner so the user can still see the + # subprocess is in progress. + # - If the subprocess exits with an error, we log the output to stderr + # at ERROR level if it hasn't already been displayed to the console + # (e.g. if --verbose logging wasn't enabled). This way we don't log + # the output to the console twice. + # + # If show_stdout=True, then the above is still done, but with DEBUG + # replaced by INFO. + if show_stdout: + # Then log the subprocess output at INFO level. + log_subprocess: 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/.env/Lib/site-packages/pip/_internal/utils/temp_dir.py b/.env/Lib/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 00000000..4eec5f37 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,296 @@ +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/.env/Lib/site-packages/pip/_internal/utils/unpacking.py b/.env/Lib/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 00000000..78b5c13c --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,257 @@ +"""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/.env/Lib/site-packages/pip/_internal/utils/urls.py b/.env/Lib/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 00000000..6ba2e04f --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/urls.py @@ -0,0 +1,62 @@ +import os +import string +import urllib.parse +import urllib.request +from typing import Optional + +from .compat import WINDOWS + + +def get_url_scheme(url: str) -> Optional[str]: + if ":" not in url: + return None + return url.split(":", 1)[0].lower() + + +def path_to_url(path: str) -> str: + """ + Convert a path to a file: URL. The path will be made absolute and have + quoted path parts. + """ + path = os.path.normpath(os.path.abspath(path)) + url = urllib.parse.urljoin("file:", urllib.request.pathname2url(path)) + return url + + +def url_to_path(url: str) -> str: + """ + Convert a file: URL to a path. + """ + assert url.startswith( + "file:" + ), f"You can only turn file: urls into filenames (not {url!r})" + + _, netloc, path, _, _ = urllib.parse.urlsplit(url) + + if not netloc or netloc == "localhost": + # According to RFC 8089, same as empty authority. + netloc = "" + elif WINDOWS: + # If we have a UNC path, prepend UNC share notation. + netloc = "\\\\" + netloc + else: + raise ValueError( + f"non-local file URIs are not supported on this platform: {url!r}" + ) + + path = urllib.request.url2pathname(netloc + path) + + # On Windows, urlsplit parses the path as something like "/C:/Users/foo". + # This creates issues for path-related functions like io.open(), so we try + # to detect and strip the leading slash. + if ( + WINDOWS + and not netloc # Not UNC. + and len(path) >= 3 + and path[0] == "/" # Leading slash to strip. + and path[1] in string.ascii_letters # Drive letter. + and path[2:4] in (":", ":/") # Colon + end of string, or colon + absolute path. + ): + path = path[1:] + + return path diff --git a/.env/Lib/site-packages/pip/_internal/utils/virtualenv.py b/.env/Lib/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 00000000..882e36f5 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/virtualenv.py @@ -0,0 +1,104 @@ +import logging +import os +import re +import site +import sys +from typing import List, Optional + +logger = logging.getLogger(__name__) +_INCLUDE_SYSTEM_SITE_PACKAGES_REGEX = re.compile( + r"include-system-site-packages\s*=\s*(?Ptrue|false)" +) + + +def _running_under_venv() -> bool: + """Checks if sys.base_prefix and sys.prefix match. + + This handles PEP 405 compliant virtual environments. + """ + return sys.prefix != getattr(sys, "base_prefix", sys.prefix) + + +def _running_under_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/.env/Lib/site-packages/pip/_internal/utils/wheel.py b/.env/Lib/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 00000000..3551f8f1 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,134 @@ +"""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/.env/Lib/site-packages/pip/_internal/vcs/__init__.py b/.env/Lib/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 00000000..b6beddbe --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/vcs/__init__.py @@ -0,0 +1,15 @@ +# Expose a limited set of classes and functions so callers outside of +# the vcs package don't need to import deeper than `pip._internal.vcs`. +# (The test directory may still need to import from a vcs sub-package.) +# Import all vcs modules to register each VCS in the VcsSupport object. +import pip._internal.vcs.bazaar +import pip._internal.vcs.git +import pip._internal.vcs.mercurial +import pip._internal.vcs.subversion # noqa: F401 +from pip._internal.vcs.versioncontrol import ( # noqa: F401 + RemoteNotFoundError, + RemoteNotValidError, + is_url, + make_vcs_requirement_url, + vcs, +) diff --git a/.env/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1e0caba65e413061643bdb1f76bceccc6764e71b GIT binary patch literal 544 zcmZXP!Ac`R5Qe*F%p^u+kwp;9g6Js+C+u|*5!Tgf!h4uO9(v-TW`==QTSbxo0Cb z;u%Z$T!V#%3tgFOkTrCaM7o(Ybt`G<)nrw-lQw4)-VGn?VdvdO_3=As>*3t`6I+^T#m1lueO(M4LB@N$*k%uhprfufKFLc?JTE@XlRW`n_)=X;!2H1ji^SG@Q2Na z?DgjB7xB~4I3dwr7vjReF{%>8F}Sg}x#*+40dM#F6Mt>ZsnigcpG6F&6lZE6obs@r z%i&mFffMwd-rN2?+P{}lt9+Wq`Q){ApzWy0;1Dy|B0Pnh^I4nmohj=~+3u9> Oy#x^to*4l@(2aj;6RSJ` literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3f346af96aa4ffe71a13e050afba63dfa77a38b8 GIT binary patch literal 5036 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 Cz_1_y literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be0f6149ecdb9137587473c7c37ce0fa6f61adbb GIT binary patch literal 19005 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 YE9p|^5+0d^jKY5S;1;Wv@vH$=8 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc b/.env/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ce537b8c9dfbc82cd04e6d07a3372c500d13d447 GIT binary patch literal 29023 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_internal/vcs/bazaar.py b/.env/Lib/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 00000000..20a17ed0 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/vcs/bazaar.py @@ -0,0 +1,112 @@ +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/.env/Lib/site-packages/pip/_internal/vcs/git.py b/.env/Lib/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 00000000..8c242cf8 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,526 @@ +import logging +import os.path +import pathlib +import re +import urllib.parse +import urllib.request +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path, hide_url +from pip._internal.utils.subprocess import make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RemoteNotValidError, + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +urlsplit = urllib.parse.urlsplit +urlunsplit = urllib.parse.urlunsplit + + +logger = logging.getLogger(__name__) + + +GIT_VERSION_REGEX = re.compile( + r"^git version " # Prefix. + r"(\d+)" # Major. + r"\.(\d+)" # Dot, minor. + r"(?:\.(\d+))?" # Optional dot, patch. + r".*$" # Suffix, including any pre- and post-release segments we don't care about. +) + +HASH_REGEX = re.compile("^[a-fA-F0-9]{40}$") + +# SCP (Secure copy protocol) shorthand. e.g. 'git@example.com:foo/bar.git' +SCP_REGEX = re.compile( + r"""^ + # Optional user, e.g. 'git@' + (\w+@)? + # Server, e.g. 'github.com'. + ([^/:]+): + # The server-side path. e.g. 'user/project.git'. Must start with an + # alphanumeric character so as not to be confusable with a Windows paths + # like 'C:/foo/bar' or 'C:\foo\bar'. + (\w[^:]*) + $""", + re.VERBOSE, +) + + +def looks_like_hash(sha: str) -> bool: + return bool(HASH_REGEX.match(sha)) + + +class Git(VersionControl): + name = "git" + dirname = ".git" + repo_name = "clone" + schemes = ( + "git+http", + "git+https", + "git+ssh", + "git+git", + "git+file", + ) + # Prevent the user's environment variables from interfering with pip: + # https://github.com/pypa/pip/issues/1130 + unset_environ = ("GIT_DIR", "GIT_WORK_TREE") + default_arg_rev = "HEAD" + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + _, rev_options = self.get_url_rev_options(hide_url(url)) + if not rev_options.rev: + return False + if not self.is_commit_id_equal(dest, rev_options.rev): + # the current commit is different from rev, + # which means rev was something else than a commit hash + return False + # return False in the rare case rev is both a commit hash + # and a tag or a branch; we don't want to cache in that case + # because that branch/tag could point to something else in the future + is_tag_or_branch = bool(self.get_revision_sha(dest, rev_options.rev)[0]) + return not is_tag_or_branch + + def get_git_version(self) -> Tuple[int, ...]: + version = self.run_command( + ["version"], + command_desc="git version", + show_stdout=False, + stdout_only=True, + ) + match = GIT_VERSION_REGEX.match(version) + if not match: + logger.warning("Can't parse git version: %s", version) + return () + return (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/.env/Lib/site-packages/pip/_internal/vcs/mercurial.py b/.env/Lib/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 00000000..c183d41d --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,163 @@ +import configparser +import logging +import os +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Mercurial(VersionControl): + name = "hg" + dirname = ".hg" + repo_name = "clone" + schemes = ( + "hg+file", + "hg+http", + "hg+https", + "hg+ssh", + "hg+static-http", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [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/.env/Lib/site-packages/pip/_internal/vcs/subversion.py b/.env/Lib/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 00000000..16d93a67 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/vcs/subversion.py @@ -0,0 +1,324 @@ +import logging +import os +import re +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import ( + HiddenText, + display_path, + is_console_interactive, + is_installable_dir, + split_auth_from_netloc, +) +from pip._internal.utils.subprocess import CommandArgs, make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + +_svn_xml_url_re = re.compile('url="([^"]+)"') +_svn_rev_re = re.compile(r'committed-rev="(\d+)"') +_svn_info_xml_rev_re = re.compile(r'\s*revision="(\d+)"') +_svn_info_xml_url_re = re.compile(r"(.*)") + + +class Subversion(VersionControl): + name = "svn" + dirname = ".svn" + repo_name = "checkout" + schemes = ("svn+ssh", "svn+http", "svn+https", "svn+svn", "svn+file") + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + return True + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the maximum revision for all files under a given location + """ + # Note: taken from setuptools.command.egg_info + revision = 0 + + for base, dirs, _ in os.walk(location): + if cls.dirname not in dirs: + dirs[:] = [] + continue # no sense walking uncontrolled subdirs + dirs.remove(cls.dirname) + entries_fn = os.path.join(base, cls.dirname, "entries") + if not os.path.exists(entries_fn): + # FIXME: should we warn? + continue + + dirurl, localrev = cls._get_svn_url_rev(base) + + if base == location: + assert dirurl is not None + base = dirurl + "/" # save the root url + elif not dirurl or not dirurl.startswith(base): + dirs[:] = [] + continue # not part of the same svn tree, skip it + revision = max(revision, localrev) + return str(revision) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + This override allows the auth information to be passed to svn via the + --username and --password options instead of via the URL. + """ + if scheme == "ssh": + # The --username and --password options can't be used for + # svn+ssh URLs, so keep the auth information in the URL. + return super().get_netloc_and_auth(netloc, scheme) + + return split_auth_from_netloc(netloc) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing svn+ from svn+ssh:// 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/.env/Lib/site-packages/pip/_internal/vcs/versioncontrol.py b/.env/Lib/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 00000000..46ca2799 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,705 @@ +"""Handles all VCS (version control) support""" + +import logging +import os +import shutil +import sys +import urllib.parse +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Iterable, + Iterator, + List, + Mapping, + Optional, + Tuple, + Type, + Union, +) + +from pip._internal.cli.spinners import SpinnerInterface +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import ( + HiddenText, + ask_path_exists, + backup_dir, + display_path, + hide_url, + hide_value, + is_installable_dir, + rmtree, +) +from pip._internal.utils.subprocess import ( + CommandArgs, + call_subprocess, + format_command_args, + make_command, +) +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + + +__all__ = ["vcs"] + + +logger = logging.getLogger(__name__) + +AuthInfo = Tuple[Optional[str], Optional[str]] + + +def is_url(name: str) -> bool: + """ + Return true if the name looks like a URL. + """ + scheme = get_url_scheme(name) + if scheme is None: + return False + return scheme in ["http", "https", "file", "ftp"] + vcs.all_schemes + + +def make_vcs_requirement_url( + repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None +) -> str: + """ + Return the URL for a VCS requirement. + + Args: + repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). + project_name: the (unescaped) project name. + """ + egg_project_name = project_name.replace("-", "_") + req = f"{repo_url}@{rev}#egg={egg_project_name}" + if subdir: + req += f"&subdirectory={subdir}" + + return req + + +def find_path_to_project_root_from_repo_root( + location: str, repo_root: str +) -> Optional[str]: + """ + Find the the Python project's root by searching up the filesystem from + `location`. Return the path to project root relative to `repo_root`. + Return None if the project root is `repo_root`, or cannot be found. + """ + # find project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find a Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + return None + + if os.path.samefile(repo_root, location): + return None + + return os.path.relpath(location, repo_root) + + +class RemoteNotFoundError(Exception): + pass + + +class RemoteNotValidError(Exception): + def __init__(self, url: str): + super().__init__(url) + self.url = url + + +class RevOptions: + + """ + Encapsulates a VCS-specific revision to install, along with any VCS + install options. + + Instances of this class should be treated as if immutable. + """ + + def __init__( + self, + vc_class: Type["VersionControl"], + rev: Optional[str] = None, + extra_args: Optional[CommandArgs] = None, + ) -> None: + """ + Args: + vc_class: a VersionControl subclass. + rev: the name of the revision to install. + extra_args: a list of extra options. + """ + if extra_args is None: + extra_args = [] + + self.extra_args = extra_args + self.rev = rev + self.vc_class = vc_class + self.branch_name: Optional[str] = None + + def __repr__(self) -> str: + return f"" + + @property + def arg_rev(self) -> Optional[str]: + if self.rev is None: + return self.vc_class.default_arg_rev + + return self.rev + + def to_args(self) -> CommandArgs: + """ + Return the VCS-specific command arguments. + """ + args: CommandArgs = [] + rev = self.arg_rev + if rev is not None: + args += self.vc_class.get_base_rev_args(rev) + args += self.extra_args + + return args + + def to_display(self) -> str: + if not self.rev: + return "" + + return f" (to revision {self.rev})" + + def make_new(self, rev: str) -> "RevOptions": + """ + Make a copy of the current instance, but with a new rev. + + Args: + rev: the name of the revision for the new object. + """ + return self.vc_class.make_rev_options(rev, extra_args=self.extra_args) + + +class VcsSupport: + _registry: Dict[str, "VersionControl"] = {} + schemes = ["ssh", "git", "hg", "bzr", "sftp", "svn"] + + def __init__(self) -> None: + # Register more schemes with urlparse for various version control + # systems + urllib.parse.uses_netloc.extend(self.schemes) + super().__init__() + + def __iter__(self) -> Iterator[str]: + return self._registry.__iter__() + + @property + def backends(self) -> List["VersionControl"]: + return list(self._registry.values()) + + @property + def dirnames(self) -> List[str]: + return [backend.dirname for backend in self.backends] + + @property + def all_schemes(self) -> List[str]: + schemes: List[str] = [] + for backend in self.backends: + schemes.extend(backend.schemes) + return schemes + + def register(self, cls: Type["VersionControl"]) -> None: + if not hasattr(cls, "name"): + logger.warning("Cannot register VCS %s", cls.__name__) + return + if cls.name not in self._registry: + self._registry[cls.name] = cls() + logger.debug("Registered VCS backend: %s", cls.name) + + def unregister(self, name: str) -> None: + if name in self._registry: + del self._registry[name] + + def get_backend_for_dir(self, location: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object if a repository of that type is found + at the given directory. + """ + vcs_backends = {} + for vcs_backend in self._registry.values(): + repo_path = vcs_backend.get_repository_root(location) + if not repo_path: + continue + logger.debug("Determine that %s uses VCS: %s", location, vcs_backend.name) + vcs_backends[repo_path] = vcs_backend + + if not vcs_backends: + return None + + # Choose the VCS in the inner-most directory. Since all repository + # roots found here would be either `location` or one of its + # parents, the longest path should have the most path components, + # i.e. the backend representing the inner-most repository. + inner_most_repo_path = max(vcs_backends, key=len) + return vcs_backends[inner_most_repo_path] + + def get_backend_for_scheme(self, scheme: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + for vcs_backend in self._registry.values(): + if scheme in vcs_backend.schemes: + return vcs_backend + return None + + def get_backend(self, name: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + name = name.lower() + return self._registry.get(name) + + +vcs = VcsSupport() + + +class VersionControl: + name = "" + dirname = "" + repo_name = "" + # List of supported schemes for this Version Control + schemes: Tuple[str, ...] = () + # Iterable of environment variable names to pass to call_subprocess(). + unset_environ: Tuple[str, ...] = () + default_arg_rev: Optional[str] = None + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + """ + Return whether the vcs prefix (e.g. "git+") should be added to a + repository's remote url when used in a requirement. + """ + return not remote_url.lower().startswith(f"{cls.name}:") + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + return None + + @classmethod + def get_requirement_revision(cls, repo_dir: str) -> str: + """ + Return the revision string that should be used in a requirement. + """ + return cls.get_revision(repo_dir) + + @classmethod + def get_src_requirement(cls, repo_dir: str, project_name: str) -> str: + """ + Return the requirement string to use to redownload the files + currently at the given repository directory. + + Args: + project_name: the (unescaped) project name. + + The return value has a form similar to the following: + + {repository_url}@{revision}#egg={project_name} + """ + repo_url = cls.get_remote_url(repo_dir) + + if cls.should_add_vcs_url_prefix(repo_url): + repo_url = f"{cls.name}+{repo_url}" + + revision = cls.get_requirement_revision(repo_dir) + subdir = cls.get_subdirectory(repo_dir) + req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir) + + return req + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + """ + Return the base revision arguments for a vcs command. + + Args: + rev: the name of a revision to install. Cannot be None. + """ + raise NotImplementedError + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + """ + Return true if the commit hash checked out at dest matches + the revision in url. + + Always return False, if the VCS does not support immutable commit + hashes. + + This method does not check if there are local uncommitted changes + in dest after checkout, as pip currently has no use case for that. + """ + return False + + @classmethod + def make_rev_options( + cls, rev: Optional[str] = None, extra_args: Optional[CommandArgs] = None + ) -> RevOptions: + """ + Return a RevOptions object. + + Args: + rev: the name of a revision to install. + extra_args: a list of extra options. + """ + return RevOptions(cls, rev, extra_args=extra_args) + + @classmethod + def _is_local_repository(cls, repo: str) -> bool: + """ + posix absolute paths start with os.path.sep, + win32 ones start with drive (like c:\\folder) + """ + drive, tail = os.path.splitdrive(repo) + return repo.startswith(os.path.sep) or bool(drive) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + Parse the repository URL's netloc, and return the new netloc to use + along with auth information. + + Args: + netloc: the original repository URL netloc. + scheme: the repository URL's scheme without the vcs prefix. + + This is mainly for the Subversion class to override, so that auth + information can be provided via the --username and --password options + instead of through the URL. For other subclasses like Git without + such an option, auth information must stay in the URL. + + Returns: (netloc, (username, password)). + """ + return netloc, (None, None) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Parse the repository URL to use, and return the URL, revision, + and auth info to use. + + Returns: (url, rev, (username, password)). + """ + scheme, netloc, path, query, frag = urllib.parse.urlsplit(url) + if "+" not in scheme: + raise ValueError( + 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/.env/Lib/site-packages/pip/_internal/wheel_builder.py b/.env/Lib/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 00000000..b1debe34 --- /dev/null +++ b/.env/Lib/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,354 @@ +"""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/.env/Lib/site-packages/pip/_vendor/__init__.py b/.env/Lib/site-packages/pip/_vendor/__init__.py new file mode 100644 index 00000000..c1884baf --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,121 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..32311cf12a6917a01d2799e1cc60d14c9f2d9258 GIT binary patch literal 4706 zcmbW3Uu+b|9mi+y=KlH)ga2T_{8_O1a}d@TYz&S=5@W}XN^n|)Ww!&ED;1 zcFu4ckQ^yeO%w?tRRYvXX{AbaWTf)g$2Kp0=u0dwO1j~t%2VFVpGp-^{mtI(VNc_8 z)Rpe$_xa6te=|Gt+u!Uz(&;3E>-$f~rax|lmP2qwYsRyu7@@mJLz768w2&bcLz5wi z+hHR-8TMN|8S&fbWK_eGF%p^G8iaY-&cX=dwSlr-)FDKgmZYjTXeU!zP=jhrl}o-YM`dfjb4>E$|+J_X@mE zU|Hb(0v`~#OW{nX0{07i zTHpbJ&j@^0;6Z_36?jPC*91N%@aqD?F7dr8fgeLH>BC-_4jhpuoemCnuYn_4BZT~ZGmo+xFJ6FjqoNae}+qZ_280F z1$80TQYD1C5e-Y|GI+0{>*34jnv{uNbYdT!xT$>9dz11Nh24o5kW9u4N%?^a2_HFo^N8h&X`KGOVxvl$;?=LzlZG-dgtm5X# zu=F_Ia%b>&*M3`haA@hsU-mzW4?W+34rTsy)obEmdXCk)NWnOw(}oH&ikTOMG-wiBe()yh9M~*ydWRV#1MO+lJHNS=Owhym3g_ zHbb+W1C100u}qsa($u%7XX7}5Mlq>I;N;0^dY(1fwE7J^gZqC%U|5hG)Uf?<5U$-f|5*nlk$FItB#yQv^4D4A^EkWg>jWVGYpwS}28(~4#6KC(nqm`L%IGM)% z%9<>0@J{ehN-(X%n}n>-twF-o0y0{0x;6>NcdF6W`=OX#Bxbo`-uXHxV_uTi8Uv0v zsC<~}`GS+;|9mOHPn@kj74(^c0YCU!s`VS@%nUDZO@4n-rB}{7jh$S|H41?JUnaar7zJl2!!Z%_(#1R0^7}5{&iT?O6TG?N z;+@cbo!;kS**6Zl_|Uo@*~R<)o-P-6^PV6?&c%B;2SWx!)!MJq2VC6c-&qfF#Kjrk z)9>QbzH!RMeZDc^;xoQ+!o|J5an{9yzA@x z@hEs!k+fysb0kINfAI(Ib8)|~tB+TYb=<{@-*v{tXV=F%?cxF7Q=iI77oS?Msl{2y zx_B4#Ed0{NZM?0mQ+=%i$HK2%+{p#vf(8NVo3zKpd$}-J>GxdR&N&cXeuO(#M?;W4 IbO3Vlzf^tm`Tzg` literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7bca199d94d80a7f715d00a5bdfb70ff4ad58e3c GIT binary patch literal 41283 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 V<(40mnaHhjTyC`dpuq(9{{u){WC{QP literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9a6d6903a49f767c49c150c3ef06f68fef9a359f GIT binary patch literal 122063 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b28c39c5a9bcff1662ddbfd43ec519fcf12121b9 GIT binary patch literal 2660 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 M@9ozFYc|dQ0ymidj{pDw literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a65bd41d844f31b76eee8334465ae4a07de26774 GIT binary patch literal 3823 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2b787e8eea55311e1a845fe93ced7d26a86dc46d GIT binary patch literal 6419 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py b/.env/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 00000000..2c84208a --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py @@ -0,0 +1,70 @@ +# 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/.env/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py b/.env/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 00000000..3e83e308 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py @@ -0,0 +1,161 @@ +# 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/.env/Lib/site-packages/pip/_vendor/cachecontrol/cache.py b/.env/Lib/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 00000000..3293b005 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,74 @@ +# 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/.env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/.env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 00000000..24ff469f --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py @@ -0,0 +1,8 @@ +# 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/.env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8d906a6651525b786bab993b3e59cebabc950e0 GIT binary patch literal 449 zcmah`Jx{|h5Vez(LPRITe;}YHVnwJ!Tfu^$0wJNul4X)>YnsH7oknD27H9H7wLGrKOP2HpN4#gwMu3?I(a}bigAKc9OBdp zEo``z*r^jb7>!VDKjN@aIbP%4$ULjwIN}NPSTu%u`vP(%Spi)US3lPtuHAEpxmpx? zwzRcSItCgVPQA5yH|M!eOUPm&{mA?kiL8(!SrX+BwFg~1{Hp7{|5Vbru4KllZc@sU zgwiK8(-h5bdk5rFfmDRaVmu{h8T2JDf%HL53Xzk66gNuSSBr2ekXS|@)&#U?RVJhNj0v)-j8__F4YD>e1jWPao R5x&ANsQc=6?wZnU?hD|lh64Zq literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6a44d8669a2c083853c26282215286a408e6e254 GIT binary patch literal 7724 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..970791c939af6f0115763570b61c91dd0ec2da97 GIT binary patch literal 2752 zcmbVO&2JM&6rcUF*I`Wp2}$_gK&@g54oFoSD56pm6rzGbr5x&-T8np*tXc26v+ID3 zgL23rsamD<68BUpA+;zy^w|HQ7os#GT7g7W_0U_WL6tc5y;+-lKo4|Qdh_*W-h03I zG5c#g-bSGP@x}0HL4h78tp;;!LgO=_^TZ^kV3VSd5d<8IwpbK1Vo}OSd@k8?QOPKL zEZdP{G!qpFRagXg6?umhHtr! zmlOllG<@n?MH;9`tFA+VDgN;%7tiDd&z>3la3nnp3$YIjj}997aokltqNe5L!`nmJ z6eTp$FrO!sWCW9BL{l||X*naAF;j$IjuEphM%I7k7E_)EvrNrYfFokYL47$Bg+27lBxhJGSTRHDK4p=IC)E;GV*!S?9u0Ovy zcrtt0qs+@1%pWgjFF16FSrarnM7?XiTgqN!Zh`vl(Tf#-+;xVHB27&k&!(s|kv(T! z&3cwkkCu%5HDio=*^*W2&rMLrbXk8Mkpj6sbM0{A^)m!5$9GbtN}%R)mSg$3T(xt} zx>Rd%8>$%tGDTLpdS~RXVhxy(4b~&(-1-3+%##`^Aj_s!XnJP-a!pte!uch_G#DjC zj!PhoQU9LEw!%^%U89vIP^=vmSSOI`)^)l9a~G_6JAi}37YQhVQh zwU40{>AVcI)uJ%qI)4KifXe0Kszr_zf?A|wT-?r}#{BY{~Q%l{)W`oHE3-!Ufop&xjNDM3{29^>hm-^oOz&K$-caRcX#gHV(9=9!Z@}PnRBnan5V^7!!XFCrD~r>M1V&+DTPsci z`EtKZDne4Mj+~`-i86iEWqRJG2D6+o-LP%lAE!DND&2B)Lx;D_xC#$dN{6zpU$^}6 zwlI8jJ#Uop$?Hoer7)^xJjM`@m%s}YE~DD94nDqe2)MmtK&HrQgmm@JpSXQu{`BqB zOPvS*CPM7M%wRKC9%y?OwLSGq%Ua(P2{v9v7LDb|BE<8dmG5(TdfB6%j*k}2qsn^8 zb#1Wsi0-($L#e6zE`Z>Ig=qa6V=8?Q9(bN!9y(Fyk$}bk?XqT@XN7aZs-!8$ zS30}He*YU`-#^6r$FX=rf&IoFLD|=c$jX7InyAD>8F+I#xdpWyEd!dMEyJ44YiU?U zBYvd>Zf02Yf_?Bek!t=;q}KmUgcF7@Tc9xfrC|8Ban(23^jtj^B6FI(3oIBC-kU&H oB|#9LsYE#VPlO1E9ufUd^7iji$0K?7(}*s_zux(bK*tsT7l}ARWdHyG literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/.env/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py new file mode 100644 index 00000000..1fd28013 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py @@ -0,0 +1,181 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import hashlib +import os +from textwrap import dedent +from typing import IO, TYPE_CHECKING + +from pip._vendor.cachecontrol.cache import BaseCache, SeparateBodyBaseCache +from pip._vendor.cachecontrol.controller import CacheController + +if TYPE_CHECKING: + from datetime import datetime + + from filelock import BaseFileLock + + +def _secure_open_write(filename: str, fmode: int) -> 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/.env/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/.env/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 00000000..f4f68c47 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py @@ -0,0 +1,48 @@ +# 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/.env/Lib/site-packages/pip/_vendor/cachecontrol/controller.py b/.env/Lib/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 00000000..586b9f97 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/cachecontrol/controller.py @@ -0,0 +1,494 @@ +# 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/.env/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/.env/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 00000000..25143902 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,119 @@ +# 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/.env/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py b/.env/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 00000000..b9d72ca4 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,154 @@ +# 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/.env/Lib/site-packages/pip/_vendor/cachecontrol/py.typed b/.env/Lib/site-packages/pip/_vendor/cachecontrol/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py b/.env/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 00000000..f9e967c3 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,206 @@ +# 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/.env/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py b/.env/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 00000000..f618bc36 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,43 @@ +# 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/.env/Lib/site-packages/pip/_vendor/certifi/__init__.py b/.env/Lib/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 00000000..8ce89cef --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2023.07.22" diff --git a/.env/Lib/site-packages/pip/_vendor/certifi/__main__.py b/.env/Lib/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 00000000..00376349 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/certifi/__main__.py @@ -0,0 +1,12 @@ +import argparse + +from pip._vendor.certifi import contents, where + +parser = argparse.ArgumentParser() +parser.add_argument("-c", "--contents", action="store_true") +args = parser.parse_args() + +if args.contents: + print(contents()) +else: + print(where()) diff --git a/.env/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ae485852f4311c5772bafe0f34f4314b30c1e09 GIT binary patch literal 332 zcmYjMF-yZh6uwJRTN~;of{QwKXj8#!O2bN*2ya<_zmBC@B7~4T39d^V=+TZS#Z}VmL(^j&SBg z4o1vj?%0W3=0#pvYp;D_yViE9Mk0j)VRTiSPe6fkt*$&vx6QB@9t6F^APmpjwaQE6 zf4izv8mB3xl}~8_N^>bFeMSp=ik9i=5xLY>C9yJ-8MzS9SG)ky2R$`1CqpG~z{t+9 zG!rQXaRx!LPXZ7HIpfzva|4|`PNwk~G|741wHbm*)lEPdKH^MeebJv>-_*`mtA83 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..95942300b961b5fd2b00891640357b47125405d3 GIT binary patch literal 659 zcmZutO=}ZD7@pbhT}&$mA$SUcXvE#%Ra!v|^iparf`o---F=&En*CsQl9JLx5k%Ww zyxE_i#DC(&&`Rofsdx}?LT|n3OuE}#9GH2Zd7k&sD9EW@+E^2&s#3l zMZD@`fYDbLe2K^scVO}@m6;QKsbMt6g(m+`Yv{j4;zmPaMvx{H5}Gr0y9WezBscTnGtCcZlqL;}89wP|KFNVqvnX@C5hP(soB#-oHX|b5Mucg$^n`SW zF(1(u*@S8HD#EV$Vd(KDbB$SZR@`%@%uh8VQ9?hWb7A#j@br=UoR{aWPiSxGK1-lQ zq7k?)$hT;kxowj6fu?qQOnYgv=EvZS9=Z-BBX>P|>E;myJM)7rzYDp`9XAWd&BAfh z^I|_rJkQC-7sg7QhQk3oCO7zS@vHd@e*BR!#^2HMFVs9U>u+l_vpzNJ$L8%l?G$M< zRGp&gyVlWz54&Gb^#rY)>Xn&Zo9eY={nnmxChKojU#)&q%>8?Z_rEGPe{gi?@b2pk Ia-BE-2d<2#fdBvi literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6731ce95e44dfcf2d321b7f25fd84f33e1bda177 GIT binary patch literal 2863 zcmb7GO>7fK6rTNy*N*K?V#fqRiJL&dl$hUAXeosPN+i-GA^{cGWo5i$vX0}mW;Y3; zp~`^+^g=4Cf+`LidO>jD)*gGT)QgRgg0@sbDiY#m8YHBg`rg`WJ2b7tSo_|aoq4lw z-uKNL{~ieV2(-Vx9mxFL1{ynVYpof}`#C~x5{)E?#%X+xOK_CSite+5-8z1D<(Dv${LYdv4n zdac#!Fhf!3pg`@o61bq(q>$mrzq2;c6VQ$R+AaQ)cNIJzkjeeN%5f-}r=XMyCvII!B|7 zTGK3VMy&}N)$^v6%H>j)ZsemmBV9F&Of;RsmEr|D6*X8?x6EkT$XhgTnQ`9>+{JK= ze<6T=fyl*p+mkZYjGm*mgwnKIs-H>YT(?PJpwIG;AZ`-NeNPsSSoq#)7S3{-#@z!l zV9R={x>;(xJL>9`Xt^{Zmh8^W23)J5@72t@XHzU=Rqyo zL99$1`zU$Zq|8jFm^Cq-9Ldw;OrN32{iAc%gpnUeP0{$w?qr$&Jada>~0|sDRLy*96cC($WV+~Vkt$}8?j=wtwzQTRc^#**TVTP52 zA=PaB$^zYr4~AQ%E~dl^k>szona40r7W%tAOKyNqVt(2c=kZUeDE zo+#mB=k~Jl{*tnEP`q|$E3$Esc#yj}dSTROe z1g6~OoIJi6975&bH3Y^ovJdg0BUNNLTRNSGvUaJ}Fyo_u%aA@v zZBOl}*fOK0G0otRU>&wwC}RdQ)AeM-OFYdEY!|_34!HrEoBnzJKIek>0l6&Bi)+!? zot@@2xZyP7dT?Zn^pV}fza2M=75VokLtdxoQj$(7jUd<&E^GkTlT_6BdKM8hxzvaf(JA;n`{T0G_dme-z zht}OZ_}#%9AHNo${~BNZjbg>biuyy_F5!W6(6ctZufmLGdS`2NhS&ABR$eU3wA0)} zez~b2uer(^M`0dIOzn$fa2ki5`Vfs((oivqRvF`8PR`6@lZpm%PM@ z%YMSOR$7SYSrS4eA+$LAP}uZb-1D>}vTzcZx-e7`Bhtpjy~_ktWfv!@++z9_K@Dy# z-X*ECBz4}3Jd}E#i=Q^Tt*g3$s_fyU(VE*Rw=5GW_=ni`r?~NHFtm7LDZIH9-h3xr z497~r?F$2smGI)&t^Q)?){?SqVX)Fc)<+*lHof$Eq@Ks^T@?ZJ(~b=l2{eQdic~yk e$)r78!8sKl@dcJ!(TWICKZXvf;%kn= (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") diff --git a/.env/Lib/site-packages/pip/_vendor/certifi/py.typed b/.env/Lib/site-packages/pip/_vendor/certifi/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__init__.py b/.env/Lib/site-packages/pip/_vendor/chardet/__init__.py new file mode 100644 index 00000000..fe581623 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/__init__.py @@ -0,0 +1,115 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ce289969d1cd818713e7d4b0413a204831bb196 GIT binary patch literal 4582 zcmd59TTC3uv1i{ec7eqho7dP2nC0v>#xXBrBFBK?c=?Qd+#ycGu+uDyXJ^(uvtX=6 z;!Y=pOHMNRiIL(+m*}L}@5Vnqa^-H^~?^7ZG0D9 zer}}cuCA)CuIlc3^dE|fJP5wO{@~)wuS=n)1M|}1z4(Q~{g5+4wVmr`BRiz?<6m1t$kteg@Bj$nyTU{1s_KDwwm2v$=>idul# z{2TyS;osSU<~CBPb^4b^>Mq~?JfyU|K)0E^yYz#q)5Hmk>Neptx}TT(6ZBJy34g$- zbY=Z3a4aE}8e?FY&vv<&ENRPJkx41^g_#TjjzEE8Lih8)7z$hYw?PpP3!ky&tU8NX zEJbA@F2z`RMjyxER3w&eCJUPhgosC<(wXE5pU??(mpiE#_6i6vSn>4~NW!ctv-k#| zh)XzPOj8$=22WuYJ2gcoDN|FdO!5Ps5PorLYVT6}9V09|rk^gmfLY^!S>u3r4N-I% zx_Yl|KufSaPS}J@Ff;-t5(_58=XnuJs`A}Ey1zyZs<$kQd6l1^>b;SKTZ{!(o}L3h z-%itXh1y9?)~!6w#$>gVy~mJZIGnIc^Td_7q^LaXpXT0W)9m^tY3?f^rk4RFoAQwi0^sx;V{cc!x|BdcR-?o{JYcC$B2tO_MxPXH%1-67C^z%9A}< zxu(j=N$}S>tjZ@YEvmD!bP=2;GJk3^f~EP%q4@Nq5?AqwBpg=cPO>fiVz@fFqPkT25O^-_} zbEOx4*Yo>|-;S(b7+WvCvSYOb{oBY=n4%J}BWOsLRbYeZ<3AtN!gWP{%hGRg~76Y4?l z^&zz6*b@yMYK2KPqag{U?Q@kTw$KaK4^i4NS5?56P!BR=)%|?DWYEX0Af?viDD-K^ z9-e+1O4~uJO{!IzQEEW`kpiy?nbN_kqb9D_{ZObL7SS7&*ZmMEJ$!D^C1?b4Q1R0lBaLV4)zK^yqrpA2X@R~IGt<2^m2v>{H2pP?XBK@k-Lhv;F zJ1jJVh=C-MM(;rpxx}QIA2YWZxY{loT13CJE-+zc5k+LadnA&Vp`z4Z&vMVN1l2eW+-%lW%OYFp_pkKTyGs* zMub)fAlP~hFNUkh0T>aQZ^%K~(2PQ;E_%H~4pWHc6U`f^j|!+J;Z;Fg6yxq6xY*Bq z@7*iCT7Z@$3RbzK{wPrhE%7x6zM(?JqB-+e&A}&=6yc8n>zGUd&(EO-5^E*yxMAaOI@}!jxN_9QBy}Bv%#i2VYZSi(Z%>~F6r#-K18d4FWnR<`8~WSx~6XXTxn+1k^Y+S41()495a z6=&{P7@G2$YXf@cddGtG*fit<{gSY)Z^27DM+wiN%y~t)w$LGZz zTLyM*{`2C7Z8yx>_Mn3`U!nu<(v`kH1!_NO&4$`Dq4teX=fiih=f*SV#y3Lax!U?{ zZA+%MgXvXYuKrZEzAaPVwo%`)UVL;Ls>_CKusIWKesFj**!7!=?D_FW=f`uQ zH?pC&OsFjzI-3cd%~dqr9fF#)u6%XqsSA}g>h#u32-fV(ggSE-b=iuhOhwa1#qqmh zo)Ki1R8T{<>Y8&6$FmJ*GYw}q8qVeFntn0*v(cwc+kx_bS{)^&+qGcBv*XAYSXuaC z*V>Us-pa?pLu8a%|@R^#xp>_el&dO+8e>o)dkP3l!&{@AP{IUQEoxA zZDkndUv-G7{X1%Tf*PNo>L=*v6V&`?6#k3nt!3x73-vN@GEc2#OjXVwTQQ^tPa KnHz?>!v6(1j#Cx@ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..94b4f71050f6c6985b8ec5fb491f4860fbdfc0d3 GIT binary patch literal 27213 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 U;TqOY6Av~s*_*QsOY zX4e%qF6u)B4hpnIMQJ4@%-fZs6K@m=2?_CV5)X9K7MoQiK!}HX!d$Pq(>?Khv$pf+ z+=_c+WY2sv^UXIi-}n8#Z}v|Wiz6DZxzfUl7!?^Uq}?lR(Y6&SDshA-vqTfui00PChb~7})RS*hqz|y8xNKoQ zWtg_Kuxh5VnONEuuVjGufWukN_MN*LqnC8^BF!%8RN?K8`B)~IizW4$RNB<3E#pio zle}ccOg-*w;MC2N{}TE?fV1l)%4sCZ>#k*KC!<3rIE~X?c$b7wBG41od{I&JGFn`d zqi(%T<8?{*bi;xKuesNRhjlU0_C0fLJLbHaq|3Tb??~{t5@h%jg63Hhq5+`yfuwez zJ4@s{Tr_xzD6-vIzw|84=2o4X+uk(XTTM8Zc2nKV(M%-H*AIXVY8U@6E<*KFZj+eM zI%S^)o1b1kcWUv9p;KcqM$N0a#f6MMO+oVFv~FB8v#X1slV#n^j$O=~SF@Sf*or=W z{lwz9p1Hm_pITZpQl>t(8jD{8H!&7hQ>zo|bv>hH=|mj7Nz+Z%8oHT81v`ftU(M41 z>|Z$iS>=y6?l=ex#wb*u+$7H>-+G%Rb(O#MSn7Hzov0q}DG5)duId-ZOTva+{mR*r z@J#A^0o){B*E!MzwaV=D2#D5pYWNk{h}&tSB3X8$h}~tHe0!Xb8(fiFZrX2~V}~rh z$ZgxS2>!O*wD2~+<|_E$#Qe5rY#bLHe`p{I{XvK@N4QM!K#H3}+#t3{bA+t8e(IP!s&kKG)ztpK!+kc3SBMq&%`Ro|4pbG%3t?w_?uckaA-4qC;cID zc?L=|Rk`!l{QCSxq}mfM&1}3~l>-&IXG`uWbC%ry7rCd_27EP%3=T6R(Ssm%myyuP znUQV+u?b*UhIVf;dSU#vDu2Z~F8>ONtqgLBJm4arJk+7xk1Muz@Uq%PrQw(k+05eUL zZci7RQU8Xk=mNek6kTRBlC;W(*G2%3qeaXRO?j_h0h~>V;PxHcyEmvf&yh=H*UlJm z_Y~Y2PMCwp$E(e_$)Xj8ls!e`3xHjSR-VQL?A?mbb?p$7`->g7XtDeMdJ6#o+~SUq zzlF#Q3yMynY-fRx!sf&l61uKYJgF_sEL@39t6#tDz}gM|0Phz_s;qHG7A~uApJ#zo z5g4fHAS|PYu>u7V1N|io#ew-z=oJpOfI05?HRS&dR5wYr5hnefAqbPf?#(klIa3XE zRYQk1=kCmvr6(b!bpEfwE*$fRekNDC#;mTfE&o_`^!RPzX<+#Ik&Xxd2G@Swc2S3@$Am-3FI;6?p)SJCb~F_8*1Nd;dP0{B8)zwX;b_I(WA4s1eR& z&9L*DDC~zW{I=6z_zd(FnIVJWiw?nBiZ2F+uN@e4r?W|j{I;m+OSvS){K&Eb9RNxZ z9jqb3Y!7?5;wB7swt%F8(GYQ02OcJrLVpY3?atFzfX(kmRc^a5S00+A(!4WGs@+3G~nudgaYi@n6BKKNyZ#6Ld?tzMO+EPwGO8h?i+wA-1 zM=sviQFD_(_q~%({C)6py6s`0e-;?7?T1Zk2LO`w$3gHw)!zm0UItBtr|@DV5ha9Q z1NabuuYq<|UCC;>G}5xFzLSfkof(R5U<;9j$a(hQX0JY5f=3~IPMCR$USqo;Jvz2Q zvrtsJEn?m@z%0#Y8$AGoAGAtA9|$^>kWQ;j0DF!Lt0DPO$W%NUTt{ z@nfhyStHe{bCszJ*3^an5J7yCD@SUqegE=H*1nY6#Nk>ead*^sQ9OC?YT3BI@*x58 zg{v`G>!?%5?~Rlv?~md1@#ggLTE{-|(7h|=sdtsfgOgV8$r^!yM?EjFsSWKHyUXIo z1RADPcEE_zZoAF=DtzBkjCV{qjy8Pt2VDIzjShQ|Yv0 tl&{h=(8cU(^g~s1aUA#YmkFm>WaM9D%Q0fl3>e3{1<9PLc9O~ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a8a21844428fb5d8b6d12f98066a9941dc06b39 GIT binary patch literal 5032 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e9369f4f260bbb928ad51b2b88ff326608481923 GIT binary patch literal 3892 zcmb_f-D@1z6~8n4q4DlYYVB&PcpOR4OOe43esD@lD3sbIg}P6TaUuQ_LSOr$O%o)B6au9Wc~hc?LZ13NcXoF5vFcL? z_TFOO%*{X36V8R)x>gFwz;&9gNWa5@xb9`Jrvk$+Cq9x%eRGzUFCwB`Lj?cVH`pdF1f-@mrL$Qa0%{k zZ;eNnOi!A3Jl{9#oV%u6v1R9WXmV(UPDkRRl64T4y=Hs9z2x&tW*G2<3*5FTy#}wD zH=*tzgR^1>%RGX{XrH(xJA&dcpl!1$_?j2Cq7J7W5TuT508LRV>4KX!e&6lMg6IJH z4{B8=(Z#TiW61@NB)Qba)s_q=QNy-UEqq7@iUUJEJCdpwc1#kUWAFaY;FXQ2?J>(Xp$UF5D$w>Q=KA? zD=Jd~&gV8VLj}=mG`Ql zG4gw{Kdj0;Sfdo?GN%nE{dvs#MtRs%)q$3vFW62hY7w2)!xno7g+c_0XAoKtNhE+%(X8OHgfbH)RH zxV((lQhZ{W%hy125gV2j*bQ!3ah^`GlS5zPvZ}|~i2HRxPKgMLX@0dfGrjm`#6`4- z#0L{;#~rtRFa z(R~-2Uh}fG#sfDLm&pi}!{y|qpK+bNGe z%>KH#^WxaU?8inWojHly@z;hn;7 zN_!B-oNnS^L5@&qRs->fNsP&}+D)i*hr(=ich}idZMK?GK@#`|VS@7KsV2&pB2r-r z$_X)oVPmw9nJO$lrQ4Km_t`#UJ~2kc3)qY`r+-oW912hrY!#OdKdwfsn`*p=6z^w= zOg~Q8YPSG-a&BD!?iW>gbnhLbE2DJjYTQ>^{k0w=BTL*H$o5Tr1Ju3DG52yxOQLaK z`ERnjTE9|v^BaSRwr=gWp&P%RwezexFdG*g-;N?n(r1UN)OaW@#AGurB{%9QzEH$P zmD8R3ltI5tM*EJ{3jn4+T*`a+n<7iC#pko_ z3p4GJnGaXnBR3$hGWMsJ|M2pYd+o~ipRcwnSCR@eO4~-|Bct;8cH1yNL7@(x+8!Qj z507mbV=AK$6dzTID!$Voj!WlxCMr0tYRZe^TcG!qS9}VsPxVH8(^wQSbk2?QeVot!L>TA zapU4~xcgjw6HubBV^HAVefyoaAOGP0hTrh{wF zs!Z)N%+K9Dn)Xg=x!P{Nm@^;G>@rMGX7*^>J+0-=KAGQRn0E6R-ap%+S$=3&*K!k& z&wh!+iM l_#qCch9at;-HfJb_|vNm|C>$!la2i+|B^QGCBvY2{|ku<&qn|N literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..800f0853957bc397c3042bcfc4680321b2271528 GIT binary patch literal 803 zcmZuvzi$&U6t?eIE@{(3)kY)|l|Vq1p@~ozgesP#1O${yv;)yemV0(`M=y7W&xv%* zumB5F!mm-0%bkE=W-h1}*ckffVTmo`^d)eu&YI0Z3 z*|KKfq%FZAAb`LC3}6=yw5|pLg=|@Jn&kAZ4uJ+bfauQwF{n<=57v7lukRXZftt$J z?eB`JYofgScxMZ>?rgR0-QDg8b9WdAv<^jaH;pN2`!09$;@s*p=fsoX5Kz#C1a!4M zKy_*m*wd<#rzX)h)ow_nXXx*!@gL62I7?Poe^5c8)UFprr4_6g|(+Ak~{E({N z8e+~3aFQU7_X8^CbEk)09x*YOsO(v2!Sygh0S#xq5#j+Ac7VhF5clbJy&!Ca6p4^1 zAvB1{Fi?0Np{GL}8z^gN7sLzQ6AzKBwz3b`NB0i4*&A z6OCv{BGy#TAe1-VOpok^gIo`y^oUbdkPT!;%~PTjd;z8_weiM8AK!R`j_fPbO7+OD z{=;3kICdu+WAE+ak-auuIRC0RU0QivW-DjM-Ih~fa{1t3yKV`Kr?LDYObtY)3Nz0V zg`rwu%gWEHD-xaBo4KU7SWUW6e#tdyj&%s(7qIqKKlif)%u7EE%dAYQAFuub5*#mq L)ytoaT6WHF;27G= literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..808ce832efa9cff07bebf4b2a0066b702c5e7f94 GIT binary patch literal 1410 zcmah}&1>976n~>#X=P{qQ8%&I?Zr4GRD{@V(?gP$H0^FMG`3@EauI?-md3UceQalD zP1g9}gQ4rv&{J{#h2Z`ty|g5UB4Q}?)SKzr5OV69(JI}XI-oai-p9Q6e(#Nb9UB`3 zTz~zrwArfRt`6lg2TcDPWR4(&ki?J>mk`Apv5{2VismbEH8EXN^VQf&YHp2y0ZR~? z2M}7!JgyXXxpuea*nbl|IV7LG_po{Y+g2nbk2X3o%F?e=KkkZ1pmM62g;Bb-E`7;X z{9rpu8A_*DI6&_W3%KYdqUv95v(3wOgOvqU$SklAp;D$WjA`WDlMq%w;$NvIHHZRhk_SZrcM|EoJgT$(6pSee1CY zk0wg}e|u?3po{3QI(BY~PMh)ErZh?;Nhw$Nb9GHV5@`6TNVrNqzZ4F&iTbKfyXb0i zCYW@Lyee3{nU7E!#J&)e3Io07_TOa9+ulRLxbS=~w>#d0l(l%Y!@L#~k7d^O5V=Q8 zX4lucayv_x{Ddv+eBv#zbjMqcHarnYcD?NfkNqtsymr)Hq&qAPGrkz$0EA2~25szn zTaUp)yUXhsclY8@Qx?kVE~7?#jO6t`yt2m*Yror#m-Yv*X0QFS`eOF;UiHWEGYhVM z`QpmmUiGCt|A$@wY4mXPX}ym=@J>&aK=)Jub_8AG7^}IdgFc7ngioSasJ6}VDWrK_ zC5u4O6zkh<3}-j2xu)FI1nk3~6Vv>CUe2HJ)8os)kmbp>0E#pf6MfOzIgK8r))*r;6DY>erGKzZO0D`9!iYXh$(mTtSmt zC>8h))VnAW)=;bN=px?OUlicn;a5?nsuOcaPAi0v^P50!p1`LkaN`8#&#Vd3_-*Q= JbHH8a`Y+8HQ6&HX literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b725e27d2ad585bb744b6627df8f1e42749e255 GIT binary patch literal 3010 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 V3E9u3@07Ao%H0Y12m71u{{i}`VsHQe literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f4c336058a0d39fbfcf997581ad8d958f3043179 GIT binary patch literal 1404 zcmah}&2Q936rb_eI$<|~Kw#5eq9CeTC>yn05TJ-QL6Mpd5D^#4(#WwViHSd!nQ_EM zIph$D4Jzshg?|Bs|D=~zaA>VWs?<|&QI|-FQ{Rl&u$(%Q-@JKm-q-KF@vn`>FoN~> z^M&<4E!gFuT4tZ={RGS*3Q>q-lwcQQ$!oEe=&r7KJvI{4H5G5fR#J0o7-?t$h2}mA zEovU=r7zd+)ExUC3?~N{6Zam?Ek2x&xM0y*E}|^`A@$=9k2omD=CUwKH&%r&=&~Pd zMkxj9<>fpU(T^QL=Qe$|O2q?~tx*P=5#@}mE|cZ^^Y@m5e)4MTM@PLSI6i|~C~|R# zTrD)aXdQ>ze%;ln5n^htYoWex9QCbT>yy+Nkk-2BDR%8uIuox9NO9NS8 zwPbMl^}0Y_;zJ}V4LZQP=mo%Bg~Lcxpd$h8DA!Tn+b$wTB@^c=uCfK~CyQP5c(l@g z-m9A!bpZVp$1Y5sw<#-ZLZUPhgfQu!NjJq%px`GwVKVt*JRE2f@nxTOz|>@vQ{iZZ z!D+l+3=tBbyhofe?)gk?=HC63&a-Hndh?WTiLC7ba*wIVrXO^~ zW|l7a32kkE=e20M?JY%X9*+c_Zu`NOzd^azj@mP1o2FsLW&#+1kct_a2V1PI#-P>i zusX!uxirv}R#n|q(C`+J4}0j?ZXDEpx0~kxIYqpj>%5OR9);cN67v-2S5vTKuU3}{i8xdKik zh4OZqgUJnQ9Jt$)1F(nw8ok0U0{6dh3u`fB)KA$s+-8@73Sxt^c~_O79LfUDtLYdR*>Z}<%Bkk^r;?OE6*cq4XtLJtL^(-JwxO^<%Hajb7f~jx zP?lh+B0k!8N^oY`Hz1Q8=aWEAb&T=ZO@wcrpzlx6jT1EW-fH0HZ)4w{A=p)}{{gIj BQi=co literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea12d03927e673203e23f84fbefd4d5fe10f0ba0 GIT binary patch literal 27218 zcmXxs1=Lq%vjuRvq(MUI5|EJY?vUex#)&<9_RMo$QFMJ@BubPZTKLEPsnxm^m>vFE@c(~A|3BxKq@lAYTBm3&qIHVi zB6_D7En*CdnJZS;|1Cc*7ZvUGXwh;qftILvaYJ)2b{PIAT*NySdO>`q0TV}IX1dVZ zAv`P0m^d_#V}<5rs43_zw7N3KG=&?7Etz-ytI9EMRJAea{; zH0hFr)i+dYCkjo&kThzmYWlDc^)tTjcuPXksI_|Y@#^S};(Z+M5rp|@!Iw-)RG)|A zqGpA{qo%2rlbbD^!<2~-gv$lBblhTAg4{HyXSjdV=ixP?<^pe~>hDl^a0ld1`ZC!! zrnWGO7L`HUVfRZfyb99C3fb&C&z++}bnw3FM>guHTAYk|W}G26rrrJubHU#coCW8H z)nKM@xIIROUT|JGkf1EQE%bE`NrUpjR@xRIJ!Fslh9A(oRP~f_0?1gVYIuXFg~0D( zsc(37xP_!GGQ6H}a0m{b@w!m|&~f5|d>pP7RoOC)Ed49eRjO6x>L5Lew2I!vu2C1& zE@6KAexo`-_=2=Tl$H*|prG6mTTbNVFsL@jEi-=M)eY%`-KzIht9j66!n7donzo(y zfd$Kvo0hcKfZG`!L$#_iG;w|v&ZnyZIqFq zbs){`k<*NQWPBxe2Fp9)wBWcfQwWZ#ZrXMW?qITb%gk7Q0D0StrP>M*nMKDQ-f9YV z>ZpsLnrX`@NT=FGu0W_Ncz|V$@EoOIQMxi>oFopfppFtDB={)=2R(J<(fc_szMDqF ze4CdZc$MDO%qU?uTV^G^pTpJ%ewXkZIyQ&Zpc$%zWc=mMQ(;r zcu)+%e5NMcMUc$Y->2Z16UVl~SjV{z@-9_>DdfUZPqne7?}u}PG^jSi?ea3?-5@(b zyM=q0OP0w5G6u_EdNc8A82N}PMDA&aov)e{OaIUd!eQahr4?QnK2O` zAowtH2=B4S#s6W3VmV6gmk2Ifbpza9sy6a|LHZnNcD*@lbOLDtZE+E7g8PVBEllkN z{{-0=&JA+#K3088$7bFeaBsQ6Qp_)%Jzt0mb^>oPGMQDk09Uv9*3b*CMyiB=MQOH> zCCDmw-1AhnWey@MfV>FXg6XPXC_FH28@}yKV{@yKkyQ0E?~;)TUAMmV>j@jey@hlZ z??5;x=!EpY@L<6^p%+vYUa;FwsB%+3NAC`U5^LMZ%P4mqq$at^b!-K0Y>#LP-|-IM zt6}K|WUR5wPSw&ncA;vhP*ScKx!*8fJINc`-egLc@z}^wyfi-1s|vpfr=n^iR}Xz7 zd>QfO5?0a{%}K5xog|mT2eJ?D8!Wl3wb)%|!1a>bP1-|uUN5&qb&p&ue1$KIMhUWFNk*EM`CZ=dQlxY?=`5WMY(IZeyp5Wfna0nf+MnC6^R zea{rJWplmVY57}6Pr1EB4$_uFH5c%Hy}5aBGfjXK5ne{`IjSZSe$k-g+D-_s)3+XJ zVTDNwnRWO((x}ZKjpXuBIu!1Pj&GUHVIc^+!Y%Fg4RB3fJ-Ds(4IrZk<_dC6h|Et_ z4>QhFwHG8QNKd)Uro{(7!>gdM-zD40?E?8n$F@*Vu)**Oa_dz8RftDM8s<|94jB2! zNhXrE-5v+N`s}RUJdsG~oThfy^@CAo2iV zH5i3&K9=rA76-YB;GmJ8GRt**7E!<)W^RGx)saiJm*KwmA>nAaXWs1qTnXlh zYI21)6~^-ZHDe7`M+tggxEaA1)dC?dxE$Uk=-@a>;C`j=pcRhk*k;Q=Xo)40 z-cz9$d<@r|g89JN<&w+gbDZWxzE5QChz!C{QuV2h+n%uj&3AaG6qXD7qB>35TvWZo zFzCqZO2*r$;-Y#&%Uf~@5i(f8v0sj$GsOWNZ!uM3e0$UOr$ z5~N5N1~>2>GAJ$F9k11b`iqo)#`_)V4(6=h6$*LGT|?SVg;l~YY*Y&0mvA+ZHfNqW z?9WEF#MjJ>ECk(km-yzM({Wnih{AgoJTLbYK^~BuydJ#Oraf_zyqHhu*n&O*e*)i^TVt)SwH@(LnUJ=pISKCp$aK}gSQ_g6 z8uKWSQgREauk0FE6w2@(Q1uRiXdddSLMvKwBKSran}Tx@W+qb@2D2>v(8y~b*FzI5 zm&-@^b0dEay`Y3#b#3X)_??39wLM~58&n1TdRorHeI@+bUA6#c7QR55pT5iF{-nA~ z7>&rh?h;$?Ue)?Ka`XN`kPmZy1ZTB<#{42oP2@WvOHhc&cnVpZX@f#;VFOgjLlbNP zc}#Otq&F=6Et4NEo{kO{%twpg2a1~HjnagLV2R%EfNwIlm@gvq+G5Zb-7e1~_JxdyV|<}E<($u&X{1N{)oY(e@3zF#f94sMz7fVSV{;@I*> z%qxLghLE5x&A+Qo(XpGpcB;jgp_tovygxu*GE0q|Vxy;2{U>at_dZom&_CckWWHw} zF&y$#wgm%yO5s21?v3%%ePRcnP$@x5d22f&AEX|M21VHka_4S#G#!2H1c zspC?3p&(=mmzG-(SIR>@lA9{bYmYx@`3YZbxhEkw&=>UzOMY_S@G(3G`I&hN(hlUg zjk1!K#dV(<6dmbLyky$mL9l?*0k(Wo?k~&_d7b12=)D2*Grs1$=Llku)&t)Vg+9Wc z6;^uv7rbAXUzq|(Gr|?*oe$3xbS1K{w)(z!mM`UgL$E#U4Mv9@K_zVs z;r>R|#$7fz`*`3YsD9V+2UAgaPqnR%RY*J7s7_c2enfR$TQmEv0r{M_-dz@ks|KHd z)OLuD+CH)V5icFzGPU#$L7JOsFRW%-A=3U~{DyMWYSotnB?l>hz9`b)s4o}^LocXf z+K0jo%xeV2*HOsuOQe-F_g~DdRQoZnP|XDy&E$o9;bTb0i*9%!dhxdWb}t1t!AgxO?9aRmR-Qi7KUxCN14+GslF5%{tq zXd0onbaYyxr4LOu;aY`74tC7Gy9_U^BL-YcRDaPtnC6A5(e-xZjaO}A#=Fj*&G5V- zUl10PU z`WWeCg*c(K;G})$3$tsBZN^REKSsW$BO#NBIpbv#^Zr#$!b{4`3xx-vvhY`IhbU^s zI#h+JI_Cx>^(F(}tlH43$%U~{{l~QR6elg1LSa3~BU%nq-wsPkh1Z#h7Tkhrnzll= zOr?;TDW#*o;c0|vnKzhXI+~-Zjk%Q59pK%-@-6cwTwL_&LN6F&twt7X#d|{4LCd6v zD~;eWf+iFcF>*dg2G#Fe<3r)6I{s44sE`GCD3RIqzV7y=nBo*<0@+Gwv}BW~w9~&N1bpQp6gjrQf8(H5qVtasRy#6|}sm76O zZEh^R+2#JAIiIJ^5rOauVJTwEiogqa!xY{ExrJ{xxqA(di*#Sa11W2x=DhYEz5|m} z+Xq&7%{6ifb2I6LDeRltzOh49!BJjG3br{|QNs_C(T37^ro}XEV&q^p&uPn32EC2+ zZMawRs}RRE;u=21@C0y8jEsX|tB!=BprD)TdD4dK&8IgN z8RJy{QJpI+t@kDGDN~Aq{J`ZL=Pz>O8JXBges_a+REyj93g)=xp0RlmR7DXi25xIm zE`ti_D9FS|RfsptTIoZ+AO*+;!w*HyZlgA+3d5~8W4{^YXvt>K+h()^{!q0DTw8oi znX61fEW<&Hs=fo4+BKHQwPrFH{@C!o)+z?K0qzF+;=(p?rI}v{YNAlW<_8EW%J|K% zs2btOU8+5Gpk;DB zd2f(W$(EIw5eA(GK1^;~rV3m=y^URMnU257*aUo*s^o;vQmBHZm)sQK@{t?pE$KK* z@g>EVfT^IGLhnN0Ma)>eZ=%Wy{Dmjk&zX(?Q*b6yr#THHfj_O3c`DZ|DcT^ zk<%SS+Qo57QBYY&Vuc*qPAiN=x?IOixv#9BmiMQ*pM#9E!Yg5EEM;i9#auxj*YJ## zHW9vJ&S*Y62%cNv9zp-gB?C#$R3Gn0{zSMD!sU>_};Xl12ZMgtAmE2JZ zrU=W1h2RjSSKQ?T3U)e93QAKlwNaIHx}&6(QN2vYyO9|n<&^j!s9j>xEs432-uOBm!qqW+s)JP$ zKINq`@(F^*!0(YUM>Ug?O+l`iTg`%#Rabb5f0#T*rZ+O4LI&PLg}Tg7%t$7q!ftY} z;;W0foUn#&CMWJMwrRItyHrqWK?J^tnS1$m^Q*<6x0RI=F5peL0g6F+6Gf!6L>n| znXqJLhA0dqBLk)FbhKwWFeUKiKyb~LS@e!@wW*P-S!)K!TOb{EoQ3NISDc`kNYgQU zyuz0@Z|OTIA-7jU3 zuP}ud)7jfmIzc#$DaQ0-YE#f1X%A*I871vo)=Ou0up6j;48g&E^sj}Gpdv4qrF&`{ zN#AIN-xXpRIovWkwB3`7lDlAqca0ol&~uw#Qdncgex_H*7p&FM8}lHLegqA+^cj%L zI$|@qDX4?54{%>*jr)bEuuWJDK|ZFx@P(y^+3hO?DT#bTb(stOj=qa<25&5phk*y^ z%}mBHD}1fDuDS75x4=zOxTp7Rs_LnBhr7a*HFu6P?PdN&e?)JFP(jd~-1o6m@aYXS zZ3o;SUUt&rVA%>XSZ*9|gOd!$QcyTVA&=q5D7_V$U=QYTwk$+ieX71Se45_4NQY`W zilr!A38sg_Um!88l_UJZf}*HygoA?5czF#inT%r!-zW?>GyM_~}npHMYeZX*Rt(HBttMD-{If8jd_*O-j$ z_;S;HoZS4vDj|LF5g83peP~*7(^{yGq;wQh)r`0GCbY~W(=t2ad#VM^&7)dXp`N)@ zvGj71(I5%%jp22sZ-DAi1eNGJK~R5f>Eu2$Z7lF>3ZH_sS14pq3re$t4W~d1#i$-k9kMibOZ%>+f3^XG9%0dufp#jXwTI5MHB>? z3EUS|Nd&1vFIc5o&pBtQcHlkm@GIbE%PpoLF=-Y`+}C%2yRec82w=#OUxY=UNYE7k zZ>Y+smhw=W@V!Yv65sgN$P2nlGfy!`b*F+ z*cy646U$sxJw{|ZukfRe!a~2f9yJ#8cyCmTm(Z&1;ZB-SRN;)z=dq6OK{la(otc3u zi*tTV+74bVueC#4B2?)>wo!FT;RN-~^;Tp0=-95>!N@Lh9eKsvIU&*kSo(&zpuc7Q zLr^@d2A70?*lh=boy-JtlQ0#iuMfPESIG)_sE;Px1$CaGoWTVj$1*)IxJrA5-TX$Y3`_2G< z$H;Cr>Z)xFNN3eAD1BG&C|)rO-lJuoY0=Sth@i3=b1nTR=KZP%m`|84s7liO6mvR* z>L4v8w+c%Y1XY=rsyV}4u-f`dNGlC@$e?c#RD*k0p^U;1_v>oL1iAMp9Y{+#RM+KR zYCCMV7^V$$re1Pc;Z8D>;oe3y)1XEBJWdFcQ9uI9_W&>9Bj4f4!BfAwpaZU!Nl1m>j9pgksd~%`r{t389gC`$LV3(d zL#p7VxgD%<2El9#p4O2RO9Qz(ytBNSp{k&Wj?Y1ME1cndfS|U`<0BYiT0Fyhn>NQ< zXG2_YSZ`sF>NF=q@P+VQy=!^zJIN%t58NP$+!uzQvuZ41D{Zrceb9fYS_eUEg>klg z!}q+_t;S$!MZr+2x>B_SOBIl$a$i{COXf82-sSp!0G+7I z`t_|9lfEd0WO9#PZ6$r*n%e;6TLgowb;_Xcgqz`_!BwQ-rrb4D56vCM%uu~d%V51j zn2I3XF!v+qv~VRsV}MJOF&}eoCJL@01zA)Z@hX{CR&Or3(?+MLSb*!*LYbLqEWTrRVcOcKP)NqZfa>-3g ztnEkP&#IrA@q#x+Z#C6MMAp>yi$X2la2*Yi_GelVnG4@&%OrBn!Qm?e<9!=N!V3jo zgkCUDn9Ly_0(bCG?*qSb#O^LW2Eo|KNld$F`1ioS34do=o7RT;LpYhpm%NTxF6lUl z^iR2j^u3SZiMu><-S*U%WD3ZAjo^JFHwiC?1VIH#yMd%|i1y5BEJe-u%8Xa&{|ZeI z_J_-a)gUkLqTwlkt7C3UX>5nRW8dFY6JegB`Zt!Z@uf85AK?|@zr2x=FNc>KUl%Or zZIl?*Rk$Qr)~QxzqJ_VeAC;0<+e0xaf@y5{G%0g4+((P{&(LT!nT{@(mdS3>xS5Rk0)% zPBpSU$S4Y~3O`rPiJ-gt#lsSxc@Lxss)}K6&@%EAF49`72j1HJ@0YTz4hWJjd0 z$&JRc(=sEhbzR3)y?2d#DtDUK5z83h&xHx~c9KiP8;`HG6~57N+~yMuDg)dZE-~Cw zkR-gM%tVk0dXIz(f~Qt^U0BEclIWcTa)YWaSh_M3K_1gGmif%>yD20?nw&|&q-4&7 z;GhiV$*7v4%0R{x;p-sVd;oZ zYPoSbCIcr!)!MXrsx9zMqqHZ2Z-w<0TJm~ep03(UwKvm1wGXc&;s2VJ*t8jNvqR?K zFXwCs*UU0$C`ik^Zf+~gZ}Wb(<#)Ud5l^9pk&W~=j+n3zoWu79f>c&`Y+6q^{{>f6 zWeVO@O~<5X`qGzy*N+!FYzul|*+O$Ky)(%jkD!*5WCZ@lL#21|*F!H@q2p&^6IzP< z?tjpc33!#=`cq$?`lcZLP5Tj~lD2B9`$H3~L3PC3L~?UzZe!X6;LmMzKco+e!wpnO zPE|=A*LZKhWj1%B-rfoWOxsIU7KJAuS$Wx**3LN)WUHmK%RO?x9K8P24^n+g__jh$ zUM^;q<8+pL6X_@mrsK_4xQTfVFE?;uZ&ZNrw}tyGGmYl!%njz4rC+D?1JyimDeUps zjI#7KbH9Od{Y@(;cgvuO=H}Hg9o1l(2f>Yid*)U{fQKmD){zf*sIZYj9y4N55L4R> zEcrp+VeaVoR_=r+D4p0&(+1ym8#SjsgF*}51J#Vemcl|< z+8Fd98OxcSsJ=7zS78DVnv2|4I=1l&Yb$T=V1qs}sEFKny+wJ&n7N*!laAJUe=_&3 zX>EkXLH?7Q&^ezJ^DooqYb|b+(la!^tCNBg*Tfwhgo9e4Qd%M1XEFURyZT~ z6TU~hXsD86-sD0x5u_%vYvi0^E?DI2Y%Ki1mYsoJaU4_4x zyB)ZLLN~cuW(%@sOf?#wI;g$?O9m{xaSqZCT`OKOLn=>t#gO1&jSC-r%7VJSw7Y93{^_rX#zNmyDbumks1!VJlRV zv>l~BC9kLIA39pAPSw%Vj5flyOjnw-M_ACelWQL-kdelgNl@JdnThHVf;#rCrMClc zN2U`q&5T)a9c?~D?-RJrs&}+?u+cD@=L@?ibQ5-scoAdxp9H-{L6qEU*6L+=K+AB? z*j=HMK~XyH;!DdUS1qmM83og+8X58hlfBHRm`^jS(9a`ifwup2B%!6Qum}3H)c52? zSN%}O2D$dWgQe(apzj58Q@GSmz;vp5%WVYSrgxB$k0S+p%#7TMIc=lP3OStaCDTXm zW4M0^N~^jcvKG(3I*aNH(vPV}ZhdApzV5DZA9#*18gHg8U(lS>3Y(a=o`uHeudrqh1O-G0%is&Qvw69Wz7WUPN=`V9Yp>xmX%n zzou{~=H>Ps#v9J`#{4m*wZq2?ZridieRYxkr1y=GIoPK#58nuFPrdX(gVs7p1tNz5 zA7Oq#&^XKmKWiJQV-)iqQ`PA{)!Ps54ryQDTZrXHxw+Pgp|FD7^t8Nb!DDjE-DNbY zzPuH3PqbA;@F8#?Yeg5%^;wJo9vkUU$fzx^kq@ZvulIe`m8SKxLO-~>m~&eCTcrKv zR)LHIUdv)cV7@dcr=|1p2AGx$WDSCW2+|>VKyG5gbE`gu8>D(r z??hCMBA=ApyQoI!n53|PzJWR>fV|~?_q45ICWE{}`o!i_gj1Pm%rfBTgg-RAtCwkk zWr#tW3|eGR#|R&S?ymMWzP{#8$1;OiYonpsen9X!v&e4Ukk0cI^O?y;PQ|0$J_}VG;TPJ5fehBROL(84*&svY z77#Q?IG0)C20vQ$Gt>U%{YB7l%=17N>UiDAbC}EOc!sJ{h5H44G`2&w8~bAMJXBbUy|3LuL~D`3!KxLo*_@Rl;mm~s?+gnofDeF~CP z$7cwJqDn!_a^RG_G!Z`D-#V6+O z#vC;AACUiOS&AwV$WKJB*0F|J%e>Ih*4!8b{UUrNEbA3kY8&OI^?2)aoZ~%FT`ycp zMq(r1gZoG|5zTc>8!gvSZW&x!xev8%V8*CcSDnbbPC*pr`S>=1Y+`<;>Nn;iVQh!^ zSjWf0&CC{NE7Kjpht9cy*@HAUv(yK&QEn6SuM0hJob=4{h(0gVjmXXDKZ0w^+lG02 zXoCFyiayJX()e~Lya!TDZx4k=_;xBpw?}K&$RO94>7eanGX{E|?W$uPqAQVqs}8s7 zRj=@0L?qlu)o2RW6?UPY3_J_LmdG{8U15(AaJxbFFiZ4CmwU(DX_P+aEyDb^>TJUE z@P4OxC6>)0Ur@uod$H_eCKpwN)A}xQ&tp-`cyc8ZrHBRpl-ce?)>M`DN zCJvT$awByVpkTc)hOn1qDj9hK_$1TQ$mK?^vTu}*Q6Q&O%c-8`ea^(P$8x)!5ss&& z8}M1-MFcf0_=WIG=0n4q=!j#+Ik_z!^gM3@f{ip^5Vk=uQSPGf5_6b>yk_KM{(Yi_HB7Z)$nHpTEw+FqD38tF1-s={!&T0|b_Jr4|d3@81Tq^t)-^Y3{P`bi%m)DV;X<(V}KsJLs#Md3} zJ$yT?byKybJzmM(68;SGlOz7FurtI3S1dDK;T>}qqwmE`r{%V`(Fl53>pg?+L~^|E zsfwjqK<{0J8QQ*AoyprmUu=-M7Mvxw47igO?&8Y_rh<-d@svg?m8# zE(E^`7pk_w^1JYRy-l#}W&V&`1hNmoN!2B;v0wOD+ip~6c^|+XP#8x`OrKss;HIel zl8Z-BQ}5dcRg^+9f_f-4Q&^1UrMdf5D>!0d)%|cYc}qYFIm8~r{{(&vyj0lSB?tZz=dXJE{64emi1id3%Et=|R z<^U7hjNJ+csmkvVy=pGKtV zc#H7QghenzqiPb|Xt*D> z{VTlaxeuux^E@dLjMcW%GOr6$F?ro8HE$jI|MY%_YBYjh$W39l9lRe9tS0vta-*A; zM(-un^$4=4W=D`#VKTlcOieN>(fo$O-7pM>TJ=M18<@njyav1mOKj7kS)nKTqJ*!( za>ym$#FCC#rI6al*>Ep-=@pt;;V^J|bEnv&7;to?Kce5MqmGUYAiabc^k!r(n3jpx z6eJ;ObKx?}?MDy;RU(C7^_JC9+>EJmS>UoVCFHv6sEpvT1=li(;j)3mN06PDMD91? zVf4H0(agnjs3ui?i&q8JJSL~GDlevvT*8fRI@HqV&Fz68mg;Kn7Mu5ri{}P@n>pfE z$FO{3-^zNA%56fG2V^dmjm#T*KZHAiDhaQaTwb_*On#=M&5v5)9brx0NBH7sDqg%FRRXzix^87;ZE3gRlzWxt+M6wp}hX(~n;=C)olQ7r`;6y24Q4jF^wh#bXLl zuod{Y!Y0$U2@4@jj_L&5Nv0I_ed#;q5T%6)-Q|1c4dzcQzhWtjpa>IR?{a4^Dx3>f zH@r}A*C(GqwU|P2<~ZgOyc4{Vymj{d)=f(ZPw6;r#wl7(Mzko*af1{zH`h@{t}K&I zAvFc%A_O|h^C~bEnbns0QQK#j%Lt$7c-0^~8zom0ZWY`Ur0ev?5!OZqU z-_f^(zWT!7;dYYoIi(HcKGe~W*NAyUT239;F{dJTmySwsUpiA`xYP;bKxwwGc=!NT7Zo>`)|QM9RI?iSj+3;4ON^y8Zx38= zN)uS?0?3z0&oN2h+Q22{?TwHMd%#t;%yai^C)b|YM8SLtItYJIJt17JqodqDEVFI& ziR$^t3flH7q*3?@_<}-OVKT!z>22c~tC-tam{D6Qe`)ywWUdvG^Y$nlz}E%tlZbG= z#T+8Fj(E)1o;DMG8zL{Gw<<3VTnb@V1bJQPB0*`iW!8~W^^#mSka0BkbMaD0*PC|G z+;ecB@|t;y1(A`wxH?Yp=AnU&M)npC zvwmM9=eXYqVIPIE^zDsQg%{BGj{8BEia4^Ury{jpBV8N@v7vVaC%y)y|REGc$Wri__wH;yBsNSY;xWWjg zyc>+-=SGMe#%IicgJj_DxRb=+VslRG9N+%?AXHW~RouPA9X@O=e0 zPHsH2P;LTmA~T7Z%ycy4Tg=}v6RG;d$SJBHs%~Hk+WZYC*`<2dIeRht6v{JGbxdPE z5*~EKn@Fe2)xrEGf{plg=D?u5zn*tCl1p_00kFJ_pA)RAyh=84`kIkldM`mZ!Nij=5ANm z!R%zVp!z+;1s5a3;jSaSkFTbaoN}hLaeHLq8rQia-WE7xe)s6ma2jT_adTc>S<3gMq_B>g``g^IPSv~5_UMU@+A{x?&p zdW8mU8`W)FwLz8oZR<9uT&2OLX#UR_qrK`?sbs6h13LE~(5ij^f!zkRs@uDB<^EBF zJGZLbc|ebWefqYl*S}Bq&I9}8tv767w?4hAweQtA-{1nR@^$V#xK-__4y^`64eXq^ zZ~Klt+IQ_dpjF?fzWLh@?%campZ@tfc5C0iQ|E#CI}hqOa7dT_o%`kMJM2}w(!Kh0 z8q~9M+5YjvJB0s>=C88Rp2v(HJ^J(T7mjQ>FGkDsJWjNfX)Z=f`aDkk*y&BN~tqtVIkB}80oBoow&xJz(NB(Nk=NJMBFicWVWY3+}(syaF$ zha3VsSyntP@n4Yaf3lZd^sw6`u&}4Sg&hOpXv*!DU%h&--q-KF>faiTVFc@+ zpBC2tvS62oYMFhe_X98oC`2KSQG#8JC9lO=qPx1{_1H*E*HpX_TS?8WVWgo26qAorMxZ2Cb* zY-Z_#pU~FUb+1L!EpIVe^LQlablVS}_#2da?WjFNwrCn=Y$kvK2&tH%c_5y()flwe z9ae|9+ZP6!(yFSv3>w}7@_rW`*^T|$A9nMt{ngRLwO^OtOnlolejYixGW+Jrov!iL zp8C_SzZ~8leo^m%1^TR`QlL62;W|Ja>}bo|7KEH$ee@c=#_TM}x$N2`8v|O@Wv+k| zNuj*$=3sJz8VBz7@fc zo2Dc(mZPyD*p{6kIT12dLW*HRk}S+)$=3;an)`97Q9u_q01qQ1I)x6em|c>-z6Me> z`jZgQI3~ow>>Nl{YIhVS%$8RrnUacGAn*6ksb-ktCv{|voM_l=z6$^PqUa-w65Pj4Z7>locQMmLYq)H|zzo4=1;Jw>pqT>l3U CLsI?# literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea025a4cf2742312c0f8ea39a4dc07bb5ce61ee0 GIT binary patch literal 19140 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 AeE976ra)8%Ivf(?U=2{oH6w5?FtJ zx4Qki13Mn7WsjKQm%yBmn8Y+C8TBbe-bjti^i9p1sg>Ejt$8bTvYKC`#2~9AwvR~c zaQoCOefe&`=DB}SIC-?Vx%zPF?wzHTL@JTAdn)PV5ArbW%S3{9dbtxP`OcOK6<-gd z-6ZEAy}sT{Rr0W}`0{QjwzzsEI&CgMGgW$HTkC9nbLES*Xq3L*M)ApT4UXSJHJtb~ zCcY8d1F}tH}sN<%3blLlDL9lq%%=wB)_IR+u6C z>h?t)0`Jd^kEK=BHxDY=0`mHhoVktT+OO{HOZVnk^P`_OUo`IxtnaU!-Tv&w?FR$v zrF-i)xBkQA@#NF`5G=?$Gev=(DK_kc^r>fT6iylQIeAXSRgg=Z+nksNTGTOH=oHJL z!2RYs*^R3_v_lLWl0T+yh-<+8f8g3Oz7J^fb+|5Wpo_84ZW`u0J!s#5no@}u@O~9? zR)_QqF#*yIZvwG_DKl0~GM07XUW$C3v9Eh!T55F13l}B;U{d|UgcmJlF_jO16paxk zBA%vJkI1EA*)tb);#|2fs6G2E`kTNuG%LY{Gvb=h z=26wus#kEgsY}ofv4E=@Cu86(@jPAPTjCEUD}OK={l!$)9u1^~l)%;$4oD@u1$-N2 z!n)TuA6>*7_g>kY`{F~8VRdp2$c0HMz5JNaPtM8GIk|gI=3hAt+Wh63cS&H^x&8xa Cs#1sm literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b8e1974a8fcec8c969006b8c0a786ad8c6ce087 GIT binary patch literal 5836 zcmcH-T})f&^}FWUT$>9v*nkZtxZx);2{00%DJ5+wP(m6^5=awWF}e zsAxhORIQpkRHV|RlBWcFEKs&>x3zWxD| zcA9nt=bZ1H^ZlLgob#Q}zb!4b5cvM^`q1>pX8>bE|BPv3&j-X75r{wq$vnkT^9Ig9 z5y2o71&iisj#g?tH+=b6rW#?ig~Jj zZ59oh(v7`GK>P?cArg)f2xkx|u1GL&v{1wu1)4JnMy^;eag0#RnFWTk2xhKCuyCwU z!j%dvS0yWkKVLM8m$gz{;VPzAh7p<1jG zY-05^EjXd=%xSxz?GkFl8nIS%Pa9mYI?${G&03Hg5$mDlnKlUSb^5*Z7Pu!e+`1g@ zQI%TInvs3s;f&eNn&(S3iw$hG6$SRp*bV(M2zV51rYv`T; zZVdXxdT+Ir85730>yj+au5Fp@7<>{g&TCPOk;Mg3QW%~OgaT2XS6uvb034b3gXi+W z@JzrDjfg)iiHb8uFBbPtJ&uiG{#IJHI5t zaZByENkNRZ&#KO)t*32aS*nGJS1NN|u1z=4yC8~SF8OMWe9n|^7R!wDK2wwQwrtS% zndaniFXEC{$8EwUzNsIB{B+WHIRH`dnd+40oAG7{Fem+9z zH)9|VG`7fUo`F^ku>FjIz~w2Q*C0Isn$l4K-Xe7`QVTM0p%EO}e^whIb5_8QWnLEn3qCWC9T_S?r41f5`8@)V|ww+F+@pKxk zXHM%}9F)3o=Xj#Jud!g0P&kw}mn+ZBaz($!j>iFjhgA_<`OWby{uaM2+zsCee;EDw zYd?MMH}vnyJ}!$nuEwlaW6V{}>zFC1E%-=O%Ci*>maw~G@{Nx3BZEribRY;kel{>O%d6fV4h5IB%gY0b5^N!Tjj31L zS#09{rkDo?#|QhzhkZl(eeevji~NgH{(V4Ci=wbno)??Ql0iLE0c&hC$%keyF| z=IlJqLN+0}Bd^Mjt9p8KwD=mb1xSKQh4QMv5w`OMj+-n)s)X1TKYUgHNXJ1z0b zPU!e<-8*&L(Yq^mR_?n_C0*`q`mW`UCGKj0Au3%7M@QVz@!=)e(fz5TBk5^G;l{vy zwhmM`2HrfMYKJX6>LxaK!rCNTn_^6pmY6eFFIWf@jhbx!3f#kz&6?pn`5|24g>Jiy z4Aa)W4|){1^Hv~eFtvcRP@qhJ2e2S35L%G34(U}wuGggdvHKPQO*PdWWRp4TL8e}d z7vAmTdZ_!-5@mrDb$#Hm`@-~Epcm{561{4V!uz5G>RU7pu_OfUjJ|uXIa_^YOH8GD zWZ1`R6-EEKzRUc;@Yr~t58e{?3!_8B{cx|I8+`uq;8ot&2ccf^((u@oeY~<6sMY-8 z&~!i$Lw-@Iz!67A2L>->21`e`!l+N1$l{d3sKp&n`EkzTg8*y05WFE)^6%nYkrf;{ z@(pZljqF(H-$u1t6bF@FKOL33(nsr zSGUEg+TtZ``(}ZT{@0(`$Fw;T)?>2uSd2M#Fx2t1)lkPs-6G2rxPW5P^5zbayui(Q zKPXIaGBmRY&$4}GqRwtZJ7elcJ69i^4hs}@x~l&*v%o<6zd}V%G?Qxz<`pc7o;)O~ z(IWf4?=YI}@j7E9M_w?SX%)UHC-|O&Rj4rHofmoczb1UZ=CJTy*59$*5=uLg+tT`T|tG}cfW96Qs*mx}EFd0woI@?o5z*w5Jr;3qch^1`LjFhd|Xt~{xB7n9V z_YkEjN{rX2+x`?mye;ghI91bYY`%SEyX&4e)^J*`>r4?~eB|Cklv<^TsVrr18;{@i zKO}(migZS*SEVSU^LE2S0w^s43KoRD%*N)Ms}BhvRrClMYVJ^N<%3_nOwr{9_~BK; z+##u_RGLoj+H+sRFjtIXXmLKG6`R(`RKA9K^y&dz!a;YvtJU#>KOk4MpLfR literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..430a199f20f41bf92c503044721494af8ccadc20 GIT binary patch literal 22169 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 DCXnZ5 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..64d30c765a64da482fa4b8f3c7ce0272707d1d17 GIT binary patch literal 83017 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..94f3c93979f1b13fd58295fa4da5816c28bf13bd GIT binary patch literal 1408 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6397f85a7b5d29f1d989035d9d648447abf1ebfe GIT binary patch literal 83136 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..efa3f3c72f06ad7c0d44179d8b15a232a3cbb047 GIT binary patch literal 77513 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f94d105af09a2546e4670480d9e7f3b2de8eeb13 GIT binary patch literal 105265 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ó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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4cab740941ece31c33242e37090e4c54142b2110 GIT binary patch literal 77530 zcmeI52bfmJb^dp$3j#zFk^mu!K!E6yWl5GL5WV+amW5ehX}jz$AdnEY+~nSSFLLiS ziJgj^<~XsPCXqOC;xy8{!f}dI&+nW$x_8+7?Jj@$$^VJJYnhjMXXeh#eZTiRckbNF zeBT&6cwmkE@B6PW=SaFErwTeR(hbayRrJoVXMk-#XI7;z)#TyiF zR2&_~$cV;j`XpawaN{QJh5nH#+`p41CVJ20dPjrk&K~EK+sJsjM#N zSXo_4Gj(C9y5zXJq+MP5bahFO)3Zv|#S;@Xe~e;YUCJhFZe?|;bDP$gp*T}NlOlDg zIZw4u)y;Ixr$#@cZl6x-(o(7}XI)uc>JQeQ-MiFx?~)!)X$9|6UZif`yFFJ|YDVwU z?qpSKisG$`Q+1r~UD{36rPs>pQol%Dlr?qbJEuN&@AiGx>T(`E^)8=8>RobNUDDlo zmopr%PMe_EwRaiY6#ZV`sTl^NX%(v~aDK4pkhc$7Yd%@{w9{o#H4(_bzR_cRBO1T6&Y>IK`V) zwegxxz00wa$d8eM7uyH zSc>Kh{V*QDMxbs0r^RU>DZ*3ae) z)b+Sa`6z9*J9Rm#J9Vj(pEJ<9dzZ2_?o#SAGS1iM44u`bw6eN>Ewif{y5ihS-GMoE zX{l(w%UC=zP$!-5GWOKF)Jf+Ik|X_$P!G7e)T%t+rPZPt8TmcGs!`kL4D{#TCGFlN z?dnp$@>Pw})Vukp;L#TcyLYeYfx7fxSzSt9T|S4O%vFt6J?@fD<1RUA+@JBd1AV%>e7fDMOReti)u=O8 zulatj##rQACpcd7Cn!!-9HTgiI1}S8wNrJ;aqrT~bUo%a#TkmOE;Wnh3>;NiU5ml# ze0Ok{>T-^*E^T|l zHA;)T%XzrEjMV45q}{u6tn@QNzt?_MqrG&_K#qIY)TND^^vsLq4Af8W)iQM{^Hm&E zmvI((*VF}z)TN!dI_{zwnavqc)n^aP7_zI{(44yTP+46{E33;WhN$DyxXU?pHQ(j9 ztC^9}-uQyZ!07Uk0iNEgk>l!;es*&P{T!pF7I9J7w9V8V)=6E)pGF39>h$xgtS;kq zbx|z6n~>5@-sOn&UX2|0E`1iw$nuea`l)v%r{HdawtT)z+E;NnK3!*^G>r`8RG#m8 z)Mb`y_iE{UcX%gt(I!=woXRsY&Nqz=jQam&zDqx@u0;lN{7#rwZ`LT$6Yp}Q$KAZT z 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ed2d1c906fb57b110a99a2da0b8918df0a83a14 GIT binary patch literal 7016 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c6133834ea53d9fc8d54407adf94ddcbce19d13 GIT binary patch literal 7196 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 IO#bTpFUkvs-T(jq literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cb67354f4e954dc1334ddc65733b670cf745a5e1 GIT binary patch literal 3917 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d45059967bcba76a768af5965468e97b40686f3e GIT binary patch literal 38659 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 a!e(duTZtD0su#f}hN;`ieNM2Z68|5(Z%K{- literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d17f6de62de0e2352bac43de33954d76b4ecb09 GIT binary patch literal 2371 zcmaJ>%}*Og6rWjtur|9Gs38WW6=_I_D+Njt6O!hOuY$!_WP@l|u13b5m<_wOJG-W( za-wz-;1`hm2axU=L(07u$`LT(KuM_dPx%k8hsJG!x!^bh6$EA1@ja>R1EzOL@-K#=c4}T3U zEhlE<$(b5`kG*$p2W(K=QkHB15|r^8QdSJo~y5Q4s3#` zci~Ic!>zi72;RWN!dcpyPn#GO#b2=$4O5?0Dq=!qg!H^_BSgH+7vVujfK9Z+!ZtDs zS!}pQ7U4`JDxY|52`?hyj3E4nCA{*46O3>U5YDho+!(aWDCG1^+CazE;SJp?y{8Qzlrhqlg^#QBZXoW7c}bQ@nRrZem59JW$L zy*Pw6a6VfgLmBqxX0bhFt!Ato|9G7z4Hh>^4-5Z8e9Nm={-!NSt)15x>gFyG+^1w@Z zVEe+&?c2#6dFe<2YX46Et%`DcPdU5OKUz_)3E@UXxhaI373J1(sCMRhMfu|R;hLX2 z6=jUwf%_h*DC~C3H+Q+K^z15Uc9p(^fp8?a<^5SX_zVQpUxJT=Pn1LUKEO!lC)h5L z`~s^m-0}q7o^>qL* t?}PKNz*n!p+&&n2Bey{54Pevjb^r&NW*=NR@}GxY+uavl1GWm!{{y3AG5Y`j literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a1e37af6a59de01a8c062ed86f9659f2f66fb86d GIT binary patch literal 4509 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8c4cd3c68d6ca1ef9db74d0b57712058ac7478e8 GIT binary patch literal 9993 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 KZzz0{_WuoHaTdw| literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9078430ff645213f801328dbfa02ac06519fefa1 GIT binary patch literal 3189 zcma(T-%lIKd3L>P*1s^=VB+vA-Y~w}3=6hqSgWq$$|(++oR%dy1}z`wiPf1S&7< znY{i+uy(%bJ4v#H&D$iuf(eiV(|IkUuP&KM6VE48cQQJTh}7F$ay0caZkq|t_?BbW zuc%A&>iojY?5&jbRSQbZ&HgW7@heaeqqv}b3GvP)6!B0u zyR4<|swMmNRq7?wPr!2akKotGXQMOw|x)% zOvm=^_L|aHRr@7cKy6m8$5D}v#8D4$($}{v#Al-mAm@A&* zm!Mwm8Q4^Huw|*ILz;a5B+~%rHJ&x3DU>TwtP{^CiT?5!4%{XIS$wzR2F8?&tD*PUj#$iJT3EahAfMARNi-#9VU~= z$J#;E+8Bh^&x0;Kreb5(cow&J)(p{na8f|JaY!a}jU(ednJgZTj3Y8{9+Jr%>&Rd- z4dKBr|HmsZ`yUy$J8Qyvf}j0E84~1L=m;BZHL(O4DkZ8OoA%((5`r%=H#{<0Uh3o# z5^TBV<8ZS7eVTnApborGU7rCvbhk+Vfj2w;c98rX(KpPU2(x;mg9j>g>-e4to(AQP zv;m&Vvx|!hi-cL7I-?6Qb$*sQEe7hm8Czm|<@&;MbVj`yqw-Sh+G30bS0SEK1wyb6 zGbFw&)_D$qtj$DI*UW5eb~<)5I!D_%Z(dJlG_0pE4J_SQSd2|C$JE%3#aY}&Y%{+zSq8iQDHv8bOKFU?lD{R48Dau>j2eJVRPPLbi`=dsRj$>02Y)~H zyQy05rE2e`KmBa4_oK?Ky1)0ca&2&|IykoLAA2?MVQpZnIxzM~`iweV;)Ji6-{t^0#D|LLm#^q&9B6SH=1s(Nl}*FSaWo3H)B zho$Y(OC|h%LSl)5CkK`appg>pL#aJ3EokC8cmWwIGkR-!fpcsef2sryQG(#R5B*A6 zC_yS%f&>IkB}G?1pZj~M>+^qJeZx{gv#DrYjfj>9_!gqG>hz6ki|Xygg`WbJnU*>W zdN#9;t@2=*l8gYM6mGHPVNaO{vT+pvvuSt5S@-yBp8l$*|B0~c8LE2&kF;9od^L3b z>6zMxlU4YICad1b%Jq6M^f>hCOV literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0cd80b3f262c42bae13ca4b623106308412ee9a0 GIT binary patch literal 502 zcmYL`F>ezw6vxj^qExO56D(a`w`QnA2bKsSM1v}%s;ww6M3zoY{E~BXXP<1}!F7U_ zF92Twb>>qrp$@IG@&$^@lnGyZ5pVE&fB7%@_kaGmxk;l?zrP$z|JJ=0t7&Epce!>!?$xMOwR-LIAM|aa9ArioDFS{}&O0zVt-u>_D$7$ft-zwU z3QMJD;1h%rty4yWF0wINFjJT$!byv^XYaCitA|Ilgdz14MYtGP{ z-IFRX=>w4=EB81#BZ~K=NK6mYUaQy?&51Ru3 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/big5freq.py b/.env/Lib/site-packages/pip/_vendor/chardet/big5freq.py new file mode 100644 index 00000000..87d9f972 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/big5freq.py @@ -0,0 +1,386 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Big5 frequency table +# by Taiwan's Mandarin Promotion Council +# +# +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Ideal Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +BIG5_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +# Char to FreqOrder table +BIG5_TABLE_SIZE = 5376 +# 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/.env/Lib/site-packages/pip/_vendor/chardet/big5prober.py b/.env/Lib/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100644 index 00000000..ef09c60e --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/big5prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .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/.env/Lib/site-packages/pip/_vendor/chardet/chardistribution.py b/.env/Lib/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100644 index 00000000..176cb996 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/chardistribution.py @@ -0,0 +1,261 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/.env/Lib/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100644 index 00000000..6def56b4 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/charsetgroupprober.py @@ -0,0 +1,106 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/charsetprober.py b/.env/Lib/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100644 index 00000000..a103ca11 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/charsetprober.py @@ -0,0 +1,147 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/cli/__init__.py b/.env/Lib/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eda920c817636a896bf18406607cddcb842cf74a GIT binary patch literal 209 zcmX@j%ge<81dqGi)4(){KnI^$fFjcwDj75x{Z=v*F#&m>L27;#I9tVp7N-^!$0Qb& zWR%AE=cT$7WtOGJxTF?mm*f}31Qg|GrIzID22_@0c_`t=4F<|$LkeT{^GF7 d%}*)KNwq6t1v-Ech>JmtkIamWj77{q7661`I|Tp$ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3145c922da725cfac500e58cf5322a43ba89e4ef GIT binary patch literal 4026 zcma)9O>7&-6`mz`m*nzCqWmk_ut$dDnu$n9Mq{|NVK=oR$ADoQmRzK)3~I$4iYqO5 z+1aHO5;W=nDJnMxY+oW3L4XuJ^hY}6m_rZgsfS*qq=4zIiy8=e$c>Ja9&+k?ORh*M zHqa5c^Y`Y>oA>j*r@zPJ3W4_3Z!Q=A9D^PweuKH!HrJqACK|~RP0#{{kQ2NQ{We6 zGK=AAQPE=WOSy!W)Z(xvwO2j*s1_)SS^{?aSijacf07U$4iMJ2>Iq7SKx%zOyU$+sC~scIK={d>ftnb#HNN|BnD{|I?5)uBahm8tE(Q!lH`0Ox5^002C>~ zjpp+UjN7o5&%-o%%hYkM8e^V}2=_;kWr;_$(6#jMr|B;F_@7ncWc^WQ^P%A>@waAhp*T()Pa8 z5a%R+z1w#w1OgOz*REy@_eTU`3L@@Dc5TA6>s_$##mi2bJ8~nyrG~5p&`T$XKjQrj z;Ul62{W*+97)wa?5&2jGO5B$}4or|#Nc|Lj7QO1Gry;6>tvI+HIHC=nJcC28e5XBoH)EcCFeNREwGc||Vy=>9QS$Yk=xZRNkyxTA!iokhr)w{2UZ~F{L*~{ofZj+^S!t*A& z$RJYj9Bn()w#YWT!()R_eR+ddLTq~gP_{J2P0D^z)fZHQnT~z2N4A%UL8qr@EX$al z_DE9#N0@ZOzT)bEEUhQM7p$(*4fA?5i$TkoT{WDP%)`hag8EcBS8J|VWK45K4Y10U z3WjAf3>uF(#L+!D`XGIS#wm}8}H)SQxKUIw*h7DlHs%v_kds?SW>y2H{HwJ@*FGJC3`S55&G z0D$pR9o#!rFm!(mX3kV*CQ(5RJH^%4Zh}+u#FBsBI6Jegat73rur} zjk}sAtOZtmuo4==i@-<=YGN1OUIa$kHlS&;gRbGV7s1XP8h=-t71lzl9S{V#d$9~* zEutxF(bW!!zLYMe#kGV-*#Ya9QuaYwPdW)-7y!4x+Q1I}Nq?`~H^{cO0*%1jKzGL< z0o)e=?t_is9J=20prJ14MxocrNSZg|-Ym*~Z(ezd8B;7F%sJ_A9L} zmSfq`gCnlwRWS7*k7LcYSOQGkrp1h~h=m4dah_o^Lv|dh5SF1QHC9vsX0z?OC*=nC zj4QmF5?!&xjEXDbGhE4phuChYLtKxf)14xw{^|`#!JuK&sO?OUa1WTp)S&#MR@H&} z%2jL!>dL&st1K1Z!{8CFta`bx9!MMYa5~*iS@n^dFU?>(G85Rt&Y(1%`pXS<2KC4* zC!q|OP1zJ~IsrHFAHb*n`=41=a0N(_Rnx?Jp{G2BXF#0?;w&(umZ3KwrP%b++!GT~(7gbOf>UIQ$ z=oKKH#$^ReD`Is3f^Vm=YpJ9g1{*+u0@*I{W+xJE;FP;DRnzjY>qUnfMjx0&vjxFX zUCAqGU3sQjEHch9`?-q82anhs!`78`TXme8D^<{%t_){@)=N#@Wa`Ro^Q1(Mc;Lz& z7w)A6+ZBp7Mm73AM__TqvZ|Z>EDW>ovne1yWVZp5*#9_wd?SARS?v0jBqrp$<1K|q z(Z}L}4e>xT+}Dg>e;VKSIDTX!eq_b@GJd?7NIp&OT^@Wi_&7PdksMy{Kh}y8>EITT zCApR8IlHGB|53B=P%Gr^im=!;ps z1wE1gkjNx9@Hl#SBYJpc^2_M4yJOGd$p^W6xo=2ZQkH}!WZ|>-&fd>Hg*+SxCJ$|e z$^OCR+@svLQ8}L2N{~q6X>6$3pL{sFeCE-aPk#7^^S?X)x%RjDzs_$31M$SSK{28{ z-vi9}5GpR5&!g(#pNSyPz{2==NHCa-Of*ZxC>{zXPX`N@OLy@So+6VD?@1=@`6dHB}7 zi>)AxpDFQ{1U)D>G0+O(C`=9=Z6O_;lM_pY_ik@SVfK7XI4vkk@2-d|6TgjY^c`yv fnEz4R#I7|b5HYq?{~|c}L=69G9IPe|d2;^`MdK 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/.env/Lib/site-packages/pip/_vendor/chardet/codingstatemachine.py b/.env/Lib/site-packages/pip/_vendor/chardet/codingstatemachine.py new file mode 100644 index 00000000..8ed4a877 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/codingstatemachine.py @@ -0,0 +1,90 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/codingstatemachinedict.py b/.env/Lib/site-packages/pip/_vendor/chardet/codingstatemachinedict.py new file mode 100644 index 00000000..7a3c4c7e --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/codingstatemachinedict.py @@ -0,0 +1,19 @@ +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/.env/Lib/site-packages/pip/_vendor/chardet/cp949prober.py b/.env/Lib/site-packages/pip/_vendor/chardet/cp949prober.py new file mode 100644 index 00000000..fa7307ed --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/cp949prober.py @@ -0,0 +1,49 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCKRDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import CP949_SM_MODEL + + +class CP949Prober(MultiByteCharSetProber): + def __init__(self) -> 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/.env/Lib/site-packages/pip/_vendor/chardet/enums.py b/.env/Lib/site-packages/pip/_vendor/chardet/enums.py new file mode 100644 index 00000000..5e3e1982 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/enums.py @@ -0,0 +1,85 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/chardet/escprober.py b/.env/Lib/site-packages/pip/_vendor/chardet/escprober.py new file mode 100644 index 00000000..fd713830 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/escprober.py @@ -0,0 +1,102 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/escsm.py b/.env/Lib/site-packages/pip/_vendor/chardet/escsm.py new file mode 100644 index 00000000..11d4adf7 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/escsm.py @@ -0,0 +1,261 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/eucjpprober.py b/.env/Lib/site-packages/pip/_vendor/chardet/eucjpprober.py new file mode 100644 index 00000000..39487f40 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/eucjpprober.py @@ -0,0 +1,102 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/euckrfreq.py b/.env/Lib/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100644 index 00000000..7dc3b103 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/euckrfreq.py @@ -0,0 +1,196 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/euckrprober.py b/.env/Lib/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100644 index 00000000..1fc5de04 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/euckrprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .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/.env/Lib/site-packages/pip/_vendor/chardet/euctwfreq.py b/.env/Lib/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100644 index 00000000..4900ccc1 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/euctwfreq.py @@ -0,0 +1,388 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/euctwprober.py b/.env/Lib/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100644 index 00000000..a37ab189 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/euctwprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .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/.env/Lib/site-packages/pip/_vendor/chardet/gb2312freq.py b/.env/Lib/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100644 index 00000000..b32bfc74 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/gb2312freq.py @@ -0,0 +1,284 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/gb2312prober.py b/.env/Lib/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100644 index 00000000..d423e731 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/gb2312prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .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/.env/Lib/site-packages/pip/_vendor/chardet/hebrewprober.py b/.env/Lib/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100644 index 00000000..785d0057 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/hebrewprober.py @@ -0,0 +1,316 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/jisfreq.py b/.env/Lib/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100644 index 00000000..3293576e --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/jisfreq.py @@ -0,0 +1,325 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology +# +# Japanese frequency table, applied to both S-JIS and EUC-JP +# They are sorted in order. + +# 128 --> 0.77094 +# 256 --> 0.85710 +# 512 --> 0.92635 +# 1024 --> 0.97130 +# 2048 --> 0.99431 +# +# Ideal Distribution Ratio = 0.92635 / (1-0.92635) = 12.58 +# Random Distribution Ration = 512 / (2965+62+83+86-512) = 0.191 +# +# Typical Distribution Ratio, 25% of IDR + +JIS_TYPICAL_DISTRIBUTION_RATIO = 3.0 + +# Char to FreqOrder table , +JIS_TABLE_SIZE = 4368 + +# 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/.env/Lib/site-packages/pip/_vendor/chardet/johabfreq.py b/.env/Lib/site-packages/pip/_vendor/chardet/johabfreq.py new file mode 100644 index 00000000..c1296999 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/johabfreq.py @@ -0,0 +1,2382 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/johabprober.py b/.env/Lib/site-packages/pip/_vendor/chardet/johabprober.py new file mode 100644 index 00000000..d7364ba6 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/johabprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .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/.env/Lib/site-packages/pip/_vendor/chardet/jpcntx.py b/.env/Lib/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100644 index 00000000..2f53bdda --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/jpcntx.py @@ -0,0 +1,238 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/.env/Lib/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100644 index 00000000..99466821 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/langbulgarianmodel.py @@ -0,0 +1,4649 @@ +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/.env/Lib/site-packages/pip/_vendor/chardet/langgreekmodel.py b/.env/Lib/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100644 index 00000000..cfb8639e --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/langgreekmodel.py @@ -0,0 +1,4397 @@ +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/.env/Lib/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/.env/Lib/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100644 index 00000000..56d29758 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/langhebrewmodel.py @@ -0,0 +1,4380 @@ +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/.env/Lib/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/.env/Lib/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100644 index 00000000..09a0d326 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/langhungarianmodel.py @@ -0,0 +1,4649 @@ +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/.env/Lib/site-packages/pip/_vendor/chardet/langrussianmodel.py b/.env/Lib/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100644 index 00000000..39a53889 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/langrussianmodel.py @@ -0,0 +1,5725 @@ +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/.env/Lib/site-packages/pip/_vendor/chardet/langthaimodel.py b/.env/Lib/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100644 index 00000000..489cad93 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/langthaimodel.py @@ -0,0 +1,4380 @@ +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/.env/Lib/site-packages/pip/_vendor/chardet/langturkishmodel.py b/.env/Lib/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100644 index 00000000..291857c2 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/langturkishmodel.py @@ -0,0 +1,4380 @@ +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/.env/Lib/site-packages/pip/_vendor/chardet/latin1prober.py b/.env/Lib/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100644 index 00000000..59a01d91 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/latin1prober.py @@ -0,0 +1,147 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/macromanprober.py b/.env/Lib/site-packages/pip/_vendor/chardet/macromanprober.py new file mode 100644 index 00000000..1425d10e --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/macromanprober.py @@ -0,0 +1,162 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/.env/Lib/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100644 index 00000000..666307e8 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/mbcharsetprober.py @@ -0,0 +1,95 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/.env/Lib/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100644 index 00000000..6cb9cc7b --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/mbcsgroupprober.py @@ -0,0 +1,57 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/mbcssm.py b/.env/Lib/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100644 index 00000000..7bbe97e6 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/mbcssm.py @@ -0,0 +1,661 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/metadata/__init__.py b/.env/Lib/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b665b003c882e07db779c53a0c9351f03225f937 GIT binary patch literal 214 zcmZ9GF$%&!5Jj^_K?DzCVS=rQje?D+jorYqn$fJ9-DP$X$Q8VRXYec@!xM;|l^aVx z%>QqODgLA1??pk+>*Das#{Ttghs!Ohqk&l6BWi{1-TZvY*%-DS$%7)!OIRD6ldcfv z=+A5&Y{;IF?Qm0bZp}g!m{cQ3&{VM0JMfxu=+yqKj_AQ@m&yuFW+~n0iZbN1KvtPz hl}f3NW+@X_f4Y;xX5|H^)Cny_7~jAv7D7-Q=nLFDJre)` literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..096ff892f6e09e273194d135c488c7f050579792 GIT binary patch literal 9769 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 I6jJm450Ld5 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/.env/Lib/site-packages/pip/_vendor/chardet/py.typed b/.env/Lib/site-packages/pip/_vendor/chardet/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip/_vendor/chardet/resultdict.py b/.env/Lib/site-packages/pip/_vendor/chardet/resultdict.py new file mode 100644 index 00000000..7d36e64c --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/resultdict.py @@ -0,0 +1,16 @@ +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/.env/Lib/site-packages/pip/_vendor/chardet/sbcharsetprober.py b/.env/Lib/site-packages/pip/_vendor/chardet/sbcharsetprober.py new file mode 100644 index 00000000..0ffbcdd2 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/sbcharsetprober.py @@ -0,0 +1,162 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/.env/Lib/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100644 index 00000000..890ae846 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/sbcsgroupprober.py @@ -0,0 +1,88 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/sjisprober.py b/.env/Lib/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100644 index 00000000..91df0779 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/sjisprober.py @@ -0,0 +1,105 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/universaldetector.py b/.env/Lib/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100644 index 00000000..30c441dc --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/universaldetector.py @@ -0,0 +1,362 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/utf1632prober.py b/.env/Lib/site-packages/pip/_vendor/chardet/utf1632prober.py new file mode 100644 index 00000000..6bdec63d --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/utf1632prober.py @@ -0,0 +1,225 @@ +######################## 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/.env/Lib/site-packages/pip/_vendor/chardet/utf8prober.py b/.env/Lib/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100644 index 00000000..d96354d9 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/utf8prober.py @@ -0,0 +1,82 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from 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/.env/Lib/site-packages/pip/_vendor/chardet/version.py b/.env/Lib/site-packages/pip/_vendor/chardet/version.py new file mode 100644 index 00000000..c5e9d85c --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/chardet/version.py @@ -0,0 +1,9 @@ +""" +This module exists only to simplify retrieving the version number of chardet +from within setuptools and from chardet subpackages. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +__version__ = "5.1.0" +VERSION = __version__.split(".") diff --git a/.env/Lib/site-packages/pip/_vendor/colorama/__init__.py b/.env/Lib/site-packages/pip/_vendor/colorama/__init__.py new file mode 100644 index 00000000..383101cd --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/colorama/__init__.py @@ -0,0 +1,7 @@ +# 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/.env/Lib/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..32883d0f9a02d0802fef4e3ea7b0798a3737aee6 GIT binary patch literal 506 zcmXv~&ubJh6i#+Bvp;6H2dSX@Js4ofvAB=Ue{%B%$ahqu z8aGH`idBbpR6-L)C{Za*anw3ZrnzMV{D}=?!~DOkB(-}^8kZ7-f|7y& literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aa4ab6575c7c0c9b3a89d2d82e6aca187bbe7a47 GIT binary patch literal 3964 zcmcgu&2JmW6`%d$_lHFKOLE%KvD1`^P1$YHrb=&Gp!YG&N@ z>`1x?N-vaNnamK=w?j-n^*vPFadf}%2EZE}@CJl81l}<9_xlEgHv-=1fHx$(Bj6n! z@P=hVgAcpG>JhL)eJcu9xNnVs73f=|jac%~Rx_})YT1dky17xMi4|I-tn5%bkuDTx z6P496D_0!K5|z3MPN$w&XI9OzYAfKW)|qfY`d~u0iced7T)ao=e_})cp%ARCtlP_Gy5-!~t|4r%Nay z+vH*Qi!Ep}CB!00$^|a1J&?JQDb8}mc34v4s`vryop^3#CQHjUWp=5|oYjree2r$A zwMk1^YF~Hi>!k%&zeb(51|cCeRt`W$S@zj`kTB+M5xT$#${fdtL5oGP^i z3k>8=xZkFZA-rr9>?pkU5daa}?xCBLd)j{RXZMx;;K@hoNrtfx1^43?=>vv2_5fA~ zk%nw%o>8ZAj zG2SJVz$QUplaOF*P#SVl;r=w}A%p)o#GViOi>19SK6H8m4G23+uKbpePo-_?T3`14 zi9zzc1Ypwb!%lCa_E2hPG zz;+-}>`yFbm3vpHQ+6E2y`UVd2u;H;sy3}&IStj;6x(fD$QpYR?Tt@ zV=LAtBh~YbLr?pCfF|kq$l+sq>Ydr|iQ=F9Ec-Zq^zQk8oWJ+$uj6k$IrjQJ^`80F zv3GX0CnHDq)IIb5+`r!Z>eRbmkNp0b7y1iv6p|{3=`a+--~q#MH#ew<4CAjG<*M7l z-h>GsxOx&Xvg6fiy#yzO*OZ}Dp;VyM zpj4ssm_9f);FM^1l71c#Y-}*Q&MLj}aDx9Pv-+!#Nk6pxrQOVu*&EQprJ9XH_m)Cl zUf2r1m^QV%fK2rEq-gAm;@;?;Ki%BktL#TlJo24zGw#&|H|1tr3ML(jOU=$-Dr`ju zB16Yp(2bo#5Q+cl!pOWN4Da;(;-&OrwkuSzG^wsH`BMdxeMvCtR628Uh!b?YGaSa? z&d}G*2heBmxEMG#`+5IDHv_H1s*<}0ic)wky~m{sBF?1J71rOl)ELflWnsR!6&YAV zu+Km!_DKLZRu0JPe&$Q*pVRx%x4$gzN6$X;o$Y3@)WXd$DYG;b0+K%V3#OpabSPF+aoJL#f`|n%fJ|GLY(+ z<}#$X0_m+nYHPaJ^yog*tNTr#9x(lS&o)= zgL!aaGw^E+0k;SHGQbXbeB@X&hmh&lrm>bqnCaI z-I#M_fpb;h?LYq)SxmuIvxSOpp|D$TBcMQArx7r@TDX_CCJ>N{mWex9Ya>#T8~wn>xWr=4O(8FYz-~x zaj#ZIr%|P1muTVn(83F23tm!4dJhWUGqs4?3sem8-IsU z7y{;&xEq7UMn;>{2${ztF;TlQ>k0%r7LpR%hB6uBUc)f!6~ka2uvr8Fuh`!fs3B+!VH`QyO`h?S@Bi F^&dNOKQ#aV literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..73275b218373bf2e1e1286ff3aa9f395ebe3e502 GIT binary patch literal 16435 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 HKk2^#&osB~ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0630a1c065275c7772171966b8e1f5da9296dd90 GIT binary patch literal 8140 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 abbce?Ftb*7y^;8$(SH4+@rw&2l>ZN;?;f}S literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f073e59164799634267c3609ef7ac30299fb6dbc GIT binary patch literal 9102 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/colorama/ansi.py b/.env/Lib/site-packages/pip/_vendor/colorama/ansi.py new file mode 100644 index 00000000..11ec695f --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/colorama/ansi.py @@ -0,0 +1,102 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +''' +This module generates ANSI character codes to printing colors to terminals. +See: http://en.wikipedia.org/wiki/ANSI_escape_code +''' + +CSI = '\033[' +OSC = '\033]' +BEL = '\a' + + +def code_to_chars(code): + return CSI + str(code) + 'm' + +def set_title(title): + return OSC + '2;' + title + BEL + +def clear_screen(mode=2): + return CSI + str(mode) + 'J' + +def clear_line(mode=2): + return CSI + str(mode) + 'K' + + +class AnsiCodes(object): + def __init__(self): + # the subclasses declare class attributes which are numbers. + # Upon instantiation we define instance attributes, which are the same + # as the class attributes but wrapped with the ANSI escape sequence + for name in dir(self): + if not name.startswith('_'): + value = getattr(self, name) + setattr(self, name, code_to_chars(value)) + + +class AnsiCursor(object): + def UP(self, n=1): + return CSI + str(n) + 'A' + def DOWN(self, n=1): + return CSI + str(n) + 'B' + def FORWARD(self, n=1): + return CSI + str(n) + 'C' + def BACK(self, n=1): + return CSI + str(n) + 'D' + def POS(self, x=1, y=1): + return CSI + str(y) + ';' + str(x) + 'H' + + +class AnsiFore(AnsiCodes): + BLACK = 30 + RED = 31 + GREEN = 32 + YELLOW = 33 + BLUE = 34 + MAGENTA = 35 + CYAN = 36 + WHITE = 37 + RESET = 39 + + # These are fairly well supported, but not part of the standard. + LIGHTBLACK_EX = 90 + LIGHTRED_EX = 91 + LIGHTGREEN_EX = 92 + LIGHTYELLOW_EX = 93 + LIGHTBLUE_EX = 94 + LIGHTMAGENTA_EX = 95 + LIGHTCYAN_EX = 96 + LIGHTWHITE_EX = 97 + + +class AnsiBack(AnsiCodes): + BLACK = 40 + RED = 41 + GREEN = 42 + YELLOW = 43 + BLUE = 44 + MAGENTA = 45 + CYAN = 46 + WHITE = 47 + RESET = 49 + + # These are fairly well supported, but not part of the standard. + LIGHTBLACK_EX = 100 + LIGHTRED_EX = 101 + LIGHTGREEN_EX = 102 + LIGHTYELLOW_EX = 103 + LIGHTBLUE_EX = 104 + LIGHTMAGENTA_EX = 105 + LIGHTCYAN_EX = 106 + LIGHTWHITE_EX = 107 + + +class AnsiStyle(AnsiCodes): + BRIGHT = 1 + DIM = 2 + NORMAL = 22 + RESET_ALL = 0 + +Fore = AnsiFore() +Back = AnsiBack() +Style = AnsiStyle() +Cursor = AnsiCursor() diff --git a/.env/Lib/site-packages/pip/_vendor/colorama/ansitowin32.py b/.env/Lib/site-packages/pip/_vendor/colorama/ansitowin32.py new file mode 100644 index 00000000..abf209e6 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/colorama/ansitowin32.py @@ -0,0 +1,277 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import re +import sys +import os + +from .ansi import AnsiFore, AnsiBack, AnsiStyle, Style, BEL +from .winterm import enable_vt_processing, WinTerm, WinColor, WinStyle +from .win32 import windll, winapi_test + + +winterm = None +if windll is not None: + winterm = WinTerm() + + +class StreamWrapper(object): + ''' + Wraps a stream (such as stdout), acting as a transparent proxy for all + attribute access apart from method 'write()', which is delegated to our + Converter instance. + ''' + def __init__(self, wrapped, converter): + # double-underscore everything to prevent clashes with names of + # attributes on the wrapped stream object. + self.__wrapped = wrapped + self.__convertor = converter + + def __getattr__(self, name): + return getattr(self.__wrapped, name) + + def __enter__(self, *args, **kwargs): + # special method lookup bypasses __getattr__/__getattribute__, see + # https://stackoverflow.com/questions/12632894/why-doesnt-getattr-work-with-exit + # thus, contextlib magic methods are not proxied via __getattr__ + return self.__wrapped.__enter__(*args, **kwargs) + + def __exit__(self, *args, **kwargs): + return self.__wrapped.__exit__(*args, **kwargs) + + def __setstate__(self, state): + self.__dict__ = state + + def __getstate__(self): + return self.__dict__ + + def write(self, text): + self.__convertor.write(text) + + def isatty(self): + stream = self.__wrapped + if 'PYCHARM_HOSTED' in os.environ: + if stream is not None and (stream is sys.__stdout__ or stream is sys.__stderr__): + return True + try: + stream_isatty = stream.isatty + except AttributeError: + return False + else: + return stream_isatty() + + @property + def closed(self): + stream = self.__wrapped + try: + return stream.closed + # AttributeError in the case that the stream doesn't support being closed + # ValueError for the case that the stream has already been detached when atexit runs + except (AttributeError, ValueError): + return True + + +class AnsiToWin32(object): + ''' + Implements a 'write()' method which, on Windows, will strip ANSI character + sequences from the text, and if outputting to a tty, will convert them into + win32 function calls. + ''' + ANSI_CSI_RE = re.compile('\001?\033\\[((?:\\d|;)*)([a-zA-Z])\002?') # Control Sequence Introducer + ANSI_OSC_RE = re.compile('\001?\033\\]([^\a]*)(\a)\002?') # Operating System Command + + def __init__(self, wrapped, convert=None, strip=None, autoreset=False): + # The wrapped stream (normally sys.stdout or sys.stderr) + self.wrapped = wrapped + + # should we reset colors to defaults after every .write() + self.autoreset = autoreset + + # create the proxy wrapping our output stream + self.stream = StreamWrapper(wrapped, self) + + on_windows = os.name == 'nt' + # We test if the WinAPI works, because even if we are on Windows + # we may be using a terminal that doesn't support the WinAPI + # (e.g. Cygwin Terminal). In this case it's up to the terminal + # to support the ANSI codes. + conversion_supported = on_windows and winapi_test() + try: + fd = wrapped.fileno() + except Exception: + fd = -1 + system_has_native_ansi = not on_windows or enable_vt_processing(fd) + have_tty = not self.stream.closed and self.stream.isatty() + need_conversion = conversion_supported and not system_has_native_ansi + + # should we strip ANSI sequences from our output? + if strip is None: + strip = need_conversion or not have_tty + self.strip = strip + + # should we should convert ANSI sequences into win32 calls? + if convert is None: + convert = need_conversion and have_tty + self.convert = convert + + # dict of ansi codes to win32 functions and parameters + self.win32_calls = self.get_win32_calls() + + # are we wrapping stderr? + self.on_stderr = self.wrapped is sys.stderr + + def should_wrap(self): + ''' + True if this class is actually needed. If false, then the output + stream will not be affected, nor will win32 calls be issued, so + wrapping stdout is not actually required. This will generally be + False on non-Windows platforms, unless optional functionality like + autoreset has been requested using kwargs to init() + ''' + return self.convert or self.strip or self.autoreset + + def get_win32_calls(self): + if self.convert and winterm: + return { + AnsiStyle.RESET_ALL: (winterm.reset_all, ), + AnsiStyle.BRIGHT: (winterm.style, WinStyle.BRIGHT), + AnsiStyle.DIM: (winterm.style, WinStyle.NORMAL), + AnsiStyle.NORMAL: (winterm.style, WinStyle.NORMAL), + AnsiFore.BLACK: (winterm.fore, WinColor.BLACK), + AnsiFore.RED: (winterm.fore, WinColor.RED), + AnsiFore.GREEN: (winterm.fore, WinColor.GREEN), + AnsiFore.YELLOW: (winterm.fore, WinColor.YELLOW), + AnsiFore.BLUE: (winterm.fore, WinColor.BLUE), + AnsiFore.MAGENTA: (winterm.fore, WinColor.MAGENTA), + AnsiFore.CYAN: (winterm.fore, WinColor.CYAN), + AnsiFore.WHITE: (winterm.fore, WinColor.GREY), + AnsiFore.RESET: (winterm.fore, ), + AnsiFore.LIGHTBLACK_EX: (winterm.fore, WinColor.BLACK, True), + AnsiFore.LIGHTRED_EX: (winterm.fore, WinColor.RED, True), + AnsiFore.LIGHTGREEN_EX: (winterm.fore, WinColor.GREEN, True), + AnsiFore.LIGHTYELLOW_EX: (winterm.fore, WinColor.YELLOW, True), + AnsiFore.LIGHTBLUE_EX: (winterm.fore, WinColor.BLUE, True), + AnsiFore.LIGHTMAGENTA_EX: (winterm.fore, WinColor.MAGENTA, True), + AnsiFore.LIGHTCYAN_EX: (winterm.fore, WinColor.CYAN, True), + AnsiFore.LIGHTWHITE_EX: (winterm.fore, WinColor.GREY, True), + AnsiBack.BLACK: (winterm.back, WinColor.BLACK), + AnsiBack.RED: (winterm.back, WinColor.RED), + AnsiBack.GREEN: (winterm.back, WinColor.GREEN), + AnsiBack.YELLOW: (winterm.back, WinColor.YELLOW), + AnsiBack.BLUE: (winterm.back, WinColor.BLUE), + AnsiBack.MAGENTA: (winterm.back, WinColor.MAGENTA), + AnsiBack.CYAN: (winterm.back, WinColor.CYAN), + AnsiBack.WHITE: (winterm.back, WinColor.GREY), + AnsiBack.RESET: (winterm.back, ), + AnsiBack.LIGHTBLACK_EX: (winterm.back, WinColor.BLACK, True), + AnsiBack.LIGHTRED_EX: (winterm.back, WinColor.RED, True), + AnsiBack.LIGHTGREEN_EX: (winterm.back, WinColor.GREEN, True), + AnsiBack.LIGHTYELLOW_EX: (winterm.back, WinColor.YELLOW, True), + AnsiBack.LIGHTBLUE_EX: (winterm.back, WinColor.BLUE, True), + AnsiBack.LIGHTMAGENTA_EX: (winterm.back, WinColor.MAGENTA, True), + AnsiBack.LIGHTCYAN_EX: (winterm.back, WinColor.CYAN, True), + AnsiBack.LIGHTWHITE_EX: (winterm.back, WinColor.GREY, True), + } + return dict() + + def write(self, text): + if self.strip or self.convert: + self.write_and_convert(text) + else: + self.wrapped.write(text) + self.wrapped.flush() + if self.autoreset: + self.reset_all() + + + def reset_all(self): + if self.convert: + self.call_win32('m', (0,)) + elif not self.strip and not self.stream.closed: + self.wrapped.write(Style.RESET_ALL) + + + def write_and_convert(self, text): + ''' + Write the given text to our wrapped stream, stripping any ANSI + sequences from the text, and optionally converting them into win32 + calls. + ''' + cursor = 0 + text = self.convert_osc(text) + for match in self.ANSI_CSI_RE.finditer(text): + start, end = match.span() + self.write_plain_text(text, cursor, start) + self.convert_ansi(*match.groups()) + cursor = end + self.write_plain_text(text, cursor, len(text)) + + + def write_plain_text(self, text, start, end): + if start < end: + self.wrapped.write(text[start:end]) + self.wrapped.flush() + + + def convert_ansi(self, paramstring, command): + if self.convert: + params = self.extract_params(command, paramstring) + self.call_win32(command, params) + + + def extract_params(self, command, paramstring): + if command in 'Hf': + params = tuple(int(p) if len(p) != 0 else 1 for p in paramstring.split(';')) + while len(params) < 2: + # defaults: + params = params + (1,) + else: + params = tuple(int(p) for p in paramstring.split(';') if len(p) != 0) + if len(params) == 0: + # defaults: + if command in 'JKm': + params = (0,) + elif command in 'ABCD': + params = (1,) + + return params + + + def call_win32(self, command, params): + if command == 'm': + for param in params: + if param in self.win32_calls: + func_args = self.win32_calls[param] + func = func_args[0] + args = func_args[1:] + kwargs = dict(on_stderr=self.on_stderr) + func(*args, **kwargs) + elif command in 'J': + winterm.erase_screen(params[0], on_stderr=self.on_stderr) + elif command in 'K': + winterm.erase_line(params[0], on_stderr=self.on_stderr) + elif command in 'Hf': # cursor position - absolute + winterm.set_cursor_position(params, on_stderr=self.on_stderr) + elif command in 'ABCD': # cursor position - relative + n = params[0] + # A - up, B - down, C - forward, D - back + x, y = {'A': (0, -n), 'B': (0, n), 'C': (n, 0), 'D': (-n, 0)}[command] + winterm.cursor_adjust(x, y, on_stderr=self.on_stderr) + + + def convert_osc(self, text): + for match in self.ANSI_OSC_RE.finditer(text): + start, end = match.span() + text = text[:start] + text[end:] + paramstring, command = match.groups() + if command == BEL: + if paramstring.count(";") == 1: + params = paramstring.split(";") + # 0 - change title and icon (we will only change title) + # 1 - change icon (we don't support this) + # 2 - change title + if params[0] in '02': + winterm.set_title(params[1]) + return text + + + def flush(self): + self.wrapped.flush() diff --git a/.env/Lib/site-packages/pip/_vendor/colorama/initialise.py b/.env/Lib/site-packages/pip/_vendor/colorama/initialise.py new file mode 100644 index 00000000..d5fd4b71 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/colorama/initialise.py @@ -0,0 +1,121 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import atexit +import contextlib +import sys + +from .ansitowin32 import AnsiToWin32 + + +def _wipe_internal_state_for_tests(): + global orig_stdout, orig_stderr + orig_stdout = None + orig_stderr = None + + global wrapped_stdout, wrapped_stderr + wrapped_stdout = None + wrapped_stderr = None + + global atexit_done + atexit_done = False + + global fixed_windows_console + fixed_windows_console = False + + try: + # no-op if it wasn't registered + atexit.unregister(reset_all) + except AttributeError: + # python 2: no atexit.unregister. Oh well, we did our best. + pass + + +def reset_all(): + if AnsiToWin32 is not None: # Issue #74: objects might become None at exit + AnsiToWin32(orig_stdout).reset_all() + + +def init(autoreset=False, convert=None, strip=None, wrap=True): + + if not wrap and any([autoreset, convert, strip]): + raise ValueError('wrap=False conflicts with any other arg=True') + + global wrapped_stdout, wrapped_stderr + global orig_stdout, orig_stderr + + orig_stdout = sys.stdout + orig_stderr = sys.stderr + + if sys.stdout is None: + wrapped_stdout = None + else: + sys.stdout = wrapped_stdout = \ + wrap_stream(orig_stdout, convert, strip, autoreset, wrap) + if sys.stderr is None: + wrapped_stderr = None + else: + sys.stderr = wrapped_stderr = \ + wrap_stream(orig_stderr, convert, strip, autoreset, wrap) + + global atexit_done + if not atexit_done: + atexit.register(reset_all) + atexit_done = True + + +def deinit(): + if orig_stdout is not None: + sys.stdout = orig_stdout + if orig_stderr is not None: + sys.stderr = orig_stderr + + +def just_fix_windows_console(): + global fixed_windows_console + + if sys.platform != "win32": + return + if fixed_windows_console: + return + if wrapped_stdout is not None or wrapped_stderr is not None: + # Someone already ran init() and it did stuff, so we won't second-guess them + return + + # On newer versions of Windows, AnsiToWin32.__init__ will implicitly enable the + # native ANSI support in the console as a side-effect. We only need to actually + # replace sys.stdout/stderr if we're in the old-style conversion mode. + new_stdout = AnsiToWin32(sys.stdout, convert=None, strip=None, autoreset=False) + if new_stdout.convert: + sys.stdout = new_stdout + new_stderr = AnsiToWin32(sys.stderr, convert=None, strip=None, autoreset=False) + if new_stderr.convert: + sys.stderr = new_stderr + + fixed_windows_console = True + +@contextlib.contextmanager +def colorama_text(*args, **kwargs): + init(*args, **kwargs) + try: + yield + finally: + deinit() + + +def reinit(): + if wrapped_stdout is not None: + sys.stdout = wrapped_stdout + if wrapped_stderr is not None: + sys.stderr = wrapped_stderr + + +def wrap_stream(stream, convert, strip, autoreset, wrap): + if wrap: + wrapper = AnsiToWin32(stream, + convert=convert, strip=strip, autoreset=autoreset) + if wrapper.should_wrap(): + stream = wrapper.stream + return stream + + +# Use this for initial setup as well, to reduce code duplication +_wipe_internal_state_for_tests() diff --git a/.env/Lib/site-packages/pip/_vendor/colorama/tests/__init__.py b/.env/Lib/site-packages/pip/_vendor/colorama/tests/__init__.py new file mode 100644 index 00000000..8c5661e9 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/colorama/tests/__init__.py @@ -0,0 +1 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. diff --git a/.env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7508763adb044e7f5778ff428bd2a302cbcadd7b GIT binary patch literal 212 zcmZ8bI|{-;6wLYo5pocVB-o1BC|D?JWA|WL^{H#j?(*IykSllr&)``+h9?j^D>tnJ z!+e-xo^jld0$#WIanWcK{_*LA<{s72K&&1SwL+l5dqHoLP3_Ot%vFJDHG~vR1xvjH)*ch5_PIJCgVQdP6`F&kY;UiYRG~7D>^YNC f8||e`UH$Ei3wtQ9IH7L%AOg8D@3s(v+QIz*mjFD$ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3b9e9e78fb0af57a6e5ed8e4fa0b2b5f980f5878 GIT binary patch literal 5481 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 P5w5N9ZDGeZ(*XY$O?bP) literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3e898a14e1def6b920319b313eefb9d5c6af6df GIT binary patch literal 11762 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2301e4c5f53b98f713981ce8528d535bc30d0444 GIT binary patch literal 4918 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 B;oJZK literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a09261bb8146650d90b86fa1ea1b98b12d0d5e55 GIT binary patch literal 6626 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/colorama/tests/ansi_test.py b/.env/Lib/site-packages/pip/_vendor/colorama/tests/ansi_test.py new file mode 100644 index 00000000..0a20c80f --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/colorama/tests/ansi_test.py @@ -0,0 +1,76 @@ +# 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/.env/Lib/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py b/.env/Lib/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py new file mode 100644 index 00000000..91ca551f --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py @@ -0,0 +1,294 @@ +# 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/.env/Lib/site-packages/pip/_vendor/colorama/tests/initialise_test.py b/.env/Lib/site-packages/pip/_vendor/colorama/tests/initialise_test.py new file mode 100644 index 00000000..89f9b075 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/colorama/tests/initialise_test.py @@ -0,0 +1,189 @@ +# 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/.env/Lib/site-packages/pip/_vendor/colorama/tests/isatty_test.py b/.env/Lib/site-packages/pip/_vendor/colorama/tests/isatty_test.py new file mode 100644 index 00000000..0f84e4be --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/colorama/tests/isatty_test.py @@ -0,0 +1,57 @@ +# 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/.env/Lib/site-packages/pip/_vendor/colorama/tests/utils.py b/.env/Lib/site-packages/pip/_vendor/colorama/tests/utils.py new file mode 100644 index 00000000..472fafb4 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/colorama/tests/utils.py @@ -0,0 +1,49 @@ +# 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/.env/Lib/site-packages/pip/_vendor/colorama/tests/winterm_test.py b/.env/Lib/site-packages/pip/_vendor/colorama/tests/winterm_test.py new file mode 100644 index 00000000..d0955f9e --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/colorama/tests/winterm_test.py @@ -0,0 +1,131 @@ +# 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/.env/Lib/site-packages/pip/_vendor/colorama/win32.py b/.env/Lib/site-packages/pip/_vendor/colorama/win32.py new file mode 100644 index 00000000..841b0e27 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/colorama/win32.py @@ -0,0 +1,180 @@ +# 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/.env/Lib/site-packages/pip/_vendor/colorama/winterm.py b/.env/Lib/site-packages/pip/_vendor/colorama/winterm.py new file mode 100644 index 00000000..aad867e8 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/colorama/winterm.py @@ -0,0 +1,195 @@ +# 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/.env/Lib/site-packages/pip/_vendor/distlib/__init__.py b/.env/Lib/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 00000000..e999438f --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,33 @@ +# -*- 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/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0872eb9ad75a8a851943443c61ad27fd773fd2fb GIT binary patch literal 1283 zcmaJ=%}X0m5TCc%Y_f?TQLDAqucDVwj4i!LDFtc73X*#1pq$yc77B%)dJ9HM@zj}3VziXL!@PO(X683D@Ap2px5oh2k9V_6 zs}k;XXfCCp)IOnd2nHC;f-D$PmPs%RMra2NnM=o^x?eV=l26!zlAM(pNWfvaqnWI= z^XM^aM5tU{?rq&PHH?&x8;7PZg9;l19v%nLPq`6aLHr0}v^C>e`*lt78+bpn0h^&W zu)&hipX8F+3O`CcNloQj{s4`VphnpavGgo6AS+c^Qt}gN)AcNKab`2m%bw}jnPkY1 z>bjjPab5Rgx?XaOHH-8%U0+?xS@oMEs1d}K_2Q}a+U3I4a>6UFX|HUa7UnwF(%fC~ zoU*ncoMrAg6AKlu=-9KEHnsj(OL2Q$n>QCV*Yx;AIhS9_6}YRF&GMwa&TYdHlSaL; zNnJN>)6?}-xgunQ3-NSj-W=uo2~4xs`^EF+?*A4$IKa%;&~1kXFda4BkZR1o`or5IGQ z)qSI?RNdBx_ciKa8_wGjK@a~26vVgyQgotr3rFT9)7whiL?O#Pis&IhBg!|KfI9LF zAn2zX75V~iK_`2#DiDC-IAzPpuOyjBpxveTMq{zO;5m=amc2L2V2Agd#$MN)Ys0L_Z0dYW+=VhQU(=;trnNE)+X(Av3k>LP1eOF;w@a zH%rF-h~*Rtrd{ykI+97a$ZDjodQI^jH!E-OTeufZD&K@ zx literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b434c49278f989b6b8a3c99a1b3bbafbc18143a GIT binary patch literal 45619 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 z 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d12d10633de5b8a14a2e5ed3d1eb628a12ccae29 GIT binary patch literal 24380 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a1571c2497699e997c2907e86696bd176781b69b GIT binary patch literal 60172 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..593a03237bcd192494dee5bb5d00e53d91996879 GIT binary patch literal 15139 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9a4ec147c3d64a1d9e4ad08ed1aa7e1db07b7360 GIT binary patch literal 7696 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..06b9a7caf698d5936b650fc0a31fed4973123db7 GIT binary patch literal 41813 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..274adb6a80a312a8426e6056ace016e285efb781 GIT binary patch literal 17339 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

?ubyr{0~@Nt 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 BpPc{z literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1350c94e9f57f4a2aa1d83e9ed2cbe7521a8d51f GIT binary patch literal 51875 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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/.env/Lib/site-packages/pip/_vendor/distlib/database.py b/.env/Lib/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 00000000..eb3765f1 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1359 @@ +# -*- 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/.env/Lib/site-packages/pip/_vendor/distlib/index.py b/.env/Lib/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 00000000..56cd2867 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,508 @@ +# -*- 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/.env/Lib/site-packages/pip/_vendor/distlib/locators.py b/.env/Lib/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 00000000..f9f0788f --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/distlib/locators.py @@ -0,0 +1,1303 @@ +# -*- 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/.env/Lib/site-packages/pip/_vendor/distlib/manifest.py b/.env/Lib/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 00000000..420dcf12 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,384 @@ +# -*- 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/.env/Lib/site-packages/pip/_vendor/distlib/metadata.py b/.env/Lib/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 00000000..7189aeef --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1068 @@ +# -*- 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/.env/Lib/site-packages/pip/_vendor/distlib/resources.py b/.env/Lib/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 00000000..fef52aa1 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/distlib/resources.py @@ -0,0 +1,358 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import bisect +import io +import logging +import os +import pkgutil +import sys +import types +import zipimport + +from . import DistlibException +from .util import cached_property, get_cache_base, Cache + +logger = logging.getLogger(__name__) + + +cache = None # created when needed + + +class ResourceCache(Cache): + def __init__(self, base=None): + if base is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('resource-cache')) + super(ResourceCache, self).__init__(base) + + def is_stale(self, resource, path): + """ + Is the cache stale for the given resource? + + :param resource: The :class:`Resource` being cached. + :param path: The path of the resource in the cache. + :return: True if the cache is stale. + """ + # Cache invalidation is a hard problem :-) + return True + + def get(self, resource): + """ + Get a resource into the cache, + + :param resource: A :class:`Resource` instance. + :return: The pathname of the resource in the cache. + """ + prefix, path = resource.finder.get_cache_info(resource) + if prefix is None: + result = path + else: + result = os.path.join(self.base, self.prefix_to_dir(prefix), path) + dirname = os.path.dirname(result) + if not os.path.isdir(dirname): + os.makedirs(dirname) + if not os.path.exists(result): + stale = True + else: + stale = self.is_stale(resource, path) + if stale: + # write the bytes of the resource to the cache location + with open(result, 'wb') as f: + f.write(resource.bytes) + return result + + +class ResourceBase(object): + def __init__(self, finder, name): + self.finder = finder + self.name = name + + +class Resource(ResourceBase): + """ + A class representing an in-package resource, such as a data file. This is + not normally instantiated by user code, but rather by a + :class:`ResourceFinder` which manages the resource. + """ + is_container = False # Backwards compatibility + + def as_stream(self): + """ + Get the resource as a stream. + + This is not a property to make it obvious that it returns a new stream + each time. + """ + return self.finder.get_stream(self) + + @cached_property + def file_path(self): + global cache + if cache is None: + cache = ResourceCache() + return cache.get(self) + + @cached_property + def bytes(self): + return self.finder.get_bytes(self) + + @cached_property + def size(self): + return self.finder.get_size(self) + + +class ResourceContainer(ResourceBase): + is_container = True # Backwards compatibility + + @cached_property + def resources(self): + return self.finder.get_resources(self) + + +class ResourceFinder(object): + """ + Resource finder for file system resources. + """ + + if sys.platform.startswith('java'): + skipped_extensions = ('.pyc', '.pyo', '.class') + else: + skipped_extensions = ('.pyc', '.pyo') + + def __init__(self, module): + self.module = module + self.loader = getattr(module, '__loader__', None) + self.base = os.path.dirname(getattr(module, '__file__', '')) + + def _adjust_path(self, path): + return os.path.realpath(path) + + def _make_path(self, resource_name): + # Issue #50: need to preserve type of path on Python 2.x + # like os.path._get_sep + if isinstance(resource_name, bytes): # should only happen on 2.x + sep = b'/' + else: + sep = '/' + parts = resource_name.split(sep) + parts.insert(0, self.base) + result = os.path.join(*parts) + return self._adjust_path(result) + + def _find(self, path): + return os.path.exists(path) + + def get_cache_info(self, resource): + return None, resource.path + + def find(self, resource_name): + path = self._make_path(resource_name) + if not self._find(path): + result = None + else: + if self._is_directory(path): + result = ResourceContainer(self, resource_name) + else: + result = Resource(self, resource_name) + result.path = path + return result + + def get_stream(self, resource): + return open(resource.path, 'rb') + + def get_bytes(self, resource): + with open(resource.path, 'rb') as f: + return f.read() + + def get_size(self, resource): + return os.path.getsize(resource.path) + + def get_resources(self, resource): + def allowed(f): + return (f != '__pycache__' and not + f.endswith(self.skipped_extensions)) + return set([f for f in os.listdir(resource.path) if allowed(f)]) + + def is_container(self, resource): + return self._is_directory(resource.path) + + _is_directory = staticmethod(os.path.isdir) + + def iterator(self, resource_name): + resource = self.find(resource_name) + if resource is not None: + todo = [resource] + while todo: + resource = todo.pop(0) + yield resource + if resource.is_container: + rname = resource.name + for name in resource.resources: + if not rname: + new_name = name + else: + new_name = '/'.join([rname, name]) + child = self.find(new_name) + if child.is_container: + todo.append(child) + else: + yield child + + +class ZipResourceFinder(ResourceFinder): + """ + Resource finder for resources in .zip files. + """ + def __init__(self, module): + super(ZipResourceFinder, self).__init__(module) + archive = self.loader.archive + self.prefix_len = 1 + len(archive) + # PyPy doesn't have a _files attr on zipimporter, and you can't set one + if hasattr(self.loader, '_files'): + self._files = self.loader._files + else: + self._files = zipimport._zip_directory_cache[archive] + self.index = sorted(self._files) + + def _adjust_path(self, path): + return path + + def _find(self, path): + path = path[self.prefix_len:] + if path in self._files: + result = True + else: + if path and path[-1] != os.sep: + path = path + os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + if not result: + logger.debug('_find failed: %r %r', path, self.loader.prefix) + else: + logger.debug('_find worked: %r %r', path, self.loader.prefix) + return result + + def get_cache_info(self, resource): + prefix = self.loader.archive + path = resource.path[1 + len(prefix):] + return prefix, path + + def get_bytes(self, resource): + return self.loader.get_data(resource.path) + + def get_stream(self, resource): + return io.BytesIO(self.get_bytes(resource)) + + def get_size(self, resource): + path = resource.path[self.prefix_len:] + return self._files[path][3] + + def get_resources(self, resource): + path = resource.path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + plen = len(path) + result = set() + i = bisect.bisect(self.index, path) + while i < len(self.index): + if not self.index[i].startswith(path): + break + s = self.index[i][plen:] + result.add(s.split(os.sep, 1)[0]) # only immediate children + i += 1 + return result + + def _is_directory(self, path): + path = path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + return result + + +_finder_registry = { + type(None): ResourceFinder, + zipimport.zipimporter: ZipResourceFinder +} + +try: + # In Python 3.6, _frozen_importlib -> _frozen_importlib_external + try: + import _frozen_importlib_external as _fi + except ImportError: + import _frozen_importlib as _fi + _finder_registry[_fi.SourceFileLoader] = ResourceFinder + _finder_registry[_fi.FileFinder] = ResourceFinder + # See issue #146 + _finder_registry[_fi.SourcelessFileLoader] = ResourceFinder + del _fi +except (ImportError, AttributeError): + pass + + +def register_finder(loader, finder_maker): + _finder_registry[type(loader)] = finder_maker + + +_finder_cache = {} + + +def finder(package): + """ + Return a resource finder for a package. + :param package: The name of the package. + :return: A :class:`ResourceFinder` instance for the package. + """ + if package in _finder_cache: + result = _finder_cache[package] + else: + if package not in sys.modules: + __import__(package) + module = sys.modules[package] + path = getattr(module, '__path__', None) + if path is None: + raise DistlibException('You cannot get a finder for a module, ' + 'only for a package') + loader = getattr(module, '__loader__', None) + finder_maker = _finder_registry.get(type(loader)) + if finder_maker is None: + raise DistlibException('Unable to locate finder for %r' % package) + result = finder_maker(module) + _finder_cache[package] = result + return result + + +_dummy_module = types.ModuleType(str('__dummy__')) + + +def finder_for_path(path): + """ + Return a resource finder for a path, which should represent a container. + + :param path: The path. + :return: A :class:`ResourceFinder` instance for the path. + """ + result = None + # calls any path hooks, gets importer into cache + pkgutil.get_importer(path) + loader = sys.path_importer_cache.get(path) + finder = _finder_registry.get(type(loader)) + if finder: + module = _dummy_module + module.__file__ = os.path.join(path, '') + module.__loader__ = loader + result = finder(module) + return result diff --git a/.env/Lib/site-packages/pip/_vendor/distlib/scripts.py b/.env/Lib/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 00000000..cfa45d2a --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,452 @@ +# -*- 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/.env/Lib/site-packages/pip/_vendor/distlib/t32.exe b/.env/Lib/site-packages/pip/_vendor/distlib/t32.exe new file mode 100644 index 0000000000000000000000000000000000000000..52154f0be32cc2bdbf98af131d477900667d0abd GIT binary patch literal 97792 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

XMwe#*Lv$g8jIpIBEV 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 w+IyK^N3WCD*(>mhAj=irKyR>D9b+D<@QBhV6U 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

qx{CqlSNQ_YhQ()VtG-D; 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 z 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 bB!6W7g#4-b3-g!cLzth+PZapSNrC?c%T_@< literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/distlib/wheel.py b/.env/Lib/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 00000000..4a5a30e1 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/distlib/wheel.py @@ -0,0 +1,1099 @@ +# -*- 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/.env/Lib/site-packages/pip/_vendor/distro/__init__.py b/.env/Lib/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 00000000..7686fe85 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/distro/__init__.py @@ -0,0 +1,54 @@ +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/.env/Lib/site-packages/pip/_vendor/distro/__main__.py b/.env/Lib/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 00000000..0c01d5b0 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/distro/__main__.py @@ -0,0 +1,4 @@ +from .distro import main + +if __name__ == "__main__": + main() diff --git a/.env/Lib/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..32004e6f39c70a926d3d42cf3c4fb23ec1cd270b GIT binary patch literal 974 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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/.env/Lib/site-packages/pip/_vendor/distro/py.typed b/.env/Lib/site-packages/pip/_vendor/distro/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip/_vendor/idna/__init__.py b/.env/Lib/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 00000000..a40eeafc --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/idna/__init__.py @@ -0,0 +1,44 @@ +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/.env/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..97a133d433754c07d51fe29b18a97558113e1da3 GIT binary patch literal 895 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 H!M6EdL*&;x{{2U=^lD|7e+jY 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 CEH8Zk literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..47b664f89d71f091917deaf39f9db6fcc36fad60 GIT binary patch literal 38396 zcmaLgeSDR5{RjTT7&pSW(}}24r=kK*L`6iLdSDy7VQgcJF~(pwoWaJ%Hg?Ab8%)F7 zrlFCMk&&UHk*SfHku601A{&d$jBoy4@AvEV>G#j?@$38b^?p6C>pIuD zb`IM)J9m3?)Tj{={O=FL&e{oRk49^jsBRvy5M|qC+9OF4QHV)gL>HVx&BKp~$<2}#uoZ#D>>-{|I zIG^)fNxtR+&kH>-@=W%;*tfaF^HR@=o|pOB%RR5~oa8y#bBgDcmXFyvrMR#1oa%YC z=QPi2Jg<#iha;cv{d&(Co;P^T^t{n?mgh}=9I4)Kw)Atl#eJ)1)VG-JIma{2FQatt z8J=@JGkyCk&uq^e&v~A?p7TBPEd8AF-36WtJPSP+dKP&u@+|gT?B`VCxx};7bE#*U z=Q7Xbp5>N)P8IG-&nnLqo-xmA&y}95JZn5_{ajaj)_K-@uJLT}Z1ilh^mAJ4ZuV^P zZ1rsOZ1-H}+2Psgx!!YwXP0NU=SI&>o;{woS^7EM?*5$TX3sl3@ASOO^KQ?3Jn!}V zyl1cHeV+Gwe!;)uE#4pSe9)HoIepRBZT0+;=R=-f_T1+A70-t~zv`#o?)_`tAMyTm z?>jud;Y%L%{HCR!(@y`_^_VYx-1A$$^)AmRJfHOZc5FBPt$)Y2dCHf3*Yj!5XMFjy zp5OD_yB~Ny@A*T|7ks-PdEe{#W6u{of8yEa`BTrAJYV+Q=cj$e`>X#u zr`O#3eckKc-|&3XmmKi?nJ@Xd=Ubj{d;Y@n9nW8S9`yW`=ewToS^C#>$oKVY&%>U- z@hy&c{?_w-&)<0-_58i(2cCcMJm&dF&p&zo+4H!ipVNo#zxa9l)$@ce`J3lQo`3i3 z_q8Xz4|xBF=P6(EPtT7%|K-a+@%*3{ITzmT9%+WN^`X47|pSo<229IJWDfC^K8xWn&)Wx?F-KD zT-k49;PcHomL#paK=VS)i!_t%767O5+Z@bGwER-diJF&b`mGPPyTUGY%t@M)wSJ0x zrJQ0@$8wdHP1U?wbDHKgn%8Pxr#W5odhL6Le1kkw^F~d-t-`V0WIr1)Q?>ogHgznw zXxXirQEltDTsX}fEl<-v{q_sX{T2+Cvq*E1X0fK<%Hdc_bX_jdEY)19ucb_1<1)?VT3&8b$5NqXm6}zWe(Q(xi0QP| znk%(_m1d1*t>$V?zcs|^>*Y0?4VsObP4+eESk~(6Yu0ShdA7=a3yFQU>$K~%yhGD( zDY4#fD={}{yDrUc&5fFybh;k-Hk&$@+qLX-ntuCwQj4{eM$2n%`aYko)bDb4R{`mHlAuV>_EHNU61$EJ?u z`&#y#rr%cMw0>)i`9m##LGwqNdo_Qo`J(1eH2XAvs`--U%bNQ%U$LoUc~#3^)7-E5 zy5<|2Z)zUU{F&y@HQ&R9~t9@`w!x?gJ^*8Gj; z5zXIfzOVT^&7+#X*Ze^951Pj`|ET#V%|F}Ju^iX34>kXy`B%*ont#*3@sBkBuGz17 zQgguW)!}RVhvq4r{-2s3YyL~~6Pr4ge{0#Nn*Y%}t@(eN|JD4=XPoXk#NoF{>}yLL zewXANtQoI4M02R-FwNnbXV~;(iHnWUvXPnznxiyFYmU+6eFvPg%=->;G2VBGizRCL z*_z`u&+*GGE;hk$8{%-^!EPhtV&~b^v7E1ENtzdEUZ{Osq?xRFvF0V3mugPbyiD_Q z%_}q~X-?LhqIsoF9ZQOqU8Oly^J-1rcZiE!BlEsPT#WY};`qBQzP{_Veum}^nlm+T z)SRVxlV++-9m~yHc8lh%no-T!nsYSMG}ARRH0Nq&YG!F>YvyRq)6CVJZ&SyTr)Bw? z1^5~l_%&ImYips_6lpHfEY@7CS>m^Paj_*jo&Sc6y)Bjfw`ACVPsUuX<>fYYG!_3l zcmItU^52;;dA}hJ_Z#f~VqDCBbH-e$b6=%dqgkuD8r$&esne2r%{7`0nvI(O?>&dO z*jg=X)@;$_J%_kho4$s2P2O{ei*;zbPR;e28#KH0RdmZ6vZ0cCPuVv3^{y_72U5Y=HU(o!K=3dPoYr7ZapJ?`J z{#5fN&6hRzX})4p$MUL{y{5Te^L5QPG~d)bp!qY+pKHFQYnS&O;&k63F7}Sr|5C?% zQ2v$XyEb(!?`hc~ZR?K};9tvOE&q+?5zXIfzOVT^&7+#X*Ze^951Pj`|ET#V%|F}M zpkq0%Wglw#qX{?`e>?&6gpQH-9pYjiX}iB`dB5gKEg#VI#}{z=Q}RDGKi1{!EJ4|WSY7>`GD#`_)zbC~9E%`v>BwJb^V0?i9GFValbyjb%R%}X^WYF?&!x#ks`lQbu5PSL#5rj8{= z%dXO#s(H00?>!9Gy@$cEYqk73&FPxgYtGQTL6i3$2FGrcXKCJ~nQHT~L3TO+fBfHW zT)Q`KPk3xlX&l-u`0rNy7sY?Gw+}8Iyk&6boJnbeBa!t(uepBew5ii3PppR`t%$x+ zUOP|^vTj5@&f0@|n)MFUv7>$4yHF>vejYWM^*+>TtdFA3Wc>iOmo*ZPa~tD(xblKX zWLvA(D%93CuXVPRwGZ`lyDuGo5stLW>xHNltaDL&So2VmyHDVZA|PHO5+o zTF<&1wUu=vY8UJGQ6n4uWUrteVm*jDVUsUCf?C4bkJ`%mPt^UapP?SwRFAJPa>d2? zD&hx494oIJ6xn*!5aJ7i;v$hD!-;PIJwt`Lg*f`G(UHk#`>7tDiv7&eE=~dU0qk*vQQ(9fUEh2}fld=i9)v3@jtA7R9*7Mi4g-C)!m-A< z$lbS&M$hr3|3uw;j$dXsY#0=2t=AFX z3>*!(75F4z4iH(R%`$+5fC69wFnOq7P+!KS7C&1T)DEC^j*xuK;7ELQ6c6({V1K%> z5Qt`s;+Hn4*{;(uk;$WdfB&(oBRh9lqRLp=r~g z$hK}B`6IwSz;}J>>cO~5bPT6~g8`obrvSf%22H~O;kX@_;!u0SaTfzcIBwrt4X_26 zJmm0@%;xIqy2FFBDjN%H(JcHxXB{b;%19mEN-=kB0fyBLz``!W07W& zZjoUz*CNv*%Ocw%$D+Za(PFJdvqg(Vt3{hdyTv+-4vS8U^%ff}x-7aaHd<`5=&`uX z;&zMAS!}kr!{SbhyDaXuxX0pNi_cs1THI%Gzr`0Uwpcu1@u0;QEw);G$>Jf4FI#N0 z_=?5D7GJg4Zt*pXM=ZW>vBTmU7LQtd(_*K^V-}BFe9K~&#S<1!T727Lx5alXp0fC^ z#nTqgSUhX-J&QdS-?wviQ5jrxyRQIBoHn#h79E z$5mwixW=N@o@sHGMWV&o7UM0>v6x_SuElv4=UXIMTwrmb#YGm$78hGwVsWX(M2pKT zF1NVCVv@yVizyaYTBKN9Wii#_YK!?6c^3H=1r`e|3N02|6j>~?D7IK^QDU*gqSRuk zMVZAii{%#O78Mqi7F8B2EN}}HsjaqHX|c+p#sarSk=oT3br$%69;wBTYkaF&G+H!S zthH#iXt8LuXtQXySZC2;(P^>XVuMAO1%9I9`^{pL#TyoHS{$(WnZ?g7-m-Yx;ujY0 zSp3rBpvA8&-nDqo;*iC!Ee>1!#^Q*@Z!O-p_?^X3i{D#(VDSfwV-|n3_>;w-Esk4! zXz>?|Pc5Ru5wk7kSfp8`TVz9 z#TJV#N-QcYDlMukR#?O=sx4Mptg@)FsI^#a(PXjKqS>OwqSd0!qTOPhMTbSF#d?bk z7F`zI78@-#S@c-kW^ud4=PWi`++lI2#a$M6Tij!Duf^vrdM)m=xZh%n#RC>QEWTm! zsKqxec3M1U@wmmeEOuEuVezEJw=H&Ce8=J`i|<-IZSjo7vlid8*kkd1i{~tUVDY@g z4=rA>_>sk4iyvFOXz>$^K8v4PykzmR#XgHyEMB#E&0@dB2Npx|;-%VQ79%W1TO?at zY;lRjr4|z{F0;7Y;tGpN7LzTeSX^n5VsVwlREw)ErdeELajnI57Sk=Rx0qpZgT+jX z8!cv8++>kzakIrO7PneNEoNKHu}HH>x5%)VYmsS@Wsz->V=>Pn*8+DW@z2{L-=e@` zfkmOkLW?4cMHa;ti!DklmROWpEVU@JSZ1-@qTHgwqSB(uVueM_qS|7m#VU&$i&~4- z7IhZ&7HcdTEE+AEEY?~yTeMiTTC`cTTdcF_u;{V4&Ej^8&sl7?xWnR3i@PlDwz$XQ zUW?CL^jh3!algeEEVfuYVDX^E7cI70e97V=i!WPjv-pa|!xmq)*lzJPi$^TJZn4AS z8y1gReA8m5#bXwaTYSr6m&KD73CW027FS!Wv{+?PV^M1n-G!KKF~=g!BHbdxVy;D| zMV3XjMUKThi(HHO7I_x=76ldyED9|aS`=9kzakIrO7PneN zEoNKHu}HH>x5%(qU{PqX(4xqq$zrWVvqg(Vt3{hdyTv+-4vS8U^%ff}x-7aaHd<`5 z=&`uX;%SR#ES|Oap2Z%E?^`@)@dJzJEq-Y6g2j(4_FDYd;zf&}SoB%^)Z!(Jmo4^L zykhaH#cLM(Enc^H!{SYgACE=+%p&q3Vvt3g#bAqgiy;<6ErwYPw>ZOMgvCgU1dCA? zqb8!78hA0TU=~$iN&QB6D=;Y zxZL6ji%AxfEv8spX^~=amBmzxt1YHkTw`&q#dQ|bEv~niVR3`SOvL1b+8eFUvbf12 z)#7H0TP$w1h+53Hm}8Mr1@zW+Uku?D|g>^LQbXHu~kyO?*QPWuyQFB?xqZYAF zKrLfE4>iV`gj&yfA!;kDJ?_@UdI{=g)`_USte2y1Wu1h&oplQ8PSzCE-KOR&Ps0UeZL_NZK6Y6o+n^F5&Z$sEMripeD24k2;O@i>O(w51|&ZZbyx=ejT-g^--NX6}Y9H(OQQv0$0qP;vy{N}n_o1F*eG7HwF#pu*qNSl>r&Vm*r5#rgs2X4Ye8y#Uxvb++i&!V1ma(3P8e>gDt!KRuwUsp)wTtx< z)Xl6DQF~c0N8QRg33WT`6x5xpDX6=%K7*ByI)SwbHOgv_((hxnr^61g+S6f2SncVs6RZ!QM)_pcTc}U79zreS^IC^d zW2{F|>sjANZDl=*+Qn+mjBRE;hT6;eC)BO1$5FSl{sna>>j~7|tRJE7VeLoV%X$j+ z0PDX|kFx$B>Iv2g+`{&a^-HG;b@Mo{G1Okxm8e@;Yf!hdu14L-YR@3-W^F*-!`g(p zm$eynA8RY>0oHcZgRC8>M_AXR9%Jo7J;AyW^%QFl>S@;7QRC0_8x8&Q&}HGO=sPTn#=kSY7y%;)H2qGQDdyzQR`VBL2YH-f!f9TDC%a`ov6L6kE3p7 z-G#cH^-0v7th-Tnvp$8ohxKXHy{ylo?ql79dVuvg)Pt0reQ`Uept;FQT4e z?L$4y`ZDV9v;5+F1$8XzYp4@gUq?-5eG_#O>(5Z9vA&Hull2|cbk>8YxvcM^7O@^e zEn_{58e=_zTF?4EYAfqe)GpQ!P&cz4L+xe#6Y5shhoUC3 z4o6L59f3NLH32n+bu{X9*0HFmtY@O8vnHbEvW`bBVx53m#(ExVj5P_hp7lc1R@P+H zF4jv>H?vMe?Pawma<{ThLfy_f1$8HD3hHjwsi=Ecr=jj;Ek%u;?U%z{s6DLrpeB#^ zr7xnUv-Y8$W_=kop3mmKiaM6np6*RLr#S&X$NjYbfbm2xeuzcR$FnEV30|Y9J**X| z@#p$ddvfi0)`O_WSnVm9qVs)&4^g{V`%!nXM({ZLan^aL(InsYS=8wlc>NePa*@~n zqMl-%Ivh)reQBB1i@nyN_ORZK+Q<3@)QOk)2KG>F1#8I}xE3z;r7_f=%e*$BZe!hy zx{vif)Wpkug9lJkS)V}7Wqk&97wh*>_p`o$dWiKE)PC02QIoFloxO#c!g>g`jP)35 z59>VDQ)s0UdyQ2SZ4QIoFX1%;ZzT7p`{8bj@3Z9?6~+Kjr7 zbu;SlslJELqb9OGfI5@)A=E6^ucF3SzlPexx&yU?^)b|5)^DTkV0{7gdDfRvKVf|x zb;8xWP*Eqb{sJ}1dI+_QwI6jG>nQu7G0jgl4s|B$WYjFyS*W{MGf?|kvr#8p!wU*^ z66<2rBG#p-6|BoqTUleMJ*-Wr+gLZFMy~ap-G`dU`T*)o)+bQ2SofgrVtoPiAnPlr z{j9H}PPmSj1L`E!_fU&ie}~%2dJMIPwI6jG>nYTItfNNZ$fonsL7mBpmwQCAShGAXCK|Rj888v=}@8Qd+iLB3}*0AnHJ;3@R>M7ROP$M_^ z$=*br#QH1LRMz)UOIVMhRgzO$Q9-)7B6joj!7)M>1bqi$vW9_n`17g674eFZgglke;`)CsI_p(e8)Mvbx_MeSf6 zGzKS2^^+x_rm&ueTERL6wTE>E>Ot0-s7F|5p&nyRL;ZvmuRn^6z1jCWA9W&YA?i%l z#i+TgWvCUbwWzJEYfyKwwxI4~Z9{#V^)}SwtaqRezs1k(i>MP=x1koWehoFo`Y37# z>$gyQS$CuEVErNL9@ZbD9%p?Gb;7NF7CB>anMJ)mf*PIe^*>hAyhg_19~W!(nbs6DLrqfW~4lRbkPWql5HKkH9WkFx$0H8Rh)eHC>$ z>wBoltmDqYxv`E%&C2y{m)cU+3e?v5zH|#}B+u)|s6DJ}#^WDtfiLYr-Mhr=S8Zvj z*T16nu>Ko$-%?*X{v7PA%0KvAwJ+U;x}Eh! z)IQd?Y+Kg(=VQP1zHKRLbdA?m)ZMJ7Y=Z`0Ix`8i$!m_)wO%)(PG|ikYP7|d{s*;y zH3hGS#mgJ*{_ix@y{xIICs^}QXSVqU9jLomzlwT{HF6j>0|tO=+otfNt4@W2{N2^{f}7wz4Lp zcClW9x|ww%YA@^Ms9RYlp>AiLg1VD61$8&;RMb7J(@^)aUW>Yqbvo(+))}Y=S!bdi zVV#9~j5QVY1nVuRr&yz?r&;Hq#&`PVn~s{mIu|vOH48O~H3xMfYc6UEYaZ%!)&kU2 z)D)*{qg)?(Bm))Le*)>70MYZ+=i>vGgq)(X@v)+*G^tTEJH)|IGRS!+s26*ZUjVbmhlM^Kwscc6B$ zK8m`Tbth^s>*J_fS$CmsXMGZNC+lw1-Kx-zTSo=^jBgh)}NzJXMGzr zmGvFebk>8YxvcM^7O@^eEn_{58e=_zTF?4EYAfqe)GpQ!P&cz4L+xe#6Y5sh$9f9&0PDx72U$NsJ;M4a>M_>Ss3%zei+YN6INkto zn$_O05bg5IcM_`Jr7#nn3z6<-JYF5~t!iwmZm(-?E7lg&{j6=MZ?mpLJ;d6H zdX#ko>T%X?)PB}yQTsOfet&?fw>7+ms<$=#5;eNXH#mf30BQhYA%bI7d7QX%7%bs({Vc2&;gt0ky!6fI47Tz#8D`fM#G{KpSu% zpbIz@a61r>r#t;jHv;+B)ya=2M=mSm%yadEwr|V}QkPz@HkQlHZND6oZ zm>6&XND25kFg@UHAT{6}AU)t9kQ?wWP!wjP| zdISCjJRL9qJRfihI1q68Rrv0ht_x%musvWZuqU7f=nMEVaQb?k=379|4B@-Lj({K7 zX##!%91VC4h}@vlyagl&yaz-Beg{+pM5f|=0;U0bXKDxbZlnLb^=K-vE2=d&1N}hr zDEskdKL@^wC9yeL{dK_JNz*(wtp3bSfY%!Mw$t#&n8b9U59pbTZSi|t#Ga?)Hup`$ z)3V`ROaBF;XXy=Aqb|o9JXr3#N&%vHjNCB?h(A|I2NDA20*L`xKvF;sFfkw(ND0UT zrUw)NsR4yRdO#778&C`s1(X0~0i{4JpbV%FSPrxXQ~+H8Rlw$e7|A0&fTO0H*_P2jcNmgI}VXfrNlNfy98jfuw+Yfr$aVKuW;zN4j23!to z4VVOM510b%3`hZX2TTR_1Y8U34VVrb2$%sJ444TV377>O3rGb{1l$6g3Wx%y1Lgqn z7leP;KtjM=ATb~dND9aSCI;jJDFJ!F^nd~&HJ}hk4=4h11B!v7fD)iApcIG&lmYbt z%YoK_3ZN^X3fLSF19}5i0$T%Wfb9XRft>;M!0vzsU{633us5I+*cY$?I3Caq^au0+ zrvq*W;_;js|M>$60e1q40rvn&0rvsZ0=57%10Dp@10Di$1GWKW0S^PQfbBqiz#~9w zzz(1*;89?6z)qky;BjDUz%F2Wz>~nvfTw}I0nY&k1D*$t1iSzo3)l;s2zU`V70?Hq z4tNQOzepG2J|H3Bbs#z5O<+>MJ3xBCK_EBaU7#r75KtCy7>EV@6WAZ{32-Q25?)<* zJm4ze>0}*SD-gL@c-4R>PW`Gs3`8##J^^|HP6HwNcrw;E%QH+CN`Yv=I-n=uW#D+g`#}AbI!(WA7Vs}%f55OSah2fd zT|b{Oz{G%afb@VXfS!P>fgJ%$fxduR+bq1}`L96aYVGVCiFbTC&IHl}&IWP=l7X&(OMuM*mjS&2Q-JLO7vYt99pRn8(>CHj@lG&5pH|=i z-Vx?Vh}f@YdTaI-!1REdfE@w10Q~`Z!0CYHKy;9H@E;%&C;WF%99~f-e9c}-HbVFX z&=c@`!$_@39*oTrgxSEJfE-}>D6QE5L<1hN(~Q=deLzpZ+d%Rdt$8FKU(Z(hA zYn}m;0)7PS4;X5%woBG#X8_3oGk{3}Hv&fjZU*`Tihwun%wYRSWkxPVs*qTd) zkAb%X#-D-BCTh(rpeNvYTXVVA^Z}m)#M=u4Cuz+vATb~jm=-VrC<>SX!~$*tjs`@5 z(*fN;&t&cTYd~a*u-|Z{@MmCRz>JYtlcF`nhO2}YpeNu#TZ0!o_;*RRy`XWL@DIav z!lY5abYT|I7x1LL@^O~dd$|l zZWS`^HI`AK9oRNo_z`eA;ALQVn$~;>L<2qr`U0*WhrOk1vnX&VAPX3qp*5{QG+>== z7VruXnXAoy229Kpegn)5_$|;BaHhRBG)tS!1abrB0G|ZhWt-(_vwMK#fct?-0gnKw z0Z#y30e=Ph0zNg&)869G!me|LQ9xqAI3P7(GLRc^4X`U0`0mKh%OMSfR2DyZL>nH*$*Tw6b{>I z0-ie?n-y!#Pl2NW?*kQ!wPv=xez!!(0LCs6N`Yv=4{ftjt$D++R57HCmGeB-IKJ1JQs-fY#Mo^KYOp;0${y zbd%QH089#)4IB+91)^)U*%n}bz%C%GS!;d(>+=rPx8_3?69uWx$!j$*XaiTZC!Tu_h`M8x{zebAhoV zxPu#41IZ(aasyt}?0r=@K4(;;D$PEmZHtl4Oa=JKs2BO z=ndEcoC@e^z!BW2)68qc4pN1?fz+FY9fn(k4}czg6pnuhe*}7gW_!rXmwYk|4_QUE z`rQN|Ie}}=7zIpEh&0>l1e)#n{pQ4QD*Ip-`;?Yuyf`G%j8{8En$NbtbND>*>1zi^ z`of3I)TLr;ybQv>Fm};+zPaVz8GJ(E;8%nXJMr+mp zCj#1mgSA?72QYTEumh+McpBIoa8Wt-)}_s^1hxhYtH7Gb7#_j7Kytt(Kz+bvKySd6 zz_x$}pf6wxkQ%4GT~&!)#|yUreE~VPW{B4012Y4@TZM~igw}itL`DY0u;wh`&#UnH zITr~hfE@vU2lfPf2J{8IQiHuE>oo5H(MyHg+QE^#CkmxN^s+ILX1wM#Vjmn6u}`yz z;71VxFSv{};}wJvdxc(P@*ux@M&he$I zvD2P&z1l~U^quc}IgJNmPvC*r$%79MEhwIyo1K1mcv^m5QASBo&i`6|-sJehBg@O% ztD9SD8ym{Y4-acu(Olcq+H!c*>c-lJ+J;r-t({HPEr-XgXpB`iVNq-Oiu%fymg<%# zBLBdVMLw-fn^m@`1v@CKY;LV-E6Z=FPH(PluP#fkZmDZ+Y$_{gZd_g6+IUq#XKPJk zLuTcg>Z$G5lufN}XfMmHttxA&ZLPklsd7bK<*MqIvZmUmt8q9DvBu`BYhw+S9x;40 z(bT5SPlu1L-A+aeQm$jqh5#DQtW2P2rM7w z7*3qw7(tA5BoLzWsb{3i@peaFyNp~emXj4?C0Qk|AY)=Rxsn`MMb>C- zExB5(Bk^`fKi@TEgV;#oZIQlqE!ix#kgZ}H*)Fal@is|6Z6}FGW1JhvF0q@$gD}2! z6B&&oXUFmS71PLcF@wY%4L@xrnMDp{lQ~*DkHovpeB=3Ko|sP-hzrO?GHV8^|uPo7^aFBBO(O7_far}~8N|uSs$mL==iMuAgaV3fS z7S0tU?p-*m$(7%|RZm)K3>t&+a+CNdgN&W`8zub4)riy7oxF_X*^v&kHB9+@l7C-cO7 zvVa^|Ko)B4Lb6C)L>7yS$r5o1St>3i%fw~ma%|RZm)K2i6gQDk-LsuNl;6K%8i^0V^ux#?@kyA@OcEc5>C7f` z#Cc?{IG@ZD^T`5n0a++6B#XpFWU;uIEFlM$kfmC?lq?gMk;}z$vO=sRtHc##OspnX zimS*Pv6jSdSpMbLk@eylvO#Plo5Zywe&zGiwver28;MU1^|k9rd~~R@lUz>@Y#_U| zwwuH!iTcKy$mlR~Hh*=QBc_q*Vg@-^%p|kKY%)ijN9Kz2NqmB&pKm^ikCAjPAPdEX zBtB5m*DfOQsglmcBtBZwxrD^$OFEa5_>f8Cz%mk_H0f*0$qKQOtP)p{_~1$3xSGVL zPdZnTcnZ;3>pZzytRwN9qOV;;;u9&IjU+yn(z%wzZ}ZL;5+6|MY$Ne0mCkh}o}hGg zlK8wz=LQlVTIuX2@yV6OflVZy^YFE^huin>$vI*gnJ#9Kct*lE&Lr`af-{@Ma{|tJ zBp$7I&L{K4d=ihb``QI09!qyFB#XpFBpx;QwTnqSRPJ0t;vsS8QWB4LJC~8m#c~pl zc-z{6O0r68SCDv|+D}_e;_+zbDiV)7J8MZir0lFC>%}!>gV;#ofo0!#Er|zeoGm0C z^mVq8c%as~j_eRS$@Ss}5|7aO#@!?ymUV6-@rbK)wm;f%at=9=My6|R202&EB(ub9 zGDn<8=8E&lJTadv5Eqbz;zF`WTtpU&i%GoM*^hY%St>3i%fw~mazjFyNaw4YsuAO9a%4~AsfU-5^u%!V_r+*F*s)n*($b??czGJL+m8iiyO!; zv76i|ZX%<4{Al(Fe*cPTWV)C^&Lsyj$tliE6A8wO|BGIku~H%ExB52>&SX>4cQ?t88#SBk618nKpKE!L6sl! zvR+(6Hi(TR-gs|^F|d}zr-t}ZwUDi18`&=L`ljp8N}&(irB&GyIi zPtFn3Nc?dHUzPs}F^#06xbxR5Lo7m>x}z+$pQYnPDtm;*nIrDU17j9f03lNDkmStYI@ zV`4SAQd~vixnVz}S`ttDI_t=KaShoZHj+)^S`yEE`)OOqRAzQ^ZvRzz9c8HzidT|5UMGkb68?|;58O0N;{{1_a-@jrS znJ#9KbHz+DOUx$mSrfjid1S6QpUe~U$pUc!Stu?fi^N4_vACEl5topq;!?6qTt+S@ z2g=C`t*s=h#1&*rtR`2AtH>I$mRv2?k@eylvO#Plo5Zyw-rB|MmuwZ=$aZlZ*&%k4 z>%|RZm)K2i6gQF4aehVvv;CR#lXJ-aG%{VxAm@siWR{ps=7{siTyZ{`C+3p{;sUZz zTu2s)i^yVeFMGmYWV_I8Ht`t|1HDWEfTC5}M#WiGu z*hn^sYe~EvkJm5RDz=gB;ySWJ>?GHV8^|uPo7^aFBBOXMgn$2@$?sn=jZ7y8GRV1F zn@MJg*<_CK9^8K>bG3FpiI0RCl5lrne?D0tE+7lVg=CSqh%6QtlO^I3vQ%73mWj(q zeA0}cZ#h{ZR+3fX3Nj{ElPk%ARb-9vp2GfGaIVyeiF)s)cM7 z+sJlt9oZpvlIz6{WS0>~)lF{H+D&BiES}M9f3eHSIbs@_E@qH(#Y{4b9LOefw00hu zE6ykL#C)5Y$aJGt{`J#HMvq; zMb?P5NH&RUNxa~Y*Du*Bwvp}PIp} zeOt{=?Svgo5<+dx_ zPs}F^$bki9q1G-Wi^N4_vACEl5topq;!?6qTt+Sz%SrqNOMd^7RpJUVCRURx#Z_dD zSWB)J>&SX>4cQyp-P+UkBkpqj!Vy#_FmWWHpQgJC+ zCN3kFi{)g6SV>liE6A8wO|BGIku_p1xmv6v>%}!>gV;zmiEBx`)SKVGWUJUlwvz+v z$PTUTB-e`@$S$#)+$e4$qvz=Q^_P^MoFk@@>0$;sSIi`{#B4H0oJZ!0^T|9hpDYj; zkcHwx5+6qAU;ZMpSX@k&kOND|QmtJ|mWj*A_^WBY z=h+kZ{VS%C>0$uXZa{-AzvF2Pz z;_s|E7m@g5YtF?a{^FW*35h?u=3GkRZ?72#mXY`aY`(Uf#9v`^R+9KrY|a&AOsppH zN7;PsDiVL0%~?z0&$Bt}Nc@d9=Nb}!sLk0(;;*$i*OK^?ZO#@Ff49xqM&ggRIoFZ+ z3vSL%a=o~L>=L`ljpV>4GI}mgJKJ9cesYeOMy87y7fK6rTNa5zS}W8Z+6yABdD{=zHGy3# zNW*ziZPS|sgu-LyEn;IGTc+z_Cyh1304_1n07Bv46_Rl620p@+zph8Qrq5 zoy*)Hlu0eep2Rd~yJ28bj_s0E&I7k^`ARvNY|bNKOi7j!m)M@}nU2lOy(xmz4$Xx7 z`(00`-rxWxwlSy<;D8_E{E&*{@wghtSEg9JwtE{kXQnrE#O1E`+}2%u2iM$(O`D4y zYEGKAZt(+tx(8yyo|z%|e81&P_V@9)RW%-d$u8=gD*Eyn$b_$4$z?6#D=aOVAELy| zQ9GW3jBSiYpd|R#+hFwp@-}1z^rS}536p3}G=w?HW14(;N}VbQb-nsLioU#t(41V5 z4RIFK-lsbwB1Ah1LP2KWU~{0$fg{cW6leNDL%8=5$fQ74*V%#Ql!7=7AboduP4$(6 zVo2PxVhA;#AbJA3vQdvzKm~bDy7#$^yhtE{Sj4*YGE!xICnVug{kGxe-$fXP>jE$l zxIjBa7!s&%PZIZd7{jQ6K|926Upuq`2Q9#d#sI<)F@W7%Y6|XJ_qJR(_fkhQ)+xc{ zj-K+YJZL#C0iZX;NMNY33(b8h#q!O^msfiSmwQ)x6VF-`mA39mcVFpL`R1cD%k9g9zr<3{rw=Z@6 zaAHO7UWY)DuW;D-5*#*FD-X7g7|k0)2M`ZX0XqIH@C9KO3J*#{JogfV(`{^_rT)V}xb5(pM-|xp(&Fi2Vl}dRMcz%jVAU7smX^eJ)%h6u!2 zKw4Ua-KBGMCrB-(_vY@KyAqLsx?S zCd`aN!g{@po>uF6&<9yspRn`5NJ4t&Waxf!0iwDi&g=jyrJ(R`D&{5VXVP0eaHBJG zdDm9&@9`UAeuKW7m-4cz%$^t}9-$f2hSreA6D%bYI1LY{%brCCJ0Pe%enEM#muVs( zC*r&%P}Y;LoKzK#2S0SfgqPLxBf+d$B<=A_q0OMDHc$)`PrD!D?LqUUtmFDJQ-r2s zPEL8gpt&qltnguQwE69uMG3FBr<*oaLFZ%m+;8AFkN%17C>}1guSNUjPreAZ{Sn@^ z8s1gBR=Tzp9+)4ghEQW<;o`TqUv&1BPL>l;dq*CfUF#fLj4a3tq!MXeI{ZA+Q~dB* zq^A<=s!FICbDMjYp`NZkYv_K_(NhYQ+((hMj)BDnFw(iv_rsuGiL`N8sS&?H(+nr2 zX><=n1&7RMq4!dTDaxSYOY9&Fok0OH!20qH$FcZ%ILx^#e(cwc!x_iOS>zKM2StVx zcL9D?Nf3m8MMaR;TaeK57usEwW5V{LR~mVkuOcAJSC+KhhPM3wXs!bFOF0ZOyzB5cX_0I=W!2bpI&*z IR(YiV14QYmssI20 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf488d29bb5aa009339ab5fb237fe7348bf20627 GIT binary patch literal 230 zcmX@j%ge<81dqGi(?mfuhyw$RP{wBtAY(d13PTh_C8H)&6|=FPiJvCpE$;aEvecsD z%>2Cg_>~NwL8^b{I$Onr76V0N5{pVQN@M)G3Mzkb*yQG?l;)(`6|n(r2RXPHk?+}8OCIWVi zjh3c9pHIbSeSZ5tb7t<|+i$T}a6R&7e*c*>eNQ>%zH`YX7sb(kr^Yny{?6SAai`#M z|6LF|erkSoT-?mK#JI%xK5>2H+r{^dw2SmjXqONlcVS#&q+N-`gl_TO61qjYo!6~o z_sI1W&AQ2#0H0;nl~^LRM7#5g72`aLaY30-sWjAC3-tQeP5j4O*3qcp|1 zs#r0upcq#dE5?-+a+8w-+l$8H#a7v0~gt zG43o@jN2*3UB!xV2gSI%STXLT821z_#$6PnY_Ve8O)<(9E5H$F2$%{tQhqu#skHQaX-aqP^=jBDMrI$#dv^XJXow44JgJ##fs68Vmw@|7!Oj6 zM#YNp5XE?;STP=^7>^b!Mk9*RxL7eBp%{-9E5@S~qe-!1G^Q9$ixuNBiqWiCF`7_} z=EaK9lwv$ytQgHGMvG#_XihPnC{~QeDMrg;#b`k>o-9_3Cn&~K#fs6AVmw`}7*A4+ zR>g|(6vb#=tQb#Ij5fuJ(TZX`Q>+-RDMs5!T(@WG-}$SPQSh4Me4{4JILN#%b^`JYz)R?6R6`P(S}Gs@qV z`&Y+X!`QCf@HXY1DT1e5LT-uX(Sd_<&ucY!K%Z{8=e6z^?cZ-i$tpD}R<2k%w`9<5 z(BPn7R~yg%jnMxk(7&H>YCAKo2OY^Sihnw;T%<+0#Bz}Ua&COJa*-mW7T^Gv+@Q{l z$j)7YxzA(nlFWTRbK`O@?uE>ayf}U_bC+W7OPKpo=Dv)%FK6!3%zXuOU&-88F*lu1 z`#fC3+}ASqb<`&Q;I!`!zq_wCGm2Xo)a+;=he-OPOt zbC+fAa?D+xx$kA}`J|pN@G4lDAdNJBYlkW8T5!Z4>hj zA@4IW?@;o#jd_QW_t}_tIC#yY(B=zIn7u`+?Cx-6{;|+_iV-9^D4E9}pc-spF7t z{Sx~Jm7^t~g+LZpn@VyY=W;IT%X`UyK~UuqDO)80i*Ys^kxG z-Qv$H8H^@`ocjM@j1%bJ|8K#I5=nBU?Z({QnY#yb_hjxUbN6EI-pt*Hx%)DAKj!Yw z+yj{V1?CQzdmwWUV(!7rJ%qW3GWRg%9?sm@GPrtp5$>=jy~NxvGxsaZ{VH=OkvliO zE%nEdpsVQ*xs#bYg}GCiJB_(VF?Tw1qu;q}qNSaC40EG*I6jWK$20c?=AOvhlbCxl zb5CLJsmwi%xu-Mt4CbE6+_RW_Hgjh(_Z;S)%iQyrdp>h7@a}}7EV$8fzsHxMYF`L% zIFuJL_hRN=!rV)ldl_>t_wIzE6>uYo!5CF#4rfq0E1A9u?q>J{i%TN9fXl=h=3Yzg z-1sIGVx6Z6MeE_l<ye_3-kngi32r2n8()>|;b!NxeK(3Id9ODTy(A70Onc=McGaqd>*-~ zoE({2oucgd2Swg<1g&PmMvC@=hF5#dg)kX^Gm9dO9;I! z(NaSDBw9vjzeLN;L}34z;fQeGXO>_v)BF!xF3KE>RpnLCfU^O?JVxeJ-Qh`GOE?r)j< zJLdiubAQj=|7PwVnEOA>{UdY##N0nK_ZjB?g}MLB+`lsSZ_NEWbN|8Ie=_%9%>6&+ z{@c3~isESGnXxk%gY2!5A(hJU&iFir97GB(oDWW%2P?clF3&|c{<5gGx-`R z&m{R;CSNDz*(6`jl5b^l87VI$`8FosF6G4}-@)WN zrM#5nyO?~plZ_#MYdOjHFuAOgZC_hSaycfKm-1?o?{)H7W{;{t8wzDC)Va(a(feew zYbn_ZF4=Mk(TY-DPjV$DSN1X{sOVwz@hVKO>h#=5l(w4D>dtTLU@HZ$!GhP6@^+GI zF}aSEcadC|$@Qd6E0*Z}Os+5G9FiYkasw};D1F}8PT76XGnj|BlPStWEXu=DrWIJU z5tAR0@+guYWpZOF)ABI-7?YcL8TmPsO}p)AQ^!mXdmA>P8H>`~$)`>hD~^$$sME&o6wQToumw#(3#0yqzs$TmC1=xhE3?kGQQh%&jC zlwlKkGr5nHF?Rbhxu29VcKb7VfRs0q`~s5$DQ_luAd?4486$ZxlZQwdBY7y3hdJ4F zrZ@Le-yZIe?LZjZBUp?VrHsM-5|dw+G6wf6On%kL!2lXeBqlL&q!UeM4o;=aBs*j> zvkw!03X72{Wla2OOdjQAd%6b+hwOEy&~>K(g{z>cPPUoLI?HTSEx>p%cJZ8MqiHfJ z47TYkCo`l>`r|o#l`%4vficc9FSGw#A{XN_3t?n<&P77Gr^wX{!;%9u zqp^_1SR`eXV=+7#k?Y1{PzZlWmMK6l0S_V+n0`$X;X%U1STp$W|%Sb}hP%$=jW5 z)0jdR+~JVD;7*FMlf}rE@*a}+F!?PnV@6GUo3>-o{f^~E`e1=_DCX}6|GUm_Qrtg* zE_nnf92!TZJc;CEOny(w7+CK!`2#6WBl$xnecT&bs_!pDEmonzee>3?%PR@-aj-c-Gv-8{Tfm!ej3;v6c_f4l5|CI(Ag zN3Z^kUF3Hu?{c2kTT}M z^O#&x%Gey7&*TfFY&O75zDUYg>|V^|Qc@m&mRYHKFqn$G8pS?`S&25*EZIwCvRFi4 z#^lSTY&OM%M)l9xd%4TEDpUC zgK#gC?~^hNLIoyQlrjuLB_>yvG8WNQm|RuLSVUK2a$PTDMmo8X4wIwxJR?Wk0kex` zQR)kMUna$Pz$1H=Wt2(-7Ue;&lOyh+*~K#XVIl9sYNL@urnwG{CiI9z;|M+KkZHAp z7~YM6Lfi3}lrg-UFuAFeF}#~Gxw(|bll(Z7TSyth@ChbwaB|R&icERk=zuBFK{}$3 zZgME-V8d+opq~X>9IyqX)8Xh=iRdUex=o-%bnhg(-JxKZz0wX3UIL(H3qV*=pTf;< zpNyg_e5P1Bv0TNl>iS$Utbe~yEQQ#YilMr{0t@qS9B$mM39w_O2q!$~VvBIn1G9xn zh@SFbgbi`p0aIOvV7>By!Xz3}?~EM*97aETP$JAe4*`WS9+omTW{o^5L5UvDIE?Ck z#6i=zM=*gt>Muhb18yAa6L0BxLUe$OX7c;4*#I*+kh0kTGkK7Z4=wNw{6z)c7WpXR_B+_j_oo2D&BxvSW=pgTy>bb-vlT82PJ=%!M1v_y1MDLO_X z*xs=~VUETL`6#x-7`lsq!nRo~WtgBP5~UJaDp4AtWfH*_E|&$S$TsVr;$|Djid?--$~hQ1DX82lwo=P&Ey}P9N;vKn(RLw;E0OAj~;{_=_eNbXD^1G1dnjo z*%#+|l-MsU^naab+h7ODzcTqZC)+NY5dGZ&8{X^}S@^$%{4NZ||0JTD+0nlxf~kn3 z88qDG^Rv z&v(dF+Itw=7dT`i&LVW7LpBtSQ!kPT>+y>vnnS3RL~{vUA`wn&FO_IMq01bynOH#R za)FM~a~09j5@F)HLLy9DS4xD5>ne#baa}DDCa!BF!o+p0M3}g)lL!;n^$wZ(I)(-G z4Gx(C9mCXhqeSSDH%WvZd9y_5k+(>M$?H~$FnN^`=)ELDw@HLG>HVoBPi68nDP!|Foyjw#jH9!eOr9lWETU#JIaA75M9pFH zTq$D_HP6Xsng419Z`1r|w$bOX*Q2$&Ocsl?1uj_{+F4S@*j>ovMN-DtUCiVqQpVU_ z%H(BI#@JoXrwRZg}|jj_9$$!nZ!n;K(xEtA(d*~Z4$UC-nVQpVWb$mC5< zwin0P-OS`IQpVWb%H(ZQ#@OA?of zQ4q{Hc>ozx%-Kw3wXhWYe)e zfRXr|$zMp>?6jEtm6Xj+i^<2OjKO?@$tR_3c3Mn6EoHOQVsgHe%}$HSg-*8RHajgQ zf8%6ZZnM*3@^?};J1r)EFJ%noe>3?9DPu7Ihsi%m8H4#JCjTsD4CXUT{zb|d%>QNb zuTsWf{*B4MOBsXt4<`R9Wen!OnEXE}V=({C#l5|5$@B}kqA#S)s<)!p?VV0TN=^(CBhkdeTi_O{(wX{P;Vd+ z9(`&k5l#~xlnAE@4@rd6goh=foNvlqPr>r)gZs)mlE5jXLzX9V78E?;c2gW-x-ih(vj1ORZBIC0dKgswh&l93;FQmMg z`lrf?JHBN4@g*2_&ni5_;&uwpwD>uN=UUue;e{4Iuka#^J1D%`;*JWh2aZHL0f%*( z3U}DXX^f9&d?MqM8K27dO2$_)zLD`wjBjRq8{@ke&u08>#`iORknwjIKg#$gjDPAm zJwgC?to@cPJiZL=_oc#%fayU37V~QrWW5b?95}4l(>{14n$P&(jK^OT3ts~6up!Q4 z{9?v0W4tuuS2A9X@$!sUVZ5s6v?72zRtYOM9bbXcR%gL$u;4XS@EtaIEf&1C4^D5c zFn&Md^%;MF@rN02%y<*Vn=#&k@h2I7%5xfzaI+H5K$a7t?G&DA@pB5#wFPVs95(Iq zaHFaIU)z4Z`7A+|$^o8>y%D>ebJ&q2L_4T_thV{+=+dS(>dx{sl<|>_r!t<#_yoo$ zGCqazsf@2=d==vx8Q;YC7RI+SzKii}#`iJ4pYcPCzr*+u#*Z=n9^=OuKh1bP<3BR~ z8{_z*gd2|WaEEPQg7Nbhzl8D27%$EEm5i5TygcJo7_Z8Bb;fHjUYGIv8GnTF#*8;% zycy#y7;nvZTh9}s?cr`l{T>UCxZ`UU9$$lj^t{50fFsckJ|?}11b0}2iHvt=d>G@& zjHfc5#`svqCon#l@hObYV0<>?a~Pk?_&mnvGoHoxV#b#;zJl@9jIU#S7vnjMzsdMM z#t$-ni18zgA7lJI#y?^FQ^xZd|AXrY@wSXV$N2M%cVN5|_yoo$Gd_j!m5i@qd<)}S8Q;ZtHsfzIzK`*Pj2~kB2;(0y{t4q>GX6E=#~DA( zcs}DlF#aFLe`Y-H64qhib{&@S(u`lh_#=!z%6JpTn=;;#@m7o{GTxo>B*sTFp2~O{ z<1-o0WPB6jn;Fk$d=KL}jK9YCe#Q?m{tn|u8UKj!j~V}j@lP2)&UilKKQR6y<7XI; zztpuOtxVx==BJyT2jg`#Y6LC$6#s|I*Q>f3WRk2x$)uek&%@wXY@$M}B64={d| z@nekVdQLkkxMStqwfgujJU;a0KQYc|zhYN8?ynMw#$85NF{=f7rU-6xMLH&lJD!aL z^Glfiu-DC+WKZ((9Ngh(1NrI;NtIvr${HAWx|vlWmZvS&(N`kQp{e zTNb3f3NptAd7cG{svt?nb8sK0mk&Y@cEBAL;|0$Xq61abjmP((Zw+EW2LCgNIVzGk zXVdWU`Wn82^Ov zPZ=+LWvt$=fE)F8wppQCfY)Hnar-y~9Zi3_(m($nJ#ZR_w)=m-rxl4_!xFsCB}k3@ z9OKV3{xai9jAt^Q#rQ9t)2p9w`;K{HB5uF@rWo$O{H_>o!2F>Y?!f%17;M>JiotsR z4=fyHaaWN$?2Jj*#P~?KLq3o3EXIFhJnq_9_-o(}uYW7!wHR;6cq_&`G2WN)evH4s zc)<7|#*-M|!uU4EzheA2cK7sDOCdUPoZa~b28v+y^t zFl87Y&Ug~zs~O+G_%DpdT_4Nmt#F6=EW`MHj8|s-e#RRz{vhLx81KjU0LBM1p2YYX z#y2p2i1A~Lf6n+_ux$n zG8{0I@Hexu_8kpo>Xtro;&e0NpGd*W3X>JX+X_<@n?h`=VtB7$nqt$4O;-$W7R*o# zuNKTy4DS}qQVcH_%vKEBgG|NndchpU@P5Hu$AV961(>is3MiM ztk|X)o~+oe7#^+Ip%|X6*r^yEuGpm*KFPEjEF5Hel#YieaumZ;6nhoJvu>|}g+}WD z+@VoC#`qtM$KCA0)5{KU8)Md-3>PI(!2^8Tkw8TcS^&_aK`eS@FFs{MSMi{g1yw!h zWJgmq58B!g)jeouK@AVuTTs)3@a^(i9(1xHYJ1Sdf;t`~T2R-6?f`VC17K>69s=@W zPaC?v2SaVHAMl`;4bi}Zeik(JAh6&;4+dHAkO#voc-Vum@*6o|o(??-OZ$jKFtm?4 zWbM%wJQ35_vB0zvJ@ey1*fLE#2wSG92lzxAU89)?_)Z&v<__5G%q8@=LxE|%NVEk& zSdCA3v6C%eOAo?Uc+!JsZ4ys;5Z3(D9z0JW&bBwH5#Y-?chENf+-BESE~T&9!t(E&Z$m;iWNSv~w(o+M++_!4O+p?HveX!Hz%gn0qOymt0rjt$YpgK&U#^&srbi5`R{>gGY1+3p^MZ|nB(Ak0`#55o62 zqaK7A>*ayT7`=1^5O$_vUc}e1Xuu9<;v6U1o{6Q#T!(^|wmRoIV4kHuh$Y2*hk~nZ zO)T&LUu2>XSst{pS6S$Qy$a^^MGo1-F?}zV2rak7p`fR|^imIcSg_0idmT)v%N?>^ zU@M-uTj7`qb_jiGr9(DTm{3=FWR6m{;c2(ko?)AQ2zg)QkWCX)=URvC#W2IJb13L# zv%1~^8wNA!28l3{ZgeQkDo$Y{0`w&d<9*JOra~uj@u-Dn^fq4y? zCS`!IE63eJZcMT^Ydg#n=wP89QF;pX_5`MvP`Y_moarT%ZXOnA`UOfiPm44CBBh(h z#hG48>E?NHreCUb^T0UMFIT#GVw~w$DBV0V&h)F4Zk`!u`ZY>74~;YZI;ESZ#+iPD z(#>PzOutF#=DBgE-=cK$;5gIEDBV0c&h*=rZXO+X`q`$yngPDnHujvSz&lmK=Am?# zFm?00m2RF&XL?zso5#|bUS8?uxpb!Ar*!jRI@2pE-8`Aj^vX)dD=k%+URCLMr==Rx zt1BJHc{P|`Q|Y+pQ;X@fm5$e1>M*^o((ztPJ*MBUbiCM7pXm=M9jpBYOm8UloiHp9 zGW{W?!>~Ne^hQdDVR?kZIuqg@+{NaDIJF8Ii|N)It}eo+R~M82=-go~(3?{}iUDDjnlLjp?J5j`5%F^s`M& zwE}z_^rv&4m@-ttFf5~8!Zb0BQ92CESf-CtItowM<{9beMtlOy8h%n1PK<-=uVy zfz3?cqI8&ntxVshbeMtdOy8k&n1P*4-=%bzf!$2cRyxeU9;W9g9cExJ(_fSNZkU1B znf`{-VFuo0`ddne8F-uN`;-ndu%GD%l#bDQkm-k%j?wxK(+?{hqxD^;A5l6+>rtj3 zQ#wZLdrW^{=@_jaF#SWNW3+z6^pBN}Wxyv)|5WK%27Jc!T%}_f@Hx}JP&$?YUo!nG zrDGZJHPeqP9pnE5(@!cLAxr) zhULFZ|5fQQEWa`RccsIy{K51;l@7!57t{ZzbQqSunSQ~o;@~1XiKeLw6~il<7b%8Q zor@L2OPZw=!&{n{D29WpOBKUcpDt4jM(A=dbBIEZn!p|2O}S2m#VOA9is2aN2E}lW zc%x#tWqFfgxMg{>VlW!FfQ5Ho%D^2S@RU_yvnYN!#c+&RUNPJSyjL;Y1-wr&+y$(l z7|tLoDu%m&l@!BZt_&9DwYJi69#}^)92?eE40qh>DTZ^x`xV1MVSUAL$L#^daL28I zVi+F{!NN9w6z;IiACqDCpszMj41Kk!V(6>Q6hmKat{D32&UoXYb|9UHi{?|t_ z^uNA}q5t($4E?XaV(5PZz{0$~;PfELu5<$?4)h{^Rfb{?V&Y&grdV+Z6Nh>+)r!NI zINXc)=^4802qwPhMe~tS`mG!$zU;+x8}k)_uuCR65wCK`oybn2&j!;|9g2=LG+EJP zLsJw@F*H@tR72AgO*3?qqN5B=S2X>|&a=&#bprgZ!kgzfXC_25Tynt=s3rP9u?P4S z2m)g~_|bx~9{gm%I1lhc5fo*-2WKpp-~oOsfmQ_wpdYHZ%Y)l^|n+| zTW`x0we_}KQCn{-91SA204qI6uwa!3_}vXE;%X1@s~ZH?cz~bYAh6a0{O|^Wbspf? zHwdiv;6ecUnIC}Au5EJSU}FsSY%ndn*-`V!gd-ab+~T15WWtd(1ZhJG7|t`>;0~|5 z-3K<;&DmxyvBOhyGMIx|e5YcV#dk@z2jO-*W-V|+G}{CGjtGU=18@P^G;{7)<}lVs zIX+PMVeP#xP=KErp%AY*V2&xuyo;IlbT0hwh6g+~bw%$rBt#E77MO{Ke$2=Ld&aT{%b0f@3(SO* z5IyVxeo=)&ybFMeG6kWEGN0-{@(+rI$x%(ID(G=}&@lTSz}*a2qpQaq!7n6z2o#p| zV;1yNAJmj-FIK>xDTWnru4H?#>iXQVAe<_{05FNrOEz$`5=}ED`syDPCHh)ZQ=;Rb zVTn$`9V-!j8tXKZ3%zVhkwq6RQVi>sZzS7;Z`XY5SP*_2{5uD13+}}NvWyaVAFz-!rm zI2M=%5Ir{U0e;?xLi`1QIu1_L9|He#z}kVs_^qzL!NMwyE8`*@Mg;nF89=U$TncV{ zRX!KWrSO?(v>Aju>{q4XHm!oNc2v)!|UF|cv;VB zBL%l9SD4MpJ|MkS2)D@qoqCzG&4s^zhb z3=Aa_t<56e4>z(kB68bpq}6BI15P_*i;ewD1Ex22`iMw_29)As%zqpCo5cLLHK4dn zS=?vfHYF|<$BJf4*OmqB2sf{{P5`EP>FyQWVZ|ph-pzCRtr579Qf_=@%G3+a8ob5r_Xqg^_4-3xmU_hM7`dkmp(}VPRV*pc7deIK< znl|7H7ce&x45SKK=`}jthdYdOjPd_?PQNj58-+ouj7aEQsVh}lJO={_L;y^+wxnPL z5*#p=`Hc--DcKTW$kN#+r78h_v}`J+c5ai>d9kc@t<;}#Qj&wg1kQI^3(Ui*k>~|3 zUnE}W#4z98iCyHFeNvSUBs~b*`!Ww&$D86`?t!r+^x=OGOb3WWuL20$=V~v8ZGVje zxsiVTsphU_fv~Wvgl=;m>U_`mkM{A_a_YM)`!6D9z+K9 zrL^y0k?(X`@CuTm?@luDZZFP@H{v}^EbGNEW;rI7_hKhof_pvq%YyqnXkkGG4@`%P zL@NS>^;yY_;h3)CK^sJmM5_XrUQZLO7sH`g-Gk5q)NtSobumY~>kXb-~f(39b ziD0&CJ7gnbb5qA5H^2rc2EN1ogf+980=LN+TKsyLpE2JGgEfLlO1?}XZ?Jx<^&JN_#BQg}Ai}%w}EI?Ne zBGDn_PjvoZ2%0Y;+RcI7$Ph&6?)?cv%oTcgP=Wx0^zEvPBXfWUVb6TQgK{)9DcQgS{Jtx1i`XALu1&__H#9%07+@XZ_rjic@8*(yZ z9sQ3YSN7OO28Ke9ar($~D+6wHWQGQ{2PZ7(;(^I7jcO0V1$d$d;R3vy2jK#|y9eO{ zyoU$j0=%aO;Q~DBKyJjC=3dNSh4R^(`Kyw@5A(xl_ho);lln0~Omctbhk+fy{Fpah zV15|NfcY_l42=1!V(J(KKWb=1LfIp1ssRjTpgO=X25JBdXP_p)2nK2a zyvRUpfR`Ak1Msp3CCXAw5_yFalh;={F_}%`#N>7)CnmeeoS6KkaAGo?%8AKw8Yd>p zqc|~nPG^K_m-=-Ei0R98{O{D?6Uuf*f#xyL1z%y_kO+{)KsSJe40H!r#6S;# z#SHWWSi(RQU?~H=0G2V(8(=vDeE?Q4&=+7O1N{J2G0-1iH3I_x)-dn_z*+_ZfOQNE z1X$0&Ab<@F3%)l^!Ees3?*vh~NfNcQA+Ju|l?H+{7=^Y+~Q^ZaW z!YN{x2jMDlw+C&k#me>oFZ7*lLaP=$7oo3zkfA=eJ>DLlQn>%h@gQ6m?DfE`Sm};| z2c2wgU-zJk1#fteXu+EvguAl0Jm_gdyzN1_Mc?N^xE0&)f!T^BL=Si{z+U5^2Z05L zJQ!rbJ01+N;IIe7EO^(0aP@J-gO_ZGqaK*;7yU%02Vs|Z&x5c_yzfESB|h*V>=GY( z5O#@=JP5nQ#~z?dP*42CgRtd3^&o7y&pZfQF4u!j_8Omi5VqVG9wgcjUwRO>+*cli zE%&ttVapx&AZ)o49)vA-(u1(&PI(Zv+-VQOmdo=XY`J_7!j>!WAZ)op55kr!@*r%v zZ#*!EdG!1nKuufnQsu*uKDZPCyRr(`SM(V&h+)7%aNBvaZe1KH4)!2YAO0cUpHQCw zJ+01Se*rfPidp)dTs`kFe*f}IAA+8yxR*khiG%haaGP`^(HV@-^qh{E?sHd6K*l$0 zpe)2IhP#Xr#c&j!px9<&B^1L=w(}I*O01+}+lZa7*mhzUD7J&xg^J;kjEfY*{iBN& z!>gF36vGXWOBCBf>{7+>c=u(B?Im`(WE+!+l~!ydu`3kAozp87!!t`)DTZg3u2u}s z*IlC+p0B%BG5oCJb&6pjeZ69%iQS+Wep&HG#l{l5NiqDk;?0VUCw7Zs_;tlw6`M$` zjAA(BxlJ(~^4zW%PI>N7497foDmIPSU5ZU7cDG_Ph~1;uOk!mfn{~GNwR-S8&9CO` z^5bYU74utLwChoc&87^LR}9}gxmPiK^W;9o@bYX0#pV&Ks2DzbQb{p9om?3#G+LdM zj;E75Grfz`&2ig7>?ylCWKP3QY{i&Lbj$|BqpaQ7ReCtt9-wVpL3&T7N0q*c^j=Kw zt@Jgd_hEWprw3ofn@O>s2L%@N_uxwl26%81fL=`k2x}#9VwhjtfgH&6!Ajpo`VgkS zcL!3Ko~m@* zQcPp|D5c}E-E^jBC>{Iq(M%tsbi6w-mg(b^j&}#fGkt>6@$SGxrcY8j4qhiSeTvej zl0KE`)0B=!Gp93shSKq9=1iu~Qaaupn9cM|rQ_X!IZU6cbi6w-kLmN3j?uY*=~+t0 z=v>J3MM}rJ1B;oyMCo{UU@6m=DIJe{E@%1*rQ_X!l}ulybQ~3k@SsB-=uVm)6GoZqIBGj-^%oDO2;G2+nK&Y>3Gy@C)0N+-Ml-*^lYWW zF79D^j?(dn|6ZoQCiTr2|F1Ls4WDYOe8%)#rJI+MnEr**VOYLo`d3PaVfmWr$CVDla)Rk6 zm2O^2V*0mA$AtVH)BmM(92$Sm^dFUuf%}u!BhjDX4);30F@AT27{3Q@GZ99jWf`x) zctyr5Gv3p4IzNTG8I1@#*>6Q%3}9hj@L}owUdCrKp2hfb##b=Dp79NgZ)bc5<9iu@ zjq&}AA7K0_!=cr+3W4ZQu{o|?DckG zpH_0Db%!JEJMYaa;l^NVaiwE6+*s_luaayW_Ec9Z zmU*_lQq7OMb|5~lGqKBO+ba; zs2DoaO_EK-hWcj3@Pf@PlFh+p@>a)e{^l+qR>m=#zr|?4+az0pyxguBHt2UKhDNwk zF?=HOF2`)TOL0(hw_`Tlwb*#yBiTB1h_aHcM?II5Yy&p(UdL=28xZ$C z$85NbxQAH5F&l0p4xB1VwjCX@l42M!kZd;& zwQ4$M%ds12)N;(0gMNd69z{_MhZJ=r+k?8VtJp$f^%O(9-7nc*92(UZEI$K%@&U!r zcN;in@|-^!`D^Hy$#ecRe6sUF#Zcad9J6s};Be_-$86jg=;MtP!;58)CCXBf|0NhZ5%WCE6BjN=bljv zZQfR~-Nc?%41K(vWTVl(&nbpUvb|y`+w+o*!6#!oNHzfnnH?3w!DA=MroujVRtzs4 zc9Cq_EMi?9Gj&xk4fZtAFHlhw@OSTCI?wOKp#e_J=F?+qOFi3M9v)9{(_MIo$F4W(A$86l)=+6rr zvvG6KzFCghaOVBNg^q>cunSluSWzP?8{ck79r2uBwLKO+^!hL>JG`4%^$87)G z2^+i5G27R6A?|+1Y`9&!i5+mvhTDyW^g+d7!wxBiKJ<=b_IkU~{|-AAUJrB1yOL#3 zAa+Etsl<*dhK1@e$7~we$n$%S*);ZG?7y!VY~2Tr*|<3<$A^kxY<=XIy-9*xpY0BJNiBe+@=QT34X?BGCtdLvgUB3mIjxgKV?oO zW7y5rFq2Z5$6_sj8`WnX#yypsaVmKX1<7JT{#HRYpGwJ~AaPY<`8yBp@a(O!=d=Ze z8&@|y;6y5{YgNTyfvQP13M-B3lBFgSt0CDaSdp5F!SdCTEES`wwqj_5I*O$ct1H6C+eqww#b8Z6KbG&fcZGt6U(VU}&87)E$g#b9lkDTbq(=88=s_PAoOaxD~tWqCrfG?cBSVwgRj zR1B-Prxe3V=xN1Zty?LE?O$ufaIDovG0bAmD27?Ptzzio&nkwMRXfGd$DdOSeZ0M5 zSS3HN7-ql@ilIMuR1E#OlVa%4ofSiW?xGm_b63T1^D+_4*e}}pI^Ed66RFcEPItwy zn(ZN3I{J1`#n88-ilHy|QVjjBw_=#(`Y49uqP~j3boP@h6*E{X0S%0 zli&_lS5sWrpexlAMV{(GHw&gYV5a!fJ20h87c6fMHV-odJG}$b%uL15(a;^xhTja=YZ&>acTng}3V zLNUDCWs<3VdkS}=MiXiZ5AH!TFMC27G@QPnh7+4RSHimqLTu=h(^Fvnb>zNDwKO}jlHY2jvL;TlMqH{SH9 zhLRR6H9hJ@l!#)^6$a+=Kyxx>44i^dM5T3i+R6{;K4E zn)$1dzZLUWCx2_^uR;Dc%wLoI&oF;2^0#IF+T?$h`RkCsUCdvtGWnlle&nw`^CN%H zGe7dzf%%cYj?9nzb#ne-id`IZ_F%dNT|Ag&L01nlElBiWkpk*1yK)HThPmcH5T;tV66pxJXmKzUk}z>(9Z$W9WZ~=PDL=xp0rbujOI?-sYpgM zC+$=uqj{5dDw5HxNjnw6FlW+EMKYQ(X{RC?&6l)Ok&I?b+NnrJb0zIm1j9^8I~B=j zo}`_MWHd|CPQ^34EB@Vv9p7xuBK)$%i?hF*htRKhjA8y=CcYu}Dp)wElAP|A!XrHh zm%_;&?6(b*;=ut6QXMcYg_)4Bdf1C)IA83srYJs57mI1h$dFy4b97EJIU!-9z(^tE7;2ZJn_?10HzK22(Li_9@o z(0rQGXgeVoCN#Q5=9r0#>5O(1f?+bF9fe?+%4kR7m`MW@8SN+>v)7|(jCK@)6)Z;w z$dqgvZV%0IEa+zoHrD}jv7(VHDbPH@@={UQ`I3z{I|{+_H>1yI309PaP2fVoFk{jE zF~RaiVRy4wu>7?+67849pKHU}*3==-x784B9J>3=)43j^ zl^~x=zWAJ{-%Ttb%yyfZzc%@|Fh6FytucRf%y!$DAG6(d=ErQegZVMr?PUJy=12baFhBB_!~DqK-k84z^7oqan>z_ruvn&>W&&2V@C^a0S@@=a)h&EW zz#105EnrOx_X$|b!u?^cRcs@%&lJOm&sA(IvCkEQmHa|6Sm!SlgSGfdu|34TRtz^!k4u&U%Wy(5 zEG$kcHj3CO#n5+8D~7YDJjHO%l&=^T76po7HY!vMN6kfwVVCfYVpE8HtJrj6-zkRK z=wFKA4DEZxaGLjT#c=%mgJM|q{6{g&mOm6#c8C6%)5RPss^NjcvumzktioJ!t#DtWyr z1eRVGc-j zdC5P;wG_?f<5Dl$e5^T@LL!QH**_Jk5{!t;y@F-`spNI1%+92=$M#a|Oa-H`S9rx{ zk5X9bb8w{+DH>%z$!6~=FWRIiCi>{r9^0x1riL`7&N|!5q-t;vZ2~U7{=g$G}Mc5qIdEHi1m}@H4^>6+99s83NZ zK&{;9bz9A(Q~oGtFsV0r(I&eQN-{d!%}SwGrUrlszvZ6_T@6eATfJhF+KNn|?_;Eu z@uDrqRy&wXR?v@c^SX_^-SmZUB;M{to6p@gGDW-N|5acv?v#q@Jhp6idByafl=M@{ zm{0Fkc(l#=j!$VUy7hvU6+hcpdOkW){ZpXrlgSf+iL=!3P%MB-puPZ+Cn=?HTT#i1?&y%|47+(=Mf7XQjP1xGM>M@2m9r)&DPduHSX-{;MoR}Li zl|C}&?}tiHc7C&eJCY5S;#h8^FZ`)7e{cBHn7<48N5%Yo;ZKkGd%&OJ{Rv$=_aQLa zgA%H3oVZFf9fK88F>}FmEW~496%R@Xw6-6XBl~^Y?~-cFf-$T{ko4?+5=J=MU2W zo9h^*0sp+1zbpLnWB%UoFYx|^zGgUN#XwgB7J3jd{zcxO(A$8;G0?YfHM-`K80c!i zQV$}=zs&pT5{R+f0rLgBz9%!L4=-o; z{99uF0kB4+xf#p z!1g#siNK!|^Y?~-uk#0qHj&pHFc;~46ziPV1?x*J5`6|Xrg`2Z_H&^Y9JcD^lcd6@RA2yklaWjjLgB9zsGR$ABy>V!f3t2`~%2;IOdP` zBmcWGfA8MpKjQpB3tR4^4&+995266aV*WlDUhgqKF8IFpC-mtL+w*}3kv_x7|Dp2- zb!`eCIgp#sHwvrpF$4VpKJg$jpeI$xr|^dr@|o8X1`I%kay^I)!1Vcf%s&wRFPIC2dZXqU51j@5&gD8rwh^W^xIOURgjA=J9a?$?5L4(V}Ev7)SkCwJ&TTEMCno)oZ} zg{K6pZsBPGYgm{kU`-421*~OZfq=CwEEKSgg+(5QH$+VCzmYU7)3=g_h5Am?uvGt& zG%VKll7{8_x1?dgevmXQ*?%Mri}s_WVcC8Xv}$Er;-4iA%XUW6ux!6b8kX(9l7?mb zRno9*zeyUF?RQDTvi%`xShhbU4a@eIpw+^%{ZG=cY=1kNo6v(6H}rB&bsCf5v#R5l zxbaEP_QDbue^VrcMvOu%AY3#>D1MG?T@VcJ;C&rPCsJ{ zk1uaM$@Hh39$p_`-g=tpt(1;0Z?$H68>QpRThB1Ptv^VkP&&SL)RF0(l#U0*J2SnD((&c3u1rrGXCo3JDJB8_~N=N5TWBMqiqjRS-J;Uj?e`TU`k7oK9 zr`!IOX+BxW^l?f@{~qu3v(23~f|1mtAHI~v@i?qLN7J9K^w0lCk4MCz&;LXpMv9vm z*CQ@5eo_3>^bmZDa#$HnPzht;Omqp8K1u23TbN9rqI3+LsZ5`ybPSy7OrN22^DRuK z&r-Vi7ADg(m2SR;$@IBS4|41mSm$~0nl&@?edtK^SGdjkhwSe1m~Ffr?wIYIi{Wtx z)9+L|hR0n@zuW1yd(6e~xQFRwoo>6wTnvwLOfRo=43B%6exK4YJSs4~qSDusUWw^d zm5vYNRbzT}rQ@Zr8ceULbbQgW7Sn4h9bdGp!}PjJ#}_T@G5vm}ZOn*#op>#9- zF}Ftzmraz{)SGt-0nBGC@X8L1# zC#9R|kLg{MZl*t`Co0`ce@ySLbTj=iy{FR6^vCpGN;lIV)B7mhOn*%8=X7gd=3#vI zXZirA2dOj{koW=6uD5lPS~ZDjmac9@FP59m8+|)3cP0 zVYra#i-=%a+%Db7Kt#nMvdzhZ1bPUzKOn*)43ouk)XZjmT$54Hf z>2FDWJ{~51+p(a~R@^=ZOvRnphQ}%P3--+dd;;SDSXglfm5#4y9P&DS5*qIClhz$st>51~XlFb7?>;mwL07oU(9b`>ZLSiD z)@8gQ&t)eRi5_7I=DGx__{SMM-jeZljJId}O~yZG{J)IHQ#!6(=ffSQ zdm-bOF4qSVZ^oGX1m%-1HCW4e&uJ{kRhovWUH)*g|3m9~-VGCM+U0 zP%*q9F-Wl`#0D#dljtFeEh9EmvE{^uDYk;xaK-Q-#|Xvn2E z6k^j9OC>g4F}$xdL$OiBW-5jS$}Gk3EZJ*6oX;isu&FGHpO6Aw<`w2x>|g4@HN+q9k7AS$Hq%ZwiG$L#IZA&_w&;+e_ZOAiCZum&3~C> zIk26V3syJ_cD%G?^D%#1A=zTgJy!}=lnfhom18z9D`4BNcFg1@e+!1_HG&nSz;0YC z*+dM->jW#Dg!$-t!HUw*jc<@_Ip*mb1v|Y9dAUijyz!WSZx$?n4d$6!1S`luo^KVb za2AF@8NrHnAkVi6mbVpl{C2_e_hOjcAz0x|%oTS^wiKq}F2VB0Vvf37u)=iM;(H{^ zg6S&jm}!qZ^PSvsg5}SJZ7=VbZKJKI(|ZLg7>o76eS#I4C;cl3b~*?1Z$-iKMq&L@ zNwTr1tIC4qPet8Vk!&^QvZ{g=mVtCh)Y%Rjom25i(Og+a;8U>56IJn<2lSaW(47U1`ZNuF1fMA6a z(cldPD;kH2YUo%n+7|Xf2W%l$VVl5=ghPit}u!1e<4J{?xfxJ8^SkY`OADg2>i7=JV3RW~5X0e@Mh30oqo)av8Eb5@WW5IZ8e*(`tV7h+c zY9!jhG1D_o@4!B#qhlsq-g=DRPL7#y`Si_P`U<3DCS1V;tmV5%HXVDlu7c%_gI!B> z%v`TvG4?&(1UsFBVc1=;yd2DzJp?;3X0T&6t~q2FB3Qw6gc~Z@>0MYG4ihXd4V64xvUC(|gkbrLPysIrR6rThN3sK^0`hiaahxJp{!FZ_ zQYG7q3QZHNUg^mTYtzBK@K-lw8DT^iBi*CF`u>A3`c}pc*hr%us ztY8Cr=yJ)-`gnz4^olx#TPaxHoSkP`8C0(v%%c)CyPS4o=k&bKDwkL=-PXiv2W(Aj zgOyt&Sbh?wzqNuDOuzzeon(_&5?e1>4!Y_F!3sxW*lZN6C+qESe9hh&+Ub#@AtpMpb)U4ot7g>vi`EH4G+&6aFE z(%mE32F#Q>j-8>lh|8aWo!ef=+!Ek52TTJMq)(tguS+%?ef$l<3a4fhdsDEYkzj8* z7L2z>?QI840{NM!;eCP?%|Z$G3zjzqW9EQh`SUP74obEF=eLI(vnAb%Y3LotY`VM9 z%MJ@xFbQeAE7^3^(hDOiKu>2H#4!cy;d$;KuT`$IDG!xVoCR=5@w@RwkxcO&lq z1S=c|>;AW3c^RmvxZlI0#xt;rc^TNF#5-p4oVRNkv4~*#W6?ts1S{B#U3&?^^44KR zd7fbTTd-FsDOo0FhVun0G{2d0fn!0Et_%=&NoKyG zeu-o=lg_pps1huqI@)}WtAR-LQY04M9lhKoY^!}CeqN+B)2|SE{_HKJU&-{Voo)-5 zjw-#zF>}p=aj<&VN;U^;!0Q|{aSN7Up1NMLrMTV=iosCb=$K7o8H~eCf)&j}H@Mj` zo5m(A(Qa`pcm=IQA5jJfE2NAQO@zW(xSf0(({FdWNw{$J4$|*n`dvaVO2QO!w`1m- zMJae@<{lQOywn$C!F{h{sGR#GTY`aJL9%V=zZE4jAJwTOS>|>MSJ^RBmeVp? zmx66#Rmsw@kFO?~Ia95!7}mKpBpZ)|`kIo>fRU{wnK@>x?U<>zyxAyk9m&k^zSWh? z%trMj+lai}?^rOv4$t}ym z?Dfoa_poF3dYPz{Mv^Up!Foipt!T7I9kbWlfu(0-$L#g8G2=ZZSV0;Zw~1pWZb1gt zGEF6$gt*NlTZH^IcPuzzEAMd!?8TO1)z(6>3}R0xhUv4VV>w;ti1aV(f?S5$2suo3CI=ybRz*-l)n zon(8^{LeXN5-3bU6SjBET(2-4rxVXhWo$GA8>@j@h_NP;;Ffv*FC|wRMqf z4f5AjF|4Q(9kbWljM=E0WA=Jm&|=*kv*B_uXZLU{SZyn+rvoNpk@+HMRI&wFW%ZIQ z3!8=Bj+q4VM`F|6$FmZ&0Qh0aSajIF9%5Bcm@$hiXFo7=1C&ndgnoJlRtPURW-^vH z3KtI?GYRIIK|N5g(>dr4g9OVdez`C zg}AXag*vA#{&1I)E#dU(l==wAY%a}C^F_yOIAe}pax7S4+xBG#Y@kJ(>0+-)wiJ7m zR~3W(Ople zIA+S0pNbAY+Oc4(t$;BO*g$Dn6lknt!8RLcoC7wHIm{R@*+kUR1j#00%R5oB$te9K z$)>|7PIfFBgJ=-yx+-__@G93$c+lX@A$7dU3a zjlt?D%dudYz1TtrY{bd9C$q>g8*v&opNkcPHCiIsEG$QsDu(^oGRK1DHqqq{*aXba zmSp2SX%*LGutFqcL8+S48jjVCZhFgV#t#vHeYcsOW0UKx|O0{0H zt!TUrj=9*P6fp;K5L6Tu6-7*_7(hjIjM#`d3^~J)GYmQB z9L1a!GhleoAwGr&vts(!U3=Gks*3evy^C+}T7H-o3+*3@TwN8~a0F$wv!Bg+sr^&X<*acg>&`~kv^KOkh|4->$qTa6^$ujk z1?WmPI7=2tp^Xltko_;yo17&tN}NIe&#^?1%%@{$zV>OcxDLCl_amb@&5 zUT`3VHes;;qBC2k13fV?cqugdEkdN(U2jOvkC&79$$I_d=XG z9G%kp4(&ejm*8sqz?nUQ-8pExKXhix?ao0qedJ7bJ$oQVXCFtn62qiVLY!;wytfn0 z;ie93?rjS02yM$SGs4&j(-B7M4>OIAKd+e|Uzxr1KI#rV?d|A3 zv*QAsFVMAXwt<2^phO`;y8FZCFp6Ma52Ku0X3yM5t3E=ym5&j3))ivJO+v*Gx7gJy zg}CY?d_k=;P)|D9Pu%*L5L$QHVko;#YQ2H zw%9ntF&3MIIM$%~J}^+zp;=g9yj`n#h!ZTH9pXfbEkc}Rv1N#p4Vo_r19hk8h6SeD z0_S-JT7?Dj>}Jmoak^dW0&lI>VS$-;tqVh(W!JjMTkGPmz#O|)n-J$(yd=bV7B3BP zzQxNzTwt+nh+{rR>v?&IBR)o-dPRtnEVc`Amc=VW%>4wHPkSOR)*Tp~Tpbd|A{|1) zD5GOQJ2CvZHJ}~1f4V&+RJdzMIIw#H+KER!4}^sK!XzYgP>+O!{@{s_FgAH6B;4!u z3JFgp`h0?G9(Pa#)gFZwuvDjLQ@^tuP^Sz ziOzFm+s~Z{+N^*+MTF*rga&RwKsyoIB>{bkLBz6<@D>&)JTfrEenq6vM0UBHV%Va4#-&i;E!jr-^M_Q$)*cUt};VMua&X;SQX#0uGaJWQqQ?cOU#XiHWJafvNi)uB{= ziQQ2(hf?_^cJ=BZuC%Myh!ORy86!?|tqAQlYlpbn?)|t3ZOP+9Tx0iMCr0f3gcz~+ zx)IuKo*3dXt}vvG{rW|J7P&88vtwk>C~7||v*j}eD?c8oa8 z77^~iSfXW&XuZyf5%oMbM%44X5c}9O-zr8_>HHW`r3)goXQ_3J*!zVsV(%A)*w^m; z;ux{_HZfxFmqcjyeyKxyY47N3JBZ6-#NOLFwAcHNes=Gd$B4aO5hM2AE<(HaD`Uj5 zw~rBfzbeH3cJEh5Xt#NdLph@U_K2>H5!<}Zp&Zd5yUh+UE;L_sMXGq4zqe&q{FS=9%-)CJ0cxn>(B*?;fNf)$Va1tIe}}yf;Sd@ji#iPqOO$4s=z!#|IoHcrs>Idyw#p zKsN`n+5)@BhhoGY6NkwmS+%X+m{@X9%?fo+Z>4$RQjj(34PCpcmmpf!>6Z z1o{w87U)YjU7#P~41xZHGX(}Xu%}>0U)x6wbeJ@dQiB{wsebkx4~`M%c!F@j8IHqIia|~3I`In)i!V|9VR8D)G9(rfz^ak z0&57z2&^TP7Fb6(R$x7$tiT3BIRi)PmYXDPOo@$0-7RnAp32LvHxVibY$j9`*g~iz z@EoDCz*a&Pf#(TT1zsT35O|SLQ{W}S@d7Us>Il3-I6>f5f;N}05wy8{op6e*@&@5l zfj0@K3A{zn_VaBAHcxi+u@}NS4wJKFwRZ{i1hx_C3%p0r2K9YHLn-kAp^?CcgvJ6N z5wvCf*ul@HKx#)nTe(jhCe3BF?S!)hb~un@>Tic8I~^u1q|~Q`mI9v<&J*~Ypv~+T z4x~PVY<>RY(6xrU2p7tBz9eX~_7&kGDUnam_GvfaVkxnQpgsFu2lgPhFSK>p=P=QB zVZQ@g-2@W0nExPch2~^=HR&=xgo$#4j;o;Qece>ut&3VnoT`L)>6X9*Pkq z{|IrVE%|4RDEU{2t8B@?V?@b+LR@T1rvB0)w;bl;9VnR<;v!oz9V1E>2yuxmSujSF zEEM8uTe5JBC|M-LHMV5Y7*VoVh^y?KT=5ujZ(1To3`9ygOfHwiDdj*;#wt66Iwr)G z7E6b?+TyVxuCZ9gVbV@^QkHO~KsiEtf%1f_1S$}&7N|(LMxYYmT7k-h>jbJ0ItWxH zTrW_KaDzZ~!i@qo2pt7#5^geZq^`MXl5I-VDQ8L@)ko-RaZfkPu4@x+5jc);tHAMu zP6BlZodr%H+$K<$aJ#^XggXRIB6JZrnV?B@3gJ#EaVnv!z-ffL1WqU1EpP@w>v1MQ z>v0xA>rs!O^{7v1D;sS!u`PXV%e=U|9YbDh9=xF)yXkPoW1gEsUb$Tk=a!h|9e`U8W7}|c zidbuM+u@9(y!|k?r>aZH=2^TwoUV?4wqaOp4hIib?{aMW-|efmo8vT`9rGf4@b^S) zDu^?9-(hSw@<7OI%(ii=9*kLH`B2Df_29c7#&+8eAI^wQ565zp=2^Zi{fJ{Z%Jq8i zj~&ja;Nu~0(9%yF&e-LXhch_yTyW~pHRh_!+PLpGO)-N>NB*w%aS;fx9niCM0Op@*^E$gr5@ zovz`Bu_7}oA$%*az)5!SWv;0AtSlLs~jiy z%b;R4;Q@g)4s6r29W5zVTpRF?-pcD7OZ#Qskg|QzddJd!nNGxRWP@WVjkAWnXk*CO zHh7ccB$29ZCOjmt#evk-?Az|k1F0qQ5NGt&fbm|QVe?DdVB5^4v){$Ee)4A<-F!+VSatjA9ewO)hrSQk z^fAIeknxU^8Nl_?M?*ix3woQw#JfB{1q;wYm_K}K>gQkqc8mlu3w{X~EH_Ul2G}=y ze+?I`H@lWcEx!c|b__6U^s$@zoeOjv)5l)6hrsqNvEy(QX4g9g)^-O|+f>7DxVE>U zKez_|ud+G4eQM*yu7d|6e{x6mye$882o{+T{DlR2+Eag<>78bMv%;~MM%hDIr<>U_ zn6;nRF%PCw`8oK3_OdYTq{?NApKXelceBYe@)4^F4i04sY%${dvD`6H}x1aRR z&%t+GDo2K2Kd%DQe5s9Tt$01U`DCkG&wfJus~mjjw}CUe{jYNH6}N^k9N^BZPG+{T zn@wuS2X~tgY6>)Ua473ZvqH1X?9*npIcB{Rgx#JU89s^C!kHc_J~Y)bGQ9tJPGq=> z&W#M8)<4f#(nzY=iqKf#d1O znc|mZW^XaGm%7=ctW@O+!V}V5v?n|)a1{WjF~J>}+1u3s8*=lNPL|fJx{mOOtloj} zn85XfM+I&G*d07Ba3f1-;5!mD@HY{jlvQpfJSA`oz;5(u14ruqn^+&;x@Pv?%xo*Oo%=AW+v(;O*(|JW zZotiVH({uyy(>45Re?!V5dU4JJ4{pa;b=L2;=KnI3$b%mWG74tCxp_&rPomX_cY%A>qr3n?u64YMu`XUuk(c zBz#xn^^ou}_P0aA$FkoGXh%;&ABBW(i0lXnA7lSKBz!>a%aAa>*%J~z&vGCnj3~Yh z37-i5pQGe!dHec%2R7DrB>1xt zZb(s#pgl`*LVwvp34(ros3bu<$Wj0_QON*V10d0RSspHWomIOmzR^}We8uJ z&6pBp31147BjALY66FcyWg8U;6$C00DhgC0R1&C6s4P&0P(`3Bz=jCD`4M{2#`TgV zro>I1r*D&bav(+HgfPAA+ha0a1^z?p=u z0%sBK7N|$KN1#68K7j^=2Lu`tx(PHQBm#{I4+}IQJR;DP@R&d|!V?0`2~P=}O?XD2 z1;A!vPYGp9!eD`O2)zW(b#N%_R&&Li=VlWf>9!)2l59U8;Ah7L1kH}t1kH{M37Q=j z5i~n4CTMoFA!v47LeT8El%Uyh89}q7EupiVp34cE9aj)EJK7O6JFX;XcC;sGc3ef! z?6{hs*>Md)v*TKVX2*2|&5jNP&5r8{njJR~G&^o2Xm)fYXm;ELu-W162OJ#AddkH9 z7B`#d?ZK@M4rM)KmUqG|B5#MdU(G?E+c`3Hy066EFt_M(4Fw7z{7;U1bPtu7I=j4kHDh@{4-^<+s6o50*@2Y z0#6VM2s}wBDDV`akigS~!UE3_iWoRj?^r)sX|mzP@}|^L^^VVSPeo?Pl?8GMRRl&5stSxGR1+9Qs4g&?P(xr0p{BrCLM?%DgxUh*3C9UcARI3+kx)lq z65#}a$%MKBQygfEfxDimq1m5$oE8~=BQOuPP&$d}Zh10NuA3QzQ35jwqXlLW#t6(N zj1`ze7$-27FkWCDVS>PX!bE`ugh>Jm36ljD5vB+%CQKDrLYOA7l#nN|j4)kbIbnvt z3c^f*m4sOWs|d3NRukq3tRc)5SWB2Eu#PZaU_D`hzy`uXfsKSk0-Fen1vV3w2y7uN z1(<*C3D8VOF>H<97Jgl|I|n`i91(8l4DME`@?12zvQQdxZeq9mr(OL=~h=O=sK!t<7%pX>Q~ zp11S7z2~=jp5yr+o~N=h^(=sCt!EL>8+qQ;^WmQ7dOpSTJkO_lzRmN$JN5q? zTAw`6-}8Kz=YM*hDv;UE37FRHoZ)#}&)a+cq~|%FPxXA7=P!Bwn&%(W%{Sr;nmV+_ zU4cpC)WO_bJU`8f5ku*8jCh7xAVxezEf^y%;6gFtNowI3@hr7SjCh(_G)6p6Efyo5 zs1}bA&s0mqi19_q81Y=SRE&7CdQ6OXwpuzyJY79DMm%3F6C<9mmW>h5Sj)wTJE!t7 z;;y4YjGGNsj1fP9Q7K0Ja!KU~N8}i+5+k1RR*eyDWVIM^b5uP>Jn5|wBkntE#)uow zS~22zZ|xZI#P_%u@u8FBW5j!xbz;POI48u2_a^Jch&Lxsj1lk5oD?J8o;(@Y1YJ`) zdn%?~`{4Nky7>_jOncYeDE!pQ@)#!=ToL0$gDYd4WN=lClMSwpamtapvxdng(+-R} z>h5e!ytk>Q3TtDWW^i4M=)Km*h-U&DV#KInV~iL#Y>E+YENzYv#JXkxW4+wi0f-WjJUoA#)#`{P>jpXX&emH(>Nq9 zfXixVjJT|Z#fZylc#OELa%040H6lh_RwH9vZ>l#6sMQ-C7r=01OpN#$yRlp=ojnfI zdWp^Oe5U6sJYVVg2G2KozS;9s;mr1%7IC#rXSc$%?ze;Iojt$X^BlTKGfdk{*xZz+ z-pn<}*()U6dG&ULN4O~ieH`?_YH#3b?&~PI86PrBXZHi>3GMF|N_ku~14!mcSL(lu z=Nzg3ZIo;={qG+~-Tw~c&TM^gDGmw=m+W9i$*uA^xgms30z)0x`{pm#;N%RWVcV~x zxf>o5+MwKk-oS-BBB0k%gOMSjM<3-VxkKtO+JT%)w2xyPCD%!ru@0mRn#*wky^c0! zd_ZsXF*G40G$j*5LPIjiQPN+ZTRM>2r78BGtxh4@2v5ZzaVpK8EHo?ANcL81$|j72 z^N2QJSamu{%VBUl!(noQ9QjNK_Q+pH!!Ro(Gz+sGCHnT(90#%*y41NO-5-Y7^Bg9f zO~nk%cOWa`#$th^LI)BJwB(CILN~COBo_oCw1j3)18AwEQD&v$wL zqvt<){)^{-cwW6&=6GviTF=ATo}cG=E6;O0U+4KI&$oI0zUKvtXZBkN)4Jaxo|p8z zyyq1>uk3jh&zpGO%<~qWpXd3dp11e>M$bEYp6B^i=SS*W8Yf##PTo=R=pI#?=ce8c zzjiw`iTtbQsS=qJ*#y&?$jv?P;Q0-nclZ1;&qsPb!SgAe&-Z+p=c$sJ`do@>Z7Xsx z-PUwt`q*nFuJE2Q;u`N2Bd+q^G2-z@pBT~4^orS zl&^f`}Hub_37w&H_r!ozRdHt zJm2N{ub!ul&1}CNruDe4_WTjgpY?pR=Ubc~sZVQ?ykPpYH;=kcd(qqBHn&3)@B^M7 z^!$+LsWO=ZZH#F>&?cT=;(2?|AN4%P^Ie{Q>G{u|r^;sbTNcy0-*TQ`;CYVc{XHMx z`9RMHc|OeZ;hs%tf@cwH1D2Cs`_#Nc&Fj2OHwjS+*_Wiev#x;#b zG}C!*1-cOuruD-5$MYgpGF}YRTE4jFB|R_ic?Hiad0yG`CZ0F-yt(HsJa6N9d(S(1 zp6B^I&lh;U-SeHE@9{iUHFLa|U|P>ld(UTjzRdIAJx^83Y^OM;bvvo*883!u_2Qm4 z^}Lzq7kl2`^ZPyT=6SB?BR!wz`FzjUdY-D0sb>*PYdwp4UflB%o;UUUY|mSG-qQ1P zJwMO$OFVDyc}LGXd*0RayFAbK{2tGTd!Fn0NY6)kKEd-m&lh;Ut7hiB{f=oD_gd;l zYU!ILub7s8(oweb<{xrnC%VJ3ZinWgZ{hj5o_F+ondi$r-|G1fp8wr(LP2z z<+v(FJmt7LMtlb3ni%nB^|dkL&Fbr7#GBO}V#Iq=*T;x=rEZ9EoxvMpTyL;rjCjN9 zrWokPKG2*?fPBA`b+O*Cb{b$>1Jcm*_MTtk`E{Om@VtxXcYEH=^FLQ) z_M6(2+3&rW*5m5t`O}`~cs|hcT+b(ZKH2j;Oz$*}qB&QyyfUeGGj%u<(^`jmp11M5 zz2`4^p4yh#&M%nO?WEqz_(_;nKZR~C9Za`HgN={kADq&6ocTjr+9_TzUKe!cf|9a^ zU0@cX5xedGT8PH%_Wx@k8nrwAuZ3vby8K@Y@hJCBEYuY0j%hv2C+X%+i5rl^?6+Qz zW>dUigD%+21#+0Oh92gYc%fZO7d{s+wEHp(aSpb|3*DMa&5=Bhg?c1kW7-As{fu9X zY4xq1f9Uxx&wuhf^+9Gk*JE0@)7kUK>E@&4ADS|4O_Y<%&5Nmh7D2ySoF?d3iwh9+ ztHlKg`qkn>gbuRN!UX+laS?)kwYVrjzgk?3pkFO6PUtKfEkU?lpd_J-Kq-QLwfGpq z-BO}7LBCpjEI~heQHG#jEiOyYuNIdh=vRx&6ZEUa6$p>WZYvV>tHqTF`qkpf1pR7p z6@q@XxGF&-SB;>Nt4`3!)gWl(Y7#VZwFnxy+5|-I2whK;ddVB6>$&$RyB_oTaPCP{ z;&_6lL>+>r#0iAXa$f5aG$l?XXiA(!(3Citpeb<*K~v&Xf~Lf21Wk$437QgT5Huyu zBxp*UMbMO}N6?h0PtcTTK+u$ENYIpMM9`FIOwg2QLeP|GO3;*OM$nXKPSBJ%n}C!s zO-2iXMy@46BXk)+%*J^+_eN7 zxpek*0NX>DI{_}#pj}VUpxr>wpxsE&pmii@&~74V&~7GZ&~71U&~7DY&^i$`Xq^cf zwA%<8wA%?9v^xkIv@Qe<+MNUqT33Pw?Jj}_?QVhwEt{Z0yN94byO*FryN{qjyPu#z zdw`&q+k*tX+`17oat{$SatT2r*PWn|dzhe+>p{@SJwnjPJxb8XJx0*TJx%+DEkrDt%V4Np3Irnhi57iu8p5NsgQ*>k}Q@#P9$F-3Q?In`V-sCOZ%!PV&Y$52?@f<;evX!7$$MXceI$j{?)$t<1 zhAN%?5-V1@fSf; z;%|bc#6JX0iPT4?J!y-;X-Z@fG$qmmO^E^oO^Jd8O^HGTdoic83j?&(D#C>tw4wwJ zS}}qKtvJC3EuCEgpxZ0Og&Lk?2pXQ!1P#xz1PxCaf`+FoLBmsypy4S`u;EE(R{&_8 zDsrJlrV>FTQ<FgQ+twK#M)S%QN*r1p%)D!e_I*y=` zIi8@AsYB4noIudasV+e;rxOW!Ih{n%c%4kpc%4Gfc%4enc%4Sjc%4qrc%4Dec%4bm z%jqnFUQYE08npTZ4O#<&2CX4MgVuMy@$QFQ>Bs8s`>V zs6lH<(4d_|(4d`5(97vOfNrl97izrDCuqDbAZWZ=6Et2I5^TK8PqqVe2N!dp4OKe3 zjkoYJF4P#bC1?yTCuj_=AZQHQ5i|x@5;O+w33}mN1>f?ko=5j40R2pZh$2^!oR2zo`{NYE>?BS9m46G0<ER8v!N?Nv*9j+X2abC&4z4(X2U%My&~@= z=oNV%L9fXB2^zTv2pYKu2^zU>1dZH71dUum(8zTsXyhIyXykejG;)s+G;)s;G;)s- zG;)sT!Kb!1VJM=lAw_r zMbOBNCTQfw5HxaQ2^zU^1dZHyf<|rvK_fSjpplzI(8x_DXym34G;&i38o6l%ja(i< zBR8F(k()u#$ju~Z0gLD0ypBxvMT5j1kE2^zUI1VrvgonNEm{er1fiK<6?Gq;v| z(v(<7(3DtD(3IFf(3IFn(3IFj(3IFr(3IFh(3E(NpeeDHpegY@K~v%df~Lfa1Wk#T z2$~Wv6Er1WA!tgxO3;*eji4#dXw+NaNZxb{n-XUm8yi3rO*hbKc z`8|S0?tOwr?gN5G?n8n`?jwRm?qh;R?h}GWZaYCEw}YUO+ey&KeM->CeMZp8eNNEG zeL>L3{fD5D+eOgGeM!*BeMQj7}I6)&Fa-9hpx!VXDx!VaExjP6Nxh@2a+?@oCTvvid?k<8x?rwrc zE}Ni{yN95WyO*GmyN{reyPu$udw`&kdyt@!>qgMXJw(vRB?OIJcY;RlVS+}k2SFqE z2tgzFC_y9l7(pZVI6))#1VJPBBtawh6hR~RG(jWx3;~flQs>ts`M6*z^=Z|k?fjnQ zo-`$L2$~W-37QhU2$~YT37Qgp2$~Xo37Qi92$~Z837QfE2$~WD37Qgv2$~Xu37Qf^ z2$~W@37Qha2$~YZ37QhQ1Wkz%1Wk#N1Wk!i1Wk$21Wk!C1Wk#t1Wk!?1Wk$Y1ihFi z5HxZV2^zUc1dZHef<|r%K_fSnpplzK(8%QxG;-4k8o3z+joeIvMsAh^`-5~Z;mZND z1A1+(`5^rqkiHKv&n-^OcWUs7)cJ&g0t*O(^jGf)g9R25%y)6Hjl~4>B^j+~7))Ta*8wlg1 z#74q+flY)70-FgF1-1|-2|P!bEU=X@Mc{b{KjT*fzZ!ra9C*Q*3*L(a4cH*8L^vyj5tyc*fiN`dcfAzj$DvXArceXA;Iqew;<+(iV9+{FZqTpPkT3Dl(o4b)`>1nNkgU$f*hb5$-p>dvn% z_oNwcIYBev3W8=pJA!7wl>}`e+7mQ-R}nNeR}(Z8*ATQG*An!sT}ROK+JT^Xc0ED! z>;{77*^LCvvyKF<=}iR9vzrN;XSWdaSZ*a~o^>MV!F48Rp4~>!JiDEsd3Fau^Q;R& z^XyK7o{z2sJ!5wfw5E3x#!2F36EyMeA!rM6FG1sSA3^iueuC!50|d>F2MO9jbR%fw z9wKPu5`spqJ3%A&FhL{NgP@UngrJdol%VJ1F@i?!ae_wf34%uMNrFc1DS}4sX@W-X z8G=UcS%O9`hoF(`Nf;-A>P^r<^&x1W`Vury{RkSU{saxw0D=Z;AVDwWK?FU?g9&;H zhY<9P4JBwjh7t7Oh7?(raRfb<@dQnW z2?Ra3i3ClDNd!%Y$plS@DFjW2sRT`jX#_nVc?3OU(+OJB8H90?A2SJ>AF~LWAF~M> zmpKH@kGTZRk9h>mkNE_>kQWd%atjF>xkUtx++u=8ZV5pnx0Ha$9jWtco_t|CzjD=& z_Ren^_oOMYoS-Lq1wm6{B|%eS6+u&CH9=Ei4M9_4EkRRa9YIrKJwa1q13^<_BVn9m zz-EGGz!rjLz;gu6fUN}0faeLC0WT0V170L(3-J;`qxUjFPvI*BJ!7vDv>vY!^x$46 z=;6OXn1-WGXTJr|M}zNhVY#%ulYE!(wLEa!M)*?TJwj1|_X*`?8y^rV2z*GWDDV-X zlEBA=$^xGdst9Z+Xiawzw5B@=TGLMnTGP)6TGP)7TGKBGTGRg!w5GcVTGKBHTGOux zTGM=j)^s;PYr2P^HQh_ln(iZLP4^SDrUwXG)Bh5*re71Zrr!{>rr#2@rr!~?rvD>o zO%D>Zrr#5^raut0rauz2rauw1rau$3roRxhroR%jroR!iroR)kriTbx(?1AW(?1DX z)4vE>)4vH?(|-uIrsm(CY&Ta|6I>bT>>)edm6pz)glY9W&!>C7%=6TLGUaPwdZBEy zuIHzDp4ycuUj)-yzNqI_Jg?^Y@t)W5ysqabdVU(cKz2P$w>5Q3=49Cxq&{J;Km)=& z14rnSn$}BpnLg>sqwbR$a!>PR*Nq4Z1R4_-3N#@s5@>PmTL_vV zw-PiVIuSJfoe3KM+Xx!}+X))~I|v&8E(DGLorEoN#<~(TA?_l)Bqi=9Xmqm)Go-{l zgxLc35?&R!kMOMI(EWthQ6ioF06-hL;h5IOHP`dhml;0;(^|fs=jVFf%Ja)SZ|8Y? z&vU=ZY=0@Hb^BXAKjis8o~QCN<+tt5Z08WBbvwKEWqco|)%Sb;jpyHb{y)zTdj5~+ zsr{Mlzl>?!{;QsULN`B$cEFTrYc4nW7eiBL;U`P8V#H6DrenlUmKKN+KeJabM*L)H zp&0R#rG;a}PnH&m5kFa4G)DYnX|Wg=9;q*?pL}KdqWq)oi;Bm4!*8LMh!MYqS~5ob zj9{r4@zZ(7#E72_EFB|05pZmb_$|~jG2*vS%f^V`LM;~~ehamHjQB0o3NhlhP%FlW z-$JbvBYq3Da*X&b)G9IJw@|Cbh~Gl379)NOwR(*BEz}w@;va_BjBs|2!CEomzZuky z5pVY%7h`YJEFBNjrs#4^>m}9R^Nyb1>Un3+ANnSB58w0!0X;1&R`;3KSzO5GYQVB~XGe zTc9LijzB5GT!CW<69q~W@&t}0%n&F;m@H71FjJr$VZ1vcpTLFlP^olwU2ow@Txhev{MUGI;VE3G32-Vw6W}z0CcxcXadwDXadwHXaY1K*aS#tHw5U}X~cyZ`^E%~eG`JlzA3@RKAqhRpxbNC zg*NQz?6bXvEx6D|Je}RrTX+E%YFJu(3)^s^p7~3>g_m-nJ@e`8%iO{vb$ShweI~+f zYaH!E!M5D1jb=Lga<^BLlUHz|2C^MN19>IE1~Q%9-dp`DF4P!aP0$!#@B>F3-x-u zouGlg!zxWgdYRw_8#X#ZHAv9XfymI zL7U;H2)iYEPXly&&v4-$S@^8CFoz4ZU+ziJSob1mzucQ(`(^WAI0-i3=11`e+Bx?l zXy@FYplL9GplL9Wpe@88fF9CdF4Sgu2tm_eC_&R;7(vruI6>1Om!N4df}m+IlA!(a zD1!FOqY0V|V+fiHV+ooI;|SU>k0)rqJb|DIF_EANF^Qnp{bYcitm#~+5uHKMh|VPF zNNbk2`fM)LV9p_EFy|69nDYo4%=rWj<^q7$Zy^_IFc%Rtn2QM-%q0X3=2C(Na~VN{ zxtyTETtU!at|VwMR}m1*BXvv-lLMy2%A@X>R&!69C2I(pC2I+qCF=;9CF=>AB^wBu zB^wEvC7S>?3hC^FnARJEA3RST%=qb;*7Ef{AMJUb=Sw|b?)g^FpZ9#5=kIy`3*Fo| zd~fQ2N9IqY>z!`8?Q~|oKIRK#<{MzXU}nA{<_l%!8)3e1X1+1zi)7}TV7_Q(zA5I5 zW#*epc8Ky|_u0yPNj1Zonl6sSdLFHoCsmB4X?s|AiHTq972 zaIL@zgzE(A5;_Q+NVs0$B*F~>ClhWIIEBzr;8Z|cJV`2IUh;EBchAqke~vrNd7|Gs zIh~;2!#IO*x7_}m>0oF2(I-rToP~K!ka}*J`~Cj<1pS&z1A^|bAwj?9(ukm6b7@TI zVCrrv-GrcDb7@M@uemfM+$^g!C+OE)&L(u05-kX~3$!G35jcm?Rp4C0-2&$k^lL7y z2>Lab^9g!-FCggGTv`+KYc3ZO^lL5`5gw7=>$ z{~f06z21D6BlS#;k{?XZRITRG-ZI_i?I0d*XjgW`*2qWqvO_{YyJe3gWD$vkL(1W=-qLg^66WWgPS{g;RSL z;~zMd4Q==kW90(N?~U)Vly{cgDI2Tcz9k)f+T(k zr?IsI+cNcN zJSnt6Xk1SYZ7A#%XUQE>ky8n;3Y_M^*6ct}{2$ZPohA8F=nTRe0%sC-3!LRZ&ejkl zMLlOpA1PGdffO2ue>>VBuzhpzJhowI^YPfYQDA#=@t;{62ex-Zjsk|h_%OZH6~CrjGI zOZE(&B1-LZJ z{1VUGd*0FW&YlnOJlFFjo-gx!h3Bc?GxfRlP^LbeF|FtA0p~~R@){?~7u;pLRPm!O!u0py#=sZ}I#&&tLKU9nU}We3$13JU{69@1Cdr$efr_nAQM}_WVtH zf$W2rZfmaUL_ehTJ>hGkCgp!1d@1lFK|iGQ6G1cWO&~&9ol*{{{?6!5mN{A`rv)&f<&}2yEkJDP{>)bNc#K24rH%e z@YZ6H!1m;ze=ZtYPjoQFLhFV9N?qJpvRHOd!h!S&z45t}l7Z!q#DAGCMUz7qk3AgY zFj*p7EA2qG))zhdv5{f?QzkOJ3tN^Zdl-#>gI$h@laxOa!-w*L?dgm6+ABCqel=?w zsOX@FY;6oim6eFt+Ma%B)+49LT>(Itv+(gs z+Jv5o4c-(P8kw6zn}vkF#aZ%;*`k449mpB5AIjl)hpImYe^EPv7xGXlIDX2%}|va^Hbdlun#?w-i- z$)5XYa#V9s@P48_fTidW9*7JTd(c@jMzX1!138yVk>?N5WDkq5W-zC3{eW=(t0*BG!8kD;iFkSLt8uDSg**Cl)VGX&%@{3`UJLT zEjpjRp{+yi_KOVV`iHh2&rt>hmOmZ)9Z0hWJfk1Z!XP3JIDa}0WN=`6HlQ;b5*e~& zXk=)rhdE1znGG5k?m)&f3xd+meDIidAE z;y9pb^0zso*VH=Nr@wRE&TLTk_8np>HP2b{u2g+KAyvp`(EQWk99P;lo#PFt|ywxrS=X%+pr({CQ|_Ukq&T2$Xv%GW3Hlhc*&t^_9>@ zU`X+5VEOaWx4-5rSu3G@-GPL13<|wLlSU*5L-;p|_GrhU9e69WNoZ`|4s8N%PTmPD ze-ZAd-*uL(lbUREU~7_ZhXL<}wh*y+Kd?Rh(6D|G8E(-&3~cXY^qe1sHW3ZT$ARtd zwb3ZyZ)me{ z)$Vhad?9<-??BGU>|UnOfzak4mHr#rTntXX4s8Lh*l%cZo+e`DZ;7_X3(@v`7g+u> z4CVe8*xp45&_SAPa0Z69-xKWy7vs==2rPd&PRoyh?Olwf_ovX7;8gwWESV^$!ZbOo zRk*5(5ba^DT4k(gXzS4B6$@=Wn%?4p<*!{e2&}_?Gjb;xmZ}et5<`?lKQ@&RaZj&qiLAcuau13C187@5?e$==2f zFn9vd?rjiypt_Nvr#g`)D^Ff+@T3Uy&<34Mv|AjC>;9C`hM|EtHL&~*=+#dPY~L`P zxYGm6-+&A5%)s`IKsKHg8T!q7&XN!1ywrCf=Vc_K&>*x?7)dk?EPoSHr%_=0Mx&!| zOq0{H3^!U$i1rMOMq|^ICIwfZuWRNo87I|i?m+Jg`k`Syn`k#T9z*5mTfdZ7`xf@aU?>|6|4 z+YxQmrlUE!(pfS>_S&BCiNIA3Y&CZG##MbaO*TIsk2J1vm~56cuXUiOcj81->beLg zA!$1}OyZb~8S-|WqwR-@@R=3e)OG{AK+leT+Zz z+6}J61$S3qy9ebNyF0LbE76{2M}`RA6WS{5<6fHVcnfNMAJOi3HCDbqu-!xO^x%QO z_N_%D_F!o1aJssMwjSYsD6ri_Rvl?D&^#$%1_O0!AMJC2ggdiGImdQ6-6I@`>OV}h z(H@Fxz6VX#9t?bhXwT7RbP|u!q~H*=n~xD~!7b>E9uMs~to($tWUDD?;7JE^Da{#$ zOX;ZyM|V7VEg;v#Pkbn&jR$v{b^F`skk@>#E6muL!3Db_jiM0L>D^PVe*&R zsDU94Y07EJ}j`^BXE%q4{ZM+3>b4G!vT+o3~lkq!1fG6*D)%v{q{l4 z=*UoROk^0%jSX!u8su>_If0AN#*KHFOp?@^;6Tp65Y%pBXhV@$lR_JY8`sI94MDjn zp$$XrriL~gk(}l%d0r}#=Rhhl6hWLGntf|?Mr3#-H8V2AdKOI%-;QQxN4Oe+oD<dBg3d^8BJE+f+{W#ac*z)9xI5lMI7JC!1hnT;B1w%B-a!)u-bvdX##?|CNkVx zt_^J>Y+Ym+maPwMGKM7^LYssqeH)!6+od9#97shbqgC4++7uksme8i+y`$$~+N*C3 zmruiad_J^1ba5{PwtF0I(_Rd0|8z9BFF8wk%9{=^JCN3Uu03V15OMzZ&%~qpS0h8q z^IBlL$D_e}J+S>V(Pz97SpG;n;CPcJIX46Ms&7R&8*RngM4Js0(I~$Y+9dRe?*_Ji z0giW@vt)+^<~_nrf%gf$<&1pbK+nhu#O_0)JtHd+yN^O!+4BfPgJ$)TLS|?%xc1Qu z4ceKVeH`v=74DNh32ilQleg34v~I#sbVrDJdFV=Z673V)rd({6pOFos;y~}}|-Ff41y?+@a8t|`(*xZ3$*j#>Sz0rc~4y_Nm zx;->ozj>39TziRjgMDxc_k}h9H*)(!8;tBf5ZQQR{|#**PS)3<4aar(O=!7j!M~+R z1()J7`HpBSI2IB4UtqiEVC92>9Tv9!zz$5pQ0S+?_N>8> z>F2->Oh*6t3(f9izJ0dxYlH(Z{`-w+_dFlx|M$pn2Y)EA1JiKL{y~$y4D7%x zY_L#hbI|b=4s9-OF^WWnwybDiyO$0#R*WVUT!gExxWnXgIkXZEY%gM>@*2xwsR2ED1W4$qkdAv z^c+9dHvg~j7*jMS^+Wo~tdfNfrmoB?R5%%EsNE?y?JWH8N}yn>h4@bU&;-onc}c-e-R_wn)} zUOvXlPP}}EmoMcWglMf9cKG=G5Y~}`w>F>`2qXRfqi0N#|AdcI}1JBquYIV z?kv{h;qHx^bh+)}+axs*=46n0IaIXe{SS8Oao?TiCdZfvn-iVtUah?OG<1QitgK&) zrm{|aFID$o;Zzo0N>|D$aWLIAE30sB!QAV{H_j`UcSm033FpnbXjz?Q-Pg5VcE)?B zx7t>%)q54rfA81}eoUd{!S)6IUE%-FXQ_Pdo#QXctCQC~@8k(r&bw||!*vDLU9;?* z_s%$fTlMqbt9ZeCWm<=k{&$6c&(goCk!ktxH#eX}+qw5sg;|Bcy(*=Z*-*-u;N|oJFuz2rFb`&nz`|j@xWECp?rJX92E>!ya z!l@#qj205-y$CmC&+Z&vS#{3nLeqUnLb&jPbqJvPnGG@DwyfhW%`VYX8KH-KC6nQkQ0jjNjJCNkZ$nwf4U)6J`!>9b|JMGZ6EQl`(TX{OJW>GNut=~h`XbADEB zGk1Z`waz-u%w4E+7iAr9<}TK`Hd%Gd+$B19Y1Rp5?lPTgn^o7$U9NLiWSwZ{+UeYt zStpsf_BwY}*2!k>YMr|#>l8D0ter+>=@7m^t%^($@3otaHuWGdlNd)_G>GRa)bhZk1(b&9A}P zqOH^CW7hoio1MKVeF0|8@4VUBHtE)wH9zWRXD>}(h*|RsZg#e9`XbDlpKG(TSEMh- ztody=J9}li4Q9;`vDw+H(wAV?{OX#Wy(WDrX3bBm+1cyTmtofYo|>J#KHV0xH|Xq* z>B}+OQD<*TUxC@1b@rBYJIvmyvz^Q{U^ClUXKzcl$L#Godq?^zGy7wKYqCnEdls|L Gi2om<_ghK; literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/idna/codec.py b/.env/Lib/site-packages/pip/_vendor/idna/codec.py new file mode 100644 index 00000000..1ca9ba62 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/idna/codec.py @@ -0,0 +1,112 @@ +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/.env/Lib/site-packages/pip/_vendor/idna/compat.py b/.env/Lib/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 00000000..786e6bda --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/idna/compat.py @@ -0,0 +1,13 @@ +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/.env/Lib/site-packages/pip/_vendor/idna/core.py b/.env/Lib/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 00000000..4f300371 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/idna/core.py @@ -0,0 +1,400 @@ +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 + if joining_type in [ord('L'), ord('D')]: + ok = True + 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 + if joining_type in [ord('R'), ord('D')]: + ok = True + 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']): + try: + if not valid_contextj(label, pos): + raise InvalidCodepointContext('Joiner {} not allowed at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + except ValueError: + raise IDNAError('Unknown codepoint adjacent to joiner {} 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/.env/Lib/site-packages/pip/_vendor/idna/idnadata.py b/.env/Lib/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 00000000..67db4625 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/idna/idnadata.py @@ -0,0 +1,2151 @@ +# 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 = { + 0x600: 85, + 0x601: 85, + 0x602: 85, + 0x603: 85, + 0x604: 85, + 0x605: 85, + 0x608: 85, + 0x60b: 85, + 0x620: 68, + 0x621: 85, + 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, + 0x66e: 68, + 0x66f: 68, + 0x671: 82, + 0x672: 82, + 0x673: 82, + 0x674: 85, + 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, + 0x6dd: 85, + 0x6ee: 82, + 0x6ef: 82, + 0x6fa: 68, + 0x6fb: 68, + 0x6fc: 68, + 0x6ff: 68, + 0x70f: 84, + 0x710: 82, + 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, + 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, + 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, + 0x7fa: 67, + 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, + 0x860: 68, + 0x861: 85, + 0x862: 68, + 0x863: 68, + 0x864: 68, + 0x865: 68, + 0x866: 85, + 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, + 0x887: 85, + 0x888: 85, + 0x889: 68, + 0x88a: 68, + 0x88b: 68, + 0x88c: 68, + 0x88d: 68, + 0x88e: 82, + 0x890: 85, + 0x891: 85, + 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, + 0x8ad: 85, + 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, + 0x8e2: 85, + 0x1806: 85, + 0x1807: 68, + 0x180a: 67, + 0x180e: 85, + 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, + 0x1880: 85, + 0x1881: 85, + 0x1882: 85, + 0x1883: 85, + 0x1884: 85, + 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, + 0x18aa: 68, + 0x200c: 85, + 0x200d: 67, + 0x202f: 85, + 0x2066: 85, + 0x2067: 85, + 0x2068: 85, + 0x2069: 85, + 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, + 0xa873: 85, + 0x10ac0: 68, + 0x10ac1: 68, + 0x10ac2: 68, + 0x10ac3: 68, + 0x10ac4: 68, + 0x10ac5: 82, + 0x10ac6: 85, + 0x10ac7: 82, + 0x10ac8: 85, + 0x10ac9: 82, + 0x10aca: 82, + 0x10acb: 85, + 0x10acc: 85, + 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, + 0x10ae2: 85, + 0x10ae3: 85, + 0x10ae4: 82, + 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, + 0x10baf: 85, + 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, + 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, + 0x10f45: 85, + 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, + 0x10fb0: 68, + 0x10fb1: 85, + 0x10fb2: 68, + 0x10fb3: 68, + 0x10fb4: 82, + 0x10fb5: 82, + 0x10fb6: 82, + 0x10fb7: 85, + 0x10fb8: 68, + 0x10fb9: 82, + 0x10fba: 82, + 0x10fbb: 68, + 0x10fbc: 68, + 0x10fbd: 82, + 0x10fbe: 68, + 0x10fbf: 68, + 0x10fc0: 85, + 0x10fc1: 68, + 0x10fc2: 82, + 0x10fc3: 82, + 0x10fc4: 68, + 0x10fc5: 85, + 0x10fc6: 85, + 0x10fc7: 85, + 0x10fc8: 85, + 0x10fc9: 82, + 0x10fca: 68, + 0x10fcb: 76, + 0x110bd: 85, + 0x110cd: 85, + 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, + 0x1e94b: 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, + 0x1e0300001e06e, + 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/.env/Lib/site-packages/pip/_vendor/idna/intranges.py b/.env/Lib/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 00000000..6a43b047 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/idna/intranges.py @@ -0,0 +1,54 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/idna/package_data.py b/.env/Lib/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 00000000..8501893b --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1,2 @@ +__version__ = '3.4' + diff --git a/.env/Lib/site-packages/pip/_vendor/idna/py.typed b/.env/Lib/site-packages/pip/_vendor/idna/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip/_vendor/idna/uts46data.py b/.env/Lib/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 00000000..186796c1 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/idna/uts46data.py @@ -0,0 +1,8600 @@ +# 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/.env/Lib/site-packages/pip/_vendor/msgpack/__init__.py b/.env/Lib/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 00000000..1300b866 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/msgpack/__init__.py @@ -0,0 +1,57 @@ +# 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/.env/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc9ba36e86a841c540fae60300b4f6bbf9222ad5 GIT binary patch literal 1845 zcmb7EO>7%Q6rR~1+ws~?bWKMF|I#6K{5Fw}o=xN&CGwvu|eK z&-eDHWHOFG9)5bhQd2;SMO$DU$ZiZHw2mxf;Trl*!orej*pUp$kqsHvvZd4%LkYBM zsFrF(tcVdMN_AiRvd6mG``B(&z_gVB>?OTMA4wYhq{kQ_X=8sw8AN2?F+`I= zZvVP@2HhB3LRaM(w1hLsEfHx3bNp&X;?c8L{VR<+;ayj3hcMrC>RTf0sfNb4D%`K6_4s( z-M2lLWdoV=G_FUhzU8WP^5mqqd z>yxBz&*U>`4L<}0M!}+DJb~b8P(l5;V!`*ANCOBQmN61eIekv}!oywwXrk>DN~FIS z|785Lx0;i`Y3a4sTiVf^Cjss%M}tac4)8d+S|;H@aalwwW`hcXamiy`W(~%pi!dQD za$G9_y#upQ;87R?o5HR#-L2DTEpKDIh`ePVUuZu+I4<(I!X@nC4YH8lSH>DJK1 z4@d3|o!L}Q+*3|$E3!Je85?cIMt9;-d}OCDf{*Q_V|Z};0E(rW%0{fass0|-gq2)X q|JuHYQDXlN!s6Je`>|6Hi8{K+ME~ye#!ru+J0sn1WBEsf0sjWwyuNY( literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03b320db52d4a61bcf8e48a8125189361c31bfd6 GIT binary patch literal 2039 zcmb7FK~Eb;6rNr0nq{#ArjWK!(c#c4TNRTY8&y4|5EQ90NF_a3mR5szjJH|uxHD@L zBMwOA5LKoA14O@9mrSo?jP>E`jy; zuRD#eE!goeTKOT<{{xr{Vv-#akTVh(ocx)~WK~0>CZIWPj8Rjg7NGV7n$u_=&>3z4 z4*qaeZH+sC&)&lG+^WuKnG3QxJ~OuOa8d=`s>|o9g=i zUk>BLvg=Ye%j>D&6tP;+Gau&{|l{&s3vljRL)b;(A2s#n+1>gUv2}XxH|n_=zWCW3QJqMZ5#{ z%iXVPWgd5H--ib^6()QG)5;FHsKWYKQH;>vgJTrA4cNz^YpLC+Aa+#Ah8o=U}XjaZ5(MIQxD~k)Ph}sQS~QCT@&6Tv`$K|#qr-6bg`hEq$_wsxy^OAr z+@Ey4l(|OyZr7iH8b^=b(X0hl+)BL9ml5$7@+I z4-Pykd7Z-m2p~}qRhB+oU!EaX;fg|I!)@=z5k4&DO}nl5CMctVDj(&FCa|3rEZk2gALaktB5BN9j2Tv|f$EokaH-Z|f7)A(EY zIhfazF9PN|XBfu7%p1;mI3TbM77b(e{L=w}ZQvk3KjzoZzj!6^w2qSH^OaXVo|dm& nvb6SwEDZ7m zX6Q(aywMg0syN$5Mt31)k)jG3Y!tX?U7$a9fdbp^&lX#drVFWzP^4)3!~Yc7MFXS2 z_MAHp4kg+~fDWX~JLkU7`OfRkKUY?I2|WLK_rk=l8{ijT%*SI?p0qK9EEAE4Oq?W` zFvDP-jk95v{yM@A`s)lkCC4eVyEki$Kl&_<8E5m%aRL3blxGNizN~xxOC%_sT*-61CJ! zTpD?dJBwn2`50RzPYwX(kAbxk2{R%Ab~0hdBAH-B_Kqj)TqLth*macz9r?0zv)Z+} z87Y0psPKw3qe!YGYbr0zYP<%Gd`#vO>g0?NeJ2z(*g%(bL5c5A{vC>+G0Q|VjzP#g zqnW!QCJWUH4M)&NWXz-f5n~(0YHqVf$x&=!l<1geqU;%>dR>(ibyQHa zsnqEAWNBE5-I7L!CG{OGIWu}$Nlr^zvh(tsHkFhw0JcK6x<^Bjd~5VlYA(V5uH(a0@H7L&?R0}e+4BB7Z%g~Q`=282S!E>XeMBoyB+kWH>>rR_7vBd%>T zuqU%OlnWfq_>SsS*CXyArFP{4-5Fo^2IpTIe#GrxIs1^?zZuw@d8IoS=*jqcwj9LI z+X*-Zya)CHCyGS!-bf^o6jO1m`y!E>DIspO z07u1SG!mgF$X6OXj7sr1aG6nR@CbilPH81wf}X`HDzc(uk_|h>0N5Z3 z076mawIq+2;{{pdQ!=fNS&NN@^yyNdM3ekXN|6lk(v=KY9^nTkQgU=~OiMfLj%xXzG zm`)PGGtg(Ag*VIa&$)wT!oL8pF3K@2Cd6ZDi5F~ON{&xUQ7xo19MLm4BPc=w&8^AS zLCQvK!)GLw7?%`2Ibk;Q0F9``BSx=}Tzrd{W|Gk%atY_)H*+lug{n@%8-UN}tZp=W#7}6#s zjh|42s0P|3#CZ)=apzuUV~G^7L*)ks1|r6Pi06l;2_Xd<1`S=d9gZY5z~_jubvmKS zcZ^FDNkD!vi-NoWG|T^kQV6PbXp=SktNct7`~vWSm({}F(#N(H6QQbh`)Xt;phygq!k#xYaJmA)JS|{{WRVWt7(`MptUODvH zz$31cy088)=E<~W z0Cb8$wUo3#HRCRbdDwL8RZT%dYoP)(0PH*{TY)d>Lsq@R0KuvEx^5q_TfS58b>9vG z*WG}-grF7p{sp5PfVHWUEifOK+sS;Lb`CqYL9sx-;!dn{uV=Z}H+=q&E`4xmrER_W zaJKm{@YL@Go|b!cZrM+cQl^IW=TIp&toIGRmF887D1FdUf?xAYDJrHUvy9TjAn&c1 z78W%g7*&Fbqpp%U1~}h!c1i*#2>jwD3|L~?obElroq*md1p)B7$vh8Hp%W2LqZS*7 zS<2zOiw;wf8z#)%k%)8?`0Td?2p~tw8_-ET1H}UQx`JDBeK@qz_7|a#L)nUsul%*k zzI(n^*XNa=R%ZR35B)bDw5|7?$@ZN22WkEMjV%22+}Ls;q}{|{_W~Ilgaww7Kcx_B zFM=-cLc|R5VjqGiIu~6h8?GsAp$HuEmE#xPmJ#X zQ#B3CL-&SOQn{M;4A-9Vw7)>(hG9q%hQ5QAO;|1$Pd9=FX-ZJ13Sv``J3G_@d+byT zopu8|V`hn=cFoeY<3x(MN%U z=f^C?8Z)%i=9(ch6RCdNqS!)AOlJerYa3uhLgRz{WnnI!6ks%jvepnx*CBFOAz9Nc z1B|9v^_}W6Z#xIa)5>OrN*dre_pU@bO7GPNT4>A_j&8OFKR@;9sRwnxWOA*8Ss%an#>Wj`V?gm%A)t5)*0*V;VfED< z7s_}-yOrO%z3HIJ4|W)iu=5caR5FpJ%5)9-7_hhZgFYb3(&N*RAb_%hF+jC7=4mY4 z1C{cEqH~@xjmd3xp1n$5(%PJ0N{0!LsykE@O78VJ>K)!GN5u_f)-X zdiz2}$NYAOnj7lKBN}bG4j@1G*0qu<&Ua{L(oQudXer;Ip_aPJn;DIA9OOsUF>WSi z|4TJd>BEM8EC!$mIt$vN3;`kU#Qg>xG^9{o!+rrMc0|u++HH@XO+47Uh zY8ttn$@=!Kc0a6W+o)?=uWQfNwXX%Tpbg^R#J`AV>jpt1xVlW^VZ7-P9&$&&Zg^$+ zy?gJ0($wb~x|W<I@aPQ=QroOM_EmBHV1M>t|1X`t_WjD2t2wtg zyusBhR_xXfG+St+p1cJ`v2z5(gC5)mMB{VYeuD`Scp4%*kxc_M0vu#{js@EX)Qj!zrZX*lc71oPq|3dBHdn0lF`+kHQ2SAV%jX za$p53Ho3+ZnKBd;71bbAXh;daJD<`@58{FZ zF%6w*!XsaR3>@>~fv|Wlw`D;-pag)+-e|!21 zw!p_-pv4%%cdRvQ=L7_-vO((RNl_1!gUTs5QZHk09!QJ0_}5S3=^RUPH^L~ zTX5eCpG(S&CG2r@m4!>V9+s2o#sW`^TmBqbi(if?Lj6sj99(T!YtJ=zWw`E)r+YU` z(KWslg@89O45hJXq3}n~K_MOofr+M|h(i{j2A>DS9Ybsb^tcUBZP6$KE&2s%2PycQXS|Q0#VFoa{Q0h;q&}15Uz2gxX4b3)v zOz0M%T`JfBNmy~cIT8%FQT;0`O*3TUNXMTe8@yHok1e5mYtj0U!f+Gu)JH=`i#Jyg&U(xq`AWnpE=6zZ^Ug?0i{{IbAWCsfP%grNUBasX zA(=Cz>xyJ&lK&dUsc1!Y&^NAge3s+axloo1t=;^)wj6i-?>p89FJ%WWZPYd{U%Gec z&qkg)*dgyXr1;jw@QpB&?T!i|RV3CDA_Re$F$o>47p6e&8}rgTfzx zc_L}!_ji$r#U)ESAo@Wwqnw9AXE~Jtm>X8q?3RYgsKD?BYbxCfnw$I;%%kps0$A>c zn0=i)kmU}n_I!Tw)02PsT8`_)ERf|RSPc6#pNI!!Go<+yZn^^lE7T2+O8;UOoU0(kLMvsog z0r*$(8`d524eNG!Aesy8S$Q+#KfG}9iL>5yXuHel@^1UwuDWeM>pHmYVO;%iCFBl# z!#28(K5;;83v1hbHLlvN!?eL;H9&2<*6lh5)8YuXtH&4twQaxKb$r`j?(%Nc)7COq zFKzvXg_^!u++r}0uZSk&armGBx0b4cXj860k$0$bsvgk#;F}G8yMoKziDce!`RyJW z=H#96q&%s#;0U}Q%6m|^(n%RU+M=peoz~!HbUdZ$pJ|nA*wKw0-THN$j*(F$(@%o6 zP%+>eL9^4Ba}++rQB6B}HEsj6*Ru5Hoz)azwVelWe#wE9M_ zs_Q9%x2Me!mg!w`|2M(kZ?{^BuX&p=IGA6Y)rV(VdRH6QTY9rCy$??3TKYlX?>b?B ct`pDHYS`-E)}L-C|JZ)$4CnYw6$9n}0lR<=IRF3v literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba5d0aa41c272a88a8ed317ea8e01ec5b2313f1a GIT binary patch literal 43590 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 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/.env/Lib/site-packages/pip/_vendor/msgpack/fallback.py b/.env/Lib/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 00000000..e8cebc1b --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/msgpack/fallback.py @@ -0,0 +1,1010 @@ +"""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/.env/Lib/site-packages/pip/_vendor/packaging/__about__.py b/.env/Lib/site-packages/pip/_vendor/packaging/__about__.py new file mode 100644 index 00000000..3551bc2d --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/packaging/__about__.py @@ -0,0 +1,26 @@ +# 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/.env/Lib/site-packages/pip/_vendor/packaging/__init__.py b/.env/Lib/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 00000000..3c50c5dc --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/packaging/__init__.py @@ -0,0 +1,25 @@ +# 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/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..98f4583ddef51790e956ea17f11233d4a26205c8 GIT binary patch literal 644 zcmYL_&u`N(6vvbPN|P?52ZYcLQ$XTSP?9xpfPoOuO1mJKG;xU{S#IsNW=R~`PNd`% zuG|q<#Erj&6Sr!oO8f&8yY0kFt7%X2=lR)RKil8mwryz;f4`nAzO^7X#Z5rHjjI6C zcWtQ=?WZ1UL=Sb+3R|Qdwn-=KkZ#x|y|71&&>(%rqNPjO6~GnFqE%E2jdSV~yINRDG?&Qm4WELU8}YDl)yH*zcW7_ScAolV`qoy0ho z)PZNbh4w4z2HsJ%7aWbBxquhWBl%%uHdf#mz9|~NMY}<#LAL>TsR^S&zkvz(rCkBF zYd$%SK1uK{!UFyheN5?8u!2TYD$f?Q^nn#2PZh8UNMe5nikP}Hj5-v)V(n# z%2?*3f~JIvTQ7Wg+KlJmvzL|E{Z|Pmc}!o6J8-`aL%sxDwsl?qXPJXmZCu{d?EAI3 q-Vf@*+Hz}Svwyc9Z0zT?wcb0d&CUK}*ccxEIQTPs^2HW5oc|BU(#LiH literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e22a1b37b708cb088afe39e33e2f9731cacb3121 GIT binary patch literal 480 zcmYk2zfQw25XSAKZIYrQCKjHcLt7y+A;ba_3xX~zmZg*1nAQ;6k@H8&$jS?_v+*pv zL02X=phG1l&IAx1e!e?@y6?`H~GB|nwL zZE15pb@oP<}*IhHmx#w>~_%J|7x*^cnc||n|?xr4MD6uK6aC>;4X68`2GbmF@kyk literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e18c5ccab50c97a3e3aa544944d998f151c69eae GIT binary patch literal 12090 zcmdTqTW}lKb-TdgxpIx##XrtX4Ax;op95(D(6Ph%u85#!O=K$23LVqF$tU zil+nAcsi!XX_D8BYe=je*OHhSXGp9Y*O6F1u7_9?Fa(X`#-M536f}>UgX}mPw2WJV z)^RIMX{bSp*IuJ|=6y}N&v6^C6D)$Q8nQkOufN8O+W}JoX#=E7Gif8F9lS{>BYB25 zL*A*O1Zui1JBeJ(v)8EiVI~;HD+H5JDOCD2*n?2TTlyd-@0ZeTHrW7!Byn~F&n(M{K@MTa^596b!vAb>I{Y)O(%CDv2o!6Lb*?0qA z4(;NMD+C-_iOhDIlth4jevd_7P#&C~8353!$7w_ec< zol}@oey^+;hh#zY$YD`2k9vXve_?heASlLjGqOJ%@&pteL3r~AtjlCJryy|)mK@n( zTtk+Sh9%SpT6GB-UJJ~?03+ze4GZ+H;r3)Gi*8w+iV#x;jKcc z;J_v4ZM+>84i~v>-tI0{Y}~-`>C^sz@SNb`1+idEna!m(OA5xs)8pECja&P;rLb-X zHx#<;3HbSf78iQVu1x3;x%_Dg7m&Do(5q{TbnCj}kzBs;Y>4krsYl(6V&u3GEFi}z zW{wMn`Pl%bEgbj7Sx+ESV&FJF?B%#S)F!UspBKZ^f*fvteqNpmhX$ejj>}yaJA}~Xi^Kkji;`a!+Gjl8OP)zVx;W#X z*~eWLLVQ@ci#um2)!0NZ5 zAbY6?=Ot%l95u~8Ns~QwS839xF0W6uMQ9z@ZCe1WZ5s-*fJM&S7N#_p>EB=^rfhT2 zI&Rjs09f3;Z2_>jb=$&kI1+Uoo>(nwwxcIX)K$7pPd8+#axt&ZTXS{oewCSC0`3$+ zYlLXtxTO6xYMP)Xv&8%wHO)|yUD82Kb!Boh1FSmt95y}LMJ7Zq>X!7lT8rAe6~NO; z!V@Lx&Xbb-(@|DXCx1Ovz94n-OUj>GN9CF)`l&3alRxUJrmdsOb%c!FD1!WPby;+Tc<*3ncu{IR|-vVJ|qONPF^CM7zTyJ6XQ ziO#E`3XXJJ2p6eEI&1hWX+XHqxGrN_>QHooD27E5J0L2+&4@c7 ztuVYt_Mk+UW&^T_8zQ0H1+BR(;tGn*02X#_*S4HL26xEJ_q2l zWh$j%tVffTwYTPP&c9pnUc);L>t*rAgYn8kH<*pK&hNC}X}_zzdm-L-;)Xt@r<^sb zjW-WREp?x5=^%5f?`Gep6m31aQPGm9I1;Nk60hismh`2xfO{;Vg#XHsehu}ZW_N#^ zc0qG&NTE+WL~XaA>3a_H@ar3b-wTj_!M#J#!qO;Oe@IrW0_W$2kPM1+((hGDz#ia6 z`Ui(ja-%PfoESKtTcjMRH{g*Z#SEk;hx^CI_IKyfhYl!~Y>Q+uS)e-Af1$s7cD|kGvQYp*>cEaNJJM*Nnx`EGq}kDC(q9aib;SOc&Gd!lFT+~ z5IC5dIIlorW-9FSVM59#d;!m-q!@u_im(SXJTnFKBtvS1W`o$Bl#i9B5Nk#(tYV0t zLxz)tfR8W?VG+gX3yVRI%uT5&znc1@nwlX7iR)Ejl@SI*J1fmh3zbjdGGsyNKjHKe zuF{+8-_oWih~Cxy7eoBT%mXo3Wwn*c>oXvr*m#tOTXECtK()z zq$O_Mm7-|Vp0%!x>RoGeyt-}W%+IudNEs8R$5j^Ra|t?`q9)>McvRcFlO4`fFXE;d|QS)ZfAH?|1aOv>!Im0KGt_ z2Hal!ZTetqZ{=-p)_7O~6J?p6r@>}b?^J_o8p`Lns$ThhD^Mw-CcFvXjQZ1_XbFN;d#Uds7EsjxlG^3~8 zEMX3@9jd1#Q75K|BnF*xNDUj>R6 zk?IEkmZ>cx(<)7V=cQ5s##@@X*MbZi0j(OCV_nDHo~cE?O^q;5m%HbQN2ERPU5Rh)Hkg8$!H zcZ?E$3#Q>V`~to>3q&Fs%mtfo0MP5{9a67c|*sf|+C|KZNFrJ3DP7?0?k zD!5mn$ROh7G$d}pf#YdB45B%wNwR`w3`;ecQmjKlL8G4JsGw}u=HvO;c}xDX{&Y8eskBK#yY7nZ4{fnAxqXQM(1B7&>%lTe8N z4wYnWUpWKd+L`oZvAAI9s5uDh{4pd7jgMlQ2uu##M+ih?Y0gkrQU7FJ)#)Mvvn+KH zm~)B7OE!AM}XxE`Jbw=s~z9kri=;eXhxX zf5HpCS#piz;8FyhS=X$DFf4U=!yzBw(*9(n?Bp0XIQk+-_7qIYv7vLLqhPUU!jfXh zkOHI61pKmM>zBZNjO(5@SZw_=v^_B^XRMZ&Vanne0B)^fE9_pOImM7cNx0H5fwUo0 z&lMXkoC-2ZaT#d83O@-O2eYQcpmTmwUHf*;?V4!I;du3t6Uo%lBM2uh1(!Xy24AkAAjgpsclTjsC^p-;77uXFmmb@BCM=W^@ogme35oy0?>B zukN>KKV)fu1^j`hhww)Yv0O|bTHvJ#cHe}0y~w`v8kIw6prNOWSRud-MXiiQ4W}Bh z=&#E1(2`ch^Gd>^R>osXLe{L6N*A@$sz)tb3QrrVj|}{h+Cq2Fll%q7ugaZ8OI2&> z$x=77Fi3dwv?mal0ME{^#++XC97t)#B(9@TMdy*ce!rVl^yxx{9SY8bMLErY%*j*3 z!y)NBn>XcCjxQ5O|!$7QIAZn~j*{GJb_m01FJjztvXIu{|_rxpP zm(PB}mfyJa?*9Aiu4F}HqGETfV)t5QyrOG`{g?%VzT&g3L7K8u7TE1S-)e!=unlFV zEH$6PtsN0tQW7LN(Q~zG=hkIy*`%L}MXg@qc zBRpn0Vb=b@L<1~1HL60!>u)imX^xi6;8?_yMM9R-LGjWHhtHFT94Rf%T$z=3rN!A^ zS6Fn7hC_nO?{k4R$cQ&0N;*LAE<<}{(YL7wc# zSbf3eaf!mDFgF8FnUW0tUerXWXNc}_O$c5OQeA<6Pe^vjVHfY0ydIHv!HXejNA$pB zV$d}`8@l9@r#!MN=%1XDU0@$U<34ye2CM)`Fb-61Xm1CkU&@e9d1m0AO&aruTwqms zrv!c<`2H>le71_DYDm{^p<}YcHS7<0#PBXDOQ4pMc3{l8k~Hs0u7LlN;A-mb=us&1m`w#Z^re)Yd%kJaP_YtG!*ylUj4}W2g`(g({;T*E4g`)#= zGlEx!ArjV9$8p6kPr15r{xiVn;0AS(raH(9>~&3suFZVxSEgQy?H>}sKDGhC{Ojfr%0w4L# zPb@WC2F7FtKT}D?25VdS;u}}4U%7DwOxif>dbc^^d2jNa$+gLN>!Em4Pn7M6GCfZk zw|MZ#;p>J({^85Yk*q%r|(D3B@6Nq*A_MU9N^O%ixLZ^-sTE>4XFV=!jR#PYn>m||~_?`LdhxP%q9 zZ_2h&q+OGSC?qq3gqO>zs+PPkNxAeO;cR%;R3*R6Au`^yex}s0ArBSwiqpWgO|Bb$= zr6FlAOB!t7Y>&{9uDE08J;Tlo)^X!VwBgWwwg<_~iK^aMRd2iuUh)oSNxS2Y)_aE5 z4C&$f?2!!VGqI{?;$_fq->*W-+CSTB+-`O~mT-^0&YY~Fepq8V*{c2FP8y(MRksAy zNMW{9F{`CrZY>BYNCSMcQv-XxmgxA}FD5oam7Ku&@j$ecxq zp3k$x@OG0u4{%F??_n-eq9rFqp~8I(Fu3VVs}F0qAF4UfWAe;lZZ)11|#7zD8Sdx=kkjt)EY}{ zUN3BZFF@^oYCo#fP51Nqml*2xA29Gt@|RlpNWe6jmVYS6kD(e9eF*#j9-?GTi%2wX z7VPSI;C_1v{>8rntlN_In2AV>YFW{N9XScU4@Ar$LQkwhp4df-KK&9*`ov84@! zpl1#oG95UkS2~SB3?5f zEoH4Rd>Lm%Xv7a;v@D!xX%xVJ;EOaGBFueuXVPfayWy$Mz((zjF+<}g z)vb{)t~JK1_paDBoQ?OJ55}8&qR!sskz_^l4Q_dK%SKhzuYMs>-x;g#TXYba=cMSa0cp4ongEV;ID_TCK z?7E{XrX=fp?%0m*du(^Isx?uyH&(Ux`VbIS*RBk0)VdhZm6PBXUG+u|tkvJQ z_arN7Zv}4#BZF&Wa4)`B()F>u?!N2bJ^R6p`tEgj2k5_H-Y9E~w5{>$BR?%Wk*sNW zyZv_inqj>rUegzM_B|?tZXa1;*#9k|A#nASbHG6VLuCcRj%tAJW`*^J0|Bt#(H*In ze6t}ha7sWD=a6;2fuIq=O9;LNK+%Is0E}_+NGlQ^N98Y~1{G0Ui|8v#f9G)#Q)>ub zMKFN?{S}1g6_yu#9{4hbhfiw>s}n)v8EGth#HHf^^DJLOWKSn-oN;Rs*D&O$wrvQ%9esSEUq%aYWuE zajJ&e*%vvRXn7{q^33AERpZTLacXc&uc7TX&TLT-rOYLCS!8Zq z`_2-!UzTch)0L5_HR+w;CioO8Q!mpRdW2q`ThrbK3QS{_-iS8^(AW@ zW9{BlE2Sx4u1?U-810P1$TbYzzB&+Tj!2Q+x6ge_L3UG1X(~xUs-%)GSuIOZ5JgUs zXuX|8ADr4mWU804)qiZQ``A+T$ZDw8M5*$Wvxz>6bs)kz5UoA8K6Ynh3zOvP@V|4^ BZ#@72 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c26887871bb9634e658bcce01ab2476757b56ba1 GIT binary patch literal 6924 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7044f08132b5817dd717507f1137ee017c2bae1b GIT binary patch literal 6960 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..90f1d666b2a767c6557ed2203a3531dd064fdcec GIT binary patch literal 31261 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 E|J1cF(f|Me literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cca6739d8201d159229b3a43bfa3658242393682 GIT binary patch literal 5882 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 a_U8~hrVl)9c(f_Kw=>h)^^|m|C-yH!*EBl- literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..99d01669d5c38b18303023ab5d31bb172d1436a0 GIT binary patch literal 19953 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/packaging/_manylinux.py b/.env/Lib/site-packages/pip/_vendor/packaging/_manylinux.py new file mode 100644 index 00000000..4c379aa6 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/packaging/_manylinux.py @@ -0,0 +1,301 @@ +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/.env/Lib/site-packages/pip/_vendor/packaging/_musllinux.py b/.env/Lib/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100644 index 00000000..8ac3059b --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/packaging/_musllinux.py @@ -0,0 +1,136 @@ +"""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/.env/Lib/site-packages/pip/_vendor/packaging/_structures.py b/.env/Lib/site-packages/pip/_vendor/packaging/_structures.py new file mode 100644 index 00000000..90a6465f --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/packaging/_structures.py @@ -0,0 +1,61 @@ +# 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/.env/Lib/site-packages/pip/_vendor/packaging/markers.py b/.env/Lib/site-packages/pip/_vendor/packaging/markers.py new file mode 100644 index 00000000..540e7a4d --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/packaging/markers.py @@ -0,0 +1,304 @@ +# 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/.env/Lib/site-packages/pip/_vendor/packaging/py.typed b/.env/Lib/site-packages/pip/_vendor/packaging/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip/_vendor/packaging/requirements.py b/.env/Lib/site-packages/pip/_vendor/packaging/requirements.py new file mode 100644 index 00000000..1eab7dd6 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/packaging/requirements.py @@ -0,0 +1,146 @@ +# 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/.env/Lib/site-packages/pip/_vendor/packaging/specifiers.py b/.env/Lib/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100644 index 00000000..0e218a6f --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/packaging/specifiers.py @@ -0,0 +1,802 @@ +# 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/.env/Lib/site-packages/pip/_vendor/packaging/tags.py b/.env/Lib/site-packages/pip/_vendor/packaging/tags.py new file mode 100644 index 00000000..9a3d25a7 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/packaging/tags.py @@ -0,0 +1,487 @@ +# 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/.env/Lib/site-packages/pip/_vendor/packaging/utils.py b/.env/Lib/site-packages/pip/_vendor/packaging/utils.py new file mode 100644 index 00000000..bab11b80 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/packaging/utils.py @@ -0,0 +1,136 @@ +# 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/.env/Lib/site-packages/pip/_vendor/packaging/version.py b/.env/Lib/site-packages/pip/_vendor/packaging/version.py new file mode 100644 index 00000000..de9a09a4 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/packaging/version.py @@ -0,0 +1,504 @@ +# 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

!I7S{BS4i1|@R7s@ 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/distlib/t64.exe b/.env/Lib/site-packages/pip/_vendor/distlib/t64.exe new file mode 100644 index 0000000000000000000000000000000000000000..e8bebdba6d8f242244bf397ab067965d47c5093e GIT binary patch literal 108032 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%0AHbpwE%ZM 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 H#ex3;_fXA_ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/distlib/util.py b/.env/Lib/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 00000000..ba58858d --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/distlib/util.py @@ -0,0 +1,2025 @@ +# +# 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/.env/Lib/site-packages/pip/_vendor/distlib/version.py b/.env/Lib/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 00000000..14171ac9 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/distlib/version.py @@ -0,0 +1,751 @@ +# -*- 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/.env/Lib/site-packages/pip/_vendor/distlib/w32.exe b/.env/Lib/site-packages/pip/_vendor/distlib/w32.exe new file mode 100644 index 0000000000000000000000000000000000000000..4ee2d3a31b59e8b50f433ecdf0be9e496e8cc3b8 GIT binary patch literal 91648 zcmeFae|%KMxj%k3yGb@-le0hq;dg{!!Jx)2QPL&2NH)YubYozb6#{w->ALj?hI0Tb zfutv^IULt|d$ph1tM^LLe(bgP*4xStt3bli1S)Dki}6A=wyDl~VvT~yA~EOle&*~Z zLEHPee|*2M?>}EO=bV{&=9!sio_Xe(XP%j@zU@)LDhPrNe}*9l2k@qU9{&9A9|*qL*S!FoDk2>;;Q0JsgS!E#|Np=L2Pm*g>+^@! ze&i91{FPlELF?b0n7dSnw8>K<1Jbpj5K{a`{t6`RF%zVzp#$RtAuNQP=%hh(?A64I^Ygs)dNNee8#q3xXNzV;c>_P>vRaEk?dT?X4biy~du%5rpGZV<1M3 zzmNFhrHE_%95G^j>^H-I1F8V$R{33Z_8aO_-fc?lLSFI>WH*S(_W$| zEz50})3iji%A$Gg#qH6Gk|F&Kt#dsmrqZ{-9|(1WDpBu{%Lw&M0}{1yNNwzAKSwdH zR5U**Gx~fn0CfuEkR<$t!$OHl9 zn!q6&MqJoZ%kG^j2(?;2E8}DqR_2m)FOSE|AZ&Toiyeia3pGY5lG?_n`QATWAQ)P~|=!tEXsh zU$OUmI32|X0sO>hxy%N6qa0nJRrgw}d&0u}YG%mze@J;(U`x%C4pUIGv77 zYdch^dxXJmzmH`Af4w&Dz+yxwM~mvw2kB~EzrK>1K%}}q&D9nbz*$4Azlc|z<5~q= zS_0MWoYuw>9sH6QpeR}~%g}S{HRnr&vEDsi%B*t7Hvd((s@{G=a_2XY(c2$fzmBt< z(&zApufh;=4XAR0&2|VvFbJNQ;SVKdEHzo!k7SH3I~W!zQl)-hAmjn|sQ0`N+~8yP z@Rpv}cpsK=zRGhC%Qr^73EyEKAc+(7!Z9e(o>7!?9svgY>>cz5Skm1gzolDU1C>$Q$#bsOzzk^=+Iwq-t^8C&P<4uKOr4fmo6 z-xK$*vIn$9+8f_Hp02dp+$S3Xwf@j>9!M=^+SoPd^XTG3(RB{+HAbG@{odwc?PBq; zW<~BvO2UxFD~Vyrp>?(=(tPX@jHaLxvnic6cb&cA9U|w)1&CX>W$O)=DctzS{7BaXS3D){WO&bYlpvW?)} z-UNLhseA+V_8BQxxoAjPwZ_{(hWfeAl+_JMPNi|kkg`E~ zHytAW_lL8LQc5=ROQ?ozsNq2Z*d(We{d5SH&|^U1W6j9joI}G$D53rjZyJ-AMo{QQ z4i^MmxFQ;P5=a6*cJ*!OrK5Rf7^7$rAO|DIkSJsbf*6U6bl4^R73l$lak^HG^x}gZ z8#0VeThUv*guw)OXD}-x8i$iPBO*Fza5cbOXy0BOe23S0-?uvbI+hCKU;|D9x~D>?c=hFcrP$2 zx~3zT|sZ!mvFLn z@U`oBqzyVkZAkc-l!S4pP4s~RaepQ>A}U}a;eH~CTT1b0ZKwj^K6ZA1H(cpVLknDj(J>*9+R9G)3H>K?yaf1XL)kzAQujFqyC@Re;^qR0g&Wyh&aTt!C)Fq0OntaVW-w zmOs?I4z&a-+PXDK{jnr-toT638u_*^=mE;2*^(_>sHcZ#D{Z!5jgKt?o11;u8F>rM zUx|UH7ezOv>Eo#m6aH3l>Ry606`Dh&0s5hM=P%#|lv8-NWLNi|1&p548KL)|5UH>< z?QsgYjz^!OkzB7jZs;)8P_~-}Nw=#la)#8d5GToJ=fS2?h4d!ZKu~+t-Mu+~*Z8I{ zawJF77uizgQuncjPxLhHQ)C;UY)w4d%akn`h(^xS2Iz#~1icDUbDSybjaZackNWcp|c0DgU zoVMQVthdBuhHUE~^%dq0#wRTvHq1OvsjlC7>8$v~J;AJH!L6BZ#^_reSdp1~ua# z!q-9y)GIq@&X$YA&Nb2Hh2hygmIH$Wk&Y8PkYxO7lmg*T#LI}<*87quqLE%q62P<) zn4$+Mpmj!lY4w_2X-lh*9G5>YK5{al^=rJ=(JG`kdCDoIw4Y3&Q(bNP1Avend|83@%ex?0*%A&donqn~TCUiUGly;CIiY0<`f)6* z>dV}6A^XkeU@*uX=q$bLKaoEM zfzA$s3xYAtpmnh(+aa$fvJ51KC#_RUm=9IeI`pDY6Y>Ek*0F2?@SqSi17gXBc4V^C zsI4YI0pw_)o78Ko9J;;U{d;Kwx?e3)W?47dYP3ScIB;sYk>gUDaZ>59xn)N~U#dw;`O52-3W78xL~nNQ zH7F33hN6c0P*jjT2L&ngG};hq#e?mp>e5WO61wztHHaw!z=0;D9csZNs3qJTn?)@X zXwr->(!_@wK2^$BQ#tF`Nz+2~#nO`{IiNbGkxZpnB4M~N)I;p{%xrX(odt;mqiQMrjqI5s^?E z-%{(&s*T;sCpLV$FE-r7PRtjCvP|h?1eO@rQ8xAxqSQ>|O%oqQrBIaBot2?McT2g1 zr>;x&c5|#+U6=lRr?>YR(4e`o_XWH*j|W3)!~{eLZ?8@Npwrv)A_wR>kOb%%1?b@b zCOa3RF-oITkmq;uRzr3XIqt(CBxYfJ@r!iHj@UI68)N$}1M7261yN~v!+wRK0gg^` z8)9ie#-2#UVuc1krkddxE!YtJelo~0v5(PFl<8XZaxesgwZMJ_7C6CEv5*s_E0K)i zN`_&uwYDS9jYN$`K79GNXb`buvC`ao@Wie0-%Dh9; zM7A1Ph#A=}gsFN+wev-BYApJ-Pdh3dfRMjq_E)7{tGY|g)v7}3%{DF9opZpkRFEcU zIh(SvV6NIEXR;^V=+_Lb(&kRzmW9Mg8ZwQf+u21I(kpF<9q?>Qlk=3SO=&2^qGxM% zVD{K35i7zYHo+u7pVQS=8z}QS#g-ESYFTHGoRO!pryw|!Lh%FWfd@dbo$==hpwSUA zr1xN8$ct9@bF&dvTFSOOL0($?p19xURuW4aa+JhvTQPkUiu?O9?e~+$i0E+?ox!8q zpmZ74PN||EO6c|V?tUqzFCuv!eJrI-%UL>C5#{vCKx67ouwgzkENYUTSGGHH3@Q$?P{XM_M`r8O&R% ze@Cl!K;ZnT_*1kf_bV;xLW{b@{g$t_sGYY6^*TlM>XKr-UPp@C^@+sJB%_H_uyzJh zJ5!ugOB(pao~`%#14=pZpdc5p>#oLdnaP^3gzVxx8~uWdtuvBMi^0-@CHg4K{sb(m zB_f7=dDyY8EWHRgq?}q7rBMa$`UNI}*I*gItkJ<=q<-powd^heV82FOrvQlz5w)f+ zc0dr83bEZD$Qyq+ZyoYy9uS~T=o#*g#!Rha52b`{KK9~b@H#*^0TIxSv?tOvTcq%E z$iXj^4`;Q1n4#IgK89p>cStr=C{4Wv*>7mRun8HqzrG&k;~2Z{dO>I^Cuu53>C9SA zvXshV6KN$kI-~IRx%(StHxJ*AvbRpvUN1h@egW1SXAOJ)GC^p**&#HcX?nKOQ3wOl zlb~*@uP}ouiM+;1N}JQib^sXad~=lv4(#@?@bC`n1?5x2^#=9h`+~*NEcIyL9s>S3-_)fk?QthQ9r#Ss zkFAg1V62HnZx~)rPmD}Fhww~^LezJH!tBk9{`g0*KL-3dV)rBoYidT#E42`st}_Am zIVf%yV0$!`p=B^$#1~k&p!YL3I03dJue~9Y>$>_MKt)Z^Jb6&+=W8AHWizE|P<@mO zB#|zVL~1XrSGl%ZRv`by)fWE~=v7-AHvESLV1?o20Cx4XW6(|1>V*4Mc{1CM!aD`% zE&{s`pPCT=4}6zZ+c%Hrg|anNyV>zNNKW^wJC=oeT&GqKehTwq!*$V$EPFW_Ew)Z% z2MO^}cTAezDV%@=*2nwUU!d&=5tY>`5IvMOJ0zOc4Z)nlY`k0=t@?w!Sv6G6fUzl$ z;x>4;VXiefmYyxVYoQl?fX0A5AcGlzqh<}H2%y69= z94zzZZMlq$d5+pJ>=aeYdBXwFJ_@jPulTFRyunI`16_(u5bZt5u2mLb??KP(^qwc9 z5mss~{{_+}fussdv><1>*!me_wTtfV25h&u8;8V)UPeT~xR#75Fv9yQ1!4XUn`Mcm zF;V;;g!}x)A+51L9s!iQ?tH^qrSZHV&3cKZQP(N=J6p1}_Cai7wCkB#j6Pz;NAz)g z?s0c-P19m9T5eqfq9^?9hp2AQ$G)sE+temKK(cUy#hWPZp6?yfi~P)vo)1#&t*~7R z(rmDc;Z3w!(7c-r=pEkkSgc1bN9me3Fa8S6KaCF9YSC%bJ$5!3^+&g{pTn5kDL``- z;y)y)n;nH(XECJrpzMsdm@!VhFYE{jpF+oN132wM^p?p^>FP2$Pr9N^E|9O}*hOHc zeF*kjuZjFdj+`&FeuN3d)y95@7_4;)%;ByQEekH;mbbB{$C7o-GAW%p!rQC!Y(FI_ zVG5CvY_P1M%-c90=A|SEC@To{WnR0CbbjHw`oWQhf$#bYV-> zYsb^be+I%B6OQ#VGO5vDwPQ|ulIJ1Wk(AFG(4r)Nz6`WrIF#yfCW{8to&rot$zXHe zJjmiP@(h!IfEYKkmN`JDpz>@F<|`q*0?TrIU>}KnA3Yz9P_!E9#xoiz;bd{ZRLUcJ z5LBaQ>G^m!J)e4uo_o9KdGG|D^$$Ou;IC*Oe?4`KzamHZ>)AH``uA7xdh&!M9_NIYirmI{UbuiZ#cY=A(bC(_|i#v1&B0 z6aAdWcIA!q^P2!5KEk>j>OO3!)pm%g85%t&vpYrs|BVC29|6;f`^N`JGrUUNzXaLp zA>}4$o%QY`(irn#KWvo(BHFPu9}j5x5A{l!pjHn_iy`dA{fn@Cr=0oX{%a_62Vjo? z7G|0@EaR1L2{L7-OxTd)=28p7XaWSkcc{31uzOnD9PbcqUL^H@M=c~T6b1K1jKiN# z9BJbxM9^bKd?R=o8%J5x-~B=CIF_xqVF!4<4f~^h_JN3A<0JghR>0Qgql1}i^aQvzva}nPuTE;R6XMlA#Px~!y>l4$V<0@YWB-k zosU0D!McPdCyLvxN7^r@qonBcr>IOAa5O6~wFIT!&lm8J;&!t!v|&`JEytv5w;t28 znigftR>N!eK!rOuxZEKWV(#^j+~lJF&83_Ik+%EOK`wm}SC%1KwmP+290Tok$v)Ul zbG>BMmSeI(!2=Z~Hk(8!AsisVHSc+=cW50gS0GpmNw9tw?W47d9cCvkWO7Ct%>3vH zDrp|cxw$aLa`OTOu0WSzpYdxZrFF>6O-k6!O36zU?GHrSwguhkc2HzrktaO00d#>tHSbGLyYzk*-x1 zml#q>vMTb7;#Vc-jgtMwzf%jvk%1wq=d(94uP1A92A^sHuLKr4DcuwMui*T{NJ9j&gxbWgA6hZ21J;h&I_yUOYuqRx|4q#m##8B(ObaF@3!P}u) z6h4#+weihIc$_ioG9ygjW223kHIkiJ@W4#u(| z*H~v$dL~a#C7vEhOozIv!$1Yzu2(B|42w^-VQY#@O0(5iB|rn~$C@Ikft8tcuZuxe zQ3LG(teTuK$vMkphdcpGJ6fh;&d%h9EZNC^Gm<&3A&Kol7%egt1oy=)S7?it!KGuR z1m6Egu4ELD#JG`tpH?!9X3KSK6TZ|%Z~!U@BmqMJbREY!r(RvLW0>Hlz!+*kIpFIb zX+I*Q@3LpUEeLxGpH-a15?$2UZ@elbX zGZX5xl-q{gRG+~raI2Qk=lNJ4eY!ihOw}^#mBri2?z)6Rlq;4Q?D4PbSTmyKl}N7>iGnlawFcX7Tbr| zILGt@p~O|RHw=A(RyiFV1%Ii;hoDmZbga7S9RgWJIrko;Zu$#~;L{wo0!p6z!36I0^{oPXQ70vxoH*53|M8M`L)GmazI;KnwRdf-D>R z^1j_%J07;kSp!Wi$YOzNj}bC`z*Aw7CSl3r258uVwtkcHfGefxes(#1W6~xs6EI=6 zxqSiVO>e@Lpgy2yrM@JkjvW`2a^mH~a#`xB6H5yu4eyljL z!aRn^1J$>Y2?2fSfxVfA>9xBT?2 zlRZVK8*8}i_lSu9QwVGC>f6W)+0u(Y1$FngCn_wpXK zNExtk9Mi4gY)rD`)uFTEH^}5B)05+o##JEVcS9oRjCngcJm= zH!{t87U0mC1cJYT;Qs-Sq(s3~&t3!BVl0Fz$7%154{*~mvZus}59e3$SI%Pono+=C>3RG$*U4X3I`De(hv^=?G_SB{A%ENUEW#Vcojny4 z<~Ehi^d{m9{I{DD_bf!HGkqSOSuibhrZ3>BNt=ynfZ5%O)sSg?F-;wNwgCua{k97< zzzof;9wFN)4?fA}p_CHXk0oM1wP`w~;d$a>tldl5WvT&G~^mNDZEsjJSbs}kxe z^6G?Jl(M8yA_o;EaR(Mdi3VwolGrLuW_>U#C3T?EPslnEzavc$UbY}w&vBhms)sCk z*2`HW39EqUB^S9`2A#z-7nT{~F*px)A_``p~ppteftWazj zz^B5-Nw-!>%M?~1U8%5a=`!pIh>_jMQRYpEkrROF^d=A#lvkbc7~bRF;~M8c%p*qr zoyU9lR$`~OpTOcz;4u(O6C;n}16B&<&%@9{lvmTnb)x<8Cd9(~Qjnz)yoLHb3R@}N zrm$SeTLn6xQuzwY5F=B7aWE#df!N-0|D`V{yQ}PO-Z*3&CJsDL1?t!E*tuD&hEg%J zl6l5Azbc?ST|B_e!QF79IIgFS>mG675+i3x<7({3HvZGV6)s$F_Dk6kDG|2%Lk@I0 zyP*bECT&2Bv;s)!$QT7e50=X^btTV|9?C-w%v2CTJPV|JM>eVfy-QyTU#LQ!yl`x? zlakW}eReoAw2&v~k0ei1I&vx5B8=e|7yP4^NE28mnxAA6=f@bq(?d;&fgTa{l3yV7 zn2?WZo`>m?)TTn{-$r^Kc$apss~lwT+h$W2soU)8w&`k>lbhnh&d|Ki(CS|Um+K67 zu>qgo4jD=-SkiHN+X|(c7CE?sUAzF$3 zwY88ESObYIv=HIBjD;`w*=ER+V33D3+Y198%=-?XpZ%UkSL**r-VD9^cfyOWD1iO>J>chIb@~hXG?ZZi(h}Oty7&c@psuII z)1>C_^4&k!!_@V5b(Xq*x^jy%CF|HY)LiRi*u=qv)YuEMY_g$FBen0VG6w*YR zxKz1tWy7b@s*jZmJ)SMXL#pzwrBDm=mlqZCyXuy^QG z?<#Ue@mJgfUqo)Gz6Qrfe&-J!!s$z;lGW2p$&T|Urej+-=IPtMBCQWmeOD9 zYGTPP$>j31fN%0>o9(Vra)=6O8692&l7f%O=mSnHeqcwv*=Bvidi3@i*s}pQ)`E`H4u_at?pAU4omB!HwsbP8g0dcdC`gou?p=cMK^(+ z{5-DBaLy(Fzh}5xF*!PZE1wXICx7g1q>^*O`E{2Lz zYxUzGYjfFmHs9SN&sWL|F%t_?VTj)B&rnB{qqKh{YO5gmZ#D8MUO5WGq60DPG1Lbt zciC!(G=Y1G1++J{W9-LfH1=?4#C@e!g+WtFohkS0LwaA)bt~T8G$j3qF!) zUu8>?6rX~a6XZI)vdD?9&eK*D6|B0|S5p)6RgUn0xi@iCtthf@Q0G!30a~K1wgY;B zYl^nXp$rd8Zs1s`d@(H9+@Ec^D!On>bnS1P+Bno$dB7&fCqfo##WFklQMDkvgl`^r z1_Awr4L`)dCfXE$m@%NW4KB4oS_lUSPI93Q>`6C@{<*`P(|u-q#MQuaJU1J!osbg0g$DJEqRC>zpw^hrQKCzzqQ7Yit^ZA zng&pjBX&5_&>5A(z6t2u#h=@3q-D;C+CCTXr7q$k$0$)c3sTlQ$x*2c7j1tNP8{pk z#grlrh#KghYDTR#qYHAze~2;%v?Wl=Co0%jlyU;bn*p}`3`)Hm3VMgVdAKkg-VbLv z2R(Q|~VNN#@t8>Y)x4w(k~;|%gZfjwv+ zxEBs60wkEJBRkL+!5~&G(S^Li*hIH!o%-G30=5x*(&RRGQ5M+-AWM0Z=suX(R-=2k zC3B`+%xM7!=cE;La)52Yzz(vjM>4^#sgF~a=$QewhLTdtPzXDWm0tEwfQ$j_e01-q z81+ZZmSOWmp6Fw9D3NQ>Y3b zbl6n6pF^2uGpW$f;VM$+_#V{L6CrX_RNeCoLVKR0$1mye0v<_w3|Uok&NK99na>6> z@agvk99CFL+pwB%==L8kPV7DY^ zp>aEJlJd1!I4xM*F3rXt4*yB`mY1N2{`x7*vO-io5BduQIl-)!t-v zM55>>yOyEXXmINgrEfxik}j))mazK*bs-i<0{aM)s{Ya;s?%S8d%D_J#uE)$`*lx%Dla_=vao)6Lhsfy;CmQVg9)| z4(6YWHf-|Ta=Tjnmb(0Q#LG*xTQ;cGU7gD}JPb4xvp~yXASYHFT23E6tUOp&eYSCm zR(%!()dFkPit%>CdshD=dl9+Rj8s>`qRw&5GPZ80HCFWm^(i1GOu@8Lfg7U0-oh?r zFvim^trq+sQ+3MFyj|+@4cNT4gG{4LZ~#;o?e#scTpDZ}4H~5sFbPF-1Jo{~3*5?2 zPtYkdEJKrg7Blj@K~Cdu@Ox0txW;+5J1Pe*lv;!WJ#Fh zGfKNgAmPcGLn+2?!bj=3=(b*DQgV0+@hxC?43p=G_1?t-I#h9rIR9b7E89CO*RBTT zm3lk8sh6ue^3)xhIvzX*;x6lW@FpZ~_@1h~Qn|vPeZEU%VeL^;}R1WGs_86)YL$Rm_&=;Yi@H2L>Y5arauxaiv zN~wjgj2xxeu#1!H=1?An2E_dkFkvS%2z%AHKr~K^(i3CogT8>76(>`PNwLW8C)(U> zGhn#N^0T9VK&)#3CG{bmj@N++{A?!*;^o-GPWA(Wp%jp@i^%xD$nL`JNG%DpL#u>y zKaGQ}9I$eM8M@O9Ei^-G%+O*pRBeVlX6Sk|RAGj$F+){mXpR|LTTb0Xg-oCbkn44b z5!0r!BZPTnDw=Q}O#s!!W`lZ6g4F%XTL4PYJYe?HY?z7xK;tu=lYE5p&Z&_+4~%6ta%s$B z3$YafTNF0iOIM(}p(b!+z&IU}=)LDCb=>JthzIz1I32p32Y8pBR>}zi9@R7~_RuhZ ztS=`(_(&?{1SD{$!lK6G!Vn;>mCcksOCfZUTDIbusY+GY+zpK+R& zDlZ^{jXMcuD5dOLDa{wgX%i+{S;NFHy#S>fQ`5CTq+c zYY^eaG{jC#0K3qnJSn=&iP$AP_LXF;balIt=8G;okep!22_Aw`E9c~Uo6daM{KngR z$O|5ms%f0$?!Er74f}EPI35y$<^)aoIWWw{>EQx6ph9aRH&IyO6Q5x~X25vMYTkf0 zMe{z4f#kJ5)<~ODIA#Md#!3Kbl89jUqkGAbVz4_{MKa%i;Dvsi9-v3yZ=N22nnzFv z2#Oy69Td)v8vEyAG@4COAEIxZLQsr(4Igksq|8;@lLkl&E!0torHifY&5O9*@e{bx znwH0^0`ajU+L5}{T8x%tDYZqbT5N^a^wPXqzqtRt4A-eZw8Bn4b?|62%B6$Ca{1USuJ8E z31LD&rhV}Wkkec!;RwC`N^UE-4`*2b^ja_r{B`5rEVUKj3 zY9^~JjxD0)V^le8vy54!CNq#?ObK?k<9E(85SQ5=B{8W1I}sqM?RR;IN>1v{eI)+I zIBq5F^)I1{IOKIEs2;R|h1?g#mb(B5b>{>|1uXecf-=pBmni}x0Ah!`Q;02p1r3^q zi4)aHGR1l6(P*TdG67eaYJ zQ2b7X zR9{z1|Kj(9R5&`FUx6BvD3P!XGNh%hwq1_ptq-T$fvdi3`f|zcDW|1+1FMZjr~n*P zqcmS@-9@%!8EBY_z-UhpE_jcvBlj`u@5y}(q_08UiS$xF0u>Y>;-p+hCWVONY%Xw` zOPguFf8FI%`2_<;AXX`|N*begwuo(G20bW$)n@Tx3=?k=B^C6~0s@^H?XC`H&Q0ee0 zbE2?}P79V|sf14-<_1pcIJPGSef(>JL@T0dWi z(?ufF13p$VomRRym7uk&J8bF>ySl^C{=Rcudvu5M`RAX1iIf2JEr5$(KTIq5U3r#P zr{@-VF#6yO1P=*3&W^a7<-wFNYVMnk0XJr7;6NvX%HT7$*l;N9q(|Uh)HFR3;azR5 zE&QGgkGr$s{I1Af0ooBE`CHi1CY3~=`UDZ;zGLD(tNYm2NyY6RU-YpYN)H#_%I==V zd1}`(3l4*{w8^K@U0di17i29;}uB& zOp&7iAsAQ*b1l1q0~Hb79`;f(1MLgB{DazhSijXIV`ronX#N!yb{(J3zqQ9HCfbrqnXFyW+X|J7Q?_O|t;n6>jMfzD zIm#DPwmK+S7_I4Pb?Vj*9H(%<(a@1{oy>&OBKIF#1UbyU(TC}6BRES-?B<7umT!_~ zC_C>Gq{-UW5SY`BN%Jg*3$#>rJ%D4-5B~$+m!^KWHG~ZPIOrd`l9_ z?VG;TI!2BI^%ag`R`NZE4jNz^&>xWG19VHru$-&K*l*F1*htxp%AjG`dOy&F#)>Wf zNR{*UDs3g@{rGJ7u-RZ=k_?vs*=*41Ww9lMZ*hMo)>aNwk(l3)n5dWepm)=tps4E* z#Ybp#*>vp1KUx5OJ#_e<0Y!x6aCLesgtlrS-h*#feh}3?23w7dXR?c&W#o&jtq-Bk*?kzibeMOUO>7BJR}^B4-7tP zN2)!MkLHnzztce#pFtxWcci2ig&>ijm!PuGa_0qoE^G*LVe>_^xwUK$okm4XwcT+!vqGF5|4hA2p&s!<>Re^xChu5`Z_uNZ9++qDN@LA~fqR7|?Jd=WV~g|r8W zVu)CW^GvsC4-&}`nv4+4qiMgxpxZ~e*gr!lR2@54=a6nFaAE*{mD3~lGg+7M#*;S>Hj+Ji*@ z@@>>x)5?BAb)xD{_CVV1qa;=ZK-~DSW2A3)nteN7%S7$Rp%O56%pst%^+Ry4Uv3+X zc2Km^$-BDK&%T71z>Qid&pPxmoojVt0RpaA=+{czgVMZ!x`>5osME5@&;E)}n3#jG zmke`zM<#Y7iG{V!b$m(6-G{c3-1&JgCg5I-X55d*C*aCW(A;)l0-nxZqv%a{C1+tj zRRpu}OUOaCta*@Frp>IBY%5B~U49lse~`Et@yg<3@DQLcW0YI&H5uXn9dl9o^5|%b z*zyoaR*Mrjj%alsdkDp7a-Vi{9$fujmGjZiXw~6*<-(M$wtA(l5ZnFwP5fL;*uqc7 z%%qj>p%Xxli3*2gg3s;jk9?lINoiTW-!cW^7j>4w*81NCLq zABZivkTAHR&D}1x(Cs}MuA;EP{%nmMB1r5Ky5HTNroCInotGNFcen_pa$nyQfaX_; z)Fl0TqpdtgCJgu2ByfBv$IkTgI_9MADb}j8g1~8xP$|6m(8fOUPaUj`hzIKqxx$8K09fogw(tn(1 z#<_6s&@Q31()KkkX|aWdJ2^>v6Sn0BPHSA;{s`Q_&k+hvHri-3aGC^VXEfbxYtrw7 zKXfykXVb$2tM%;YGH&ru+CE23_yR7W;JTF?FlLrOpGnruH5dFRs7v@IYQW;rvy_BY zw&BzMwK_=)P#-;;z&hzpJ!6@2(JDS1!k5AO9Ct%PO@hf`4Nj|Iiq{7?6VYZH@#f(p z;OImUHo|X|rO(48xMdb}&pc#_KFF|Aa+{G>QV#lQj{3dn;WvT=D+lw?;$>VnphfNf z7+35oxRRLOSPITcfLjcCL7CSf{SRx_{xxiLG>;ltd;=jgs|JkD|0%|UCPuhs{Dj2O zWVmp-&R}y5_U}#z8rqNxTi2_NJ??Tkv)#B-8|1zXWz%1Pww-jV5Pj_9(*P#Uz;Tsc z#mL(}&vb!EIYrQBC66J`iC-K7Fb~0VV!6IMr7@&zX{X;K5ocj{{TXm$r?5(gcC6`r ztLseDg*4go3(_s6GHm{11GE@M;2jGBaPW8t7mdK@xTT6O0O7AH!e<#S%c9crCAlnT z(rHEIRbxFeD)lz({H)VrDfvz_B?K<)_od*_pnkQVZ3mx0wqfH5tThWqJ_Qeo&GWOF zD9Fe9QBDvRzG-bF+Q~CCFLZ!t`Rco%rMVk-7LD0PjlmYiC4MfXDsV!OpUWa?ohEQU z6+fEsVmsi2(DKz)Ln&Iq+&0jz-~{C=yNvU{-=>-o(Px6_`joOpyPQWWO!UXq$t2mD z1uwhCAqLqcRO&4*2=|^;NBG%6UI@GtXf1582>^mSGj0j(#W5uBS+)Xgpq}{C`zVP% zW)a?$kp6o|30nV{(&^Yq&n3;^7n84hLt++jO z^vFQ+d;#_)Iv8-#H#|^6W^pr<(Qo zZ;l828ybY!e&l$-V4(~GXXm)mKYHEqlW{&k<2rf&7eF5I{cLHpN4y}2*}Coh)f<0sKJ^7^dD7VzJ4^| zf>}sXSA-{5q-_W05#YggJ!Uks6%=908r*XU*_i|<$9>0^39xt3Swbnxg9RPTT@9aJ zVoN4Fa7`4R7sbbv_eE>_wBzI2gYnyH={mk-Y-TF90w6sr=jH?w51Wa`wndPy+@yD0APUPe=k1 zKmoC(iLm2-l_j`f7ni5pTu_|25jV5AFYcHT0Norcv5ds7{-ytb{wnHPU65LPE=WK{LG`CexMDy9o(4;rMz%jZEX$v!>xia=Loc5;_JC6 zbyu~$)viy%W+yH#we#ZCk>bi4hv4l&@($(EF+x7^@`=)%-b`_q&;Ibv2=C8?+8_Ud zHwi9xV#_D^e9j|AKBRXVrheW4e#TNcMh8Vq+CgN_LDvQKbW}>sFt!vJTj05V0kbcp z@prMrB69_ulNVbwphEq{mLK2)Zt*{mYjDjIK~k$q{48dE4@*V3J9Zxe@B{ZJ9l_bp z5eBV-M5oN)`XrHdd2B^LSo{MylkVjx#CmQAKZybj76)A}J)q)5cjX#4+r)jArE0F8 zM|(6%5AG^+W}#;=C4gGw_(N8IrEj{nik}b)53g3eed?-SFvK*rA5IENAxwvOkGi%u z!i)vZbD!I8cXQpOVHS%5LM>pMM*!I?(6LcO{ANINFZ%#o+f#1tbdqt`iV_=iI-Fqe znVGL0$*hN($%46a>&-au>V8vf$p8`veKGQ-jSlxYq|#j#B}Hj%U5Qrjuz0AgDr^f% zQ>tL7Ix^TrLqhq}u)4|#a~54j{CzW4p29wOn^*G$UP-5pd{k4vRy%SMZgWl?YQ;Un z5CKm1FSJSB4b`9@YTr!uQ=Wrt&+KRXlcpMK-aV+0dGiu!DF5pgG*(nAa_510)s?vm zG|~F{z*1Y47L&fe>&En^3)#4Egl>Ae3m5k^H4Y1{<1{h44BI$lAw4HTDYsXiaA$gm9vO=3$gs)o9zi7n(c05g1c zlRH~ZZ?fBTYg6Gxt*)O=?Z(tPI2oRIcZvtPoC+ZCIAl*J-Tw3eYF%C#6PzUF4ucu=X z8MZ1Z56+9((n}rI94&KKwb8mFBVC{CuIraGc*4`@CnL;nMEC^0cjzG=Z3Fx=RERD^ z`avbwPS4je&9-}}k!gDRE(sMX?jV>Sqhbk?V2d=`@MKbr65ko=P+_#FfUKhzmKaSWt+8I z_h{lk#WiTs+-0pRuSv%eVtdxEiJI8DGI#DWT1BKnmoF>s)+Y>hKLM9Yh($ZgH(Lhf zrns*EBqLD?XXbuv=ZxMXNmpRB$qQ4LdG(Svf>PZFkIsHfYvd)-_ZviE2N6@P7}3!E zpif*e-`Zp>Ph&W*VTF651|68WuPLQB6-8BQYcn7pnF62n#>(y~| zl~r3BdOp4vv9wTbAI5@mCS9PYlx1U+kd~*;a5ld@fS9O-a(kV)Y>snD8r{Hs32%?# zk~N%5R;9RP9&W5oWJ|w>S8=^+B~D2Yr_jd*e9YA{J1R0R&(^OX&dD@^Bb;@HiNG)3 z#97CT&oYsq{wW5UN(?jwV_M3!4P+1l<)-Ob^_qaP0ESM1NQ?gn>WE4HaQZr&beqh| z-b{&DwiKUgNjyv{OX6-ZavObY>=WW^@sV5sVlC4{`u9zMA^8wm(gx*~!t6hn&8@mQClA8vF=S zXO)uI-PE!lT|lw?+@e02eS5U*TTMJ;&-Rj>B?re}Bgs6ww1Lo?lNB_kJgi=@)34t_ z#}aW9G$yCHwm;iyY*mi>oW{#8xeQbFu3-srid0U~0(4jb*Tt-~?1W zhBr%4&-o(JM= z6Ye8|LjmwcsVK6=l({y-JwgI#9aU|nE`izVV%L}+*Q;?16Y>-7gngnAq8^K85_=}c z(FzVLJ%^9!$i9^CdvWEkPLpCUkPv~z6P@y9@kOSo-w z5^VJd7~B2w|AgCWS=V8z-{0b;0U8o1UK)l!im9Ej470Gm#Y^=_GI^6a zGFk+>L@j-&$*+p(*Si23W znXv4D*|A`B0|+K{BFk^FJ$0}RDYP{Zc?BP|X-LB4<7~`u1MXqz z4RQZubuUAbx|c5GRrem{&*$j*cn_ZS?$ct+Gk}L@uJwX?@M*-A@f_mA+YlYSp{HI+ ztllb$`;UnGn!4g1LFo~RJ2j5$du>_bzLt`H#E0$e%(hOAP!V*M{w+k+M5g#q4)7R7 zk@GvrG^RwUxoFc*@KPgYdrdl+6fh}66o~g=ZH01il1r*mm{nR>+#wagZ#WMDF|rS- zS$hdQz8{}Tls;|o=SRLR@qfj4GmodSAAgi`@L)WG&wAyHE97Dg65p2U9I6Nu2DN?! ziEZ#Hij1#B46YN#=l9yO#r?mB>rofZ)=^R!0Y6L465>~;@XoyiFC`LQIs%iVKs=3O zq?EB3DIEV0iYqldaidhDBtnu$N!%r2mA)0H)sSR1iA=ijgLvRl^1I~m)(gpKtSRC@ zN3=;0XZ)ul--Yo<@Xc?wyjGrqE11(3$`fGTO=bj*;&&5p!eyp@(@cFffjSvGQLkHg z>IUpG@{c>kmU8}auh_DXf5>7>G5^>mw#?=qtHqWn^zkgQ1t|CyUbjX$hjm7%m!Yo+ z=H2!2ei-F>vp0x8ye19bEr;>sXZq-TAD!u2DmlRbx0w#)V&r`+Ig}%Xot&EplgZT@ zXEKujp6J0L6vHpMQ4jXxQ{|UaL!DM10s77ek(~D3;_o6j7@^jdpvq$8I3i6Xh4F*< z9!--olkwU?%1weh{V)*;yfnZu6q+ohtr=3EqC&-%3y>99ri|PDG5x}i044DV>0;2THdX=Y{5N0Dy(G$NGbr>@y(2{RyRW|6P zE|aXp&f;M~jS?-S2~QLs8Rd`or&#VN&r*ej_=or&LqlBJKLezRcM(Wplla5GfDgo$ z*YH#l8^wnY@%ZnGk9_zg$)h`^dz8dIQjwClSB(4&X(l;VM5)%C;_c6FVaW2)4HDB0+xEe)c3bs5LIh zgKC7tI_T;gOLv^3&o+@!M$Kw^%PKKod=%i?vLQ9{7(SAnZtVRD0^*?~#$IAIXb=h&uESShaEl~1l+W1@(_9DCSilYdgUO|;Jdg7 z@yu9=su75$>#vl@Cwl(M822BgE zBcloR4L~J(*Q7oqBWS)Ikl_+6DJZ{r#gfZeK8k&&x{B@GktV`>shzp z=OY9u!`hCGsB^_UJKfVye5V{F*@8}Z4qdBp=?Wuj@h`{&13x%%rJf68k}X`UXTT_! z7cLCet5ND&{5k}l01~u=-S{fz0<-ua#j2bYpL57X`b=|D3KyEQ(k<*Ec%dl=XOHABa>=riv ztJwdf9OQyc{+{*}H5Xf}cW8W~x>#chu^uFVVC2ls7xb%?C~uZN*BsGiiwxe2sdn)O{RSCv+Yu*%u-%nxkaR_|L0==; zO2A)AGUecNC>E!LjlJ~2uHOTQXL(#u<7%eH6=G;3*oWfWNS6aYPb&>eB5`pv(PD;3VvYFj<~m(=kOz(}+a07ZN%yLuF2+XzGq5CN_RxZm57 z&&G|ytOQK_he*b@5qS_k|11-#K=5!IR*(#7Z z>0;Qa!`M7bDTqs6LO$yJki3OljF34nNt;q&O44S>zo%%^f^_U5phoW8Ay@nqdp=*_BdwEF9AU7nR zR=yDX!gPVMuNIzT?qDiAyi_GYd#hmo)^V+bq&-{5B#x zf-J~DKi#&}AMi0@Kaq)C;cvuj7G1c5Zts+ThcjiU4*TbSMe1Do6yP@4nNF8dk@&<7 zZ8(37lb%#AlQ|T9l5Jgwm#L5bv6;{F-zb1b!#uKP^uqx8DH(v)#p=s)@pEMOWtK9# zoJhX=Yl}OgtJ5(3yz?%a#l0eOkhh5Pc4A*BhO-##4lpvAgFYD9BceSNMVg6yl&RR& zVGIMlx!y4dA%R+|87g*sDs8DP6R?3MG%wJHuHx{_zdZ@J zfudLn>2Crwvy#?K^5^_$W6E1IomBucMjBl)WR5htNR#huEH=m4p7FpFl`($UrSzf->eQiDyKT34H2&D1`_<+`0@ zvd4*KJN!j)(%NgcsS_csnwHF#=^jGw&~Ikr*P|+F$9J)j3Dc#0S4L|Zd^sGuW{Ue_ zzDkyHy-CiAMkX1%U`?ua?8-2_j#f)03P5o!XK>h>uC)C{)5St5z3F0>{I9@d>$m~l z05JWbnPN*E)u5h}Y>Ttxj7t67&HA5tLKhNf@<0XgV+2$|r(wYrnRHQ2<>%r>(sK4LUA=N^JoHNUL}q z?Wn>{i?gKV_!*jVY&-e@JcnJj#B5~Ft_(EKY@C59FV#{#hYgpTAl6DF6G^Kam2p2L zDzayGqzObZ%HWLWA`&fGw+6j#RSE^eGU6=g;1|S}%^?3^@b(ed`ppwiCGht0*S5}B zh?|md0t!NIH?h20Du5p_vyiQFQGsm5rCHjlA=)UZt&KLGXW5w7Xs$l$C`YN+Z~ivz zyIe3f-=HPhKTM0-MC^uM>tl~&(;O!%aYAW+GP`v+;3ovfX$im)RPE^nSE;28PnhM& z%M8vKW2&B#+}*GpzH44WSYPH!O74=R@k4$kXaIh;v^eHJneg~({eEmRnX_hx zvqi|X(xvqQQ9zk`ZN6F+GSD4I0MOKgahJV6lh5bikT5+B@&U$x}l$*D7?p>gvn z{RSp6T5aI)%^!GPei>2*w**Q#5&Y!9VAmeH-AdmGM@7TZqmc@H(4dYsQVPt#!j{U82)_g7!u5D@9V4TK5(%Z*gM%?R|^JXltDj^`7;y zStcurk#}KrIzWbih}S7k81y;?PbS!=%zIX{HB}o;IA5joSc_vXA#>Yr@o18kRY~)z zq(XKCIw>v&&NbMx_%gRuKG}n=?ufq&K(+e3J`Ht)P$0Ad(Ds=Zz<6*xVbyu~)`XpO z6~lG-y8?eR@aI&RM}D?!)pmd;iso& zK()J!Rgw}_D5x{pe0+5ZIJ<&l8~DUeYTRzh2CcjT+(o-P{heHe!Y?*Qy(cgX`Y;l( z=R<>~2iP`YJd>|`+ni(ARW3%CS){qm8?l@+cJl1Vg}h(Sc%63b-`fuwPVE`Lun&Wb zwcyDw6^g^31U2eOIlsyk|5qIJ188Bw!n19FDuhY;-`O>Y>J)NNZ~bZ0bGF(T@tmzT z>;!!+t9%9pXJ|M8J8Sgvbn=x6V&A{%xTSSP8txtaN;<#9IjyLvu&K5B%chNAR<%|e z^3H+wCb8u?a1RKSCT)TP67c`H7x+mu;u@DJ?1jD11Q#i&ljK9W zqAv*^uvw!M{+!;kb2{bptZJNZ%knzGgmXIG?NSA15{n?shf;~xY=qLx5MC6rVYP)c zTst(g!#ixz3oxx5po{M~7i1$YO}F7GBnPk9@=Nfz%RoIm@I@3OPaz1|#RbEhc3>1d z=1G3~Y?AJS&v@j14#V*4#t+_uPxR9kT-a;dQjEhmVq^`X#6#X;mr*6Q%tW9{j4a2C zZb}}e?V$Jsgs_IdPlm9K3y3(*aYv*RxK0%jD-pqczu;rg@(8FLw({SqzLwRTNm5O0 z*+SG$q)B1;LWmKvALCcrK6&}DAg`uYbH6R}Z$|}RLn1)M2k!*qqmtr70emD&|FAe& zy4XT~re+OJnUQmjpav0AJL8#rs_dN$tAkKJjE6iGHN6$9k|1mPKkR)8Tvb)O{$f&8 z6iiJV%A?{?m|~8I!y!O{Kv7h*G(rIZ5fILCD3zl?iAPMEXEU{I{IndJ%rU3RAsfsF zt*katNoi_DuK)9_z4zgOXjb>T_jmvITkxK>_8Q;!UGJKwmyId}uK|=NgRns)(%vR1 z%M*U$zjWce9nGa;|6oODFWsf$VX%dmXL;R>9VWXI$|48hN$kDpJ$K~Wfi+rz-KkxXWFa-D5)a?VJuqXge5pDgVzT?ZnhWi|I{}2m( z?d?@<-iD#-xb)oH;cKZ;lgv{!$t+i~HS3Zr94Eq=im20IlPrYU51ZprRiP?!Z8e$w zk}9`#r(-z}vVY(}wtNK!U8q6!SKq*{--}x6-2^?3@-dhwSI4L|@5j)0#b#s+m!}6K zcC{H9ONjPB|DMmfX3wW(7A1KAyHKGPKC&5Zj`gy z_F+G<>lqbHd{72)FlE9y<|p1@Ic{zzZUF(oc`iib#WqtSEnLci^h4*KuyqZcdmMKN z==nkB9Itv!Xd`h_6u@M7-?%hBvS`|`~=ynf-4 zj_zXP^e|7H8NpG*?Vc6iz|wzH!{BW-w=eLyWQ={suo}wPbGH>$wy%~QCd5QEe7L9X z!u!Xr$L53P&giOMd$gCF>i)3+XF}Ie&V-;*T631HoxT@bKZX<#Dqu_kEdL#+c#E2}4Jeuu)J@vzh1r6-&A1M?s5$*!E{zNF<27n?UPgu1 zQolzn@?~EwhD@g+8HS2Y+>&8jxd&!}7Tg?^>SQA#=Fj#f4p=iE>E|5f7dq0{?(+&t zso0S?^7R0;6{d+xAd|WRzmqtzhmwbLbIxtfLteYW&d>10%kc}I z02X-i4XEU|HFu6QOB!4Bt$)!s{$b~DNw)ix&*_ato!#un*qdXA2=<9!(4K$Isns&* zzNPnBF`e-m9gE7n^Re02%WDr7!&lvld<`ml0?tdJ2T@-SyW;?Fd~`g7QCfYReO)-r zW6@AgM7wYp?m+b_+N~mg#}zr|I$eI1FAtnl#Y=@m;VGA|rMjP@T^>Xb8(iSJ(B+Ca z?nIh4KsF#1FaaU`MSEbiElN*vmuK}zF>|xv(OC|5!v6K|Mn|1098{k-jBVdQ=7jN-amCXsQGV&m( zIu9EEacXrH((U#DQjxe=EvW3%`*GR^^TS4-{Ho_kF!Lk?PVhm`ORX@c0u}=n4fX1H zXyGugq8}CaPAcxb+gOBbL5nalr9stue!!AMG&I;>G&TvRMYNyMym233(V&4C>f@B2W}lle0o!9_ zi}%re)(>e1pjL4Xio8`F{!eQPFD;-uc68RCoyQy!h>pMVwN1ER& z<6uJV7m#sIQ!ygU%4pcF;19MB>kGf=oDK_ZOux1v@PXx7x}M{6yO`_hhAES-YG%7t zS^TFXvv3Zxa%7eVu4hEd_0HguWIF~(7%o{vMXwdaB`iv_U4w|=-a#J3u5=h$tsqu( z!9_}R!Fb?%M9ne#)wDuoSW+dW6vPlKv&gAcL!E%k1QhL^3d>*oILytzM>F&euGpH+!s zP8aJ!&GFh0U*dQVFL8`fFL9vF!uvXy4$@!ZXr^7`LZ;we)o1xkUrS0a^{hCE=ETIx z6PM?2$Ma$KKPYUt~?diNK$)vjf;|UtWxN=l&cG1W?fzMtLHqN@$j-Y zU%^}DC+<*MX=D9EOGZ$mSgyIpD3*q>2e=9Qm_Rkb6?S-DJM_ey`(pYB;_@4u&OKAK zS32=-Y;@T6xgOTis6fnxgiZ{yH$wT~mC4u{9OUf7H5Q(I>WcLfdm#FCTn_Vo3#9?) z*X==&Lfm&yiQyb4$w$H3e1-BX1_ykFa)|2{%6>TKTl*EtzJT~QF=*{Q)*o8xC+!}ryX*>Jy98qGT?g5hNCqGmxK>BrQYI>sty|`w`hys}pVlH_K(Bm!S=tG9Bjc-jy{nbXca<~TZo>XEmL>!4faKV_VvdY48S#>7 zs=#7H>em?O6zvSEv1VwL)*A1g@~JE(1#R7>pl!7jSSSU}l@tV2OF>&o0YrdXhYRNo zoG&XeP?_1=J@3QzU6}Wi@4SG0xDUhjTABBdge;M$eamgvJN?KXQbGwpN?>DCh(rQx zF%Vh>@dVcrwU%glbY@jQH#*Ky2eZCHO$9b7W*HCgm~5)x=yzw^y4b`$qFh3nj5ZB7 z{b(H-3l_85DBVwMrgS`&qV(pPm(l~Z-;3a{uXdW+42$-?(t|Xda>aL7?Ng<9)81El zi1v=sduuzD-d1}<>HW3!N*|~_54~uoRnD+#E0k5F_K?z}wPi|=(@K?|pv_nMXl=IA z$7$1*K0(V=`mI`u(o?nZO3%Y%u7OSzHabv}v^KQe zSWIJpGA^XiM;RB>_}c<{SW4qbWxSWh6Uz7?jUOxHqcrYU#wTdpp^U3&d_@`8(D;Hf zs!JuFRK~5eeLxv^(zsX|_s}?B8Bth;HUmb5@+;ORuDx-zQdCC|>V}UYur7=Sp zyU{pN8AE6srHs949Hxx@X+&8D_5*3`sf<<{J1b)(jct@Mn#KSa70Pk^@>C89G@eB< zlp9CW_`NcYqwx!6oIvA;%6Kb{Z^MY8rnwrd7dzW{XT2~Vb?XSu(5!)%@#=B?;1~!H8urcUjQaSI6m@hxE1F=w|n?M=N*J=!!Zf6SHd2>`9<}V(=HGHmEJ)G zKjQT1PK){2CwgM&g}L>(HZ3>1e;#bmc2)GkoGTWUycc>_e2LCg@+XDFkKw~OmbCaMZyTnz7x{=Kj9y!b$;=Kv3TcOcbyK#GUGQ$xH`xJ?Tf z5bkMj1?F?lR(tJ0mE`hmlK*zRKdZz2B8=nGaX)VcQ#=YKAPe@>|w=Z7)9V%$$=lfKX2B7Sv^g{^tm=LG@5r^aRpuVabYN%XeR?(>L@d9%VRCvcoxOK;(Rbc5qJ2qpFj zl$P}Vn)?I$tKSg(hGM3l9nu%EIE70b+G$b13-{~jJ zIAhJm6Hd|CmCIL{u#qCc=_PyDcm5<>IFM1i$;Q9!Hzq2^zlfN$BNn6mJg zVu=cjySYlbktsMNct=N!zDrB2_*_&%da!Z5WC{wvqDIaQq_WpmoO$JHVo6(kIqP}t zE}Dg1o-Gz7^jvfgw}h``Uamt2!NA|irNIMEuY4YcoO9lV4Z%CCpq2_-kd6FXBnl%Yg=gv zWhZn4+2p_Y3_5v5n@PXGu5<{CD^9LTRY$rj>U8585wBAL8HtDg;DaIK7RBG!-(Qr5i|JX&F;CJdTpePTOw*lheZ#C;dxen2w6n z)4^MGenw6&|Ed#|E`;s7lX&!LNTnNPXe%Y_h1Cj^)D9{=J<|N+bRI zm!E_*_1a6(>`&2LfltR~$_#e=6H)B$1x31~h2n(s9e==w^X*<|f|VeYl|;i6jy@N3 zUepXnlpkZJIex>bWF3!PqOo--F8Lff|GaF5$=VN`m3ok1oT@D==?dS-LlsHg*%-m( zls^x}3!GqD97ekx!Ky;QiAw(k*&w^TlM8hmb!UdUAsr33qSY)Az+K0jB1_zFA@ULa zo0@rj?zLaXzX$0^V*{hmf743?ymrmsOpEiR?3KStStiO& zZOT$;=T6x$Qg);Ash4$C#+eUxT9)zCAk2-dUk$RtocAeV-*knCl6tTGBn?jjk*JH3 zvj!Df{?=Y+#*WPx)0n4SDl1SR%gUk=ZSXc606B!?!rSnsn|>&oV_Lo&>0kT+nC{9| zkg+SFthf&Y*Oj$4Kd%kU{;$$Qk1dlf+OV16RK;7*V!hm|jBW&WR15(w49PS3 zas$~Sd-pdBK3=m>(o(dV(u){bCThlCq}mW+&o0`m{MfF;IpR=N1aY6j5BIZrZvaxX zUtlZ^sTg7u&tLI5zM`jD+psdXV&zMTp`(9mH8Kv;UQprNGW-S@i!5rtn4eQ260E8U z4)gI!{Vm#~(>Zp>Y*?L&*78M=QVLQfgRgD9pqYQ8TT;4PXI^}Gce|n@Eh}o$a)nmla@O8J->Bl~MIU#p=gr3*_a|x<7=gQJsE5aGdM0W)w8K84 zIS?rHKpPpN1!8c0uhYB z3z9M3vl=;@F7!l8fICqAu&E6v!ctyE`n;wDH!Ib{@mGDq^b)6E2b-r~Log|~h=*UD zZ)-qG;$3$feYH2?$ya~p+iQoYldtOF>jyOszN*gJ{O=v8<*FwI^=GowsaNM*&aIS{ zJ&&fKbi+aZZa%@^k~QkLQvLF!=+Y8R{l24qSE=8f_|=vb;O7vgAaUvy-{_qNYuoW@ z^n@A}@)*D?a8ajTd8?^;>NTYi`bT)!)Q%ha8qWo9UgM25yvC&sZb-nMAl&%V&RMzb zybs>4_VU}ntM{hEIV(>4qcf_YL*?1b!FZcM`wF@A((Mgd<-OrH^gJXQ=Y*zqk}uI9EH6r)uA< zeX6#Mk?5yteceyh(we7gPhwgrtNwU&*zU9-9xPkk@;Z8OTXC`jKESob&`L{mj_RD& zd93rEJTCth#T+TuJXafyt2xvGs=aV+uz}vo--NNKj7IPBmt1C#@~2>)uk0NtT;&hA zoIJ~&FgtLrwj1`p>Y48>tSa41OfZ98n(gw6gSE6QzX>+Z5*m37_D$npt#TSd&#N^! ziSk}Xyq#;tOGn1rT*b>T^g&dNG`q*h@A4mfiCv6sjN`WqTcqPRoT_#FhEug4z+NXv zz*N4A-omo&S4J3?Sn|;Gu>3hV=`0B-U+ywn%I|@Bk=MY!_NyJYd-S#kq9bO61&fTZ zx$rZvm-2DF?qfB1D+`fhNz9$qo^ClYX{INsL5S#}VHG9`xEBiOyM$jcB-o;ba)3N@9x zkJ<21{yKK}QC803OztLh1^kQ0u#dxcHn}6w7N^eSLU@7zzR}o4v<8C$2hZeE5)ne^ zg`qqV;m($jVEuIM<8X50IZww_JKGypJ2{nTW7n(Q2UVUdgaqgw138te zKaQbmqZRsTGg{)X8-90}kU>PKd@uZ{6SM5j0`Eeentd5g#GiW;ovPZZBOzOe|E6J8 z3F@x(vXaw?Frlo3r9VOQZ;42G8rIfsw<>>3s-oGVVO0y2$KA>wE%ksn^n`HbvzZ(& zoiIuZf)CWs#rDyOq(G{3vGi?guDV5Tr1T~!de)bBh1ob6OV0_~_Aim|<-A*8os8{^ z9KgA3m47%HE7|cshm)}{11Fx0oyC)}*Q%4TU%~B+$}ES@3%!oBWgFRoI4W)}Dmj5< zyq!vO=HbZ{lst}!V$~U0X0=6~k^K}VuFd&6OK8LkS1tyX4~DoH>{c}jPRf#>sN2x( zWE5w&2?z2146O4y?;Li{nN(HY00`6wh0|y7E6N^Yp6G|YA0rcR(ExsVe3I_yaf*s8 zds7F_*iP21R4yfjDrcUeq__DhvX$^WZ;*3?ve~7dx9#>kN{y=Aao+X`ctw8U44z79 z15{bnY7vN+Fjh>09Hj#0C;D3?w;5~9z z$@_>fWMRn%&~}%+gJ0yNC~pcs$Y=!cFKNm6cjMYIi!D%R$eC@p0K|XGFm=XuSk*%n z&A>-m8s}?OY2|laXKPLJjN-HuIJ?f)D(;!Wp(FukYn9L$XKU%flnS1l<=I*yU1mRp zqlYj^RXMpItflno2Wuy@cILraT`*h+YspjnU~SYXb*fgO2tMFK2{_>>I(}`FAzJmF z`yHVnwsEqIR!;T1%Ok{EVU1DeW$WWK6&9I)4ptI)=v+ltRrNiAd0Aa3^{TI;evAY2 zEnd9FUSH!YxB^#yVpo;!hI*d- zAn){6JXp~XtZendcV?R(u0T6iag}@Pveq&}3;YEcy_q$FROf7u$qkGPr&9U**g^c3 zDS1I1OJ7=R1keSH=WM&{MsGyEnH;WYr8jNp!G?^`UO!zk@~?1|6rO-3d2F-e$n12d z;xtae!v^OpWf=_#S@k$CQ&zH&AJ|Q$^}(?pRkPdshALZIce#PCH853S6q*GpX~u;s z8|+V2bSx@UL{_xc1E72}I}M_6a)SMM#RoCxdV?q|HtR%Pz_l+=)g04<2viup!j;u!eC`Szvw3P@mzT&{eHqHNm^d}KwMAnqAxsbyArgyGk~i5h#5=E#_~Jox<6w5 zh?C#APIt`lidNc6tk~<^(4K=4$muAXn_oFSkB#ciF~_xfK!)3`v{#vgK4R3L%T^Bw zY4NLJjU6MU;k;D7aZ!w)@9ywG=1xUZe0Z0IH-{6fSZO=MeT!0XYq5uM@shzJf9(nv zLfi$5$BRv_T%mE)Zs2OgV5;JCbF^jbxW%B$|4r<=Ejn&BV#Uq`x3MPoX>yR4 zY3q@Nde^c(PWvD;CgK3)+{$?&xH@#!6;9mJIp{R5lx$*LBiaNk9CRA5vkb=mBsE1~ z+cPX|ZsnYV>ByrBOVLp8^RpT|u}j-Gz0{+qo@Yg4UW1PS8Au3^B$ykqQj=N875j0) zDwYs@#$jg{4`LdxOYu=0W(hAEwY3PH7+?$Ne>LB=@x?YAecuue0OOFEDxsCy%cwPQ z?mcu|bNki0r+WSyn_zd7`@1)o@2_~9bo+0tm!RzgKh?!Ib9rEX;q&+``qg7zCrlF0 zvGjTmt3m$vZ65`GjU1cRK<457ChjsS*$Us>B^3~+g5+EJ-{OHy-VTOGV*bVHXmyMe z@8vhatWCf^1O19ecVsw&6b5H*TjEai1f+zhvpj01=3g=Zo+@5b6&N?$t8F?cXdmc> zwOW|5B*$$w&rCv-vk{x4;wzn{dw>+q|A%*CPq(feBa9J+7D{%~FU*0!CE)BgUWf9Vgu&lT-+cct_?^*UcrYB=j1I!13^4h^?e3MB^WPQk8&Qy4sE!3gvZ){+g8Cah{^j# z`?;IS$AH6G4P}d25TTX4C(w2BTis_k4=2=dk>6t0l6aEd8HL-f)eY5w+AL+qm#0v1 z;{95CAiZ*15wG;KA-;+$o%@6L;B^AeaTSelyWd{_hqjhQ3Xket1L}NzMNkrDOuOw( z*77{6AKmr8Gyrw&RxMi=g`;NcFyzc5yn&fT~VpGrFggz2Q3a@ z8)RH)eXPK5^S0u8Z2Q@<)+}#qI$MrHfR|-)5)(6RzF7^l*~y^I$pg(Tg3l*tZ(~HK z-m-Lh_rp|z{fDB?XiKWNUt7hG3IOGJEU%J3jVm$(HEv%p=IWBCf&vsD=3pYO631-| zVV~R5vIZq;?Is{yEZ5?Wx-ntLY$LICGjyh>I(K+(1t|*isluz< zbJ4g1($))Ch4j$w+5$Iqa{=%1$Hn7GS}SF+4cC?wns@*Ob+ljW_Y zJPt}%GDbvpv@|4CvESYdPD7QGo~mt2X^2zZxB%o|4(5Rq++>MuirUcgiioiD{)_(r ziJ`sxi+_P$*86pA(i(9K>x}W-Ca8`+p-#nx+-O-ndYvH!GqXHz#;&s}Ep9W=@Y<1} zU5P{up4{3SX>UwKO5lR63FCedU&y-gpbpo@9wjZqy@!=H0s5i!?5DWnMh@{W z8V)VX8}~So8=4<*R6>bS9UN4~ln29vXzj?&xt?c_l@0U6k*>uhh;fh}$89hsWO*BL z?0HPZ!O6@Nri$avey@}^EuHR7_Vm=_{1`4cU_5rLwmSon0N?Wz8HF#F;)5B`xWWa6 zg%#>J(1QvUr#Mb88q>UZw8vHUtJS5UxDwv2itUJ-i}kxT@e-l6&broH)wXzy?_s1| zv@^g}cL(CoOs`L{zKo3X#ii5OSgOUM4~M&gC7~I7xZR2@AI*V|3xHuy;oW+X|-A0wRqP9EA-Va~c+Uhn>pzcJ4smW*4dvNRh8r|CnMpQS18< zQ=e6@@Gy$|0VlVVV*S8ZJA}x2zkU@+H&M73DD?V7U6-sSBHg0?KK4dhUxf@N7Dds1 zi9%noIqdhs>2r{5!Bh}!)OcDi3?j_S;r)vv!AK?(h8lrOCfSHue~vc#q0*?zj@xl0 z8R*%s(LTDJv@&|_7>wqY5j+%Quk2_)jU!0@#k^M(N#P`|#z^;IJXD<&1qT8`O$ms( zI-&agWzF?184dMbx7Yqf;kchX$$#T)Z>*{4lPZVK&Hr6kG5Ae@?tp#+bc}{=ovC{Y z+tt)@(rJ(*#@pd+SQghaXi-zgm-8L_JQg;s=u*>mfn%R%h2}`{F05!=?c!+fDBZmDVx_ohbmERA=PuRC z`j>1Is2UCxeNnjWyZW}Yih5;_zyeKWZau(oG_|>7E%>>GO>KR^2v`*+!KyGBR=Md` z{NyCyXU47gnU@ELDX=TdgSAl`yt1@q8D6(6^p3$43YKKNYz=s@XXvmP``K}~;GwYB zP!vS)!Qg!(o!dskSL8l-91?=u?19lcr4(m?E(x?TV9 zD)N=8hAf=XOzSwCnQ}{Mh&C-1sO+jh%OA)p>8)}2RJ~pQlBFODDK&o;-FK0W7X|yG z$Lx>j8ztfO+nA?S5!H^&GOKItT^OC}Ey)@eGa*#xu-|7|v=`u>)q$y=MW>ow))EY1 zxfoUseB{DQV8kKAW zaC={)h)L-0Yj_&(YXrZI2R88HkMY391IHElsJknM8}C!F6~u83HUXFSz($KiZtohY z6`ZWD*>Gha(w&F_TVTai+%i>#>fO(Yd;MWGu}W*_N;ecQZ8UPRt)jkjMH`l$_U zwZm9OZ6m;?P^t=D4`Imj$nqSk9U22<^+WZxc5uTbOmAb`i{2CU#*RHd{Y-BNa!lRS zF>!}FKbeT3R-?VPcx>6lI7FW*8{pgf>=ziLB%b}k7$#xJ zk)G#OmWKZ(CmVt z`DtkadSaSwY)ZCWnTNTV!?UwR3;MZGrlx&#Ayo$K8f>Nj)X005N7OKe-|uc8rg5Wm1-+Qa1T?o#GRD znF&8>z}X_YiXO1dMr_yMD;@FW;G5haPPCyEke?}l3ptgeaHRAwlrAs&Z*|B>g;P9Y zAYR>7?lQ;C{J!3m-#LhZ97uyda%&1`wIGE&gq^IYPB+rXhOSdfUNBzWWg2{%*qbtI zrqk1vPTg|FSZd}s<2Lyn0enZ}oB2ZC>n=Kn$t&X5{of)Nwdn|P(P83b@~tikQfu-1 zdekju`C@LTs8XTR!_rk(92O;Wlv@**>ioN2^mD~$;&FNTHxp^qo#KUg=$>BRzmXnG z63gh{Nw1G9y*$XIp7%2lS3csjgMZoJ+Jz;@EQ{3~)8+7b(c2Z@S}IM&z&xPR>F8NY zj))CoVm+YOEv%;~GncOKd%DRF@w+gdY2Y$zIZ~dX_@AQcF1-$z`ls>#9eJslQmW#2 ziopew{_1i_?z2{~p+03jngRc8c_x7xlec=!OwO2jq{kEDmOqy-4~$ipLCOW&Y_{Hd z%x1jR<^1yFO#u~Cz;83g0vEPszK5Wf!F1R@rz2l-6>nH;ur1BQH_fcY**dYM(>cS| zL$BTSFqE!pUQn*shgy3ScZfhA2OU%V=sa4H7W!=;<6aTyw?fCR2O*$eLHi?C(Tw)c z1EE)bWEHKTKLNcp^bqK6pl|)qD%wKNgMKybp|^vc@qrbXLP2j2E#R;fa*TfNdsejA z=)Xe04f=ZM=w^!Np>w8WG4yy$O6J2*#fUC5Dns3D$d8aWG8+ zr^#)mB0!_wzv_-QgfB}C1m76*6y=NUFKcQ&G~=48xH%KQgH`z2DMTTh-hXSa;!da$ z+W=-ryc2wbp9*G=g z-NAkr`;%0|K@v5`Be6v4fnptm9g)6?Xe?uI} z-^nPAc-R;2trmgEaMmoeqPuon_Oq2eY z4&!01%@&09iH`eFd}X?Qj|R5%QQ&5mg!EGp1N(bs$kFiS{v8j#vKMN`n+W%s-%Oi0 zF+KLfmAZF1VQNogv>hv&|4nMX{v<QYtK;`8J?G)sq!!- zf3nKIv`P8)lziP!N{%uj9f9}-;$@ryaWNi1j)+g0Ef5Fvd@(d_l88;o5s4`_dwwb$ zpoZpWD%0o;dwzjomz0*8lV*I3w(F+&+#KbaXgBl}8^a2O6YwwKPr#3WyYTSz^7g4$ z-?u@-Mt+T(_y;t-qFM76SGEjn)w)gFtFCTmY2Tq^P^Zpax?Xc_aJTEa_Xz2EeXrhq z`u6J|Iv{M|put0|;WtD?MhzVn9TR(FT>S762_r`(jvg~MY25gmZk{mlmgHMgCQVLF zOP`XFnKd^!x&wea6gLvv0e7&fIy0B{l`PUWgvHn-nzV5GRv@n(Apdm6?Oo z7kE_vd3s#lpBer_>i??EpOpZn)Es|iiu|fJ2jDuhzoKgUzdUNIeFcbWvu;vX&I`x< z1x3Xrcig$Kbdhs$*^;}KF1!1ld+)pdfd?OY_>o5+dwls5E1q1rYV}i3uX*O#=bnGz z#ec0`_tMMjH*DPW%B!!v{>J7vw`|?EeaFtXcJ1D?ci-FZyu1Iv!9(vIe*c3HKRWX9 z(N8}8?DJ#CzxeX26JLMxtycbB#rHq_c(U@RpHH3s<;>Z0zy9`n)gQRw^`ABb7q93q zt0DNGrvHCB{eR5=KWm6D?yef*|7rStFxGvDoIzQ@hX*EYOQw~W82e-JC0$ccGTjq?kgxoxPp0d-w^=L#qX4+Gxq}`A^D+%-D ziE3uN_MCWE^lCYB$i_IGs%wrtJ6ku3dIJ9*7y}BgdZM0ZfOk|>ln+&(5R7f;+0s8@ zTzy~BFC-)>0q4&w7DcY_tr@pM2{9{g7L+f1i2B0U7n(2r_^DJqhvN>%dGlCY( zv!|#r0moDNXl`hVEhXC$m7kxRZ^_KD#HHACCTF03pO29i)zFm8?6g#iE!UEpmzHBm zo0T@%ZcCYz%?|#U92)4B4jHhd$W$bo;j7(|4|RC}Ue$im^2yl?B2n0LE$G78 z+sWWQXWck@=4=e-05}Hc_+DQ*F=uMJh)yU41)>W^{}#h6#N^x@TYhe~B_ky#H9IZe zQk%Z&Je`teLzZURER%Cn(=55^mOOKZmSZ#h*Tgq1e_Cb^QyT zB{{cpsJLwKu@3%&U5YNfJiGI|MqZ_+sVsMQx7Z8Fj4`8!Ue~{dUzK8)j$JG%2KJN` z_mFkTL6`Pjz)CDl&SazvT`T+Rz`bS;)=1$38A-{XVrS+SSh}XoK+TkyZb_S#XPbS^ zrPG-NkuoZ+6t0`5AjeICrBGU?rA^Dl6h#N4G<9&5D@z@Am|LMx{Y_Qu87`ivv0Ueh!fuy#f2HT8-FNh=>At5{`V0H$?gDCOZ>uoztc}M#{cFZk+r8d^OS?yh)pS2t z3y(DeYr5kyEyYjb(`Yc}rvX$Zezn7gM$~k#jbBl8P4^>i@gIZRSGC-0=hHi}7Y`4# z#DchL-Ys)8yQf2ck;AL~CAgVu<9j;6O7AXu-Q#&=lvTV4aCfgAzR$Rt?zoB9#ZQK- zkG&mKCO>P3cP7_#ug!03YEAdr@$XC1-I0X2A7(S1+VP}LuNhBm_q7Ez-D{`Q^6r}M zwZk8J;nMEUzF5<}cKiXGt>XLB!lhEr!FUjL0rn)B>OB+mY_{z<4S`?`y@OmFDk8UG4?BDWEO3Abh&CO3llb)TX#}+k9Tq(i}3NokU z7%_~_txihZ;sO5{0vh8Nj8KjdZxRxLKBo~xh~}QKjn7TBXQvIt@L+h#G!P_KdyQn@ z-3^QCsHb?v+p}$%H_W!Bjm}NVOihc(z&gQX#)H9VzRjM;U`e8cHlxuu(AgsHGw5~2 z6pm7$hf39n#wsSiIaXBzBlJ}GOc)bOY{ zb0nB!;I9vuqcBeH<(ZI{Hnp0=oxO~Fipj~d+hQ;V!2UtcgxmtRT$o7wTtS|~dQSny z46}_<_?X0~QD%BhLB@?jw`hjSnnZN?lSGt9qAef)F~D|!@&Qpq2c5Z=7#)`so)Du3 zu7Tv7p07GJaNoz(C1!qZW)8Zm;(%v#T1uYU<|f`&W_?TBk0Ofh5g2}DPEN^A1baBe zAVR(3(o$xmU0|Q7=VCsjlUzqihrP$-WGF#SjhZzXOI8SvOktv8HFdkU+1(bRfP8Z+8*jN$JUWA;{Fqei zo_7z8>^4Jp@<~E=DnSzOD(dvw2fG(lJPD*!WY8QQksw4r=IMy2c$ym`Pk?1+s;W6K zOC)lMi!N6>3&l&`iP>pbN4(A}E+Rf94-yJ#0R3CNMgcPxNFmZ0ibhiaMT)8sqpF9D zdbollag>OE%+TjfHaG)W@ufM(4WfC-Jmik0qq#V|0nZ@#HjxF2wL2#xgo{ z@>B!=ZEoB&-M&#g;Xlb^Xtuo|gAv_ePfy2~13PiSaRZCo{Gn(i?D-INy)>j^f9$lpl>9Uo zkCVt(H(rfR$vCb#k;t(BCCb_bnGQu=U%4<4 z4={8$jeBD}+`elY=}!2M`VR*#mjjd+zFNDk)fSBOb@{pyx+zPXTcFt+5D4%AGzMUv zT+QcW23*bObAH>;u%q4(KsT;Im~M=hVX6BA7%#<~c1;0S7(n~>0NVEf@SCNC-<-AO zH>w~NW)yVVCmK3SKI0z`VA|OLx=#aG0H`X|9xycE3V+f;{|*3go^R+2pmXn85rFQ+ z0LHTnz@>u6jqerEiO(tk(|Z~~f13cLX+MDO9|7nd2&Rxf1oDN-L)Too@#*?D-7jW; zG55df-;Br9&G7$|I)?8`t$)BOE(iX-xCUHQ>FHW7s{Xxr{ddKF@kMDJgNrYU{&!*c z?@#BVB4D)G7Zm}^zaO{%#uWaSi$a1A`dgmfzN^r{-MV1*g7yaMo;s!*R;KME03z$<{YfHi<801pC|0vv#Bz^#DM0Q!#x34YvbC#Np%_tUx3E1k=Ng1Z#>dI-U#dN zUtu3Sl!G0o|D)>9_PTl2QeK8K*+ssN0v}Cf@wum!X{OG;qr2*k4?+m?CIPo>{23G) zsyFr&mj zcNfEk4HHR8Ng^{dQ`qfx;h;x{1OE>3;DZl}r=NaWy!z^^V(Zqe;-il~66epKXPvKn zDbM(Tym3H#*E8Kf_aHpT&0-(m$|EeIpUZe~jrXbr$L4=8*$jB&8kkt2*%O zF?^k&2ZjHFszvWqy>o_f@caCz2{G_cm5uoE?eoUo=GQ#>&H<2+PX72Fd0~DtG63ov zzyBz?zG>V$2jF8dyd(Z+9`4y+_n^Mdy?bC)hv(l>e(8>I--i#B=MY@YB>?~ZD@VU` zuIhkeE8W2#`NxdkDimtS@EAyXu31~s~a1S=*}vBg&QMhdfOe8{9ssZa{!Gq$ z_wJ1|N;ma^Me!Y_M4?p}+eEs#;E;-NRw9Q(~8?D_` zpOSui-tBT@`W8{R<>Z$1skx#MS(Ls77yoamNQNX#E&TD98Tvha?%uD* zj2W{fJ+Ak2(37XeP9GuVhGaRfw9A&8$0UnFxpK>fF^uokC5*pN${)_2T`QCn-;Vn* z+O?Ab_1j6|WdLXg>*@y65B(GTbv}_tR>db&OqWodI&~7k!NJ&v8X^V_8YIHQaaTi3 zjN;wMks}3eyu(FoFEDIzN?OH7+KP2}g}Tpj93b>W&z~K_o@5EQX zN>N!^DbAift7L_2_3VKbJOOi~5E|d5m`_{_;Xz?;6tm@Y@t|BL zHpq3@H+9IYPepTt?~s7LU7iqwmI@KK7W0@0Kcy0V0ohb6Lik4!{zZh}itz6t{0X=4 zoe|!eAjD01LfDpKPxo3Oo6#Wm=|t|Io|f@GX5mGz>?I-B?Gf_OF}Ls*gzt;+aR@&N;b$TI5`5)>LnJ&fIWm5dQPKw_T zNmuwb2!9>I4?*}*2tOI&XCVASgny{16i@Y(V*N-dwojMhz%nU5T_;7wq3ZCy2u}{Q zK=?KY-yY#RBYZc6AKX-maXqD&K2nOs(-GG)DYmSW;^?93@HMN3WL>#iMnv2YenWVq zvWmO5Yp0+N9Xbzlc?iEDHYO%AGB#q!knqUl>$-O7(kW=zu#U-whsYQ><39$5$jId2 zYv^IvFpJ?H8y^uBI|R{3MT8HzAw0PoJ#^~Sp}pZA6K@TV4UdS7KzL%-y<2ebU;{^b ziH(mn)zCJ9Et9*$17is4(B9G!NX9V!*w~mMvB_68YZVB0c<5?)=$wr3L&6zBL~L@K zX3bjZ?h41C4i+F8S@bK%s{Cz@(B*!Pm$3(^JSfUEiRZK+h8zOpmdo&zw zIFMH{k*KZ=_vFwX0S)STcr=X$hD0$wb_fKi+C98qpO9V+ynL^Sfn&rCkmcUJBOHU;-Qq_^ z$Ak~485-rIri!l-IqFxrweXz3W5{uIF17+3I{cIVTp{A94YIDjoI?z$)t|d`KgI0N zjT$vd^+)EV4RiH9o}M*WEX<4&59UXR^$ViJ+K1aBFOP{Yzx-01IB`N$R8)xXzyDtR{L@L*H~8h3U&J4O{2`W|m0}(G3Wt7ot7m(( zM?=>S4IRqm(#dG(W}~6I3k}^~velNlwbG0-7>8F5w|LLdvuk5GrJ{PLi zty`lI3DHW;mbMP;)T2j_YiVz3-8!&!`)k_;G-+}*`opa{bnVosOQ#-91N^UPjPKU% zJ9g;;zfA+$^$6|}EZTOswrh{88un-k4^0|3zPfGuPF;I6YS{H^!@^?edTkG1U%##h zbIlb^8n+H?d2NqIzP=3``1tr;d^PIWut9@hj04(tYU9-wt_X4!zL9=#+vZ(52KVR@+y(d}{cD4RgMx$G2P^v8 zLUBd0eS7sO3jJ{}OnrDnUs-_%^tu%7O+WOHaH1WKFG552T-*xq5ElIYBjt(E=&=j* z*j?ZQGgJQWP#2^AQfU+4Mt~OW+O=yBoe%`*+@L`NjDT=VM{x>WXlyG6GzOR)hw;Be zkw1(Vqnpc88I;<@80di`b6-+fde7=%zd?mhw)%^rSk2s@Q-=ThWU!lojZ4gPF``E`f^m@%{SjX zq%Raax4}H(T^L8pEnBw8Z@>LkqCJ(Eci{w;Ja+7u#Q0m%9W+Rc!9UY9tsJy|@!osy zJ-%(*w!#~3xS6@T=nB+_yL@i&2dHGz3z0`VuWsGDYf6HGd&6CV?RvoryDE=@4)O#ScR zzhlRa#mL7Fkcnc_vVHq@MFZsn^G%X@fO#e*FT{~$0%cg~hYuf?1eOiv2X&SYmK}z9 z`|Y5|NZ;-?@T!+Fb^+bCRXut+$it7qA9cMnf%uzX=7p*MopQo*KzT{} zT*_fMbQkdf_)i*;2Yug`@_Nva^AXlNsxaSu2(M(msl=-Ca`DGJDP?(auU@@6Ko*Kg z2l7GDW70vLyrdkF|8>zpzLV$7BgzfspY<-rYzm=*8l4@kg5>&HA76kM>9s%>1BE{7pHh{4+l&SCkEt7M5|!8Red3!_-+W zs1m=BayV#+h5Qc%ze&R&9PSH!SEnHaWdZZ#vg;P*o%QJDs8+-ub@4LH@%KSKEMYlg z-BK4Fly~<$G3AOn`A>JY3k=J8#$Am)fig-OK9e#AG(>@hwLiG~xTqNq8_0(*LQJb) zfBjXWov8t&!32|zy7I)N#hs4dfB#(`di626dQPl-c=`}|f38&_cGEXfj`>Q;k;kQs zCk-DPXduRb!|FK`J${-mX5u%UOqi@pj>GmBp)vrtY{zs6U*@?gh4~XF)8DKQ#5FBm1ojm zl;`fOlTfF2LY>qeG_-p~uUiq#{8}_9{5y2$;Hv-8#C!=#0I!1lmBPfS{<6Mxo|8|H`07jF-f z&w_^4pkakg$Dhw)+*$z|G`u(h8d#oLC&i*pGRre*Fv~M(Fv~ORq^_?k{Lj|LpXH40 z3;J0uAPpwero${N?sU*h8mKlEhRT=b43ID07ABvW1sY}ylD|}bCqF`QCJo7;0c&hB z$*nxIPGWfuM_FK<)E{*c+h?;*>aqn-g6R0yu9sR7fAsGc_vzE81Ntb%q=WS$b;=Cs zV4sINX`vn4TC-n9H@3IzGf=(e2$dV>h01lH;RVpJ1~k0!P_8_E62fyCsvLAqL!R_! z`wSY)K1P=}^}x0H&-%iY{{aIAbY@WZtUdcc3Swh^27j@!9yjdQ|XERS&$Gi8B*&iZ}l>Z$I2g}W%;T6!ZelBQ0 zSzvi44J^;BlO967N*b1uhO8Upof)7ZJyOm~jZ!oaPxdj`KAU}vK4{;dE|7oL8EnJY zk07jBvqnDm+;fusQWMPlpnj=xf_Yha@bMJ6t*D=TV?Jm=S$G*V{L3iMtdmyQ2g}Fu z2g?WZhRAz!tn#kxaOngMcYuZkpkXd(psL-+xCLbc>Vo=*_(K+y{6nsbNy{B~+##QT z{&_`@NdxtZ(LtIhTMVlmdRcBS?kBf`hSx!ZD$k&Sb&^@0pFo}TX#NoSK%Q0J0~(fq zhDD&E1adS#Em9%MIw{<(kMT0fJ=6vDKk+x^KP)V)GjSlE*cIZUf%)Q2$E9fb1Lw$8# z%C~FDK0jMA&(Z!a!#;-CoSd9}#FgcdWnkXCd5Q*i`KnDz?L6T(>jajCKT{v=e9_g% zV0kVx%5$x7m+b!#f98F3bTsopKJ&~os_(@<4dw^rj2SarG+c^~OXUgiVV$&|b<&@e zXV5@Z2e0e0YDGR_ugx~pow7@pE;2beSz>R7WWTPUpg`JeHo185VpXm&<)i8y_J!)A zg}i6mz`BZkA@)Z(9-v}*KJb)XR{e(Y#>yG0eRl6-JYzjbs=loVXnd-ef`n+ zR`_3c-F1DjwI>HxAXlItt@7c?C!drfMvRcyTO`ZM$|Tm5< zP_76Z!;l8nr<6msh2+srXQX`ZY2trI?prmZx{rafz&-}cGwY;>XT=l!KOKKz?ynR} zq4Oy}ko9F4_xHg*nCDT3CEO(Ls*@-alHWJpc%$m~U_XqiKZ!eWWgd|R6KF?%Q}#H{ zVc(8?ckm*;mjEoVRQ5tG-K(nCW-@5P=TH4nnHjj}AUN0IMv zO3Z1=Yp%IQqHnEmAs*~+xC3c0!K8ya<0DX}%(z*%zWdlD`9_Hq?X%v;VEg>s+z7ep zo+Qc&zx;9-`F+{*57!LOe)zy9j{5931FeFAfo$8Nv< z_VdIO`$iS8Oq(=Zd+oInd)HJxu+5;%v+rZlL41inWuA0$Y(Smmfn|i{!ORotltK1Q z%(jPPZ;qcKFMnzNlVywY4_R7){bKL4oMJ^>&Y3eudje&N^Ub7*xN*)I zd+${FjfjYlR;yKFcZ$jfx-*PP19elb%ses63Cjm@H+9Mp#|)G!_5+!B=KKcm=W?4L z;Bu6zKSB3mECF-?4~tozH*emoXdr($Z;0}tXh=y(k#TWxO17{juka_Y$#c>|yjc!d z|InUe1j-Nl+FMW#SO!=o7%%H!;C>$Q6bA+dT9NNhV%|vu(p>Z5y3XY&)qgN$ko_N% zuf*rrv11A!y^9dg&$k;)^e;Ht=8n z`j-mFIRfxWL)|tJZR8x_z8!XV0%@*$T<-c!E8@%k59@!F$0ht`d81BTnD49?Ag8J? zfprp9x1y}8_KkH7<(o1`{8Orni((ii21?x9Q3XR-mEvdPI$RW z;cv<*b$1yi4JHsb(nT3!S-A7gJ0nKx!1g6lez zd&&}d&N75L<3Zr@cW`&%?=JtWBi!?&t~?=KoMWFbVS>cITqWNo&)s$UqbyO@Y0ox* zxSQ)E7$ZIQ4{%rbGYxb6i?(M8<&td>>0lWopICpeu48-To+sq(#*G{0!w)~KpCl1`{roCyWDoqE$SUF@_;+ z#Fw(Q1$8HBF>y!#^r^oo?>g4iziR#mlc;<0`rD; z%m>z;ET_yf)Wb4->GM+F|KJ+_?z;NzCvg6iEybrVgH`}AJWBjIRa&i z`mSBORJ}_cu)I>i=FAq{Lh*?(dEM>$}7#I}<> z=9rVbXFjkmVCDnAS?9B^Wj%&5g<97D&HvT7lMW^S?y^x^&dqPL+`8+Ob$-(i^MW!@ zK9feuI^^g)`Uo2GitQ@*Sp1c?iTM4Qx&j`!2jSldOoMwLxKHCBE9pSvvSsGXDp6ma zA2M_1ah%Vo)ODED_kW%4WyI%U=s5j?^q~HsZpLTE?}oR7(c^oop&$PzdZB@*)O8O- z_cHYQhVF0Z?F@a0p%)su)O8Q)+^1y$SOI@?pO!a*vVTjUJYTf0h@74ez$~~t18`UT z=88(~`9MThr(#-x7z>7=&5un>OB;#)ekA7n!(kr+V4u4Mz$K@Q`?GUW&cIqv^oRNy z8|Q+#rf@yhb|zqM_`{zSN|(Zcw6?`9{rxbun~pMlj`bP(oWG#HEk|4MJ?f>S=$}7{ zd9p0@fg|C+C!hoR8z-k=jf3lCoC~#L{+4UrTrYnAl#~ZBD~Iz)R6oN1#ne@(!&f5B zbF4pEM{>MG90=wbhSBFgk9zeK>fFPqH(z7KTr=f*BiFgOzQQ?it`B{1TFQf<{W8{i z+p(U;yg~}*p2iXf_MJHPWc$c^oox~8YW8K>PoW#lR5xR-iff)+YvURZ_b+gbit9UE z_vacL)y0U1eLIc;Fb2)Rcp;1JFWWVabD1vt(d3Cizv?^bG3viuFS`kIw_NYzTG{$a zch@@2T*Pvh2bDg@gX|*^hy#K3JApi5`}M=uN9EH+W7WC@=fkNc{ebnZ@AP%kMBu=6 zU+#h6+&7$dh(#$1(4cgY$P;Y?}!t z4(xM~C+u6lI4?r2^>KZM^N3VTo4~bKt{-#F&s`q5mxXIIT|INgOAvmwhxxkf}&*Yjf&eF;GC}Zw8P#(wDl1J>{S7m~GX(*4i*6G?Y zeXOUXU|wOYJ047%a!#F!>up>k;d&w0sWv{4_or)y-~A?K{xPh10tfErVVU5XEtN?> z`xST#FQ>4uFpGUqf{6#`O~?x>&aZQ=iEA8OE8{v7*EhIM#x*9cZE%f@>q~Pc>u~>q zOi3J+JYwC|T>EBx?&-4*Ah2&kaL0qVF#osRIYe^3>m}g8IZe)ubB%@a$aOBRuW+qV zt#KLY&rKc5q*R$O<#7=B0OiVm_RX*kk%DuVV_6q)ywCnQ=_W4Z0rmG*W~y~Vu2*sG zmTQJwdtPp=7qU!neS~X;4y;j`JYZt(bu`y*pvy6*-u1nMOX`b=O_0 z-ebMX_K)>HWr6&lEHZ84Ld7!ib3ta{r2{^3|enwHLsY$0uhG zl`q|wCo4{%b5bp9HP|qC@ZesU@10FLu#TBKY0{+KIKM5YPMxaefw4zY&0UydAM%|1 zApbeOqb!gg#J{#;obdM^WXrv+t&u)Iur4+RITS>kIBn#9a6a#LKb5@Raoh5dHW@F)_!+_Z_GO5c=c@|8e52uzRd5$;G(bp!XR zl6J}*^NYMD-K>)__wv+VOk1VTbWqo*`oAtb%sw#A97vpZRCC4b7jn*t^7s$ZR_T*o zv;CzkkzU40V4cS@$Ffa2DP!Ef!@Ut5D<%xByQ zLHYXu^I@fkgYzeUSMjV#z~2OxuRp8bE{a!GJDl0|aGlp}=KwDN9sqF}K!0YKb_hZk z0y`55VJ1jN9e1!eE;zSq5f@X~tHrqMRFKDr<;$0^#~RHU)KNcTU&!50J@r(LdIxI& zClN>Pv(G-O?BU0I<;s;Yn9qLmg%@5>`DwOc%xBc;AG#;T^)&2%<~-}~h~qfq?=;IH z$HtV`7cmA&M8A&v8i!zP^$5m+P@Bv+=$A6hKAhQ~G0PO|vSf^#IA-D;!h7h}^v1qU zD6@YoxPHL2Sk_oC5h$+=OO=A*3CF;j^e&mQGk$)7zL9kk%Mo#9-+{7y@Qqb+S+3qU zoNSEWIDX{#m16~tRYEXUdI)%Nt(9YP;!gQzy3fpuQGJ|K7=t|moEZnl;v9Q%E`sAe zjywBf+{rm=_Njn$pdVK|0*`M&9rak#4rRI!}X;XDGzY~&yFiER-3K~%5b5vBTD z9Di`^!Lbkfx*Tsj|7fXX92|#70}tjO?w(QW+^oaMhvPd}$c>IcYCOrlJNxY%H*oAU zH*J_oBk`D&YcQ_GId555Sg7`ha9xdgNqI5(uRP=D;I_4@-#-^)A48GY4dfr%1yyfx zO^*8q7}k`zb@K+x?~Wf<{Nxzw|Fw7R;Z+n@{02e=U!({Eg_KJOe1c%+u{%3EGdr7L zfPev_Am*!p2_XrA5Fj@|q^J?GJPak!D6s|%5;Z`?sKCcdL5hlqZKTM{d_2Slz5pYY zAXs|lLU?HV+5Xo**!%6>-8-){zd3Wx+`V_t@9~^)`==W9$LOB1^~Ua)v4m&W!fI@!;7Z*HI3!r*_H5G&DbxaH^y$8HJ2F=V^6P?#he>o z-dNTgP5#F5H`q0LIWWFbux{X~1-~Y&!<&B*-a+`V#7LXpEPsV4P`$?v( z`JQcjH~bcJRasNd!`D?OM8O_tdT|fH@jva2c}#w@w={Vp;6`RJ2zT_pSn46b z%a|YLLCl8Qav(x^Ce)l4$O4weK%jRx4+?O&UFyPaK^z(oJ}>~5BM}h&d;&x=p9su> zdBATu2#({!k^4;i^PF&ssV(?3=F1@PM1~+GKP=Bkc(gU*Qrn5}c?e?77?~!5Y&p{;2F*sgb{-jCm`e0BMJ1W5*d$J}79dG}({L;drnOc_4bqYAT$VRby)~6wS~Ls1@pjx}n=q zJW4?$(P%Ud6{1JbO!PEbjy9pQs0|*93-B!bGG32Az-6R?w4nFXa#~H-)1&kRJx}kn z23o0Bx;4$3WzDyqv?{ITR*kjAddJ#peP_kmkJ^M~vA5W*4t6}Jx0C9mJK0W=Q|v5u zmN`|<`_574dfu5kJexnp=keuyBj3Sm`5u0rw{|jHh1$#INr{FZ4 zg{R^gya6A^pW_J9oKSLr947T7mln`Dw3M!~M%wf2KiSXON9@n-2o}YnS$F2Lcs7{b z&&IG~wuDu)H`#maTNdk3M>%QEd}lJhPJO7pQPk_>b=7fN>9KmE{=F{JOLdiAqc=iq zGh>vu!66xKL1}mw{uFp4hYom44 zYGX&+_uHpg(23=hyqdqx-{nWRbUzkj<%{wa`L3*&u_{?@P>0lU^}TB9we&i8ojvMF zudg@HTj-U0-*^w`Og&Cd(o^+AdZvCtFVs)#3jLy9rPt~=^xJxu{zxCzpXrnOjE?l9 z{5F19zlV=}<|q3@{84@&9(Wl+_d4Ob@kBfy*W)(CA-zc@AaI zw#<{$WRWbE3*|F%sazq~%1xkIJLDc&C%=&2$uqL4>Z*iFQx)n3Rjc->I?%K0J>;$M z-uL!;Ep=O+rnB^P{ivR!=j*3*xn8E1>sRzT{kncj|5YE*hx8}yOqZ z>r?An%dtJXpIv9SXNXleuQ*>h4Nemt#oO~P{60R4=kmw-eEuANoBzm(+Xrym<#rHr z#d7gm*+Y7AupBG%0k;K!*W2=M@1UC;m9! z1O+LAzVt=8C?A!hBj_0V5hdb5_(8k?tj^zYQ__aqNwP>Td5SzsR+5j&SL8H7)TMo( zFHg`#v<7tK0FAJ2wr;UHTj#7!b`N`?U2fm%_|8X8yxY&cSLBK&lFD@|&nxtLYN=n< zn{}zb#Du*IC}>}!>1Y+&gQB3FWuyl5@JpCai8Rf+%g(T8*(H3p+fv>mAC?tzj(5s$ z@Xz^1@Yzr{fFe?&K zR^O>sUaaSM{k=Kfau3=s2^gBpz{8*k`%wS~aSxmTc4`i0WE1I3d(r3VX1bmJKnGaU zty1e5YnfGLRfCn@Z=JWIVP@TC_q361*&OCrygk=0u}keTK(GnBiQUHHn8i3#Yy_Ld z*0U{a8{5uyvRbyA?PGPUo72-lj^%K$<*S^bd@7&8XT$tk%vbTXd=qHPPO#;5{4;)n z{{Zu`In2jsH`UE|i`^*MRz}MNu-jdrSL4AxcQ<%aPu&2aMKira zUJKn_KcI8;unRW7#;i!-Pp!y9OVN6C2%ViI}HN@jsh=YdvF0lhvU z&&f85stIb5>g+x4Re4*zqh2#TNH5X}VBcV7Lcr-jU^pB`A_}rUMplr6AaM;?$uaOR zQM4yTG=)wC`%yz{X&r5#?VvZQR-siEUQ$Pd*A)Sn4OeSaqMc+X+l6kSm=3mfrkE{? zMTsaCWujbEh)PiY~7RSx4&t!mV2wN7nP0UfD1_~&??sFQTE wPSHbksvfS#=v?sF1-cMyei8V_+29u|jW%D~t|4#@folj{L*N<${}%}S3sXxjq5uE@ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe b/.env/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe new file mode 100644 index 0000000000000000000000000000000000000000..951d5817c9e6d81c94a173a0d9fead7f1f143331 GIT binary patch literal 168448 zcmeFa3wTvmo%g@?IY~Gt7a%vTZIjSePY$J)a*bAV5?UKBwnK>3sWUGD+VKS1+Hg_Q zT9eSxIW+2U07dCLZ$fJ|iFSrgL7N#J0(E9WQKx{`%cxDD)r3@q0wt#{&HMT8OL7u| zc4nOS|NNh4@;oPd@3q(Ew|@8aTbKQTJGU9XF(!rI;Gi+jaMfSL{{IL5S;mYn_=oXk zU-0`y&sfX8UsM&X*-&`@`j35d{i=Hl*Q~nlzK?AzTzz-p`c3y0*4$Tk^X)4N@BP?a zcVC~Cm41y|^~q)bvgd2FT3_{kPrv``XP@Bt>GwZ*c8-1h#@TOhJ^$e+&;F%-{l?jE z+Sjk2{agEe+u0VbUz^qT>JhFvA8tAORr~s(S9Sf`tWx`$^WkwV$?=!s_N^t+WeI}A-%-%^pqt}=Fn>g8L z7CN9iSz0VJ;D9=2k?S|!y?G;V?)fx@1d#gf_QNYsXiW9>>+f2%ag{MI#7U)2vz_ZB zT$BDH#zd}nvYCo&c@d%EOs-dq1b}><*Wd4CwEIY3?R=q2@sfq{vZIX%&5;uC$5M1h&uUuH~Ir+?)O7a#nm zwu^q!-S^pCXU}l*%_i^ZTdlSy17@c&@B5(;Iry+S>im39t3r`P#FPThE#$qKGK(l%P90@!XIK17tLpymsMCYjZ>%Hr#@GLBx~Y2BGW&{5 zLtf`sx&k5Dxy|Z&$ZezRfUBwF1vgRq7IDHJ97ELrq*YGPWtOmD*S&xC+q5x_93Jqzd(82MWD;KVQvtZ%na4fu@bnz=Z z7oC1|K=}28>ty_Pg5M%z(OzVkuGi>#de=bF=^X=Wc&;uq%XGbqtMK(0_?iH&f&Zv* zEL?-jqr$uJ@0Asfg=^uw8r*xhehgfz9o4BeRsUn)yr_Xb@+)j1twm{t^NS*+@hiNa zwELAdWqwg1Y5Yio7AEsQi?hLJt)mwow2&nqGUZ3MQjoD!WG$_&$V3u7ev>#0ub=Z< z?dScz_SgLW_7nV41_yU_`*YiS{CPa*x1aP+YF~l;eh~Tn5c2z{$nQsx-#WY_|UJWM!>Zw-*%pf7G(^#i4hP z4GzxZ-O+ETLv(QIYx9oifNe?6dm@<*!2FntV~-B%lgAJ0(_`cp z4H^c9Y4FQYG#FfDj@q^xn|)@@>?3E!nM5*u^zQVyNW!-1Yi>AF;LGlB#O6@WmOaTx zw|`>05B`8xh}n5o{n#@;a&Zw=WN@px)!Ur*?=sinJUZt#s7)nq6BMJFAM~OO~xvCAv`JP zimCb8S=SU@HGN9n#LVJ%jQSH0Nq>>r=FCXZfviZ8$x?em&sO1x=Q7K&)6VnX0z}ISp9pO{Uf?i||ug5*YSvptGTJr3v((LIxJUdCQLCRC6Y>r+L};z(x7Q z$o4G*gZsxSmt0RpR^-(da2hBxM|=H&BjqM=BvKn&w)oBW?+~p<|Liu3+&1ze+soe= z+$a3bJU>{awq+j=o^xoC+>Up@6287?im6(3m6;fgu3oq%5I9n83WoaT4;^d`U30Lt z!1DK7SD30LS)D&C<`=Po{oUi5r#Id^bm) z3Go}s7a(77jC}Bah~FjU|Jd!I4@3Ow1*hOn0iM+V@8P)|9G?FDkK%jH+FhuYCE4{5*HslV2=aOqo>c|_nq~pw4cZKV}zaf75-l;_WmV& zz?1b2$9xS9$9nJu3#OZ$0n?CEV9pxKN)IsvfbuM+CD+MJ@}n3(WY;VHZSBx63#gB zpOf0Xe7_D1wJ~y<(5a*%Q}4yMFYKhap3LfX}q znIgYjxzx??dQ!b-SA56e zbK)Hye@m8L1I8(qd46(kZ^GnhU*p{FB4o{`B_yK4NyBBi~N=VvC&)J#$0x zD;P69l4jzqzVstOYf_VBY(};@y2H0)_ZfUY@rLL<93y$wjgh!;Aa55R{Em$`(a%?u z8XrW?;i1z-jm2@vUN`>TWZH~pnw_fOrgK?pynAxtzM_!aV4;uy+M=I|?4X}V)@GZIIhJW6Zk%Vfv>dySvcWAam0NwmrD{hw zRl9TT_VU7l<=@;kedKrA%x}M8sLlNLFVm*ow}Yv1jZf=+=8Sxihe(gU!+~RMPNbt7 z`UsYo4NJZYOK#J7bWZQrZZ1|^YCB{FGB%Wlj;OzT$LMc1ZJ!6{dse5#!RwjsUCq;0 z)7ClC8jqzBhjH-oIQ&y>%)ATWbR2c54Yegc*-AStj9oXRnWOc-N&PeML*?gR;GNpL9r}0sC&N$Awhrsk%k$I0 z)P~Bz2__+0 z_N2vo9yW3D<16Ui9`reV3k$YSf%_GHGf($t!QZMGo&8sJb`}Nr+c536R&{3{W%SlMHV`|E+@yvPcV{LJkfMWKNZrx zEP1IYt!7ecMZe`gx^)* zw>~ZMss(QCJo%Bt4BA4*D?QsN8hSWPu79YV6|~{fO!5){ALiincnUl(y{mdwz;g{| zV8O%aHsw*B=;-a;*w)uGBpZ&dJ-Z@_PGjhM;pmstaS~aSYzVHO@%*A>pXUhAFYx^D zJRe9iPpK{O&;egw|5tKWyxx#$s+vhxTC*>||1U}F&JYfqw0hF+%BgxiLYj?_E3tEy zLs##4K<$i5yFgmCn^w61*c77z@lak&cZIMRvr-=QRbh83!;nILX)`)H$;WUv66=JeW)R zYViJX@@!mf;^LWR@UWWxs|en$EH=yBOB z(ecmVDZ3BFb}TpEQs~GlI9*9!ZFfI^F;Cx2+A}-eiw?1R#>G4DNMWAIv9q#s(ucX|L%V!d zB++@t&54)L3(}1zkT2;+)zgBV>b*MBA-*gq^VLRxTl{L*TNa3Kqpm2nTIE!SS2mcM zccWc5y0s?9(XDowgMs+Nl<9rk#0wrWZQb_OYAbli$Is6%gj^zwMi%Og4W_($?B`usD#oDEA^FkTHT;?Yho?O-te5j!on{U5!w zRq63N1T!$4KR&MQ?5!pdu%_JD`%%-Oe)N9CwAtTG%jK8S#_6JK@w;bQNG4P+d`?4L=kW)k6quY%y@y_-%0Ja&|kYQWV|yi3AXq0 zOx>dv@9W?`~rO1vn4AodfEB8 zZor@T5inQhMC$Nm<`%?EZ3J1g;LU5$k=^(at#_6sRIVBs^vdnPm)Jo}U2=II+Aehc z8tY(Ie2XPtFR%SmQ}H1s8)f6=6V_@>D?j_^Zw~JI!fF$5@kQ!7;eE9gq^)Z1B?GcW zL;SyL0(8i0|2N7!ozB?c`p9PbWS8mo2f}Xz@rjs^h*H;C_>T65-kswebLzih*c&%BqmW0Wn}YHAz7joQ*XJ=5N4%gVOL z4__spSLaUZ-OtZ{Uz8I+;o_tOoZu_XjlIvQ&x}>y!JN2!_3hLrm^%+KPSx|7f*+FlLF|>QLx2b*t%R=$XCl_OlG%rtvz^044?W%f*p z7kt_&^CtE$xlDLenVv=X;Thtc-1dG)KR<6ZP9BmA^`oCU1{g!wxG9?wFYr5d?`6`J zW?Y`vnB6>OXyj8r4^azLrz5VJ*3Gi=kDT&PvC}Ku^j`8Vv!)#BL;ok|?;?GsHJSXAM&z$x3?IB$wj-R{ z)Kmt4ElvGw)5g@#H8r3c7c)-m75|h?9fDnOKkDMiUo z|2MBY^U6O(-;Xz1lQKLW`|TvNvyb0+?2po!*E))ylZc>0t696kvmNvFY=MDCkfEL4 z*vrk|(e00PB>!p`76fwZCu6AU%txh%r(aLS#XGU2CgtGTK#73 zyP#D-ws6&r@jJ=e%x^DajZW-w3-{mR*8mOdJU#D>|Bkwk!NW)SZRg#s)T^uNt03Px z#{Hk=`QP}ppvw*L2!3ze)6Mf<-l_jyKeyS>!(&V@y_@tpes|D@hXa)xjuSfTf(ohg z({7(a%N$KXMYU5{1!N?*7;seBjq`mf#cQDCa3{O!;b-+N~+zI+a_ z5PJ?Qt{|TX8QF_{ir)o)iRSl{Pjm@DXB^ad3n@#!O5y7tsaG%u>4WmBUFGcs&elbd zk_z&N$geyXA3QW7W-b~M|JkYQdvztx0ypo~Ts`{zfHuAWEFSH=^namDwGSWKpVOWR zZ5}BqiD%%0Ra{)z6}8O%r5A%;ZIX9jtG5FE)#w)GvEO66y!Qv*iL$c1g(z;QPM#pMHa1n^)E5Z3RwR%uSO%OHij> zcXAvgY22Pi8!_JlCBkKtSP@qO@f3w7JidrIPac~&0v zBa8Nx9v~la(7naHPiLH;UToUJ{L+Ia0nrlT-+B_2%PxW9#T@gZV@d^z&bzPPDU zyg_~OkcEF>rLVJCe{|h@BOT#`*EMCd$0{o<#u8S>x-!NR6|>1RD^N>3v?{{{j}((9 zR2-=bSiz?BRoL?^?o%6%T~{1m&%(#q_QK%>Q3k&gPZ;{M06&lSN)N6-pp==ouu zm+Zms1c&tH*ji|)zRLHgxR%(e8JMqUt@}`aSn8RlXV0$`|0!0Itmh=xbHQyVa`Ci_ z%Ro^HetUD5_##>7B$u;s3oodAF~17RBir-D!#{%#x_%gX3y$PEgwN!9M4M3Yt#*tF zz4Fv5`WU9XU{{=}5c*Z{ES{_ODONYE13fulea;V#4QnFAJK5=8?7n=nVk_{R zU6%QoKHjUWUCw>q{V=rk^6VLzr;jlU3n=2f_@(KM!RPuYQ(*<43s@P?1-}#7UJ7h6 z%X~OsZQUKikL~k^+J)<2s$%@lwtD^5Su%pEf;tL-pIw2Zx_!dzJU%gU>i~7vRMnx7*jT$L$WyjN1oja(kqs z?{UeZSzjR^G&{!JWS7n7-yWsE?6Rwz{(~!GUBn<52hy*)He|cN3a%?6ZWFjE(ji$+ z?+i69MxINN=T*q1C(oAdKTUs2Of7s;RgsYFjU2;`z>oZbJ=Z(O+~a>Gb7Sb!4h)jB$gHgO)auh)yuqKsTEk)0vw{hEgx>| z^6!!BTxhj}@%DcAJ{4J7v*F(E!qgp8P2|g#BPYxkvVPa2e=mMpVAb{UKCbf`uaD;z znRtL-ftBB{@xwQfjg7>s_F-4MK2?S-X8Zy!8?d{ITVBmLLU1_qw8`_sW3&Ta>~;?R z@!Aoe1&VKR_z|CTh##Tzteeb=-=q>F8ILcqv5vNmY3+H`E`vG;TTbe8Y7O!}~mJ_LbZ_AN*7e}2P#m9(w) zZ=c?W>Swdd~SB91TNXSaJ`;<<5>Qk2s%Q|RVSquABMhVAU+e zHi>sOWX0^cyO7(bCG@Gnn()YCYy2bdWPjJ|gH?yXm)F0gcA2K8$+Xi1&hK||HW7Gp zu6pXW<={?mRe(FeU%@^7wQ(nVP%#QGHQ;3?cv*`rUTI~mtG1eVi`GNy5WMy1R}asR zUSRD(?_V$vNL=XrRgr{Z=>6#MbZhF7R^(1LG*}neKF^xk)OTZ9Nd@z;=axtZnA$t7 z*zUl%NXOw!;+0l#?ZJSl8fdcGRIb?h?XpGTbHqVX2NuZo-HSgFV7yX1 z-b|5hI7t5Jv9g4Ct9r}$_=FYMTKPw$wMu^Ri{&FrE{o6$-Hfs17pq;(tDME|6xwa& zwx`jK(oc}bPaD|o_LpZw5-&|6o=2YOpkx31FYo*XKd1d+`|Q{m#}C@W7^@-0?CVQ0Q?PqBjx6!k6z;Jzd%%65 z5T8@;t)OjZ0!o_#uCSFsXn?++8@Ph`qJzavCNGkhM4MVS&o~{QJJJ!e3g-t&pKIx7 z_QkMkxxt|^o6VczOT|jXlcW6_&ps6zXHBBl&m7t@th4fLtCyas^p@fDPILw~U|Ya? z5AoMPe*_*F%r$wQ9q`JbYc)pQ=hb%)<3PybjEj@(A@kkax@3n_&20In2H#;JeT8qH z5A3mqd=dM(CslFga3}dazff}rngf)Ke<8)}xAR$PaW4;J$?b*U16bxMPB)#pt%>+2 z++V3F*=0Tx-_3<@WIMLcqc$Yt|B&m}y~puM zphsA6c(Kz|ekM4rWSnqXU zZ*x#VY?0qou_mYqAgU3gc$`bd<(U?(u zth~3`W%9zmasBCJzg6v@WgOa+RDOoj_V#7eq4FQkF*~E!7u8pReXVECPBsX>*L+F% zP0Ie7dOrHr;J2caA{`oc7NkyF-w0eP*WDR9QbJu?tFsne5@ft_oi&cRp!e^{%8zW1 z)vX&CA8a_*Ry6+6D8BBDmpe;tw*p6M+`39r&3gR&s+B2@AFce#8$KT?X=e{okAIxK zHUNZaoS8TDzNfR~5#U|ri?scYcN5HnrjLT>ZvTY#eDZm)2735B;lYFTzT)i z*f(~9GG053*LT9_d4i{mKK|}v+3{{`T$9bOBi0?b>nTV0F~fA%y2AwPDX#**%+ZE> z?X^s1?|Z<_G;k9HH_-<8mG=IN`DkRacnWa&ETkDoT;6UPa_;h?Xi1ayJ!}~ zPZJ*TcaPM7??%#lJX51JjitewC3;6DznAGol_&weP@!}?8p z8~($D!iHn*Tn9J2>xg7X^OWDncH{(~H0;o0Qu|_Hu9*>On+6Sq3;eh+v4tbyi;J5A z^;$<~_RfLc`OrI0^nPH|z=w#*Z=Esi(IV!ut_5dGV^LB2Bcv@Rt<)dvFT?k0mHp~T zi$_>%BfZQTpJOM1&u6w&_FV16LJTx=XfO#HObKUGUvbRgWH9Bv+l^XvXb4iM8l_P%@7Cgtilg7{Z>$dM!kxCkKPzRBNC8;JZKR*CJ z96sE;a0&hezFWNBn%u8wQJe{+l8Dk+h!Fg5D<3aP00PCl0;=xszQl6n-LGj&1Y>n(A3g)PQfc>5z$k zh}Z{fcD8@>kmf=r;X0#Vv1cE;+U$I0OThr}RUY_E%0O%7pDjG#yJGXVW?ZrGTQ~A6 zzhYq^`^ucw$}1Lj9SS!s#@5M?El8M>(tK092H0Dvv%t#hF9QGS>pj3Ey>8p5p?$l_ z^Q$Ar`QqApwi3cZP6T7g5@;eN+aQ_S|u60tvo7(vk+EZJX_#@uB6&r7k zUc}c5A4reXuA%N<;m?J@O8|TLkYbVCOI}B>qs87;cJouegyRF~O4jl2oy@QA&@CMY z@a<<(-y}cl=N{NFPywAq|Lw%YIv6TH-OxRk=tVAHc+>AAOo5g7G*s8b#PKsmKJy7js?T(8WtW`02pGm@h9rxJQ z4)WlWT)LJSu`q87FRLzx7l;0$!Rv))Cq8Zt0@DFKD-TRI9inHw&sX~h{mg@oU;NpI zf%$&3zX%#O{0ti6Puuew;88SNd@!|R(_c(m0Z)c^lBX4%rpu;Mb|$pKj#fr{n6KiR zV$(d|p5GbGTjKd2Bdh0-$$i9`n^^l?XL_0v-hlc z*DPrDZ`1>SWGgoiYlnt;ZQDF}Esu65(Prxd8wV!S z?sGFHKe`y(y47#ySHN=x@LVB0w*`OYKf!Z*11`_WZxqj|9rW6Ec&hR+ZG~OF>t%hf zC-?u({RqArV?BsBE?^z%>>hak2X2`clIocv-uDgnAHR9sW5|cgvy3$_mF1bpat-~j z!T+nK|LCE-Z@G0JNUHk|%l6f`OD>%F)whTC7w9|%4?g_t)6o;R+rC;L;>_=`CbG6h zbbTr|jkOTRq9-PF82q;%Gxvr-o;DZ8u~)m{*r4X(F5IfQ)csNNdwHvQ_dVWu`Odrf zqUbcrX}^!XZacS;m^-vzAe}-Pt?S%KJ@QLR$miLcYHZOzAP;J*?XCCkXrC0>etd0c zp!b2AfyG7B9-RpuqCxCq(446N*L955_M;nLVBUYjYAa4WW%<5~gY!gF;bUa{#M#%; zOTPkwhq;*a4C&1DM;*M4v^(#|_La@B$GCen?vid7%&$?t>$O`G)oY^zrR33l4fpNX zpu&SD9)Y(u0FPk#;ah|AI(h$h;N`{F#@X{8qwP>D`+x$j?3zybO-|gxPIu)tIeqlJ zJL4kuMcI4t!&T5{A-v&@EB<>psoYuQxMh)v z7tz1RiBCNYJ!kMf;BTlL;N1aq5o<}p_F8WA&j+q?{EVkbm#@)6nJ{H_{Q>$$*moyuqo zR!xkv8hcKVb!Yt~XYJ1`cK$r{IdhF8#$#GvK0N;N#@*jbf^Cfpo9N}09U6q&94JYA&zIU3s8Swq!)uygzDf}tfg0|2>>u>7}d57r$+-}T7^_h#~ zhW3^Z*@YxOM7(<*`o9MKiLHkR{3-2!cCE8tBlqWJ3Hg2S=HBFZ^h?Bdb-eMAb z!+Iw8&xr$G>K6!xAaTTguF;FPCeZOYnp>SS>$%-4E)MP=tFBYbUmE^2o^kgq9FxtE z9Ld(H&J61O4cAucTuYtzP-h^3uV|$&4PM9m2=lS6^u2+0q+3+qXt@>diwD&IbADfV z1+u$1i5I$|BW>o4mfdE2t1jk!#0zIwXU6(4b4l+*#7g zdJG?He#A?{=QjEp@eh1U^?vrP`s2aQ(2*t|>l`lDGoEr{?@{|cuulHvIb!H*8OsK( z^dqH=C+u-MWt$H%j>MK$FrJR0A8JSwkA|$grBPxR zShs}^smv#yq31Q&yeKgb#kTA|xUr`Yu_1h>xkGJjx@tsQl2MON#Ww#1(+g6qTKOSf zdccig$mU09m=2G29-P-h2gOCyuL$M1+WIuvUWk8-7{bB%L zzmR$&+$YmdvILC#BU)R)d~7ec33Gh~Ue??YKKR^zu6_Ot=4k@!8h~x7DD}kP3Dpy&9>G^| zjoDma())oe5n)f5;Pmix0(e&>;pY@`365EdZ}Q5RtE}dI1^wy8CLgBHo*$>ZUEcl? z#eWq0$^IQNpJ#K9YHyCqr`Udf`+z^ywx3!j?eXdJPCGfJv;$H1&7-Xz^sCmFO!t|c zKlatXI=I7n<}2xu*9VVVn|oOoJ6LZ@de@kezQ|un&U0*1aF{CA7A+Z!o28 zaGmKGd^T-haM8GdLBCZuxP#{vzLLS)$+N**0}YajFhO&R_J;P-@Kx2QAe;28ENxt9x@EB;@|u2;I5Hz9mfyc2rT$?IT}-Y z^(#g(hqP8-UQ@xDf`uA~k41;Sqt4$)haaFOX$#n@BYW31Na~J`)P6R zzfOy~OK9;xXtQW>f${m&r{w92f!TZI^@d+^60aocCP@&Yfex`PaV( zPWb?uYg?IVYHyyh>;c8qR?c3+I3xQu2emCec-;{V(lHe=W_K1ZzxYdul>PlD~=7r zCnJV=U3nrv+*NBKGl>yLiP2_WV-i`GsbpTgJ+RR6RSJI+d7uTD0?dsC7MhN7^tR?7 z!hu867Ju3|y$4$nI%u*pt~9yzFPqxW0Z%kPD}y|hCLZ>gI)1>WK6ihs|`0-!7aRda0~CtT)fA)AB}hEt=8Xz_n~o7QoKy#foAr; z$j&c-w{_+TwyN@8WJ!BCoHHRNwQu0O%~l`0&f0_s7n|V~`e&C;lU6heL&H}DXVEWswkp$_?X+;;7e!;5kq>irxXD09{z2>LU z&258|7Yya;vFv%_%mDphPgyC?853i>Tj}Gy=qine1sXxFf$ZxJ&T`XS;|^r||FDNf^xOdrHo=4JC+aB2?#9NmuXvHO7s}ATSD+nw zp`(Ga;AQ_d$~90XVBp)W%yYrhDxhTU zJcKMn*WawQ9@#bPQ#wk6teGBf&x7sFV;xO>rRk`@-gK-cA9>cfP#Fs-=yp7_r`9qd7Wr>O;pL$uaS0&Dv*V*8|8*Fe{M3p2!a3B^hDfFRj`5 z%sT3>FTyu?W3a0JN>dxg%HLkecXO+}fS|xKySJ@vC$9Na_&27$n(yC+5zOIij zJ}M@iGguP6e$Kl|jcgBF=}k+EOnhCAN!-)8@|k<)n~v`>c8J~>>0sU9(zQGXt*dUV zxzTilfNdJ(>)&lUowkx6?2N|Ewe*e!~#|EP;R4eTMxeZ#Gv(;fEmh zt`r{X0(VjPCmsIS3jZvtsj>Md6FjSbTRBqG5={`tlb|43hp zSJuK0_zYq3%um@5_=kArE|+KONAb+-jKBVvJfr&m7(DYU;PrUsTE=FQmEIwqiPY76 z#?*;t4vS}?#b}gpa0uutwJ>=?nU|U_bTtN4G|-spJ+ z=^W{lQr7wr|E-FqNfu@MB8jCxU9~xCW#@RhPH`kpKV1c{*>a0*bmSJFAKP;xZ&;q{ z*k6i1w#PuSQ^`Jsr_+PryL75$uUEm=C1ROV7W9!fc%A9^F|;?(8$QY_EwSvma^;C; zOj!`bhAPj$B(?YFZhOQ}^0dDsgq<#Jvua-9zO;(6e;5Wskv1ms_ZoQ4BoqrOw4%-@~<4Qh_SkgsBuwcK8>1z!Z1|E)EF8psP(k_BagDk9sak zKi(zNk8@`{`dv$1f%DCkte)?@-c$e6}E3t2EH|qt#Y^f?Y&cZHM|dLts;JF$eMa%6d#1S^GeO#+4CUy zcjvfQIqjDX@*L%T&5UuyikYjf|3$mDAH|;PsE<7*8D`!+)Z2@XjsH-mHD}C+m&CGD zR*^S}S6_3lLYQe9278-V1I{F@9;)_yze?Tt;#e zbK$-o*d#aOx!QTaqw?c-rQe2LY-dkxAFu?{fW4-8;el0FZ3E>Gq*}Fs37mJqeISFi zJ-5ogEMB-ywrsxUSu(=WO6G4;uUe0fuyn4Kzw{t^*I@fKH(>#zZ2v;$O71G>%u_p^ zIcM5ZdQ~c8J>fUYZ_klvuA~cihROqv@`Whx`J}%Fmr;DG5HV+)c9b~`K8DJ;ZBD0* z^n>~>JwJL54q6S?p(~gtx37BkeoBA4KlWwV<&*PIaLZp9%)auGo2w7SuS@PSm)RFGUQeD)QrRXSGT9+hC(PUZjn>zf~ zWA}iYzBigHW5^Nvhio~Dx^gtj<>OOu#4Ht~JX;_`At9l)e= z>#4(&qg#Kk969Z(%-xhpmZKVYXn1|Cv*uGgyBU6yEa{re%X)shKk@SDypkoQNtQ;x z^PZF2C+j8cE6vO6U8j)d$mwJ%xn(j-g6_GoylHZ;x*jvT*kYFs&Rp1H4m_^SK3 zu6|#nLw;;EF|A4XfE(Xo5^X-lVd7zQeF$EP;^P)SWUY|z)6Vi>&Q*y=$+wtmh!_;( z+IdPt#~zVCTvIvh`y|g<{FmW`_XX!$_&Wc+a4K%%*!DrrZcz+Mx_mCUSo`i_d%VOV z29Q=}+qNL`CcAc+Jo1sk?DJmB_+2;)BYW}>3jW5iTj+qwf-CXKu|*rngIrfuY)Z|x zh?P{c#;ltD3I8FLyU~u>><>hoIDhndXI>(>DRsHx12yCirIs_-Y0iYSR|2|Rj`sIA zu6%P9^_|W&7ioKcN>ZIE%ysM`%}3fQ>Rhur7}s2!+9M{}esxMk(+u)_l=Tss-#wRM zI_{=Ve*r$wZHbo)v3uYsh%S=7i;^Bg@2rB)s^1YwybNy*;p$2US3UIKE3-8z?>_Rb zrOZ;s6ZMQ6y?k1?zLx$4t!cJDr1#NlU4Q=z_+8Z3=X3o1s4)xb8TWW)*NtzeTt|!~ z$XW`;X;hZ^{C4#1T#tv@YkVZ?@-B2|AK&mADcgTX){1O-`w#F3JbOxd_z&?1`Q9#n z{Dk#G|G(gm^kM$^^FP2J8h^^}+qn7z{BhlX7k>~B`J?d1sQHLw9s3<Ad*ENGI*C{s@#fyl{wc!>acY*@lCDOPSyw4p%2EYKic@> z!Wgl6N4F2_5ZTdWJ(3)AfbEm)%<#Bp9%VM6^M`cKsJ_^JclGv0`t{fJUofiwUFbLI zu5*kNT zXL8=pIpyem?MbwG3;U#cLg?Hw`Vu3L>|5&v&Y6U_g@<6>v>cU{-|*rLedBHl>n;Gcxp@hsVDe*?TM$JIJ+Wg{rmKh>-)yyp_>2U zp`rN`c=v7b5Nq};*TP42m*JtZF?gu%_wdk!Bp%vJ*~{|~F}cw^#GIYWLv>^E(8dYF zJd}~dLy75}O+2*!%vlq*w{hFvukd&ND|^2(dL6lR!&vf*-W-_9`tNRZz4%MI30bPD z@sHF^Yr_p4>>o-5;cLYpByZyJXk}*|_jR@nd91U9dq?-9Po*=JXHilge#SW(hV5)C`8Hzz$>4ZOdX>gbNHM82b!?0P~O)+y}^S$TJaGlk=#aiXi%yb{7XZn?}#T#Twg^4DQ8KQJ(dlwOK>! zmi`~KPpmSjeZ?@6+8>HHX&nr4i94Xh(D<&htfZCm6D8mH549g)z0M|VNFIH8{2lt< zB72nlrbE70&()eMHu3kfu9-Oy&QFbWtcFfr+(Yjb7rdExli(>N$Zca zHb`rXck(Tc!{~>w&7Ha*alieIapHeVp4hG*Lk7-K)) ze`h})d%ga+N$yALe`i0E{FtPDd^&SV`@Nux`z@>#&T&X>f8C$fzF?f$w;w$%{rkf- z=X}Q!@W#5ZeO3JQtq5>e^>^%Jdf7jXZ?Z%>Uh+?6?})vpru{MY(rHiEDr`&v`xy@+ zXI~*Ny2f6svxhmm7M_VAcg&#Pzj5oCG^!rr_pDK49)xJ=Ur@;nNUbsipP z^UlNL_1t@S{O4ES4jzZ&D*6tazWuh3JpqN#{v)SFXPteH9$=q{_NDh~-T|n zzp?t&gN``ke3z<&1#?67Xbfij0}E_8*mJBsxB8Z};PYS`y?@?=ZwY%9dRNGf_=}~J zd$CC;*Dx>jF!Hg%#J_|71=c(caxXdZ#J9)r$HHgnoA%tC2S=-bUu!$B zq`vkOoCU@{A*EFmEt36Tp#5H=cZF51b&2z3drnebb|u1nH}}X&e>e6^`@Me7b4+U} zEoYCt_Bs>P)}ECS=S@+baa>+_r}Cq#+kDQMIO)(U#2Gi4&}?y0=A)%OrUZR5SG1_7 zpOUxXd9h2^y?g5)92mw8?K|(KuO=IxQ*f|P*4vM6r?dB3{gNDOK3;UT(;1_WcrF`$ z9=5YiTwQDSJ-x`e1C;^JLjk}0Hv+TA=NZuEICHGhUHEZ{6|A=dcZqZCz0rI{F+3@M zb1r*O`gmp?L0y!-<0QwKCz#BhGJE~>e0--ed=9ONy^1|KE!5FTTYpMhF_({bIM+N! z7fx#bd)ltXA5ohhC%KkWu*m)}4JQb`{K9Cmcp8>yBlQ*z=)8>Nn&b~Eg z-Em&~uh^qo4Nhu49~t;9IEj)kh#f2hM=oC+6CIQ179b}}K{W^6aO`TXamsmo(hc4+ zl4$hU8AlgM*PAKMKEq_b7;8Vyksi*~_Y?O92i|_tbJWZJz9HIwmU^`>jrnlJDzJHZ z?blGQz~uL@LEf4fgJ~|li~g9ui6lDNllBO6E$D)|{THDYj;D;mO^$IgPk zCxF4@=f}90zktok>jFnF`zMEA!p3|36wcJwZ_rn0I#=Iy@bG*V_@PZ$?QT=Q-2PW_ zrJa3I-^yp&fPt~kI_bXZa&zpC{HhzK!VqG4yxu01{oY|j`a?{7?aQc?Fsf2y7>)l ztOiG-yT)McocA-6Z^>3LmrwwYEQUXrBVN9&aqF}i?v)nhzJaw44e$YcIJcbrkL7$5 zMmo-uhhFCJv=%;!uIQ%zo57c-zy2LvjT+5SOh9`FU!)(B6KHS@|JXj~#?zN0{b1+( zM(Iec-?qP_O5L-P>i(`fYe?P5xsKwqAJ50+0QiZykl!UA%W_th1f++c__J zSBShZVg!>9PL8)QE-Nr8wdL?-<`t3Sy?lctSa;9nt(rq;O?zI=JqtC)$|IgDzUYBI zW$=#b&%4R2===lagKqg?Qu*0#`5@&Rd_fz}8^JUF@6jD^4DSDZG#|ZJ;`f~ctMjm= zX9nP}H^7a)fja;n|2w}9^u~|*PR9%A8u?-O*?83%43|IC^J&U4&eT}`=~8P53#L9?YYqkj6MrzqdY znKq~X&T4y|I<=p=Dc$T7oL>11d;fRF+Cu#NPvj`xZsuM{*Z#}}{pHlj_hiB=7cF3G zENiCG0Vh5cIlcv*lFm=xC`ESnJ@d=KU83s=#utM7v%t(A0ox~?2`-4qckC=*aAYmz z?_9KiZC(q%Q?fI@y9978EoboH0kjDhZ=WII}AM+BR|?( z)SG^ITJRUa=@+22;98_JWrzVN&gAW-{tMRs_P|q$TOYvA6mlk6ggxmy4;3B>;0xaQ zY~hhU&cr!I9_^=A+1ueG{Il5&)b|hcP49>k9KCa#IT}LNBE(XJU*R*I_2;KJ_u}07 zLC*G@-u@YE$XK*n0v?uwhYDAxKR~{rech}f^Y)NSwujTN97@;T@?OTf0qnSePwt_- z;qN8*?<9P90)7PF+Z`LMaZmC-A7@U;8PD@gEAnekk@!|;5U{Xg-zI*Xx3C}o^Qi`# z@339a?+W0)8n`_j^bhzu=sftDv#>^uzlA&Px0PKu36JSpV9xn_liIICKS(bt&tdXN z59^GIoAMofIuc&Tr<2W)zWOn1Ddpd67;pB8Zl%<7 z&Rg$iPk9ycbgVbi?91ny7W=s#n8bJO$xD3G_BG+vyil1r%Gwao>kQ9T^eg8hq<;b) z`god2fFaq{jDIa zieD5NMZfQL&f{>-TZ6t~gCE<%S-hOpNnDcs@Ze{3KG|~R`2=|Vs?EEOzdxFX;>L8c z53}?0{QjEXHh$ar?clf1XFB;9DQhj^H^H1-)Ho{f~giw)t$IX7GUU2UIFJo4NL z)tL@l8JyR!7?^6<+Zed+@NUiydCq~=fn`M8B558=XQU*MUHqbibWw<_VDjwx$I-#Z z8DHp3B)+j(8JpC((Ec_Q{5?o4@dA5oKZp*(HsuBUP8>K$9pHCg?9~?+;s=&sFXLa} zey2}k;Qa9KnBOSG556QnF>o(G`Y}F_JiFc`cDKdZBXQsz>?goJsqXq$3l>T@Nsn>{ z6yHth)EQ-SwMU>@a(S&Y&WKUZIo7lUm@m}#UU~y&ZgQVOz`Tp~q>5h`1Gnm79V=_U z9bS!HWuKv#T~Nz`ddvoZTLxeevxJc!AHp?(Y)_VVry-n|H|g%b}Sb}Vd+xvk{=5drh&cAee38oh*`+>ULx z_v!|Mhjy2e{uuZw{-p2G-U)^6nvW>vxiHH#6~S-MV?(8jWdjs%kv?~9j%>p4_f>|+ z=R>|{coXX`TR9gC{ZQKn{y)clQqQhjgH6!bdkMK% zQ*K*`*s-p2viT+pIEaG73h1zd_b)xn-ortwP4OCMY~Y+%E&KD@UzN4Z0B()j<*!O^ zSfj9i9dLN#9QEs2`la#v4ZyNx{G=w;srnpSmfJp+ve*p!yBhl5i{y4A@oSY0z&EFO zt_YeAtryqY3Fo_TdF?;NuK;)9v+!XzczgHSN26e z7a1sqXSz5mMQznkx61T#pYFE%Map~a?BHJU1!zP3?AZ}#Uk=m7v9YQnwLG z<$O2nYelNr$J*|l5n}!udH$gtQ^4mZE;4d_8)%o0K))+rfo7BNr#?=eG8f0U0EfmL zI{#w}^}LMD(YM+(X7tMal5!E`P0t!f{B5BfV>-5)vN2)|u{Q_z3pUv#z4v(SPTte5 z6KhD?3!1FIe~7M)eUF2SVXjeS{Zu@$Uwx1UFyH(jRfJI8AKN!o57Zu?5N?dfB* zeHs6$UHb79wn#h`kiI3JQ=Gb$^*hWhdh0{ER-n^#t{?t!{Kt$7g`eZl{Wbc!l{&V< z3#z9kxg5UeWb&6%r~Hf}o9>g_|CREhyL?I~{x!M%FIh8O%^6TXLSKn)vQK^FJIDM0 zYgFwx(mC2{g;so%vHb+^ME_QJUikhc&nowGu8L3S{-@mQo%GIVKVq!-+1ZyBKTGzD zhx|>mkM0D}AF12a5&XW+XhT~|N?sp4K{IjX)O)<+pN6*GxHMocYlW;c& z84~VPZ!fqDyqB{N*f%*=Tux^)ETHU47mtqoOm0VCUV_J#-w;O}g~wgw+nF}G>E$u- zsCY{<9zV;oaQ6sT508Jv{eJ|Hdu%*{J9qzb7jhDKitjX-h<&C?HN3C_+DDQ3WSZVP z3YHq4ZJTk)Ie89U?0TR4!}We>RJ|NFa!I|1+;fwY^@Hk{?o;2thfc4CC%d`Y>GWr; zKHM~_t%W?>`GIq+{5Oosf88k9I3v;?$0ft{1h!6f2C;9?ajn>sO1#gUkq*k`+g>%k zNJ%MvQxqFojK8rFel2xfS`%_;Bubqnz=F#uN?Me&ti$@OGu@AAQcIgI{MHthrOo zX>06TNKEr0<6HUb`0+cdeT?C38V#>6HvEkhcL$c!ttW0N=}j~9ifLCg3p}OoSv1Eq zUXQ{5j6s;Q=9^K>d&uu!iqC(Te4!4Vft7CeZLvL`II>&c+<`WV|1p)J7 zZTq}3Xc#{6SH9xa=qt4ySmk`{L;cabR11DV!2EH(p9T+y=Rm(+{50aUCB2jJ5t+m5 z#sBKN+TT_|e-`uWd)!}qk~zE+kK@lhjJ&fitqwf&PPW&?&%OBIcZbffRGs)6c7K!o zXZ7nd_$|bUYP;c0eM2)a8$5o8Z#i<_9%Buszh%SoUrzs>XXeJk>c8s8ui0t8+vCjF zDNXN^`IYy3tvyq1KT`AzH9GYuK5~NoiRV?upbPB0*0i|%OQ+4@c|ge&zUMwWJ?R@y z8k>v1RHnsy-!oh;d98hyc(7x5yo^819zVwiBk_ z)DuGnym9b4#=(+@J@9n!x+8oqE&aJi+;%?dbH3%EdZTVVp6%(zUwe@GFK--?)9=jl z$X^t!f#4GRtjYkfSivNIPL8(+CPtPQY?`>f2s#$r5UHg;Tc!dpW}D&mPBI>fxes_T2Z(m-T&-sX3jDy-Eus zwS`=LJlcT(X z(R=5WSxK3XA=|J`B{;}iXWz%{IiPxU$X3%*8REy9Zd;Cr^{_W?^S5(Qo~nxj1?Z`Be`DBAou?*UeRxZHJc=&T*s%qC9^@ImZl6^s{mL1^EO`K(cveNZSlV54Kz0q0~cHQ^?uD)%sH)`qj>4} zN+q{vZ?amGj^tikv;#go6O0fWYuv%NR&u|d&i6<^ zh~IR;m)n0e{OMzy9Kz%4p2orU=wGV=)LkOR`54TdA?1aJl0u# zetd3|V0;Z3_}uvXCXE|@=O5qRYKj>r*DzG@@X@`xukZ?SY>;$y<6#5 zIpG51+5_2f)eX~%u>@fM%=1kgDTT$VF{88He z0C^9vHc`(@xv#c9{CYQW$_xH1=0&n-H^ZJEJAsZO&hu0Qa;ezEd!fDRR3AmB>nwN8 zBKMp_m{6Nx?w5f_(NZ|P+;{xgd)p3QJTHGvF@0}clk{3Q`quVOT;10DFn$dFjQp1h ze$sJQ*g9^QF4Zo+)2S;MV4jGvnDnpgDedeH09T;Uv~ebw4V!e2^o7<_T=Wy)QoG}P zZ6}@`)~RZ@?{V6G=dk~zwmDx8{pzflx9e_9j~}Klp))D=+)A=u^ZNJ`;I;4ZRXMj~ zSD}laVK^Kf`jWf%-qUHxewW(Hr5~~-z3e5{bw0AG>zCYXCi~Cy{KCcIHj?$P=QoHx z2Tr2PnLqa05B?>s6q4+g!a%402vI?|ukOvGR%bw*ni$^*+wG z(sT4J2N$Y)#JDPH|C#EqK6P{AYm})!m6EWZe|vM{aXtUmea07W)-z|O+3z_M=utg$ zhLnfHvHBOo;G42(9AS|Xe*#~1bU!^jXs=f?^EZw^rFAJ$ z^u&4AReu89)876g!21*0pMsCN8hF1zpZU#gO(#~)xITcclfICj^9}slI?D46jmqB= zd!9AU#OL}uOYTJvzJl)RLO!-$#d(!Kt=asXnKJ(y*qwdMrThk+dJlPo!{%?A+FoD5 zjTdra({!&G7dWVD{#$2Ec^zfuQbzfEc_-L50ndSQ=1tJgoE6v}EB8C!USr-SO4-;U zvs}Ju>{C7`{cbn?e_6}z`LVZ#(__Ch%NJ8dz7l2URuF5)2g&;!Z8p)i&KFrn+sS8= zXq=^angDt4Vc*z(U>AJ9A@&iYT!Ftq_)W)-{|%yKwngk%B%ek z;ty*rL3;2<)0XbZpZ>?{7jqo5Blwei_j(=Y-dDZoOJDaaebzPITKYf@_gm?U=2u^s zkv~1iz4&5*H94FKym>CXKZjm1`pX2 z@{L~CRD-WUn|4f2^Ct%WnN8b0#N_pTyb5%(tqYjbdS{aSe1bKo@LG=OqxyGQf%$K* z{=N2`^xMpvqy4cTLbhJ>Pg;7pbvmQ_fNzGM`fTf1d$}$re~Kx^z%$>R2yb%bub(qW zegt3S!#7*N<;N_O_eF5nHHQ3s51;(Yl-Jzq9Dk&aGeqn)0je{XHDK7Da10s{ORp@V zt_b#`63*9(ruJX2MF$kaZ|*?jePmhBYlpWK4Yb<`z$s;-hNY|Q? zz+3-Yd7U+((t+rnfbZc-eQ#s&Nry&ue(2S&{K$}Wg4SF_)0{PeHJ`DTw^3&)x>EW; zc{J}7-C~w2ExH9A^$W9HGQ>P@t@Pvz@Q}Uk1AfyPGWgnc%mKz9fq$Z_oO5S71q*pq zM){eGJSzTTJc0h;ECVZJT{U@T!S~|%fBu!TW{Z6B6}(qD7Z2kzichD*r$2G+oW^~Ui_vy&t83>}-$*;Bed|-gpU0Q;?A*Q7 zTjBbNo3V4~^dUR4;fg7KY5Gem$jfDG*%3p_AM_cF}3MD zA4c9I@vZh*{9CDq^S$DQHPL6}-zNL{ile>CoC&nq-$na@gDLj9@xV65kl4Rm%XIt< ze?s|K_dA^LDK{VAVOJh|Y~-HB?fK(BPs(rHdKt-F^4<1h$@$!RP15(>N8A553Un5L z7r!#$r&+t{?iC0#wzBsTX+1Ueq2t$FL*OI8{dM5zY1WI<&%NHa3ukDZDeLto6XQKh z`ajPdd&+0{1|#@joXOnX_7U&kx9=yl)9JRYF&E#q3On(s z+%V%GJ3gg)Zlxa0Qvp}rJ~zMCv3RhqU|tr#Zo6W4ZxlolWBWzkcaMf~A)iR&k?&K# z_9Y!e=2)XQRIlpPT9zo|)xaKS?t%54_S}Q_4bN`ugY$m)oAw*1;|#K`c?H$m$sVN| z@Mhx@oQ>XprEea#7I3xzd&G!OrALWrt1ss%@6A6wLVbomzAI;6$6lxH^zC){uY&I! zdo&WgL?_Wfd(zbJ;;Slc0%`-X^#IXodrk@RZJi{x-xEOvEhd4}(}}6ABeb?~ zPQ#^_B-T?cP)Th|(6%Rt_DJy3_FPOr>x5`qib#TDzVFX|=1C?YSkL)>fB*gRdd+Jl z&$BOUuf6u#Yp>h3bId(AMut!HvjjRTMR({?KYV8s3#&RG=6}^QIPD&5;-%!%AU%z2 zEb=Rozp?B-Vf+hZzw*h?ATc(L%jYN86|k?geN|z2!STi9p{HN%{mt|np&y4PiOcJ; ziZbalP8s2#!c%?*nX$Z-a^rcPu^ZKyL35P1%PC3D^|J`@k#TIER>js^Un8JXTIIJ*1T^-R&K$sL-XB*yvsQ~dA`?c-mYa_L-Re{cV`rFAgF+LF!Ix0<=I>ZngpPT&k0d#fezcXEYVRZU%bc>3?>SN8zfA)+w z#oV7)VeDab%U3f-#bAk7jJ%IleEpeeQ@1U7jr;8IVe~zn-cY*yrixQsdTAM9CJh@P;LXHDtg@1dK|>|(7%-dnlwtL)1`?kVToJ@*T=qk1jW zOQR0$%)1U9YiS}*3jUk%5!#PXCt#1S*1BA?=(0wg14>y>+~I4^lbY{OFrU?|qb5J+ zN6P7*+e&l>vOkzHFuzR`oE**PykoA{lw5X5dk}h`GUdF}x|jU%UEo>cnOt^^eTbN6 z{P?Ee-#^*-|K2mA$j>v?#!`U+T?)z-SeibLR1e7^EjxF`glXB`l) z*_4MLM5ywV<8yF6z4-^(*X0YX{mk9hdw@av`U$>+(6o==a~b1q?j$yQQQ}VGX`CTH z(7sN-YU%rk*Qn{~h1bUrJY^{W_btHTf4hye}aWuN@+r?o?Gg z)!@F5%$gZmLOZh219#R>66Jr9)W(g{W7E(3@B5?KZ5-V{cAHQ)^3f~EK{s+=PB&xv zr$j&BP3i}y&8)i$hH&-@<3E~jm3Ji8%~g_v*kdQN$1b^deV^`+PQ7%(wlZk+k-%`A z{X?StuktONp^(bD@nUQ4%!_>s3Wz_`ozLcAVp5Sexef-DabUU6W|z z-b5Rk*9>rRgtp#7K9R0fa?6YFja$%spS>c$8f<{p=FW=ZAC=Ym&)9R2QCq=X=dU>n z>-!{jmZ$m68D#J0Xg8Xmmz(+RmhtBiiM7vclHOl{6&O}~R)PVe-8 z=uKxIH}$2%pl%gyxb@w-!kMYhn(t=MAFO{OsXosm=c#Y%!V@&kF7lCVN4_v^Ft7gU ze)x8KQECc#HYFDx7#Hip?_6=+@~e?tk`K&gT#KzD&D#O^Qzd1C-9u%KOtadGZDf9w zGs5_>z%xyoJBDOQ>~jyF%nkSdE%@)*wWx6J7++dCzvb)Wv^jRLf79j~Cy%t-W;}pj zmu1zYrr&r^2Rf%7^1bXa+(p#82^m_vLU5--3%Vmch%8l#EETbH z%|1DoeNwqtxF^cMyBivP0UkUOr-3X7o=3o~%NM_sz;iP+q4i|=7i|UhI5|<}gXrb| zFHuhKG$-(=*0(vQh)3y6$vRTqtVYU+?`}?NKScf%-ovYYd0yM7vyUg`KQZwy`;48^ zjKOyD2gn{GdWru4A6&^qSK@1p-))xiP+0%4Je%`tQ);+o^N$-?@0p=ZuNWJoImhjJ zYHp+SemMs==e-1-YTws6PVMIsUnbr&1-hui=TK*teCCgQ6OZdm-GcvR3;d_SLg&uC z-o)uDjr3J=Z+WO-%C?4$EBls^+n|~9njfvpy?kC`UEf4bhO_r}jH;Upe{a}B2vtNZCb^pB4hZ-0zn$7t;SMc0Jc^`QT z1yeINL_c;(#<(ZA{;s~fDVCG7X(DTxad!7P{-o!X7n1C)UBI*vI%RH+f7-x*4Ln?j z%*(56lkLLb|G_NqFB+++TH6Pn_H@!#ZPnbqHO3F>f)k6; zx8&2-IriTX`5U%VH||9@;BVimdn`A>GkjmNw-wU%i}bU7;$9x42Jo3#GEUW|Z?#Fydy!%u1Aze_6?@anh z*82?kn+?+TgIOiH!tHX6KW9u`CoX$#x{!Bk}n?0p%tf_SFbE@$p z87JZv>CB=zo3_ki%KA2Sc$Y*U-0r!%Uv9Ta~m}LiEviKX# z51JPb9-;3ez@T;nug09cV{9y!wt#6_3%IUWp1Vyr>7Xp|EjtK&bFc>qKEX3GW&B1d%tlXa3NoGUSeIPV$Js}IV|!Rvjp#^qe>pLT&*bAT zBtBPxJ&DiWS3Hw@EzY)#>v_NZAv3@$CIN@r<{R)p%}XWoBA+e!a;dxzxP8n~8h6Xj zOw@y}S+D2ME8x&C>nahaAsl*UU9Gu%-Y&V?l7Fyt zeB0??J{-d5c6`6h8cxJ*1oFKva)(vB=`V@jn*MfN<@9&ps+juHT3nXs>!k2JqA#}( zca043-_hvZ;Tgz)hdJ*VU75%J2!5$1b|7TNS@4nA+g@*IaXzvFeV^vs&wbe;C@&w`#6`)uagTl|uI zAH)Ooe=j`8jLY^LUY%Umtta{bZll*e-`+Lq{H^+kgU|YpIP=H2D(LrJWKxYAz4|#g z)mcY)HMT`Vs}9c=49W92YJUe3{dF6>8a&o%oQ@2v_{pUHvJBq9L8y-YB&QlY9B}&6 z^O1cf@2i?GkNr_+d<7rXJevNt)88-uJN?zaUw^Lt+o2uP=PIW!=?C?{UH{RT=%t;0 zzfZrCbLI^j=V0tR@^z+(YnPvi8S4(G??kNV;CPewR0q$%Ve&*eaL6CQz;eLAqSzOQ ze!Cr5!km#eC1AO66j&UafkThm!TlgSC4=xdw3?XnbK_$^;QCtivEl2h{$qpds}2}P zuCJSb`TzC$LWbC4a9!~KVttK54+oqvVjoJ(!N(kWV0_aObU1g|95{53&BowZw68Og zc)@J)EE(A&Nv6{LA7qaX9heqtW*?TnY-veK?0Wo^(be~|M|Hlj>8o1{(b<*ZGputT zI(H-2xc-tOWs_ zC%ue*2YxrFZx4A~BoFHDF~RpJ?{p?LHl!rkPxyZyzxe)b|H(Z7*pVab!}9YjBo3B5 zhQ?<<2;9xmYmBinbf%Fmws=h59q0ne{hpiWNATCAPEn6^q15Mm-|u(pa%T|2&|E#Y zc#h0u^2{(dwdmrv%a%#o&CE?J-@vzL5MIVw3cMr7 z+6}x1t(&po48f~&kNjL(8Gj37X{N15(Ca)ho%8Rd+*>n~_OIkOK8wt4e=~ZvU7M`f zPOlx?vCE2WXD{5wUaXvQjJ54*;68irug{6&bN!V~enxaZ=)C%Ss2gAH#CiFc_kjUV zp`Y*3V!dQHmCi=`ALSB`PYt)_b03WB&z!s;X+Pz>?96*&z6-#Y=DUk?8h4zwWZ7wD z@>OiYXGS@PF6a4@HwGSF1rCUP4!z15jCa+XSIUR-`V8g!ksN9<$Fi|S5`Fo&mn_a1 ze6T!mCT@P9M0vAThtWZj+$Ff7EtVxYTo|w9OYtJ)Ta$xuu%FA*RzMr(tau?XujbC! z3g}k#B{U+w!Qcez@K0D@vU9bg+uaTCT_M@h#RvEaa?TJO_5U&Oa5eadfD7VOW>=m~ zjkYGvAUz8rp$4zDK;<@2PUiwUjdLn{!=E@uZ-;j?Kb?~qQ!{!d#=pn#3dXAc-LtX< z?|hB5w3}yx^h96Dcvl~vrH{?vQ1cGGqSMO)Pou@ry8ERwCyKB16T@lnO)4{sc znpM7;cFwiB`?gLxy~h)G;ilU)oF~fz+)E^W99V+B6TAMu5xcv_bK&d^U|HjtGTZnq zdh+hr!8v!0CvWy_o?lA8I`e*>IN(e8J!h=4hafeO4HJ*&wI*a^~{+6!K%8(rLHT|};XX`FU!Bk7%It!?d_OCUbbf+z1c_lZl zu`1?6OGbyX#*<~<3CG3MYrddq>jZm3W6xXowW3EHK&QS3-Bc8NxaK=bK1_pS=KBZ8 zBYIv+4xbF}b&#FMhyJGpTI+`I$}hz1%}KIRgni!bzB+a*^C%j;k2^r}-y4|MkY~k$ z%&YncUOv=^@>vw16Q2t#qrqU>vx{Rp6YYH;|M@!b5%El%y@dEK&8sO>QXF&Qy|P;W zd9ci++4w+q`rR`1#Rl>JN zYPD7L6zkaHZ%BS~bT*1X>q^)y6`Otuyt;e3)fV3rF6v@$2F7{PH{jczbrjsCe3(4I ztPyk0U=1!J-@OIzXoVk@p17f{7kh`1B~DCg8(Q~iq2zT>KDjpW+gkLk;=PePtIgq$ zq|8jU7UPTe5J&*5l{ag_>RY^Ya!ogZinPm_-4ZYYGnNV zMbbecFG$u3UCTWP+8ZPXo%KbV6a26OnV^Vr=gL1r?T(CZ97p*G?Pk($#Zr^gb+Pl*$k6lOeM zqptdl^PP;tv-dt}4?#F52T6-^7u#ck=1kl~PE%fA$gk+w(NF6+SWb=l`V&YN*5|85<4CC0aP0qu8T2eTH2 z`{(i-U#x!X@^Jqw_xG%D{}t}p{=|+M4(s zG1Qw`6KgnA3cm=L=8QW`9vxxlfF2%9wh16Jh7eGn-~P~|HqNE9@>zo$SPy~?UFaU{ zPmdp9KjggGDL)sLL%;UWgOsVjXU1Od$U;BlK1S8i`xlUTDbx8C%1Aak%sctxi$`wc zSv%_@(N5=m{IC5*zWn;W8hokFFRA0e>g1|md`5>u+l)0K6D9G+FPePs!|@CJ&(|f! zCEoIJ`jU){Om1}KVfK5CNo6#q&+vXbXG(WWcLRgU>-~|$n3hvU@ck3-v}ef{{Ry6F zOo?_nm+-&l!x>X%t3NTOuTy7tVy=vAozUAB1N+cE-iHm+7kh(z ztQDNEH1Bt_j-j{V_CD%Z)M-!H`yL~Q^ZVKR+&#K$oZV6a&E#8F|8&~W9G!`PzOrQwG}(TS-y+2t@@wtM|L7-!vpla-{Y+=<2xUCfcL~}$mGg_ ztK4S=oI7U_PpdlZj44RH{Z9pZk5N84w!NsC`O4>67c{0lFS)+(ZqcUOPA2VaKQl0| zm^my>@(nyp-DYSd(4B%CmFVe8R%`z4+CvFX-&&U_~{2j5K%pAqlj zTwA_E{EEErYI6a25Y7x;^DItYX8hlJdnh**cwE{3$G>C!BInOEbC%ND#eOt^ystg6 zkU7(M6q_Kse>eW3N5Sg=a);LK<;<7*gudH2hu3_8Ggb<1Tj;UUY0t;p`BJdsQ7>@T zTXT@}j^O@oUiggQ9mG<@e8rC?a=v4y8=mw1m&4@UwZL$v$$4lM z>FmzBTn?SINssaxGPiuXUS|*H4BGiBaBH59vOeJD%bz7Kp$nag@y8|?syiOxP;*== z`6&N?X4KiuHdYF+3if8{xZcwThi?m z?PsluW|X5^w(5TDbuSU8dB!^~v}b!$-tEv*^a?9|fHf3n9A8SpO=bc&k26owWtR4@ zJrXz@II#-;8s8RfdmX=3?g=B8WZm-Dq?^Nsl{+n4Ik&LJl&f0)UD>Tal6=k_3ZC!K z){gPa9q%?=!dW!a+S75dm5Cg?JXAS#MOlfRo@QA^f$>(+L+Y11H=Cg~=%q+7$mgfS zV=d3S$jV$2n7U&AMOJ!WZC&Sjp06yt{x4Ix2eX@T+)Mdp${*xi;JNT$7N$3C)!9AB zd$mR0!qN+@W%4QXkhf4{D0ugpBl1Vwd3Ip_ zt=y|~415Y#7jWK_?SV1Q#qap=o5XJ44lGf8nf+6Am-GZfZ}*-GEYv<)OWqC9WE1^$ z9JkWL^cm%>M^3rSO52GCh@5z3p^s;g6M=<-{W;1=mufQ}Bj0pjcUUyHG0r~mD7Z%V zR8v|#bwzc?x3~J4549uQ-;Pc|G~l-KkX2Aq%r5H8dH>c z_F*Y|re!TIDy*6m}{W=)UT-so1Xk3wX^{Bh(b zfnVGWOwF9B#Y38nE`m6v1IR<1LHNII0)9zf;4arUy%Wmr84Lf7*)`R`;UiCc^M>Fy z|JjNokyK(sHjK%K~u> z=onvFB%{5^XHQ6rWLQPT_}Gf~`7HdQfvKL~()-ydR_qe+72lQEuQ_ie@7G!%o8cw$ z^F^+~R-rp!oSd-tJdYhQ-}_?V%e~8P`~2rWKe!%Nd(c0*G~?vb=!Pz2ch_AA4?`a> z{(j)$R&X*IK65v6St+<7hNs#FAH(MUK&Y`48edsCXW?Xcl>1KbHz#<%c&6|x-gFuJ zPX~P4#eWc(H3#B-K7K#U97Xu7rH-)!!Pk12M?D*&r_4ioFPf69q`m4te>Lzh`7Vm2 z6J7gMu<;dW=sD&!YU(HMe;TC6tOPw~wX()zzoD+=&CUFF_Ylz;apa+~41Lh%NxMSP6CDfC;j{>Oz@z=sSUTRp_bkQGB(gOby< zp69ThUx9a#&v;pf$A9R6$5~5nIX1DmP2fdmc9lo3x~w?en)RU_H{SCMv@t+FhWnYz z2)Xv-=qqcF1{S`yAl&~U=2kpYeK~O*S*?G|+0yVr-pf|t@WLtZLfx%BRPL9YbHxis zi{Z5RbA7rB8DkJX=i~6_T6C9P;AJPUaONqhpiLjoIk!9>xDag>s9(co}!WMWKu1?2V$wQa5L`J^qmTi+=^a%X*$k z**JA{SCEG~KJvL&K=WFw^6MRKt$zLA9R0)FEA2raHSz5zd$(eEKJ`(_SvmKIkXOoP zyu5V{a>*vzteu98xS%O7#C&{_oa%Mt7j2|YgtC%-LX^FpvP}h!Op^}`;3I1n>o5qP z@D;qgl{q{dveWKgiL7N~s~C97iDT@@D7&9Lo~Dg5WEja{wa96`oariTD?_#w^kX$U zz#YDFa|LVM>U)Bi;auH!Bp$E^Jn4Dqy8};X{F;NeS1N`vSs(7&?H#(7Ec_;8*M2NL zaxZv1OQ_34+K^A&tOtDHEQnS4_C>`!s*Y0X*WfWR+7`)nz&h{itd zoxI?O=$)epd02jyQO3QB_reYGYu2;Kt$t)hBlRL0mVh%<2iNAxUS5P*7!8J$5QznkQFks#LmmFfc_Wy%jL!O@U<`m#spLfT0 z+TNc9ti)jKpKRCYOch5ic-=cb^fq$1&R56Czos*|p!9W!KcP_6F;EN2xo`srx2tN$1h+@QwH;hff6H6G!RC=u7EyDSkTf>Bu_BBu3Vu zoZ%0bI{ZQU$b5Ld$IecR!XN744{zdw3XPj{LMH9M#yFt!< z`;7BJY_*PzN8EFg&q}k-aLi!~=exq!t|6CQ_{YU|YOkAr*X0M4dmi7-whnA>UC_?l zB-%OjqR!HfW%z-m1e(zqex=qhKGV-~m$7JFdIG+UK3BS~A$@_fcWQkqZeF$)=o}Rl zF~-z;i{Dd{`g$zU*L2?9nCJ_?Ak&w7pIATgm-Zm*+eSB%xKGTvo39yoloQB_H}oV?vuCk~?oE!_Y z(7l-duh#$EW7|dhdVdxFv&Nv4%+>|`jzVY5Sv9C$~(S2>m$FZ<&bg2F07thuF*CoCKmfd?Rc;<=mLD2tQ4?DTS9XfIMKWEK} zuW0X+JdSVW-pEew0SA_f)NubwbUd{?kz4Mwrvm-$F%skK@OeEU6qbMJQYm_i8{w{xfXJJ>QtgR#YPE{qob zDE|u>U-SAy@M?3%sC3MN3w^~F<)H>|dzS#0;wyg7IDE<<2j0Z1C5t5QD=vROjSkk` zL)^JQ2Y1d~yvzAHc`lZlxd^X6-(37TQ9hr!IB=eEjy4y_2ku-HX)eT9#ZyPl3Fkh> zo*Vk&`^?EQ=HrgUoLu@obMmVMtm4t%JP)j+%}F?EPFy(MxpCpUZj`wpC+azKa~j^7 z?0YeKK7+xyZFHpEL&Ufm%-scW-qLV7D*jo}Lw) z2TqN1Y&$0xE6&%~dg|j=(LkA1G#}omI$g9adB#0st4t;Gfn>vO)~x>5z1ST*6W>~! zf)6tHwnWYj>^=FZMJ+ApD1zi<&VpA2xi_L0zUJrdh*~?l_svZWTc-fecs`G^7gc>Z z+;=`*3Nea}t4p;kd>1*8Y1U&d5oBMn6flvMG`}f57=pGW~ z5I#*TM;E;J-+^nRWOQ^7J?!lfc+JpR+jEFD6I-)Q*w zbIiRyaqnE>nDIwvk8sbDqn$_N+~G4Be34%Z`K+$@)Sm!0xnKly|{rTZgisH^24ghnnEK{9pb}c&yIf^6zRT=08lEYU3bn2qwY1 z86K)L%-769G}%#G0kf6kI!k;yGr(tpQ&Hu19*SGWCwo%eRHQFYs}>S8*NTr zJfySylbru-e6>B~wDGoJRP8_OwPF`OjV$Y!(B9a_Ixt-9~x zhqNC|YP*?o5!$AY`Gt%{G9R{6^aWXm25QGKCsxfst*@mEnBfoo@U_l?)t;jManY^g zIFrW5IrcrDvB~F`nh! zPuoTp_9ka0e7gI!H)v0H=b$Syy0ujMbG_rYc65`+*yvvp5pAOv3F&DW2@*U(3a4xrYN@zKCt{Rx!31w zFN%X}jrl0NQ@$~$sIT$PL7s~5Dk+NaUhBe!)(!r4IQZ)Ze_G?h-}ci3^PZU&Zt$W zC<8wXu|{IIJVh+g^l<<1yTBd)FPo07d;lN3Pw5ve=o8M7X(V6jtSVWIzUL;(G7Et( ziodFl{oKfv2|3g)w+bKm(uD0G%(tnF+&GhZ3AwRI@e8gDFuJUg6Ix83YsDQGjv_x^ zLLVRJVt0|Kt_x9lr3y;JX+r&Y3o?PKEyyD~v zZ_5C@ZeY4yboK@4{eQqGs-eUGD?WjI(gp1IvaUJL_A|!VuNmvf6(#5$6ZeD+#?iPo zGY`Dj+xin|D4)4l3mrza-`I|iY6<@S&Cq)Gj!R?Pd7h8_vV;9@8hARr-?_`u2QK(u zwu$A>(BENjbcFLGx}vto;oW zB0R6%P~Th&O&s9a&uCNam8(7NM}m*f`Eu5~W%4N#l`le)kLZ}h7}I#yKwD}jf}d%r zjUOaq)c)(9-LTXA#Vk?Pc(l2ffpv$w8Mu=P2X3? z0>7OI&x&sKGd4Z5?5pvsNc<)aPv=|noH#?Hk1~E&gLa&d>~rGFpNF(|V^OYlKcE`waXNo`2p%VcjmpKeJ!O8TWC zKQH91MBKIZ_RY6SK0>a8K12`KK@Y-z8u*VuOHGTczNQSjzmWG$Pg#AbcIKg`9M0I4 zYZexA-j3v03tO-)G<-fK7J*jMZ2zHD%0?6OQg;GvyiU7+*yW2IBoA#5a!(~W)ygVwTNqrWoG2I04z99_M3+6}Yjxgz zKJjjmGD>%!Eo@c->r9;%Y z&d0j<>ppaBU8|T^@%qWYU|n0+dFYfQ@1I0wI0gSw9nZDUId%5@f;a}A@AoLSAS?7x z;+%*+eO5hV{3`j>I}&jroSQPVMvifobzeFc;F+jF$5b>9puDx-68Hh$+l{MK5Ok5s5-aob9KqzT%hStSxZlCP$RolU76yNIzynpj` z;r@%j?RNTm37GYNGyGTj^X>4`-QbuUf@bWI_lErbTkZz z>aV08{3N~dy`k6&^>dUmN9bGSjgBZuMwmw)`((ZD9{6lDBO>2P$?XqjvIn}j#wWnw zy|Cn>n1RKf5{q17wd})>?+FBvLSVugQc&Ey&(mEYW3=O=y zmiQTR(X40xX{&{Y6ITPxqjvz7zh^#8TP}|UUeUObrO91&r`aE}2lt0xFqXI%xg*iG zYDBBJ;=w_9a3S~*Ei^B!Tv&`hrO&>Ia)k?5!>23Yzv;lOG8K%?Jr8mQZX=E~S99XC zm$v!P(^fmRE{m2{oSf|6gs<@xU zhYyMWbKxTBuSzt8E@-Y~4B7bnzpGjova?f#bJ1)S>stNm|9rmBCxb}-NY)*S-va~Y zxw_6xrat_HG3j~pKYq*X{Zaake)(IR^L=H38P46XJ>_-FgEKnvBIp?c&72$IIg(j) zX7?T0YU*vLUhu_j=65B(BQH6>H5a~wTv5SqSH>uT7Zq3+WtcUv%FXK+cu8eV-?Fg) zQxE8s)q~C~V zenq~4HGjzb$E}sj$H(D^1IX5|qyIB-mpJlKKJjmZc0*#>U0!9%)Ta#QD3A{9M*J|F zIaBts2ZHOlJ=mOm_*6z{f9Ou>w81;2tGQD;LY!lV>|Qo^?c&3@fcv4*l_8f7*MVbW zZWZjJjei*!cv$zZlb{D4p40jV>$eVILDbiX~<-`vqZj>M5*T+4Y}{mNDxHMq+9AK;1{ z!Qg5hxY~}s@B55ja_*W$+mcCl8a<$6lmFV!%$n}((3xI5esD}#i7}nK53+2A>s5^( zqH|u9UiCC~;+N>}Q`|k|$~4SP#%}sP$(-y!*M1UNT=R1~K2f3%?dvH=$dFr*wWAJm{W#!z=h5rQP5KPFu3aNe8QP zf5W>lZK&LOeygvyCR%%5;3GZv6!6a+;?GTW6YNU`JMBq^73~c$FWztMH6>IL$V>{0E_hF^}N?wEBFog!}bv5&aalS zzQ$7R!6hj%Y&`@lI*ECEkljkL^XMGlgO@onc6Mtj@TStf%8ui= z-m6colOIsWrC+CfX6t*v#+W(d;*&OtudJ(cb@j}`aV|cbL+1@={cBAkXYSQ|BWEW0 zxI{!3JUKHGTQizm;}~=Z_tHjxj=?mC#}X_A8ZZcgEey zorRBYQA78*%_Q51v*Vahjubxfg86WrAU3zv2&-l2{ zYV>SA&-l2{Zr8J`c*e(lcAK7E%`-mkvs?9S5zqLz&;Cx&uHzXW_u0*Q#<@vnC->P3 zo+Y0pEdG+uF9u(%{Xu+rsL#i(zgTUK& z_t}*^I~She`=V&NVWQm_{B!sr@ekRqPHl>AeUWughmG)J+K^9iZNf%q)(&gd)#DD2 z+kqa)gWF9z*v=o;cg0cs-uPV)@2YqTyMg$JHjHHIzi;fm!Y{cqAn#Z4vs zz54!iNq>*NKU>oOI^PCANqJ^&b$A3hKCG-I_^2Y&?Mb!5>r>h5f_zKv*S?6qSFC^! zeBv@DbU^Xr?oa;D!Cur4?em8|+v>~^-*dp%=|zw)IYPda+l-pvvjp%`&#N{-$tk6R}Ld${e_p6j03#KUVC!j;df^0o{wv=i7v)A z>Yk~7ZO-^wx2a+5@T25|Nd5b8|1brIC^KR|?ysJC^JMoGM1sB9pyPUIQslBp~ zJ12WB=InZ8jc0+SApvJYl3u*D{xH)*5y1;4E8l*YJ1a z67QbSJKFIk{l@9uY-4W)jD+Bldi3c^&0uCbFX_8`2Go83ZBOj@VIt?zXHcFUFK+T zbaD51>d=~4mYgGH#F`lXZupuQ{%-i182)bfni%$uaemM>vFrn^iD6|%u8AKbe~pxT zZo{wC?3<1*mAKa>ZLEi?3g%+-(s2I@&MkG&+LuK~$WylRTP*U#(x6GLCB6GD?{-61 znychJx{tGznfDdRa+ckCgf%99on`54mf5?CzEoGbkxWZxyUf-j%>7z?o^?jp!rq76 z)h3&V@TD9xI@4948`1l*yjSi63x1v4|46x6<4oLF)_Nnf7dJV>UnFOEPVZB|@Ka>a zDEpBQ8DDK>0T1Ux14DX-GhTOJ*n3~jHubG@(Z#$|+r+n=_+rM5XLi!oPULCr8Fik_ z#((;$k^3E;aFVQ^r1N;tS1_dW5T30GV~~BU6J5kiXiSRu6(JqaTp(0_TH@CdfL%*;Y;w2#!p6@AKA)9 z6Ls`^6L8;2zv{2Uz&U>pnXza);Yf)A>b6aFF6Lb7Yt(rk-3h+nS=GXCVTt6@)ZSIt z0CW~Vh#bBPKXg|gaMi(qhZXCz0DL23F5l0XCR1(=v{u3YA?EaL`T$>#O|h*Qymf96 z888i+ddA~><|gKzIJ*-StnZgNvud1i#_5|@zuY(Dg}f;DYM}q>-v?jVk6)eerFf+` z&_hloC)bnYUg+U>G#y??u152o`Wln}^2NqZmYVKwEaU&mS&REi`Q3^SC+CIUcE-1I zjMcxCG3u^%!4=1!(1pDK*ae$-I(U>$HCOFRKmRO!YR?e=3Bt>?-o%Gi!P_nPuK1Ds z21dSTEr#??01EKxrgW4HqM>ZiV2aAk$Gm1JLj&&Lhf1&b%%?>c3y_oNhqnk109aN z!{yx;e}nRsJ;gdS}% z{#@f6pKIyc;J3?9a%N4{8QnX%_xPpcAq`mOjxxcaI2s@G9RI=CmYLX|?!^~cz9lQU z6Z>n>)I#dp-0wJZeWY&!zb8Qhkpq`E_Dq|!E!0nZG;=Mx<9=+#W$;MsvHkne&5g%j z=Q;A#XlyFm!F_(Ae(vTwczod%lz+*dP}X!{es3ds{`hK7EP_v|${pu-uXjS|vVMGM zDvuj`Z7IGskD$Ml?e7)z441Q(SebtTtd99u~*wU)zO263#)+xKa@`OE&mU4 zF*F{(WRh%}v6cN+(I;q2eGcsMwv?((?m;W$dm(xYPi^?fv17_pfKJE@4G^bb@`Pu@ zpIMvGZC0fxT%_^ja5rHG>$K@Wu$P>1<>cC}8Thx9mJn?%;d66(gVWx0a`fSEr}nVL zn)bRfkj0*w-x#7jb3Yn*?Y$&*+wI%|7_~3XP+OZAXPjqM%*i6gBY#srIFE2wV3d0T zkAKBe6ybiro=u)21e&as=%!Sb{243!zm2bJv58s72jedEWUnA&d$`NQv;*!0%YJyQ za?RCElx&&PDt#7I?d189F79xjqu-x5K`LXlP!9Ifiw~D*wlM9)V|%8t7x8{6|2F`4 z5AF7b(zZpQ4f!r;&NWvfd21JOw8CS2@uH$;*5&cy5xORHb)0eV9rnbQKJos#rqTRK z=27R$U|r`8d`tf(-U_dfZ1cPiK7!4tZR8!sIs@qJw06<7M(rDt@fX0;b`sC<_G)-7 zpGTP26B{>n9$!6+93olfPT)%DSTt2kK8V`_9@p7M?N@l%Bha${{m<8!PgAt+r`!4b8rBw*yDLFsaqy1LnDw30i=R+i5%`;iol@hS3{N@(9-f5exQ8;- z%kSgfsj)bEZk3mR4g7r&pOSs2691Tt%cmui*=dKo*wO}hVr%{KSEo;n9i=_ddp>*V z1Esnk$rXK{jeWT>gTFN-;&3iJ6;qYKm2~!1GJ-a zhL18=B+AcEYU4RXf-Ohh6{QJ@6$-U5{*EaH;_?!HhUd*xP&f&b7k?1dvZ}*J& zc%r|50iJ~X_t;0^mwCutlK&$2-qSZ3zJEHGoWIj1Z!3R|d|~f-l>=-=G4{|>=KRL9 z;}+=7)MhIzjWoI&0;kR(yL4XV<~^ z^nnA6DX*Llssl}#drR|KFWOthGc9sJmSe9+A68TM%%XdKh%B&v(Y!|a2Z*L~_z*wI zd`}^kFtc?d=kZgQgx7J-32m5QZP`C9zq)|EyN~(6IXL|-0{!+FK$F`sB zo5wjN<4){#+sVuNIb@gGwYhhc!29+y&-#Vl24M)upwj-b64z?Kt^e|RaD^#x9xrk9~k-;9O54@ zgNI@KG0DFPT~nwB-sZNgJ7%;eu}+HAkIu=G<&?LF+#n(6%uL>(jK2AIW?7Tb%T^UI ze_g<@bJ~OCYUE5HU+p%(on2MJn$g__m7eU>;`DG0_n0ofnNJc|E_k0*B~$j-46$6XOV0$T!}X8W=O)$W!0qz2;Z&)}~%?M?PnO4(K92 z;lm4F#Md>|YF>`Mi`bmHC@%JUHUFt>O1(XjnY<6nNS} zKCxSo7lf}&c#k=^^$(P15psd-T0NdKgmiS;(>|y_(n;*!R(PECrziIh>9dUe!Ck{X z?EU1?VtmoD)*aYeLW&oBnf05mIbj?Yc+oiW`Tjd_mka+m#s2GKJ^LBU9&7UaCg`hz zar&SYjn4;diT1cNetARc(-?~RjFg*`U5$GD4HoCMH>IsHIzU9Nce-UGW zR`+jo?m^lAlyeWtevfVPD(&}pYTAM4Ly7i&mKdXSTz<12{ME{x0UynZ(5B>*Qoc3b zV4^P{-+uCuM80nq$`^i%wb1Zl#nxb>F4|+STTnXAn%v~^Rf#Ud8}28s4f&l6UkDV0 zjqW=FE%{b)M=^D>?C^ZUgO)69>me^y$j(WvvKB5-pX9jUEDgUWpGlR*ZjYT^Nx$Ua zU~jo#w(uU}JXtkSuvE;Cpt~hE=xpUO*?dGwz9vQIA-aIWkU~4@R+&X%l}&cIlw;+xQN4C@9?0^(7UYH_;lqD zV&46qzUKh=H+P93TYiQ-(^_v9`_a%E&kRkcKk=3@JiuLhuFi7wJQdEJ-Pna#M^2va ze&UNHzaC|O>-MIEBuiX0F!1nkzE2f1PcyL*?GNDN_{YgpHq+|w;Jw~; zZ@#WDUS@Ic!vXU{Pk9b@NOy)j=eFy% zr#+y7{oT+$d%NgF^kVeW&`R?DJ`?yVksY)DPIwI4*?ZWTq3M!Db z%=09fQ@U#p^+xO0-SeeuNbXyG7SeyvMt7HxsgL|+U|t68G$a3R2L|nN_0U^_6G=!0}aNn`mPE`#jcc;h=A|RpjD9Yew(KgP(=K zaz8jLGkB`zE_SV{@!N`Dvx?@}zWHkVLTC>=hVG)6tN*i}*ZCqlbQ}F2hYt0OxQ`-3 zmz!)um&X=MzRe7E^S?`tvP?<#?5B&?V5t^plbuw=#3kaV2z0`x)|5j%Bh6rEVW>#vgRv&No0Uvs2(M$*Mh z@KFi>2-;I;N5Dr1a*f}}Fzo-x7x)P}^q810S9fG+;ebOU2kx;lMB6T%ibh@f6h9Dc zj-;Kn|KZHn`@)1QDwu@hJD6Yg^xX4}L-U%SZOQMPJ-?&*e0S!?kw3fHv&jjH+?=9Z ze()P#>kR5;o^|i7b7OSKv&CF~it{RaL%L#CJ4Ba*aX4$%<=g2QqDA%lesMRhe~;rQ z}sCZy}%k2_JJM8LuZHf3@&kSRc(>fsa6?$6BvFWw4!5^QJrP5@*nQ61$an zs&Y6hPx^dpsc)gv{sw-Z>)|C^`Mg8>+B+khzu^C!KE@Fl>-@in|Fy40$nDEHu4bBd z>sIvJ=8PenTql^BTl6gD@CL19n|fo;ocph^aMM>zhqa#k)3GglGOf%;mA~MK0 zH|=-&65|dd$96F~%4qd}aOTG_vomVi9Rp6YxhbyZF za*Hdb+`<3lHvjkO|G&w;qn`gmlueuL#8nl4^nyFI#|fW7#bTWe)bxPkr7D9>RdZJy zOuM6mXYsT9*-z|h-62t>_ZQbKe}g>J!7TO@4u8J zvIha9WHo(1N?z;XxJ|m>WbmE{$JWbUfNX4sr2E;$*o5D}i^%m)H051Fd*jDiTf)kl zk$C{0W{WS!WLK za##~}_%+-`8+U>e&8Lq%EfMw#i+tBwCqBwF6X(Au#agERbjI0Fc@MVzdU)h9WTvC= zv~RO#$@i%gytc5Ggj>bS%(u;czcBC`IHRr)ID}4!z#E6Dc!fp6o z7#)s}-vMwezD&JXvftAi_?YVbQfQ;jy7~pb|Czktj?}5*QN9#pGja%mJL>w+sf!(| zQ+Cj%F-|_kKe8sG#QHMcSn9gUeP#7&t)FC$)NaK8o2{&mWoeI2+{PY#WJ3LfM%9z= zSA?ABY1^$r^%;bY%J@X!(@wt=&gqvt|JBhPtNZ~wt&H4c)#OSJ^@@Jk`_*?T-&fGT zeox~26?;i0Z;3nt|i zcqYC5)4uGbWkzobtmWyAc|M-!*jZ)L2en-CQeH>F3wc){v+kYtLf!y!*FoBkk9XRd zNn4Q_FXd(1*&*@W?*Ye*34IHm1|Q$I#-+VtjjwK|dlVEbCV;HD!1Ls|j`?vyk> zw|}C};=~;N(f{<;b|{AI{Ca&9wW- zec>ZNqFmL6iQC@PyLx}Ce1A0VO3U9^jL$Z9&BIHvXB4tVCbD0OW^|Y6rPwXv)YVu+ zjH~o=+CYv=gC64cm^A2_@!r1gPt1?zt<;`SRz0I}t8d+9`v&ZB)zg{7+L90TYHyTH z^mTARyPeI{#rAnb^-KBqX=CQP$UfsoK)qne%*IrEQe!IZ+(2Klfe6Mo;I$pp%dF3A z{2uuJHJ{I&9AK*tw>1L8ac^3Pu~mB*H#BD84y-HOr}xknF#4(&Ge-Pfi9NFBiq0y{ z7%KNwvA*;i-vQ${J#rnwKReHTro7|lw_o+ZBL+5Ird(zr{FKSjE?a@O_3f9vEnTbe zxk6TXiu`N3b9n*y@ugcC`u zK71m`-5p)Khz;{tZ4Xes^32*Jh3H;ue-r*og=l0ZK8RNP{8DUSp2ug!UV+~!e|s_a z!5l#DjZjYgnzh99BO~%(N9jj8@W^{Z`L847wtks*qz96YMtUGi-xCr(iuf>e^S|k{ zU^eGC*=nY?{^})o=SFMZ9NL7}XPNi*?3iQ$^SgUi?3DZaz^uV~Pf#yhXYT!6{ueK> zoC!Y!-%gL??_$}veJAzo+9N&4T+->REDZmp$7>ah_jGj%_dfEV_jtcbUVC4o#&|uS zDDh)U3$2WD+n4qoaCSla|GF5RRL1S^RUGMOpX%T3FZ?uk_IuV{93*}wus(netRb%n z-g1gHt$s@R%%q)O&dE)k7u2lAPb5C)V%ZxzHLS<-AJOKs__{Q~m+O#OqO5Cpz_I{7K^viw+UzakE+Xc;{|4;x z)O(Y)sj(H`65OXfI{lfoBAv50|b)Z%Y$& zC3svq6fH#(bSSzhT_4SKo)zvZRDIfV>FbRIeTjZL{t=lLnPBaGV^(au@4h4Ap5HZQDuQN!J=*Y~_c?ortiO zx+(YbA961a;}Cy{rhhw6>rm@bYw^4|fp`9Yijxf=3@6Rt?1NzNEw^`E+OsB~|t#X<84^D$dJjBF^Hbf&)+7x}vV;nx}xH$GR?hC+iDR|>~ z+Yf#|gy%W^19NL>y9;~!%M*siG&G*f^N#0P=CPRZ4LmufEzWw=?_T=XxK_`)f2;YQ z-@@~)iT^(|>)|~1teV#{8j$PB1;gjN*y=ui^B4DVr}ey7Y+v;O=)C7-POJl*6yI{i zzBujAVmy)+-}FvYK8@v{!&hKGc(i0oQ60t}r%vFO%lE~tiD~R3={?lD{^r~Eb@P1Y z&0pB}I(}UP)|l$(hVO6lmt5Hx{n*&4A!I=OHq(wz#pm_r%lG{W-Ld4u_>3#ydpUsUL{0k^cti zdMERdOxLW<^f>hT(zK*@;isP<9y)5)%LGGT_Yba@oWb={SU|h%*=D^29C^U37oM4R z;j!p2va~ki(Bc_yc3Ej{^R~(0KbLXe?eL4|JD~f4t>PCC|F`(XN5FZ4Uzqr@k^JH_ z%+YB4!rg1W2hECKRKPE88p$uf!RY*AX#Cj6hQ=>`K^=GeIp9@$Oe1|rUUB=>nu_ua zx!drtx8WBmHz&a_j!LH@enDH5GyI}(1g)Kgf21VQ+BR%yZ{N10a77ZYcqy4z431?a zuNWH3bB0&sB=L$IhgVS7;T8PP?;&21Q~jY?-!#19SMUmrPrTxn!+1qbb+`O#SuZbv zj{v;lZPvVebdq_+mxu9+oc|WD==jnP;T1C*J1!d!uecIkG3gv$@pgh&+>qcE%4@bC zpW@MYMK7>c!Yg#%)jm-LztGuJZHQlxQ`qo}eB>UNU(~}dG>1$+h-{PBm*U0J4-8cj6-$&U; z^sFA)LG+70bW8VYU#tte$VcD7CJVm{1kty#PZpxndxL$olCzn7ve%Hi<=K=W9;E&4 zlkgyC4Ne@f$BiH2L5%r)d$!BlqB;KJEcVjiHWnKX5EljD*hHzIH1e zKdU0ah5vZ}arFG;>Tlaat`eOMr9*h|p{Bf4Pik5my*vBa;o_1|uk;Otv!Yw)+Ea}W z^E|%s$1DFMI3s87(i>o_{*ve z5D(6soQ*u!`A_=l*R7^Jo&O@_o@0G1+mEc>&A#01$vmX?$enhgka-Lqh;GfaGYw9< zPZJ;F#dePlSF*-Q;$h>P!baySJx3#XPNg44XA;{9?|VOgv(bDDiua&bcxEeUB`oW? zXPo0 zc)9NSl1^iP3%G@k>P{ocxtoC<8|U6{C)$(Vq=`7#jo@bs&!ivEMBbZ89~!UDzOLPb z{bNfeA2-%)v^X>AmX$xR$z#>X9?qQ?vO|!cIfZeJ36U48ydFOa#hU#H9whw}IIq!j z=bomV))t=2p1p^)FFzysG0T@nJ)1F3#{Qn$dW`!ZWt(pFWL8Hu z1Ty{W0~w(S&<10+?ECYi9~0a|b|}Zk+ss2!d@Z`R=SxrA&?Z|$0sToPw5*MtOHNE` z`x1U|73jC5Z~Gp`?jy>EH;cYzwy&M3heCD$Qy9n#B?FnMTDHl6Q z`S+t;a&hjtg-@~1Iw9R=kbEw}{X49I$(1?VPEGg4PW{Phksfw|VpF|&|DSR~G&Fk%%VwE59SK8vD}U?dBT6CHQ!tO6843fwNGu?dW0Bu zl~-QEUgr2XHqIvgM_w!cs%P>c**-WQ9d01@Dq0y@xP({>bfSAFdvgw{&nR}lUUbrr zf%DR{B}XzhNvWCIsw)H`9a1uC98GL2-w$QJG%PbQ! zFuWfpr=E-V=fJgWOD^t%)ctGaVPX%SX6^089=zX^)r%}&9;sElfAZXtZ!j^pKctWS z@E9*=1!qjz#4}_Y{M_!zKJUB|W6--LWAj$g*)#B=cd!pOd2)Mq(%)(N9-wdJ1N6es zAu+zg`^Q&?{@dRhm^*>-8JJC-Jab3Nx$rvWyC|=I{NBt%y`KuV#65Y3(1G?IqMw!C zT;ub7H|qg9jNLokiv9E-tv;;>_N{)=u3$ypDnA4NEdpje)Bd!9!Hlymrkvv0uf_ipD?!n)UXu{tw={`_3=e!>~DEv&0X~i%kX_U2(m20^6&xn-;?h0`*ReXQ34? zsszS2D0eyKx$ojg&~If_R^Gm_6}=gG=0b%Rh8IREFI$LBX`Vk(ekNsAM`a7CQ$^Vz zb&#p5>Vex&9hDdF2bS0lU~>1tipOMcwJG)^l?>Cg|+K+ENav=N8Va==VZ5Mqsafe4Ua7Apz-HkW- zX_r7g5fAxE?eIfY9{(YH2oA@0CGItWrjv6!Der*m5BPrj%Sz#%J^c(Yo%E)Jt~GRS z)v#~3Dkc~oLH2j-M&7X@-9!E+Fgg2pcI&^8b20h8#k(0t6dKN*fR15J82?Umnc&^c z$0fO|gt%1QBdNVz{=_B62Oj4Bm(V)uincd_17B_JX1~dO;N;|LAjj5rbXxD1murc} zL0sTljAJc(V*|D*`Br=-;g|UWbgR5vQJ!xhM~UP|`KY{*rhKfEkvWuy)qxASfE-=9 zp*&z~C+~i;eBzG9i9c1|mMO?5Q(HG9FUa5QM)cN2p1+wtpYQ#ioa$$h!>?gYC%2)z zUnA>pO4Pp-`+O0wHQzTJ2Y+q+{>1oCGX6D;-_1+*amFuM=SX7w$RES|8B>edP4}0GNS5?vOJ!=EHLDcOX zuWav#qIk*33vNIS6cG`X%7P7S1?A=j6nw4FZm4CLW@Z=Bte4D+N(+0tU|L~WAzD(I zqGDlMQCVT7e*b69Gkb4#TAlAb=XcKc`_Aa%zyI^hJTvpmWvw+cYc2R)>78UTm`A`f z7jft_JMr$RX74O3!nb_OPASLNSKx-xER~9)&ME&zh-|wPvMvaSi;~f~Zw}kpl z9qyIXc%8C{`|ISu@d)ogXw&fTf86Sxo?@@r#O^GCay;)9)&eLv94Pqho$!!wMIHdfjJO72Sew%4&Y^M zM-zT`fQkr&$UT#kH@ALSQ&QQ~NQ49|VOjPqZd%Fi8$OXaj6ZOTXQm-YFk zMx#}>Gpchl=B<9gw{TQ?vK^}Tjmz)5oQ9n4N59e0vRkG>?`-T8xBzL;Ju21pmG0|Q zdwuSo@*GC(-554#?d^Eq)dExTCcRyH55;?f#rH$O2?J0U*YoeTrp=qMw|JKsdl_#+ z86#WcySf;&-p4r?^K5u8eaN-bF-D!mdOEIi7S*-fylDo)rFnP9o!Cb2K@B>3hjEf_uu2O=mehgyBB^9IOu$c^ZC>OTz}x+bH-q;mCrZWqlEn* z9i!V>u4|1o^Qju%9dLo4!Nj^{>BC`5_hN1QP0e@V3LRUXJ!8Ia)4Q7XKFZkf9lVF) zEA0QN^6Z9u85UV_-BgABhpoD{3cM`5&wAjxgZA3cb!wS5XzEmyC)!&S(q5&g)}j#m z|GLm#$28h!fW40C)Skj7F6sj`;+YW|-@L_g?1e0iJM)AXRO~GdVt>QhfWowj+c76~ z3VL1bl&I0W*Y4Y-?`_2I#i-jzmwlr&{zakA)EMOcK0kbWFEFgYw>_>Uea;w!AFj_A zP`iH#b%FjCN7o71z_>mM=dwiTR^#8#XoIv*kmd<6R_zStFx1zBXgokXN>kl?*Ztmz z#}zRCxy%pHx$-dPu1L25&-UTEjK-U0@!aRWYRD|oPuaOtZJC*-R`rC+kk9%MGuBK{G^aFGcq@li#<6HDe$WNU|o9*ij zqT{!%n_ljZ>vd0z8GT9D<;yjZbY9tl@AuV2eJ{%l7TX%db?m5(%_dY(J3FtHQa%WXkH*&Xm+Eua%hFBP6F+4)8G?Z{T=f@SPW*m3F2TPO_>u4g z|E90={ktK4T&r7q6;8d`|AzUu_$T4OePTx=_T?PcjAv=S*|@Z>#^f#LB469vLI3@D zFZ}Q^IlYD&<~>e!qcwx753&x8Fp9aYF#prel+mkdSLUHxTZp+C*t>HZaGjRiYya&< zH4U&?Kv48cCg|CJA@9&&t?ktGi*08VV}3RSVOne2LD;U`7&c;UzK^|E`@+oMb-sMe z+KyxLd&PP|*X$Yovw(|mJlrj}S01qY)Oi1EQLdlEXZd$RoI{i6`2XxF=H~e<>GjaO z8~lF>%BpXhu?Yi;fEhyiD8pmwTHx_3CC`^TlWvU z{?oDH2sek+Ko8_~;X}WiFs|^L@2>kbD^z&;>F?|`P8|EOPu;q>ws=;e;np@YTWX!# zH+cEjOJRS1EmnV4&Rc9pSgS+nWeS zVb0K8@U1==cfIkfQTO%>fK#=Wfk|4MK(b)~^8YQ?W{+$Bc5kHf9^R3o(k+J0_qCpm zbfS>T|Jv}>PuazI$#gpxVXApI}_%8DH zE3G-*VWmECR=%188=iDwmSrt0af+(db!Ji~^1-Xc*}$~Wq3JLPQ^c)A{T)uzjoH_ZL3 zyi=YAar#M@FGDN@&RyFBFxQB&v8D>wgY-T0BG_2q9BNEE6H<(M0LriHc_A0`Hc6Kz zUhp^Kc`~$H>bGJKo~uH~2-qX9dFZ}~?txNq(ArNjP{Z@4bS;#0$@2nTFX0+Ozm9hu z=hL8DT!e04@j@B$VWjIA$1_|0pHN;X-;Vis{W)1VH>8IR^H@vQmAL;dsY4#=`kSAZ z#kvxnm&5$0e18DuACVWF;{w;=+XZ@DmuJlAJ&$`ZCXRuOzSQo%8p`Wu7yA(4QjlO(cKO#Xc2#9@FsbsK4lJUx43{*bC|}I8o%4={zgw9J6%IuX}qCx)*dJTX04|qUz@cac)qx}TeJwlR;|_}RJ~H$ z7wDtV{Q$ndvnl}XmF`#7^{o-lTqok&ZwRZ#(mIc}fxB_8KjSe3&)y23GR@Z~ z24fBS??N-K6RTh|pG?YMml4Mu`RI(_Du12uTjjeWehbcbJN#~~=ex?wkL~uy@krXu zhwbLWcJm%VHaqTRw4Z^ksD2tWZyyWtWyE-Z^6BHjYUEp8|M`0u^>d5+dKuksy@Wk+ zbPx8i@Eg5TSVrSIre+(iYjT(NXx{<#^sz9(KXSAM{*UYaG^UWhfPd`hBKU9A{rxc} zlD`rD38VAz46(pCffwdLSFiTFz}MqBWML?(xmWk=-k#R2)P1+>vnv;`@crn9f#Tvt zTobR}hI^5{hJ%Ghk$`t%T@0`!^}_s?{yiF+8xXJo-pPRHcj!4>nqO!Un2hvt4D%ny z^IdpH7TsHR4s67};n!fJI$Y@72Z1pY?{%^O*Lz7AhZAwV zSBEy8i0i%H@YnNz`(AG^F@n~s0?{^T9G(KCdJcdr(o2lQ`qgf_w|0cj$F~gNcMf5S zDSjtE-S&fny0_P#&4o-4+nd`&Z#;j2uxa44(I>n!ySGn=ABAZ&SYD59Ctla(RvA9s z%JGRKY!ves5O&54@j8t`bWb19+J9sk^iW=*=VGw8xTvSgdMF<0rLbx6)5F7$!b8`^ z;e*7*8&Mzn`EpMS`R*R{>ploi_q^2q=-jRAMEfa2dndbkUs&=0?$<9w>VAIgx7fwc z#D4iMen$4obNCgb9Y}q-(oaKqy@cJ2x|u-xdr)Vzhq@AVhW@sQu7ULMUJG8N`45z< zhIoM2f|oGItUuQn1wVS`QV;i2nyz;PuD4=mSYF3m-0K(=I?fnmx%h$sV<)}C!SM{K zJojT9ue=|}Ivi_ptie%&L!B2fHt220h-aQ?PhA7@b`$0nBXR#px)bm_0KbixUsC59 z0jJKlKFD7nUmKFYI=8k#pFQKzJ1|IVvue;X%ON8jn)j+_a4qSL@jG4fe$N~6=pLEI zGScURH7m@kY#;2RPo<;AJL5RZZmg@v`BVn1jv8bsjK+KuzJ` znqV1p_6d|FlIlS7ZbkeQIM#)*ci4BKD8)M&wurS)V15tRAvH?BT$hs9g*1;5fBAAr zkwL8ONb?!IzC!25V)$7N#`j6~InFVV?SdZty&=YacqaPxG_*C*p86m8>vJY9-!aB~ zV&T(KtK(?y!isjFmuq{mEEn=jd*`=M{)gk+FNp6SWL#tcCtZ|RRexzc(0&nqF#2#n z)xxF)upzG3-w)KZ)t27kU}Y)hhB+8nKN zywSJkOkd3975A^&)NYeGW`vJ9CMwhzgL{FmQO5YFc9oyeKC8%3zZh@)9;9jQq6~On z39h}8T1T$N^>atx##$50KstYer>}K0A&fh(DclXnxmHxhZc`kk?3Hkmj?h6%Mrf zjsd;#4%$UMXHMzAAJ6->T@|hQuA;pi^nB*sZT06}b}dBxV=Z{sM_6MkraU4~RQKEQ z8?v40KZgfjtSO_tzD0G>(GudX^o-BTS>o0*_t-#6kw|2iMv;?>^5up0I_YZu~ugaNZc{Y8ISZnvL9Dfeqp3Fp>$yzSfc3Lw!D;Vu}F!;6jJq7bb z@jyQuyL-J7Q_`yWebvpzTdT`)NnIRQvNnILP~8 z{+IUd?8RC{4%+sW%2bN_q%tM7E?#{Nm49q`RvM*+`q&A5#rT~DyOpEv==^-nqxJSi z{PxE05|tk0=P)Lgz@O^l9G(j{wKB&TIWE~x-{(l}7QdDuikE3WSpb>eur*2zeNZZ#52utV2g}AqVdjCtJLLHM0qq zHWw3`FC8z|$AA9D1eKe@q~vDSnZ4F^?Tw=k4rQ}aT+fWceu=Buv<~BWAl~b8HF+7{ z_fd?oi1aMOehLalzy1G2XBp%Ic07q^TCS!y3G;Tof0i!m@c5H3)E+3Eez-@vS~_Kz zzo0PR;~QmH3sZ{qfLHz`uedLbJMky+xx5!X!!y2DOQQ_?hbbQ){fVAZ)Wy4hA}@mc z%|DR~$Y1#rIrRb5<)|ctd-l)5!5)#g7B9oP$TL*`xE4y+C(?U_=-onr zco$F93A{%~y+0Ap@kYip#sbC?#;uGmGwx&jgt4CS2gY}X%k*AmEMt6>aSdYu zV=7}DV+dm}Mo-3lSllCbjPX39&rs>#k8uoR0%Hc_QpQz`8yL4SzR36*<6*{gj6QfE zj9eeaQH&PGIL2ET?TmLbKFV0m_!eUg<1xms8QWuFlUy&xA&g@fCo;}vOk*ryT*bJ7 zaXaIyj0YG$VLZwBEu)?|{@l%W-oUtnQOTp3k6|3Z*qL!IV+Ny&*Em2}G(~{MQO&s$ zg^ZN`jf|BuByY;s^!UYnC93cWOLxd{4a=pxDelVpRd|J_DF$6{Iio4OdA#!NQlF6{ zR5Hi>neM9G=>sUO!qy7ObM;`d{Ybu--syU8tXJeIl2UjlQL zej0OJck8aeE&dATEEab%$2FerN|-DC8=0%ReU!Ou%|evA@ojG5%iQEU+<3VguVAj~ zW1pM6in+?q0XKQI8$aw8zSfN&b>nr+aV@O7dN+B48$aj98<{KnoOhEqxygTblZzd) zy{Pz}%vE`fZrs<6o801ebmM+*yoVb%yYYT*Jiv_)VXo{I?8ZmAg%5G#EG zIermyJQuIKQs!pnRm}aFH!vT--1MAGPsI;r-j?MS=F0vPnd3f3cd>5albEag-N{^y zKPAkS{Y#m*VSVMyReq|OtMWH8@6X}=o|pN@UPRqlm@9c2^T90N$Xw~KU~Xo49rHfS zjpb5*0P_&$fy~pGV?UhkikYkNcq8+6EH7uS#!vV0veGSlEpw&6iMeWDrWa)XlzoDk zcjffl^}CO6?&Fht|8^e_+{Y*P_8-gXcjELD6O*mEwp3+4k(ij0YD>ug=2&x6tQi~( zJU1^DTzMoW=B1@m0QN{soM+9=bLER|DS6p;sy2 zM>u#+o_+Kvq;I$7=GoIzFwsLUF)=^Onvp&~%a*EhC8dIxvuv0al+K)L%dq9y#CXt9 z?3NifPKe(4JsuvtaolvX440i_vs;m0VnGN;?Po9=Wl#_f`i+D7WKd|J7zU*F3sqtq zbkHW8P~Z??z#t)R1KxsT8IA#nvt*2*)rS{c(gM(l{s>fZxk-+=3%%@w_~1 za)xan;*v{Rob1NQq60-zUSW&+x5IAQCqOuuO6TEyGBpX zlQyR;IMa7%cNIJ2GW%E4LVD8edHJwJYI<%?hBd{OY0JtpXIgVqIc;g?zsQQTyEB~A zR%U0GlAQ8C%~DcIc242dj7H_oPt7yiZF%|jEWMhNCPj**xcK-eJr|J6dUdpl=KRWv zsr{>VEi1&Ps7T7r%t|*?8_G?mR*~d1lI$t2l}h<@m)~@Avk*y{)-3CMTk2mK)jix5 zjY{b`?fM7HIj!F;oU*^0on1pCd}?8qH4|MUJu5vg9V5q5o83Gw+iq6vLdmUpwu1CL zm*(#p3VIxk=TDP!g!@~WqjLYjj(?%QS%1$Gf5+;|$rFm}dcTrp3y<)+xvbDYD2Fo)By5s_id&2^EQt$Aj7>Ts2Z+3nUswkt=8 zOh;F@r=%6SMAk!?BeFAdXoNOTPhNmChB+GJm`l1z)~xKT!p!XaTr=v=mYahv&8qeM z(jU5ZF*0*ScYnHuR&oyR0Cjy$9&{~5;oRdZPS@s255-gWPU@PAko>NM6p#Gf5nj4K zp{rBZbqZCwDlNqc)o&Hwm8(1xw#1>zsPqt$ziS*&-I2d?6i>w`Kb0?6J>>72AJ_OK zBS-llr}CxJRqszY6!icy$W|h%AvWGVl)#(gQ1aH^kqODZx&u1FEt!Y*w1H&mqR zHV`5r+dc{BuULC_iY+%+h~O8S&v%u$@wCsSyo^zd;qZ((HIkbSNemb&?`IMiIXj|` z_12!_aNkI*u9oO`P@-jxM3s)8pVX)HI8fz-J(6DHcq)M69Ik-Vk5uJje;S`VSHeUR|py($hOoc$>vl?gycs^^J^rdwxndFm*NuA{W$40;UGV{pQL+0 zI>^5_4)Vu3tOBw4J&9AYXv6QiqG4^#SFJ)|GG`=DI&5Xf}1&mf$ zEFE`r)PI7+68z2rs-6^teq%GB2cW_x+%A0G1nA=9Vz@( zd2?VX%CQZ)a-kZ{ge&$N(+S$vhFzm8uBYo#C`Ds{4$iv8F1 zmn#a9b81!dP%c*;(&~SezHE_pltRU&miPD5FVL+h+c0U6_3hMf<@6~%XCKG{%ZDCn z#j1~_qBKjckf$r_qqr&1K{b&Fiv&R%*@fCkCM=V$+nD+owaw-=?JO%bBAX~cEcgD} zJcp^!LoGgA%txEdMvN=l?(gc8bs$Sjc_wQ%??ui!p_aNBA!t+>>C#gd>ekD`-;8Gd zlyh~iru9)*jx6RaNk0uoe4SwW5IU_eL1NWZzsXG_{$#$E~HQe>KyxG=_e4Bf? znXdkHP9?ojj@$AGJ8sZ1K`|3|gX!5>NShp;w<%n7#58M;BUdi|H2r0Z!7XBZc63D4 zM2gcMM_5iyY<5O^N+EK?7e(4uWPsNJ$m-?H}~$- zw_pDO0|N#H4jvLTbXf545hF)kGy2+)>&A@5oYw@4H5m&Y^X8|eFIbq7nU$Th$ex>* zzj#SO;nJJt-h4}9($(evSa$1exBqvS|Gzu^f7||H;Sm!jO};)dYRc5;X))7dXT;5n zpEY|S{@yZ?Y{}Otac?A7Tdmr};nV&~K`s2f2lR{`~x0UeJTiJX>b6%}xS1=+7pGG+ezY zJqHh)CPXX_a?_>_OHCbCsOu%33OB?&4bDtI3gO6GL`IIu%p5~A%+k%&?@tk5zoUoU zz$ue+@Rx3|;xVI=51g#e2?#M$zpEys`&ycHlX_)*CzpD19U-JXy03QnQ4XYjnssx= zC4ZTo(@&;LGZRif3O5Bg$kM~xFo!_pup$g>i~Ddw;*`TFTuwr&i!k7P;7sHw2RI$~ zkyI5iu)|{DMEFz9O8xn|R?;&W{>jkn^noXwOqb@Lq?75V>uHgXOkdtpE1to&BQEnp zvjMU}$b89p7dbCUp;SI;4v%JeRDNl8M)~N$IRDN4!;njIv5fS48vYG~O;ho=&?P_Q zL;r^0Oiy9xpV{FOx5Sn$w$iL(GCS{y-)^n`K!j=#xLY}L37;XnwZnPgYJ$=Ii|gJXJqch+>g0h ze>5|v`3-Ub%xUd_TrhKQNks^An!6`wVNP@HzS7^k78cVdk@EzDaok7bVMTXmPj9M2BwPF>HmVxGftU*<*3TQe_V z-iCQ8^R~>(nVXnbGH=H`iSyr{c@gst%&R#(K5nYJI_902H!|-UmU&O+Nz8jO&tZ=D59qFlxtVzh^WMx$nfGB{&b%-4O6L8TS2OR= zypH(*=8en;G8ZRh`3EsKF%M*JW%*QZqU_O?46Z25!##6HV6PWukw=fT29>zR`c?9!F z<`bDGF`vXdhxugYMa-{fUcx+zc`5TL%*&ZiWnRfVnt3(z80K}%r!#M49?M+R%ksuC zH!+{h+{}Cq^I+yTGPf|dF^^@wka-gG4CXn^moqP7uJHv(33E^8IozLHGB0JhH}i7l zKFlkb`!cU)Zem`?yaV$_<{g=f)6yQDnVXp7V{*DPGw;bfg!vHWk<7<3PhuX*JcoG% z^CIR8nQvsS@dZ^Gb5G_K%v&)V%r(Bit7PuUyqbAS=5@@y znKv@`VJ^Os<@IH5V&09pnfX}eAwq>9fxLB(gD zrs6X%Q1Js~{9+ZK`9>9=d6^17M24?W;h9&d@XTvf_+S~nL4{}Dq{1^do{{C(M#=Dg z%)OZhF!x~|qQZyB@R3T+JVD9FNqL%*GcQnbi9o2nlB;UEp)n&}5u$Gb8gZzNow^eQIYxU@APd zH{vRNYIl?$6`tB3*-w?9+F=l^sr2W<$|P6zpmrIA+;X=@>ZC8;p^w@ry9CKDF;4__dL(o^N5b{~Y$ z>OPj*Kb4QCUlDq#&TquuXs|qPchoOj+YR-PAjDGTqHsZIMXKEu=yq}PrFwiPr+(!c zp88i1TB$0R+`Ts0QE$}Ws2nQanR+>=Im$^pzFgad++R7(VMpqpG%u&xIrUTGs$Wol zC9cw^eoOV@ZU^eeuI(pTFSj#a)W2QxN&VcFQ-5#HW&cp+qW7PbiGAnX-zXE`24i5Z-}98V$~{YB2NI`c>8A4)BO!^`m`+)*!bd~n8>9#|$#&-K|FWHhJM8V+Zd~IjyG_DaOHSHllB4~} z^L3=7KS?`udM&@g# zBcC!~(JuL*_U24i=IeS#zE!@|_$bHQaF={$;@ZL4b7lGy9qmV^Kg}@?sPvuVA*JtZ zZ!-M|$9N~xcjlM&3{&e3!(Z3&Ef;58%7?01nU86Xd`kOAIohF2C)OdC=}hC=rE#0u z*_G3w5kR$2nNGZ;{m68j{Yj=X(NTU^z0K=2Qy&SM=YKkSl5|q<6cp`Qhch3=JC}iLf2I!4R_S5vY#4nWqMN_<&@#$9qmYl4|CM3 z3?J>1AJTuLzRp4=mf=-zQ~hnKi=4v8x{O0q`UtcM>7@QJm-3T*mZM)tdAM8rSU33$ zNBfZZQKP2H-%Q7OTgoF{+5x3Udp)I-@>oato!9sBOi%5CoSG+A<9#g8BM*^kgr!N| zC&{a8d|ZjwnOH1hSzgN?Nz6ZEp2PeF=0(g)nU^rXpLr?skC>M;|Co6t^BU&W%%5gn z$9y;QM&|pNiwm+mN12Nd zSe~NfY+sFe3Cq>>Un%ojSzgZk73PB1fz-NS70Xq>@ng9shp%P1x~^$pehr_OPD7Z##PUeyg+zUn$Lf#s`N9?a>tWS+)y zwJsCFawE$NSpEd_V&)$(-^hFi^D^f9nO87>fO!@3SDDu`f17y&^PS9_n190D_?xs> zHFH1a>N+`qc_qt3m>*(p;qrMik7W5l<_XNdV4lYO2=fBw?=dfCzKi)r=6jfzF+a?_ zg84S)Rm`7dUd#MA^9JVYm^U%6V{ZIi+T&l${g{8qJb?KL<{`{KXCBG?81n??pE6Hl z{tj~^x39j;3s`PrZeh7v2Q6lK2FuMXAHaMg%hQ-ga{c%)FJpN$^CXTxlz9cqbD76- z{8r4XSiYWlE%PUtH!y#Wc@uMWUN>Hp_I;V0qZj{Z(zB)-%jBC2C=+} zhlem=|&S?U<`|RH@_x+IST1MHP(J2sSRTpY2Qx2bc_#CX%T)}iTPsYMj`h>Jj%S1 z)9cFIkL5Qp7o1)n<^e2EWgf!(4d#)|_cBjlUd}v?c?I(V=I=8vX8tboD$ZXw<{Mc) zm${n9KgGO^>sWd1tyTINqNZ)E;3^J-47J9B&!%A(=-Cgy(3Z)RT1_8G}MfaOb> zH?rKqJcQ+|n3uCWgn1;(iqvGjCx1y_i?9Jc)S;>mS9uisg?puVelX<^ddjAoC`cr!zMi zWc_3__has%;xj+VJcM}(^GN1fm?toQk$D>P?aT|9Pi9`sJcqfQm!&7SrIYu$R@_g! z@?^~Jy7E+BMEyMPFJpGxmEgwF6E`!PB|Nx;xZ2?edON^$dv|KhYCXOm43PYqE_cS%{@zJ*$w3QzMf^mMl?PeGkE=kD_6 z@#&dv*YI+0Hu=c(ob@gFd`JCBp5|ybl4s&sb60&?j{1{wwc4ok=eXFD$|LudJJZi` zv|AaUX2o6g=ex-lyXd2Nc6t|#3Qy}Eq(wTp4wde(r(8EwtIV{{OzU)NbycoAlf9Kb zIlt;`KZ>hyNOJnC(xds;3`cvE@=UCEN+;JrocWXMG|ql0*Dam<-sSp}tDN*xzm-nT zYpYdkS|6tJtJQMi)L*TR_AA!`)#|lePp5G~*-Nf-IQy&Q^jA8$4}F2Y=bwD!`q_Mk zz2th=LP!6Q>q^f2t92jcLp%stl>OxT*h0rRF4q;+DmtyF)4HQtU8nVGTAy?FN4Y+z zR?$gL>rN^);xrD@U+Lt!maAO$H>aF}IyA9<21K0K=*NN1w1d>zw zuHi|)b3Bmic+ULDb!N4Tf!=#V?VX;WkWO;7y8#~*<#jSOVkoY9yyB`y%5`eBD?;vz zkZ)a(`sF&GGe2@2$Ju`*ca}$T`m5s8`ls4mq1Kh@O(9Ay*AJ8in$M?mlG32oM_lE! zUg9bzi>e%{^#muUb#!`5hDuNMAA0)@?O~7-xxVqo^P%+5h25_dUi!P9KjnI!N}b9} z?N#NLIIZ{6TQXFBC=V1up1I{Zt<&D}4KuEs*8SD46xzQ*rFXU;xetK;N+;Ki)ovI0 zEJzUAh#EiSK7ky^`CG0d%D=AmarJjCuUyw(j9f@3*WaD_k?RFCp2!i#$z=~xT*a3> z&5<9;>5U-LNuKK%A0*FnoImAyzcYP~CPaO!c!N$%DM7cqi_eqk&hqs)d6TOj9kSV% zsP(7a&%C*9?%wYQrO502)Lj=xdF`vYXWj!BI*rYkDC3wuEwQa15}tfSo787hmjMH( z(><%j@LlTd-rDEsPsf|ay>9>U^xC{mH&nKMs^__kPXkSdzJxZ@UA=CyPR~jY{D)tU zld+zIM}0Bu+kvqu4=>vPROd5O)&vYScFE3)>Xy}&tZf-F!1AnTti9KTj}NXN^sf(Y znzv!-*sY)6`m1fn%wtO)*=jDIdEw1>p6S1S>a>yPo&W-#gpvzkbZ>(cX_3 z({o;b!?xIbcHe+U9&4E2Da*UlV}pMfv8cn0$TvRRdU{ga?Q}P6`d7jFUksIb-R~7Q zH64J{`DVo4n}eDnjqSeeaYN~^0gdNBnDFG#uBD4UdF`Hw>9=ZG7fg@M z?pBz;?S3InytsQ@e({QRohN*-aLmq?$L@LDIC;{vG~cH_zqoc?zvCUwr3DY1xbxv} z!W`F+u}nWX;h78BOQsF@@_8R>Wv1b?p7E|p@O|q2 z0oK{~+|gsfp7ZzQFK(DP>#EN`I2LnvW!kJQH>bb2a$NgMrp!F$k)}BhJ>zrfIqe@$4VjYu;G4Y$_1O3B_L`4t z7r#6Dpzo~D)|EW=?xwQ$r}p<-+}PT?xa^lalmD3C+eMy!c1_9+rmx;-XqU0KfB5PP`yX4|D);$i zm%Z)^iYQOd9~?B~&N)w+zVpZ1{+7ObI=P}@L2<3=^u`aW-k!D6H0$LXst>>MTf*=a z6&_tDMSEPge_Gca;%)zvmC=P;iuR8^81%xKraqasY+4!ekJ_$B1O~ z_4WGDA;gw5hv#Nw-&+63SD%i(uq8Wr$&68}-)XpE@Uetr<338bJh@M&Wpm1I$p31< z%=t^Yq`dOw*+idQ#Ah*E?$7<)yZ+H{r_XP_xzp31?ArBnn++kkYu}1Gd*GqLi4RT)Y5Vg_ zYt0?6EjV~Q{NSEreL_3UIsW{r#M3`5S^eHuPuvtY%wzoYuflzxSD3yyALl*k<`dyN zpBp;rr6;nV_+UcT(tw@6EZH-)x~gV=T~pa}^T+Og_NCcX8Lb|B>_M?7@}}{t-k5TJ z^rvyt8a`k2cJCe+yq8a!vY>YRk!8^*jE_F~NWLf@S1;%EEDszueed~(J=M>5&**!8 zd#0e{pyy}&e%(W7`*#W+9Nnso$Ck0xaq9HYVrY-?n$x z&!2nwiJ>ocjNN|UGuM3`K5D~5Pai+7T{`q*O_8Cn^jc(Hd*spB@1H&T?vQ84hg>`D zo!sjAnP0akdt^q_4<7rro`@?Q)7Nz5>D;>}zWQnVk39VD$$4bV(YS`V7f;9h)}`gJ zr>4De;>a^T)4xf+_aEnWf7shH@36R|)0QvuPaXJS(6Bp~lWpp|EJ^+Cr$dXzFD^YZ ztmCcoqR)>U`hCTZYg)JMkiI@Tx2)}eBufWvoKNwh1HFTuy!N~OpRL+C{9oZ=(HB0+ z@LF9}p?RHL_RT|a`>cDDx7U7l&#|vZR#?*-*T25$K!*h%@3}8XZ!o3~4WpO7^Z207 z=Y1wb{rJ&SPcC_)?;G1z+_d$;FuUoR+b2HuMn#9W%3?-D?|*jWG(+o|frd4jQ^$`hHjFbIyJ+Le(XKN(YM#k_;PsB?7eHs5{8Wm@8!9=ljJa2LAiQUO9U^i>|{BAy4P2~x%>an@)Kc6sk^Ajf@d(nFGXiDH~o&(lD@^OxJ zL;q86?apu2vG`^3ZLtDtPNFCYS^Al#UDRBB;wO(A;Q709 zCip*gC^M+R*YDOY+3VA9IWc5SYUFiW9&A_Fc2vT+E<4x%969jyIRlmr{cLr9X-U!8 z4ljQmR1*17=53z!{T`0h(^P*9s7eo92YGr6&9k-8yxI$`g`Y6A=p_s-`wN3HNO%~p z5gy*5!ow$0c>2T%&sH}JPv3Om<(n_OTCWgZZAye!+s&dy+vh|J(;K2iyN^W6c6Fj< z`yWKh4qlqEgP&&X6r>qDM`+%iZ_vEEp(l|nMn2G1%vM9gl>)q+?Cv%Q|L0@T!h22fm@>ZAU5zi{c)9 zOXq{9?b9*%^4mJDeCAzUeq-Ezo$vqgJ)Qq@{{fx19QdJ*e!D*+tnBwhwJx7K|Devp z2G!{NWP^^D=%)_p{;RErb^m9(eXQf_2Xz!xcYmVGk6d?zP&9q5W6{V>wK`va{inLT z?~ghboqO~%;+9_~eok04?W~TKzubRR_rEma3qrBru#T4Sykolm{q2wI;S-+Mu{5rK zo$eoM*Rjt2hK@x)dY>Tw%DwSAmVWuTj+Vp*=^s4&B+11sg*w)qsnpSYq~$4He?W|m zm38ZMOfr0`W8M8d>vg@WtvXtow&^HpztYhh6nI*fUs$N4#qz9`8{Zd&N$?-Xyo>783bA0BofeuyCz5b>P{SPG03yqDuFUq*-#?U2+lV7<0%goT8cmMK_?*F_wH0h!8yVDkg zhNga3{&l{{4t-?fZ!6lj92r{k#`k+8&L)N4IrpV=EuK#dO-p=f{FmRygg&{b+iwvM zO%B~KC&qHTM@Hx^$)EXbUvCLLck1GX=%B37QTIQ6=Hv6pp>NDRkhOn)YUqvU##dW% zvO-56TM_=|8}maa6rAn$!ph{(ke}>bdak@NbnPzxH%!x0Lf4(`eCWiZnW5qPp6(hr zJ0&#Q82Qt)C*wnx?ys7A`rcT!LvZMu0}cNQEzbOy}&V(BvLr z5C8a*Ep*n*pKl0Vm=M~2$BD0pM8<`VE4=2r>we7&&B&fVoW>7&lOgSer1u>51JBR3 z*+-5TnyS9*G7WE$#`hh(zDFb*8HrLG`z3Gj=3FjldX6=WvV$Z+l((7 zWSMORwv>GRgDAQb?`O=SuceTD9$s5ywq}{FIS81FIP}((^u@NJdPrwD{Ywe+?Ae)! zk)cmN^zBXWvY@@bk;rp`zUNV`XUAebA{ymso@;vFN4y?`-UUf+N_Mh21*++-lID4O zrXBuxA5*qHQ;HVl+w6t(eH9Kv@m%G(w!AzSvB~>}2UbDB^IlFoR)*?dh$)X4GUh{-&TdYVb3-f%Ccv!3VM@=(qA1V>7Cs?D4|&zz&)Wloxg zA}0knlpCg}Z^v6llJzz=46-c8tho@A3UcrsQQ3lI3xVEDd~74tj8;OXgEJ)=S(1hijOd@EFk9#0LpJ7t!}4?O!;;gphS{_=cZ;JnsWL^5JUS7`H73u*d)8E1>`@L%s z^s05*AsgRf(VK#67;}Cu)!nT4$w6}E+cmtN^1!|W>FXqVDX0~>#zqQ%4BvYoOp90B zE+NGf+pRh1+4^I=t5?Mz$|2jIeSSVwc&<6XwiqK?`aH8OGbgWb&|jyQY%{CD4&U#g z@1)oqjhPy(In$Pzjdw?p>%+aTkE0)&ui&Q#75?47)dyQ#2kZO8i~J0th^~s^l#J#D zJK{JB*-+i@U#r|5xS5k-)$Aqb%mi z<@&o?<7Q5rS^4PphI_|%j9UHuJx8{6pEa0@95H6@ES%bN=g!8fj|=DGRmk+Uo!q&( z>Gb)X#0);~&JBy3HhR?DID9k>-}{-nWb~*Yt37jQPO9EOpyx0jl%GR5u8)Y1#!DE5 zu?@y%d^(9{vyIri5t*w=-Y+wY!p5%E1ih<657Q5;rlp!_LYoP!+5D`XtjBbA9X=?6wBZc#8<`<>MHM{wdXMmd@oy~*c=La0B zryHf8;3J!d)6bZKfbnQvovgS4kTFQs2pn69t1nct1NzA{(8cp0u7 zetJ15ZoCXvN#QUM3@wo9Rt+@h-@xNK96@FE3^3^91pAF7KR@`n)b%Lxqwi$DgLw@O zH=6vgcpyx;@f|AF3w*m*gkU4p&}4qkT#i9BV7eR4Q7<Pf;3pV)?042R*A+1lBK?aO%{l&Z4~Q3E(~Tl||Y;^`~m@)kMYR z%a>jJEw298iD1)-synL;cge6-2wM(QoHT@2t|YAk>Q8+Ge!^0jw_nmzn1e8$SYCgs zg|HaCghkZX>)+Zip17kPYg-mm0Q^oYKdjXwA88`iG?(}t)hqhJL*Nb%rVz2PZUK4| z^*6$D9F;EI2fDGOB9P3fQ6h(Q>v1*sC13)uBTlCUh)dYYC2V*6?xLq(e`+9p_tAg% zsqc;7o%r`q5o^@*cvqi#$`9#G4TnA)+bBQ4aD=~((nm2`;^c052OMjWj&b|0;iFI<=)YSS4@y1PqU2&**#rR$7!iPEHIok*2Dj**E zah&7ypxa1uP1GKGUZG6ovxImJhbq%xv_n7LzOo#!g9-K3tQ}H1<+vZ*heO3n7O{SD z@IN6fi5_&y(T7qXn|T%42 zy{w_oflrj9KUFpBKL^&JKCo0Zk>eEOcc}}%LvIgyYiL#mFJU%P#|(sC-9C57POkdF z#En8E;ZXK?T3Gx#Qu=q*a5E3Ap90%X(DNkY#(`h&!m&rwr279gkOhLq3I>5ZmCFkonoiv1v=U^Y_Q65v5&EM0&{#NG7(9PvvDt9p0sdL#2byW|`Jgz4ACe7JRfzJr6~j z4%B&{`c7_nD){C==^rOBW$1gG~NH8 z2c>c!;uYy>I{Q&7{Ny=FwVG3>KEoJ;Di$XW{&6f1*U!}koC)QaREzO_ik?Qbp7u8C z^9TRf=SQH=;k=CeH}7-nyJ+G(js&h}oTp6~H(?jq9x#SrOlzLr>?^dn9_=&{(q41a z&jFOHlJwl+v=KgYX2LnoF^*-6VDpI@A9coBt;)0!W$KRcU7o|8V`S|RO`O9~z8(;s}%-M+Jwyb0p&7P`smC8;XYBG#si8VoxNl zNu2p>9HohjYcO_kzq{IakT*dS*y<7&n5mz8l%xReD%6& z-ZqLOkWU7GdrQQcajkpR_;wMjkL@aa48l*O@JGE}dZ+A*bgk8u+Qf2ao3J3AJ8@VZlt|a9 zM#M)J_}aNhXt;QWzX{jUqFy^km(l{))F#{}X}AWj4~GYxW5_>+@jN5E^m`UUa>gKo ze!p592xPYuewDait#I+HfL|&6uH@)`hg=`VF^utyIgGb4ZeT29tYAFM_%-9NjHV&1 zpK%0ZIOC0sX^aJoC5&4cUuN9L_z7b@;}4AQ443J>%vi?wDB~K&0>)IvIK~jhUW}fM z`^eUC#~9Bu`V5u+{TRnECNO3&E@fQBxPfsS1F&<_-$LKSR?Z`Na(ZU$VcnhPQ z@ovUP8Os^pVyt02#`ra3`(T+~FUBE^V;Cng&Sp$wEMQ#4xPfsy8M8IDoM;<6OoJMisBxfDdoYq^acmoG7e=%n@fi@d2<1d__Jx z!xoWe&xn*O0%E8a{3!@8m0)E=eiB-QdCs6!lPk(J31{PTR3d_Y8(X-Sy!m^#oi#!TDEju+oL;qG<3_dc3JDZ=$ zHy(4hGHI;TPs`89OAjy1!zak*q^H^<(yVszv^H5U5U-aZo|WQ7TXXaDMK2-#W{?!RNUVYbGY5Gi=fZ_zK!e5s{IdYvT-0rIOCfbL8KfctpP4j;ZB| z>2}QRVI~-qv^=ZP$K5!OVmj%h zug1~0!o_%E6g>j#H5^5VsgvSjCPk~2#Agh#Hrqm{4UT$n8Kbgt^7EpwA|$Y8Bl9%} z>v-8qCKb#PyYQ8QT&x-uN-y!eAvQZVf4)vANenmH*>r8izsrJ%yG97A<=zs}<@ zJ-%44!kJhUnj@xb_>dg_MQT-4t-i+;iO#gP@NNp08((MC$_y(*;w9UHM_6Pq&mvXoXk)QV3M9d=R{UO>7o^jUn zT$`hS*l*z(2Lq6K(E8naYM5x>Vh+|k^=cDcT`aAd+Pz-!yp-f@eM{V}Ma@a{B@0n9 zvDxWVP-IeElIiKA5zLDm%-3_n0~BIS^g#9G$d4XI>c4ekiCeB-`mn6jnK|iMdaDtS zd&N7xnOI7{9rdtwqPI5vYmL+^;j=`W zjE13)8RAy`_vCbZ+ls+Jz#bC;wyyl3zJfd>ZBGOa!evCDLv6E~Q7J=EQhe-SM zNz>@}Ufp7`G`@;UUTUC=&vuM{B7{Oua;|O4&o$;EPdoH+R`6J}DGe+VuQ9j4G7Z4|zL*RSCdRVb^1ICi7y_@Hs@>v>U8#(IAZJZpoa$w@xjgJnt6wD@d`&*goIa%teLMS z`S<({(0k>p(SKjBylVNs*F*7f{jIN0{NHQ&pBMA5zD8zna~|yeqa~sCL{7yk5u=(J=8O{!mOl&s-z|5~du-H|^P96*+M{uw#JVbp z?(zSMmxfFICbmn&Uq$%0<)*7TsoH#1_irctKSIIPKg=n!cl8fP{*TE1e_1B3+AK^m z$*VRC^M6^E{yP=_Ki*6ECQ}4 z#HNKufpx%bK-x^R16T?4?Q0OruvpL$nABN_9zZPUhH;2jQ9@b_vE}U=Lv95FvsL zHiH?9g+st=F(iy5e_&TpB#a{o>x5ayA`t>iAUXRRM+wmr@&I5O{Hw6INa5>%wcxSX zSw#6N2i6n67WM#|Lxi{v`AYy!0+s@!fDJ&>N1If>5Xpv+F+yBJ@qsspBu^7IhTjTa z25f|$;BoYBk9ut*Bdz0ZF{FEzh0)qdooE2|2b#jMMvm~+K+0bOqd5ZghWfPtJ8AV= z!bE``=T@y6Ncr-cME0u_IlxR|Gt>ba5I$)#($$i+s_QYnYiB%)qp-#e|MIE0_eA{^ zMaz6O0AqV0UF;1xP4yOoCIU`-Oum7>;2A=!h5kxlZ>_=56i3g-*K4ISv1b6`lH%!| zJXWm|_#o;rVHVmC=>ryu6I#M-A?m;raChGbtOd44z8Vrxui7cid?VInpg$6)hA?0; z(9ho>OgCd499VjbY-f>)5_3|xoQ$!lLOh1_jq@-IDN+p;jA`>xFNS2TEM15}z={lN zmsZV^Da0HzQGJ}!ENiIV(Y}CXB*)&9UGPsUk?pV)SO@=# z2lRerFs;LLPv8Z>X^2+^3`2i3K8U?OX7q=Lgb=`jjY4>%pNU7PKO}3#z!@k{?PK(= z467FTxDXF(^@h65ScgOXSC&#cPu473sGeb8;5g{1+loC-z<_PCUl%df0oNj2!IMJV z2Q)rKdToXR;LXri3oJ!Ezkg!i63~LZC~3r>7Gf^282B(gidME=wvz_n43tOg!1x4t zDR8(*(yD>?A-_4;Z$jm*2G*0F=dky%H`*)kb&NB#02!sFdlbB&_d~4_7$%YokuRcM zB3=QI`e6xh8uZlxso#s2qfYh!VfRW&lyTCoZ@~Eo7 z%x{aYJp3wUzbOC?Lby`KDqt+a*X^P9lVT`;ONj5$e@piveZv`#%6DLYE-|nVRzFZ*`LaQ{V^_8 ze@x>7>h%*E&#c-;;7=mmqvQyMOV&g!)myTb!&nEri`w6(WcPZl2}t1^KcjKtlvegR z=|j3lvEK{%X#h3=%fG-l-v{+}jPjFY5XY$SJbaI-=pj|lo$RvzoQ=k(=MW2 z8!)b2rux8n0<$n*pxlkXwKR@vns^=Muo$qPgu;7jVkPX<=!HEK;3X|Jkpryq##%Tq zp%wO95O1T2Dqv$(F(RwS>RGp zQ$dS`ZBn^Vk-z`ys18~3oQk?lj8I5x* z-=MyShe^vp8p?iv%YpI$?gw0M!aM-JTxn7RP4S(guQFl2`OIYYG^sn--V5-c4C-%! zT*jIlD6heMP&>e+?Ly)}6ZHBsQ#s1FK)0GfCS^hWw86NK{ycD6Jp%WwIFqsk_ucV@ zZrYzTls3qp&rlQWK)p&txf}My2WL~_a6c2}G}LQAS&4T3I8$OC2zf+FyWu~~q&~-e zo<-sO?SXS8PlLWSD1%Th4QEVju){v1Ov;YyrZMOTrT;jn1j^X)pbN_S2__ZG=QwMU zhSDblXVeFEg41VGQ&2WcGO2MWVrNbsx6q4VnT3Jc7mor0zkzfVkQC}UC2 zf0_yM0)OL1mYwcy68vzM`z0XHv^hCf;e%cFThD6~G@p-=ycq29z)3 zxk>__DC)9bE?zK1+>HA?3vwN2_=`3=f4T=QJe7R-O4DEXY{hWqs1aPfMeOhM_6G99G{N=$(k6fUV7v>x*v?sEi~ zUJKhdqU?gw4XV-=r5WXUC<9P-Lm7<{g-aqYFu%5QKLPhG?cC?MneE(Xr)7M2N@}@L zd7Aq*r@3E$n){8Xxvzdh=9Y@?r@0R|piOG2-{zX;ONM>h!d`F()~mv#a7K&M^c ziM_Xza=4xB)@?I%kW6ry25q)+1)r=M*C#JkI+EEZ)!&dkhId3ky2 z>8GDom6et1z4zWzCr+GTY>J(t68_=>^2XrI<~^1RRnON}u7t~h%W65?Y`L&`<;vBo zS>dqkX|9$%$MN_zT)W}oFxujJyz0DO zS?$)u_6Z5-pDC5~_f#h&RAYR7t@}?%Sb+Pelgj>^@tg^DbbYpGT5ufK%^1J>Reg;? z*nb_z*XcOM7kRK6@S(Sa1j5%`{Zk#TjrDb6Vaiu-zut3guPJ+~QDY;jqyPLzhXu4$(AQ0GRolIa z_UO8Nj&|P!kCP@ezfjk&-t%_$&3l@ft1Xqh27Tn$=@m`Q`Z4Q+zK6CniGHl<&n_BT z9ut;VPog)FU^@M^`&a|tW2%%YzegBSfESpjL#-yEgGjO`JDA!+p(Ya zaw_hNMVXL0BX>jYiR>wqb9ZDj^4a8k#E20pDk@6dbkj`=Uv|>4LBO?)r>Cc@f`S6I zW5*6HPAVwE9oxTl~AElD-KsA%wMch!J>o;k<^N> zV;~9hQ@=YJvkM|ggGF4<}jI6!iyW;lgF)CHE zD|Sw2e@|~>|EVJ19zR~Dv=rZ^)LKtZaqs3SsnP zuG^-80|zQ!Utjn_{%ZXA@hUhtSVcrcXxdGiHcic#F+<&Y>#gd~fBv&tJ7|ubs^pcxfJipgZ)^uW{t8f4^)MJ9j~5TJ67F2H%x7uAEF*w9IPH&8l;|GH%1j( zBGjYnW~rw#lhmu5uU9qM^OesFqON{X)Ua1Y1->k5XAntQCqfbQC6!}<>cgO{+5-M zshvA_YFqZ)bI+;$FO{kF-;3JWDC(70UQw^V{9U z17+{g2sxFD)p!}EZkK6ll`K)2lA(6Wc6C7Z(u8VOT!Qvq(U|{}um(+szh4F)AMNKh z!WWQU>H)Ohg7zh7Uy1hn(Ef9m_Jh!#`!u&D;r)i`N^L5`-UZsf*odzypnWace~k8@ zq5UDWKaBRrT-y5$!u%EtS-%}V2lhY8Hes(G>+HstpoIH+DXAT%I@g7#i$?~nEq&^`+7(O2U2nJ`Sr9n+Njb%~OPGnDMwuH?YplkHUx6|FAA8wdKq zXYz&Gj#AZ-{6=`t((5)Q!;+LtyI0AQElM(;P_n&B$=*7b_GYvnh4xd>eiquNp#3Ja zx1;@&X#WD*zlQc0Gvhmi zSs^q6kMTbOA3{T8du*g7k9~KfEI59ZpYE~FH(5s*Gc|=rDaAa^u zXb9R9vY}V|`c81d$SRRhkw%(yxyNNOLs5Y}4Djk_?hha%*nebXL||mhmA(6T;5jPz zI4cZ_LHod9b`TO7b9wLHeOjJt7zcQn0c1pL|1pvDZroohv*>;s>O`+ z00_JS{dE7s#zuj}QDKo$8VL=fL4Uv>6FMx2AVfw*#q^ytsdw+*K%(_|%&7BXg8afT z#0_|U)uc%p%PU%+hxF{)GoXimSY&7vs65G2V|nEyr+5U82@bxtbI-2+fiY1rQ4wKL zEl|RQw4{iT5felFx|q(t!TEr+iU@_daz2l_&d_wfr1@U=E zAjCD&Xb$?3J`k{=3wrgK8WR!~I2N+j`WVlR6z<;Zx~O2#F~a3B=^v_V;Qr|0A!DH` zu8(#9;BRCo1Ti9PN7b*t z{;D#Li`oufVec<4cGj;SCc4p>=%APBvoX=F!bG>VQLHqmAekE3^Ity& z8n~&-@bjJM2N}s;orU<1O5E`hVYZQZ(onT{f2nD_vmpI{NX-cJ_84O z5A^Hh-gEFpxbEApzqdE)_Hy_1^Y!ypS9lHa@w@VTzh0=& z!)*2$;^*dep%2;&zPQIleLXH4;&*|Y+xgwQcD-r+Z@lq_V2@M)pOlxEYq+t8Bwu{-h1As4 z2=)|oJ+^_5!26%0&9?2^x378Xsi)S!?F+m6?z^WZB_)M!+O#Peel=kmjO=^aWtR=d z-o|a$UVANR=Mfqj>cf8V`FFwpN2k?+6%z6o;o3;JyM`RAYIhaZ0U@tt?xc^Y4j zufteBu?_J22lQ1t&1#K?r7v|?#|<~6f{2TQ_ZWWX#& z2G7OF#yz7v7x-U#>7|X}qZedi195rr#TPXWln?AT33-5hCM_?7kvah#*5&^F`-Pdh zL4L5Leo%MV=FKYwABz*Wy zu$KaUXdGyB$OF=q_>dQbouA47k3arcXMQHlNpHeSSs*TioAjrQW_=?P`mRXOK9RB5 zf**~T!SE{J@UqAd;4tWU5wB-NHhqZLKy&k!jsTB38h+S%F*4ydvcU_ZJQqEo9#CFx z`B-Fftw_i_pg(Z{4@SKyaxHLJ^d90J&DihWE8_ox7Ax#5b}041J}G5+V74TpG?-m>;;`>w+0P7gwfc<1i z0$zlF-hPn*&$XyUhoA@jF=vQj|0(~NkA&Ia2TQ_l$T{Vo{GeP>HVj;-)vX?!5_MSeRA=s(A8;2JCZc~u*DhJ;~xn=Y@(jg zwzP)_<=vGhhFq~E{rQ~p0^8EgxTYDOLr00jMa|RCo%;vg#(9HeI^c0eI81i z1e-b#HmM(Q@GNh!t>|W58yqzJUS3|U_8)UR=lS38gZj()z~Be0BAqP0vmbJj2 zd{`v*Yv9lzatm;vKGP;e!X_E|OdJe-CJu%^(mtKmQ17Jlj(=NI@{t(iC&xh)=s zuDIgC&%}Z0snqM_iPdAI4o(H@-%SRxps_{tsW~yz@e=^ z{}VPTV_~ptoIg?0=7q@Jb3-I`PN+P%{5JXcy&547u0Dp=XV@gB_TY!T*YXc|HW7Bh z#gZ@)Zt4T+Z199O-qk;*KSUfU|1YIYkmrFzIdIsq1~@<$sL#ZK`b?Yj2<$3xNGA?= zPL%r+fkQ&5teq34aUh)ZF*rXPKE_DQZ%Dt9f7%Sr!So}T9S(;S78VNqQX?DuV0k7z z!M?22JRT>z?;b7Btpg6wg(rbSsZ*b6lWfZ;$kwG3Br_>c9$FM6n->JjgTUcl;IJMz ztN{*8ZGDWtKsS(nV}A%gWI@Y6T{cRXY_vvKY1S>9!@?;ety38 zz39_me?V5OSka2ZneaFhPY4ff(hl0Bv*|N%U}}ff?cM4_I^nF%ZrD!o_V$*Tm>9v? z4543_oSZDnmMxQw8#ijb#+Hw^JM@Lx!-cfx+(27JUx@xF*8@z{=jz<$()=^l8`&%L z{OsyuJmS>nbm#(8d%zm^uvgI&zW&X)*6?3*%{8NNv}e(rIdi^-AFcV2m6at^r%n}| zEt0?e?QepZl05X#LmD2g?@4dsz`20)1m%jEYZ&4{drCRvTu2(d{9vf;%Om{99!A?w!cJJpBjR9W-Xpy!dtB$xw<9m857cR`&)@^+XG5Q9lU((A&r{pz2R>%d z`b_0@*IoAz&h+Sg5RUECWx*Lm!I>n%o|X(AJXqjcYgh;e{SDVl9E@z>!IJ$kQ>Ki* zXa>BwkRd|^XV)|zIA>7i>H8RX5MIJh znJ1oH8?dB4P)Dc_22WU02I-p^a}U?vTt7oze%Jmdb&K*3S+e20*a7M(BI2@o^=i!r z;y}BKy=9p>bEdve9uNm369;46%QYo^Y|1_1WJwt!ZiamEK7A_s+^{8o$KKN@oHN|a zHN?5VPq}BNEOEb?I1x7PIpge|*58nj5D5wj5}Z!aeBg7oF>qjM$d$npLrc?di<2o+ zrfAthOkTrJT9f9)g>X|3Xn%O0YXr&cfZqan(=xz0igaduW?mBq+ELP! z_Wy||o{*A~5*;8erT0j5%^OV1E(!?gP+_dvr8@(}(cV|DpYdK5pVQ z^^GNAA>U~iAg9`wK%7L|R_MB(-)L(n-;_DRPd%Vsk|&fC@__qUd~PIuX20YS`N8=d z_~rm^+D*m@JDN27hMcl=m0{vwWWq+gC_~hR`|i6>V6%ktv}+=4MrIq@8QLNy$`98> z%!HkIZQHhudyH1Rj_3EnP8>D-hW`(GZy*kaT{Lhpa9~M#(>7u5*6Rey6z5u3`Vv-N z6Mpi>@F5u2q1;oJNOS5CY(^&FI2YJk;dhmP+6Y&Ew8s8P3K-i7=2-ZmW*6BIJuHokx#`+g?&nC(x=OE%i9VDG-KWOVXAGz{`wB5C9 zmpuCDqgtLxZzB_L$_{mheiN@LGwhFZ0c>U-UfFc6bSLageF%^1yh!+sOdO1SCZ4bl zoQc-`P{!DXxDj5;Rt0P)aWPA>?x!9SL5TE)^3_*g)pnOOpuSSx2|x7!@@U8Ke^h2%G3Y~j8vCEH6RrC{#DQ}s{TJFl z$^qvi&Yh$&*PNt1`9NR5-~+E|^J!~o$FQc*aSh=7pN5@yX!&=Qjka=bTpN1pT2j_| z%{t@-Wu9~f!o6Fab4*w>;FiZ z>V#8TN|Uqf>@2%E%bw2C(^&>O%T#A6Ev1R258yE)2O*#1Ijt^eO8=Ib@_brf5u9F! zj9qX!hU}Vn&4^0d{XlfrZsJ%TSPS}N&X0_bkDmsAKNNfZ!MN{_OrQHw$ zit!!B{TX9pIvw)3@5wa))}V{9UbvIkXwt-qzxJJ4dTja2c-d{(yJftO zv9cYFu20+j%pjJlJm~Sc9;A=JOc6p?v35ne^nGg7s@0{M;FY!+?eSrw>e6IR8BR$U?oR z&6qRymd&`!0*{{kuCk zH!~YB(B~jc=v$Yp4biba#%H*X$i%Uk8GB{?m@z+BdE{9Z#%LJpV~mON==;2GddwJ~ zevlDglZ!a#YP(MBF|eqZYZ&(csH+r;TS zIX>bkaoAUw;R*-Grkt~6V!Vwp62=P|r`q*!(ph7MU;Qkyv<@*(z`*l7)CtCHnGF2t zSFBpKYEf!x>YemKnGHC&Z$eryaetk$CdN1zD`T9A@eRhw7-M2=gE2D3msZbi$^TkE zPY8pSN5ox?*f;xg9iKLUnZ6CPD;$J{{NH_FpfKL`1YqEvCilh}W1&1U&c*l&V~sk- zx3bX<3R_cR{qmBLmVOw-@BYaTfp@`{d3|?SV#kw`?BZhxFO?JjNLM3 z$k_8XXS|R)!T1Pcg%-r93>t7SR~yaPEmEueQ@8Nl-bJwgcTyK=cepO#+Kx1#?IAsm zG`ufw{3BY&3AjH^d1MTqd((zaFwVqSALC@HP8c{?bX`jv{|=1(;c?z+wLzZrFDZl6 zL;CzI2?sOj!Av+vC-UJ;Y5$9*I%djP-3GwGcxjvT8~excAAIn^xW^xVdl(qH>Px{!{uULfrmW8Cl=FOY6-J{** z{73swSs*y_LhaJO9JB(%<&v_=rV(5*SFY zZl#V*P|vUUm?CQO(x9Q(bihzH`Bi)YQ6^%}mvE%WEk*ZaUYBdPZ;jI|GGPI{33T;EX^ zNDso_HnC6C+XvZlooi1SpBIRWO^4p=bs*<@#$^~=f}bTg_pR|Z)?b8!ne-qWZFxiZ zIB(H*a9xV-MCW+) z>66h%GfK==KZBlkp|5R-SA2`HxfD2C((*?gWMA~{NN?`tQUuIHj{8xR8(xnz&*}3IG$_$NBlMp-=mwsvDqj2Oc?N<0Kt0&FIy!4kDQ=#7u9JXN4j*d-Tj%EuaOm30ZX@v!2n$6HS-{anH!9_{=PpcHY5a z`OWus&FXXsXSLXOy9x3bvTfV89f;8!gN^zQ=R*FTo11%z-9ZfCF#1?rP*9-nqfVFX z?Cc2aXTMNfT&($N%wgm+Z2G&dgE5|l^UvI8{RMs0L;j9X54kp`yp~`MaufVIo@)%m z+UhZ^1CgFG`e0qkG<`V3pD}cbwk!tgCa#&dhp-QB%?O<9L^Awi#rOfoqOQ>{F;iaI zmMIR)6Rv@uYH`W*J?EdJD0k5|QI7~KeFw^R&2x6iSlr?p&UUWfxPIjNm1_mARs6A5 zdIWGW*2*+Q<13Yp}-vGyC9LoNF)cMR486b!Pz9o!q0QPer(Cx0tww z;Tr16e=ZUB;hMgNiRGRS_Yt^eBmKxH&O!8pn4Y~iO#540e{k)=wGVw=t~ZLd+%N2d z>+o>ELH^<0Gdj*q8%8?Rzig9TmhpN$N#C7*JJ$_dJFSVItjD;iPQ-zAExzY1si~>@ zj0odun?Hs@}{Voqtxe%5v?3U)_Uot;^sJY6>Gus(B7)-_=x(`@GZF1zSA zu$l0yz%5sN{~F%xXJ#EY{r0uac-C^ocdvE98;y8n)^A?x>a2+?)H%;t)2!dR)(!7g zqq{dl-K1jhHw^D#xe0HNnW}EUbp-xS!e^%EyBvmZXwv^^kobvZARi)i!9Rd?N=kqi zX+nR?)KYx+dXbuo-sY(Vc=uiet`hhPVl`3M@mB%ZF2!%c!}*-0H%=qrj+j&k>MX?D zUE)xG6`+aZJD&9zH=!p!VQ*%H$@&v3{{>%dHMNc%iu=i^ zNtluV+dPc1s6%~*;r%%AXt^A%;s7VdX1Z2&cjglK0kV^P@7|@X%ecUlg$v9p@LO5H zU{UgT@8wGujY*!J7{4$s`I?3EW-ncwyf|UmHM18l921wkaOjF*-e&yD;=Ba>a^DQs z(a@FIJZ{<2<;nU-9-X~;ou#+oUb-DxCdbcSj^BY><-Eq7rSVIaW0d$g(M#v8z|VHg zjZbcU==wM;1x@)=dQ;+8#4j)};NS7yamf*jRxF+$ztr2jd|vSE+4yb5@!kn>3zFl# z&3>)@jPpDFDC7K2foYsyD{^Q)&d;D5F2J4trvFbUV8wifiJ~dXE!&*!lkJ}!kR6mg zGdngrF*`jwGuxV7mR*@$lU<+Pn62#YcC+2z9%PTU$J&$Z7JItgYA>@_+H36f_C~wP zanCX5_~!)WMCZijB;{Cg(sQgiWjU2OH97S;jX5gUJ=dJ;pBt1Log15*lxxXN&$Z^3 z?JWF1Bo;9y5uQIPDuRgCa4-=-t?C^I4Iiel0 zjwFZ0k?ycM${dxB8b`gO(V_C)^UeAG`9b;7`LX#)`Ih|jd~1GLer0}5etmvpzAA7p zFck24LiHj6D;hCt~~*K#&F)GV{@SrAgJJfO`NeJb;G}FbM!I z;lO4l@JR$lDZrxvm^1;Gj`eKKcL2k3;8+DLYk_A2Fl_>^Zot+9`1)v!!-4ZmV4VoO zQ-FCIaL)wxj)Jm+@`B2Os)Cw=+JgFmhJwa|rUF&yR_I>nQD`poDfBN4C=4nLFN`jn zSr}WGSeR6pQfMhmD@-rUEG#drDy=PTC~YcLc!_QmFSi`L|t%=qYYnnCF z>adnutE{!w25Xbm&E{eAu?5(|Z8L3&wiH{MEz{<(mD{RpwYCOZlg%y5Bg-c%AS*m; zW>#WWN>*A{W|kwXJgX|J7Qfd+DfNJq24sgrMiaABveO`=j_mU6s_feAhU}(nH@k=3 z#~xr0x6iaE+EeUl_Ds9OUT&|l*V-HGO?I~&j~t(zfSmB0nK_9$DLH95nK_P}@|>!i z+MI@*rX06ik6fSJfZXuhnYoF%DY4F^vX!Ot{DCYE~Tjw(kjINRiKgS7ZSQoorAROFE1gFx#B?mZE1@1I}Gj8CD4>%GIZX|*eY2bpRu)MIUu(q(Fu&L0k z$fL-oD4;03Xl7AjQA$x-QD%{&sJy7EsJ5t~sHw=U*rV8|IG{MZcxG{8aY}Joab~fj zxV*TkxVE^V81h*UK2lEG)s-?xN)4o>5fb7K>F|eSL_;c)AQ9<>*21#F%EFq$`ohLS zRpee|F7hu5DvBdWp59tfaD}rlh{4u|$=+mzqocOM^|8`%I0n}+x%@owrE?dEy-rFrQ58wGFzps##V1@w5crjEOVBBR!~-SR%}*MmL)4a z%bHb|Rhdrov08xj~c&yT#wK;LD`LQKSKz h256NJG%69gR0dtDgdQn-dv>g?tw9I>P5-MY@IO(Q*TVn+ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/distlib/w64.exe b/.env/Lib/site-packages/pip/_vendor/distlib/w64.exe new file mode 100644 index 0000000000000000000000000000000000000000..5763076d2878093971a0ef9870e1cde7f556b18b GIT binary patch literal 101888 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

                                          # 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/.env/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py b/.env/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py
new file mode 100644
index 00000000..ad279407
--- /dev/null
+++ b/.env/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py
@@ -0,0 +1,3361 @@
+"""
+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/.env/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..79d32de0c79e61e0c49262d7c49e94eae6b62e26
GIT binary patch
literal 146488
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

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/platformdirs/__init__.py b/.env/Lib/site-packages/pip/_vendor/platformdirs/__init__.py
new file mode 100644
index 00000000..5ebf5957
--- /dev/null
+++ b/.env/Lib/site-packages/pip/_vendor/platformdirs/__init__.py
@@ -0,0 +1,566 @@
+"""
+Utilities for determining application-specific dirs. See  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/.env/Lib/site-packages/pip/_vendor/platformdirs/__main__.py b/.env/Lib/site-packages/pip/_vendor/platformdirs/__main__.py
new file mode 100644
index 00000000..6a0d6dd1
--- /dev/null
+++ b/.env/Lib/site-packages/pip/_vendor/platformdirs/__main__.py
@@ -0,0 +1,53 @@
+"""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/.env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..083a978a62a092bb349fa73eb918ee45ef6ca566
GIT binary patch
literal 18043
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

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..308b7375623a219cac4db4554ba20afc1cb06e5d
GIT binary patch
literal 1960
zcmcIl-D@0G6u&cbXLt51AKEra2{J88veum>1#2y(AYEH2CS5ANtSgtv&P_6AXYP1s
zX3H)c*aw9oKIF|pE99|~KKMuY=1VXu*dc
z&sdtJeuC>+s#%%Md4#woBbwbEdX!Kn+sT%5-N|Lsc6I6oyrX-}b_3%#p;DHjg6X;}
zFaw*pep!x+wU!yIG451t?nebe+LZh7j*#+LR0@5{iDd>Rv1}fV$6}MYYxa5!j3t2C
z+@LAh2k(hojNi9dqWwbRjWt6D0`p^w5q8^cG1E%0$ym>`n?cBF0wv6C+oCK15@sj#
z?Ply}BDUe78`w_5UGi-a#go`$F&%pXjACyNGZ;T|uqy~jN2j1dP#0+nS@Mc8GN4OM17Qf6A7H!86Uz{g*0)V1~g42oQ~YYrQaO_x@=-KLEy^*00NHENuFL<3f-bs%*2Iyg1j
zOAUj%?Z&(IYC|-4#WS0m<~sEop6xBbU~?_T7t)1TAVk!U5X0+4SRDBoh+rCiz77rD
zM?a09>c8{D;2#O4p)9u&_1PY1t?4>*EEp-3BLaRvTQGMvKLb|bvPTw2aW
zSwbw8ixnC%H(cK`}0gAQ3l*kgpIwD^MM_$J%9w
zSz(J_;padUBiJ`!gX~JuBQ*6RI{PcSa)`%sa$h}qc}7}1yohk|PWL-y<`LFDy>_S|
Id^+~`7dE2`u>b%7

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..118af1ffa04ff0ef7a8dcd30d04f9c749b681180
GIT binary patch
literal 9458
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
Zf3So9W{-XvITK{YujT$r@J=(u{{Uz=$PfSk

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..77008200c03e994854fd57354a8c6fdacc1fd8c3
GIT binary patch
literal 5651
zcmd5=&5zs06({vc?-$n_Cr(=jpFq3xwdUwd8nRG>irh+bsqU_?MpK@YiYx<2L9_lBQZao6fcjPNiV{`h7%
z@AuxD_lEyiT$~f&`szP`WL{=oB~(Kqhgqpv^qU5~y
z>%l5-z=DX%)w~DZ5h^u}l)GNf+H7iNzQ8U00chT5L~+_&u_mm~)_X*`;s(A36fsz}
zSq@1HoDVfY$<5{}pQ^b>CPz>GEBc~cD
zo=FVFb2zg=GF??jxl>k}%}447f%VaK%oY!HWvB1D4)xT_0k!JofT?D4|E*Jp9OT9q
zG#Eu}18*7{M$_RTm|&c7*f{6vUUxi4K6Bv>F6TfT=NPft43$#8wW}MAj{s&3oqFAV
zF7RG)8&F8{lL0CTbTwZ@Bum5f3
z@8|z|{&}VPtWq7;TBC|FlF3jaM`))BKfq0q`@v=Coa6_wRk<~rCs~tqbqe;pKfr*Y
zEHdVQY|9I$jW`e~W*!PjNAL|pm!UgeM0%&#ngGw^kT;;2U~5>pHIlc7(l$jlC+I=D
zb9#OV9ZnD2k6%EFxL=J(X*qV=?40W43^x#+Da{F6HbJwqF!_{bG8gmb<(}|*!V_Zn
z0*pOEDkAMJK9esFrHlWIUe{07D>gS~g}~&IY7@jaOCo(eRW&Xa>#!fFb_~9VV}F3n
zl!;#LPIf1zLvMlB5SKia%(RtNaR^J@y_VzM%a@{O(&$?9Jpt$8j&LsN2qF4Y82Pe2
z;m)XXcO>5%O82H2{crY!+b8l8dr9CS!44mV_$jQ&$Asv)R8o9r3Dw^ZNSQ?6MN(2i
z|Jq2d4yEce3$us*wMcgcrOoL+5rqdgWVp3ADeg>DaqnB3Pda7o2wlgK--ponZA63R
zoWA`{<@gVrPI_1@#bJRm=|Qo;xrC2$l2#HS5n%73?O&24Z;vV;jpRE+>CUt(L;>*|
znCOY%LF-?;QGpa9g0PDl(y{AU0*!M;SkkiDHj-LUKr^U!<{zoi<3X0r!zbwiHjCIC
zPmU|TzlGyDQ*S1iiWY)zHeiM$bg9pU7f@8J{Q2P@A3m2cnfzsKB(D#p^;gT$L)&t6
zV`h#5@sOk7k)i{f$V(uU!b{@KuW^Q-VKbG5{@*TgH3}xzY(eP^hme_4&2}IS%FjJg
z!>4rJ&vKs#=jW=QPq;+#MGcf@=^n8?~FNI5A2}}PJloy39
cQS6F;xb;Hdox}SXA-`~#&CF+hU*z-s8)mt2-~a#s

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..277a98fbc3705d1f6ef9c0f18a12ffa91293e1c9
GIT binary patch
literal 12455
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
Jx}8kue*su%g4_TA

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/platformdirs/android.py b/.env/Lib/site-packages/pip/_vendor/platformdirs/android.py
new file mode 100644
index 00000000..76527dda
--- /dev/null
+++ b/.env/Lib/site-packages/pip/_vendor/platformdirs/android.py
@@ -0,0 +1,210 @@
+"""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/.env/Lib/site-packages/pip/_vendor/platformdirs/api.py b/.env/Lib/site-packages/pip/_vendor/platformdirs/api.py
new file mode 100644
index 00000000..d64ebb9d
--- /dev/null
+++ b/.env/Lib/site-packages/pip/_vendor/platformdirs/api.py
@@ -0,0 +1,223 @@
+"""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/.env/Lib/site-packages/pip/_vendor/platformdirs/macos.py b/.env/Lib/site-packages/pip/_vendor/platformdirs/macos.py
new file mode 100644
index 00000000..a753e2a3
--- /dev/null
+++ b/.env/Lib/site-packages/pip/_vendor/platformdirs/macos.py
@@ -0,0 +1,91 @@
+"""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/.env/Lib/site-packages/pip/_vendor/platformdirs/py.typed b/.env/Lib/site-packages/pip/_vendor/platformdirs/py.typed
new file mode 100644
index 00000000..e69de29b
diff --git a/.env/Lib/site-packages/pip/_vendor/platformdirs/unix.py b/.env/Lib/site-packages/pip/_vendor/platformdirs/unix.py
new file mode 100644
index 00000000..468b0ab4
--- /dev/null
+++ b/.env/Lib/site-packages/pip/_vendor/platformdirs/unix.py
@@ -0,0 +1,223 @@
+"""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/.env/Lib/site-packages/pip/_vendor/platformdirs/version.py b/.env/Lib/site-packages/pip/_vendor/platformdirs/version.py
new file mode 100644
index 00000000..dc8c44cf
--- /dev/null
+++ b/.env/Lib/site-packages/pip/_vendor/platformdirs/version.py
@@ -0,0 +1,4 @@
+# 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/.env/Lib/site-packages/pip/_vendor/platformdirs/windows.py b/.env/Lib/site-packages/pip/_vendor/platformdirs/windows.py
new file mode 100644
index 00000000..b52c9c6e
--- /dev/null
+++ b/.env/Lib/site-packages/pip/_vendor/platformdirs/windows.py
@@ -0,0 +1,255 @@
+"""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/.env/Lib/site-packages/pip/_vendor/pygments/__init__.py b/.env/Lib/site-packages/pip/_vendor/pygments/__init__.py
new file mode 100644
index 00000000..39c84aae
--- /dev/null
+++ b/.env/Lib/site-packages/pip/_vendor/pygments/__init__.py
@@ -0,0 +1,82 @@
+"""
+    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/.env/Lib/site-packages/pip/_vendor/pygments/__main__.py b/.env/Lib/site-packages/pip/_vendor/pygments/__main__.py
new file mode 100644
index 00000000..2f7f8cba
--- /dev/null
+++ b/.env/Lib/site-packages/pip/_vendor/pygments/__main__.py
@@ -0,0 +1,17 @@
+"""
+    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/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..062372cad2316b1d4d5ba009ef3ee32128d5a082
GIT binary patch
literal 3503
zcmaJ@O>7&-72YK&i6ZsmO16q9u06Kv*t8|eR^8fBV*~z+Ekv;eOG#5!0J+*7k!vk?
znVDHh6y(A%awvLA(E!dN1&ksTz;T_C2$d#cwZudz(FlytOA|7&(SE+pN~PucUtX
zX{+V_V~M$vSxh#4Wv#KATdjHcSFT@W4a;7(s+_F~S1Il@*M~h-3;beiVOqs|tK8?p
zwg1Zo7i=jIOfOp=3neELmgli$*LNffmY58d)T$-8_DF_yjaia5g>_hyir3{BTXmP=
zA`Atp29s8!;kmY@+`yMi)hxw)&K;%#)(~7Ncc~d03qoOYW(N*0va3m02vzW@*!^P&
zd)0L~6PAxC;f)>C>w(WaJckGzFZ&LwTVgqEkW+O_Ns3s8jYc38cl1HWm~3#{MSvD%
ziTt9M8kVb_a=5Zw4`H~zEx08qvG0bK=c*=KY{G>l%SBN2AoNvYFSf6f=kwKX_>(w-
zK$zt?2%W5Yanux(AJ!L}U7de(W{k~P^ZcDLc4PkaF*f)1
zl`;Ko+&V(np0H$RoaWi-nIv?CL#a7`ZEl)L{%**9o5vVC#$1hxP+E%~93*T}TJie0
z=lUGqDL|&MSuc6+qOe5bd$Cy5OEA#}qGWsp*t;Ms*Ix?lxG8oq8M4U}Cw?$K
zd1CT=1QDRV?JZN>s*fS(oSlDb{_6D`b4Bgf6ez)c$*0(bxl8f-%=E>}*XAy36tzHD
z%>A8YrjUxVb4mb-)7PV(3r)r4^!4@b$>PcH7f(jJ01_oaTZMud{2t#i|0YwAh0Y42juucWb_!LEU
zF%&|xZ48!4!F&+U1}0;s#3vQ2T$SS;M+-n9iMF5+3uctN!K-{tpT2$yejP19y{aJz
zI_tQn9d0`}#{57L=R8ZwLQj!Wt
z1qLDBD5J2CW@NY++f7Fq%3IXc*&!+GaQ=Dy;?%-hk_)+D2{2^gy3a2OaADyRm&+<>
zEX<1FCRf3De3x9Y>b$sea-qomm4z91aX})N&N@gB_Z+7u3_VsXU^x-*K7(k
zX>Hg~0@fP#DS1V;fxlrAr0=(OteGMQV7K?*Z&_J0CC!s9-IDoRX^^NVneF^;7#ryX
z@FvDL+f?bilh~LeBJOOXO&Zf^ra;Cv$y#JgI~lLL-g7Gh-@cVt1{sHvapD8WxF?z0
zFgG&o`Mg4*6E~-8M>2L>dyy=S``7gq3!#qrPyq{fq*kFr*I1HB`zw|9xKh#Pj)J-=un3!XDg^ORmRp6bM=cN{P+5o7f6&Xot}n3l?v3TWMcfL#-B;KBQ8i>WB=~
zIZ7j^Kx9Wr!DZ+v_=#c%B9c^4C{kQC78f$BF4aTvosYv~Ex~QB??osuJM|l)OUh6?`mxO)@2=s55Y>*qeJB5M#1v(IW
zsK0CA&x0dRMi1O8d{X*+_vYxiFGpwoaQgSJemPp&ntf+;w)C?%9{25e)VKFx-`)@3
zzW0-@zLSrK_dOau@^JXb=5XObU*YKs%Rl;4-}no<@EYlY`|<9r{41YMedd1g($?`e
z{+})o5$>GNp5JHuEvv*z@rW(B
zKFj4;^ff@}+}|2vKYlc9o@ZaH2TthmbK(`ukq*mobkEYJY5pVil9~DEDZ@PQbYSFm
h{_(DZxBLH+J9@k4tL_1FVEf>RIq>ylmw85;`!_Tc(|!N|

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..86e7ae5a7b34437e4c42e6ed3e60f55012621cf0
GIT binary patch
literal 749
zcmZ`$J#Q015Z(1%uyF_^5(tVED?$-V`0N-dg@urU9mQ5cVsKK#I^}%!P3%kVOS@|)
zM}eT>Q$kRs;SV4xegZWmLW)kJqDmKVgIuw9@g)%wQ|!#n?3?#y_Upt%8VURPdTCq7
z!iSgG#zw*5g9r|gff~rbM#91kEWBhTY^fn(bP**G;GI+qJM$thiAuz9mJOp%g6q7;
z$WP25xNr;6YxuwY3^~SOv?&mKXkXeydpI-p_*%@AlL+2g=m!gIWf*%Uw^cQFjNpo2^Cr
zS<-D#`g5uRPG4OyTPia-WIesTt9O8@LRD_0Di^ED#h)T{4pVn+*XUVrk6sq+;b^QX
zj$;X9{40^d^581M<3CXLSeEeQp?v9S=|$yP<<b%7

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..cd22016bb53db641f2ce3ba945341fba3834137e
GIT binary patch
literal 26620
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

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..5ee0c254f1df4c990103ab688b7519338d3c8e39
GIT binary patch
literal 2641
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

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..bd8e9e9be6d191556b95af6e14807292ef92d8ae
GIT binary patch
literal 38344
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
Md;ea*9pkh9U(QcatpET3

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c8a6d8d599d30ad4e1df0e2b868c96927fcf6bc1
GIT binary patch
literal 1583
zcmZV;TTk0o_#8VIlMC047S?G;+vspN0?o8Zi&_u`)NMk6HSHeK(8!5Tf`enbK87~P
zOqtecP%1Us3w`9V6+dM!bVwVsc$l;&-ZIjszHFbJ7%KKj{?2#Kcfa}9cszmt{(gM3
zDVe@=
z`^$w}nS|#%r7A_LF`6PbGP7;|{8uw`>C7A{=_Zk>B`GRPM2_8*)6T^*welrJrB=ASZS+q2O&<1avHpb@tLT?1@0K-rE>_CyjD1!pXI&F-N
zVN>y5M+>ZsfR&&fw89;S$mV=ID-bo<>3_oqX9r#HzC_2<2WOsYyck%YkGLC~DN35R
zG3|Nwrr$3!Ba$W)lUl2$b~dU?2{w}wg@NpoCq^i#d6!hynZ-A
zQ_{-R;Z>@MA%_QFPFGcWnD<1SU|X^av>hJYIap!tf60xH5Hkv->DIzSmw;eD0IH*=
zfa1MR(_86-*rod1VZ6VQY}6W+-M*jI-Q@nj$jkWU6T}BEY~rKt4|l&g=>BLECc67@
zVDRzR%`h-t38;IZ@x`;k?)wMvkrNaMzO#uBqp>Hf@!9tJ_T*9j=<~Oq-+yuOpg*}e
zu8%{as%;$t^&QEh#`qsjz=76V2uJ>kj_gM+
s*Tc;a>KWQBJgsb1nus3`z&#}Vl>I*23iCaE_2@~A$HT8;J-8j|f1fps)&Kwi

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..9de76c032e60927ca1390c6e63e4171cf51d01dd
GIT binary patch
literal 3411
zcmd5;&2JM&6rbJoH{=syAZ?Wqln*1bN%$%?g(`uBMop8HgqEbH&c-`-7S_Ag%;v*U
zQV?n-Xp!g%=&2lfD5Cuvs&MTkk~ts?dg0RE^1%Ue>YG`wlNbaX8EK#2zIk8soA=)O
z@0ywjg7x&rGnp3Pp7IxONo8i`C@{B?jz*9!jYzsYBJ0YCqWeaCy8nAL;@1N}19}i>
zP!9nO>0zMZLL|0H+vGzif??$g*&MMPrsmCwtYHb+cNJJcXRZ9Kta(SCNrZJ}Gh@-u|SYS!;
zK*1TeEzBIv(lx3JTd<)TEnsF?>59f7^;jI+6dMl1>zt?7oD17AEq#f{#Tn2g8Z`|<
z@g$+luq}q|OgW&6dq71qO@_Gzwp|=XNAs7mDN2|Vj>OX-L#Xnk5phkYCp~mHQGZ
z?1BixcM6cCYj#5LIa{AFNn#kpz1*AY18~S`4&2=9ombSV0#xMK4N`d*ak@R{m84o#
zGVQ!US15Ndo-|HtaQTG9D=$!2hD9)VA(ne-5K@#%CA6@g0&KB{O`_?BmBq}|*mxOB
zR
zJnioH_MGbK8|)Gtp+hSgCQ~CbbyamWv!x=a0L|8Exq!{ouW5)S>C5@&WRb5ti@d05c^L6$
zqi1Kc7b7D>l&}Ojc$%*E6q;6s(Uj!<4x<}Cczi6-_aC>9Nu|v&l4&88w_(aMcyBPE
z(o*Y%r2r!)NjtFV&r*9LAB&V4UmmiQpSrZEM@-)?N^QDMt1>N1JMu1FX+cFCKk1Wce@R5Hu
zfAsuuUGp*ughAl1Ir60b%u)z#kNw_U+;;e3{o&`&f~X1qwryccY#B*4&5yS2xD{Sh
zfLmP*g3;=df@+Q}`oZBU`x=tG8u%3b74EE6=EH%GdU?K1;(UF$GvuFd4s^tQ^Ekx$
zeKMEF8#;Z#`4cjie99#c6bU2`d_Iso2q|1r!#$+Ib!G9E+y&3dc_5!730l*sw5?Na
zJya?6)9AuhXi+qaE^<(-me<0!q}$NcH=;gNKz}Mz(mkm!rnrUB(A#ys>ujp4Z|LlB
zYM{TTZ>Z$sAH920DI!YREpwg%ro7urjWG1}lzW*e_d`dw!^RnS*ghctqUTr8BR1J@4r6y3MQ6Ov`G|~0Ytc_;+KIrvw
z-F6^r@SG?{PjYzLEAZTz`StQImy0cJ3$<;F-&LF%28V`wyVjQw
zeGf9GuY_nr^|&7@ib4BJc&gy>s^<;x&=0`$9W9~8?w;PN`gsjDTQ-!B`^~1j7ruHK
zoJ28t{4HunfYS$`pI|Db+v!w_!ni=RnUfYyc5))-G4Ekfsp39F+n+a

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..f67648a4cdc73eb65c011a22944891cc8f71c005
GIT binary patch
literal 4096
zcma(UT}&Ivd1k%-H`oS40!?5;NE4GlAeRI|ID*4Zejp?VT&p9d$aoiHVtbw0g#c&n
ztV^ncXSz3$y*KI@X8uVMD(`9UDT%u&LjK5rYIgT978Z*Yn0FSo`X?0FH^rnQtp^x{La4
zycu8~Z{;m_aew|Ka-`q`9cAa1m%%1
zCy)4KE+9k%;*$l5gRQ}Ea7y4gl@iPhi-ZgNWdBGo65v821wly$%wd&SC@90$5GTn5
z5TqK7MWbJgPLg0?L~i6-(?jl5ZSC3WQ?;kw;f5xGvA|tViOtD^FMNWN1cCFs-*@R+
zPj8J%yfGB?3lT|Zu~OLP~v8*Xj%zAp(x^7@E8GUmM&5!y&_T=2FD
z(oI>6dao04RFK8$>yz?`7`f;R3pL|)-Wnk??(GT=c_lcn>Zs3u(-#mVZ!{P^IXEsv
zc#)h;yWPpO+toxTcTG(pUwDZ3HBXg=eK&!Bf?U%S68*lA)C>b{eIH0CIRV7c
zl4}|N(fE7gAIu4NLmcf;)fBXg2i!Wv+}bQD7w*FUXKp6g6HyAsx}zeovd&oj1%
z*a6p{G87CEGQ(eW1Oo6=%cs_P6vGpkr~yBLCE7F7ObkhQ5+JWDferU8a>itP4#2ZF
z!KTC+!*a%jW-V#=poWYwnmK1J(tg0oxD(K2d3`D34LMF^%-*xdagSz-<3|BBt%E-s
zLv3i_9fYR!d)P63T7ndIK}<)r
zOpbOYs+~;FUv04rg>0>X!doz8YlcE56sHX_18K~X&XAUF+L&#fSY}?8CCeUd=z-qP
z1i)7Y;H;+gF@4NPE%cE2%*?{
zcKJ8!DJN07$|R4uJ2X*El&Nl>4B
zk;zo?;ervhsz@S{p@7jc1yw3jnRc<8I6y2ygZm|o&h9DQvGa|)`1~%8z5EZfoHWb=
z21E+lsRHl_cOneQIEDtO&2S9!XqK^}QuGTvk0BnwW|Qc5y4%=|yMK!yZ80^q3YHXB
z3PA;<(av#kHA(H7n`phAh?3^13N>*KLe(7%MxX{~CCN0-CDyZ$|M-JMWy@=cN_xjph;ziJ0j!GO1%r(62dMCS?vrJ5P>6C#8yoH)sU(
zyjE2DN{0##J$5Y$OP*hk{HAQV;5+B(Ep<^lhfgXhbI*YueIfjJN&!5=)Py{y3e3XY
zjrKGpLmg(iRmUJ@Fa^SM&?)-iAc4D%D!yhsk`MD!hu%;*%WSFI)(vQq3jmmG#ko@V
zwd-lo(_4SupJ=!oM{136n-v|n1}!RxR02>8zGxKcs#>-PwW(szT$xZpgytT%O);i!
zT8c#k?7^sy2oc5V4~deH`Y?+TL92}lO9VjYR9f0qNMWPERk5b13=&}+*o+OsEs4-F
zNe%&!-~tQ=OShI5&2&^sRaAPEQVAT(>p0pdIIvn!xmdVbP_@LwJO5!V*swd-Y=v{4
z*(>q(b)#jb{!VP})~a#;hP~vgj>R)yUQO8DOPvXO{WDYjbE|_+Ut7Ak>{-6B)VWfW
zJa9f?Kfjjm+|pr3!J4a__S`1IX6}0+cIM91+cOUPZj)xiOE*a`yg*Gb|uGNxDF1VEV`Pv-qNml+%-aQJFCS=q8;{99#9vaIFlk!1cQO8heZKHoL>lV7$i
z3@x-h^d|EwD5t|4M`~$bM>*DQ!od`;nXC^?vnDO5*2|7829hT)C(Ew9($Nsy0Yh}*
zEgfU)!l0YAc+04>6>lP)zWDX_k5GBz>um!ntX4hf8)7v-L-qn7!y}M7#dTNHDqN-_F6+x?+rlzpSkA;M0(hRG#cuVa7
zHgy=|Eyj%5onnM7FHq47#JxZVU!d|0Tk*_=2UljV%zd1+9gUlxJ4zSoKF^EiZ5uG|
S#oMMcxcF5RoAEi7&3^%)7SZMa

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..17f16cd12b6125f3301dce1280bb17329a474470
GIT binary patch
literal 4771
zcmdT|&2JRR74M$uw&x3*fcaXp+1llE7Sm?gZ;K!qOdu;_5cX;p%TiBIcg;+Xd%7o8
zJ;pO}5QggVPFgffk
zCH$tV>eZ`P_1^ovSNwh3wv+_zUtgRr3}oOJJ7H7XAL}FVu`F5Alw`?P%#o+$m~>vU
z;x{Erp|OYYfNv@;MpYQ?c^GStDfL*k*HECFBG9V!VuiXs*SKl8E@fiydRI${(aDm{
ziDT!P!Ro}WR2?c-5`!>Wq;n*1aB7jZ9F0tP6-pe#E!K=8r2G{UbmsRgZH!?@*NQ&^aLiMUiri`y^i{HEz4bK>3)IbGG-ZdNrb=&%Y
zzTt%hLPt!mT4#2#2U2dC=_|&Kj5l$%?{dDrer7IJf
zkUZkpCUrR-A!jDWg87TTID2k<;v6Y>j9An+Y=>*9f1_87n}KfxRBm_Hx5LM>M5QSi
z94%(aQ*m&ecq@6%wJsGV;qDt#Vy`QP4cBiMh_DV=0j3BXj8VfZfkzl%G}IYR9k`dz
zY#4@n06zdnAQi(mOQcY9O&@MQIKX&TX(e>sH7ZosTPa}^rx^9pEj6Zs!d;V=@_$T>GT-oGrm`yzRbKb^}XYl>wd{|&x3qz
z_MK^sy0g<4?ff*ieR{lVm^0|K(^b1Vtk1%^JT@Fg%5Z2fu#*B?3Nip6ycft#X)P94
z6AXh`%xt<_rmO_ebUm3(w|XanxNcO1ttLd=hCUa#+$b2KLg6+n2t?nf%;h3FA*#CrgM;bZ
zA}2>(FNjIgt5j_Vtl5bk{$^HeWyUvXjoCv_t~5dT12UYzgKPVGmuo@oS+d!r%x%kWmq?JA(a5@K@o-
z*Ge|{CNFt4$0B*aCUKos_rii>6gjT6Xu+sCK0;#mA;aU1XOk_(GJK;Icc|M+
z-Lw(Ji
z1Mrh*?!sQGIj|S`nu0ym+&8$O{Gm^{y%{11NR;rDsK@$yK)~=)8GgGPj7G-p%*{+o
z(u9_0#~bPJ4xsZ6
zGVB3zL;7d`&ZW70-jgR?Sr}UHk7it0e|1-5$wSz
z=7g>m?k`MrC-U#nYSpQeTpLkxQQEFC2K5F3kG2u*MRs7+uQ4}TiUtjGf|oB-6LS2~
zF^_Wh2qamr2H^;cvl;=I2Y-M>0~sw^i`m#HQNs$-2)IAVCfVzta{$(8=T?l-R&N`+
zM5wUc$k2}jUFSheculJ}#6vWG7)UBan>o|i7J88AegF(S2LwVWBW1QPee}ggPj?L7
zIrb>?dNaLa<={Q-uC|&!`tbJ`GiSH7R`$r!oMqhSDbVT8dN8v*_D=R
zwd9%%riwMJz(Pg{`v22H;*ilLLm=8Z
z-6ASM%8u?`I#}_W*nI4UT$kr#I-wm8m
ze#RVZ{1FTnITm_@z<7~+u~J1WC_??_MsAAbWUUIBk|GWa3!sPu;3T6COj@L1Q^x}L
zoCFa8!jM_RsX?g<^$p2;oMZ0s~
zV=&%+q1Y~DaMy%40w=kgSd_~Ri4$QCf8}z)jvTq11`DGyAO{%`pF`r@0eFfxPw-qH!36AGfO-BE5Ws|i
z9}TPndzU}C{fVeo0GmU+eUizpX0rDWew}@g{burSpa13a$C=X$ax#>me+Dmfyeq{+$n@10~Sz<iF$Om
z@P9gIm_FoA&xKcR$za+GSwkE>2BO%0ARDWh1iUbHe*6=Hz4vc^^7-Crw(y)$QnLmorZT_QrAuJ
zcdqLUEBQ|K_VQ_gg;v?-A~qN?VWlYLZb;4k!De9QCz%77SD|xZ@dErj$?RXv?0?p)
zypeh?Dce)eBqf;=*24?N^pwp6Iv_|f#AJr07<&x~RuQd4m3dXl{Cber4&j8bjD}xW
zOEQE)AyjxZLlX#su*iP~i}%ws{VBR1Zw%!|aS
y;30jQVL^_S0zU%eSzMOo=dpfSStpX5`k_aW6Sp!yNbvKYzF*36YE42aPW4~69X>?>

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c3fa0af70e7a23a1dea3b9c01585de6c8e3d2047
GIT binary patch
literal 11061
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

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..fe9d80a3c80cd21dbe2e20e8a2a917cea46ce961
GIT binary patch
literal 8157
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

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..98a09c29251c05598fe48b87af21c973b7c651f0
GIT binary patch
literal 33003
zcmeFaX^Vp)xpf>V8Dzh@9j;zWfGO{Y~`_7EWE6kd8K^UObRRy5Y4H531`Z07fY}N{6yDQn6
z?S5WIHvj@8C{fxS8&%m0_wXzH3is#VdoS{dcfRv&Q}`QufA=f@=l=m$+?@Qq<=FGm
z(k)X{D^oL5(^E62rcce>G=0;|&C@r}+%kR3%&pV6&b(>*O*3zve)G&*rr$F2*6Fv-
zylwhzGjE@M`^-D0-!b#f>37b&Yx-R?@1B15%zLKaGxKB9KQ{B;>G#gOZ~A>RKR*5A
zGe0r?6Eie*etRPXFx8&rSc_%+F8%{LBZYKQQwP
z)4wotdiwPJQ!^i2KQ;ZqnGe~grav_EVO&2v^ATJ>GW&}&zxXG=JT(p>@{-m)t+~To!`lB15RGW*d7|M*7Q6W`3Q7Ec}d-#;~d$LvR6C)Gz!QqA0kbRR>lK0YIzgne%6
zOZlm(=}#c^&e>0#gie1F_rLVuS5KaF!=3%)^)z=O&8KeM&)gw;;_RDdJ~sQwZz99=
zC(pe5RVhCH^{KPB-iV*Q?ZJm{lzifwz3cv|lh!}@rzfE|+#63s-+c1Hb2nm6d?$T*
z_Qz*$oB71gAovHBGjr!roxfjc=T7-TDDRVRqomMOGdjQ)RjIQ};u)$MrvFPzl$
zhC6%5Nxz;FIe&fjwv&5|&?nKGcg@`O;G;LvpZJjWBeS>7-X&^vlHf-!jQ6xZhoQoLp@
zX8y(O2fz8I8?}Djbiam~_~$pCed0qKKCRw-qxP@;l-ZBnNb%}7>(SdDz3szOpO`v#
z>Kiwmn)(k@r|=&<#-}}%*r~l~81NS{VGkf~Juikt1-uuqa
zo;`{=ec$Za^Y=b*=Jb8{o}az{;j@q4ahUm!&dtu8{>sB=Pk-&+^Y?ufk2;Mc$3;l@
ze&gP=v!@@r_ssnl?!ABZ+#RR?@WPqX=N~?OcJ}_+GqYz=&>crr_*ZAnJ@UX=l=S6C
z51)Jf(MM*_-E-gBS&`(CM^As{?89F>eg3Pnr~lyL2hIpO{m9veADq4K{Bi!z-1qP!
zkDh(t{;!_@%<0dbcu(K?@sEE>y7S|Aeo_=Ga)05tV@{u+z4vP$J$-I=_VjQ4(ZBs4
z|Mee!@u)GMdFX-rX3w0P{mkj#{^IA3;(z~NefD=g|Ha=qY~su;I^dymcf9Swo5gTT
zzwp0G7qtuj5#EdCE3$OOaV2(5eLg^v>ohUX2%td#0wI)TJklr)23V+f#E-
z`JYDj=uMd{hfvu){F^NRZX{9nyUf93m5L;8;SLSK4e
zKoS*+B&sA~lC_vb)>N{lk+q^k)-|%;ChH@KBo|1=PBMOpWaddmfrEfN$<#@viJLab
z^x*VK)*+FslVm+`yd)cd6C&AFI8l;~lWYpUG|8G0$;l*VC%HNJ=1C4E<`zgUPjYpV
zYmr=+(EmA;1g+3`dNzqG+$XyJOBA!>&NDT2JourJql)a>k(#p%EjP{kIq#P$@6j)A^vM!N|g;eaMg7#JXq@s{Y
z2)Kyl`^T|5tSjSqPbNEsd`8i#a9EQimFsYq>86h)1=ym
zW0IPm)D%+7lNxf>2BhvFbq}c{M}3LZS4ceypGNAaP(4lRH8@?;@RNo@8hO%akp}WL
z`lRU~O%G`zUvr5xSKz3msgWk~HPfV7BTbBN(6oPJl1SG>y6B4TJn1fz?h5Im1G;I_MZLOp(rrsb
zmx+$1=_6ub4)$cyvymQpyXPc559uLu&qsQwXK#`8R!J{GdMVP&kX{Z!dD1J9UXS$f
z#GXm|4$^m#J`(o>q#uD3C4D@xZ<3*#49gN3*2rj;jE2PY6BAu!n$+f`Hn&7=K5CnX
z6QCXs^}y$WZ-sio)Dy>zM!g>DMX)zOy>;sCz}KZ-lg?S_oKvE6E;_eDeG2u3B9uDj!6>%nn3vpjjo}nHIuFvCAwavNjxoS(v(J1C5fi0
zG&O)@(zHdQX&X&f;8bb44acMzB*|21)+^C$fM!wqtV(k+iRM(A*JvK?$d70N(S-ml
z;Bf_w7EnT=N(-h$izY4mBw7y8GE$aJT1ADceOl8cTIcJXyibnL-gv)<%)(x=k3hQdj2uRE@Sueu+D6VfZ6Av=0%pAZm#};{PU6IDt)v;Zc
z#&-MIUK=|DV`pC)JI%2xC5>Ixv0EF@nSb5sNPpcizl%11*EIQpU*Zb^zUY$pVt}uf
zB))3$s4nrS$>TkVYaO0IV4}(sxJ#IP4RLEGPdX)@^z&o{j>gkV5>Ll@dI-nl*?FEt
zcvj_Eljph;&zT&HFwX~g9^v^YFWMwtjPN4jN-{6u;UzaO1>gjEX$6kPOIcp3@^VJv
z?Oibi5JrfgUn99V&@aYp1g_`C;
zQ1*ecpgw4H5VXuoxCB6P;Xw*pA08V#b{jl)C#WSnor9ng>6|g#I5p53JT8Q|M(}u$
z!K=dKMbw-E&z$fKga=W+6gK8#5V|0$vw$KN
z3c^!82re$cv$z5hg)Sn^QVyOaL@kTbmn)zeJS&L8GK32}swhxJIjTskAtd31CxK@r
zJRr0xVTb_qM`9>E=#;h4L2zBe&3XnT%1ok!WE0d8H@$;kN_0aCRZsPV2bt0`JZU^2
zqr;OydD$R5S>+&@vx8i?$<2Y5K&v28RIUpWJ&{8RU>0ye-{ix>gGUy?MgGu`=L--fW2$85+ohr;juP5j8;6Fai&zks_vzVo^XSS+R@`6q^+un-3(SYynVS
zc&Z>2s9;7Z_V$6|KtCuBL_5$D#eqMdN)m&R5>Z)1%-F*wZKeT0C#b)fUaCnsvz|10=jWw8P#4u^kT3o9V{VwDU5j&LaReL
zsV8wc;TX8A8-kP(BNnz3c|FCA-ifrO;x-fsvU2+YR?_0F1$J_-U8Kw
zx~o`8)j6!eD(1K9UxCMu5I_1sMbD_p@`1Xbf>2X+VGV?#Ru@trQQiW|TPTBipuvH<
zXg^SwoFJ^k>XHwH{7cBcgak_{Z`lDtZ>!55kaD0#GPsFk4^+(ukLEv63&K-~fD#~d
zy^40kWfuq|9hW1Zbx<0Fo`|Ej;z@LEJn00X1@R<8(x^c^9RQ(A;%OCxCdBKtgLnfI
zA>KtA-405ClAtsK^$aKnYJzl74}@-y8x|0@thj+^7;cakP(>pK
zii1$Tf$|MezJc~)=>tWH4_mH}m0u?~w!Tl--b0UsD&}6)&np{25
ztk|wJs|Lah)~vMy%_f6_APl#L;nwVacaKZEum{7UVM=IGG)#*kBr38;QBJfcJct78jSD;)#zn(0XbB9RmOwdc
zcx$ya;X&_fYskJXLe>$oj(14I2x%#iIE9cDZqjw!q#GbC09x7r^$)ZRCYzS2g2Xd3
zNS76L&mvO}tC5DcR0CslprLmPQ4D3;&&J$_e(&DH=-NrhPJV`k=#gcWH<5~#f|btb)&w~+-Prfr44x_sPEW
zy}Un*WIU#d!%nwQ#_^h&^(q--P+U4Zs^yTd3{N>{1^5yE~`sL>3_T}zn<8uG<@UppU*`3?~4OyxLe+>?$&pkyY1cXuCd$S9qyWY);;^4bI-l!-Sh3u
zOM8JmWp8nBd2eMeycgY5_q4sWz2shcFT0oDEAEx|s(bal=3aZRyJzh6_lA4szGdIG
z@7QJF;AsP3Wq9M%0)4^Um9
z`XberslGz>Fx8_}SE;U1eU0i#s;8-*rFx#~MXHynUZr}S>P@P*sotf!LG?b>hg3JI
zVWEbN8V+i>sNtc;95wvZ2v9?z#v(PAsj)(hFg2poP^qC&V~rX~YNV-=rAD3_MQW6(
zQKd$m8ck}nsnMl|L5)5&hSV@=&q8}P+H=sJi}pOUH%EJZ+6&O0LVJs}2i%~i(w;_p
zYqXc7y)^A*X)jNEMcOOVUX}LhwAZA)Htlt3&!D|N?G0(qq3DQPxmd
zLt~9K)=08Onl-Ylk!Ot}Ym`}|${KanXtG9|HM*=}um(yVvWCf;7S^<}rh_$Itm$FR
zIo9;EW`H#n)?8%GW!79_%`j_5SyN?ApcHGYnFLUgV$Bk3R#>yi@ItUwnzgd5Rpwy}
z58HUy!NV>d_VDl=5BqsIz{3g;FY@p*53lfWn1`c0tn#qN!)rX8rV3vOJdOu_BL^d8{h&
zSe?h3Jl5v1E{_>J*5|PykC|MxaMi|D2UlHO^>B5LtA4HqxTTO(_GDRHP6)|SIb#^XsIPxE+|$MZa1I4hH(MVbsF2f<(t$2Y;8AcI4jEw8LST&4
zAlL^r*aRPn6O^hffkMIqesKY3LUkbu5*+S=0qTRm603_g5I8~=XC-wJT)eu3kR@;f
z>QWbMCzu>{xp<(41OprbyBh*~p{^`~z)YyCE)X~dbrl7M#q+{d@TfR6sgd-78Wj(Y
zf@TTk|$4nHSfOH0=>FSMi=
z+As7-B0>@=lE{&CofuBi2W~r{+6rB>(L$Eiu?y6Pv;`cqU7&59c7S05ezVk>#bnkX
z5WpC#<87}GS-Z;g>R5J+<+?PM+he&u21Gcv#>cjSG`5Ynyv!GYkSz}Rs*i_F9*Idj
zqVgC(tr+HAjmOghhpmy{-PXEN$EVV(HnS^lahTs`PB*N<+K;APxl7Rpx6C{~MI60Cjz^Rc;
zgJe)Z#vqv?$`?vRF+8v6|6)^B}OW7_%u>U!by<|WDu1CsZ`(?q#7hO
zk#=*GNMq4Ww`QNCW8`LDE3_MvgR)zR@H&
zzmbMP8bi{IlP0n>*GRJtr$JiC*7A`SvbBPwg>0=JX$?txp0t-BnF*0L+SFbnZ3uhX
zCg~u3Cqz1sh;-_t(}dF}ogwMU5W_f$Zh`!zM)U@pCNU6bI7knHJuB(iNe^+NDrm;nxr=*eH7TYlRkR8uaSXF
zu=$griwq%58Fr;(S5n0+mf_!Cr1zrWObpEGo6EQA--W47EVqV5w0H1Qu2c
zwa!z3Bgb{NgI=3oOUy%A1;4D)g?)(utkLSz>Xb^IfaEXSia3HsM`Ms##1tAsTnw@s1gZ*Eai^B3idLvK8b@HfNwpYFAbibA*X(d~x{mO5
zJ6(6d$R;0@`jlgt^W)PSu(hTmh9*VOf&4p+#0a48o#hXA&
zO$xy!Ezi-4O`??q#Z0A@Duu+6R@1bG47DV!`>}EcXdS&)@6u)-;+PU`B4x8qo9OIj
zhuPcUk|6v5W7LLd0~|#s#5#~*cQUL40Z6C9I*99ZSVxC5VwhR1>tulAS$CdwvHEsH
zth)*)K9-$hc`&wEu;7NqR&8uu!Ssab!mvBf@hzo`;jS@;p-J=Xf3|^HrV)lalZ7
ze2?cx5-(JFq0X_W@j{0e3^+qxlzGw0i&5+;F^(mU7Yn@D;3W$rD^6bWz?tWeSMySc
zmk?db@KO#=g;(*w>N>~xz8Fuw7_ULJ;(Sq?gVUd2B2Dt;3BbNdF+3@$ladC;B{#t$
zIVp7}B^}OSQW{OLXHCkMN!bR+J^=zasnjP`a5=5v1Y+Px2SS$xh*?|{NOLFM{=|S|
zv?fLe(v`tvm;obHoeb;P0o4h(_{nHA0n6A(2d1|ZRhHDp>7nbuGY
z-g;ah3Q3BPWCH}$DVRh~j2A9QoDxwfNEz_f;{qW?W+XfiF67X(oTzPX5d(QP2i
zgSf7NfRM&@;OjbIXgv#pxFD`KKzQ-udKYAX`arI&Ai(m52ZW=Gfz>H)0CG1V<%$~%
zpe4`>2+uU4Ai(et{>2UP5Cab}@DKxC8#e%WLk^7#o@9t88F-QbF+|)LfJVT>MO}M%
z7F1twL2+QRZ~?g96X1F;4=M^z{{Yag0E0sZ1u>I~vDQIREJ($K3Q7ntcnyROs#FsP
zRnZ;QoO7(Z0!heQd+iywJ-;eNZMN6
zib-4QmL_c_w$`^&TN!C9yOrN6ZB?YL>Q-IaYHqc+y3&@uHQ2UqySBaC{_ViFvc0&y
zyuGp=-i~g^w-ejz+o|o$c5b_{UD~c}*SA~S9cf$N?rjgYM?3P4b;rKr+;Q)CcYHhZ
zJHefWou!@7&gxENC$C)1r)k~2}
zu}kqwiA(F3QkOE9a+eC1N|!2^T9>+)4Czwu(op)#>gB}c^~=-sQpN(XPDf-SzFx?*?}lc9(WTyQ{mA-Pmq?H?h0Eo7&Cn=5`CarQOPI
zZMU)8+U@M>yS?4P?r2Yz_AGn0J;$DF&$BnT=idwNE$l7rh4xnWB73pD_+DafeJ{0_
z*~{$}_DXw|z1m)5ueI0N)AxFNgT2wdyl>sN?>qP1``&%u{``J$e_?-VKeWHPAK8!X
z$M+Na>-(ww%zkdauwUA*?AN8IL(~c`*5;r#7q$5*_GTJrQ@q%;(W4E(z73P=GS#hA
zw^Q9obvM<$RQFMRp6WrWFHn7n>LIGHQXS}TjOuZ!C#b$o^%T`JRL@bpK=l&UD^#yh
zy+QRB)jL$zsotadfa)V^$keb>!%ht+HQdzjQo~1$d1?fyu|SO_YJ{k(SnT_C~ZX
z)4rAV?G)fh-%a~o+V|1^JnaW*e}VRwXg@^ztF#}X{TS`XX+J^x>$IPu{S58rXum-F
zCEBmhevS4UwBMrr4(;o--=qBj?T_dHtHmHd2UslzDuqr19aQN+hhx$q;)Z@Y4AWth
z4plmY3KtR#v78{ms869~L(Mq~^%`nMsfjqVL`}q*eP*{ZyNlVOgk|?LJB|zX1!iAn
z_Aq=Zv!|Fn!|XX`hwiMs%i~IDte$1{JgXNO
zWb&+DWAz5Bw^7h&5MPGs2oN){L`ef;HD!v&fod)@<;w%)?e5w)3!)huu8vu6+c_hdq3p}#KBOxAH<&g-Ft@Bul$1*&YlPOiGS>gB4BtMgn9a&>{LOI!_cb(O0TuEw|;=W2qh>s(E7HN({$R|{M%
zakau#gR6b6;!vfIcwFXjE05cG+{xo}JnrZ5AdfHbc!Zec!I~*c|67A
z86MAZpo%?}2Uv(h^61oKoC6EA87utYd!E>mK
zc_6O>Islnn!U4WqGY1n_D^)ITbN1h^Z8
zMnVj{qYCCg6`EYCS^+34svCz^g9eejIAO$7YZo}IKS;_(QhkzwK5beiX&^LdA4vme
zN(V^B3h>WHaOxmgnPhLNVWLHSeMskSCLl@gd3h)(WQuL4_5)^^RA#=$_
zN+VL1Nf~*|Zc;{6*+piNfYUtbELTpCq!CE)v}QmN^Z-fjUwA_(ngZDkF-}v2hklH=>jP1
zDg?*`>1w14%&OZY1LPS%W!R+9yr6Q4%5^I1REFBBJfIfHm@F&QvJNLjEm=5aijxkt
z+Nl+=jnzl30cr)BVvW&whsL3;syQh19I57}sU&cm3{3%LNfjxe1e&VTR1=O)abTml
z2+c3k{0hyl(LB=TQ#4PfOVU$`*=)IW601#Y!t{w2}d^lckjct!8Pp
z0C=ZFs}))W+Es1RS_(ieGku=H%bS&X4$_=ljpu-S=UP1P=lMR*1Gy-2=n(N@
zl^5H*ilVD2UWE>5HOs4cI0arU;e?12ifqLJQ4nUYV#OP3#X(uI;zVOd3WqqhIdDL6
zB8jt!8z$t@^$Bm<#8_{!kS(LeT9N%!*S9~}!`EX8Fd^lP8
z#nIA_6PRC|-~2c(30+FX?+2}b@WLqmB#wCE1Q^5tR>7;GC>9V-c49eE7Enh>VUz{D
zy2=7Hw-yl_s^TUD-MA3mY$XJpt`K5YMfz2wUlnOr2Oxw-(5?uU4JCrpU<3zWpoF;K
zbQ#Ow3@DnEK$CzKC^d(b$1z~nE$w<}VZ?0EkhUe54O^!T8wr-x
zaN~jx-2Z=)r6;SqHfh)Oj3PZVe8zm%B0Xz;)-FBkc-D0#C|!v>Hzz%(Jy*LHlCH(B
zY0|aSwXAe4cdZ~@D?hJ1Uz7gI`<;yRo!SdU>4oMCLy~|!L?TQQP`*zjNg@p=OA>iF
zWwHiTc`ZtkfbElOBngl`WhJQ|Neu{;)=An;(teVLSwwn;q}SmjNyb7l1Cm8-)=sj1
zl0|SfNwOo7Ls-sAas!fwFK;DzEE9P*$z#>Y`$=9Qz`#hpPV#M1K#GEu6b7USU(rE|
zNLzH1qMsB|U@=LGK+=mQDOpHqKuRVlBVE}}%6?J~kuuVhlca*BOD0u6smY{fCp9c1
zb(ugnkks7-D)6N4Cv~h&^$-D%Lh4D#jWpHM&S8UU)tmS_y+
z#9CCvow`U>+^J0($I=vU(>P2Y;zO!AsRmO4ZINm!P0Ycz!B5vw;<}Tr=P7_Nnp&qR
zth}ilO*Lo=RZ8_~ZUxKdD$PY{K1B1VSUyhk37TK0`7~}yG>>IAKcIP&Lf?)Sh7^DV
zE!k+PMWG5zOFdc|(6W`5vFewb6u1|ySZD!FoAh0PAFlxa0Xs|cv(X%#n+
z2vqB|2GL^;i!F+(0Y}GSrMWgh6MqD_O3aG;n-L%kF8+<=ivRSJd7ndJmir$gp(SN;-!t&
zdBVyQPM(0E{908-}~9O62j16FP0c^}UYc%jB2hU0}6FF^OdpmS{ZykPR8g%@FFP%QIe
zhgZ|Qn&Z{-q!gb3fSKrli4GK4hYqw0NbXz$04(IkK|feFysNkXe1+@~7bwid5{MJ!^$B9P%$3Z52tJXnd~0)R}$IxLIj*Mj}RBDM%CLabubuws?90%K9E
z0MqPZNw;G^5t^ck9hjRP3!-AjQtH4C;uO(N-4$X(@96^?afPA4>3vW#5NoAIP)fho+(8$J*}~yMiAj1Vv?o*p(Eq
zPbt`y6x3XaV_OlGUcd$beN$yYG-VMbEQ(~1`70r@+l8>xg~0nMA%K)2k!A&HRs>48
z0$^}e6tRlztB76|(P2bK(Ar2DBWkO)OqrGX4BXiq9F;XzGWqVX-{Zi&{lu|Ky_
z0hoc{0<5^R48oS#7xnD706^lgp&~p`;=l!4<0t^nXaQIudLY_}V^>7ORR_3u2O6b<
z=}?`RkE(MHglehIGSrDN45|mLI)pp8bU-3;9;bmk4gv+l6ru^+Fj2
zy&so;?YV^XT>e^3x@No}OD}jxI)kmSO0saWRg#C3uaY91VwJ%3hLo!W+!v`>Xj!httO%k-%1wrxvVH77vB`1hs~#mcXK%rwQC8!ZZ!l
zt2AuIaF-2J$QEb;yaetFVOoY$4pSIS(27Cph^u>O9f9>QU&T_in&)UHPlh>8A3WvZ
zD1~Rk99jfCYw$eo@?l=ZUDcRCgKRPg9|VPVc5oq&7av0y6zcP^p2Y=Rkqse=4Iy^%
zUfMCCTMK9lr1dFj+JTS!%S#99YJkR)#6X
zobIvg8p{xT%K0%?t+CwWQLM{QJPtZgm!PACh0y}?LKcOWDi~NkSP*B`1*LM~E%;2s
z#fEgTdC|BykS>l$7Mp$6AY~k1%3Xq9Bh?0hLJX;oNE>^8J5JgNZ0lrDz_2!{AIA?r
zlxHwJnnAM>W~ng?EYd6nvjRu4LK6<#kwarn4^vR>g(!o95nD8w3ca^DG|z@(=K{pD
z%VRgBwC?=akitRXdT|@paaq{Csv0b
zUa#OB-jpD4{h$wh8uUT5w1)K}2$kv}j2dyl;=hi!Gq{c(O5%kJLQ)b;h2Tj=4}uvi
z2Ehz=m8|GIC{72nSWkj5;|K~dL@*Db6-*d$fsIfBuX_-$XRrtuJqSC8APjkNL5MJG
z2$qqnf)jqQf+$!g;(`!ER15%pa3Hb|um=g&IyeNwZ4qmi1q-JOtx#N8+hfS3#BdHs
ziq#DAJO$EqTuPWGc=1E!H5g2wVxe9LCJ886oom7zL3sR7m`|dk;z@`Y>R9pO4XDyL
zut&ukSVH9U@|Z-{00)-Ej{CX
zW<-NBO*om1p_P}JzQXhf(|Z!r`^=EXa%?Qu#@56{hsaiMOpMiuk(>=w$9x5*=9yY#YMH53rq-F-WNMpfPNrpQrSSN;kVz?(pWMaf7
zMtm~xOa{ZrP@N1DlVS4k5OlH6&}Cij?bW4eRsUZ(q*t}=b?!bi~hi$x}{GA!9l
zjxkwdvcYsK)9p<6Fx|)W7}FDn@W}_I5C5Wc+pm1|4(Vf`k$(NZm;Q&l@4mQpF?+Ei
zUF=>opBz2qdO9LKtv%y;R({s@tn=BX^la;jN4ny@;*+lUuSBoJr7PNV1?jo+wWa4}
z>3RPPUFijb-~}Ry5m}3qGz_oPX_BsyEDYp3q*x;jJL$HF5g-QCdyFU
zOgH8yu*qFryM`4ylW?6<00I301c)*&#
zZkr}+*BJOordyZ}tzF&C^f{(OvsVu>9U3NjnCVfb$KlhMj#W#qFddK4F=$Z#(@kbr
z7_3~FF+Y}}gd*F<@^EbH^F=VRizZ)%E$u2aVw*fX;!&`<(Jo&Dr@aPM5SYIv13U@M
zzhsXm2RsFoBUR;TjpGE$vwofhFP_ynq_sS+@gnYuaIpRr>%3Z==-A2h&_oYU^xDL5
z;1zXF3=bUN1l#Y#SeO_~a8@P;lroI9iIJNa(91B2lL7Qf2e!!oc?Pb@z&jcECWCq0
z;2nql#2`8uAj=>z89?=7Z8A(j`y!3i7OO-M+-`6lt6Km%5zAQ9)}S1a!aXcfg4k(s
zfuUm_H-bkB7NL(&5^HV=A<%ro1p@xzGCV`dB@7-qCV0OXcuts{DmlUb<&gna>A1u|0Bw~55Fh}CxPUbjLSm&3
z*1a#_rM`}B6d?-=*g;`f6UsvtSsctVWL7`(xtY()d{`KBOvMUWVrqq{HKsP0
z+G3i6X&I*Fm{wp~iD?yZRkbCy}TTqR2nc4w@e13$xxn{$pbBb
z8LI`%3m*m>{j0wr{pMqTezA11{_T}-cQ19WIHfCYX0bEN0<&OGv<#Tli)Q(leU)Ki
zGl!iy=9m+Er*nxpBXFY3nPAQ&b7q*c!eD~STmj}?C&Soe7@wHy6Elxd!1*K!p+*#H
z+fgWd#~?C@;k=?kMO%g5cN~&~I8Htqv?Tg?H{$*J1sR_$S!6E}287z_kAg{p+!7@b#
z(En_aL5B=>Iz`OxWOnEp+C9v^#O&B&>?_QUEx?{+_B69+nLW?!6=uiC+WXAm
zWe$A(!Qp3)00R%ooETYbHO?@DZ9a2??_Gnl&YUSYY39trDKjS!8JC~oWWihtb1gC#
z^0=A|Cw}I0F&~QbY0L)<)t6(wqQv}th7W+S`3RfGga|}g0CB+#1FXyxFI&K~7V~Tg
zccBggcFa~}wqk|TWvd7bR~V33re;}u30$|yuotr=MjuY8%AnfG%1&1H!)dZI81u?9
zt6&GLx*23AtO`japrmGjfz@QaFoTIM>o*y6ZJ4>tOcZVQ$FhAagOisR$8usUci@9i
zU0QY&w6VtS_}C3F%HtY)f@2R303LG;HLS6>Hl9QD+-Qt0
z83)Y22E_H(U3{Jb$GJs-QqWFJ6nO$bQ=-cgIOYL8${UmJaAKw=W^RJldtz25_!`E<
z1T$~PY8=E_F6a>3krQfr_+|$#^Pr&cfb(|(MiNK8pbPqKYa+uM&J{&$IWUb3m9SBS
zu#bhx4lLsky@`XkYQwx28>0$EG}SI-d5#oFobVlZO@tclx-JWX}trEp@8P+bt0
zq47BU<2CX?Du*_LT?Ye?VL4E7)==@43|t^_gUALKNZj%`j;c`GQlZk03lM-t3C69+
zpvgrL-Zag+2ucV~1qA+Hv%&<_hP_L(!35NXV}^z*YY>YcXb$8ON>G{;<+yPC)!bH)
zh;qY})FVpvxIrSsqku%o9@xW*>S}@BfhLZTT675{qM|4V&>=3cMipvAn%X?jpq>m{
z*VO|}v`tIQfkc68F3_PT43EgZj*xW`vR;OXt4N$e;*;2uZ_oHw_#{OLsu1
zK^nuNW!6D8;lYE&xlPNWC0UUZeW~R|>G|>n@ku%+=Z@X{g`dRz>5B;(kr}#?$zCQ`
znME7R@`dU59l|3}Sh`1;q82W;!FBh(eWJW1tWsZXX!4&R-e^79k&Z1ag)Yu@O&pQukchm@dPB%Yt_Y+C)*Hfb<5)a$C>c4l-GF37
zSZ>q>hy(i;AsYb@FT@~lAO=DIey{Du%VZ;vejFn|Fe^Tk%tFoo4H$0>u!lodf_3*q
zehXWUl~Jn2LP1Hmz#@diyl
z(2f&H&9Ru-f87`a0vi+y{0pCIIFj2OiJwvW8#E6==|aAPUOJIf`yuMV-O4NMMv^B8
zn=l`-LW=zlG9eLi@K*`I{lcyUGVm(e0|c*zx$*iICO~}buOn~*40K|8l03lyp%-x|
zNk^~zAS)Dfhmf>8;T%ia{U?(46Z4eh39fizrGnCh1RkZo(pW`EvQW^8JpR~dW#!0d
zC3yl%p4hISQz5AT0VXU$9wtQjhw`u!X+C-kxaP4?|Io+<5;9Z@60&2k^B-p9ax7lE
zVc`O!v?D>=F^GD@z%Ie-%W6FfSBtS1&UueO^>A?`%qqJM;3zm63RHXs0^N5(YK
zBV!sNMm&}rz8vF*(c#PFh%mA_2EAVrrk%XcBrbbp1z@Rhx=pu>0?vr!K+QBq1KCBC#KR+!$XNe
z4G&`26I1EI4K(qU)|1~OqCD2x1FtDes-dn2=JR{h^^R?C-^(;K#z?;1q^?~F6mIpdSn)Q
z!$e6~hyJi;N++}*AQmTApowRt}IthuPr-Ki29!ggdaE{HAAkIacP}xC2khNfn
zAK4=Tt2(wiflgx7
zKQ{C}G;{h#Hf$2G+Mz&5h|M8c!3BVv7yR*|m6H&p3*P=^mQD~F`N2mYiq^l6fzyd#
zDJV_^hn7y)C2T_1=}>j@y7@XzsR#c*H-bV1Uqgpr5upOSe1%EWE3^v4QRDmCM?u(A
z63u_3_E9JLrq^x$k1eL4uW%x|d@a){p~Zm59BD9|NH&jD86fb+>Wd3(b8g5wMPi}2
za9!x>fW-JvVGiOuc$y%H%MW!L4lSxqR2jsH`St9pAnq4B4Pv6baT_b>JzSTwiphAS
zcPG%_AKvOp;L5L~q=z0lRMZnFvQX4}4Xq0CaABEsUD|u7Q6WN4th26*e~-+xgd&9i
zqYw2bAP79tpAZ>@%7n1jx-KS;h)|(3aYJ4#LWBj^kroAXCaz16ahN;OnOIN2BSgtZ
z#$C9%t}Y>l;f7Hc(DmJp*?uVM7{+6oj<
zp13aIZi^bfhCP_jG87L!RIpeS9w;WBh{KP~#5ylC6BFwS1lB*Ky_k3%55?-&4abCB
z;z)M`1s>{d2rI?I4=RA?f+r069-A_-`iGy_c)4*ILZA$Jtom`|GYmg6o3oeclB5Cn
z9O{xB>09Ck6Z;1#m53g@@d1!Gtbq>I@bCRB$Pdy&halq(X`w^9efUL?8;a#Z1?I-5
zL4bF?>eCeC=V(_Zyy5NO$)=uiCPDc6X%^3Wy_{1ZITvJs#av}`~k
zBn=xrFbKH(v$^1*x!?`$qm6eT8UtR(*1kWo_GImQkhPatxxE})do`@~G7Jsy*(*PO
zBEARn1HOQA{c|xm>ElBv*S{Kbh^qZCUqlh0+CP60<-hGOq8#Bx_!K>)S^u!Fp}hP{
zD8Pwg(6alHehlUROIYYf0R+9V&!q?i=;(_n$Dd012Yn+22+rT{Gbyi!;Jn7SQx1Wg
zjxbjRg7Z%e9P7iFp^-vfIMwB{e-12g!}7|=AY!NG}pnK?*(pN543@%><8;0~zx{a5lWo4+4OaUGiwz~IqGZG=aBf7|`e#J{TSF0UeD~+*XfF=(|9qmq@d2RQKXCP?&)x_63g`^z
zVbHm&H~s!Yps#^&|NG}b7p~s)2T1n^vmm7V{0sAp8rs{{rH^fO5X@07!(R
zoG&8oi+=(_SzkohH1bS80y=jeba$@*LAh`W2F6n_-H8i+LG{#w$G;MKJq0{7H`%8i
zoBG_;$!}#AkJEf{>h_yIe|74Fsh2*5%m0KQNnAnJFa6lm)VEHZzn<=-
zpvO*$&)kPjt(?LSO1|%wsYj>EH-F<){?zC5r>?&F{)Zm^^1Tn8%inbMraL}<^=ACQ
z;W_cksHac=-I>pR=5GAL;n{O{-+T7_S1;WCug}bW?(73!pS}BYv*-Tg{KJpj{RQze
zgy$cYzVPVzuReU{cklh$>>XeK#NBtyp85LSzyH9O?>_gy`B~|ad++-b@$-jwKk~pM
zAG_!4vu9==KKrqg-)Q{U_1|d3?;QT!TYp3RFyfy*a`rdB`TqMJ{@RxxI5T_4Z#?wy
zeW=}U-f=zdi>TZ=p&0d_r~WT_YWKZ&ChlAM^y06resTFXFTeNBzkNw`we_cd=G5({
zuHNz>ek@VA_ny7~+&R%Lr_bJw>(w_O7k~B+-2EZw+)v>mPhENYI|HBgd>ZBC{_XyI
z@7#O)oqu`Doi8D3>a|DnJYrU+#P#TJ2EUE_ehh&a#VsvQHcIrVfRImDb?52~k
z#en?8En+_0`l=+jJ)94xUS~d>{UB2OsHeo)52Mht9}ySv;jH6{aM)*Oe+2>G{5kwa
z=Io!{H~Yx>*BF^;k>zD0bJxp9=B~dz`>Tk*{pPE;h$(jUO=oAn_VCwd&wlhU@T>&q
z>YLBZe&aCmW-(x*-|%~$MkmFFX8gYco%?lMgyMpJQe#_4u+>9V{GOl;!{{8-Y@7jC&U4MDYU1vXr{IBRi@rH^X
zcZ@Ui&t&t@P#{nedNzyAKjPd
z`zC&I`D7j(mhrCZ`EM4bJa*GpFn?xl5=KqF-@;51^?TLdV>gLZC#7IE{m~mt_rNVv
zk6~_o>8GKoj`#grH-GDv$8LV?mcx47`q<6Ki^Y2$yBWXfddp+CL{F(FVeda#KyJVF
z^WPOO)p!3N{C!tc?C(xVx8HL0=7(m_U?KVH*{e4{e0JvQo9=z&5xn-d-+J|};#XDg
zc?dttdiCZnU--(^Q}t0lA%FJDJAd+Trrvz(FSt)V|Mqve|8(wC!GGiZ_2=IG-r%{_JC$#&{;BfK
z)E7(d%l(_;Pu5Q5e>(Z4-JiPi%Flja^=$aliBE(-llarsj|FcI{`SI~$$Q?n@;2pd
ztG~7Sr>mcO`aK^a?|66M_dLJ1dTR9(!LL94jt?BX8xJ{n&(x3o_}@(3a_fgZx42Ka
zKXK*l?+Bjqe(K75-#7QW?B_qQcIq$R`=PyeeCU6FD^mRJxi_Jr*57{TZ@>H0)wkSp
z&)4v~vG?3__A?0l{Ovbgee0h+Fmunj^H@@^zC(ELd-%-x2hLoW{pPI~&VNPv7g(;|
zGJ6KUL5p9L{pKy7z3=qD{N_7mX1{X!c*XkV2d1WeZ0dn2SY-U&sk?8#^}FK5`R*V8
zzdc<`ZyHw=z6=9gn1{hJq{em4qqYOBQ)4%@k{jwr6XQmSls=NGwStg=KtoJ>A&p8O
zVL3DlkCla;9qr1^%73AYN?9@;BJgyBm)&7DmaHy%4vf3`hWpLE=iW2t%y%Rfa}YKW
z@In1^4}h&BtRW-;49nwzVpOextAQ%#a#aO<(_k>oU@#sIteZ_~p`k7In+0Xgq$}w_
zWZ7_}Qkl{gxPWzmVNx?50i(vySB8nnpeYJrP6Wtn!UP2P;5T6sf{XxvsuKpyTnU3p
zMHseMVIY%)jUjjuP(K)|F@ww`4BrFhN0>l(9RWY)!QMcaLO}P1-ePebNcun{28n|K
z*oMNCN*MyUguQ*yEyD%gVyOdXuYhU0VVnGNh6>EW;mnsW~?f
zMA!DkaP;|xc{>w8c4f$Zv~03#@{lNjUEGLyaMlvS6O*x<>$}(*F<}(C#m{xS9y-q?K!2&DrM({gJEjeQL2R_9<_P_hs1~0^4ry|z5!2;q#d>5a)t$eD3E0BpRlnV(^_3&Zt$Lo`X-I-*bgK@-DmF{+8tgIG(P>%a+u
z_4T$8)P&$GA&gUg*2I~%IH!qV;gvYw3&L4X-Xtzr$?sbm_gl`(JtEu24?`X5+M#u-
z`dak0;|t^aQT@VnpK#8YvSvP|=WjQvhv8qJ=>GTg(f5HC<(*_b`Peu>6P~kgN+!5-6dZR@H=f7{YX!v}usm8mSXSPKzb#e1w=;4EQ{I(vy-Sm9g
zqMr>&^F*hUaLB<)drO4(pSmDeCm6%C)A{o|XJu54KO&xF%=%|!HIYnMU&d_7CCAHz
IZNuUC4?0;-T>t<8

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..b6489990791170af57400754744651a22113e562
GIT binary patch
literal 13996
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
Y`R&W~PCopw1WADTi~q^t#(3uc0EeUQ2mk;8

literal 0
HcmV?d00001

diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/cmdline.py b/.env/Lib/site-packages/pip/_vendor/pygments/cmdline.py
new file mode 100644
index 00000000..eec1775b
--- /dev/null
+++ b/.env/Lib/site-packages/pip/_vendor/pygments/cmdline.py
@@ -0,0 +1,668 @@
+"""
+    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/.env/Lib/site-packages/pip/_vendor/pygments/console.py b/.env/Lib/site-packages/pip/_vendor/pygments/console.py
new file mode 100644
index 00000000..deb4937f
--- /dev/null
+++ b/.env/Lib/site-packages/pip/_vendor/pygments/console.py
@@ -0,0 +1,70 @@
+"""
+    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/.env/Lib/site-packages/pip/_vendor/pygments/filter.py b/.env/Lib/site-packages/pip/_vendor/pygments/filter.py
new file mode 100644
index 00000000..dafa08d1
--- /dev/null
+++ b/.env/Lib/site-packages/pip/_vendor/pygments/filter.py
@@ -0,0 +1,71 @@
+"""
+    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/.env/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py b/.env/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py
new file mode 100644
index 00000000..5aa9ecbb
--- /dev/null
+++ b/.env/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py
@@ -0,0 +1,940 @@
+"""
+    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',
+        '\\

' : '\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', + '\\

' : '\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', + '\\

' : '\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/.env/Lib/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0f255ba4521c7655a4cdad9aaf67ca6de3150621 GIT binary patch literal 37951 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 YG5^gPnlN{0!mKOfl2dK>CvyJ(F9{d3{r~^~ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/formatter.py b/.env/Lib/site-packages/pip/_vendor/pygments/formatter.py new file mode 100644 index 00000000..3ca4892f --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/pygments/formatter.py @@ -0,0 +1,124 @@ +""" + 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/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py new file mode 100644 index 00000000..39db8426 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py @@ -0,0 +1,158 @@ +""" + 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/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4b7f81fc35e001496ef7277d34087f27a7e22849 GIT binary patch literal 6941 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d56aae83bd94b213a3b08f7aa93fa783cd35e0a0 GIT binary patch literal 4230 zcmd5<&2JmW6(_l*EbGfwEL*Z{$KyCo!@#ENqV=H&f=03>%aCM2qSGP}U=DX@$+4EZ z+nHHPkrZ^8ylOEC$=Kh1Mu)dWCVh zm*l+EPwfmrT=3;)GR{C z+T4+Ty_`Dvhit`UXvVf~?`*v{LzlKyke zT-by3Vu%Y7x@i?Af@npYXVV|}WcqVd}Su2c)wZ)>? z$SADmc}F^}z|S<>JUU`-z_rdZs*S)BhLVqBtmSH*?~UXe>B7$8<|I_plSR3y14c>| zsa&;++p<^o$wh$jk^siyVzl^u0`G-Rm!?OvgA7DGtW!KVJA2!y6Nep}f0#_f^uhl2 zdyDDimvLvhxp~2O8+Ql?eA4RMSQO@h946xwe0lKv{n@*;i;8kKd5KeVFd(k9w#%F1 zcW|I)X$OlIa7>1;FJ33&J!hY+a-k5OEpsiOhwh-S+O0eTTX{0Jkc7xbly(+#_XOoq zBO&)u^d}5FpK4%)5LLs=O>t&e6b1trS%pz1t%eXUj65^LC$AC{BPS@LX`dybEec-V zCL(N6qw#HDLj`W6D+eeV(H>VPNjzc4@b0w2fV}QRy_|QrkP9*^NvP$U>HGxG)Y=8) zCM631cTAp?FdXeqFeO3{ZOfywhVFOt)iyfVAwO+Wf1NN>eL~f74m(BbrTA0)G@Y@X z*g}Ja;cu)|!Ny<(XIRHcs5u(-h*Q-dXmCxDqVANd0EJH1!&NODnhWK8YCTZKPo2Z& z7BwNvi}Q^?{O3F8gA0A1aHmp*YKXJ#BZTq90A?dy9s~o1Yr~~tA9u}2%8T42f1%js zZ%e%ltvq=_Wj~J@>bwwx6N&FP*nv>Ka82&zW)u%{#sjX=$Yltq_oS;L9r@hTpvdfxTMRLEY|37amG9DfVMD01aL< z@Lin6LP_$R2MzX|yImH@P_W3)qlh|6-bE<%sYi%F5VJ)I!hv-0AZoSFutyNJS_917 z2#(4SH2{qPy@|_^ZXcb)j2c;?sCd{>cF7QJMS2Mj#$kd6izr!X3e|(Q;1|DoIsw)B z)O-SpBi?j=La^?n^OJjXuuDgQfX>vxU=!<`i+JW8=F9z~9e6>#f81go=J#!*$aY$& zcx0JIr!WWGJ#O4ni^u%?TZ*gp3NxWbIn zNSzSeN+BMD0kZp@qwo~JJ*^0hOipJ|*4U5rVe=dcedIz@ zB_cm#jC8%Go>KE412blsjE*Nyd+8`TXzpOJp8xBodk$Ov55q$nm+Q%&FM08&D6l)I zH;4i|w-EgNA_P?P<5)$pl1TPEDL4fyTBVh0>_f-g)~mz4FPqKhhex@VA8-k!^Rvxg zAHUW@>0_=;H#vS4if2mp#ql$tPfQdaAE@Z9FwrCX3ul}6M5F)YxFN#+F@EJ7YiY!z zQQJR`W&HR}A3ZKok4GW?*dLXD{rC-j|HRauG*AFmePPtsp zX0I(({!_i4l}c+vCv!l3TU`aU{L z&RHc}C3>xp?^d##M6cs8>|bwIvs*;pE@)HD?hyT9A^)P5-6fh8^3ST-J)%D<)$T$5 Z{_9$HpXiT^{g;*RAAtVjoO%Jc{tFs3xK988 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..648fc7aa4b323254622e0e47830d7ceaa9cbc657 GIT binary patch literal 4209 zcmcgv&2tmU6`zr2q_Hfp@dw~9XjpcIz{muzVOL?3V4JT6yi{PTwq!ffNYj?a9?dAz zEwj?fTO9TP6cy|fA{TqBQo&nXIOcCiE;g{Ws;NztQ+vt{aQ4C}uX{$aF?Le9WUAED z)34vx@4bHg^tWBRLIONL-McvTIt*|2QGaA_vVImO4+Tv~2%4z*3^DIZ_(V4M8~(hM zkYFxl#f0n=E()6b4SZqW6Ti!y2$TZRVEL~h1W%!q&0~|2*py}GRZ6iW=FaeNk+XhC=YidD4fZJ|7m?4bYO|+Z%ONv0Y zx=AibDXNB1LVym*S+`7=QAOaFMG9($MbV__=&hWd$$>tda7zGg_aN~wX;xhyMyV8I zWlX6Qf~3?fGs=-ip zL@1NN1&Xz}dm>YWmJFQYQrWq`3GnbGz=h$}&#g^kfPhe&;RRY%bc1n05Yib#C19S0 zr_`cB;|)2fRK#10q*77OoD>TVfV-jY@)VqI0Ng^?1JW%iLr4`wuZAIsG%L~s%v$V#R<5z#0j{C z((%Dt^hyYOv0~5+zx6-E@KB%)+H}3pzxeU3!1G35l^L??v#j?kOgk@&>t1nS0wYSUbC z;xiME+WIV>7{z3UT7`-0wl$5Zb>e!7<}CA~n#Zx(UrfZXIXiJxPfrk?;uCOKX4EVu z69v66ketP)X4wPvk~h#efn>mqPz)|320(fLmRlfJ_iGTS`p#pj)$uAK+h;j+C|xt?VC9PnM?1i+r^>30Woc{IXj?VN|x;;N{4amI~OBfMJT!A+a1k{0BRjV zb_dMtJusAe-${W@S^G=aK_0_!Td4IMT#P@8zZP1X`tM%3bAJBAT6gbCxEE$4wU+kz zi}&Vgt)11r<&Nd-cYUi}r&n7~&&##FXlZbD?+5dKw&%jV3ft4Uu$xhOt7O4&3777D zy*=T|vljF&A6%aOLims{AZ`;ME~8%o#Le6e|W<|TF zB2P2Rw>)$5f8Y`C16M_wISN(?f2sqzdf|Qri#S!o1d=WoU#K3{%Kabw>*^~ zXi%p7bua60z$q~2ugG)K{aH!)KWqNqA|!3HdE45vV{GOB#!13EWJ}u)7zZ{amRQXQ zj+F!M}KIT(WJc(Vo?r`Ls>WJB%83yXY!30iU#c6Ky&0Rch0Lsv)hjIJ{fMMBAwC=>;$2&p|h&tC~U&&h~39!!demA2boL+ z18IVR*OEp(aa!GrCRsGG$!yZf(C?1G=cDP+M)L!_k7#4{Ke{_(+i)@ zpRW$qI(i;nTe!A#_;KXh$nwzB$X^Cmj{W-i;orRII9KaFI3KL_patb+C#Zh4UkJC? zy80G-9`!7JvDy{8`zhEmSoh)ZV&qX|X=pj}ba3VHndjXfy$FB2_O_eR7vUpsyII|| zRP9*o{$qDt+>!6Y2f?H6BfQLwMMJC)F`*$yCY?|cnh&jLuz5I{{5`bl9wnGeYE}l8 zCAQ!M;bKtZcM|iu6KFxU{?T?@ ztFCP~6{&8xy%x9w|3aYi;+C;KWy9Jx%2^kLU)g7Xz-l*vawxp?i=z0-r-;(edj)am d@4~6I=H8W1-|gVP0trz>^ZL*57gu!6{Wp-lK`j6P literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..65db9787e5016a47cfdc8d9e5ed5b102716d771d GIT binary patch literal 7279 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f7a04eeb80e966326d2cca4af758aefc98247d46 GIT binary patch literal 40587 zcmd753v^r8nI4KaK@bGN_nSNf-xLXodRP)gQK3ZYEm@Z2D3;}rAP-1E0zu{g6h#Ak(*zxR0nAY?n!)zuz}8|R$;-ur*=fA90hxw$qSuK)Pf;n9k}gi>g~t6X@{Q+QHWqtG$sr)GaOB*{6T-w) zXmTp#=JDMl6O%KNZ|qX2TR5oP3fs1BeW7F9)@|E`;Ta)x$t#?eTOfqIp7C}e==BPH zFP}T|;+eBBY?$-MGS*rf*D5 z&}}o4)o#~l`ont`g_`d;I=NJyDYJ+(YP(qR?5cGRO-d01x6r#~Ehdf9e zq?QT7v(Ulri!TQO3Ku<6=+e~17X#jY$#>OzvELiK5}KI2cv_mc>((GWOC@MY6aIqv2(IfM<>cM!z0tea7|Rh>O~O;W)Qu#Mlsb;*5c9lo6xDGI z=4T#h(V&d9WQgd_>O^BiN4SP@H=RnDMm+wJgz>6JdZw?(K-z*K3{Y^|7rKNe^T>pM zLJCr=1gRKd!ZPh0_KnU+HF(&9zhFCp>$-TBeLbr*npL`Jd5~4Rv~#_Fd$fN0%D{vA z?s#6&oc&Q=!TifNUSG9VNTtY-xt~8k%xzsr9fQlsP=z?UB08lvv-*f0J<_8``dR#5 z?-bEL(O8aD)W3* zuUNO&MC~<;Q!#tv^?^^b>})LKcE|OBxGit4BknAm_bwh-@GaymHAbDybLP0S__lq) zK4*UDtXX%uqE6S+&X}`x&b*PO%W>Z5*s$vC`SUw(>{~UJv6%?}gU&YFm^a{+fIA`) zFqL@qTndFIgWa7fgu5rCvCdxGmnD2|+X+tQL}4l*dL>30LGT2b`h5=JYwNT%wgf{n zey`{q4Ymeto;g58PhJ0u2Z^)^gipfhmk)qy3a*aM&hy(3c6Rok>*pkUhkI*RXXn5v z7ZF<*^#Yxko}PA3Z)aUNcZMP8j?N&c>PW~fhD2Adt*5S|14h&Cdvcvn0Dc{w7u91mA2q4)(;OG+Mr+qFWk!%$9 z3L}?1QqUXP*Vy6>j7*3ix2-{p2MS{|AW%*@!$^=~!krX}(Zl?pS)IIHJ;M{?47GAw za?9{!vw3#@cb~ogaf9Ud1+EB^*T2uj1|)dN>kYYtOOkhVpR2J2BR1;udoiM$$MH*y zT-e#uDUU0gtzO#*XoGqYL80qu1qS%G&Z~o%s3VaO;-TS!Ni;&BGm9qCJZ89H5iJn9 zvcxQeR?&(uTg*mi6Kx1{#75B$0nLuzT>R$Z*MVP$n1|Rr(TULM%@^~(t^1JIsk=~s z=Ypi?LOesfQ{#)6m{%+oBX5aVg0NI9MOY@5AuJcm5mu0p2a&H5VU<{guo?nn&E;OX zlB6H8`iC_i%FIEmO{zx_1>~y}>kzs`7s7h69$|ynfUt2Ur?p8U!P?^mvjXS}0+)1z z5D8B~5;B;mw?h~j>IqJI0=+{+LdY`~bPES&1W+K)lt0wY$d`;if-filS^N`0ugD7Y z1q2V}o|L?D=61ms3VQvc!nEX>oCIlAl8C;mauT6scq+uCLlPQ?0uz*UNPwv3n+UXW zQSltb4E69#%|YSd*|P%U7Q%=pAPjqvJ*0@8LjX1wr<5T}tw%>$+lK(D-oQjqiKR|Z z?$88ka4~7gH8jNgsddE{WF7Q~qK}&8@%v|zx)k(@5Y4ECEI)N@`jT(tl5h!wIuY;+ z(!?|q-9pn7teg=@b-`{HMPupl1we0D^Qd(~U}}6ALK@3L+0)X1JbC%J3|xbF>i2eY zx!mm*f)i8Hh?f#{cQgLLV`#Q%^!T9db6tY)?k54>B@l_@m)!WCkfgmswvedgl1C0W zOq3Ty6)fxu4P0nq48kd6G)iIU8;joOA|Xm>30?9*74b>I(7{VSzvyOEqE)S1%|G#YC`-B$tcAwDP+$!uBngbY;W}zF8!YrfET4n}$T`8q*>**wLOnL`K!5D~= zEvbhzaG8o^_@E5KaU=mc5bY-{Nr^kYO=^n`Q;<(|7Fmo>?>zz)`dAz^$%oWcmPW}TineU#S?;)^j3fg*A+L$7#w zqh3#FO7iYy&6+^9(zFk8Ad_dN0wLeHcR-RRBv48pG+dM-c@QniV~ZvTL!=q7IU7W` zgDoCuY#&Gf8sdd=D)PY{Is&OsRoRCif}m33W`G4U7O>ir=qGUw3Ekj|GYy8yOYn|O ziEO@56%!=+8{K89J`53VIWvp(-TvE5#0`gI}<=tQKJ)n|HL$* zZBpl+!z2LY8jny47u;8-L54@cn>wbw+|n~V;TIt$lPcUT)NkE-=+M@!!Ype85j8FA z$T+ep>GrTIDV^J`@#7f)@FfpulB#WOb-zG}N%X@jwF{Jh2$IJioB&1zX{;GdYdg8ngr>I*)nDJc_{S{Y4SyE-FU zwSR@_OfPt3JafTcaNo_@ zL)8ky8e)7(E&UwHaWcxuW-o$Bd1gI=i;}z0Y|gwu`Q2VO+Ny9jwIGs_J7h8ilAvVx z+@>%oj1vJuK#Uh}9r2bB28_$FEESsQfsB2Lff{J7Lb70OBsNJsP@9sm?&jvCF<>-V ztC(P!GhTEZCATYtQK7+v(H`L}Dat}{YM2Y|>L9BX4-GZT1J5es^TeTr3DSWH!8i^7b4f~)rF;SGff?#GVVH5mz(j}!Gns<73#2Le z0xUNhac~O;&6sgYFG2DjM`7S9YCnj-L*g3)d{6qkBOrJXN{E4wNg47X$s&Of$?HLv z6u=Go!d_CRU^{_aZrIoQl{!m5qVSyl}o446UVLWUH^Y0+Gmsv%H8 zmjY-?A~cwlto5XL~;R#Ek$f@Y0}JbL66T3O_%?C@yVMbN|=CQtmNe=3+< zLu!|0a{x6Q7dY93M0yAS8I4khQfXb%Tyd<`ChI6iW|}h|#Ridjr?&rdCXLS(>(&s! z^vf5n@lNO_seq7FCiN}TymWQRv{0e1>c9eA*vuqra|%0>X|4)HsyfB=A*RQGGbN)a z={`)#4}bSbqtVm2n zQ`8TDBV>Dq=A?|sq=~SedNd9bjZ7WY&L)+DF7OtCprN4(0~{sUgGjW@AemK^jR#44 z(@?`TPhHeg)vKCAcUw|?%Byp)!9;jA>vD0`Ps!L^v8ZTtc;JlBI z8fKffjfPAujz%2=2FrpZcSz<*AeIx;oRAUiW%vc8O$80D_uyQ^z5w_E#1Tg0J;eT` zB<8Ht?-u&Gd`2UwN@$-uFkNm1WQli@^-pa-hC>xIReA#J09)`*p(|t|^}r%Zi?3Xj zo}LhxB~KHLGg#}Aczuu$B$qY`tfntbpfKXbOzlR0k|+zUvUfnD!GbGbp<`6?fera* zxD>z`qlX6814CYbnMPpWLEFZ$XiR1m;*n}Ehhc%Fbzc(2NUMY3KuDzZoJ$oze%{37 zMl;%pIaUk9;<uawCOXDU5moJ|&HIRG$u12#YsLcO7oqL&kaL7&?K-f3X2%34AC zceg1LH>Ej*R+GpK=ot3-VZ7o!R9G?6?_$)&>w)Qn^hPhB5l#pYf`zLd|CH8r?=@07 zh)Sy+hB*O?<_yb&L~t<6$(*GH4TFIwI5?}nXe#L5eiEKdEOmf6$%+|Jh^YA_OvjKshlZ$C9lVku4JnBq0-9k8!(6wJ1Ohdi^+Fj=HdbWe zq#78!rD!__K=H1|3c|gn}G{uBpr%rYT0qQzr=ug~vbbnc>R= z1QO|-!xw<#jL^aqKN=Ti1LtE4&}XG}wKC|1cA_?ltcA=xgn1zOkJ5o`kypY{5=?w9 zcTUcu7EBqNgN zVVi^QFLy=h9?gWu|AnP*RS-Nw!JM1XKm&%pP6SdHh)6Ns)TCCUr9~F$@Qn zF=jW&)D#8LIaWc&=I$=A()c0`gT7!7~+_K$$+W0;&sd zAW*bGC7UDEqNYiZKxKeKj4Eh|DmE%*zUm$8rU=z`Dc7zR!6kNPuwr&r)xOGx^0n5K zfl4!n5Wr`GK}8IqS(okWF!icco+DL47PN6EkJ+#{H0?!qSSEsc&KHk{6dEdzf$L&` zR_N5y_);6n0ftPCVLbte3w`zqm^Fhsc?lqeM}ZTQE-l*^)uO!aF|471)POdz@pknL zOT7dwcp?(SR!CW?tcowvV0Ovk80Aom@@i!%xC6mqd=kWtj|u>sS~4_*l_Z5FCqWun z%xR(puV+NljFUwckZTfw**X9%;&Kv+S3^TSk$|6DO2F@iS{Z?%nmVYNoHGo8%FyJ} z#b!&E=3pk6p;5g;WEW#H0t!u{G3ETC!Pt{D7-SjAD1?EG{C5}%NRjA!hH)U;`kQo} zjF#YZ=sD}LaMkA#E_<$ef+Lb|Qt^+ZLEDTKU2X*{__VOWevTx{LO@mwMZYCp z+~et`?m&!tnO2dK>{grP=pm&d#$?!&0*VUxrIJY8*DzFrO`>G!Ygv>Qts@BJ>r)Ke zXw8W=Dpf{8^?Z>yZ2=2yPiah=c@m3&+-|GFA+?e#AhIEo>naQ$wZUm2KT~S-P|_k7 zK`LcW7S29zhLCnj@^g&S2BlA-Su!dT4q#|VDpD<~idBf<18aCn#YqcyKobHGy85od z!qD$Mz?%SYn1x+X#BG$(>8FgfnC3pY>^?QI;H8dl>#;Y%xAq zw}XuVx{_K@($XP}f@lWxHMn_P>Q!7k7$p;iq0B#g6d+9=KuQIv8i*3iX!(`bF^OgERMhAZreJ^WRBvb#1lr z2DY`Gl~)sJL}=g`dsZ1`TN_We8PlOK@~Cs0GI2R-8sdSEFQ|G1$oD9nD`aHSU`$Y1 z$UxO32~KehUYZn)1s77!ck{VmI6-tuzcnL$a6yzS{DY&}@rQ<@5 zwz@6j7*Skm*^JNY7cu&@CJKRyxLQjWM=B!!tpp}OLC_W&rlBFo^#FGfGA5feDuPE) zYKr44tzbHQV%TIU11qMWA|FUF3|2s@`<9HETvXPYjM6DF78ke`fs98f%KAj4O~q0}bO_vd=LU%MFNp=I|Wg zGb?8r7d&GmZOQsBW|&AfpIvavPCx_dVX#0sc*m&atZ|I040|zPXg$Vzlq{93PHGBC z8=zr;8>m<0Y73a*8ZSsNEH)#|GAGOEtUQ?>^NtX+=Jl~^$SVj&gOD&e5e)jsVuoR( zSzr~aW34X7vjWK}M4_JNFcylgKP1m4xiIm?GHxcs zXoD%4xixtQ(WyKG98F2;0UR*F%PJa(j7D6j@=aA!9=bxp z7B~WuR<^l$6wfz*|}&?Clxf+n#JLqAqj&qRs?B=9xwov zwz3jaF$3rZ^DFT~m35=}Jf{NgeGD0if>Ff^z;n8pMB-%6C%#fh&`;>=qLwMj0e8Zb zi2-vzP@M@}4BlWV3M1{s;QMqu0~6 zDl;o1CBR#hlzx3E*BQ|b8kM+EwsIF?TMLyx_7tGKGWK8tn?WqRf)+_uu?Ts~l)Qobhym}4Q{H8XCCSgB?Mmvj1u}>`vs}1 zH3&m$;R{mNq@=D>Ql~&wZAxohYMR5!-G}lG>T6Kmg^nwCmdDDk*%&AC9?67`(`AvRX2@97T%IE zC6T|$VJ%@LV-<_EC!3-YR>k^~uoCwr5hRhnNlg!*A?ex0EM6{HsMvO0?yU_e9E(~h z4%>KUCMZPFax#-Bl1w<#L7bw_8!EOrn zAV?HZa|Y$r73?7=1uiIcQ+(C?z1WmYt}9C;_~(4)@X6-a>GY$ciUpcJLgO{Z4XOaOS_hjtaxK3J$TM}Sl+law*30N zfmrzgJUil*uJ`ud*}F8mG90ViGiQ2WEsK{`t(Ub&%i5REfAs3zSMOEae>K+eQmpI@ z(&xs@tJljrqU9aSV;^0)d*$Ai`%=t(ELMJ;752H2rIqWYTcV{~mJfe){O<94+4r}_ z+7HD_4YwWLrKk0{&p)mIMMdp_&PW3K<^@ka&ax3?^8S@bOz#|k>5BV)W31{3?|XH_d#~Pk zb-DIlL#%o~OOt7e%Z2wU?^G_my5fqJ6P!36R=1+Y{r3mdlFKT;XQlz-5OnOGAy%^Y ziO!T=Ja=frV9YI!JBx1TF66E|>!QxOAJi|6{{1aKb-FjqNU>qpW#_J2YopfMpIYmF z{aKc-sOE`IpIiK?vuMMJ-)BLRj{d~daAL3FPxfY?%rgILiymR-(;Iq_HhDL`c47mG zBvKw&3z5IHOW7koqi;2YUp~WCcA~80!^F)6%&ta;Fx4p*i{flcg2*f}Ho{A~STGC}8rXJuM#iuO|2&!@H6lpZ*p7NuQ|f+u2itFtX7Jti;i@!rr|k@C>>m@- zQ+d~QpILMzO-tTbar>O@)12aXVd;8deYCKC>2kDi>#BWgJTIT0X^=b`q-N3I(?tZ& zJG&ueMD-yx|5d%z4v~jQRN93z55C|u4N;$R_Cac?`kU<$!!>=-K&PkR90Ozc#iSWh z-DkNSmHC7|Z;qZfH_!9}pB|%h5p8EjBS;OnOPM3%h(DM*Is7mLb@;u(aLwmUk2e^j z2|9~{agc_iVBJv{b<{02#vCnk#<-*K`@K;|YrLrZ_KAfPa|7{$lJ$bdXh9=pv7mi9 z7%kYgayDA9d+y+dS(jJz{oXZ4>xM<=EPQKbet6Z&4@St06yHaUY&!9qeqE*sPrFj4 z*l@k=bEY*dCp~_N67@IR)G5VL7(lwNq$%YB3-k3&ak5RpJ{h5mi5!MH+ZgU}Az{=N}p{WU$| z)*xc|<QYu+hF zG$c|A!#T`ls9R_Z?u8wV_TGgHGi=9$G>)y8zL9Vdi)7&44bv*UL&j`&D43}tLOW2RZ_WH3VScc)^?v)VFe!GRP$!o9y`+Xv7 z;xGR{Is_(5BBPl!j6l|nwy_o^%K~S@ zm{!jJC^y#H8!hjRI(z5M6n*He2%=ZZ-BG8Tzd7>O8|+PI)Y-}39AC>5*sEPp=Pv&0 z=v&`pZ@PZx(7he^vwyrlw&QrT{CL!PJhc!WZ~bv^Y{#)^`LU?;*t|KBR}`Wr6 zEZBhfHT6r|mkummST6n@I7AGo=#8>6Fw z43|{`fS2+Gq|QLu6&+eZ23TaDmz!!zyEMM=CGry(q+OZvi~5YjM?LMLRh$~pEZ`$k5_!t1g{dk(8Sxp&lMff|6;?M3dlVlMETt&^ zrclseg=ag2`EGD(9CUQ}RzX{5>vhzMBq@ZkA6hF@x*_#rXj;t)3vHALh=~%C<76c- zX%BUxoZf3Fo*Y#~QLK*Sx2DSzzJM&YK<$*q5;?46d}TUSd~r|-JQgS%OqVTFWB-!S z(}PxD*Fj`2EuYJIWGz(m%Js?@qLnYiDtAAy?ujSA-V?3dbFV&D+55n{KP6&Ev~tJF zS*Vc@tlf|D3UAHam|3ih6ZDH zWyCzD8!^0AsPM;&sCm{jYX(0vO4f);vP3N48ODfd)U;r@S!~kHW+B!DPHKr{UCsdZ zN*zG9EYxE`EvQSbrvdeth+Coz@L~fHQscbe!y-q-gwT*=!ZRz#CmKavg$}W%cP(g1 z6Ix0) zyYB9fy8C19Lw{~I71$o@5d7TPHgAj;x8eM;mzM@U%_~@#f)M5?oF7=+zGPmrH*FY^ zYR>YM5^vaa*?G5eZsgp|rBZkPx!IVHVh~U<#f#>};L^Zjqpoqw^7eml{I`pL-*oTg zf0}c@@BV?`%UiP_*)SsIocSqbKvB-(Is0GysvPD1#jhNA6(j-bM`Z_!ZGX_%dZ5~t zLgi^}7{HSm=f45q0a)qREDqAkqylFW6K74}FA$F;AM%hnF6|1w7BPP7RT2(E$!k*T zI*^w9s!nR6gYGV?Yc^UO-e$<5l}JJz{b`5f0nyBt)fE)2B+*Fdqa7|ts1Y$DgaC@r z@~%a(yaN?Y->UiCQnC~@Lr$PQ%Wq1`Zw6<|mPNp?qYccg8g{&%k8fu1%zl9qd zZcD}t+@)Wn_Am&?aHL->?m2kJ;z$L{fU7Ld{QS5vGaV-hIJBG!+dz8(UyVUwHe4PO z-LfztxC7+7=2xN$$sDdm%IPbT)5}{flnj;08QiInI5E;j{DH$!!jUS$BucbrzL>z% z!3f3-Uj&EpL8siFJ%tzP>Nk=9&2mu}!5keh3iaDwwz%WH{de|9?QL;;^K!#_+rB9N z+xNxobxZy04ZEWFZ{HQSw=C~i-*PC5|Mo+1d+T!ldi&uh{@V|4T zYB)K@&EGVFAnUK!KMxSDLI;=f$X11kOD+X@=^{&)Y|S#x>O-oS9npsf)Yzqv8OapU zkLlks26B@4zj}7+TgEvfPAE2g+e%6Rz`%Tpt&Kd>bK^*g(+1T8nMU{Y+X()yo|uXR zy`G<{I!lU#{)Q2DfjY<{IF~e|N&zbzonZ_T%T6g(dcn(3$R(EW>PNlisydbqF4w<*bggRpO2JAnTG{W6-Y?<{nWS>9Up>?hvO}RC@f^q8 z-gsg4Qqc!h?^mrBcB~a1T&Z6Xe|P*x95iZ|_~*T|Mhs z()qj6Jo1FgQYT0w9H*!g1fRg>y!y>mQxro#kyZUX#LI+i;M#4HE zuIW@bOSYzji}q$<+ToVHSg6GzIf1bbzjqV|Yww)AroEC6+opHW#TaMLr=c3;9{e&( zu1bED#9KL={$J4I1jlEyPMjx9*`Egeh?x%sz_-8i;xZ;9Dk;&vy0*dDWQ z-!L1Uwhf&z+x9=fP)kc_uQEpE$pa#@8hNZ5GDUsin0<%FEZv|>C1GKFP^o~4GOuJD zyR9*-lqh4jH)h|PK6c2ZUW6D7Oo^(cu0d(5Br0X!m6@$em7u*DbjZx96`Fe%94S*S zMf0S1fVKV<$j%+KE@2*?fg^dss+^shu<$kbyPP*C%xwE}3U@w+eBtUe98O)iAEH6r zg>*3Cfy{Wn|MG*JdKlVn&B6{>T6H_J5LxQ~;N<%!W2M_xo!jDtWw(14dKlegXGC*& zq%l-3QabAK_p}V7dt9gI%8(M9^gFMYdbLr`gxs0NCo^eKMpeqq96xIeh;Vo@WKxNs zd7H>eAnMD}I?=#fppw)hIAN(Uld+X#>qxu4AV*$Way&*%N*^-!K!HMX-1&miOEZ+N z+QcP0$}iiTBKVb%>XsETie}OB!z{&RXeX(Z=F6%pm6khHqufK`(p`oml75NVO22%1 z5{{K8NL%cm(l0#gLrqF<&Fu}PwkdD5-^^o#w;7z|ewd^5gX$kO{FeT6aGv7y$d*Qxs-Cz zii%l_Xp2}bHz@D4U$!D_(Oe_nL_cROZ&;@FN*%j&H?RG#Mtnmf_Y_mUCBmKX*V(ZP z!a+}fjyl0tDX=U7im&WiCXXz(3$k5y@0N|i*tv$|xM0=AfsjFPe7IJT`#c$P$=IxB z!}kSD%+pIh9X3yeMmu)5>ZQA=IFZd530YEU0Z5z)moYaVcyVK!8Vt-zG2H_A-ErjL zo=cQhd9gxo*^6=(nJ~bC%S3w%VS2*>ctJ^`njC$~1};_ulav!#=m0IkB+P8HK4i@q zxG@DoSOt>E&J3Y5$lRn7Ch~$xn5kXfgcHp=bo9i);JJa5r%&{q8<1Y7DzaWY%bk?0 z5LrabwLf$-Wtc-*9H-mOLyizdgM$efy1tHpt}E{9SPrds9*A}xxc@?|^Vn+L@yABJ>xBL@oxc2} z{?Cn+VZ)&-EP7DV{;;G1Vt&Q@74iD!4|?A3i8r(mU;WH%DBb?pXe`|h`L1vWY>&A+ zVEQO5dgrp1qp@|pad)(F_q~!><5x0gd?IHoDqpvj!M7mp$a|+^ZaikK{Pkx$b!AQP z?aA+aSX2)0rphz=U(~wZ3*QO<%4{g!0>Kk4!Z5vkd?Oo)p8dI#wVQSKFX5F^1l`Jz zTN1C`bMN3kJMrTa(b^;P#&_&kQ2WabGa{aCROzzIp9KSegg5(4M{N2($m**A-gXz zAFj>%No5wY{lt}h#BBV@mf|Bi<0m>Z?msb8Jt-DgQpK6z(F@Yb1rO~LABtEt3tJ=X zsd}i*U}tPO9Sa2z0I)m&6&d6Rv4)I_uxi8yX{==)uOvREU9hXFqF|B%z!9n)Ijes>N%1F)?OP@nn#WNUBC>>Z&n!kBjW9nE8>)#q6KZtAhNI=`GHavU!nC$ zxs&6wP=-;=n#~UwMC)vRBwxb!2qO8=9BmOZ!kl-_s4F*N3(;CZi&gH>dq?IN1{rx2&KBasT27==8LpCBr~95x%zxJyDP*Y&D2%XB zWN#FqK`i3p4K!}Un5#FugV(g_0RGF;T|Sa(i*~M zwsTT>vhXa*V*$^be8_xjp#<`!lYXCq{S**cmA*?s9|d2bV1R-{6db0&jUZvhm#J_D zDJjqrSso;^eltOX`&N^HnXtk-%M``dB5uw4BYJBWr^d%|QVVDAS$=$;1qX;H^jI;Z zz9$T${)AzCI$;P-;twDA;-2DzOn5PR{18pZ!#>CtD)hbtOxtjsX10!mUD4X9C~jFX z_=AZYWyS_WQjjPRjDwplW>kaMHIo$BoXMtuP0lHsQp}S~@fV6r@vyY^?eLsEUQh_P z-O?&>%k0J*hv)j{LZ9Y2t_AyiR@`1De+en{Q+vZk77~FM!|gA(I+|NOXLy+F ze5Y{!{GzmQaj6f!VX^$CSZ?#2A)cGRo?9Eut!1~j25$`FrlexMq$yg`v{tekKHKiQ z?zx;ec@PRwhXCh6_}4lX9CK#2rt*vYl6h%y+v3=rZj|{%SDsxvhlQ1j#WQzGmb&g> zfhAs9y;j+=RJSzze$#T_`&;Ht{5-E5Jy|j=^({^>d~@FPX<u=#`!9WBTHSRr zT6uDz|4}K5ShzNC`gvZ_r-ilgD$Ryob$DUm5r5tvZQmcQ+P^UHb4uc-_Z{;C{~@m^ z;okn+=T=L*=S`3JV$EXFPwh1u+tIv@7cefjUb*qg{8WsF28%J|VG!qD)f*;#ep|eK z>qjT=o`gu0-@Reb@2h@nG~`!r7>Z^+&dmEI2^Yh zK>EUi`bT!hW3!g$7W*vv?N4Trd_jU zO%Tw0+_ZNQ)o~_bX2e~eQAi*rm_Zm&nSKU=fC(0vgaHyPG6@6O5d+xzw`9S{2H^mr z5wTHj6`8e1j52eFxRmrh7p&R}=8i>PnYlZ_$W0J>h>=4;03*)@Bd3M248jIu)Old! z6kn1ye0Y@OvrvXnw9Mv#k!L~B$dhcaI^=x@`Y8(2HU4RgfF zg^NfIjjqD@0@+}Z&eV4itgbK-(0uc+k-s2gh4xbtaY3%G{xRKsoq~UjAY7&}6qzdV zGeB_onZ^U<7?<>KC>KqV^lvHn69lbx>3ejq(e*TfpMlJ4^u0AdiGt@a6^#+xpcJP< zKShu*!g?*O(_?~ypHc9TBJ_h; zS*}a7HZroDlH>u=<--bH{zXZ};?B3PfN*3Yp+qigqK=w5Bcr_UoQ1|4lsR8cdZ^>bRoDqXGEzViD0gP)YHzVK4C z;-z>+1IS-xBeb;ACTvH^ZvwR|En6&I>c*y=)sl`iXGh$gH{W&R$c=-K_n|8?mFu_n zJ5s5fYKQ&bF^`{ThkYKM11>-*k(H%ADaukilqHTSv_zhP7D`xe48Z4@JfmcaU;#dw z=$ZXlM$LrPoZ=}sd2jjg5^g-!Q@lJX`0pS4l)I-|cY|qH&P*3nKZ=nm*>`e`JeQ!?tdv-{?h8XuSLthwp#MFnDc9oN=g@t z=EvU7eVmJeWnk&6>`P;b#I_hqdK}oI@~MKV{+uOK=@{^npg-*j_GZT0O!CXOTA)g1rxk!lwy2u{_cN98 zJ^j0?l*3FE8O$A6N6T0bTACrXqH>eh#$~c1r(K#<1(S~vl;=4n6Xy3paz_UFi6|7w z47BlueF@rvU1#z;F)LY`$Y|5IDk?Rs-q}o+$UYUeYb&7eH8boLxSD7pH8Gr{$P-Yb znS{Xv21Q$hqD-go*jlZ8d+h-(*w+(#Gg zURduqvet2Awfxuv`*BhYdf)1m{kay4-mAG&^8gFo$e+ECjn5N11!zN#y!ocZ{`XGa zIk{GKe0lty_|L|FJRWsJH#mXC$F;&8i{s1QXbnuJ`ob6DyZ6#>57=eiJ~)76?|W2O zrr19#Vf%!#L6%99b>BRgb+B0fhuQjrg{D8W*>Im?Jyg-^>X$()0#%Gm`UNmbe}!ia zR1u#6VHn_NE{*7N+NG8DMSl2mh@0-_DPVZAo9;*+kRBt*h#)8;GlC$Zo)Cl{RC8QDA7%e18Y@#m&RAT z(Wbr8f}Yj=FGdSqTy>mYvz`XVDA-UQvz8}g!+|Xa_UJ$E&>z@k`q*v5eF`=ZG}hzq z=?(;($%uMBUm5387TIQWDycJ`(&m7jD62_Iyz`iEO$lgXe@vP5w&#ARVl~d6R2e{2m%eNNqao6v5WU z;#=Rm@y!RdU9r4v>v_AQdAsiw#qxSrt-ajaBUzpxxu70@PY*%U|Ema&&$p&vp$7Xp z;5d%OntAatXV5Nx+DW>jAW4q2U{K~#!cE4u_`k)n~MdXe;COMskVkp%L{OT zUj(77Oe+SDT1jjH$-!(9Z-%Orl$UFiJMH&!op!I>MI1_tSUFBuN}O1Ta*BLMrSl6) zq;XHX(n@q-xkHy}r5=_KMz@ zJ(^-J5qf%(-#SEl1?^V7PRkh)i}Y1kV6quwsf!d!weTEhMTWF1Vg?JL-QszX>_}lG zTYWN)CN04P%AS+EFe$%rRP}X1d9VUylnyP*$SaJDAnoR>XkpEB^Q5;-_1IC$xcNF3 zZ=mnW`safH9Nw!FPT7Ft=&c>K$v;vd7bg#57f z!Lws@nlwKlkvX=o-GlN;qFAp1^N_!iP3|gmrjWK_@fA9-R-hwjulmF(>?hz{#ip3^ z_)=Sr@~LT3Io?5oxIU801uy0wv(F{b5HnpQEJw%^*)x47>?;45Vu^OZ&jx!`!o@wx zT47^QTP>7aNCBA*2ANab2HJ}kttDKUIY?!^K*0$F3F~q14D)7T=l*a>jd(WOJR=R! z-G89~TnDwDA}1RAARR3_h0{7Q4$^N^ENj?bQW7g;m1rD4Y=~KcLX?C=LU}C==MvCK zA^d1bZYDM1)0C5}S=a+dk|no~Hd0P7Bs!3Yy**C%bO@EauY%pOF@kRoabUItCm-6x zK0OYHBRDK2ve|A@`Y2n%i1X0Na|o%6P@FPN$-mrQk(+V^Zn!c{b>q;&O~K>}5&Sh6 zHj|LBmX%-3SDoPExt>=S&8wR;(H@_D3;X2VJve0qud14#>UvW7WZADn;x{0FbS|Jus#SYyw^srmlJmQPD7QNfb&PR^p~ zVO#r0&3BvE+q$D|-S>9K+WMnK&GSbVeesH#^@=UgiY+Ul`;+^ML*_99jZzP+mh#;4z*_tM72o}a)rP|l%8tYcs=DtCJdzWbso(z& zRnto2J2*tCdU0y$%$=Fl(pK0J%c{R)-k8y2${)X>*V&z<;~&3qe6ew@qGRdkifOfM z=L7o-P(|j?+&;f>e(~JfudNoiVs;nyV%nX*{%l6CE5f2`9^ho}{`I{tt?hkjF?ZSc zk@c>1rTD|VwX$8S=U!S?^?qnzS9Qb%(RXBFX{77(7fNVRX!cH7@CG^Z6O_T~LDHhG~?Yrkq>(17w69DJ|Px5;Zev*42_gIbjUsV|K@UN=%bYDaF zDcS&07+{g^DN%}KAMs3fH4???Vyd@^-zSF|J(_9n4$0AJmr@pV2&x~K1dhi~^uVu? zc-JWQ5Y3oq7ZC~N(mz7LiOeZRWU%4m6n3_pq}Ns)k~Rw?_KG7kh7COxMX49Qsc5c>e{(lxO3IM^HE{-W+g*iux&>pK3~ZQ$wLKk zNZoV=Vf3o3JQy{PFHz5gQXG<^S)Q4t8hwZuApCz7Y&*jgN?#F4bjrxmGr5<4tAZIH zGpH+>QbT|+zl&|@u$05&iUbknqhx(ovyP7;E*lFcC{YzPzX4;cmI9tiGe#y#*urnC z{Qd|&Glmb@UBXA9m?*)-0p+U&c!v|G$#r%}IrdNee!YD1Ix!-gH6H4~84dJ_7AA2Z z1A`elbHVEwhr{E|wPx_b!H}D7;=u_be#dAoriz?e}xzzD*kW5=Q4OgaE zgs?}KJ0fwbk6Ai`)L^Pu_GAa&bJ>C|XTF6PWy!|`IHC={$%{V3&bf`0z)j}5oZ&hL zwH>`|)HWR&l@|XtA;aH8F$&wohKlhU<8#JeR5vZX9;@E|M3Hoe*uBH##-fvrX z^~78~U`DR}i{_tKRQ~qB@9kWz?pv+sixu^Ofvi?{-+MV)ePFfXK&$;XuKGqExa+ctn3sM-h+_q++UAhs5%gY=B1!BBNHneNGXx41weSWfEc}ZKDReYpqQ#_e zK`J4ocXu&{!7da78;nC&P=*7kxGfMTKi(c(7+m@)oeXyfXII^>S*TgE#PXZxERXVv zm7RadQ$S>ko}YGuEzrKvOcpGSKr$N)F_5$?C?IDB5(v@>S5Jv1o^U1Y($2zQ<*It0 zmW<`h(VmsNw49k*^j*|xSJG?0ti()uplS`AF9GK~}8OGM*T zs~@V@p(yeD4AF!B?hD6*K%Pyfxa?;`Z9eiL@kKUBvz(R`!*>nfxcwGzJ8<3HFZX9 zFmJ0`4zb2*Ul1d~KCMTO$`>m&aM0+dw2uIoYyhWP;pGjM%#RLcYcc!NEhf^xr03s9pm+fgtC#*cy{)FZ2b9#zr<_DG&gW$| zFKfw(rk=+;iep~!8jRwVg;y4@#)_Nf4pE}WjmY9R)^HjcrQ8}V-?~x~E8opi zetqHVONU~`TX@Quw`P#&JuFErm#mb=%J!c|P-awGB0xsDnZ25xT0!4g>0$RG^ zz`!7cffIut208>VjAb+CjV4Ut<2w`ZHOFz-($wGxXpEQJml#-*?!)1b!CXB((&`n{ zR2b|?#LZan4cr9(Uj*OQJvI!R%+`$~**bf{_5L_m^`+~FS6!4s#&TuwpN6K9FJ=jm3vx#?+Dp1Js`tJqxp#GQ?x#Az;p(Z%9;Y|xt;>}m}HgnCBGAn{2J0ekS z#S@p&TnTHDrTqFU>*lhkxooNMfw}Rq!C>A`wKQ$e-4p8xy}AC$MS~f69YyBaC+)fB zlBYF|X8BBo8mXCvY6}I-9(NDpf^B3$H`^a)@J%pZ_e9O4Z_+(@6(>kcNbbp*G5XYY z&@FQs2wucm6BQW~G3A4wiAd}!-E?zFc{7GXQc4V~x`K@YU3KSEok3ss#Aec0 zK5=C0%QwohicG6I=SD%U!?aPM%PNIF;3(awuvC~HR~9-<*KHeZxfMuKvQcBC$ItBk zTz%dA(O>E4_tzU!2A#DK6hfa5Ytfqn)UW(!%whC*Ob2Ybk8N28ii{r@>Jk3`dBjx?qeTVN_KjZW)3kscV_N9{+a(d|6Kl2etsT@@Lyi;8~N?0@JkO`Fsq6Czr=Ig zbx!04Igu9)etwW=zlK2revN+PglW*kQ<=$cp0EsBCaiUe=vWdV6XtCmcc?+V(=Fa7LRhG?OXg{DSqwW;>A4CF=`N%War3tmC{z&75S$46TEOXSl1u z3*1HH8SVnFmX!0HI`5Lf;>rB9`i8;cGu)&}tB-fDYH4?4_)qc#gsGX)3GZYm*ftW7 zCOn~#R|>ZICPrD=3%NrcE9}+k3wTpF;k!8DnGyoip{eOmn^L25I50IM`9{Y=ox&k4 zDQw@mb=Q{dTet5J&d&&;F|Tk!9f1(?dL}jtL9bWndg}BO$4{PWV;yz+eZ$_#ptn;v zc&b||KiYq&XW>sj=MJU)N0E$?Gmivc$;+x4NjO|o;;8yY$v2>6ErQz6+wPrk_z zdtgO=Ur>1}prYZi06L>mw^26tPk2VXvYq{OOP&jAvNtdpI^B!53s{NXn_S%I8_CW( zJT;n~b#P)TGs|s}IoW(NFyWb$O$P&k=VZ$OLDw%^PkKkE{T@lS9P^64=?U3-{Jh`y zm1(bR=?{4T7^?3V!%m6?wJhvlPf7(0(=u@U~$puBC~M62tU_3F9%fS2#p7g zGX}t}@PyAl5D0ZWkG1if_j|*epC0p0Vy#1Cfl0v!!1^Xf1;6jS*9U2k?!$U)FaQA664}*s~&ps8z z7C!5dLSxfsk578LCExSjv)$g{bD_Z0*%MM=+#3pPQO41S_S>G{cDBts`TW_VzVl~; zzL0mzlxO%ktb6e6ly9ni=y~s?7?9dEG-=0XSJ9*$XwrraUXPwxv=fOS(Ylv7*|bY) z(ei&Lz&UAm0dl>8=}9rXkwFbuB6$T5{w4#$bdcbQtq-IXf>YjM--ypE4oD5uT{A_j zJqLsN+vcmD)RGS?Jj)9?~MXcCPtaf4>jgxDgQ5nDwIVw+eX zT2XEnZFtHP?T8&>9%85HK%770bQj7Fn%XhXB!DZ0_cPp9o`Ql0Xde;+Bg(WoF;Ck5 zn*|@+}+3=KCBhz}K)y*|XlN+xO53?@TJAx5;Uz?uxnxz-tm$fj_ET1Yr@UlkEq?M>90k|* zUfG*)G{qcEi#zW)+#iB;S2mPt{hnK z+;%i1UDXL!OU%_0cWs#MNmka~JK`0)=S*^GMY5*hpC4Iu;O$i>=c-&S=A43pNIJ4$+&Ut) zV&$%LDZ~(YB9PdY$FVKJbH;T}f^0P)HwXGecujM-1eCkXUu_EM2$Ty+h==9kNm?r? zb!t7PenoyS9(ZoD%EX0qbO4g)98(zc)VBGH(8e&YS1_+MLJ%>g&DVrhe){>Ew2}Tp z&NpII=6m%S6BjXxCPrB59swIO%_Vo4($3Y(xl5H*&t0az`3)iqZp(mFi9R0I3}gvy zgoI+J(9{xadc!EuIHYQdYV?R6-8R{B>hzhTJ*T86semyll1pS;NSgMBW~RK1XGvSB zl!Q6AnPItfm@-I)la3&g?F`+iQzij2bY|Erb)q<2k%7J{mj#BOM`17zhyc8GRWCdS zbiBt|?d`MOK(s_@Ypk?&spGBvZ|uL>5ifllxrL>`?3E2$6C3u#Htf0C{I2Q!g7*sI z8;;MJuIJ6?p@pL64~xoH?P%nIlPhhAHtbC{tb6r^8!vof1uOFU2yf6(~@u90~)s998(W@4Y-Y(sk+_?Fzyf^Zeci|na z;%!&UT{Zi$*v7qS*`JhQJPK_{$7f12COd}2buPk_1ezTpP>aIIj2J1-g*7^3(kvxu zO=x8rZl2=YhJlB?0O`dDVk`BdE~t0lf>&~z6f$pP#2NayvK43-1ZkwS^yzdQa?)qg z@r?2d)XHW=5O)eIu0^gy7EUi7x-q!a602)Z)b5Ja?uyqwmZ;qytKA>3eLP;+6}5G( zrKUvZ7{pA7f7x;!68R-QMN@MLC*wJwk|xd&ea;Fgxm+}8lt%g- zH^0gFgkwN9J#qY4Pq+Xk2r`GX6GaZThYQ=YGRoUe%>+Zev*nnTtAVy?;*Yj@0ha zQdbNqIcmi48~k-1*f$NB8h*=ofp;4rdmBTc5sHSH)IH#~NMFX=q=|}(x@iam8LO0S zOoH}a49TYP0CZWSY-rmm^CPlCOhuohDubkyre)q5KNtCw4N?R5u@09L*VCG6( z*DK~L62*N|scyaUMld<9riQ+A>;w|yw_TMRar{e93cWU3Ry*YM^k8eACr|8Hh zMzr|9g0w!r(6y&)FVAEU=@gzNlEf7uqZ%o9fh1A}6BI^}k}Y5-u!PB$=_!#E3@hm~ zn79OcJ~T9nbRk6gB0YkXa%u91Rgpi=Qf{UYB0WucK14xc0K|v{;c-O@c?=o3r4Yc7 zIA+j~O$2BqOUq_$D^)eGR@|s~wf08sch0}=d(F3OiLc)s-P0ehI-IO(jc)E~^cdwdJ@j(GsR+C%Cd2IRg zJI}uT?7OGqrHB8KrJRd5UH`uR`}Mb~;uWX<@#UO!uB&tHTUZaA;P9aPyFpQ))FZVO zDT^Ka>J>g>xyZA#3PZ#~Ylj>&nG`Nr(|9Urz*zwt!K(2oW-zc_vMWlqrf6T?L)2O- zOKD1?k$MzOkoB1~kF@0*W{u*!$j@-=xD-{v8H$nTa0c=v{S3r9;5JCap27}c<7o)h zry*3kr8AUcCZra^24N#39pMT$Gf|I_Syu2(3X*pe*dfipzHTL>6rN@0lha;l=8GQx zw72IXO!cRFBq<;%vU#2&ni-$-&d9d&o}ibh;;;=s6%WEz06RG>1k)oUzKe?3Zhc-c zbIV2~q+=LUkYo{tIV@5nImeJ62L{tqG=?lJN)=qEx33`r5|z8}aZY>XY;Urv;T~tn zubVTk8qCFYAGU5^?z!F3cXRmNmhbzb9esaL9<4ty*SAvFoT%FttJ}7`ZuvsI?!bKS z+@XcyWKI3o4u4|D>#Ihz_DKm>She5K7UUhesncge2cQsny6L`cK{LF?LOkVsJVmdqgJZVwnM+~1W zPl|?&8ah`)Pin|&BUcTyF=`@hwws&dpMi96$!O=&_IM5s88QAUBqiVpmy=hLMx8_2 zOi5NE)4xU2o9cKjnNwPQPWh3fFWoMz%?(<#q@B|9wXrVUn*d z&zU1;sqG(Pyb&h9UVS=Z5iPnTmup^DRUXSxrnWKjD2ROSo4;Yg8Eo3>=a9l9CXF)j zkjZ8^P%~bF1oI*vqUKo;ZCafddC)Fh<^=6>lHv0be}*u?`hs=Rru<&uHEQ;=^gmgR z)^({dm(GwrTCImU{_691kAw#nFe;qZpTYjW`l43HZ6644KNT1W!J_Fsd(1a11%h}w z`?L?oXcvOQ!0EGxrX>j{&R@haoi8wXmI=Gz_D8>y^93f>oX!$y!p(;~lN)f31dFMl z^*BOwT%*xd5BOoOA3;0hx~z{mnxGzM*0dOw@o4Z4uu-S0348H8-~FQGO|@o zNfN!lWU(Vi$wpKR67AFIy&@~^LQWQyPo0Z=7lpy!#r*xchzcijq$U#RU20++~*qXPw=ySs|Hto87f{6 z%m)@PM9bUfjH`yC;#SyE6E&M+HJg?WExX>Sf4lzo%Wv6YT~9_&Jsq$4(p>k-rjEp> zeX&jZZi?@Azd!KaKz!3F)wXgm=GvHS?7GL<%KG^QGweZ$hW1!P`?66HyMF(Rw|d@t zCf;yr!SrEG!^+k@iLD1?TMxe5am)25^?y(w-}BA}UdvnBd0W_aSIxc{>v$q9d$pMQUM+zH_`t@M)hedv#Z!Ok za<6WniGR|`71bom8>2;yD<$>OhTeEdU)0(6>4OHY5;ifuczv>|<=2n=E%CJV50kEj zk6blcBOkcjpMI?`?df3*IV+{rcrU+9E^^_e{IZ9^<5;`*ic0!;!+YxvZR*)&_+eog z9)7sX-s>>`@PMJ$V*U|t?rkyr$YMs$j~qry7nY;Wk6J2v_nLpS*NF7{yuGi${C+-< zID?H63uSDy83|GdbE#q}vk4iQ!tOk6^Y!6ymRvQ4$2^i}7(OBbo$Dzlu~bLqkHPOE zpKSjjs8B;x`UcN7evrtFYIR~2s0~&jT$Qdj(Yt!lf5baMI=Q^eVFMPq5`~Si!p6mQ z@xt{{+j_;QlrBUPLu9ji5eYUs{ALG51-)blQB4+LnA6Qek}G1!WoSxMVPQb3#+eW5 z>Bf4kB{FGfq#Lj^hdb85jsU~JCTzUm6GLO0g)uMr#<){pWJFE20u<-Z2QGe0GyIsQ z2D=_aY)-b0d4h1!k)$i^3H1ojZlgkBOwwBFo+Un7+8TAXLaftsqs|s(VRZ1K zNtyy%n3s_t`>0eLfyj;Rhv)2|ED!+9KeC2_SS2mNBWo}j2{m%}z-&`&ffWA(+Pr=0 z=4On7By&-Kiwb!h2p*F4nG1q2;`fZg$%tN{kkX?S13s~8H_w(yUk_?Rwgwc3os1=s zZM5B~!_1>)E%(pRT9Ej_W$qIj=Pa7>MnWNx_E>@-*2t1UI}yVuH_5Aydc zHRgTyJM)oQ-(r4(zc;{}%p2}GZRYj&T@Ld`rD1Aw7=L=8eMRB^0-`Ke6~mwjUVlb- z|G`mZlqW|Oa#MkmiWROXcCi{xDts;{714?E0x=(Pp;&;pNGwELEEXXy5sML*iY16$ zK^Nk3u?%sASdO?-gje8Tl~{?mdZx-#yoxqPn3X5&hW5zDujAUjdSF) z<;9*Q_os6@9&{14yaR7;-Qh31`uxlRm;M`23ydKf0Ob7W6`o9`;X* zUbPFtt5%^2z-baTirx{=v_F*MK`1$VqNlG(?;05gkDbVP?(6SuQin_D*h5nuF*VfF zfC?z2=E85WM8+DueZZ-KzXLQ}R&A$#R)D^3>EfkzB12ks_Z1SG;Lw9L>DGI1+qD{_rgT%&9Mels7@@ck0ItOmFkFg zHQTOACv4XuYXtV{5G%+z_?+!}r!t$xQNxt7cQ26d=9GlBAef|e2ac#Oy}o(2Psq+A1STIcnO83aQC;?PLeXqoIrAfg&)lb=vQW-?y@7r6@I|bDx6p+?-=utqXO-Y2K zH^e`c9b`e2oNzr%EJT40-ZWmzDtrz^9)Z|v=+;<3@`XY1!IV`JmXl*;4^dg{OtMUM zvPYR~JM2T*BenACcaPL^7_3{bwz>E6Smf} z5iZ{l?|%bQoowts)+ZaMCP%~O);9d~N+gSBDBYwck_33a8)qr$o@4M7HX@&el+q1L zAnGY0*9mKc8{y%<%zuafRUWrN$gi2SLl#2R4-3$IbngQ#FXh>VcXZ`7cgcqG|+-RyOgaIE!f38&AyB} zx_@>?9f#;lt3$dE3mJ8ACrGOU^8h*0vj86vQjW5MSSS|h7IfWwfd1($g9Xfp^r@^c zPAXDXcvF3*6ECz-sud%x!{ia8C>BffQE)@Lm-i!Tmx`{m+PZZ*0}5pskgCwe656Jv z0P%9MLW2~>sN1bG>Oc!htD{?sGy19$tJCV}UMCst)WGdl#S-*YtBoR~PHje=I=zlQ zGK{%StWRr)ZfmfRF`kBuI;kDNjg#)16{L2oFzLEk0l9QOo)yB_#V8@oIV*@xDx*_U z%umn?C#|B8{ya*h`aTTxX!S6&#!*h28F>id#AX9dY?KqGgIc}R?|5G-t))W!S}JAn zf0I}8;7#GCQ;M8e(1bbVpflq~wf0iK+RnSk2jMg=uETsVP9?C}k+GbG86(aY4r@>P ziLGBhU1$#XFiK49;}kB6F?Qhh1cL(Z0gT9Tm8zkPXghmhC-x`E4nSrp0Wj37JQT22EwLwBO@cSGhHc$m5w+7{70s67Hk~# z!Sm$&#MEh6Ms0MTWf+>DY}a*^kMpRqjfq5H@6yY7R2(Y4Mk(fLL1)u)LAum5GK#Jt zKW65hr(DRga&dZHCQr&m=~*PN^~xpbS&C>S7pCW7JRe)AZ)aL=P%cY*8qy`I%pOQ- z_?R|O=2)24!cNjTg|htiiwdWG5o(s9xvMc<-`j7!oWMPy`U)-C163NF5pCO;;9 zoASRy(Qi^jOjr6YMXyt|MA5&bh{(D0J&OJnqD%lVo3Hd16*9PO|4&O@nG44GhjuRxu3x5Ubj-xm@MkMZ{$mHJc8qje*Pm{al%#|vsEv2 z#B7@uci*;cN>&PV%jKhT=3ac;gphwtC8*>;Br|yY(%vK6m4}Xlv)q-gx~X z>bEADBX6Z~^U~AFEsww32&gpCRfRjY`i}&bdEnhLWH#cQ44HKwHMK2WNVXq(_bFtq zJIXQ}K5A%P+8yoadG{;vhJLD6yHdMxsbab9-R5|0A7xanv}{}6klfyXs{`+?f0Dh| z^pUV>sV};-?^bbKIKrA|1BveHzqKvic#LxD0q}&Q_O_!oxxV%F@z=(eI}$tkWB9ke zA32Hjow4{p#ZidUa@!9nRE&FIFr3> zwtLlJ%r8q8xvuBW=O>Dq;m7@*Q%kOIpZTDuebtN_t9e|N@T%j6WASiOTi^Y$=KYvL z)#LEQ;;Rnx$wU3CM!0cb&A(e!Gi&;11)n~!bFO-J4ECXZ3`X7xw{|rjE;amNsr_(+ z`48)P#KYK=dLVK@fA=d9L8w-lRr+PT7kRiyho3$TDSpc-mH3k#a>DDOTQ)!@_Xs(v{z(qK5!-a0!Abo zp=$?ez$(tk>|!x%X9zSY7_Q4gKQj8Kif<4SlJEt$`+`QG-MS}v_|X)eBowrtFsmfnI|L!bU*Yo>n&%3wf(*^sR3IuKNQOa?4|h{hNE_NE}c$nITXXc!b4HpAq6Z1 z1}&J7U|{J*f~_#Ec~(drL<2PGZ>#lit3Z8g#K3mL(KR5#^5c%Z4h<#sh;@bjXna^eEhT1ibWveHC8)KNY-~35l*Xe>U}4#CRC6 zr1z1^*iNN7%~0*K1f`~2P+|m!oj?qs&cDsrUd3hC3+4+JO$lLZOxU_y9v2>q7Ve4K z_N)aGZ5Fn@NFO7*svOAwd>%|qYML;PoE}f%fK~Z*o6=M=jd={i>lMbcG)of_~YBT7TvqQYaAHC5j@ElLDp6-y_(x zqcOIRoW*k$SN2C8Ey>dIg|dYUH|lY64spiGeSnFr1)J^ssG><^f=;>0%Rr-52sh^1T^UvWhyX}>m1@*pRHKUU+J8PpocBtYXXT69mG_*+PI2m*AhkeX-fXwIC$jB$J#WBRk|IVd`!K zpqWF6W?%q0Glq9Q62RLeEq|a&J(HK2ta|&{NrZir_{q z=VpGX@(&1d>(HV~!br|Z6gI^Q@lk-K^4In)x7@V7-5xJI7_}W#U`4Ref)1<8$oZ*A z|0Cob5IJfqD`-~~-^3s(JesRAB4`Mw@K(cl$*Y=8e574wIfyaMAIQvj!y-CJXApA! zgy&+4r^&rE#epm*vZu;_Ob|ba78t~f%MwLGtVmd_ix+8d3b{U#fMq4|D=Q$kC@Tw(8d9M&hYz{Pf6t)V=i$wa+g9N&9q~>=FQW5sK|NYi zPcbzU1|8N;d0_VtU`>PlL4R-H4Wo1oUCUNRb4Eth#Q9No9=-xZ?=$~G={8j|!pI?; zrSWO}{w6X~IGbji`8EnvCL)``9ASuCD~S{-O{duCTBU{covQE`w6#biWn0Uhf35IJ zA+ugI$DGZJPsN>^R-A=%mR~uNaMs0~bqivmz9UxO5qIuPf+1JWS0{>_W4OV@ zYw1k3xDzdVV=a53F_-LTpFh|Tb8SfCn*{lsz49lxcb%uu1hO4zf$Ust3w9&%D4`}d z{lo_aj1g1BJYv>15nDt<_@KTRX^R+SO0$q!ziFtxk6uNP%zuXwNjDMU#+{-S1NPFd zQZ6m9^p_O<6`~+b2pEo_xR3o;Jcq0Lvn*8l(*F+vd?V^;fG@aGkg(OoY;_C4#qOo% zW$Vp~XnofQ8VyaSf)2dK;B^bRbcyLAf60J9<0TVIn{n9z7n^XM1FmcA5|S0)`=E=k zcriOX&r3D<%1C{a$@KeRaDbN>4a*+tpsMp8~ z!Qo5^kvuIIhXa42&dPDg8F7viG_nG&mT0}?NAjhwW2E|_TB<5?3sX;8Dq;Z%Q=t*b zN1bA=B=sAyYwe?4KkRx$xqhUTtNeTB6!Ae@`hixe?znygl*)_bYyGp;Ex1&OQ5S?U z$4iz_jaDyWj##vr&;_@Ueyo&wpS@#Ddk2@$^mj~vu6~51wF>)`4qbdf=6#XBWWgV< zu!$Ddn&E29L{}*u$B_#z?hNT98F-q0xJbvoIzgVXx^3Y-c?tpvg6d$XA!^FXrHJ16 z*bFXs!lO;A&)Bl`D;VSHhkTy&5fajGAsTR(D#mpSye9C5oQDGyXni5i`JmK?3bNe` zqRxB|WeYrw@QoRXFjtCF^q(k7Q1oMpm@M^+NXbTUcG(EkSsJE-yOc-Vp7df+=0C@? zyGS7z4mM=PXMvGy*`n6^pW3TTv6Rgr`V@w2#w|JAz9U6J8lZN0AG3hVaEqRplJh9W z9XU8&D|hJ#yc!s^Uq*rCV(n8?IvB%3Ha$`=UFbD_0=x-+6%iv#8#YF58)hwt=E@h` z$rf^2pUq#$OV)0<&(+z5D@SL0=5{7aDi%Voe)YyzV%v-`|->!U+joA>{#xJH*_YO z)+d^F#hP|4Psf|~v8O$;rad=X;!TgQI=Hgt2b`s>e6@gUaVr-6y|L!KH&4f#56&N( zJG{szUGuGYS{RnaE`58XtjR9g}qE|D6Mm9i1agK{`{g6Q_ofWIqHT4*!Bp+r4 z`gVe7pgU?H04=DKg9M{xos8oA^)cLLC)p}xpnN2XlW?NiC)51Y2NcQM!Vah)EqNyK z@jb#bc0{EdR{b>|H5rMYlKII@vAZNC9jP8-!L^DaW6(4NtqQ(!$_2lSmKjFS6%OHc zp^$WztQ42eg|5Fa|3bWYJ?_8TH_vt@i;CyE6E5tQ)>u)i{_Mt8nOKo~$rCSZXL5Q= ztcWfj6n{{(=@Tp7{0x_|d?}{|5o` zBlX83+#>o@E$wzH$E@F`3=(lj3Fr8pbSprP*s>aobDhw8g9|CB;WPTm(SL#X^NkN|x23{y|W#Lh!1iH6Vss>R4(ZDzi-RsUFU~2G%8e<$6Qg3Q0<^FiY%xDU!C^^Jt zaJU0Z$>7GjAjYsMyDk(eN5ly=L8V*}^>dFjPlXDM z+@vu?wC6%4pN(HDD^%)G-l!>3kUna(z9q*P@@N#1{O?)bRHX{=^kK};INqM4Hqmhs zmb1e6j;stkYHO{{59&Kq0gr&qs1squ!$UZCE=`m^ca9u`aj6ZmJAFnNN1Nx)ZDbWl zjK;+rGSZVkKRN0?cTR6BL@GbL&2jQ`LBiW;0SDqR74qi=u4olNFI~I=Nn|b)cq1uUYvFkOX>Hrnt^RD5o(;7*ZWW$<&u3p*D>%Nu6|;2%wkXi{Xr!o#BH{$nVMMYO-<*dV zV-R0=2Ffd+FvzD5(&Fl(^6h`=cc?NQvr7MgBDUq(ZvP{C{9}ru6p;-#%}Bs(1`MtK znhKaPA%%Gix2kD#H&bZ~MZ`zg1xpsuTfvtR(QVUl-fUYPG;+@3%iVIpy32jZ;>tPu z<^H>_s>{dj)(BBkHAUSliSI}u-AVURUH4oz z+){O!%!iO^rn{>J4s+hUY9(X6S-5wCx0^TLD=#z`-*0L#cPPVjU`)gK(*tI~!hM>` z+Pkax_;Tvzs&UXdV}=ctbcXOZ7(vu8k>awWB0vBCy+pdLZ7Um>Y{lh>A$Yw?-=M+b zQUuZiZ`dBWnWP$8&svJup2=ESnlhXBvqWBKAJWR2v9JZ4v+OdyH|m-l)mJuIBg9OV z3dHHn42Yuv7VguQ$pvxT6E@(su$kQ!HUZ`qw^hnVJG;rp%6DOC)M7Y{#Mn4Qaql?OA%+Ehv;$q=vR5 zlI!tbP_(K41qJ@AiR}NWMKV&Qs+^UkLq5Oascfd^EEHKOI!NyraS5A=Gfa<`AkuTv z+f?9yTVp^9DIYEiP>uy37Nd`w;s4seUBjUv}kQ+v$R4xWAa*s9IKSNzyia<71Q2$!w*@R{L0K3Q73FcvM@ zkSwj5+n6kET-+Be+4hOuoM*UffxuF=Daw^4D_dCHfcSxh=XcLN2i=+9{lLcaJLdLK zddJ_`o-^1t0Y zXDfxvD_@;-RlNvd0ja+QZ>CHWUjaW`bH$2H_%!J#M=f(jvZVZFD{7f5{%+NZ3J-(5 zfX=s^2P?U^Ob1)IA5>ZoHW`1=$Wz>6KExS+u*r0AtKkRjJf*i<4|bY=u-icCJv^m5 Kjg&q>rT-Vou@%q& literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c88f0b2a12fec5b41594b14af6fc7b9fba84713c GIT binary patch literal 6080 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..67dd67d3bbca4f46bfef2fd1ef84c0ff91d742ed GIT binary patch literal 19969 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 gH+)q;ZsT{x&wjDF6Tf literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69cafd04cc17987b0d9f75b6f9a4165afc4a5f11 GIT binary patch literal 6899 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..15825777537d05b92a107f3fe035e9b349a89d1a GIT binary patch literal 2945 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 z zmR6f{{RCC-pT$V#$7hF%{@}c8_WTC3!}jI|vfA1=+|9P*&%2JRS(8ZDq=flG$7wn|`C{+^HWo8gJP$*!)PCuF(}d*5%0-yKF;+bU s)w-3Y>1P%v&3qf6=;Pl|XTW0XTOYVvXB{u>XDoDR{^Yk5ZV9jd0eLCb_W%F@ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ddf1f1e7547f144e652d94a1d376ad109377f605 GIT binary patch literal 9081 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8aeeda0b46eb8def5431d716ac3fa6e977c0ca1f GIT binary patch literal 5844 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2db936ee00933aa9f8b8f16a562347fed8ffe898 GIT binary patch literal 15172 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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/.env/Lib/site-packages/pip/_vendor/pygments/formatters/bbcode.py b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/bbcode.py new file mode 100644 index 00000000..c4db8f4e --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/bbcode.py @@ -0,0 +1,108 @@ +""" + 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/.env/Lib/site-packages/pip/_vendor/pygments/formatters/groff.py b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/groff.py new file mode 100644 index 00000000..30a528e6 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/groff.py @@ -0,0 +1,170 @@ +""" + 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/.env/Lib/site-packages/pip/_vendor/pygments/formatters/html.py b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/html.py new file mode 100644 index 00000000..931d7c3f --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/pygments/formatters/html.py @@ -0,0 +1,989 @@ +""" + 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/.env/Lib/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02b7e9aa9ab6fd549df41ae4622c6792c156726a GIT binary patch literal 26828 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 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/.env/Lib/site-packages/pip/_vendor/pyparsing/helpers.py b/.env/Lib/site-packages/pip/_vendor/pyparsing/helpers.py new file mode 100644 index 00000000..018f0d6a --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/pyparsing/helpers.py @@ -0,0 +1,1100 @@ +# 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/.env/Lib/site-packages/pip/_vendor/pyparsing/py.typed b/.env/Lib/site-packages/pip/_vendor/pyparsing/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip/_vendor/pyparsing/results.py b/.env/Lib/site-packages/pip/_vendor/pyparsing/results.py new file mode 100644 index 00000000..03130497 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/pyparsing/results.py @@ -0,0 +1,796 @@ +# 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/.env/Lib/site-packages/pip/_vendor/pyparsing/testing.py b/.env/Lib/site-packages/pip/_vendor/pyparsing/testing.py new file mode 100644 index 00000000..6a254c1c --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/pyparsing/testing.py @@ -0,0 +1,331 @@ +# 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/.env/Lib/site-packages/pip/_vendor/pyparsing/unicode.py b/.env/Lib/site-packages/pip/_vendor/pyparsing/unicode.py new file mode 100644 index 00000000..ec0b3a4f --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/pyparsing/unicode.py @@ -0,0 +1,361 @@ +# 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/.env/Lib/site-packages/pip/_vendor/pyparsing/util.py b/.env/Lib/site-packages/pip/_vendor/pyparsing/util.py new file mode 100644 index 00000000..d8d3f414 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/pyparsing/util.py @@ -0,0 +1,284 @@ +# 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/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/__init__.py b/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/__init__.py new file mode 100644 index 00000000..ddfcf7f7 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/__init__.py @@ -0,0 +1,23 @@ +"""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/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..921c9bbe5376f7b3e1bd330e5f4df25e0275cd6f GIT binary patch literal 628 zcmZvZzi$&U6vxk(T<)5vRG_Me?KYGlmv%!GF|?Hm63{LY(&;42iQUA+zp#BLr4y|D z1MF=4E&K1Gp@??Mjd?`7-%#0KCBxqN{(DP|VbS25zn=1pHOy2YT>b~ zr(kWyoWr(O3e=B3)|}mwI8XM9-C}o`+AdhMoq%3I8juBS1SEiW!$F&3O!W-oHo;sP zaVNNyhKl>7?EvEj+6D$e2734%jK4=$P#@j+!{^n+LAoN=FY4+Lz<3HLV4EX&-`#FdX+3aM3{sUB(D?uX`DauOq-^z{Pg7wexB4C(Z`(=hSXN?OzOW ByPp66 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e19890eb2e7be50a9d66b0aaaff15b9b418becd5 GIT binary patch literal 389 zcmYLDJxc>Y5Z%4KOC%o_1}p{319QPv#Ku4x(KI&4!g9%N%;xrPm)*_Db=Ilu{0;sV zD{Yj+LI?=ygmkIglLQCmy*D#&n0aZp8^FeLF_LJuc-5Q|Avk} M-GguUM76Bz7kM^o$N&HU literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..62c495bd21f1dfc710325a5478e79452ad5e6a5c GIT binary patch literal 14740 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 p>tQGo@++v$0bXaR%r9= (3, 11): + import tomllib +else: + from pip._vendor import tomli as tomllib diff --git a/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/_impl.py b/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/_impl.py new file mode 100644 index 00000000..37b0e653 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/_impl.py @@ -0,0 +1,330 @@ +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/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py b/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py new file mode 100644 index 00000000..917fa065 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py @@ -0,0 +1,18 @@ +"""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/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..96c24713efd577a229b6cd7ce8aa8cde59139746 GIT binary patch literal 1095 zcmah|K}#D!6rS1LXc9M7(3aBE&{i-M6YQasRtv2L4=qN}9+ZV;lO5fONoJXuMB_oE z6pCIv3dLhD(m&Au(2L^1vUuyMx3p=Ycgz7P8Zq+C_h{K_7!MGQJw&1pJeKw> zp@y-JHq0foj?=NtFN*<_1U`?*S|Rj`Yu+j)1zPlKk`fhA;xj>uii?I`#j8X%WG3`f zKvuXQE~~ns;6*CI*+?cAVMEV3GT^ncPo(l1#FKME&lzgDIaa(gPN3n)NQwCa-zTMZOpm5>XSN&e86ohx2l8KD?VOz5o*F#Aa1Zmd@YaW~o>7to!3HM@tXrIVa*Pd{_sN-Ct|2^G|we3i}!R;SJkm1~NJ&b;6ys`&VP zLj}A#>s4r`KH+3&weGxO1xGSP$2;dsCuCvPtpk}{WWxpsR|09>fb%t(?WsBI!h|W; z1x=%oZorjA!9oSqsz9WmxFP5=3uYUg4cve zwnn<{w$VV2fN2-Mx3#l%uy*w5`N`nqQGBw!A>9}CyROfRpv&;Zvn#Vg=2FRaD$(CP zFuL_pDZvUgMRP)MaU=72eDdODzYxQ)MZYTf6im~^82>aZZ2hqj9&1_&oWtL&)Q9}L pe9JasIsCUdfZ}(4Arnviws35!83S}K^>udbd+1|))ck};&3`=f3aS7A literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..820ae9ff8ccaabae1e89079ea30a53f13e248c69 GIT binary patch literal 14412 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py b/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py new file mode 100644 index 00000000..ee511ff2 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py @@ -0,0 +1,353 @@ +"""This is invoked in a subprocess to call the build backend hooks. + +It expects: +- Command line args: hook_name, control_dir +- Environment variables: + PEP517_BUILD_BACKEND=entry.point:spec + PEP517_BACKEND_PATH=paths (separated with os.pathsep) +- control_dir/input.json: + - {"kwargs": {...}} + +Results: +- control_dir/output.json + - {"return_val": ...} +""" +import json +import os +import os.path +import re +import shutil +import sys +import traceback +from glob import glob +from importlib import import_module +from os.path import join as pjoin + +# This file is run as a script, and `import wrappers` is not zip-safe, so we +# include write_json() and read_json() from wrappers.py. + + +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): + """Raised if we cannot import the backend""" + def __init__(self, traceback): + self.traceback = traceback + + +class BackendInvalid(Exception): + """Raised if the backend is invalid""" + def __init__(self, message): + self.message = message + + +class HookMissing(Exception): + """Raised if a hook is missing and we are not executing the fallback""" + def __init__(self, hook_name=None): + super().__init__(hook_name) + self.hook_name = hook_name + + +def contained_in(filename, directory): + """Test if a file is located within the given directory.""" + filename = os.path.normcase(os.path.abspath(filename)) + directory = os.path.normcase(os.path.abspath(directory)) + return os.path.commonprefix([filename, directory]) == directory + + +def _build_backend(): + """Find and load the build backend""" + # Add in-tree backend directories to the front of sys.path. + backend_path = os.environ.get('PEP517_BACKEND_PATH') + if backend_path: + extra_pathitems = backend_path.split(os.pathsep) + sys.path[:0] = extra_pathitems + + ep = os.environ['PEP517_BUILD_BACKEND'] + mod_path, _, obj_path = ep.partition(':') + try: + obj = import_module(mod_path) + except ImportError: + raise BackendUnavailable(traceback.format_exc()) + + if backend_path: + if not any( + contained_in(obj.__file__, path) + for path in extra_pathitems + ): + raise BackendInvalid("Backend was not loaded from backend-path") + + if obj_path: + for path_part in obj_path.split('.'): + obj = getattr(obj, path_part) + return obj + + +def _supported_features(): + """Return the list of options features supported by the backend. + + Returns a list of strings. + The only possible value is 'build_editable'. + """ + backend = _build_backend() + features = [] + if hasattr(backend, "build_editable"): + features.append("build_editable") + return features + + +def get_requires_for_build_wheel(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_wheel + except AttributeError: + return [] + else: + return hook(config_settings) + + +def get_requires_for_build_editable(config_settings): + """Invoke the optional get_requires_for_build_editable hook + + Returns [] if the hook is not defined. + """ + backend = _build_backend() + try: + hook = backend.get_requires_for_build_editable + except AttributeError: + return [] + else: + return hook(config_settings) + + +def prepare_metadata_for_build_wheel( + metadata_directory, config_settings, _allow_fallback): + """Invoke optional prepare_metadata_for_build_wheel + + Implements a fallback by building a wheel if the hook isn't defined, + unless _allow_fallback is False in which case HookMissing is raised. + """ + backend = _build_backend() + try: + hook = backend.prepare_metadata_for_build_wheel + except AttributeError: + if not _allow_fallback: + raise HookMissing() + else: + return hook(metadata_directory, config_settings) + # fallback to build_wheel outside the try block to avoid exception chaining + # which can be confusing to users and is not relevant + whl_basename = backend.build_wheel(metadata_directory, config_settings) + return _get_wheel_metadata_from_wheel(whl_basename, metadata_directory, + config_settings) + + +def prepare_metadata_for_build_editable( + metadata_directory, config_settings, _allow_fallback): + """Invoke optional prepare_metadata_for_build_editable + + Implements a fallback by building an editable wheel if the hook isn't + defined, unless _allow_fallback is False in which case HookMissing is + raised. + """ + backend = _build_backend() + try: + hook = backend.prepare_metadata_for_build_editable + except AttributeError: + if not _allow_fallback: + raise HookMissing() + try: + build_hook = backend.build_editable + except AttributeError: + raise HookMissing(hook_name='build_editable') + else: + whl_basename = build_hook(metadata_directory, config_settings) + return _get_wheel_metadata_from_wheel(whl_basename, + metadata_directory, + config_settings) + else: + return hook(metadata_directory, config_settings) + + +WHEEL_BUILT_MARKER = 'PEP517_ALREADY_BUILT_WHEEL' + + +def _dist_info_files(whl_zip): + """Identify the .dist-info folder inside a wheel ZipFile.""" + res = [] + for path in whl_zip.namelist(): + m = re.match(r'[^/\\]+-[^/\\]+\.dist-info/', path) + if m: + res.append(path) + if res: + return res + raise Exception("No .dist-info folder found in wheel") + + +def _get_wheel_metadata_from_wheel( + whl_basename, metadata_directory, config_settings): + """Extract the metadata from a wheel. + + Fallback for when the build backend does not + define the 'get_wheel_metadata' hook. + """ + from zipfile import ZipFile + with open(os.path.join(metadata_directory, WHEEL_BUILT_MARKER), 'wb'): + pass # Touch marker file + + whl_file = os.path.join(metadata_directory, whl_basename) + with ZipFile(whl_file) as zipf: + dist_info = _dist_info_files(zipf) + zipf.extractall(path=metadata_directory, members=dist_info) + return dist_info[0].split('/')[0] + + +def _find_already_built_wheel(metadata_directory): + """Check for a wheel already built during the get_wheel_metadata hook. + """ + if not metadata_directory: + return None + metadata_parent = os.path.dirname(metadata_directory) + if not os.path.isfile(pjoin(metadata_parent, WHEEL_BUILT_MARKER)): + return None + + whl_files = glob(os.path.join(metadata_parent, '*.whl')) + if not whl_files: + print('Found wheel built marker, but no .whl files') + return None + if len(whl_files) > 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/.env/Lib/site-packages/pip/_vendor/requests/__init__.py b/.env/Lib/site-packages/pip/_vendor/requests/__init__.py new file mode 100644 index 00000000..10ff67ff --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/__init__.py @@ -0,0 +1,182 @@ +# __ +# /__) _ _ _ _ _/ _ +# / ( (- (/ (/ (- _) / _) +# / + +""" +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/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..360733a82ae477dafd3753e4eb65f16ee826a64a GIT binary patch literal 5468 zcmcH-TTC3+_0G;dW*@M?^02`y0~o_%SYE~tVsJ1o+p)nhB$h`=oAJ&y%rdjHy)$cq z4Hb1Om8MloRjEPEkK5$KmHiPZ`S52fwN|D6EXFN(>L{+-sPZ4N6D4wfdhYDbva+r8 zqwOHh+{3@byy?V#xZL3BD2vd$NJ0XV7|Ee90t0VW zaj2}oGDvbtF2$+31Q(1Qg4;{E+=@r#1TSDbKSF|E;s6G`$bqmQvxyR0#m*ahvHK?I zp$~&B89t>{EfdNZgv)deR{A9WO(x56jj=c!N=OI+r5uN(fK+6!*PFnCVx>Z@6e=02 zvoaCQt}BE$a}%(U+Pe$v-EDCP@NQd=MGGp`YK>51(U`>HLK)eyRDx@6IRw^5+9Wio`-FXJv(T)z2rX(v zh^VbXD_F%@{N>7iwM}SK+l6*DDn!)|p+oHyI@KyZ?hNBJOi{MTzts^^zNM0@QXG`-bDS2*#CSNv1{jKExqFf zdUtFJS+vpTXif%M_(mHa*&{xKi{d+nzn8|kq4OuErq1%G<%>il3%>8a?D6d|%Q`P6 zvrClhk~V&x$cBNFyqx6EE*P^~vW>r_5q>tU0_#OACuj7i@3^STaei!Micjm}4DR#! zc%B~^7~o|!r4fTCIdg0@;rsKr=nOVmnr96orT2Ao%+Jq9Qh zX3kDbPVLy75*HLrl)ywujvFm=c%iGm`Ld{_aaVI257X}4w7bB(!VRS~yt@P8uyFYT&mG3wf2=$@5@icF+KRR~!2H9G>SJsA+&`$Qsws zmgUP5y7PqYhAe(5N6!gd^7*D_F|Qf3m}Jjf#c;k7_>f>;Pp9a~VTo_&b&UD9>?4ed zDfz7^Kblq)Uee-e6&xxWvX=Bw?;HG4`y}%V2o@z!0?c|;)&`AjqP{*wj^m_``}o0>7zbOsqn&M*HK$Jwjf_u@ST|AC zz+4F%qO8D8d`x3-Ji?fsG*RFZ_dKQ<9p=03kQl}(oRn}fzHnY7Nw_6I^v7bCG0|Zc zu~7MX;tuHe11Qwa)h_5aj5iCbhBor|tZY~1m-W3C!3b4%Vi@VoA! zo@5Y(3uw_n&MZ2<`yBoc*7;syo&QDa46p4jDPVj58WSlRf5t>jR>GGb(>iW4ox}<6 z#}yRND-vNz5xfYc6529F*vIZXf?|P#;b3OR%sqco#@UqdH+|_woPXumhNoujd-pv27FV^&h1a?8ntq>a z+;*dy)^%sq^2kc>YSY8&+BN)M>j&{0P46c@Zu}5`)VkWV(z`tJ$X~KL_)cHOS+UZ$ zeE4?R?fOjk=sH)k;#x_s z;)mh->rL+^ZZ+P(H(NiB-){OSv5HsHE3QYuU2AV#AGy(++0%7D*#F_ld%^w;*S~JV z2j0f5@Zrtyz_+?PjlE|!>c%tNo^1|s zdwwI|^E7Xjo!Bg!STCE{3h+-^N65G0fhh8p{-Wq7MXNLS>kj{gJF@LXT+26KdQhP9 z31VEq2VC(s3-4!oDd@Zw8LUHh>b!&d**mQaz$@o-c`56*f)q#H*zsaY%JNAX)|1T! zxET@=FBbGXxl^g9eZ={bZ#wN#4j)Ej_YC(g%s_P0&N?&M0Ot(A(c@figWE{Gy6Jk z=z((m7EC~bAsY%^=ZVF@yRjId;TPddw}cgJV3UQu-E_`Eb7y)qONdUOXd}}}yIhk^ zr47@QOT1ula7csZE=~(c_Ldgs5L2>>HQ)`7$_hRM-F>btGrjcNCCeK;H90XpjA`$m zMflHwUVCLpuC>coD$|oEO=;R0F}ZLKOELlNy6J!8+-b@WQz^ol!LtOXpy8ErGE9#> z;Lc$^r9t}%C*YaHI_(ZkkDeXCA-SkEaKaM4B&HQ(D#DO5>Y-EAW6?=DkYlftT#1 zpnIk3jE-Oct)A>4BpZ4TG39g*N13%KB;|@HyB@`9pFt0e*xs zYH0Lc&=%Va6kdPQMESxmlT@(p{gf%7L-;88lB_^fnI1)(nSp+sv{M=)^d}Y4K|v=4 zT@-Xv&_lri3VJCxNCBcH2Xf|j)JbVf(M8UQ(7POTL2*wGRzl&ddB$_elcN6 zK1X$*qpnA_^%+zR$(X76)Oq}gZx1ucJQ?saecNF_<9^_*+TwznTn*IqwOA&4;!D=y za&Lz#81GkZm95pKFGt-Vx^STuo+A=Y6j0D<5L|AEAn6ZWC3kql(qp4BvGhbw70@Cip3; z`xmPH+Tmv$U!y$Og_tpB6OC@5(U*`8t)qjVp?$FQ5h`8wY@*V2RJz)-foe97z6$otx>ed5w*XuIfr=dob`#^=a;cLGee8$3} zZ?{`epo*5J&{lETPgz==Lf>xh%ISj|%~5UMXZm?KwO_l3kD>R=M~cwxlF=%3$Lk#R zqB}($F#f|a&xnuxqnDwusCU%O-gPk)dOf4%?A;O;cJ1 z1x)4nP7F_`D@Ig=!^I>wpQe5gf_>oZ=e(`W4G8Y&E29|c5W5za_c5?)}6vEckchtx@G4!lHGn`mF;_P I4begQZ^v-QbpQYW literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e1146c18e5a90973ad47586e03a050fe034d7094 GIT binary patch literal 2039 zcmah}-D?zA6u&dGUzts^i8V^1(Th!^+tv-WNMZeeXi_!!5jL^lx@Mf6IdLcM&TQ|! zo46q@Qhd<9=tIE>1z)64ghHYJg)akV!O(7})Wg*cv z+FI@CbEPTeqdQ_^9ZYOTOuU1M?}$lsFbRl3VqVR6K@{S+>W~B-x}nQa^F4Ob?z*Ss zdu{z5$*1aSx_kKtox$fd;DToi#}&X_vuxCaQ|9`YZwy_ZX5OM>1E+G^5p_CWb1mU` zE~lbo3TiT-7D}}W*tG4dT&Kl4&9!3aOC`rDQ5&k@+SGF?+z|{afT(#`l2VueEkU^o zjMF2$hH#Uk-%8aKY5kQf>E&0lvS}qq7HdvfIIh73 za%%fnQQEy~qSDIpi*wE*xYVS049C4iz2X8`;zP>dmdWfga8A8>D(Y2`I#FX-aTEWl z3^=&Lls!O%PH}{tX!&tm6oI-3ScJCorW>)faymY9_QC~PbHk*BSH>n{2)5*K$b^PzEzlkAxLla71x%JMh=l$LJcVYfI#gc8x44>B#a= z6Mz@0;dO@9>a$q(N2!b!c&%%c73e_8xA)@muxqxNAcrXoUpIG zqS2}_{otCH4+_YB>Env9;8;|FB7zpdgq_tlEZ%yB|7kHYWIeQ>uWCg z@lF3I`L64j_M>u4ODjx1D(Su;ZWy*_8AhNo2x84wt9c3HQgF%;3>lw|U%W73oSz(@ zn9LcM$1hD9xk=;9wb{vF@a=muv$XzL$pPfxE6Xk0@N$He{GPBL#Dv9uoj6(X>{=O4vqPwpUEq&!!h$KvpK45r zZ1xgG|AQP{A3nUAdzyce_m7-f8$Rump~n8v)iY10o=o|NPps`f>65|6fg`KMrwdOO z{PfAS1E+klud!v7T^l}uR_j9_`^T^NgVR3Q)7W?1|0L%R&G=;RdZf!w9%@A5e%HZ` Vs5YSbq<^zpS5lip-O50i@xM&oG7|s* literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8d3eab94f6a91d068d3a7ce856cfddf1989e09cb GIT binary patch literal 21295 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 ZNVFurx1(gp#eLu98uHt|Uu8l1zX3+}jcWh^ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3249081c9b8f51cb54af54bab7fc6629d6525605 GIT binary patch literal 7219 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3d6561bbd2d5a8319ff6f355dc2fc7f92e3db479 GIT binary patch literal 13938 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0944537976cf5dc69999d2c90b2560fb65eba660 GIT binary patch literal 1522 zcmZ8hOK%%D5a#N!TCHBT<5+$r-ZV~ZrLo*5Xi*eRfg&z~6m=XR?S&AqSZOJVGP&H4 zTqWwEP;W_3zV*^S(4WzBPdU{fVDylaZ!QcYKu#rBa^iFWee=!787?)$*}p0k7wG5p zuMfI*UR&dwKba{xUA6%D4TJ!K&+(O}YU$EPys)L;p6>EqDuQ>}KG{=r-EYwux?cEx0|(HmX1U>2mZmK|+dV zhtW8Y?#~}SuKPnD3y-oeA;^n48e*0RGV=OC6cQAAn8u7tZ<3AMm|!{bun>Avw~gd8 zgd*?pNcLIe-SKqJxpTMaJ(M0tG{BMYx{Q16ptJuh;Gu9o+$@PCCZ6mgFGA0yM}vV5 z9wII0HB7g-&1RBKhdpbpJRzQET5l*?Y8uIxIxra?ZF8EbZwqj=~+>k&Uc! z?gxYfZGu!`H;7{#^;C5?kw%&NI;YrSY#*aRU^cLK85f9X<~)&HCp_G1xGMiNVG=1f zHGWJIp$bVf5zA9Dk&6i@A?os=rwm1rIh_vXWWaEw98KatzaeEJ)&*6r){-by8+qmS zkc>Hdj*(Cc@41hnA?7TiD3Yp{2K#*}W1nClRoP^W{PrjggiwnYy^D#BPgKG8L)P(q zRf=)k^oJ-48Rw>;Dl0}pm8Z4$anxlhrvtdMvGC*3ovFR6as$C4ZkwD^hY^B0Qg=)6 zf>CN0lxEQGa5IIxXu!<0%9&I1lA+VW6Wms1qv~5~8XD zJ(9W)ZaWZqjLdaVS*#n7?-CYBRf!UcIPUmz6zi~xUP3*@C+;8MRBsC2?%)5i^`p=? zx)pHQPg;8s+TnPJT02PWOBS~tb2dPdZA}L0K|oP+_-U)D8{YaJw_5^Bv=!^|33^Dh zbl0}0UE4mN?(NA)HRI7+=c~yuf6c$p@75nkAb!_ylC>=B-%P>Eoy`Hudkx%^DsW1F z7wWGH^>OaR25$95@UnjJ&CAuX{Xh5A0ap14cxN`S*8c(bUV(c@VB-j^9fA5Aw`67B zfOoKHTbVPU;baEX=EkK%yEx7sI+bz$usVD2*^AcLJ)E6CKnLY<#Sr_K3jbUm@IP{u B*;)Vq literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7001d055ce518f4e661086c65b3f23f0e31b9668 GIT binary patch literal 25261 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 ipVkq6V%Kr<@k(s9e literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a264ab8dac82f31bd629b0635fb44d773dcabab1 GIT binary patch literal 7062 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 LD=1x7$vXcFd*@a4 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d2b97d6bb0e30b3516daba503e68197d5d67d128 GIT binary patch literal 4327 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 IF$U`Y0)!JN4gdfE literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a50afd2187b0284bcb9ee04aca3669a29463e4e GIT binary patch literal 1067 zcmY*YPiq@T6rb5$S@uef8^<;{G%(P(?FJ%~Kz%T!P%7iP33iB+i&?WC?~bIgVPg;w-v{9K7z}H23|+#*IxKuqF$Y z)LfGHd*3a)cO?_jr9#yX+>MZx1#dF9%w%0fv3pBIdrU=FZ?#k{3RmeqD>bjVB^EZ_ zn|#-mT(PS$_3O0Cq#N^i(SzEImZ2^GM6z`ehrp}X3IbV?kgUJRJ2GG0$2rFLlSf5GZIxuKou>ei`rTH3_R4L(%rDmPA(p*MXI-#AX&!l7ZdsI|qYH297Gd8n~)THQ*BSh#B z2p2nI=S+qu+X2q z*jw$c^k?SJkU8;1xBP1U(g}Y)fBml|Fx?;eQ}fTK7W$ul{`3Q#?ZAf(G=I@5jIX@Ed+3^l9I|J+ S#ZK;Q4C5<l^gGx! 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 PYd>J&@y&Hg*=YSg{F11R literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aaabb7480f764b0dfd02531f8a38143558b24841 GIT binary patch literal 787 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 EH=$Zsb^rhX literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e1db186ba0820b2a77dc42da59445a021464e2b GIT binary patch literal 5974 zcmZ`+YjhOHmF}LGG^0Up0m2rvc?l61iPzczFY!Zw96(@$Um)CSP1Q&x&2$glJra^d zLJ}vDZM?CAZREv?NlqSi?40EP=FjftM;^P0iJcRlKK`-C`zQL>fRi}n>?U8;?HS1i z&pGpTfA`+1x^-{Wt?FMdTb9xA``>2{6rOFyQ%OR*C% zT@xCMv&03RC0Pns$LfJ;mH{@fEN~fX1U9i|U<+#nwy}0#2U`wY!Bzr0*(%^|>~>%m zTMb;p4B#DXEpQ!Me?iAM8`ws$Zng>7!!`py!?pmovK+9N^#QlB?Z6#uCvX@0C*Ymz zF5qX`Zr~nvH}Id?Uf}20J-~a}eZc!!KX4!0e?kAg9O(cX0Dpje9(a%)0v=|Az$5G^ z@Im$v@EAJ|e3(4~e3U%~e4L#Co@7J7Q|t+#$%cUz8v*7S19DaXj?z<^+1G$yXLG=( z*)wva6Y-eFW9-?t&cBH)%HN3ud+sUiL=y7knu3@2b-*?4G#YbQ03IZnbzHn^Ioz4iK zm%Lmiv+s;mDi`_g-I4@4N)pPu5Y;fbcK7qSCdx-IW^|VZu9^{bY{Ao2^Z7q zKBbIz^xgR>jdDJ>%8swJJGb5SDOM-Dhn(K1ukC$(nanY##A&9+m^I0bQl;n%cuj%A z>}_U@IR2PXDVMpsRq>)Th1b00abuFZ9;S^b6f%fS6kf~ahEOEp_L zXJUAGksUcG8HUP4*@WJjMoQ5MoO507l^r-jNm`mY<+_2Hw=gw5hUb+Ti)AVJwG_mH<+fv+R>dE4T!ED=Cb=o>f)jMzTJDx$ z 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 z ztsr`MJ#_UY^Ev>g*`upQ{Jb9|QPJ;j-NXIs{LVb>hjt$68p?up4_g>r$PiP^=zP2o z0^ZU=B72C(s1^>W2D7h_5>>r2tp&&TBUmEQ2R+Gj8z4kt$%xK|>{JN&>nJvi6wHx6 zYbQxf;Jg=vaik#&kzZD+0vpgb{7j`Abx849AtlBq_W)XC!>4-o z@+G?uITnE+qg|zS%&^?sjh+*4!Gq_}| zSt;5YZ|qDIbsE>y<4s+OqV9R~=Xr2_t%x0s9b5#QxmAh~?;UL` zZ98wBPquZ%w-JA1@8$1lwGPWFr!`wha$kJ);QYbZUc{(Oxp%$4>9%|Cwb2hs=Bz7u z6{{NFQJbo5TX^nP^{r=bop_)*%s=ZNL{cj4^fHFOX3eV}?x(R|=|eaQ?G({~I)Z;Y zg+BoWmA!+|2OY#IDQjK|xB%FuQc&awhW0vqhh4XZ8q$ZKVsw2r7Lwd8C9oos35x9) z`yd=}ksRTGfjb2}ts`B;3-qc8?nsf|7?ROSDtd#+J}M>=F-8fUFtIJ8Z-`J~;Sj`W z>Vg~xf+VGKONT_A*nwCe4#W5une#d-)zXqsQOwT$?+^UT;|X0GsFA*C58%<3#Zu^$ zZ3QX`a>riCY}wlvc=)R?Y){y0XZte5#*?>Bz26mg9ZXsujq4tL@I9(Hg;x36_n3>u zWp7A+bHvfU+LHBtxLkV93^Ad+S+R(Hevs5dUqg<-fJl>pWRR(0a_G3sgFsQq5=fX} zWt>${H8IO_;nRmlkHd#u`f|i1zVQOrUdaO(vVZs$0AP%O%m5Zca9%`DhR|5~XenD) zL8?X3?g@G!5&^yyK(TTuHWbttKKjC|L`JjEqV|XPcH$E@^yNBtV1#`IRUl;pRmKPE z85Wf#weB+kVVY?@)qcW_r~G8;D=BZNKAK6YlLsp!YW;UHB^0Y(m}Vd?oi|MR%tu$r z&`A2m-X`Q=8t){EnA9(bqrm!2n^_C`lfYP%rB+jIST*R)d7s&e+dtXUk6iPZ0hQzpk};|xGhC6` zo{+YVY3Z5PjHx$7(o!&4DZ-$TN(66{N&=KjQbH6QV=5V^!01W|(Gyf>`)8ddA*$d%7c^)%4hWd%zt9+X-90DA=lzPy{}pFe{@Z`W;lJfqoP+((`%A9o zuep7H#TEV~xB0gQJ+HaPA^EM%hy)*g()~bv2lFU zoxJK<>z%UAvEsKYZdAOrA6qC@6~;taCf_l-$F^r-R*g}T5aSj?-p(5%f5J==L#xP zIsz#Ln%TU&mSVpA?zTdH=iMe767;b1uFJ$b@4AY4=jyhsp%n0K@=%bwyLAtrfA11+ zM!%&c$nGfROYZG5@HKY}thj$=HJ`tF43@197VrCP(o{98Pnq+g`SWG71~qfnumQJv klrQJI`MVu<8{JkTkh88@typ=Y6m~SGfe&e0IXB?!2kdN literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/requests/__version__.py b/.env/Lib/site-packages/pip/_vendor/requests/__version__.py new file mode 100644 index 00000000..5063c3f8 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/__version__.py @@ -0,0 +1,14 @@ +# .-. .-. .-. . . .-. .-. .-. .-. +# |( |- |.| | | |- `-. | `-. +# ' ' `-' `-`.`-' `-' `-' ' `-' + +__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/.env/Lib/site-packages/pip/_vendor/requests/_internal_utils.py b/.env/Lib/site-packages/pip/_vendor/requests/_internal_utils.py new file mode 100644 index 00000000..f2cf635e --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/_internal_utils.py @@ -0,0 +1,50 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/requests/adapters.py b/.env/Lib/site-packages/pip/_vendor/requests/adapters.py new file mode 100644 index 00000000..10c17679 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/adapters.py @@ -0,0 +1,538 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/requests/api.py b/.env/Lib/site-packages/pip/_vendor/requests/api.py new file mode 100644 index 00000000..cd0b3eea --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/api.py @@ -0,0 +1,157 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/requests/auth.py b/.env/Lib/site-packages/pip/_vendor/requests/auth.py new file mode 100644 index 00000000..9733686d --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/auth.py @@ -0,0 +1,315 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/requests/certs.py b/.env/Lib/site-packages/pip/_vendor/requests/certs.py new file mode 100644 index 00000000..38696a1f --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/certs.py @@ -0,0 +1,24 @@ +#!/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/.env/Lib/site-packages/pip/_vendor/requests/compat.py b/.env/Lib/site-packages/pip/_vendor/requests/compat.py new file mode 100644 index 00000000..9ab2bb48 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/compat.py @@ -0,0 +1,67 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/requests/cookies.py b/.env/Lib/site-packages/pip/_vendor/requests/cookies.py new file mode 100644 index 00000000..bf54ab23 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/cookies.py @@ -0,0 +1,561 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/requests/exceptions.py b/.env/Lib/site-packages/pip/_vendor/requests/exceptions.py new file mode 100644 index 00000000..168d0739 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/exceptions.py @@ -0,0 +1,141 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/requests/help.py b/.env/Lib/site-packages/pip/_vendor/requests/help.py new file mode 100644 index 00000000..2d292c2f --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/help.py @@ -0,0 +1,131 @@ +"""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/.env/Lib/site-packages/pip/_vendor/requests/hooks.py b/.env/Lib/site-packages/pip/_vendor/requests/hooks.py new file mode 100644 index 00000000..d181ba2e --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/hooks.py @@ -0,0 +1,33 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/requests/models.py b/.env/Lib/site-packages/pip/_vendor/requests/models.py new file mode 100644 index 00000000..76e6f199 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/models.py @@ -0,0 +1,1034 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/requests/packages.py b/.env/Lib/site-packages/pip/_vendor/requests/packages.py new file mode 100644 index 00000000..9582fa73 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/packages.py @@ -0,0 +1,16 @@ +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/.env/Lib/site-packages/pip/_vendor/requests/sessions.py b/.env/Lib/site-packages/pip/_vendor/requests/sessions.py new file mode 100644 index 00000000..dbcf2a7b --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/sessions.py @@ -0,0 +1,833 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/requests/status_codes.py b/.env/Lib/site-packages/pip/_vendor/requests/status_codes.py new file mode 100644 index 00000000..4bd072be --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/status_codes.py @@ -0,0 +1,128 @@ +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/.env/Lib/site-packages/pip/_vendor/requests/structures.py b/.env/Lib/site-packages/pip/_vendor/requests/structures.py new file mode 100644 index 00000000..188e13e4 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/structures.py @@ -0,0 +1,99 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/requests/utils.py b/.env/Lib/site-packages/pip/_vendor/requests/utils.py new file mode 100644 index 00000000..36607eda --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/requests/utils.py @@ -0,0 +1,1094 @@ +""" +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) + + # Strip port numbers from netloc. This weird `if...encode`` dance is + # used for Python 3.2, which doesn't support unicode literals. + splitstr = b":" + if isinstance(url, str): + splitstr = splitstr.decode("ascii") + host = ri.netloc.split(splitstr)[0] + + 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/.env/Lib/site-packages/pip/_vendor/resolvelib/__init__.py b/.env/Lib/site-packages/pip/_vendor/resolvelib/__init__.py new file mode 100644 index 00000000..d92acc7b --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/resolvelib/__init__.py @@ -0,0 +1,26 @@ +__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/.env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..717cac2be214b7a991f906315b65ba0d6cbce1f4 GIT binary patch literal 649 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..838e56de3d771074636535380bc25a81c6e4ba91 GIT binary patch literal 2669 zcma)8OK;mo5GM7qEX!#TyDicOvON^7f|^Dz0cr&4BQBf*g%SkmA%*~I#a&vPP+Vr0 zlq=o}_*9@kZ@Knb^p_O<1?9DWps?CYPMuj&G#MFi2w}9^ot?)w-wgHV_IA&L=kK46 z{I5FjjXzdTyI3sWg~bc2VI5h_I2sZ*|EK744U5R27cSckL8!Jcwuqt*k;yo zgW1PT);P0{TdWDP%~~KktPOI5bwGC62FOj;1=(YpAh#C1!B*D)nri-tM^eRHrC%KK zfS=Hq6EC1zlUR~S$+=)$;o?Mb*i=SageSz8io{b6J6Z;Ft{iU_UJ<2*i7ZyDQA4tNv<;UkI9|n${W^|icjcTgNa)1#pbz~7I>o8gT)hF#Y8CI~ zp`<&P#J5|I?1~E0pP>Vb;7+F;nw25=gp!b-0@TkFq4?k>ppyW6Qs4%o;27wJ z$M_Up!8gR2J1q2I;>A;-SdoV&<8dXW@t9CxU}*4}i|O3uL4qt#q3hSMj5@%SQ}qVzdYv#pA$tdpl$XYBR7 zVs1q-y; z^<=Ip`sdYT%BfKL!}4Q6A{j&13Fz#y+V$b}KDe!wVj~h^2q2`pHTa9&TeT>MgMQX^ z-4I^*uAB8-cP3d9;JWX+&*5K1akAmMOnR=Xx_I3T=QnY69mU%yZlL%8#Z46WN;R)Q zGxil$)(HGRqW3|ZS%0;@J#X3VJLjENyMNwqgSck5@1A$Mu-Y|ycKaK9*|FRA?c5fc w84em*M@|s_+-%*|%kG^#hr8+{&^G>dVDV4Ww(Wl#x9t1&FSq}*@Y~q@A1Nl_ivR!s literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0d0d0cd2d3b55917baef8d9f0de5692ffc5e83a1 GIT binary patch literal 25912 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 jIO|p&(e^_z=i$q?4Olf6d{^mg|25y$N2l literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c9add9f84bcaa668e483b6c9cef78d35e2a8e0d GIT binary patch literal 10521 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py b/.env/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/.env/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ae0374699bfa15e8290b43b35f595757e1ab897 GIT binary patch literal 215 zcmZ9GK?=e!5JelSAVLq~qAhMk+$gva?Z(|eh&tM6n}kUW^a@_UGk6w{;R(c@D^r(# znE&4lv-poB8AL(P>*Das*8cVGhRZE#q9I$|BkF|h-Tr+1Yz!NVWI>QCFR)fPC+QL9 zXwOa?C`g~s>9lBEsntT%nE4T8s5~s?7OZrb8nHWzBU&)h6 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..706f0777fac73b97dfc16517945bbf9bcde909e6 GIT binary patch literal 435 zcmYjLJx>Bb5Z%2!1VKV#?1|Baf+MuX*oYw}evlXo$R?NLZiIuo+jaLiq%g6vu+h%O z*!x>-up`%4SlJP243&HF11FhzGkI@j-g7>mMJnEI>SqrLCc|&&Kh3PBntS9R2Y0j< zT1JlM5D)uWOY=#KU^LP<5a^po7LLmxjDbw z-J+)wgrt@Ty90V0Kux$2&>F~o$T)2X)`O6h8>6txg1Y5{5ml)HK|~MSHkED&Wp3Gh zs{@j9msiXP0*8r;0Li=vJhxr3na{0I!Jkc2*);fQp4s-9Gw@(XtSC2FrL3qjB^cvL wZtbo&&aPjjr#ivLt6m-J)z3+K^#kE#EWhaGL}<)qvV5H>pxb= 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/.env/Lib/site-packages/pip/_vendor/resolvelib/structs.py b/.env/Lib/site-packages/pip/_vendor/resolvelib/structs.py new file mode 100644 index 00000000..359a34f6 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/resolvelib/structs.py @@ -0,0 +1,170 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/__init__.py b/.env/Lib/site-packages/pip/_vendor/rich/__init__.py new file mode 100644 index 00000000..73f58d77 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/__init__.py @@ -0,0 +1,177 @@ +"""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/.env/Lib/site-packages/pip/_vendor/rich/__main__.py b/.env/Lib/site-packages/pip/_vendor/rich/__main__.py new file mode 100644 index 00000000..270629fd --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/__main__.py @@ -0,0 +1,274 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d4e80af4f94c666267270a6a1d109d84e3241570 GIT binary patch literal 7030 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 I!V2>L12Ko9IRF3v literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3a70770e1e13e03145f401237a60ecd36d252b4 GIT binary patch literal 10319 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..122bc398d29673083198b16f66c5cbeaaf062843 GIT binary patch literal 7836 zcmYk>3s9D2765*UVgqOhRI^C1eJm%)qTcf2obQ?SO6sdjNQT_+0}1;>WrZoCUbt zKynl$4;ubPjQ|u9j0B7!m;{(iFauC#;A+rcVY|3Gz?B5`fU5|019}+9hYGR>8XoK* zpphWZ-zJG@@rf)zHo*`;zJVKqz9;Q61Bo(9)SyqagnJ**%Ru&FWIv4@K%Zm@m#)9n zvEByKPeC%F;k6V1#u~U+&|gg>uOd-r33(T=hoF-_8Kkq8a8cJE{WZ3R8vsZq7z9W$ zkcA3z2Q)lbHQ+9SRe-w*Rs+@&tOL{;xZUVeX_sVuAW51Qze^v$0D?h)OoG9H9D?fs zQwgR4N(mMMstnu;^l5aCl}N0j#A@{EmT*r2`WQ%{k4`Dk;=&trlRgKfM2o+c^Yw8f z9kqDq1L#LE0WgsOPbjG*condP;5EQD1GgJ}KRVcZNPJ9*FVOd=M1nrlq@5Oju$6#S z25vq23>xXK4>h?$iyuh@^fGXL&<~)IK}cj-LN3HA53*WwrLsIL;aP>Y8`z(fPL9Q_De!#xTpAb1u~XdoLDWFs^@`ZmB@1Umt{4BWrb zUu$c){eY1K-vLG$$d3xr3_ZPz`w9JMOSlt&F$AXoV+mU6doni8K-wxu0yJE-7y2Sg zxY2;|1Y-dc3}m8$OoE1MOhG@95|1IVmJ+q-ud{@!2TU@MuKH?~OSJe!i_lNDgqsAI zVjw^0n^cZ!@lS{4`X-HCk3{&$X;6?BXb9E%YL#_b!d>J^Kr=z0uSNMpi%&EGP7(xZ z3Q1agqBkHJ5blx!$f3j#z~cn#08aqIktYEylxUT%kgCP+k`8!~U=5&=pb5}T-;I8x zyY^B*Pz0#gZ;Vd_V-+5F-e8UPvYVj%1%;Rvf6^+z?F3H)o*`%g95rxpFY5SI`&?XW zzzqZmfEx{@hl2Ekp1wiu8uZ1K*onk0OGpFYsDW!ie-n-LT(5~_E&f^x0OJWt0m}fV zzuHm_SYZjb8T~X`bSn~XSVHOm+YH<{=u2oMX@e$GwD@zR1Nsp32V@wyVdzV34L2Gv zonRSY20<;L%s@6N$g9xsOZOV!b%M75^#*PS`kA!GVI+=F;%D?xOSo?~D$F7{1ei^5 z1Te=yf|qpBzkRA2-u2+PLd%IW;JTgEUU=kpO|;kIucZT^Gay`}J0O)3X@CioxDGIj zU=Cm|L8L{YREuA<0r0JXI~9opv77B+t|3lgu7NC$j|8$*i$7_ktwOvO53K;L3C;nu zCm0CGG;q1-=g}_TAn~mw012N_CsGmi3}tLP$CEYLQA+W0Wkw<#K?CxBEba;5iR~|vjEu!E)RVrtuYIU zd6tk0Ko!BjjtaS2{Gvkv`37zT`YK!0O#>`4kj)r*okre7znBvBNNl%+ybbsl!KMop zwrKI^r~_;xs0VB(_#E&BLEnoMGPU@RVKDkz=p4C7tdOn6UrP@9+iY7m46w{V_G9Ez z8r3eev{Ym7%?vL$3H;6{S`0FM*=1+b1F z?Gl9yE&dz>0fP-(F8bxP?ITG1!xFLqP)o20u$f>BU@JlTr3x8Z{7ue8UroDYBQe+# zk_#Aa;0n;!(8wAj9;U=&=vP?6tp(g^AkE!$-GQrS&3i(?68o_4@ z8CpDK0p=OFMd(-A4RUt@?lzDoG4hO!$g_Zd5(Etjt+n`F+5kEcbOl^aa3$a>f}Vih z1ZiI>WN7h=9zLk>gBA~a4=Ehb;vrxEHAzNl3BjG!r2Rd(mhkKF5#U~e2ahV;XCMzN z$P>`;uRXz!3UOLIbO2-#1uyPBInqdbGSV84^U#Lg8XI)X#ouW>CA|X(q6_A6ai)%xTWY< z)1r?d@i--(NB%6nu$JHdn9#Q!}sb;MU literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..865703951a386672048cf04710c14f379bd30a08 GIT binary patch literal 205991 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%0DITG?fjVXtoY1>;OG5(* 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 z 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 c|61bCr&S3szyJUM literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..022ede43b4910952fcf288e3abb52537b9911a34 GIT binary patch literal 2336 zcmc&$O>f&a7`Bsa%M5hrnxeb1TCv2KCAnF*6`mX{b>gf*z7VIy8W=DbiME(XqDE5w zh~eWd`vdz8`z^b4w;|W<2L$M?r@f>k+ei~&hYsUG{CHpTdB6Bjzu&o2DnR@Dm!0mD zgI^0?;iTXdPm12c$%40dvN&2Qe}KOPCFkMRLF4$<;WqMR7;Kar zpI{HVkVuSNA9F!u-FR`_G@lxO-Cg-?i_luns9LgR4>L33HacnyuajFTQ` zN#sqw(}Gj%o~H|Dt}|N#oynx+*xBihof(mtqyRSbDNf7@(pq(+%OYuZaY%zvZI46& ztE_I3GyF0^EgT87$0D{`aakl-fJJ4s!4gghNBd;3S_wfYV(b!Q!*Q8MHpc2Zacn(t zY=8l0?GzZy(V@XVe+cms{T_1RL{T?5b$wG39?}R02I^BXc*cfxql&6%JfNQRCur;w z+VkbaK*KPIV3RLpT(j-LU|(y%2hGQYVDum8M(?mNYA{sPRg$4ha6m7JMHw>9Y-<)kea`n;fLxL%N1Z+&HDoj?$EX3W8)=r5hTv`u1|ifVokw=(Ckx-VzRqxoxf&oe9egSmJd-pI9ynZG47@c0f;s-32@qV*49w z-KyFH*6ps_%7}RoOD`K`u$6~ct{K_efj-JkS zxJ7PpYGmq*>vI;8OwvP=!#klkrf%qA0DQYPvtT%>pxJCRDI381;7tsE)(ypapWo_f zIpgy2?2XGUn!XI=OgI?|?3?Ku2=q^6d55lxgFP8OF1hW0|(&b9yV83;+ zyWRQWcyG7UJUH6hJife_FScIp16-7)7;#9zWeHOMXxk=H(RakR_E|&yZQXb z-wJQkzr-Yz>K^Ah;o;2#6N`k@hz t;B&QDEEca8KK*Rzbz$Y|i?1I*fA1g?|K!{{V4R&zS%K literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2c086abbf4d478865d0d3c2f9a6419cc4ed893e9 GIT binary patch literal 552 zcmZWmJx?4l5VgH#2_F}c6hsQmwOg>KbWs!`P>>K3f@{(sOQ+>*IOq1f*4TGqC6Fkf z$sd4{Hp)-QFJPrBqJ)C(q@$u@d>o<3NS=9P&%AlIf7NR91nuwlt;0D=$e)lr8=r!4 z9l<4$MADq}=su-HGDT%1`5~7x=X{@)Jc;i@c|xmb!;}@%wu(XdKA7D$68|%XD8e=V zhz?1qWP$WFkOs^UGfEgap+BchlZ?G&B}t-P2t+t-RvYKDJWrzPoz*sN4U~}uq@dfK z)S?1k!Yr0n@BcgXkhRr8*6t<|gu6b~&3kA~Ib9H1uh$>CUp|SiPJt5{_)cH!8MO&| zpv0zfU0+zygyNg>#cH$kox*HoJ(UhVh*X(@*wF{VX|Gl-PRfpy6DXuHmDva~8!dJ0 zm2tW-sV%GJyvSrr+X>an5iFvZAk)1?cSde`W60Nk^M&*68~*xYXNGp3ln%-AD30lyD>ot-uKj%oljcWqVviO8 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03ffaa11afeda2ef28df786e87ebfccc4013372a GIT binary patch literal 870 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 NG1=~#pp2~Re*u+thxGse literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a98ea22b70f368a2b459193fbc5ccbe32e2a80b2 GIT binary patch literal 4162 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 IB^}fL3m4w9Qvd(} literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36650c5507824e3cb66a617e63ec4bbfb0436a2e GIT binary patch literal 1900 zcmbW1UrZcD7{F(CcJD9T0i{(6g*CJ_2QAn{jS?uqB5kF?8jqTurAq@ z+nM?1_kHtIb+rdUyZhnU*v}$DfAGn6b8QKg&q26>6r|uJO5qSr2_YdxLIfiLQKAT6 zVB0e!DuiMxHo#O7K@zA$#hAe7yvIaEdS47V9_i%(FXtX!d^NIbH7EGF@~(jUFMfak zFnSq0bBNt6(sb)AB)w3);x^-&)D}vZjEA+}V41)+m zy!r!s0c}S(h22Oe;9|7`exMf=p&-PBPw@?mQ33a(x8U}s1cmHquX#k2$E`@`ds*!$ zVsM9-K|6sa$z?Qwza$elAin#e6^2gbXj+lSXc}VT6Itgm$rA}Z4wG0iIwr?dCdU#? z(`75Tj-lYdA~D1ST!SH|>7;H{zpkqpd%c934iM&qy$vt-h-_VmWPf>FvMk?^o#_e> zYm{l>DAVKF@T+Os&k{Kr?x)%~EEc}V)OV<^p1hdX<7)bBG(|gdr@|dHoeN(`jD$5< z`(!3MIvyRPS~!!)bVhPCt*ES%B}U_&k)*0-Ix=~~!-a@-dR7a2JD_WqVE7Yl&Y-(> zhf29mPRtCN0+IZ`*3_5YT&sDiD47oA^_Qe#`>J?wy|(Ed!ct>VTK63&4HuJZuET#5 zP;72EQB?!C`G0ZwOi=m%(VAfC*{UA=v9|-w*Z1JB++E~bp$Ff>UF18`gZEB|S@`R5 z62eLXD6T0ekewtbkSXC>m56pH#y*qc1smc%lOh@2$%%m=<5eCIE%wX@vf;}xnoFoz z%}xU52c^a{6EZ+%HQdE*@!<=xdYIR7j|dEV;b}NBH@?=;R`da$x+C|HAhp;~-d^^# zuDV*+8=61xnG&dNe!gW-^P1Sax#4{nr(WRn44OaGi_7kAa!csN-{Wrb1L=JTr;p%d zkHbk3rijI=8d!-1Vv!+sAu9xIA`tV72rQiAmSvyJUix3m>_X->znflgz@{hd&|?Q6 zSVOW)$08?zf|J`q=ie!^Zh39^2gT{}<;`*m1V1PXeCLqxmKfzH#>nA;1&u0?pF~*-F#MM_Z?OS=ex59Pi zlOEhsiqBoSK5ilq7veXw<>1n(@*9iOE5}b)xXwIWg^$mjTX^lWK@)*^^IUm&>Dk-$ Wx34VqtUPyq<-{u+T+JHc9RC7H^3h=c literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e7548b6a841cf8d323146a09229a94845ac8da82 GIT binary patch literal 3635 zcmbtX%}*Og6rWwM*K6a&*nA|AgpZJ_I1SJwRil37qk)hTQ73AMs#=y-#yf^BYn#rl z2_RKUr5w`c!VTv}Z=hUq?Elb9Ikj4~YNhs)n&I?Aj~S$@H!P0g+_N18J%+fnYW*hZzCHysJ>3r(N=M`<=1^8(JDlB}SU ztf-H`tfXv67pPPebqVyaepU}t8IVX((&fkDtkUd_KyMU!6~8wMy)i&y9OCB<-Rydf>REr@%hhwC@I+l-@(TT@GE) zMd0ZLv(YfSds2q>r2gq+jm`o&kCanK;`3w0TQE1=?wM2H;=O zPlNp#{S1wO7a8~lp*;v|HUz&z9250n(1+K>^r)j`s-`((KxSk{?J6s03b5EMA11va zf!HGJWLL=Sf^Z~@nnepuhuc!jyEwAS0jD?(K*mQgaDki^3t=x*SGO4Z7vR+}6%qT2PYGs(B zR)jfDtgJiXf?2WXMyEIL3EsvsZ$RynN90!}-T;Lh8HcbdW@cCd%vcu)HxQNr)sYP= zZ`Q8MhKgJY*XQZKl( z0JH?h$xWl&PL2?+I~(%J69Muiquk1kCC3*QQ@%wO$$i2)aVSRMvA+d+3wsnpM=EP0 z)e<|$Fqc*Y1XNEV`6TMDK{7CnO0j5B+X+GsmuR^_3pkhH*Pe8S8FnWZa`QfhKpKRF zw!?n*ElQUI*~jKdFz~bA^*^(Z4%@QtL8ov^e)f+kuy@e-&;pZeYMOx%usMj<<0$x! z3Fg)^Hs~>R<#TzNy#$_GGOO6ES}x@6U|o68NDKEdVI8q=9x}sjTR9IphZO$GIj#E! z%I(Pb4yoKL?eWEsiMplR?U(L8_%=?U2L-P0F){kv^uVd7zyU_rY)uQC4IXqJz5Cm< zg#s&>S3DkOTg3M74qaFjo;O>tLy;IB2NHzB4&z3=joXE=axC26kH~L{?#<6Pr=M>8 ztn?orY+!8<5JokPmR-jE)4<2x1-AVaZ8_uZmISZn%_?^~yy?qK2I0=5iV<9lL zwB()%pMWj9iDC+bg`?qMXxuX-fCq}EIWbKuRrIQfdR)`KuI5d* zhjoLgBP~=aCc_ij3Be`hge;pee%g%y#?GO@#4x@?FQ7Jw;vx!s+OqdhypIB3F6;vo ze0A|^V|*zvTkHl3e116U&Adf#traMLG&3wJb_>O)DDI&63xw<{JbNPpHG*MqnqX`cnRU1W} z&vu|Twte~8IJO6nL9Jb?6`oyb+R9<|PqlYbuU*~iOYf=Y>tR6ZGD!{8#`ltA^$0c< z(l=Nu?e$)$N3j_rvCc*ZYF!xCD4*aqXG}Jb0cl{}UgH$_?&B++NynYA4gY8?o+U>H z-6$_Io=~1{o@8DiycjUQY~D+h6U{uBo6}}y=Wewn^NsScTb0+?mtc)mYvGHc9ufrM mcQW(`x&8~e{#w2&q@J+N(eEC78%gx6Qx)rUg_0 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..418d52daef07f463392a14e96fe8e96cedb8ee23 GIT binary patch literal 5175 zcmZ9QPiz%c6vpShSD-N>tpzcHabZ-R(pLO0B3fuIRZ^-HG2|spp(7MZ+su13vSX)V zZN!B!(Zs~+!o;|Ap$pyU0ymm8VI_%q8)IQ58$I7Q_ssonoAABEZ_Yixd#6)E=a;Qp z@5=1!=GF0cukFgRKk*m;>Iuc|qgGtY=CZlkLUyrss#eSDSzbGv&DB4zeO)WNPSpcz z2x|n^Bdq80rsn1@RyAvDTc&0g@=hmj_B9*byNwl)G7S7=b$1)$AqxWos6Rv8Q-U8+ ze}b?-)=_Ll{XAlgp!)&porsT1upjkDh#MvN)jo>*JXRas71Z~8nD#HLyGIajTNprh z_h$>=>AwK$h%YRx<0aJZA^t1DclJ^4?$Z*?;^Ob1kCosS>OCIKzSZ(HT*R=kU*R&& z7(iJ+E&z4+gn+8Mz$LpyRks6nkZOm5Cor!HoAK~Qz>5|24h7Y6F7}RUoq?)m$7--} z24YWU4^7eJA-Y$vf$C_snDwAj1FRLWg8}Lt3aXlm?RNiwc|#tyBdm;JfV<;5gaOtS z^$rD9cXG^XT{45~_Ci{oJ07_^W3(xcNca7X;G2!$4-9%*=yL!t`yc{D0`T*cfEPA` z7dHZI+?QZ^Vj)lqfm#UELZB7`wV*q(5U7PfEd&VPDS=uD)PjqNg+MI?Y9UYy0m8Ke z{8sN1N}!VobTWZXCg8MZ%RyMq?fRZ02$LfSlOqU|BM5tr06seeK}8b)ngF$MiCPHM zLZB8bPtHQ176P>psD(f+1ZqKdVj)lqfm#Rsz z^PLi?g+MI?Y9UZdbwVFn9Vh{6VTW1>)Iy*ZTujbFpl2aa3xQe)5WX=2wV+Nc1Zp8r z3xQe))IxwTEsgq&MG!0z1WN?L5&^1Ys9G@3&%z}HY9UYyfm#UELZB8bPb>sz^NkUx zg+MI?Y9UYyx)Te5S_srafbe|~sD(f+yi4JKs;n7mAy5l}TB>!fB~T0MfZv90B+Ij10mI-!t0?bTWZXCeX)CW8aJc{~d4+D7eih~}uXS_*?VI89Y zuXq@kME$CVfp<`kco;a1`jCf#1=NSD*okV`!Y*A!O$WljhX7+9wxdT-S79Ar0=(v7 z;9Jz=9tOTgjrTGPoADs(Dy-u=z=Vf&;B8V2>$nNt+ELle`ER~)Nt#%{Zz22J*JaDVtziIRB#=t=R%C_~r+4fxyw%4y`ed|Nnj@`HF TBR%Lj+_R(pTh?E^X*2!@3{l%~ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f0ce851518421f9f6d116ee36149ba86bc76d1d4 GIT binary patch literal 741 zcmZWnL2DC16n?YW-KI$+wFPTXa1J6y$cA1-q6o!cK}s7eUdl??WGBg*&CEKp8%&8> z#6zhb>Zw<6D*Xfg2QLvXVZoDLyhYPfPtI&o5PUFizc=&V_r9HZUvjw&Nc(xP-u!?7 zeyHHg^ck33li&zkaFGvPw1W`18bL(M%Y8RRw5IOrul1c&-zb>BR8axN>8&927^Xi!L~L>rMw~WO!kMKcn3HQ#k?sfvAm$#(HpjE`S7-ngc$@}!js|ECy)_4@p&{4? z9YQI0YA@083~xh0+x=Yi8XX+A32u5^gqSi~l#AdxV?JgaPjw_2z9SP7eO4xerLFOn zC?`loH>T3@byZp@<2BmHH0ss~$E=y~5r-^ zepPXG89(EaQlCa1C$79uJ<*_X^(wJ3?WIYK@oDp3*?uGl7q-L0c4Ti+QsG{Y*cBo= zAq(s(XHQ7Tiq(GDW^~=@605grTZH!P4X^t5mUMgYdkGenhPpLew!Z1s{>{<(l|P^v`F&%QUHqE8JX*eZ zurW5|&WQ;Ni-*RW+e7`rMApJ)L66O_A9%FI)i`i94+;M#;8}&|r8`aE=`uI+$z6U< lhU&e=73sz)gwS`mG&XZ+?gGeQSrXZhihrS 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 Ko+WE|o%nz06WbU7 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..abeb660bca659f898656e60ff3f6fc4c3756fad1 GIT binary patch literal 980 zcmY*Yzi-n(6uvwEh?_M1AsA>Djs@YNsk$(r3IUCjr7A@&43;I!jW3N`|KiSxaMYm^ z9aN)!5comdw%!5_kB)2*XvaT@$*Bw>tKX_$ir>u z(`51tk~8EX4+kj377mF;Fd~Q%k6gel8J0p&8+pnx@>GVIvIMmYrFexbHPcM}N*+v- zs~f&Z^U6+^us1Hx@lL1gDp8#tCXXRGLkwBiLl*I{r7+baOzRRDqFzkfEFH#a9`UrU z>gmU-Re@2JT-#3F&cX2hb1FhN2&m}!A&m!&)7`!wq<%yLSfZKhoTYspb*3T;QUWL! zpUeWBp+k@@#cadw!^JjBX&NUq?ouH~G_U?Zd_pG9Rl$O;kWBPuZ~ck=S}-nbm#4kH z{W4-L?hlyVV&VYq+gm)|XKB2=m8HEnYP%t84p!|Ziw5?FziSIWWy=ZhyL(L7iJz=E z0~UEPU*UeIx8jtulPp(&Y&cV>Z9+N&(?uQN2#s~LaCh|L^xet)1PUlufiv9fNO`v* zWfoE&LL#N^|7*mw>k!|5V~jEkCai7sMUT1>m4q~ozz~}DSZN4-a2RRWhHG9TJYvr7`=lc3K;?z8Fh< z9!jQ>8;%o!gN~C|9Vd*vejxK%$9da#gXx=!<9Klg%0|NDgz+@v8re)yITr_eQUNA$Uv_q|X(Fu|c%P`QjL=jq~(cK1w#pv1w|# zo@R+3?Qv;1mp}7zfnv`8vu}*GQpHo=fIj(6!~=k_f-(Mv=y$btvi^SK2w&?}+&F2C M7Ejy15v0YyzxQ?QrvLx| literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dfb47dfafd55b440d40257b2cfa4be6af5637def GIT binary patch literal 880 zcmZWn&ubGw6rS0gY?`GhRIq53vQQ5$*wotML8Km94ONLfC}LO)NoJC4yT6#7jV7cJ z#6z{0da;Ef=&e%xOT4rPQPz5@hkC0RuS0um)XiY zjL=>b^eh>J&SL;;h@w2Am`WD5aUSCc%a)XvU?!GqlRUwQNef-R9>vj2C7NIgRT!bk zv#?YlwC{OhD=x|>8?v5ij;Z%en{ln|I)XhFnq72?RmLxAu46T{z-Lr59gVV5P|c|7 zk7%=wLn2^P4nQi)9L9^nukjivJ(+9aCg@y}S`w9-2|%)td+aT=fvDV)DcK-2@rG>0%osKB2l)xsmF8uS zn~u;#jcLp(dXctBM@GANQf$?9s(Q}c2mWU2xV$N6CMuz1`?|!Vlfy)pQYRd`fyfs{ zF2ZEY9;z`Y*uGDoKm$9h&RjDd_>B7o)Ybyyp2KFjS!c#9^B0Bd8S~s-V8R`nZ-|=f zWQ)*YeZt5vr*7OeONMU>Hs%$}i||gq;hEleq0SuY@^NmKYvYAT63=*zFwsSP01obl z;ZK9xM}OPsw}R4xE4SJ=zmnAMz^RqWYVg8oXTJ=dS)Y0}(!RY*Qp*pQ=T;xBH#bMO zM>3nGZFS-kx$>_o;@Q+ytoMb#FLgDBh)cF5cW+_xe!-L!7k>YS5PQ?EzlzqXw zExkt_$RnNxci4B`c4=U-X+8vD^m6_TxC0qu{8N%K`J*B{w1)=2q4Ng{lKMa6;T=5u hQ&RBc>f`}}>FwNhW_stsjbBmFk&$$+o8_m0=RaVy=&}F+ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c80cd8c118537b50574dca9752395c2f98ed7cad GIT binary patch literal 28991 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a999fbe79fe299008c3ac4307ee09af1539ad1d GIT binary patch literal 3588 zcmbtWT}&I<6`t`gV9ZY#Z%H>BhJY7L7AJt{Y7GHgFvJbmgrA~%y&4(M1)SI(=gt_y z%BX$lL$u-nR;sdFRV|fx$SQf<2e!(?K5n%y3XTT!W3 zvhTU)=ey^ed*+_|t=(S3!1(c#iKUl7{XiG_VbO`x5D*U;krCNAlVC$^!Voefj3Hyf z6f&`tZ-|={mXIZ34Oz9dF=LNy6n$Ob$UVv+44;D}~q5iO#1$s$($-V~}` zx4Nod(T!XtQsq|=jx5FzshUOi(kK~4#5|Wy0mBrH$coEA8Yj_mB)Yy3ON!E(Jcn?C zT+kPzl7z)rGNK^aWhAyyDXCy7J}QZ*u$Wsri@AM$QW@`hP}h)&5CozkTE{i z5m{!l1+*yMnUOI()@?zjCu7<$XUy78e}-Kw8H>o$)NNQZR>hPzy^}wlJOk#toeYEh z3iVnWigvh^EZQlxIT`Q@)RK|nXDoS7wdkrgsyAxD-}=0MaaJ1hbf!i$deJAE0x*>Bxj|p z3~90q>D@|g4e1yEYZWdT&eR@!EgMxEHpsH85<6qd)mib>AWMHJ^Qf!Rst{XurK~Kr zzm*}mE42$qJ(aRDq?ct#y_MP;((?bArP@rb$QFF+uiT}?C&Q)-v<(IA_s`KD0c|tY zmJM5m%?UV<56-dpOw#@|?H_^S1w`I_%)ha9*c4XY3_)Vc7hu32y7n=O$*| z;<82&(fOI#;EXU8{IyS*3u4-YF!V--7-P^<>k`r`5~67= zOIT1OTty}Iqu!YrzjwkX%=qT!X9C1@GdSfV)jHJtbh%kN1^qg=%UEzBKpILhq3b6L zPK*a<7Q8cKq^VS6Ny2LpEW)lij9+?3Z)sXwsn%j7dRJ3(lm{e?1}EpI0>n|OtVjZ6 zDV<0X+fDzNPso`N+e%E#2TN?TH-ifWiM%4M>1iN#-;8(GC-?)xq(9&zjqt>gk${q- zAT0^;SQ3$@97|RrSSc`Ta!gI3Vb(V%EcgSE4`I$fH|ZlrS;3@QMv9=slsIzLVcN{G zo#q?fGxrr@){c-^p|t2bh}d-kLJ^TnYD<^Jl|o-gtU%cNgk2{VJ#15gzM{<9R&pKe zLF>FY-r!MB7>W?fVTfQQ9S$bZ7>=!?@EDTsDpD#ujiozCk-DeXl@%#D5lJBTYERgW zlB?m#*kV|QlIu>vkwlh}98Sej*MwC_kc6+{Saju@u$Fu72^g3NBkWGC6GvQo37(PR zA@I%$Klv6^^zWG0bxdo=Dbr={QmZaKFg-w93(xD{dS1_+G;qfat!hK-PWvPCQG@&Y z2JT_~cKwd&sKNPtpXb5U3EzFnT(Ng;)t<%2a-B8geZYd+>WRIcM$r)Tfp*F9gQziIs@@^|O6 z&gmoW_KBl)_rqi7i0T|UaEyTN!{BysXY7b`>5_ic*?-{ZFGK0siyU^29C2P<$D=wu z2M$j`r)WK>ItLFNgPO#pa;_|QRks;dox=x?VNLR$%DtE6+!ekYbKNS}o#n3Sl5y2J ze&85?!ME?uKN)yx+`l>i_(=$55^w5wcumV5VH z$&l(CI&cgXvb*p4KyCBvO&(tMYq?cUe)jff_dZ=eX})ya>{grI+2-pf7vI@w{NqK9 zbzN<~o^9^cSbw6dztn$TpKZ=3)~h0#@D2ETQ#A-5V>*t8@E9!V zRW8%M|Jum1>`SKikm>ygbNeMTt}^4VEj?`4PUoZd)hm6k8KCzECUf)c`G3>32KygE C?OSR9 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b1e51569dd8130fc13df7741f15b4f56f7d2220 GIT binary patch literal 2375 zcmah~U2Gf25#Ht9@%VS5B$A3`%aSY$j;Tge?OJ_E3!}E=I8IF4jpQ_D=^SX@N;>Jt zyX>80Q#b-lVIWc08jgSeAp5R~2#42B_cY=%vk5XOE&{ zyD7Sdo86t6otfSJX7@!Kglcp8+@uoiMcufA}K)<23?LwuH2`DZV0JX(xynWM-ZaNAeI)bJr_wu zT;CBTe7AMaQ#)y&i8G(iHl?kp;jW27%zmX^2`iDi(G9Ml`<+Gs7jV4eF=L;PbB^z< zMQG-#MjZZ}YFdskF=uGxG22`mJAO^q4Oz>WR@~$GvP9EljpUs`b{g1hYA*QG=3sjK z2S6R(BG)a)ONli{^V!|=asBf^55d3lCm^pQ%x(l1vE>RGnc0nVj{yT4*?7a#;1oT! z=iSq`XGVBhqcPstWu-y4$Q60e0yI3|6x=+6qF{42Zwr&$ukjkj=>JB+KNAIB9xI>% z`aO3I$35pM3oy<*A|>)Qohpuy%UIcIhc}H(-Vvs#K4-+el)=&Q8M>)jstyOpRON=I zU|Jb!IULC=4$t_e7nJ+l_U+{8%jrudp=KI%rsvWZ@??yv^CUe+%vnn}(if>dLo9vh zV!@i$^Jg+Sl9)f5PLTY3`kZ<-4gScGk;%?xrihs~RAX442S+*`rfPP2SiVLxM#3mK zg6o*R0G?T><|L4RqJNc8HQZWyb-S%|?ZE1RvQ>F&t1VG_ts02l5A;=Iy=(HSycIjV z6j&4%&1$&oFX7(JaBl@~h5HxzYD;8gygYEfrRRaKXFJxtc4hTS<@kDJD>k$ksQXbc zwiW36w;2LgzdG4-@(}*xK@U)fMO7>~!AV_HvQOiJoeP`ql--=3g4?#a8DKo$iael8 zuy(NnsPI~QxUo?a2V>~U#|WjtVo@ymihd8Wy|(}Ru+v0Xb7e7L3wB@u+}e0{4Dxo~ z4(yInwuhd!{LP4Lzl{}q*VD|yV$cfi$%0LL5D8?zi{DUDvPJ5HSa@4($}zG-v=N`w zKp*wN)WsSU3)7;iLD_*(mbDHC1t#9& zCJgOlTvjL@QBmhrg_yLP%_L3D6L~M2{B9{?m5D}}n3tK87#jxNL<7kbAWC9o%OHxI zsHVfSx&{<%nJu8)NVz7Z9q#&uUzsV<7lFgx0`qGikQ!b4OJ}N5^nq2hBkd&kQ&y?M6IK@!rux0CU{%g>PRdGtHI9lPd0;x*JBTY ziE4OX`O<@Me=YLD_CR9Y`jmX0c{p%!CAocg_@1BOcZ|$X#d&%blCQR=B=! z^3>?q=~vFYdiJ%~&n3@axcKuo#wRYl`HQzMr~2Hb&c6S#_IhFAv0Gtr14DQs9&
H%fX3uPJZ2r_%I8b}h{2dV)!hA&6V>N!Kz2xUp*aDY6AQ}b2>iTqVv z*W4>+`^`fkm1VZV-7Ot-jT;oyKS30d6}kBM*7wt#uFPrV1brEJ?8!6l0I72rl1GG>BMJ;{&0DR3F;>hA6i^^z;*qN@B6AHRzCHxr5Aw7 p2j5G+o4nsX@sPh%G$ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b1c30858b44d090b9c1332127251b38a7612a29 GIT binary patch literal 1623 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0cdb8f2736065e50b7572bf3302ab2280de568c6 GIT binary patch literal 4287 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..20254b6bc46d84a8e5c4c391001903553f6a18de GIT binary patch literal 5633 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%0DN?puT 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 Fe*^!Dv#J09 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b126b2b520564cc8524440fd62f84e7cc5fd598e GIT binary patch literal 1716 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 V@;-iOLe>$2#|r;dgLBxc`+pivBrN~{ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed1ae220a27abc73e0ceb1b7e232716d9c11be2e GIT binary patch literal 113808 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7379e72f92410beda847d545054b54a91fb96833 GIT binary patch literal 2273 zcmaJ?TWl0n7(R2|YcDCX)wbv~^?|Lh1tn^#A!$l2iY-lBVw`N8Om|MZv+T^QXJ&!L zLeMm(8jSM7zUq?@V#LHmcoLp{Degm?i3W_Ci1DGMm>8b?|C#CbV)1PDKmX-i{_}s| zIrBqHOOinQ?c>qexJ1aWXskD|gSPe#bai47gDVq@Q#p%Qd5##oA(RD6RK-9S%aSFl zGDj%S(h!r%F)Oadt%RDel4{aQsVR=|WRw{40x@D#ye5RptLa)io4AigmiObwE1v1t zdf9K8etTj>8$LQReC+k{(fb_6IY0eIwNmpa8#B+CHrS~#s=HN2EoysN(T@!~w(FFs z-x?|5a<1PxNo|8NeWpyOYZdCJLwl0C)v{LzGYMrZGS;R+sS`?6&LAppaH?P=@z91y zMJhc7QA0B1S=op!NUEG58$Tmu#1}+0w&6(-BW)zW7q7|L7C(X6c}zF$vwt>K#VbCdcIH}K3H(xO;0~)|$IBbBKh2lVA9oSr@ z=EpV7v`tUb&UQ3W&aL}8AR)IM#09d__3WZ}v2A5{*P{4Iat(ZBODSY<^ud4aFA&EF zhvgt8(6_e>ZQ#ekZEKggI>(V3ndeLEw|dhEZ=LdwSrul*Hw}-}YtcT}A{fpI^IR$Q z-*G! z{REIQvVll=%d;Ze1rz-kqJghLETpmPw-kzI+0Y`>6=4*RLSawf@ODi@47F$$z}B@H zwym)Y%y3VD_=Eg&fvn0T-Tvv|M}teLJu4lV`oN`uM!NT2Pv3ISfjd11zTI_w`aAU- z^;YNd(Bz$=$;QE{M$h!(*h=Tq_4Aj`e{Ou~eBoR_*XSHsPLKSU9(m;A!9N)4A3DU{ z-p36+FW%lSgT93oh-7dy#US#DAt3aJs3(^8}IpJ;E6`;2v0Ni3@qjz2C)U3-j&Rr z2ndPsI8_TqQwP0cTkYdQsqe>QWF3Z*9-Qw{{ME2bhglAM_|&*q mgH?g!xVxnPchdVaQGOBH?~3CMar~j&&2@j4{+mD-Eb=e<@DR2D literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..58ffb89bbd1ada0fb12b94dd97a57fde0db0d9fa GIT binary patch literal 9241 zcmd5iTW}jka zFc>S2>q<^3B`SAi!f{du*SYG*vQyT5MW4z~%Bg&W5T%gb(p4#yOI7>_8onsjPtrZR z3j!4BvXfj@hK1RA^z`&}_w@Ai@E?6XH-YrqKRYuz+d#;_V#P|lSt#9t!UBFrO5{Ledd-B%NVrQVfepSJ;(whus`e+_X`)%Y4F<^oG4jU)Y!Q zhyBSwIFPIf*CcDhwSdbm3yHd9FdSrMN1{I25N=>)XQDCL6mH^(jVLZz{FpN+3OC!x z86vyhA+q~po7vXF+C0$aEw{DK`a=FM5Fo_qo=kiyl1Qh<6jcj}y7&W4p;0YO&C6DrVM1HeiU{ZD8bJMC8ADw+c(Z=e^LfGLV8-KD_cD}=hof|DM+9!+9Cdz)` zKOc6U|9DUV8{)X)&aG;gDToIO~p*fLlYr(^H(|yg$0u3{-jnjwS_>< z(wr=blv`)X7^$u=al;{-&Lge5H&QV#wyH{El(qtP73Yk>=i?Vg)VQYXor=aL zqo9!^Q}L;NkxRglG~GvmJNu9$(Rd2*4@}MKVk8nz#kEKzQ(wW^0jsqW>FR;(3Mq=D zYwvRB;cG+lZ7bfLMLTi%?ujjHC%$JDO8`e=$T2Hnxf_0rd*=v;93&G~Z^idC*nl?y z`aRo%?WckOkh9z&a!vRf`(taEPNF zfP2YKCHUx0Q|7ue&Gw(FB3Y6oQCyu~6Nw;SA|@1YVn;P6s(brkjM@a*zmxxDOsQ{P z4fYg*J*#5R9kJ(8$qRjN*R*nf!8P+gbF^|*3=yFdXD|I0vhA2LM6TOowlNa3y#c#u z&aUAImL@FIX*Iw%%Vlj@`^P5C4coOgp3L!c_AIY@H%7{w%vt8^6{0yU1hVZNlI4fU z$7X}2&~risjC~sz#|HkakacX}kJ&h&e$IZGg!o~K9Ep{;2UJkepMqcMAY_(Wyio&d z<+9vX>hT`80Eff1I-blDR0+Bh27;|}CP8_V)5#^9ZX4LIyW}`nEfq|wxtExPAGwZ? zDJf-Uik`^q+d{NS!`?+A1IH8TSTv!Y7$^@ogj6;{#-x3xZg8<>{s_qX9*Ded@aq!F zU8^Cm*RK2OnyxnqBm3!IxW&jE7C^zZoUTxo3Xy5lA zg1yoGpr-XJJMlGNfAQTHb7%5DT%5S)JyNto&sBGkz-L_~HLdr9?YW=iJ6D1|%if;* zfjSV*&565pgDZi-tNi2j*4)8-{Ys#3S?v4z%UVF9;>mWseQ+#=-P>)~iSqUY zATw>83}DHKp{_Q@Z`~1{ngVkivKfp2C0-+E8nL%X4?N)3@L{FU}Vwm>S5EizGg#6d46Yv;dWk*o7?kWj;va*S9NH?b*U zJUF0xi-Uu;;wsc2WLL=jKyZF&wZ6Ad-)pd(k;-_o1e|2aYiC?ItG>>HJ76BX%}W8 z%#LG*3!o<+m-jwf=s8hn z`-37jJ#hI-0(^^pUg%wGl8ScxK5>kFAGn%I0@RCMkFbk%;ukyN`@q#$65v~E<%GRO z2Pf>x^)GinRcJl<6@iLD84?wPUpaZqQfWU3tlCYJcgQw{m+j0w<7L5g&%kL@9N=g% zw+zan0Rb)Ol(`hQ>{2{3j01RZ#;nsK>}5SZ7~wZZ@Uo|}AI1d~pW+#{88a#Ya1t$8 z)&>~8Fo&1T;6tZgCZi774{bGo7e>kfDA!gwi#z2yXseUkTjW-lQ5bd0Z2-|YD}*|A;dyW;)Xe^^-OE@sW%(hSoJw6l zKSZVVz<)y>x3(rd&|kG7xA7w_yMfB4J0cAEl4&>2L0gsGK>f}58Rcd7?KA@6=7L?= z)4$m8%X3%xKlgltsX!!fBjdLA(mt@sw!gN&LPGZ8jDyY8|A-4Mar6ZkMh9`SY70S? zDYOt}s*L(s1cXZ=P_M3$^5R0m_x~(mjy~9J(-N z5;#&vu?<$R)kYA z^b!=dJNdF4Zff(upf5xDTTjhMG?=^=2ws2l-8XYj7XqEjVyDUEOVPx%Qsp}%IgF$p zgCyJ5N}A=+erK!53K>@cib9~TL#864vbO@FP#+gXx#`C^z|_~BU03<*o_9U-rwd{$ zP=0lb-Bjk?Gca&F-fiVISZ1|+1T&@8;jn_MIUH7-b{LHS{*2F39R~A81+4~OR|8#z zK-Ws3XIboFyxll*A7gJfjQ(HU)o3qZFf^eLDXC;LJ6to37P-~esy{+#ie`iY3~SNgy4%$NbgBj0q(@Ujk;93^SGw9FyMcn#_ek8BirRkZcY zBSWoN6sAZHiN<+T`ffNkuw9!mx#D768QGRA&;S48 zO2rC>%@w$D1@jzzTf@r@OIxqT8ao8gZ;TT%0{oqGf+jgNRPS#wQsz)HjAIZ^0j+XO zVBBd_l0DW;bE1aFF-zc5ldQN!SjSZ{dpYiH%rxiL@Z!Z%)@@;hV3fxUM#27=^T-^8 zm>dvd@Vk7d0Tvv@5`Ss&9hwyGK1jBz30GN7d~2zRkV z+YOXJea@ZrK?yK!g(u?x2;ZhTxogM9$ee#eDjJ4}Sjvi75%#>ll~{Ymq6l{PADfc# zG5G}MYO?+b3?6Pu*?=_$_J(gOs&M5hcP*3+OmuD<4Am?r2dvrWYO^)l!1&5Ab=lf% zogw>dZOQ|(?|K~TTySe@Z6qtmo~$?PLxsqI)yoDysj+ZxtmN7i9%69-TWhsV;Q75N zW&KufmSmkMr+Mz$B<_bW-wOjHv_++qmo&|h_4n+#gu`n0Su+oA5UojIy{}cs8A_A zD#ga5G#Z15gepxz3m)p#Q^)zg<*wC((5h>DqGG(E-UODAOb z;)L*i6Q5G!>gG8|5u}3EEEr4Cc7cln3%CFd4|)c=eF~nT9L8Eg9BcamRGR1lTZ_)) z;vR8QRfq{s%%|X2`aWdkKrSfV99I!;;=U=|WQKMjXk8iFwNW&Zx-gZ1rwSl(AJ+KG zX)0HFIR~IQBN@(vDX1-ixIYId6?cLW#Fft8>iMX7vFFp>OS@M)pDsvezgBS}Z+CQZ z6qh{w#eYG9@Uoz4v+(FfLP4EJ9X2lZ=qu`?MyFG;sHVWH5vWdlN*95F;HQsjjC86Z zlndJo{<)OYbP^v172OV=I^dp4#3AOYPA7rIQFuM1=%X+WkK38EWrUon9K|kFG5v!qqf8A4qR4sfw4|^vrj~gXB6EH^h8v6 zCsI_Mi|7uc$gW7bLrYIWAf0N6#|5!-ErKHr65OnAu*Sni8Kg2-*x1n3ISUCh60OUM zDXTP~S98GfE97?)adkZK)Xk6H@$6V@-hnZJFA3*6$<6a?HT4U=8@`;fIDTtr-gmEN zaNUkQ4}A4G@s3X_gY&*;4QS5|&(D1o!{&W=YYtiU>5pb^@_+08wR>gPu|mhO+gzc2 z@NUgX?DpUA=QefUt2w^z0>luP_BZ65cYGb?>FmDa-(ouDqwz)U)67z4rSE8={ph`# zW9v>B3D0SO&#~fbzu&WWQT}vtX>z6KXo)oWjudL7d3SDTEx7ZeVE)3dUjOj*mCge< z2Me7~-w8hbd3_5K;C|nof9iw4yl{V~1R8w1_pWqyW#`#>H`MbDAA}b>-~U6X^zL3f zy3+g1KerspbAQ>n+;V8%0oht}%e?S;uw|{aC!Z;_9=Lh>PV14i=Jvl*^Ur+n=Hjb` zjwf%vTz{Yr-+$zOeMer%PcOc_cs@V7Qh%Uiw;ibal8ChzxI+CNxIwq=$qnU05Ik*Y zTX^Bd3;CYA^$-EwVUV%Xw0lkJS(OeKq{FwGZg;Inr*pzu@4#yB$wKeR+lM|IT<-W7;<{6D$>!JYHKLVn?U-}j-s_|(nDTf(n*7M?h9d-87I`FqW;6l-zz z^*RF4FxxK=|LWNfpS{_*(tUWIpAWCpNbCE6{qUUW@A&#lKWROzf~!IPzRmUAE(h4e zvrwU@AcL?o?y!nDAM{RRhmB6c2aF|{-B1%9La5W2p@F1lFoV;W&@RYe?`xE@7z~;p z7K@^IAJFY^jIo#vScybDrcfk4WJt_P@K*u5wh#%^sU!!U-+!= z??#rNeYtSxJkHovbl8M?oD4pTud&Z9X9;UXkrR4zL4@ipI(VVO46JvUf%OhEu-;Mf zGRgs2?ri?G!j3)0Z1oKPIxMj-#}?C{!-2Sh8P%RRpm2M+aW4w#tMVDP~+2aWNrv*BLZ5V{m1^g!t)i^kv=F=K`-J^JI zFrF@$GE^(bBk{QLNOFR{2XLStM8!~E(av$)Z%F4un~SqOB#@ObTW=(M?L(VWa6BZC t{jP=xZU08venX^x;XPMR{ps^pxQC8TZr3`2?BQ8X;kYAT63iKE{u_P}!<_&C literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a212d5a8e020617f2316697faf2bec81702a7729 GIT binary patch literal 10944 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 NG}|2Y$_Tux{67-E6&U~k literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b4ccae7310e27656909dd8d6b390d18cea81c2d5 GIT binary patch literal 1502 zcmZux-ESL35Z}97pD%VkNNCd}0_sK}YD%0&1O*TvwT|T^_)E@*sO#!<@ok)S?!(&K zBsfacAc2Sg3942Ks73S@r4R6Tz(b$`!L}7hln34{@pbm>_{oXv1Y38!BP};n&FkR01!cnR>)0{fbx*Ifl=>1f=qf=T|0Yy09At5z76_uWQE3PFk1*%FOmO(N zBub*3wNs3`j@A4>}g6{@}@iqK2a(%1{L|r003Lcrb5Nt zKGn1U9iN*@5aGJ~@el-CkbeVe(PNJQ(XIg1x&w54(%t}X!XTn4-%+GxsTEn`)ov;4ARgX$wLq{#V@8aix=Uz`x-q(pViXY@ zJBAfo$8Pem$-*;_VrzXqGj)%DO}PE7mBIeoL-ooWc>@X z$^2wWUq}@%=4VrSCZA4E=h7Pkmlv<3oHa~b$40!M1%qH?(P|AE#neI@k-BA2k^URQ zN78UE9wm@J7ZFoL#LzI=^_a?s7CCDyR2T0;RH0XvFePFrm==U!s@L!+vg08ZZjUz8 zg4t#rJc8~RHu4x02UEDh6L-V}9pU6_<#`VguWS&yyjspXXp-PHRGviM3U%w{0I zx+8@KU3Q%`50O|KD<^oAat1G!JxtL^-KeY>RpgcHxIU_{A^x9{QGzSWqb4@0j_aXB zy}{I0U&%1PTr3c8hqG<)u>0gkcsqR`Mt9N&@WlO|b9Z}2wx@(VbpTH`VP~(pJ>47v ziHV;g6SwDf#&7iP4qhAlZ2bD^@1wE($i#M%v!7w~gY3K68_(^=uf=aI+)m!Syg&BV zL0{$oW`AqhKApMs&X-p|zk2ud`Tb|czV6-cd+A3w{`X&D5Pijel5d{A_&j8quG`gyiwh%@#CFEi0DGa<_K8^;Fzt4_4r(Q2;W*Z#+R>SFV>ntSST zqrZ*(hWpPZauZ$D^{>DoPX&-OoE>Se+pf84p*P8kTon7qJI`5DktFFJ=(q=Z{s7PZ n3T7UFvk$-vhw3Tm<>okmojV&pD1*Pi$oo@G1;8P4j(_wI;i7>c literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..74356b48d81da84c9ac11d8d61fbf2eaabf50bb2 GIT binary patch literal 4224 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d5cb65086c6c9e12e0c502b31c763f95fddcd82 GIT binary patch literal 1860 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0eaa57c11b3e8757787695cf7bbfeb8e1e9f0502 GIT binary patch literal 5224 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3ebb680c80a3bb224a9c3c5db9a0574f65ee159d GIT binary patch literal 20235 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 X;QZ#(UwwM2_g6w=elwOjOj!JH$dn{E literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..726145f8649e27d3acaa5279cf4609696dacd4ed GIT binary patch literal 19158 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0afcc898ea6e765ab96f44e737c37611ba6df3f8 GIT binary patch literal 4909 zcmb_gU2Gf25#HnR_%HsL5=H9Ilq^-I>`;kgC#_>R6)e@UqsXpg=Yddgpm|4$^6@8o zC#6&iy=vZWKpbXTg=80;H`>1?T9(j&X_ap zin-Dqu@2U5Q`~7!%)@xQ;!XQvzVx2h9ws{!f4Vc)$#|#Il@7!La2`Q&h2S8uZWB34 zq>f8Oa^Er;CyNF1T*UJLg_(#+x1Gspsca^$=)$?>oFYd|4|wQ$fZr40bnA3VlWAOe zz!|b#$!2q+5?8f|S+}0ZX4I@A>+U*ZtflJiSve!YvawEYsxV%o zSq1iY)>$^rIwvorg9d+ITyi;<@F3BZ#K$|;h0qvS&p1dXE(H+yN71{XI)#?c<$2D0E$HTO#jIg#C z*TU&|K72tAFXto}AVnRHFq8?ppdMu$N-b0N8w)mc895rB$mClGWG^hq2`$>3tD@q< z`K2ogn{(;gtYMN}8#IT?UyR%IpG)~(_}P`BSHCyvgaS7oZs$Emis zJbxx5Pg1bl{G_a2)UvtxvoyOTYuOjh=C#Fa=43oAM^|2&kII>q`RUY!c@?h23%PjW zVtheX=X0stxVQo)&eCz3N-T~mu#{-%D4NUbHc?DvQkp2P`gh+0Du|! zy;idtfJ0U61|7ES*f#u(z&jXDWfID=l*%jsqUa6|XCfRkLBvD{;DC%*@yxKxUZ`}p zDrL&D)2C*pbo+_(vvX%=#q(!B;~9)}PSh=na%y2w zQ_)ngzJVrBE(;eELYZiM>S|95oZ9-vVWRp|APi3~@5irQey!vjss{Uh=lqTH@~PrP zab?Tjv*qorcn_4l2ey2D72jCdH+FNP z(4pHCrQjN(1+)yWbOfvrX$LL+9<xUja8Cu{8eia+T4%x}EC5Zj!L`y`bw|Bs zhFQ2rTY+$IDwrkibJMN*>@`7aWO8Kb3D7GD%{46r3v=JrHCw?}FfF;-76)+&T~1rM zI0?r4Bb?XU)&U~q?qFa#UJxMlc;*#*$n%^!lYh$IX14dz^X)AO7$n#U{EhFCED|qS zC7Wdb+;I!S2bMK^L0IZC_*SZQHzcqSCRJ^vU~lNVz2?aCSPBxkj>gh0^Dq%=D~-^$ z=Fl)-U}eYZljNNMA!x1_0wA~Gq}&yM!SN}#&T-^Q&`k2= zRdU7s1^*rwanAe*5)=GRozKN3iaMj6NYD|k^3iBiw#B2%5Lc3_;0Hr^eOVcMFB zu61cy)l$j4&O;8!7L0gVuA|!*AirS=vayfLNUlUBm6277psNqTtQB(B)T&Gm;0Z9B zrI^&|7D&xuS>3FpR1I@#d{(g-icJ}r;uVQ>7zq|eHToiwW@4-hY%|EyaSu9%ow$YG z(Kx@T!P82&L5j%E1Es?gpa~4-R1-Jj7 zFQ-Ti0bt0N`v@TT|2 zMPaKscx2PNzbM@63|+Ptx#BBTr|;^?_33NVmCn&}=ja{hXw~Ddct*;ek(+@#p7Cn1 zzcldjhV_Q)x~md?xg37E6g+%Y*b45g1S92O-&9buDx zu+e>^?|NTl@NjwX@a=cYgWoR&kHXCGaJ4g3?cZ1J8?FX>sy&g%PRrn)s~t5r@degh z*Id6nw=sGndOdo(e{<;d&Hf*LPK zAsbM@^kL{`NRD{%@sWY&izw<2QA}s0Wd(VcD89QKSL!`hQIxU?up7Ef>I0$&-mbsr z&eWfCZ^`fyl4ux5V017txP!<=k)VI3P9z8#ItAo2!m=BN8H&Dz5ximQ2S6^7hbBR= z)jCPvK=ttPhjzR0%Dv8^ngDgpLcF1x6*(K}J5?}rCpwEp0W8WTjgLUIPjsk$KIKP2p4Qg$JCRKxU( z`e7j$|NmfW)UB%VuLsMBnO`s-wagS|yr0Y&(9?J+8M(s!3cfPPB? b_d?;);PGepl literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d895bb280460722b0c917f995192e42915cb945 GIT binary patch literal 13569 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..af9f32b65d158ef5f20dada33f6e0e646d0116a2 GIT binary patch literal 6391 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 UWpCE9zl1|T50RuhVV^st8 zWDl5d06nmt;K^?UtoE|(^- z{`_Ko`L0aJA1L&e7H_(L!{&fcLM59trHa%{R1y-(30rO|6-6QmGEbH?UT8$-Xa=l0h|A6W=W$VpUB?aDenzqx;OeKTfSmro#LMmyNUK@^u3yfyI z$sS9Q;vFIpuzKynal8djsh+2vHN?u{cbtffB;x1%+!&c6LfV45?t?efeJ0;0TT&_i z49!Z3K%Tib8|1B;@VHg?n#@~uX-NXLj?zo5qWMZm3)Dqxh4J>#Jxeg7Zd*ba%Pu!8qlNl%kgU6o#~d%vIP*5Rvrvyq z=!eJFca<=%FO?GQ+S01KWyIHvh7)^Ar;T{c@D(xLmr&U=E<&B9X=64DX?U(tV+L)A zmTmcrmiu=W9+5|hKoQJd<~l?cn3G|gFV9X_KM{Qw4jp|1Zo8yg5R-I#F-E&*j zMeeRK&%LwgLnobitI5inQ`ItaHme^tYE{wj*qxSDUx(U7wbf`%n48R@E}!6y`szf~ zl9msVp~QANY+V`m{UkmoT}XwLl7ViT4){0CAZ?mWmu}d&&zk0^8#7jgJb|n9!auC@R`LeAUot2W%Q|fwUbcQ?BQ&O06Uud3t3kt+O_AXk38Vz zOIX2JxVn=-E@K6dqEMNsfD~m%sc4Z*QPx0C`YIHbS@MO)nh|csq20ppR$27Q@Z7?) zY@1QTbwafWjmzOP@f1Y7gdfCCh@W@ET)cR=2#kGibk^|vrS+hHx&%|Q5U4F5`Uvv^ zt!^}1F883-YWQ3{3wL9Dgxw4@GdyTtxll(r(p^K_8$hWw;`ZyHQxw}DKC^H zeiN?$r+^S5?SYHgBLs)QRv=uq$x}VMpV`Yioc~F`8D?D4`77w^3X-cxuu^^<31TV= z^ncJpuN(>97jFSU=uLGLNqzgU-XXw_>Rn_VEuoGe6oDPhogs?=h_`VXnpVRx&1cvh z_=V-0);cpiCOorlar~(zVeEx#vyWk~3D38gSSaNK*{an!HaQv+>CgXC+EI9E>o< zu)NpN$^a7nwa^zIMHT*}0S>(3crT6Cxqdeq&G-2@7-4Q=6G%svBf^%D%%uEyQk{7(`44gdmqh>o literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b19ae6d72467536983a7e76584994ce647f623e GIT binary patch literal 5329 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 KMuZx+%l`qj&gjPg literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dff603f74a86fb0e1a00851980cbd5db14c92c54 GIT binary patch literal 12112 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 VD}vsDnZl938!WdIeL!00{|4(ye7FDr literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ca11fd27e270c6981c468c845bdd1090d1a92768 GIT binary patch literal 40071 zcmeIbdw5&dbtifb-cJG~!1oJ$6QoE=CiQ-c)Z3zLJ^X;B&=Aid1qvXQ1JE*Quu&3s zOxkKgCC-SdoiW{b##F4Sm1(|4`6hQFrTM<5GwEDFq)P~8rt+<4zR7LxH;}1}9d+*Q z{jGg)@Sq^sZu{4KIVASkud|&0w?f(&Lh8h56|2xkBYt39yNPwJR0`adbD_}{JMb7qvPotwVw~@J^FybV+a^M z#(>FV3Ya}+7N+s50v3-YVD(r7d7eDxr}e7?HjjYmdVfK{;c+m#!S4(d zdI|$Yo}xgpr#MjJDG8K%N&{t{vOu|~JW%1O2vmA1167`?K((hj;PSZGcSe6rpw?5% zb4Ix~b)I?^CpL)ng6Tb#TyIaKU=ghT=78Jd#y1ur&)*Vg^|Ug(&A%$p=4oSgyT3iq z;pt%ZeE;ge8qXSLFYrGW==5|lyTjiVSnF9ESm#;C+)n@czy{9-W-s(_3~cgj;yJNU zvLl}&|K`9J&z8Ve&(^>;&$hsJ&-TC$&yK)O&rZZI7K?-uao2!GD1BMu=}x*Ug|bo< z8@}c6?Sb#^WULCf_n>b4(C;f9n|=$GgIub<`!c?&!dLr^Xr0VIAs|#Ecb8Zp)KG3h ztxzY_i@Ssd{2Ijy@c{E}O4*uIHaB9Fh%WJ` z1*NDK57OU&I@!jLp+rv#YlO}mVOIO}dp8o3Qp}PSlA_X%IHTJT7d4`IN93rcu}e^J!r#%x8pcFdf47mpPx+^Q>5k76U8{@+(Rww=Oe9 zkFaA4GDq(}BR)IyL!}()_j^g}d%SG%oDh%YF1zRu4Fej_$t1iH{Ov?dza&~%8}33I zb}Nvir0VHQhV~$I_XDBNXQZ_UX?f*77KYLOMV|prC1T%zN!W`%JSFTC_6t1wGYbda z)UmG*iU)+p@%ubbd2qlk9C}&j=|>v9sgw>UQ%XbG=Y(=VmtA-Q=?S7JJb9*>$@glA|R3@yqrGEH$v$sL%A6Ndc$K)@47*6$4J z=T}PM8Ai$h{GPyXSjj>8T6y!_7(d3>abiSwugynEzV zRDfPLAJ=*%$vfuO#`WDJqr)LliW`mxMXATvAChg4`+}jkSr7-jqyCUU-daKY@~G%m z$BlwFDrxOq?v_4SVo2S@x=P@{ijxihNfUnGlL~n3Z5(DBe<)=9&z8G@r zsAE`p;(1AnT+v|MmXQOsV%&OQG#K&?j2#j~r$>Z%-r*NSX}~{nF6p+&xh1Qu9yv7> z*GXb%R2uG2VloDm1jB^YmwRDc;zG=mj2C&SiswQ}j1O4Wq=HhGkY2HdIRze-_fgKx zkFV)IE%u*r`379xVHb)Z_J>^Oyg^sLBzi-l;5z3EopyOcAt~qzj0mHCvE8kSoBB?B zgMG|5Zei~}IWVq9KwJ|-?XU3CYUCZHs<`eCc5gaCa2!10l|rXSPaGZ=dnDfr;)xzH zcqTM*_5@&WNDPg%Ju!y18s6&-i0v<|Ingc-zi{Gl->DNpUr1~_>+L_|9TbBn&ic-F z^u2(-8j(6AKu^b6v|DJb{p?uW)(42ElJ&`zkv1a#O;nHy80Wc<%!RkiYu{Y8Sk@9P zYq{EWP5s`+`LeYU&Dv#zbK~Wi)oI^}gnXw)L*jFQ|C67uTcoOgN|y|BtXr!0iXoRg zhFt?A5_OK;339E_2~sDDD|L}U)UULTjP)?&7MC`_8n^e+0AkG{Cngc%-A=KpV4Uav zYuow@TNce#QFGOsq1o;?#^%lLh-UlsBQPXtwyZi6fH6>f8J0^RV8YxGY%8CkB=MQ) zpA$GilFQGKL9wOZH0d1W>bMXi?#UnMQ_XYF0-dH1r)vCmCII_}gCQ?4jcWw(>`Ea% z7f?vZi$GWCwCGCWPL~9v&~7rh@a&WZgPWL*Txergv)s_`O|G38=_u(ZKRd!kYsQy^ zjW)TCNuwf-sFj(yd_mV}P!v|V_IUk4C5i+~5T)%0vKR>@OGU-l17u_9>!V`!^^vWA zL=a&!_mA`q_<-3kNH7y9IA07>911`jZ7*$MceAAZS@ZhE_UsU;@`F}V%YcTlG*t&$7>63+nfnC-uHtR zeEzl7o!lQAx2yjHzg->A?-ND?fw4X+s}Lf@pBtcV;KNH;nN9FUE|kK4xc~_ur$OWu zkAl-C_(y-82Bt@*q6+h2RSE!8U>Zt+>3~WB#tR!WfblOL28`+YKO7c64=AS7kz@Ze zL10r(0PLmN4j_LPlR{h%OhUjVZ9~(?^@oq{mZT9WZlsxxS*6_waH|>Cj~g(27%ax~ zlfzAhV@e@NC_KVwR zJKx>%_Lh0a>Pf>r6Ibeb%XZne(7bW6c~`V~*L+ELL{k_uJ0iu+QFC)d)BNc@GiP03u2*u z$+=u=C#R-g8aW%c`anGlhx!IbeF8?KDd2sP2#~?hY1tmcWHLM$H`<8lrMSYI%HcB2xn$$A-fWuN);s@ zE(kdk|1cL;g*9PqSQplZ4TAcr=Dp;o3#$dKpu4JnFFF1hbq)$$Nr~saVj3z`(n-IS z@(mTI{S=#EP%sBgHES?=o>S2j!{hHlbCNnY_DYrb05o8JlH^O%iN7M0=hjP4;3XX) z<0u)&$T&{MQ!wJXfL9vy4Ihis0C|#p@`lB8eSY7t*oPTQ3dPl+X72MQw?#TkUlGh> z_6~XnM4)SB+L4+lteV2~{ob=66~(xQ5{YZi0<=O>Ed}YGVAN1tjS&lqlA!La+bj|J zC@0R!N~L&cfm#02^N128P{CkT9(mB__xa9_^$EV5vl_m0v2jq0iDd1G0Eb81a9 zgCCj8XLd*Gx)#i9V;09Z9-n&rLT}7q`-XMO`jM@AR{PHHEZElFRdd#YkMfIS_QF_c zO{}UlR^CAWWp!j0m)^@a7UU(ITtQK+ygFttNK|viqI;a(X!^v6ToUaZlHNSE`L(T! z=IW@qdR8-UZir|aKIx!PDu_IhUEf)_t4saUF72+Z`gk5&Hua52eQXwM@6V)h2q4*T zrRkICqVyyLa84~+88wsoPMJWmsF^+K&UW>K=o|3*{4U?HOY(wD==TQ2;3`HBiZ6Nt zm`q(nX$NH@eR#wL5`k8KeSLed!ZD?jlDbhYw~C==X%O}xl_H6OB|@#t_yY=QgaJfr z00ppQE1jvE`JH)Nd&JQGu-V?6$Nj#sOnsRzQ}?H)N2EcBhqZ|dDC`yP75){~E9zG? zuV`P0@c$9Qr;G~`$XwV3xYVd0Vx(T33VqG9TYetHC!T7R4 zFojJDD`Uc};=*Pn)d@@35;hLyp_VJ2p%jWs2MA`OyT{aFL#ROU?Mu`x`XY zej;D}ewTL?l%O}{>vzcu8@w>OF?SFs5LGF!l3Yi2Kk;}@3N|@cxtf#sYL#mwxf%yS zoAg6k3b8D?o`1e~WLSLuc~@wJNL1ILf8>yNO7W2QMPFbv;F4(q zDk|ES)+JaMyH1H%=ZP-wsZ)~pf)Du(58`8qwKf~_7~ko@k>PYj2sJ;vf2cq*;qiG2 zl#H1yOh_6X?q5+9008hlHF|bCWJ5)Y#Cdq8i~^!YKt~a$ftDmL|5^(P~>Tr|GY&7Pgw3J9S}3`khH1X(RGbPgqZaCkIuN|dPZ$#Aqv@bt(z z8lPTQNb>fJr@*XOEm_pbJ4J8pZmLH>C-& z`M{wFCRtF)DUCRT?O268n!0lHjHIH~@~KguA0sCi=li5nsDM1T)sn3rhTE7y1u+7M zs56-gV#HdSb|V@oNOPF$eDaYgA4?|DGhWGXsNdhd#Xr)IHT^cFa*QUrNof#G^yzu- zj@ceDSHv7;5l3Uh(g-tFT6tmLg#$$A9GW`xk)v*Q_tk9+j!htM@{2wyERQ)$W0eiD z+KyPYoBpesVBWJCiVCm_Dk@8qa@MkYoYk6_sNl+~FYNoh1Bp7$QpvbBGUF698ZpyA zw_10Bbl5W@VNwCllbRy+C?K#*>$-32FL5GAo1z{Swn}-ATGWVIK}EBdpcZw4M%1y{ zm&g38W^=D@Krd)tws`boI=B9Q)dLMeeVEGmSX_5jrc@a<%AlM;UwLRsWKd3>M}^7F zV3JDGEVeKYqCu@p%NfwBy2>jnhohNmkkpO=7;UOvknW7&ekA=4qCJQLF&a0nA%=|G z7}o?v|9}in42p;>{|r!4U`Ylg;^+Vy_4SQ6J-XG}m59GY7QwAB08lYU@ukh*+`Lr2 zDppc?+tvDAYpli{YwV2Gwb6fVD@;(r6-5coSXgwgh^uhTYTwu#aW*mt>2({3T}10` zu!~H6Nd_+LmcG6(k9z%b2&;EoLz5#|t9{<#;gJxV3qfQ`MCeH8V4x8{M-ve0$Qn!5 zEZC4FgvapGEq3})p8^)-Y8W$z*z0a1SJw1K^<-Xb z!=6diqM;&cs8}>KMGZ}JmRp9kcgh+ssDIBUbBq;U*k7;J-=3u-}y zKMnrqO*Solx;M>&UepK%;2a zHYZ{fBAp_;ev8&hR^NL-kEQ&KDOxfH) zqS)>8k5TF%v#{fqO=)4a&fF@?CXlj;yd(u3^o@%Tl6k!;5-Es%8_et=jpPrqlk7@Y zYe?QMb2Vq}n`Kof8IoK*WS2b2L(EP-yTl6D4oixxy|}DAl%RiXCc`6r=Opi=mn}Uq z3GF&JB4LjWv1$J`yW}f~(cdmtQq*^P{q)=AO2$fD<}p4v5|56aVk;7?Op;LsBy2RD z^9k761s1@B(~lK&dMOG&c_rl%y^`N2O4)#!T(i(*ggHo*LX3}@W5u@ZtPT z4^pBOQpJz!lV~_@&cLqHD#VjsCF3j|@iVs$rvt)>cIG zl6(0U3{bgzm?JKn{Df6W-o5e#r%<TH1Jz#!ueU_BV3Rh}pU<{HQy`Y4C zAHfpQa?&@*NVg(uz|YxsNaqFmnkDv6NQco;jDAWPDJtAI>o-j z3^E5hw3aKWp442h#L63Qm2bY%Ad{dpD<(umEEMKBiS3F3UmIx~zEX$JMH=#~%`wTf(M1zw+e5mL_ ze+&-`m=3C3Vfdot5ntp83zaMJ@oj}-Prs2*4qt`&ArK=ZIn*XJVU3iJRA?!<;t6Y% zji%w+bge@*N;G_x8rq50=G~MoDGc;yAX8KxJmE@ zTt2LZeEnbsUBaj1X8NFAo+6|#QL@j$a2LkSa%S@OGQ%q0rcj2g8H&nLLdlINaU)He zSON!q8Reu7l;;74oYs+(W`wxO8|?S_`bLKRWAOr#q5@XQ*d1mQgIg;jx5M;-US`o_ z-#A%9R4!FoTHOW-%oz5PF_#^!LJLOB+{B~@1}jcsutfXSGq&ZsB94jur^p%TWQC>x5mxeD6CtbvbGEJK9 z6>x||-j<@6v*gm_7azan?3~^E?%}r&#|ld?oxFJRR^htY!NtaP(Z+R4&dM3#E&pZz z+}`&OUpYMQ+!8A&yJyxFnJfnHba@jKP zXowUvMjCfV?0aHGwfD4Y?D6S2qcdUWEcQinWmdQU)>kWE1fr#{w7FR@@u;bc02k0 zm57+!%LQo2e_kY;9X6{|yH*Ogehe51L+s0e6fj=M%Z}#=2d9$gwPa(e`O*m{k z+_H7gcD-(xabC)c+PZ(UOojehVKJX1G^H81W%`3*iiaVIxEehExCvY0z7X4ek_c&L z4sq#CO6fZ=;*4F@$ME9AhIOg}D~EL|U_VuZ_-_vx(_dsL-*s~P_#^y!^$}R~gu|F@j9klBauVGu zb$muRYbCSvBE=meV;ly^@jhXsUtuy55fE3Cgu_b|MaC5vS2(#K8_1(yF_vKo zR-=Vp=I*NUwT8qhu4_X=U#V?Mn7E3{SlgOdM`x_IDOOb%t8b?Nx~5pUD^^q-tEl<7 z8u9MrI}=)p4}4h_sp^Opu2#M;DovOv#KIMn&2&WbTM|}s=5dblNO^0tU{%6KZaW3n zU#v>xldFI$sYp1;=Hv=1XO3Pxlqe)uk>V;QR|)5=nCZT_HBm~gGOn;RQBJlB4#lY? zTNQEtselO=XUbcyA=|bZZCR|?l~B{Wbu)Y4F%~at;ZE$~ZQ4#2N^c6q`wnCxw0O&H z$C{01!>r*;6AnXpJ+RP@Jx~&CE1x&OvHOl1JiLd8Yrdl%PyU0$ z{pV~H9m|Y0$8+~pC*AjXY6=61caYSlbZtco6s~Lm_Pz8ch(6Z=f={D_%S7#dRUWyY zE6=1lgp#LGap%sF<-?3K$V~bX6>1ZV&y$s&=~Fa6C;c%#7*D!BD;xh8$mR;Q;(h+5 z`~1YX>ZOUCO_r_zG*3Qv1*HFjDw?Yc(&-I zHq3MP`IF%m>OvH*vXNy^T*O8swyN_lKGeRD079ljA zO*n^AYhHzr#M&OKl}wRQg*Ze=DMHe$E6hh3Uzsz7UDL`gP?77OL^i zOp$F_=pSs-G05X2nV?u~o*K*Eh>2U1OD}m<3hIZrcX4xH_u<}SJNNhQK5|qtlaC%O zPSU<$S|}1RP96})w?Z0U=C+bdjTA+kaWra>=qX0m8B1pzZ=RVqv_M|j=vuOr%sA#P zl^?6&_{idz?w+Zhx41vn!U^)sQa;l;Z?68>sI`=GR32>pW1~#H1s}krXD&_Bg-tnxX_GD^bLo;U6LaaA%iuAK7Q{3r zT~_8YC0%*U#l+(Ti^nF~#e9LItvmYRD=Uka=V2Rpf{nTC9=4e$P zut8TSIH7r2h+lzd8NfCl{EA`MBD@&(5^OkP%ManD_?3wk7G{9XvDQ;MW^q@>HNBW} z$GdjAhVhm~dZ?oz*CRsc>5vQ@UWn*HK#z2D(!BF_#$|{b&WK}-!4Nkw;qjz>Y-6shu`v-Fy@q{ST1T#s>n^{C3!qK`BbSe%4NkP*^pii z|0J)7XvQ3T$*=xpZhz_D!#@YdDpi6UOJ=DT-_YP&@dS5;uoRV_+_@>ZLSV`uQcLbw z0#m6T%2(1#zm>)GZs4kyfCK-f>XPbTXtm(t3Q1nsa8K?ud$^OJUzxD}7fKf*_yy_w z6`RCgXhuFcc&u`}U0AOnE-)>#Ry-NKRI(xnP9=1VU(a3eKmt@4r_$wH3HMae*Wdr%8 zJ~>V4Hii8cG8V~*!GMtS3wXt~Y^Y?i3Z(xF{^NEU+U*&MyiU0G|3MIA1>7;)zOnVy zt+9flOKlh1Zds~fTP&!L7S!Le)W;CG{nhOh*m1FA-cl2@=6~bl)X9jo5pwO{n0R#} z1}53a#gSX~29nO%`pvC#&PDg;Tkg$2Q{U+MvqLuz&F?r8dFts~JD!eJ*S$4yd1CI# zXm!V8_2y{x=K1Qai_WbP=hj$R<+t|VscCq(^6g5X{K7Re+E`ulVqI6Xu4}$--D1hQ zNXfcbb^Tl8Z;Z!k8{chzyM4X_D^tWw7{HHPENYAvHO|``@1Qh87l-EUu0%PP*Mz{r zZJ)v{U4K8=f*OBq*QTB}{-;~`9=GPFTU%lO(`LS>RrjZEJJ~m_hWWEr9%kIaloXQ6 zEKI{8i#3*7C!RpEw4F6Uocm1d1Alsy@c`&926St}>I^}y6o-5qTS-Vk4Hc{&^bUWa zm{h326jHg>-WDV)PuV00o!kl@@P%ZNK_-9c_XT{Rq^Je)OS856$S1Qpifrdm(!(Gb z>-6?A%K_rK6oq)VtB4F3@V&Uo6&xMF+nttOpj1g-H2E>f{$|LF%Dx#zdO&ZBzJE}A zkWE0O2LNhB7BNYx4ZFQBB-IUfYKS4a))IffBIkT2E4P?%94k;hROaZ3pD zTue=xw3M{+z*@m)w)B&VaI$9O`D_GbdVPl9qvjZ=oybx}K@FTJaN@yTx3HQgUH_gc zU5#jv#B&y1+Iw;DOwVG)s%XWk`HJ>=XUC*5W-Ey#H}s@56`wbbA z5R^xTKtc{F43d&UQgWmfQVtnHP?XT;m1FmdFNppXNhJ}0iPE7bC#C^FlVUTYYGEg= zm#pQ82I)2k0UEMEG~zz_uU^((WXcPIXE;x@g0?Yhw!yJ7b;ef4KSko3Fn#-+6F) z_e|65-Z}5v2P4ka5Idj#^3>y#dlP1?66I9q^J>Au#y;N0iyP5Q*VZmnY@By&oHWF2 z#gnp7r(69iCcQC*Qtok=t>D^A--EYI%Y96?Fd2-XW3*g~N|Px!#>!98cQVaaL|+t= z!H7Xd+)*#ea~L6Y)+G{AY|?!)7_(~=*%<$So@`{iOpQs2{4V#QX4@TS(fNIo{qvfl zSW(IO1JmkxO-Y8Wxb*zNX~(>#G?wo;zk9Ot>xX0cMdy1a>*<5SGJGn`Yaqu_eg4pN z*Sw}W*3=5W)6=1uJr~2#JVa}SI6neA=QWj>{m$>73?j9J#;L8Dd1ki%^2ufB71ktH z*|g3%M}ouadL4V+s9z>mqE@BFIv*R9+EVOK9Ku%2U3IaxBvx9HVDHtP@_YAw_P%4Z z+|weQ&6%ve{itf{p-F|FWoq}_>w0;Wom$;%u(~&_SkIf1YjAm0uTQSy4Q$n|_sHvb zc~!6X$m@7{Rjibypk zS9q@3S(!x{SE@F}l}gc|E0|Kyi&4wFVXSIPC>M50Ucf73r$o93_qd&*x%M=d>A%s~ zAYl;3V6r=>doJz2xPSIo#Oc1}+%YG-@4Mn#Y~K-W-!X6788PgXq3kF=$gTEDE3eOP z6s3Zh%)MOXh!T&;h^)9dmi?J=C!o8OYsXyHk;)yGi}Zm0d5W=!&fv$pl=TLduY}-n zFiYlgV-V-q47<`QVRZ0NupK%PAEE*h*7`E>E&YGw{0A~vkI~eEE~Fllb;dt}E$eIq zhU&%(=&x7c!|E%_D%_ZAK+q}i~&W5?3_xE4fk9A_yvhK$vH|qba^=9k* z#@?unTD9%T5k3d_L(V*WWeKyPs0 z!8$WdWfMPRLNi>Nl~0cE9{eWvI2Y7mejLb{KpAwfDwn=6@I(nX)G00xVrf>kR$3BF z(9p3Y6S|N?iSy|ASZTL&+zIr+gnq&h)=7{e8#dz`npIak6UK~sYakk`g+QntNX z=`0*%!jcoq1oWbloTJs6j6)`nF3sR89wx_^gL{NFD_ap2&h!Bf3U`U|lnmqRcFP)^ zjE%&`A^7rMK_Kc?;f%VVr3;Md!#r?qmU88EGstlUF1wNsM4vM8e6KYg;>d3*2~sukerK68>3AdBaNG` zcl~7hkG4lP9gGw{j#C&Qo>i51ms6MIP3^-rL{;6K=6%~0+l>PYm4~CnhbQ+zx9hF# zm$%Oyy|y{pwk=w|4NGN`Et|MFajSU8Rma@1_fK9qIq%+l{mW7Jj!DZ>dHw9McTc{3 za=yItW6o$So;o<$Gu?2zy7jX9n)8QM->;h7zvMs?D12G0ycN<8sKu?q_SsdDs&)vO zIrAoaNIs+ZwF3zUzK24b%^AxtT+FYD=GVlEYnVRW#m(@#RC=-Wo>6NvEpu91N{LZ!@^FGe%5p~40YgJ=fqBElsUJc}kF+I`$A!(@`1;zSb#eeef2 z1#q_U)s0D3YNW6c3!AaG$7au5tN)?<`|f|&ab1e6*%fhgM=af#&9GX*AwZFWy4jw0 z_rJY=cJo~5{jn=!-}}n-U6Jka3$@><6&W+QoIpReyfZrqn65fO+EC2&+nZ)MvIm5YOGP3r@N-wX-#4; zfUEB7y%1(Z{O);;Gh>BQm|Dc77B+XZ)`Uu>-Nn!Je2jI+E`C|f>GEW+gh8j>!OsR0 z9KGj4%j})7S8GkPSh(Od*L-b#v}N-$*%P~Xoi=aAaSyTNmSwbg?%{GC^;&sG3LS8i zI%k8=B>F5!q2~jf=UFE|0f^tgW;j**fNM;yu0>0tVU_Xvr#O$UVYR8g0jg5P8n5Ml^m?123 z*g>2Av7G9KVB{#Og~!0gN^WtZ*jV<2WCqy-Jfa6V(aFzH`^>_(Cr`3V@t8;Iv3OIgD+BccbSe8s%U#(`<%`ndFq%`GuJbo_HP|QI~Fa3CCx1m4qUC5FK3R zA`K3w$;U?cjBn04pWi;IyJz4m*z10C?Yz0>mU;U-L)VIaTsYsj9mg1cdQZ<;3JJms zKg2b6YXru5KC zpZ_$F+7XeOGi8C^1B#$$N<({wQd#aW(ssg55QgxSri>%G)i5KeXtjD2s#Y26pOo&6 z9Jb;d(y|H2yQT+uSgqubG$HFcp?Vg1OsIbctK6eW+qv|qrP}e;dvU&NCi@*ytmzqq z%?UW}D+JAQk&ammw)fuWTgNS1=#w_)<+{&rQv{E+r*M>UP-67RhiC+8lng?*SmF?h zjT@5yDGKt@jFe7X%MxN|)un{c&&%v-eQ1OUt&Eo{13ArOPX_HKgglMJKLtkCan|C9 zrFO~gnsvN0dbNMnzhLiNvO_%STZWlU*bx7yq4+7Qpl1W>_sJ3oeDzBbZzp-)JKs*b0etJ*KIk6+oTQ|ij-B;`8 z#P?d}s;+%GQoiwZnM3{e2`vKe2WhE!Q*GX9=Wg1KJ3G}kOKm&b)i>L8p#xZ_m9vg~=us+zlB1Zbe$MUqcN4h3K`xKY!EJbCeLz;$Z{;TUT>olbY21qt46npSJ zk=H98!GzNoY2L*HRz$gMBV}1=u%^ywR0i6F38_>lankRhs9ojbJ zQhd|z32Rs@)rE~xenyX)!)B=6S-wN;p=8faXee=FuG((z}E35**dlf zd#E85!yal>>`FgNtHXB20Lq^zK%dlw3&JYFNi3PdcSnYo}_ZzXO!ir%U_! z;SW8#5>Ed1ADK>02+6`5DatSxjtD)b)GgGNvZe6PAfNt5#wHApF!45KQ%%-RlAL8J z4qJ4l;S&AoR7Sr77l6BI?<2Zp@H1kA0!u>B`YN{P3-;QM)HqN)W^JU|j!EDCLW?769{=W_}YcRUiz4 zjrMTqgofvaA>6pKCqw(?6hRqi2=}I8fnn3KiSmgG^q?c72g}g%e7Kx=#2J_~Z<-&5 zXxPvJCB5`Jy?{xlo-5uNV6aT824!tde}TEVQmNAf zQ7b>`TqY{Rm7rQ^0aumTo}pePu2KeRD1@0u`Tq03)I{}E!&fb#qsmudxRul$7PqYOip<@@*EraD}UALl1r_+Uo%-X&vUMgPCO!j)4EY|-6JB~SObP(>lsV}MANP@RSnr8I#2ymb6< z1*7v^52y2nGobxZFqj1&575KmyuMbYM|0s?gs)PkE_vgaW&Lqq`yIU92%TV zJ2=JTNQ&U)F*SfxQ;&B($m-~O&@1~R5d{f;4Y{!0RO~u_jB_cgrqxS0&b9k$;ew-M zskm&W^II>@uKDIftbI+iq;*C;b9{Dhth{zsyoHU*iuzbp&For;Lzgr!l~&9geWPUd z$v>!!H8fu~QPdovZ&Z?J&Ec=nj=wM^e4pA!Z+bS8}r__M=X8`ZC5t@pcw$Q{1mIi?gd!{tGH(Ql)K^(zcG8Y&_ z8QO-qa#9ePgyXPsg%9IOzX5d;o;`qP9*82v;sG)#XF^NKrM^;LdV~C=FV%Fe4&x=N zen)lTC4ry7JIzUCk`b!$`u)&~A!Qpn-;iAtrQ97wtbC?|1`Z-Rj`0O?-ae$@XnO@3 zWjH~U=^b_>Pux1EVH-6xrAkn`fJ!5|lbbn=lc)@$^GQabiH!$}6&&w)aI`#Z0I?7L zOc^|%ve5%2fQHo{bC%M^nI6)Q8GB%vcbKk_ZC-3J*1`G$iOwZ9NTb|hzP|_rZ*_xvIsyA1f~Cz;{1Y)ZDf2% zaU6Yzc0Tb0u1U<$|BY*CU`SR9$9V~(0X9I>>TK>7c~=A~&8RvJH66%;K3|eQPX|B5 z^Kl0swvL6q)ZUO(M=@;!-ZLV*)s5Xv7mVB4Bt|@aFzx9`SE+&GX^4V|o8&t|XuQk) z&`DV`Q3lpJE^^k8@i$ahlPr2flKxT~`LYHfj1af798xF)mj&YDzTpNz1iRg}Ilg+b)&bdFN0=Cim4@&(*) zf_nqvmb0V5(~65k=@6a_Lvse1s@wCf&w6%bo=h$6Ln`Ctj~GVJ(wG^>>~NonU=}#B z(NR39i<$GMpNpDZA32I=*Dg5R5gcNL6RgzVf)M?kiiWvkk%~39D)s^Yj78Vs4mC)K z=NYTs!O7NmT|NDS(H|fES;H^Xzc~7H!_AJ!)+eLuk3`##E>md2r8U+sRW-!yj!0qm zvRYN0H+dMSaNQ<|PTjUuB~%(Kj>`hEF>70Jtp0KF4abiwVofcJO&g+38|IrfMV$4( zusB`I+;kgC*HTgCO#dQIwyEm4R(gH+e9^ASy*P2}a$clq{d~y=lKt<21o~T* zmn#=bJEEl>lLtPuIb!9N(+1qU^H%lc>S^7Fj{4ihRZG=%*YdAzy0+@N5b5Y%sP4I} z`3PPu*D9_bS3Evs(PHkFxlMDcu6ZL(8)D6^v4*x-O+&2F4H+$0*=5Z=JLjs8wRFu@ zTze9wNX39amaA+=bI-yxcFcvo+xIbNF6_8$oYBnmFO|2>b^oAnp?rPJz3TFTneN%b z+wRA%t-YcBIe*i*;65;OAlCla%z-x##~xcdb6}yOBes4My}NE#)Xr}DprZXlMDM&V z-tb}`aqmk-SAy>rBQI!VlvLdA+B};-yJ>dSoHts%`o@79TYfG@b{>gURzv*%o?cT@ zFs-?3;;bbzy1%qkFIhp(ePFHmUWd})xSa^HZ-tdiyl&4&Wi4}^^JN{A2XEWTZaeC+ z<2Bd+e&9-AvArkS-Vsq68n#}4GE%oa zR^LSDzE{?ufhvloA>(E*Y`kh%Dye+4|DDdOh98vtxbu3$&m7lVqHA_XoA*Sj_C!ne z0;#);{wIg1_v*Rr`}jXM{U^)(w&Ne;4Di-y$)*`iv})5#X!iKrq1)xnOYXKGJAQQX z=WFM;J~_Yf$b$Rm$3>VJlH?zK`grgAXi~OV0Y)qgU$} zoE^8FbxZcz+0F%f(}zhA&Ti4$HrG;d`CQ%mZCBbBTXsZSc0}AeZxlwF_AV6fyQul7 zxcq_q^CQ)pW3D>7YN50;R_S`{EglZo|y*RCs*5gbv?jI`xDcTO!KYXKVKU;dhE|PF4P>K zJ`ii^c)#UJ%k+T-XH%>Z@7E861*;3XJU8kV z8up|hDSKF=;;eG3W-I27N2)tnV_wu?z*kgd3|2Hwtd`7L80fMv9|Yg*>kUf15> ze`H*!*+rFWdt}AT`24OVT`}OEcQ$`u?O3X9gOaGVY&wsvn&zrLaBPTGw@vT6?JR|M zsI`nnR4GGPAGLK|djR z(#8DRXnyTG!d&NfeK;I2it_>UH=q^XJ~tQqZuolrLh<%*YU24$hSR8ZaM6aVRR)G+ zdjQ9l)ylYTse-no_e~pdy#n;8+NN!EZAbTld&`1j>rzd_Z2!Byw|(C|Ghc%~g-mIr zxNWJSb?(4*(|kksjA^N3!}YTH4oKT+XqdImXfKCn)w9QMH?+@Ag(UqA16dy>Kl*n5FGtR1r!#(G_-g2wG2XOgj*WB@I8?TQ?JNHK( zI{=InIr7v(`O_abp8?FxHe9Q{-nCG?V_Nf}rFcg7fu$N#-rMWZ;#;l>3y#f`Jxe9c zbB?Rxd`TCMy0tD<0$tBnu9lC+wK*oupWefni}q4%?HjQeu6yk;ZWA@u|2+nryx(6K zx6=iqR>*CEdBxpqvYgOyH#an$DB+fL<`aeLB_~g2iSa~(da0g=c?_g7kydV1^1Nt+ zd|SoGL_Vl-SPz&4fgV`{DQ^y=U$rW8nA3dPJmIz3Zk_>tPe58R%B+Q}beCzzo)Oa;w2ec-p^ zby?TcrIt_+YGxlwc3(=oF6V`0XwU4+*jV&5oX`T}K@mG;*&%~1-Se8`ocyF-3k9ZD zQ$Ya!pjQ%bT`n%gf(+gZxCxRtHS)Rr*-((F^ZkH4AK;L5y^})AWAcgnZA^cL;8YAk zeptTVPEi48a-4F_uz=6Tg78S84R+}dm;r3LJ&zI0&>U0C#Z6nkPaf&G*~!TF1u=~J z8^n`u+EN-z*5sX`@5y)u=pabDVOVNypbJIy?>HCqICG_FO7oGe7@EwprfcIre-<>4 z-889zxES zpke3}>0^~l#* z=0ZsFrJ8ay88_s*`tlg=xlcpR7e{f~&69C*4V1U#n?Nx{R}4%xSf9e!V#maT%)_B) zBLg9J;|_3BHHDlaqaOwiYhYODFnK&|nBy9>B+x&2OoM#wTM(b0CnQ8%LeOrjxSHl! z+l7}dOk8{V{JxmR@=EVldzTD(z(k}-hX11KSXmQU3M+9`y3vHQe;vh%LQd=WHD^v9 zFiY331#n#%7@0^m^uDG|a! z%XusjQm+{Y1_M^Xrx}NDjps3il5;*xJ#^Kue44^ag)QQAjyux%rH zML=(xdPyDU7^#nBH5=8Ip5;9-(#>|96LE#1z!T4x*;LG?g`Ya*$4)d9bt022x>(U3C#XHh_#ja51^TdE?1trJdBlC&cD6-`pVqOGfK)YK~?<2rH) z_kBU7M;q6I6Ys|wFTVjJ;!>-tB&G~kTW2K2VJ`)U&t3c z?K(=t)S&BW?50ZN#oYklkzv>cS5OW(M*)L>@e6wXZhKtI+~XEH5W*Yqj^o>!aVxoK z_lJ}OYk&oal8mb{8YCJ;7%U^BP}`HRX~hl^jhoWCZgHKAXTiUqX)FuJecq`-dkib! z!3Sprq$ke`8d#FYd5;$}EK&Yk=Z4K|H$T?7F_1(UkC+PbSo*11;I9cy5e}hCNjqfp zFFlJYuRNP)jQq&>FZ6|i=y~I6LiBjaSd1dL4ZYG4y!Y(s?S&4Z8m1d)40+(>)Db^$ zKcU{Bv=ctkUh-Cr1f{Q&3rXWj8ZxLz65%e^>Js5D$w&s<=OcoiZ7s%)v=0@+4W~hQ zyG~0RSwV@)7uUf~ZE2&}Y_F2-85WS!K?d8pEF>G-Q7k4K&D`=%Chcj)3s+u7+D_{( ziFRD2R#Z~zA{*Q9?4}v0+ zeyNuEvXe*HNq_Q{TMguktI==|Frcv!E~$xmC9jZRH&n>F%x(%~bW#i1TFF>N25pQ> z?PPS2!8m0b$wt#B+q6Vy$or=+P-S*g7;T-(YR_!eA0X#CGT2h_6|(h{@qIG>1O|wq z-SVOGaShvUrOS5YGsmShlM0D82ufJOGA%A>Ix9XLH2zADCmt4_@YWpWD zy;k=L2P5HB@#|(B2@bDWCzibYx`au^@8D;kvQ6*V=1A+lXzhLq+QBDGd3@o_9`GRf z!dYl|XLp3lPw4V__v}D|!|NJS#tT$1?##f}Q+^T7 z#fo9m4*%74vEqumj#j=gX3k5f@xEg%oc2Ynu7nm2EWd5l2|d{ioEd6fWHUjBKVc@D zh0DhoSQo7cE4lI%myKL@=zz_rrzR5lGDt z!kE#PP}92x2MBa^1;^f7%{tI8e1fPRZL@!TDQU{YF;1H7^0>Y ztZAZo?J`)2wf+O~VHZZ3GOd#){7 zzadh&A?n;1$=et;ZXy6v-L1m08`FE~rl@cA&ga#gH{;ZgnImsKclo(U%ckr5B1O9+ zoFk#r^X1cEZsRor$ixdBtulY2dXnc$5*(R0tUzT>$R4LvEN}<}V zHb9DT*+I6ac!J!rs_Z;#c^%6WZ{(R*B#%EmIb}E{TRLNMr86d1I%9Il8Iw&0QL5aFldLspgA?Z+J!mg^b{9~2g zik>w(O#lW*N%;%)pNT literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d84cd54512c7a25eb747996b02c087177718ae6d GIT binary patch literal 75093 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�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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc8b02411dbc282c8ae8b2939b70cdfb22192f31 GIT binary patch literal 1807 zcmZux%}*Og6rc4ji`ljLObDWBv`Iu8Log{HZG})3LJ&c%QUvr+%hhVx9q^j z_ggZlAy_Bh&MXH_2>m0N+ES{-Sr&+=$U%@^qSnK-;DnHHxBOOA@QWyNX!M#<<-948#rX#rjXK3UXLiGRhXQVN$R{UTRv zi!v@RV8)Y+U(QXNQ;(*nKAn9$lahF|OKs1h^tr@a=dtf#Vl8=iu^3`LXt}v3n7H}j zk+I>CQ7=y&KO7ldrGc~ThEDOtJK#L?UfLN99C8dveodGc_bdfSrBIDNRY=Y7@RAzT;R`G z1)N_0Ae+YidiFDSDN9|32SdwVwN^0AhHf}yu7jrm84|t?g(P5s9eC-m$dfKLD^ZA2 zkt^_hfjK%1+ZH-kQA^j(#Lr#jc;9OjYZ*J%J9j4bddvFV*D|mtf<3r7Qr1ULo0TT@ z473o}8Vt6;#pQMT5Ml+~N`Ozm?WWXNgMDEK)@F<~S15#_W^%1AgfL+^S|zk!tvy|7 zlx9)y2$2gdoh2(e!dgvh0kO9FZT%aYatxK^3r`U1s7uv!HS zpCzRx3-MhZOXAX4r0-VP)ta4>1pZdB4470lUQR(5HsFy3hE+wQsH4E6ZF!#SuNXBz z3IK-$Q|z;}rWvp%$qF5hD8bc>X56WuJT-1i8ezad!v$l-Mv;m{#m;=xoeicckK@K- zPP7PJ^OzAV17)uf3NQvsZ#$Qc+#n)E5*J%5Y$=`h0C>|?@TLWL)75q&qW;iBn2}B) zFH*}jb7uCzgX#I%g-2W=IE4OM!A$fQSD2VWvgJ5LOpa6&=@x2{mG-D(*P%BVc1$qI zbur}30*3B#cw0R)rm#ZA7!esWh$uL3iPVJ#xdptqqu;}}h5qYAO&_1!>ienhK)G_P zb?o%-<`1>hFYo`_e>glXnrHmSjYGZvxa-=kR_?lekhp!^{qAo5S%0~EY+L{1s`0~D z+uCvOjopoMZ~u1Nk=}c7BmF{8A0;}D;yu5|ufK?2-!%{8gXdictkuoG9G*V!Mv3;F z);+DP4;&~1M1bjWs+Fq{1K@&);Th$Ehq(9NUGP?H)z4N!+{!01iujKtL k?Nn7Ibx%G;a6D7a#BthrO}e}L-YJ6Ppl|G4oY5El2U&H;eE>E!$F^Z282+N znPZo6-EI?-axQeLO&LYVXSA{%UgVGVl0yYjC8^X!ojm6-k!%Uc1k{lhRdOK3YtUl% zpwWfkQ&V-cyq}DKFOz5NRic=N-73wF(i~J$v1&|~z^Ra9$+BYHw>7F7X~)wE&w#pZ z#C!D3d+=j0Jb8THiEGzSo}6!PpFWj0E@Nkr+XlL+7|*30MW1EIQWta6(8b1n{{s)@ cEn{M{m4!bp#`rtB^EU|a&WHFPGOD}vA1At;7XSbN literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7fac0e42ade3a13ea1d0780f592a0cf928c9ca44 GIT binary patch literal 6641 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb8b356efeef99a683443e5de99f2bf4a9183e7b GIT binary patch literal 3845 zcma)9U2GHC6~5#7u|58Yoj3_eAPftkF+WCGh48m5iy#TRDIsM;QN2O##B=RTm>>7f z7;xlBJWw@MNCovFROJD!`T$C*-G@F@RUfGOP*s(xq_A4=2(-Iu_klM$o@T{@(-=!tAX zPiB)0!YmO$Mp$dr+p=wNE-Dcv3bUxh?(s@oX;BiG$H^{GO-bUE(h5%-?6kW(sdcJd z=_tgN&Kp9u19vK0F83ou`a$b1ZHwNO?P5>>;jX2If$%%sxLfIgr(F>Xg0l4nm+b+L z9%Y--yA<%)Hh)tQD`I;4b9$I&oZwlxR8oy%nsZ{4KbRQKojNmoYV7^-QHMQgRGiSc zlC7GCtU3H-xuoIe;8OZo%XwTPXVl`129J#iZ1EGafi)n634(3ALboR6X$_|X4mXLf z*-nVgla&&NqvR>muuKh~$A*FlWgDLyN%IbGtG0%nuw@cEcNteKC#C|2VdsivRl$}c z>hiUmhK-^<V|Vi1}z zd1@FPJUoz5h=phErJF&ve};U|&kHs^cgHN}Q_Z)+D1l|xkHCDe8k`L_Pkl<^mieWI zY>1^`hx`-U&2GA~qyAnY;O0tj16SNXYw~+s1x^Xw;O0Zs0O_%*>F%haS!(>I;oDRV zEr)%Ljh6q-J0GrwPoql{2u(qj&5QF9yWJN%+u>8qcU7#4vsC>}LlJ%ZNkEAhj1nyb zl$fu@d=&iFv*{C9R-^Vdf43T`3RSksRr%%k5{(@U|9b}AI?o|{ySIzbtmIS8cQsgL z0G-ToVyO|w4^cWP{~FBlQd25b>>1OLuE<2CX=+KTA<0rvy@CzN&AE&yN-$26qIJ}z z=*m5j`h9dAl}<{!hcqc~8n&z&khJSUB}3LhvTP`@rIoRjSr_EuLF#wY*=&F@eN^&s zDY@qv=`=3LWzDuE+myyl12+Y%BT4F?Hcf4xv_Z>veIHq`X1g zYiNA4NRLgX#Y6It`?}B(S+h1sZGu|rR}K3$CC|#&RK2WA9_Xo(4G&^sNz=Gs5-iEn z(*$2p;rEOpd`w&)NN^+>=7vMlX!?al>CIlF3VD^~|52#H*-*wNWh1{y6$p!>TGZRG z`@xHq8}0LMHQJCv|5YMs7LoOWDVfu=IB$Cvr2_;~77 zC$v&S$G-t7M!& zE(bP=mMs(8x~f9y=QZ;xv>ldg1?dh8ox)*q7X5Vy>$indN2e}WkRMag(&rs2T3@cI_` zHXt3Ji+UUQM`ieZXzP)gW}DvB0e#+SlRy&&XVO;bM7<@Xe?`M&3)LY>!c+&^iyW>< zRK*b?y>fX|E9(ZKt<7Np1B4b}hofc25vbu9^3L@RiP4jgY*|YS-IO!p%FWpnQe+q9-%ls%D~ETBs1pJ|6|VaUx3|u*{Gog8_pD!?x_j*x+v^CH%NKq#`1`g`kF4%LzDCzCL^O2b*2wLH zi^uL9`}y(vv!6u=9u5C#>I#D!2jguBAwAZ$Nr`Ef-*3$=n zuOdP${!cy}7V8m^{i+v5lRrCh^GGe!R*SdQ+IQ9x9k0TCRH!4K7f2s`gj@Eto>l<=~+)F>f-Sz%BGr6c3%kXzfHQyrdDmhtDbVNZ_CMb2PNGo_0r z(UduMAT!{kpg}-6(ML#GwI|9XKO@Cpd+DuC3qV%xYv?JxG@!lt|UXloC;DOFcrVC`xwSZMzez$LK2Vuc(-M0tsDfNlKL% z#6=h8{>FAa<92_|g>Q`3xe)&WbGxsO==(1A-VeAncl{!T`0zsK?cGnft}nRok4Nh} J5ZCRR{2%MB<*xt$ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c4e08c6d016cf99c2ac54a988ef7bbee078c3db GIT binary patch literal 2499 zcmZt|U2GiX@!P%qzaO75iJh~t*Wj3(OD>I28!3s>qH{1Ul^u~#iPNFg=JvC1&ED?y z+qDy?YbmPI>QY5bq#_a|B*GI^Nu{bU%>xghfOz1A5NJ*-5UC1M^LB|rRC(&m?w!wA z9eZbIzL{^n`Q~r$<7`$V0AK%cZt;Lb$iI>4fzTy393Uk^4kKgzs7U5m08sK4R_Q7+-klZll`oMYZf zvzEA(V71F^{2GYMgpvwpkqZAJM5dCmcq&+_!yvH)OSGgncuR)6D^#S?E?iZqY-yIT zs95Q9Qbkco|If-=nR7x#T@#AANIG6)l)7jB`HaqD2hk-xsGEVlXgiJ%B(Rh#=ENuQ;QCPWq-_VjtrrHMtBfnY>h-(VivWnY~J@v($ej@S4?Q z%v+{`xA)juQ1{$9vq4L%`>Q4Du2z3#pRD?JK=(Ew^5zottKi_iu7mr~!F@?_l$vXi zVi>k-2ZnKGAStg>Z($5QdK}PM@?D0gPyeehadq^Q!rqo}VW7RE057er|F|W5t~|B@ zTBNoaGGJh4kSE~Tco!1!JmDbhA-@a@+o1}vTu-eFAz9u`KwpQAhTJknWgGl|?Q7kn zyU=~>BAkaw-v(hS6s~iY@zhYfF7|i830N50fTjDEENSyTL;cldtnzJet;??~!H%9NlzY2p$;&$l ziQ}xUYoT@&CiZV3SFiDx`9Fvv^8JY;yB^nq>|4J)O%M56gNxIf> zY?t~;YhbBFs*kF5vq_US7EpmHAS$NWFlxx%ri$cb$oLEkls$$BkB@R)(_L{S#%Dx| zOHakeMFP%!wi|T)G$8D=F0c_akT(o$4x@Vzw8ZdcOZ-r<2W@-^=s)DYXGupQyYx3R zuV>C@TViXqz5gfwDEz%}NxqYxyp^B4I`#IPQQ8Na=& z+{(4{!*}vixAIf%O#b4+`Grq2lULZ)BR6)uH`_^(!QC5#AJkgnw-Ol~=^EVq&W^uH zH|S^iSui*~b7%U{r_+aCJ#gixum0?V;g81NAG@%zQ(}zKs9xOGFs_o|i=FI|AtYN2a)m2Lw=T>wk{J BQ#t?u literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de6b72b6861e447c50955c6249ac8c30b1efcde5 GIT binary patch literal 28176 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 P{YwVT_aH-Pz^N zILW%}f>6{tG*X}+jVY-xDiV%x1t0x@p9*NDBK0T6rddXb2m;jdw~34R2iF+6QZ^V5azqtqJ?!yhYO=NQ z+H5Eu%GSl}vi0$Lw$7Vr$cE!#j=0D{qWCTl#s8Meq9)#`HYtHK-GtC_ph(IzXCv_l z+ZD{TWTWvYgKIKtvaRt}2G?fVvhDG9#HL2!zZU+U(f#%{tLVnH4Yl`J-bm-PWX22*oH~9W(fiba-Xn+l51QgL8jOF9myU6! z_vG1{3Sb?fo6-qY zQ&f6F)yFc1S!4BZ^FSew2z)1vg4G$am}1pZrL*`309S}g;+#U_E`^KpKB7bvUJ(@W zs!MUJg5puUicb|4e+#Tt0;*e)6h7rwf)_vweWdzRT9o<=Lfos=D78vRsZ%7?mvSo& zFy>dnY@atJD2>n$pdQ1o=_>y{{G#e+C*dhxrTKz8E*1D#)byOpr!`Hb$uEI{PsqB} zlapFHn?!#1`28}JC+M)gn?cyql37*m)(sllE%zgwOF28c>6j+x3&u!Jlec7LnjRYI zsbG!uI2a6&fZV;Dv76;wMZ|#i37Ik(AlGFhCo5?^pGg+vq#+w4Dxe)6G4NRI*hC{m za*oOW3>H4;WTt6D0;w4;_0kojh8awZ<&~tNCYW}`+@_$bnG|hCoa_juUTm+YqOUp%7k!K@-yiASJ@|~SQhg8( z8yOosrm1~2eO4XpQ}r`OELfx8##U zXOhFJKA2DEwDu;A_)q%6#yyw%Zb+?jQtQ;fg4FqbxXcq@@RIMIn>4Sv`p6sn zE4!wLXGZ2W?wD`d`Ci@irahCwrNGTd>(ytb56&E(TfbvIvJ-}arA=F*sVy}|q4C?z z#@M8=;B76n$&iUB3 z$wu;FW8}##yy+RTLLEh2H9eN2)hX(#W6S^(6!$v#FZM%q1cLGvQ1{VFLIFcgDRQHZ zx;leoWeW0J?g|Hio&1r9u+H^^zX1<|q1E&btCs%6c)Ae~&LHrbwBw~gV z2^3bMLO)0-QkBs1nQgdPhU#DBTM(9;)HYl`bMeen*Nx}{bI}Lpqnqbzw#<9Ce5d0r zUs$(+TXuEFkDY+oAG)@}*}iCkuiEPy4Mj(1^1y|d zuz~^1G#HJ*g%xbbS{cnMY;b0_17dwWRE!6q@a3Oh{Q1;i?7>ScM#2QH-ii9K*!3;>Z=U&xvUso8%nus`e{d%o1^IUR+J*Ih^ynRD!I{SZyIg4p=ztRXFWD| zCxoIf+EJaeAq=Ri-O#3zgCGmW09jTg4?~F1WK`)&9))JKJb}d#Tu{l= zAm1FoURslN6+Ddsxso5(U^&53o+W9RHHco!eiE!mR{?{Ogm|J2S93g>#l~uyXysu0 zFYl))&TE_%Mv;B@Ihmq(;GN;gClv+IKn!08BP<7F0hpqFv$$==W*)-6$!Ao}LbCy9 zS%6)OkPMaSP3pRug>0IFO@YY|)3joG0Dpq!&c#H_2R*`8+F=|*K4ulBXy8S4bdY#= z%Ox={HeO>pW6P~S21|5!IHT{WCsOG0zKi>=2Rcjbos)f+j@@o-nd*D(*el288aK@t zZ;xLap9}9Q!K$Y(K0WoLIjQpw?+W{GOQ9Q*JSWL_L|3?D(hE_vt`S!qxp?F%KlRkB z!C8K$@9iVkj?8!OoQv$7lXkry{#*2e=*Lg|_#=9cch&hP#j+PpzY%ErIM7yFw`sC( zL6R#(lv>(uv}~Gdfx%0MOC9TRuKhNIio%P9QbT0&=*?jBl<=DG72g}Zv*GDI3&E{7 z8=9}|eR=P6;|xDD@b;-|r{)`WT$gry8E(09_~paX&n|>xlLtyt9lOVd>F}E^ueU5n zn;16wFt7xC{_=EZ$hL0u3h4cqul*$e;A=U$*|6uKS4|Ub8-RovWx>j7zOm>8DM*;n zLp%Pp=%OCxjhy{Oo_bjl>-g9LSKwl<8!=uZf>C13bD6eOE+ z+K@+*x_nv%t7Cbgsw^>|RSfU{;_Ziu{J(hrF}(ln8*urPvOngbjv-rC-vPp3qEl$_ zb{?@@(^ljWZYv?L+O5_9DeTuDhw6E9rxh&c=0lIYJMhakB3dsU1>Ysm@Y%j=8j$+e+y$0<*l1C7To@D#b@pEQnb* zzBdyI)1OFWbIMo-VJVS#b}X5x%y<$BB{u{~po|+)ZD}V~F|4*?g<+pQgcZxHo&@L` zVU(~8k~ZKJR!E8d1ymQv9hYD9mfK0^`m(1{>?r$5_vTV_^llJ3w`=OkA`U_Vxz?Tz zMWzCCwd>0PoRCPUv5ZU0HN;=DSc^~(FZPt06Elxsv z+ZSFGp)E_Y*fRBKnLu-W!=sDXmJf44TB&POsbj<4K!ey-p#>o?B>xsIKJ5CjD_(rA z%$7+&&%GdwTldFXBbT!fjS>m`1g2+HHII>{HCJfa@yv^F)v)$3Ny< zZVAz^1o@WG3c%+L(K~L^(KS6Weg4gf*C+n)+`PQw-y-kx-ww6j;Yl$3($UwAYklvu z&ToGF{o#eK{(nfv?(#4X+SL>-)i&G|NU{dOzG1 O==Jk|@r%6;p8o(Ax`^cf literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8e217e8b5fed87d503e3aebc103a673e726db4ef GIT binary patch literal 6083 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 E1N8{u_y7O^ literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fa011101a4959f257711db958b797d1b4e78e31a GIT binary patch literal 2154 zcmZuy&2Jl35P$3a^0%Eht=qIxUHa)lT!D%N1+`6+D0~z*YRiF@rIqXVnmFC{nz!p9 zN3NPfkqiPM#368^oM=@c-~#<0xU}TZup*)ra408Nsf5%MGjG>U((-K2&c~a1^L{h4 z{w0-)6Ig$JJbmdOg^)i{=r1*7)_($KnNUI{i`bGONrXnIY(;F@kOi+;ime)|;8jbr zbwig3lXw#LX;##Z88JI<#O;KUu#-koA`vo8sD6#m=&eX_ijiVz8oPX$5WXKyidz{w zYh)oJp$Tiq9yW&2i>2TB5^{yDH@S*~x9NITt57c&oWV^Q)`7v7thGAG`c znt1!o^7KRW2W{dVR&`sP*{tD#sGn!EAsajIwJmm`-DE|@*C(8Y>sZWBhs@cgR|l1! zJjWW8@pH^=S)QK`r0T`Mu@>YQP%RYJPXV(`7%?PDj0lwsnI@=mO)-=h+4#^Tje$<3 zD%Ge?qcp;_OB#)XPH)S_l&^{W=;C+d&8F2ZR0}TVTksrUxkw7rD8=IiSmS)wJuWzu zHq3>?TQe>mFN`LgNPC@v?8>qn6O=kv4)VSli1#gZO0M9yS&qVSy&b$_HlxuQ` z2R^U`P+l(pStcE+Lrma;)ro)nRST|fgc|R;$lp= z?~~bys2Cx2TZ`uG}{T|({jr0fXisE59V$F+}Mqdh^9i<}=_NpEAJmGlX zqUOhDnP&=+L|L#0aA<-;;hBD-iv1JpDQXhz(+y_S^`m{x#UM~< zSbPLGXH63;V}__gJ@SKkY&GC1?i7$E($mP$j(gd?ce8u1@BjA5H%C^oV_kK1_r9;o zUzKkh`~Kw3leec=c2C}k?)*JBdM|hIZtmcnL$BOEu#!8~jjm?$-3;Fjk+u{JfflVj z3CuF_2Icy{5<%lbv(ICZpIW!Vap{99a}4aufUJPAC_e>SzxTJ|VFz!!XYm*q_CQ#7 z7my|LSR>h8pI!av>X#qf(0>^DdC!k~Rx;yvqT}M0P$n^G3D_$t#C7D-K+0ef)x%~E zN{F2!Y#ckM7{y6xz?hk)A2&_gp)Cvfq-nn2s#>8%H%;o)pp@It8#5EP=Fb6llZY(D z^>_+RNH7`qEg;v(qll_T*V7SoS1+omJ67|Bo{Z1uUlY&!vHZFUaxW{ZrzK$(44RR- z9~*hBA`={g!7*pMT5p&p{8Ok+UKf8E>P)r4EMJ{tmgOw!PNQ(qYO!*0#Miubv)-8H zSUO)15f196hn>r@aW|p2ftmmevEl+?al?HWC=0KjQuz8QVK4I{s<%I_E;TVPegutb zz#qbJ*r5WoC(+jf+)wbAK!=U#o&(a8B}rN%g}+H*jqHZ+13CMLQeIKY|7v;ZwDgD| z?HwaZvb*@JymL)CxTd`DAUXW`%U|ZdIC1^emE_pc)Ne|xd*H(}y#!H4#hL#B*L3~S literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..72a0a407f4bd41a869d642b7dd5957fb7fa83fa1 GIT binary patch literal 39627 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..615b8e9bf3aa648374e5d3f27bcf7ab7c5aeaf7c GIT binary patch literal 3363 zcma)8TWlOx89p}@19luysR+UUoipp* zK!n)Ue)FC0znuU4XU@$2Dw|C+`n>hx;MAckV{c;6_#`8;{ud%wn9Xdh%4%9stLa6( zW)uyL*}831W3_lOE_tk)s3nU@jd6pg@SQStQf#qJXM@a+Uu1UTx~{So(>mj6J87q; znca3(BTQe_uE!#4Mp`p=JLy?z?P#&KOY0^(N7l{Kx~0XMjWTZ~Yp1ksYq54nYnQ#9 ztUIK2XNz^y{I2}&5JlvTAU0C*{2(=6_baYbt_Jam*?N_S8mwB--se_bF(E3X`7}-* zFB9?kq*{W)Of*=3lE@XtSy8iDQMa|C(MIdG4IZ;&^o#R2kD*s~f+reWj+3@Nm9|qC zo=*qa2`*|CDraJb*Le9gs;1YRL@A~Z#hmrHZGL=)J0?G0cZFYZrpfMjZk6Ne zbH^{F(n+Qa$n#=9ug7jWwfjzH16z=VkxD3MrWVe5yQK^*uNtP}MXRq?_Fi z(#?(p3AL6Wq2>(|g8Q?=nT$vG5iZ~c{nn=lt}q|>qx>vrFR=w?ZH!wiy0k=Rk1@Y- zw%LNQ5Ie7Vx<>2*Ww{aGmbs@-+8K^-8_Rn&Xb`iXKs!oaynS zlViz)QmD@dDa)!j72mQhblr8V3Jtvz1-_qPk=^NF`wm|_d&7L}QtY>>J%2E}TL!!L zzxsh|r+#zz@o&$q+<)}--A`PKy^-3nPJv8pCdj8SmqP_xR*<%=nrqKi!P_nCW3%OI zWJy|?0v>go}6Uk>mb`nm2^xtwJ*u)P{#tBVmKfV4CH} z$ajAO@~K7;{39P#t&9YahvX(aB0=(2VZ&PnQ^q+J+2(12wlyaSGWp+!K#68J4Zl;xk`R{)rYJiY?X2~=SRl=>{x6~JE!XsVxr z{|xY5C7c2O2w((4QXooGQ^GUg zp9g%MKtxkrg75-_QG$GuQvCxXxpxmiGQv%C2?d}>3gS`lI^Yp0gg9_v4e+KE#B+2} z`!y|vumC~!%vK&!FroGnEF0l5@TUmE69j0CNMM9>9HPfm$?M?gW_VNy*p~1rfp|~} z0fcWsKrrRNCJJN>e+M=r)eukM@C$&m1T^~v@J|v5FmawhHsfvR4x|N0MmP-N1_bN@ zO&}Zd6R78ua0>jJfVZR&R_LPEu8LHR`6WCqOAlFm_*Dq6Ng>SBMPP3vEE{UWe*ur5 z!vlvz_G%2$Nk~TcYr2S+AQYvb(q4o5StWb|#_s^obPD+>_=^Mrw-~Jk6$+d&@fj(E zGjs`Gh43=q1p;!D(|(C~_zDENZG?%@0|cT9Nj*ZsPeB+`f}HT>U9u#@7;1YxKI z6TF*1%u69ej|JvwJg5rb5?~t3=YoVkU#I_YEpLH1S%R#5`C7jE|Eb>1$-4Rrs$Reb z{UH*2kS~pZuKs}!_nsV?uqFnc9vvR*9kC{c21W;hZK}Y}a=;%Pd)fl&r z4G#`YSmV!(44)VZawkp=S_97>AAg!MAW+e?Y%6s<7O;J_S<@zj9n=*?%AHv7n5rbu`PS=VcViFc91Q%M<&hP W6_?W&+bL(~zI()V>MJZK7x!;V{2Fcm literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cb52993c88b78a0a8f1c1db2ad428918b049f168 GIT binary patch literal 58978 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1ce8c17a9858878d75950f2f73c689a98e94291 GIT binary patch literal 6355 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 literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3cf7c70f3b9908d58cc603fc62d0bfeb3d64a5bf GIT binary patch literal 31563 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 M9-vb#eLCa+194U-=Kufz literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc b/.env/Lib/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b2d30766749c50c48fb44322f2a251c0cdc422bd GIT binary patch literal 11454 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 ssP6TA;d1q!rAVs$&i_@% literal 0 HcmV?d00001 diff --git a/.env/Lib/site-packages/pip/_vendor/rich/_cell_widths.py b/.env/Lib/site-packages/pip/_vendor/rich/_cell_widths.py new file mode 100644 index 00000000..36286df3 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_cell_widths.py @@ -0,0 +1,451 @@ +# 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/.env/Lib/site-packages/pip/_vendor/rich/_emoji_codes.py b/.env/Lib/site-packages/pip/_vendor/rich/_emoji_codes.py new file mode 100644 index 00000000..1f2877bb --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_emoji_codes.py @@ -0,0 +1,3610 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/_emoji_replace.py b/.env/Lib/site-packages/pip/_vendor/rich/_emoji_replace.py new file mode 100644 index 00000000..bb2cafa1 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_emoji_replace.py @@ -0,0 +1,32 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/_export_format.py b/.env/Lib/site-packages/pip/_vendor/rich/_export_format.py new file mode 100644 index 00000000..094d2dc2 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_export_format.py @@ -0,0 +1,76 @@ +CONSOLE_HTML_FORMAT = """\ + + + + + + + +

{code}
+ + +""" + +CONSOLE_SVG_FORMAT = """\ + + + + + + + + + {lines} + + + {chrome} + + {backgrounds} + + {matrix} + + + +""" + +_SVG_FONT_FAMILY = "Rich Fira Code" +_SVG_CLASSES_PREFIX = "rich-svg" diff --git a/.env/Lib/site-packages/pip/_vendor/rich/_extension.py b/.env/Lib/site-packages/pip/_vendor/rich/_extension.py new file mode 100644 index 00000000..cbd6da9b --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_extension.py @@ -0,0 +1,10 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/_fileno.py b/.env/Lib/site-packages/pip/_vendor/rich/_fileno.py new file mode 100644 index 00000000..b17ee651 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_fileno.py @@ -0,0 +1,24 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/_inspect.py b/.env/Lib/site-packages/pip/_vendor/rich/_inspect.py new file mode 100644 index 00000000..30446ceb --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_inspect.py @@ -0,0 +1,270 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/_log_render.py b/.env/Lib/site-packages/pip/_vendor/rich/_log_render.py new file mode 100644 index 00000000..fc16c844 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_log_render.py @@ -0,0 +1,94 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/_loop.py b/.env/Lib/site-packages/pip/_vendor/rich/_loop.py new file mode 100644 index 00000000..01c6cafb --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_loop.py @@ -0,0 +1,43 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/_null_file.py b/.env/Lib/site-packages/pip/_vendor/rich/_null_file.py new file mode 100644 index 00000000..b659673e --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_null_file.py @@ -0,0 +1,69 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/_palettes.py b/.env/Lib/site-packages/pip/_vendor/rich/_palettes.py new file mode 100644 index 00000000..3c748d33 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_palettes.py @@ -0,0 +1,309 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/_pick.py b/.env/Lib/site-packages/pip/_vendor/rich/_pick.py new file mode 100644 index 00000000..4f6d8b2d --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_pick.py @@ -0,0 +1,17 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/_ratio.py b/.env/Lib/site-packages/pip/_vendor/rich/_ratio.py new file mode 100644 index 00000000..e8a3a674 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_ratio.py @@ -0,0 +1,160 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/_spinners.py b/.env/Lib/site-packages/pip/_vendor/rich/_spinners.py new file mode 100644 index 00000000..d0bb1fe7 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_spinners.py @@ -0,0 +1,482 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/rich/_stack.py b/.env/Lib/site-packages/pip/_vendor/rich/_stack.py new file mode 100644 index 00000000..194564e7 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_stack.py @@ -0,0 +1,16 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/_timer.py b/.env/Lib/site-packages/pip/_vendor/rich/_timer.py new file mode 100644 index 00000000..a2ca6be0 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_timer.py @@ -0,0 +1,19 @@ +""" +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/.env/Lib/site-packages/pip/_vendor/rich/_win32_console.py b/.env/Lib/site-packages/pip/_vendor/rich/_win32_console.py new file mode 100644 index 00000000..81b10829 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_win32_console.py @@ -0,0 +1,662 @@ +"""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/.env/Lib/site-packages/pip/_vendor/rich/_windows.py b/.env/Lib/site-packages/pip/_vendor/rich/_windows.py new file mode 100644 index 00000000..10fc0d7e --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_windows.py @@ -0,0 +1,72 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/_windows_renderer.py b/.env/Lib/site-packages/pip/_vendor/rich/_windows_renderer.py new file mode 100644 index 00000000..5ece0564 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_windows_renderer.py @@ -0,0 +1,56 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/_wrap.py b/.env/Lib/site-packages/pip/_vendor/rich/_wrap.py new file mode 100644 index 00000000..c45f193f --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/_wrap.py @@ -0,0 +1,56 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/abc.py b/.env/Lib/site-packages/pip/_vendor/rich/abc.py new file mode 100644 index 00000000..e6e498ef --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/abc.py @@ -0,0 +1,33 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/align.py b/.env/Lib/site-packages/pip/_vendor/rich/align.py new file mode 100644 index 00000000..c310b66e --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/align.py @@ -0,0 +1,311 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/ansi.py b/.env/Lib/site-packages/pip/_vendor/rich/ansi.py new file mode 100644 index 00000000..66365e65 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/ansi.py @@ -0,0 +1,240 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/bar.py b/.env/Lib/site-packages/pip/_vendor/rich/bar.py new file mode 100644 index 00000000..ed86a552 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/bar.py @@ -0,0 +1,94 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/box.py b/.env/Lib/site-packages/pip/_vendor/rich/box.py new file mode 100644 index 00000000..97d2a944 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/box.py @@ -0,0 +1,517 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/cells.py b/.env/Lib/site-packages/pip/_vendor/rich/cells.py new file mode 100644 index 00000000..9354f9e3 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/cells.py @@ -0,0 +1,154 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/color.py b/.env/Lib/site-packages/pip/_vendor/rich/color.py new file mode 100644 index 00000000..dfe45593 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/color.py @@ -0,0 +1,622 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/color_triplet.py b/.env/Lib/site-packages/pip/_vendor/rich/color_triplet.py new file mode 100644 index 00000000..02cab328 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/color_triplet.py @@ -0,0 +1,38 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/columns.py b/.env/Lib/site-packages/pip/_vendor/rich/columns.py new file mode 100644 index 00000000..669a3a70 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/columns.py @@ -0,0 +1,187 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/console.py b/.env/Lib/site-packages/pip/_vendor/rich/console.py new file mode 100644 index 00000000..e559cbb4 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/console.py @@ -0,0 +1,2633 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/constrain.py b/.env/Lib/site-packages/pip/_vendor/rich/constrain.py new file mode 100644 index 00000000..65fdf563 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/constrain.py @@ -0,0 +1,37 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/containers.py b/.env/Lib/site-packages/pip/_vendor/rich/containers.py new file mode 100644 index 00000000..e29cf368 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/containers.py @@ -0,0 +1,167 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/control.py b/.env/Lib/site-packages/pip/_vendor/rich/control.py new file mode 100644 index 00000000..88fcb929 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/control.py @@ -0,0 +1,225 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/default_styles.py b/.env/Lib/site-packages/pip/_vendor/rich/default_styles.py new file mode 100644 index 00000000..dca37193 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/default_styles.py @@ -0,0 +1,190 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/diagnose.py b/.env/Lib/site-packages/pip/_vendor/rich/diagnose.py new file mode 100644 index 00000000..ad361838 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/diagnose.py @@ -0,0 +1,37 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/emoji.py b/.env/Lib/site-packages/pip/_vendor/rich/emoji.py new file mode 100644 index 00000000..791f0465 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/emoji.py @@ -0,0 +1,96 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/errors.py b/.env/Lib/site-packages/pip/_vendor/rich/errors.py new file mode 100644 index 00000000..0bcbe53e --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/errors.py @@ -0,0 +1,34 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/file_proxy.py b/.env/Lib/site-packages/pip/_vendor/rich/file_proxy.py new file mode 100644 index 00000000..4b0b0da6 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/file_proxy.py @@ -0,0 +1,57 @@ +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/.env/Lib/site-packages/pip/_vendor/rich/filesize.py b/.env/Lib/site-packages/pip/_vendor/rich/filesize.py new file mode 100644 index 00000000..99f118e2 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/filesize.py @@ -0,0 +1,89 @@ +# 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/.env/Lib/site-packages/pip/_vendor/rich/highlighter.py b/.env/Lib/site-packages/pip/_vendor/rich/highlighter.py new file mode 100644 index 00000000..c2646794 --- /dev/null +++ b/.env/Lib/site-packages/pip/_vendor/rich/highlighter.py @@ -0,0 +1,232 @@ +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