From b61d43b62cf11dee86bc59db58407486ff191351 Mon Sep 17 00:00:00 2001 From: gilles Date: Fri, 3 Jan 2025 14:53:06 +0100 Subject: [PATCH] Initial commit for tac2100_compteur_mbus2mqtt --- Dockerfile | 17 + docker-compose.yml | 11 + env/bin/Activate.ps1 | 247 + env/bin/activate | 69 + env/bin/activate.csh | 26 + env/bin/activate.fish | 69 + env/bin/pip | 8 + env/bin/pip3 | 8 + env/bin/pip3.11 | 8 + env/bin/pymodbus.console | 8 + env/bin/pymodbus.server | 8 + env/bin/pymodbus.simulator | 8 + .../PyYAML-6.0.1.dist-info/INSTALLER | 1 + .../PyYAML-6.0.1.dist-info/LICENSE | 20 + .../PyYAML-6.0.1.dist-info/METADATA | 46 + .../PyYAML-6.0.1.dist-info/RECORD | 44 + .../PyYAML-6.0.1.dist-info/REQUESTED | 0 .../PyYAML-6.0.1.dist-info/WHEEL | 6 + .../PyYAML-6.0.1.dist-info/top_level.txt | 2 + .../site-packages/_distutils_hack/__init__.py | 222 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 11176 bytes .../__pycache__/override.cpython-311.pyc | Bin 0 -> 333 bytes .../site-packages/_distutils_hack/override.py | 1 + .../site-packages/_yaml/__init__.py | 33 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 950 bytes .../site-packages/distutils-precedence.pth | 1 + .../python3.11/site-packages/paho/__init__.py | 0 .../paho/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 200 bytes .../site-packages/paho/mqtt/__init__.py | 5 + .../mqtt/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 472 bytes .../mqtt/__pycache__/client.cpython-311.pyc | Bin 0 -> 183626 bytes .../mqtt/__pycache__/matcher.cpython-311.pyc | Bin 0 -> 4667 bytes .../__pycache__/packettypes.cpython-311.pyc | Bin 0 -> 1853 bytes .../__pycache__/properties.cpython-311.pyc | Bin 0 -> 24181 bytes .../mqtt/__pycache__/publish.cpython-311.pyc | Bin 0 -> 10585 bytes .../__pycache__/reasoncodes.cpython-311.pyc | Bin 0 -> 11360 bytes .../__pycache__/subscribe.cpython-311.pyc | Bin 0 -> 11846 bytes .../subscribeoptions.cpython-311.pyc | Bin 0 -> 6397 bytes .../site-packages/paho/mqtt/client.py | 3989 ++++++++ .../site-packages/paho/mqtt/matcher.py | 78 + .../site-packages/paho/mqtt/packettypes.py | 43 + .../site-packages/paho/mqtt/properties.py | 438 + .../site-packages/paho/mqtt/publish.py | 241 + .../site-packages/paho/mqtt/reasoncodes.py | 192 + .../site-packages/paho/mqtt/subscribe.py | 274 + .../paho/mqtt/subscribeoptions.py | 110 + .../paho_mqtt-1.6.1.egg-info/PKG-INFO | 1508 +++ .../paho_mqtt-1.6.1.egg-info/SOURCES.txt | 49 + .../dependency_links.txt | 1 + .../installed-files.txt | 26 + .../paho_mqtt-1.6.1.egg-info/not-zip-safe | 1 + .../paho_mqtt-1.6.1.egg-info/requires.txt | 3 + .../paho_mqtt-1.6.1.egg-info/top_level.txt | 1 + .../pip-23.0.1.dist-info/INSTALLER | 1 + .../pip-23.0.1.dist-info/LICENSE.txt | 20 + .../pip-23.0.1.dist-info/METADATA | 88 + .../site-packages/pip-23.0.1.dist-info/RECORD | 996 ++ .../pip-23.0.1.dist-info/REQUESTED | 0 .../site-packages/pip-23.0.1.dist-info/WHEEL | 5 + .../pip-23.0.1.dist-info/entry_points.txt | 4 + .../pip-23.0.1.dist-info/top_level.txt | 1 + .../python3.11/site-packages/pip/__init__.py | 13 + .../python3.11/site-packages/pip/__main__.py | 31 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 788 bytes .../pip/__pycache__/__main__.cpython-311.pyc | Bin 0 -> 1097 bytes .../__pip-runner__.cpython-311.pyc | Bin 0 -> 2525 bytes .../site-packages/pip/_internal/__init__.py | 19 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 971 bytes .../__pycache__/build_env.cpython-311.pyc | Bin 0 -> 16091 bytes .../__pycache__/cache.cpython-311.pyc | Bin 0 -> 14716 bytes .../__pycache__/configuration.cpython-311.pyc | Bin 0 -> 19247 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 38376 bytes .../__pycache__/main.cpython-311.pyc | Bin 0 -> 771 bytes .../__pycache__/pyproject.cpython-311.pyc | Bin 0 -> 5539 bytes .../self_outdated_check.cpython-311.pyc | Bin 0 -> 11341 bytes .../__pycache__/wheel_builder.cpython-311.pyc | Bin 0 -> 16011 bytes .../site-packages/pip/_internal/build_env.py | 311 + .../site-packages/pip/_internal/cache.py | 293 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 306 bytes .../autocompletion.cpython-311.pyc | Bin 0 -> 10096 bytes .../__pycache__/base_command.cpython-311.pyc | Bin 0 -> 11094 bytes .../__pycache__/cmdoptions.cpython-311.pyc | Bin 0 -> 32993 bytes .../command_context.cpython-311.pyc | Bin 0 -> 2128 bytes .../cli/__pycache__/main.cpython-311.pyc | Bin 0 -> 2383 bytes .../__pycache__/main_parser.cpython-311.pyc | Bin 0 -> 5542 bytes .../cli/__pycache__/parser.cpython-311.pyc | Bin 0 -> 17043 bytes .../__pycache__/progress_bars.cpython-311.pyc | Bin 0 -> 3190 bytes .../__pycache__/req_command.cpython-311.pyc | Bin 0 -> 20155 bytes .../cli/__pycache__/spinners.cpython-311.pyc | Bin 0 -> 8855 bytes .../__pycache__/status_codes.cpython-311.pyc | Bin 0 -> 394 bytes .../pip/_internal/cli/autocompletion.py | 171 + .../pip/_internal/cli/base_command.py | 216 + .../pip/_internal/cli/cmdoptions.py | 1055 ++ .../pip/_internal/cli/command_context.py | 27 + .../site-packages/pip/_internal/cli/main.py | 70 + .../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 | 502 + .../pip/_internal/cli/spinners.py | 159 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 132 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4474 bytes .../__pycache__/cache.cpython-311.pyc | Bin 0 -> 10573 bytes .../__pycache__/check.cpython-311.pyc | Bin 0 -> 2324 bytes .../__pycache__/completion.cpython-311.pyc | Bin 0 -> 5486 bytes .../__pycache__/configuration.cpython-311.pyc | Bin 0 -> 14915 bytes .../__pycache__/debug.cpython-311.pyc | Bin 0 -> 12023 bytes .../__pycache__/download.cpython-311.pyc | Bin 0 -> 7830 bytes .../__pycache__/freeze.cpython-311.pyc | Bin 0 -> 4175 bytes .../commands/__pycache__/hash.cpython-311.pyc | Bin 0 -> 3376 bytes .../commands/__pycache__/help.cpython-311.pyc | Bin 0 -> 1988 bytes .../__pycache__/index.cpython-311.pyc | Bin 0 -> 7811 bytes .../__pycache__/inspect.cpython-311.pyc | Bin 0 -> 4464 bytes .../__pycache__/install.cpython-311.pyc | Bin 0 -> 35393 bytes .../commands/__pycache__/list.cpython-311.pyc | Bin 0 -> 17525 bytes .../__pycache__/search.cpython-311.pyc | Bin 0 -> 8970 bytes .../commands/__pycache__/show.cpython-311.pyc | Bin 0 -> 11313 bytes .../__pycache__/uninstall.cpython-311.pyc | Bin 0 -> 5164 bytes .../__pycache__/wheel.cpython-311.pyc | Bin 0 -> 9970 bytes .../pip/_internal/commands/cache.py | 223 + .../pip/_internal/commands/check.py | 53 + .../pip/_internal/commands/completion.py | 126 + .../pip/_internal/commands/configuration.py | 282 + .../pip/_internal/commands/debug.py | 199 + .../pip/_internal/commands/download.py | 149 + .../pip/_internal/commands/freeze.py | 97 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/inspect.py | 92 + .../pip/_internal/commands/install.py | 873 ++ .../pip/_internal/commands/list.py | 367 + .../pip/_internal/commands/search.py | 174 + .../pip/_internal/commands/show.py | 189 + .../pip/_internal/commands/uninstall.py | 113 + .../pip/_internal/commands/wheel.py | 203 + .../pip/_internal/configuration.py | 374 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1056 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 2428 bytes .../__pycache__/installed.cpython-311.pyc | Bin 0 -> 1565 bytes .../__pycache__/sdist.cpython-311.pyc | Bin 0 -> 8967 bytes .../__pycache__/wheel.cpython-311.pyc | Bin 0 -> 2159 bytes .../pip/_internal/distributions/base.py | 39 + .../pip/_internal/distributions/installed.py | 23 + .../pip/_internal/distributions/sdist.py | 150 + .../pip/_internal/distributions/wheel.py | 34 + .../site-packages/pip/_internal/exceptions.py | 747 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 260 bytes .../__pycache__/collector.cpython-311.pyc | Bin 0 -> 24566 bytes .../package_finder.cpython-311.pyc | Bin 0 -> 44238 bytes .../index/__pycache__/sources.cpython-311.pyc | Bin 0 -> 11042 bytes .../pip/_internal/index/collector.py | 505 + .../pip/_internal/index/package_finder.py | 1029 ++ .../pip/_internal/index/sources.py | 224 + .../pip/_internal/locations/__init__.py | 467 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 18198 bytes .../__pycache__/_distutils.cpython-311.pyc | Bin 0 -> 7607 bytes .../__pycache__/_sysconfig.cpython-311.pyc | Bin 0 -> 8902 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 4023 bytes .../pip/_internal/locations/_distutils.py | 173 + .../pip/_internal/locations/_sysconfig.py | 213 + .../pip/_internal/locations/base.py | 81 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 127 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 6431 bytes .../__pycache__/_json.cpython-311.pyc | Bin 0 -> 3585 bytes .../metadata/__pycache__/base.cpython-311.pyc | Bin 0 -> 38030 bytes .../__pycache__/pkg_resources.cpython-311.pyc | Bin 0 -> 16878 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 688 ++ .../_internal/metadata/importlib/__init__.py | 4 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 377 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 3584 bytes .../__pycache__/_dists.cpython-311.pyc | Bin 0 -> 14600 bytes .../__pycache__/_envs.cpython-311.pyc | Bin 0 -> 12438 bytes .../_internal/metadata/importlib/_compat.py | 55 + .../_internal/metadata/importlib/_dists.py | 224 + .../pip/_internal/metadata/importlib/_envs.py | 188 + .../pip/_internal/metadata/pkg_resources.py | 270 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 294 bytes .../__pycache__/candidate.cpython-311.pyc | Bin 0 -> 2113 bytes .../__pycache__/direct_url.cpython-311.pyc | Bin 0 -> 12276 bytes .../format_control.cpython-311.pyc | Bin 0 -> 4677 bytes .../models/__pycache__/index.cpython-311.pyc | Bin 0 -> 1919 bytes .../installation_report.cpython-311.pyc | Bin 0 -> 2633 bytes .../models/__pycache__/link.cpython-311.pyc | Bin 0 -> 26465 bytes .../models/__pycache__/scheme.cpython-311.pyc | Bin 0 -> 1285 bytes .../__pycache__/search_scope.cpython-311.pyc | Bin 0 -> 5848 bytes .../selection_prefs.cpython-311.pyc | Bin 0 -> 2016 bytes .../__pycache__/target_python.cpython-311.pyc | Bin 0 -> 4778 bytes .../models/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 6441 bytes .../pip/_internal/models/candidate.py | 34 + .../pip/_internal/models/direct_url.py | 228 + .../pip/_internal/models/format_control.py | 80 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 53 + .../pip/_internal/models/link.py | 524 + .../pip/_internal/models/scheme.py | 31 + .../pip/_internal/models/search_scope.py | 133 + .../pip/_internal/models/selection_prefs.py | 51 + .../pip/_internal/models/target_python.py | 110 + .../pip/_internal/models/wheel.py | 92 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 282 bytes .../network/__pycache__/auth.cpython-311.pyc | Bin 0 -> 19086 bytes .../network/__pycache__/cache.cpython-311.pyc | Bin 0 -> 5205 bytes .../__pycache__/download.cpython-311.pyc | Bin 0 -> 9597 bytes .../__pycache__/lazy_wheel.cpython-311.pyc | Bin 0 -> 13043 bytes .../__pycache__/session.cpython-311.pyc | Bin 0 -> 21310 bytes .../network/__pycache__/utils.cpython-311.pyc | Bin 0 -> 2431 bytes .../__pycache__/xmlrpc.cpython-311.pyc | Bin 0 -> 3210 bytes .../pip/_internal/network/auth.py | 446 + .../pip/_internal/network/cache.py | 69 + .../pip/_internal/network/download.py | 186 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 518 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 60 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 220 bytes .../__pycache__/check.cpython-311.pyc | Bin 0 -> 6653 bytes .../__pycache__/freeze.cpython-311.pyc | Bin 0 -> 11616 bytes .../__pycache__/prepare.cpython-311.pyc | Bin 0 -> 26400 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 226 bytes .../__pycache__/build_tracker.cpython-311.pyc | Bin 0 -> 8149 bytes .../__pycache__/metadata.cpython-311.pyc | Bin 0 -> 2297 bytes .../metadata_editable.cpython-311.pyc | Bin 0 -> 2333 bytes .../metadata_legacy.cpython-311.pyc | Bin 0 -> 3733 bytes .../build/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 1963 bytes .../wheel_editable.cpython-311.pyc | Bin 0 -> 2407 bytes .../__pycache__/wheel_legacy.cpython-311.pyc | Bin 0 -> 4514 bytes .../operations/build/build_tracker.py | 124 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 149 + .../pip/_internal/operations/freeze.py | 254 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 294 bytes .../editable_legacy.cpython-311.pyc | Bin 0 -> 2290 bytes .../__pycache__/legacy.cpython-311.pyc | Bin 0 -> 6130 bytes .../install/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 40016 bytes .../operations/install/editable_legacy.py | 47 + .../_internal/operations/install/legacy.py | 120 + .../pip/_internal/operations/install/wheel.py | 738 ++ .../pip/_internal/operations/prepare.py | 667 ++ .../site-packages/pip/_internal/pyproject.py | 174 + .../pip/_internal/req/__init__.py | 94 + .../req/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4466 bytes .../__pycache__/constructors.cpython-311.pyc | Bin 0 -> 20725 bytes .../req/__pycache__/req_file.cpython-311.pyc | Bin 0 -> 22454 bytes .../__pycache__/req_install.cpython-311.pyc | Bin 0 -> 40366 bytes .../req/__pycache__/req_set.cpython-311.pyc | Bin 0 -> 6022 bytes .../__pycache__/req_uninstall.cpython-311.pyc | Bin 0 -> 37020 bytes .../pip/_internal/req/constructors.py | 501 + .../pip/_internal/req/req_file.py | 544 ++ .../pip/_internal/req/req_install.py | 946 ++ .../pip/_internal/req/req_set.py | 82 + .../pip/_internal/req/req_uninstall.py | 640 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 220 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 1391 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 227 bytes .../__pycache__/resolver.cpython-311.pyc | Bin 0 -> 23813 bytes .../_internal/resolution/legacy/resolver.py | 600 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 231 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 9644 bytes .../__pycache__/candidates.cpython-311.pyc | Bin 0 -> 28854 bytes .../__pycache__/factory.cpython-311.pyc | Bin 0 -> 31998 bytes .../found_candidates.cpython-311.pyc | Bin 0 -> 6779 bytes .../__pycache__/provider.cpython-311.pyc | Bin 0 -> 11073 bytes .../__pycache__/reporter.cpython-311.pyc | Bin 0 -> 4676 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 11141 bytes .../__pycache__/resolver.cpython-311.pyc | Bin 0 -> 12328 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 556 ++ .../resolution/resolvelib/factory.py | 731 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 248 + .../resolution/resolvelib/reporter.py | 68 + .../resolution/resolvelib/requirements.py | 166 + .../resolution/resolvelib/resolver.py | 296 + .../pip/_internal/self_outdated_check.py | 242 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 215 bytes .../utils/__pycache__/_log.cpython-311.pyc | Bin 0 -> 2036 bytes .../utils/__pycache__/appdirs.cpython-311.pyc | Bin 0 -> 2574 bytes .../utils/__pycache__/compat.cpython-311.pyc | Bin 0 -> 2282 bytes .../compatibility_tags.cpython-311.pyc | Bin 0 -> 6774 bytes .../__pycache__/datetime.cpython-311.pyc | Bin 0 -> 732 bytes .../__pycache__/deprecation.cpython-311.pyc | Bin 0 -> 7105 bytes .../direct_url_helpers.cpython-311.pyc | Bin 0 -> 3738 bytes .../distutils_args.cpython-311.pyc | Bin 0 -> 1482 bytes .../__pycache__/egg_link.cpython-311.pyc | Bin 0 -> 3253 bytes .../__pycache__/encoding.cpython-311.pyc | Bin 0 -> 2338 bytes .../__pycache__/entrypoints.cpython-311.pyc | Bin 0 -> 4260 bytes .../__pycache__/filesystem.cpython-311.pyc | Bin 0 -> 8245 bytes .../__pycache__/filetypes.cpython-311.pyc | Bin 0 -> 1331 bytes .../utils/__pycache__/glibc.cpython-311.pyc | Bin 0 -> 2574 bytes .../utils/__pycache__/hashes.cpython-311.pyc | Bin 0 -> 8352 bytes .../inject_securetransport.cpython-311.pyc | Bin 0 -> 1349 bytes .../utils/__pycache__/logging.cpython-311.pyc | Bin 0 -> 15474 bytes .../utils/__pycache__/misc.cpython-311.pyc | Bin 0 -> 37716 bytes .../utils/__pycache__/models.cpython-311.pyc | Bin 0 -> 2955 bytes .../__pycache__/packaging.cpython-311.pyc | Bin 0 -> 2822 bytes .../setuptools_build.cpython-311.pyc | Bin 0 -> 6119 bytes .../__pycache__/subprocess.cpython-311.pyc | Bin 0 -> 9909 bytes .../__pycache__/temp_dir.cpython-311.pyc | Bin 0 -> 11436 bytes .../__pycache__/unpacking.cpython-311.pyc | Bin 0 -> 12911 bytes .../utils/__pycache__/urls.cpython-311.pyc | Bin 0 -> 2708 bytes .../__pycache__/virtualenv.cpython-311.pyc | Bin 0 -> 4955 bytes .../utils/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 7125 bytes .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 63 + .../pip/_internal/utils/compatibility_tags.py | 165 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 188 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/distutils_args.py | 43 + .../pip/_internal/utils/egg_link.py | 72 + .../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 | 144 + .../_internal/utils/inject_securetransport.py | 35 + .../pip/_internal/utils/logging.py | 348 + .../site-packages/pip/_internal/utils/misc.py | 763 ++ .../pip/_internal/utils/models.py | 39 + .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/setuptools_build.py | 195 + .../pip/_internal/utils/subprocess.py | 260 + .../pip/_internal/utils/temp_dir.py | 246 + .../pip/_internal/utils/unpacking.py | 257 + .../site-packages/pip/_internal/utils/urls.py | 62 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 136 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 650 bytes .../vcs/__pycache__/bazaar.cpython-311.pyc | Bin 0 -> 5875 bytes .../vcs/__pycache__/git.cpython-311.pyc | Bin 0 -> 21539 bytes .../vcs/__pycache__/mercurial.cpython-311.pyc | Bin 0 -> 8721 bytes .../__pycache__/subversion.cpython-311.pyc | Bin 0 -> 14618 bytes .../versioncontrol.cpython-311.pyc | Bin 0 -> 31887 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 | 382 + .../site-packages/pip/_vendor/__init__.py | 120 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 5628 bytes .../_vendor/__pycache__/six.cpython-311.pyc | Bin 0 -> 46430 bytes .../typing_extensions.cpython-311.pyc | Bin 0 -> 97460 bytes .../pip/_vendor/cachecontrol/__init__.py | 18 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 857 bytes .../__pycache__/_cmd.cpython-311.pyc | Bin 0 -> 2712 bytes .../__pycache__/adapter.cpython-311.pyc | Bin 0 -> 5519 bytes .../__pycache__/cache.cpython-311.pyc | Bin 0 -> 3793 bytes .../__pycache__/compat.cpython-311.pyc | Bin 0 -> 1150 bytes .../__pycache__/controller.cpython-311.pyc | Bin 0 -> 16465 bytes .../__pycache__/filewrapper.cpython-311.pyc | Bin 0 -> 4252 bytes .../__pycache__/heuristics.cpython-311.pyc | Bin 0 -> 6697 bytes .../__pycache__/serialize.cpython-311.pyc | Bin 0 -> 8412 bytes .../__pycache__/wrapper.cpython-311.pyc | Bin 0 -> 978 bytes .../pip/_vendor/cachecontrol/_cmd.py | 61 + .../pip/_vendor/cachecontrol/adapter.py | 137 + .../pip/_vendor/cachecontrol/cache.py | 65 + .../_vendor/cachecontrol/caches/__init__.py | 9 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 432 bytes .../__pycache__/file_cache.cpython-311.pyc | Bin 0 -> 8415 bytes .../__pycache__/redis_cache.cpython-311.pyc | Bin 0 -> 2512 bytes .../_vendor/cachecontrol/caches/file_cache.py | 188 + .../cachecontrol/caches/redis_cache.py | 39 + .../pip/_vendor/cachecontrol/compat.py | 32 + .../pip/_vendor/cachecontrol/controller.py | 439 + .../pip/_vendor/cachecontrol/filewrapper.py | 111 + .../pip/_vendor/cachecontrol/heuristics.py | 139 + .../pip/_vendor/cachecontrol/serialize.py | 190 + .../pip/_vendor/cachecontrol/wrapper.py | 33 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 357 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 758 bytes .../certifi/__pycache__/core.cpython-311.pyc | Bin 0 -> 4000 bytes .../pip/_vendor/certifi/cacert.pem | 4527 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 119 + .../pip/_vendor/chardet/__init__.py | 115 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 5089 bytes .../__pycache__/big5freq.cpython-311.pyc | Bin 0 -> 27219 bytes .../__pycache__/big5prober.cpython-311.pyc | Bin 0 -> 1694 bytes .../chardistribution.cpython-311.pyc | Bin 0 -> 11286 bytes .../charsetgroupprober.cpython-311.pyc | Bin 0 -> 4316 bytes .../__pycache__/charsetprober.cpython-311.pyc | Bin 0 -> 5562 bytes .../codingstatemachine.cpython-311.pyc | Bin 0 -> 4013 bytes .../codingstatemachinedict.cpython-311.pyc | Bin 0 -> 969 bytes .../__pycache__/cp949prober.cpython-311.pyc | Bin 0 -> 1703 bytes .../chardet/__pycache__/enums.cpython-311.pyc | Bin 0 -> 3404 bytes .../__pycache__/escprober.cpython-311.pyc | Bin 0 -> 4920 bytes .../chardet/__pycache__/escsm.cpython-311.pyc | Bin 0 -> 12659 bytes .../__pycache__/eucjpprober.cpython-311.pyc | Bin 0 -> 4746 bytes .../__pycache__/euckrfreq.cpython-311.pyc | Bin 0 -> 12102 bytes .../__pycache__/euckrprober.cpython-311.pyc | Bin 0 -> 1695 bytes .../__pycache__/euctwfreq.cpython-311.pyc | Bin 0 -> 27224 bytes .../__pycache__/euctwprober.cpython-311.pyc | Bin 0 -> 1695 bytes .../__pycache__/gb2312freq.cpython-311.pyc | Bin 0 -> 19146 bytes .../__pycache__/gb2312prober.cpython-311.pyc | Bin 0 -> 1710 bytes .../__pycache__/hebrewprober.cpython-311.pyc | Bin 0 -> 5699 bytes .../__pycache__/jisfreq.cpython-311.pyc | Bin 0 -> 22175 bytes .../__pycache__/johabfreq.cpython-311.pyc | Bin 0 -> 84679 bytes .../__pycache__/johabprober.cpython-311.pyc | Bin 0 -> 1701 bytes .../__pycache__/jpcntx.cpython-311.pyc | Bin 0 -> 40183 bytes .../langbulgarianmodel.cpython-311.pyc | Bin 0 -> 85853 bytes .../langgreekmodel.cpython-311.pyc | Bin 0 -> 79275 bytes .../langhebrewmodel.cpython-311.pyc | Bin 0 -> 80037 bytes .../langhungarianmodel.cpython-311.pyc | Bin 0 -> 85807 bytes .../langrussianmodel.cpython-311.pyc | Bin 0 -> 108754 bytes .../__pycache__/langthaimodel.cpython-311.pyc | Bin 0 -> 80215 bytes .../langturkishmodel.cpython-311.pyc | Bin 0 -> 80054 bytes .../__pycache__/latin1prober.cpython-311.pyc | Bin 0 -> 7350 bytes .../macromanprober.cpython-311.pyc | Bin 0 -> 7517 bytes .../mbcharsetprober.cpython-311.pyc | Bin 0 -> 4138 bytes .../mbcsgroupprober.cpython-311.pyc | Bin 0 -> 2008 bytes .../__pycache__/mbcssm.cpython-311.pyc | Bin 0 -> 31748 bytes .../__pycache__/resultdict.cpython-311.pyc | Bin 0 -> 787 bytes .../sbcharsetprober.cpython-311.pyc | Bin 0 -> 6413 bytes .../sbcsgroupprober.cpython-311.pyc | Bin 0 -> 2958 bytes .../__pycache__/sjisprober.cpython-311.pyc | Bin 0 -> 4851 bytes .../universaldetector.cpython-311.pyc | Bin 0 -> 12479 bytes .../__pycache__/utf1632prober.cpython-311.pyc | Bin 0 -> 10599 bytes .../__pycache__/utf8prober.cpython-311.pyc | Bin 0 -> 3486 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 522 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-311.pyc | Bin 0 -> 219 bytes .../__pycache__/chardetect.cpython-311.pyc | Bin 0 -> 4358 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-311.pyc | Bin 0 -> 224 bytes .../__pycache__/languages.cpython-311.pyc | Bin 0 -> 10824 bytes .../pip/_vendor/chardet/metadata/languages.py | 352 + .../pip/_vendor/chardet/resultdict.py | 16 + .../pip/_vendor/chardet/sbcharsetprober.py | 162 + .../pip/_vendor/chardet/sbcsgroupprober.py | 88 + .../pip/_vendor/chardet/sjisprober.py | 105 + .../pip/_vendor/chardet/universaldetector.py | 362 + .../pip/_vendor/chardet/utf1632prober.py | 225 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 7 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 591 bytes .../colorama/__pycache__/ansi.cpython-311.pyc | Bin 0 -> 4589 bytes .../__pycache__/ansitowin32.cpython-311.pyc | Bin 0 -> 16235 bytes .../__pycache__/initialise.cpython-311.pyc | Bin 0 -> 3952 bytes .../__pycache__/win32.cpython-311.pyc | Bin 0 -> 7940 bytes .../__pycache__/winterm.cpython-311.pyc | Bin 0 -> 9166 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-311.pyc | Bin 0 -> 222 bytes .../__pycache__/ansi_test.cpython-311.pyc | Bin 0 -> 5867 bytes .../ansitowin32_test.cpython-311.pyc | Bin 0 -> 21534 bytes .../initialise_test.cpython-311.pyc | Bin 0 -> 14161 bytes .../__pycache__/isatty_test.cpython-311.pyc | Bin 0 -> 6726 bytes .../tests/__pycache__/utils.cpython-311.pyc | Bin 0 -> 2901 bytes .../__pycache__/winterm_test.cpython-311.pyc | Bin 0 -> 7254 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 | 23 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1460 bytes .../__pycache__/compat.cpython-311.pyc | Bin 0 -> 52326 bytes .../__pycache__/database.cpython-311.pyc | Bin 0 -> 72114 bytes .../distlib/__pycache__/index.cpython-311.pyc | Bin 0 -> 26703 bytes .../__pycache__/locators.cpython-311.pyc | Bin 0 -> 65879 bytes .../__pycache__/manifest.cpython-311.pyc | Bin 0 -> 17046 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 8182 bytes .../__pycache__/metadata.cpython-311.pyc | Bin 0 -> 47130 bytes .../__pycache__/resources.cpython-311.pyc | Bin 0 -> 19009 bytes .../__pycache__/scripts.cpython-311.pyc | Bin 0 -> 21285 bytes .../distlib/__pycache__/util.cpython-311.pyc | Bin 0 -> 97464 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 34591 bytes .../distlib/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 60395 bytes .../pip/_vendor/distlib/compat.py | 1116 +++ .../pip/_vendor/distlib/database.py | 1350 +++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1300 +++ .../pip/_vendor/distlib/manifest.py | 393 + .../pip/_vendor/distlib/markers.py | 152 + .../pip/_vendor/distlib/metadata.py | 1076 +++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 437 + .../site-packages/pip/_vendor/distlib/util.py | 1932 ++++ .../pip/_vendor/distlib/version.py | 739 ++ .../pip/_vendor/distlib/wheel.py | 1082 +++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1213 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 347 bytes .../distro/__pycache__/distro.cpython-311.pyc | Bin 0 -> 57746 bytes .../pip/_vendor/distro/distro.py | 1399 +++ .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1114 bytes .../idna/__pycache__/codec.cpython-311.pyc | Bin 0 -> 5405 bytes .../idna/__pycache__/compat.cpython-311.pyc | Bin 0 -> 1031 bytes .../idna/__pycache__/core.cpython-311.pyc | Bin 0 -> 19466 bytes .../idna/__pycache__/idnadata.cpython-311.pyc | Bin 0 -> 38990 bytes .../__pycache__/intranges.cpython-311.pyc | Bin 0 -> 2999 bytes .../__pycache__/package_data.cpython-311.pyc | Bin 0 -> 234 bytes .../__pycache__/uts46data.cpython-311.pyc | Bin 0 -> 163214 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 + .../pip/_vendor/idna/uts46data.py | 8600 +++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 57 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 2093 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 2394 bytes .../msgpack/__pycache__/ext.cpython-311.pyc | Bin 0 -> 9180 bytes .../__pycache__/fallback.cpython-311.pyc | Bin 0 -> 47207 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-311.pyc | Bin 0 -> 658 bytes .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 579 bytes .../__pycache__/_manylinux.cpython-311.pyc | Bin 0 -> 13245 bytes .../__pycache__/_musllinux.cpython-311.pyc | Bin 0 -> 8013 bytes .../__pycache__/_structures.cpython-311.pyc | Bin 0 -> 3701 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 16541 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 7656 bytes .../__pycache__/specifiers.cpython-311.pyc | Bin 0 -> 34379 bytes .../__pycache__/tags.cpython-311.pyc | Bin 0 -> 21364 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 6699 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 21891 bytes .../pip/_vendor/packaging/_manylinux.py | 301 + .../pip/_vendor/packaging/_musllinux.py | 136 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/markers.py | 304 + .../pip/_vendor/packaging/requirements.py | 146 + .../pip/_vendor/packaging/specifiers.py | 802 ++ .../pip/_vendor/packaging/tags.py | 487 + .../pip/_vendor/packaging/utils.py | 136 + .../pip/_vendor/packaging/version.py | 504 + .../pip/_vendor/pkg_resources/__init__.py | 3296 +++++++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 158247 bytes .../__pycache__/py31compat.cpython-311.pyc | Bin 0 -> 1000 bytes .../pip/_vendor/pkg_resources/py31compat.py | 23 + .../pip/_vendor/platformdirs/__init__.py | 342 + .../pip/_vendor/platformdirs/__main__.py | 46 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 12946 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 2143 bytes .../__pycache__/android.cpython-311.pyc | Bin 0 -> 6373 bytes .../__pycache__/api.cpython-311.pyc | Bin 0 -> 7200 bytes .../__pycache__/macos.cpython-311.pyc | Bin 0 -> 4610 bytes .../__pycache__/unix.cpython-311.pyc | Bin 0 -> 11042 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 329 bytes .../__pycache__/windows.cpython-311.pyc | Bin 0 -> 9978 bytes .../pip/_vendor/platformdirs/android.py | 120 + .../pip/_vendor/platformdirs/api.py | 156 + .../pip/_vendor/platformdirs/macos.py | 64 + .../pip/_vendor/platformdirs/unix.py | 181 + .../pip/_vendor/platformdirs/version.py | 4 + .../pip/_vendor/platformdirs/windows.py | 184 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 3861 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 797 bytes .../__pycache__/cmdline.cpython-311.pyc | Bin 0 -> 30308 bytes .../__pycache__/console.cpython-311.pyc | Bin 0 -> 3060 bytes .../__pycache__/filter.cpython-311.pyc | Bin 0 -> 3521 bytes .../__pycache__/formatter.cpython-311.pyc | Bin 0 -> 3887 bytes .../__pycache__/lexer.cpython-311.pyc | Bin 0 -> 40415 bytes .../__pycache__/modeline.cpython-311.pyc | Bin 0 -> 1740 bytes .../__pycache__/plugin.cpython-311.pyc | Bin 0 -> 3753 bytes .../__pycache__/regexopt.cpython-311.pyc | Bin 0 -> 5047 bytes .../__pycache__/scanner.cpython-311.pyc | Bin 0 -> 4902 bytes .../__pycache__/sphinxext.cpython-311.pyc | Bin 0 -> 8333 bytes .../__pycache__/style.cpython-311.pyc | Bin 0 -> 7441 bytes .../__pycache__/token.cpython-311.pyc | Bin 0 -> 7481 bytes .../__pycache__/unistring.cpython-311.pyc | Bin 0 -> 33815 bytes .../pygments/__pycache__/util.cpython-311.pyc | Bin 0 -> 14608 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-311.pyc | Bin 0 -> 40121 bytes .../pip/_vendor/pygments/formatter.py | 94 + .../_vendor/pygments/formatters/__init__.py | 143 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 6887 bytes .../__pycache__/_mapping.cpython-311.pyc | Bin 0 -> 4169 bytes .../__pycache__/bbcode.cpython-311.pyc | Bin 0 -> 4495 bytes .../__pycache__/groff.cpython-311.pyc | Bin 0 -> 7828 bytes .../__pycache__/html.cpython-311.pyc | Bin 0 -> 42613 bytes .../__pycache__/img.cpython-311.pyc | Bin 0 -> 28585 bytes .../__pycache__/irc.cpython-311.pyc | Bin 0 -> 7688 bytes .../__pycache__/latex.cpython-311.pyc | Bin 0 -> 21821 bytes .../__pycache__/other.cpython-311.pyc | Bin 0 -> 7649 bytes .../__pycache__/pangomarkup.cpython-311.pyc | Bin 0 -> 3193 bytes .../__pycache__/rtf.cpython-311.pyc | Bin 0 -> 6860 bytes .../__pycache__/svg.cpython-311.pyc | Bin 0 -> 9680 bytes .../__pycache__/terminal.cpython-311.pyc | Bin 0 -> 6059 bytes .../__pycache__/terminal256.cpython-311.pyc | Bin 0 -> 16425 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 | 179 + .../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 | 882 ++ .../pip/_vendor/pygments/lexers/__init__.py | 335 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 15164 bytes .../__pycache__/_mapping.cpython-311.pyc | Bin 0 -> 62795 bytes .../lexers/__pycache__/python.cpython-311.pyc | Bin 0 -> 43996 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 541 ++ .../pip/_vendor/pygments/lexers/python.py | 1204 +++ .../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 | 155 + .../pip/_vendor/pygments/style.py | 197 + .../pip/_vendor/pygments/styles/__init__.py | 97 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4474 bytes .../pip/_vendor/pygments/token.py | 213 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 308 + .../pip/_vendor/pyparsing/__init__.py | 331 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 8364 bytes .../__pycache__/actions.cpython-311.pyc | Bin 0 -> 8478 bytes .../__pycache__/common.cpython-311.pyc | Bin 0 -> 14800 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 277686 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 12942 bytes .../__pycache__/helpers.cpython-311.pyc | Bin 0 -> 53643 bytes .../__pycache__/results.cpython-311.pyc | Bin 0 -> 36326 bytes .../__pycache__/testing.cpython-311.pyc | Bin 0 -> 19522 bytes .../__pycache__/unicode.cpython-311.pyc | Bin 0 -> 15380 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 14279 bytes .../pip/_vendor/pyparsing/actions.py | 207 + .../pip/_vendor/pyparsing/common.py | 424 + .../pip/_vendor/pyparsing/core.py | 5814 +++++++++++ .../pip/_vendor/pyparsing/diagram/__init__.py | 642 ++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 28045 bytes .../pip/_vendor/pyparsing/exceptions.py | 267 + .../pip/_vendor/pyparsing/helpers.py | 1088 +++ .../pip/_vendor/pyparsing/results.py | 760 ++ .../pip/_vendor/pyparsing/testing.py | 331 + .../pip/_vendor/pyparsing/unicode.py | 352 + .../pip/_vendor/pyparsing/util.py | 235 + .../pip/_vendor/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 722 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 420 bytes .../__pycache__/_impl.cpython-311.pyc | Bin 0 -> 16686 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-311.pyc | Bin 0 -> 1182 bytes .../__pycache__/_in_process.cpython-311.pyc | Bin 0 -> 16504 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 6466 bytes .../__pycache__/__version__.cpython-311.pyc | Bin 0 -> 603 bytes .../_internal_utils.cpython-311.pyc | Bin 0 -> 2100 bytes .../__pycache__/adapters.cpython-311.pyc | Bin 0 -> 24903 bytes .../requests/__pycache__/api.cpython-311.pyc | Bin 0 -> 7448 bytes .../requests/__pycache__/auth.cpython-311.pyc | Bin 0 -> 14647 bytes .../__pycache__/certs.cpython-311.pyc | Bin 0 -> 999 bytes .../__pycache__/compat.cpython-311.pyc | Bin 0 -> 1825 bytes .../__pycache__/cookies.cpython-311.pyc | Bin 0 -> 27127 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 8542 bytes .../requests/__pycache__/help.cpython-311.pyc | Bin 0 -> 4537 bytes .../__pycache__/hooks.cpython-311.pyc | Bin 0 -> 1267 bytes .../__pycache__/models.cpython-311.pyc | Bin 0 -> 38798 bytes .../__pycache__/packages.cpython-311.pyc | Bin 0 -> 847 bytes .../__pycache__/sessions.cpython-311.pyc | Bin 0 -> 29636 bytes .../__pycache__/status_codes.cpython-311.pyc | Bin 0 -> 6254 bytes .../__pycache__/structures.cpython-311.pyc | Bin 0 -> 6239 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 40153 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 48 + .../pip/_vendor/requests/adapters.py | 584 ++ .../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 | 831 ++ .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1086 +++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 770 bytes .../__pycache__/providers.cpython-311.pyc | Bin 0 -> 7089 bytes .../__pycache__/reporters.cpython-311.pyc | Bin 0 -> 2819 bytes .../__pycache__/resolvers.cpython-311.pyc | Bin 0 -> 25265 bytes .../__pycache__/structs.cpython-311.pyc | Bin 0 -> 11347 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 225 bytes .../collections_abc.cpython-311.pyc | Bin 0 -> 500 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 482 + .../pip/_vendor/resolvelib/structs.py | 165 + .../pip/_vendor/rich/__init__.py | 177 + .../pip/_vendor/rich/__main__.py | 274 + .../rich/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 7513 bytes .../rich/__pycache__/__main__.cpython-311.pyc | Bin 0 -> 11591 bytes .../__pycache__/_cell_widths.cpython-311.pyc | Bin 0 -> 7852 bytes .../__pycache__/_emoji_codes.cpython-311.pyc | Bin 0 -> 208539 bytes .../_emoji_replace.cpython-311.pyc | Bin 0 -> 1951 bytes .../_export_format.cpython-311.pyc | Bin 0 -> 2356 bytes .../__pycache__/_extension.cpython-311.pyc | Bin 0 -> 652 bytes .../rich/__pycache__/_inspect.cpython-311.pyc | Bin 0 -> 14204 bytes .../__pycache__/_log_render.cpython-311.pyc | Bin 0 -> 4786 bytes .../rich/__pycache__/_loop.cpython-311.pyc | Bin 0 -> 2132 bytes .../__pycache__/_null_file.cpython-311.pyc | Bin 0 -> 4697 bytes .../__pycache__/_palettes.cpython-311.pyc | Bin 0 -> 5268 bytes .../rich/__pycache__/_pick.cpython-311.pyc | Bin 0 -> 813 bytes .../rich/__pycache__/_ratio.cpython-311.pyc | Bin 0 -> 7951 bytes .../__pycache__/_spinners.cpython-311.pyc | Bin 0 -> 13701 bytes .../rich/__pycache__/_stack.cpython-311.pyc | Bin 0 -> 1147 bytes .../rich/__pycache__/_timer.cpython-311.pyc | Bin 0 -> 1000 bytes .../_win32_console.cpython-311.pyc | Bin 0 -> 30188 bytes .../rich/__pycache__/_windows.cpython-311.pyc | Bin 0 -> 2847 bytes .../_windows_renderer.cpython-311.pyc | Bin 0 -> 4038 bytes .../rich/__pycache__/_wrap.cpython-311.pyc | Bin 0 -> 2803 bytes .../rich/__pycache__/abc.cpython-311.pyc | Bin 0 -> 1944 bytes .../rich/__pycache__/align.cpython-311.pyc | Bin 0 -> 13493 bytes .../rich/__pycache__/ansi.cpython-311.pyc | Bin 0 -> 10469 bytes .../rich/__pycache__/bar.cpython-311.pyc | Bin 0 -> 4566 bytes .../rich/__pycache__/box.cpython-311.pyc | Bin 0 -> 13008 bytes .../rich/__pycache__/cells.cpython-311.pyc | Bin 0 -> 6458 bytes .../rich/__pycache__/color.cpython-311.pyc | Bin 0 -> 27589 bytes .../__pycache__/color_triplet.cpython-311.pyc | Bin 0 -> 1892 bytes .../rich/__pycache__/columns.cpython-311.pyc | Bin 0 -> 10663 bytes .../rich/__pycache__/console.cpython-311.pyc | Bin 0 -> 123179 bytes .../__pycache__/constrain.cpython-311.pyc | Bin 0 -> 2484 bytes .../__pycache__/containers.cpython-311.pyc | Bin 0 -> 10825 bytes .../rich/__pycache__/control.cpython-311.pyc | Bin 0 -> 11916 bytes .../default_styles.cpython-311.pyc | Bin 0 -> 12516 bytes .../rich/__pycache__/diagnose.cpython-311.pyc | Bin 0 -> 1839 bytes .../rich/__pycache__/emoji.cpython-311.pyc | Bin 0 -> 4817 bytes .../rich/__pycache__/errors.cpython-311.pyc | Bin 0 -> 2348 bytes .../__pycache__/file_proxy.cpython-311.pyc | Bin 0 -> 3796 bytes .../rich/__pycache__/filesize.cpython-311.pyc | Bin 0 -> 3320 bytes .../__pycache__/highlighter.cpython-311.pyc | Bin 0 -> 11007 bytes .../rich/__pycache__/json.cpython-311.pyc | Bin 0 -> 6700 bytes .../rich/__pycache__/jupyter.cpython-311.pyc | Bin 0 -> 6423 bytes .../rich/__pycache__/layout.cpython-311.pyc | Bin 0 -> 23330 bytes .../rich/__pycache__/live.cpython-311.pyc | Bin 0 -> 21151 bytes .../__pycache__/live_render.cpython-311.pyc | Bin 0 -> 5164 bytes .../rich/__pycache__/logging.cpython-311.pyc | Bin 0 -> 14535 bytes .../rich/__pycache__/markup.cpython-311.pyc | Bin 0 -> 10457 bytes .../rich/__pycache__/measure.cpython-311.pyc | Bin 0 -> 7290 bytes .../rich/__pycache__/padding.cpython-311.pyc | Bin 0 -> 7506 bytes .../rich/__pycache__/pager.cpython-311.pyc | Bin 0 -> 2264 bytes .../rich/__pycache__/palette.cpython-311.pyc | Bin 0 -> 5997 bytes .../rich/__pycache__/panel.cpython-311.pyc | Bin 0 -> 12753 bytes .../rich/__pycache__/pretty.cpython-311.pyc | Bin 0 -> 44846 bytes .../rich/__pycache__/progress.cpython-311.pyc | Bin 0 -> 82725 bytes .../__pycache__/progress_bar.cpython-311.pyc | Bin 0 -> 11031 bytes .../rich/__pycache__/prompt.cpython-311.pyc | Bin 0 -> 16397 bytes .../rich/__pycache__/protocol.cpython-311.pyc | Bin 0 -> 2115 bytes .../rich/__pycache__/region.cpython-311.pyc | Bin 0 -> 678 bytes .../rich/__pycache__/repr.cpython-311.pyc | Bin 0 -> 7677 bytes .../rich/__pycache__/rule.cpython-311.pyc | Bin 0 -> 7716 bytes .../rich/__pycache__/scope.cpython-311.pyc | Bin 0 -> 4370 bytes .../rich/__pycache__/screen.cpython-311.pyc | Bin 0 -> 2793 bytes .../rich/__pycache__/segment.cpython-311.pyc | Bin 0 -> 31560 bytes .../rich/__pycache__/spinner.cpython-311.pyc | Bin 0 -> 6909 bytes .../rich/__pycache__/status.cpython-311.pyc | Bin 0 -> 6777 bytes .../rich/__pycache__/style.cpython-311.pyc | Bin 0 -> 34350 bytes .../rich/__pycache__/styled.cpython-311.pyc | Bin 0 -> 2458 bytes .../rich/__pycache__/syntax.cpython-311.pyc | Bin 0 -> 42552 bytes .../rich/__pycache__/table.cpython-311.pyc | Bin 0 -> 48819 bytes .../terminal_theme.cpython-311.pyc | Bin 0 -> 3724 bytes .../rich/__pycache__/text.cpython-311.pyc | Bin 0 -> 65235 bytes .../rich/__pycache__/theme.cpython-311.pyc | Bin 0 -> 7162 bytes .../rich/__pycache__/themes.cpython-311.pyc | Bin 0 -> 374 bytes .../__pycache__/traceback.cpython-311.pyc | Bin 0 -> 31688 bytes .../rich/__pycache__/tree.cpython-311.pyc | Bin 0 -> 12545 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 | 78 + .../pip/_vendor/rich/_extension.py | 10 + .../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 | 83 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 160 + .../pip/_vendor/rich/_spinners.py | 482 + .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_win32_console.py | 662 ++ .../pip/_vendor/rich/_windows.py | 72 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 56 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 311 + .../site-packages/pip/_vendor/rich/ansi.py | 237 + .../site-packages/pip/_vendor/rich/bar.py | 94 + .../site-packages/pip/_vendor/rich/box.py | 517 + .../site-packages/pip/_vendor/rich/cells.py | 154 + .../site-packages/pip/_vendor/rich/color.py | 618 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2612 +++++ .../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 | 188 + .../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 | 54 + .../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 | 373 + .../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 | 1029 ++ .../pip/_vendor/rich/progress.py | 1707 ++++ .../pip/_vendor/rich/progress_bar.py | 224 + .../site-packages/pip/_vendor/rich/prompt.py | 376 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 149 + .../site-packages/pip/_vendor/rich/rule.py | 134 + .../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 | 136 + .../site-packages/pip/_vendor/rich/status.py | 132 + .../site-packages/pip/_vendor/rich/style.py | 773 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 945 ++ .../site-packages/pip/_vendor/rich/table.py | 1002 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1311 +++ .../site-packages/pip/_vendor/rich/theme.py | 112 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 677 ++ .../site-packages/pip/_vendor/rich/tree.py | 251 + .../site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 519 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 27812 bytes .../__pycache__/_asyncio.cpython-311.pyc | Bin 0 -> 4819 bytes .../__pycache__/_utils.cpython-311.pyc | Bin 0 -> 2084 bytes .../__pycache__/after.cpython-311.pyc | Bin 0 -> 1711 bytes .../__pycache__/before.cpython-311.pyc | Bin 0 -> 1545 bytes .../__pycache__/before_sleep.cpython-311.pyc | Bin 0 -> 2122 bytes .../tenacity/__pycache__/nap.cpython-311.pyc | Bin 0 -> 1584 bytes .../__pycache__/retry.cpython-311.pyc | Bin 0 -> 15058 bytes .../tenacity/__pycache__/stop.cpython-311.pyc | Bin 0 -> 5912 bytes .../__pycache__/tornadoweb.cpython-311.pyc | Bin 0 -> 2930 bytes .../tenacity/__pycache__/wait.cpython-311.pyc | Bin 0 -> 13384 bytes .../pip/_vendor/tenacity/_asyncio.py | 92 + .../pip/_vendor/tenacity/_utils.py | 68 + .../pip/_vendor/tenacity/after.py | 46 + .../pip/_vendor/tenacity/before.py | 41 + .../pip/_vendor/tenacity/before_sleep.py | 58 + .../site-packages/pip/_vendor/tenacity/nap.py | 43 + .../pip/_vendor/tenacity/retry.py | 240 + .../pip/_vendor/tenacity/stop.py | 96 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 232 + .../pip/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 429 bytes .../tomli/__pycache__/_parser.cpython-311.pyc | Bin 0 -> 30868 bytes .../tomli/__pycache__/_re.cpython-311.pyc | Bin 0 -> 4508 bytes .../tomli/__pycache__/_types.cpython-311.pyc | Bin 0 -> 421 bytes .../pip/_vendor/tomli/_parser.py | 691 ++ .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../pip/_vendor/typing_extensions.py | 2209 +++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 3727 bytes .../__pycache__/_collections.cpython-311.pyc | Bin 0 -> 18315 bytes .../__pycache__/_version.cpython-311.pyc | Bin 0 -> 237 bytes .../__pycache__/connection.cpython-311.pyc | Bin 0 -> 21911 bytes .../connectionpool.cpython-311.pyc | Bin 0 -> 37654 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 16141 bytes .../__pycache__/fields.cpython-311.pyc | Bin 0 -> 11434 bytes .../__pycache__/filepost.cpython-311.pyc | Bin 0 -> 4515 bytes .../__pycache__/poolmanager.cpython-311.pyc | Bin 0 -> 21838 bytes .../__pycache__/request.cpython-311.pyc | Bin 0 -> 6678 bytes .../__pycache__/response.cpython-311.pyc | Bin 0 -> 36561 bytes .../pip/_vendor/urllib3/_collections.py | 337 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 567 ++ .../pip/_vendor/urllib3/connectionpool.py | 1110 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 223 bytes .../_appengine_environ.cpython-311.pyc | Bin 0 -> 1962 bytes .../__pycache__/appengine.cpython-311.pyc | Bin 0 -> 12169 bytes .../__pycache__/ntlmpool.cpython-311.pyc | Bin 0 -> 6246 bytes .../__pycache__/pyopenssl.cpython-311.pyc | Bin 0 -> 25755 bytes .../securetransport.cpython-311.pyc | Bin 0 -> 36862 bytes .../contrib/__pycache__/socks.cpython-311.pyc | Bin 0 -> 8107 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 240 bytes .../__pycache__/bindings.cpython-311.pyc | Bin 0 -> 16987 bytes .../__pycache__/low_level.cpython-311.pyc | Bin 0 -> 15624 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-311.pyc | Bin 0 -> 224 bytes .../packages/__pycache__/six.cpython-311.pyc | Bin 0 -> 46466 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 234 bytes .../__pycache__/makefile.cpython-311.pyc | Bin 0 -> 1981 bytes .../urllib3/packages/backports/makefile.py | 51 + .../pip/_vendor/urllib3/packages/six.py | 1076 +++ .../pip/_vendor/urllib3/poolmanager.py | 537 + .../pip/_vendor/urllib3/request.py | 170 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1426 bytes .../__pycache__/connection.cpython-311.pyc | Bin 0 -> 5153 bytes .../util/__pycache__/proxy.cpython-311.pyc | Bin 0 -> 1735 bytes .../util/__pycache__/queue.cpython-311.pyc | Bin 0 -> 1518 bytes .../util/__pycache__/request.cpython-311.pyc | Bin 0 -> 4638 bytes .../util/__pycache__/response.cpython-311.pyc | Bin 0 -> 3507 bytes .../util/__pycache__/retry.cpython-311.pyc | Bin 0 -> 22775 bytes .../util/__pycache__/ssl_.cpython-311.pyc | Bin 0 -> 16838 bytes .../ssl_match_hostname.cpython-311.pyc | Bin 0 -> 5817 bytes .../__pycache__/ssltransport.cpython-311.pyc | Bin 0 -> 11646 bytes .../util/__pycache__/timeout.cpython-311.pyc | Bin 0 -> 11054 bytes .../util/__pycache__/url.cpython-311.pyc | Bin 0 -> 17578 bytes .../util/__pycache__/wait.cpython-311.pyc | Bin 0 -> 5020 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 | 268 + .../pip/_vendor/urllib3/util/url.py | 435 + .../pip/_vendor/urllib3/util/wait.py | 152 + .../site-packages/pip/_vendor/vendor.txt | 23 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 12900 bytes .../__pycache__/labels.cpython-311.pyc | Bin 0 -> 7300 bytes .../__pycache__/mklabels.cpython-311.pyc | Bin 0 -> 3228 bytes .../__pycache__/tests.cpython-311.pyc | Bin 0 -> 11206 bytes .../x_user_defined.cpython-311.pyc | Bin 0 -> 3580 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/python3.11/site-packages/pip/py.typed | 4 + .../site-packages/pkg_resources/__init__.py | 3282 +++++++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 156131 bytes .../pkg_resources/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 217 bytes .../typing_extensions.cpython-311.pyc | Bin 0 -> 97434 bytes .../_vendor/__pycache__/zipp.cpython-311.pyc | Bin 0 -> 16010 bytes .../_vendor/importlib_resources/__init__.py | 36 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 851 bytes .../__pycache__/_adapters.cpython-311.pyc | Bin 0 -> 10768 bytes .../__pycache__/_common.cpython-311.pyc | Bin 0 -> 4295 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 5580 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 1413 bytes .../__pycache__/_legacy.cpython-311.pyc | Bin 0 -> 6511 bytes .../__pycache__/abc.cpython-311.pyc | Bin 0 -> 7512 bytes .../__pycache__/readers.cpython-311.pyc | Bin 0 -> 8386 bytes .../__pycache__/simple.cpython-311.pyc | Bin 0 -> 6408 bytes .../_vendor/importlib_resources/_adapters.py | 170 + .../_vendor/importlib_resources/_common.py | 104 + .../_vendor/importlib_resources/_compat.py | 98 + .../_vendor/importlib_resources/_itertools.py | 35 + .../_vendor/importlib_resources/_legacy.py | 121 + .../_vendor/importlib_resources/abc.py | 137 + .../_vendor/importlib_resources/readers.py | 122 + .../_vendor/importlib_resources/simple.py | 116 + .../pkg_resources/_vendor/jaraco/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 224 bytes .../__pycache__/context.cpython-311.pyc | Bin 0 -> 10999 bytes .../__pycache__/functools.cpython-311.pyc | Bin 0 -> 20310 bytes .../pkg_resources/_vendor/jaraco/context.py | 253 + .../pkg_resources/_vendor/jaraco/functools.py | 525 + .../_vendor/jaraco/text/__init__.py | 599 ++ .../text/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 26627 bytes .../_vendor/more_itertools/__init__.py | 6 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 396 bytes .../__pycache__/more.cpython-311.pyc | Bin 0 -> 169518 bytes .../__pycache__/recipes.cpython-311.pyc | Bin 0 -> 33538 bytes .../_vendor/more_itertools/more.py | 4346 +++++++++ .../_vendor/more_itertools/recipes.py | 841 ++ .../_vendor/packaging/__about__.py | 26 + .../_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-311.pyc | Bin 0 -> 668 bytes .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 589 bytes .../__pycache__/_manylinux.cpython-311.pyc | Bin 0 -> 13255 bytes .../__pycache__/_musllinux.cpython-311.pyc | Bin 0 -> 8023 bytes .../__pycache__/_structures.cpython-311.pyc | Bin 0 -> 3711 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 16560 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 7675 bytes .../__pycache__/specifiers.cpython-311.pyc | Bin 0 -> 34389 bytes .../__pycache__/tags.cpython-311.pyc | Bin 0 -> 21374 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 6709 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 21901 bytes .../_vendor/packaging/_manylinux.py | 301 + .../_vendor/packaging/_musllinux.py | 136 + .../_vendor/packaging/_structures.py | 61 + .../_vendor/packaging/markers.py | 304 + .../_vendor/packaging/requirements.py | 146 + .../_vendor/packaging/specifiers.py | 802 ++ .../pkg_resources/_vendor/packaging/tags.py | 487 + .../pkg_resources/_vendor/packaging/utils.py | 136 + .../_vendor/packaging/version.py | 504 + .../_vendor/platformdirs/__init__.py | 342 + .../_vendor/platformdirs/__main__.py | 46 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 12849 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 2141 bytes .../__pycache__/android.cpython-311.pyc | Bin 0 -> 6383 bytes .../__pycache__/api.cpython-311.pyc | Bin 0 -> 7210 bytes .../__pycache__/macos.cpython-311.pyc | Bin 0 -> 4620 bytes .../__pycache__/unix.cpython-311.pyc | Bin 0 -> 11052 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 339 bytes .../__pycache__/windows.cpython-311.pyc | Bin 0 -> 9988 bytes .../_vendor/platformdirs/android.py | 120 + .../pkg_resources/_vendor/platformdirs/api.py | 156 + .../_vendor/platformdirs/macos.py | 64 + .../_vendor/platformdirs/unix.py | 181 + .../_vendor/platformdirs/version.py | 4 + .../_vendor/platformdirs/windows.py | 184 + .../_vendor/pyparsing/__init__.py | 331 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 8362 bytes .../__pycache__/actions.cpython-311.pyc | Bin 0 -> 8488 bytes .../__pycache__/common.cpython-311.pyc | Bin 0 -> 14810 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 277662 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 12952 bytes .../__pycache__/helpers.cpython-311.pyc | Bin 0 -> 53653 bytes .../__pycache__/results.cpython-311.pyc | Bin 0 -> 36336 bytes .../__pycache__/testing.cpython-311.pyc | Bin 0 -> 19532 bytes .../__pycache__/unicode.cpython-311.pyc | Bin 0 -> 15390 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 14289 bytes .../_vendor/pyparsing/actions.py | 207 + .../pkg_resources/_vendor/pyparsing/common.py | 424 + .../pkg_resources/_vendor/pyparsing/core.py | 5814 +++++++++++ .../_vendor/pyparsing/diagram/__init__.py | 642 ++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 28025 bytes .../_vendor/pyparsing/exceptions.py | 267 + .../_vendor/pyparsing/helpers.py | 1088 +++ .../_vendor/pyparsing/results.py | 760 ++ .../_vendor/pyparsing/testing.py | 331 + .../_vendor/pyparsing/unicode.py | 352 + .../pkg_resources/_vendor/pyparsing/util.py | 235 + .../_vendor/typing_extensions.py | 2209 +++++ .../pkg_resources/_vendor/zipp.py | 329 + .../pkg_resources/extern/__init__.py | 81 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4340 bytes .../pyModbusTCP-0.2.0.dist-info/INSTALLER | 1 + .../pyModbusTCP-0.2.0.dist-info/LICENSE | 21 + .../pyModbusTCP-0.2.0.dist-info/METADATA | 139 + .../pyModbusTCP-0.2.0.dist-info/RECORD | 17 + .../pyModbusTCP-0.2.0.dist-info/REQUESTED | 0 .../pyModbusTCP-0.2.0.dist-info/WHEEL | 5 + .../pyModbusTCP-0.2.0.dist-info/top_level.txt | 1 + .../site-packages/pyModbusTCP/__init__.py | 22 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 532 bytes .../__pycache__/client.cpython-311.pyc | Bin 0 -> 38693 bytes .../__pycache__/constants.cpython-311.pyc | Bin 0 -> 3262 bytes .../__pycache__/server.cpython-311.pyc | Bin 0 -> 53958 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 10770 bytes .../site-packages/pyModbusTCP/client.py | 813 ++ .../site-packages/pyModbusTCP/constants.py | 87 + .../site-packages/pyModbusTCP/server.py | 1024 ++ .../site-packages/pyModbusTCP/utils.py | 319 + .../pymodbus-3.5.4.dist-info/AUTHORS.rst | 149 + .../pymodbus-3.5.4.dist-info/INSTALLER | 1 + .../pymodbus-3.5.4.dist-info/LICENSE | 21 + .../pymodbus-3.5.4.dist-info/METADATA | 368 + .../pymodbus-3.5.4.dist-info/RECORD | 146 + .../pymodbus-3.5.4.dist-info/REQUESTED | 0 .../pymodbus-3.5.4.dist-info/WHEEL | 5 + .../pymodbus-3.5.4.dist-info/entry_points.txt | 4 + .../pymodbus-3.5.4.dist-info/top_level.txt | 1 + .../pymodbus-3.5.4.dist-info/zip-safe | 1 + .../site-packages/pymodbus/__init__.py | 16 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 542 bytes .../bit_read_message.cpython-311.pyc | Bin 0 -> 12865 bytes .../bit_write_message.cpython-311.pyc | Bin 0 -> 13026 bytes .../__pycache__/constants.cpython-311.pyc | Bin 0 -> 5773 bytes .../__pycache__/device.cpython-311.pyc | Bin 0 -> 30377 bytes .../__pycache__/diag_message.cpython-311.pyc | Bin 0 -> 32654 bytes .../__pycache__/events.cpython-311.pyc | Bin 0 -> 8743 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 5439 bytes .../__pycache__/factory.cpython-311.pyc | Bin 0 -> 16303 bytes .../__pycache__/file_message.cpython-311.pyc | Bin 0 -> 19004 bytes .../__pycache__/logging.cpython-311.pyc | Bin 0 -> 6794 bytes .../__pycache__/mei_message.cpython-311.pyc | Bin 0 -> 10454 bytes .../__pycache__/other_message.cpython-311.pyc | Bin 0 -> 19317 bytes .../__pycache__/payload.cpython-311.pyc | Bin 0 -> 24609 bytes .../pymodbus/__pycache__/pdu.cpython-311.pyc | Bin 0 -> 11369 bytes .../register_read_message.cpython-311.pyc | Bin 0 -> 20128 bytes .../register_write_message.cpython-311.pyc | Bin 0 -> 16954 bytes .../__pycache__/transaction.cpython-311.pyc | Bin 0 -> 25225 bytes .../__pycache__/utilities.cpython-311.pyc | Bin 0 -> 10153 bytes .../pymodbus/bit_read_message.py | 270 + .../pymodbus/bit_write_message.py | 292 + .../site-packages/pymodbus/client/__init__.py | 19 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 852 bytes .../client/__pycache__/base.cpython-311.pyc | Bin 0 -> 16491 bytes .../client/__pycache__/mixin.cpython-311.pyc | Bin 0 -> 29380 bytes .../client/__pycache__/serial.cpython-311.pyc | Bin 0 -> 13520 bytes .../client/__pycache__/tcp.cpython-311.pyc | Bin 0 -> 12324 bytes .../client/__pycache__/tls.cpython-311.pyc | Bin 0 -> 8143 bytes .../client/__pycache__/udp.cpython-311.pyc | Bin 0 -> 8917 bytes .../site-packages/pymodbus/client/base.py | 324 + .../site-packages/pymodbus/client/mixin.py | 582 ++ .../site-packages/pymodbus/client/serial.py | 291 + .../site-packages/pymodbus/client/tcp.py | 275 + .../site-packages/pymodbus/client/tls.py | 171 + .../site-packages/pymodbus/client/udp.py | 190 + .../site-packages/pymodbus/constants.py | 159 + .../pymodbus/datastore/__init__.py | 21 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 731 bytes .../__pycache__/context.cpython-311.pyc | Bin 0 -> 10803 bytes .../__pycache__/remote.cpython-311.pyc | Bin 0 -> 7547 bytes .../__pycache__/simulator.cpython-311.pyc | Bin 0 -> 40899 bytes .../__pycache__/store.cpython-311.pyc | Bin 0 -> 15355 bytes .../pymodbus/datastore/context.py | 195 + .../pymodbus/datastore/remote.py | 129 + .../pymodbus/datastore/simulator.py | 785 ++ .../site-packages/pymodbus/datastore/store.py | 314 + .../site-packages/pymodbus/device.py | 608 ++ .../site-packages/pymodbus/diag_message.py | 870 ++ .../site-packages/pymodbus/events.py | 203 + .../site-packages/pymodbus/exceptions.py | 117 + .../site-packages/pymodbus/factory.py | 374 + .../site-packages/pymodbus/file_message.py | 437 + .../site-packages/pymodbus/framer/__init__.py | 17 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 802 bytes .../__pycache__/ascii_framer.cpython-311.pyc | Bin 0 -> 7756 bytes .../framer/__pycache__/base.cpython-311.pyc | Bin 0 -> 5966 bytes .../__pycache__/binary_framer.cpython-311.pyc | Bin 0 -> 8422 bytes .../__pycache__/rtu_framer.cpython-311.pyc | Bin 0 -> 15763 bytes .../__pycache__/socket_framer.cpython-311.pyc | Bin 0 -> 8123 bytes .../__pycache__/tls_framer.cpython-311.pyc | Bin 0 -> 5892 bytes .../pymodbus/framer/ascii_framer.py | 152 + .../site-packages/pymodbus/framer/base.py | 142 + .../pymodbus/framer/binary_framer.py | 171 + .../pymodbus/framer/rtu_framer.py | 323 + .../pymodbus/framer/socket_framer.py | 182 + .../pymodbus/framer/tls_framer.py | 127 + .../site-packages/pymodbus/logging.py | 120 + .../site-packages/pymodbus/mei_message.py | 221 + .../site-packages/pymodbus/other_message.py | 483 + .../site-packages/pymodbus/payload.py | 460 + .../python3.11/site-packages/pymodbus/pdu.py | 256 + .../site-packages/pymodbus/py.typed | 0 .../pymodbus/register_read_message.py | 411 + .../pymodbus/register_write_message.py | 379 + .../site-packages/pymodbus/repl/__init__.py | 1 + .../repl/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 244 bytes .../pymodbus/repl/client/__init__.py | 1 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 242 bytes .../__pycache__/completer.cpython-311.pyc | Bin 0 -> 8495 bytes .../client/__pycache__/helper.cpython-311.pyc | Bin 0 -> 17052 bytes .../client/__pycache__/main.cpython-311.pyc | Bin 0 -> 19511 bytes .../__pycache__/mclient.cpython-311.pyc | Bin 0 -> 30802 bytes .../pymodbus/repl/client/completer.py | 143 + .../pymodbus/repl/client/helper.py | 312 + .../pymodbus/repl/client/main.py | 437 + .../pymodbus/repl/client/mclient.py | 683 ++ .../pymodbus/repl/server/__init__.py | 1 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 242 bytes .../server/__pycache__/cli.cpython-311.pyc | Bin 0 -> 9559 bytes .../server/__pycache__/main.cpython-311.pyc | Bin 0 -> 9514 bytes .../site-packages/pymodbus/repl/server/cli.py | 211 + .../pymodbus/repl/server/main.py | 209 + .../site-packages/pymodbus/server/__init__.py | 42 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1203 bytes .../__pycache__/async_io.cpython-311.pyc | Bin 0 -> 32739 bytes .../site-packages/pymodbus/server/async_io.py | 742 ++ .../pymodbus/server/reactive/__init__.py | 1 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 245 bytes .../default_config.cpython-311.pyc | Bin 0 -> 1028 bytes .../reactive/__pycache__/main.cpython-311.pyc | Bin 0 -> 22629 bytes .../server/reactive/default_config.py | 55 + .../pymodbus/server/reactive/main.py | 501 + .../pymodbus/server/simulator/__init__.py | 1 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 246 bytes .../custom_actions.cpython-311.pyc | Bin 0 -> 507 bytes .../__pycache__/http_server.cpython-311.pyc | Bin 0 -> 35593 bytes .../__pycache__/main.cpython-311.pyc | Bin 0 -> 5622 bytes .../server/simulator/custom_actions.py | 10 + .../pymodbus/server/simulator/http_server.py | 668 ++ .../pymodbus/server/simulator/main.py | 128 + .../pymodbus/server/simulator/setup.json | 228 + .../server/simulator/web/apple120.png | Bin 0 -> 11369 bytes .../server/simulator/web/apple152.png | Bin 0 -> 15391 bytes .../pymodbus/server/simulator/web/apple60.png | Bin 0 -> 4817 bytes .../pymodbus/server/simulator/web/apple76.png | Bin 0 -> 6344 bytes .../pymodbus/server/simulator/web/favicon.ico | Bin 0 -> 12014 bytes .../server/simulator/web/generator/calls | 127 + .../server/simulator/web/generator/log | 39 + .../web/generator/pymodbus_icon_original.png | Bin 0 -> 5850 bytes .../server/simulator/web/generator/registers | 93 + .../server/simulator/web/generator/server | 27 + .../pymodbus/server/simulator/web/index.html | 61 + .../server/simulator/web/pymodbus.css | 62 + .../server/simulator/web/welcome.html | 21 + .../site-packages/pymodbus/transaction.py | 572 ++ .../pymodbus/transport/__init__.py | 22 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 686 bytes .../__pycache__/transport.cpython-311.pyc | Bin 0 -> 32604 bytes .../transport_serial.cpython-311.pyc | Bin 0 -> 10648 bytes .../pymodbus/transport/transport.py | 657 ++ .../pymodbus/transport/transport_serial.py | 167 + .../site-packages/pymodbus/utilities.py | 270 + .../setuptools-66.1.1.dist-info/INSTALLER | 1 + .../setuptools-66.1.1.dist-info/LICENSE | 19 + .../setuptools-66.1.1.dist-info/METADATA | 137 + .../setuptools-66.1.1.dist-info/RECORD | 484 + .../setuptools-66.1.1.dist-info/REQUESTED | 0 .../setuptools-66.1.1.dist-info/WHEEL | 5 + .../entry_points.txt | 57 + .../setuptools-66.1.1.dist-info/top_level.txt | 4 + .../site-packages/setuptools/__init__.py | 268 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 13945 bytes .../_deprecation_warning.cpython-311.pyc | Bin 0 -> 661 bytes .../__pycache__/_entry_points.cpython-311.pyc | Bin 0 -> 5218 bytes .../__pycache__/_imp.cpython-311.pyc | Bin 0 -> 3674 bytes .../__pycache__/_importlib.cpython-311.pyc | Bin 0 -> 1974 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 1173 bytes .../__pycache__/_path.cpython-311.pyc | Bin 0 -> 1494 bytes .../__pycache__/_reqs.cpython-311.pyc | Bin 0 -> 1155 bytes .../__pycache__/archive_util.cpython-311.pyc | Bin 0 -> 10183 bytes .../__pycache__/build_meta.cpython-311.pyc | Bin 0 -> 28166 bytes .../__pycache__/dep_util.cpython-311.pyc | Bin 0 -> 1309 bytes .../__pycache__/depends.cpython-311.pyc | Bin 0 -> 7994 bytes .../__pycache__/discovery.cpython-311.pyc | Bin 0 -> 31147 bytes .../__pycache__/dist.cpython-311.pyc | Bin 0 -> 63814 bytes .../__pycache__/errors.cpython-311.pyc | Bin 0 -> 2970 bytes .../__pycache__/extension.cpython-311.pyc | Bin 0 -> 6826 bytes .../__pycache__/glob.cpython-311.pyc | Bin 0 -> 6583 bytes .../__pycache__/installer.cpython-311.pyc | Bin 0 -> 5633 bytes .../__pycache__/launch.cpython-311.pyc | Bin 0 -> 1549 bytes .../__pycache__/logging.cpython-311.pyc | Bin 0 -> 2116 bytes .../__pycache__/monkey.cpython-311.pyc | Bin 0 -> 7026 bytes .../__pycache__/msvc.cpython-311.pyc | Bin 0 -> 64199 bytes .../__pycache__/namespaces.cpython-311.pyc | Bin 0 -> 5681 bytes .../__pycache__/package_index.cpython-311.pyc | Bin 0 -> 60919 bytes .../__pycache__/py34compat.cpython-311.pyc | Bin 0 -> 736 bytes .../__pycache__/sandbox.cpython-311.pyc | Bin 0 -> 27352 bytes .../__pycache__/unicode_utils.cpython-311.pyc | Bin 0 -> 1838 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 456 bytes .../__pycache__/wheel.cpython-311.pyc | Bin 0 -> 15512 bytes .../windows_support.cpython-311.pyc | Bin 0 -> 1453 bytes .../setuptools/_deprecation_warning.py | 7 + .../setuptools/_distutils/__init__.py | 14 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 580 bytes .../__pycache__/_collections.cpython-311.pyc | Bin 0 -> 8550 bytes .../__pycache__/_functools.cpython-311.pyc | Bin 0 -> 882 bytes .../__pycache__/_log.cpython-311.pyc | Bin 0 -> 299 bytes .../__pycache__/_macos_compat.cpython-311.pyc | Bin 0 -> 591 bytes .../__pycache__/_msvccompiler.cpython-311.pyc | Bin 0 -> 25093 bytes .../__pycache__/archive_util.cpython-311.pyc | Bin 0 -> 10641 bytes .../__pycache__/bcppcompiler.cpython-311.pyc | Bin 0 -> 13467 bytes .../__pycache__/ccompiler.cpython-311.pyc | Bin 0 -> 46336 bytes .../__pycache__/cmd.cpython-311.pyc | Bin 0 -> 18860 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 6061 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 9951 bytes .../cygwinccompiler.cpython-311.pyc | Bin 0 -> 13645 bytes .../__pycache__/debug.cpython-311.pyc | Bin 0 -> 343 bytes .../__pycache__/dep_util.cpython-311.pyc | Bin 0 -> 4005 bytes .../__pycache__/dir_util.cpython-311.pyc | Bin 0 -> 10386 bytes .../__pycache__/dist.cpython-311.pyc | Bin 0 -> 55509 bytes .../__pycache__/errors.cpython-311.pyc | Bin 0 -> 6816 bytes .../__pycache__/extension.cpython-311.pyc | Bin 0 -> 10197 bytes .../__pycache__/fancy_getopt.cpython-311.pyc | Bin 0 -> 17256 bytes .../__pycache__/file_util.cpython-311.pyc | Bin 0 -> 10690 bytes .../__pycache__/filelist.cpython-311.pyc | Bin 0 -> 17630 bytes .../__pycache__/log.cpython-311.pyc | Bin 0 -> 2714 bytes .../__pycache__/msvc9compiler.cpython-311.pyc | Bin 0 -> 33579 bytes .../__pycache__/msvccompiler.cpython-311.pyc | Bin 0 -> 26991 bytes .../__pycache__/py38compat.cpython-311.pyc | Bin 0 -> 643 bytes .../__pycache__/py39compat.cpython-311.pyc | Bin 0 -> 1011 bytes .../__pycache__/spawn.cpython-311.pyc | Bin 0 -> 4455 bytes .../__pycache__/sysconfig.cpython-311.pyc | Bin 0 -> 22092 bytes .../__pycache__/text_file.cpython-311.pyc | Bin 0 -> 11292 bytes .../__pycache__/unixccompiler.cpython-311.pyc | Bin 0 -> 16515 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 20866 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 11368 bytes .../versionpredicate.cpython-311.pyc | Bin 0 -> 7645 bytes .../setuptools/_distutils/_collections.py | 194 + .../setuptools/_distutils/_functools.py | 20 + .../setuptools/_distutils/_log.py | 4 + .../setuptools/_distutils/_macos_compat.py | 12 + .../setuptools/_distutils/_msvccompiler.py | 572 ++ .../setuptools/_distutils/archive_util.py | 280 + .../setuptools/_distutils/bcppcompiler.py | 408 + .../setuptools/_distutils/ccompiler.py | 1220 +++ .../setuptools/_distutils/cmd.py | 435 + .../setuptools/_distutils/command/__init__.py | 25 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 563 bytes .../_framework_compat.cpython-311.pyc | Bin 0 -> 2804 bytes .../command/__pycache__/bdist.cpython-311.pyc | Bin 0 -> 6022 bytes .../__pycache__/bdist_dumb.cpython-311.pyc | Bin 0 -> 5742 bytes .../__pycache__/bdist_rpm.cpython-311.pyc | Bin 0 -> 23276 bytes .../command/__pycache__/build.cpython-311.pyc | Bin 0 -> 6077 bytes .../__pycache__/build_clib.cpython-311.pyc | Bin 0 -> 7785 bytes .../__pycache__/build_ext.cpython-311.pyc | Bin 0 -> 30295 bytes .../__pycache__/build_py.cpython-311.pyc | Bin 0 -> 17621 bytes .../__pycache__/build_scripts.cpython-311.pyc | Bin 0 -> 7875 bytes .../command/__pycache__/check.cpython-311.pyc | Bin 0 -> 7531 bytes .../command/__pycache__/clean.cpython-311.pyc | Bin 0 -> 3207 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 16244 bytes .../__pycache__/install.cpython-311.pyc | Bin 0 -> 29396 bytes .../__pycache__/install_data.cpython-311.pyc | Bin 0 -> 3784 bytes .../install_egg_info.cpython-311.pyc | Bin 0 -> 5239 bytes .../install_headers.cpython-311.pyc | Bin 0 -> 2372 bytes .../__pycache__/install_lib.cpython-311.pyc | Bin 0 -> 8693 bytes .../install_scripts.cpython-311.pyc | Bin 0 -> 3179 bytes .../__pycache__/py37compat.cpython-311.pyc | Bin 0 -> 1560 bytes .../__pycache__/register.cpython-311.pyc | Bin 0 -> 15578 bytes .../command/__pycache__/sdist.cpython-311.pyc | Bin 0 -> 23790 bytes .../__pycache__/upload.cpython-311.pyc | Bin 0 -> 10444 bytes .../_distutils/command/_framework_compat.py | 55 + .../setuptools/_distutils/command/bdist.py | 157 + .../_distutils/command/bdist_dumb.py | 144 + .../_distutils/command/bdist_rpm.py | 615 ++ .../setuptools/_distutils/command/build.py | 153 + .../_distutils/command/build_clib.py | 208 + .../_distutils/command/build_ext.py | 789 ++ .../setuptools/_distutils/command/build_py.py | 407 + .../_distutils/command/build_scripts.py | 173 + .../setuptools/_distutils/command/check.py | 151 + .../setuptools/_distutils/command/clean.py | 76 + .../setuptools/_distutils/command/config.py | 377 + .../setuptools/_distutils/command/install.py | 814 ++ .../_distutils/command/install_data.py | 84 + .../_distutils/command/install_egg_info.py | 92 + .../_distutils/command/install_headers.py | 45 + .../_distutils/command/install_lib.py | 238 + .../_distutils/command/install_scripts.py | 61 + .../_distutils/command/py37compat.py | 31 + .../setuptools/_distutils/command/register.py | 321 + .../setuptools/_distutils/command/sdist.py | 531 + .../setuptools/_distutils/command/upload.py | 207 + .../setuptools/_distutils/config.py | 139 + .../setuptools/_distutils/core.py | 291 + .../setuptools/_distutils/cygwinccompiler.py | 358 + .../setuptools/_distutils/debug.py | 5 + .../setuptools/_distutils/dep_util.py | 96 + .../setuptools/_distutils/dir_util.py | 243 + .../setuptools/_distutils/dist.py | 1287 +++ .../setuptools/_distutils/errors.py | 127 + .../setuptools/_distutils/extension.py | 248 + .../setuptools/_distutils/fancy_getopt.py | 470 + .../setuptools/_distutils/file_util.py | 249 + .../setuptools/_distutils/filelist.py | 371 + .../setuptools/_distutils/log.py | 57 + .../setuptools/_distutils/msvc9compiler.py | 832 ++ .../setuptools/_distutils/msvccompiler.py | 695 ++ .../setuptools/_distutils/py38compat.py | 8 + .../setuptools/_distutils/py39compat.py | 22 + .../setuptools/_distutils/spawn.py | 109 + .../setuptools/_distutils/sysconfig.py | 552 ++ .../setuptools/_distutils/text_file.py | 287 + .../setuptools/_distutils/unixccompiler.py | 401 + .../setuptools/_distutils/util.py | 513 + .../setuptools/_distutils/version.py | 358 + .../setuptools/_distutils/versionpredicate.py | 175 + .../site-packages/setuptools/_entry_points.py | 94 + .../site-packages/setuptools/_imp.py | 82 + .../site-packages/setuptools/_importlib.py | 47 + .../site-packages/setuptools/_itertools.py | 23 + .../site-packages/setuptools/_path.py | 29 + .../site-packages/setuptools/_reqs.py | 19 + .../setuptools/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 214 bytes .../__pycache__/ordered_set.cpython-311.pyc | Bin 0 -> 21800 bytes .../typing_extensions.cpython-311.pyc | Bin 0 -> 107631 bytes .../_vendor/__pycache__/zipp.cpython-311.pyc | Bin 0 -> 16007 bytes .../_vendor/importlib_metadata/__init__.py | 1047 ++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 58253 bytes .../__pycache__/_adapters.cpython-311.pyc | Bin 0 -> 3866 bytes .../__pycache__/_collections.cpython-311.pyc | Bin 0 -> 2213 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 2735 bytes .../__pycache__/_functools.cpython-311.pyc | Bin 0 -> 3653 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 2616 bytes .../__pycache__/_meta.cpython-311.pyc | Bin 0 -> 3020 bytes .../__pycache__/_text.cpython-311.pyc | Bin 0 -> 4411 bytes .../_vendor/importlib_metadata/_adapters.py | 68 + .../importlib_metadata/_collections.py | 30 + .../_vendor/importlib_metadata/_compat.py | 71 + .../_vendor/importlib_metadata/_functools.py | 104 + .../_vendor/importlib_metadata/_itertools.py | 73 + .../_vendor/importlib_metadata/_meta.py | 48 + .../_vendor/importlib_metadata/_text.py | 99 + .../_vendor/importlib_resources/__init__.py | 36 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 848 bytes .../__pycache__/_adapters.cpython-311.pyc | Bin 0 -> 10765 bytes .../__pycache__/_common.cpython-311.pyc | Bin 0 -> 4292 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 5577 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 1410 bytes .../__pycache__/_legacy.cpython-311.pyc | Bin 0 -> 6508 bytes .../__pycache__/abc.cpython-311.pyc | Bin 0 -> 7509 bytes .../__pycache__/readers.cpython-311.pyc | Bin 0 -> 8383 bytes .../__pycache__/simple.cpython-311.pyc | Bin 0 -> 6405 bytes .../_vendor/importlib_resources/_adapters.py | 170 + .../_vendor/importlib_resources/_common.py | 104 + .../_vendor/importlib_resources/_compat.py | 98 + .../_vendor/importlib_resources/_itertools.py | 35 + .../_vendor/importlib_resources/_legacy.py | 121 + .../_vendor/importlib_resources/abc.py | 137 + .../_vendor/importlib_resources/readers.py | 122 + .../_vendor/importlib_resources/simple.py | 116 + .../setuptools/_vendor/jaraco/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 221 bytes .../__pycache__/context.cpython-311.pyc | Bin 0 -> 10996 bytes .../__pycache__/functools.cpython-311.pyc | Bin 0 -> 20301 bytes .../setuptools/_vendor/jaraco/context.py | 253 + .../setuptools/_vendor/jaraco/functools.py | 525 + .../_vendor/jaraco/text/__init__.py | 599 ++ .../text/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 26615 bytes .../_vendor/more_itertools/__init__.py | 4 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 314 bytes .../__pycache__/more.cpython-311.pyc | Bin 0 -> 149201 bytes .../__pycache__/recipes.cpython-311.pyc | Bin 0 -> 23783 bytes .../setuptools/_vendor/more_itertools/more.py | 3824 ++++++++ .../_vendor/more_itertools/recipes.py | 620 ++ .../setuptools/_vendor/ordered_set.py | 488 + .../setuptools/_vendor/packaging/__about__.py | 26 + .../setuptools/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-311.pyc | Bin 0 -> 665 bytes .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 586 bytes .../__pycache__/_manylinux.cpython-311.pyc | Bin 0 -> 13252 bytes .../__pycache__/_musllinux.cpython-311.pyc | Bin 0 -> 8020 bytes .../__pycache__/_structures.cpython-311.pyc | Bin 0 -> 3708 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 16554 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 7669 bytes .../__pycache__/specifiers.cpython-311.pyc | Bin 0 -> 34386 bytes .../__pycache__/tags.cpython-311.pyc | Bin 0 -> 21371 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 6706 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 21898 bytes .../_vendor/packaging/_manylinux.py | 301 + .../_vendor/packaging/_musllinux.py | 136 + .../_vendor/packaging/_structures.py | 61 + .../setuptools/_vendor/packaging/markers.py | 304 + .../_vendor/packaging/requirements.py | 146 + .../_vendor/packaging/specifiers.py | 802 ++ .../setuptools/_vendor/packaging/tags.py | 487 + .../setuptools/_vendor/packaging/utils.py | 136 + .../setuptools/_vendor/packaging/version.py | 504 + .../setuptools/_vendor/pyparsing/__init__.py | 331 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 8359 bytes .../__pycache__/actions.cpython-311.pyc | Bin 0 -> 8485 bytes .../__pycache__/common.cpython-311.pyc | Bin 0 -> 14807 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 277659 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 12949 bytes .../__pycache__/helpers.cpython-311.pyc | Bin 0 -> 53650 bytes .../__pycache__/results.cpython-311.pyc | Bin 0 -> 36333 bytes .../__pycache__/testing.cpython-311.pyc | Bin 0 -> 19529 bytes .../__pycache__/unicode.cpython-311.pyc | Bin 0 -> 15387 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 14286 bytes .../setuptools/_vendor/pyparsing/actions.py | 207 + .../setuptools/_vendor/pyparsing/common.py | 424 + .../setuptools/_vendor/pyparsing/core.py | 5814 +++++++++++ .../_vendor/pyparsing/diagram/__init__.py | 642 ++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 28022 bytes .../_vendor/pyparsing/exceptions.py | 267 + .../setuptools/_vendor/pyparsing/helpers.py | 1088 +++ .../setuptools/_vendor/pyparsing/results.py | 760 ++ .../setuptools/_vendor/pyparsing/testing.py | 331 + .../setuptools/_vendor/pyparsing/unicode.py | 352 + .../setuptools/_vendor/pyparsing/util.py | 235 + .../setuptools/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 436 bytes .../tomli/__pycache__/_parser.cpython-311.pyc | Bin 0 -> 30875 bytes .../tomli/__pycache__/_re.cpython-311.pyc | Bin 0 -> 4515 bytes .../tomli/__pycache__/_types.cpython-311.pyc | Bin 0 -> 428 bytes .../setuptools/_vendor/tomli/_parser.py | 691 ++ .../setuptools/_vendor/tomli/_re.py | 107 + .../setuptools/_vendor/tomli/_types.py | 10 + .../setuptools/_vendor/typing_extensions.py | 2296 +++++ .../site-packages/setuptools/_vendor/zipp.py | 329 + .../site-packages/setuptools/archive_util.py | 213 + .../site-packages/setuptools/build_meta.py | 512 + .../site-packages/setuptools/cli-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/cli-64.exe | Bin 0 -> 74752 bytes .../site-packages/setuptools/cli-arm64.exe | Bin 0 -> 137216 bytes .../site-packages/setuptools/cli.exe | Bin 0 -> 65536 bytes .../setuptools/command/__init__.py | 12 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 655 bytes .../command/__pycache__/alias.cpython-311.pyc | Bin 0 -> 3922 bytes .../__pycache__/bdist_egg.cpython-311.pyc | Bin 0 -> 25604 bytes .../__pycache__/bdist_rpm.cpython-311.pyc | Bin 0 -> 2210 bytes .../command/__pycache__/build.cpython-311.pyc | Bin 0 -> 7010 bytes .../__pycache__/build_clib.cpython-311.pyc | Bin 0 -> 4185 bytes .../__pycache__/build_ext.cpython-311.pyc | Bin 0 -> 22030 bytes .../__pycache__/build_py.cpython-311.pyc | Bin 0 -> 23196 bytes .../__pycache__/develop.cpython-311.pyc | Bin 0 -> 10938 bytes .../__pycache__/dist_info.cpython-311.pyc | Bin 0 -> 8000 bytes .../__pycache__/easy_install.cpython-311.pyc | Bin 0 -> 121520 bytes .../editable_wheel.cpython-311.pyc | Bin 0 -> 51433 bytes .../__pycache__/egg_info.cpython-311.pyc | Bin 0 -> 40858 bytes .../__pycache__/install.cpython-311.pyc | Bin 0 -> 6835 bytes .../install_egg_info.cpython-311.pyc | Bin 0 -> 5361 bytes .../__pycache__/install_lib.cpython-311.pyc | Bin 0 -> 8432 bytes .../install_scripts.cpython-311.pyc | Bin 0 -> 4299 bytes .../__pycache__/py36compat.cpython-311.pyc | Bin 0 -> 8056 bytes .../__pycache__/register.cpython-311.pyc | Bin 0 -> 1146 bytes .../__pycache__/rotate.cpython-311.pyc | Bin 0 -> 4206 bytes .../__pycache__/saveopts.cpython-311.pyc | Bin 0 -> 1386 bytes .../command/__pycache__/sdist.cpython-311.pyc | Bin 0 -> 13458 bytes .../__pycache__/setopt.cpython-311.pyc | Bin 0 -> 7698 bytes .../command/__pycache__/test.cpython-311.pyc | Bin 0 -> 14639 bytes .../__pycache__/upload.cpython-311.pyc | Bin 0 -> 1110 bytes .../__pycache__/upload_docs.cpython-311.pyc | Bin 0 -> 11961 bytes .../site-packages/setuptools/command/alias.py | 78 + .../setuptools/command/bdist_egg.py | 457 + .../setuptools/command/bdist_rpm.py | 40 + .../site-packages/setuptools/command/build.py | 146 + .../setuptools/command/build_clib.py | 101 + .../setuptools/command/build_ext.py | 383 + .../setuptools/command/build_py.py | 368 + .../setuptools/command/develop.py | 193 + .../setuptools/command/dist_info.py | 142 + .../setuptools/command/easy_install.py | 2366 +++++ .../setuptools/command/editable_wheel.py | 844 ++ .../setuptools/command/egg_info.py | 775 ++ .../setuptools/command/install.py | 139 + .../setuptools/command/install_egg_info.py | 83 + .../setuptools/command/install_lib.py | 148 + .../setuptools/command/install_scripts.py | 70 + .../setuptools/command/launcher manifest.xml | 15 + .../setuptools/command/py36compat.py | 134 + .../setuptools/command/register.py | 18 + .../setuptools/command/rotate.py | 64 + .../setuptools/command/saveopts.py | 22 + .../site-packages/setuptools/command/sdist.py | 210 + .../setuptools/command/setopt.py | 149 + .../site-packages/setuptools/command/test.py | 251 + .../setuptools/command/upload.py | 17 + .../setuptools/command/upload_docs.py | 212 + .../setuptools/config/__init__.py | 35 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 2050 bytes .../_apply_pyprojecttoml.cpython-311.pyc | Bin 0 -> 22859 bytes .../config/__pycache__/expand.cpython-311.pyc | Bin 0 -> 28264 bytes .../__pycache__/pyprojecttoml.cpython-311.pyc | Bin 0 -> 27895 bytes .../__pycache__/setupcfg.cpython-311.pyc | Bin 0 -> 33304 bytes .../setuptools/config/_apply_pyprojecttoml.py | 384 + .../config/_validate_pyproject/__init__.py | 34 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 2338 bytes .../error_reporting.cpython-311.pyc | Bin 0 -> 20229 bytes .../extra_validations.cpython-311.pyc | Bin 0 -> 1887 bytes .../fastjsonschema_exceptions.cpython-311.pyc | Bin 0 -> 3262 bytes ...fastjsonschema_validations.cpython-311.pyc | Bin 0 -> 192660 bytes .../__pycache__/formats.cpython-311.pyc | Bin 0 -> 14377 bytes .../_validate_pyproject/error_reporting.py | 318 + .../_validate_pyproject/extra_validations.py | 36 + .../fastjsonschema_exceptions.py | 51 + .../fastjsonschema_validations.py | 1035 ++ .../config/_validate_pyproject/formats.py | 259 + .../site-packages/setuptools/config/expand.py | 462 + .../setuptools/config/pyprojecttoml.py | 498 + .../setuptools/config/setupcfg.py | 769 ++ .../site-packages/setuptools/dep_util.py | 25 + .../site-packages/setuptools/depends.py | 176 + .../site-packages/setuptools/discovery.py | 601 ++ .../site-packages/setuptools/dist.py | 1218 +++ .../site-packages/setuptools/errors.py | 58 + .../site-packages/setuptools/extension.py | 148 + .../setuptools/extern/__init__.py | 76 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 4414 bytes .../site-packages/setuptools/glob.py | 167 + .../site-packages/setuptools/gui-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/gui-64.exe | Bin 0 -> 75264 bytes .../site-packages/setuptools/gui-arm64.exe | Bin 0 -> 137728 bytes .../site-packages/setuptools/gui.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/installer.py | 104 + .../site-packages/setuptools/launch.py | 36 + .../site-packages/setuptools/logging.py | 37 + .../site-packages/setuptools/monkey.py | 165 + .../site-packages/setuptools/msvc.py | 1703 ++++ .../site-packages/setuptools/namespaces.py | 107 + .../site-packages/setuptools/package_index.py | 1162 +++ .../site-packages/setuptools/py34compat.py | 13 + .../site-packages/setuptools/sandbox.py | 530 + .../setuptools/script (dev).tmpl | 6 + .../site-packages/setuptools/script.tmpl | 3 + .../site-packages/setuptools/unicode_utils.py | 42 + .../site-packages/setuptools/version.py | 6 + .../site-packages/setuptools/wheel.py | 222 + .../setuptools/windows_support.py | 29 + .../python3.11/site-packages/yaml/__init__.py | 390 + .../yaml/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 17247 bytes .../yaml/__pycache__/composer.cpython-311.pyc | Bin 0 -> 7086 bytes .../__pycache__/constructor.cpython-311.pyc | Bin 0 -> 38677 bytes .../yaml/__pycache__/cyaml.cpython-311.pyc | Bin 0 -> 5421 bytes .../yaml/__pycache__/dumper.cpython-311.pyc | Bin 0 -> 2888 bytes .../yaml/__pycache__/emitter.cpython-311.pyc | Bin 0 -> 53414 bytes .../yaml/__pycache__/error.cpython-311.pyc | Bin 0 -> 4280 bytes .../yaml/__pycache__/events.cpython-311.pyc | Bin 0 -> 5879 bytes .../yaml/__pycache__/loader.cpython-311.pyc | Bin 0 -> 4275 bytes .../yaml/__pycache__/nodes.cpython-311.pyc | Bin 0 -> 2551 bytes .../yaml/__pycache__/parser.cpython-311.pyc | Bin 0 -> 25784 bytes .../yaml/__pycache__/reader.cpython-311.pyc | Bin 0 -> 8954 bytes .../__pycache__/representer.cpython-311.pyc | Bin 0 -> 18384 bytes .../yaml/__pycache__/resolver.cpython-311.pyc | Bin 0 -> 9924 bytes .../yaml/__pycache__/scanner.cpython-311.pyc | Bin 0 -> 57138 bytes .../__pycache__/serializer.cpython-311.pyc | Bin 0 -> 6737 bytes .../yaml/__pycache__/tokens.cpython-311.pyc | Bin 0 -> 7274 bytes .../_yaml.cpython-311-x86_64-linux-gnu.so | Bin 0 -> 2504120 bytes .../python3.11/site-packages/yaml/composer.py | 139 + .../site-packages/yaml/constructor.py | 748 ++ .../python3.11/site-packages/yaml/cyaml.py | 101 + .../python3.11/site-packages/yaml/dumper.py | 62 + .../python3.11/site-packages/yaml/emitter.py | 1137 +++ .../python3.11/site-packages/yaml/error.py | 75 + .../python3.11/site-packages/yaml/events.py | 86 + .../python3.11/site-packages/yaml/loader.py | 63 + .../python3.11/site-packages/yaml/nodes.py | 49 + .../python3.11/site-packages/yaml/parser.py | 589 ++ .../python3.11/site-packages/yaml/reader.py | 185 + .../site-packages/yaml/representer.py | 389 + .../python3.11/site-packages/yaml/resolver.py | 227 + .../python3.11/site-packages/yaml/scanner.py | 1435 +++ .../site-packages/yaml/serializer.py | 111 + .../python3.11/site-packages/yaml/tokens.py | 104 + env/pyvenv.cfg | 5 + exclude.txt | 3 + readme.txt | 0 requirements.txt | 4 + src/config/config.yaml | 179 + src/config/old/main2.py | 199 + src/main.py | 204 + src/main.py.save | 204 + 1728 files changed, 308235 insertions(+) create mode 100755 Dockerfile create mode 100755 docker-compose.yml create mode 100755 env/bin/Activate.ps1 create mode 100755 env/bin/activate create mode 100755 env/bin/activate.csh create mode 100755 env/bin/activate.fish create mode 100755 env/bin/pip create mode 100755 env/bin/pip3 create mode 100755 env/bin/pip3.11 create mode 100755 env/bin/pymodbus.console create mode 100755 env/bin/pymodbus.server create mode 100755 env/bin/pymodbus.simulator create mode 100755 env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/INSTALLER create mode 100755 env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/LICENSE create mode 100755 env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/METADATA create mode 100755 env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/RECORD create mode 100755 env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/REQUESTED create mode 100755 env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/WHEEL create mode 100755 env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/top_level.txt create mode 100755 env/lib/python3.11/site-packages/_distutils_hack/__init__.py create mode 100755 env/lib/python3.11/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/_distutils_hack/override.py create mode 100755 env/lib/python3.11/site-packages/_yaml/__init__.py create mode 100755 env/lib/python3.11/site-packages/_yaml/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/distutils-precedence.pth create mode 100755 env/lib/python3.11/site-packages/paho/__init__.py create mode 100755 env/lib/python3.11/site-packages/paho/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/__init__.py create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/__pycache__/client.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/__pycache__/matcher.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/__pycache__/packettypes.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/__pycache__/properties.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/__pycache__/publish.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/__pycache__/reasoncodes.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/__pycache__/subscribe.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/__pycache__/subscribeoptions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/client.py create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/matcher.py create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/packettypes.py create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/properties.py create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/publish.py create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/reasoncodes.py create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/subscribe.py create mode 100755 env/lib/python3.11/site-packages/paho/mqtt/subscribeoptions.py create mode 100755 env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/PKG-INFO create mode 100755 env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/SOURCES.txt create mode 100755 env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/dependency_links.txt create mode 100755 env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/installed-files.txt create mode 100755 env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/not-zip-safe create mode 100755 env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/requires.txt create mode 100755 env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/top_level.txt create mode 100755 env/lib/python3.11/site-packages/pip-23.0.1.dist-info/INSTALLER create mode 100755 env/lib/python3.11/site-packages/pip-23.0.1.dist-info/LICENSE.txt create mode 100755 env/lib/python3.11/site-packages/pip-23.0.1.dist-info/METADATA create mode 100755 env/lib/python3.11/site-packages/pip-23.0.1.dist-info/RECORD create mode 100755 env/lib/python3.11/site-packages/pip-23.0.1.dist-info/REQUESTED create mode 100755 env/lib/python3.11/site-packages/pip-23.0.1.dist-info/WHEEL create mode 100755 env/lib/python3.11/site-packages/pip-23.0.1.dist-info/entry_points.txt create mode 100755 env/lib/python3.11/site-packages/pip-23.0.1.dist-info/top_level.txt create mode 100755 env/lib/python3.11/site-packages/pip/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/__main__.py create mode 100755 env/lib/python3.11/site-packages/pip/__pip-runner__.py create mode 100755 env/lib/python3.11/site-packages/pip/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/__pycache__/__main__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/__pycache__/__pip-runner__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/__pycache__/build_env.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/__pycache__/cache.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/__pycache__/configuration.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/__pycache__/exceptions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/__pycache__/pyproject.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/build_env.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cache.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/parser.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/base_command.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/command_context.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/main.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/parser.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/req_command.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/spinners.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/cli/status_codes.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/check.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/debug.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/download.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/help.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/index.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/install.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/list.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/search.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/show.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/cache.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/check.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/completion.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/configuration.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/debug.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/download.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/freeze.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/hash.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/help.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/index.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/inspect.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/install.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/list.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/search.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/show.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/uninstall.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/commands/wheel.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/configuration.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/base.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/distributions/base.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/distributions/installed.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/exceptions.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/index/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/index/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/index/__pycache__/collector.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/index/__pycache__/sources.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/index/collector.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/index/package_finder.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/index/sources.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/locations/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/base.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/locations/_sysconfig.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/locations/base.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/main.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/base.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/_json.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/base.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/candidate.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/format_control.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/index.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/link.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/scheme.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/target_python.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/wheel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/candidate.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/direct_url.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/format_control.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/index.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/installation_report.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/link.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/scheme.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/search_scope.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/selection_prefs.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/target_python.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/models/wheel.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/auth.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/cache.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/download.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/session.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/utils.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/auth.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/cache.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/download.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/lazy_wheel.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/session.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/utils.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/check.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/check.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/freeze.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/install/legacy.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/operations/prepare.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/pyproject.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/req/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/constructors.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_file.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_install.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_set.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/req/constructors.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/req/req_file.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/req/req_install.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/req/req_set.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/base.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/base.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/_log.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/logging.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/misc.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/models.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/urls.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/_log.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/appdirs.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/compat.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/datetime.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/distutils_args.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/encoding.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/entrypoints.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/filetypes.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/glibc.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/hashes.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/inject_securetransport.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/logging.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/misc.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/models.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/packaging.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/setuptools_build.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/unpacking.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/urls.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/utils/wheel.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/git.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_internal/vcs/bazaar.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/vcs/git.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100755 env/lib/python3.11/site-packages/pip/_internal/wheel_builder.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/__pycache__/six.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/compat.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/certifi/cacert.pem create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/certifi/core.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/big5freq.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/big5prober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachinedict.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/enums.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/escprober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/escsm.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/johabfreq.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/johabprober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/macromanprober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/resultdict.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/utf1632prober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/chardet/version.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/ansi.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/initialise.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansi_test.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/initialise_test.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/isatty_test.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/utils.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/winterm_test.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/win32.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/colorama/winterm.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/compat.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/database.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/index.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/locators.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/manifest.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/markers.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/metadata.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/resources.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/util.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/version.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distlib/wheel.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distro/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/distro/distro.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/core.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/codec.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/compat.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/core.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/idnadata.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/intranges.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/msgpack/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/msgpack/fallback.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/__about__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/_structures.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/markers.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/specifiers.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/tags.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/utils.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/packaging/version.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pkg_resources/py31compat.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/android.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/cmdline.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/console.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatter.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/lexer.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/modeline.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/plugin.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/regexopt.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/scanner.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/style.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/token.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/unistring.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pygments/util.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/actions.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/common.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/core.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/results.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/testing.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyparsing/util.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/api.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/help.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/models.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/api.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/auth.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/certs.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/compat.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/exceptions.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/help.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/models.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/packages.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/status_codes.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/structures.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/requests/utils.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/resolvelib/providers.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__main__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/align.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/box.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/console.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/control.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/json.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/region.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/status.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/style.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/table.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/text.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_export_format.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_extension.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_inspect.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_log_render.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_loop.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_null_file.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_palettes.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_pick.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_ratio.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_spinners.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_stack.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_timer.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_win32_console.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_windows.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/_wrap.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/abc.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/align.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/bar.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/box.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/cells.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/color.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/color_triplet.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/columns.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/console.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/constrain.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/containers.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/control.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/default_styles.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/diagnose.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/emoji.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/errors.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/file_proxy.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/filesize.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/highlighter.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/json.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/jupyter.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/layout.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/live.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/live_render.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/logging.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/markup.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/measure.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/padding.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/pager.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/palette.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/panel.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/pretty.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/progress.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/progress_bar.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/prompt.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/protocol.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/region.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/repr.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/rule.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/scope.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/screen.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/segment.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/spinner.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/status.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/style.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/styled.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/syntax.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/table.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/text.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/theme.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/themes.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/traceback.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/rich/tree.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/six.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/_utils.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/after.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/before.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/nap.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/retry.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/stop.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tenacity/wait.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tomli/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tomli/_parser.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tomli/_re.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/tomli/_types.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/typing_extensions.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/_collections.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/_version.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/connection.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/fields.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/filepost.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/request.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/request.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/response.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/url.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/vendor.txt create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/webencodings/__init__.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/webencodings/labels.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/webencodings/tests.py create mode 100755 env/lib/python3.11/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100755 env/lib/python3.11/site-packages/pip/py.typed create mode 100755 env/lib/python3.11/site-packages/pkg_resources/__init__.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/__init__.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/typing_extensions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/zipp.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__init__.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_adapters.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_common.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_itertools.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_legacy.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/abc.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/readers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/simple.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_adapters.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_common.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_compat.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_itertools.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_legacy.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/abc.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/readers.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/simple.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__init__.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/context.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/functools.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/context.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/functools.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/__init__.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__init__.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/more.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/recipes.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/more.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/recipes.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__about__.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__init__.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/_manylinux.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/_musllinux.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/_structures.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/markers.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/requirements.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/specifiers.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/tags.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/utils.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/version.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__init__.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__main__.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/android.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/api.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/version.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/android.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/api.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/macos.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/unix.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/version.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/windows.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__init__.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/common.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/core.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/results.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/util.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/actions.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/common.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/core.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/diagram/__init__.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/exceptions.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/helpers.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/results.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/testing.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/unicode.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/util.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/typing_extensions.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/_vendor/zipp.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/extern/__init__.py create mode 100755 env/lib/python3.11/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP-0.2.0.dist-info/INSTALLER create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP-0.2.0.dist-info/LICENSE create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP-0.2.0.dist-info/METADATA create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP-0.2.0.dist-info/RECORD create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP-0.2.0.dist-info/REQUESTED create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP-0.2.0.dist-info/WHEEL create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP-0.2.0.dist-info/top_level.txt create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP/__init__.py create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP/__pycache__/client.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP/__pycache__/constants.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP/__pycache__/server.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP/__pycache__/utils.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP/client.py create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP/constants.py create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP/server.py create mode 100755 env/lib/python3.11/site-packages/pyModbusTCP/utils.py create mode 100755 env/lib/python3.11/site-packages/pymodbus-3.5.4.dist-info/AUTHORS.rst create mode 100755 env/lib/python3.11/site-packages/pymodbus-3.5.4.dist-info/INSTALLER create mode 100755 env/lib/python3.11/site-packages/pymodbus-3.5.4.dist-info/LICENSE create mode 100755 env/lib/python3.11/site-packages/pymodbus-3.5.4.dist-info/METADATA create mode 100755 env/lib/python3.11/site-packages/pymodbus-3.5.4.dist-info/RECORD create mode 100755 env/lib/python3.11/site-packages/pymodbus-3.5.4.dist-info/REQUESTED create mode 100755 env/lib/python3.11/site-packages/pymodbus-3.5.4.dist-info/WHEEL create mode 100755 env/lib/python3.11/site-packages/pymodbus-3.5.4.dist-info/entry_points.txt create mode 100755 env/lib/python3.11/site-packages/pymodbus-3.5.4.dist-info/top_level.txt create mode 100755 env/lib/python3.11/site-packages/pymodbus-3.5.4.dist-info/zip-safe create mode 100755 env/lib/python3.11/site-packages/pymodbus/__init__.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/bit_read_message.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/bit_write_message.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/constants.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/device.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/diag_message.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/events.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/exceptions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/factory.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/file_message.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/logging.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/mei_message.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/other_message.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/payload.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/pdu.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/register_read_message.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/register_write_message.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/transaction.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/__pycache__/utilities.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/bit_read_message.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/bit_write_message.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/client/__init__.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/client/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/client/__pycache__/base.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/client/__pycache__/mixin.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/client/__pycache__/serial.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/client/__pycache__/tcp.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/client/__pycache__/tls.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/client/__pycache__/udp.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/client/base.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/client/mixin.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/client/serial.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/client/tcp.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/client/tls.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/client/udp.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/constants.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/datastore/__init__.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/datastore/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/datastore/__pycache__/context.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/datastore/__pycache__/remote.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/datastore/__pycache__/simulator.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/datastore/__pycache__/store.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/datastore/context.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/datastore/remote.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/datastore/simulator.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/datastore/store.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/device.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/diag_message.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/events.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/exceptions.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/factory.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/file_message.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/framer/__init__.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/framer/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/framer/__pycache__/ascii_framer.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/framer/__pycache__/base.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/framer/__pycache__/binary_framer.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/framer/__pycache__/rtu_framer.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/framer/__pycache__/socket_framer.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/framer/__pycache__/tls_framer.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/framer/ascii_framer.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/framer/base.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/framer/binary_framer.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/framer/rtu_framer.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/framer/socket_framer.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/framer/tls_framer.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/logging.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/mei_message.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/other_message.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/payload.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/pdu.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/py.typed create mode 100755 env/lib/python3.11/site-packages/pymodbus/register_read_message.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/register_write_message.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/__init__.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/client/__init__.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/client/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/client/__pycache__/completer.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/client/__pycache__/helper.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/client/__pycache__/main.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/client/__pycache__/mclient.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/client/completer.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/client/helper.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/client/main.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/client/mclient.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/server/__init__.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/server/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/server/__pycache__/cli.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/server/__pycache__/main.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/server/cli.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/repl/server/main.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/__init__.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/__pycache__/async_io.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/async_io.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/reactive/__init__.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/reactive/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/reactive/__pycache__/default_config.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/reactive/__pycache__/main.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/reactive/default_config.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/reactive/main.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/__init__.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/__pycache__/custom_actions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/__pycache__/http_server.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/__pycache__/main.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/custom_actions.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/http_server.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/main.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/setup.json create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/web/apple120.png create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/web/apple152.png create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/web/apple60.png create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/web/apple76.png create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/web/favicon.ico create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/web/generator/calls create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/web/generator/log create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/web/generator/pymodbus_icon_original.png create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/web/generator/registers create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/web/generator/server create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/web/index.html create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/web/pymodbus.css create mode 100755 env/lib/python3.11/site-packages/pymodbus/server/simulator/web/welcome.html create mode 100755 env/lib/python3.11/site-packages/pymodbus/transaction.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/transport/__init__.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/transport/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/transport/__pycache__/transport.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/transport/__pycache__/transport_serial.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/pymodbus/transport/transport.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/transport/transport_serial.py create mode 100755 env/lib/python3.11/site-packages/pymodbus/utilities.py create mode 100755 env/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/INSTALLER create mode 100755 env/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/LICENSE create mode 100755 env/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/METADATA create mode 100755 env/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/RECORD create mode 100755 env/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/REQUESTED create mode 100755 env/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/WHEEL create mode 100755 env/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/entry_points.txt create mode 100755 env/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/top_level.txt create mode 100755 env/lib/python3.11/site-packages/setuptools/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/_entry_points.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/_imp.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/_importlib.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/_itertools.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/_path.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/_reqs.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/archive_util.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/build_meta.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/dep_util.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/depends.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/discovery.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/dist.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/errors.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/extension.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/glob.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/installer.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/launch.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/logging.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/monkey.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/msvc.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/namespaces.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/package_index.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/py34compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/sandbox.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/unicode_utils.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/version.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/wheel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/__pycache__/windows_support.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_deprecation_warning.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_collections.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_functools.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_log.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/config.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/core.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/debug.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dist.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/errors.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/extension.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/log.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/py39compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/util.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/version.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/_collections.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/_functools.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/_log.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/_macos_compat.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/_msvccompiler.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/archive_util.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/bcppcompiler.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/ccompiler.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/cmd.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/_framework_compat.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/bdist.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_dumb.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_rpm.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/build.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/build_clib.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/build_py.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/build_scripts.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/check.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/clean.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/config.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/install.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/install_data.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/install_egg_info.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/install_headers.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/install_lib.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/install_scripts.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/py37compat.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/register.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/sdist.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/command/upload.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/config.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/core.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/cygwinccompiler.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/debug.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/dep_util.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/dir_util.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/dist.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/errors.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/extension.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/fancy_getopt.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/file_util.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/filelist.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/log.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/msvc9compiler.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/msvccompiler.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/py38compat.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/py39compat.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/spawn.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/sysconfig.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/text_file.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/unixccompiler.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/util.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/version.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_distutils/versionpredicate.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_entry_points.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_imp.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_importlib.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_itertools.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_path.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_reqs.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/zipp.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_collections.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_compat.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_functools.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_meta.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_text.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_adapters.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_common.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_itertools.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_legacy.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/abc.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/readers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/simple.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_adapters.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_common.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_compat.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_itertools.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_legacy.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/abc.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/readers.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/simple.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/functools.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/context.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/more.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/recipes.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/ordered_set.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/__about__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/_manylinux.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/_musllinux.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/_structures.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/markers.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/requirements.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/specifiers.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/tags.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/utils.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/packaging/version.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/common.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/core.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/results.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/util.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/actions.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/common.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/core.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/diagram/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/exceptions.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/helpers.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/results.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/testing.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/unicode.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/util.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/tomli/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/tomli/_parser.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/tomli/_re.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/tomli/_types.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions.py create mode 100755 env/lib/python3.11/site-packages/setuptools/_vendor/zipp.py create mode 100755 env/lib/python3.11/site-packages/setuptools/archive_util.py create mode 100755 env/lib/python3.11/site-packages/setuptools/build_meta.py create mode 100755 env/lib/python3.11/site-packages/setuptools/cli-32.exe create mode 100755 env/lib/python3.11/site-packages/setuptools/cli-64.exe create mode 100755 env/lib/python3.11/site-packages/setuptools/cli-arm64.exe create mode 100755 env/lib/python3.11/site-packages/setuptools/cli.exe create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/alias.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/build.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/build_clib.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/build_ext.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/build_py.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/develop.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/dist_info.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/easy_install.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/egg_info.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/install.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/install_lib.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/install_scripts.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/py36compat.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/register.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/rotate.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/saveopts.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/sdist.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/setopt.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/test.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/upload.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/__pycache__/upload_docs.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/command/alias.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/bdist_egg.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/bdist_rpm.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/build.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/build_clib.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/build_ext.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/build_py.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/develop.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/dist_info.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/easy_install.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/editable_wheel.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/egg_info.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/install.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/install_egg_info.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/install_lib.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/install_scripts.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/launcher manifest.xml create mode 100755 env/lib/python3.11/site-packages/setuptools/command/py36compat.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/register.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/rotate.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/saveopts.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/sdist.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/setopt.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/test.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/upload.py create mode 100755 env/lib/python3.11/site-packages/setuptools/command/upload_docs.py create mode 100755 env/lib/python3.11/site-packages/setuptools/config/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/config/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/config/__pycache__/expand.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/config/__pycache__/setupcfg.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py create mode 100755 env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/error_reporting.py create mode 100755 env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/extra_validations.py create mode 100755 env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py create mode 100755 env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py create mode 100755 env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/formats.py create mode 100755 env/lib/python3.11/site-packages/setuptools/config/expand.py create mode 100755 env/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py create mode 100755 env/lib/python3.11/site-packages/setuptools/config/setupcfg.py create mode 100755 env/lib/python3.11/site-packages/setuptools/dep_util.py create mode 100755 env/lib/python3.11/site-packages/setuptools/depends.py create mode 100755 env/lib/python3.11/site-packages/setuptools/discovery.py create mode 100755 env/lib/python3.11/site-packages/setuptools/dist.py create mode 100755 env/lib/python3.11/site-packages/setuptools/errors.py create mode 100755 env/lib/python3.11/site-packages/setuptools/extension.py create mode 100755 env/lib/python3.11/site-packages/setuptools/extern/__init__.py create mode 100755 env/lib/python3.11/site-packages/setuptools/extern/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/setuptools/glob.py create mode 100755 env/lib/python3.11/site-packages/setuptools/gui-32.exe create mode 100755 env/lib/python3.11/site-packages/setuptools/gui-64.exe create mode 100755 env/lib/python3.11/site-packages/setuptools/gui-arm64.exe create mode 100755 env/lib/python3.11/site-packages/setuptools/gui.exe create mode 100755 env/lib/python3.11/site-packages/setuptools/installer.py create mode 100755 env/lib/python3.11/site-packages/setuptools/launch.py create mode 100755 env/lib/python3.11/site-packages/setuptools/logging.py create mode 100755 env/lib/python3.11/site-packages/setuptools/monkey.py create mode 100755 env/lib/python3.11/site-packages/setuptools/msvc.py create mode 100755 env/lib/python3.11/site-packages/setuptools/namespaces.py create mode 100755 env/lib/python3.11/site-packages/setuptools/package_index.py create mode 100755 env/lib/python3.11/site-packages/setuptools/py34compat.py create mode 100755 env/lib/python3.11/site-packages/setuptools/sandbox.py create mode 100755 env/lib/python3.11/site-packages/setuptools/script (dev).tmpl create mode 100755 env/lib/python3.11/site-packages/setuptools/script.tmpl create mode 100755 env/lib/python3.11/site-packages/setuptools/unicode_utils.py create mode 100755 env/lib/python3.11/site-packages/setuptools/version.py create mode 100755 env/lib/python3.11/site-packages/setuptools/wheel.py create mode 100755 env/lib/python3.11/site-packages/setuptools/windows_support.py create mode 100755 env/lib/python3.11/site-packages/yaml/__init__.py create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/__init__.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/composer.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/constructor.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/cyaml.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/dumper.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/emitter.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/error.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/events.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/loader.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/nodes.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/parser.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/reader.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/representer.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/resolver.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/scanner.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/serializer.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/__pycache__/tokens.cpython-311.pyc create mode 100755 env/lib/python3.11/site-packages/yaml/_yaml.cpython-311-x86_64-linux-gnu.so create mode 100755 env/lib/python3.11/site-packages/yaml/composer.py create mode 100755 env/lib/python3.11/site-packages/yaml/constructor.py create mode 100755 env/lib/python3.11/site-packages/yaml/cyaml.py create mode 100755 env/lib/python3.11/site-packages/yaml/dumper.py create mode 100755 env/lib/python3.11/site-packages/yaml/emitter.py create mode 100755 env/lib/python3.11/site-packages/yaml/error.py create mode 100755 env/lib/python3.11/site-packages/yaml/events.py create mode 100755 env/lib/python3.11/site-packages/yaml/loader.py create mode 100755 env/lib/python3.11/site-packages/yaml/nodes.py create mode 100755 env/lib/python3.11/site-packages/yaml/parser.py create mode 100755 env/lib/python3.11/site-packages/yaml/reader.py create mode 100755 env/lib/python3.11/site-packages/yaml/representer.py create mode 100755 env/lib/python3.11/site-packages/yaml/resolver.py create mode 100755 env/lib/python3.11/site-packages/yaml/scanner.py create mode 100755 env/lib/python3.11/site-packages/yaml/serializer.py create mode 100755 env/lib/python3.11/site-packages/yaml/tokens.py create mode 100755 env/pyvenv.cfg create mode 100755 exclude.txt create mode 100755 readme.txt create mode 100755 requirements.txt create mode 100755 src/config/config.yaml create mode 100755 src/config/old/main2.py create mode 100755 src/main.py create mode 100755 src/main.py.save diff --git a/Dockerfile b/Dockerfile new file mode 100755 index 0000000..5574d5d --- /dev/null +++ b/Dockerfile @@ -0,0 +1,17 @@ +# Utiliser une image Python de base +FROM python:3.9-slim + +# Définir le répertoire de travail +WORKDIR /app + +# Copier les fichiers de dépendances +COPY requirements.txt . + +# Installer les dépendances +RUN pip install --no-cache-dir -r requirements.txt + +# Copier les fichiers de l'application +COPY src/ . + +# Commande pour exécuter l'application +CMD ["python", "./main.py"] \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100755 index 0000000..c4a7f1a --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,11 @@ +version: "3.8" + +services: + app: + container_name: tac2100_compteur_modbus2mqtt + build: . + volumes: + - ./src:/app + - ./src/config:/usr/src/app/config + + restart: unless-stopped diff --git a/env/bin/Activate.ps1 b/env/bin/Activate.ps1 new file mode 100755 index 0000000..b49d77b --- /dev/null +++ b/env/bin/Activate.ps1 @@ -0,0 +1,247 @@ +<# +.Synopsis +Activate a Python virtual environment for the current PowerShell session. + +.Description +Pushes the python executable for a virtual environment to the front of the +$Env:PATH environment variable and sets the prompt to signify that you are +in a Python virtual environment. Makes use of the command line switches as +well as the `pyvenv.cfg` file values present in the virtual environment. + +.Parameter VenvDir +Path to the directory that contains the virtual environment to activate. The +default value for this is the parent of the directory that the Activate.ps1 +script is located within. + +.Parameter Prompt +The prompt prefix to display when this virtual environment is activated. By +default, this prompt is the name of the virtual environment folder (VenvDir) +surrounded by parentheses and followed by a single space (ie. '(.venv) '). + +.Example +Activate.ps1 +Activates the Python virtual environment that contains the Activate.ps1 script. + +.Example +Activate.ps1 -Verbose +Activates the Python virtual environment that contains the Activate.ps1 script, +and shows extra information about the activation as it executes. + +.Example +Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv +Activates the Python virtual environment located in the specified location. + +.Example +Activate.ps1 -Prompt "MyPython" +Activates the Python virtual environment that contains the Activate.ps1 script, +and prefixes the current prompt with the specified string (surrounded in +parentheses) while the virtual environment is active. + +.Notes +On Windows, it may be required to enable this Activate.ps1 script by setting the +execution policy for the user. You can do this by issuing the following PowerShell +command: + +PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser + +For more information on Execution Policies: +https://go.microsoft.com/fwlink/?LinkID=135170 + +#> +Param( + [Parameter(Mandatory = $false)] + [String] + $VenvDir, + [Parameter(Mandatory = $false)] + [String] + $Prompt +) + +<# Function declarations --------------------------------------------------- #> + +<# +.Synopsis +Remove all shell session elements added by the Activate script, including the +addition of the virtual environment's Python executable from the beginning of +the PATH variable. + +.Parameter NonDestructive +If present, do not remove this function from the global namespace for the +session. + +#> +function global:deactivate ([switch]$NonDestructive) { + # Revert to original values + + # The prior prompt: + if (Test-Path -Path Function:_OLD_VIRTUAL_PROMPT) { + Copy-Item -Path Function:_OLD_VIRTUAL_PROMPT -Destination Function:prompt + Remove-Item -Path Function:_OLD_VIRTUAL_PROMPT + } + + # The prior PYTHONHOME: + if (Test-Path -Path Env:_OLD_VIRTUAL_PYTHONHOME) { + Copy-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME -Destination Env:PYTHONHOME + Remove-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME + } + + # The prior PATH: + if (Test-Path -Path Env:_OLD_VIRTUAL_PATH) { + Copy-Item -Path Env:_OLD_VIRTUAL_PATH -Destination Env:PATH + Remove-Item -Path Env:_OLD_VIRTUAL_PATH + } + + # Just remove the VIRTUAL_ENV altogether: + if (Test-Path -Path Env:VIRTUAL_ENV) { + Remove-Item -Path env:VIRTUAL_ENV + } + + # Just remove VIRTUAL_ENV_PROMPT altogether. + if (Test-Path -Path Env:VIRTUAL_ENV_PROMPT) { + Remove-Item -Path env:VIRTUAL_ENV_PROMPT + } + + # Just remove the _PYTHON_VENV_PROMPT_PREFIX altogether: + if (Get-Variable -Name "_PYTHON_VENV_PROMPT_PREFIX" -ErrorAction SilentlyContinue) { + Remove-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Scope Global -Force + } + + # Leave deactivate function in the global namespace if requested: + if (-not $NonDestructive) { + Remove-Item -Path function:deactivate + } +} + +<# +.Description +Get-PyVenvConfig parses the values from the pyvenv.cfg file located in the +given folder, and returns them in a map. + +For each line in the pyvenv.cfg file, if that line can be parsed into exactly +two strings separated by `=` (with any amount of whitespace surrounding the =) +then it is considered a `key = value` line. The left hand string is the key, +the right hand is the value. + +If the value starts with a `'` or a `"` then the first and last character is +stripped from the value before being captured. + +.Parameter ConfigDir +Path to the directory that contains the `pyvenv.cfg` file. +#> +function Get-PyVenvConfig( + [String] + $ConfigDir +) { + Write-Verbose "Given ConfigDir=$ConfigDir, obtain values in pyvenv.cfg" + + # Ensure the file exists, and issue a warning if it doesn't (but still allow the function to continue). + $pyvenvConfigPath = Join-Path -Resolve -Path $ConfigDir -ChildPath 'pyvenv.cfg' -ErrorAction Continue + + # An empty map will be returned if no config file is found. + $pyvenvConfig = @{ } + + if ($pyvenvConfigPath) { + + Write-Verbose "File exists, parse `key = value` lines" + $pyvenvConfigContent = Get-Content -Path $pyvenvConfigPath + + $pyvenvConfigContent | ForEach-Object { + $keyval = $PSItem -split "\s*=\s*", 2 + if ($keyval[0] -and $keyval[1]) { + $val = $keyval[1] + + # Remove extraneous quotations around a string value. + if ("'""".Contains($val.Substring(0, 1))) { + $val = $val.Substring(1, $val.Length - 2) + } + + $pyvenvConfig[$keyval[0]] = $val + Write-Verbose "Adding Key: '$($keyval[0])'='$val'" + } + } + } + return $pyvenvConfig +} + + +<# Begin Activate script --------------------------------------------------- #> + +# Determine the containing directory of this script +$VenvExecPath = Split-Path -Parent $MyInvocation.MyCommand.Definition +$VenvExecDir = Get-Item -Path $VenvExecPath + +Write-Verbose "Activation script is located in path: '$VenvExecPath'" +Write-Verbose "VenvExecDir Fullname: '$($VenvExecDir.FullName)" +Write-Verbose "VenvExecDir Name: '$($VenvExecDir.Name)" + +# Set values required in priority: CmdLine, ConfigFile, Default +# First, get the location of the virtual environment, it might not be +# VenvExecDir if specified on the command line. +if ($VenvDir) { + Write-Verbose "VenvDir given as parameter, using '$VenvDir' to determine values" +} +else { + Write-Verbose "VenvDir not given as a parameter, using parent directory name as VenvDir." + $VenvDir = $VenvExecDir.Parent.FullName.TrimEnd("\\/") + Write-Verbose "VenvDir=$VenvDir" +} + +# Next, read the `pyvenv.cfg` file to determine any required value such +# as `prompt`. +$pyvenvCfg = Get-PyVenvConfig -ConfigDir $VenvDir + +# Next, set the prompt from the command line, or the config file, or +# just use the name of the virtual environment folder. +if ($Prompt) { + Write-Verbose "Prompt specified as argument, using '$Prompt'" +} +else { + Write-Verbose "Prompt not specified as argument to script, checking pyvenv.cfg value" + if ($pyvenvCfg -and $pyvenvCfg['prompt']) { + Write-Verbose " Setting based on value in pyvenv.cfg='$($pyvenvCfg['prompt'])'" + $Prompt = $pyvenvCfg['prompt']; + } + else { + Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the virtual environment)" + Write-Verbose " Got leaf-name of $VenvDir='$(Split-Path -Path $venvDir -Leaf)'" + $Prompt = Split-Path -Path $venvDir -Leaf + } +} + +Write-Verbose "Prompt = '$Prompt'" +Write-Verbose "VenvDir='$VenvDir'" + +# Deactivate any currently active virtual environment, but leave the +# deactivate function in place. +deactivate -nondestructive + +# Now set the environment variable VIRTUAL_ENV, used by many tools to determine +# that there is an activated venv. +$env:VIRTUAL_ENV = $VenvDir + +if (-not $Env:VIRTUAL_ENV_DISABLE_PROMPT) { + + Write-Verbose "Setting prompt to '$Prompt'" + + # Set the prompt to include the env name + # Make sure _OLD_VIRTUAL_PROMPT is global + function global:_OLD_VIRTUAL_PROMPT { "" } + Copy-Item -Path function:prompt -Destination function:_OLD_VIRTUAL_PROMPT + New-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Description "Python virtual environment prompt prefix" -Scope Global -Option ReadOnly -Visibility Public -Value $Prompt + + function global:prompt { + Write-Host -NoNewline -ForegroundColor Green "($_PYTHON_VENV_PROMPT_PREFIX) " + _OLD_VIRTUAL_PROMPT + } + $env:VIRTUAL_ENV_PROMPT = $Prompt +} + +# Clear PYTHONHOME +if (Test-Path -Path Env:PYTHONHOME) { + Copy-Item -Path Env:PYTHONHOME -Destination Env:_OLD_VIRTUAL_PYTHONHOME + Remove-Item -Path Env:PYTHONHOME +} + +# Add the venv to the PATH +Copy-Item -Path Env:PATH -Destination Env:_OLD_VIRTUAL_PATH +$Env:PATH = "$VenvExecDir$([System.IO.Path]::PathSeparator)$Env:PATH" diff --git a/env/bin/activate b/env/bin/activate new file mode 100755 index 0000000..0746da1 --- /dev/null +++ b/env/bin/activate @@ -0,0 +1,69 @@ +# This file must be used with "source bin/activate" *from bash* +# you cannot run it directly + +deactivate () { + # reset old environment variables + if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then + PATH="${_OLD_VIRTUAL_PATH:-}" + export PATH + unset _OLD_VIRTUAL_PATH + fi + if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then + PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}" + export PYTHONHOME + unset _OLD_VIRTUAL_PYTHONHOME + fi + + # This should detect bash and zsh, which have a hash command that must + # be called to get it to forget past commands. Without forgetting + # past commands the $PATH changes we made may not be respected + if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then + hash -r 2> /dev/null + fi + + if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then + PS1="${_OLD_VIRTUAL_PS1:-}" + export PS1 + unset _OLD_VIRTUAL_PS1 + fi + + unset VIRTUAL_ENV + unset VIRTUAL_ENV_PROMPT + if [ ! "${1:-}" = "nondestructive" ] ; then + # Self destruct! + unset -f deactivate + fi +} + +# unset irrelevant variables +deactivate nondestructive + +VIRTUAL_ENV="/home/gilles/Documents/python/modbus2mqtt/env" +export VIRTUAL_ENV + +_OLD_VIRTUAL_PATH="$PATH" +PATH="$VIRTUAL_ENV/bin:$PATH" +export PATH + +# unset PYTHONHOME if set +# this will fail if PYTHONHOME is set to the empty string (which is bad anyway) +# could use `if (set -u; : $PYTHONHOME) ;` in bash +if [ -n "${PYTHONHOME:-}" ] ; then + _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}" + unset PYTHONHOME +fi + +if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then + _OLD_VIRTUAL_PS1="${PS1:-}" + PS1="(env) ${PS1:-}" + export PS1 + VIRTUAL_ENV_PROMPT="(env) " + export VIRTUAL_ENV_PROMPT +fi + +# This should detect bash and zsh, which have a hash command that must +# be called to get it to forget past commands. Without forgetting +# past commands the $PATH changes we made may not be respected +if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then + hash -r 2> /dev/null +fi diff --git a/env/bin/activate.csh b/env/bin/activate.csh new file mode 100755 index 0000000..1a30446 --- /dev/null +++ b/env/bin/activate.csh @@ -0,0 +1,26 @@ +# This file must be used with "source bin/activate.csh" *from csh*. +# You cannot run it directly. +# Created by Davide Di Blasi . +# Ported to Python 3.3 venv by Andrew Svetlov + +alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV "/home/gilles/Documents/python/modbus2mqtt/env" + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/bin:$PATH" + + +set _OLD_VIRTUAL_PROMPT="$prompt" + +if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then + set prompt = "(env) $prompt" + setenv VIRTUAL_ENV_PROMPT "(env) " +endif + +alias pydoc python -m pydoc + +rehash diff --git a/env/bin/activate.fish b/env/bin/activate.fish new file mode 100755 index 0000000..b3a7cb8 --- /dev/null +++ b/env/bin/activate.fish @@ -0,0 +1,69 @@ +# This file must be used with "source /bin/activate.fish" *from fish* +# (https://fishshell.com/); you cannot run it directly. + +function deactivate -d "Exit virtual environment and return to normal shell environment" + # reset old environment variables + if test -n "$_OLD_VIRTUAL_PATH" + set -gx PATH $_OLD_VIRTUAL_PATH + set -e _OLD_VIRTUAL_PATH + end + if test -n "$_OLD_VIRTUAL_PYTHONHOME" + set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME + set -e _OLD_VIRTUAL_PYTHONHOME + end + + if test -n "$_OLD_FISH_PROMPT_OVERRIDE" + set -e _OLD_FISH_PROMPT_OVERRIDE + # prevents error when using nested fish instances (Issue #93858) + if functions -q _old_fish_prompt + functions -e fish_prompt + functions -c _old_fish_prompt fish_prompt + functions -e _old_fish_prompt + end + end + + set -e VIRTUAL_ENV + set -e VIRTUAL_ENV_PROMPT + if test "$argv[1]" != "nondestructive" + # Self-destruct! + functions -e deactivate + end +end + +# Unset irrelevant variables. +deactivate nondestructive + +set -gx VIRTUAL_ENV "/home/gilles/Documents/python/modbus2mqtt/env" + +set -gx _OLD_VIRTUAL_PATH $PATH +set -gx PATH "$VIRTUAL_ENV/bin" $PATH + +# Unset PYTHONHOME if set. +if set -q PYTHONHOME + set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME + set -e PYTHONHOME +end + +if test -z "$VIRTUAL_ENV_DISABLE_PROMPT" + # fish uses a function instead of an env var to generate the prompt. + + # Save the current fish_prompt function as the function _old_fish_prompt. + functions -c fish_prompt _old_fish_prompt + + # With the original prompt function renamed, we can override with our own. + function fish_prompt + # Save the return status of the last command. + set -l old_status $status + + # Output the venv prompt; color taken from the blue of the Python logo. + printf "%s%s%s" (set_color 4B8BBE) "(env) " (set_color normal) + + # Restore the return status of the previous command. + echo "exit $old_status" | . + # Output the original/"old" prompt. + _old_fish_prompt + end + + set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV" + set -gx VIRTUAL_ENV_PROMPT "(env) " +end diff --git a/env/bin/pip b/env/bin/pip new file mode 100755 index 0000000..4cb193a --- /dev/null +++ b/env/bin/pip @@ -0,0 +1,8 @@ +#!/home/gilles/Documents/python/modbus2mqtt/env/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/env/bin/pip3 b/env/bin/pip3 new file mode 100755 index 0000000..4cb193a --- /dev/null +++ b/env/bin/pip3 @@ -0,0 +1,8 @@ +#!/home/gilles/Documents/python/modbus2mqtt/env/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/env/bin/pip3.11 b/env/bin/pip3.11 new file mode 100755 index 0000000..4cb193a --- /dev/null +++ b/env/bin/pip3.11 @@ -0,0 +1,8 @@ +#!/home/gilles/Documents/python/modbus2mqtt/env/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/env/bin/pymodbus.console b/env/bin/pymodbus.console new file mode 100755 index 0000000..b78b31f --- /dev/null +++ b/env/bin/pymodbus.console @@ -0,0 +1,8 @@ +#!/home/gilles/Documents/python/modbus2mqtt/env/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pymodbus.repl.client.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/env/bin/pymodbus.server b/env/bin/pymodbus.server new file mode 100755 index 0000000..8f4aaf7 --- /dev/null +++ b/env/bin/pymodbus.server @@ -0,0 +1,8 @@ +#!/home/gilles/Documents/python/modbus2mqtt/env/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pymodbus.repl.server.main import app +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(app()) diff --git a/env/bin/pymodbus.simulator b/env/bin/pymodbus.simulator new file mode 100755 index 0000000..ef9c931 --- /dev/null +++ b/env/bin/pymodbus.simulator @@ -0,0 +1,8 @@ +#!/home/gilles/Documents/python/modbus2mqtt/env/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pymodbus.server.simulator.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/INSTALLER b/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/INSTALLER new file mode 100755 index 0000000..a1b589e --- /dev/null +++ b/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/LICENSE b/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/LICENSE new file mode 100755 index 0000000..2f1b8e1 --- /dev/null +++ b/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2017-2021 Ingy döt Net +Copyright (c) 2006-2016 Kirill Simonov + +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/python3.11/site-packages/PyYAML-6.0.1.dist-info/METADATA b/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/METADATA new file mode 100755 index 0000000..c890598 --- /dev/null +++ b/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/METADATA @@ -0,0 +1,46 @@ +Metadata-Version: 2.1 +Name: PyYAML +Version: 6.0.1 +Summary: YAML parser and emitter for Python +Home-page: https://pyyaml.org/ +Download-URL: https://pypi.org/project/PyYAML/ +Author: Kirill Simonov +Author-email: xi@resolvent.net +License: MIT +Project-URL: Bug Tracker, https://github.com/yaml/pyyaml/issues +Project-URL: CI, https://github.com/yaml/pyyaml/actions +Project-URL: Documentation, https://pyyaml.org/wiki/PyYAMLDocumentation +Project-URL: Mailing lists, http://lists.sourceforge.net/lists/listinfo/yaml-core +Project-URL: Source Code, https://github.com/yaml/pyyaml +Platform: Any +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Cython +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.6 +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 :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Text Processing :: Markup +Requires-Python: >=3.6 +License-File: LICENSE + +YAML is a data serialization format designed for human readability +and interaction with scripting languages. PyYAML is a YAML parser +and emitter for Python. + +PyYAML features a complete YAML 1.1 parser, Unicode support, pickle +support, capable extension API, and sensible error messages. PyYAML +supports standard YAML tags and provides Python-specific tags that +allow to represent an arbitrary Python object. + +PyYAML is applicable for a broad range of tasks from complex +configuration files to object serialization and persistence. diff --git a/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/RECORD b/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/RECORD new file mode 100755 index 0000000..365419b --- /dev/null +++ b/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/RECORD @@ -0,0 +1,44 @@ +PyYAML-6.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +PyYAML-6.0.1.dist-info/LICENSE,sha256=jTko-dxEkP1jVwfLiOsmvXZBAqcoKVQwfT5RZ6V36KQ,1101 +PyYAML-6.0.1.dist-info/METADATA,sha256=UNNF8-SzzwOKXVo-kV5lXUGH2_wDWMBmGxqISpp5HQk,2058 +PyYAML-6.0.1.dist-info/RECORD,, +PyYAML-6.0.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +PyYAML-6.0.1.dist-info/WHEEL,sha256=8KU227XctfdX2qUwyjQUO-ciQuZtmyPUCKmeGV6Byto,152 +PyYAML-6.0.1.dist-info/top_level.txt,sha256=rpj0IVMTisAjh_1vG3Ccf9v5jpCQwAz6cD1IVU5ZdhQ,11 +_yaml/__init__.py,sha256=04Ae_5osxahpJHa3XBZUAf4wi6XX32gR8D6X6p64GEA,1402 +_yaml/__pycache__/__init__.cpython-311.pyc,, +yaml/__init__.py,sha256=bhl05qSeO-1ZxlSRjGrvl2m9nrXb1n9-GQatTN0Mrqc,12311 +yaml/__pycache__/__init__.cpython-311.pyc,, +yaml/__pycache__/composer.cpython-311.pyc,, +yaml/__pycache__/constructor.cpython-311.pyc,, +yaml/__pycache__/cyaml.cpython-311.pyc,, +yaml/__pycache__/dumper.cpython-311.pyc,, +yaml/__pycache__/emitter.cpython-311.pyc,, +yaml/__pycache__/error.cpython-311.pyc,, +yaml/__pycache__/events.cpython-311.pyc,, +yaml/__pycache__/loader.cpython-311.pyc,, +yaml/__pycache__/nodes.cpython-311.pyc,, +yaml/__pycache__/parser.cpython-311.pyc,, +yaml/__pycache__/reader.cpython-311.pyc,, +yaml/__pycache__/representer.cpython-311.pyc,, +yaml/__pycache__/resolver.cpython-311.pyc,, +yaml/__pycache__/scanner.cpython-311.pyc,, +yaml/__pycache__/serializer.cpython-311.pyc,, +yaml/__pycache__/tokens.cpython-311.pyc,, +yaml/_yaml.cpython-311-x86_64-linux-gnu.so,sha256=ls52EONnCPWCytU6wojl6RE4BhAUdu8LH3XIYfgpH0k,2504120 +yaml/composer.py,sha256=_Ko30Wr6eDWUeUpauUGT3Lcg9QPBnOPVlTnIMRGJ9FM,4883 +yaml/constructor.py,sha256=kNgkfaeLUkwQYY_Q6Ff1Tz2XVw_pG1xVE9Ak7z-viLA,28639 +yaml/cyaml.py,sha256=6ZrAG9fAYvdVe2FK_w0hmXoG7ZYsoYUwapG8CiC72H0,3851 +yaml/dumper.py,sha256=PLctZlYwZLp7XmeUdwRuv4nYOZ2UBnDIUy8-lKfLF-o,2837 +yaml/emitter.py,sha256=jghtaU7eFwg31bG0B7RZea_29Adi9CKmXq_QjgQpCkQ,43006 +yaml/error.py,sha256=Ah9z-toHJUbE9j-M8YpxgSRM5CgLCcwVzJgLLRF2Fxo,2533 +yaml/events.py,sha256=50_TksgQiE4up-lKo_V-nBy-tAIxkIPQxY5qDhKCeHw,2445 +yaml/loader.py,sha256=UVa-zIqmkFSCIYq_PgSGm4NSJttHY2Rf_zQ4_b1fHN0,2061 +yaml/nodes.py,sha256=gPKNj8pKCdh2d4gr3gIYINnPOaOxGhJAUiYhGRnPE84,1440 +yaml/parser.py,sha256=ilWp5vvgoHFGzvOZDItFoGjD6D42nhlZrZyjAwa0oJo,25495 +yaml/reader.py,sha256=0dmzirOiDG4Xo41RnuQS7K9rkY3xjHiVasfDMNTqCNw,6794 +yaml/representer.py,sha256=IuWP-cAW9sHKEnS0gCqSa894k1Bg4cgTxaDwIcbRQ-Y,14190 +yaml/resolver.py,sha256=9L-VYfm4mWHxUD1Vg4X7rjDRK_7VZd6b92wzq7Y2IKY,9004 +yaml/scanner.py,sha256=YEM3iLZSaQwXcQRg2l2R4MdT0zGP2F9eHkKGKnHyWQY,51279 +yaml/serializer.py,sha256=ChuFgmhU01hj4xgI8GaKv6vfM2Bujwa9i7d2FAHj7cA,4165 +yaml/tokens.py,sha256=lTQIzSVw8Mg9wv459-TjiOQe6wVziqaRlqX2_89rp54,2573 diff --git a/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/REQUESTED b/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/REQUESTED new file mode 100755 index 0000000..e69de29 diff --git a/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/WHEEL b/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/WHEEL new file mode 100755 index 0000000..3bed0cb --- /dev/null +++ b/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.40.0) +Root-Is-Purelib: false +Tag: cp311-cp311-manylinux_2_17_x86_64 +Tag: cp311-cp311-manylinux2014_x86_64 + diff --git a/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/top_level.txt b/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/top_level.txt new file mode 100755 index 0000000..e6475e9 --- /dev/null +++ b/env/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/top_level.txt @@ -0,0 +1,2 @@ +_yaml +yaml diff --git a/env/lib/python3.11/site-packages/_distutils_hack/__init__.py b/env/lib/python3.11/site-packages/_distutils_hack/__init__.py new file mode 100755 index 0000000..f987a53 --- /dev/null +++ b/env/lib/python3.11/site-packages/_distutils_hack/__init__.py @@ -0,0 +1,222 @@ +# don't import any costly modules +import sys +import os + + +is_pypy = '__pypy__' in sys.builtin_module_names + + +def warn_distutils_present(): + if 'distutils' not in sys.modules: + return + if is_pypy and sys.version_info < (3, 7): + # PyPy for 3.6 unconditionally imports distutils, so bypass the warning + # https://foss.heptapod.net/pypy/pypy/-/blob/be829135bc0d758997b3566062999ee8b23872b4/lib-python/3/site.py#L250 + return + import warnings + + warnings.warn( + "Distutils was imported before Setuptools, but importing Setuptools " + "also replaces the `distutils` module in `sys.modules`. This may lead " + "to undesirable behaviors or errors. To avoid these issues, avoid " + "using distutils directly, ensure that setuptools is installed in the " + "traditional way (e.g. not an editable install), and/or make sure " + "that setuptools is always imported before distutils." + ) + + +def clear_distutils(): + if 'distutils' not in sys.modules: + return + import warnings + + warnings.warn("Setuptools is replacing distutils.") + mods = [ + name + for name in sys.modules + if name == "distutils" or name.startswith("distutils.") + ] + for name in mods: + del sys.modules[name] + + +def enabled(): + """ + Allow selection of distutils by environment variable. + """ + which = os.environ.get('SETUPTOOLS_USE_DISTUTILS', 'local') + return which == 'local' + + +def ensure_local_distutils(): + import importlib + + clear_distutils() + + # With the DistutilsMetaFinder in place, + # perform an import to cause distutils to be + # loaded from setuptools._distutils. Ref #2906. + with shim(): + importlib.import_module('distutils') + + # check that submodules load as expected + core = importlib.import_module('distutils.core') + assert '_distutils' in core.__file__, core.__file__ + assert 'setuptools._distutils.log' not in sys.modules + + +def do_override(): + """ + Ensure that the local copy of distutils is preferred over stdlib. + + See https://github.com/pypa/setuptools/issues/417#issuecomment-392298401 + for more motivation. + """ + if enabled(): + warn_distutils_present() + ensure_local_distutils() + + +class _TrivialRe: + def __init__(self, *patterns): + self._patterns = patterns + + def match(self, string): + return all(pat in string for pat in self._patterns) + + +class DistutilsMetaFinder: + def find_spec(self, fullname, path, target=None): + # optimization: only consider top level modules and those + # found in the CPython test suite. + if path is not None and not fullname.startswith('test.'): + return + + method_name = 'spec_for_{fullname}'.format(**locals()) + method = getattr(self, method_name, lambda: None) + return method() + + def spec_for_distutils(self): + if self.is_cpython(): + return + + import importlib + import importlib.abc + import importlib.util + + try: + mod = importlib.import_module('setuptools._distutils') + except Exception: + # There are a couple of cases where setuptools._distutils + # may not be present: + # - An older Setuptools without a local distutils is + # taking precedence. Ref #2957. + # - Path manipulation during sitecustomize removes + # setuptools from the path but only after the hook + # has been loaded. Ref #2980. + # In either case, fall back to stdlib behavior. + return + + class DistutilsLoader(importlib.abc.Loader): + def create_module(self, spec): + mod.__name__ = 'distutils' + return mod + + def exec_module(self, module): + pass + + return importlib.util.spec_from_loader( + 'distutils', DistutilsLoader(), origin=mod.__file__ + ) + + @staticmethod + def is_cpython(): + """ + Suppress supplying distutils for CPython (build and tests). + Ref #2965 and #3007. + """ + return os.path.isfile('pybuilddir.txt') + + def spec_for_pip(self): + """ + Ensure stdlib distutils when running under pip. + See pypa/pip#8761 for rationale. + """ + if self.pip_imported_during_build(): + return + clear_distutils() + self.spec_for_distutils = lambda: None + + @classmethod + def pip_imported_during_build(cls): + """ + Detect if pip is being imported in a build script. Ref #2355. + """ + import traceback + + return any( + cls.frame_file_is_setup(frame) for frame, line in traceback.walk_stack(None) + ) + + @staticmethod + def frame_file_is_setup(frame): + """ + Return True if the indicated frame suggests a setup.py file. + """ + # some frames may not have __file__ (#2940) + return frame.f_globals.get('__file__', '').endswith('setup.py') + + def spec_for_sensitive_tests(self): + """ + Ensure stdlib distutils when running select tests under CPython. + + python/cpython#91169 + """ + clear_distutils() + self.spec_for_distutils = lambda: None + + sensitive_tests = ( + [ + 'test.test_distutils', + 'test.test_peg_generator', + 'test.test_importlib', + ] + if sys.version_info < (3, 10) + else [ + 'test.test_distutils', + ] + ) + + +for name in DistutilsMetaFinder.sensitive_tests: + setattr( + DistutilsMetaFinder, + f'spec_for_{name}', + DistutilsMetaFinder.spec_for_sensitive_tests, + ) + + +DISTUTILS_FINDER = DistutilsMetaFinder() + + +def add_shim(): + DISTUTILS_FINDER in sys.meta_path or insert_shim() + + +class shim: + def __enter__(self): + insert_shim() + + def __exit__(self, exc, value, tb): + remove_shim() + + +def insert_shim(): + sys.meta_path.insert(0, DISTUTILS_FINDER) + + +def remove_shim(): + try: + sys.meta_path.remove(DISTUTILS_FINDER) + except ValueError: + pass diff --git a/env/lib/python3.11/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..4475e05023456ec411607ac4bc3ae313d9013071 GIT binary patch literal 11176 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc b/env/lib/python3.11/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..175597352591f1d037cc5509d04468ebfca29c0d GIT binary patch literal 333 zcmZ3^%ge<81OZX*sX9RVF^B^L%uvQ>2OwiQ0~13kLkhz(Mh1q}Knwv3;4GL3h+YQ7 ztKkBS3@MDk44O>0_~TPDi%UvNGINUKGZK@t{eWUz@$s3t1^GoK@$t8~Q}W~U%TkMq zGE-7lGJFOZ@GDI}BR@A)KRq)iC$(7LB|o_|H#M)MSihjMBqKjhKQ})mskGQAx3Hu{ zKQ*sRKPNK@DrKx^XsBPDS(2(-0JJJG9jF`4dVQE(dIgogIBbAMmFA?{6>$Kq1^KF2 t14w*eW@Kc%!NAqPb%9&vB7^J|2HEQjnwJ= (3, 6) else ImportError + raise exc("No module named '_yaml'") +else: + from yaml._yaml import * + import warnings + warnings.warn( + 'The _yaml extension module is now located at yaml._yaml' + ' and its location is subject to change. To use the' + ' LibYAML-based parser and emitter, import from `yaml`:' + ' `from yaml import CLoader as Loader, CDumper as Dumper`.', + DeprecationWarning + ) + del warnings + # Don't `del yaml` here because yaml is actually an existing + # namespace member of _yaml. + +__name__ = '_yaml' +# If the module is top-level (i.e. not a part of any specific package) +# then the attribute should be set to ''. +# https://docs.python.org/3.8/library/types.html +__package__ = '' diff --git a/env/lib/python3.11/site-packages/_yaml/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/_yaml/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..329049aa1bfa98862a84289354c64511efe3c77d GIT binary patch literal 950 zcmY*X!EVz)5Z#TP#Bq|AP?drT(pDVOpf*T!Mkai zo+8Ade}KdX6c7^P$Y-Rehu~8sPQ3+{Q%}s=jS#c5bN}f`{rRJf*5&L=`)^6GaFTRP`}U zR#SjX*{MSeDA+N*#ehn?>5VwPR@J~u+s=&bwnp{C1R!9?gwdvEXR29SujXw09F?-C z(y$(0GR>|dTBhsNdzR;#=1K{Nxm_A?hxw-CZ?RJ1RF-?10!ngK+ZnP+gE(qNd)R!^F?hYqD>k^kWECD!65D6^D-j;6@NATDxLEz0h^=;Y^ zL@?55S$>n23E5zz!zmGvX4R>`e7Lr{ShqNYYg+-Q0g-X2=LkWA1>$&Z76`HxFptz^ zvf4dTi!`Z>&C9FIvL%$0__RQlD;=*LU&W_dIZQ@{hNzSeRS6H%O)4xQf>7Z-9;ncq zaB3~;%sLY*tmE5{f`A2K_Gwf`tSEG^5$gXQ9%@}H@EyO&Lsg!_%N5!VD6|Ng@FF&a znrX^jn`W3b&9>Fpv6`TKMrV){oxd_#%%eurab3!d3Tt#c>I-hPd!ogB1BO-a@Y~)S zAq?v88ZhSz)1C6tlEEE87cXLRBYLA@!q^>Qn&o!yT)Q7n`$2FGlF1*Ce+4m8Fvg=C z!nuA{u91ec$$s}h45o{prjOFbaoQN6Nn9AJWbi+q%q@Pq@?-Aq09d~P{C%^(Jk;|C zHwP2NBYpl@pC736C+hXVn1||A|CwAvwa|a^Zf%rMG8GIdGqb<5sbuO80x^oj1j-b^ Rkeljj@R=;c)de$9@?W8Q9?k#& literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/distutils-precedence.pth b/env/lib/python3.11/site-packages/distutils-precedence.pth new file mode 100755 index 0000000..7f009fe --- /dev/null +++ b/env/lib/python3.11/site-packages/distutils-precedence.pth @@ -0,0 +1 @@ +import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'local') == 'local'; enabled and __import__('_distutils_hack').add_shim(); diff --git a/env/lib/python3.11/site-packages/paho/__init__.py b/env/lib/python3.11/site-packages/paho/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/env/lib/python3.11/site-packages/paho/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/paho/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..06cde30b7766921f4afb29b97ccc45b57b9f76a3 GIT binary patch literal 200 zcmZ3^%ge<81i$PG6G8N25CH>>P{wCAAY(d13PUi1CZpdgRj0145li%FAH8 zRb6?3qB3>Dm$Y5Lr~CZb{%oD^z0s%w*}6TlFUWtXU~Ai5tpJ(n%>%(R?sUU{|&R!t%^5YS^ZOmi7EXp6?pUAKGr2|X6*qL$nCbRCD&Wznjdb5wI0$9ijg(~iEr-+a_D=wpfjpuZR8ZvrUsNT!YrhW^*}iTcq@gU+>h( zwpcaNwWB_0KSD~45Nj&Vt7EcLaZh%|%C)kJQC8VxmpNvUEmC`ByPnH;@bb3)VN*O; zi|9jjMXIlK>)w++u~K~Z7~iO404<_YcA#b`C9-oeU@k@RPWCG0le?6P$zY`TN}rxq zu{G+iHpP3jm_AfzWcTDA{NJniCif|ollzsb$pcFD!KM((L_)oz90=_Te z`#F4n2H(#k-X!9ER`E}MPHCHb0X6%)(mokdIwoI4+%V!^Lfk3DRS-9VxYLL`gSeLw zH;TAdl+MYkO4sD9vVC$+>7I-!J(F=IFgcGFzJxqffM-!VVOKz06@xAnag4*ee`%2w{f{!hS=skJ|!AKBS6`erSgqu;)By zpPiUE8%|DLj;Q!7JEz9yBWf}lNl@VVNH`IX4a61xtQ=psl$cVZmm*{H$!I)AQHtlo zY64R?SE@!{T8Jc)6T`XE=b|wsem(Ia_0)#|UA7NtR(@DXj-Q;}2)T!Ah zatY4gRCl5fcK#GE32N$X`7i5q-5ykT>oKPE7Q@3veMuwr(fjay!?t8glCSn?(2M&5 zAq>kzkPImrr!+Lo+9N|896}?MAL8T?8o>OJVh+)FK7`8LN;rf@RC{DdDTmPD<%hU9 zq*C`c<>uy)>P`j!wE0N-D<#=*s`mcu*el;?^kf6YhvynssD~6L##}{IX zzb6_?M$}kXt9l@~xMhZi3g(~`$NGyu(yL8jvKQMxx zzYx0`i(ilFBhkPB2eGE3F%bc&tW_0YiQB#}H8KYySWY1n0x-cY)H0pn5Xy{!3$mxqiw3*WC3h_WC2;lnF zJ#cegUX&rRDAi$j{Q&)^{-FJIFr0>+ar^yEp6WP5FA+ zC$R1gq}+k5Z-2_S-|7=c`2z6y+S0naBjxVM`nIQh+pXDjq;JzuGzD8%z_qx~1hO9oto^hM`UlPcxFr^50i0?Lbj05eC^FA*X0OTjya0no z{0p%#M+jeP^hA=d!asEpuZ zaMOqYnSjfxpAaL0PV?B3u$>T~-Yh;rtgr?)8JcevX+eXOD&wlbKuNAr>#0ybAlErs z`g-5#04Jn_tkA`w^W&$-Mspo{8Vw|cP6HxLoE|QK1KD5M&Iq{AUC~2yY_@0{GCqUfP{1#p3Tu`MR?1x}P>4UUwf(xesT3 z11aAC`y5+$A4|E9WqpTJzQgQublrV4=>mygnEC)PHRxH3(_=E^o;El`;6_DW67rOPExzH2XTtN z0|fJJiDZ5bZ?|l>oJ)>1Q#?Js&GxE&$!QS3-$9(WWjs5|e0Mie%G``}Hruj&+O9ah z>`D^lpgl<{o zy=8wDoFk+AF52F(+iiEs1=Yj3jjDY}1S+Q}xI1SL<(yP>f^zixZ}VpMvHRFeBo?_b zubxaz?3f})0{wKZ#=T}%to{E*W*A6Z7 zziheh_HeeW{E@AwxP7CxX?5RP(eI4i9edTi>{y=2x+=a}{#yBpvbz87m9(oZ<7!K} z+8!0#JQbYaQHibC^Odu&oHe)e+Xuc|bN}L7Ti@CG?o7JlM5f~eLeo_zGjN?JGtQGK z=gF+6{Hq6FJNUIjtHbG zv}8Mmcy3#g(rC|8(dG+g$!?vV)-OzW(8?XQq>0u87t2ZfJ_Yol&hZO47XRyk%aN(8 zL??hGQ2k-d==tcBe~wuY34A96lYu!5!Ll+8l7ARmMdU_!Zhkg$MEFd{<9(OHs{eX? zVO9}|ncguc_EV$|+GciAT+S&*gf@j;0l?vyqI z_(#s9e~$TOok>?@JTsr*iUhnCUpYH1zH+`PkvX;-)Y`gbteJQcrkHuNpYt?r7e-9$I^zw@eyhm568|3i&w=gE#5pl)rQ~gA z#M4JyVv!X*igO9v%KV;*Rbq9U_#0T=4l6ewy=>atjBGdQ5$CPqCFiHDDe^UOb{>~6 zM#Qn?oCd6+ZF6GaT;J()e!;by4@Xtdwo|hUv=jI><|N<@)8;Bo#z4`>?mc@C26yA% z9^U$dGe=>*T#3jiSK2=uIz2ixk@Jj?4V(#$Pn;j>KbtE%eU8z|(CKrzvP2|Fk>m4# z5aVMbA&Q6u-tjS@kw63c2M5n%9|eOnS27z-U^B~kW<(l7igO-ha0wgeRob*l3DX1S zo%21Vd7U0(MgaCh#^-azQ(#m?fb*7#%&6>KadbL770Ee?^^hwjuRY>tZ>|*EA$Gt- zf|d(`R(%Vs4v98WX944!n-3?|-$0xi0!V^1{aIDR-EAALiaQnGEXi!y@!jD}@A02I z?A0fKVS{t~nTO7b2hPTIXX7`wXPS0?_hM$(lkc~sor4+YV9Gg|byj?3?3J-pZD-oq zm2q~ZoL%sG;H+DB)~$ro&Mg_|mXveL!|LV-)jjLgJ?ZKlnd%)cpSeA>ynn-6edlap z$>mgX`N`Wu51sCUj2;y^ip#UEa^97{ur`>g52Rf?GOisd{sW9`BJhaqTz9g7t4@ND z<$#b6>slYwZC|h3p04Z3)b+ePih3N(Zc+|6qITU`n|9V`ob@SZeb!sGa$xyH%GsD8 z_TmqBHVis!KXQ}}RyuyW)p-ZRegig1?az)3-|;)GkG6vHi5O5nPb zQn+r#1-DFb!}TcTiU%hQUd4;Aas^z>Kt;|+Ob(4jbUHR2U;Lk#O$AO>7`!!5U%(=X zSqPrev>KoD3&v4!e&G`4)8(E3c!Y|73XH-_5u)6P+ORU5bE@XieOQo&0(@nglhQ zjL!P;f@a7lLC%7ZKU4?Ico~3qEF&dKY`0vIIt7+JZQb+n#FXCm=y`(+9^-LXvM<>} z$n6ku8*nTEe;`SGLJ#%*soMu!>R1WMK4g0K1& zI5~InGDuoRUfm!AL<7`i3V)TH*WkQWlyfE`v(ua`LCw+EGtMQVv1l?BTHKO11%i6W z9$MOak><87TT{R6yyMC?wc^LO(bSP?+LdnV%QW@Tcec6)Kc(3%jrb{F#=khuiI^!+7x`H1w0bCj)<{6sSP}npMAgVJ# zl+A71hOc^M@b0PAiF=<()of4ux-&k)lL{L^)#3)!;ss~zmhoSrQ7Rf0gJkEfSHG55 zE9!AV2{-R?4mnEoqRk9FE;^I&HP0thW(QXWTOfW5AM2DGx2eC2I03sF!Ov#(BgA#{ z`iYQ}R6jZ_LH&F+U%mO-%~!v0=L;!U(s=i zD3U3_6)={adA5vOh>KV30jC%a-oMptC<6F7tqEi5s5A7LH%{C+i?#VPhdSUXYCaLr zXuijH=lE*>x@TL;vn|`aZF%s{SzzIJ4=#^p%d76Zuo?#ToholN1sz%*`&o5s%G)YB zOHOm-NArs3)&ySAS&)3t8eD4b26T#D(Yt~|P#^K2@e+REG&v8O%j=BAY5?fS4L^Zr zfMuqX0}i8GfUr8A2Hg#L&O8;v| zmXFB3s$L1dHn}`W-`qjXscn1G)q6A5dsE)Mh0}`QBKH(6ee1M3U?VEi42R8qw>i~n zT_8x$|Ex?V@+I1Jk1gT6UL+(_2(z_Qc?byH^T9wt@@%mQ~8JK2_Y%(}6xxAM-|18@7fw>|Cc%y>If-p)tG zdL)kdb4v3Inb62$vp3*2n|T|42|8h2ZhOMI1l$ix``ROcBjmd`qe_ zai9p4iZ$27PIHR2P3cN7Akp7eTGf_UWrq(5p!Zs~-XxJG>Bs`wS0yCQFD zAF4S6X5@@)x;T}+6d}Ts&t?Vt%2dpG>YceyE=c0CU}=G6hO)srlVxZJAM*R-o%)$D zI-fHmwqa$#>R`iDLRU4L( zJyyRttHV0sU$u)x%t+NR&N`gb1rW6<)kY)d)m}pM%iGdz!Egpz3?C(go?hIS4_%2m z2%(E~2yC#TWuh3tTavi|dpFzMu{ySLVCBH~Yrog{$6LR*^}VI_J!ewhGrTVa%EXpA zfXKNrV>Xyhg!@nRpB~M5%|poNx$0X;W7;vCRIxxYZ?)<_qx{Nc`@p}ytiD6>--aVO z(@%=C;>!FcE&BhaMn6w2d;!j{(8NbuY}h{z{(L)9{bcZeIF&v*kvTb$ZoQDMzL=@LnDSnH z*t&i7ODoBhfck?KsVcJK5?TdUYrr9-U(hgDee_p}NH#%OnU&;siqB>N;7SlTE1vGa2Z1+T0iz=*_1uh=S6n7g6^zPd#UqwkrRZI1D&qKryvgL2EjfXPbNYk z^>--r_sID=IscR#CRf+!?T^U$6LP*s4xK)#EVM}Eh5DPi14(IHf}-7)|A^h^dSoM~ z%vLpMzkT|Vv$z;6KIv50i+j*Y-6<(5uEnC)9hbd$D}`!KiL2QE$R?fIlHz@jY|^Q8 z6az<>PFYhi0EN{#C-Sg&qgrZiY_O zbVLWDfh=DKRE`ipUXUczAvlGM62(GV9PklmXD>mb0fLAYW+6m~!TJV=L_@;PMo1Dd zp&j*!^T8wjaTa0>0@b4PLarX=uV+q3nFIrVNVRBn5rTS0{7>CXLT;8^NE@o*o5;wN zdR_?hi9|2O6aFLq(~yRnL7mVuMk&uisyCXvNp$r%WaXk$5&!O9{~qd+y&^IAsbNUg zp}=^2HWH2rBo_dVFk2%dpk`qLQ;3Vc(i=hCR>Ih(!K1${@+0QzV=5C>v_?vq?IV6e zep~Q&QGAS12LH7KK~$CM02xb7#=Afy)Ko>0cc4sQT!|!(UvY{6VFMhyD+}|?a?F*4 zv_np<19J{^UamwmEa!}Z<(w-s$`e4CR`e8YjQT_G^#7y#aPoO?=B*OczvQbhb4ljH z{92|ADN{PzHgQ~usZ>J#^e_)WZe5&&}E&=W<%ebol3cl*UCg-=v`7?4z-cS8E@n$(QX4q-r zTuD~$?-D>fiv&Pw8=JtTt=OpR#7|kaW($5?I)Ar*E51D028!a%*3@#C@Z6~FSQ|*! z_GD^%;Okz-KW>YW>Nda&M{DY zDkRT%o&Gnj| zloxWBI8HC@9yyO``y;-{8h#6({F&vY*<@dA8f58SKV*I4v0c!n5TFKND+!+Ne~Wz7 z{{~Kei(*hX$Zrw(y-6)M(jekZE)&PgktBA% ze01kMN=eRdPz?w$+?M|y6?q8VA*ab!6=!tET^x91vpV$<7kOlpj<=|IJK;Q<_}z-qI`P}AbRpI@Wjov!<@c3t z__Zp3p!DF^k2nGRwkd1M4*a&`cPD;3lwQQ{WCgM=Rv_CB1u@%XH!Fzsu!2|s{Or*1{J_>DF@)UOMwE|WDtFH5MOq&-m(_C(|fQ`(b-;mVUpdk|^+3&IXX4w=$ERT!=e zAnjqK9V`et5;o{l_i%HjFKaAgu{Pb;5=`wVjUTtSR8ku#ZG~5Yg2JQvrGTe)i=agtc-k*W* zl>*=Am8(cGsm#LttTG4pb4m>E3rZaB=aqT5A>|Jh6{WtYB=8khl5j663vj2DYj73i zI@}1L!41TkMjdbBcLu+U_`R%r0ijW43GNl;7Tl}K7vat#{7VR*Q*Prcro0R{uDk+w zUil5UFDYM!t17<*?!o8)e!2P1~J8-{*UU2&gv2@E2Tg!BpVvmsZqnZ_6>PA)=d7iig>g0Qg))vX0q z>YAR7U)QL_9sUcP4a-aQ1p2`JC&?)s$K8xgL5>9sdd-Vo!1oiPRCK;(o0i*{XcFZIIfbyA6vbncN4Y|%!>=yH zVnj+)wakU1J8s4o1nITIZ_WulMaLl`ugf45p~*o>DHpx!A~h*?p@Evjm{uuW)lScv zdP@_Qy%fkS9JOp8-X?2nJA_ zR5bj=mkg&M)!4i>CJ1GqZcZ1zvYdEP?` zODnurQ|`mi=~WgIQ>0J{j!JX}92lH?@j(-3C3GXT`43tNOb?QDqG{hF!g{F;m1@$9 z2^*flahN(4IKrvv2x=Z`p~;^10g;H-F$i}d4c6}8Nou1#h#wFgA+ih_h4_z~N)&Nq zPoi0<^=ty#3h19?G7SB4(*2>?N(2EUrQ?#rBXUM|q}3cG0y;Rr3XDBk(NAh+Ypo0E zeTHyq#@}z-xriM*PM;+;!v4{T9XpsfB`^^sjaNBZG(EJvN$i=IUMH`ju*umnJ{&NfFCTntAQkdfz5|hjNcq8!NQoV%PfXN2w^5jrB2R8 zk|ow4gRx+7C@&#Ih!l|7!+^&8slji4*PweZmxHu&!{E?`nDu)$KEwV(kT?V$W6b=` zlFCL_kV=NMj2f9CA!s#pU4^8PIr>7(8pd@{p93v3nsX$l<|n2k4-bBB{CD90NB;)C zU|kfi;iK@e5=e^unq93nYrlXSSiG5x$fwKC%$;0v;)`m;4`kEL@}Tqu(pWr-le7fj zqm#|_F59LQ<4f`*=)>13;<`sLabEyc2 z_^w+;OGSwW$fCJL+Ch~*#Kk@&x$C|s^YL2&NvH+pS z2Vc3u+9&23C^X{4i{ppCh{q+qe2Qpb`Iy z>|bl2AwJ1Q@{>HSzd;HLuLi3CvE*2MVl2O&g94UrNRF9OjjwhYMy>78zm{mucIsb> z4_{rDukHF*a#Vlg_0Xe#S=uSbuAl{S^gd<$oqGOC4eCU^JASx^bcktu5j$6WQOoF5 z()gmo4DnTqFgm9cUo-;^<_mqv(d82M%b1kzfc}-7)8953BRSrR8)**dF_k)e9hP4d zMp8Naa9Kz7uPDKmWBON8+9-k?JITHBQ_!y`^$<(^Cw1R~`2Bi_CH~{{e`?eCkI#Q# z)A*0ifAH6gKlE$HAJ*gZx;`bpXk4GRe4UnGG>@K$w7qJ-{!Y^R^6X;Y3r=J>f34<~q%r#Wc4}Xv+gj52flV)d__+d=bAd`qf(5Wt9 zdzO3`BPtBIL}D|rh68+27eEBXMd++{;IshkF+mz?#D;Ey<@)6)aBcANg(V!F7lQf% zT|~9`=+}(UGZxQhurWqwD8I1ZTnSM-Y8^{Jf_NeYZ;k5HnxT`0`X|Md*^xFjh$}+l zA^5F8rH6u*e@|-d|^bMVFbA6B+wKN3lWRq1Az{J_MOl2(rd4RGOr|ZZG zB!*Ne5@d+hi9|eb4X7#t@uUvtk!4FnqCgeKjfm_4jYP-QD%5qU9pOumaX@60rscQMENz9g#gjKAzBm{b4cqm`O1HQ(jHS!NK^Ng09 z&Uy&YN&*)|<3t2Rt*63R5Zw2&HOaWF8s-bAF3j|xpZRzy1ZE-8iv!Sv#+;&H;-6_1 z2dTytRiV{Srkq$VL6DR*G!sN)S*E2x5 zEZ)L%S7=@W=4b+I7CtCu3&~mdchUOi=4#a-KA_CZR2fsZ5#vQ`(yBjV54YP}j0(DQiP**9lshzoZ0zlNRp6JaR|#u&%-|ZUy2D^3~uIVH~mM z&6AC)XHeE)ooeR1Of8^+kN{FP8*2^b0YPJ96sEw`!q74?ukk1>J!+aI)TIKN$wf)i zkLh89btGm;kTSWpZ_gfoj~LT{0RbKtS48FcyLprYh=I{HWu^BC@t{~%L5O;bB2E1; zP9p1or3uo>rLJ$kt{W9hw9_}W4R!{{nJi}J40_r~BFAqoG6m*uG%-hfAdwS@VVQ** zzV3(eb1%3gv^SxjC>yPE#`=J$b(v8C^?$_vyVz&cPlw@_N@7*FQ&GLV3LqE`g}BiV z37MP`+js4gi`xfi(P2ErUV!2W+M{h?lOa71EIM$4>G;Ki{rYmo#-o>s*}?|kXnFD4 zG3O@aIX@)&3wnVs;zt}o|2ul)lXwROxkz(*ZVqrZS3x{2uo;Mv4=9!M$ye}7A$p&y zFg)fUY?7-qz6D~CDaqoQAa`n4J`ppA1n(awWV34&*A}Yucf6rP|U^r>K6;g$3x#7L&U_=fFBgfm$w6 zMg1{FDJ5HeoMQwcfXG=?p7qtyBrvDRhEvXc3Bq+OTZb&7F$8e8d0-`Q7CdR1pbdr;yxx@@I$dwyk)YMuGqs{?_9AZd`%!Y4TeZx02-%3+l z5wFhV16CHXzhI~jGOF{K7NI2CB#K67cvyyODiH!}5fW~^x8yuyDx_E<%3u`w_~l%G zeJ4Y;Q62eJ533$G;4?iNowFm20ttJR@4gVI-926|X`xPgpXk4WTEr`h}*Wvw-yx%!SZp7(c`h+YcxY zk+Fi1W;XyM%by%nLY293Q~f7Ak47+ixs8%NADUZ8MsDPa&vTG3-@k&!ne-sEc-7`k z)%>bVJ*#=un+B4HR`ah3K~xedivs`EJWE63zzxcI;w6MOV)Bp_qcfC9%%WT1Qh%eW zG_c88lHG&)keD4{YC;GU$#rfdbWfO9iJ61WLoiKd$yUWE86P~!Xs(zzry{o2=i)=- zvgUjg(Zp26!i9%{YKaIY?y4wE^I-OBu8|AdjJKNGY6{9{t|Du>9bj1|FXy(HJkT*} zICL4f3DBfmU5J*)wF8(iD%PsDB6BsHFutMBPGU8719X91Z=U$(Ig zKNb2<9jU{YWp^G*yGUfxw_1CzHQUt8G5sCO&Wvl@Msqj)Ha_&!eC?X1OzdlhdBcr* zf2!?ty8f9={WGb`XQ0DU8Gx2RO=s#?XZ12)uTDnQ?bOS<=%H8<4uctkI8BZUIffcxx z_IvRME&JD7_P_gFy5)GLu=krZ(VczPV8KzOYcqD z&Mx|G%XV^)wxN^gdt0{aF#Wb?8%WUAt4qJu(@1$Xw)JGT?N4ueBD3uY&IRLEL4gvY0v&nJvq1ZK3E}vfKQepH^J98O0&Djn2Mr zoqh8xy|-oS8aRbEOSZwX0yU$FByfG%daA8wqkZR_!F2oHO#5C6ZQW??x%Z`X>+VeJ zZu)NCXz9KeOSc3wE!;UW z$3{o*nobBnQ@2-bk0s3vvcJRpf zQ!e@wQlD7S@*!-GkiCzHIs157TPt_cZX=CuO&%2Rm8nY2@=YRNM3wbdBD0XLt&pGv z8%`+n1(cm2EY1cN)#+3di>PvOhA17Y8z9jek1`e!nqM(P_HW#nW zmlI|SYm|@n7`8`Xjmc%VkyMWUyka+7#i-J}pQ9r__QzgCq^H*La%&YED`aYU z(7cA=A60;~1Ait=@-A+>5N8UL3`pLC}>6)FH znw=@{&R@YINXEwsQ|$!RgtJlImh!f7P$#JZ!dG{o7Wu&2yYB5xdxIHoFy#%3$fShd z4vncq847%*vDtR7-`3yk*j!$|1XK4P=AfIWz~BAk0nbNKN6|Uz7&$aw)N}OqEF66% zIA|u&TGEZ%XtRJ4=gk80`U=g0-_vG++dK>QrE9t~HQgz1_uttp*zmO&Q-$Atjrr2~ zl+9t$7?nWce?|4J68H%=!EXf{w_r#F>~q8w50*8$t?*?vF`0y8%%ox8E+uvB}}ip>Z{MZ_ROmzcSe@^->;Sj z%^n0-=sf?o5A`?NK4`4(?{f@WAPbEiZznmtV5S%*WpJRf2EW25f5fl>$=Ra%&0n9^ zme~hJa4ey6!+2 z8DeQ$_qL_I9T{&&%G;saX!$gemdBRIXwSgb14keTwBGfHwrCzvIve}+2+iZyJVY`a z`KB-p^rwh>he;>&FYUPM0Cn;pIYV#~R5?jw<-BH|{9=vPsbWW@IW|n4IDl+3cR_Tp|&ur#7 z-;#>zX4w@v6a>i3)@1Ungua5MhEqyM_>Rk4M3|MwjJNy6-lZr8&I_d`# z^5hhtfD{YS7UoTB$0a05s8>kVV{~z(Tl4Jp!>lKDE%Lt(o4t@<6CMdjPV!+AhRD*B zh#Xd-Ev(Ak43wy3WlbvA3(FV;`SgRo6oYnh} zX;DrgOQ6K{HbH|mKlD_mJS`i(#?|g`?@#-BGCpX=J7M|zyHA6#?>!E~p5i;Z`{0T* zQ@Ja}e?KGc!zJQAD8wj%i`}pauG{8qMTVb1^w`icD?XDajFxBK2xg(|w-1>ON107S z!2lYX^)~*CN3At4@GEjDTX(!$_Lx<(7Ys5=!{z9Pfp}~>IzyMl=sE@9s;f7}%pzG=y72%1amEyqk(Ys~!E*e8ytG6v3Gf&SB+2Ff9Y|p{r#C zM;ANw=Fk!f&!SL;jv-MY#1$Q-1atM9*JiOzPmRdjO#K)sF&~+t%PW+LTm@v$K{FCl zn~p4C{i9D`XINTcT*w1^lT3qLCjTHgQF3;}(Xk9N#Y+X4@r#^~n8gGJw7|uBZClLq z|1mAXRZIpf!U~uIAr_>khi&l;q^k!r)q^STAnaCnYnD%L`0BrwNHt?w9?19(z{*7V zuzjOxTc&A$y6K5b(-SMDE2UV7skXs%{ZOWUC{;Q1u$H(<;NvjorSX?w0@kb?Of~nW zJ-afVU4*h8%Xal}e^phtFTCj4> zE5)2Hf7N1JM&9}ZLuKghxA9**3;_a<%gewum165k%*(Z;AlKsCyUevRpvA4?$Caj( zTFX$qmK-F+Kn}A0X49}s#nxKfazPlkVac^Q6Nd1%rP6%N4I;F9*WmYxgf5zRZ-cq+ zOE3+RS7T__F1ZXr;w9&8Ya85p<}uuMLjf_QVnAHH?-3a|OKyJTw;TWuyP!io2$9xe( z9!rP=0ZJo1;g<~au>}E}Q31^fibD&-5Q1VvjlZ#P5GqGBm)tir^hoR{w25()DU+-b zon2DhSf3&hox^oODg;j;w+A6L(#r#8C$odp-gV%uWPwHKksw9_LMp&QS#U{H!Qn!L zgdgQ0lvrdY=C+fDj@~3_tC)I4?<*1tLfxkHZl?X1$}+MuU7#k!=x8gxwx<^c1}{Ni zj4MV$57<>AbMyFx8VgC4K>|BHsP%zvCIiUPWNQbh&WXOCa z7DywJZh^$kZc;6}3=KsZBCTss1hy%CN0oIk@Bz}k@So$$C}GUzVDRuxLR|L+_wN)! zZ94L8^e7QCL?O~cZNl|-m~EOAPvR!#&zz292mNCpNoH|^s28D&OY&@zVo5STRF?!e zNKfph3CEzqX$mtce>HMbyki0jX;5?{$tn>Eg{eTTKR0w1Bom1(z>qo5L|KH<5Ro0! z;jYo-M7CrXolpp}Dme>VL8n=J3T!G}h6%U|VQ_InsEdS0sYIUiH^oFCaVipi!FtkG zfmy_mL}F<6(CssZL}32p@Q;g&3JlRF(ENogQO2o*J6cqsh zn&=wpNmay5k3}L1QKPy@2l`NE1+6_oQnC0XJw`K1m%d_?Phvq(uWKVCg+pXEdjCN} zj`XfH(l!~sN^)WmNC^s^D-2!)>O};YXze4aaakCql+2En!etU$6a&nppNOo+XJA!| zz!%-r$P)tfk}YGUOsHC-BV=YY9@;fCJmOSACC$5-UUIY5^4(eCPsd>6;ppP$*6N<($#w`Rzffm)x!5&!aU~Dd9YxxDrp63vhAXVH<=^E0(~Y@aY~CX>q5*L**2QX zV&9fLb-;Ha;!cwhV2Q_01L}|f)znI9i2QPBWPbTWWUBbzitO7a_B_a!(x@~4Bo^06 z+aT^vk(BG=ljc2%;nY5i4mF!5AB1_La|?4iHH=P|qeOjx(G2FQ2?Q9FEGA}Ru}SXn zJa1{_uq+6O2XkI|Js^@ZEjT<8s1!6Jv1e3boU3F?HdkqmdTmc=uR2fOJ}!}#KnN=h zvTSZ%P@`j`L!4i(+_J!O9#k4O#f9Kr9Vga&pvKQ@BB919W4a$Eqz%0~%QY}dED<#t zaEk*}@RbCz2o96BYvxKdzzmTbsvCiroX51HAUG+eRjx80gsWFkT7u{VT7~=w8?~hx zwJVRwweSC#sNO$9BHU$#Gd-_w`6!dT$I{iuGu6ja-s3+bT6c9M?F(dluwCSEPuPD( z5;^Bd7-xcoaVA(82QG-(+LUMOw@-a{;GNObv2*FpXEUA8!iV!boUT5SsXmhO9-)X0 z#N8sAIkfoug_vwuH>6G{Bho0JRI_{OPd%9AduJ3lg+nqXkCcR@MvttC`*{&VSr!wC5 zhx?AD_6>e>D$~*j`J0~vmP;W60r8)dM`RpW_Xh6wq`mtx-hCfP=GEuYt}aMRz>b%tT70r34k^~UWHRK5KXX`T+S{G+ z(n+ZJ`vlhAGDh6Wy8D|L0L(a(%sDe_4#z^0_R41ms9>QH~#jyLb90)zv0&MaVC z0yjuQPAGFKOu|aS8wflB-RA4!1u}}93CJKTKzZ|Sc92;(>&_y)~_Jx5#lYl+8E}0+p1Yk?pSFs79DMoD~0?E>P z3Br=`g_+C#!BOxT=i_nQ`Gca6smw@6l#D(c6sVHeS{g&KDW+;ligZYaotOYYaQN00Rx!7Rh zA?kvtl-~gdVoxIpn20Sp6S0#e7|#&AJj?L%EW=Bxnf&>;K%%agr?X&qgn)IPn2OsYYRuMcA8R);{#7n1+<| zn=2XuJ!C?21y#wmX^vu{3k*lk8`v@y71p)H#Z0y9Ij`9x5hhV+dlm%{$#De4H(SQ} z0?R)HsfE3KJ6 z+z^-$N-I7g*&l*EbAV{*fwTh<=tm)B&-cbnp1Ee|m2(S!fU3nx4Tedda|FDe#;OG_ z*lF`tEgxsJ?M%9QBvU<-@{VMy>K;^etygueT}fB%$yDtjAk@W?o=#Vv&QzaHc~3uV z>V%lhnPvPdL|6zc(EpD#`3d`Nl0soXLC(u8KV?2~Fs#s;&latG-CH<^G>aWD$SGRf zAt4D=GJy?qum|><Jh) zV_6sVKcFO)>E>uj&ht!#jt@<`W+nEye*Gy_(($@7*l=p$9hnL9j-Y1 zSE%rSKqhHQ5i-R>9fG4{+64#=C6q}=NdjM2rs1ALhxP?QRD-E1xkWk~nX@IJ#k(|AumM`NlWkPs5K>}?qN8Tu z$P&&HT5X_P05xP$4*M@>#=LQ`FbT+km5#M$Xgo?Cx+DIx;Ty~`z+MuKGdE7VEC>vM z)n zT-Ah}HC`j@27xDoTWS*tB4G5HLe(+YiB=}Nm2@!?F%7cQSQXfwua^1EY&(L;o@olXRT@#RJg2`i}r9 z>MzOZrwxej@O#Xti*3JLtCbMX$hnD?$t3JsF2PcA5`a;^ge-GzxuSAji-w@vP!RN( z=8O6PQY8qc>oZp9Zry~BYCZsn2>@h(bEcxsU*wY#RY@GBO`c8fND!HX&?MqZ zyDq@0LB;7g5msYBObLg;3NvXcOS?1-M~VMq0?xEYV^g7uXdp*3B}%Yqc=0o%ajrSG zr}!)(CK_3f1Pd|TWKGp;pO4P#)R!OB>^vWwx6|%QLHi2B_O%B`Keh+?!rH}h)}jrD zU{N91l~}9=hlezdcd_+T%~x&5crBu9u+b%8P@r%0GlOGiapj!sL3A_{*CWO_`jddO zIJm~uhY=-EpL0Fke{m>;L16f<#*kmG6y(SBOG+%~q>H>++zl7HKsVo|H#b)dg>>~M z;6LrbL_Ovl$Uj$tu0&$o(ievsHH3Z1-jmo3puLNmIdHO-E4dyawfCG$uPol;{apWC z`DlC;V<&iw36(&9&OM}C+6+{PO{PRl81*hTE%j^Uyg?4_AGp6;#U1vX8?KoVFF7ZX zvnt(zA}ZtL%6uE&eA%+T--usvW&xuFys?E6>NTnMVe-36JJ1i21L)OioII>7q)2A3 znb~buh}|~J?6z5Ex534!L-q2Bjk>LOKcBAa%G7m%)~egOI{XJ`zH#QhBi-DaY3{xM zQo4C}s(BCoGIe`NgT#Yd@v>F^wI|Y5f#s)&a=Qubfbs(m>vrCsPS@>UDI!hLQ#i}G z*ZZKUcfG0i{`v3Md~aK3&r|89flSi?sO0j~r~|nxC7|x^-g?l`yWY^7ZU|-?g7*{e z7Tr%|8uqO?vy}~RRJ>l1t!rF;;@;8wCGYs&tN*iYsoGO$Ox0;>3|wq|hFeUT{_2-5 zTUG5{Z>F;A+le=qGTq01F!g7%nG>H$`JShZ(t5Wa)9WYSeqr46@;Tub@FRcyU?|j$&-m#x-O)`m=uV1qd__V%ZJTc5C%q}l#1LEO^R#t z7*jt4~Rt8&X@)sKH9<^PeC z|3^}uMZo^SlJdfW9U;HxB;x=~23SclaMn@gaDH5VT3iyxm|O7UTK$u`S>oD(;9~um zNMs&Nc)EZ=Q?NL3e0PvdXuVaWl67Cz4+rl=TXD|%I|VNGn9*V&-E6l$p^ITc(vxsj zh|~lZ8}$lM3c*v;Y7r<`iLEZ!1P&bI=DdJmWbl!U8pYKXY-?&OIX|apetK(z1M@m& z9zZ>L)#>JybbO29uIi&Sufy4dNw5NM$^Et@`vDwyuM`@`QK&m0&^^^W3io!y_5h+p9cm-!E8 z()A;m`jJ%SNY+x&p>*}(O!eWE_wYl_Oo;Z=gri$n3E9S`Fkm!9d}_vIvK?$e!@p5a zR%vh-nRXi)6Bg=UqAx6Jl(eZbGBb}CE9;!^@ul+(bgy`LQI_G z8k$!ysDVS+$6O~*$FoIYQmXM|*VUAsXkozc9}Z93S$5HUFJ&ndw#WGW;5W^Y7Dd}7oDVSUT>I~{L3 z`%3@B-d8$>9*~b@+C2%>Gw%jVlRmr^bye)z!IIC+u-k;CXVQU38ZH;8zC?0~HD}G4 zl!+BP%)dJoyX81457FnfSHkAsWo}86?u@~%`wp7=wrs8iakgENXfv(+WSxwbr=5dT zw3YDliLnd>yHvryeAp24JPtCT1X+9Y)d27}72c`S8V~GNn{g$8`j_~U>^86MRuNm^kUh8gRRBcjkcg;w6xTa$t2Wmydy)=pwFhx! zeoC3O57i2D=#?#c8kMhUh#dt}Z?EnLt*|Ej9qc`jZm-zP#2);xL!0w^T?^4wt?I3*HbE9ZB3v0+q5P*pyz|D3M`|I^5u?+cgX_AJF)Zl!Fz}PZe`VK@&=uH zC}PU@wJzP){F{FVD|Tcuu)bZ719ow@{%-!Y_8RrgT8}wge@6`-Gp5+x%NLdN`WcaV zLkzR19a$65Z~hX7dU-Fzv6!YI%+cgtsBNBwm$wBOr&a$150zleSJ2_ZL z%q+L5PI~Jmr1_z3UWLz(>!f~CBW?5JNLPU8OrstNupSgXF}Fp8L7T6)j`nkk`wN-MNT2t{*o-Bmh~PrCf!upHgdsydw%oGr+LCrP z!9rik)r5w*%OAM5ue-Lx{3Pt?rCdEYvV7p%weH)M_Vs0aFt10(Yaq?p;vOIdb!$ha zWp}D+_wt!XMYZKUu9s~RJO0}f6%dSy<=ax<3Oh4z`M!sEv74<%2Ym; zs(gxV`>f8cdv>HeJCIR9<{LGz+H}A3ogMEg-@EdD=Z^yDq)g|b_c}92o&(#w_IYBP z!(ARk_tpywkuL9@vInk~byv&kOKDddEJ3DV3{tnaNXO3<^WaXxjR^v@63;r?iA`%s(h$886O8y$bK#SZtc5D(9zlNOSX z78w2i=%2x{l6)_NUutZSxAy?-OL7m9<)ak6lZUDTVU!%%e56Uc!Ahpa283lT9+cqJ z-_5`ITy&P@okLWxO-O3Q(13+?ilkW*_cY5mK@cGxn*q^9Ktor!(zOLyzsbyfB`Hq1 z({KQ|7UDup7VyLoq%O8E#aN(diWGa{1}Js{OMSGEmIUv%Qg zK6BUuAxVyV4M>cKyh!LAv~02)VlB97!J^KH2++$D7bs|rGBJgjBQ53Xb#{=po5Diz z0@SI|BOnen?MdnxDarIWK_;RqarXlxmLV*&081n2V9Jx^V90W}s4o%jx=5JVkfS8ZsvxGtlkya~|lX*#%Mn z*PAM;OD!XP4PCFAZ=OX@7i1=e_u2UPiQT3tqu~Qbn8U%G4;&inToP>n`8-)4r9Mmn z(dF7u%7UN{JTdd z0(SND09H`c_)h>&Y+6p3M*9tX!U{UASRI!kcnb6IMw6_}6DP%8^l01?`gjWPEO8F0 zz#iF8l1wL4p7u56&3J12ao)N}!Rx+)ZA+?zZS?i0`vx+71K8upyz=VAy$}f_Exxw6 z+MV{bXJF3R)m|w7T!K;<=%?V)p(QvF@IsS(=EKWEt_4%H5?pV-9ayOaTo7p5MAoR( zf+ye18dG0#Bbc$@a>S}Zy_OjXL7xJxh9Hu|OlvBRTTU~l10~B`ApT_GMyieG&^6O` zWt5WF5+@E&9alL=(A0LO{-xmYZCs^hl!iJN$A})6<>Ot(ohiCi?6xH(y$5Psa$9hK z>6pQYdO3RRgZkIiCHKqbM8A9j52XMOl4YYc?}#D z^w6i_Dm}J`)=V?T=wa(D1!`0}I-`d!R_ezz8XOb!ajsOe{lVmMw6Ys8tyakW5Z#L4 z`21{S8uxn;Wk>giPbURY_xs3M5SJN5WH6X35nF%GJpu6_rY=>wMNoZBDf_) zWnUMe8T6(SgL#u&w*jK^(-QaCp-LuZZMcMksQ2t6y@}~J2yzyXYIoM zp?CMbdp+H7GShH!`RV1SQN=ApLT)#lpVf4wyxJc(z(Jw91M<2S;sFKZzVvR-dwagOGu3(=f9R3&x|L_|oO$4FS@(j7 zTI+msN7}n9HwFK4Y#!-pPhp*a>@&1L90v zBVaA&R0Wq6C*?T-T3?hjofKI21+{*u=u@__B&O!&YJ%+M%a*5$^2%^56=63Y&r59* zMlxT>T#&jWY2v2m<4upLd!F4hlwOO=n;nW9Z@#37(~c7bKuKfA!^HsRd6TyvDxOVy z-|!pRM&>DhtVz7?fESk|T)n%Zv-0A)Zzi zlK2+tRTh${3vj(M4>EAlcO5kc~%UOwx zq0uw%E!l3^jTlPBBF+-0ii``WG3zR{)1C6E*lj#V?P5p&aGFj+sP33pZi0pM&s5Gyz30T@8+iei+b-&qt?BWIwaV z_@+@3+SHgV#HG?TvG7W4ETKEc91Bt(qbuo{Awira$?Y&jL^5LN2x$*+#gJx7jY3F@ zt<3SMig-tL%#2E|pT>Eis!INoteaulTjOOB3od4`Ip)PZZX%EHRB{2_NK?Cr*TgI~ z;#RTQMWM(q1Vq>(U062Ae9y3+2XnB{JIsplpM#JZH3Ym*SW+XgFff}S2E(zyvxCiS znH#uB)I(YYHH}9cb3v?z%tlg|=~k@Nh{o{aP9heZCRGOJpv;fBuh(geky5bGgi#Pw zq>pRS%RF5W0}E5hAaRsP^%E+nY_gK-BD2!#L|JO$ZbpydDm>AfFQG3rbA@zv7@dmX zCTLjuqfF5qMhbCb9*iGMqhco0Fx33~exwLwJQG3f5cx~`ug1XQl{K4*$CdUzks&%s zPfdJNN}|nY;XYL^~@62YMAx{NqCsNGp5uA1sAPmCNfLsAR0k+(LtXbw-W=FhcnnHSa z>D@;W>5@~KFXu?HLx`&9i(FaEOJ=7hKRsyTU4r?lut5u|yW}r3hZqiDHOopskPed> zadEhOkh9?r)eMz}F}jy9U$4VXAv1Sjuob|ACZCY+B8|<0&L*ZjOzEp^fU@#bFCGT!J|h(y$wmugyg0zguZ1dj|xuXg%P{CuhX>t{4)YO>;GNgzmvmayy^v(kHFpjsXwW1K>npH+S}d0YnN)Wf9xZLEHpgye&h63d124080DO}hYDV4=Nrf@|A9 z8^yYnYZu_{)3+CpR-X!FE(g;TrSGA61Y5b(S_AmgP>9=h^-~TVhNB@f4B-hvV*TxX z;?Vwm2lgL00Lz|W6$Ld(>I%scW0XMscfeK_yU%H8gKQ*EOVOdSHxogYq5im9&jKeX zVkZdZio=PiXq0*FA0N`Iq#wKK`y0-U^ows{8b1aJPqAyFi8Ru|=wJW!U;EU3sL?R9 z<{)tLAMqhHvp+{~EOqjq@dn8dt}9*D%0nGOufT#J?ANRNDdvyK`M)V77D8BruAB@XwfBSck+k(evhAb*0GF8cO} zU(KAMR)`q@S_Ga1r@E`itd@T39Ctbfc zQ@=M=xfcQuZ+Kt#!fan<7gXt%i@^YU;0dgI0{6Spp4}PG?w{@-T=xv7JcBI3GMuhH zm8m|J@}7F=saUCc?cnmkm8sSK*JoB{IDAjKdT*wBZ_2y(XSk?y=9{>tvpeH~*hLv> z6gGGK!RR+e?;lJz@56PM%V(F*Zj?8ymVUeIyN#)~ed+T3nezR(gi}N{f;+ywu-2R| z4`#}Pq@g!r-)M&M!LN_p8+p*&x8B_MZfUytP^S41rO1}oE{C$st@Qr0>aE$zXGke> zgq0#$C$N0PE+ltur9Im+o^5MxG&bc4pWJPOg^TD_zp-U?i{^v-ULQ2>TyNZY|I|BY-m81R^hdtb zv!BU4`?=KT|6lIj1U`=Iyc6sL4K#oTx&buq`#y-1014g@4wB*pN+Koeuna+LkfKC_ zR5vJEFsLK(I*`JNTME5`6)J8kk_<(1LMQf`$tGD*J`*Q1RlTLK2Rq1e?QmkxBssHtQUuL z%Ps5W&$q7bb90K!JEowO{JEJS(gGmzgU(^cz76glZmdK4mo1~k`1Lp5MoKqi?Awy{ zH$zUO79Aa8{kZY}z3(F-aqUxJ&VY&MjN$L(%PzLHXxKm;JHZ$k^qtH$1tZ0LE|_M} z-oev1#G7!voG+GKIi94bUwls{Ak4zjJvokt2Z#nDG=%$8BSjb<7=Y=`%=i zOUxSy$JlqBm@>drxx;_Z=TnCdLtDkfd32X}ggWWfF#QkR`5#An>mKXx?vv^>n$2lM z<1eBKCBN)26@hgp92=3dAyz%y0EJ<`!YtPwf@1*WC!EGWh=KST9U*NTkQf3prSs=L zLg2cnA^lx_efOI^pqDh9D2@^H_|45f^nw{?iid>PaAL}6agX7Pj-l3RMwyDI%gD<+ zZTyv{(}qhwI1rRt227M1p_AL3DM2PWh_J;w%t#&5db0G~;6E51`hjfTd2mP926G6; z87>Fy48o7X|3b;XQX()R!?=Zo5+~OXOJ1V~R_zSGF*Xw?PcyR?BU+E`c?o!{kq1x* z4*DubLx)n|w-8(iUij>{pZudI-#V=h?$-wQLpjq31kOWcPrrIZ&F$85adc9+o$C7Y zpSfJUHeS86AueJ!zvurfr)WaBPcb&Ovm^yv)jjuG9oh>wDPycH`9 zK0i3`?kEqog&}E_X)Z&*i|uYwX)-tjB+P~?8`r)=R4j^1z*M#loq#UWA<|_cUd`kY zXqj0Y*kV5r@y7j1fn~`^PR>@5`GliFC2HS^2+T8Q&}agicO2L^B1V%brs<&{Y;6HK zEOwR7%%gtmtT8cchI_N);Nu;IE`SadrM(74`dmijkKD0qZ0Gjy&#?@X9Q_sQ?g#l4 zGMDAE<)aqQgwm^a+D#;%fhKpAqnZWvE?2zt!*!TauKxzM{&6hfH@_@WP}(QZi)nYx zK4I{z*izx+2wn%~$Z)tyoDyBT-ZU;GKcPfDo9{qUL({;VJ?1XdmIcs^1%)-ekG8v* z#{W`*&8BrKlr(HUu(WG{#;xDl0-bU~nD6L8W{Pm=w`m@w$TUJ|`AAPdvXq>130*<4tl;NkL` z&b<^a)F$ihV6R8<8XN<_t4Z3cI9+%g7nH{t9AICFWp0*8E8XDlGp7sG0NL<_)LAie z1`fi(4Yn;AU7A{y_zIvi5;?^b8W|kxtt0nyq>0KnXjCp^KbienkwZHv8-TCeEs51D zddRya__%e(xr@jt`eBO^g6BPW#}<5IrUnaWC?P@Z9@F6392M}vxTy-W>R_aIfLm{v zd5nWK#~f?M2(X^2Ipzl<7Pt9mn3gozx?%SR9HpIPuuQrio0QyYXxBrjgekx`#r;jO zdoNU|{wEIS0?Ug{lE7Fp8f__Je2h;;nwDyGKjEYxI@p#m@t*4U%HsE zW6nuB>}Q~sI3oe1Ikz1C+*&4lRTKX}zwG$&uQ{hZqD+^iOs6b1vz8hD4|6W4BeF7~ z4B-l8Ji>M;lp*B0l2jN8e)G>=$-3-Rq>az*!p+fKhjS;9F zNy)<)OHdm&^@ch3VHc@iMxE0WO!Y-l6-ZKjaqDwx9Wz^aHwrJf%DP>m?s`kVoijr1 zz)n#`o#9+4vU;vFFOfMXe7v1tD=!oN_vBH{T4Cj_VZLdNRg$&ZRbp8ISxGA(Yt9ps z)N#$(n9E${NM%8_1$}r!^aK9&PELP;_43#CUc#T9w8FisZ9BpRw#~@1Zd<=7lOY9> zV#_F6ycAmZnr;6kua94KG`uNB2$8y^PsZZmr{N z+pkILI#`FoRQsvy8KH21o#s63I^cLFjhZi1TRd|aR^w&h0{N4Bp%r{U7lT_|A>hzD}s4mB$Pfa7T8t`HA*o(7UCq0<_B@D0kp`)PW$w&a^B?!gVMz}Cyb)5?1 z2qrlIB)KxK##dU|E!vJcwqqjbiLhhQ;Wm8{U)VmHeBQm6$F_FPGTb7;DmvTl}1x#kmc0^|#CJ%!75qQzYh9D&wTAn03G~{f;T5MWW ztIq;$GFF~B%Jd->Am%4|>g0*oPyUr@?OWjq%-J_fhT)nX`C^smx+qPW zljJSO2k(R2c%t5wW-{f5!}O-waY^%Q|2TQFML$JjY`ZMQQedo=t3B4j%ZaFjHXCk1wuC$`#fKE>N5|{!He^)3Lf5r8IULvW&V` zS|^j0fn{fnw`IuUes$$EbJLQz>qgYm#Ft_(>LpN|;u}#=69q|r%L!8dZMS7OY38;@2uIZmTu8Xx4^oy;2!64MN^`T zJkeA#Pc%p&d@e=`k32}d2m$$A4nB_XO72y2+q7J0Gc{z7I1~QD=dL_6%Vf(mIY1pRJ57Eb@`sR6QM$K!|@|xat1gP)Twe#cF z4p!Ae<*i@@?WXj(vFLF0(dEkK*yKCy8`a89TIHr|j*Q}gE0t9XkG{ALDrm!t&X>2x zwl6nyDqX{B!-$5~R*fuIbzUe?s`|O+-GVa_Y`7e3j|bZq`~Gml?{B!UQ(dz~TeIcj zq|$MV8XVSw!wUPkmd7d&II3a3>S67ml(!>MTDH*l{Hf@vm@_u~vM1(Qu4z-+x2iSU zw3=;7**3h7K91pWes#wyJD`5JC${HXvv1XZ?_PEAHf`{>*dCUDqgt~`tJ$QKZCY)k zuH=?0x%Et8&kWReH8)@0!OFc4;ZHUHsD?E6sFr(_^dES1zs+jl7OilL;@cubKEb9~ zNGV#Q_|`DFPh;HQ7~8(M?cyfYzeDryP`o>mC7nX@(*X`Ill!=#Ep;8I7IHKbNQRgc z1zQ=Hl?xo+XwjFlo6(xG1i{lz)`eoS1gQpI52bc9TITlRbGEigJa=2$4wEws#yy{e z6AVdG0-h||^M+`X#Qg?zF|N6c^!*0+TYR0eNA8#;B{NEd30+2PRXw$~4@cF5kU?4N zOp;+NaV%{OT5e#sXxYSvbcVIB?oEG3$RwrSi>J>TF4CXWD zE~jn{3#J8vCJqR!=_lIWw)tv|PZ;r8b@M>oIv@P&eJ?N(cc zw3eahW;;$3sJI-cj|b{w^gvx=JWLZ#(gV1_BLUjHq=84K^gae0$)IuKi42MR_gX}eY^@jKo z$E+KNC~IA~6yJ!0NMymyoXsVoUV~dcs&wUpY*{&g=R141{0w5$jLCisG5|VrcL*(; zP?Gn&J0qmQS$Fc-1C7M0}sZmhZGF%0Q>nOwoG^Id7 z3MfZL&Ek(SLt~lg;E|aw9iE&AOf`^%cM=iI&~=c2hpF$(pAa;|!th22qc2))3<3e{ z2$;el4l_oTDt*bQW3m-8 zsAJt(?SI5eLDsP*QA1r=V3F@2H^5AQ`IiyeO;=0G7n-z+PPL>L~aT9Tbrn;gvCk$pu@r%wV*{SfQz22Y|v^*=7)(^nWbo!rL9Up|6wLE z4e^2owV+8WXkwmgqQlQVHvbrcXk9K{6E9t}IHH#JXr(<$K>tY;6n*Il1ld*!n&qOd zxgCWqSEVqQ(k^lci10F=t_%@aa6STtUc(^tmSSzDt*9shk!RX}kCDD>3SPZUQAb8Uy|035> zMt;6;x`6lL-}_gnALeio(oc&vkNF*!`YVurCpQ!6cl|@#^W918Z|Fcjq{xR21*GWI|P{t$b>+(_$b4-nafJ>d0Zm*0rf!=lpYfZ^_t`8?!F0-V@& z(RF0QR8DJwoPhmW|DfaBIl~_Jr3@!h%Nn5hXKP?LImWv@Bwf~gRu{A4 z2!D_T=wQb=6)+2a8^{%LOzEz)_T%WncqLyc>JY?13dG+lBl%}s(^<0PI3ibK5>aE; zW=ALB2DZ$63t~&sH3sS6p8cLdH;`k^sbj|`rxEr6BD|@Y(7Ae##)H{4)S5|a9@`uPM=@;%p+$XnRh41 zn}2oOTdjI)H7^B;C(?V%LVY|JJ~1m}Za8{Arq-=R^nerby6sBcc5-f6aM@QC_f@IB z8W@=?urmj44?~~+xW8ZV_b(SWM_p0Z)#BEu>xwUM+1C*FHN@7cz7`(!o;&kQhpUV2 zwhb-Ec3ZU%XxbvC%l?p?sMFae4v>K-=rK6FK6?DraouebaXy8O9kaM$KF5(08aKLU z7Ur-V%DZBrfTTNd>IhW)9-4ylbz_ynWyNWVvj*FssqQ*iZFMao9MaO5Eii&f+Q1|SOGid z$Y?HO_S37FSf-2(o`c~G-mryaemKmtsuxQEVYtCTJqB0s@cgAuTahtsEI%~FW~aJm zD~*RFE2m{7y~L5nCiQz5sPHc-Ay*^D^yaXf6I6_4f=g-o*t?K*dTXTVP4S+5uSRx@ z$t_uMKD!O!yNQvuRxRw;3i}mbKb++*bi8^<^>=9g4iane+25oVZq^DnE56N%CN}%^ zAkXy}jE88=8W-Bn4?k3f-56r=5NDgAPoM{RI0ePiPOxTL05J_e}BYB-tvuTyQ7eqpU z1FHsi{L&k~-B>kfc9>HTk4=V;G6z*;aSeVAkSRJkNDBpL&pxi*Pp zPbgRKT6jA~$}KV4Vu;ow7WAlsc4$QqZCDda}iy$3NaJ8f@dDL!NbuIEU1& z4=9kg2+z$t)|y6IVxvK%mMq@#z#~7)0q>du{QxrJk&#s^j}zNlF4Jc8V)NzdlKBAE za>AAHf-BW&3=rCBGw#B~ixHfD+R{$fOuqS@jQS*bwDqz$qGmbw+scuU85uoFDyMBm zGKR6ENNM_GHyxAvQw|@w-VnU{OMUdu2)~>djU;oNP%d)QQezj4##TFuVyswbbKxzQ zg*Fd}@+h>qFl%BP%{SQ!Xis}>vhGvlvyGGIWYtMpVsswsw(@`&hoJbv9v$LrUK8~p zkPJl~Sf@{g5X{_UzB1KbL$!)_EB5WGjQ-8DoYeHW5qlduf?y z_6ImfID?Eq{*awtexPcu%-sXqL~^fg-h$)9*ReF`h`Ybz0$HK`I6HO_d(qS*Fg+X^ z+nzai)$QzohSA(hdIh>l<=+5Eh5sJMGdowqS8;c+y^sr8zE1DHM+t#L=8=wT-c?Zk zf1t!c2}9(5N_XcdANi#VlR!3HPDv#tRg{z>Y0s48zkg2INfnQKp}T~;2%RS&+i-DJ zJ1@-_LlXQtl3+YIg{%>xXF$ERIeZ24TVEQDdA_{+{O-m27xyphXNaCD0luD(HHcXk zf;~2zg%e$MoJ}XJ`%U0j^wVIb}py5`( zL95@u;s$~MOzWGio<&P08j)v7_Rm(|6#LXyt6r(PTt5)6AGq)-wSKEsztt$1`)I3g zGX75Irwvr89=xuy?kihf+_IRZR`zO@y+qlR!TT5UbyL+qf0ifeI_P(`!hSf$g>e>_ zKqSd=HQ~HC-^9xhIjR!5*za18P*lmW8EGdl-I5rirmM+4R^Xvfne z)I=z^qhNo)mJu4A5u3+j}7=Z6IB|{UBndP9YG4#z}-lH!|@xLv^<{8dLJV5yy87YQG2rTY5!~$n^q|{%t*Maa?9)nLk?RqBjLiCwTcofK% zQROoTTqXalkIMaMS!({GO|$V#M$(uM$cQlB3Z&Pns$u9FhO2D(1;U#qe?}-AcZD)P?>*yjfhe+$N+b&{5=eB!P326VL2p+zqRHijc?qAsfmO8Q zI;#j_aaX&FZf^a^VbN$sT*#gyz?e083$}sPu%7UG(n~Z$HjUY2@41bxByg5pO*h|CB6ZvZ}!dwE`r_WiyPgqu%-X@(O0#IzCC-}za}5pS z+KzPE>^LL?e1h&2!0kO^xPQs@g5w#dd6LP>XdFJD^gV+!@08=D7x~1=5OSR&zN~wE z$3e&{SOjq<+33Rg2ajxSY$ApkGd9^%PjTcomy_2Ma9cJr+oqq!^4>9RcBGvDfI}|Q zhPJ{21)}M5pL?febG&r3QhNMi2 zdk)D`mOeS*H7IbYR9C5zVy&~ixRgBs_g;@f@#@G@J~QguyMO1z*!Gb-cP{zCqtv%F z^A^p8ITY57lNn41T0np1B5BX!1j6s5x-h8&ES02Q#N4lSKL$9w771g0KET%fEqw5N z@<0h+Z1TfDrh(dvkKZR-ofZc;yzVRc1=k$@>=LkhHGlJBQ1N%+ClM&Nig2#Eyaj9E zTK9$V=f~AxlZNnV?C1UEvf6j*H!7ttCCMyUVC%46eZECPX3w9{R4;hrKA?LLLM?uN8T8AHj zx6$-#4Y-2?;_N-nWfq&QF!)YcTfDGMDQtsy_=S6)zc-ep7Po1|ZBZ8lUkH;I>_B`{ z)~e;QN{R#Csg`wVWnC8v;$>@TX!ZTvP-QW?ogg?FWMhy1ncy1DkRjLJqU1I%7u74i`m1ZUs%wU{HAAWwUOLbE7lP+& zjllKGrFB|q>*9>obBj_std z0T!UR=-!S0@4bn{x}@z&=2j+wYy%|)f<-ANy(cd%6cG2|d znB)hrCV`a8Sh~J2Wqt-$Dg{(x%nWlLDWW`U1|gLul&3Q%8;v_WQas zOcnu2TRIbD4ayTt7yf4%jSsnXW4t4{i=9)vl`Cwv^rGF#e}^4O>KAAj>jx^M1_`Ri z?6uw*vEsJtA|^=qj{qog!fTUwO-L6Cn=r_yHaMMG(gVhl;#ENUbCz1Qxt&e8>JyZXQQS z@%a9OyGFN54?Z<~$M~-Cot-O}g2+t>>w~IAxeU8DmmJ1c?*bnaqq#?C=zKEaz!;Em zs3)EXZ>qb6&p@|j^4ja#9(dpZ{suP&F-=a_b?VO2P%&GlA3A!7RDY!TqHiCZqBRDZ zauTjDXhXD%&&R_%uq0pS3Xe+}k{;gzeDaC?l@5Zyx`Wx4Afe zNDNJ`WSN^qCm2sqmjNN>8n+-|l%3Id6yxzrPCBoiahfO(>C}XO8?SJ-Q?t{s^qR=G*60#ZYj74YhFB#O*@Sh8DTwGJ6sEWfY=9on+0LMF z%v~o@IOfAX6#iZl+D!zG%azT-Mkgge#ldkdOCH4Q!OAFsK7d&`jWR@Pkf{&Ns2ciBBJf78&Uccy075g?RQ3@gWSmP={UNf`$087H7CQ~9PynRldH z&Qe=&Xpn6(o)B3Ey_Hj3Yz4nPW>CeHr8D$d3^%+^5eJie(}6izHyH}iNn}>El?84y z4@SNOQ2Qi&(?V3n1drHOJTjkcrP#*Fx@%ZT_qD=ZO@tV#x}&+)`{5>%osaaM&PIvX z&UXhP9*}loE|dDltq4e-NPK2qFkv`=sJ)CW&zRfbVRIcJHWVy(Qc3#PTj2zX)h4)e z3_M%I=zsxEc&eT*T7W zK1-%B z0i!ZdhLewhV^4aUmP!ZGeD)yhk_kKJXdXm106(xXFoR%Fo$Jzk%v=c|xYLO+9FJK) zS>LsG9epN(pPZVeQIaMo1wNW|mVNj*sTd?uJZ~Wcgkd4O43tY(M+qOmgB1A3R>D8X zz8(0-9ZpAnp_W$q@Gbl7B&0{d;BhC0EGcnao$_) zekr3q>lJ5xRuX>8xG^6%I!q%HrYJ=mcjtI8!&PTHM)_{F&u0oOn7EMd5n@kRF!)Vl z2;67Ig2VfbIt=tTU@v#JG);v^QF{1xYAC5;SO(^LDDM92p}6`sC2?kefU7d$ zTRXv|_Cym?Vyh?k#-Fgq1mD^TzDdv6i&TjY-_mCd--+f~wk|FA4+o~vNTh*jJvIn+w|d1}|M5V#&u3Vnn`rq5K*>wAd=e!u>M>yiKVxKuDqLN4B4{== zai&7#vr>YA*CFXwU%W}kf@@&XO;T07T{gm)6Cei7sAKLR3yh;cEEmEz4K6OBmvl=0 zikw^wi`g0!3BEkoj*QG;LFt7pQ!>HJ9KA9&705)sB04GpkW0vc#p|wIE8Xkmv+vx01L)2m|P1|7~=c{sd47=;`3*1ocT6w)2Onvtuh*M zn_x_F28-Mh@o|ciTgC}FZPVFN7WRPL$^U{&sYaZF~IpoZ4 zNkF)Uqo{_CZ2p8jrX#zBj%?`}dyy*9kL>hWKguJUh9S+7-Kh^w@+_t}um6BX%{Z^? zm|A`HbjRSg(kp}0~7^$1Vv2} zN?IaAF!NHtMzF)I^@;MRULK4I@npD-8h0lhAtGxq6#_y+1icwD5wAb`V+r{Pz=6ug zDMaYQa+XOeLz-s{tvF3>gq1XDtD~&!vywzz!G%9KY?DW((wzI!@-g80D$jiS@>f0Y zdDGaLVPmM%(YBAjHV-*5PmlmMGPe-rA@(~vKJ)yQ}!3i&7TNlZMV7;fx}YbxtpWWLlF|K;)sxM}Wk$2<4(N-E~wE70m=0*vJu5+o4m4d{u}- z^`?jpGQFLt!`$f!Kle=dU_IziCW<@}hVYB52o6nxVqs2q^spm!w!z{=h3R5fmm72< zIC)*@1bV<2<;PgOLuzGGBiV4XQ=24_bc}6CcZ}&(%llb>^taM67W|lxu|2k9Om8BV zl0GdT*g2+`EU=4I=h)HEC-MxFXx0yuUe$+0-^$o>hBBJn--`hfu)PmGay{Wp(m;P4 z2OQfLNeA2s+X1IH^~VHV$r9tEJZGpa*EwhGBbnly`R}VbXY2)ubH@JS7dL&*%-)Qu z4u?BHU#83!B=p!&e399a{D|dT9YVWro?bA%{#9uP3EonX zA1KVF0;Taw;u4yitdEP&MJ=RDnl088nwJlp9ViV2C#kN_6EqRY6x5Yep1IsV`~!%O zSY4eUuo&D*I)6^l`I8!2Ibm62$j>@WA`8C1o!M=MT!@%){0VzZ%(ymU#!1iEi&Tlu zj7y*Oqdfd*AkrLu-8wK&HIpe0z)FnUdj>nMp@n#swby0G1ydCc(@(CAkm_Xxs<}x8 zfxRnHUlOo0&5fZUgVL#g__$=Ejx~T{A_@XnIVZVAZ1Q$VeMIz()#&8ZG4qT6`p3CbvALek^y(lG_Y zlaG~d8^%;i7I9K5S8+@+UZLs#kU<2nSi)0B5IN2|cEov^uABNSGb%pD{dTixH%w9j zOq^8HCD^eF(T&tr6PP5QbUfQ9@f@O-8B`&GW!_R~i<21{EjG3cX(3&YBb9O}K76=p zoIe7rvQ3c$R)3Aaszek>t=%obRY~&lZa4Wd9A8?mTU0M^eC%zK=QTS58~ zOjVd50#d!aKRqY~uZgP~jsWnbup5)yn4Mu(VH$c=L|mv({=QQUu1`t z?SL~Y*rMS%5NUql9tvsvvWCG#*_+|ED#v*1a5Oo>-7E|NX#po)vWH)o-n;Cjp(cz3 zzsM09f@(O=xSnuLd-?CvPQ!6o=q4=W$bJr?4K|Jf)055@c4U}Pm&uI?ED#jv;!r>b z5#z9|oP?YC835EnQ(W5#D5CZ7*;LmYK~Nf|$oMp{K8B2v zWiCu?!!*A}FdF)9$vqVgM`#kT-FYm5A0dly!_AhdeCi#dJ^d)Mz)N0Ufo=vsj$X3+ z64muub?^K*VM_c7drX*8A7M(;Gxoxk=txphF8HlS_(5-W4Z_`M1pppdc{Mz7Wfs&R z4sdilHUPuI`J%eZpe0rEw2C-X&fC%Hkv z{gujEt+Jo)$#D(3QjE`&6Eqf4XizNsEm}lvdzX@*o2^{&j&<7dxzs=Qr5inG-H+_R zEX{kX+~+guvVPB5mvzB8Qt1Ap(%~G}rEI#rl#?^!@>~iw4R7^a+TfulTRnL4w#$wC zw+k~yO0wQAcOtc@8DlP2bQrKCDS!^2SWa0d zTYesV z;8ljPLdv;Jfmr<}1};27<*k5N6{jps7$>BB`z#e~8epLYaS7ClWV+Wutz4-Qj%n^^#ozp>jXrW(XC2 ze;^3eupObY0bhYpF+k8YbE50PsV)u(1Y*^?GGfJYGtA1%F)Oz8Ow39kRpEJBLkySF zBd*>@2OZ1)3|`qHuHK86LSNQ`QL!4Mw4F~NkBm|g3X~`(tB^O>cHzY*K?mT5w2VKi5I1_A9p^B!ucNhEUzb z5URWWCqt<6+<#O!>~SFq+(@4Lk|&2yDSy-O2G6B_4?Wr7p(k72xPLn@W27MK?I8T$ z-55eOlm?*^9+)_Y0q1oJE=4F3BpLRTn*ao+YMmhuOIvBV*?d|rm6>>zfmiS#nzOY! ze=S{xuh0s#U|L;@x9j5(tvrhTlZ@flIwFJneXY56)M2F_-vwmb!gz)op{-rjG-=M=99ZyO#w<(abi!^?QI6)t- z>xvUOdS zbg+nQd~(MR&i1a1xLM28d1EZ@1N_-LI4(zfm@~*yp>ghT6r&hsnHUCVVTs+2Qf3?U zrDQ?itTq2RE#W=LtcQ@GU0k$qP^)HmT2aDRIKP7|)5z^(LU7Nv6Q-2C-I-`zqqUAH zz9s?^#zX#!;KX)9t8CBt+vHRS71l!ZY(V~C`{2#4xaP{rt4IXelt3H!Vhc^@yMgj` z0D~)7kD3bBBfp%yf3>IzoU}YJtd8M>c zEA65CibSv+9V@`+X%aM=cxrhS^gEjxNUe-CVPd}G?RWoi#$eW;ItQ~ZIZKBt9G5C` zMvB~*nwm!P-EZf6aDPKgt+7?&V5HU#oQvUN0u_VQ{Wx5S5+b&Z)|VX-t1$5_lf|Q> zV)gneN}uIF&?2%RV?Bzu=i@=fK9>?1vv{mg^>}~%yjgpz2y>X<>{Pq)o zma%P?gqHmdp=Hq)K#Xn?CDD zhnT&X9x>ZwMTOGNZwl1xr!;~FYNij^bx|{&>jG7G>mez2+-&PATl5d8UP8~%MR5uA ztQ&wB=$Z3mri>7gGgK>@7P(P0?Z$a>w=*=2^WaQ0Er|!0200@x-1Wtp?vz|Oj1#|P zE}V{>+4yj&ku&>TnUGzeXLjUl$L!jbku!UlsnIjq%jwZGnajpb541~m>-CeXWps~;u*#^Sa!Vor7+_{S(Y`dI^_AagcR>jvs zz{7Y*MeK4C{Mf}1HtTc#HaXQnNXpDW*x-X8ix9RB%b=B&SPZqB;oDI6|$ zTq@5YA!K6{m~(Eyr>VK!d(*S8{lC?h5 zWty~^z{mS1OM; z6{2Q054_IwA*wNthK|ESSPn~G<711W!%{G*Vt8y28Z@b1LUF|rc>zVjOIV4+7gTa9 z7a|LvW05$wtA#tX!X1ilhY2W%gvwr@=vqf8Msw_t${9fXF?&aFf~c)*=^1;GD$#*N z`mD^8{_o_Pw2~#1JDr=f|K1}X;D}uaFW~czc_-r4k=t-6%3v4R+=kQf#oUGu;D(2W zis3H#dIsCj9x70FD*k(@9CNappgg0rX=3U$5fpwIL|-ir}usX)GQvoGs>CYZMx7*2e`@YX{YeYSTL$caSG? zi`Q`)d*c#t?>wFm&T^wLFPo%$qQp7pR>yPzY#s?~fIQDl&}};7S5akx8q+}@t+Xx$ zI5eH+3Y}0;8H6XK-`UJ13bu6tZELoZ#SYG}?cgQvo~g%Kcr z9CFOo=vY9S_oXz87f}%A5QnROely#_y=q~fR@kTb`ivc%kzEXC2NIV%uNXWME!eeq zh{ut_NedC0GY=Vz1l*8l22g>#V%n%#;$te|T}pn=%DR5S_POPA-U{($q!W$*vUAw! z{vB_V>-Xs9m7G4$AGmOH!P)2eh8s7RoEgKOtV>=eQp>qZo0`Fav$&!47aj)AiTmX1 zH9Rt-(l}||iL*FGJkur~q7b3j z8Uk&(xH;;&LYW%kzJ}P^*sSVXtNGR{zO`5U1@qbAUKD3xI-w3eu$v$b$G}RQ*^sjw zFZmU6J;F9`_;+a|$Hagd@9B5QZAE;}IA=t3D@4Jv1ws`iS|;FtV}@F!Uk{7#5#P$D zy-5R3q>{D8gi1~C1z?fH{{SpGPKT^vdB}ASf=A2{b*Nv+)5UnqQtie&heHmV8uBFb znB^rzWrrN3n+eW3`)%@|rZtH2tMi``>$*T`} z%{HeAcWY|{#$C)IMM6tmmUZ2PvL9hvFq}10X3oI@>(@D-b$!-lwr0*9%ALiEu+-o) z-_N2IvtUpjavyTh8cCNglt($OZ$IH{%8fRo=VG><)2^uVY$L_>mPR`>sn* zQ_hedfsW){Bwp9t+70<;Px;lt_FxMXN* z+nFg>%7tQ*GD_>QfUn1x1cTGH@=RvP6>=TH`4V!?G@7|Wh4$5gd`0KIasauHVl3t| zL4*Xy!+(dSnel38UG*cstR-i`z%ZE&67$~)op_zeNIa$R|BY`BhOf|673C zgvk$n_z&ofe^dlfV3;b?xaZ1Y_fV$wl(bT59!fHiEagv7AyYFtViLxp5GgC{RLnjadZz+Sk$g+5_ED9_%_37f;`Xz+)816BRqRHZFEnz&D0bH0zYebV9 zTG&Vt<_hAu9ZGJ;HJ2}M9pW*4rRT+-#d@`(Q>*BVX8j`I2$n`qKey%FmRMiBs7Wbm zTCVI;f?dm%_2;)P1{Y7Om4jO4;B($+R-$VlnsLq_%T^gj>iu67JA#db4U@x6Jy|Yo zRs#CZa!~^Ul;(Aqi7Y-GeT$Uw3wATk)NaO^+U>kr+O7obKfsQGU85lS9i*6gLrUcu zEw}T6GoIV0=Js9lmO)7A3Kl%zM8v$W481tC*r!%@X_Z~kF?0|CUg7<{&H|@Jh=5@NDYo^!BHhR z`io3f%K0H>%@(b4t6I8EE8X^1LA-QCDIHm^?N!Qp5!04FU#|oQ@uLL?5q@-7`W;%!PIPz6t;8rSzSYTdslmZ38@BwJU%B;eZNojvrzg}66VWj$W z|3$N-jI2ltFp5U9T-mM!^`GTZ48FUd+e~DOhn+txLZ!vyG{#6#1k$T)elf-Jk3Pl) z-89Bch@iXB|J-h4ML>}IZXXTtfTM3MMKVwjPS@9!=)cNd7xt>Y_A7y+ zc~2t0@a&0&V_N>2#mRVnkDA{@i*GGLH^1=Y^H0WRUU~Au90cEL>2|Gjdo+Wu!I|ea zp4%96KEExxjjuo~7A!WO66nH@7U=p`(S?KGDF0@;8ra02sR4vBraWH0X0$;2;z2dg z$Ny5WG*u~bU1eMFS~H?Q+h?J}(a?wpbN&U7%JdN~=hemY>eRdj zEw5qTbO^Xx28H7H-vJAL0h9=1+n~|>N=^4!af&m}=~B>N0OH1_(_a#+htppM zn}^|$Qhwt*;Ni}YjN>~)ZV3x@{4dfwD<*KpHT}m{9U_??JnTY?pdl^eBQc>2Zq`oq zTgwG5mDCFx6?wDeQVbaV(y3Dl8>(Mu@6Iz8e15g<1tpnllp_C@DJ#&{N$T-46=rUo zqJ=PyQM4AJ+?*@q5!Aqon6FG5ChfA|+?c_n_cB$6@1+^`aGnF`j5|Fphw35y8<$Y}5j8$T!!6mJ42=fun3qZ6E#q5T#93rfC#2t;n{S^LO${(JY2_J=Bz!WDwzD}?ImNE(oCHxI) z3fTd3s)W%qS-0IevUk^kTe)5&bL42VaUsi=@b96xrJS){2S)dgk8dA6C=oJQ^qx4f zj8)t2;rw}`sFr-BA22m>Y-;)l;(!w^6Q&v>I0GFL*;0;Y!WoM}wy;kZh;E7E2qOW@ zV0H=d-rEx8)mnM`uHa&%{2X1qXl>*O3seZhh1j^}T;J*zoFZr3hM! zE-KYXfLv;Uy32tz@xYqJ9crLo3-l|2ez`_Q;<$+RF_N?&+32DSqKk|q%}01Fv@LIt zT*^k#G!i~XplV?j!t#xn0r{Evjd{lr!sJ|;jw%d#c6m3nYqk0f zz)Gt@15x72s_#xTb;oum+Bz3QZ%$u4{MMa+b{sR_ypPBrq$pja?_X{0#XQvGV~8_JigpEpsc?aG#Pz5$v&NApH4cjtm)C#j8ZY(iMB5EtQnstCuloKh3Xkil`R@b zt$de~pR@L^n6U0!zT}+@I?8Jo9y_0ZxoktcY=c_1Nh{l=lx@0VnV);(r9(>T5Vz8& zA>GQ7<-SedsQhN-!kAXoO|!zEvR5=KTWMCLXXc0Iojxl`xiTH))tAe<<7M6N^bDzG zw`gUzC}p>R5WZa27B6d4%R02O4yCMPxwc0s>$#TaD7(c8Is&9ou<3HJCm!s%kO`U? z#51RluLO$UJ>evn5auxm8MV=chGcgw*LQri@|8-WHdxRP{*=8UYNHF?$d;b57q*0V zBPkb%{Xm`Kt&MyQAne!6s~s;D^pTX!{jK)lTF0f@wPSww+eICe4rL?#j(5vgj{CbA zPTYSt$Ak2HUEUo|_xGI{J3Lw6_c|#pcJ3T>f4{VBN3ZMqJ?y?WXJ?z|`G##gU6omXS>r_dS6hR7s@*@T&e&6* z^`j;yQj5GV6YVCH{5=JURV?-Nz#Qy3XOZJf1|uDiBl%*e7(hP1ASTLq4e(tIw9z3t8!*(%;12I`h!~Gtrqk+wMOKn4`p<4wavKtb z#S0nFb2ay+s`!*l>G4-QwaI3>Q2X- zIUC&W0fsE!de!|$2)iGcj5nvHVE2OrZx4xei845%ulvM_G}hAqiw zjdymepXC#h3^SLN^0Q;_Bz-;LFn9~AuSpu^8nZ5al)dtbI+HP-HB)EiAxT**Wjg_M zutQB%KobNoFtC6!+6%((;ulAe8ONRR-Wj%Lg+zKQ{Ff0waFp;9z73I9hJ4l3Tl6)TsCxujZFN^T^pp=G{y$ z1&5xCSYk-P-Ue5DelPg=TE&|AJ=Z+O8}|BL%JXxP+x*UU#|}Qrmpp@)pwA{Xw>}nG z{IuG-@#4Whn~1mWRq%7$0p+eq^|nc6>Zmp~6TfXnxormevu8i|PEAkT-=p|@E{uJ1 z?_0z1f$hq`_G>P0K`%JbmxC?wV2c`T(}HbEu`6yF z*zwMqt!i+a7Tl&tKWJgW5LFd$6ck?$)WrjJYM?<2G$?_FD@CQ}Howy_7%v)BiUya< z+oL1Vk*novq9cIvmjf;FKuatP>50Y!DA4M~&$U*EuR+PJ$9Uo=vJR_m(Ld~VUvg&* zXJuW=aUy*?KR8T!R^lQEi|^&Ov+(!vd6`R?!LIgwgekpj@uNo57}98iDO zY3lWaoJ?TrvY0Vq2k=XXMzcZ$&ct(oPH}(8l^VFM1lro&<6(lGKXc%4hsM_$+H-l7 zd4=Dk6Gz}fFARUIE&%BW0RrqIvaV|;wJ8XlkU-gIe*EnC!lde} zr5jqSPsEDj{uafLU~vtQWaUF)@Z7d**~Ta4$E3W~K+0RZEc1o!j;*+raz%)5Hs8L@ z{TCU-E+|Pmky<8-Mu45j2XXTP6qDy1k2xZxB=5!VB3U&W`j!|76CQ@#oOcLK59^67 z&L0P0d3(nAdo-47SlalrfBjcLH8&S_4&ph3op9WA6!-F=|7RNXIs^ORN|A_L7CJN; z4iT}>0a`Xq0CAo`yXOFSMAyx4o!<)FXZymwg?(Q?aH071d*8hGVspG}Na-3{E~;02 z^;a2)OID^5Yxb{D-V2TuyRIWEk8ciy-WhR7lcLq<=?ImE4AtpZ$adt6*+l-< z35aAsoe9%~2@uE%4Y`c#VgfS9Icw;zQKe<>X`cG=|Gm9P_Fxy#M!mllnqM?w`eo;$ zha7y?|F9Tq#rc@yB;@+^`!2@|PN(B+T?l;U_6)YO!heMt!#_eYjtM65Hn!OT{91CJ z= z0qrcU6qryN&({;2zzThHDK(cHfIeJ>q|6@B^c z^LHV;=D@A1sqtPwV zEh{f$O0FWiJPPh$p)g9Y!Z_nb~#X*{#AV;NGoT{k_M6x=LNE}O9dR7T7BgD(l>U{=X zw=BQ!(gYfQnk~p#70uZWS;Bv zN6YJ(cR|_nor3x}&ePob<;tcnZ$7`7sHa3~1x_(F$56>fH#K}{1JkiuYD?zxZJMu5@wLH)#TWNI zyKkWhcr-$lD2P^qFZ<&DCdJ=$rL;PlcdZn4B+nQz{Md|8y4d?|xz7c#_5cSrIQdiO0_4%9JlBbmTPlX{Vaoq~)@Rr){8eUfBHn=7rO0Q7dFQSOwnvFXla)_oc(< z9*H%5-Mu*WdiI;yYROuyWUcD$*S!6Tw_nc_4XNHr&0DD$KWv`)WP^htEgp#uQffhU-RYM_1f1ZfT)Q329+Y+$yPjGB^PbBDU5hCO2tdnb!3G34aEf~mJvoz| z9vM25GnbRvE_*K9zC31xdIV~*De<4l4Y@7vZ3~Y?w{y9ap7G7)hB9=Jasc$T;F-?| zwFrkpf8PLv5VM|q$qYl#Cz*2@;G~0nI_G^2<-H-w1P}kzs>;YT%XkfA_J&}nqJ)Fj zX=UT8YREEcnDfr%zJ`_chFD#wrG8bVc%@Qu?R~}EXXxazXU+%3Z-4@f_sV0uX3qPR zJCuDUZ#p>VT@BOqOx~Q&GS_+5m15MIhT)kr=d*$#hBM_S&oNd^P6~@EvyW|9yV9C8 zOPHxQ?;jRy?K*-u|YR8JJu{d3QbG8vcNoiVU-#4u91!il_JDI4#I6yizm-QNO z)HeuEWfyS9T+Uqz6J!dL4nHHpXK$6zA5w{^YYR0~G;B)3lpF_6*;&`x9BGx~9&K%o z)U}P@xpyyYvRMG__SucAFUkJtuGN2PYeZ*VcXxMPTQh~~0p`#?yXi)XvVO~mZYanD znnDlWJfxT#tqn9{e}Y#`U7aB^oGSlEdhrWNOj6}4<@+%u|Cti=fXg!!Jsv$Zb!w_T zpR0|0fxbRU$)8igbY%Vyy8GWLd5e-ul>8kfbRsV0=%WrCh@(&iOr;)7{4hM}hi8t$ z6rZ*U4ovCd`ttt;XFxK3N+F@g=+vYm2ONQ->V>ISKcyCRX+=zEy#8AcCwxU;`V@r! zgYfN+gk;C-6AkT3!#e(R1>(O=N^Z5zvM(%OI20TG^3la%wYp0!?7q-=vEUnRYT@RK zhtUCAw8D0p^geuyzKUoDCITNQt+&<<%x1V57qmM#=69ELsgx(gle!cTo6 z*p~%`;8z-n5A15LO@jRUrTl4f2ZCpxNLAH@^y!6;iw~#yT&nCg%NO?iKG@?%3!WXE zAH3qLiaAvuc!X6nw%cC1E1ug3nP$RY4woH?rZq~S9zR!_y1%yn<^3u&^_$k=Z^%bq zbwh7oty{0vtyg^vyY>1mdmH24#@G&}bBpTTs(H66-mM_uE_=)3-m-;~Sh4DD)x52W zxAjVHzR>`N>%P=-eoZX2II33kY8AbzuTS$a8(~YEI9jY!tWkZP@Ft}AI8okdQ)X)mj-9I6N|}42L_m?=^>l z9VQm81E-bwcK++kpV zzUx|3k2^I%hTPE60M8tCo4O$wKF@fVq`+*XW;5zX zMs8*N=-1th>d9q0wPmq)7xZ{^@3}yH|+=Ay7 z#REQYKc+i2T(k!0{No27F%X4w6VB$cGHMrSsMg~f43#u8cgA)qU0c6)aj~jycaDAW$I5e=RBYpX#aSo+vOaxX@s7a zs0u+NVdt4&TIdb=4ZaZcPWS+573*j?9>z@ZE4f!_7hc&$L9qCf^D`O*G+~IG*_spp zGYSZK1$``;!D8fzj?OmT@o~V{f--q}dx|!Tw=1+EN0cR~m8Wabwp{&r@<@n$X-i#s zekp!Jz!*(XcfK>3)8+EBSW24XHGJ}h@tNZcsA|iIXWCjr)FqjKo3pwOe+ep{)tklY z70*^xZRw1|c}&Uk0q&A)8D$ezniZIl3B0cPA}jxqXAC?d^tnY#d$SU1n9AqeE9}#)Y z>_JZPWeQm3L0MU=sLg~PNwuxeMiYi4eI@Putt6wY6A!6Z}>;n81uA_Qt zDWN6yGlE*PqaQ#u?e$^ek}P?t^N;oS^>NP0KT}PNbMhxxQsFOBGEB*Trx#^(S58R< zC6$y^QSvYJ7D_vga0&g%kmpj|EoB*IIu3eHqNecADS4m%WZam0=}(e0gwN3(W6r!w zcP8tGq2W0kn>rF?l%=T2zFj@{6OYe~p@KJQ}_1-$nMwn?P(q8o|JRd_Mb1P3zY;#B2JMn*Qiu zbns&NycgIjm?j&(eCGTawX$>ZQMIx+;mZT-rYb)XD4^ekiC{7PE?I^%fU)!Y)v`|L zR?`#2Jt5C+7p@H1*oBwFB}9dOs1|5OOX^z^ZSC~C zW4W{ELWb5mqIQmIoul+_ReQ{C^ z^x&hKKKiC_ejnE<-=^d?vx;9GUCekhUu_!Hng-RnLDe^iQq5*E7L(#{H@lMv)WwEL zO!Vfs+O}D1+pIQiRs)-rK%I?Cg8>6yswdG2D=G5faHX?X>m0k>xhvkeOYPjFb?(7K zom;b2t=p#6ZBu>QsCMY)&0ceO@@{cLSfv%UDMe5W9Z-TD__@;6r*(~7?%Eme+NpN! z(zonsM5AgZ5q;=hSb0iT649qd_^uB%-ekdEw}2`+<5L9C3j82SG*8Zebw{3 zuB77@$#SwHXtR~Qe*c^ItL>Y$_RVSoG4>k9pz73i>G*e#D|gJP0%@0!B=WkZ=dGvQ@nj*)oir!{z??E zrUJduOySiGB<(@1c^w#F8u7r^+g@O%H)y^Mif;p(Hntpee`xgOE1yw)1DbC@@ePny zv?tgSfX*uEx5i2++NK)VpanK4felwGm=gi(cJT$iIR5PTa-b#=IFu-;!EPyNhMSSV znj83|NG)huEP#G2ePjL+Ci-<-S0I0ng-F`aV8MffD6j86g@TPb4;RgAX)&o#gT*q!mY@mtoE zA@x5yuLc+d;ZoQCHpv@b$bH5wW0>F(3B1H^S^yf_lSVRX)1S2A%Tl{^e0lGj>nZR^ zp1yU?`Bb?qIg{H0`V;t8$o;0riUC5w%^l*{HgNZ+Tc9`~q?^Ww(Qg~olR4*}As46m zHJ6HZBOZ;wevF*-8x(@g(c5+V*aqI4;}NzR!VN@WtfrL=t0$_;_!48TQx?RJljg>3 z9Z7oO=EyS&fn;$E#6j6Fu~(G*9VI_OvgDKGJ&|Oe zNdHRsgD|y-5MMBKG@_#r9t@Tqqa_u{dTE=o=DtK_Gk)Inxbv!i4wpsMAEt>BZ#diy5m|ZQbTJgxS9gq-XG%r>t?LYNe=oxxVx3_g?IKed31&O8p+S zevekaC%T&*x4;T;qOol4iN>z44ZS?1HV$Zw1JS*SAn9!ERogadZ5!3#MkUyk=KQkP zzHktt2$G}(N)|fE4U}5323911(KtnlfZ)W7n$aw>m_DWkJEA*;{2~p6BYvZC5yy)` zxDup{Cu(tlmjcSIfkp?Em%&jBLOn}@4MvekI~NLFGlH{5d(ldr>zpmunB)HHPoumu znPqju1Ek73N=|Oq{Z$YXP3Hsb4_tjtSm| znHy^o^zdAc9R|v4kWwb4A7OtH@68PC#1K=LGbL7D29lJ)h>#7N)kU+8D z{Sts>L?D6CrEHO10<(E7^%Cw~8g+C8Lo1M>$a&m_P@YTYeb-7SF8L{kJQ?o>8KqRQ@hW^8_V z{!xScaej5jD?7fLvv~Vg^HpCr^5W-eAsoBMCcpeywXkimAL9EJ;X0Eerw}h&4c_Ln zEt+`(_1jfntLAG}e64npV4?miEiblwx$S%# zEYiqd#+5+H3wh7y!3Zi)2Uiw2Qiy8fn)J)QiUfSP`TU@Rpyc^(Zf17Q&*3IHhkPaH zT+3(HZ4L22Lu_zy$Aw)NA5{axT44CCjf#Jt;@!ukKk^AcxEDJC{tM>$V?O~(iAR5Z z*snwVG8@!)+n|2d3Q*q*-LTY9-^QJ1P(wPuFkbovsFBPYUmeuXM(sBO^)sNoi1{(O z@OHRp;iDp_aS0B$SBLsu2KCD@>+`XyjSzf`JmrT8ttcDX@aNRY7IaXv`*#y_H)J z`iE$z)j@TfTC0ZYS&Yw_WyP%LvKdtO%21t<1ID(TZ88A*o#O&VTR}RY`fUAmb8+-K zHT2Jw%DxHsuk-zw(A|TrD*^v%9r&M`79cta{97S^O2%Fxf&4NH$d^joOF;i?*8%#y zgWTKWmEKL?_WzMz?H$&7hw(@U`on77h*meE`bG%o7nBmbU&E65VH?0lFb)IQSI3GL zonI|e3p*AMsD-^B3$X83ef*D&!fewLOf z88`wjNoEhf(=-%^!HRzfu1&R4I3Dd|;V&t`CQQM#q85aT;s>QXXmnVxL3;|_vkn>= zXD69ii$RFdS4o$Z2mvDg&lG8P&MEn!kX0HC)7bz9TeJ%IVsIZ}HH3dO=QMqA2;Ufa zvhQltAs8-aw^;HU5f7U1ROCsa#-2q=M-zh8lD70mETtPt@}Et2^jOCvY;A>vxa(}0 z)wbdfEWMG$-1-8}lSv25=+J1I;~)u!jitZJarkdDHRb}a)bKyD;k$$W*^k_nJ&cgD z7A-J#%p7F&NqZpNhLsTxQc{3qDf6+(W2a!K^e2?Dh#vn1-Tf2Y{VCo3SGr^8NG{gs zQrYoGXUJ2=#OcYSGZTkTgeOjNldz>?<4t&q5de4|o;nu(NBaK%Me;fi{j%gdZZXrV zHbP!SU=d}Aov4Tz^2K2Wfz#u^q|Eg+ZRN*M2evXf3xIV@1^IqLl4yZhjOJ@(PI_A} z7k9^tyVc@ejeJRzuly6GZ)}257^`3a`Mx}Nm{F}v`uXvVQ)}e@<3p=mS%Xd0P z;cBOGUd^X31U)jFg0awefWW9g2rZYNxZfA7o zHTZY#y5=zkgpJC(G&DaKgJcd@sypTi!ScB+SA;ZO=EthX`rY5{&lnrb`tBwtQj0~r zfQ)xznvx+Sb~~OYU$))eBCCd&f_G~!s1AsuW~H4YA4xF*Bjq+&%LV)$(BUujhF#eE z0_}%84F<)-Ky=N+E;WM(-wD*-j;5a-IJ<78cBl6#MAm6+$CK(rdrr6=V;ZJy8+OrM zfRaK=^5_}c^0eER+$T?*WWFrJ0lctm&#Ls>^XT+!qk;dW-JM6Lf0s5ViM9333BU3= z+2t$&mCJ3ERey)(hu1_`Ug>gEj|M4Z(^jo%YcxZH5_q8GT9)wz`|MpR;OC+gvpmQF zODeSDmdnLm@!~GExJN4nmmo6_wIPwVdGH)|*7KX9n;?1q|J!>L@HUP+PZW)VxCxK| zK@z;c3%n`u&_Pj$Ns*MOgOV-DavVDhO;8qXiIf|Z51Mkgi8l}SXf|}BOz4cfVKVXz zJ+^n4Y&@fxZw^V06K8U418Ii{vYh2NS!aiNjg#4V@BRMOKpy}oQMulJ`)!N* zqq?fPs=B)BUseATR=StH4KZ)SV&!YKQSWBayIEj=*q0R)uQ};)>jvx3(k3>0G>@y= zOZmgJ*hE@;D_|F}ZPK&%Dy} zG22U@K|ZMS=hFZwAdt4v;%}fV#d^qk-_^q0+acvW^m*$Iv5 z3?fFfq#kD1ziT6FVG5R6kg-ZC2mMaTI~)+TH7&uBl}zcWj;yfqWzf2EL-{iPm>t5M zypx#ShdUWZWM^4{7^$g|Z_zx1Z;*MVfA#ea)!KZtNzbm@rp*US;Hn)ElecFW3A(cE zO!-MPNZMiCq|kpS@FN1(00uw_W!xiXCYOo5tWnwtykx=|o*aGj+{idT%sgmJQ$jNm z_+13Z=xxG0GWyv0aegde#>N92urdCJly*0PPUJ@;6xnK4tJ0inNKY8go_lmElLtk7 zEJcQe9iOL$ncmYM(J=oB9)+BBA+)i5?9aR6FPlI0V$fuuTXOUSXOiemtCzfSL@>WsB4Sp+Cr!nf*@eK*Dbp@ z#oU|VTtOuN3T;VO4$;DTv5=j1X!_R2EcH=KqiAUqER8o^6=Xt_WV!yVqQ|eh?zi>S z8LkI8Kn=d4HI-)5ds_juYrfWp8VS@fnx~?8UfK#imlz8AuqPT$W=eJ)L#d zYDX=5S~ZW8br<029HmAjls@m+^Xjt)YccfQ*LyyVna-YnQBwCf+a6i+hptPsWke{D19Aa>8W<*DKP3XOsPx}rb=GGpD;1S5GVC9 zpTM}{{{~>XoS6yV5jX*d?4y$pPmG7hLV={h46&3-B=1Ke@+MqK_e8Q?#P3tATN@ib z$4XD+%hAk43W_|(YGfLts-n(6M0%F|KT%P+s%Ov~el0Wdj3ml(o=(w2!daBK z@A;2JKB6RcMLkkq>TaRBTYecB85cdIO^JQAM6-Npr_eC?Hi)H1M8^@qabyKfsvI?$R5ilj zY#pK1`&R2nisqwcJ^)Lsvx2DC3t)7NgIDoiy4bFHLn{X~3Yp?E+vZHW?-^t6%tEqJ zEt518Nf}EeoV!fpGJR`ZhL=>hsL~irP1=8;vDk}3Fcv|rgqy4u(N3fadxv1}ka{l3 z{v$(LX?CEhVy>#Ft44%r7t5_W_*qnN=N(KY4Tt5fLwD21%DB{gxXkWWZ=9!#R=zhnJMK zvK>)Nw`l1WEZr+?OO!csY46WQ?%yD!?O62~O|C7(K$E*syF+>u1>v>QjG{~w-Qo%M z5z?PPepV8JEG_udI`(xSG^c8ru~;qxR7t(Y-w@ib%pxW>0u@RKyQMtNm_j*ZF&egl zXVf-()YRdSnW^Omx}^V)8e?+?zAcn{0lr)xsZ7Ca|87nHCpqKr%eUz^U*O7ZzrdMP zO~8`>`wL{{e#5ui)0%#sQ2I>SbKGX6pHrT>O+R-jIh7FVmobeNi~Krg{zmaFJm~#& zJx=1fYqbR@W?FC9>6dpR?2}I)Q_7pe7a*vWNK>c?71njOC6eg0**XJLSy77oHT9&k9V}TwX$Q@ z^p1^{fhW(0#{v_R6D?HiQ-QsMef$rpIscUa9k-_I)-6h_Ryz|RRV-zm(Cij6Y&5C{@DMn$E$5@f_Q=1-6b zk&yg|#7SoUS^kvD`!fP0?IE#VXho6OJ%3MepQPJy0{=$fF9`e<0VZE^okC3Tgo&s8 z13kf{M_ly2xdh&&R?$QRbDM}k36rF@oP$0;e+F*dCB-MHL+KR~HkJW8L!(oY2gB#6 zmOK=eRjRQD2^l1qB%$(OasCR|TT^5LwLbC1j|mlRu(7>#cg(d_aBW>-tP@z0cW+yD z=3N{X%3#8L^HNXDxkYepNm6UnLT4-GHJ8uE-34<~mp-=eq*%ClDSxSQDPJrkhlUm8 z(6D0bb4Ma4NOOlQ#yuT*8WahC8Pt2qD(7r-wwuK@FP~iEzWBh^Q$lfnw76d^?w`w9 zDXV+kywvuJBU-jaEZZ_?gCyayyE5jkgbS-pOZ6gDU3;$fUhNgDplW-U=)Ox}e>bT) zi~UQTU)^(UyV!9kT7Fn8KP)vs5|+C!X0IhhQ&+(|#a%HMM8~@%NjY$&^59~=S@1T4 zza*QbI|fhV^IOv_#J%s(RW&eo9q=Fi%%`7;7S@T(>0>;<=$+C%v3%I(-vb|WmtBh; z@H{6JwcfH0Sfk5QhfP=A@VfUk|0|`hm5L2r*V=`ufoRo$ST#T{?}^=|u6fm-H+T2* z-I4AUIN|BLco1SdBtKM{Cefb~(G&uMZ*LLqxlg!1gb(FBMa~2Pi7h9?6uA=`v_hc! z>WOOul=TqHdWdBOwCI9O5u<3S!gvv#P!Qm(4Gh3t=H-eAIay3buvpSQZXoSrDU*^t zEySb`vgCp@GWh#;!Gd&gN#sDhxoxTMl|zvOLSa2Ty)%__h^;!DFpWq+Z_g`7M_qd6 zbziJ-lTf%RUQ{)2Tj(U+;dp)f(!kXNc%|a~^h$teg94#|Up;S&mj;;Aw8pEaDCYpn zIlyuba36edvk*G<#ynJ)0$`hdZs^lPD@8Rz@W9)oDqnCnJp_p20awXiQU`_0<3;3@ zynyUDW&m^md1}lnr{6sJjp()BB|!Sd$+uiD#QHExu2P)?uHc{Vey%&7mmiT7_0enH zsOiB2llk81D!Gmzv9! z9kI#|xPZT6B4GZ5+%M%WJ^^z9VqhCZSmh*(6l!XIZReUxSJes6mR0C4fcf4vL#jwt z?z>d@PvvTq3e!TYD>Y9_8N9mE@`b$5Z=2s1udbaRoF81P+t}N_TcazjUR7l9pkZ`* z+sl)&k}X2X77RL}v_mZISb8j4x?Kvc1b2~4UCOtpwG7O3fOu`ga_zQQ?Y4ML?UjB4 z`~Co)LYKC|A_BybC}L1f+AoDRZGLSA9TVJ+jtRo25Ws>S9g{4Qm5YukLy{(rC8PnV zW7JPd8N9kc)xzDMe`5ZLcwNH+v;f!kaU1KIpRMiZbp8@aIPpdQ|N0&C@CG|(EyU>p zb*p9NmruS^zbjU@ODNlweWdJGj})$KH}Ff@ZZ=Z3#%i}NJ@(b}(b`>N?JoN2sbrQ1 z*tu*skX7;#7MBgMub!D}wW3n{&ChT2)gS{~Q2eigQe3mH}d@bk^AQd(BuR22UZy0@h0Qsg=ru6&2r0N zyWyMd#=))TZ+3Bjf9>WD@z6tmlem~R^l z2!A`@c*tk|b}>h=rKj{m7Q=Ua`2_2GJV(vu|I+QijbJt&wc7=|fx@{Qg2vh-_VJe<+76djOOL-6caZZ@3YwB7Rnj7a};*4_*x%geqb?v$YK70iv!e1$DyGd2xDBI9Z@wx|JMYP(n3~SS}LlmmPV3M7PAEVev!co_ z0}NH+kZYC17uflZ9q8E6jveR}HQqux>d^Tq<>uC&luej=>fBhurdW7jhn<9pEH#Ch zji+;A^5T|ZVYPvdHpMA{-6RWCk(c-sUMEavVmO-c!7R`VlM#EoDkxZj5!>ATYMygm z%-$~8+gFNf7Csy;ZWD{!u!D5?mK|j=N7;Pn^5o)av0Sl9L#nLl$D^{kMSHZYQ!MMm zk)*n1xwwsh%H5^w}%77$+JXjmmLMRNx{ob^iAj9oTQBVW?bpU{#os&3pw!XV+N-tZAL?;{um4|$Ob5N zYQv>wrN2U!Bn`?nC3B%jB|oiImKk$)<^3t5t|YI_cbl=ib{o~%i^nG#L$;7z^KH|l zZ>KSXZ}Yv<8l- zSvhK%Ij!k9m2uQm+#tqLBf}A??$`WI$y^?cb~s7N!cmjQhRjj3KVxScHT?df95uC} zQ($u^yy3~TJxLsmsrpJJOhWGoE-WE@OsyoEr&assTxEjmg_hFD`G-$W1;(Bn9Ruxh zaw0H35txJ?V#>e*QTrN-R8lIJsF()`uw_7@@ckpjy-$EG2(_q${}Zgb{8fO2VUiC? z1_9Z^5u}8NXr)+}RL7PO$s9z2Eg__|b#`P*BF6oQD!NW!8&$L&AYqr*mQh#_3MaVH zgdH^4iK(&B@MDuo| z2@apw#fk-WWGCn#XblACxD}62gs-h0D1I*HL2OU(G?Kl+o)>d2=gh%CV9BzZ3@W_b z{rclq^Im!S+G9fXV6=Kr1auz|-3J8rw`OK#+H@u53x=0R7lU7X^va{rKwH$`7CE@$ z4_t0pv@hKo_3sq@J0k}bN)Xi4IHKk#ee+p1#J&K1Ufb=O`oQ$Pi?oT1{Re`}DD#eJp3+ZOJ}| z-X0~g&oM^!ImXC7$Nv8(`@CPOgRKq7zY`z)EuE#`Yk13R>@PCERl*Uh=k_%k-fG-F zP_6%Z6@|ZEZQEC3`g%*vKA-6uc_zes!)HRwH%bf?ZZz&|HGiXx1JoP~Ncb9aN%!7A zW2Q5k8?@XbLb}x3f7qy}oXP9=@%w7(2F~=rz)@SQHK-)@AeKeq7}5eiV;Gi8!818b zP{W|8(uFjZGStFbns!-~MO(W#!^(K}O^%H%nntyaI7JNxme160tu7syMA@LHwi#HW zRhy*@J5uNuSOEr9=hD1OniVNn#Q4Qpon{|{wNFw?!e&ak)Eki`)8DUYOPZAtSykJt z-Y^{_u^DrA0kDum`wcEwCaNIt;!m|er^E7G0L65tx<4S;f>EIy9NG7=d`LH8d_wo6 z;X}G7IBXCM!?~$aW({jga(EpD&$M@B-`@&LUOBKKr4chkD;mr*yYa3{r`_9|8 z!S>)Vr}lz3B@6zft7o9UW#K$^@5nQ(6mKF6>?wUreW~pO5C&x7AMy~cDJ>^?wA!@s z(vVX%JC&MIuKcaEEl8`=nym9)l%zT;ZKNa|G`FksX)Lgpr&8E4g-B8IkxJb*lBK)D zV+$OtYVlb^UQ&&jX}(a!5?zHVWW<%Uy*a-F3m4x_fEeo2{^LiE4(<({96Y{1FgSE? z&!NG-z=`7nE!%el*dBiRpuE?Ir=vUb6(_lAQ~PP#c}Injqc+vk4FPHYf0bU1al!wR zLX0V{91*ge4wyp0cab@fe_~>sHtT)R1PYBY#UP2v{z)o|og$dKH@3}ZJa>i4By;W+ z6&f5{l3Klzm+v0}kMREtkSI)9cu?DZAR7;VMint-bJ8wvuuE!|&r#!YPLDx=gXiBx z0>2xd2u9z@*V~Wik#WjlKgW;5j5{+@r<_8KzDGf5rBiZE55W zU5hSBnqbXgu=a6rf5jJ?Ki|CYMAW}Y^lyqBj2!%6#Z^fs0k-RwVcfsbJd=Iu{-IX&R_nr=jCIIzAt|G%7>TQzBnAM+#*(P ziTbx(HAMa0IKI?0UOBwfboKFQ&45@lK!(vzUi|QUP}B02%BI)%Ej{+ip=f27SlJcX zCpyaG6+yA0ZMkB5tYZ6B9LnwzD`4nPI+Ur-W08SXe*legX$piA^CHwrz z%O75>d#&|q-Jdt%TsD7FEZg*kXX)fuhof!%Vq5>aRufr90wA;GNsyb=NMc5=hq9IP z(y@g?81F7?6U*Atig-U)R~CHn;N^o6vuG)fvp$1fPKjWLe=68~s*X9T7xu}{jj^=F=^EO3# zS4uk~`z{`4hdCT#IcFCG@wV;En!-Ze6_|x>#kWo-uvDBOon1IXs^gSrm5_9X%*eIs zDToXvc|J9mw_kG?^aXWa3zqhq3~w1Z!0(vdhpP?WsWu+2Gk>R%1JoRLh(d*#t9y^+ z@&9MglTq_A6#GfA1}0U$f*Gq0oltI=G^q5+CJh$_u4w%F3aPu|8puH%14 zeV^SjKnCxHocE{>Myc|#p-Ho!KwJ^XOahro7Y>5hDnU9}jzR5oIAvGJoZRliy@}#F zMxtbHM1zEMf#{#M{~(ud&u--e2EGHys_~ONH0911)|Vu|!}4|6oi(NRr^EsJTeLy4 z`$~ph*_x)}`!FwxYWIRP!kNS&oU;BSg&CQT(f`=p!Gg_`^B{l9<0~*}o~~-?W5vs8jTJ&Y2;1w(PEpx$73q z@S`BQHw*5~h!fm(Fn6%n7IimEL7-UC)4BwDUc2CFXYx9*3dI$`IsyP>XO_#_V`c3U zqiUX*{K+Ji4xCxA1vpb3r#!8MB%GO%YqhZWowAl#VT(}M60fLSD@?tk^0x2NE5k2A z^5vBTCA5JoEHi6FmV$zctApyOD+oIgVEBc%VUXM~_mse()0W`jvL zIX{rGjL=hUpkI_iea0??WrV#Bbtlb?1fGx)v${P9E3_I;IY%O1W@^I&0~TS$13XjO z&v1<>IDTaZ|jg__B$B`3t$9&&7tmXp>k3xy$0qRyoNc zgB{m}P>@n^PMRV%!!`V;)f6f1hAxwG z$OLcXxu2?+el_)|1aCsOQAO4~$0-zdcr}&U*SoH&v?)vbNHFKl+Ly-0*HWYyty2=r z$%^IFR80uxWSBs~+sT+u-T=$nPi%k>BZquHqk8`fIcnPWOpZdMRto@VIV8v>V?p3$ znfu)#jRNZE(MyY4rO{K(nranpEUaA~b6Vj3>LAd4GJDrOI2dg7H~Q1w_zt)zb)#mnd_hLQcF3d z?}lO9)I>hV0Ft|5@?uAh>|pxPSHI{HeJyi_mD0{R!zJrVpy7-5D|Q5(kl$Y}tdA8U zN3^g-ENoe`r^-=Ee3yy^aU@wmvX=TagC-_hE~N}5#5SFpCs`WkB@zdf*a~mydu#(i z!`FkxfkyM!TR1=sWk8nCY6oKbjV?!q@R*r@ZL{NnU?PXg`f6kV5E?;mTq56*aXo87{MW ztE*5eLOH6QFekU{F16d5bY>%@#B#DzDyEd8vb@`jIo)1}c2RbUwFFoSz;iMKk6De# z$&l^JhZI;w&U9IP!;=gn;S>jB|F6%Q^CfSAGUy)>& zBdL{2+l4ezjdV_-Rh6e5uOzlxB6D+6*2e<%hsQ&Z-wHKM2iFnvQaL_I3VPj|yhD2} zzK-gYCA;`tbo(JnVCys!4O5orAQnmfJkZ8%1ig}eAJ`K8BP#4V0a><--$S+BMSvB? z1i9$MiGxz|l4wHp$fBH=l44vb>uVpSWt+%LzaFa4ZI|tW;!DE|_lX6qi;pexi@aFS z9vL7(ul>+}1n;F?EN;I;L9fG*E;2X|-;to#lko3$0sh^p4@RpGih%AzqWh4*{#HPz z>W;c9L|4T^TMSmWTs84>7#O}hF=tmT?tRxrqm~1r<$z#0zzml&PE8wVM{p%uRwgID7rWTLC_K~Z{qD4JoQIAm6^T7uzw^ZyK5{@1t5w8 z*PwR+Rg5(IG;z{PYU3oTSgHf$wDU&!@>jjvJp$E;j%Gc{yi>WUgCP&3}4yW)1bdzPr>UA zw%$t9^^Tg}Qqzq>6Jl%hWA7I8jqM!ZCtKuDs08|JU+ z`H4)tf%y*pA>w81k-6Jt^Ihg!Cg(e_M0UcGnk0|;Zpbp<=`GnM&v(N!1~%XEd%O9* zF8@%)TV0O?uRS-Ari((9&weubeYEq{WNVonFrz}Af>#KfTrul+GM0mUK7&xM#8;JL z(7*DDO@68pJtzx)$yFert&? zJPOT76a9HYfbXOsz+bqyWoO~Br~`I~Dad#wjf*gd(ki%G;eKbipfOg^7%gZP z3!3NjaSsfKG{j&q+0zg&DVrOV_z~Gqro-@+{2r73x{>R37_OUaJ-bZTT{S)1fjCVR zv)x27y9@~5a2R{t<{KUkP=hjQtP%2hZ!@44Wo99`{06uhFol@n5}MUpv56eDC0xdZ zV?NTgq#ea+1Wbsl2~TQr%kB9fK+m@%JQ2x(&;+}(@NfwPe2V@7+(yZxQD$E+o=X_p2@79&s8>v)t`OSOh9M0!bAmP0?tTV%H7 zr!OKe2;g*7qilIm(DY!M95PHo!dzhX#hx?-vZt)KOsZXxVac$nO?xpT^wesV6fR>; z6v(6#s5#3-6Sy2xw#OXX8Pl_}Df@KeR*W{H5Iz*%#NG13VwLvNjTEtkz$dB1EF1}G zouPw+w9WuZd+Z84m7xobbqA*9M`7{)E40Rt&*NVWfnzmLz3}9hTnnzxo|-%L#!2W^ z`(WT9>I*{HGfg7qwzQ9I%GC9XzXEo};xEmr*nQ1#?O4<@C|U*u%ODfo0kgtr1-$`4 z%dA+X^`JghK-`Fe7O|iOD?%asETwWQ&%H|z|5Pp}Sr%9lnylG!DP<@jw(e=3WN9!& zC9x!k!1|UWFpy*TdX90xX8yX91Jo=fG@LMebnoQ=GQ})CD6yP^NG}*B@}XoSBTlv# z20sl}uc17nDA9nLuHhO;2;kps0}7z>*|os-j;XuUuevrZN&+pu5PQM(EMJ?nxj_>z zQgaM&?#7^36o0S_WpBZgy;&J?UdWjMqPYMT@Ex5jjA+~AWUWCf-DuU}bRpUFrJiM1 zmeWNKdQ_$M0=1=1hIk3{WL#4!)eXpOniP}@ZUcJsRk>Fg9a=`P@=4=YV6*q)6Eivd zV_Dx890kPR>TSs?vG#2xtHif|TVqzM#J|)VZh&@T8X92diRrFv6ciX>7nkh3GF>J6%%Ls`@Cd|-?hL6~gq>|uObRdRP?G5u^qHqJME0jNk7a@_qeXj5=k_yU(cLh^iJl5dNCp*q3Ad znw2A1$n|#`zE+&y*R20q6AL%n`fE&I+gj6KVS3ANLh4%;Cd9l|W1w)Sv46Yyt!@rb zBYZ$h9xcW11%V^9r^XBdJ&ZKn(Q?S~r?Cjgn*@nKkEIauu85~v*_A=K>%h{WC9?%_ zO57NkO`lF?`w(qP^v~!SSq;CpBdcv-DF7M0F54miJeczCdun9-3`6H;35kFBRtUQx zDcH#}F~m!KBk$z5;MwW&H0h$Wx_(ZGcNU*eO*8Kx6x$ImuM*4KBS#3sN-->&XyzS6 zGgrm2gfzg$e3o3GnU}!lsP$ehh1yKcdqJ;eP;bmbytjJp$U@&@&1PWdQ&Ylvokux6n0C}38#g|!IsJZK&1M9FR3K$yMz1|Bg` zH%Oh4jk;qrd?l~PsK0LDdX0wbMq5v(>3VKy&nDCLMia$sGEq#Y0pS})W3R=0!_EO} z<|&N`Hcv?vm*(jLelxES_gb1@3vJ4AzBLRTZ{YYY3?=;RpwakQJgsss&+npP=1C2+ zsnal#5*j``GCq-mtyP#5Q!%#4Q(|$B zg>}db>k$*cJK)HO0<&L7Z_O^XbW&2%Y8W-is4e`!j6tS?-=`+)DAah(`x(-mN@>qB z*y-!n@8b=%5B^b9?SmS7s(njGX&7buPtm4@!!sAE=lGq>=$M=w4KLND4hv>i4 z!}U}fu2&m->de<0;T%7>caji`N4CQLYb zjy?+UgEQms9MC!pTaHgYH9Q_3ethK2c&K&fnMs^N!@FBqwo00|J5e1BHF}E|yfE@g ztN&qaDGFZlyfk+Ck=JWqYyJzPPDr+zQ~Sv;U%AMIOJ z&}+~+U{<$g)LVyW!z07@EjT94jlATI+RH^d4h<%phCM}dTjuk=Q1JPJ`I%^Ovsm1` zIPynhe>k>uDB9X1w)R9ly`raAaP+P?3+K6)`d+S`-xYN>h)!?^angnfuerxw*m`Lz zv|_piPv^pxg)NJDi*2uY7av>7du=LO-6>X+AI?>(=oagBFWyx<)@HFHGCz~534=FF zUh4HzyC(5q9Vp`v6HcbFX{T7a#Yw(cz49rmI7*WzskWx@$23pK_542CsNQM7l_LkX z!)Y~JM@^|xo1N0uK&&cdWtN#+rJ8vp)31ptdxO zAnCe&X=+raD8Qw?JxM2J|AJ|BQN99R3{4v2LDi|YU|$9Ls}^}_drI0VG?<4H4rxj} z^whbLa2VdlADaT+I6XCW4u_sGOeX#mKx&qro8+e$e!+B<6Ztc$9DHaZoXC~RB%0gA z2(|{vd#d3H7!QOF9^oi9HTfzEJpz!(KhK{zGyV`b@KeM57<`+Dr}%MdK{=(`Fz2b* zaTo-2t8$(j;lpDI3u2^DP8b;K>=^%1YLw;lWO$02z<&&V!#_lEd9-5zC2$1JIwUNY zL@Lwc=VUv#V-t_FG^)*nf~V+*FrwrGKAb8b)iIBbJrz#3cAKybQ&sG->AVzPm7|&o z`LyBHfJ5!>$S!Db%yojg26GMeiWpp{8?V@-_GZxz^*_#9K?)w-f}{L>n=Y^DoubCY zp{ToCba$`m@~xFC?kdr}Y03CiTQbss$eaFV(Z4O~?-Ko8uqz0k9VL(f#otO%J*j>) zT|FhX_eYBc#G-*Y6HwcwoeNtfZure$)0Ic!022frf%Aeg(60dI`mv`ft(-d)FYsS_ zVBut}pjjwrrtD{KnH|WqxE#uZ(V{j~9dW{zZ}KgjQF|-A$P#+ozNY8=hq%aro1Vg# z4D$yTozbGLV$s&9XPfBRCOEdiLxtNLnYsmDBwdE}4_|3>jZPKFFI{RZcuG&?421xK zu)O*r&7fwFE7%T-zpSXRAGUZ&pgDOdIY#wQ>ZLq<4zLqT=gTLc);dwLj_EmShfJk^ zEp1K%Lvg%ct;wLA4QBMG=>6npaZ)f{24=m&{Rc93q>|@RKcjsD3b~juio`rNKTxgx zD*B9ngTNmH;I#UOcoD3>^pnU9PoC#T$A)PQ9}9`*I^9gz~ zZxjbwSP)23XkfsUCw*86-54c0`81XFpYU)ZN2(|7sPQI}rUR*|mMkzlIr=E(p;GQi znt9(q**Gu5J&fzquBf|GbXP`9xV>bX@4I{en*9-DJl`kg*DQptObU5hBRTJ5Zn{K! z$^5C9y+*LtEatr75!-r%`UCijF?el2`jz4U@r>6mdYTsduGWYHRWTnuC3qf=dL9-%4-1Zm z*?ef=27s|o;;oJk;bZ(5fgx!}XdaR-#G?Cj{NDi}{9XD66oD^DVLB#aSD_mi;(tJ~ z26i_z^a>~CGAK{bZfrC1Ncjhbh8jM>GoD5ZMYa-ng8*|4^#X+sQf0>ooFqWgls`b= zqXbS7I75IaWc-r^K1txW2>dpIPZ4;Eidv%39D%jm!en#Mb5a4KI z=q3Q^Vjcejiu)k}Ki&RU3RO|4mOwp$Mgq+QS_#njlxQ+{(QO}r7{%?Q(Dx{GltRp5 z)rTm=D1{%T&_e`H5nybavlL>IXtYa}G$5ua#AI=2DfDpypCs@tYT9p6=u-slr`yj^ z=yL?<*v$Vfg}y-GLv;Il6rzQne}w=u;O?VPF##shP)4C2BXhzLo*J1NA3ZxZb$T+y z{~bMVqQtKeSSIj80;FZZ|1E*PBk=c>k8E*CTA4qf(Dw*@n-czC0yetMCt#-un@^yC zzzs_MF(rJ30681y$t^ZdKCgJP4$lV(1PG8#5dHuGQs3lB9fT*rWS&W3kobgTiiF6o zj5x*jKX&TBPs zf7RmH+cj&3LwXbT@EPy{BWJ?dKn6Kx6Zl~=$hXn042m2kl4DMRQmYAuMYO=={2+ zt}3{cf2~S5dUw2Z+qJ$mLzxLKleA!WGE+Rz{kCz| z0y!pFWs!l~Y1##I#Trn)UvJunkCg4_xG`wzM_L9v$`w*ewV=J&1nVzau+>UqMh3oO zdQ1jeO(uxU%OKZc@`A^e0$#nziGytlSoAa`WngJFHLdBi;G>*{^2h)sK!8RDmI2O` zzoyH8NA(U<84d3wD0NaRwV+&=le?xj(3k>v*MQq+?~@{Ix*W%|53cFmln6kHo>WAQ zkvc#Ij$|N^0rAd1LO zy_=if4S-UmccYlBon)ng0OW!w!uJalWS}|$}f9CbN$a!h);c~q_z1YIUj;AK#i_APCu0$SRVAYdh& zpas4VLli1_$gqosqYR$mY}7g#6qOM+lEH2h;UO91VjivO&Ggj)=za2^eL#x9%s^5O zB>~7u6yY{e%VdzNr!_oPfCsonmXHDOQ!1Zxdpb8$+m(d%@V0Xq6iUO4NF-Yaf;3(&&Nv{PpKFTA5&3?L-!S)7vLI(F? z*b+lo1&cV-HrgyDL5`PZvkaQq@U&6C0?5OYB8nPlp_akDT(0Rfip~yswv(kz>?r=r z7xumEdhg@-`J8S{cRxfy?$?L7`@tW)-xxC7ZweXj&k33CH-~cWw}i~k>h8COEP%F< z70@0k4B4LL?stUjxO0XafVm+jpevLM=nlC6^FnUG{7@dCCzKE94S4_yLS8^$r~t4q z`o^5usemwtjlgU zZ6?k1gCqsOU&K2$I1|<+u>!(?t<;f30cGTqgn3vZXCzF+=SCm{phHT+J`8Wqp@+_& zIyJ`Qh6DqWH?9;V6|Pgl;(K7Y6THe6FJ}ug~Mm~5Y_G+dvb~&VNZ|o;Y{N@L;#pBJ~{S~)bf-3$hmW4eCsf5 zMUGDm51%7y%;U%d%V#k8YlPKfuOB~F=Ua zBD<4w6U#*+vgrBe@C^SvfpozQB7RI4W$A#>*qPzsPtg05urS`gq=LN>ysWTa!BT`j zsfE<4)J5Zvwa|xg3pSA49=NWO!`d;fuy~-wBae3ES7u8Z#}*?H7^)gFJ-Foe}>`PO;)V^8B zmd+qvkXc*mGShpTDFR?DN>_G;&vfB@U@hkb6aMEgLomwIsxOo(5xjnvwxuLIub87* zAial-E8R2?L}<(*x5U4nLlqV^`;)%+g$-ti+n^%;5^fT1&;(*?;WX=l`OFZNI1drkYa(MS2osmamF zGt+vfZMt}0|M5WTO|S#J5FjC+O>M1hnoSHzRnpLVZ$H36>=KD9`d}GT7lj|+kZu9- znHR*N(nP85)qReGj#haHT*C(abk5Tkb_AZjFx0>$awI2yU=$rgK?!a=!95bDZHX)x zeJ^gN+cGyk>K&#cS+w)vv5B!K&+)rS+cZq={=e`KqB%OQ2&Z#^ACv~>d*&a5WLLoUUo#vc11&pl3@l^>!H-P^Aa}sF*3y_t&)!hZ ze}LxjKO^ve;>8m=4~>M!wst104{hxnn;>5;{O{tE@!zE!ihxy)WSy9&A;mw4w1jDV zYV2&7|2N9_f6x;rDCsZ(w&%T{5}4}KB?|pLfhGb`pk~O9LX_iN!hCupd>SGi@V|0; zq%DyX8h@CCJm?I=e-eeJytd3CoXEo~4$Hkbj5kf>DYueKmoPs-S#2m6M}x*Xp>?a-ngx)B;{+wGk@|NMpLE|AFGlvr37_0)@=`o*@G zr#b3rUM;MF2b(^zd1thKmsr1Rxqfe~es8qCU##z6u0Is3KlJv=X#EMX{)A9SfANyq z*N-iE!S0W?^olLL%Psq3E&HP_2gH^G%Pn`uTJ9F^`B1dwezE0#p@jZcs&>Q!q$E+z zlq3Mrdu4z*x~5I@2k}$12`+d-;?{v^`#!OK-*WrmSo`5<`w_AI$a4F=vG#j~lOKt; z4~y-?LLvRdEBfb+tHDMwxOF+WD;C@pF9ijitE)v%*VX>F+Qu)PSnOQN`{GAn1*GSv zNZ2-SUk$b`2e-w7+oHiPG1#>nyek&G>snznI4A}ODS6v+aCa=Y`|1ID$B@`D6b&8`gGVT_8BJJvdU@MmY};UT+d*;L!D#T1 z7(9dmOM;6{v63x9$rjcDN2mktCM^*_>HxqTU1RI~0n#HZ@IySJrsa#>SGq}DJ0Q3N zi1mRE%{dQoE524?(*d|65`6~+_rZ5hax@Cozyx31c+QD_>7=I;~p z_X&=DYT5v7nS*MO8^J&67%d-nft%QdM zK)N732_&Z+KeczT?`gnc$he?xUFuOC2uj>E+Nym92O*OzLsYunvp6gnNoWQxB(sz- z@d=b+O3ER1-mVN-3(8W)j8QFWt;jlsa^UzpFG1 z)C7c(P1}8?AWJzj!?i+;xPBqX_%Lk65DT0-134lzpHG=ih> z2}4rS7fX>t&kh875Hnc_yD8WOrPDr72hATpL!khHx6y0NuEiPJ#9`R5%cA37N5aqb zm3L2<9v*pe{OtL&fg~+2K%~9EcsS7hk*yt)w2oC;RcS>|=qJMo^LaQ>4o#kwbd>*y zs<=tub!6Z_4A3B1v`FMko@3jBH;|gJVYxdy5`Gj)9nwmh1HWkxPn}L!D3-0sRu(#S zX5?Z13n(T`)E8_3rAsoZ9(%EMaVtC?M;+~=qg`Nst4`0{*z+HWd_wkgAfd)NgLRoh-f2Wwg zQ*i8DwR`8e=XXbTuN0ThKmKCbWpLCvC)id15Y@!mc4E#xXNRY;Cl^gi+$&bGqCM(v zr??mJKkg}+552Gl%Oiw7jn7?xx^^ZJk#G&eeh|o@(?Oczhl-G>!CW}DV`NAdX)H0V zCCFXNZck1khm7~KW3&tm3Tf-GSuHb(IjJILW+xYBaf6wfENEVO>P$-V(yZ3{qI%$I zN`50?T3{)S6BboF)bB3olc{6WR5-zLEJ&NR9cKIMqm^AL`t zVm}%%)P57!@toq z`y*6?0~R(T@T|9RT&&#^t=uYBZe?GXBRH(w`$cLmKW8X&0*p z6H@_{2MRtT`haMk>*yz?Q^mnk+F(vBfEs&M%mX%-`5aBGk$JyPY9wKC(WWxr*hIs+ zV8eUBgf+Ztu))f=tlN$>&&d}Y*{Mdb2IbH$&<~(jF4!j8QATNV9`4fjqN<(ycrq#0*gNx7)ES-oKa|In%J1-8h$ zW^!j-X^Xsl#uc*Pa*>A(TZKgLC0qBz<-4lsP!;FVUF zixmCm1lSI538;c??xf8iTZM=*pKu>Jy7x$5|M1=;LqmHH9XZy|U!{j+!cM}T%y4vY zXrFR(1UJrPO7GxM&pjVXc$AWk4-TE^IX-w~h$ocFf0-(0RGmCYc%RlWz6~JZ9zA`2 z;?ZGfnaQ`|1&)Z6FK2W9~z%Z*ra_Zf~0Mf z5|N4 zR8Dkb)P(;SuSrYj5N9o1t*MRli4Kr1im@lGsD@8j!2w=0tf+5V3P#JeM~2|hciGnv z^T7~%)YmNfnj`z*G$lQ1)mJt@a_NzU&Zw_0G7v8;pMUJq^gd~JBfU%60u zxp84C>TiOb`Lepm5S*(-_G2k``{$3xT$O^WaaVmc z8JEVQRXfG1oiDiNa_4ea^GfEYVtLgeTkX0<0=5yzBFXt}SFKxNn_T?_IaaXix7sb7Z z|Et9Tp|WkML8$B&i+9fD#A{oLs!%1kt8V(MUu?SE#42(Z&kx01je@IjrMg)rJ;ZB+ zEHkyl51)u)+3uKUx8T_gOVZ1wt+CQprZm-cb=$Qb&@{^S5lsVdu7A~Abm`Etw>IXj zT^Ngcn?-N4;B8*@kY`1)tSjc}5s!NW3Vxm=`N*6p9+*Lwe46lWnO!xaoqZlHQ6BlmhXxsz~3( zp*Tok9djLPCd5Ojoe3R$e1F%VLHG7fGvGH3d4olUZx(WZ87j`0RJ!*_?Ltc^QSYp@ zm>>8NQv0E#H+KM+L zISY2JBU7L{8ff1=ZI5XPX`I!lcLZwE(FXdGIOg)|4<$}8Wu$|KO*&{WArywo3D5J_ z2^BK(Iy+VT7TwB7UOr!-L-}t}5@G1HV}*^07Ojg5N$!XxjuI}siq4wV;WX=TMW*0) zB5Dta_P|0<%w8+lYcW%ny}_6_xZ)0o?$$S~S8KlP`l<^Pp`eEulIh_h{ThO9f7H<^ zIvNEB=4xWf`hx(L4#l`!9TsWj<$8Ynk2-{L;8q?1X} z+_dLrYYjPGtrHyN!PQ$Z*Oqy%Kxaq?&LrIAss7-wvCA^|n7C+MX!I~o( zYNIpYbV0`ILW|2&=*#zrj|BZRm*-O-d;VkdkIRlxf7R{e1^V()`tqvgC5-G4nXP>z zp&7J~kI`c!ji|vCi2UXH?7JvI?lUw<-6+O$%F<^v2tStDXH!vEjR=KTOUuPo=(aR zeg?_V>tpkK2H^}jG>Xj9y3sR};jw>@)`d%vf!Poub__|&MJ=TerUUs%`nyHTJMrk9 zw_K5)qgI2XJdQowWJbeRkT_kK(XCSM2({cNwH#(xW|m!5F;`XEw^#R~+}i^gZRW}9 zwwyQnIbYlNY8-5kgf-a*5K&6Tdr)K+LBMlt+xzfu(Tk915~Ik#UJN9?jn)EE{085v zE(Y_6o(2)t${h{2$5}fv-Yxq`O2=MV#?q503gc=HKM5lddewuTr_|}vjBf+;BM-r3 z2vLqN(Rm&ZiTRWNurXTmN|1yAX{q>mwkW{#xfWsoC>SR8I4RWF0gTcSEsO9-T= znyDfgKvhs(5i6bm`>0G9yy02?3)IC|2t?3dH_~73Dgjlej2m*YBO4vpvnELvAPwYz=*^}mEdcxFy&pk)(;s1iNksJ>{NZ^fQwq+50LPYg_7a3VVu#~<`Wjv$y_?0ONpLTVk!yS zDgK|Sfd52=(jvugA+VLeHUirTbP*tw$#)ajNnjU&-30a!xQjp!fnEZ83G@+okH801 z2h&k6qL#i+aZLnhjp2_F7y(E)N5Z4y#VcvUtH&!W&c#IOg48l$2Mz##wcfv8*^t5NdG>Fo1x>yaaIMy zjh0#HC?k#xxPdq5oHZpMbI%@<{@wmD3s=8t+$?DS;>J!P<4-Ef$U*5a1y+r9Lh4T) zmLg$ko~x&}(7tr$#ozXM9{ng^EUy5=I^Q?z!k!5u8HcA?2aKQ2=B^s^=k{GX95?38ZM(D+ z?=yGu(gSg$ckba!lX0VauI>_C5$ELTXPr>7^%l^x)fmZvc(6{;Rf9N$aUQR45OlTi zN{sn()a7!cEtEAcUQ{gT3M7aGj~DgldjR|;g03(Lr94thv0u>n;w7bmt|;z9Lp|}l z{MlSQn(v*>jeERQJ;fx8XF(}eDy6`OX%m+qn&C(`pcvKp;_iI(fv<>4^{^Mo^PnUt zq5zfUujabYassHa0&}_qV-GK$qnSPQjit#nKMlz)&I)>0YIa#_Ic#8LaFla#Tc9VJ z0yR2c>7@r3?iFjhq6J;o+90mRVV|J|zFZogGN|&Rp!dQ+4{3 zzKMfgW+s>mzDuz`RgxayrrJ4Dv0MKqa__rR>QA+qCdRn4Mh-ij>~QY!cUj6$*GUhb z0iM2IZ0sr5T`xEF1P#|~IfBi`o;Ka}Hd9X*JPC0GcR6}(x*IlUuitQ^m?Kzj?hWd0 v1RcFw3^zLAj?HkR%eYskdsAoLYcsrQXgmy$wCNNBg(CMpde!FJcW_}&l`e}uU= zfkX})R!D15)H>9w_<;vkLNtgzq^nBJ_G#O{z}Z?_*Afy^Uv}TTVpodt)N{u6wVe%Psj?B3!%9TCp+Rjr7?3A|Aw#3O z9E=1)Gioq$L%tmhsR4zmy0^YwhJvg#qJ%wrt zIE8LRsm8cxmC%f)%Zjc?13|?A4Q>aG$?~*)vJz3{Nd*Q(yEijL9fd z8M}a4)+Q!`fuI&KLUVF-R--bgRhA_ilZpY01AfM>N5kbsMwGDTtua2Bgq2tOcNkv< z!(S6s0SqZ_IjUCd9gC{kGd^$g2PVNrREy;6{DCN1)(DgZqEsIK==%~bf+R-#*v^WI zU*>3)jFV^F7_~s(GcGUcT4+MYUU|#!n}ikkZUjRiP4|sN12bWmNcT<8fmI^Da8$iM zqyIR3%P@ReWY!l7UN3c>@E$+z)4^o@(@J0pTn#+RWYouoGW%%MJ3R-=`-737;rGuU z*uF|{xoZ!oqPGB9B)NAw;v-9AxkEC%M&t0jf_5_Ikx&wv*zeER`~9HUObF|H{Qg@r zN~qLh^ZWHs)X@EY+5~LR2(`nDHUi0uXjzII!Uli62gsuN@=OsUlMh)5k^`e8A>TE6ZE!Flbo6dnF zkrhnWdSK=1qpQmwBtM9YOZ9PhnBDHqa_B>C>U0L9JM? z*EK`cCX|_w!F)pNpw%N$1ZiG?>GBfe&x;YjQ(n;L!a8b-v&luIH2?}V1NKH3VBc2j zHnYPCJo;~dERuqSI9itG<6_RaZ{_r()2Z?0!Q^0paJHW_5+BYv+meG{JNv$J_N|Vu zb^hJ+x#zFP{&sA`Ihb`0#z*2Kx&7~e(;MUP6rFCG6J|gcFsEmrvI6k0aXbGOZnpzS z_=?+O!U2$2EDQXS1NuxLEZPm+XQdL`2BA;5>apX*O$@YisdN(R;K-Z#Z<9O1RdSp2 z@bjmCtKp$A3y~OLz`Rp&dg&~v3e?5Zh(U*<{@`3h0d*lk3^14H>)zMqE>Ie!9+5ep z9>T76BppC>v}%pdZ|vrCv*RH0-2nnV7wc>?x^)1Y*XCN8do-7JF5gYw1&=o#V5G!(pyx8kXomlQq z_Gk8V6a?tn+}zX=#h(n-4K)g%D4x)i^`3Y>VOuL&XOe=TLGD9v{ES{6AzS9*@u3Cqrpo2q4W z?{#6y>^KTc`hS2dl9x@6xKQ95Z9Tbz9qE=QuEa?E7rEB`cp(A|76ed)=EnXbWHt1EFiaXHuG%C>Z-FJ@Yf!mnU0^KJfM zC64`-?Z9fg?uq+D_VXh7m*_g*Ub`m{B`kLS9x9*mp9-IfaBOmE_}W>vACwPwkFDFV zx`#XzR4LBKg*c!d(r?>CktYw}0Ilqu+PwgoqhG;V_Hf3^O+%pmeRGQ!K>LW>|_j z>YlCo>k3)nI1*7|xm;Cv;2{gBTK+7dhruM4>b4kP86V?RZXQ&t%_bmMu|Sv+igPSk z)$KAp4{~SE z7I%#Hv$xwLz^>OKEHtoF%wsL>{9s;$NMPixrE3JmJ)O5iqBN|8@&eTYI-YtE7v#mo z#bU;J3L56!)u{{Kj*1s2@0n0EpoH{6FR%{6KphTiviS}927*M+?)YptB`m*}eDC2x ze4%(gIs0<1_Q(CjEedq=Wt%H?JUI(znzJo+^6_BC>49I)-JL#>HlEyFQ?o~Zwtn%; z<}WU9xQDauVc5K_-HfEHx%RG9WATA}Db@Mdn{oEQZ*>C5I=4Rb4{2Shhzewn4y+G- z$$fEQ!+k#MKEInN``(0_jKJ{U*H^7w z>A*&7Z??5J)7%@k6nMMsNP+x+A`^!*t|v|=2OfO9^l_%Hoh@?A(?IbaLYtB71(LV= z{c1D-*E37>`b{lR%B1m1Mr9;!B)v!mkl@{qi7J8*<1Iyk5ZC_*WYK&Iyd*(XN75uo za9i6+;-UweCJslM#A1=!3&bRjdI{1dlk9g$aPpX>vsLOSke#HcFKRgkx3@F! uW-4!6%U0c);#GB!o`oT7LBmjigpA_~{3yqP@YmBs_jj!4`(65(0{;UziYZnga~SO?I1uzsFLHF#ERp(v8_rA$QtiXcUPVL$jq)o zIOV{hNE~u&PAKBQhY%8f3n#Q!PQAGbr<`~*>rF}tCm73b-h1=D=QsPq;$jWKI={P5 zekmdJhZM3^oHJ){0rM1D$Uu3tg{<6H$jX18N9bqxr_0D$g#lVEl5as(d-uPu8pf?4 zJmjwJMED(Z6|dJDAKsDlBiz~Cg+m@{HLz+jhLx4ToC?aP)Y9o*UEjtYi70mo6A*%M3bF+jQ{pl*VHC%{MY-|ZpBOS^_v#|MsUI+w*jT&UH0!CbX9go3kJFJ%Ms z%R)&6iD5ZW6mIDH!NGw>(;~Hi+d88*VLA=j+O$#EoXBJII^{sJ_*d3?RhEBAA`@AG z8GF=^giftAS?Ht})C&A`5&;(*X|WyR;}$2jE$|w4eK&%Oz^)fEDnk%8GZ>~GaGb?e z%KrseW`b3$Vm z#w*5>v246*yk^`mR;;3N(?(Y5yPWa5RfdOANf!FVd`zR^VMxW7zo|K-8XQR#HW?8@ z!?@#{EVe))Z>TvMZsSln;zuxz-3P-Vp1!Zu6-F@L4wwb5fiEHgvsX5h0KDctGBg&k z#GAk`6rlA-o88V}Ta_VUJGb|V2ljAXzAZNX=Fo!^@#z&IKA)HJEC&;Owk(O9@al3> z&E8{D0Sx%mj8X>LNh%7{!b!@&NQK-vHRn512J*Qk*9P%KnDCTnQU+GqE{uF}p{yz) zjR|FQx}Q}0iVKtFlCyp9jG*&C6qqelnS};wOjMOs|;HAcl*%FXmilo z>uk26mDF}&)Vowxm5|2l^tSfe51qPjdk>DY62Lcnsv|;x{XnOVt^YWEm~3JfX+UWBxV!h8=CqYDoX! zc`0AIbF}s3;jw)(J)QnI{k^(${Km;Ar#rvimhA15jnimWMmKIA?aYdW#l{R}fZj5G6!K6UeNP%jIVI)wBzgN*4l?|cJeRsZ JuQ*UC{sIQvDnkGO literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/paho/mqtt/__pycache__/properties.cpython-311.pyc b/env/lib/python3.11/site-packages/paho/mqtt/__pycache__/properties.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..ce17ef30649a418c839520ee9a9f1841e149d314 GIT binary patch literal 24181 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 Ln9ZMRnX3L9C{X%Z literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/paho/mqtt/__pycache__/subscribeoptions.cpython-311.pyc b/env/lib/python3.11/site-packages/paho/mqtt/__pycache__/subscribeoptions.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..4d8456467b5eefd94b823130019158053092bdd3 GIT binary patch literal 6397 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/paho/mqtt/client.py b/env/lib/python3.11/site-packages/paho/mqtt/client.py new file mode 100755 index 0000000..1c0236e --- /dev/null +++ b/env/lib/python3.11/site-packages/paho/mqtt/client.py @@ -0,0 +1,3989 @@ +# Copyright (c) 2012-2019 Roger Light and others +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v2.0 +# and Eclipse Distribution License v1.0 which accompany this distribution. +# +# The Eclipse Public License is available at +# http://www.eclipse.org/legal/epl-v10.html +# and the Eclipse Distribution License is available at +# http://www.eclipse.org/org/documents/edl-v10.php. +# +# Contributors: +# Roger Light - initial API and implementation +# Ian Craggs - MQTT V5 support + +import base64 +import hashlib +import logging +import string +import struct +import sys +import threading +import time +import uuid + +from .matcher import MQTTMatcher +from .properties import Properties +from .reasoncodes import ReasonCodes +from .subscribeoptions import SubscribeOptions + +""" +This is an MQTT client module. MQTT is a lightweight pub/sub messaging +protocol that is easy to implement and suitable for low powered devices. +""" +import collections +import errno +import os +import platform +import select +import socket + +ssl = None +try: + import ssl +except ImportError: + pass + +socks = None +try: + import socks +except ImportError: + pass + +try: + # Python 3 + from urllib import parse as urllib_dot_parse + from urllib import request as urllib_dot_request +except ImportError: + # Python 2 + import urllib as urllib_dot_request + + import urlparse as urllib_dot_parse + + +try: + # Use monotonic clock if available + time_func = time.monotonic +except AttributeError: + time_func = time.time + +try: + import dns.resolver +except ImportError: + HAVE_DNS = False +else: + HAVE_DNS = True + + +if platform.system() == 'Windows': + EAGAIN = errno.WSAEWOULDBLOCK +else: + EAGAIN = errno.EAGAIN + +# Python 2.7 does not have BlockingIOError. Fall back to IOError +try: + BlockingIOError +except NameError: + BlockingIOError = IOError + +MQTTv31 = 3 +MQTTv311 = 4 +MQTTv5 = 5 + +if sys.version_info[0] >= 3: + # define some alias for python2 compatibility + unicode = str + basestring = str + +# Message types +CONNECT = 0x10 +CONNACK = 0x20 +PUBLISH = 0x30 +PUBACK = 0x40 +PUBREC = 0x50 +PUBREL = 0x60 +PUBCOMP = 0x70 +SUBSCRIBE = 0x80 +SUBACK = 0x90 +UNSUBSCRIBE = 0xA0 +UNSUBACK = 0xB0 +PINGREQ = 0xC0 +PINGRESP = 0xD0 +DISCONNECT = 0xE0 +AUTH = 0xF0 + +# Log levels +MQTT_LOG_INFO = 0x01 +MQTT_LOG_NOTICE = 0x02 +MQTT_LOG_WARNING = 0x04 +MQTT_LOG_ERR = 0x08 +MQTT_LOG_DEBUG = 0x10 +LOGGING_LEVEL = { + MQTT_LOG_DEBUG: logging.DEBUG, + MQTT_LOG_INFO: logging.INFO, + MQTT_LOG_NOTICE: logging.INFO, # This has no direct equivalent level + MQTT_LOG_WARNING: logging.WARNING, + MQTT_LOG_ERR: logging.ERROR, +} + +# CONNACK codes +CONNACK_ACCEPTED = 0 +CONNACK_REFUSED_PROTOCOL_VERSION = 1 +CONNACK_REFUSED_IDENTIFIER_REJECTED = 2 +CONNACK_REFUSED_SERVER_UNAVAILABLE = 3 +CONNACK_REFUSED_BAD_USERNAME_PASSWORD = 4 +CONNACK_REFUSED_NOT_AUTHORIZED = 5 + +# Connection state +mqtt_cs_new = 0 +mqtt_cs_connected = 1 +mqtt_cs_disconnecting = 2 +mqtt_cs_connect_async = 3 + +# Message state +mqtt_ms_invalid = 0 +mqtt_ms_publish = 1 +mqtt_ms_wait_for_puback = 2 +mqtt_ms_wait_for_pubrec = 3 +mqtt_ms_resend_pubrel = 4 +mqtt_ms_wait_for_pubrel = 5 +mqtt_ms_resend_pubcomp = 6 +mqtt_ms_wait_for_pubcomp = 7 +mqtt_ms_send_pubrec = 8 +mqtt_ms_queued = 9 + +# Error values +MQTT_ERR_AGAIN = -1 +MQTT_ERR_SUCCESS = 0 +MQTT_ERR_NOMEM = 1 +MQTT_ERR_PROTOCOL = 2 +MQTT_ERR_INVAL = 3 +MQTT_ERR_NO_CONN = 4 +MQTT_ERR_CONN_REFUSED = 5 +MQTT_ERR_NOT_FOUND = 6 +MQTT_ERR_CONN_LOST = 7 +MQTT_ERR_TLS = 8 +MQTT_ERR_PAYLOAD_SIZE = 9 +MQTT_ERR_NOT_SUPPORTED = 10 +MQTT_ERR_AUTH = 11 +MQTT_ERR_ACL_DENIED = 12 +MQTT_ERR_UNKNOWN = 13 +MQTT_ERR_ERRNO = 14 +MQTT_ERR_QUEUE_SIZE = 15 +MQTT_ERR_KEEPALIVE = 16 + +MQTT_CLIENT = 0 +MQTT_BRIDGE = 1 + +# For MQTT V5, use the clean start flag only on the first successful connect +MQTT_CLEAN_START_FIRST_ONLY = 3 + +sockpair_data = b"0" + + +class WebsocketConnectionError(ValueError): + pass + + +def error_string(mqtt_errno): + """Return the error string associated with an mqtt error number.""" + if mqtt_errno == MQTT_ERR_SUCCESS: + return "No error." + elif mqtt_errno == MQTT_ERR_NOMEM: + return "Out of memory." + elif mqtt_errno == MQTT_ERR_PROTOCOL: + return "A network protocol error occurred when communicating with the broker." + elif mqtt_errno == MQTT_ERR_INVAL: + return "Invalid function arguments provided." + elif mqtt_errno == MQTT_ERR_NO_CONN: + return "The client is not currently connected." + elif mqtt_errno == MQTT_ERR_CONN_REFUSED: + return "The connection was refused." + elif mqtt_errno == MQTT_ERR_NOT_FOUND: + return "Message not found (internal error)." + elif mqtt_errno == MQTT_ERR_CONN_LOST: + return "The connection was lost." + elif mqtt_errno == MQTT_ERR_TLS: + return "A TLS error occurred." + elif mqtt_errno == MQTT_ERR_PAYLOAD_SIZE: + return "Payload too large." + elif mqtt_errno == MQTT_ERR_NOT_SUPPORTED: + return "This feature is not supported." + elif mqtt_errno == MQTT_ERR_AUTH: + return "Authorisation failed." + elif mqtt_errno == MQTT_ERR_ACL_DENIED: + return "Access denied by ACL." + elif mqtt_errno == MQTT_ERR_UNKNOWN: + return "Unknown error." + elif mqtt_errno == MQTT_ERR_ERRNO: + return "Error defined by errno." + elif mqtt_errno == MQTT_ERR_QUEUE_SIZE: + return "Message queue full." + elif mqtt_errno == MQTT_ERR_KEEPALIVE: + return "Client or broker did not communicate in the keepalive interval." + else: + return "Unknown error." + + +def connack_string(connack_code): + """Return the string associated with a CONNACK result.""" + if connack_code == CONNACK_ACCEPTED: + return "Connection Accepted." + elif connack_code == CONNACK_REFUSED_PROTOCOL_VERSION: + return "Connection Refused: unacceptable protocol version." + elif connack_code == CONNACK_REFUSED_IDENTIFIER_REJECTED: + return "Connection Refused: identifier rejected." + elif connack_code == CONNACK_REFUSED_SERVER_UNAVAILABLE: + return "Connection Refused: broker unavailable." + elif connack_code == CONNACK_REFUSED_BAD_USERNAME_PASSWORD: + return "Connection Refused: bad user name or password." + elif connack_code == CONNACK_REFUSED_NOT_AUTHORIZED: + return "Connection Refused: not authorised." + else: + return "Connection Refused: unknown reason." + + +def base62(num, base=string.digits + string.ascii_letters, padding=1): + """Convert a number to base-62 representation.""" + assert num >= 0 + digits = [] + while num: + num, rest = divmod(num, 62) + digits.append(base[rest]) + digits.extend(base[0] for _ in range(len(digits), padding)) + return ''.join(reversed(digits)) + + +def topic_matches_sub(sub, topic): + """Check whether a topic matches a subscription. + + For example: + + foo/bar would match the subscription foo/# or +/bar + non/matching would not match the subscription non/+/+ + """ + matcher = MQTTMatcher() + matcher[sub] = True + try: + next(matcher.iter_match(topic)) + return True + except StopIteration: + return False + + +def _socketpair_compat(): + """TCP/IP socketpair including Windows support""" + listensock = socket.socket( + socket.AF_INET, socket.SOCK_STREAM, socket.IPPROTO_IP) + listensock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) + listensock.bind(("127.0.0.1", 0)) + listensock.listen(1) + + iface, port = listensock.getsockname() + sock1 = socket.socket( + socket.AF_INET, socket.SOCK_STREAM, socket.IPPROTO_IP) + sock1.setblocking(0) + try: + sock1.connect(("127.0.0.1", port)) + except BlockingIOError: + pass + sock2, address = listensock.accept() + sock2.setblocking(0) + listensock.close() + return (sock1, sock2) + + +class MQTTMessageInfo(object): + """This is a class returned from Client.publish() and can be used to find + out the mid of the message that was published, and to determine whether the + message has been published, and/or wait until it is published. + """ + + __slots__ = 'mid', '_published', '_condition', 'rc', '_iterpos' + + def __init__(self, mid): + self.mid = mid + self._published = False + self._condition = threading.Condition() + self.rc = 0 + self._iterpos = 0 + + def __str__(self): + return str((self.rc, self.mid)) + + def __iter__(self): + self._iterpos = 0 + return self + + def __next__(self): + return self.next() + + def next(self): + if self._iterpos == 0: + self._iterpos = 1 + return self.rc + elif self._iterpos == 1: + self._iterpos = 2 + return self.mid + else: + raise StopIteration + + def __getitem__(self, index): + if index == 0: + return self.rc + elif index == 1: + return self.mid + else: + raise IndexError("index out of range") + + def _set_as_published(self): + with self._condition: + self._published = True + self._condition.notify() + + def wait_for_publish(self, timeout=None): + """Block until the message associated with this object is published, or + until the timeout occurs. If timeout is None, this will never time out. + Set timeout to a positive number of seconds, e.g. 1.2, to enable the + timeout. + + Raises ValueError if the message was not queued due to the outgoing + queue being full. + + Raises RuntimeError if the message was not published for another + reason. + """ + if self.rc == MQTT_ERR_QUEUE_SIZE: + raise ValueError('Message is not queued due to ERR_QUEUE_SIZE') + elif self.rc == MQTT_ERR_AGAIN: + pass + elif self.rc > 0: + raise RuntimeError('Message publish failed: %s' % (error_string(self.rc))) + + timeout_time = None if timeout is None else time.time() + timeout + timeout_tenth = None if timeout is None else timeout / 10. + def timed_out(): + return False if timeout is None else time.time() > timeout_time + + with self._condition: + while not self._published and not timed_out(): + self._condition.wait(timeout_tenth) + + def is_published(self): + """Returns True if the message associated with this object has been + published, else returns False.""" + if self.rc == MQTT_ERR_QUEUE_SIZE: + raise ValueError('Message is not queued due to ERR_QUEUE_SIZE') + elif self.rc == MQTT_ERR_AGAIN: + pass + elif self.rc > 0: + raise RuntimeError('Message publish failed: %s' % (error_string(self.rc))) + + with self._condition: + return self._published + + +class MQTTMessage(object): + """ This is a class that describes an incoming or outgoing message. It is + passed to the on_message callback as the message parameter. + + Members: + + topic : String. topic that the message was published on. + payload : Bytes/Byte array. the message payload. + qos : Integer. The message Quality of Service 0, 1 or 2. + retain : Boolean. If true, the message is a retained message and not fresh. + mid : Integer. The message id. + properties: Properties class. In MQTT v5.0, the properties associated with the message. + """ + + __slots__ = 'timestamp', 'state', 'dup', 'mid', '_topic', 'payload', 'qos', 'retain', 'info', 'properties' + + def __init__(self, mid=0, topic=b""): + self.timestamp = 0 + self.state = mqtt_ms_invalid + self.dup = False + self.mid = mid + self._topic = topic + self.payload = b"" + self.qos = 0 + self.retain = False + self.info = MQTTMessageInfo(mid) + + def __eq__(self, other): + """Override the default Equals behavior""" + if isinstance(other, self.__class__): + return self.mid == other.mid + return False + + def __ne__(self, other): + """Define a non-equality test""" + return not self.__eq__(other) + + @property + def topic(self): + return self._topic.decode('utf-8') + + @topic.setter + def topic(self, value): + self._topic = value + + +class Client(object): + """MQTT version 3.1/3.1.1/5.0 client class. + + This is the main class for use communicating with an MQTT broker. + + General usage flow: + + * Use connect()/connect_async() to connect to a broker + * Call loop() frequently to maintain network traffic flow with the broker + * Or use loop_start() to set a thread running to call loop() for you. + * Or use loop_forever() to handle calling loop() for you in a blocking + * function. + * Use subscribe() to subscribe to a topic and receive messages + * Use publish() to send messages + * Use disconnect() to disconnect from the broker + + Data returned from the broker is made available with the use of callback + functions as described below. + + Callbacks + ========= + + A number of callback functions are available to receive data back from the + broker. To use a callback, define a function and then assign it to the + client: + + def on_connect(client, userdata, flags, rc): + print("Connection returned " + str(rc)) + + client.on_connect = on_connect + + Callbacks can also be attached using decorators: + + client = paho.mqtt.Client() + + @client.connect_callback() + def on_connect(client, userdata, flags, rc): + print("Connection returned " + str(rc)) + + + **IMPORTANT** the required function signature for a callback can differ + depending on whether you are using MQTT v5 or MQTT v3.1.1/v3.1. See the + documentation for each callback. + + All of the callbacks as described below have a "client" and an "userdata" + argument. "client" is the Client instance that is calling the callback. + "userdata" is user data of any type and can be set when creating a new client + instance or with user_data_set(userdata). + + If you wish to suppress exceptions within a callback, you should set + `client.suppress_exceptions = True` + + The callbacks are listed below, documentation for each of them can be found + at the same function name: + + on_connect, on_connect_fail, on_disconnect, on_message, on_publish, + on_subscribe, on_unsubscribe, on_log, on_socket_open, on_socket_close, + on_socket_register_write, on_socket_unregister_write + """ + + def __init__(self, client_id="", clean_session=None, userdata=None, + protocol=MQTTv311, transport="tcp", reconnect_on_failure=True): + """client_id is the unique client id string used when connecting to the + broker. If client_id is zero length or None, then the behaviour is + defined by which protocol version is in use. If using MQTT v3.1.1, then + a zero length client id will be sent to the broker and the broker will + generate a random for the client. If using MQTT v3.1 then an id will be + randomly generated. In both cases, clean_session must be True. If this + is not the case a ValueError will be raised. + + clean_session is a boolean that determines the client type. If True, + the broker will remove all information about this client when it + disconnects. If False, the client is a persistent client and + subscription information and queued messages will be retained when the + client disconnects. + Note that a client will never discard its own outgoing messages on + disconnect. Calling connect() or reconnect() will cause the messages to + be resent. Use reinitialise() to reset a client to its original state. + The clean_session argument only applies to MQTT versions v3.1.1 and v3.1. + It is not accepted if the MQTT version is v5.0 - use the clean_start + argument on connect() instead. + + userdata is user defined data of any type that is passed as the "userdata" + parameter to callbacks. It may be updated at a later point with the + user_data_set() function. + + The protocol argument allows explicit setting of the MQTT version to + use for this client. Can be paho.mqtt.client.MQTTv311 (v3.1.1), + paho.mqtt.client.MQTTv31 (v3.1) or paho.mqtt.client.MQTTv5 (v5.0), + with the default being v3.1.1. + + Set transport to "websockets" to use WebSockets as the transport + mechanism. Set to "tcp" to use raw TCP, which is the default. + """ + + if transport.lower() not in ('websockets', 'tcp'): + raise ValueError( + 'transport must be "websockets" or "tcp", not %s' % transport) + self._transport = transport.lower() + self._protocol = protocol + self._userdata = userdata + self._sock = None + self._sockpairR, self._sockpairW = (None, None,) + self._keepalive = 60 + self._connect_timeout = 5.0 + self._client_mode = MQTT_CLIENT + + if protocol == MQTTv5: + if clean_session is not None: + raise ValueError('Clean session is not used for MQTT 5.0') + else: + if clean_session is None: + clean_session = True + if not clean_session and (client_id == "" or client_id is None): + raise ValueError( + 'A client id must be provided if clean session is False.') + self._clean_session = clean_session + + # [MQTT-3.1.3-4] Client Id must be UTF-8 encoded string. + if client_id == "" or client_id is None: + if protocol == MQTTv31: + self._client_id = base62(uuid.uuid4().int, padding=22) + else: + self._client_id = b"" + else: + self._client_id = client_id + if isinstance(self._client_id, unicode): + self._client_id = self._client_id.encode('utf-8') + + self._username = None + self._password = None + self._in_packet = { + "command": 0, + "have_remaining": 0, + "remaining_count": [], + "remaining_mult": 1, + "remaining_length": 0, + "packet": bytearray(b""), + "to_process": 0, + "pos": 0} + self._out_packet = collections.deque() + self._last_msg_in = time_func() + self._last_msg_out = time_func() + self._reconnect_min_delay = 1 + self._reconnect_max_delay = 120 + self._reconnect_delay = None + self._reconnect_on_failure = reconnect_on_failure + self._ping_t = 0 + self._last_mid = 0 + self._state = mqtt_cs_new + self._out_messages = collections.OrderedDict() + self._in_messages = collections.OrderedDict() + self._max_inflight_messages = 20 + self._inflight_messages = 0 + self._max_queued_messages = 0 + self._connect_properties = None + self._will_properties = None + self._will = False + self._will_topic = b"" + self._will_payload = b"" + self._will_qos = 0 + self._will_retain = False + self._on_message_filtered = MQTTMatcher() + self._host = "" + self._port = 1883 + self._bind_address = "" + self._bind_port = 0 + self._proxy = {} + self._in_callback_mutex = threading.Lock() + self._callback_mutex = threading.RLock() + self._msgtime_mutex = threading.Lock() + self._out_message_mutex = threading.RLock() + self._in_message_mutex = threading.Lock() + self._reconnect_delay_mutex = threading.Lock() + self._mid_generate_mutex = threading.Lock() + self._thread = None + self._thread_terminate = False + self._ssl = False + self._ssl_context = None + # Only used when SSL context does not have check_hostname attribute + self._tls_insecure = False + self._logger = None + self._registered_write = False + # No default callbacks + self._on_log = None + self._on_connect = None + self._on_connect_fail = None + self._on_subscribe = None + self._on_message = None + self._on_publish = None + self._on_unsubscribe = None + self._on_disconnect = None + self._on_socket_open = None + self._on_socket_close = None + self._on_socket_register_write = None + self._on_socket_unregister_write = None + self._websocket_path = "/mqtt" + self._websocket_extra_headers = None + # for clean_start == MQTT_CLEAN_START_FIRST_ONLY + self._mqttv5_first_connect = True + self.suppress_exceptions = False # For callbacks + + def __del__(self): + self._reset_sockets() + + def _sock_recv(self, bufsize): + try: + return self._sock.recv(bufsize) + except ssl.SSLWantReadError: + raise BlockingIOError + except ssl.SSLWantWriteError: + self._call_socket_register_write() + raise BlockingIOError + + def _sock_send(self, buf): + try: + return self._sock.send(buf) + except ssl.SSLWantReadError: + raise BlockingIOError + except ssl.SSLWantWriteError: + self._call_socket_register_write() + raise BlockingIOError + except BlockingIOError: + self._call_socket_register_write() + raise BlockingIOError + + def _sock_close(self): + """Close the connection to the server.""" + if not self._sock: + return + + try: + sock = self._sock + self._sock = None + self._call_socket_unregister_write(sock) + self._call_socket_close(sock) + finally: + # In case a callback fails, still close the socket to avoid leaking the file descriptor. + sock.close() + + def _reset_sockets(self, sockpair_only=False): + if sockpair_only == False: + self._sock_close() + + if self._sockpairR: + self._sockpairR.close() + self._sockpairR = None + if self._sockpairW: + self._sockpairW.close() + self._sockpairW = None + + def reinitialise(self, client_id="", clean_session=True, userdata=None): + self._reset_sockets() + + self.__init__(client_id, clean_session, userdata) + + def ws_set_options(self, path="/mqtt", headers=None): + """ Set the path and headers for a websocket connection + + path is a string starting with / which should be the endpoint of the + mqtt connection on the remote server + + headers can be either a dict or a callable object. If it is a dict then + the extra items in the dict are added to the websocket headers. If it is + a callable, then the default websocket headers are passed into this + function and the result is used as the new headers. + """ + self._websocket_path = path + + if headers is not None: + if isinstance(headers, dict) or callable(headers): + self._websocket_extra_headers = headers + else: + raise ValueError( + "'headers' option to ws_set_options has to be either a dictionary or callable") + + def tls_set_context(self, context=None): + """Configure network encryption and authentication context. Enables SSL/TLS support. + + context : an ssl.SSLContext object. By default this is given by + `ssl.create_default_context()`, if available. + + Must be called before connect() or connect_async().""" + if self._ssl_context is not None: + raise ValueError('SSL/TLS has already been configured.') + + # Assume that have SSL support, or at least that context input behaves like ssl.SSLContext + # in current versions of Python + + if context is None: + if hasattr(ssl, 'create_default_context'): + context = ssl.create_default_context() + else: + raise ValueError('SSL/TLS context must be specified') + + self._ssl = True + self._ssl_context = context + + # Ensure _tls_insecure is consistent with check_hostname attribute + if hasattr(context, 'check_hostname'): + self._tls_insecure = not context.check_hostname + + def tls_set(self, ca_certs=None, certfile=None, keyfile=None, cert_reqs=None, tls_version=None, ciphers=None, keyfile_password=None): + """Configure network encryption and authentication options. Enables SSL/TLS support. + + ca_certs : a string path to the Certificate Authority certificate files + that are to be treated as trusted by this client. If this is the only + option given then the client will operate in a similar manner to a web + browser. That is to say it will require the broker to have a + certificate signed by the Certificate Authorities in ca_certs and will + communicate using TLS v1,2, but will not attempt any form of + authentication. This provides basic network encryption but may not be + sufficient depending on how the broker is configured. + By default, on Python 2.7.9+ or 3.4+, the default certification + authority of the system is used. On older Python version this parameter + is mandatory. + + certfile and keyfile are strings pointing to the PEM encoded client + certificate and private keys respectively. If these arguments are not + None then they will be used as client information for TLS based + authentication. Support for this feature is broker dependent. Note + that if either of these files in encrypted and needs a password to + decrypt it, then this can be passed using the keyfile_password + argument - you should take precautions to ensure that your password is + not hard coded into your program by loading the password from a file + for example. If you do not provide keyfile_password, the password will + be requested to be typed in at a terminal window. + + cert_reqs allows the certificate requirements that the client imposes + on the broker to be changed. By default this is ssl.CERT_REQUIRED, + which means that the broker must provide a certificate. See the ssl + pydoc for more information on this parameter. + + tls_version allows the version of the SSL/TLS protocol used to be + specified. By default TLS v1.2 is used. Previous versions are allowed + but not recommended due to possible security problems. + + ciphers is a string specifying which encryption ciphers are allowable + for this connection, or None to use the defaults. See the ssl pydoc for + more information. + + Must be called before connect() or connect_async().""" + if ssl is None: + raise ValueError('This platform has no SSL/TLS.') + + if not hasattr(ssl, 'SSLContext'): + # Require Python version that has SSL context support in standard library + raise ValueError( + 'Python 2.7.9 and 3.2 are the minimum supported versions for TLS.') + + if ca_certs is None and not hasattr(ssl.SSLContext, 'load_default_certs'): + raise ValueError('ca_certs must not be None.') + + # Create SSLContext object + if tls_version is None: + tls_version = ssl.PROTOCOL_TLSv1_2 + # If the python version supports it, use highest TLS version automatically + if hasattr(ssl, "PROTOCOL_TLS"): + tls_version = ssl.PROTOCOL_TLS + context = ssl.SSLContext(tls_version) + + # Configure context + if certfile is not None: + context.load_cert_chain(certfile, keyfile, keyfile_password) + + if cert_reqs == ssl.CERT_NONE and hasattr(context, 'check_hostname'): + context.check_hostname = False + + context.verify_mode = ssl.CERT_REQUIRED if cert_reqs is None else cert_reqs + + if ca_certs is not None: + context.load_verify_locations(ca_certs) + else: + context.load_default_certs() + + if ciphers is not None: + context.set_ciphers(ciphers) + + self.tls_set_context(context) + + if cert_reqs != ssl.CERT_NONE: + # Default to secure, sets context.check_hostname attribute + # if available + self.tls_insecure_set(False) + else: + # But with ssl.CERT_NONE, we can not check_hostname + self.tls_insecure_set(True) + + def tls_insecure_set(self, value): + """Configure verification of the server hostname in the server certificate. + + If value is set to true, it is impossible to guarantee that the host + you are connecting to is not impersonating your server. This can be + useful in initial server testing, but makes it possible for a malicious + third party to impersonate your server through DNS spoofing, for + example. + + Do not use this function in a real system. Setting value to true means + there is no point using encryption. + + Must be called before connect() and after either tls_set() or + tls_set_context().""" + + if self._ssl_context is None: + raise ValueError( + 'Must configure SSL context before using tls_insecure_set.') + + self._tls_insecure = value + + # Ensure check_hostname is consistent with _tls_insecure attribute + if hasattr(self._ssl_context, 'check_hostname'): + # Rely on SSLContext to check host name + # If verify_mode is CERT_NONE then the host name will never be checked + self._ssl_context.check_hostname = not value + + def proxy_set(self, **proxy_args): + """Configure proxying of MQTT connection. Enables support for SOCKS or + HTTP proxies. + + Proxying is done through the PySocks library. Brief descriptions of the + proxy_args parameters are below; see the PySocks docs for more info. + + (Required) + proxy_type: One of {socks.HTTP, socks.SOCKS4, or socks.SOCKS5} + proxy_addr: IP address or DNS name of proxy server + + (Optional) + proxy_rdns: boolean indicating whether proxy lookup should be performed + remotely (True, default) or locally (False) + proxy_username: username for SOCKS5 proxy, or userid for SOCKS4 proxy + proxy_password: password for SOCKS5 proxy + + Must be called before connect() or connect_async().""" + if socks is None: + raise ValueError("PySocks must be installed for proxy support.") + elif not self._proxy_is_valid(proxy_args): + raise ValueError("proxy_type and/or proxy_addr are invalid.") + else: + self._proxy = proxy_args + + def enable_logger(self, logger=None): + """ Enables a logger to send log messages to """ + if logger is None: + if self._logger is not None: + # Do not replace existing logger + return + logger = logging.getLogger(__name__) + self._logger = logger + + def disable_logger(self): + self._logger = None + + def connect(self, host, port=1883, keepalive=60, bind_address="", bind_port=0, + clean_start=MQTT_CLEAN_START_FIRST_ONLY, properties=None): + """Connect to a remote broker. + + host is the hostname or IP address of the remote broker. + port is the network port of the server host to connect to. Defaults to + 1883. Note that the default port for MQTT over SSL/TLS is 8883 so if you + are using tls_set() the port may need providing. + keepalive: Maximum period in seconds between communications with the + broker. If no other messages are being exchanged, this controls the + rate at which the client will send ping messages to the broker. + clean_start: (MQTT v5.0 only) True, False or MQTT_CLEAN_START_FIRST_ONLY. + Sets the MQTT v5.0 clean_start flag always, never or on the first successful connect only, + respectively. MQTT session data (such as outstanding messages and subscriptions) + is cleared on successful connect when the clean_start flag is set. + properties: (MQTT v5.0 only) the MQTT v5.0 properties to be sent in the + MQTT connect packet. + """ + + if self._protocol == MQTTv5: + self._mqttv5_first_connect = True + else: + if clean_start != MQTT_CLEAN_START_FIRST_ONLY: + raise ValueError("Clean start only applies to MQTT V5") + if properties != None: + raise ValueError("Properties only apply to MQTT V5") + + self.connect_async(host, port, keepalive, + bind_address, bind_port, clean_start, properties) + return self.reconnect() + + def connect_srv(self, domain=None, keepalive=60, bind_address="", + clean_start=MQTT_CLEAN_START_FIRST_ONLY, properties=None): + """Connect to a remote broker. + + domain is the DNS domain to search for SRV records; if None, + try to determine local domain name. + keepalive, bind_address, clean_start and properties are as for connect() + """ + + if HAVE_DNS is False: + raise ValueError( + 'No DNS resolver library found, try "pip install dnspython" or "pip3 install dnspython3".') + + if domain is None: + domain = socket.getfqdn() + domain = domain[domain.find('.') + 1:] + + try: + rr = '_mqtt._tcp.%s' % domain + if self._ssl: + # IANA specifies secure-mqtt (not mqtts) for port 8883 + rr = '_secure-mqtt._tcp.%s' % domain + answers = [] + for answer in dns.resolver.query(rr, dns.rdatatype.SRV): + addr = answer.target.to_text()[:-1] + answers.append( + (addr, answer.port, answer.priority, answer.weight)) + except (dns.resolver.NXDOMAIN, dns.resolver.NoAnswer, dns.resolver.NoNameservers): + raise ValueError("No answer/NXDOMAIN for SRV in %s" % (domain)) + + # FIXME: doesn't account for weight + for answer in answers: + host, port, prio, weight = answer + + try: + return self.connect(host, port, keepalive, bind_address, clean_start, properties) + except Exception: + pass + + raise ValueError("No SRV hosts responded") + + def connect_async(self, host, port=1883, keepalive=60, bind_address="", bind_port=0, + clean_start=MQTT_CLEAN_START_FIRST_ONLY, properties=None): + """Connect to a remote broker asynchronously. This is a non-blocking + connect call that can be used with loop_start() to provide very quick + start. + + host is the hostname or IP address of the remote broker. + port is the network port of the server host to connect to. Defaults to + 1883. Note that the default port for MQTT over SSL/TLS is 8883 so if you + are using tls_set() the port may need providing. + keepalive: Maximum period in seconds between communications with the + broker. If no other messages are being exchanged, this controls the + rate at which the client will send ping messages to the broker. + clean_start: (MQTT v5.0 only) True, False or MQTT_CLEAN_START_FIRST_ONLY. + Sets the MQTT v5.0 clean_start flag always, never or on the first successful connect only, + respectively. MQTT session data (such as outstanding messages and subscriptions) + is cleared on successful connect when the clean_start flag is set. + properties: (MQTT v5.0 only) the MQTT v5.0 properties to be sent in the + MQTT connect packet. Use the Properties class. + """ + if host is None or len(host) == 0: + raise ValueError('Invalid host.') + if port <= 0: + raise ValueError('Invalid port number.') + if keepalive < 0: + raise ValueError('Keepalive must be >=0.') + if bind_address != "" and bind_address is not None: + if sys.version_info < (2, 7) or (3, 0) < sys.version_info < (3, 2): + raise ValueError('bind_address requires Python 2.7 or 3.2.') + if bind_port < 0: + raise ValueError('Invalid bind port number.') + + self._host = host + self._port = port + self._keepalive = keepalive + self._bind_address = bind_address + self._bind_port = bind_port + self._clean_start = clean_start + self._connect_properties = properties + self._state = mqtt_cs_connect_async + + + def reconnect_delay_set(self, min_delay=1, max_delay=120): + """ Configure the exponential reconnect delay + + When connection is lost, wait initially min_delay seconds and + double this time every attempt. The wait is capped at max_delay. + Once the client is fully connected (e.g. not only TCP socket, but + received a success CONNACK), the wait timer is reset to min_delay. + """ + with self._reconnect_delay_mutex: + self._reconnect_min_delay = min_delay + self._reconnect_max_delay = max_delay + self._reconnect_delay = None + + def reconnect(self): + """Reconnect the client after a disconnect. Can only be called after + connect()/connect_async().""" + if len(self._host) == 0: + raise ValueError('Invalid host.') + if self._port <= 0: + raise ValueError('Invalid port number.') + + self._in_packet = { + "command": 0, + "have_remaining": 0, + "remaining_count": [], + "remaining_mult": 1, + "remaining_length": 0, + "packet": bytearray(b""), + "to_process": 0, + "pos": 0} + + self._out_packet = collections.deque() + + with self._msgtime_mutex: + self._last_msg_in = time_func() + self._last_msg_out = time_func() + + self._ping_t = 0 + self._state = mqtt_cs_new + + self._sock_close() + + # Put messages in progress in a valid state. + self._messages_reconnect_reset() + + sock = self._create_socket_connection() + + if self._ssl: + # SSL is only supported when SSLContext is available (implies Python >= 2.7.9 or >= 3.2) + + verify_host = not self._tls_insecure + try: + # Try with server_hostname, even it's not supported in certain scenarios + sock = self._ssl_context.wrap_socket( + sock, + server_hostname=self._host, + do_handshake_on_connect=False, + ) + except ssl.CertificateError: + # CertificateError is derived from ValueError + raise + except ValueError: + # Python version requires SNI in order to handle server_hostname, but SNI is not available + sock = self._ssl_context.wrap_socket( + sock, + do_handshake_on_connect=False, + ) + else: + # If SSL context has already checked hostname, then don't need to do it again + if (hasattr(self._ssl_context, 'check_hostname') and + self._ssl_context.check_hostname): + verify_host = False + + sock.settimeout(self._keepalive) + sock.do_handshake() + + if verify_host: + ssl.match_hostname(sock.getpeercert(), self._host) + + if self._transport == "websockets": + sock.settimeout(self._keepalive) + sock = WebsocketWrapper(sock, self._host, self._port, self._ssl, + self._websocket_path, self._websocket_extra_headers) + + self._sock = sock + self._sock.setblocking(0) + self._registered_write = False + self._call_socket_open() + + return self._send_connect(self._keepalive) + + def loop(self, timeout=1.0, max_packets=1): + """Process network events. + + It is strongly recommended that you use loop_start(), or + loop_forever(), or if you are using an external event loop using + loop_read(), loop_write(), and loop_misc(). Using loop() on it's own is + no longer recommended. + + This function must be called regularly to ensure communication with the + broker is carried out. It calls select() on the network socket to wait + for network events. If incoming data is present it will then be + processed. Outgoing commands, from e.g. publish(), are normally sent + immediately that their function is called, but this is not always + possible. loop() will also attempt to send any remaining outgoing + messages, which also includes commands that are part of the flow for + messages with QoS>0. + + timeout: The time in seconds to wait for incoming/outgoing network + traffic before timing out and returning. + max_packets: Not currently used. + + Returns MQTT_ERR_SUCCESS on success. + Returns >0 on error. + + A ValueError will be raised if timeout < 0""" + + if self._sockpairR is None or self._sockpairW is None: + self._reset_sockets(sockpair_only=True) + self._sockpairR, self._sockpairW = _socketpair_compat() + + return self._loop(timeout) + + def _loop(self, timeout=1.0): + if timeout < 0.0: + raise ValueError('Invalid timeout.') + + try: + packet = self._out_packet.popleft() + self._out_packet.appendleft(packet) + wlist = [self._sock] + except IndexError: + wlist = [] + + # used to check if there are any bytes left in the (SSL) socket + pending_bytes = 0 + if hasattr(self._sock, 'pending'): + pending_bytes = self._sock.pending() + + # if bytes are pending do not wait in select + if pending_bytes > 0: + timeout = 0.0 + + # sockpairR is used to break out of select() before the timeout, on a + # call to publish() etc. + if self._sockpairR is None: + rlist = [self._sock] + else: + rlist = [self._sock, self._sockpairR] + + try: + socklist = select.select(rlist, wlist, [], timeout) + except TypeError: + # Socket isn't correct type, in likelihood connection is lost + return MQTT_ERR_CONN_LOST + except ValueError: + # Can occur if we just reconnected but rlist/wlist contain a -1 for + # some reason. + return MQTT_ERR_CONN_LOST + except Exception: + # Note that KeyboardInterrupt, etc. can still terminate since they + # are not derived from Exception + return MQTT_ERR_UNKNOWN + + if self._sock in socklist[0] or pending_bytes > 0: + rc = self.loop_read() + if rc or self._sock is None: + return rc + + if self._sockpairR and self._sockpairR in socklist[0]: + # Stimulate output write even though we didn't ask for it, because + # at that point the publish or other command wasn't present. + socklist[1].insert(0, self._sock) + # Clear sockpairR - only ever a single byte written. + try: + # Read many bytes at once - this allows up to 10000 calls to + # publish() inbetween calls to loop(). + self._sockpairR.recv(10000) + except BlockingIOError: + pass + + if self._sock in socklist[1]: + rc = self.loop_write() + if rc or self._sock is None: + return rc + + return self.loop_misc() + + def publish(self, topic, payload=None, qos=0, retain=False, properties=None): + """Publish a message on a topic. + + This causes a message to be sent to the broker and subsequently from + the broker to any clients subscribing to matching topics. + + topic: The topic that the message should be published on. + payload: The actual message to send. If not given, or set to None a + zero length message will be used. Passing an int or float will result + in the payload being converted to a string representing that number. If + you wish to send a true int/float, use struct.pack() to create the + payload you require. + qos: The quality of service level to use. + retain: If set to true, the message will be set as the "last known + good"/retained message for the topic. + properties: (MQTT v5.0 only) the MQTT v5.0 properties to be included. + Use the Properties class. + + Returns a MQTTMessageInfo class, which can be used to determine whether + the message has been delivered (using info.is_published()) or to block + waiting for the message to be delivered (info.wait_for_publish()). The + message ID and return code of the publish() call can be found at + info.mid and info.rc. + + For backwards compatibility, the MQTTMessageInfo class is iterable so + the old construct of (rc, mid) = client.publish(...) is still valid. + + rc is MQTT_ERR_SUCCESS to indicate success or MQTT_ERR_NO_CONN if the + client is not currently connected. mid is the message ID for the + publish request. The mid value can be used to track the publish request + by checking against the mid argument in the on_publish() callback if it + is defined. + + A ValueError will be raised if topic is None, has zero length or is + invalid (contains a wildcard), except if the MQTT version used is v5.0. + For v5.0, a zero length topic can be used when a Topic Alias has been set. + + A ValueError will be raised if qos is not one of 0, 1 or 2, or if + the length of the payload is greater than 268435455 bytes.""" + if self._protocol != MQTTv5: + if topic is None or len(topic) == 0: + raise ValueError('Invalid topic.') + + topic = topic.encode('utf-8') + + if self._topic_wildcard_len_check(topic) != MQTT_ERR_SUCCESS: + raise ValueError('Publish topic cannot contain wildcards.') + + if qos < 0 or qos > 2: + raise ValueError('Invalid QoS level.') + + if isinstance(payload, unicode): + local_payload = payload.encode('utf-8') + elif isinstance(payload, (bytes, bytearray)): + local_payload = payload + elif isinstance(payload, (int, float)): + local_payload = str(payload).encode('ascii') + elif payload is None: + local_payload = b'' + else: + raise TypeError( + 'payload must be a string, bytearray, int, float or None.') + + if len(local_payload) > 268435455: + raise ValueError('Payload too large.') + + local_mid = self._mid_generate() + + if qos == 0: + info = MQTTMessageInfo(local_mid) + rc = self._send_publish( + local_mid, topic, local_payload, qos, retain, False, info, properties) + info.rc = rc + return info + else: + message = MQTTMessage(local_mid, topic) + message.timestamp = time_func() + message.payload = local_payload + message.qos = qos + message.retain = retain + message.dup = False + message.properties = properties + + with self._out_message_mutex: + if self._max_queued_messages > 0 and len(self._out_messages) >= self._max_queued_messages: + message.info.rc = MQTT_ERR_QUEUE_SIZE + return message.info + + if local_mid in self._out_messages: + message.info.rc = MQTT_ERR_QUEUE_SIZE + return message.info + + self._out_messages[message.mid] = message + if self._max_inflight_messages == 0 or self._inflight_messages < self._max_inflight_messages: + self._inflight_messages += 1 + if qos == 1: + message.state = mqtt_ms_wait_for_puback + elif qos == 2: + message.state = mqtt_ms_wait_for_pubrec + + rc = self._send_publish(message.mid, topic, message.payload, message.qos, message.retain, + message.dup, message.info, message.properties) + + # remove from inflight messages so it will be send after a connection is made + if rc is MQTT_ERR_NO_CONN: + self._inflight_messages -= 1 + message.state = mqtt_ms_publish + + message.info.rc = rc + return message.info + else: + message.state = mqtt_ms_queued + message.info.rc = MQTT_ERR_SUCCESS + return message.info + + def username_pw_set(self, username, password=None): + """Set a username and optionally a password for broker authentication. + + Must be called before connect() to have any effect. + Requires a broker that supports MQTT v3.1. + + username: The username to authenticate with. Need have no relationship to the client id. Must be unicode + [MQTT-3.1.3-11]. + Set to None to reset client back to not using username/password for broker authentication. + password: The password to authenticate with. Optional, set to None if not required. If it is unicode, then it + will be encoded as UTF-8. + """ + + # [MQTT-3.1.3-11] User name must be UTF-8 encoded string + self._username = None if username is None else username.encode('utf-8') + self._password = password + if isinstance(self._password, unicode): + self._password = self._password.encode('utf-8') + + def enable_bridge_mode(self): + """Sets the client in a bridge mode instead of client mode. + + Must be called before connect() to have any effect. + Requires brokers that support bridge mode. + + Under bridge mode, the broker will identify the client as a bridge and + not send it's own messages back to it. Hence a subsciption of # is + possible without message loops. This feature also correctly propagates + the retain flag on the messages. + + Currently Mosquitto and RSMB support this feature. This feature can + be used to create a bridge between multiple broker. + """ + self._client_mode = MQTT_BRIDGE + + def is_connected(self): + """Returns the current status of the connection + + True if connection exists + False if connection is closed + """ + return self._state == mqtt_cs_connected + + def disconnect(self, reasoncode=None, properties=None): + """Disconnect a connected client from the broker. + reasoncode: (MQTT v5.0 only) a ReasonCodes instance setting the MQTT v5.0 + reasoncode to be sent with the disconnect. It is optional, the receiver + then assuming that 0 (success) is the value. + properties: (MQTT v5.0 only) a Properties instance setting the MQTT v5.0 properties + to be included. Optional - if not set, no properties are sent. + """ + self._state = mqtt_cs_disconnecting + + if self._sock is None: + return MQTT_ERR_NO_CONN + + return self._send_disconnect(reasoncode, properties) + + def subscribe(self, topic, qos=0, options=None, properties=None): + """Subscribe the client to one or more topics. + + This function may be called in three different ways (and a further three for MQTT v5.0): + + Simple string and integer + ------------------------- + e.g. subscribe("my/topic", 2) + + topic: A string specifying the subscription topic to subscribe to. + qos: The desired quality of service level for the subscription. + Defaults to 0. + options and properties: Not used. + + Simple string and subscribe options (MQTT v5.0 only) + ---------------------------------------------------- + e.g. subscribe("my/topic", options=SubscribeOptions(qos=2)) + + topic: A string specifying the subscription topic to subscribe to. + qos: Not used. + options: The MQTT v5.0 subscribe options. + properties: a Properties instance setting the MQTT v5.0 properties + to be included. Optional - if not set, no properties are sent. + + String and integer tuple + ------------------------ + e.g. subscribe(("my/topic", 1)) + + topic: A tuple of (topic, qos). Both topic and qos must be present in + the tuple. + qos and options: Not used. + properties: Only used for MQTT v5.0. A Properties instance setting the + MQTT v5.0 properties. Optional - if not set, no properties are sent. + + String and subscribe options tuple (MQTT v5.0 only) + --------------------------------------------------- + e.g. subscribe(("my/topic", SubscribeOptions(qos=1))) + + topic: A tuple of (topic, SubscribeOptions). Both topic and subscribe + options must be present in the tuple. + qos and options: Not used. + properties: a Properties instance setting the MQTT v5.0 properties + to be included. Optional - if not set, no properties are sent. + + List of string and integer tuples + --------------------------------- + e.g. subscribe([("my/topic", 0), ("another/topic", 2)]) + + This allows multiple topic subscriptions in a single SUBSCRIPTION + command, which is more efficient than using multiple calls to + subscribe(). + + topic: A list of tuple of format (topic, qos). Both topic and qos must + be present in all of the tuples. + qos, options and properties: Not used. + + List of string and subscribe option tuples (MQTT v5.0 only) + ----------------------------------------------------------- + e.g. subscribe([("my/topic", SubscribeOptions(qos=0), ("another/topic", SubscribeOptions(qos=2)]) + + This allows multiple topic subscriptions in a single SUBSCRIPTION + command, which is more efficient than using multiple calls to + subscribe(). + + topic: A list of tuple of format (topic, SubscribeOptions). Both topic and subscribe + options must be present in all of the tuples. + qos and options: Not used. + properties: a Properties instance setting the MQTT v5.0 properties + to be included. Optional - if not set, no properties are sent. + + The function returns a tuple (result, mid), where result is + MQTT_ERR_SUCCESS to indicate success or (MQTT_ERR_NO_CONN, None) if the + client is not currently connected. mid is the message ID for the + subscribe request. The mid value can be used to track the subscribe + request by checking against the mid argument in the on_subscribe() + callback if it is defined. + + Raises a ValueError if qos is not 0, 1 or 2, or if topic is None or has + zero string length, or if topic is not a string, tuple or list. + """ + topic_qos_list = None + + if isinstance(topic, tuple): + if self._protocol == MQTTv5: + topic, options = topic + if not isinstance(options, SubscribeOptions): + raise ValueError( + 'Subscribe options must be instance of SubscribeOptions class.') + else: + topic, qos = topic + + if isinstance(topic, basestring): + if qos < 0 or qos > 2: + raise ValueError('Invalid QoS level.') + if self._protocol == MQTTv5: + if options is None: + # if no options are provided, use the QoS passed instead + options = SubscribeOptions(qos=qos) + elif qos != 0: + raise ValueError( + 'Subscribe options and qos parameters cannot be combined.') + if not isinstance(options, SubscribeOptions): + raise ValueError( + 'Subscribe options must be instance of SubscribeOptions class.') + topic_qos_list = [(topic.encode('utf-8'), options)] + else: + if topic is None or len(topic) == 0: + raise ValueError('Invalid topic.') + topic_qos_list = [(topic.encode('utf-8'), qos)] + elif isinstance(topic, list): + topic_qos_list = [] + if self._protocol == MQTTv5: + for t, o in topic: + if not isinstance(o, SubscribeOptions): + # then the second value should be QoS + if o < 0 or o > 2: + raise ValueError('Invalid QoS level.') + o = SubscribeOptions(qos=o) + topic_qos_list.append((t.encode('utf-8'), o)) + else: + for t, q in topic: + if q < 0 or q > 2: + raise ValueError('Invalid QoS level.') + if t is None or len(t) == 0 or not isinstance(t, basestring): + raise ValueError('Invalid topic.') + topic_qos_list.append((t.encode('utf-8'), q)) + + if topic_qos_list is None: + raise ValueError("No topic specified, or incorrect topic type.") + + if any(self._filter_wildcard_len_check(topic) != MQTT_ERR_SUCCESS for topic, _ in topic_qos_list): + raise ValueError('Invalid subscription filter.') + + if self._sock is None: + return (MQTT_ERR_NO_CONN, None) + + return self._send_subscribe(False, topic_qos_list, properties) + + def unsubscribe(self, topic, properties=None): + """Unsubscribe the client from one or more topics. + + topic: A single string, or list of strings that are the subscription + topics to unsubscribe from. + properties: (MQTT v5.0 only) a Properties instance setting the MQTT v5.0 properties + to be included. Optional - if not set, no properties are sent. + + Returns a tuple (result, mid), where result is MQTT_ERR_SUCCESS + to indicate success or (MQTT_ERR_NO_CONN, None) if the client is not + currently connected. + mid is the message ID for the unsubscribe request. The mid value can be + used to track the unsubscribe request by checking against the mid + argument in the on_unsubscribe() callback if it is defined. + + Raises a ValueError if topic is None or has zero string length, or is + not a string or list. + """ + topic_list = None + if topic is None: + raise ValueError('Invalid topic.') + if isinstance(topic, basestring): + if len(topic) == 0: + raise ValueError('Invalid topic.') + topic_list = [topic.encode('utf-8')] + elif isinstance(topic, list): + topic_list = [] + for t in topic: + if len(t) == 0 or not isinstance(t, basestring): + raise ValueError('Invalid topic.') + topic_list.append(t.encode('utf-8')) + + if topic_list is None: + raise ValueError("No topic specified, or incorrect topic type.") + + if self._sock is None: + return (MQTT_ERR_NO_CONN, None) + + return self._send_unsubscribe(False, topic_list, properties) + + def loop_read(self, max_packets=1): + """Process read network events. Use in place of calling loop() if you + wish to handle your client reads as part of your own application. + + Use socket() to obtain the client socket to call select() or equivalent + on. + + Do not use if you are using the threaded interface loop_start().""" + if self._sock is None: + return MQTT_ERR_NO_CONN + + max_packets = len(self._out_messages) + len(self._in_messages) + if max_packets < 1: + max_packets = 1 + + for _ in range(0, max_packets): + if self._sock is None: + return MQTT_ERR_NO_CONN + rc = self._packet_read() + if rc > 0: + return self._loop_rc_handle(rc) + elif rc == MQTT_ERR_AGAIN: + return MQTT_ERR_SUCCESS + return MQTT_ERR_SUCCESS + + def loop_write(self, max_packets=1): + """Process write network events. Use in place of calling loop() if you + wish to handle your client writes as part of your own application. + + Use socket() to obtain the client socket to call select() or equivalent + on. + + Use want_write() to determine if there is data waiting to be written. + + Do not use if you are using the threaded interface loop_start().""" + if self._sock is None: + return MQTT_ERR_NO_CONN + + try: + rc = self._packet_write() + if rc == MQTT_ERR_AGAIN: + return MQTT_ERR_SUCCESS + elif rc > 0: + return self._loop_rc_handle(rc) + else: + return MQTT_ERR_SUCCESS + finally: + if self.want_write(): + self._call_socket_register_write() + else: + self._call_socket_unregister_write() + + def want_write(self): + """Call to determine if there is network data waiting to be written. + Useful if you are calling select() yourself rather than using loop(). + """ + try: + packet = self._out_packet.popleft() + self._out_packet.appendleft(packet) + return True + except IndexError: + return False + + def loop_misc(self): + """Process miscellaneous network events. Use in place of calling loop() if you + wish to call select() or equivalent on. + + Do not use if you are using the threaded interface loop_start().""" + if self._sock is None: + return MQTT_ERR_NO_CONN + + now = time_func() + self._check_keepalive() + + if self._ping_t > 0 and now - self._ping_t >= self._keepalive: + # client->ping_t != 0 means we are waiting for a pingresp. + # This hasn't happened in the keepalive time so we should disconnect. + self._sock_close() + + if self._state == mqtt_cs_disconnecting: + rc = MQTT_ERR_SUCCESS + else: + rc = MQTT_ERR_KEEPALIVE + + self._do_on_disconnect(rc) + + return MQTT_ERR_CONN_LOST + + return MQTT_ERR_SUCCESS + + def max_inflight_messages_set(self, inflight): + """Set the maximum number of messages with QoS>0 that can be part way + through their network flow at once. Defaults to 20.""" + if inflight < 0: + raise ValueError('Invalid inflight.') + self._max_inflight_messages = inflight + + def max_queued_messages_set(self, queue_size): + """Set the maximum number of messages in the outgoing message queue. + 0 means unlimited.""" + if queue_size < 0: + raise ValueError('Invalid queue size.') + if not isinstance(queue_size, int): + raise ValueError('Invalid type of queue size.') + self._max_queued_messages = queue_size + return self + + def message_retry_set(self, retry): + """No longer used, remove in version 2.0""" + pass + + def user_data_set(self, userdata): + """Set the user data variable passed to callbacks. May be any data type.""" + self._userdata = userdata + + def will_set(self, topic, payload=None, qos=0, retain=False, properties=None): + """Set a Will to be sent by the broker in case the client disconnects unexpectedly. + + This must be called before connect() to have any effect. + + topic: The topic that the will message should be published on. + payload: The message to send as a will. If not given, or set to None a + zero length message will be used as the will. Passing an int or float + will result in the payload being converted to a string representing + that number. If you wish to send a true int/float, use struct.pack() to + create the payload you require. + qos: The quality of service level to use for the will. + retain: If set to true, the will message will be set as the "last known + good"/retained message for the topic. + properties: (MQTT v5.0 only) a Properties instance setting the MQTT v5.0 properties + to be included with the will message. Optional - if not set, no properties are sent. + + Raises a ValueError if qos is not 0, 1 or 2, or if topic is None or has + zero string length. + """ + if topic is None or len(topic) == 0: + raise ValueError('Invalid topic.') + + if qos < 0 or qos > 2: + raise ValueError('Invalid QoS level.') + + if properties != None and not isinstance(properties, Properties): + raise ValueError( + "The properties argument must be an instance of the Properties class.") + + if isinstance(payload, unicode): + self._will_payload = payload.encode('utf-8') + elif isinstance(payload, (bytes, bytearray)): + self._will_payload = payload + elif isinstance(payload, (int, float)): + self._will_payload = str(payload).encode('ascii') + elif payload is None: + self._will_payload = b"" + else: + raise TypeError( + 'payload must be a string, bytearray, int, float or None.') + + self._will = True + self._will_topic = topic.encode('utf-8') + self._will_qos = qos + self._will_retain = retain + self._will_properties = properties + + def will_clear(self): + """ Removes a will that was previously configured with will_set(). + + Must be called before connect() to have any effect.""" + self._will = False + self._will_topic = b"" + self._will_payload = b"" + self._will_qos = 0 + self._will_retain = False + + def socket(self): + """Return the socket or ssl object for this client.""" + return self._sock + + def loop_forever(self, timeout=1.0, max_packets=1, retry_first_connection=False): + """This function calls the network loop functions for you in an + infinite blocking loop. It is useful for the case where you only want + to run the MQTT client loop in your program. + + loop_forever() will handle reconnecting for you if reconnect_on_failure is + true (this is the default behavior). If you call disconnect() in a callback + it will return. + + + timeout: The time in seconds to wait for incoming/outgoing network + traffic before timing out and returning. + max_packets: Not currently used. + retry_first_connection: Should the first connection attempt be retried on failure. + This is independent of the reconnect_on_failure setting. + + Raises OSError/WebsocketConnectionError on first connection failures unless retry_first_connection=True + """ + + run = True + + while run: + if self._thread_terminate is True: + break + + if self._state == mqtt_cs_connect_async: + try: + self.reconnect() + except (OSError, WebsocketConnectionError): + self._handle_on_connect_fail() + if not retry_first_connection: + raise + self._easy_log( + MQTT_LOG_DEBUG, "Connection failed, retrying") + self._reconnect_wait() + else: + break + + while run: + rc = MQTT_ERR_SUCCESS + while rc == MQTT_ERR_SUCCESS: + rc = self._loop(timeout) + # We don't need to worry about locking here, because we've + # either called loop_forever() when in single threaded mode, or + # in multi threaded mode when loop_stop() has been called and + # so no other threads can access _out_packet or _messages. + if (self._thread_terminate is True + and len(self._out_packet) == 0 + and len(self._out_messages) == 0): + rc = 1 + run = False + + def should_exit(): + return self._state == mqtt_cs_disconnecting or run is False or self._thread_terminate is True + + if should_exit() or not self._reconnect_on_failure: + run = False + else: + self._reconnect_wait() + + if should_exit(): + run = False + else: + try: + self.reconnect() + except (OSError, WebsocketConnectionError): + self._handle_on_connect_fail() + self._easy_log( + MQTT_LOG_DEBUG, "Connection failed, retrying") + + return rc + + def loop_start(self): + """This is part of the threaded client interface. Call this once to + start a new thread to process network traffic. This provides an + alternative to repeatedly calling loop() yourself. + """ + if self._thread is not None: + return MQTT_ERR_INVAL + + self._sockpairR, self._sockpairW = _socketpair_compat() + self._thread_terminate = False + self._thread = threading.Thread(target=self._thread_main) + self._thread.daemon = True + self._thread.start() + + def loop_stop(self, force=False): + """This is part of the threaded client interface. Call this once to + stop the network thread previously created with loop_start(). This call + will block until the network thread finishes. + + The force parameter is currently ignored. + """ + if self._thread is None: + return MQTT_ERR_INVAL + + self._thread_terminate = True + if threading.current_thread() != self._thread: + self._thread.join() + self._thread = None + + @property + def on_log(self): + """If implemented, called when the client has log information. + Defined to allow debugging.""" + return self._on_log + + @on_log.setter + def on_log(self, func): + """ Define the logging callback implementation. + + Expected signature is: + log_callback(client, userdata, level, buf) + + client: the client instance for this callback + userdata: the private user data as set in Client() or userdata_set() + level: gives the severity of the message and will be one of + MQTT_LOG_INFO, MQTT_LOG_NOTICE, MQTT_LOG_WARNING, + MQTT_LOG_ERR, and MQTT_LOG_DEBUG. + buf: the message itself + + Decorator: @client.log_callback() (```client``` is the name of the + instance which this callback is being attached to) + """ + self._on_log = func + + def log_callback(self): + def decorator(func): + self.on_log = func + return func + return decorator + + @property + def on_connect(self): + """If implemented, called when the broker responds to our connection + request.""" + return self._on_connect + + @on_connect.setter + def on_connect(self, func): + """ Define the connect callback implementation. + + Expected signature for MQTT v3.1 and v3.1.1 is: + connect_callback(client, userdata, flags, rc) + + and for MQTT v5.0: + connect_callback(client, userdata, flags, reasonCode, properties) + + client: the client instance for this callback + userdata: the private user data as set in Client() or userdata_set() + flags: response flags sent by the broker + rc: the connection result + reasonCode: the MQTT v5.0 reason code: an instance of the ReasonCode class. + ReasonCode may be compared to integer. + properties: the MQTT v5.0 properties returned from the broker. An instance + of the Properties class. + For MQTT v3.1 and v3.1.1 properties is not provided but for compatibility + with MQTT v5.0, we recommend adding properties=None. + + flags is a dict that contains response flags from the broker: + flags['session present'] - this flag is useful for clients that are + using clean session set to 0 only. If a client with clean + session=0, that reconnects to a broker that it has previously + connected to, this flag indicates whether the broker still has the + session information for the client. If 1, the session still exists. + + The value of rc indicates success or not: + 0: Connection successful + 1: Connection refused - incorrect protocol version + 2: Connection refused - invalid client identifier + 3: Connection refused - server unavailable + 4: Connection refused - bad username or password + 5: Connection refused - not authorised + 6-255: Currently unused. + + Decorator: @client.connect_callback() (```client``` is the name of the + instance which this callback is being attached to) + + """ + with self._callback_mutex: + self._on_connect = func + + def connect_callback(self): + def decorator(func): + self.on_connect = func + return func + return decorator + + @property + def on_connect_fail(self): + """If implemented, called when the client failed to connect + to the broker.""" + return self._on_connect_fail + + @on_connect_fail.setter + def on_connect_fail(self, func): + """ Define the connection failure callback implementation + + Expected signature is: + on_connect_fail(client, userdata) + + client: the client instance for this callback + userdata: the private user data as set in Client() or userdata_set() + + Decorator: @client.connect_fail_callback() (```client``` is the name of the + instance which this callback is being attached to) + + """ + with self._callback_mutex: + self._on_connect_fail = func + + def connect_fail_callback(self): + def decorator(func): + self.on_connect_fail = func + return func + return decorator + + @property + def on_subscribe(self): + """If implemented, called when the broker responds to a subscribe + request.""" + return self._on_subscribe + + @on_subscribe.setter + def on_subscribe(self, func): + """ Define the subscribe callback implementation. + + Expected signature for MQTT v3.1.1 and v3.1 is: + subscribe_callback(client, userdata, mid, granted_qos) + + and for MQTT v5.0: + subscribe_callback(client, userdata, mid, reasonCodes, properties) + + client: the client instance for this callback + userdata: the private user data as set in Client() or userdata_set() + mid: matches the mid variable returned from the corresponding + subscribe() call. + granted_qos: list of integers that give the QoS level the broker has + granted for each of the different subscription requests. + reasonCodes: the MQTT v5.0 reason codes received from the broker for each + subscription. A list of ReasonCodes instances. + properties: the MQTT v5.0 properties received from the broker. A + list of Properties class instances. + + Decorator: @client.subscribe_callback() (```client``` is the name of the + instance which this callback is being attached to) + """ + with self._callback_mutex: + self._on_subscribe = func + + def subscribe_callback(self): + def decorator(func): + self.on_subscribe = func + return func + return decorator + + @property + def on_message(self): + """If implemented, called when a message has been received on a topic + that the client subscribes to. + + This callback will be called for every message received. Use + message_callback_add() to define multiple callbacks that will be called + for specific topic filters.""" + return self._on_message + + @on_message.setter + def on_message(self, func): + """ Define the message received callback implementation. + + Expected signature is: + on_message_callback(client, userdata, message) + + client: the client instance for this callback + userdata: the private user data as set in Client() or userdata_set() + message: an instance of MQTTMessage. + This is a class with members topic, payload, qos, retain. + + Decorator: @client.message_callback() (```client``` is the name of the + instance which this callback is being attached to) + + """ + with self._callback_mutex: + self._on_message = func + + def message_callback(self): + def decorator(func): + self.on_message = func + return func + return decorator + + @property + def on_publish(self): + """If implemented, called when a message that was to be sent using the + publish() call has completed transmission to the broker. + + For messages with QoS levels 1 and 2, this means that the appropriate + handshakes have completed. For QoS 0, this simply means that the message + has left the client. + This callback is important because even if the publish() call returns + success, it does not always mean that the message has been sent.""" + return self._on_publish + + @on_publish.setter + def on_publish(self, func): + """ Define the published message callback implementation. + + Expected signature is: + on_publish_callback(client, userdata, mid) + + client: the client instance for this callback + userdata: the private user data as set in Client() or userdata_set() + mid: matches the mid variable returned from the corresponding + publish() call, to allow outgoing messages to be tracked. + + Decorator: @client.publish_callback() (```client``` is the name of the + instance which this callback is being attached to) + + """ + with self._callback_mutex: + self._on_publish = func + + def publish_callback(self): + def decorator(func): + self.on_publish = func + return func + return decorator + + @property + def on_unsubscribe(self): + """If implemented, called when the broker responds to an unsubscribe + request.""" + return self._on_unsubscribe + + @on_unsubscribe.setter + def on_unsubscribe(self, func): + """ Define the unsubscribe callback implementation. + + Expected signature for MQTT v3.1.1 and v3.1 is: + unsubscribe_callback(client, userdata, mid) + + and for MQTT v5.0: + unsubscribe_callback(client, userdata, mid, properties, reasonCodes) + + client: the client instance for this callback + userdata: the private user data as set in Client() or userdata_set() + mid: matches the mid variable returned from the corresponding + unsubscribe() call. + properties: the MQTT v5.0 properties received from the broker. A + list of Properties class instances. + reasonCodes: the MQTT v5.0 reason codes received from the broker for each + unsubscribe topic. A list of ReasonCodes instances + + Decorator: @client.unsubscribe_callback() (```client``` is the name of the + instance which this callback is being attached to) + """ + with self._callback_mutex: + self._on_unsubscribe = func + + def unsubscribe_callback(self): + def decorator(func): + self.on_unsubscribe = func + return func + return decorator + + @property + def on_disconnect(self): + """If implemented, called when the client disconnects from the broker. + """ + return self._on_disconnect + + @on_disconnect.setter + def on_disconnect(self, func): + """ Define the disconnect callback implementation. + + Expected signature for MQTT v3.1.1 and v3.1 is: + disconnect_callback(client, userdata, rc) + + and for MQTT v5.0: + disconnect_callback(client, userdata, reasonCode, properties) + + client: the client instance for this callback + userdata: the private user data as set in Client() or userdata_set() + rc: the disconnection result + The rc parameter indicates the disconnection state. If + MQTT_ERR_SUCCESS (0), the callback was called in response to + a disconnect() call. If any other value the disconnection + was unexpected, such as might be caused by a network error. + + Decorator: @client.disconnect_callback() (```client``` is the name of the + instance which this callback is being attached to) + + """ + with self._callback_mutex: + self._on_disconnect = func + + def disconnect_callback(self): + def decorator(func): + self.on_disconnect = func + return func + return decorator + + @property + def on_socket_open(self): + """If implemented, called just after the socket was opend.""" + return self._on_socket_open + + @on_socket_open.setter + def on_socket_open(self, func): + """Define the socket_open callback implementation. + + This should be used to register the socket to an external event loop for reading. + + Expected signature is: + socket_open_callback(client, userdata, socket) + + client: the client instance for this callback + userdata: the private user data as set in Client() or userdata_set() + sock: the socket which was just opened. + + Decorator: @client.socket_open_callback() (```client``` is the name of the + instance which this callback is being attached to) + """ + with self._callback_mutex: + self._on_socket_open = func + + def socket_open_callback(self): + def decorator(func): + self.on_socket_open = func + return func + return decorator + + def _call_socket_open(self): + """Call the socket_open callback with the just-opened socket""" + with self._callback_mutex: + on_socket_open = self.on_socket_open + + if on_socket_open: + with self._in_callback_mutex: + try: + on_socket_open(self, self._userdata, self._sock) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_socket_open: %s', err) + if not self.suppress_exceptions: + raise + + @property + def on_socket_close(self): + """If implemented, called just before the socket is closed.""" + return self._on_socket_close + + @on_socket_close.setter + def on_socket_close(self, func): + """Define the socket_close callback implementation. + + This should be used to unregister the socket from an external event loop for reading. + + Expected signature is: + socket_close_callback(client, userdata, socket) + + client: the client instance for this callback + userdata: the private user data as set in Client() or userdata_set() + sock: the socket which is about to be closed. + + Decorator: @client.socket_close_callback() (```client``` is the name of the + instance which this callback is being attached to) + """ + with self._callback_mutex: + self._on_socket_close = func + + def socket_close_callback(self): + def decorator(func): + self.on_socket_close = func + return func + return decorator + + def _call_socket_close(self, sock): + """Call the socket_close callback with the about-to-be-closed socket""" + with self._callback_mutex: + on_socket_close = self.on_socket_close + + if on_socket_close: + with self._in_callback_mutex: + try: + on_socket_close(self, self._userdata, sock) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_socket_close: %s', err) + if not self.suppress_exceptions: + raise + + @property + def on_socket_register_write(self): + """If implemented, called when the socket needs writing but can't.""" + return self._on_socket_register_write + + @on_socket_register_write.setter + def on_socket_register_write(self, func): + """Define the socket_register_write callback implementation. + + This should be used to register the socket with an external event loop for writing. + + Expected signature is: + socket_register_write_callback(client, userdata, socket) + + client: the client instance for this callback + userdata: the private user data as set in Client() or userdata_set() + sock: the socket which should be registered for writing + + Decorator: @client.socket_register_write_callback() (```client``` is the name of the + instance which this callback is being attached to) + """ + with self._callback_mutex: + self._on_socket_register_write = func + + def socket_register_write_callback(self): + def decorator(func): + self._on_socket_register_write = func + return func + return decorator + + def _call_socket_register_write(self): + """Call the socket_register_write callback with the unwritable socket""" + if not self._sock or self._registered_write: + return + self._registered_write = True + with self._callback_mutex: + on_socket_register_write = self.on_socket_register_write + + if on_socket_register_write: + try: + on_socket_register_write( + self, self._userdata, self._sock) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_socket_register_write: %s', err) + if not self.suppress_exceptions: + raise + + @property + def on_socket_unregister_write(self): + """If implemented, called when the socket doesn't need writing anymore.""" + return self._on_socket_unregister_write + + @on_socket_unregister_write.setter + def on_socket_unregister_write(self, func): + """Define the socket_unregister_write callback implementation. + + This should be used to unregister the socket from an external event loop for writing. + + Expected signature is: + socket_unregister_write_callback(client, userdata, socket) + + client: the client instance for this callback + userdata: the private user data as set in Client() or userdata_set() + sock: the socket which should be unregistered for writing + + Decorator: @client.socket_unregister_write_callback() (```client``` is the name of the + instance which this callback is being attached to) + """ + with self._callback_mutex: + self._on_socket_unregister_write = func + + def socket_unregister_write_callback(self): + def decorator(func): + self._on_socket_unregister_write = func + return func + return decorator + + def _call_socket_unregister_write(self, sock=None): + """Call the socket_unregister_write callback with the writable socket""" + sock = sock or self._sock + if not sock or not self._registered_write: + return + self._registered_write = False + + with self._callback_mutex: + on_socket_unregister_write = self.on_socket_unregister_write + + if on_socket_unregister_write: + try: + on_socket_unregister_write(self, self._userdata, sock) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_socket_unregister_write: %s', err) + if not self.suppress_exceptions: + raise + + def message_callback_add(self, sub, callback): + """Register a message callback for a specific topic. + Messages that match 'sub' will be passed to 'callback'. Any + non-matching messages will be passed to the default on_message + callback. + + Call multiple times with different 'sub' to define multiple topic + specific callbacks. + + Topic specific callbacks may be removed with + message_callback_remove().""" + if callback is None or sub is None: + raise ValueError("sub and callback must both be defined.") + + with self._callback_mutex: + self._on_message_filtered[sub] = callback + + def topic_callback(self, sub): + def decorator(func): + self.message_callback_add(sub, func) + return func + return decorator + + def message_callback_remove(self, sub): + """Remove a message callback previously registered with + message_callback_add().""" + if sub is None: + raise ValueError("sub must defined.") + + with self._callback_mutex: + try: + del self._on_message_filtered[sub] + except KeyError: # no such subscription + pass + + # ============================================================ + # Private functions + # ============================================================ + + def _loop_rc_handle(self, rc, properties=None): + if rc: + self._sock_close() + + if self._state == mqtt_cs_disconnecting: + rc = MQTT_ERR_SUCCESS + + self._do_on_disconnect(rc, properties) + + return rc + + def _packet_read(self): + # This gets called if pselect() indicates that there is network data + # available - ie. at least one byte. What we do depends on what data we + # already have. + # If we've not got a command, attempt to read one and save it. This should + # always work because it's only a single byte. + # Then try to read the remaining length. This may fail because it is may + # be more than one byte - will need to save data pending next read if it + # does fail. + # Then try to read the remaining payload, where 'payload' here means the + # combined variable header and actual payload. This is the most likely to + # fail due to longer length, so save current data and current position. + # After all data is read, send to _mqtt_handle_packet() to deal with. + # Finally, free the memory and reset everything to starting conditions. + if self._in_packet['command'] == 0: + try: + command = self._sock_recv(1) + except BlockingIOError: + return MQTT_ERR_AGAIN + except ConnectionError as err: + self._easy_log( + MQTT_LOG_ERR, 'failed to receive on socket: %s', err) + return MQTT_ERR_CONN_LOST + else: + if len(command) == 0: + return MQTT_ERR_CONN_LOST + command, = struct.unpack("!B", command) + self._in_packet['command'] = command + + if self._in_packet['have_remaining'] == 0: + # Read remaining + # Algorithm for decoding taken from pseudo code at + # http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/topic/com.ibm.etools.mft.doc/ac10870_.htm + while True: + try: + byte = self._sock_recv(1) + except BlockingIOError: + return MQTT_ERR_AGAIN + except ConnectionError as err: + self._easy_log( + MQTT_LOG_ERR, 'failed to receive on socket: %s', err) + return MQTT_ERR_CONN_LOST + else: + if len(byte) == 0: + return MQTT_ERR_CONN_LOST + byte, = struct.unpack("!B", byte) + self._in_packet['remaining_count'].append(byte) + # Max 4 bytes length for remaining length as defined by protocol. + # Anything more likely means a broken/malicious client. + if len(self._in_packet['remaining_count']) > 4: + return MQTT_ERR_PROTOCOL + + self._in_packet['remaining_length'] += ( + byte & 127) * self._in_packet['remaining_mult'] + self._in_packet['remaining_mult'] = self._in_packet['remaining_mult'] * 128 + + if (byte & 128) == 0: + break + + self._in_packet['have_remaining'] = 1 + self._in_packet['to_process'] = self._in_packet['remaining_length'] + + count = 100 # Don't get stuck in this loop if we have a huge message. + while self._in_packet['to_process'] > 0: + try: + data = self._sock_recv(self._in_packet['to_process']) + except BlockingIOError: + return MQTT_ERR_AGAIN + except ConnectionError as err: + self._easy_log( + MQTT_LOG_ERR, 'failed to receive on socket: %s', err) + return MQTT_ERR_CONN_LOST + else: + if len(data) == 0: + return MQTT_ERR_CONN_LOST + self._in_packet['to_process'] -= len(data) + self._in_packet['packet'] += data + count -= 1 + if count == 0: + with self._msgtime_mutex: + self._last_msg_in = time_func() + return MQTT_ERR_AGAIN + + # All data for this packet is read. + self._in_packet['pos'] = 0 + rc = self._packet_handle() + + # Free data and reset values + self._in_packet = { + 'command': 0, + 'have_remaining': 0, + 'remaining_count': [], + 'remaining_mult': 1, + 'remaining_length': 0, + 'packet': bytearray(b""), + 'to_process': 0, + 'pos': 0} + + with self._msgtime_mutex: + self._last_msg_in = time_func() + return rc + + def _packet_write(self): + while True: + try: + packet = self._out_packet.popleft() + except IndexError: + return MQTT_ERR_SUCCESS + + try: + write_length = self._sock_send( + packet['packet'][packet['pos']:]) + except (AttributeError, ValueError): + self._out_packet.appendleft(packet) + return MQTT_ERR_SUCCESS + except BlockingIOError: + self._out_packet.appendleft(packet) + return MQTT_ERR_AGAIN + except ConnectionError as err: + self._out_packet.appendleft(packet) + self._easy_log( + MQTT_LOG_ERR, 'failed to receive on socket: %s', err) + return MQTT_ERR_CONN_LOST + + if write_length > 0: + packet['to_process'] -= write_length + packet['pos'] += write_length + + if packet['to_process'] == 0: + if (packet['command'] & 0xF0) == PUBLISH and packet['qos'] == 0: + with self._callback_mutex: + on_publish = self.on_publish + + if on_publish: + with self._in_callback_mutex: + try: + on_publish( + self, self._userdata, packet['mid']) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_publish: %s', err) + if not self.suppress_exceptions: + raise + + packet['info']._set_as_published() + + if (packet['command'] & 0xF0) == DISCONNECT: + with self._msgtime_mutex: + self._last_msg_out = time_func() + + self._do_on_disconnect(MQTT_ERR_SUCCESS) + self._sock_close() + return MQTT_ERR_SUCCESS + + else: + # We haven't finished with this packet + self._out_packet.appendleft(packet) + else: + break + + with self._msgtime_mutex: + self._last_msg_out = time_func() + + return MQTT_ERR_SUCCESS + + def _easy_log(self, level, fmt, *args): + if self.on_log is not None: + buf = fmt % args + try: + self.on_log(self, self._userdata, level, buf) + except Exception: + # Can't _easy_log this, as we'll recurse until we break + pass # self._logger will pick this up, so we're fine + if self._logger is not None: + level_std = LOGGING_LEVEL[level] + self._logger.log(level_std, fmt, *args) + + def _check_keepalive(self): + if self._keepalive == 0: + return MQTT_ERR_SUCCESS + + now = time_func() + + with self._msgtime_mutex: + last_msg_out = self._last_msg_out + last_msg_in = self._last_msg_in + + if self._sock is not None and (now - last_msg_out >= self._keepalive or now - last_msg_in >= self._keepalive): + if self._state == mqtt_cs_connected and self._ping_t == 0: + try: + self._send_pingreq() + except Exception: + self._sock_close() + self._do_on_disconnect(MQTT_ERR_CONN_LOST) + else: + with self._msgtime_mutex: + self._last_msg_out = now + self._last_msg_in = now + else: + self._sock_close() + + if self._state == mqtt_cs_disconnecting: + rc = MQTT_ERR_SUCCESS + else: + rc = MQTT_ERR_KEEPALIVE + + self._do_on_disconnect(rc) + + def _mid_generate(self): + with self._mid_generate_mutex: + self._last_mid += 1 + if self._last_mid == 65536: + self._last_mid = 1 + return self._last_mid + + @staticmethod + def _topic_wildcard_len_check(topic): + # Search for + or # in a topic. Return MQTT_ERR_INVAL if found. + # Also returns MQTT_ERR_INVAL if the topic string is too long. + # Returns MQTT_ERR_SUCCESS if everything is fine. + if b'+' in topic or b'#' in topic or len(topic) > 65535: + return MQTT_ERR_INVAL + else: + return MQTT_ERR_SUCCESS + + @staticmethod + def _filter_wildcard_len_check(sub): + if (len(sub) == 0 or len(sub) > 65535 + or any(b'+' in p or b'#' in p for p in sub.split(b'/') if len(p) > 1) + or b'#/' in sub): + return MQTT_ERR_INVAL + else: + return MQTT_ERR_SUCCESS + + def _send_pingreq(self): + self._easy_log(MQTT_LOG_DEBUG, "Sending PINGREQ") + rc = self._send_simple_command(PINGREQ) + if rc == MQTT_ERR_SUCCESS: + self._ping_t = time_func() + return rc + + def _send_pingresp(self): + self._easy_log(MQTT_LOG_DEBUG, "Sending PINGRESP") + return self._send_simple_command(PINGRESP) + + def _send_puback(self, mid): + self._easy_log(MQTT_LOG_DEBUG, "Sending PUBACK (Mid: %d)", mid) + return self._send_command_with_mid(PUBACK, mid, False) + + def _send_pubcomp(self, mid): + self._easy_log(MQTT_LOG_DEBUG, "Sending PUBCOMP (Mid: %d)", mid) + return self._send_command_with_mid(PUBCOMP, mid, False) + + def _pack_remaining_length(self, packet, remaining_length): + remaining_bytes = [] + while True: + byte = remaining_length % 128 + remaining_length = remaining_length // 128 + # If there are more digits to encode, set the top bit of this digit + if remaining_length > 0: + byte |= 0x80 + + remaining_bytes.append(byte) + packet.append(byte) + if remaining_length == 0: + # FIXME - this doesn't deal with incorrectly large payloads + return packet + + def _pack_str16(self, packet, data): + if isinstance(data, unicode): + data = data.encode('utf-8') + packet.extend(struct.pack("!H", len(data))) + packet.extend(data) + + def _send_publish(self, mid, topic, payload=b'', qos=0, retain=False, dup=False, info=None, properties=None): + # we assume that topic and payload are already properly encoded + assert not isinstance(topic, unicode) and not isinstance( + payload, unicode) and payload is not None + + if self._sock is None: + return MQTT_ERR_NO_CONN + + command = PUBLISH | ((dup & 0x1) << 3) | (qos << 1) | retain + packet = bytearray() + packet.append(command) + + payloadlen = len(payload) + remaining_length = 2 + len(topic) + payloadlen + + if payloadlen == 0: + if self._protocol == MQTTv5: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending PUBLISH (d%d, q%d, r%d, m%d), '%s', properties=%s (NULL payload)", + dup, qos, retain, mid, topic, properties + ) + else: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending PUBLISH (d%d, q%d, r%d, m%d), '%s' (NULL payload)", + dup, qos, retain, mid, topic + ) + else: + if self._protocol == MQTTv5: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending PUBLISH (d%d, q%d, r%d, m%d), '%s', properties=%s, ... (%d bytes)", + dup, qos, retain, mid, topic, properties, payloadlen + ) + else: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending PUBLISH (d%d, q%d, r%d, m%d), '%s', ... (%d bytes)", + dup, qos, retain, mid, topic, payloadlen + ) + + if qos > 0: + # For message id + remaining_length += 2 + + if self._protocol == MQTTv5: + if properties is None: + packed_properties = b'\x00' + else: + packed_properties = properties.pack() + remaining_length += len(packed_properties) + + self._pack_remaining_length(packet, remaining_length) + self._pack_str16(packet, topic) + + if qos > 0: + # For message id + packet.extend(struct.pack("!H", mid)) + + if self._protocol == MQTTv5: + packet.extend(packed_properties) + + packet.extend(payload) + + return self._packet_queue(PUBLISH, packet, mid, qos, info) + + def _send_pubrec(self, mid): + self._easy_log(MQTT_LOG_DEBUG, "Sending PUBREC (Mid: %d)", mid) + return self._send_command_with_mid(PUBREC, mid, False) + + def _send_pubrel(self, mid): + self._easy_log(MQTT_LOG_DEBUG, "Sending PUBREL (Mid: %d)", mid) + return self._send_command_with_mid(PUBREL | 2, mid, False) + + def _send_command_with_mid(self, command, mid, dup): + # For PUBACK, PUBCOMP, PUBREC, and PUBREL + if dup: + command |= 0x8 + + remaining_length = 2 + packet = struct.pack('!BBH', command, remaining_length, mid) + return self._packet_queue(command, packet, mid, 1) + + def _send_simple_command(self, command): + # For DISCONNECT, PINGREQ and PINGRESP + remaining_length = 0 + packet = struct.pack('!BB', command, remaining_length) + return self._packet_queue(command, packet, 0, 0) + + def _send_connect(self, keepalive): + proto_ver = self._protocol + # hard-coded UTF-8 encoded string + protocol = b"MQTT" if proto_ver >= MQTTv311 else b"MQIsdp" + + remaining_length = 2 + len(protocol) + 1 + \ + 1 + 2 + 2 + len(self._client_id) + + connect_flags = 0 + if self._protocol == MQTTv5: + if self._clean_start == True: + connect_flags |= 0x02 + elif self._clean_start == MQTT_CLEAN_START_FIRST_ONLY and self._mqttv5_first_connect: + connect_flags |= 0x02 + elif self._clean_session: + connect_flags |= 0x02 + + if self._will: + remaining_length += 2 + \ + len(self._will_topic) + 2 + len(self._will_payload) + connect_flags |= 0x04 | ((self._will_qos & 0x03) << 3) | ( + (self._will_retain & 0x01) << 5) + + if self._username is not None: + remaining_length += 2 + len(self._username) + connect_flags |= 0x80 + if self._password is not None: + connect_flags |= 0x40 + remaining_length += 2 + len(self._password) + + if self._protocol == MQTTv5: + if self._connect_properties is None: + packed_connect_properties = b'\x00' + else: + packed_connect_properties = self._connect_properties.pack() + remaining_length += len(packed_connect_properties) + if self._will: + if self._will_properties is None: + packed_will_properties = b'\x00' + else: + packed_will_properties = self._will_properties.pack() + remaining_length += len(packed_will_properties) + + command = CONNECT + packet = bytearray() + packet.append(command) + + # as per the mosquitto broker, if the MSB of this version is set + # to 1, then it treats the connection as a bridge + if self._client_mode == MQTT_BRIDGE: + proto_ver |= 0x80 + + self._pack_remaining_length(packet, remaining_length) + packet.extend(struct.pack("!H" + str(len(protocol)) + "sBBH", len(protocol), protocol, proto_ver, connect_flags, + keepalive)) + + if self._protocol == MQTTv5: + packet += packed_connect_properties + + self._pack_str16(packet, self._client_id) + + if self._will: + if self._protocol == MQTTv5: + packet += packed_will_properties + self._pack_str16(packet, self._will_topic) + self._pack_str16(packet, self._will_payload) + + if self._username is not None: + self._pack_str16(packet, self._username) + + if self._password is not None: + self._pack_str16(packet, self._password) + + self._keepalive = keepalive + if self._protocol == MQTTv5: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending CONNECT (u%d, p%d, wr%d, wq%d, wf%d, c%d, k%d) client_id=%s properties=%s", + (connect_flags & 0x80) >> 7, + (connect_flags & 0x40) >> 6, + (connect_flags & 0x20) >> 5, + (connect_flags & 0x18) >> 3, + (connect_flags & 0x4) >> 2, + (connect_flags & 0x2) >> 1, + keepalive, + self._client_id, + self._connect_properties + ) + else: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending CONNECT (u%d, p%d, wr%d, wq%d, wf%d, c%d, k%d) client_id=%s", + (connect_flags & 0x80) >> 7, + (connect_flags & 0x40) >> 6, + (connect_flags & 0x20) >> 5, + (connect_flags & 0x18) >> 3, + (connect_flags & 0x4) >> 2, + (connect_flags & 0x2) >> 1, + keepalive, + self._client_id + ) + return self._packet_queue(command, packet, 0, 0) + + def _send_disconnect(self, reasoncode=None, properties=None): + if self._protocol == MQTTv5: + self._easy_log(MQTT_LOG_DEBUG, "Sending DISCONNECT reasonCode=%s properties=%s", + reasoncode, + properties + ) + else: + self._easy_log(MQTT_LOG_DEBUG, "Sending DISCONNECT") + + remaining_length = 0 + + command = DISCONNECT + packet = bytearray() + packet.append(command) + + if self._protocol == MQTTv5: + if properties is not None or reasoncode is not None: + if reasoncode is None: + reasoncode = ReasonCodes(DISCONNECT >> 4, identifier=0) + remaining_length += 1 + if properties is not None: + packed_props = properties.pack() + remaining_length += len(packed_props) + + self._pack_remaining_length(packet, remaining_length) + + if self._protocol == MQTTv5: + if reasoncode != None: + packet += reasoncode.pack() + if properties != None: + packet += packed_props + + return self._packet_queue(command, packet, 0, 0) + + def _send_subscribe(self, dup, topics, properties=None): + remaining_length = 2 + if self._protocol == MQTTv5: + if properties is None: + packed_subscribe_properties = b'\x00' + else: + packed_subscribe_properties = properties.pack() + remaining_length += len(packed_subscribe_properties) + for t, _ in topics: + remaining_length += 2 + len(t) + 1 + + command = SUBSCRIBE | (dup << 3) | 0x2 + packet = bytearray() + packet.append(command) + self._pack_remaining_length(packet, remaining_length) + local_mid = self._mid_generate() + packet.extend(struct.pack("!H", local_mid)) + + if self._protocol == MQTTv5: + packet += packed_subscribe_properties + + for t, q in topics: + self._pack_str16(packet, t) + if self._protocol == MQTTv5: + packet += q.pack() + else: + packet.append(q) + + self._easy_log( + MQTT_LOG_DEBUG, + "Sending SUBSCRIBE (d%d, m%d) %s", + dup, + local_mid, + topics, + ) + return (self._packet_queue(command, packet, local_mid, 1), local_mid) + + def _send_unsubscribe(self, dup, topics, properties=None): + remaining_length = 2 + if self._protocol == MQTTv5: + if properties is None: + packed_unsubscribe_properties = b'\x00' + else: + packed_unsubscribe_properties = properties.pack() + remaining_length += len(packed_unsubscribe_properties) + for t in topics: + remaining_length += 2 + len(t) + + command = UNSUBSCRIBE | (dup << 3) | 0x2 + packet = bytearray() + packet.append(command) + self._pack_remaining_length(packet, remaining_length) + local_mid = self._mid_generate() + packet.extend(struct.pack("!H", local_mid)) + + if self._protocol == MQTTv5: + packet += packed_unsubscribe_properties + + for t in topics: + self._pack_str16(packet, t) + + # topics_repr = ", ".join("'"+topic.decode('utf8')+"'" for topic in topics) + if self._protocol == MQTTv5: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending UNSUBSCRIBE (d%d, m%d) %s %s", + dup, + local_mid, + properties, + topics, + ) + else: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending UNSUBSCRIBE (d%d, m%d) %s", + dup, + local_mid, + topics, + ) + return (self._packet_queue(command, packet, local_mid, 1), local_mid) + + def _check_clean_session(self): + if self._protocol == MQTTv5: + if self._clean_start == MQTT_CLEAN_START_FIRST_ONLY: + return self._mqttv5_first_connect + else: + return self._clean_start + else: + return self._clean_session + + def _messages_reconnect_reset_out(self): + with self._out_message_mutex: + self._inflight_messages = 0 + for m in self._out_messages.values(): + m.timestamp = 0 + if self._max_inflight_messages == 0 or self._inflight_messages < self._max_inflight_messages: + if m.qos == 0: + m.state = mqtt_ms_publish + elif m.qos == 1: + # self._inflight_messages = self._inflight_messages + 1 + if m.state == mqtt_ms_wait_for_puback: + m.dup = True + m.state = mqtt_ms_publish + elif m.qos == 2: + # self._inflight_messages = self._inflight_messages + 1 + if self._check_clean_session(): + if m.state != mqtt_ms_publish: + m.dup = True + m.state = mqtt_ms_publish + else: + if m.state == mqtt_ms_wait_for_pubcomp: + m.state = mqtt_ms_resend_pubrel + else: + if m.state == mqtt_ms_wait_for_pubrec: + m.dup = True + m.state = mqtt_ms_publish + else: + m.state = mqtt_ms_queued + + def _messages_reconnect_reset_in(self): + with self._in_message_mutex: + if self._check_clean_session(): + self._in_messages = collections.OrderedDict() + return + for m in self._in_messages.values(): + m.timestamp = 0 + if m.qos != 2: + self._in_messages.pop(m.mid) + else: + # Preserve current state + pass + + def _messages_reconnect_reset(self): + self._messages_reconnect_reset_out() + self._messages_reconnect_reset_in() + + def _packet_queue(self, command, packet, mid, qos, info=None): + mpkt = { + 'command': command, + 'mid': mid, + 'qos': qos, + 'pos': 0, + 'to_process': len(packet), + 'packet': packet, + 'info': info} + + self._out_packet.append(mpkt) + + # Write a single byte to sockpairW (connected to sockpairR) to break + # out of select() if in threaded mode. + if self._sockpairW is not None: + try: + self._sockpairW.send(sockpair_data) + except BlockingIOError: + pass + + # If we have an external event loop registered, use that instead + # of calling loop_write() directly. + if self._thread is None and self._on_socket_register_write is None: + if self._in_callback_mutex.acquire(False): + self._in_callback_mutex.release() + return self.loop_write() + + self._call_socket_register_write() + + return MQTT_ERR_SUCCESS + + def _packet_handle(self): + cmd = self._in_packet['command'] & 0xF0 + if cmd == PINGREQ: + return self._handle_pingreq() + elif cmd == PINGRESP: + return self._handle_pingresp() + elif cmd == PUBACK: + return self._handle_pubackcomp("PUBACK") + elif cmd == PUBCOMP: + return self._handle_pubackcomp("PUBCOMP") + elif cmd == PUBLISH: + return self._handle_publish() + elif cmd == PUBREC: + return self._handle_pubrec() + elif cmd == PUBREL: + return self._handle_pubrel() + elif cmd == CONNACK: + return self._handle_connack() + elif cmd == SUBACK: + return self._handle_suback() + elif cmd == UNSUBACK: + return self._handle_unsuback() + elif cmd == DISCONNECT and self._protocol == MQTTv5: # only allowed in MQTT 5.0 + return self._handle_disconnect() + else: + # If we don't recognise the command, return an error straight away. + self._easy_log(MQTT_LOG_ERR, "Error: Unrecognised command %s", cmd) + return MQTT_ERR_PROTOCOL + + def _handle_pingreq(self): + if self._in_packet['remaining_length'] != 0: + return MQTT_ERR_PROTOCOL + + self._easy_log(MQTT_LOG_DEBUG, "Received PINGREQ") + return self._send_pingresp() + + def _handle_pingresp(self): + if self._in_packet['remaining_length'] != 0: + return MQTT_ERR_PROTOCOL + + # No longer waiting for a PINGRESP. + self._ping_t = 0 + self._easy_log(MQTT_LOG_DEBUG, "Received PINGRESP") + return MQTT_ERR_SUCCESS + + def _handle_connack(self): + if self._protocol == MQTTv5: + if self._in_packet['remaining_length'] < 2: + return MQTT_ERR_PROTOCOL + elif self._in_packet['remaining_length'] != 2: + return MQTT_ERR_PROTOCOL + + if self._protocol == MQTTv5: + (flags, result) = struct.unpack( + "!BB", self._in_packet['packet'][:2]) + if result == 1: + # This is probably a failure from a broker that doesn't support + # MQTT v5. + reason = 132 # Unsupported protocol version + properties = None + else: + reason = ReasonCodes(CONNACK >> 4, identifier=result) + properties = Properties(CONNACK >> 4) + properties.unpack(self._in_packet['packet'][2:]) + else: + (flags, result) = struct.unpack("!BB", self._in_packet['packet']) + if self._protocol == MQTTv311: + if result == CONNACK_REFUSED_PROTOCOL_VERSION: + if not self._reconnect_on_failure: + return MQTT_ERR_PROTOCOL + self._easy_log( + MQTT_LOG_DEBUG, + "Received CONNACK (%s, %s), attempting downgrade to MQTT v3.1.", + flags, result + ) + # Downgrade to MQTT v3.1 + self._protocol = MQTTv31 + return self.reconnect() + elif (result == CONNACK_REFUSED_IDENTIFIER_REJECTED + and self._client_id == b''): + if not self._reconnect_on_failure: + return MQTT_ERR_PROTOCOL + self._easy_log( + MQTT_LOG_DEBUG, + "Received CONNACK (%s, %s), attempting to use non-empty CID", + flags, result, + ) + self._client_id = base62(uuid.uuid4().int, padding=22) + return self.reconnect() + + if result == 0: + self._state = mqtt_cs_connected + self._reconnect_delay = None + + if self._protocol == MQTTv5: + self._easy_log( + MQTT_LOG_DEBUG, "Received CONNACK (%s, %s) properties=%s", flags, reason, properties) + else: + self._easy_log( + MQTT_LOG_DEBUG, "Received CONNACK (%s, %s)", flags, result) + + # it won't be the first successful connect any more + self._mqttv5_first_connect = False + + with self._callback_mutex: + on_connect = self.on_connect + + if on_connect: + flags_dict = {} + flags_dict['session present'] = flags & 0x01 + with self._in_callback_mutex: + try: + if self._protocol == MQTTv5: + on_connect(self, self._userdata, + flags_dict, reason, properties) + else: + on_connect( + self, self._userdata, flags_dict, result) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_connect: %s', err) + if not self.suppress_exceptions: + raise + + if result == 0: + rc = 0 + with self._out_message_mutex: + for m in self._out_messages.values(): + m.timestamp = time_func() + if m.state == mqtt_ms_queued: + self.loop_write() # Process outgoing messages that have just been queued up + return MQTT_ERR_SUCCESS + + if m.qos == 0: + with self._in_callback_mutex: # Don't call loop_write after _send_publish() + rc = self._send_publish( + m.mid, + m.topic.encode('utf-8'), + m.payload, + m.qos, + m.retain, + m.dup, + properties=m.properties + ) + if rc != 0: + return rc + elif m.qos == 1: + if m.state == mqtt_ms_publish: + self._inflight_messages += 1 + m.state = mqtt_ms_wait_for_puback + with self._in_callback_mutex: # Don't call loop_write after _send_publish() + rc = self._send_publish( + m.mid, + m.topic.encode('utf-8'), + m.payload, + m.qos, + m.retain, + m.dup, + properties=m.properties + ) + if rc != 0: + return rc + elif m.qos == 2: + if m.state == mqtt_ms_publish: + self._inflight_messages += 1 + m.state = mqtt_ms_wait_for_pubrec + with self._in_callback_mutex: # Don't call loop_write after _send_publish() + rc = self._send_publish( + m.mid, + m.topic.encode('utf-8'), + m.payload, + m.qos, + m.retain, + m.dup, + properties=m.properties + ) + if rc != 0: + return rc + elif m.state == mqtt_ms_resend_pubrel: + self._inflight_messages += 1 + m.state = mqtt_ms_wait_for_pubcomp + with self._in_callback_mutex: # Don't call loop_write after _send_publish() + rc = self._send_pubrel(m.mid) + if rc != 0: + return rc + self.loop_write() # Process outgoing messages that have just been queued up + + return rc + elif result > 0 and result < 6: + return MQTT_ERR_CONN_REFUSED + else: + return MQTT_ERR_PROTOCOL + + def _handle_disconnect(self): + packet_type = DISCONNECT >> 4 + reasonCode = properties = None + if self._in_packet['remaining_length'] > 2: + reasonCode = ReasonCodes(packet_type) + reasonCode.unpack(self._in_packet['packet']) + if self._in_packet['remaining_length'] > 3: + properties = Properties(packet_type) + props, props_len = properties.unpack( + self._in_packet['packet'][1:]) + self._easy_log(MQTT_LOG_DEBUG, "Received DISCONNECT %s %s", + reasonCode, + properties + ) + + self._loop_rc_handle(reasonCode, properties) + + return MQTT_ERR_SUCCESS + + def _handle_suback(self): + self._easy_log(MQTT_LOG_DEBUG, "Received SUBACK") + pack_format = "!H" + str(len(self._in_packet['packet']) - 2) + 's' + (mid, packet) = struct.unpack(pack_format, self._in_packet['packet']) + + if self._protocol == MQTTv5: + properties = Properties(SUBACK >> 4) + props, props_len = properties.unpack(packet) + reasoncodes = [] + for c in packet[props_len:]: + if sys.version_info[0] < 3: + c = ord(c) + reasoncodes.append(ReasonCodes(SUBACK >> 4, identifier=c)) + else: + pack_format = "!" + "B" * len(packet) + granted_qos = struct.unpack(pack_format, packet) + + with self._callback_mutex: + on_subscribe = self.on_subscribe + + if on_subscribe: + with self._in_callback_mutex: # Don't call loop_write after _send_publish() + try: + if self._protocol == MQTTv5: + on_subscribe( + self, self._userdata, mid, reasoncodes, properties) + else: + on_subscribe( + self, self._userdata, mid, granted_qos) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_subscribe: %s', err) + if not self.suppress_exceptions: + raise + + return MQTT_ERR_SUCCESS + + def _handle_publish(self): + rc = 0 + + header = self._in_packet['command'] + message = MQTTMessage() + message.dup = (header & 0x08) >> 3 + message.qos = (header & 0x06) >> 1 + message.retain = (header & 0x01) + + pack_format = "!H" + str(len(self._in_packet['packet']) - 2) + 's' + (slen, packet) = struct.unpack(pack_format, self._in_packet['packet']) + pack_format = '!' + str(slen) + 's' + str(len(packet) - slen) + 's' + (topic, packet) = struct.unpack(pack_format, packet) + + if self._protocol != MQTTv5 and len(topic) == 0: + return MQTT_ERR_PROTOCOL + + # Handle topics with invalid UTF-8 + # This replaces an invalid topic with a message and the hex + # representation of the topic for logging. When the user attempts to + # access message.topic in the callback, an exception will be raised. + try: + print_topic = topic.decode('utf-8') + except UnicodeDecodeError: + print_topic = "TOPIC WITH INVALID UTF-8: " + str(topic) + + message.topic = topic + + if message.qos > 0: + pack_format = "!H" + str(len(packet) - 2) + 's' + (message.mid, packet) = struct.unpack(pack_format, packet) + + if self._protocol == MQTTv5: + message.properties = Properties(PUBLISH >> 4) + props, props_len = message.properties.unpack(packet) + packet = packet[props_len:] + + message.payload = packet + + if self._protocol == MQTTv5: + self._easy_log( + MQTT_LOG_DEBUG, + "Received PUBLISH (d%d, q%d, r%d, m%d), '%s', properties=%s, ... (%d bytes)", + message.dup, message.qos, message.retain, message.mid, + print_topic, message.properties, len(message.payload) + ) + else: + self._easy_log( + MQTT_LOG_DEBUG, + "Received PUBLISH (d%d, q%d, r%d, m%d), '%s', ... (%d bytes)", + message.dup, message.qos, message.retain, message.mid, + print_topic, len(message.payload) + ) + + message.timestamp = time_func() + if message.qos == 0: + self._handle_on_message(message) + return MQTT_ERR_SUCCESS + elif message.qos == 1: + self._handle_on_message(message) + return self._send_puback(message.mid) + elif message.qos == 2: + rc = self._send_pubrec(message.mid) + message.state = mqtt_ms_wait_for_pubrel + with self._in_message_mutex: + self._in_messages[message.mid] = message + return rc + else: + return MQTT_ERR_PROTOCOL + + def _handle_pubrel(self): + if self._protocol == MQTTv5: + if self._in_packet['remaining_length'] < 2: + return MQTT_ERR_PROTOCOL + elif self._in_packet['remaining_length'] != 2: + return MQTT_ERR_PROTOCOL + + mid, = struct.unpack("!H", self._in_packet['packet']) + self._easy_log(MQTT_LOG_DEBUG, "Received PUBREL (Mid: %d)", mid) + + with self._in_message_mutex: + if mid in self._in_messages: + # Only pass the message on if we have removed it from the queue - this + # prevents multiple callbacks for the same message. + message = self._in_messages.pop(mid) + self._handle_on_message(message) + self._inflight_messages -= 1 + if self._max_inflight_messages > 0: + with self._out_message_mutex: + rc = self._update_inflight() + if rc != MQTT_ERR_SUCCESS: + return rc + + # FIXME: this should only be done if the message is known + # If unknown it's a protocol error and we should close the connection. + # But since we don't have (on disk) persistence for the session, it + # is possible that we must known about this message. + # Choose to acknwoledge this messsage (and thus losing a message) but + # avoid hanging. See #284. + return self._send_pubcomp(mid) + + def _update_inflight(self): + # Dont lock message_mutex here + for m in self._out_messages.values(): + if self._inflight_messages < self._max_inflight_messages: + if m.qos > 0 and m.state == mqtt_ms_queued: + self._inflight_messages += 1 + if m.qos == 1: + m.state = mqtt_ms_wait_for_puback + elif m.qos == 2: + m.state = mqtt_ms_wait_for_pubrec + rc = self._send_publish( + m.mid, + m.topic.encode('utf-8'), + m.payload, + m.qos, + m.retain, + m.dup, + properties=m.properties, + ) + if rc != 0: + return rc + else: + return MQTT_ERR_SUCCESS + return MQTT_ERR_SUCCESS + + def _handle_pubrec(self): + if self._protocol == MQTTv5: + if self._in_packet['remaining_length'] < 2: + return MQTT_ERR_PROTOCOL + elif self._in_packet['remaining_length'] != 2: + return MQTT_ERR_PROTOCOL + + mid, = struct.unpack("!H", self._in_packet['packet'][:2]) + if self._protocol == MQTTv5: + if self._in_packet['remaining_length'] > 2: + reasonCode = ReasonCodes(PUBREC >> 4) + reasonCode.unpack(self._in_packet['packet'][2:]) + if self._in_packet['remaining_length'] > 3: + properties = Properties(PUBREC >> 4) + props, props_len = properties.unpack( + self._in_packet['packet'][3:]) + self._easy_log(MQTT_LOG_DEBUG, "Received PUBREC (Mid: %d)", mid) + + with self._out_message_mutex: + if mid in self._out_messages: + msg = self._out_messages[mid] + msg.state = mqtt_ms_wait_for_pubcomp + msg.timestamp = time_func() + return self._send_pubrel(mid) + + return MQTT_ERR_SUCCESS + + def _handle_unsuback(self): + if self._protocol == MQTTv5: + if self._in_packet['remaining_length'] < 4: + return MQTT_ERR_PROTOCOL + elif self._in_packet['remaining_length'] != 2: + return MQTT_ERR_PROTOCOL + + mid, = struct.unpack("!H", self._in_packet['packet'][:2]) + if self._protocol == MQTTv5: + packet = self._in_packet['packet'][2:] + properties = Properties(UNSUBACK >> 4) + props, props_len = properties.unpack(packet) + reasoncodes = [] + for c in packet[props_len:]: + if sys.version_info[0] < 3: + c = ord(c) + reasoncodes.append(ReasonCodes(UNSUBACK >> 4, identifier=c)) + if len(reasoncodes) == 1: + reasoncodes = reasoncodes[0] + + self._easy_log(MQTT_LOG_DEBUG, "Received UNSUBACK (Mid: %d)", mid) + with self._callback_mutex: + on_unsubscribe = self.on_unsubscribe + + if on_unsubscribe: + with self._in_callback_mutex: + try: + if self._protocol == MQTTv5: + on_unsubscribe( + self, self._userdata, mid, properties, reasoncodes) + else: + on_unsubscribe(self, self._userdata, mid) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_unsubscribe: %s', err) + if not self.suppress_exceptions: + raise + + return MQTT_ERR_SUCCESS + + def _do_on_disconnect(self, rc, properties=None): + with self._callback_mutex: + on_disconnect = self.on_disconnect + + if on_disconnect: + with self._in_callback_mutex: + try: + if self._protocol == MQTTv5: + on_disconnect( + self, self._userdata, rc, properties) + else: + on_disconnect(self, self._userdata, rc) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_disconnect: %s', err) + if not self.suppress_exceptions: + raise + + def _do_on_publish(self, mid): + with self._callback_mutex: + on_publish = self.on_publish + + if on_publish: + with self._in_callback_mutex: + try: + on_publish(self, self._userdata, mid) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_publish: %s', err) + if not self.suppress_exceptions: + raise + + msg = self._out_messages.pop(mid) + msg.info._set_as_published() + if msg.qos > 0: + self._inflight_messages -= 1 + if self._max_inflight_messages > 0: + rc = self._update_inflight() + if rc != MQTT_ERR_SUCCESS: + return rc + return MQTT_ERR_SUCCESS + + def _handle_pubackcomp(self, cmd): + if self._protocol == MQTTv5: + if self._in_packet['remaining_length'] < 2: + return MQTT_ERR_PROTOCOL + elif self._in_packet['remaining_length'] != 2: + return MQTT_ERR_PROTOCOL + + packet_type = PUBACK if cmd == "PUBACK" else PUBCOMP + packet_type = packet_type >> 4 + mid, = struct.unpack("!H", self._in_packet['packet'][:2]) + if self._protocol == MQTTv5: + if self._in_packet['remaining_length'] > 2: + reasonCode = ReasonCodes(packet_type) + reasonCode.unpack(self._in_packet['packet'][2:]) + if self._in_packet['remaining_length'] > 3: + properties = Properties(packet_type) + props, props_len = properties.unpack( + self._in_packet['packet'][3:]) + self._easy_log(MQTT_LOG_DEBUG, "Received %s (Mid: %d)", cmd, mid) + + with self._out_message_mutex: + if mid in self._out_messages: + # Only inform the client the message has been sent once. + rc = self._do_on_publish(mid) + return rc + + return MQTT_ERR_SUCCESS + + def _handle_on_message(self, message): + matched = False + + try: + topic = message.topic + except UnicodeDecodeError: + topic = None + + on_message_callbacks = [] + with self._callback_mutex: + if topic is not None: + for callback in self._on_message_filtered.iter_match(message.topic): + on_message_callbacks.append(callback) + + if len(on_message_callbacks) == 0: + on_message = self.on_message + else: + on_message = None + + for callback in on_message_callbacks: + with self._in_callback_mutex: + try: + callback(self, self._userdata, message) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, + 'Caught exception in user defined callback function %s: %s', + callback.__name__, + err + ) + if not self.suppress_exceptions: + raise + + if on_message: + with self._in_callback_mutex: + try: + on_message(self, self._userdata, message) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_message: %s', err) + if not self.suppress_exceptions: + raise + + + def _handle_on_connect_fail(self): + with self._callback_mutex: + on_connect_fail = self.on_connect_fail + + if on_connect_fail: + with self._in_callback_mutex: + try: + on_connect_fail(self, self._userdata) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_connect_fail: %s', err) + + def _thread_main(self): + self.loop_forever(retry_first_connection=True) + + def _reconnect_wait(self): + # See reconnect_delay_set for details + now = time_func() + with self._reconnect_delay_mutex: + if self._reconnect_delay is None: + self._reconnect_delay = self._reconnect_min_delay + else: + self._reconnect_delay = min( + self._reconnect_delay * 2, + self._reconnect_max_delay, + ) + + target_time = now + self._reconnect_delay + + remaining = target_time - now + while (self._state != mqtt_cs_disconnecting + and not self._thread_terminate + and remaining > 0): + + time.sleep(min(remaining, 1)) + remaining = target_time - time_func() + + @staticmethod + def _proxy_is_valid(p): + def check(t, a): + return (socks is not None and + t in set([socks.HTTP, socks.SOCKS4, socks.SOCKS5]) and a) + + if isinstance(p, dict): + return check(p.get("proxy_type"), p.get("proxy_addr")) + elif isinstance(p, (list, tuple)): + return len(p) == 6 and check(p[0], p[1]) + else: + return False + + def _get_proxy(self): + if socks is None: + return None + + # First, check if the user explicitly passed us a proxy to use + if self._proxy_is_valid(self._proxy): + return self._proxy + + # Next, check for an mqtt_proxy environment variable as long as the host + # we're trying to connect to isn't listed under the no_proxy environment + # variable (matches built-in module urllib's behavior) + if not (hasattr(urllib_dot_request, "proxy_bypass") and + urllib_dot_request.proxy_bypass(self._host)): + env_proxies = urllib_dot_request.getproxies() + if "mqtt" in env_proxies: + parts = urllib_dot_parse.urlparse(env_proxies["mqtt"]) + if parts.scheme == "http": + proxy = { + "proxy_type": socks.HTTP, + "proxy_addr": parts.hostname, + "proxy_port": parts.port + } + return proxy + elif parts.scheme == "socks": + proxy = { + "proxy_type": socks.SOCKS5, + "proxy_addr": parts.hostname, + "proxy_port": parts.port + } + return proxy + + # Finally, check if the user has monkeypatched the PySocks library with + # a default proxy + socks_default = socks.get_default_proxy() + if self._proxy_is_valid(socks_default): + proxy_keys = ("proxy_type", "proxy_addr", "proxy_port", + "proxy_rdns", "proxy_username", "proxy_password") + return dict(zip(proxy_keys, socks_default)) + + # If we didn't find a proxy through any of the above methods, return + # None to indicate that the connection should be handled normally + return None + + def _create_socket_connection(self): + proxy = self._get_proxy() + addr = (self._host, self._port) + source = (self._bind_address, self._bind_port) + + + if sys.version_info < (2, 7) or (3, 0) < sys.version_info < (3, 2): + # Have to short-circuit here because of unsupported source_address + # param in earlier Python versions. + return socket.create_connection(addr, timeout=self._connect_timeout) + + if proxy: + return socks.create_connection(addr, timeout=self._connect_timeout, source_address=source, **proxy) + else: + return socket.create_connection(addr, timeout=self._connect_timeout, source_address=source) + + +class WebsocketWrapper(object): + OPCODE_CONTINUATION = 0x0 + OPCODE_TEXT = 0x1 + OPCODE_BINARY = 0x2 + OPCODE_CONNCLOSE = 0x8 + OPCODE_PING = 0x9 + OPCODE_PONG = 0xa + + def __init__(self, socket, host, port, is_ssl, path, extra_headers): + + self.connected = False + + self._ssl = is_ssl + self._host = host + self._port = port + self._socket = socket + self._path = path + + self._sendbuffer = bytearray() + self._readbuffer = bytearray() + + self._requested_size = 0 + self._payload_head = 0 + self._readbuffer_head = 0 + + self._do_handshake(extra_headers) + + def __del__(self): + + self._sendbuffer = None + self._readbuffer = None + + def _do_handshake(self, extra_headers): + + sec_websocket_key = uuid.uuid4().bytes + sec_websocket_key = base64.b64encode(sec_websocket_key) + + websocket_headers = { + "Host": "{self._host:s}:{self._port:d}".format(self=self), + "Upgrade": "websocket", + "Connection": "Upgrade", + "Origin": "https://{self._host:s}:{self._port:d}".format(self=self), + "Sec-WebSocket-Key": sec_websocket_key.decode("utf8"), + "Sec-Websocket-Version": "13", + "Sec-Websocket-Protocol": "mqtt", + } + + # This is checked in ws_set_options so it will either be None, a + # dictionary, or a callable + if isinstance(extra_headers, dict): + websocket_headers.update(extra_headers) + elif callable(extra_headers): + websocket_headers = extra_headers(websocket_headers) + + header = "\r\n".join([ + "GET {self._path} HTTP/1.1".format(self=self), + "\r\n".join("{}: {}".format(i, j) + for i, j in websocket_headers.items()), + "\r\n", + ]).encode("utf8") + + self._socket.send(header) + + has_secret = False + has_upgrade = False + + while True: + # read HTTP response header as lines + byte = self._socket.recv(1) + + self._readbuffer.extend(byte) + + # line end + if byte == b"\n": + if len(self._readbuffer) > 2: + # check upgrade + if b"connection" in str(self._readbuffer).lower().encode('utf-8'): + if b"upgrade" not in str(self._readbuffer).lower().encode('utf-8'): + raise WebsocketConnectionError( + "WebSocket handshake error, connection not upgraded") + else: + has_upgrade = True + + # check key hash + if b"sec-websocket-accept" in str(self._readbuffer).lower().encode('utf-8'): + GUID = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11" + + server_hash = self._readbuffer.decode( + 'utf-8').split(": ", 1)[1] + server_hash = server_hash.strip().encode('utf-8') + + client_hash = sec_websocket_key.decode('utf-8') + GUID + client_hash = hashlib.sha1(client_hash.encode('utf-8')) + client_hash = base64.b64encode(client_hash.digest()) + + if server_hash != client_hash: + raise WebsocketConnectionError( + "WebSocket handshake error, invalid secret key") + else: + has_secret = True + else: + # ending linebreak + break + + # reset linebuffer + self._readbuffer = bytearray() + + # connection reset + elif not byte: + raise WebsocketConnectionError("WebSocket handshake error") + + if not has_upgrade or not has_secret: + raise WebsocketConnectionError("WebSocket handshake error") + + self._readbuffer = bytearray() + self.connected = True + + def _create_frame(self, opcode, data, do_masking=1): + + header = bytearray() + length = len(data) + + mask_key = bytearray(os.urandom(4)) + mask_flag = do_masking + + # 1 << 7 is the final flag, we don't send continuated data + header.append(1 << 7 | opcode) + + if length < 126: + header.append(mask_flag << 7 | length) + + elif length < 65536: + header.append(mask_flag << 7 | 126) + header += struct.pack("!H", length) + + elif length < 0x8000000000000001: + header.append(mask_flag << 7 | 127) + header += struct.pack("!Q", length) + + else: + raise ValueError("Maximum payload size is 2^63") + + if mask_flag == 1: + for index in range(length): + data[index] ^= mask_key[index % 4] + data = mask_key + data + + return header + data + + def _buffered_read(self, length): + + # try to recv and store needed bytes + wanted_bytes = length - (len(self._readbuffer) - self._readbuffer_head) + if wanted_bytes > 0: + + data = self._socket.recv(wanted_bytes) + + if not data: + raise ConnectionAbortedError + else: + self._readbuffer.extend(data) + + if len(data) < wanted_bytes: + raise BlockingIOError + + self._readbuffer_head += length + return self._readbuffer[self._readbuffer_head - length:self._readbuffer_head] + + def _recv_impl(self, length): + + # try to decode websocket payload part from data + try: + + self._readbuffer_head = 0 + + result = None + + chunk_startindex = self._payload_head + chunk_endindex = self._payload_head + length + + header1 = self._buffered_read(1) + header2 = self._buffered_read(1) + + opcode = (header1[0] & 0x0f) + maskbit = (header2[0] & 0x80) == 0x80 + lengthbits = (header2[0] & 0x7f) + payload_length = lengthbits + mask_key = None + + # read length + if lengthbits == 0x7e: + + value = self._buffered_read(2) + payload_length, = struct.unpack("!H", value) + + elif lengthbits == 0x7f: + + value = self._buffered_read(8) + payload_length, = struct.unpack("!Q", value) + + # read mask + if maskbit: + mask_key = self._buffered_read(4) + + # if frame payload is shorter than the requested data, read only the possible part + readindex = chunk_endindex + if payload_length < readindex: + readindex = payload_length + + if readindex > 0: + # get payload chunk + payload = self._buffered_read(readindex) + + # unmask only the needed part + if maskbit: + for index in range(chunk_startindex, readindex): + payload[index] ^= mask_key[index % 4] + + result = payload[chunk_startindex:readindex] + self._payload_head = readindex + else: + payload = bytearray() + + # check if full frame arrived and reset readbuffer and payloadhead if needed + if readindex == payload_length: + self._readbuffer = bytearray() + self._payload_head = 0 + + # respond to non-binary opcodes, their arrival is not guaranteed beacause of non-blocking sockets + if opcode == WebsocketWrapper.OPCODE_CONNCLOSE: + frame = self._create_frame( + WebsocketWrapper.OPCODE_CONNCLOSE, payload, 0) + self._socket.send(frame) + + if opcode == WebsocketWrapper.OPCODE_PING: + frame = self._create_frame( + WebsocketWrapper.OPCODE_PONG, payload, 0) + self._socket.send(frame) + + # This isn't *proper* handling of continuation frames, but given + # that we only support binary frames, it is *probably* good enough. + if (opcode == WebsocketWrapper.OPCODE_BINARY or opcode == WebsocketWrapper.OPCODE_CONTINUATION) \ + and payload_length > 0: + return result + else: + raise BlockingIOError + + except ConnectionError: + self.connected = False + return b'' + + def _send_impl(self, data): + + # if previous frame was sent successfully + if len(self._sendbuffer) == 0: + # create websocket frame + frame = self._create_frame( + WebsocketWrapper.OPCODE_BINARY, bytearray(data)) + self._sendbuffer.extend(frame) + self._requested_size = len(data) + + # try to write out as much as possible + length = self._socket.send(self._sendbuffer) + + self._sendbuffer = self._sendbuffer[length:] + + if len(self._sendbuffer) == 0: + # buffer sent out completely, return with payload's size + return self._requested_size + else: + # couldn't send whole data, request the same data again with 0 as sent length + return 0 + + def recv(self, length): + return self._recv_impl(length) + + def read(self, length): + return self._recv_impl(length) + + def send(self, data): + return self._send_impl(data) + + def write(self, data): + return self._send_impl(data) + + def close(self): + self._socket.close() + + def fileno(self): + return self._socket.fileno() + + def pending(self): + # Fix for bug #131: a SSL socket may still have data available + # for reading without select() being aware of it. + if self._ssl: + return self._socket.pending() + else: + # normal socket rely only on select() + return 0 + + def setblocking(self, flag): + self._socket.setblocking(flag) diff --git a/env/lib/python3.11/site-packages/paho/mqtt/matcher.py b/env/lib/python3.11/site-packages/paho/mqtt/matcher.py new file mode 100755 index 0000000..01ce295 --- /dev/null +++ b/env/lib/python3.11/site-packages/paho/mqtt/matcher.py @@ -0,0 +1,78 @@ +class MQTTMatcher(object): + """Intended to manage topic filters including wildcards. + + Internally, MQTTMatcher use a prefix tree (trie) to store + values associated with filters, and has an iter_match() + method to iterate efficiently over all filters that match + some topic name.""" + + class Node(object): + __slots__ = '_children', '_content' + + def __init__(self): + self._children = {} + self._content = None + + def __init__(self): + self._root = self.Node() + + def __setitem__(self, key, value): + """Add a topic filter :key to the prefix tree + and associate it to :value""" + node = self._root + for sym in key.split('/'): + node = node._children.setdefault(sym, self.Node()) + node._content = value + + def __getitem__(self, key): + """Retrieve the value associated with some topic filter :key""" + try: + node = self._root + for sym in key.split('/'): + node = node._children[sym] + if node._content is None: + raise KeyError(key) + return node._content + except KeyError: + raise KeyError(key) + + def __delitem__(self, key): + """Delete the value associated with some topic filter :key""" + lst = [] + try: + parent, node = None, self._root + for k in key.split('/'): + parent, node = node, node._children[k] + lst.append((parent, k, node)) + # TODO + node._content = None + except KeyError: + raise KeyError(key) + else: # cleanup + for parent, k, node in reversed(lst): + if node._children or node._content is not None: + break + del parent._children[k] + + def iter_match(self, topic): + """Return an iterator on all values associated with filters + that match the :topic""" + lst = topic.split('/') + normal = not topic.startswith('$') + def rec(node, i=0): + if i == len(lst): + if node._content is not None: + yield node._content + else: + part = lst[i] + if part in node._children: + for content in rec(node._children[part], i + 1): + yield content + if '+' in node._children and (normal or i > 0): + for content in rec(node._children['+'], i + 1): + yield content + if '#' in node._children and (normal or i > 0): + content = node._children['#']._content + if content is not None: + yield content + return rec(self._root) diff --git a/env/lib/python3.11/site-packages/paho/mqtt/packettypes.py b/env/lib/python3.11/site-packages/paho/mqtt/packettypes.py new file mode 100755 index 0000000..2fd6a1b --- /dev/null +++ b/env/lib/python3.11/site-packages/paho/mqtt/packettypes.py @@ -0,0 +1,43 @@ +""" +******************************************************************* + Copyright (c) 2017, 2019 IBM Corp. + + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Public License v2.0 + and Eclipse Distribution License v1.0 which accompany this distribution. + + The Eclipse Public License is available at + http://www.eclipse.org/legal/epl-v10.html + and the Eclipse Distribution License is available at + http://www.eclipse.org/org/documents/edl-v10.php. + + Contributors: + Ian Craggs - initial implementation and/or documentation +******************************************************************* +""" + + +class PacketTypes: + + """ + Packet types class. Includes the AUTH packet for MQTT v5.0. + + Holds constants for each packet type such as PacketTypes.PUBLISH + and packet name strings: PacketTypes.Names[PacketTypes.PUBLISH]. + + """ + + indexes = range(1, 16) + + # Packet types + CONNECT, CONNACK, PUBLISH, PUBACK, PUBREC, PUBREL, \ + PUBCOMP, SUBSCRIBE, SUBACK, UNSUBSCRIBE, UNSUBACK, \ + PINGREQ, PINGRESP, DISCONNECT, AUTH = indexes + + # Dummy packet type for properties use - will delay only applies to will + WILLMESSAGE = 99 + + Names = [ "reserved", \ + "Connect", "Connack", "Publish", "Puback", "Pubrec", "Pubrel", \ + "Pubcomp", "Subscribe", "Suback", "Unsubscribe", "Unsuback", \ + "Pingreq", "Pingresp", "Disconnect", "Auth"] diff --git a/env/lib/python3.11/site-packages/paho/mqtt/properties.py b/env/lib/python3.11/site-packages/paho/mqtt/properties.py new file mode 100755 index 0000000..dbcf543 --- /dev/null +++ b/env/lib/python3.11/site-packages/paho/mqtt/properties.py @@ -0,0 +1,438 @@ +""" +******************************************************************* + Copyright (c) 2017, 2019 IBM Corp. + + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Public License v2.0 + and Eclipse Distribution License v1.0 which accompany this distribution. + + The Eclipse Public License is available at + http://www.eclipse.org/legal/epl-v10.html + and the Eclipse Distribution License is available at + http://www.eclipse.org/org/documents/edl-v10.php. + + Contributors: + Ian Craggs - initial implementation and/or documentation +******************************************************************* +""" + +import struct +import sys + +from .packettypes import PacketTypes + + +class MQTTException(Exception): + pass + + +class MalformedPacket(MQTTException): + pass + + +def writeInt16(length): + # serialize a 16 bit integer to network format + return bytearray(struct.pack("!H", length)) + + +def readInt16(buf): + # deserialize a 16 bit integer from network format + return struct.unpack("!H", buf[:2])[0] + + +def writeInt32(length): + # serialize a 32 bit integer to network format + return bytearray(struct.pack("!L", length)) + + +def readInt32(buf): + # deserialize a 32 bit integer from network format + return struct.unpack("!L", buf[:4])[0] + + +def writeUTF(data): + # data could be a string, or bytes. If string, encode into bytes with utf-8 + if sys.version_info[0] < 3: + data = bytearray(data, 'utf-8') + else: + data = data if type(data) == type(b"") else bytes(data, "utf-8") + return writeInt16(len(data)) + data + + +def readUTF(buffer, maxlen): + if maxlen >= 2: + length = readInt16(buffer) + else: + raise MalformedPacket("Not enough data to read string length") + maxlen -= 2 + if length > maxlen: + raise MalformedPacket("Length delimited string too long") + buf = buffer[2:2+length].decode("utf-8") + # look for chars which are invalid for MQTT + for c in buf: # look for D800-DFFF in the UTF string + ord_c = ord(c) + if ord_c >= 0xD800 and ord_c <= 0xDFFF: + raise MalformedPacket("[MQTT-1.5.4-1] D800-DFFF found in UTF-8 data") + if ord_c == 0x00: # look for null in the UTF string + raise MalformedPacket("[MQTT-1.5.4-2] Null found in UTF-8 data") + if ord_c == 0xFEFF: + raise MalformedPacket("[MQTT-1.5.4-3] U+FEFF in UTF-8 data") + return buf, length+2 + + +def writeBytes(buffer): + return writeInt16(len(buffer)) + buffer + + +def readBytes(buffer): + length = readInt16(buffer) + return buffer[2:2+length], length+2 + + +class VariableByteIntegers: # Variable Byte Integer + """ + MQTT variable byte integer helper class. Used + in several places in MQTT v5.0 properties. + + """ + + @staticmethod + def encode(x): + """ + Convert an integer 0 <= x <= 268435455 into multi-byte format. + Returns the buffer convered from the integer. + """ + assert 0 <= x <= 268435455 + buffer = b'' + while 1: + digit = x % 128 + x //= 128 + if x > 0: + digit |= 0x80 + if sys.version_info[0] >= 3: + buffer += bytes([digit]) + else: + buffer += bytes(chr(digit)) + if x == 0: + break + return buffer + + @staticmethod + def decode(buffer): + """ + Get the value of a multi-byte integer from a buffer + Return the value, and the number of bytes used. + + [MQTT-1.5.5-1] the encoded value MUST use the minimum number of bytes necessary to represent the value + """ + multiplier = 1 + value = 0 + bytes = 0 + while 1: + bytes += 1 + digit = buffer[0] + buffer = buffer[1:] + value += (digit & 127) * multiplier + if digit & 128 == 0: + break + multiplier *= 128 + return (value, bytes) + + +class Properties(object): + """MQTT v5.0 properties class. + + See Properties.names for a list of accepted property names along with their numeric values. + + See Properties.properties for the data type of each property. + + Example of use: + + publish_properties = Properties(PacketTypes.PUBLISH) + publish_properties.UserProperty = ("a", "2") + publish_properties.UserProperty = ("c", "3") + + First the object is created with packet type as argument, no properties will be present at + this point. Then properties are added as attributes, the name of which is the string property + name without the spaces. + + """ + + def __init__(self, packetType): + self.packetType = packetType + self.types = ["Byte", "Two Byte Integer", "Four Byte Integer", "Variable Byte Integer", + "Binary Data", "UTF-8 Encoded String", "UTF-8 String Pair"] + + self.names = { + "Payload Format Indicator": 1, + "Message Expiry Interval": 2, + "Content Type": 3, + "Response Topic": 8, + "Correlation Data": 9, + "Subscription Identifier": 11, + "Session Expiry Interval": 17, + "Assigned Client Identifier": 18, + "Server Keep Alive": 19, + "Authentication Method": 21, + "Authentication Data": 22, + "Request Problem Information": 23, + "Will Delay Interval": 24, + "Request Response Information": 25, + "Response Information": 26, + "Server Reference": 28, + "Reason String": 31, + "Receive Maximum": 33, + "Topic Alias Maximum": 34, + "Topic Alias": 35, + "Maximum QoS": 36, + "Retain Available": 37, + "User Property": 38, + "Maximum Packet Size": 39, + "Wildcard Subscription Available": 40, + "Subscription Identifier Available": 41, + "Shared Subscription Available": 42 + } + + self.properties = { + # id: type, packets + # payload format indicator + 1: (self.types.index("Byte"), [PacketTypes.PUBLISH, PacketTypes.WILLMESSAGE]), + 2: (self.types.index("Four Byte Integer"), [PacketTypes.PUBLISH, PacketTypes.WILLMESSAGE]), + 3: (self.types.index("UTF-8 Encoded String"), [PacketTypes.PUBLISH, PacketTypes.WILLMESSAGE]), + 8: (self.types.index("UTF-8 Encoded String"), [PacketTypes.PUBLISH, PacketTypes.WILLMESSAGE]), + 9: (self.types.index("Binary Data"), [PacketTypes.PUBLISH, PacketTypes.WILLMESSAGE]), + 11: (self.types.index("Variable Byte Integer"), + [PacketTypes.PUBLISH, PacketTypes.SUBSCRIBE]), + 17: (self.types.index("Four Byte Integer"), + [PacketTypes.CONNECT, PacketTypes.CONNACK, PacketTypes.DISCONNECT]), + 18: (self.types.index("UTF-8 Encoded String"), [PacketTypes.CONNACK]), + 19: (self.types.index("Two Byte Integer"), [PacketTypes.CONNACK]), + 21: (self.types.index("UTF-8 Encoded String"), + [PacketTypes.CONNECT, PacketTypes.CONNACK, PacketTypes.AUTH]), + 22: (self.types.index("Binary Data"), + [PacketTypes.CONNECT, PacketTypes.CONNACK, PacketTypes.AUTH]), + 23: (self.types.index("Byte"), + [PacketTypes.CONNECT]), + 24: (self.types.index("Four Byte Integer"), [PacketTypes.WILLMESSAGE]), + 25: (self.types.index("Byte"), [PacketTypes.CONNECT]), + 26: (self.types.index("UTF-8 Encoded String"), [PacketTypes.CONNACK]), + 28: (self.types.index("UTF-8 Encoded String"), + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]), + 31: (self.types.index("UTF-8 Encoded String"), + [PacketTypes.CONNACK, PacketTypes.PUBACK, PacketTypes.PUBREC, + PacketTypes.PUBREL, PacketTypes.PUBCOMP, PacketTypes.SUBACK, + PacketTypes.UNSUBACK, PacketTypes.DISCONNECT, PacketTypes.AUTH]), + 33: (self.types.index("Two Byte Integer"), + [PacketTypes.CONNECT, PacketTypes.CONNACK]), + 34: (self.types.index("Two Byte Integer"), + [PacketTypes.CONNECT, PacketTypes.CONNACK]), + 35: (self.types.index("Two Byte Integer"), [PacketTypes.PUBLISH]), + 36: (self.types.index("Byte"), [PacketTypes.CONNACK]), + 37: (self.types.index("Byte"), [PacketTypes.CONNACK]), + 38: (self.types.index("UTF-8 String Pair"), + [PacketTypes.CONNECT, PacketTypes.CONNACK, + PacketTypes.PUBLISH, PacketTypes.PUBACK, + PacketTypes.PUBREC, PacketTypes.PUBREL, PacketTypes.PUBCOMP, + PacketTypes.SUBSCRIBE, PacketTypes.SUBACK, + PacketTypes.UNSUBSCRIBE, PacketTypes.UNSUBACK, + PacketTypes.DISCONNECT, PacketTypes.AUTH, PacketTypes.WILLMESSAGE]), + 39: (self.types.index("Four Byte Integer"), + [PacketTypes.CONNECT, PacketTypes.CONNACK]), + 40: (self.types.index("Byte"), [PacketTypes.CONNACK]), + 41: (self.types.index("Byte"), [PacketTypes.CONNACK]), + 42: (self.types.index("Byte"), [PacketTypes.CONNACK]), + } + + def allowsMultiple(self, compressedName): + return self.getIdentFromName(compressedName) in [11, 38] + + def getIdentFromName(self, compressedName): + # return the identifier corresponding to the property name + result = -1 + for name in self.names.keys(): + if compressedName == name.replace(' ', ''): + result = self.names[name] + break + return result + + def __setattr__(self, name, value): + name = name.replace(' ', '') + privateVars = ["packetType", "types", "names", "properties"] + if name in privateVars: + object.__setattr__(self, name, value) + else: + # the name could have spaces in, or not. Remove spaces before assignment + if name not in [aname.replace(' ', '') for aname in self.names.keys()]: + raise MQTTException( + "Property name must be one of "+str(self.names.keys())) + # check that this attribute applies to the packet type + if self.packetType not in self.properties[self.getIdentFromName(name)][1]: + raise MQTTException("Property %s does not apply to packet type %s" + % (name, PacketTypes.Names[self.packetType])) + + # Check for forbidden values + if type(value) != type([]): + if name in ["ReceiveMaximum", "TopicAlias"] \ + and (value < 1 or value > 65535): + + raise MQTTException( + "%s property value must be in the range 1-65535" % (name)) + elif name in ["TopicAliasMaximum"] \ + and (value < 0 or value > 65535): + + raise MQTTException( + "%s property value must be in the range 0-65535" % (name)) + elif name in ["MaximumPacketSize", "SubscriptionIdentifier"] \ + and (value < 1 or value > 268435455): + + raise MQTTException( + "%s property value must be in the range 1-268435455" % (name)) + elif name in ["RequestResponseInformation", "RequestProblemInformation", "PayloadFormatIndicator"] \ + and (value != 0 and value != 1): + + raise MQTTException( + "%s property value must be 0 or 1" % (name)) + + if self.allowsMultiple(name): + if type(value) != type([]): + value = [value] + if hasattr(self, name): + value = object.__getattribute__(self, name) + value + object.__setattr__(self, name, value) + + def __str__(self): + buffer = "[" + first = True + for name in self.names.keys(): + compressedName = name.replace(' ', '') + if hasattr(self, compressedName): + if not first: + buffer += ", " + buffer += compressedName + " : " + \ + str(getattr(self, compressedName)) + first = False + buffer += "]" + return buffer + + def json(self): + data = {} + for name in self.names.keys(): + compressedName = name.replace(' ', '') + if hasattr(self, compressedName): + val = getattr(self, compressedName) + if compressedName == 'CorrelationData' and isinstance(val, bytes): + data[compressedName] = val.hex() + else: + data[compressedName] = val + return data + + def isEmpty(self): + rc = True + for name in self.names.keys(): + compressedName = name.replace(' ', '') + if hasattr(self, compressedName): + rc = False + break + return rc + + def clear(self): + for name in self.names.keys(): + compressedName = name.replace(' ', '') + if hasattr(self, compressedName): + delattr(self, compressedName) + + def writeProperty(self, identifier, type, value): + buffer = b"" + buffer += VariableByteIntegers.encode(identifier) # identifier + if type == self.types.index("Byte"): # value + if sys.version_info[0] < 3: + buffer += chr(value) + else: + buffer += bytes([value]) + elif type == self.types.index("Two Byte Integer"): + buffer += writeInt16(value) + elif type == self.types.index("Four Byte Integer"): + buffer += writeInt32(value) + elif type == self.types.index("Variable Byte Integer"): + buffer += VariableByteIntegers.encode(value) + elif type == self.types.index("Binary Data"): + buffer += writeBytes(value) + elif type == self.types.index("UTF-8 Encoded String"): + buffer += writeUTF(value) + elif type == self.types.index("UTF-8 String Pair"): + buffer += writeUTF(value[0]) + writeUTF(value[1]) + return buffer + + def pack(self): + # serialize properties into buffer for sending over network + buffer = b"" + for name in self.names.keys(): + compressedName = name.replace(' ', '') + if hasattr(self, compressedName): + identifier = self.getIdentFromName(compressedName) + attr_type = self.properties[identifier][0] + if self.allowsMultiple(compressedName): + for prop in getattr(self, compressedName): + buffer += self.writeProperty(identifier, + attr_type, prop) + else: + buffer += self.writeProperty(identifier, attr_type, + getattr(self, compressedName)) + return VariableByteIntegers.encode(len(buffer)) + buffer + + def readProperty(self, buffer, type, propslen): + if type == self.types.index("Byte"): + value = buffer[0] + valuelen = 1 + elif type == self.types.index("Two Byte Integer"): + value = readInt16(buffer) + valuelen = 2 + elif type == self.types.index("Four Byte Integer"): + value = readInt32(buffer) + valuelen = 4 + elif type == self.types.index("Variable Byte Integer"): + value, valuelen = VariableByteIntegers.decode(buffer) + elif type == self.types.index("Binary Data"): + value, valuelen = readBytes(buffer) + elif type == self.types.index("UTF-8 Encoded String"): + value, valuelen = readUTF(buffer, propslen) + elif type == self.types.index("UTF-8 String Pair"): + value, valuelen = readUTF(buffer, propslen) + buffer = buffer[valuelen:] # strip the bytes used by the value + value1, valuelen1 = readUTF(buffer, propslen - valuelen) + value = (value, value1) + valuelen += valuelen1 + return value, valuelen + + def getNameFromIdent(self, identifier): + rc = None + for name in self.names: + if self.names[name] == identifier: + rc = name + return rc + + def unpack(self, buffer): + if sys.version_info[0] < 3: + buffer = bytearray(buffer) + self.clear() + # deserialize properties into attributes from buffer received from network + propslen, VBIlen = VariableByteIntegers.decode(buffer) + buffer = buffer[VBIlen:] # strip the bytes used by the VBI + propslenleft = propslen + while propslenleft > 0: # properties length is 0 if there are none + identifier, VBIlen2 = VariableByteIntegers.decode( + buffer) # property identifier + buffer = buffer[VBIlen2:] # strip the bytes used by the VBI + propslenleft -= VBIlen2 + attr_type = self.properties[identifier][0] + value, valuelen = self.readProperty( + buffer, attr_type, propslenleft) + buffer = buffer[valuelen:] # strip the bytes used by the value + propslenleft -= valuelen + propname = self.getNameFromIdent(identifier) + compressedName = propname.replace(' ', '') + if not self.allowsMultiple(compressedName) and hasattr(self, compressedName): + raise MQTTException( + "Property '%s' must not exist more than once" % property) + setattr(self, propname, value) + return self, propslen + VBIlen diff --git a/env/lib/python3.11/site-packages/paho/mqtt/publish.py b/env/lib/python3.11/site-packages/paho/mqtt/publish.py new file mode 100755 index 0000000..6d1589a --- /dev/null +++ b/env/lib/python3.11/site-packages/paho/mqtt/publish.py @@ -0,0 +1,241 @@ +# Copyright (c) 2014 Roger Light +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v2.0 +# and Eclipse Distribution License v1.0 which accompany this distribution. +# +# The Eclipse Public License is available at +# http://www.eclipse.org/legal/epl-v10.html +# and the Eclipse Distribution License is available at +# http://www.eclipse.org/org/documents/edl-v10.php. +# +# Contributors: +# Roger Light - initial API and implementation + +""" +This module provides some helper functions to allow straightforward publishing +of messages in a one-shot manner. In other words, they are useful for the +situation where you have a single/multiple messages you want to publish to a +broker, then disconnect and nothing else is required. +""" +from __future__ import absolute_import + +import collections + +try: + from collections.abc import Iterable +except ImportError: + from collections import Iterable + +from .. import mqtt +from . import client as paho + + +def _do_publish(client): + """Internal function""" + + message = client._userdata.popleft() + + if isinstance(message, dict): + client.publish(**message) + elif isinstance(message, (tuple, list)): + client.publish(*message) + else: + raise TypeError('message must be a dict, tuple, or list') + + +def _on_connect(client, userdata, flags, rc): + """Internal callback""" + #pylint: disable=invalid-name, unused-argument + + if rc == 0: + if len(userdata) > 0: + _do_publish(client) + else: + raise mqtt.MQTTException(paho.connack_string(rc)) + +def _on_connect_v5(client, userdata, flags, rc, properties): + """Internal v5 callback""" + _on_connect(client, userdata, flags, rc) + +def _on_publish(client, userdata, mid): + """Internal callback""" + #pylint: disable=unused-argument + + if len(userdata) == 0: + client.disconnect() + else: + _do_publish(client) + + +def multiple(msgs, hostname="localhost", port=1883, client_id="", keepalive=60, + will=None, auth=None, tls=None, protocol=paho.MQTTv311, + transport="tcp", proxy_args=None): + """Publish multiple messages to a broker, then disconnect cleanly. + + This function creates an MQTT client, connects to a broker and publishes a + list of messages. Once the messages have been delivered, it disconnects + cleanly from the broker. + + msgs : a list of messages to publish. Each message is either a dict or a + tuple. + + If a dict, only the topic must be present. Default values will be + used for any missing arguments. The dict must be of the form: + + msg = {'topic':"", 'payload':"", 'qos':, + 'retain':} + topic must be present and may not be empty. + If payload is "", None or not present then a zero length payload + will be published. + If qos is not present, the default of 0 is used. + If retain is not present, the default of False is used. + + If a tuple, then it must be of the form: + ("", "", qos, retain) + + hostname : a string containing the address of the broker to connect to. + Defaults to localhost. + + port : the port to connect to the broker on. Defaults to 1883. + + client_id : the MQTT client id to use. If "" or None, the Paho library will + generate a client id automatically. + + keepalive : the keepalive timeout value for the client. Defaults to 60 + seconds. + + will : a dict containing will parameters for the client: will = {'topic': + "", 'payload':", 'qos':, 'retain':}. + Topic is required, all other parameters are optional and will + default to None, 0 and False respectively. + Defaults to None, which indicates no will should be used. + + auth : a dict containing authentication parameters for the client: + auth = {'username':"", 'password':""} + Username is required, password is optional and will default to None + if not provided. + Defaults to None, which indicates no authentication is to be used. + + tls : a dict containing TLS configuration parameters for the client: + dict = {'ca_certs':"", 'certfile':"", + 'keyfile':"", 'tls_version':"", + 'ciphers':", 'insecure':""} + ca_certs is required, all other parameters are optional and will + default to None if not provided, which results in the client using + the default behaviour - see the paho.mqtt.client documentation. + Alternatively, tls input can be an SSLContext object, which will be + processed using the tls_set_context method. + Defaults to None, which indicates that TLS should not be used. + + transport : set to "tcp" to use the default setting of transport which is + raw TCP. Set to "websockets" to use WebSockets as the transport. + proxy_args: a dictionary that will be given to the client. + """ + + if not isinstance(msgs, Iterable): + raise TypeError('msgs must be an iterable') + + + client = paho.Client(client_id=client_id, userdata=collections.deque(msgs), + protocol=protocol, transport=transport) + + client.on_publish = _on_publish + if protocol == mqtt.client.MQTTv5: + client.on_connect = _on_connect_v5 + else: + client.on_connect = _on_connect + + if proxy_args is not None: + client.proxy_set(**proxy_args) + + if auth: + username = auth.get('username') + if username: + password = auth.get('password') + client.username_pw_set(username, password) + else: + raise KeyError("The 'username' key was not found, this is " + "required for auth") + + if will is not None: + client.will_set(**will) + + if tls is not None: + if isinstance(tls, dict): + insecure = tls.pop('insecure', False) + client.tls_set(**tls) + if insecure: + # Must be set *after* the `client.tls_set()` call since it sets + # up the SSL context that `client.tls_insecure_set` alters. + client.tls_insecure_set(insecure) + else: + # Assume input is SSLContext object + client.tls_set_context(tls) + + client.connect(hostname, port, keepalive) + client.loop_forever() + + +def single(topic, payload=None, qos=0, retain=False, hostname="localhost", + port=1883, client_id="", keepalive=60, will=None, auth=None, + tls=None, protocol=paho.MQTTv311, transport="tcp", proxy_args=None): + """Publish a single message to a broker, then disconnect cleanly. + + This function creates an MQTT client, connects to a broker and publishes a + single message. Once the message has been delivered, it disconnects cleanly + from the broker. + + topic : the only required argument must be the topic string to which the + payload will be published. + + payload : the payload to be published. If "" or None, a zero length payload + will be published. + + qos : the qos to use when publishing, default to 0. + + retain : set the message to be retained (True) or not (False). + + hostname : a string containing the address of the broker to connect to. + Defaults to localhost. + + port : the port to connect to the broker on. Defaults to 1883. + + client_id : the MQTT client id to use. If "" or None, the Paho library will + generate a client id automatically. + + keepalive : the keepalive timeout value for the client. Defaults to 60 + seconds. + + will : a dict containing will parameters for the client: will = {'topic': + "", 'payload':", 'qos':, 'retain':}. + Topic is required, all other parameters are optional and will + default to None, 0 and False respectively. + Defaults to None, which indicates no will should be used. + + auth : a dict containing authentication parameters for the client: + auth = {'username':"", 'password':""} + Username is required, password is optional and will default to None + if not provided. + Defaults to None, which indicates no authentication is to be used. + + tls : a dict containing TLS configuration parameters for the client: + dict = {'ca_certs':"", 'certfile':"", + 'keyfile':"", 'tls_version':"", + 'ciphers':", 'insecure':""} + ca_certs is required, all other parameters are optional and will + default to None if not provided, which results in the client using + the default behaviour - see the paho.mqtt.client documentation. + Defaults to None, which indicates that TLS should not be used. + Alternatively, tls input can be an SSLContext object, which will be + processed using the tls_set_context method. + + transport : set to "tcp" to use the default setting of transport which is + raw TCP. Set to "websockets" to use WebSockets as the transport. + proxy_args: a dictionary that will be given to the client. + """ + + msg = {'topic':topic, 'payload':payload, 'qos':qos, 'retain':retain} + + multiple([msg], hostname, port, client_id, keepalive, will, auth, tls, + protocol, transport, proxy_args) diff --git a/env/lib/python3.11/site-packages/paho/mqtt/reasoncodes.py b/env/lib/python3.11/site-packages/paho/mqtt/reasoncodes.py new file mode 100755 index 0000000..c42e5ba --- /dev/null +++ b/env/lib/python3.11/site-packages/paho/mqtt/reasoncodes.py @@ -0,0 +1,192 @@ +""" +******************************************************************* + Copyright (c) 2017, 2019 IBM Corp. + + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Public License v2.0 + and Eclipse Distribution License v1.0 which accompany this distribution. + + The Eclipse Public License is available at + http://www.eclipse.org/legal/epl-v10.html + and the Eclipse Distribution License is available at + http://www.eclipse.org/org/documents/edl-v10.php. + + Contributors: + Ian Craggs - initial implementation and/or documentation +******************************************************************* +""" + +import sys + +from .packettypes import PacketTypes + + +class ReasonCodes: + """MQTT version 5.0 reason codes class. + + See ReasonCodes.names for a list of possible numeric values along with their + names and the packets to which they apply. + + """ + + def __init__(self, packetType, aName="Success", identifier=-1): + """ + packetType: the type of the packet, such as PacketTypes.CONNECT that + this reason code will be used with. Some reason codes have different + names for the same identifier when used a different packet type. + + aName: the String name of the reason code to be created. Ignored + if the identifier is set. + + identifier: an integer value of the reason code to be created. + + """ + + self.packetType = packetType + self.names = { + 0: {"Success": [PacketTypes.CONNACK, PacketTypes.PUBACK, + PacketTypes.PUBREC, PacketTypes.PUBREL, PacketTypes.PUBCOMP, + PacketTypes.UNSUBACK, PacketTypes.AUTH], + "Normal disconnection": [PacketTypes.DISCONNECT], + "Granted QoS 0": [PacketTypes.SUBACK]}, + 1: {"Granted QoS 1": [PacketTypes.SUBACK]}, + 2: {"Granted QoS 2": [PacketTypes.SUBACK]}, + 4: {"Disconnect with will message": [PacketTypes.DISCONNECT]}, + 16: {"No matching subscribers": + [PacketTypes.PUBACK, PacketTypes.PUBREC]}, + 17: {"No subscription found": [PacketTypes.UNSUBACK]}, + 24: {"Continue authentication": [PacketTypes.AUTH]}, + 25: {"Re-authenticate": [PacketTypes.AUTH]}, + 128: {"Unspecified error": [PacketTypes.CONNACK, PacketTypes.PUBACK, + PacketTypes.PUBREC, PacketTypes.SUBACK, PacketTypes.UNSUBACK, + PacketTypes.DISCONNECT], }, + 129: {"Malformed packet": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 130: {"Protocol error": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 131: {"Implementation specific error": [PacketTypes.CONNACK, + PacketTypes.PUBACK, PacketTypes.PUBREC, PacketTypes.SUBACK, + PacketTypes.UNSUBACK, PacketTypes.DISCONNECT], }, + 132: {"Unsupported protocol version": [PacketTypes.CONNACK]}, + 133: {"Client identifier not valid": [PacketTypes.CONNACK]}, + 134: {"Bad user name or password": [PacketTypes.CONNACK]}, + 135: {"Not authorized": [PacketTypes.CONNACK, PacketTypes.PUBACK, + PacketTypes.PUBREC, PacketTypes.SUBACK, PacketTypes.UNSUBACK, + PacketTypes.DISCONNECT], }, + 136: {"Server unavailable": [PacketTypes.CONNACK]}, + 137: {"Server busy": [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 138: {"Banned": [PacketTypes.CONNACK]}, + 139: {"Server shutting down": [PacketTypes.DISCONNECT]}, + 140: {"Bad authentication method": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 141: {"Keep alive timeout": [PacketTypes.DISCONNECT]}, + 142: {"Session taken over": [PacketTypes.DISCONNECT]}, + 143: {"Topic filter invalid": + [PacketTypes.SUBACK, PacketTypes.UNSUBACK, PacketTypes.DISCONNECT]}, + 144: {"Topic name invalid": + [PacketTypes.CONNACK, PacketTypes.PUBACK, + PacketTypes.PUBREC, PacketTypes.DISCONNECT]}, + 145: {"Packet identifier in use": + [PacketTypes.PUBACK, PacketTypes.PUBREC, + PacketTypes.SUBACK, PacketTypes.UNSUBACK]}, + 146: {"Packet identifier not found": + [PacketTypes.PUBREL, PacketTypes.PUBCOMP]}, + 147: {"Receive maximum exceeded": [PacketTypes.DISCONNECT]}, + 148: {"Topic alias invalid": [PacketTypes.DISCONNECT]}, + 149: {"Packet too large": [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 150: {"Message rate too high": [PacketTypes.DISCONNECT]}, + 151: {"Quota exceeded": [PacketTypes.CONNACK, PacketTypes.PUBACK, + PacketTypes.PUBREC, PacketTypes.SUBACK, PacketTypes.DISCONNECT], }, + 152: {"Administrative action": [PacketTypes.DISCONNECT]}, + 153: {"Payload format invalid": + [PacketTypes.PUBACK, PacketTypes.PUBREC, PacketTypes.DISCONNECT]}, + 154: {"Retain not supported": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 155: {"QoS not supported": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 156: {"Use another server": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 157: {"Server moved": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 158: {"Shared subscription not supported": + [PacketTypes.SUBACK, PacketTypes.DISCONNECT]}, + 159: {"Connection rate exceeded": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 160: {"Maximum connect time": + [PacketTypes.DISCONNECT]}, + 161: {"Subscription identifiers not supported": + [PacketTypes.SUBACK, PacketTypes.DISCONNECT]}, + 162: {"Wildcard subscription not supported": + [PacketTypes.SUBACK, PacketTypes.DISCONNECT]}, + } + if identifier == -1: + if packetType == PacketTypes.DISCONNECT and aName == "Success": + aName = "Normal disconnection" + self.set(aName) + else: + self.value = identifier + self.getName() # check it's good + + def __getName__(self, packetType, identifier): + """ + Get the reason code string name for a specific identifier. + The name can vary by packet type for the same identifier, which + is why the packet type is also required. + + Used when displaying the reason code. + """ + assert identifier in self.names.keys(), identifier + names = self.names[identifier] + namelist = [name for name in names.keys() if packetType in names[name]] + assert len(namelist) == 1 + return namelist[0] + + def getId(self, name): + """ + Get the numeric id corresponding to a reason code name. + + Used when setting the reason code for a packetType + check that only valid codes for the packet are set. + """ + identifier = None + for code in self.names.keys(): + if name in self.names[code].keys(): + if self.packetType in self.names[code][name]: + identifier = code + break + assert identifier is not None, name + return identifier + + def set(self, name): + self.value = self.getId(name) + + def unpack(self, buffer): + c = buffer[0] + if sys.version_info[0] < 3: + c = ord(c) + name = self.__getName__(self.packetType, c) + self.value = self.getId(name) + return 1 + + def getName(self): + """Returns the reason code name corresponding to the numeric value which is set. + """ + return self.__getName__(self.packetType, self.value) + + def __eq__(self, other): + if isinstance(other, int): + return self.value == other + if isinstance(other, str): + return self.value == str(self) + if isinstance(other, ReasonCodes): + return self.value == other.value + return False + + def __str__(self): + return self.getName() + + def json(self): + return self.getName() + + def pack(self): + return bytearray([self.value]) diff --git a/env/lib/python3.11/site-packages/paho/mqtt/subscribe.py b/env/lib/python3.11/site-packages/paho/mqtt/subscribe.py new file mode 100755 index 0000000..643df9c --- /dev/null +++ b/env/lib/python3.11/site-packages/paho/mqtt/subscribe.py @@ -0,0 +1,274 @@ +# Copyright (c) 2016 Roger Light +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v2.0 +# and Eclipse Distribution License v1.0 which accompany this distribution. +# +# The Eclipse Public License is available at +# http://www.eclipse.org/legal/epl-v10.html +# and the Eclipse Distribution License is available at +# http://www.eclipse.org/org/documents/edl-v10.php. +# +# Contributors: +# Roger Light - initial API and implementation + +""" +This module provides some helper functions to allow straightforward subscribing +to topics and retrieving messages. The two functions are simple(), which +returns one or messages matching a set of topics, and callback() which allows +you to pass a callback for processing of messages. +""" +from __future__ import absolute_import + +from .. import mqtt +from . import client as paho + + +def _on_connect_v5(client, userdata, flags, rc, properties): + """Internal callback""" + if rc != 0: + raise mqtt.MQTTException(paho.connack_string(rc)) + + if isinstance(userdata['topics'], list): + for topic in userdata['topics']: + client.subscribe(topic, userdata['qos']) + else: + client.subscribe(userdata['topics'], userdata['qos']) + +def _on_connect(client, userdata, flags, rc): + """Internal v5 callback""" + _on_connect_v5(client, userdata, flags, rc, None) + + +def _on_message_callback(client, userdata, message): + """Internal callback""" + userdata['callback'](client, userdata['userdata'], message) + + +def _on_message_simple(client, userdata, message): + """Internal callback""" + + if userdata['msg_count'] == 0: + return + + # Don't process stale retained messages if 'retained' was false + if message.retain and not userdata['retained']: + return + + userdata['msg_count'] = userdata['msg_count'] - 1 + + if userdata['messages'] is None and userdata['msg_count'] == 0: + userdata['messages'] = message + client.disconnect() + return + + userdata['messages'].append(message) + if userdata['msg_count'] == 0: + client.disconnect() + + +def callback(callback, topics, qos=0, userdata=None, hostname="localhost", + port=1883, client_id="", keepalive=60, will=None, auth=None, + tls=None, protocol=paho.MQTTv311, transport="tcp", + clean_session=True, proxy_args=None): + """Subscribe to a list of topics and process them in a callback function. + + This function creates an MQTT client, connects to a broker and subscribes + to a list of topics. Incoming messages are processed by the user provided + callback. This is a blocking function and will never return. + + callback : function of the form "on_message(client, userdata, message)" for + processing the messages received. + + topics : either a string containing a single topic to subscribe to, or a + list of topics to subscribe to. + + qos : the qos to use when subscribing. This is applied to all topics. + + userdata : passed to the callback + + hostname : a string containing the address of the broker to connect to. + Defaults to localhost. + + port : the port to connect to the broker on. Defaults to 1883. + + client_id : the MQTT client id to use. If "" or None, the Paho library will + generate a client id automatically. + + keepalive : the keepalive timeout value for the client. Defaults to 60 + seconds. + + will : a dict containing will parameters for the client: will = {'topic': + "", 'payload':", 'qos':, 'retain':}. + Topic is required, all other parameters are optional and will + default to None, 0 and False respectively. + Defaults to None, which indicates no will should be used. + + auth : a dict containing authentication parameters for the client: + auth = {'username':"", 'password':""} + Username is required, password is optional and will default to None + if not provided. + Defaults to None, which indicates no authentication is to be used. + + tls : a dict containing TLS configuration parameters for the client: + dict = {'ca_certs':"", 'certfile':"", + 'keyfile':"", 'tls_version':"", + 'ciphers':", 'insecure':""} + ca_certs is required, all other parameters are optional and will + default to None if not provided, which results in the client using + the default behaviour - see the paho.mqtt.client documentation. + Alternatively, tls input can be an SSLContext object, which will be + processed using the tls_set_context method. + Defaults to None, which indicates that TLS should not be used. + + transport : set to "tcp" to use the default setting of transport which is + raw TCP. Set to "websockets" to use WebSockets as the transport. + + clean_session : a boolean that determines the client type. If True, + the broker will remove all information about this client + when it disconnects. If False, the client is a persistent + client and subscription information and queued messages + will be retained when the client disconnects. + Defaults to True. + + proxy_args: a dictionary that will be given to the client. + """ + + if qos < 0 or qos > 2: + raise ValueError('qos must be in the range 0-2') + + callback_userdata = { + 'callback':callback, + 'topics':topics, + 'qos':qos, + 'userdata':userdata} + + client = paho.Client(client_id=client_id, userdata=callback_userdata, + protocol=protocol, transport=transport, + clean_session=clean_session) + client.on_message = _on_message_callback + if protocol == mqtt.client.MQTTv5: + client.on_connect = _on_connect_v5 + else: + client.on_connect = _on_connect + + if proxy_args is not None: + client.proxy_set(**proxy_args) + + if auth: + username = auth.get('username') + if username: + password = auth.get('password') + client.username_pw_set(username, password) + else: + raise KeyError("The 'username' key was not found, this is " + "required for auth") + + if will is not None: + client.will_set(**will) + + if tls is not None: + if isinstance(tls, dict): + insecure = tls.pop('insecure', False) + client.tls_set(**tls) + if insecure: + # Must be set *after* the `client.tls_set()` call since it sets + # up the SSL context that `client.tls_insecure_set` alters. + client.tls_insecure_set(insecure) + else: + # Assume input is SSLContext object + client.tls_set_context(tls) + + client.connect(hostname, port, keepalive) + client.loop_forever() + + +def simple(topics, qos=0, msg_count=1, retained=True, hostname="localhost", + port=1883, client_id="", keepalive=60, will=None, auth=None, + tls=None, protocol=paho.MQTTv311, transport="tcp", + clean_session=True, proxy_args=None): + """Subscribe to a list of topics and return msg_count messages. + + This function creates an MQTT client, connects to a broker and subscribes + to a list of topics. Once "msg_count" messages have been received, it + disconnects cleanly from the broker and returns the messages. + + topics : either a string containing a single topic to subscribe to, or a + list of topics to subscribe to. + + qos : the qos to use when subscribing. This is applied to all topics. + + msg_count : the number of messages to retrieve from the broker. + if msg_count == 1 then a single MQTTMessage will be returned. + if msg_count > 1 then a list of MQTTMessages will be returned. + + retained : If set to True, retained messages will be processed the same as + non-retained messages. If set to False, retained messages will + be ignored. This means that with retained=False and msg_count=1, + the function will return the first message received that does + not have the retained flag set. + + hostname : a string containing the address of the broker to connect to. + Defaults to localhost. + + port : the port to connect to the broker on. Defaults to 1883. + + client_id : the MQTT client id to use. If "" or None, the Paho library will + generate a client id automatically. + + keepalive : the keepalive timeout value for the client. Defaults to 60 + seconds. + + will : a dict containing will parameters for the client: will = {'topic': + "", 'payload':", 'qos':, 'retain':}. + Topic is required, all other parameters are optional and will + default to None, 0 and False respectively. + Defaults to None, which indicates no will should be used. + + auth : a dict containing authentication parameters for the client: + auth = {'username':"", 'password':""} + Username is required, password is optional and will default to None + if not provided. + Defaults to None, which indicates no authentication is to be used. + + tls : a dict containing TLS configuration parameters for the client: + dict = {'ca_certs':"", 'certfile':"", + 'keyfile':"", 'tls_version':"", + 'ciphers':", 'insecure':""} + ca_certs is required, all other parameters are optional and will + default to None if not provided, which results in the client using + the default behaviour - see the paho.mqtt.client documentation. + Alternatively, tls input can be an SSLContext object, which will be + processed using the tls_set_context method. + Defaults to None, which indicates that TLS should not be used. + + transport : set to "tcp" to use the default setting of transport which is + raw TCP. Set to "websockets" to use WebSockets as the transport. + + clean_session : a boolean that determines the client type. If True, + the broker will remove all information about this client + when it disconnects. If False, the client is a persistent + client and subscription information and queued messages + will be retained when the client disconnects. + Defaults to True. + + proxy_args: a dictionary that will be given to the client. + """ + + if msg_count < 1: + raise ValueError('msg_count must be > 0') + + # Set ourselves up to return a single message if msg_count == 1, or a list + # if > 1. + if msg_count == 1: + messages = None + else: + messages = [] + + userdata = {'retained':retained, 'msg_count':msg_count, 'messages':messages} + + callback(_on_message_simple, topics, qos, userdata, hostname, port, + client_id, keepalive, will, auth, tls, protocol, transport, + clean_session, proxy_args) + + return userdata['messages'] diff --git a/env/lib/python3.11/site-packages/paho/mqtt/subscribeoptions.py b/env/lib/python3.11/site-packages/paho/mqtt/subscribeoptions.py new file mode 100755 index 0000000..5b4f073 --- /dev/null +++ b/env/lib/python3.11/site-packages/paho/mqtt/subscribeoptions.py @@ -0,0 +1,110 @@ +""" +******************************************************************* + Copyright (c) 2017, 2019 IBM Corp. + + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Public License v2.0 + and Eclipse Distribution License v1.0 which accompany this distribution. + + The Eclipse Public License is available at + http://www.eclipse.org/legal/epl-v10.html + and the Eclipse Distribution License is available at + http://www.eclipse.org/org/documents/edl-v10.php. + + Contributors: + Ian Craggs - initial implementation and/or documentation +******************************************************************* +""" + +import sys + + +class MQTTException(Exception): + pass + + +class SubscribeOptions(object): + """The MQTT v5.0 subscribe options class. + + The options are: + qos: As in MQTT v3.1.1. + noLocal: True or False. If set to True, the subscriber will not receive its own publications. + retainAsPublished: True or False. If set to True, the retain flag on received publications will be as set + by the publisher. + retainHandling: RETAIN_SEND_ON_SUBSCRIBE, RETAIN_SEND_IF_NEW_SUB or RETAIN_DO_NOT_SEND + Controls when the broker should send retained messages: + - RETAIN_SEND_ON_SUBSCRIBE: on any successful subscribe request + - RETAIN_SEND_IF_NEW_SUB: only if the subscribe request is new + - RETAIN_DO_NOT_SEND: never send retained messages + """ + + # retain handling options + RETAIN_SEND_ON_SUBSCRIBE, RETAIN_SEND_IF_NEW_SUB, RETAIN_DO_NOT_SEND = range( + 0, 3) + + def __init__(self, qos=0, noLocal=False, retainAsPublished=False, retainHandling=RETAIN_SEND_ON_SUBSCRIBE): + """ + qos: 0, 1 or 2. 0 is the default. + noLocal: True or False. False is the default and corresponds to MQTT v3.1.1 behavior. + retainAsPublished: True or False. False is the default and corresponds to MQTT v3.1.1 behavior. + retainHandling: RETAIN_SEND_ON_SUBSCRIBE, RETAIN_SEND_IF_NEW_SUB or RETAIN_DO_NOT_SEND + RETAIN_SEND_ON_SUBSCRIBE is the default and corresponds to MQTT v3.1.1 behavior. + """ + object.__setattr__(self, "names", + ["QoS", "noLocal", "retainAsPublished", "retainHandling"]) + self.QoS = qos # bits 0,1 + self.noLocal = noLocal # bit 2 + self.retainAsPublished = retainAsPublished # bit 3 + self.retainHandling = retainHandling # bits 4 and 5: 0, 1 or 2 + assert self.QoS in [0, 1, 2] + assert self.retainHandling in [ + 0, 1, 2], "Retain handling should be 0, 1 or 2" + + def __setattr__(self, name, value): + if name not in self.names: + raise MQTTException( + name + " Attribute name must be one of "+str(self.names)) + object.__setattr__(self, name, value) + + def pack(self): + assert self.QoS in [0, 1, 2] + assert self.retainHandling in [ + 0, 1, 2], "Retain handling should be 0, 1 or 2" + noLocal = 1 if self.noLocal else 0 + retainAsPublished = 1 if self.retainAsPublished else 0 + data = [(self.retainHandling << 4) | (retainAsPublished << 3) | + (noLocal << 2) | self.QoS] + if sys.version_info[0] >= 3: + buffer = bytes(data) + else: + buffer = bytearray(data) + return buffer + + def unpack(self, buffer): + b0 = buffer[0] + self.retainHandling = ((b0 >> 4) & 0x03) + self.retainAsPublished = True if ((b0 >> 3) & 0x01) == 1 else False + self.noLocal = True if ((b0 >> 2) & 0x01) == 1 else False + self.QoS = (b0 & 0x03) + assert self.retainHandling in [ + 0, 1, 2], "Retain handling should be 0, 1 or 2, not %d" % self.retainHandling + assert self.QoS in [ + 0, 1, 2], "QoS should be 0, 1 or 2, not %d" % self.QoS + return 1 + + def __repr__(self): + return str(self) + + def __str__(self): + return "{QoS="+str(self.QoS)+", noLocal="+str(self.noLocal) +\ + ", retainAsPublished="+str(self.retainAsPublished) +\ + ", retainHandling="+str(self.retainHandling)+"}" + + def json(self): + data = { + "QoS": self.QoS, + "noLocal": self.noLocal, + "retainAsPublished": self.retainAsPublished, + "retainHandling": self.retainHandling, + } + return data diff --git a/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/PKG-INFO b/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/PKG-INFO new file mode 100755 index 0000000..434517c --- /dev/null +++ b/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/PKG-INFO @@ -0,0 +1,1508 @@ +Metadata-Version: 2.1 +Name: paho-mqtt +Version: 1.6.1 +Summary: MQTT version 5.0/3.1.1 client class +Home-page: http://eclipse.org/paho +Author: Roger Light +Author-email: roger@atchoo.org +License: Eclipse Public License v2.0 / Eclipse Distribution License v1.0 +Keywords: paho +Classifier: Development Status :: 4 - Beta +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved +Classifier: Operating System :: MacOS :: MacOS X +Classifier: Operating System :: Microsoft :: Windows +Classifier: Operating System :: POSIX +Classifier: Natural Language :: English +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 2 +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.6 +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: Topic :: Communications +Classifier: Topic :: Internet +Provides-Extra: proxy +License-File: LICENSE.txt + +Eclipse Paho™ MQTT Python Client +================================ + +This document describes the source code for the `Eclipse Paho `_ MQTT Python client library, which implements versions 5.0, 3.1.1, and 3.1 of the MQTT protocol. + +This code provides a client class which enable applications to connect to an `MQTT `_ broker to publish messages, and to subscribe to topics and receive published messages. It also provides some helper functions to make publishing one off messages to an MQTT server very straightforward. + +It supports Python 2.7.9+ or 3.6+. + +The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. Designed as an extremely lightweight publish/subscribe messaging transport, it is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium. + +Paho is an `Eclipse Foundation `_ project. + + +Contents +-------- + +* Installation_ +* `Known limitations`_ +* `Usage and API`_ + * `Client`_ + * `Constructor / reinitialise`_ + * `Option functions`_ + * `Connect / reconnect / disconnect`_ + * `Network loop`_ + * `Publishing`_ + * `Subscribe / Unsubscribe`_ + * `Callbacks`_ + * `External event loop support`_ + * `Global helper functions`_ + * `Publish`_ + * `Single`_ + * `Multiple`_ + * `Subscribe`_ + * `Simple`_ + * `Using Callback`_ +* `Reporting bugs`_ +* `More information`_ + + +Installation +------------ + +The latest stable version is available in the Python Package Index (PyPi) and can be installed using + +:: + + pip install paho-mqtt + +Or with ``virtualenv``: + +:: + + virtualenv paho-mqtt + source paho-mqtt/bin/activate + pip install paho-mqtt + +To obtain the full code, including examples and tests, you can clone the git repository: + +:: + + git clone https://github.com/eclipse/paho.mqtt.python + + +Once you have the code, it can be installed from your repository as well: + +:: + + cd paho.mqtt.python + python setup.py install + +To perform all test (including MQTT v5 test), you also need to clone paho.mqtt.testing in paho.mqtt.python folder:: + + git clone https://github.com/eclipse/paho.mqtt.testing.git + +Known limitations +----------------- + +The following are the known unimplemented MQTT feature. + +When clean_session is False, the session is only stored in memory not persisted. This means that +when client is restarted (not just reconnected, the object is recreated usually because the +program was restarted) the session is lost. This result in possible message lost. + +The following part of client session is lost: + +* QoS 2 messages which have been received from the Server, but have not been completely acknowledged. + + Since the client will blindly acknowledge any PUBCOMP (last message of a QoS 2 transaction), it + won't hang but will lost this QoS 2 message. + +* QoS 1 and QoS 2 messages which have been sent to the Server, but have not been completely acknowledged. + + This means that message passed to publish() may be lost. This could be mitigated by taking care + that all message passed to publish() has a corresponding on_publish() call. + + It also means that the broker may have the Qos2 message in the session. Since the client start + with an empty session it don't know it and will re-use the mid. This is not yet fixed. + +Also when clean_session is True, this library will republish QoS > 0 message accross network +reconnection. This means that QoS > 0 message won't be lost. But the standard say that +if we should discard any message for which the publish packet was sent. Our choice means that +we are not compliant with the standard and it's possible for QoS 2 to be received twice. +You should you clean_session = False if you need the QoS 2 guarantee of only one delivery. + +Usage and API +------------- + +Detailed API documentation is available through **pydoc**. Samples are available in the **examples** directory. + +The package provides two modules, a full client and a helper for simple publishing. + +Getting Started +*************** + +Here is a very simple example that subscribes to the broker $SYS topic tree and prints out the resulting messages: + +.. code:: python + + import paho.mqtt.client as mqtt + + # The callback for when the client receives a CONNACK response from the server. + def on_connect(client, userdata, flags, rc): + print("Connected with result code "+str(rc)) + + # Subscribing in on_connect() means that if we lose the connection and + # reconnect then subscriptions will be renewed. + client.subscribe("$SYS/#") + + # The callback for when a PUBLISH message is received from the server. + def on_message(client, userdata, msg): + print(msg.topic+" "+str(msg.payload)) + + client = mqtt.Client() + client.on_connect = on_connect + client.on_message = on_message + + client.connect("mqtt.eclipseprojects.io", 1883, 60) + + # Blocking call that processes network traffic, dispatches callbacks and + # handles reconnecting. + # Other loop*() functions are available that give a threaded interface and a + # manual interface. + client.loop_forever() + +Client +****** + +You can use the client class as an instance, within a class or by subclassing. The general usage flow is as follows: + +* Create a client instance +* Connect to a broker using one of the ``connect*()`` functions +* Call one of the ``loop*()`` functions to maintain network traffic flow with the broker +* Use ``subscribe()`` to subscribe to a topic and receive messages +* Use ``publish()`` to publish messages to the broker +* Use ``disconnect()`` to disconnect from the broker + +Callbacks will be called to allow the application to process events as necessary. These callbacks are described below. + +Constructor / reinitialise +`````````````````````````` + +Client() +'''''''' + +.. code:: python + + Client(client_id="", clean_session=True, userdata=None, protocol=MQTTv311, transport="tcp") + +The ``Client()`` constructor takes the following arguments: + +client_id + the unique client id string used when connecting to the broker. If + ``client_id`` is zero length or ``None``, then one will be randomly + generated. In this case the ``clean_session`` parameter must be ``True``. + +clean_session + a boolean that determines the client type. If ``True``, the broker will + remove all information about this client when it disconnects. If ``False``, + the client is a durable client and subscription information and queued + messages will be retained when the client disconnects. + + Note that a client will never discard its own outgoing messages on + disconnect. Calling connect() or reconnect() will cause the messages to be + resent. Use reinitialise() to reset a client to its original state. + +userdata + user defined data of any type that is passed as the ``userdata`` parameter + to callbacks. It may be updated at a later point with the + ``user_data_set()`` function. + +protocol + the version of the MQTT protocol to use for this client. Can be either + ``MQTTv31``, ``MQTTv311`` or ``MQTTv5`` + +transport + set to "websockets" to send MQTT over WebSockets. Leave at the default of + "tcp" to use raw TCP. + + +Constructor Example +................... + +.. code:: python + + import paho.mqtt.client as mqtt + + mqttc = mqtt.Client() + + +reinitialise() +'''''''''''''' + +.. code:: python + + reinitialise(client_id="", clean_session=True, userdata=None) + +The ``reinitialise()`` function resets the client to its starting state as if it had just been created. It takes the same arguments as the ``Client()`` constructor. + +Reinitialise Example +.................... + +.. code:: python + + mqttc.reinitialise() + +Option functions +```````````````` + +These functions represent options that can be set on the client to modify its behaviour. In the majority of cases this must be done *before* connecting to a broker. + +max_inflight_messages_set() +''''''''''''''''''''''''''' + +.. code:: python + + max_inflight_messages_set(self, inflight) + +Set the maximum number of messages with QoS>0 that can be part way through their network flow at once. + +Defaults to 20. Increasing this value will consume more memory but can increase throughput. + +max_queued_messages_set() +''''''''''''''''''''''''' + +.. code:: python + + max_queued_messages_set(self, queue_size) + +Set the maximum number of outgoing messages with QoS>0 that can be pending in the outgoing message queue. + +Defaults to 0. 0 means unlimited, but due to implementation currently limited to 65555 (65535 messages in queue + 20 in flight). When the queue is full, any further outgoing messages would be dropped. + +message_retry_set() +''''''''''''''''''' + +.. code:: python + + message_retry_set(retry) + +Set the time in seconds before a message with QoS>0 is retried, if the broker does not respond. + +This is set to 5 seconds by default and should not normally need changing. + +ws_set_options() +'''''''''''''''' + +.. code:: python + + ws_set_options(self, path="/mqtt", headers=None) + +Set websocket connection options. These options will only be used if ``transport="websockets"`` was passed into the ``Client()`` constructor. + +path + The mqtt path to use on the broker. + +headers + Either a dictionary specifying a list of extra headers which should be appended to the standard websocket headers, or a callable that takes the normal websocket headers and returns a new dictionary with a set of headers to connect to the broker. + +Must be called before ``connect*()``. An example of how this can be used with the AWS IoT platform is in the **examples** folder. + + +tls_set() +''''''''' + +.. code:: python + + tls_set(ca_certs=None, certfile=None, keyfile=None, cert_reqs=ssl.CERT_REQUIRED, + tls_version=ssl.PROTOCOL_TLS, ciphers=None) + +Configure network encryption and authentication options. Enables SSL/TLS support. + +ca_certs + a string path to the Certificate Authority certificate files that are to be treated as trusted by this client. If this is the only option given then the client will operate in a similar manner to a web browser. That is to say it will require the broker to have a certificate signed by the Certificate Authorities in ``ca_certs`` and will communicate using TLS v1.2, but will not attempt any form of authentication. This provides basic network encryption but may not be sufficient depending on how the broker is configured. By default, on Python 2.7.9+ or 3.4+, the default certification authority of the system is used. On older Python version this parameter is mandatory. + +certfile, keyfile + strings pointing to the PEM encoded client certificate and private keys respectively. If these arguments are not ``None`` then they will be used as client information for TLS based authentication. Support for this feature is broker dependent. Note that if either of these files in encrypted and needs a password to decrypt it, Python will ask for the password at the command line. It is not currently possible to define a callback to provide the password. + +cert_reqs + defines the certificate requirements that the client imposes on the broker. By default this is ``ssl.CERT_REQUIRED``, which means that the broker must provide a certificate. See the ssl pydoc for more information on this parameter. + +tls_version + specifies the version of the SSL/TLS protocol to be used. By default (if the python version supports it) the highest TLS version is detected. If unavailable, TLS v1.2 is used. Previous versions (all versions beginning with SSL) are possible but not recommended due to possible security problems. + +ciphers + a string specifying which encryption ciphers are allowable for this connection, or ``None`` to use the defaults. See the ssl pydoc for more information. + +Must be called before ``connect*()``. + +tls_set_context() +''''''''''''''''' + +.. code:: python + + tls_set_context(context=None) + +Configure network encryption and authentication context. Enables SSL/TLS support. + +context + an ssl.SSLContext object. By default, this is given by ``ssl.create_default_context()``, if available (added in Python 3.4). + +If you're unsure about using this method, then either use the default context, or use the ``tls_set`` method. See the ssl module documentation section about `security considerations `_ for more information. + +Must be called before ``connect*()``. + +tls_insecure_set() +'''''''''''''''''' + +.. code:: python + + tls_insecure_set(value) + +Configure verification of the server hostname in the server certificate. + +If ``value`` is set to ``True``, it is impossible to guarantee that the host you are connecting to is not impersonating your server. This can be useful in initial server testing, but makes it possible for a malicious third party to impersonate your server through DNS spoofing, for example. + +Do not use this function in a real system. Setting value to True means there is no point using encryption. + +Must be called before ``connect*()`` and after ``tls_set()`` or ``tls_set_context()``. + +enable_logger() +''''''''''''''' + +.. code:: python + + enable_logger(logger=None) + +Enable logging using the standard python logging package (See PEP 282). This may be used at the same time as the ``on_log`` callback method. + +If ``logger`` is specified, then that ``logging.Logger`` object will be used, otherwise one will be created automatically. + +Paho logging levels are converted to standard ones according to the following mapping: + +==================== =============== +Paho logging +==================== =============== +``MQTT_LOG_ERR`` ``logging.ERROR`` +``MQTT_LOG_WARNING`` ``logging.WARNING`` +``MQTT_LOG_NOTICE`` ``logging.INFO`` *(no direct equivalent)* +``MQTT_LOG_INFO`` ``logging.INFO`` +``MQTT_LOG_DEBUG`` ``logging.DEBUG`` +==================== =============== + +disable_logger() +'''''''''''''''' + +.. code:: python + + disable_logger() + +Disable logging using standard python logging package. This has no effect on the ``on_log`` callback. + +username_pw_set() +''''''''''''''''' + +.. code:: python + + username_pw_set(username, password=None) + +Set a username and optionally a password for broker authentication. Must be called before ``connect*()``. + +user_data_set() +''''''''''''''' + +.. code:: python + + user_data_set(userdata) + +Set the private user data that will be passed to callbacks when events are generated. Use this for your own purpose to support your application. + +will_set() +'''''''''' + +.. code:: python + + will_set(topic, payload=None, qos=0, retain=False) + +Set a Will to be sent to the broker. If the client disconnects without calling +``disconnect()``, the broker will publish the message on its behalf. + +topic + the topic that the will message should be published on. + +payload + the message to send as a will. If not given, or set to ``None`` a zero + length message will be used as the will. Passing an int or float will + result in the payload being converted to a string representing that number. + If you wish to send a true int/float, use ``struct.pack()`` to create the + payload you require. + +qos + the quality of service level to use for the will. + +retain + if set to ``True``, the will message will be set as the "last known + good"/retained message for the topic. + +Raises a ``ValueError`` if ``qos`` is not 0, 1 or 2, or if ``topic`` is +``None`` or has zero string length. + +reconnect_delay_set +''''''''''''''''''' + +.. code:: python + + reconnect_delay_set(min_delay=1, max_delay=120) + +The client will automatically retry connection. Between each attempt +it will wait a number of seconds between ``min_delay`` and ``max_delay``. + +When the connection is lost, initially the reconnection attempt is delayed of +``min_delay`` seconds. It's doubled between subsequent attempt up to ``max_delay``. + +The delay is reset to ``min_delay`` when the connection complete (e.g. the CONNACK is +received, not just the TCP connection is established). + + +Connect / reconnect / disconnect +```````````````````````````````` + +connect() +''''''''' + +.. code:: python + + connect(host, port=1883, keepalive=60, bind_address="") + +The ``connect()`` function connects the client to a broker. This is a blocking +function. It takes the following arguments: + +host + the hostname or IP address of the remote broker + +port + the network port of the server host to connect to. Defaults to 1883. Note + that the default port for MQTT over SSL/TLS is 8883 so if you are using + ``tls_set()`` or ``tls_set_context()``, the port may need providing manually + +keepalive + maximum period in seconds allowed between communications with the broker. + If no other messages are being exchanged, this controls the rate at which + the client will send ping messages to the broker + +bind_address + the IP address of a local network interface to bind this client to, + assuming multiple interfaces exist + +Callback +........ + +When the client receives a CONNACK message from the broker in response to the +connect it generates an ``on_connect()`` callback. + +Connect Example +............... + +.. code:: python + + mqttc.connect("mqtt.eclipseprojects.io") + +connect_async() +''''''''''''''' + +.. code:: python + + connect_async(host, port=1883, keepalive=60, bind_address="") + +Use in conjunction with ``loop_start()`` to connect in a non-blocking manner. +The connection will not complete until ``loop_start()`` is called. + +Callback (connect) +.................. + +When the client receives a CONNACK message from the broker in response to the +connect it generates an ``on_connect()`` callback. + +connect_srv() +''''''''''''' + +.. code:: python + + connect_srv(domain, keepalive=60, bind_address="") + +Connect to a broker using an SRV DNS lookup to obtain the broker address. Takes +the following arguments: + +domain + the DNS domain to search for SRV records. If ``None``, try to determine the + local domain name. + +See ``connect()`` for a description of the ``keepalive`` and ``bind_address`` +arguments. + +Callback (connect_srv) +...................... + +When the client receives a CONNACK message from the broker in response to the +connect it generates an ``on_connect()`` callback. + +SRV Connect Example +................... + +.. code:: python + + mqttc.connect_srv("eclipse.org") + +reconnect() +''''''''''' + +.. code:: python + + reconnect() + +Reconnect to a broker using the previously provided details. You must have +called ``connect*()`` before calling this function. + +Callback (reconnect) +.................... + +When the client receives a CONNACK message from the broker in response to the +connect it generates an ``on_connect()`` callback. + +disconnect() +'''''''''''' + +.. code:: python + + disconnect() + +Disconnect from the broker cleanly. Using ``disconnect()`` will not result in a +will message being sent by the broker. + +Disconnect will not wait for all queued message to be sent, to ensure all messages +are delivered, ``wait_for_publish()`` from ``MQTTMessageInfo`` should be used. +See ``publish()`` for details. + +Callback (disconnect) +..................... + +When the client has sent the disconnect message it generates an +``on_disconnect()`` callback. + +Network loop +```````````` + +These functions are the driving force behind the client. If they are not +called, incoming network data will not be processed and outgoing network data +may not be sent in a timely fashion. There are four options for managing the +network loop. Three are described here, the fourth in "External event loop +support" below. Do not mix the different loop functions. + +loop() +'''''' + +.. code:: python + + loop(timeout=1.0, max_packets=1) + +Call regularly to process network events. This call waits in ``select()`` until +the network socket is available for reading or writing, if appropriate, then +handles the incoming/outgoing data. This function blocks for up to ``timeout`` +seconds. ``timeout`` must not exceed the ``keepalive`` value for the client or +your client will be regularly disconnected by the broker. + +The ``max_packets`` argument is obsolete and should be left unset. + +Loop Example +............ + +.. code:: python + + run = True + while run: + mqttc.loop() + +loop_start() / loop_stop() +'''''''''''''''''''''''''' + +.. code:: python + + loop_start() + loop_stop(force=False) + +These functions implement a threaded interface to the network loop. Calling +``loop_start()`` once, before or after ``connect*()``, runs a thread in the +background to call ``loop()`` automatically. This frees up the main thread for +other work that may be blocking. This call also handles reconnecting to the +broker. Call ``loop_stop()`` to stop the background thread. The ``force`` +argument is currently ignored. + +Loop Start/Stop Example +....................... + +.. code:: python + + mqttc.connect("mqtt.eclipseprojects.io") + mqttc.loop_start() + + while True: + temperature = sensor.blocking_read() + mqttc.publish("paho/temperature", temperature) + +loop_forever() +'''''''''''''' + +.. code:: python + + loop_forever(timeout=1.0, max_packets=1, retry_first_connection=False) + +This is a blocking form of the network loop and will not return until the +client calls ``disconnect()``. It automatically handles reconnecting. + +Except for the first connection attempt when using connect_async, use +``retry_first_connection=True`` to make it retry the first connection. +Warning: This might lead to situations where the client keeps connecting to an +non existing host without failing. + +The ``timeout`` and ``max_packets`` arguments are obsolete and should be left +unset. + +Publishing +`````````` + +Send a message from the client to the broker. + +publish() +''''''''' + +.. code:: python + + publish(topic, payload=None, qos=0, retain=False) + +This causes a message to be sent to the broker and subsequently from the broker +to any clients subscribing to matching topics. It takes the following +arguments: + +topic + the topic that the message should be published on + +payload + the actual message to send. If not given, or set to ``None`` a zero length + message will be used. Passing an int or float will result in the payload + being converted to a string representing that number. If you wish to send a + true int/float, use ``struct.pack()`` to create the payload you require + +qos + the quality of service level to use + +retain + if set to ``True``, the message will be set as the "last known + good"/retained message for the topic. + +Returns a MQTTMessageInfo which expose the following attributes and methods: + +* ``rc``, the result of the publishing. It could be ``MQTT_ERR_SUCCESS`` to + indicate success, ``MQTT_ERR_NO_CONN`` if the client is not currently connected, + or ``MQTT_ERR_QUEUE_SIZE`` when ``max_queued_messages_set`` is used to indicate + that message is neither queued nor sent. +* ``mid`` is the message ID for the publish request. The mid value can be used to + track the publish request by checking against the mid argument in the + ``on_publish()`` callback if it is defined. ``wait_for_publish`` may be easier + depending on your use-case. +* ``wait_for_publish()`` will block until the message is published. It will + raise ValueError if the message is not queued (rc == + ``MQTT_ERR_QUEUE_SIZE``), or a RuntimeError if there was an error when + publishing, most likely due to the client not being connected. +* ``is_published`` returns True if the message has been published. It will + raise ValueError if the message is not queued (rc == + ``MQTT_ERR_QUEUE_SIZE``), or a RuntimeError if there was an error when + publishing, most likely due to the client not being connected. + +A ``ValueError`` will be raised if topic is ``None``, has zero length or is +invalid (contains a wildcard), if ``qos`` is not one of 0, 1 or 2, or if the +length of the payload is greater than 268435455 bytes. + +Callback (publish) +.................. + +When the message has been sent to the broker an ``on_publish()`` callback will +be generated. + + +Subscribe / Unsubscribe +``````````````````````` + +subscribe() +''''''''''' + +.. code:: python + + subscribe(topic, qos=0) + +Subscribe the client to one or more topics. + +This function may be called in three different ways: + +Simple string and integer +......................... + +e.g. ``subscribe("my/topic", 2)`` + +topic + a string specifying the subscription topic to subscribe to. + +qos + the desired quality of service level for the subscription. Defaults to 0. + +String and integer tuple +........................ + +e.g. ``subscribe(("my/topic", 1))`` + +topic + a tuple of ``(topic, qos)``. Both topic and qos must be present in the tuple. + +qos + not used. + +List of string and integer tuples +................................. + +e.g. ``subscribe([("my/topic", 0), ("another/topic", 2)])`` + +This allows multiple topic subscriptions in a single SUBSCRIPTION command, +which is more efficient than using multiple calls to ``subscribe()``. + +topic + a list of tuple of format ``(topic, qos)``. Both topic and qos must be + present in all of the tuples. + +qos + not used. + +The function returns a tuple ``(result, mid)``, where ``result`` is +``MQTT_ERR_SUCCESS`` to indicate success or ``(MQTT_ERR_NO_CONN, None)`` if the +client is not currently connected. ``mid`` is the message ID for the subscribe +request. The mid value can be used to track the subscribe request by checking +against the mid argument in the ``on_subscribe()`` callback if it is defined. + +Raises a ``ValueError`` if ``qos`` is not 0, 1 or 2, or if topic is ``None`` or +has zero string length, or if ``topic`` is not a string, tuple or list. + +Callback (subscribe) +.................... + +When the broker has acknowledged the subscription, an ``on_subscribe()`` +callback will be generated. + +unsubscribe() +''''''''''''' + +.. code:: python + + unsubscribe(topic) + +Unsubscribe the client from one or more topics. + +topic + a single string, or list of strings that are the subscription topics to + unsubscribe from. + +Returns a tuple ``(result, mid)``, where ``result`` is ``MQTT_ERR_SUCCESS`` to +indicate success, or ``(MQTT_ERR_NO_CONN, None)`` if the client is not +currently connected. ``mid`` is the message ID for the unsubscribe request. The +mid value can be used to track the unsubscribe request by checking against the +mid argument in the ``on_unsubscribe()`` callback if it is defined. + +Raises a ``ValueError`` if ``topic`` is ``None`` or has zero string length, or +is not a string or list. + +Callback (unsubscribe) +...................... + +When the broker has acknowledged the unsubscribe, an ``on_unsubscribe()`` +callback will be generated. + +Callbacks +````````` + +on_connect() +'''''''''''' + +.. code:: python + + on_connect(client, userdata, flags, rc) + +Called when the broker responds to our connection request. + +client + the client instance for this callback + +userdata + the private user data as set in ``Client()`` or ``user_data_set()`` + +flags + response flags sent by the broker +rc + the connection result + + +flags is a dict that contains response flags from the broker: + flags['session present'] - this flag is useful for clients that are + using clean session set to 0 only. If a client with clean + session=0, that reconnects to a broker that it has previously + connected to, this flag indicates whether the broker still has the + session information for the client. If 1, the session still exists. + +The value of rc indicates success or not: + + 0: Connection successful + 1: Connection refused - incorrect protocol version + 2: Connection refused - invalid client identifier + 3: Connection refused - server unavailable + 4: Connection refused - bad username or password + 5: Connection refused - not authorised + 6-255: Currently unused. + +On Connect Example +.................. + +.. code:: python + + def on_connect(client, userdata, flags, rc): + print("Connection returned result: "+connack_string(rc)) + + mqttc.on_connect = on_connect + ... + +on_disconnect() +''''''''''''''' + +.. code:: python + + on_disconnect(client, userdata, rc) + +Called when the client disconnects from the broker. + +client + the client instance for this callback + +userdata + the private user data as set in ``Client()`` or ``user_data_set()`` + +rc + the disconnection result + +The rc parameter indicates the disconnection state. If ``MQTT_ERR_SUCCESS`` +(0), the callback was called in response to a ``disconnect()`` call. If any +other value the disconnection was unexpected, such as might be caused by a +network error. + +On Disconnect Example +..................... + +.. code:: python + + def on_disconnect(client, userdata, rc): + if rc != 0: + print("Unexpected disconnection.") + + mqttc.on_disconnect = on_disconnect + ... + +on_message() +'''''''''''' + +.. code:: python + + on_message(client, userdata, message) + +Called when a message has been received on a topic that the client subscribes +to and the message does not match an existing topic filter callback. +Use ``message_callback_add()`` to define a callback that will be called for +specific topic filters. ``on_message`` will serve as fallback when none matched. + +client + the client instance for this callback + +userdata + the private user data as set in ``Client()`` or ``user_data_set()`` + +message + an instance of MQTTMessage. This is a class with members ``topic``, ``payload``, ``qos``, ``retain``. + +On Message Example +.................. + +.. code:: python + + def on_message(client, userdata, message): + print("Received message '" + str(message.payload) + "' on topic '" + + message.topic + "' with QoS " + str(message.qos)) + + mqttc.on_message = on_message + ... + +message_callback_add() +'''''''''''''''''''''' + +This function allows you to define callbacks that handle incoming messages for +specific subscription filters, including with wildcards. This lets you, for +example, subscribe to ``sensors/#`` and have one callback to handle +``sensors/temperature`` and another to handle ``sensors/humidity``. + +.. code:: python + + message_callback_add(sub, callback) + +sub + the subscription filter to match against for this callback. Only one + callback may be defined per literal sub string + +callback + the callback to be used. Takes the same form as the ``on_message`` + callback. + +If using ``message_callback_add()`` and ``on_message``, only messages that do +not match a subscription specific filter will be passed to the ``on_message`` +callback. + +If multiple sub match a topic, each callback will be called (e.g. sub ``sensors/#`` +and sub ``+/humidity`` both match a message with a topic ``sensors/humidity``, so both +callbacks will handle this message). + +message_callback_remove() +''''''''''''''''''''''''' + +Remove a topic/subscription specific callback previously registered using +``message_callback_add()``. + +.. code:: python + + message_callback_remove(sub) + +sub + the subscription filter to remove + +on_publish() +'''''''''''' + +.. code:: python + + on_publish(client, userdata, mid) + +Called when a message that was to be sent using the ``publish()`` call has +completed transmission to the broker. For messages with QoS levels 1 and 2, +this means that the appropriate handshakes have completed. For QoS 0, this +simply means that the message has left the client. The ``mid`` variable matches +the mid variable returned from the corresponding ``publish()`` call, to allow +outgoing messages to be tracked. + +This callback is important because even if the publish() call returns success, +it does not always mean that the message has been sent. + +on_subscribe() +'''''''''''''' + +.. code:: python + + on_subscribe(client, userdata, mid, granted_qos) + +Called when the broker responds to a subscribe request. The ``mid`` variable +matches the mid variable returned from the corresponding ``subscribe()`` call. +The ``granted_qos`` variable is a list of integers that give the QoS level the +broker has granted for each of the different subscription requests. + +on_unsubscribe() +'''''''''''''''' + +.. code:: python + + on_unsubscribe(client, userdata, mid) + +Called when the broker responds to an unsubscribe request. The ``mid`` variable +matches the mid variable returned from the corresponding ``unsubscribe()`` +call. + +on_log() +'''''''' + +.. code:: python + + on_log(client, userdata, level, buf) + +Called when the client has log information. Define to allow debugging. The +``level`` variable gives the severity of the message and will be one of +``MQTT_LOG_INFO``, ``MQTT_LOG_NOTICE``, ``MQTT_LOG_WARNING``, ``MQTT_LOG_ERR``, +and ``MQTT_LOG_DEBUG``. The message itself is in ``buf``. + +This may be used at the same time as the standard Python logging, which can be +enabled via the ``enable_logger`` method. + +on_socket_open() +'''''''''''''''' + +:: + + on_socket_open(client, userdata, sock) + +Called when the socket has been opened. +Use this to register the socket with an external event loop for reading. + +on_socket_close() +''''''''''''''''' + +:: + + on_socket_close(client, userdata, sock) + +Called when the socket is about to be closed. +Use this to unregister a socket from an external event loop for reading. + +on_socket_register_write() +'''''''''''''''''''''''''' + +:: + + on_socket_register_write(client, userdata, sock) + +Called when a write operation to the socket failed because it would have blocked, e.g. output buffer full. +Use this to register the socket with an external event loop for writing. + +on_socket_unregister_write() +'''''''''''''''''''''''''''' + +:: + + on_socket_unregister_write(client, userdata, sock) + +Called when a write operation to the socket succeeded after it had previously failed. +Use this to unregister the socket from an external event loop for writing. + +External event loop support +``````````````````````````` + +loop_read() +''''''''''' + +.. code:: python + + loop_read(max_packets=1) + +Call when the socket is ready for reading. ``max_packets`` is obsolete and +should be left unset. + +loop_write() +'''''''''''' + +.. code:: python + + loop_write(max_packets=1) + +Call when the socket is ready for writing. ``max_packets`` is obsolete and +should be left unset. + +loop_misc() +''''''''''' + +.. code:: python + + loop_misc() + +Call every few seconds to handle message retrying and pings. + +socket() +'''''''' + +.. code:: python + + socket() + +Returns the socket object in use in the client to allow interfacing with other +event loops. +This call is particularly useful for select_ based loops. See ``examples/loop_select.py``. + +.. _select: https://docs.python.org/3/library/select.html#select.select + +want_write() +'''''''''''' + +.. code:: python + + want_write() + +Returns true if there is data waiting to be written, to allow interfacing the +client with other event loops. +This call is particularly useful for select_ based loops. See ``examples/loop_select.py``. + +state callbacks +''''''''''''''' + +:: + + on_socket_open + on_socket_close + on_socket_register_write + on_socket_unregister_write + +Use these callbacks to get notified about state changes in the socket. +This is particularly useful for event loops where you register or unregister a socket +for reading+writing. See ``examples/loop_asyncio.py`` for an example. + +When the socket is opened, ``on_socket_open`` is called. +Register the socket with your event loop for reading. + +When the socket is about to be closed, ``on_socket_close`` is called. +Unregister the socket from your event loop for reading. + +When a write to the socket failed because it would have blocked, e.g. output buffer full, +``on_socket_register_write`` is called. +Register the socket with your event loop for writing. + +When the next write to the socket succeeded, ``on_socket_unregister_write`` is called. +Unregister the socket from your event loop for writing. + +The callbacks are always called in this order: + +- ``on_socket_open`` +- Zero or more times: + + - ``on_socket_register_write`` + - ``on_socket_unregister_write`` + +- ``on_socket_close`` + +Global helper functions +``````````````````````` + +The client module also offers some global helper functions. + +``topic_matches_sub(sub, topic)`` can be used to check whether a ``topic`` +matches a ``subscription``. + +For example: + + the topic ``foo/bar`` would match the subscription ``foo/#`` or ``+/bar`` + + the topic ``non/matching`` would not match the subscription ``non/+/+`` + + +``connack_string(connack_code)`` returns the error string associated with a +CONNACK result. + + +``error_string(mqtt_errno)`` returns the error string associated with a Paho +MQTT error number. + +Publish +******* + +This module provides some helper functions to allow straightforward publishing +of messages in a one-shot manner. In other words, they are useful for the +situation where you have a single/multiple messages you want to publish to a +broker, then disconnect with nothing else required. + +The two functions provided are ``single()`` and ``multiple()``. + +Both functions include support for MQTT v5.0, but do not currently let you +set any properties on connection or when sending messages. + +Single +`````` + +Publish a single message to a broker, then disconnect cleanly. + +.. code:: python + + single(topic, payload=None, qos=0, retain=False, hostname="localhost", + port=1883, client_id="", keepalive=60, will=None, auth=None, tls=None, + protocol=mqtt.MQTTv311, transport="tcp") + + +Publish Single Function arguments +''''''''''''''''''''''''''''''''' + +topic + the only required argument must be the topic string to which the payload + will be published. + +payload + the payload to be published. If "" or None, a zero length payload will be + published. + +qos + the qos to use when publishing, default to 0. + +retain + set the message to be retained (True) or not (False). + +hostname + a string containing the address of the broker to connect to. Defaults to + localhost. + +port + the port to connect to the broker on. Defaults to 1883. + +client_id + the MQTT client id to use. If "" or None, the Paho library will + generate a client id automatically. + +keepalive + the keepalive timeout value for the client. Defaults to 60 seconds. + +will + a dict containing will parameters for the client: + + will = {'topic': "", 'payload':", 'qos':, 'retain':}. + + Topic is required, all other parameters are optional and will default to + None, 0 and False respectively. + + Defaults to None, which indicates no will should be used. + +auth + a dict containing authentication parameters for the client: + + auth = {'username':"", 'password':""} + + Username is required, password is optional and will default to None if not provided. + + Defaults to None, which indicates no authentication is to be used. + +tls + a dict containing TLS configuration parameters for the client: + + dict = {'ca_certs':"", 'certfile':"", 'keyfile':"", 'tls_version':"", 'ciphers':"} + + ca_certs is required, all other parameters are optional and will default to None if not provided, which results in the client using the default behaviour - see the paho.mqtt.client documentation. + + Defaults to None, which indicates that TLS should not be used. + +protocol + choose the version of the MQTT protocol to use. Use either ``MQTTv31``, + ``MQTTv311``, or ``MQTTv5``. + +transport + set to "websockets" to send MQTT over WebSockets. Leave at the default of + "tcp" to use raw TCP. + +Publish Single Example +'''''''''''''''''''''' + +.. code:: python + + import paho.mqtt.publish as publish + + publish.single("paho/test/single", "payload", hostname="mqtt.eclipseprojects.io") + +Multiple +```````` + +Publish multiple messages to a broker, then disconnect cleanly. + +This function includes support for MQTT v5.0, but does not currently let you +set any properties on connection or when sending messages. + +.. code:: python + + multiple(msgs, hostname="localhost", port=1883, client_id="", keepalive=60, + will=None, auth=None, tls=None, protocol=mqtt.MQTTv311, transport="tcp") + +Publish Multiple Function arguments +''''''''''''''''''''''''''''''''''' + +msgs + a list of messages to publish. Each message is either a dict or a tuple. + + If a dict, only the topic must be present. Default values will be + used for any missing arguments. The dict must be of the form: + + msg = {'topic':"", 'payload':"", 'qos':, 'retain':} + + topic must be present and may not be empty. + If payload is "", None or not present then a zero length payload will be published. If qos is not present, the default of 0 is used. If retain is not present, the default of False is used. + + If a tuple, then it must be of the form: + + ("", "", qos, retain) + +See ``single()`` for the description of ``hostname``, ``port``, ``client_id``, ``keepalive``, ``will``, ``auth``, ``tls``, ``protocol``, ``transport``. + +Publish Multiple Example +'''''''''''''''''''''''' + +.. code:: python + + import paho.mqtt.publish as publish + + msgs = [{'topic':"paho/test/multiple", 'payload':"multiple 1"}, + ("paho/test/multiple", "multiple 2", 0, False)] + publish.multiple(msgs, hostname="mqtt.eclipseprojects.io") + + +Subscribe +********* + +This module provides some helper functions to allow straightforward subscribing +and processing of messages. + +The two functions provided are ``simple()`` and ``callback()``. + +Both functions include support for MQTT v5.0, but do not currently let you +set any properties on connection or when subscribing. + +Simple +`````` + +Subscribe to a set of topics and return the messages received. This is a +blocking function. + +.. code:: python + + simple(topics, qos=0, msg_count=1, retained=False, hostname="localhost", + port=1883, client_id="", keepalive=60, will=None, auth=None, tls=None, + protocol=mqtt.MQTTv311) + + +Simple Subscribe Function arguments +''''''''''''''''''''''''''''''''''' + +topics + the only required argument is the topic string to which the client will + subscribe. This can either be a string or a list of strings if multiple + topics should be subscribed to. + +qos + the qos to use when subscribing, defaults to 0. + +msg_count + the number of messages to retrieve from the broker. Defaults to 1. If 1, a + single MQTTMessage object will be returned. If >1, a list of MQTTMessages + will be returned. + +retained + set to True to consider retained messages, set to False to ignore messages + with the retained flag set. + +hostname + a string containing the address of the broker to connect to. Defaults to localhost. + +port + the port to connect to the broker on. Defaults to 1883. + +client_id + the MQTT client id to use. If "" or None, the Paho library will + generate a client id automatically. + +keepalive + the keepalive timeout value for the client. Defaults to 60 seconds. + +will + a dict containing will parameters for the client: + + will = {'topic': "", 'payload':", 'qos':, 'retain':}. + + Topic is required, all other parameters are optional and will default to + None, 0 and False respectively. + + Defaults to None, which indicates no will should be used. + +auth + a dict containing authentication parameters for the client: + + auth = {'username':"", 'password':""} + + Username is required, password is optional and will default to None if not + provided. + + Defaults to None, which indicates no authentication is to be used. + +tls + a dict containing TLS configuration parameters for the client: + + dict = {'ca_certs':"", 'certfile':"", 'keyfile':"", 'tls_version':"", 'ciphers':"} + + ca_certs is required, all other parameters are optional and will default to + None if not provided, which results in the client using the default + behaviour - see the paho.mqtt.client documentation. + + Defaults to None, which indicates that TLS should not be used. + +protocol + choose the version of the MQTT protocol to use. Use either ``MQTTv31``, + ``MQTTv311``, or ``MQTTv5``. + + +Simple Example +'''''''''''''' + +.. code:: python + + import paho.mqtt.subscribe as subscribe + + msg = subscribe.simple("paho/test/simple", hostname="mqtt.eclipseprojects.io") + print("%s %s" % (msg.topic, msg.payload)) + +Using Callback +`````````````` + +Subscribe to a set of topics and process the messages received using a user +provided callback. + +.. code:: python + + callback(callback, topics, qos=0, userdata=None, hostname="localhost", + port=1883, client_id="", keepalive=60, will=None, auth=None, tls=None, + protocol=mqtt.MQTTv311) + +Callback Subscribe Function arguments +''''''''''''''''''''''''''''''''''''' + +callback + an "on_message" callback that will be used for each message received, and + of the form + + .. code:: python + + def on_message(client, userdata, message) + +topics + the topic string to which the client will subscribe. This can either be a + string or a list of strings if multiple topics should be subscribed to. + +qos + the qos to use when subscribing, defaults to 0. + +userdata + a user provided object that will be passed to the on_message callback when + a message is received. + +See ``simple()`` for the description of ``hostname``, ``port``, ``client_id``, ``keepalive``, ``will``, ``auth``, ``tls``, ``protocol``. + +Callback Example +'''''''''''''''' + +.. code:: python + + import paho.mqtt.subscribe as subscribe + + def on_message_print(client, userdata, message): + print("%s %s" % (message.topic, message.payload)) + + subscribe.callback(on_message_print, "paho/test/callback", hostname="mqtt.eclipseprojects.io") + + +Reporting bugs +-------------- + +Please report bugs in the issues tracker at https://github.com/eclipse/paho.mqtt.python/issues. + +More information +---------------- + +Discussion of the Paho clients takes place on the `Eclipse paho-dev mailing list `_. + +General questions about the MQTT protocol itself (not this library) are discussed in the `MQTT Google Group `_. + +There is much more information available via the `MQTT community site `_. diff --git a/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/SOURCES.txt b/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/SOURCES.txt new file mode 100755 index 0000000..50bcd7c --- /dev/null +++ b/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/SOURCES.txt @@ -0,0 +1,49 @@ +CONTRIBUTING.md +LICENSE.txt +MANIFEST.in +README.rst +about.html +edl-v10 +notice.html +setup.cfg +setup.py +examples/aws_iot.py +examples/client_logger.py +examples/client_mqtt_clear_retain.py +examples/client_pub-wait.py +examples/client_pub_opts.py +examples/client_rpc_math.py +examples/client_session_present.py +examples/client_sub-class.py +examples/client_sub-multiple-callback.py +examples/client_sub-srv.py +examples/client_sub-ws.py +examples/client_sub.py +examples/client_sub_opts.py +examples/context.py +examples/loop_asyncio.py +examples/loop_select.py +examples/loop_trio.py +examples/publish_multiple.py +examples/publish_single.py +examples/publish_utf8-27.py +examples/publish_utf8-3.py +examples/server_rpc_math.py +examples/subscribe_callback.py +examples/subscribe_simple.py +src/paho/__init__.py +src/paho/mqtt/__init__.py +src/paho/mqtt/client.py +src/paho/mqtt/matcher.py +src/paho/mqtt/packettypes.py +src/paho/mqtt/properties.py +src/paho/mqtt/publish.py +src/paho/mqtt/reasoncodes.py +src/paho/mqtt/subscribe.py +src/paho/mqtt/subscribeoptions.py +src/paho_mqtt.egg-info/PKG-INFO +src/paho_mqtt.egg-info/SOURCES.txt +src/paho_mqtt.egg-info/dependency_links.txt +src/paho_mqtt.egg-info/not-zip-safe +src/paho_mqtt.egg-info/requires.txt +src/paho_mqtt.egg-info/top_level.txt \ No newline at end of file diff --git a/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/dependency_links.txt b/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/dependency_links.txt new file mode 100755 index 0000000..8b13789 --- /dev/null +++ b/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/installed-files.txt b/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/installed-files.txt new file mode 100755 index 0000000..0c2353d --- /dev/null +++ b/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/installed-files.txt @@ -0,0 +1,26 @@ +../paho/__init__.py +../paho/__pycache__/__init__.cpython-311.pyc +../paho/mqtt/__init__.py +../paho/mqtt/__pycache__/__init__.cpython-311.pyc +../paho/mqtt/__pycache__/client.cpython-311.pyc +../paho/mqtt/__pycache__/matcher.cpython-311.pyc +../paho/mqtt/__pycache__/packettypes.cpython-311.pyc +../paho/mqtt/__pycache__/properties.cpython-311.pyc +../paho/mqtt/__pycache__/publish.cpython-311.pyc +../paho/mqtt/__pycache__/reasoncodes.cpython-311.pyc +../paho/mqtt/__pycache__/subscribe.cpython-311.pyc +../paho/mqtt/__pycache__/subscribeoptions.cpython-311.pyc +../paho/mqtt/client.py +../paho/mqtt/matcher.py +../paho/mqtt/packettypes.py +../paho/mqtt/properties.py +../paho/mqtt/publish.py +../paho/mqtt/reasoncodes.py +../paho/mqtt/subscribe.py +../paho/mqtt/subscribeoptions.py +PKG-INFO +SOURCES.txt +dependency_links.txt +not-zip-safe +requires.txt +top_level.txt diff --git a/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/not-zip-safe b/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/not-zip-safe new file mode 100755 index 0000000..8b13789 --- /dev/null +++ b/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/not-zip-safe @@ -0,0 +1 @@ + diff --git a/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/requires.txt b/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/requires.txt new file mode 100755 index 0000000..bb6ad95 --- /dev/null +++ b/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/requires.txt @@ -0,0 +1,3 @@ + +[proxy] +PySocks diff --git a/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/top_level.txt b/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/top_level.txt new file mode 100755 index 0000000..97b8766 --- /dev/null +++ b/env/lib/python3.11/site-packages/paho_mqtt-1.6.1.egg-info/top_level.txt @@ -0,0 +1 @@ +paho diff --git a/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/INSTALLER b/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/INSTALLER new file mode 100755 index 0000000..a1b589e --- /dev/null +++ b/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/LICENSE.txt b/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/LICENSE.txt new file mode 100755 index 0000000..8e7b65e --- /dev/null +++ b/env/lib/python3.11/site-packages/pip-23.0.1.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/python3.11/site-packages/pip-23.0.1.dist-info/METADATA b/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/METADATA new file mode 100755 index 0000000..984f9ad --- /dev/null +++ b/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/METADATA @@ -0,0 +1,88 @@ +Metadata-Version: 2.1 +Name: pip +Version: 23.0.1 +Summary: The PyPA recommended tool for installing Python packages. +Home-page: https://pip.pypa.io/ +Author: The pip developers +Author-email: distutils-sig@python.org +License: MIT +Project-URL: Documentation, https://pip.pypa.io +Project-URL: Source, https://github.com/pypa/pip +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ +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 :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Requires-Python: >=3.7 +License-File: LICENSE.txt + +pip - The Python Package Installer +================================== + +.. image:: https://img.shields.io/pypi/v/pip.svg + :target: https://pypi.org/project/pip/ + +.. image:: https://readthedocs.org/projects/pip/badge/?version=latest + :target: https://pip.pypa.io/en/latest + +pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. + +Please take a look at our documentation for how to install and use pip: + +* `Installation`_ +* `Usage`_ + +We release updates regularly, with a new version every 3 months. Find more details in our documentation: + +* `Release notes`_ +* `Release process`_ + +In pip 20.3, we've `made a big improvement to the heart of pip`_; `learn more`_. We want your input, so `sign up for our user experience research studies`_ to help us do it right. + +**Note**: pip 21.0, in January 2021, removed Python 2 support, per pip's `Python 2 support policy`_. Please migrate to Python 3. + +If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: + +* `Issue tracking`_ +* `Discourse channel`_ +* `User IRC`_ + +If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: + +* `GitHub page`_ +* `Development documentation`_ +* `Development IRC`_ + +Code of Conduct +--------------- + +Everyone interacting in the pip project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. + +.. _package installer: https://packaging.python.org/guides/tool-recommendations/ +.. _Python Package Index: https://pypi.org +.. _Installation: https://pip.pypa.io/en/stable/installation/ +.. _Usage: https://pip.pypa.io/en/stable/ +.. _Release notes: https://pip.pypa.io/en/stable/news.html +.. _Release process: https://pip.pypa.io/en/latest/development/release-process/ +.. _GitHub page: https://github.com/pypa/pip +.. _Development documentation: https://pip.pypa.io/en/latest/development +.. _made a big improvement to the heart of pip: https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html +.. _learn more: https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020 +.. _sign up for our user experience research studies: https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html +.. _Python 2 support policy: https://pip.pypa.io/en/latest/development/release-process/#python-2-support +.. _Issue tracking: https://github.com/pypa/pip/issues +.. _Discourse channel: https://discuss.python.org/c/packaging +.. _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/python3.11/site-packages/pip-23.0.1.dist-info/RECORD b/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/RECORD new file mode 100755 index 0000000..75a3377 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/RECORD @@ -0,0 +1,996 @@ +../../../bin/pip,sha256=7yt2hmIWwqqWb4OMeNvBPtD77Y3BqKF7yujzLS9a6VQ,262 +../../../bin/pip3,sha256=7yt2hmIWwqqWb4OMeNvBPtD77Y3BqKF7yujzLS9a6VQ,262 +../../../bin/pip3.11,sha256=7yt2hmIWwqqWb4OMeNvBPtD77Y3BqKF7yujzLS9a6VQ,262 +pip-23.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-23.0.1.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-23.0.1.dist-info/METADATA,sha256=POh89utz-H1e0K-xDY9CL9gs-x0MjH-AWxbhJG3aaVE,4072 +pip-23.0.1.dist-info/RECORD,, +pip-23.0.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-23.0.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92 +pip-23.0.1.dist-info/entry_points.txt,sha256=xg35gOct0aY8S3ftLtweJ0uw3KBAIVyW4k-0Jx1rkNE,125 +pip-23.0.1.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=5yroedzc2dKKbcynDrHX8vBoLxqU27KmFvvHmdqQN9w,357 +pip/__main__.py,sha256=mXwWDftNLMKfwVqKFWGE_uuBZvGSIiUELhLkeysIuZc,1198 +pip/__pip-runner__.py,sha256=EnrfKmKMzWAdqg_JicLCOP9Y95Ux7zHh4ObvqLtQcjo,1444 +pip/__pycache__/__init__.cpython-311.pyc,, +pip/__pycache__/__main__.cpython-311.pyc,, +pip/__pycache__/__pip-runner__.cpython-311.pyc,, +pip/_internal/__init__.py,sha256=nnFCuxrPMgALrIDxSoy-H6Zj4W4UY60D-uL1aJyq0pc,573 +pip/_internal/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/__pycache__/build_env.cpython-311.pyc,, +pip/_internal/__pycache__/cache.cpython-311.pyc,, +pip/_internal/__pycache__/configuration.cpython-311.pyc,, +pip/_internal/__pycache__/exceptions.cpython-311.pyc,, +pip/_internal/__pycache__/main.cpython-311.pyc,, +pip/_internal/__pycache__/pyproject.cpython-311.pyc,, +pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc,, +pip/_internal/__pycache__/wheel_builder.cpython-311.pyc,, +pip/_internal/build_env.py,sha256=1ESpqw0iupS_K7phZK5zshVE5Czy9BtGLFU4W6Enva8,10243 +pip/_internal/cache.py,sha256=C3n78VnBga9rjPXZqht_4A4d-T25poC7K0qBM7FHDhU,10734 +pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132 +pip/_internal/cli/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc,, +pip/_internal/cli/__pycache__/base_command.cpython-311.pyc,, +pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc,, +pip/_internal/cli/__pycache__/command_context.cpython-311.pyc,, +pip/_internal/cli/__pycache__/main.cpython-311.pyc,, +pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc,, +pip/_internal/cli/__pycache__/parser.cpython-311.pyc,, +pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc,, +pip/_internal/cli/__pycache__/req_command.cpython-311.pyc,, +pip/_internal/cli/__pycache__/spinners.cpython-311.pyc,, +pip/_internal/cli/__pycache__/status_codes.cpython-311.pyc,, +pip/_internal/cli/autocompletion.py,sha256=wY2JPZY2Eji1vhR7bVo-yCBPJ9LCy6P80iOAhZD1Vi8,6676 +pip/_internal/cli/base_command.py,sha256=t1D5x40Hfn9HnPnMt-iSxvqL14nht2olBCacW74pc-k,7842 +pip/_internal/cli/cmdoptions.py,sha256=0AFz3vHEZeUUOpE4Ze0sBKmsS1OOd3aaWX3Fr2ov9BU,29496 +pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774 +pip/_internal/cli/main.py,sha256=ioJ8IVlb2K1qLOxR-tXkee9lURhYV89CDM71MKag7YY,2472 +pip/_internal/cli/main_parser.py,sha256=laDpsuBDl6kyfywp9eMMA9s84jfH2TJJn-vmL0GG90w,4338 +pip/_internal/cli/parser.py,sha256=tWP-K1uSxnJyXu3WE0kkH3niAYRBeuUaxeydhzOdhL4,10817 +pip/_internal/cli/progress_bars.py,sha256=So4mPoSjXkXiSHiTzzquH3VVyVD_njXlHJSExYPXAow,1968 +pip/_internal/cli/req_command.py,sha256=ypTutLv4j_efxC2f6C6aCQufxre-zaJdi5m_tWlLeBk,18172 +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-311.pyc,, +pip/_internal/commands/__pycache__/cache.cpython-311.pyc,, +pip/_internal/commands/__pycache__/check.cpython-311.pyc,, +pip/_internal/commands/__pycache__/completion.cpython-311.pyc,, +pip/_internal/commands/__pycache__/configuration.cpython-311.pyc,, +pip/_internal/commands/__pycache__/debug.cpython-311.pyc,, +pip/_internal/commands/__pycache__/download.cpython-311.pyc,, +pip/_internal/commands/__pycache__/freeze.cpython-311.pyc,, +pip/_internal/commands/__pycache__/hash.cpython-311.pyc,, +pip/_internal/commands/__pycache__/help.cpython-311.pyc,, +pip/_internal/commands/__pycache__/index.cpython-311.pyc,, +pip/_internal/commands/__pycache__/inspect.cpython-311.pyc,, +pip/_internal/commands/__pycache__/install.cpython-311.pyc,, +pip/_internal/commands/__pycache__/list.cpython-311.pyc,, +pip/_internal/commands/__pycache__/search.cpython-311.pyc,, +pip/_internal/commands/__pycache__/show.cpython-311.pyc,, +pip/_internal/commands/__pycache__/uninstall.cpython-311.pyc,, +pip/_internal/commands/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/commands/cache.py,sha256=muaT0mbL-ZUpn6AaushVAipzTiMwE4nV2BLbJBwt_KQ,7582 +pip/_internal/commands/check.py,sha256=0gjXR7j36xJT5cs2heYU_dfOfpnFfzX8OoPNNoKhqdM,1685 +pip/_internal/commands/completion.py,sha256=H0TJvGrdsoleuIyQKzJbicLFppYx2OZA0BLNpQDeFjI,4129 +pip/_internal/commands/configuration.py,sha256=NB5uf8HIX8-li95YLoZO09nALIWlLCHDF5aifSKcBn8,9815 +pip/_internal/commands/debug.py,sha256=AesEID-4gPFDWTwPiPaGZuD4twdT-imaGuMR5ZfSn8s,6591 +pip/_internal/commands/download.py,sha256=LwKEyYMG2L67nQRyGo8hQdNEeMU2bmGWqJfcB8JDXas,5289 +pip/_internal/commands/freeze.py,sha256=PaJJB9mT_3vHeZ3mbFL_m1fzTYL-_Or3kDtXwTdZZ-A,2968 +pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703 +pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132 +pip/_internal/commands/index.py,sha256=cGQVSA5dAs7caQ9sz4kllYvaI4ZpGiq1WhCgaImXNSA,4793 +pip/_internal/commands/inspect.py,sha256=2wSPt9yfr3r6g-s2S5L6PvRtaHNVyb4TuodMStJ39cw,3188 +pip/_internal/commands/install.py,sha256=3vT9tnHOV-p6dPMaKDqzivqmcq_kPAI-jVkxOEwN5C4,32389 +pip/_internal/commands/list.py,sha256=gI4BWR-6IVMFY3Ucwf9YGwxvCwXyTV5kVTDzJdKWqu0,12440 +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=mbFJd4dmUfrVFJkQbK8n2zHyRcD3AI91f7EUo9l3KYg,7396 +pip/_internal/configuration.py,sha256=uBKTus43pDIO6IzT2mLWQeROmHhtnoabhniKNjPYvD0,13529 +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 +pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/distributions/__pycache__/base.cpython-311.pyc,, +pip/_internal/distributions/__pycache__/installed.cpython-311.pyc,, +pip/_internal/distributions/__pycache__/sdist.cpython-311.pyc,, +pip/_internal/distributions/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/distributions/base.py,sha256=jrF1Vi7eGyqFqMHrieh1PIOrGU7KeCxhYPZnbvtmvGY,1221 +pip/_internal/distributions/installed.py,sha256=NI2OgsgH9iBq9l5vB-56vOg5YsybOy-AU4VE5CSCO2I,729 +pip/_internal/distributions/sdist.py,sha256=SQBdkatXSigKGG_SaD0U0p1Jwdfrg26UCNcHgkXZfdA,6494 +pip/_internal/distributions/wheel.py,sha256=m-J4XO-gvFerlYsFzzSXYDvrx8tLZlJFTCgDxctn8ig,1164 +pip/_internal/exceptions.py,sha256=cU4dz7x-1uFGrf2A1_Np9tKcy599bRJKRJkikgARxW4,24244 +pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30 +pip/_internal/index/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/index/__pycache__/collector.cpython-311.pyc,, +pip/_internal/index/__pycache__/package_finder.cpython-311.pyc,, +pip/_internal/index/__pycache__/sources.cpython-311.pyc,, +pip/_internal/index/collector.py,sha256=3OmYZ3tCoRPGOrELSgQWG-03M-bQHa2-VCA3R_nJAaU,16504 +pip/_internal/index/package_finder.py,sha256=rrUw4vj7QE_eMt022jw--wQiKznMaUgVBkJ1UCrVUxo,37873 +pip/_internal/index/sources.py,sha256=SVyPitv08-Qalh2_Bk5diAJ9GAA_d-a93koouQodAG0,6557 +pip/_internal/locations/__init__.py,sha256=Dh8LJWG8LRlDK4JIj9sfRF96TREzE--N_AIlx7Tqoe4,15365 +pip/_internal/locations/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/locations/__pycache__/_distutils.cpython-311.pyc,, +pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc,, +pip/_internal/locations/__pycache__/base.cpython-311.pyc,, +pip/_internal/locations/_distutils.py,sha256=cmi6h63xYNXhQe7KEWEMaANjHFy5yQOPt_1_RCWyXMY,6100 +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=84j1dPJaIoz5Q2ZTPi0uB1iaDAHiUNfKtYSGQCfFKpo,4280 +pip/_internal/metadata/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/metadata/__pycache__/_json.cpython-311.pyc,, +pip/_internal/metadata/__pycache__/base.cpython-311.pyc,, +pip/_internal/metadata/__pycache__/pkg_resources.cpython-311.pyc,, +pip/_internal/metadata/_json.py,sha256=BTkWfFDrWFwuSodImjtbAh8wCL3isecbnjTb5E6UUDI,2595 +pip/_internal/metadata/base.py,sha256=vIwIo1BtoqegehWMAXhNrpLGYBq245rcaCNkBMPnTU8,25277 +pip/_internal/metadata/importlib/__init__.py,sha256=9ZVO8BoE7NEZPmoHp5Ap_NJo0HgNIezXXg-TFTtt3Z4,107 +pip/_internal/metadata/importlib/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/metadata/importlib/__pycache__/_compat.cpython-311.pyc,, +pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc,, +pip/_internal/metadata/importlib/__pycache__/_envs.cpython-311.pyc,, +pip/_internal/metadata/importlib/_compat.py,sha256=GAe_prIfCE4iUylrnr_2dJRlkkBVRUbOidEoID7LPoE,1882 +pip/_internal/metadata/importlib/_dists.py,sha256=BUV8y6D0PePZrEN3vfJL-m1FDqZ6YPRgAiBeBinHhNg,8181 +pip/_internal/metadata/importlib/_envs.py,sha256=7BxanCh3T7arusys__O2ZHJdnmDhQXFmfU7x1-jB5xI,7457 +pip/_internal/metadata/pkg_resources.py,sha256=WjwiNdRsvxqxL4MA5Tb5a_q3Q3sUhdpbZF8wGLtPMI0,9773 +pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63 +pip/_internal/models/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/models/__pycache__/candidate.cpython-311.pyc,, +pip/_internal/models/__pycache__/direct_url.cpython-311.pyc,, +pip/_internal/models/__pycache__/format_control.cpython-311.pyc,, +pip/_internal/models/__pycache__/index.cpython-311.pyc,, +pip/_internal/models/__pycache__/installation_report.cpython-311.pyc,, +pip/_internal/models/__pycache__/link.cpython-311.pyc,, +pip/_internal/models/__pycache__/scheme.cpython-311.pyc,, +pip/_internal/models/__pycache__/search_scope.cpython-311.pyc,, +pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc,, +pip/_internal/models/__pycache__/target_python.cpython-311.pyc,, +pip/_internal/models/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/models/candidate.py,sha256=6pcABsaR7CfIHlbJbr2_kMkVJFL_yrYjTx6SVWUnCPQ,990 +pip/_internal/models/direct_url.py,sha256=f3WiKUwWPdBkT1xm7DlolS32ZAMYh3jbkkVH-BUON5A,6626 +pip/_internal/models/format_control.py,sha256=DJpMYjxeYKKQdwNcML2_F0vtAh-qnKTYe-CpTxQe-4g,2520 +pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 +pip/_internal/models/installation_report.py,sha256=Hymmzv9-e3WhtewYm2NIOeMyAB6lXp736mpYqb9scZ0,2617 +pip/_internal/models/link.py,sha256=nfybVSpXgVHeU0MkC8hMkN2IgMup8Pdaudg74_sQEC8,18602 +pip/_internal/models/scheme.py,sha256=3EFQp_ICu_shH1-TBqhl0QAusKCPDFOlgHFeN4XowWs,738 +pip/_internal/models/search_scope.py,sha256=iGPQQ6a4Lau8oGQ_FWj8aRLik8A21o03SMO5KnSt-Cg,4644 +pip/_internal/models/selection_prefs.py,sha256=KZdi66gsR-_RUXUr9uejssk3rmTHrQVJWeNA2sV-VSY,1907 +pip/_internal/models/target_python.py,sha256=qKpZox7J8NAaPmDs5C_aniwfPDxzvpkrCKqfwndG87k,3858 +pip/_internal/models/wheel.py,sha256=YqazoIZyma_Q1ejFa1C7NHKQRRWlvWkdK96VRKmDBeI,3600 +pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50 +pip/_internal/network/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/network/__pycache__/auth.cpython-311.pyc,, +pip/_internal/network/__pycache__/cache.cpython-311.pyc,, +pip/_internal/network/__pycache__/download.cpython-311.pyc,, +pip/_internal/network/__pycache__/lazy_wheel.cpython-311.pyc,, +pip/_internal/network/__pycache__/session.cpython-311.pyc,, +pip/_internal/network/__pycache__/utils.cpython-311.pyc,, +pip/_internal/network/__pycache__/xmlrpc.cpython-311.pyc,, +pip/_internal/network/auth.py,sha256=MQVP0k4hUXk8ReYEfsGQ5t7_TS7cNHQuaHJuBlJLHxU,16507 +pip/_internal/network/cache.py,sha256=hgXftU-eau4MWxHSLquTMzepYq5BPC2zhCkhN3glBy8,2145 +pip/_internal/network/download.py,sha256=HvDDq9bVqaN3jcS3DyVJHP7uTqFzbShdkf7NFSoHfkw,6096 +pip/_internal/network/lazy_wheel.py,sha256=PbPyuleNhtEq6b2S7rufoGXZWMD15FAGL4XeiAQ8FxA,7638 +pip/_internal/network/session.py,sha256=BpDOJ7_Xw5VkgPYWsePzcaqOfcyRZcB2AW7W0HGBST0,18443 +pip/_internal/network/utils.py,sha256=6A5SrUJEEUHxbGtbscwU2NpCyz-3ztiDlGWHpRRhsJ8,4073 +pip/_internal/network/xmlrpc.py,sha256=AzQgG4GgS152_cqmGr_Oz2MIXsCal-xfsis7fA7nmU0,1791 +pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/operations/__pycache__/check.cpython-311.pyc,, +pip/_internal/operations/__pycache__/freeze.cpython-311.pyc,, +pip/_internal/operations/__pycache__/prepare.cpython-311.pyc,, +pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/build/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/build_tracker.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/metadata_editable.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc,, +pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.pyc,, +pip/_internal/operations/build/build_tracker.py,sha256=vf81EwomN3xe9G8qRJED0VGqNikmRQRQoobNsxi5Xrs,4133 +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=WsN7z0_QSgJjw0JsWWcqOHj4wWTaFv0J7mxgUByDCOg,5122 +pip/_internal/operations/freeze.py,sha256=mwTZ2uML8aQgo3k8MR79a7SZmmmvdAJqdyaknKbavmg,9784 +pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51 +pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/operations/install/__pycache__/editable_legacy.cpython-311.pyc,, +pip/_internal/operations/install/__pycache__/legacy.cpython-311.pyc,, +pip/_internal/operations/install/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/operations/install/editable_legacy.py,sha256=ee4kfJHNuzTdKItbfAsNOSEwq_vD7DRPGkBdK48yBhU,1354 +pip/_internal/operations/install/legacy.py,sha256=cHdcHebyzf8w7OaOLwcsTNSMSSV8WBoAPFLay_9CjE8,4105 +pip/_internal/operations/install/wheel.py,sha256=CxzEg2wTPX4SxNTPIx0ozTqF1X7LhpCyP3iM2FjcKUE,27407 +pip/_internal/operations/prepare.py,sha256=BeYXrLFpRoV5XBnRXQHxRA2plyC36kK9Pms5D9wjCo4,25091 +pip/_internal/pyproject.py,sha256=QqSZR5AGwtf3HTa8NdbDq2yj9T2r9S2h9gnU4aX2Kvg,6987 +pip/_internal/req/__init__.py,sha256=rUQ9d_Sh3E5kNYqX9pkN0D06YL-LrtcbJQ-LiIonq08,2807 +pip/_internal/req/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/req/__pycache__/constructors.cpython-311.pyc,, +pip/_internal/req/__pycache__/req_file.cpython-311.pyc,, +pip/_internal/req/__pycache__/req_install.cpython-311.pyc,, +pip/_internal/req/__pycache__/req_set.cpython-311.pyc,, +pip/_internal/req/__pycache__/req_uninstall.cpython-311.pyc,, +pip/_internal/req/constructors.py,sha256=ypjtq1mOQ3d2mFkFPMf_6Mr8SLKeHQk3tUKHA1ddG0U,16611 +pip/_internal/req/req_file.py,sha256=N6lPO3c0to_G73YyGAnk7VUYmed5jV4Qxgmt1xtlXVg,17646 +pip/_internal/req/req_install.py,sha256=X4WNQlTtvkeATwWdSiJcNLihwbYI_EnGDgE99p-Aa00,35763 +pip/_internal/req/req_set.py,sha256=j3esG0s6SzoVReX9rWn4rpYNtyET_fwxbwJPRimvRxo,2858 +pip/_internal/req/req_uninstall.py,sha256=ZFQfgSNz6H1BMsgl87nQNr2iaQCcbFcmXpW8rKVQcic,24045 +pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/resolution/__pycache__/base.cpython-311.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-311.pyc,, +pip/_internal/resolution/legacy/__pycache__/resolver.cpython-311.pyc,, +pip/_internal/resolution/legacy/resolver.py,sha256=9em8D5TcSsEN4xZM1WreaRShOnyM4LlvhMSHpUPsocE,24129 +pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-311.pyc,, +pip/_internal/resolution/resolvelib/base.py,sha256=u1O4fkvCO4mhmu5i32xrDv9AX5NgUci_eYVyBDQhTIM,5220 +pip/_internal/resolution/resolvelib/candidates.py,sha256=6kQZeMzwibnL4lO6bW0hUQQjNEvXfADdFphRRkRvOtc,18963 +pip/_internal/resolution/resolvelib/factory.py,sha256=OnjkLIgyk5Tol7uOOqapA1D4qiRHWmPU18DF1yN5N8o,27878 +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=hvL3Hoa9VaYo-qEOZkBi2Iqw251UDxPz-uMHVaWmLpE,5705 +pip/_internal/resolution/resolvelib/provider.py,sha256=Vd4jW_NnyifB-HMkPYtZIO70M3_RM0MbL5YV6XyBM-w,9914 +pip/_internal/resolution/resolvelib/reporter.py,sha256=3ZVVYrs5PqvLFJkGLcuXoMK5mTInFzl31xjUpDBpZZk,2526 +pip/_internal/resolution/resolvelib/requirements.py,sha256=B1ndvKPSuyyyTEXt9sKhbwminViSWnBrJa7qO2ln4Z0,5455 +pip/_internal/resolution/resolvelib/resolver.py,sha256=nYZ9bTFXj5c1ILKnkSgU7tUCTYyo5V5J-J0sKoA7Wzg,11533 +pip/_internal/self_outdated_check.py,sha256=pnqBuKKZQ8OxKP0MaUUiDHl3AtyoMJHHG4rMQ7YcYXY,8167 +pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/utils/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/utils/__pycache__/_log.cpython-311.pyc,, +pip/_internal/utils/__pycache__/appdirs.cpython-311.pyc,, +pip/_internal/utils/__pycache__/compat.cpython-311.pyc,, +pip/_internal/utils/__pycache__/compatibility_tags.cpython-311.pyc,, +pip/_internal/utils/__pycache__/datetime.cpython-311.pyc,, +pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc,, +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc,, +pip/_internal/utils/__pycache__/distutils_args.cpython-311.pyc,, +pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc,, +pip/_internal/utils/__pycache__/encoding.cpython-311.pyc,, +pip/_internal/utils/__pycache__/entrypoints.cpython-311.pyc,, +pip/_internal/utils/__pycache__/filesystem.cpython-311.pyc,, +pip/_internal/utils/__pycache__/filetypes.cpython-311.pyc,, +pip/_internal/utils/__pycache__/glibc.cpython-311.pyc,, +pip/_internal/utils/__pycache__/hashes.cpython-311.pyc,, +pip/_internal/utils/__pycache__/inject_securetransport.cpython-311.pyc,, +pip/_internal/utils/__pycache__/logging.cpython-311.pyc,, +pip/_internal/utils/__pycache__/misc.cpython-311.pyc,, +pip/_internal/utils/__pycache__/models.cpython-311.pyc,, +pip/_internal/utils/__pycache__/packaging.cpython-311.pyc,, +pip/_internal/utils/__pycache__/setuptools_build.cpython-311.pyc,, +pip/_internal/utils/__pycache__/subprocess.cpython-311.pyc,, +pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc,, +pip/_internal/utils/__pycache__/unpacking.cpython-311.pyc,, +pip/_internal/utils/__pycache__/urls.cpython-311.pyc,, +pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc,, +pip/_internal/utils/__pycache__/wheel.cpython-311.pyc,, +pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015 +pip/_internal/utils/appdirs.py,sha256=swgcTKOm3daLeXTW6v5BUS2Ti2RvEnGRQYH_yDXklAo,1665 +pip/_internal/utils/compat.py,sha256=ACyBfLgj3_XG-iA5omEDrXqDM0cQKzi8h8HRBInzG6Q,1884 +pip/_internal/utils/compatibility_tags.py,sha256=ydin8QG8BHqYRsPY4OL6cmb44CbqXl1T0xxS97VhHkk,5377 +pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242 +pip/_internal/utils/deprecation.py,sha256=OLc7GzDwPob9y8jscDYCKUNBV-9CWwqFplBOJPLOpBM,5764 +pip/_internal/utils/direct_url_helpers.py,sha256=6F1tc2rcKaCZmgfVwsE6ObIe_Pux23mUVYA-2D9wCFc,3206 +pip/_internal/utils/distutils_args.py,sha256=bYUt4wfFJRaeGO4VHia6FNaA8HlYXMcKuEq1zYijY5g,1115 +pip/_internal/utils/egg_link.py,sha256=ZryCchR_yQSCsdsMkCpxQjjLbQxObA5GDtLG0RR5mGc,2118 +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=tDfwVYnJCOC0BNVpItpy8CGLP9BjkxFHdl0mTS0J7fc,3110 +pip/_internal/utils/hashes.py,sha256=1WhkVNIHNfuYLafBHThIjVKGplxFJXSlQtuG2mXNlJI,4831 +pip/_internal/utils/inject_securetransport.py,sha256=o-QRVMGiENrTJxw3fAhA7uxpdEdw6M41TjHYtSVRrcg,795 +pip/_internal/utils/logging.py,sha256=U2q0i1n8hPS2gQh8qcocAg5dovGAa_bR24akmXMzrk4,11632 +pip/_internal/utils/misc.py,sha256=lX22zJrsk-Q00ghAHB81yHpc_8q7Hp5Vto4k7QDzLfg,23220 +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=4i3CuS34yNrkePnZ73rR47pyDzpZBo-SX9V5PNDSSHY,5662 +pip/_internal/utils/subprocess.py,sha256=0EMhgfPGFk8FZn6Qq7Hp9PN6YHuQNWiVby4DXcTCON4,9200 +pip/_internal/utils/temp_dir.py,sha256=aCX489gRa4Nu0dMKRFyGhV6maJr60uEynu5uCbKR4Qg,7702 +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=lXOgZyTlOm5HmK8tw5iw0A3_5A6wRzsXHOaQkIvvloU,4549 +pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596 +pip/_internal/vcs/__pycache__/__init__.cpython-311.pyc,, +pip/_internal/vcs/__pycache__/bazaar.cpython-311.pyc,, +pip/_internal/vcs/__pycache__/git.cpython-311.pyc,, +pip/_internal/vcs/__pycache__/mercurial.cpython-311.pyc,, +pip/_internal/vcs/__pycache__/subversion.cpython-311.pyc,, +pip/_internal/vcs/__pycache__/versioncontrol.cpython-311.pyc,, +pip/_internal/vcs/bazaar.py,sha256=j0oin0fpGRHcCFCxEcpPCQoFEvA-DMLULKdGP8Nv76o,3519 +pip/_internal/vcs/git.py,sha256=mjhwudCx9WlLNkxZ6_kOKmueF0rLoU2i1xeASKF6yiQ,18116 +pip/_internal/vcs/mercurial.py,sha256=Bzbd518Jsx-EJI0IhIobiQqiRsUv5TWYnrmRIFWE0Gw,5238 +pip/_internal/vcs/subversion.py,sha256=vhZs8L-TNggXqM1bbhl-FpbxE3TrIB6Tgnx8fh3S2HE,11729 +pip/_internal/vcs/versioncontrol.py,sha256=KUOc-hN51em9jrqxKwUR3JnkgSE-xSOqMiiJcSaL6B8,22811 +pip/_internal/wheel_builder.py,sha256=8cObBCu4mIsMJqZM7xXI9DO3vldiAnRNa1Gt6izPPTs,13079 +pip/_vendor/__init__.py,sha256=fNxOSVD0auElsD8fN9tuq5psfgMQ-RFBtD4X5gjlRkg,4966 +pip/_vendor/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/__pycache__/six.cpython-311.pyc,, +pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc,, +pip/_vendor/cachecontrol/__init__.py,sha256=hrxlv3q7upsfyMw8k3gQ9vagBax1pYHSGGqYlZ0Zk0M,465 +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/cache.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/compat.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-311.pyc,, +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-311.pyc,, +pip/_vendor/cachecontrol/_cmd.py,sha256=lxUXqfNTVx84zf6tcWbkLZHA6WVBRtJRpfeA9ZqhaAY,1379 +pip/_vendor/cachecontrol/adapter.py,sha256=ew9OYEQHEOjvGl06ZsuX8W3DAvHWsQKHwWAxISyGug8,5033 +pip/_vendor/cachecontrol/cache.py,sha256=Tty45fOjH40fColTGkqKQvQQmbYsMpk-nCyfLcv2vG4,1535 +pip/_vendor/cachecontrol/caches/__init__.py,sha256=h-1cUmOz6mhLsjTjOrJ8iPejpGdLCyG4lzTftfGZvLg,242 +pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-311.pyc,, +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=GpexcE29LoY4MaZwPUTcUBZaDdcsjqyLxZFznk8Hbr4,5271 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=mp-QWonP40I3xJGK3XVO-Gs9a3UjzlqqEmp9iLJH9F4,1033 +pip/_vendor/cachecontrol/compat.py,sha256=LNx7vqBndYdHU8YuJt53ab_8rzMGTXVrvMb7CZJkxG0,778 +pip/_vendor/cachecontrol/controller.py,sha256=bAYrt7x_VH4toNpI066LQxbHpYGpY1MxxmZAhspplvw,16416 +pip/_vendor/cachecontrol/filewrapper.py,sha256=X4BAQOO26GNOR7nH_fhTzAfeuct2rBQcx_15MyFBpcs,3946 +pip/_vendor/cachecontrol/heuristics.py,sha256=8kAyuZLSCyEIgQr6vbUwfhpqg9ows4mM0IV6DWazevI,4154 +pip/_vendor/cachecontrol/serialize.py,sha256=_U1NU_C-SDgFzkbAxAsPDgMTHeTWZZaHCQnZN_jh0U8,7105 +pip/_vendor/cachecontrol/wrapper.py,sha256=X3-KMZ20Ho3VtqyVaXclpeQpFzokR5NE8tZSfvKVaB8,774 +pip/_vendor/certifi/__init__.py,sha256=bK_nm9bLJzNvWZc2oZdiTwg2KWD4HSPBWGaM0zUDvMw,94 +pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255 +pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/certifi/__pycache__/__main__.cpython-311.pyc,, +pip/_vendor/certifi/__pycache__/core.cpython-311.pyc,, +pip/_vendor/certifi/cacert.pem,sha256=LBHDzgj_xA05AxnHK8ENT5COnGNElNZe0svFUHMf1SQ,275233 +pip/_vendor/certifi/core.py,sha256=DNTl8b_B6C4vO3Vc9_q2uvwHpNnBQoy5onDC4McImxc,4531 +pip/_vendor/chardet/__init__.py,sha256=57R-HSxj0PWmILMN0GFmUNqEMfrEVSamXyjD-W6_fbs,4797 +pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/big5freq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/chardistribution.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/enums.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/escprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/escsm.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/eucjpprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/euckrfreq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/euctwfreq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/euctwprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/gb2312freq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/gb2312prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/hebrewprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/jisfreq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/johabfreq.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/johabprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/jpcntx.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langthaimodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/macromanprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/mbcssm.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/sjisprober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/utf1632prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc,, +pip/_vendor/chardet/__pycache__/version.cpython-311.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-311.pyc,, +pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-311.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-311.pyc,, +pip/_vendor/chardet/metadata/__pycache__/languages.cpython-311.pyc,, +pip/_vendor/chardet/metadata/languages.py,sha256=FhvBIdZFxRQ-dTwkb_0madRKgVBCaUMQz9I5xqjE5iQ,13560 +pip/_vendor/chardet/resultdict.py,sha256=ez4FRvN5KaSosJeJ2WzUyKdDdg35HDy_SSLPXKCdt5M,402 +pip/_vendor/chardet/sbcharsetprober.py,sha256=-nd3F90i7GpXLjehLVHqVBE0KlWzGvQUPETLBNn4o6U,6400 +pip/_vendor/chardet/sbcsgroupprober.py,sha256=gcgI0fOfgw_3YTClpbra_MNxwyEyJ3eUXraoLHYb59E,4137 +pip/_vendor/chardet/sjisprober.py,sha256=aqQufMzRw46ZpFlzmYaYeT2-nzmKb-hmcrApppJ862k,4007 +pip/_vendor/chardet/universaldetector.py,sha256=xYBrg4x0dd9WnT8qclfADVD9ondrUNkqPmvte1pa520,14848 +pip/_vendor/chardet/utf1632prober.py,sha256=pw1epGdMj1hDGiCu1AHqqzOEfjX8MVdiW7O1BlT8-eQ,8505 +pip/_vendor/chardet/utf8prober.py,sha256=8m08Ub5490H4jQ6LYXvFysGtgKoKsHUd2zH_i8_TnVw,2812 +pip/_vendor/chardet/version.py,sha256=lGtJcxGM44Qz4Cbk4rbbmrKxnNr1-97U25TameLehZw,244 +pip/_vendor/colorama/__init__.py,sha256=wePQA4U20tKgYARySLEC047ucNX-g8pRLpYBuiHlLb8,266 +pip/_vendor/colorama/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/colorama/__pycache__/ansi.cpython-311.pyc,, +pip/_vendor/colorama/__pycache__/ansitowin32.cpython-311.pyc,, +pip/_vendor/colorama/__pycache__/initialise.cpython-311.pyc,, +pip/_vendor/colorama/__pycache__/win32.cpython-311.pyc,, +pip/_vendor/colorama/__pycache__/winterm.cpython-311.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-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/utils.cpython-311.pyc,, +pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-311.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=acgfseOC55dNrVAzaBKpUiH3Z6V7Q1CaxsiQ3K7pC-E,581 +pip/_vendor/distlib/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/compat.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/database.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/index.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/manifest.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/metadata.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/scripts.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/util.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/version.cpython-311.pyc,, +pip/_vendor/distlib/__pycache__/wheel.cpython-311.pyc,, +pip/_vendor/distlib/compat.py,sha256=tfoMrj6tujk7G4UC2owL6ArgDuCKabgBxuJRGZSmpko,41259 +pip/_vendor/distlib/database.py,sha256=o_mw0fAr93NDAHHHfqG54Y1Hi9Rkfrp2BX15XWZYK50,51697 +pip/_vendor/distlib/index.py,sha256=HFiDG7LMoaBs829WuotrfIwcErOOExUOR_AeBtw_TCU,20834 +pip/_vendor/distlib/locators.py,sha256=wNzG-zERzS_XGls-nBPVVyLRHa2skUlkn0-5n0trMWA,51991 +pip/_vendor/distlib/manifest.py,sha256=nQEhYmgoreaBZzyFzwYsXxJARu3fo4EkunU163U16iE,14811 +pip/_vendor/distlib/markers.py,sha256=TpHHHLgkzyT7YHbwj-2i6weRaq-Ivy2-MUnrDkjau-U,5058 +pip/_vendor/distlib/metadata.py,sha256=g_DIiu8nBXRzA-mWPRpatHGbmFZqaFoss7z9TG7QSUU,39801 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=BmkTKmiTk4m2cj-iueliatwz3ut_9SsABBW51vnQnZU,18102 +pip/_vendor/distlib/util.py,sha256=31dPXn3Rfat0xZLeVoFpuniyhe6vsbl9_QN-qd9Lhlk,66262 +pip/_vendor/distlib/version.py,sha256=WG__LyAa2GwmA6qSoEJtvJE8REA1LZpbSizy8WvhJLk,23513 +pip/_vendor/distlib/wheel.py,sha256=Rgqs658VsJ3R2845qwnZD8XQryV2CzWw2mghwLvxxsI,43898 +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-311.pyc,, +pip/_vendor/distro/__pycache__/__main__.cpython-311.pyc,, +pip/_vendor/distro/__pycache__/distro.cpython-311.pyc,, +pip/_vendor/distro/distro.py,sha256=UZO1LjIhtFCMdlbiz39gj3raV-Amf3SBwzGzfApiMHw,49330 +pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 +pip/_vendor/idna/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-311.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-311.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/uts46data.py,sha256=zvjZU24s58_uAS850Mcd0NnD0X7_gCMAMjzWNIeUJdc,206539 +pip/_vendor/msgpack/__init__.py,sha256=NryGaKLDk_Egd58ZxXpnuI7OWO27AXz7S6CBFRM3sAY,1132 +pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/msgpack/__pycache__/exceptions.cpython-311.pyc,, +pip/_vendor/msgpack/__pycache__/ext.cpython-311.pyc,, +pip/_vendor/msgpack/__pycache__/fallback.cpython-311.pyc,, +pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 +pip/_vendor/msgpack/ext.py,sha256=TuldJPkYu8Wo_Xh0tFGL2l06-gY88NSR8tOje9fo2Wg,6080 +pip/_vendor/msgpack/fallback.py,sha256=OORDn86-fHBPlu-rPlMdM10KzkH6S_Rx9CHN1b7o4cg,34557 +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-311.pyc,, +pip/_vendor/packaging/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/_structures.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/markers.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/requirements.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/tags.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc,, +pip/_vendor/packaging/__pycache__/version.cpython-311.pyc,, +pip/_vendor/packaging/_manylinux.py,sha256=XcbiXB-qcjv3bcohp6N98TMpOP4_j3m-iOA8ptK2GWY,11488 +pip/_vendor/packaging/_musllinux.py,sha256=_KGgY_qc7vhMGpoqss25n2hiLCNKRtvz9mCrS7gkqyc,4378 +pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +pip/_vendor/packaging/markers.py,sha256=AJBOcY8Oq0kYc570KuuPTkvuqjAlhufaE2c9sCUbm64,8487 +pip/_vendor/packaging/requirements.py,sha256=NtDlPBtojpn1IUC85iMjPNsUmufjpSlwnNA-Xb4m5NA,4676 +pip/_vendor/packaging/specifiers.py,sha256=LRQ0kFsHrl5qfcFNEEJrIFYsnIHQUJXY9fIsakTrrqE,30110 +pip/_vendor/packaging/tags.py,sha256=lmsnGNiJ8C4D_Pf9PbM0qgbZvD9kmB9lpZBQUZa3R_Y,15699 +pip/_vendor/packaging/utils.py,sha256=dJjeat3BS-TYn1RrUFVwufUMasbtzLfYRoy_HXENeFQ,4200 +pip/_vendor/packaging/version.py,sha256=_fLRNrFrxYcHVfyo8vk9j8s6JM8N_xsSxVFr6RJyco8,14665 +pip/_vendor/pkg_resources/__init__.py,sha256=NnpQ3g6BCHzpMgOR_OLBmYtniY4oOzdKpwqghfq_6ug,108287 +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-311.pyc,, +pip/_vendor/pkg_resources/py31compat.py,sha256=CRk8fkiPRDLsbi5pZcKsHI__Pbmh_94L8mr9Qy9Ab2U,562 +pip/_vendor/platformdirs/__init__.py,sha256=9iY4Z8iJDZB0djln6zHHwrPVWpB54TCygcnh--MujU0,12936 +pip/_vendor/platformdirs/__main__.py,sha256=ZmsnTxEOxtTvwa-Y_Vfab_JN3X4XCVeN8X0yyy9-qnc,1176 +pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/android.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/version.cpython-311.pyc,, +pip/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc,, +pip/_vendor/platformdirs/android.py,sha256=GKizhyS7ESRiU67u8UnBJLm46goau9937EchXWbPBlk,4068 +pip/_vendor/platformdirs/api.py,sha256=MXKHXOL3eh_-trSok-JUTjAR_zjmmKF3rjREVABjP8s,4910 +pip/_vendor/platformdirs/macos.py,sha256=-3UXQewbT0yMhMdkzRXfXGAntmLIH7Qt4a9Hlf8I5_Y,2655 +pip/_vendor/platformdirs/unix.py,sha256=P-WQjSSieE38DXjMDa1t4XHnKJQ5idEaKT0PyXwm8KQ,6911 +pip/_vendor/platformdirs/version.py,sha256=qaN-fw_htIgKUVXoAuAEVgKxQu3tZ9qE2eiKkWIS7LA,160 +pip/_vendor/platformdirs/windows.py,sha256=LOrXLgI0CjQldDo2zhOZYGYZ6g4e_cJOCB_pF9aMRWQ,6596 +pip/_vendor/pygments/__init__.py,sha256=5oLcMLXD0cTG8YcHBPITtK1fS0JBASILEvEnWkTezgE,2999 +pip/_vendor/pygments/__main__.py,sha256=p0_rz3JZmNZMNZBOqDojaEx1cr9wmA9FQZX_TYl74lQ,353 +pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/__main__.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/cmdline.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/console.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/formatter.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/lexer.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/modeline.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/plugin.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/regexopt.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/scanner.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/sphinxext.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/style.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/token.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/unistring.cpython-311.pyc,, +pip/_vendor/pygments/__pycache__/util.cpython-311.pyc,, +pip/_vendor/pygments/cmdline.py,sha256=rc0fah4eknRqFgn1wKNEwkq0yWnSqYOGaA4PaIeOxVY,23685 +pip/_vendor/pygments/console.py,sha256=hQfqCFuOlGk7DW2lPQYepsw-wkOH1iNt9ylNA1eRymM,1697 +pip/_vendor/pygments/filter.py,sha256=NglMmMPTRRv-zuRSE_QbWid7JXd2J4AvwjCW2yWALXU,1938 +pip/_vendor/pygments/filters/__init__.py,sha256=b5YuXB9rampSy2-cMtKxGQoMDfrG4_DcvVwZrzTlB6w,40386 +pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pygments/formatter.py,sha256=6-TS2Y8pUMeWIUolWwr1O8ruC-U6HydWDwOdbAiJgJQ,2917 +pip/_vendor/pygments/formatters/__init__.py,sha256=YTqGeHS17fNXCLMZpf7oCxBCKLB9YLsZ8IAsjGhawyg,4810 +pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/groff.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/html.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/img.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/irc.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/latex.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/svg.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc,, +pip/_vendor/pygments/formatters/_mapping.py,sha256=fCZgvsM6UEuZUG7J6lr47eVss5owKd_JyaNbDfxeqmQ,4104 +pip/_vendor/pygments/formatters/bbcode.py,sha256=JrL4ITjN-KzPcuQpPMBf1pm33eW2sDUNr8WzSoAJsJA,3314 +pip/_vendor/pygments/formatters/groff.py,sha256=xrOFoLbafSA9uHsSLRogy79_Zc4GWJ8tMK2hCdTJRsw,5086 +pip/_vendor/pygments/formatters/html.py,sha256=QNt9prPgxmbKx2M-nfDwoR1bIg06-sNouQuWnE434Wc,35441 +pip/_vendor/pygments/formatters/img.py,sha256=h75Y7IRZLZxDEIwyoOsdRLTwm7kLVPbODKkgEiJ0iKI,21938 +pip/_vendor/pygments/formatters/irc.py,sha256=iwk5tDJOxbCV64SCmOFyvk__x6RD60ay0nUn7ko9n7U,5871 +pip/_vendor/pygments/formatters/latex.py,sha256=thPbytJCIs2AUXsO3NZwqKtXJ-upOlcXP4CXsx94G4w,19351 +pip/_vendor/pygments/formatters/other.py,sha256=PczqK1Rms43lz6iucOLPeBMxIncPKOGBt-195w1ynII,5073 +pip/_vendor/pygments/formatters/pangomarkup.py,sha256=ZZzMsKJKXrsDniFeMTkIpe7aQ4VZYRHu0idWmSiUJ2U,2212 +pip/_vendor/pygments/formatters/rtf.py,sha256=abrKlWjipBkQvhIICxtjYTUNv6WME0iJJObFvqVuudE,5014 +pip/_vendor/pygments/formatters/svg.py,sha256=6MM9YyO8NhU42RTQfTWBiagWMnsf9iG5gwhqSriHORE,7335 +pip/_vendor/pygments/formatters/terminal.py,sha256=NpEGvwkC6LgMLQTjVzGrJXji3XcET1sb5JCunSCzoRo,4674 +pip/_vendor/pygments/formatters/terminal256.py,sha256=4v4OVizvsxtwWBpIy_Po30zeOzE5oJg_mOc1-rCjMDk,11753 +pip/_vendor/pygments/lexer.py,sha256=ZPB_TGn_qzrXodRFwEdPzzJk6LZBo9BlfSy3lacc6zg,32005 +pip/_vendor/pygments/lexers/__init__.py,sha256=8d80-XfL5UKDCC1wRD1a_ZBZDkZ2HOe7Zul8SsnNYFE,11174 +pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-311.pyc,, +pip/_vendor/pygments/lexers/__pycache__/python.cpython-311.pyc,, +pip/_vendor/pygments/lexers/_mapping.py,sha256=zEiCV5FPiBioMJQJjw9kk7IJ5Y9GwknS4VJPYlcNchs,70232 +pip/_vendor/pygments/lexers/python.py,sha256=gZROs9iNSOA18YyVghP1cUCD0OwYZ04a6PCwgSOCeSA,53376 +pip/_vendor/pygments/modeline.py,sha256=gIbMSYrjSWPk0oATz7W9vMBYkUyTK2OcdVyKjioDRvA,986 +pip/_vendor/pygments/plugin.py,sha256=5rPxEoB_89qQMpOs0nI4KyLOzAHNlbQiwEMOKxqNmv8,2591 +pip/_vendor/pygments/regexopt.py,sha256=c6xcXGpGgvCET_3VWawJJqAnOp0QttFpQEdOPNY2Py0,3072 +pip/_vendor/pygments/scanner.py,sha256=F2T2G6cpkj-yZtzGQr-sOBw5w5-96UrJWveZN6va2aM,3092 +pip/_vendor/pygments/sphinxext.py,sha256=F8L0211sPnXaiWutN0lkSUajWBwlgDMIEFFAbMWOvZY,4630 +pip/_vendor/pygments/style.py,sha256=RRnussX1YiK9Z7HipIvKorImxu3-HnkdpPCO4u925T0,6257 +pip/_vendor/pygments/styles/__init__.py,sha256=iZDZ7PBKb55SpGlE1--cx9cbmWx5lVTH4bXO87t2Vok,3419 +pip/_vendor/pygments/styles/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pygments/token.py,sha256=vA2yNHGJBHfq4jNQSah7C9DmIOp34MmYHPA8P-cYAHI,6184 +pip/_vendor/pygments/unistring.py,sha256=gP3gK-6C4oAFjjo9HvoahsqzuV4Qz0jl0E0OxfDerHI,63187 +pip/_vendor/pygments/util.py,sha256=KgwpWWC3By5AiNwxGTI7oI9aXupH2TyZWukafBJe0Mg,9110 +pip/_vendor/pyparsing/__init__.py,sha256=ZPdI7pPo4IYXcABw-51AcqOzsxVvDtqnQbyn_qYWZvo,9171 +pip/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/common.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/core.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/results.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc,, +pip/_vendor/pyparsing/__pycache__/util.cpython-311.pyc,, +pip/_vendor/pyparsing/actions.py,sha256=wU9i32e0y1ymxKE3OUwSHO-SFIrt1h_wv6Ws0GQjpNU,6426 +pip/_vendor/pyparsing/common.py,sha256=lFL97ooIeR75CmW5hjURZqwDCTgruqltcTCZ-ulLO2Q,12936 +pip/_vendor/pyparsing/core.py,sha256=AzTm1KFT1FIhiw2zvXZJmrpQoAwB0wOmeDCiR6SYytw,213344 +pip/_vendor/pyparsing/diagram/__init__.py,sha256=KW0PV_TvWKnL7jysz0pQbZ24nzWWu2ZfNaeyUIIywIg,23685 +pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pyparsing/exceptions.py,sha256=3LbSafD32NYb1Tzt85GHNkhEAU1eZkTtNSk24cPMemo,9023 +pip/_vendor/pyparsing/helpers.py,sha256=QpUOjW0-psvueMwWb9bQpU2noqKCv98_wnw1VSzSdVo,39129 +pip/_vendor/pyparsing/results.py,sha256=HgNvWVXBdQP-Q6PtJfoCEeOJk2nwEvG-2KVKC5sGA30,25341 +pip/_vendor/pyparsing/testing.py,sha256=7tu4Abp4uSeJV0N_yEPRmmNUhpd18ZQP3CrX41DM814,13402 +pip/_vendor/pyparsing/unicode.py,sha256=fwuhMj30SQ165Cv7HJpu-rSxGbRm93kN9L4Ei7VGc1Y,10787 +pip/_vendor/pyparsing/util.py,sha256=kq772O5YSeXOSdP-M31EWpbH_ayj7BMHImBYo9xPD5M,6805 +pip/_vendor/pyproject_hooks/__init__.py,sha256=kCehmy0UaBa9oVMD7ZIZrnswfnP3LXZ5lvnNJAL5JBM,491 +pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-311.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-311.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-311.pyc,, +pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-311.pyc,, +pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=m2b34c917IW5o-Q_6TYIHlsK9lSUlNiyrITTUH_zwew,10927 +pip/_vendor/requests/__init__.py,sha256=64HgJ8cke-XyNrj1ErwNq0F9SqyAThUTh5lV6m7-YkI,5178 +pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/__version__.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/_internal_utils.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/adapters.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/api.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/auth.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/certs.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/compat.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/cookies.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/exceptions.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/help.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/hooks.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/models.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/packages.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/sessions.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/status_codes.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/structures.cpython-311.pyc,, +pip/_vendor/requests/__pycache__/utils.cpython-311.pyc,, +pip/_vendor/requests/__version__.py,sha256=h48zn-oFukaXrYHocdadp_hIszWyd_PGrS8Eiii6aoc,435 +pip/_vendor/requests/_internal_utils.py,sha256=aSPlF4uDhtfKxEayZJJ7KkAxtormeTfpwKSBSwtmAUw,1397 +pip/_vendor/requests/adapters.py,sha256=GFEz5koZaMZD86v0SHXKVB5SE9MgslEjkCQzldkNwVM,21443 +pip/_vendor/requests/api.py,sha256=dyvkDd5itC9z2g0wHl_YfD1yf6YwpGWLO7__8e21nks,6377 +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=KUqJcRRLovNefUs7ScOXSUVCcfSayTFWtbiJ7gOSlTI,30180 +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=0gzSOcx9Ya4liAbHnHuwt4jM78lzCZZoDFgkmsInNUg,33240 +pip/_vendor/resolvelib/__init__.py,sha256=UL-B2BDI0_TRIqkfGwLHKLxY-LjBlomz7941wDqzB1I,537 +pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/resolvelib/__pycache__/providers.cpython-311.pyc,, +pip/_vendor/resolvelib/__pycache__/reporters.cpython-311.pyc,, +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-311.pyc,, +pip/_vendor/resolvelib/__pycache__/structs.cpython-311.pyc,, +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-311.pyc,, +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 +pip/_vendor/resolvelib/providers.py,sha256=roVmFBItQJ0TkhNua65h8LdNny7rmeqVEXZu90QiP4o,5872 +pip/_vendor/resolvelib/reporters.py,sha256=fW91NKf-lK8XN7i6Yd_rczL5QeOT3sc6AKhpaTEnP3E,1583 +pip/_vendor/resolvelib/resolvers.py,sha256=2wYzVGBGerbmcIpH8cFmgSKgLSETz8jmwBMGjCBMHG4,17592 +pip/_vendor/resolvelib/structs.py,sha256=IVIYof6sA_N4ZEiE1C1UhzTX495brCNnyCdgq6CYq28,4794 +pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090 +pip/_vendor/rich/__main__.py,sha256=TT8sb9PTnsnKhhrGuHkLN0jdN0dtKhtPkEr9CidDbPM,8478 +pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/__main__.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_cell_widths.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_emoji_codes.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_emoji_replace.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_export_format.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_extension.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_inspect.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_loop.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_null_file.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_pick.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_ratio.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_stack.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_timer.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_win32_console.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_windows.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/_wrap.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/abc.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/align.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/bar.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/box.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/cells.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/color.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/color_triplet.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/columns.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/console.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/containers.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/control.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/default_styles.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/diagnose.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/errors.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/filesize.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/highlighter.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/json.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/jupyter.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/layout.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/live.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/live_render.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/logging.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/markup.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/measure.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/padding.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/pager.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/palette.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/panel.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/pretty.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/progress.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/protocol.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/region.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/repr.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/rule.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/scope.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/screen.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/segment.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/spinner.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/status.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/style.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/styled.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/syntax.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/table.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/terminal_theme.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/text.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/theme.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/themes.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/traceback.cpython-311.pyc,, +pip/_vendor/rich/__pycache__/tree.cpython-311.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=nHArqOljIlYn6NruhWsAsh-fHo7oJC3y9BDJyAa-QYQ,2114 +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 +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=cTaTCU_xuDXGGa9iqK-kZ0uddZCSvM-RgM2aGMuMiHs,1643 +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=FV6_GS-8uhIyViMng3hkIWSFaTgMohK1Oqyjl8I8mGE,10368 +pip/_vendor/rich/ansi.py,sha256=THex7-qjc82-ZRtmDPAYlVEObYOEE_ARB1692Fk-JHs,6819 +pip/_vendor/rich/bar.py,sha256=a7UD303BccRCrEhGjfMElpv5RFYIinaAhAuqYqhUvmw,3264 +pip/_vendor/rich/box.py,sha256=FJ6nI3jD7h2XNFU138bJUt2HYmWOlRbltoCEuIAZhew,9842 +pip/_vendor/rich/cells.py,sha256=zMjFI15wCpgjLR14lHdfFMVC6qMDi5OsKIB0PYZBBMk,4503 +pip/_vendor/rich/color.py,sha256=GTITgffj47On3YK1v_I5T2CPZJGSnyWipPID_YkYXqw,18015 +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=w3tJfrILZpS359wrNqaldGmyk3PEhEmV8Pg2g2GjXWI,97992 +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=WqVh-RPNEsx0Wxf3fhS_fCn-wVqgJ6Qfo-Zg7CoCsLE,7954 +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=4gCbGRXg0rW35Plaf0UVvj3dfENHuzc_n8I_dBqxI7o,1616 +pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508 +pip/_vendor/rich/highlighter.py,sha256=3WW6PACGlq0e3YDjfqiMBQ0dYZwu7pcoFYUgJy01nb0,9585 +pip/_vendor/rich/json.py,sha256=TmeFm96Utaov-Ff5miavBPNo51HRooM8S78HEwrYEjA,5053 +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=emVaLUua-FKSYqZXmtJJjBIstO99CqMOuA6vMAKVkO0,14172 +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=dAbLqSF3jJnyfBLJ7QjQ3B2J-WGyBnAdGXeuBVIyMyA,37414 +pip/_vendor/rich/progress.py,sha256=eg-OURdfZW3n3bib1-zP3SZl6cIm2VZup1pr_96CyLk,59836 +pip/_vendor/rich/progress_bar.py,sha256=cEoBfkc3lLwqba4XKsUpy4vSQKDh2QQ5J2J94-ACFoo,8165 +pip/_vendor/rich/prompt.py,sha256=x0mW-pIPodJM4ry6grgmmLrl8VZp99kqcmdnBe70YYA,11303 +pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391 +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 +pip/_vendor/rich/repr.py,sha256=eJObQe6_c5pUjRM85sZ2rrW47_iF9HT3Z8DrgVjvOl8,4436 +pip/_vendor/rich/rule.py,sha256=V6AWI0wCb6DB0rvN967FRMlQrdlG7HoZdfEAHyeG8CM,4773 +pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843 +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 +pip/_vendor/rich/segment.py,sha256=6XdX0MfL18tUCaUWDWncIqx0wpq3GiaqzhYP779JvRA,24224 +pip/_vendor/rich/spinner.py,sha256=7b8MCleS4fa46HX0AzF98zfu6ZM6fAL0UgYzPOoakF4,4374 +pip/_vendor/rich/status.py,sha256=gJsIXIZeSo3urOyxRUjs6VrhX5CZrA0NxIQ-dxhCnwo,4425 +pip/_vendor/rich/style.py,sha256=odBbAlrgdEbAj7pmtPbQtWJNS8upyNhhy--Ks6KwAKk,26332 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=W1xtdBA1-EVP-weYofKXusUlV5zghCOv1nWMHHfNmiY,34995 +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=andXaxWW_wBveMiZZpd5viQwucWo7SPopcM3ZCQeO0c,45686 +pip/_vendor/rich/theme.py,sha256=GKNtQhDBZKAzDaY0vQVQQFzbc0uWfFe6CJXA-syT7zQ,3627 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=6LkGguCEAxKv8v8xmKfMeYPPJ1UXUEHDv4726To6FiQ,26070 +pip/_vendor/rich/tree.py,sha256=BMbUYNjS9uodNPfvtY_odmU09GA5QzcMbQ5cJZhllQI,9169 +pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549 +pip/_vendor/tenacity/__init__.py,sha256=rjcWJVq5PcNJNC42rt-TAGGskM-RUEkZbDKu1ra7IPo,18364 +pip/_vendor/tenacity/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/_asyncio.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/_utils.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/after.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/before.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/before_sleep.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/nap.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/retry.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/stop.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-311.pyc,, +pip/_vendor/tenacity/__pycache__/wait.cpython-311.pyc,, +pip/_vendor/tenacity/_asyncio.py,sha256=HEb0BVJEeBJE9P-m9XBxh1KcaF96BwoeqkJCL5sbVcQ,3314 +pip/_vendor/tenacity/_utils.py,sha256=-y68scDcyoqvTJuJJ0GTfjdSCljEYlbCYvgk7nM4NdM,1944 +pip/_vendor/tenacity/after.py,sha256=dlmyxxFy2uqpLXDr838DiEd7jgv2AGthsWHGYcGYsaI,1496 +pip/_vendor/tenacity/before.py,sha256=7XtvRmO0dRWUp8SVn24OvIiGFj8-4OP5muQRUiWgLh0,1376 +pip/_vendor/tenacity/before_sleep.py,sha256=ThyDvqKU5yle_IvYQz_b6Tp6UjUS0PhVp6zgqYl9U6Y,1908 +pip/_vendor/tenacity/nap.py,sha256=fRWvnz1aIzbIq9Ap3gAkAZgDH6oo5zxMrU6ZOVByq0I,1383 +pip/_vendor/tenacity/retry.py,sha256=Cy504Ss3UrRV7lnYgvymF66WD1wJ2dbM869kDcjuDes,7550 +pip/_vendor/tenacity/stop.py,sha256=sKHmHaoSaW6sKu3dTxUVKr1-stVkY7lw4Y9yjZU30zQ,2790 +pip/_vendor/tenacity/tornadoweb.py,sha256=E8lWO2nwe6dJgoB-N2HhQprYLDLB_UdSgFnv-EN6wKE,2145 +pip/_vendor/tenacity/wait.py,sha256=tdLTESRm5E237VHG0SxCDXRa0DHKPKVq285kslHVURc,8011 +pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396 +pip/_vendor/tomli/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-311.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-311.pyc,, +pip/_vendor/tomli/__pycache__/_types.cpython-311.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/typing_extensions.py,sha256=VKZ_nHsuzDbKOVUY2CTdavwBgfZ2EXRyluZHRzUYAbg,80114 +pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333 +pip/_vendor/urllib3/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/_collections.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/_version.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/connection.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/connectionpool.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/exceptions.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/fields.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/filepost.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/poolmanager.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/request.cpython-311.pyc,, +pip/_vendor/urllib3/__pycache__/response.cpython-311.pyc,, +pip/_vendor/urllib3/_collections.py,sha256=Rp1mVyBgc_UlAcp6M3at1skJBXR5J43NawRTvW2g_XY,10811 +pip/_vendor/urllib3/_version.py,sha256=JWE--BUVy7--9FsXILONIpQ43irftKGjT9j2H_fdF2M,64 +pip/_vendor/urllib3/connection.py,sha256=8976wL6sGeVMW0JnXvx5mD00yXu87uQjxtB9_VL8dx8,20070 +pip/_vendor/urllib3/connectionpool.py,sha256=vS4UaHLoR9_5aGLXSQ776y_jTxgqqjx0YsjkYksWGOo,39095 +pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-311.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-311.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-311.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-311.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-311.pyc,, +pip/_vendor/urllib3/packages/__pycache__/six.cpython-311.pyc,, +pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-311.pyc,, +pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 +pip/_vendor/urllib3/packages/six.py,sha256=b9LM0wBXv7E7SrbCjAm4wwN-hrH-iNxv18LgWNMMKPo,34665 +pip/_vendor/urllib3/poolmanager.py,sha256=0KOOJECoeLYVjUHvv-0h4Oq3FFQQ2yb-Fnjkbj8gJO0,19786 +pip/_vendor/urllib3/request.py,sha256=ZFSIqX0C6WizixecChZ3_okyu7BEv0lZu1VT0s6h4SM,5985 +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-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/connection.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/proxy.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/queue.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/request.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/response.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/retry.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/timeout.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/url.cpython-311.pyc,, +pip/_vendor/urllib3/util/__pycache__/wait.cpython-311.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=4laWh0HpwGijLiBmdBIYtbhYekQnNzzhx2W9uys0RHA,22003 +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=QSbBUNOB9yh6AnDn61SrLQ0hg5oz0I9-uXEG91AJuIg,10003 +pip/_vendor/urllib3/util/url.py,sha256=HLCLEKt8D-QMioTNbneZSzGTGyUkns4w_lSJP1UzE2E,14298 +pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403 +pip/_vendor/vendor.txt,sha256=3i3Zr7_kRDD9UEva0I8YOMroCZ8xuZ9OWd_Q4jmazqE,476 +pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579 +pip/_vendor/webencodings/__pycache__/__init__.cpython-311.pyc,, +pip/_vendor/webencodings/__pycache__/labels.cpython-311.pyc,, +pip/_vendor/webencodings/__pycache__/mklabels.cpython-311.pyc,, +pip/_vendor/webencodings/__pycache__/tests.cpython-311.pyc,, +pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-311.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/python3.11/site-packages/pip-23.0.1.dist-info/REQUESTED b/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/REQUESTED new file mode 100755 index 0000000..e69de29 diff --git a/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/WHEEL b/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/WHEEL new file mode 100755 index 0000000..57e3d84 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.38.4) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/entry_points.txt b/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/entry_points.txt new file mode 100755 index 0000000..bcf704d --- /dev/null +++ b/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/entry_points.txt @@ -0,0 +1,4 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main +pip3.11 = pip._internal.cli.main:main diff --git a/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/top_level.txt b/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/top_level.txt new file mode 100755 index 0000000..a1b589e --- /dev/null +++ b/env/lib/python3.11/site-packages/pip-23.0.1.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/env/lib/python3.11/site-packages/pip/__init__.py b/env/lib/python3.11/site-packages/pip/__init__.py new file mode 100755 index 0000000..42f6c45 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "23.0.1" + + +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/python3.11/site-packages/pip/__main__.py b/env/lib/python3.11/site-packages/pip/__main__.py new file mode 100755 index 0000000..fe34a7b --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/__main__.py @@ -0,0 +1,31 @@ +import os +import sys +import warnings + +# Remove '' and current working directory from the first entry +# of sys.path, if present to avoid using current directory +# in pip commands check, freeze, install, list and show, +# when invoked as python -m pip +if sys.path[0] in ("", os.getcwd()): + sys.path.pop(0) + +# If we are running from a wheel, add the wheel to sys.path +# This allows the usage python pip-*.whl/pip install pip-*.whl +if __package__ == "": + # __file__ is pip-*.whl/pip/__main__.py + # first dirname call strips of '/__main__.py', second strips off '/pip' + # Resulting path is the name of the wheel itself + # Add that to sys.path so we can import pip + path = os.path.dirname(os.path.dirname(__file__)) + sys.path.insert(0, path) + +if __name__ == "__main__": + # Work around the error reported in #9540, pending a proper fix. + # Note: It is essential the warning filter is set *before* importing + # pip, as the deprecation happens at import time, not runtime. + warnings.filterwarnings( + "ignore", category=DeprecationWarning, module=".*packaging\\.version" + ) + from pip._internal.cli.main import main as _main + + sys.exit(_main()) diff --git a/env/lib/python3.11/site-packages/pip/__pip-runner__.py b/env/lib/python3.11/site-packages/pip/__pip-runner__.py new file mode 100755 index 0000000..49a148a --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..ac06a62e83e0f1d9e8ac93dc313547786d55dc91 GIT binary patch literal 788 zcmZ`%&ui2`6rM@4*>%?{C zhYB9NwFl4sz<*{B9weuNCvOXT>&Z83TRrIG&C7eqd++<+ynI?%Xd;lc!6U{nLO*P9 zBDG^@)(2-FQABZyGCaVUGjK4X&cLO0>M@65<}IF7p+6q2vD$`5{WrCNPu+FYZv3=a zZKv{{aBZr_Q)zfE;&j_zS`Kapoz=>V)ks&qVx~|c0Y<0df@ja{Iv8Mssbkr^#uzzh z2k)Sdkp1?Qfj`NHGaGC;0KTnDb$~3^6aW29vr^7-oWiO2hnb-_dK0N-k9CSLN=7!ypaq=P_ zLA7NY0SRuRD3E34Wic131wcL=ZLfY8O`E8;GV!{9>tXBSUiW?fZSP%g;w{b~59V8K z*DK$Yl8ceDt5Y7Bsue|>Oleqr6jiP^s&ZkzImj2J&e}ZtPaZYy1N9yIB1k v%+$pge@9m*|I)*Amv&oIzm6|Y5tzMK2j0Q@hcn;KUz^9DllkMnW{&;~`T5a# literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/__pycache__/__main__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/__pycache__/__main__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..044374b580d38bed7667afb0fc9abbac5a71da6d GIT binary patch literal 1097 zcma)4&1(}u6rbIlY_>_-w6zu5#@ z0`Q9|z65%Y%Q^?Z2cQC#(?F(sa~aOl`3#S^g5X0`Fy%ji%JTq$0?pc$I=vdc0=D^m zU`=1gp856qG3=oNR=q*Lu5bW}D!?2i(B5L4=Sf|VzefAuiYfu|5j%1=7pa`xo>LaKY z9h}}EM~da1dS62N%|MR{AW}A4RIr}S5)tQh!$OA>$vdW!+g0*d&p%7* zS}v$!OIM1BG1$f$Gl^KYk>xN8^H9qO^*G4tCmml!riCaGN@=TGiQF`?napCH#_5Wd z%xO5uSXmP7kOaK$2t+Tj^Br8WuCFrkj!{H%9%~x1hF?5+W_k7Qu zE52|X8R`47hM)Ib^U2v+*~Si<>9s*I*p&SVCe6~7biX^B2UeVxV!xv;(6b|O9M=Xz zWpA}XsO+sah?c$8i2xX^ELT@5_iA&sQq4Loy+1lVa>sAG0^4osU35c?ow07%Um~e%OP6$LsPL|%K-ljgzeO~&K`jq;%+>9->VhhdiVk^8@UhO7GAE#?8 zHKz&VEf{xU{6Yv<56^`uSD2y+1M%`&3&z^gs2iJc?{0JiJ|O-9^!Uq;j(3P4u;{{t l>-z#m$`31R)y?YWo2`?rCY)@+N!Q<<8vstz0@gGg#y^?W3djHe literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/__pycache__/__pip-runner__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/__pycache__/__pip-runner__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..cbe3bff381801e028babea91b37e549b8c2540c4 GIT binary patch literal 2525 zcmaJ?%}*Og6rb5$f3ArgOal38wo01Dk+Dlc)Tp8)N=g!f1P+i&byaOQ-Z3oLyJmMy zF&`3&sD!FYb){C}$f2TC$)U#{`zP3FqgZ>2R8=ZBBXZ)@H@miL7qzqFH(zgl^WK}^ zJpbI)6+}={=?CN|4?=&?L9+xJox_(Hq31|OX(VHr$>B7X*)$__8z{{ZJjXRR$c*gy znmN-PBErl&eSMfg#3OsRy{)CT4y^qz$_||V0)B3Bw3*Ji9R@Vu=a$a3XV|gXm-a#H z%lY$xbO2L7{JCJBPxBZ7B2RxL)VZ^Blhy z$P&pEO(KvbDP!hJf;p=gLPjf;1T8BRltNtiN`X05kOW!DW{FNzQy}W1qHAg%`iWq0 znr_J|IU+!-N_ip+k|8K24C8{Sfwoc92_Q?R3!m5IB4}qM^?g%#3fuApO*diNq9O$) zwJ{b9Q!Ku_JzivH1FfP@P-nzC?+>EF zjvwK~G5i~VcQ^=Q3}HB96@3w1!)BWmtGE;CQ}i5T^lguf027bLu+18#9%F1K@qvvO z4SI!waP(zzR?Cy*jFQU{Bl(GzDN>h>WT9lvYHAW<^|WYQ&o7u}62hL$DNh?qHxdH_ zNkcJ7e?iL3OEa(=?kg#ZAp7;AsuEok6NS=IU}%P@WT~JJFTb-$bVJcp5iCgz<+O~H zGlmnbb;?QODu}<}TSt{>9O~A>kN39l_xFFe?~dE$A?Sj0HaDj!Dzv@^zCq(6=sZZ9 zZ#z?`C(t)wTmrFPPU)Hf^j4uX zqUG=ki06nPNMb0>5LRY^KDd)QX->v)xtx7Ar4&XT7EcmDB^gsuXWWCvGnAdp0=d&= zstFxn5oDct=SZEQJZb0CT#H+)*lfd?!K-ZNYhL44IpgFb)ULIPvrMP4&+sY-#xmnJ z3k->|I?WMwAPeCTjRMKok<@5PoSJwtd2eJ&oSc}Lj(Kd(Ai1pV&lYnz8Y-JBKm={C zDd{uBgjLvQP@e=^ocq@MV7PqwzXOtJo%kMT8lxcA(HlNmF7EN?EByIdw6{F?XZVa2 zzO?=DRq}Qvap(6d)$phl9^K?>;b_G_0QJ@BE4%*6se!70z;Y&FWs`U40xph&>3&h9 zCX1pS6h$}XKtCjk3q{Fs21a})CmBYbz*CbQ!+${zgzL#EFiof8GBxzNW9T{19DA=cc}l=(wV!GWuH||! zAWTE@@WUR*FFPRROnBl($%sX5pD4;&20UV6Y=={yO+TC%7biy^KN+1InR1?;9cn&A zMa^n9-EONdUJdnIq5j>K-Id>NSCeB_a_oR*0>QTk!~x6k z-nR$@SmE*3yAkeM57DoNu2ni~4V|lW);H0! 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/python3.11/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..b564a785ad239954ac35762b762e1a8fd6711d92 GIT binary patch literal 971 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/__pycache__/configuration.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/__pycache__/configuration.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..177f3135acea8048b13c5c02b85e30b321b20257 GIT binary patch literal 19247 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 V7UnI)k~<&1)UJK~9Vm=X{~va@Ip_cY literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/__pycache__/exceptions.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/__pycache__/exceptions.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..c9c45b5f840cb44fb6b8786c9142bfc2d20a4482 GIT binary patch literal 38376 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..5e089a11ac9a6758349fc821be1ac9cb35f493d4 GIT binary patch literal 771 zcmZ`%y=xRf6rb7MJI_mkh*fMH#pXbFhzedr4vV0TL?Hp;nz*;~?sjlL#+ljZN(2jw z2o`px5KBMspSi+9wi2xD4z5e(n>9Ht^fB}H_h#P5@6FqfD=S@sa({RSwkaV$oN+9z zBQU>(;4KkE(3E6!NHcHfQ6k#H2M;LttH%-K4-x?c<3O}twuUX?ZIRxIpU$i2)xlk9 zY~8u1tSs^<-K>L1PfXp`U`w6H$YLQrBDd!kQ6U2=JjdWUrNkq9bdP*M?=Oo8tl~d= zznw_Ka48K2^ezZCE;K7r!Qvt}MGDNsS}JRpO(M&(sA9&-G-V@T8pfa@k7YjTG8AdU zZUb&(ibx3gn==z&Bbk~@%mA>&T4io`iJGKiBJd0!= zs;Ukg&`Ve@z-`u0P2^mrFwm#bbb~byP|bWw={ItI`mZ%>cj(y}LAC$% WAUN21ck=703yu9LZa)82P2pea^~~4+ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/__pycache__/pyproject.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/__pycache__/pyproject.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..7cc3303ee695042c68013308e1dc9c50bdbab538 GIT binary patch literal 5539 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..a41400df8f8b686e42cc888ab4e78756cd7415e7 GIT binary patch literal 11341 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 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/python3.11/site-packages/pip/_internal/cli/base_command.py b/env/lib/python3.11/site-packages/pip/_internal/cli/base_command.py new file mode 100755 index 0000000..5bd7e67 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,216 @@ +"""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, + ) + + # 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("[present-rich] %s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except PreviousBuildDirError as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return PREVIOUS_BUILD_DIR_ERROR + except ( + InstallationError, + UninstallationError, + BadCommand, + NetworkConnectionError, + ) as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except CommandError as exc: + logger.critical("%s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BrokenStdoutLoggingError: + # Bypass our logger and write any remaining messages to + # stderr because stdout no longer works. + print("ERROR: Pipe to stdout was broken", file=sys.stderr) + if level_number <= logging.DEBUG: + traceback.print_exc(file=sys.stderr) + + return ERROR + except KeyboardInterrupt: + logger.critical("Operation cancelled by user") + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BaseException: + logger.critical("Exception:", exc_info=True) + + return UNKNOWN_ERROR + + return exc_logging_wrapper + + try: + if not options.debug_mode: + run = intercepts_unhandled_exc(self.run) + else: + run = self.run + rich_traceback.install(show_locals=True) + return run(options, args) + finally: + self.handle_pip_version_check(options) diff --git a/env/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py b/env/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100755 index 0000000..7b510b1 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1055 @@ +""" +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 dist_restriction_set and not options.target_dir: + raise CommandError( + "Can not use any platform or abi specific options unless " + "installing via '--target'" + ) + + +def _path_option_check(option: Option, opt: str, value: str) -> str: + return os.path.expanduser(value) + + +def _package_name_option_check(option: Option, opt: str, value: str) -> str: + return canonicalize_name(value) + + +class PipOption(Option): + TYPES = Option.TYPES + ("path", "package_name") + TYPE_CHECKER = Option.TYPE_CHECKER.copy() + TYPE_CHECKER["package_name"] = _package_name_option_check + TYPE_CHECKER["path"] = _path_option_check + + +########### +# options # +########### + +help_: Callable[..., Option] = partial( + Option, + "-h", + "--help", + dest="help", + action="help", + help="Show help.", +) + +debug_mode: Callable[..., Option] = partial( + Option, + "--debug", + dest="debug_mode", + action="store_true", + default=False, + help=( + "Let unhandled exceptions propagate outside the main subroutine, " + "instead of logging them to stderr." + ), +) + +isolated_mode: Callable[..., Option] = partial( + Option, + "--isolated", + dest="isolated_mode", + action="store_true", + default=False, + help=( + "Run pip in an isolated mode, ignoring environment variables and user " + "configuration." + ), +) + +require_virtualenv: Callable[..., Option] = partial( + Option, + "--require-virtualenv", + "--require-venv", + dest="require_venv", + action="store_true", + default=False, + help=( + "Allow pip to only run in a virtual environment; " + "exit with an error otherwise." + ), +) + +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.", +) + +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 = "invalid --python-version value: {!r}: {}".format( + value, + error_msg, + ) + raise_option_error(parser, option=option, msg=msg) + + parser.values.python_version = version_info + + +python_version: Callable[..., Option] = partial( + Option, + "--python-version", + dest="python_version", + metavar="python_version", + action="callback", + callback=_handle_python_version, + type="str", + default=None, + help=dedent( + """\ + The Python interpreter version to use for wheel and "Requires-Python" + compatibility checks. Defaults to a version derived from the running + interpreter. The version can be specified using up to three dot-separated + integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor + version can also be given as a string without dots (e.g. "37" for 3.7.0). + """ + ), +) + + +implementation: Callable[..., Option] = partial( + Option, + "--implementation", + dest="implementation", + metavar="implementation", + default=None, + help=( + "Only use wheels compatible with Python " + "implementation , e.g. 'pp', 'jy', 'cp', " + " or 'ip'. If not specified, then the current " + "interpreter implementation is used. Use 'py' to force " + "implementation-agnostic wheels." + ), +) + + +abis: Callable[..., Option] = partial( + Option, + "--abi", + dest="abis", + metavar="abi", + action="append", + default=None, + help=( + "Only use wheels compatible with Python abi , e.g. 'pypy_41'. " + "If not specified, then the current interpreter abi tag is used. " + "Use this option multiple times to specify multiple abis supported " + "by the target interpreter. Generally you will need to specify " + "--implementation, --platform, and --python-version when using this " + "option." + ), +) + + +def add_target_python_options(cmd_opts: OptionGroup) -> None: + cmd_opts.add_option(platforms()) + cmd_opts.add_option(python_version()) + cmd_opts.add_option(implementation()) + cmd_opts.add_option(abis()) + + +def make_target_python(options: Values) -> TargetPython: + target_python = TargetPython( + platforms=options.platforms, + py_version_info=options.python_version, + abis=options.abis, + implementation=options.implementation, + ) + + return target_python + + +def prefer_binary() -> Option: + return Option( + "--prefer-binary", + dest="prefer_binary", + action="store_true", + default=False, + help="Prefer older binary packages over newer source packages.", + ) + + +cache_dir: Callable[..., Option] = partial( + PipOption, + "--cache-dir", + dest="cache_dir", + default=USER_CACHE_DIR, + metavar="dir", + type="path", + help="Store the cache data in .", +) + + +def _handle_no_cache_dir( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-cache-dir option. + + This is an optparse.Option callback for the --no-cache-dir option. + """ + # The value argument will be None if --no-cache-dir is passed via the + # command-line, since the option doesn't accept arguments. However, + # the value can be non-None if the option is triggered e.g. by an + # environment variable, like PIP_NO_CACHE_DIR=true. + if value is not None: + # Then parse the string value to get argument error-checking. + try: + strtobool(value) + except ValueError as exc: + raise_option_error(parser, option=option, msg=str(exc)) + + # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool() + # converted to 0 (like "false" or "no") caused cache_dir to be disabled + # rather than enabled (logic would say the latter). Thus, we disable + # the cache directory not just on values that parse to True, but (for + # backwards compatibility reasons) also on values that parse to False. + # In other words, always set it to False if the option is provided in + # some (valid) form. + parser.values.cache_dir = False + + +no_cache: Callable[..., Option] = partial( + Option, + "--no-cache-dir", + dest="cache_dir", + action="callback", + callback=_handle_no_cache_dir, + help="Disable the cache.", +) + +no_deps: Callable[..., Option] = partial( + Option, + "--no-deps", + "--no-dependencies", + dest="ignore_dependencies", + action="store_true", + default=False, + help="Don't install package dependencies.", +) + +ignore_requires_python: Callable[..., Option] = partial( + Option, + "--ignore-requires-python", + dest="ignore_requires_python", + action="store_true", + help="Ignore the Requires-Python information.", +) + +no_build_isolation: Callable[..., Option] = partial( + Option, + "--no-build-isolation", + dest="build_isolation", + action="store_false", + default=True, + help="Disable isolation when building a modern source distribution. " + "Build dependencies specified by PEP 518 must be already installed " + "if this option is used.", +) + +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 is installed + # and raise error if it is not. + if not importlib.util.find_spec("setuptools"): + msg = "It is not possible to use --no-use-pep517 without setuptools 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") # noqa + dest = getattr(parser.values, option.dest) + if dest is None: + dest = {} + setattr(parser.values, option.dest, dest) + dest[key] = val + + +config_settings: Callable[..., Option] = partial( + Option, + "--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.", +) + +install_options: Callable[..., Option] = partial( + Option, + "--install-option", + dest="install_options", + action="append", + metavar="options", + help="This option is deprecated. Using this option with location-changing " + "options may cause unexpected behavior. " + "Use pip-level options like --user, --prefix, --root, and --target.", +) + +build_options: Callable[..., Option] = partial( + Option, + "--build-option", + dest="build_options", + metavar="options", + action="append", + help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", +) + +global_options: Callable[..., Option] = partial( + Option, + "--global-option", + dest="global_options", + action="append", + metavar="options", + help="Extra global options to be supplied to the setup.py " + "call before the install or bdist_wheel command.", +) + +no_clean: Callable[..., Option] = partial( + Option, + "--no-clean", + action="store_true", + default=False, + help="Don't clean up build directories.", +) + +pre: Callable[..., Option] = partial( + Option, + "--pre", + action="store_true", + default=False, + help="Include pre-release and development versions. By default, " + "pip only finds stable versions.", +) + +disable_pip_version_check: Callable[..., Option] = partial( + Option, + "--disable-pip-version-check", + dest="disable_pip_version_check", + action="store_true", + default=True, + help="Don't periodically check PyPI to determine whether a new version " + "of pip is available for download. Implied with --no-index.", +) + +root_user_action: Callable[..., Option] = partial( + Option, + "--root-user-action", + dest="root_user_action", + default="warn", + choices=["warn", "ignore"], + help="Action if pip is run as a root user. By default, a warning message is shown.", +) + + +def _handle_merge_hash( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """Given a value spelled "algo:digest", append the digest to a list + pointed to in a dict by the algo name.""" + if not parser.values.hashes: + parser.values.hashes = {} + try: + algo, digest = value.split(":", 1) + except ValueError: + parser.error( + "Arguments to {} must be a hash name " # noqa + "followed by a value, like --hash=sha256:" + "abcde...".format(opt_str) + ) + if algo not in STRONG_HASHES: + parser.error( + "Allowed hash algorithms for {} are {}.".format( # noqa + opt_str, ", ".join(STRONG_HASHES) + ) + ) + parser.values.hashes.setdefault(algo, []).append(digest) + + +hash: Callable[..., Option] = partial( + Option, + "--hash", + # Hash values eventually end up in InstallRequirement.hashes due to + # __dict__ copying in process_line(). + dest="hashes", + action="callback", + callback=_handle_merge_hash, + type="string", + help="Verify that the package's archive matches this " + "hash before installing. Example: --hash=sha256:abcdef...", +) + + +require_hashes: Callable[..., Option] = partial( + Option, + "--require-hashes", + dest="require_hashes", + action="store_true", + default=False, + help="Require a hash to check each requirement against, for " + "repeatable installs. This option is implied when any package in a " + "requirements file has a --hash option.", +) + + +list_path: Callable[..., Option] = partial( + PipOption, + "--path", + dest="path", + type="path", + action="append", + help="Restrict to the specified installation path for listing " + "packages (can be used multiple times).", +) + + +def check_list_path_option(options: Values) -> None: + if options.path and (options.user or options.local): + raise CommandError("Cannot combine '--path' with '--user' or '--local'") + + +list_exclude: Callable[..., Option] = partial( + PipOption, + "--exclude", + dest="excludes", + action="append", + metavar="package", + type="package_name", + help="Exclude specified package from the output", +) + + +no_python_version_warning: Callable[..., Option] = partial( + Option, + "--no-python-version-warning", + dest="no_python_version_warning", + action="store_true", + default=False, + help="Silence deprecation warnings for upcoming unsupported Pythons.", +) + + +use_new_feature: Callable[..., Option] = partial( + Option, + "--use-feature", + dest="features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "fast-deps", + "truststore", + "no-binary-enable-wheel-cache", + ], + 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, + 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/python3.11/site-packages/pip/_internal/cli/command_context.py b/env/lib/python3.11/site-packages/pip/_internal/cli/command_context.py new file mode 100755 index 0000000..139995a --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/cli/main.py b/env/lib/python3.11/site-packages/pip/_internal/cli/main.py new file mode 100755 index 0000000..0e31221 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/cli/main.py @@ -0,0 +1,70 @@ +"""Primary application entrypoint. +""" +import locale +import logging +import os +import sys +from typing import List, Optional + +from pip._internal.cli.autocompletion import autocomplete +from pip._internal.cli.main_parser import parse_command +from pip._internal.commands import create_command +from pip._internal.exceptions import PipError +from pip._internal.utils import deprecation + +logger = logging.getLogger(__name__) + + +# Do not import and use main() directly! Using it directly is actively +# discouraged by pip's maintainers. The name, location and behavior of +# this function is subject to change, so calling it directly is not +# portable across different pip versions. + +# In addition, running pip in-process is unsupported and unsafe. This is +# elaborated in detail at +# https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program. +# That document also provides suggestions that should work for nearly +# all users that are considering importing and using main() directly. + +# However, we know that certain users will still want to invoke pip +# in-process. If you understand and accept the implications of using pip +# in an unsupported manner, the best approach is to use runpy to avoid +# depending on the exact location of this entry point. + +# The following example shows how to use runpy to invoke pip in that +# case: +# +# sys.argv = ["pip", your, args, here] +# runpy.run_module("pip", run_name="__main__") +# +# Note that this will exit the process after running, unlike a direct +# call to main. As it is not safe to do any processing after calling +# main, this should not be an issue in practice. + + +def main(args: Optional[List[str]] = None) -> int: + if args is None: + args = sys.argv[1:] + + # Configure our deprecation warnings to be sent through loggers + deprecation.install_warning_logger() + + autocomplete() + + try: + cmd_name, cmd_args = parse_command(args) + except PipError as exc: + sys.stderr.write(f"ERROR: {exc}") + sys.stderr.write(os.linesep) + sys.exit(1) + + # Needed for locale.getpreferredencoding(False) to work + # in pip._internal.utils.encoding.auto_decode + try: + locale.setlocale(locale.LC_ALL, "") + except locale.Error as e: + # setlocale can apparently crash if locale are uninitialized + logger.debug("Ignoring error %s when setting locale", e) + command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) + + return command.main(cmd_args) diff --git a/env/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py b/env/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py new file mode 100755 index 0000000..5ade356 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/cli/parser.py b/env/lib/python3.11/site-packages/pip/_internal/cli/parser.py new file mode 100755 index 0000000..c762cf2 --- /dev/null +++ b/env/lib/python3.11/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( + "{} is not a valid value for {} option, " # noqa + "please specify a boolean value like yes/no, " + "true/false or 1/0 instead.".format(val, key) + ) + elif option.action == "count": + with suppress(ValueError): + val = strtobool(val) + with suppress(ValueError): + val = int(val) + if not isinstance(val, int) or val < 0: + self.error( + "{} is not a valid value for {} option, " # noqa + "please instead specify either a non-negative integer " + "or a boolean value like yes/no or false/true " + "which is equivalent to 1/0.".format(val, key) + ) + elif option.action == "append": + val = val.split() + val = [self.check_default(option, key, v) for v in val] + elif option.action == "callback": + assert option.callback is not None + late_eval.add(option.dest) + opt_str = option.get_opt_string() + val = option.convert_value(opt_str, val) + # From take_action + args = option.callback_args or () + kwargs = option.callback_kwargs or {} + option.callback(option, opt_str, val, self, *args, **kwargs) + else: + val = self.check_default(option, key, val) + + defaults[option.dest] = val + + for key in late_eval: + defaults[key] = getattr(self.values, key) + self.values = None + return defaults + + def get_default_values(self) -> optparse.Values: + """Overriding to make updating the defaults after instantiation of + the option parser possible, _update_defaults() does the dirty work.""" + if not self.process_default_values: + # Old, pre-Optik 1.5 behaviour. + return optparse.Values(self.defaults) + + # Load the configuration, or error out in case of an error + try: + self.config.load() + except ConfigurationError as err: + self.exit(UNKNOWN_ERROR, str(err)) + + defaults = self._update_defaults(self.defaults.copy()) # ours + for option in self._get_all_options(): + assert option.dest is not None + default = defaults.get(option.dest) + if isinstance(default, str): + opt_str = option.get_opt_string() + defaults[option.dest] = option.check_value(opt_str, default) + return optparse.Values(defaults) + + def error(self, msg: str) -> None: + self.print_usage(sys.stderr) + self.exit(UNKNOWN_ERROR, f"{msg}\n") diff --git a/env/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py b/env/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py new file mode 100755 index 0000000..0ad1403 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/cli/req_command.py b/env/lib/python3.11/site-packages/pip/_internal/cli/req_command.py new file mode 100755 index 0000000..1044809 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,502 @@ +"""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: + import truststore + except ImportError: + raise CommandError( + "To use the truststore feature, 'truststore' must be installed into " + "pip's current environment." + ) + + 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") 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 + + 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 "2020-resolver" + + @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 + + resolver_variant = cls.determine_resolver_variant(options) + if resolver_variant == "2020-resolver": + lazy_wheel = "fast-deps" in options.features_enabled + if lazy_wheel: + logger.warning( + "pip is using lazily downloaded wheels using HTTP " + "range requests to obtain dependency information. " + "This experimental feature is enabled through " + "--use-feature=fast-deps and it is not ready for " + "production." + ) + else: + lazy_wheel = False + if "fast-deps" in options.features_enabled: + logger.warning( + "fast-deps has no effect when used with the legacy resolver." + ) + + 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, + ) + + @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, + config_settings=getattr(options, "config_settings", None), + ) + resolver_variant = cls.determine_resolver_variant(options) + # The long import name and duplicated invocation is needed to convince + # Mypy into correctly typechecking. Otherwise it would complain the + # "Resolver" class being redefined. + if resolver_variant == "2020-resolver": + import pip._internal.resolution.resolvelib.resolver + + return pip._internal.resolution.resolvelib.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + import pip._internal.resolution.legacy.resolver + + return pip._internal.resolution.legacy.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + + def get_requirements( + self, + args: List[str], + options: Values, + finder: PackageFinder, + session: PipSession, + ) -> List[InstallRequirement]: + """ + Parse command-line arguments into the corresponding requirements. + """ + requirements: List[InstallRequirement] = [] + for filename in options.constraints: + for parsed_req in parse_requirements( + filename, + constraint=True, + finder=finder, + options=options, + session=session, + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + user_supplied=False, + ) + requirements.append(req_to_add) + + for req in args: + req_to_add = install_req_from_line( + req, + None, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + 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, + ) + 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/python3.11/site-packages/pip/_internal/cli/spinners.py b/env/lib/python3.11/site-packages/pip/_internal/cli/spinners.py new file mode 100755 index 0000000..cf2b976 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/cli/status_codes.py b/env/lib/python3.11/site-packages/pip/_internal/cli/status_codes.py new file mode 100755 index 0000000..5e29502 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/commands/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/commands/__init__.py new file mode 100755 index 0000000..858a410 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f488f3392b817fd3cc1c4c2fd7bc60122138f6e3 GIT binary patch literal 4474 zcmaJ^TW{OQ6&_L&MO&8SYi`bkNgO9iVkyq0X_IVH$KE84H;%h$l2+M;Kx;-4*A%G? zsd%l(fKU_*wJ2HxyFmQV2R|&*ErJ4h?9Z?Z10@J7V4zQZ(<1H5KK0B{RAehEK@ErV zee<2eGiNUPOElVx;95xEC1>LZ{foW$SGZYu_ZtzRSLiXqD2=dyMO{b>@C@i;F^~=j ztSzVqi=lL=D5a%hI34C~Azd!^qsS{^>b_h58|N?Y?xyscpu*1fgRx3L3{|0c3_7&b_5^A$2u^DW5@9c ze6j-@I?XYsiX>^#RNa1y6FunQcU#24|U4(u|=uHc{Gs~y-+IrcMr z4PWoTZgA`)d=ua5z<$oLDSR7GcVIId`xxKBcRR3q9Gk`W@!Vc49U&6wBfUBCpg*XH zMDZs#;0-?@eR!UP@I%s*lkmcCgXtJ=dq~2h?>#>k#J>P6j>ShP@oD8$?}D0LQu9Q~ znue`vhGygyRo9i0R)VHtQ8lpD`)_7$J|VchhFT=pE|+wY2)KbMW5o^5Xj$8pAC_#* zG*lf(;c2g*8);T%jhtCgiY6}WBvVrD!g(dDtCp2vYUdTJ3})zx8`ccV2HTaRU_6=8 z44Y6;O!{slo46aB^@vUR%0Tm7DS6*wC0!Yt%Z6^MxN@wEm``xyGfk>5H|RIC>GhN$ zGM;xVG#~P=#c=x{`($5osMXS@Ddi|36;e6UMbLxY=p9b;r6wPi?NZrRn(h$XQiLXj zlILZOk|Hr|OUaqEsM<*$*b>Rw|1Yo%=YeGv-_|h*EPGe%0#QmUcEL0hV!Y6(X)p^( zH>hitT^a520St5_pFrsg9$+sYa2=Gag1OvPiGgn95tP2tS@r@--Zw((De9v6!LTIV zP_{s_OO?Z2+~la+H_b@C{M9FfYPppUxT+M?7i_i^A(6F3ohX=;h=GZb)d(b>1oJ4T zKrARA(SfEr0M)yE56avK_zS=22MVOngS}?!i(@$HY<pc3dB;(T+3NDX4(tpZEqGx zI$^0$Io>s4e2P23G(Ea+W@1Vy5WPgGzgR0}3zh^ntf0+SZ=R}NCkPKFi{*UR@Nm@a zn_(p1!g$9-0}Hvb&Ta4xdDt^pfWVLL0Rj*L1f{RLpX;(t?cPFAqD{xG3}!n^kZlsK zw6v_!yyZ%i*kx*Dh1Ld$kOcJz{N8;9#VcgDK~?mA=lcv!LaX9xU^QsB&O``((K4*6adr&O>Gx3j5|H7f6WoJeYUG&0X@ZC=sORSWAyq zESc2SwM94TRWsfe>xT2hR&ARmWZsufFnXkI|AoYB?Z5N_L#1X{Klm9=aKrvs$UtJ> z!>%8Tse)M~sl2A^#7fPW*)rd6Qr-@c0;$Eab+P!|wo|ZMq`<=_bSXJGnX)vSO!zx> z3bH=c+Uirjxl{()G&_??mR8(YmIpD@1nG6~r3gRkF%&iQUm2ab^7fb8r>|`V$7*wH zht{8dAKkYd9ou-e6`kCUPS);xKRmjAXXF0XaB6!vReRvXM(f4R*wn`GcgygA`|so4 zvvzkUGFY2`2f}Dqj)kCsWzD;9pm^n-*-=qg6$Dg88?77yuywtL+MCwfDxBG?LKWF8 zTbtKL(66;WclXxa9MO3pcVL8Pob!xonT^f_q`K||LNNAul?@EA8yoUc1FfGN5(ho zzkUACiCh1exV1GgwLLMlHFA4<`$Wu0`l#PeG_r$4d$wd`{Ea zURVN_P2G4VqZ)<@GmXiENtT!VW9cNTF^_myew1%`v+E|k4{dCLvF?L6jesBs4N(+= z4b&=RBn)h#e(!eBiOt=&gT^Bwgs`G6yj{tyoKOaDPoGy)87^r29EEwUDIpG3KJqx9z2|rzbh3@}xyQ-vwUuhKmG?NMy_}EQ zIL|#!WiKb$#(C*+;BVya;7kC=56;IT|E_u946L17JLkx7!(d$n&Jg?dA*u1u!X{)W83jl4fI41M6dk8t5dN@7+N1{Ab5Ni h;E%Uq{@7a_hzP^$Rs+FfYr*H*{{RDWG^+pr literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..0c101ddfbe8fbfcd40655c7251da2e8644995b0d GIT binary patch literal 10573 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 R{TFQAe8YC%et;GG|1S<_UuggU literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..87682d65c18b4cf44a5f9d27a5e5dd889c905753 GIT binary patch literal 5486 zcmbUlOKcm*bxAHiqDYCN{89YtL{@Dw>5`FMIPgb8Y*|j-O0ps;H9|*VSKJXrdAUo^ z4rQB?038g(2VV-bunY8{L*crx4{p(-IrLJXJ(m&$h*&g0fFg%p3I=vBIrY6Ix#WtJ z8)Uhfc{}son>X(_Z}i)6I4Hm~o%)cz9T9|o;YZ`~)`3?W06Z2HL2;=RJxVWufAy*))#u8Q4b&}EZ1(ougt`URFjISCQmMie}eX*#f z1mzPhK?suilLmh2CZAZ`o>^VBLBt)qF*!XmK0WctNQ?}{tk3k#8#7mDM+S#hS8=xX zdF!3|_4PsWse`z&TD`Zh$B=qts0qKBX8QVc`trwfH_}KjF+MjwGE9bs$(hllLRXSn zQB_HtG^Jl(w*{#0juJ^H3SE?oDksu4vS;UH6;)iLk|$eLv{=+KmX6yfS~aBV8CfNF zb*303gPpxTA&kljkuGOy(`^$Otpi0tz28C87JpFjz6x%tb7UwMtMQeFNj$!vc01~| zw#@LnQ@#6YH^WsT{p5`rEq2yudNF4#HT;jFf?Kphh(Wb(|kBQY>1#)z8J(4uiN zIJiHFaKm^(>Zxz{9ZxU3`iz%B7uU5r0Jae%qB${I+C`A1-&9?ZWjySZhO+l z4Ata3m9BG|-)B{a`_%c^i?@Wc9geLc$A-`!en5s)+2A)J`q~7rX0AY#-X`fvXK26kmj>Jt_q9EEi+Xdoo^&8FB<4&XqrAwp zsSM~6|wl#Y+ta{ytCC0eE@Ktkg`&};~mK^Vq`0DekX9g+<0HXjs??SGn!$FGRqp7)+q7Ayp>H( zfEPR#IO5lz&e`NC%sy|R2xaL~6C0O&U2<$VC z0a1UJZC(yp?2OgG!@iZ1;&w*%Chn~5;eE{^r(7@g$nD(4x|jDiDfxjW+wxC zM5k;{-Y$V3YVw;E_(1b(IoyCZdm2z{uXsDJulP25Tk#t3n&@2nO<#NEiu+5_G}P1F zAbg3oWkG$>8qVfcDBO_o&g?k0L=XX0_zHLTSjfV`Gw)xAV|L9|f{~xQ9|a&0yC8K* zzZ2qa)17#ap|K3iPH?L`3f(usODa?km;^>k@%DIUMJ;j3x*Hm!05nhyWOEFf4WT@6 zrS?Ai{*wcn-d`QF2iS2yFhK%S#Jed-;HzEmEh$O^<1;fiW-gFV^diX@4NeNOVUX4J zU`Zr!e8(eZw0>8{XnNpZ z4yF%^0JtVG^jgzfKsB4aS1!+vH?H8omSGT>9>ZeE70Q_Dy~`kNn&Psa)8amM1Q6H> zY`%x6KFbV-8MgX*>NePEm@|+U7Fu=HnjTPI>0n2l77+iR&};}_^_|@9i*5JCw))=L z>3ip)uVN|mPv<^A_50C3j)FF~2CnQ3TzMF-bVnbJJh@ix9)$OcgU5f7{vtBC8#%Qd zIkkEBH|sAKwj$?uBIkD_A8bcH`1{gdm;bh0j(o5c`DiEd(bpdLp`O9iS4r{U--stAYD={rSPt*}#G4y?~ z8)v2m?8@H9u|aIm=Pb`=80S{=Apph#G#mD>B94^BkuQ&&D2s=y;-L3JRd6;xa`kwR zJ~>wvpnG=US?0xC7WmSzx_z74^0;!mmkpx;??Ph+;Iyb6`Y62V?)w(S!4VInySa;a#e)jhV`omy&KlAA{;F{-->X!?0mlz&Xk>R#rX-d z6+tRH->T^D7dLvV!9X}rjRr%3>Y*S&hYt1!s+V2o4!NrWG-V-LWv=&KN2@}6^Thu( Lj=t_NW!dL{H0xoG literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..385cb995291e5396eecbda5a108da6fb0fca78f1 GIT binary patch literal 14915 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 UCVYQd9XR!plfL}{2JYzp0uC`S0ssI2 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..ea7c6af0012c8d7ebd32b04f37cd9505cf9eed67 GIT binary patch literal 4175 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 Y9w&1b_JtOL;V2ruiiVJN76{MlfAO*^&;S4c literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/help.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/help.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..7b1919f2cae9d003aea5d2e4b85e23b47e2aac3f GIT binary patch literal 1988 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 z z+C782KP*MspGD$NBk@w(5mLGbO9L@&V5aOrE$==@&K8KC0c@Wy2Wnbh8XkW({QalH z-~UD^4lioMi-t*fPR+!(6mEY|hFH7v-UP(&{!rNgI%8xnnJKb?-d4Q z?N>`*{^%REFt%76ThzuDp{Lk$Sp%{3b(bQL>1&bWaDZVrFg-N|&&m0}C7{-KSd9em zhhV)NL!QXptIr}wpGJ=E2)kE`kr6F2Qe;OpcC^5b?y=!Qa-vk&ucCHNHq{ z#Bv#e-a%>vkZH=F0c=%&kmosB_>KTr)On=fXeF5+yERj01I{yLWCdK8v-QDP8Nq8e zyqkUusTfqBDD-s@OfzU`v@|qYZfJEvxC>yvskQ7R4HpV^mEEMqqBd^Fr?s9adq~rZ zdZN4GhXG@b4|!Y5e$r27*MXD$&XFfeWdyIUroU~53CGOs)To)4 zi7`b;;q-NCN%b}>HQ`oTF#bVg*mh!x>3zdNV#K=MidAzrBS-7C5;JfrHyx%yCRv-_ zZ$$*f5JUy`WljG`+^rv=X`)&jjUn_0c$XE_H5uOkqVyj`R7DP+7XC>E%Sss~O&yHx zfpBb&Uc+FL;^7ejsE%0m<`sL^(B(1;J3V&VM zNB>Ybtn8y>1#2mxiGsD1(0JjnQbOko)>1+r7v5Z6-)#wFh_kfoH+ tP{CUEJssPvny2Hz>7u7!^Ym}Q)lZILM#|`LSZMBlPKUmI0|Hg({{ahOY;^zt literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f8d18afb14cf8ad9e56a61ca54ac61c338eed0a6 GIT binary patch literal 4464 zcma)9&2QVt6(3R*MSWTF_lJ_0%9pK0EG6D_H@isErm?e4ntB&-+5%iGSX!iIIi#oz zsT4Nsg%=1=7sw$6vPibb!H3p$ksJcFhaCGSNP&P50~jz+^w3Mez+0fmsc%LfmYf9G z(eUxj%$wnxH}Ch}=r8ej1VQ;i`OI)*2>p{bS|!+I_6abLkdAcDL<)WLCTH;q&rv>L z1}s4lte_IKL`7tMf*GdX5dXyf4KDoMtN&0ecd z>0^Av?6(G#0c%hhWbLRqWDP6BjE|Wk)~GVdAs!iMd90T5870~sDdS?vRhJ#R1g)s5-ZijOv`eZ=2lJM0mtAN&&6fJA+lIq%O1)KTiZrDp~ zHue{Qc?6bGI2|dx&M5(%R|Gwv1ofCM-V+p24;dj{G9)8B+Fn5yjL4#>hhaRbM~oP> z<3`x%S>z9776m;D;|Vm{dbx4*6I*@%kn9ZFUVguP5TuQ zvEf#5X)fPBci2)09(vaML(uyOt)b=iKDRpM+Pylb^LjuRo&~oB@Dq3%h5I3M!Jcfk z^ens$$a&gA5Bedq-L^DB%T#Apwt+rv@(6YNHCwf<;a11|_5`FyI`_QI!)ov}3dInd zUvzFYG&N<~dCepd$F;Gcy0~IoTb;kYNY6l%!Pni2X2OBNVQQ|tq&afIv==l}*7AA7 zan8uPEthOpHo=FRL*~jlpiOH*(2L4VIYrmVW&|SW2B2pMHim~O8KH#kG$RrT5U7Hm zI3%L!j01#W8uUn*Dy&i@5wWac`u%?Rh=E-?fkL=|?MfNoCOC$<=un@L-d!ulL7Id6CKk@fqpqkpJ^oJ^iCv`r~@~ zt8bN<<-n)FFs`lQ;b`=BEtp(b*Ppy7g(Z+kq9wNaY| zd;bn_>vmvuxy`R}hw;#fp*5}pMKI?eA8fTTLltQikZ&Uh_*N7}ZlWcDkefW&`3d5NqAO1L;k)$mxN5(pq2!bz|BcJdo-h(S;|%y5LfOZk9C~m%8@CA(y&(vjCdK zIe=J%p;@&7LnKUb(qIMWcCk#jb6p{lZn__y{ZD~>%RNE`2z6f#uXDfWx1i_ka@g#D z;O~#jqrV~mNnF(_o**gdkTyXPK6@6RNfVn43pw(U}19zYSC!oo&?T?&FiM#?HJPJF|1EHa1-!n{E%`6CexGA=FIB zkTi?sR(2*~09hkGk!VLUqF~oGSIfj3F=8mcWaMwF?MTs#47dl@CIX8cM*z|oP~2RO zS)rB69TH?4!8Co6fMd9rdK3;*LOmTzl)%jkWrEC1_$2K(1%w2t?HnRD0-;0C>NhmE zG7FLbm}#}|ZPT3vG3Sp!z)ZVRUtP-VOw^?5x-?ytrgxL$TcJP2YRRd3a_Uv`#>?al zZ}`~5b#LhCLvy!x;M*^2z3F;y+7F@LpL4H~&C zt&h&`rn0rv*?Q`%9~S#)sOXDqivNXR(f?SiO5-(Yye^Fcvzr*&>|rN^bD(3sosXbF z9fUsn{{aH|nmfqXz_*dFb5Hnn9(vky*8^*TZ${PvTXgnYr5jgkyv|<)nUV}Ev}3`# zuqJ#n>_!hJuL<2)qxXU$rw5<#trcK?J5HO4E&bo%436pqxNeWLAr^4;k@fA>sgqqkTqpkH-xMwZXueQ{{Gzj8ZDm`-G^1m&@ zZIq#(u8Ob0a7JvnGd*SSRl{MQz&Bdc9cnx3%}syCQ_x;La>$>%LJHN<`5TZ8v^R33 zKJtN=K2=YD=m!Ji;Bi1U1K_1YV-MBMh!-8KM$?}B!7F+Cr954e&)4Pin^zyiYO$l$ z*im0ZnW_5ZwQB5?mzb<3&i^ZQx;pWbTIxzYb!Bhl_|}Xc;L}5XFnFrZM?f9~9^9-Y z(|!*c9DO*q8TO)y`Z5KlnFtO){>Vr0+8Nl%KO1H2bBDbSljEsifA#pZ zkKp~>eR1_4{V#s@_pe#=y`-TvRXB5ugiO0oD3%IDg1bcH`bNz_M0ceO-Hi>ituwv6v(~WpFXS#G*3^KsSrnq?ZY_E^OJnS!`s9#^Rm* zSvV`Td7;BJtdL`G&CNo_a4Qao!Tpux05a4q)Pii|99hm8>z05&jHZ*Nc~onp7BccK z0SFNegDwfff6JR-IRoQgFmq8eLW8+Mw`;tSE;c;#GR}i24ZzMvK>Yy6aUSZ~U_TF~ zs@>H?$E)wJd+1WNyLxD%+Fkd$7lidaG+FJg9y(X;t{$4Mc2^J0RNqzKC3&`ry6Rqd nY;(9C9(#PD7Cu=IpWG0A@jA!#`{>>D!LMJlk?-F#&YbuE?bdxP literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/install.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/install.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..17b9f90102187a7cbced2984d8b32b75a987c12a GIT binary patch literal 35393 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 nR`m~Q?%}cc6+2^T%;o<)UA*wsV literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/search.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/search.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..3a5303bf636efd90e9779d461da52099944ab560 GIT binary patch literal 8970 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 WK=yk#1+thqumKx@>?Z-0ZT|;UvS7sk literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/show.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/show.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..cd71d172aa3d3aadc08e1b351621a981bf68dfab GIT binary patch literal 11313 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 H-~9grgW)}L literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..d255d545a56a8ddd890a2f253b0f4ca6846cb82d GIT binary patch literal 9970 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 mUc;MsIH!9@4DZN2cg=m`` can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_directory_size(http_cache_location) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location: {http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Locally built wheels location: {wheels_cache_location} + Locally built wheels size: {wheels_cache_size} + Number of locally built wheels: {package_count} + """ + ) + .format( + http_cache_location=http_cache_location, + http_cache_size=http_cache_size, + num_http_files=num_http_files, + wheels_cache_location=wheels_cache_location, + package_count=num_packages, + wheels_cache_size=wheels_cache_size, + ) + .strip() + ) + + logger.info(message) + + def list_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if args: + pattern = args[0] + else: + pattern = "*" + + files = self._find_wheels(options, pattern) + if options.list_format == "human": + self.format_for_human(files) + else: + self.format_for_abspath(files) + + def format_for_human(self, files: List[str]) -> None: + if not files: + logger.info("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 not files: + return + + results = [] + for filename in files: + results.append(filename) + + logger.info("\n".join(sorted(results))) + + def remove_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if not args: + raise CommandError("Please provide a pattern") + + files = self._find_wheels(options, args[0]) + + no_matching_msg = "No matching packages" + if args[0] == "*": + # Only fetch http files if no specific pattern given + files += self._find_http_files(options) + else: + # Add the pattern to the log message + no_matching_msg += ' for pattern "{}"'.format(args[0]) + + if not files: + logger.warning(no_matching_msg) + + for filename in files: + os.unlink(filename) + logger.verbose("Removed %s", filename) + logger.info("Files removed: %s", len(files)) + + def purge_cache(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + return self.remove_cache_items(options, ["*"]) + + def _cache_dir(self, options: Values, subdir: str) -> str: + return os.path.join(options.cache_dir, subdir) + + def _find_http_files(self, options: Values) -> List[str]: + http_dir = self._cache_dir(options, "http") + return filesystem.find_files(http_dir, "*") + + def _find_wheels(self, options: Values, pattern: str) -> List[str]: + wheel_dir = self._cache_dir(options, "wheels") + + # The wheel filename format, as specified in PEP 427, is: + # {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl + # + # Additionally, non-alphanumeric values in the distribution are + # normalized to underscores (_), meaning hyphens can never occur + # before `-{version}`. + # + # Given that information: + # - If the pattern we're given contains a hyphen (-), the user is + # providing at least the version. Thus, we can just append `*.whl` + # to match the rest of it. + # - If the pattern we're given doesn't contain a hyphen (-), the + # user is only providing the name. Thus, we append `-*.whl` to + # match the hyphen before the version, followed by anything else. + # + # PEP 427: https://www.python.org/dev/peps/pep-0427/ + pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl") + + return filesystem.find_files(wheel_dir, pattern) diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/check.py b/env/lib/python3.11/site-packages/pip/_internal/commands/check.py new file mode 100755 index 0000000..3864220 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,53 @@ +import logging +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.operations.check import ( + check_package_set, + create_package_set_from_installed, +) +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class CheckCommand(Command): + """Verify installed packages have compatible dependencies.""" + + usage = """ + %prog [options]""" + + def run(self, options: Values, args: List[str]) -> int: + + package_set, parsing_probs = create_package_set_from_installed() + missing, conflicting = check_package_set(package_set) + + for project_name in missing: + version = package_set[project_name].version + for dependency in missing[project_name]: + write_output( + "%s %s requires %s, which is not installed.", + project_name, + version, + dependency[0], + ) + + for project_name in conflicting: + version = package_set[project_name].version + for dep_name, dep_version, req in conflicting[project_name]: + write_output( + "%s %s has requirement %s, but you have %s %s.", + project_name, + version, + req, + dep_name, + dep_version, + ) + + if missing or conflicting or parsing_probs: + return ERROR + else: + write_output("No broken requirements found.") + return SUCCESS diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/completion.py b/env/lib/python3.11/site-packages/pip/_internal/commands/completion.py new file mode 100755 index 0000000..deaa308 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,126 @@ +import sys +import textwrap +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.utils.misc import get_prog + +BASE_COMPLETION = """ +# pip {shell} completion start{script}# pip {shell} completion end +""" + +COMPLETION_SCRIPTS = { + "bash": """ + _pip_completion() + {{ + COMPREPLY=( $( COMP_WORDS="${{COMP_WORDS[*]}}" \\ + COMP_CWORD=$COMP_CWORD \\ + PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) ) + }} + complete -o default -F _pip_completion {prog} + """, + "zsh": """ + function _pip_completion {{ + local words cword + read -Ac words + read -cn cword + reply=( $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$(( cword-1 )) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null )) + }} + compctl -K _pip_completion {prog} + """, + "fish": """ + function __fish_complete_pip + set -lx COMP_WORDS (commandline -o) "" + set -lx COMP_CWORD ( \\ + math (contains -i -- (commandline -t) $COMP_WORDS)-1 \\ + ) + set -lx PIP_AUTO_COMPLETE 1 + string split \\ -- (eval $COMP_WORDS[1]) + end + complete -fa "(__fish_complete_pip)" -c {prog} + """, + "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/python3.11/site-packages/pip/_internal/commands/configuration.py b/env/lib/python3.11/site-packages/pip/_internal/commands/configuration.py new file mode 100755 index 0000000..84b134e --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,282 @@ +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( + "Editor Subprocess exited with exit code {}".format(e.returncode) + ) + + def _get_n_args(self, args: List[str], example: str, n: int) -> Any: + """Helper to make sure the command got the right number of arguments""" + if len(args) != n: + msg = ( + "Got unexpected number of arguments, expected {}. " + '(example: "{} config {}")' + ).format(n, get_prog(), example) + raise PipError(msg) + + if n == 1: + return args[0] + else: + return args + + def _save_configuration(self) -> None: + # We successfully ran a modifying command. Need to save the + # configuration. + try: + self.configuration.save() + except Exception: + logger.exception( + "Unable to save configuration. Please report this as a bug." + ) + raise PipError("Internal Error.") + + def _determine_editor(self, options: Values) -> str: + if options.editor is not None: + return options.editor + elif "VISUAL" in os.environ: + return os.environ["VISUAL"] + elif "EDITOR" in os.environ: + return os.environ["EDITOR"] + else: + raise PipError("Could not determine editor to use.") diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/debug.py b/env/lib/python3.11/site-packages/pip/_internal/commands/debug.py new file mode 100755 index 0000000..2a3e7d2 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,199 @@ +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) -> 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" + + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + + +def get_vendor_version_from_module(module_name: str) -> Optional[str]: + module = get_module_from_module_name(module_name) + version = getattr(module, "__version__", None) + + if not version: + # Try to find version in debundled module info. + 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" + " be {})".format(expected_version) + ) + logger.info("%s==%s%s", module_name, actual_version, extra_message) + + +def show_vendor_versions() -> None: + logger.info("vendored library versions:") + + vendor_txt_versions = create_vendor_txt_map() + with indent_log(): + show_actual_vendor_versions(vendor_txt_versions) + + +def show_tags(options: Values) -> None: + tag_limit = 10 + + target_python = make_target_python(options) + tags = target_python.get_tags() + + # Display the target options that were explicitly provided. + formatted_target = target_python.format_given() + suffix = "" + if formatted_target: + suffix = f" (target: {formatted_target})" + + msg = "Compatible tags: {}{}".format(len(tags), suffix) + logger.info(msg) + + if options.verbose < 1 and len(tags) > tag_limit: + tags_limited = True + tags = tags[:tag_limit] + else: + tags_limited = False + + with indent_log(): + for tag in tags: + logger.info(str(tag)) + + if tags_limited: + msg = ( + "...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" + ).format(tag_limit=tag_limit) + logger.info(msg) + + +def ca_bundle_info(config: Configuration) -> str: + levels = set() + for key, _ in config.items(): + levels.add(key.split(".")[0]) + + if not levels: + return "Not specified" + + levels_that_override_global = ["install", "wheel", "download"] + global_overriding_level = [ + level for level in levels if level in levels_that_override_global + ] + if not global_overriding_level: + return "global" + + if "global" in levels: + levels.remove("global") + return ", ".join(levels) + + +class DebugCommand(Command): + """ + Display debug information. + """ + + usage = """ + %prog """ + ignore_require_venv = True + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + self.parser.insert_option_group(0, self.cmd_opts) + self.parser.config.load() + + def run(self, options: Values, args: List[str]) -> int: + logger.warning( + "This command is only meant for debugging. " + "Do not use this with automation for parsing and getting these " + "details, since the output and options of this command may " + "change without notice." + ) + show_value("pip version", get_pip_version()) + show_value("sys.version", sys.version) + show_value("sys.executable", sys.executable) + show_value("sys.getdefaultencoding", sys.getdefaultencoding()) + show_value("sys.getfilesystemencoding", sys.getfilesystemencoding()) + show_value( + "locale.getpreferredencoding", + locale.getpreferredencoding(), + ) + show_value("sys.platform", sys.platform) + show_sys_implementation() + + show_value("'cert' config value", ca_bundle_info(self.parser.config)) + show_value("REQUESTS_CA_BUNDLE", os.environ.get("REQUESTS_CA_BUNDLE")) + show_value("CURL_CA_BUNDLE", os.environ.get("CURL_CA_BUNDLE")) + show_value("pip._vendor.certifi.where()", where()) + show_value("pip._vendor.DEBUNDLED", pip._vendor.DEBUNDLED) + + show_vendor_versions() + + show_tags(options) + + return SUCCESS diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/download.py b/env/lib/python3.11/site-packages/pip/_internal/commands/download.py new file mode 100755 index 0000000..4132e08 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,149 @@ +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 ( + LegacySetupPyOptionsCheckMode, + 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, LegacySetupPyOptionsCheckMode.DOWNLOAD + ) + + 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) + if downloaded: + write_output("Successfully downloaded %s", " ".join(downloaded)) + + return SUCCESS diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/freeze.py b/env/lib/python3.11/site-packages/pip/_internal/commands/freeze.py new file mode 100755 index 0000000..6e9cc76 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,97 @@ +import sys +from optparse import Values +from typing import List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.freeze import freeze +from pip._internal.utils.compat import stdlib_pkgs + +DEV_PKGS = {"pip", "setuptools", "distribute", "wheel", "pkg-resources"} + + +class FreezeCommand(Command): + """ + Output installed packages in requirements format. + + packages are listed in a case-insensitive sorted order. + """ + + usage = """ + %prog [options]""" + log_streams = ("ext://sys.stderr", "ext://sys.stderr") + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Use the order in the given requirements file and its " + "comments when generating output. This option can be " + "used multiple times." + ), + ) + self.cmd_opts.add_option( + "-l", + "--local", + dest="local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not output " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--all", + dest="freeze_all", + action="store_true", + help=( + "Do not skip these packages in the output:" + " {}".format(", ".join(DEV_PKGS)) + ), + ) + self.cmd_opts.add_option( + "--exclude-editable", + dest="exclude_editable", + action="store_true", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + skip = set(stdlib_pkgs) + if not options.freeze_all: + skip.update(DEV_PKGS) + + if options.excludes: + skip.update(options.excludes) + + cmdoptions.check_list_path_option(options) + + for line in freeze( + requirement=options.requirements, + local_only=options.local, + user_only=options.user, + paths=options.path, + isolated=options.isolated_mode, + skip=skip, + exclude_editable=options.exclude_editable, + ): + sys.stdout.write(line + "\n") + return SUCCESS diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/hash.py b/env/lib/python3.11/site-packages/pip/_internal/commands/hash.py new file mode 100755 index 0000000..042dac8 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/commands/help.py b/env/lib/python3.11/site-packages/pip/_internal/commands/help.py new file mode 100755 index 0000000..6206631 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/commands/index.py b/env/lib/python3.11/site-packages/pip/_internal/commands/index.py new file mode 100755 index 0000000..7267eff --- /dev/null +++ b/env/lib/python3.11/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( + "No matching distribution found for {}".format(query) + ) + + formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] + latest = formatted_versions[0] + + write_output("{} ({})".format(query, latest)) + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(query, latest) diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/inspect.py b/env/lib/python3.11/site-packages/pip/_internal/commands/inspect.py new file mode 100755 index 0000000..27c8fa3 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/commands/install.py b/env/lib/python3.11/site-packages/pip/_internal/commands/install.py new file mode 100755 index 0000000..b20aedd --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,873 @@ +import errno +import json +import operator +import os +import shutil +import site +from optparse import SUPPRESS_HELP, Values +from typing import Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name +from pip._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.format_control import FormatControl +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, + LegacySetupPyOptionsCheckMode, + check_legacy_setup_py_options, +) +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import ( + LegacyInstallReasonFailedBdistWheel, + deprecated, +) +from pip._internal.utils.distutils_args import parse_distutils_args +from pip._internal.utils.filesystem import test_writable_dir +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + 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 ( + BdistWheelAllowedPredicate, + build, + should_build_for_install_command, +) + +logger = getLogger(__name__) + + +def get_check_bdist_wheel_allowed( + format_control: FormatControl, +) -> BdistWheelAllowedPredicate: + def check_binary_allowed(req: InstallRequirement) -> bool: + canonical_name = canonicalize_name(req.name or "") + allowed_formats = format_control.get_allowed_formats(canonical_name) + return "binary" in allowed_formats + + return check_binary_allowed + + +class InstallCommand(RequirementCommand): + """ + Install packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports installing from "requirements files", which provide + an easy way to specify a whole environment to be installed. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.pre()) + + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option( + "--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" + ), + ) + + 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.install_options()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--compile", + action="store_true", + dest="compile", + default=True, + help="Compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-compile", + action="store_false", + dest="compile", + help="Do not compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-warn-script-location", + action="store_false", + dest="warn_script_location", + default=True, + help="Do not warn when installing scripts outside PATH", + ) + self.cmd_opts.add_option( + "--no-warn-conflicts", + action="store_false", + dest="warn_about_conflicts", + default=True, + help="Do not warn about broken dependencies", + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + 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) + + install_options = options.install_options or [] + + logger.verbose("Using %s", get_pip_version()) + options.use_user_site = decide_user_install( + options.use_user_site, + prefix_path=options.prefix_path, + target_dir=options.target_dir, + root_path=options.root_path, + isolated_mode=options.isolated_mode, + ) + + target_temp_dir: Optional[TempDirectory] = None + target_temp_dir_path: Optional[str] = None + if options.target_dir: + options.ignore_installed = True + options.target_dir = os.path.abspath(options.target_dir) + if ( + # fmt: off + os.path.exists(options.target_dir) and + not os.path.isdir(options.target_dir) + # fmt: on + ): + raise CommandError( + "Target path exists but is not a directory, will not continue." + ) + + # Create a target directory for using with the target option + target_temp_dir = TempDirectory(kind="target") + target_temp_dir_path = target_temp_dir.path + self.enter_context(target_temp_dir) + + global_options = options.global_options or [] + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + 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, LegacySetupPyOptionsCheckMode.INSTALL + ) + + if "no-binary-enable-wheel-cache" in options.features_enabled: + # TODO: remove format_control from WheelCache when the deprecation cycle + # is over + wheel_cache = WheelCache(options.cache_dir) + else: + if options.format_control.no_binary: + deprecated( + reason=( + "--no-binary currently disables reading from " + "the cache of locally built wheels. In the future " + "--no-binary will not influence the wheel cache." + ), + replacement="to use the --no-cache-dir option", + feature_flag="no-binary-enable-wheel-cache", + issue=11453, + gone_in="23.1", + ) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + # Only when installing is it permitted to use PEP 660. + # In other circumstances (pip wheel, pip download) we generate + # regular (i.e. non editable) metadata and wheels. + for req in reqs: + req.permit_editable_wheels = True + + reject_location_related_install_options(reqs, options.install_options) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + 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: + 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) + + check_bdist_wheel_allowed = get_check_bdist_wheel_allowed( + finder.format_control + ) + + reqs_to_build = [ + r + for r in requirement_set.requirements.values() + if should_build_for_install_command(r, check_bdist_wheel_allowed) + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + build_options=[], + global_options=global_options, + ) + + # If we're using PEP 517, we cannot do a legacy setup.py install + # so we fail here. + pep517_build_failure_names: List[str] = [ + r.name for r in build_failures if r.use_pep517 # type: ignore + ] + if pep517_build_failure_names: + raise InstallationError( + "Could not build wheels for {}, which is required to " + "install pyproject.toml-based projects".format( + ", ".join(pep517_build_failure_names) + ) + ) + + # For now, we just warn about failures building legacy + # requirements, as we'll fall through to a setup.py install for + # those. + for r in build_failures: + if not r.use_pep517: + r.legacy_install_reason = LegacyInstallReasonFailedBdistWheel + + to_install = resolver.get_installation_order(requirement_set) + + # Check for conflicts in the package set we're installing. + conflicts: Optional[ConflictDetails] = None + should_warn_about_conflicts = ( + not options.ignore_dependencies and options.warn_about_conflicts + ) + if should_warn_about_conflicts: + conflicts = self._determine_conflicts(to_install) + + # Don't warn about script install locations if + # --target or --prefix has been specified + warn_script_location = options.warn_script_location + if options.target_dir or options.prefix_path: + warn_script_location = False + + installed = install_given_reqs( + to_install, + install_options, + global_options, + root=options.root_path, + home=target_temp_dir_path, + prefix=options.prefix_path, + warn_script_location=warn_script_location, + use_user_site=options.use_user_site, + pycompile=options.compile, + ) + + lib_locations = get_lib_location_guesses( + user=options.use_user_site, + home=target_temp_dir_path, + root=options.root_path, + prefix=options.prefix_path, + isolated=options.isolated_mode, + ) + env = get_environment(lib_locations) + + installed.sort(key=operator.attrgetter("name")) + items = [] + for result in installed: + item = result.name + try: + installed_dist = env.get_distribution(item) + if installed_dist is not None: + item = f"{item}-{installed_dist.version}" + except Exception: + pass + items.append(item) + + if conflicts is not None: + self._warn_about_conflicts( + conflicts, + resolver_variant=self.determine_resolver_variant(options), + ) + + installed_desc = " ".join(items) + if installed_desc: + write_output( + "Successfully installed %s", + installed_desc, + ) + except OSError as error: + show_traceback = self.verbosity >= 1 + + message = create_os_error_message( + error, + show_traceback, + options.use_user_site, + ) + logger.error(message, exc_info=show_traceback) # noqa + + return ERROR + + if options.target_dir: + assert target_temp_dir + self._handle_target_dir( + options.target_dir, target_temp_dir, options.upgrade + ) + 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 == "2020-resolver" + parts.append( + "pip's dependency resolver does not currently take into account " + "all the packages that are installed. This behaviour is the " + "source of the following dependency conflicts." + ) + + # NOTE: There is some duplication here, with commands/check.py + for project_name in missing: + version = package_set[project_name][0] + for dependency in missing[project_name]: + message = ( + "{name} {version} requires {requirement}, " + "which is not installed." + ).format( + name=project_name, + version=version, + requirement=dependency[1], + ) + parts.append(message) + + for project_name in conflicting: + version = package_set[project_name][0] + for dep_name, dep_version, req in conflicting[project_name]: + message = ( + "{name} {version} requires {requirement}, but {you} have " + "{dep_name} {dep_version} which is incompatible." + ).format( + name=project_name, + version=version, + requirement=req, + dep_name=dep_name, + dep_version=dep_version, + you=("you" if resolver_variant == "2020-resolver" else "you'll"), + ) + parts.append(message) + + logger.critical("\n".join(parts)) + + +def get_lib_location_guesses( + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> List[str]: + scheme = get_scheme( + "", + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + return [scheme.purelib, scheme.platlib] + + +def site_packages_writable(root: Optional[str], isolated: bool) -> bool: + return all( + test_writable_dir(d) + for d in set(get_lib_location_guesses(root=root, isolated=isolated)) + ) + + +def decide_user_install( + use_user_site: Optional[bool], + prefix_path: Optional[str] = None, + target_dir: Optional[str] = None, + root_path: Optional[str] = None, + isolated_mode: bool = False, +) -> bool: + """Determine whether to do a user install based on the input options. + + If use_user_site is False, no additional checks are done. + If use_user_site is True, it is checked for compatibility with other + options. + If use_user_site is None, the default behaviour depends on the environment, + which is provided by the other arguments. + """ + # In some cases (config from tox), use_user_site can be set to an integer + # rather than a bool, which 'use_user_site is False' wouldn't catch. + if (use_user_site is not None) and (not use_user_site): + logger.debug("Non-user install by explicit request") + return False + + if use_user_site: + if prefix_path: + raise CommandError( + "Can not combine '--user' and '--prefix' as they imply " + "different installation locations" + ) + if virtualenv_no_global(): + raise InstallationError( + "Can not perform a '--user' install. User site-packages " + "are not visible in this virtualenv." + ) + logger.debug("User install by explicit request") + return True + + # If we are here, user installs have not been explicitly requested/avoided + assert use_user_site is None + + # user install incompatible with --prefix/--target + if prefix_path or target_dir: + logger.debug("Non-user install due to --prefix or --target option") + return False + + # If user installs are not enabled, choose a non-user install + if not site.ENABLE_USER_SITE: + logger.debug("Non-user install because user site-packages disabled") + return False + + # If we have permission for a non-user install, do that, + # otherwise do a user install. + if site_packages_writable(root=root_path, isolated=isolated_mode): + logger.debug("Non-user install because site-packages writeable") + return False + + logger.info( + "Defaulting to user installation because normal site-packages " + "is not writeable" + ) + return True + + +def reject_location_related_install_options( + requirements: List[InstallRequirement], options: Optional[List[str]] +) -> None: + """If any location-changing --install-option arguments were passed for + requirements or on the command-line, then show a deprecation warning. + """ + + def format_options(option_names: Iterable[str]) -> List[str]: + return ["--{}".format(name.replace("_", "-")) for name in option_names] + + offenders = [] + + for requirement in requirements: + install_options = requirement.install_options + location_options = parse_distutils_args(install_options) + if location_options: + offenders.append( + "{!r} from {}".format( + format_options(location_options.keys()), requirement + ) + ) + + if options: + location_options = parse_distutils_args(options) + if location_options: + offenders.append( + "{!r} from command line".format(format_options(location_options.keys())) + ) + + if not offenders: + return + + raise CommandError( + "Location-changing options found in --install-option: {}." + " This is unsupported, use pip-level options like --user," + " --prefix, --root, and --target instead.".format("; ".join(offenders)) + ) + + +def create_os_error_message( + error: OSError, show_traceback: bool, using_user_site: bool +) -> str: + """Format an error message for an OSError + + It may occur anytime during the execution of the install command. + """ + parts = [] + + # Mention the error if we are not going to show a traceback + parts.append("Could not install packages due to an OSError") + if not show_traceback: + parts.append(": ") + parts.append(str(error)) + else: + parts.append(".") + + # Spilt the error indication from a helper message (if any) + parts[-1] += "\n" + + # Suggest useful actions to the user: + # (1) using user site-packages or (2) verifying the permissions + if error.errno == errno.EACCES: + user_option_part = "Consider using the `--user` option" + permissions_part = "Check the permissions" + + if not running_under_virtualenv() and not using_user_site: + parts.extend( + [ + user_option_part, + " or ", + permissions_part.lower(), + ] + ) + else: + parts.append(permissions_part) + parts.append(".\n") + + # Suggest the user to enable Long Paths if path length is + # more than 260 + if ( + WINDOWS + and error.errno == errno.ENOENT + and error.filename + and len(error.filename) > 260 + ): + parts.append( + "HINT: This error might have occurred since " + "this system does not have Windows Long Path " + "support enabled. You can find information on " + "how to enable this at " + "https://pip.pypa.io/warnings/enable-long-paths\n" + ) + + return "".join(parts).strip() + "\n" diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/list.py b/env/lib/python3.11/site-packages/pip/_internal/commands/list.py new file mode 100755 index 0000000..ba6459c --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,367 @@ +import json +import logging +from optparse import Values +from typing import TYPE_CHECKING, Generator, List, Optional, Sequence, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.misc import tabulate, write_output + +if TYPE_CHECKING: + from pip._internal.metadata.base import DistributionVersion + + class _DistWithLatestInfo(BaseDistribution): + """Give the distribution object a couple of extra fields. + + These will be populated during ``get_outdated()``. This is dirty but + makes the rest of the code much cleaner. + """ + + latest_version: DistributionVersion + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +from pip._vendor.packaging.version import parse + +logger = logging.getLogger(__name__) + + +class ListCommand(IndexGroupCommand): + """ + List installed packages, including editables. + + Packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-o", + "--outdated", + action="store_true", + default=False, + help="List outdated packages", + ) + self.cmd_opts.add_option( + "-u", + "--uptodate", + action="store_true", + default=False, + help="List uptodate packages", + ) + self.cmd_opts.add_option( + "-e", + "--editable", + action="store_true", + default=False, + help="List editable projects.", + ) + self.cmd_opts.add_option( + "-l", + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="columns", + choices=("columns", "freeze", "json"), + help="Select the output format among: columns (default), freeze, or json", + ) + + 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' can not be used with the --outdated option." + ) + + cmdoptions.check_list_path_option(options) + + skip = set(stdlib_pkgs) + if options.excludes: + skip.update(canonicalize_name(n) for n in options.excludes) + + packages: "_ProcessedDists" = [ + cast("_DistWithLatestInfo", d) + for d in get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + editables_only=options.editable, + include_editables=options.include_editable, + skip=skip, + ) + ] + + # get_not_required must be called firstly in order to find and + # filter out all dependencies correctly. Otherwise a package + # can't be identified as requirement because some parent packages + # could be filtered out before. + if options.not_required: + packages = self.get_not_required(packages, options) + + if options.outdated: + packages = self.get_outdated(packages, options) + elif options.uptodate: + packages = self.get_uptodate(packages, options) + + self.output_package_listing(packages, options) + return SUCCESS + + def get_outdated( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if parse(str(dist.latest_version)) > parse(str(dist.version)) + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if parse(str(dist.latest_version)) == parse(str(dist.version)) + ] + + def get_not_required( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + dep_keys = { + canonicalize_name(dep.name) + for dist in packages + for dep in (dist.iter_dependencies() or ()) + } + + # Create a set to remove duplicate packages, and cast it to a list + # to keep the return type consistent with get_outdated and + # get_uptodate + return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys}) + + def iter_packages_latest_infos( + self, packages: "_ProcessedDists", options: Values + ) -> Generator["_DistWithLatestInfo", None, None]: + with self._build_session(options) as session: + finder = self._build_package_finder(options, session) + + def latest_info( + dist: "_DistWithLatestInfo", + ) -> Optional["_DistWithLatestInfo"]: + all_candidates = finder.find_all_candidates(dist.canonical_name) + if not options.pre: + # Remove prereleases + all_candidates = [ + candidate + for candidate in all_candidates + if not candidate.version.is_prerelease + ] + + evaluator = finder.make_candidate_evaluator( + project_name=dist.canonical_name, + ) + best_candidate = evaluator.sort_best_candidate(all_candidates) + if best_candidate is None: + return None + + remote_version = best_candidate.version + if best_candidate.link.is_wheel: + typ = "wheel" + else: + typ = "sdist" + dist.latest_version = remote_version + dist.latest_filetype = typ + return dist + + for dist in map(latest_info, packages): + if dist is not None: + yield dist + + def output_package_listing( + self, packages: "_ProcessedDists", options: Values + ) -> None: + packages = sorted( + packages, + key=lambda dist: dist.canonical_name, + ) + if options.list_format == "columns" and packages: + data, header = format_for_columns(packages, options) + self.output_package_listing_columns(data, header) + elif options.list_format == "freeze": + for dist in packages: + if options.verbose >= 1: + write_output( + "%s==%s (%s)", dist.raw_name, dist.version, dist.location + ) + else: + write_output("%s==%s", dist.raw_name, dist.version) + elif options.list_format == "json": + write_output(format_for_json(packages, options)) + + def output_package_listing_columns( + self, data: List[List[str]], header: List[str] + ) -> None: + # insert the header first: we need to know the size of column names + if len(data) > 0: + data.insert(0, header) + + pkg_strings, sizes = tabulate(data) + + # Create and add a separator. + if len(data) > 0: + pkg_strings.insert(1, " ".join(map(lambda x: "-" * x, sizes))) + + for val in pkg_strings: + write_output(val) + + +def format_for_columns( + pkgs: "_ProcessedDists", options: Values +) -> Tuple[List[List[str]], List[str]]: + """ + Convert the package data into something usable + by output_package_listing_columns. + """ + header = ["Package", "Version"] + + running_outdated = options.outdated + if running_outdated: + header.extend(["Latest", "Type"]) + + has_editables = any(x.editable for x in pkgs) + if has_editables: + header.append("Editable project location") + + if options.verbose >= 1: + header.append("Location") + if options.verbose >= 1: + header.append("Installer") + + data = [] + for proj in pkgs: + # if we're working on the 'outdated' list, separate out the + # latest_version and type + row = [proj.raw_name, str(proj.version)] + + if running_outdated: + row.append(str(proj.latest_version)) + row.append(proj.latest_filetype) + + if has_editables: + row.append(proj.editable_project_location or "") + + if options.verbose >= 1: + row.append(proj.location or "") + if options.verbose >= 1: + row.append(proj.installer) + + data.append(row) + + return data, header + + +def format_for_json(packages: "_ProcessedDists", options: Values) -> str: + data = [] + for dist in packages: + info = { + "name": dist.raw_name, + "version": str(dist.version), + } + if options.verbose >= 1: + info["location"] = dist.location or "" + info["installer"] = dist.installer + if options.outdated: + info["latest_version"] = str(dist.latest_version) + info["latest_filetype"] = dist.latest_filetype + editable_project_location = dist.editable_project_location + if editable_project_location: + info["editable_project_location"] = editable_project_location + data.append(info) + return json.dumps(data) diff --git a/env/lib/python3.11/site-packages/pip/_internal/commands/search.py b/env/lib/python3.11/site-packages/pip/_internal/commands/search.py new file mode 100755 index 0000000..03ed925 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/commands/show.py b/env/lib/python3.11/site-packages/pip/_internal/commands/show.py new file mode 100755 index 0000000..3f10701 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/commands/uninstall.py b/env/lib/python3.11/site-packages/pip/_internal/commands/uninstall.py new file mode 100755 index 0000000..f198fc3 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/commands/wheel.py b/env/lib/python3.11/site-packages/pip/_internal/commands/wheel.py new file mode 100755 index 0000000..1afbd56 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,203 @@ +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, + LegacySetupPyOptionsCheckMode, + check_legacy_setup_py_options, +) +from pip._internal.utils.deprecation import deprecated +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) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + 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, LegacySetupPyOptionsCheckMode.WHEEL + ) + + if "no-binary-enable-wheel-cache" in options.features_enabled: + # TODO: remove format_control from WheelCache when the deprecation cycle + # is over + wheel_cache = WheelCache(options.cache_dir) + else: + if options.format_control.no_binary: + deprecated( + reason=( + "--no-binary currently disables reading from " + "the cache of locally built wheels. In the future " + "--no-binary will not influence the wheel cache." + ), + replacement="to use the --no-cache-dir option", + feature_flag="no-binary-enable-wheel-cache", + issue=11453, + gone_in="23.1", + ) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + 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) + + # 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/python3.11/site-packages/pip/_internal/configuration.py b/env/lib/python3.11/site-packages/pip/_internal/configuration.py new file mode 100755 index 0000000..8fd46c9 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/configuration.py @@ -0,0 +1,374 @@ +"""Configuration management setup + +Some terminology: +- name + As written in config files. +- value + Value associated with a name +- key + Name combined with it's section (section.name) +- variant + A single word describing where the configuration key-value pair came from +""" + +import configparser +import locale +import os +import sys +from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple + +from pip._internal.exceptions import ( + ConfigurationError, + ConfigurationFileCouldNotBeLoaded, +) +from pip._internal.utils import appdirs +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ensure_dir, enum + +RawConfigParser = configparser.RawConfigParser # Shorthand +Kind = NewType("Kind", str) + +CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" +ENV_NAMES_IGNORED = "version", "help" + +# The kinds of configurations there are. +kinds = enum( + USER="user", # User Specific + GLOBAL="global", # System Wide + SITE="site", # [Virtual] Environment Specific + ENV="env", # from PIP_CONFIG_FILE + ENV_VAR="env-var", # from Environment Variables +) +OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR +VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE + +logger = getLogger(__name__) + + +# NOTE: Maybe use the optionx attribute to normalize keynames. +def _normalize_name(name: str) -> str: + """Make a name consistent regardless of source (environment or file)""" + name = name.lower().replace("_", "-") + if name.startswith("--"): + name = name[2:] # only prefer long opts + return name + + +def _disassemble_key(name: str) -> List[str]: + if "." not in name: + error_message = ( + "Key does not contain dot separated section and key. " + "Perhaps you wanted to use 'global.{}' instead?" + ).format(name) + raise ConfigurationError(error_message) + return name.split(".", 1) + + +def get_configuration_files() -> Dict[Kind, List[str]]: + global_config_files = [ + os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip") + ] + + site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME) + legacy_config_file = os.path.join( + os.path.expanduser("~"), + "pip" if WINDOWS else ".pip", + CONFIG_BASENAME, + ) + new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME) + return { + kinds.GLOBAL: global_config_files, + kinds.SITE: [site_config_file], + kinds.USER: [legacy_config_file, new_config_file], + } + + +class Configuration: + """Handles management of configuration. + + Provides an interface to accessing and managing configuration files. + + This class converts provides an API that takes "section.key-name" style + keys and stores the value associated with it as "key-name" under the + section "section". + + This allows for a clean interface wherein the both the section and the + key-name are preserved in an easy to manage form in the configuration files + and the data stored is also nice. + """ + + def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None: + super().__init__() + + if load_only is not None and load_only not in VALID_LOAD_ONLY: + raise ConfigurationError( + "Got invalid value for load_only - should be one of {}".format( + ", ".join(map(repr, VALID_LOAD_ONLY)) + ) + ) + self.isolated = isolated + self.load_only = load_only + + # Because we keep track of where we got the data from + self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = { + variant: [] for variant in OVERRIDE_ORDER + } + self._config: Dict[Kind, Dict[str, Any]] = { + variant: {} for variant in OVERRIDE_ORDER + } + self._modified_parsers: List[Tuple[str, RawConfigParser]] = [] + + def load(self) -> None: + """Loads configuration from configuration files and environment""" + self._load_config_files() + if not self.isolated: + self._load_environment_vars() + + def get_file_to_edit(self) -> Optional[str]: + """Returns the file with highest priority in configuration""" + assert self.load_only is not None, "Need to be specified a file to be editing" + + try: + return self._get_parser_to_modify()[0] + except IndexError: + return None + + def items(self) -> Iterable[Tuple[str, Any]]: + """Returns key-value pairs like dict.items() representing the loaded + configuration + """ + return self._dictionary.items() + + def get_value(self, key: str) -> Any: + """Get a value from the configuration.""" + 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)) + + with open(fname, "w") as f: + parser.write(f) + + # + # Private routines + # + + def _ensure_have_load_only(self) -> None: + if self.load_only is None: + raise ConfigurationError("Needed a specific file to be modifying.") + logger.debug("Will be working with %s variant only", self.load_only) + + @property + def _dictionary(self) -> Dict[str, Any]: + """A dictionary representing the loaded configuration.""" + # NOTE: Dictionaries are not populated if not loaded. So, conditionals + # are not needed here. + retval = {} + + for variant in OVERRIDE_ORDER: + retval.update(self._config[variant]) + + return retval + + def _load_config_files(self) -> None: + """Loads configuration from configuration files""" + config_files = dict(self.iter_config_files()) + if config_files[kinds.ENV][0:1] == [os.devnull]: + logger.debug( + "Skipping loading configuration files due to " + "environment's PIP_CONFIG_FILE being os.devnull" + ) + return + + for variant, files in config_files.items(): + for fname in files: + # If there's specific variant set in `load_only`, load only + # that variant, not the others. + if self.load_only is not None and variant != self.load_only: + logger.debug("Skipping file '%s' (variant: %s)", fname, variant) + continue + + parser = self._load_file(variant, fname) + + # Keeping track of the parsers used + self._parsers[variant].append((fname, parser)) + + def _load_file(self, variant: Kind, fname: str) -> RawConfigParser: + logger.verbose("For variant '%s', will try loading '%s'", variant, fname) + parser = self._construct_parser(fname) + + for section in parser.sections(): + items = parser.items(section) + self._config[variant].update(self._normalized_keys(section, items)) + + return parser + + def _construct_parser(self, fname: str) -> RawConfigParser: + parser = configparser.RawConfigParser() + # If there is no such file, don't bother reading it but create the + # parser anyway, to hold the data. + # Doing this is useful when modifying and saving files, where we don't + # need to construct a parser. + if os.path.exists(fname): + locale_encoding = locale.getpreferredencoding(False) + try: + parser.read(fname, encoding=locale_encoding) + except UnicodeDecodeError: + # See https://github.com/pypa/pip/issues/4963 + raise ConfigurationFileCouldNotBeLoaded( + reason=f"contains invalid {locale_encoding} characters", + fname=fname, + ) + except configparser.Error as error: + # See https://github.com/pypa/pip/issues/4893 + raise ConfigurationFileCouldNotBeLoaded(error=error) + return parser + + def _load_environment_vars(self) -> None: + """Loads configuration from environment variables""" + self._config[kinds.ENV_VAR].update( + self._normalized_keys(":env:", self.get_environ_vars()) + ) + + def _normalized_keys( + self, section: str, items: Iterable[Tuple[str, Any]] + ) -> Dict[str, Any]: + """Normalizes items to construct a dictionary with normalized keys. + + This routine is where the names become keys and are made the same + regardless of source - configuration files or environment. + """ + normalized = {} + for name, val in items: + key = section + "." + _normalize_name(name) + normalized[key] = val + return normalized + + def get_environ_vars(self) -> Iterable[Tuple[str, str]]: + """Returns a generator with all environmental vars with prefix PIP_""" + for key, val in os.environ.items(): + if key.startswith("PIP_"): + name = key[4:].lower() + if name not in ENV_NAMES_IGNORED: + yield name, val + + # XXX: This is patched in the tests. + def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]: + """Yields variant and configuration files associated with it. + + This should be treated like items of a dictionary. + """ + # SMELL: Move the conditions out of this function + + # environment variables have the lowest priority + config_file = os.environ.get("PIP_CONFIG_FILE", None) + if config_file is not None: + yield kinds.ENV, [config_file] + else: + yield kinds.ENV, [] + + config_files = get_configuration_files() + + # at the base we have any global configuration + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user configuration next + should_load_user_config = not self.isolated and not ( + config_file and os.path.exists(config_file) + ) + if should_load_user_config: + # The legacy config file is overridden by the new config file + yield kinds.USER, config_files[kinds.USER] + + # finally virtualenv configuration first trumping others + yield kinds.SITE, config_files[kinds.SITE] + + def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: + # Determine which parser to modify + assert self.load_only + parsers = self._parsers[self.load_only] + if not parsers: + # This should not happen if everything works correctly. + raise ConfigurationError( + "Fatal Internal error [id=2]. Please report as a bug." + ) + + # Use the highest priority parser. + return parsers[-1] + + # XXX: This is patched in the tests. + def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: + file_parser_tuple = (fname, parser) + if file_parser_tuple not in self._modified_parsers: + self._modified_parsers.append(file_parser_tuple) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/env/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py new file mode 100755 index 0000000..9a89a83 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..db290f79d9fccde598bfb8bbff009984533fe80c GIT binary patch literal 1056 zcmaJ;O;6N77@lF80sz2X0~p zfJaUmGRI>b#Cq!g7w;ePW&1|Kh!cnT1n+23{gdXKk=aDf z^e=U(gNvojmXJJb%Pk6?wlYc61mcU$G~;bD5nXuGA%sl?7hfhqhKy~KgN$+#lSCFX z^lvQSIdz~~U-Y#W~2yZKGXX=%N*FBP*H1XmzYGvXXFq#iwC@84JQo;|QZ;M;QsX6$-+Y+{MaGWuoe;-ucG5YXOS82vV=8*B($&R1W+JZX8?`iD;!tl@JGRt^yM3iEqYU$0iSn+1+oxneQ>*bM}W) zsfb|QvTx9zGYI{z7Rku=kOLc#2Z$hIFl4Ja#f(^Zan#Pz+@XmiP0dD%Be{6+(7lh$~Nv#H1sn0H4xklHw7G(H*pI*d=gq zBz}3Z4nAO44*G&iDTEfSI=E=L3=3g30&X?2PnhSgSYFpnTxZn6TzU-<7u90Xg7JBi zTKv%et|az1Wb>#bNGm#H!J2rlD{d`VYt(8*LRxhos}p2k5h^Kfc|I(L)muJpQGG5P zeF2Ph};80emH4>|o42wFzF#!@96XGIiJ z9-EHi`JQwfZh{Wj&j`vIdJz{KN7t+42xXFGZN2bo&7ehVD;{H1)UF3^r210SLMX|= zueAbFkHnSMs+2YA->osP-XpzTy?nVQJV_Ulq|`z$tij<>jF7S#8R&jdQ_WHhH+Tuo z-JChDtE!3NQ@|qT0sOOto|>g^^Y`<=nNz=-Q%}t4J#)HkPVY~g-O1cHci=eyKI9Gt zt{?CVKshbkUmJV`SaywgVkwX}TOreT5+xsV9>68W%Rm)MwZ+E)#;>kW=_HAF2L0Qt z9_!JG{O6TsrG5+jQGV@7d2X*f*EZ+)8Ffsqp>NT6tR8ucIGzX?R&5ZEyG`oeak|@3 z;KGHQzd!!3-+Tf@D;e!2KMOdYR6s{x>4ht!=l4v=X^1%;a=9Of%`3nBzdk$6!}y{6n2_uKs`;s9qAk0DziIo=&Qi zH9JUw3#sg6`+T*7VE*YHJ)I0plq>9ICp#%4JKuie{SJcp5Ij$#+*CsD0^}LRLd}f#fE=!%XIKO!9qfg;nZNx6>8l>vt zg?Y7`^$&OjmZ}NGR{%O`!!Y(yaZ5kX(ADY@8 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f4b7fdd09f81a756c5cb8d0d484c70f235c78a5f GIT binary patch literal 1565 zcmaJ>&yUka6dpUa<4qH?P(W%6)IuN>A?$^fdI43ULLfM-P}`F)Bil3C82oEz#uZuh zu&Ow4=$-!nRPoQG5{Io%m3r#UXgP7}d$u=C+J(vZn>X*h@x1rF=e!<`1_Z`q{{jC) zC*&{O91pV-j_!l-k}$%wgru6UX(;Q7p7#7+Bli*`HGNYfI(a~t@tiP|Yp;5Qyn&}3 zzQwE`$fW-_ZYNrG_HHPZ2qJYahBXdL73Ue~M~{Q(X|T)h#~I@S6r0}#lCL^N-5Z<5 z?lwo?fbf!V;%kifI@A0f)44I#S?{^wo6O)A#MEaNJUZ)7ZDxbsW_^fhqdNC6lPX9O z&Q>qlfAKvp1eZKh(g`vrK6Y}7Hb!?aaA5p6i>1SIE}bk_PR2O{@3{j;a5WmQOjw}84c%9 z9z*hED)Bz&gY;&3%Dvqfn3UeVJStP<&MW3>mS94!VcIo880zNL#r4}Yf%U&&TjuD`&5N}O zYi*G)FV%gNZ1UCD^#)1;KH{T9>x%&}M&r-SN0hTap?A)=Bwb-)Z^%R$PLMutj76Q1>)VJ0y1(>+_J@S**`P avb|WJwRKv9^#2cw3tR6{{r&`7!^%IN;je}O literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..a45c92321554e41c6372927d6881ff39512f7439 GIT binary patch literal 8967 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/distributions/base.py b/env/lib/python3.11/site-packages/pip/_internal/distributions/base.py new file mode 100755 index 0000000..75ce2dc --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/distributions/base.py @@ -0,0 +1,39 @@ +import abc + +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata.base import BaseDistribution +from pip._internal.req import InstallRequirement + + +class AbstractDistribution(metaclass=abc.ABCMeta): + """A base class for handling installable artifacts. + + The requirements for anything installable are as follows: + + - we must be able to determine the requirement name + (or we can't correctly handle the non-upgrade case). + + - for packages with setup requirements, we must also be able + to determine their requirements without installing additional + packages (for the same reason as run-time dependencies) + + - we must be able to create a Distribution object exposing the + above metadata. + """ + + def __init__(self, req: InstallRequirement) -> None: + super().__init__() + self.req = req + + @abc.abstractmethod + def get_metadata_distribution(self) -> BaseDistribution: + raise NotImplementedError() + + @abc.abstractmethod + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + raise NotImplementedError() diff --git a/env/lib/python3.11/site-packages/pip/_internal/distributions/installed.py b/env/lib/python3.11/site-packages/pip/_internal/distributions/installed.py new file mode 100755 index 0000000..edb38aa --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,23 @@ +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution + + +class InstalledDistribution(AbstractDistribution): + """Represents an installed package. + + This does not need any preparation as the required information has already + been computed. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + assert self.req.satisfied_by is not None, "not actually installed" + return self.req.satisfied_by + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/env/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py b/env/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py new file mode 100755 index 0000000..4c25647 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,150 @@ +import logging +from typing import Iterable, Set, Tuple + +from pip._internal.build_env import BuildEnvironment +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.exceptions import InstallationError +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +class SourceDistribution(AbstractDistribution): + """Represents a source distribution. + + The preparation step for these needs metadata for the packages to be + generated, either using PEP 517 or using the legacy `setup.py egg_info`. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + return self.req.get_dist() + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + 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/python3.11/site-packages/pip/_internal/distributions/wheel.py b/env/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py new file mode 100755 index 0000000..03aac77 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,34 @@ +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) + + +class WheelDistribution(AbstractDistribution): + """Represents a wheel distribution. + + This does not need any preparation as wheels can be directly unpacked. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + """Loads the metadata from the wheel file into memory and returns a + Distribution that uses it, not relying on the wheel file or + requirement. + """ + assert self.req.local_file_path, "Set as part of preparation during download" + assert self.req.name, "Wheels are never unnamed" + wheel = FilesystemWheel(self.req.local_file_path) + return get_wheel_distribution(wheel, canonicalize_name(self.req.name)) + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/env/lib/python3.11/site-packages/pip/_internal/exceptions.py b/env/lib/python3.11/site-packages/pip/_internal/exceptions.py new file mode 100755 index 0000000..d452729 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,747 @@ +"""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 "None {} metadata found for distribution: {}".format( + self.metadata_name, + self.dist, + ) + + +class UserInstallationInvalid(InstallationError): + """A --user install is requested on an environment without user site.""" + + def __str__(self) -> str: + return "User base directory is not specified" + + +class InvalidSchemeCombination(InstallationError): + def __str__(self) -> str: + before = ", ".join(str(a) for a in self.args[:-1]) + return f"Cannot set {before} and {self.args[-1]} together" + + +class DistributionNotFound(InstallationError): + """Raised when a distribution cannot be found to satisfy a requirement""" + + +class RequirementsFileParseError(InstallationError): + """Raised when a general error occurs parsing a requirements file line.""" + + +class BestVersionAlreadyInstalled(PipError): + """Raised when the most up-to-date version of a package is already + installed.""" + + +class BadCommand(PipError): + """Raised when virtualenv or a command is not found""" + + +class CommandError(PipError): + """Raised when there is an error in command-line arguments""" + + +class PreviousBuildDirError(PipError): + """Raised when there's a previous conflicting build directory""" + + +class NetworkConnectionError(PipError): + """HTTP connection error""" + + def __init__( + self, + error_msg: str, + response: 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 LegacyInstallFailure(DiagnosticPipError): + """Error occurred while executing `setup.py install`""" + + reference = "legacy-install-failure" + + def __init__(self, package_details: str) -> None: + super().__init__( + message="Encountered error while trying to install package.", + context=package_details, + hint_stmt="See above for output from the failure.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + +class InstallationSubprocessError(DiagnosticPipError, InstallationError): + """A subprocess call failed.""" + + reference = "subprocess-exited-with-error" + + def __init__( + self, + *, + command_description: str, + exit_code: int, + output_lines: Optional[List[str]], + ) -> None: + if output_lines is None: + output_prompt = Text("See above for output.") + else: + output_prompt = ( + Text.from_markup(f"[red][{len(output_lines)} lines of output][/]\n") + + Text("".join(output_lines)) + + Text.from_markup(R"[red]\[end of output][/]") + ) + + super().__init__( + message=( + f"[green]{escape(command_description)}[/] did not run successfully.\n" + f"exit code: {exit_code}" + ), + context=output_prompt, + hint_stmt=None, + note_stmt=( + "This error originates from a subprocess, and is likely not a " + "problem with pip." + ), + ) + + self.command_description = command_description + self.exit_code = exit_code + + def __str__(self) -> str: + return f"{self.command_description} exited with {self.exit_code}" + + +class MetadataGenerationFailed(InstallationSubprocessError, InstallationError): + reference = "metadata-generation-failed" + + def __init__( + self, + *, + package_details: str, + ) -> None: + super(InstallationSubprocessError, self).__init__( + message="Encountered error while generating package metadata.", + context=escape(package_details), + hint_stmt="See above for details.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + def __str__(self) -> str: + return "metadata generation failed" + + +class HashErrors(InstallationError): + """Multiple HashError instances rolled into one for reporting""" + + def __init__(self) -> None: + self.errors: List["HashError"] = [] + + def append(self, error: "HashError") -> None: + self.errors.append(error) + + def __str__(self) -> str: + lines = [] + self.errors.sort(key=lambda e: e.order) + for cls, errors_of_cls in groupby(self.errors, lambda e: e.__class__): + lines.append(cls.head) + lines.extend(e.body() for e in errors_of_cls) + if lines: + return "\n".join(lines) + return "" + + def __bool__(self) -> bool: + return bool(self.errors) + + +class HashError(InstallationError): + """ + A failure to verify a package against known-good hashes + + :cvar order: An int sorting hash exception classes by difficulty of + recovery (lower being harder), so the user doesn't bother fretting + about unpinned packages when he has deeper issues, like VCS + dependencies, to deal with. Also keeps error reports in a + deterministic order. + :cvar head: A section heading for display above potentially many + exceptions of this kind + :ivar req: The InstallRequirement that triggered this error. This is + pasted on after the exception is instantiated, because it's not + typically available earlier. + + """ + + req: Optional["InstallRequirement"] = None + head = "" + order: int = -1 + + def body(self) -> str: + """Return a summary of me for display under the heading. + + This default implementation simply prints a description of the + triggering requirement. + + :param req: The InstallRequirement that provoked this error, with + its link already populated by the resolver's _populate_link(). + + """ + return f" {self._requirement_name()}" + + def __str__(self) -> str: + return f"{self.head}\n{self.body()}" + + def _requirement_name(self) -> str: + """Return a description of the requirement that triggered me. + + This default implementation returns long description of the req, with + line numbers + + """ + return str(self.req) if self.req else "unknown package" + + +class VcsHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 0 + head = ( + "Can't verify hashes for these requirements because we don't " + "have a way to hash version control repositories:" + ) + + +class DirectoryUrlHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 1 + head = ( + "Can't verify hashes for these file:// requirements because they " + "point to directories:" + ) + + +class HashMissing(HashError): + """A hash was needed for a requirement but is absent.""" + + order = 2 + head = ( + "Hashes are required in --require-hashes mode, but they are " + "missing from some requirements. Here is a list of those " + "requirements along with the hashes their downloaded archives " + "actually had. Add lines like these to your requirements files to " + "prevent tampering. (If you did not enable --require-hashes " + "manually, note that it turns on automatically when any package " + "has a hash.)" + ) + + def __init__(self, gotten_hash: str) -> None: + """ + :param gotten_hash: The hash of the (possibly malicious) archive we + just downloaded + """ + self.gotten_hash = gotten_hash + + def body(self) -> str: + # Dodge circular import. + from pip._internal.utils.hashes import FAVORITE_HASH + + package = None + if self.req: + # In the case of URL-based requirements, display the original URL + # seen in the requirements file rather than the package name, + # so the output can be directly copied into the requirements file. + package = ( + self.req.original_link + if self.req.original_link + # In case someone feeds something downright stupid + # to InstallRequirement's constructor. + else getattr(self.req, "req", None) + ) + return " {} --hash={}:{}".format( + package or "unknown package", FAVORITE_HASH, self.gotten_hash + ) + + +class HashUnpinned(HashError): + """A requirement had a hash specified but was not pinned to a specific + version.""" + + order = 3 + head = ( + "In --require-hashes mode, all requirements must have their " + "versions pinned with ==. These do not:" + ) + + +class HashMismatch(HashError): + """ + Distribution file hash values don't match. + + :ivar package_name: The name of the package that triggered the hash + mismatch. Feel free to write to this after the exception is raise to + improve its error message. + + """ + + order = 4 + head = ( + "THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS " + "FILE. If you have updated the package versions, please update " + "the hashes. Otherwise, examine the package contents carefully; " + "someone may have tampered with them." + ) + + def __init__(self, allowed: Dict[str, List[str]], gots: Dict[str, "_Hash"]) -> None: + """ + :param allowed: A dict of algorithm names pointing to lists of allowed + hex digests + :param gots: A dict of algorithm names pointing to hashes we + actually got from the files under suspicion + """ + self.allowed = allowed + self.gots = gots + + def body(self) -> str: + return " {}:\n{}".format(self._requirement_name(), self._hash_comparison()) + + def _hash_comparison(self) -> str: + """ + Return a comparison of actual and expected hash values. + + Example:: + + Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde + or 123451234512345123451234512345123451234512345 + Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef + + """ + + def hash_then_or(hash_name: str) -> "chain[str]": + # For now, all the decent hashes have 6-char names, so we can get + # away with hard-coding space literals. + return chain([hash_name], repeat(" or")) + + lines: List[str] = [] + for hash_name, expecteds in self.allowed.items(): + prefix = hash_then_or(hash_name) + lines.extend( + (" Expected {} {}".format(next(prefix), e)) for e in expecteds + ) + lines.append( + " Got {}\n".format(self.gots[hash_name].hexdigest()) + ) + return "\n".join(lines) + + +class UnsupportedPythonVersion(InstallationError): + """Unsupported python version according to Requires-Python package + metadata.""" + + +class ConfigurationFileCouldNotBeLoaded(ConfigurationError): + """When there are errors while loading a configuration file""" + + def __init__( + self, + reason: str = "could not be loaded", + fname: Optional[str] = None, + error: Optional[configparser.Error] = None, + ) -> None: + super().__init__(error) + self.reason = reason + self.fname = fname + self.error = error + + def __str__(self) -> str: + if self.fname is not None: + message_part = f" in {self.fname}." + else: + assert self.error is not None + message_part = f".\n{self.error}\n" + return f"Configuration file {self.reason}{message_part}" + + +_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/python3.11/site-packages/pip/_internal/index/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/index/__init__.py new file mode 100755 index 0000000..7a17b7b --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/env/lib/python3.11/site-packages/pip/_internal/index/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/index/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..8f335b0e8a8c6b2fdde1f7938b5cd4db72eff652 GIT binary patch literal 260 zcmY*TyNUua6irlA1nb2{Y%QFN+AdoOVk3f`O&F7lMl(rvk`eVs_7fI=$<`kju(L7| zx7bsh`#AS;e%tL930SPA*bVU(i$BnJa*rcFM35B`bV>S^^T$jJJocpan5W!JqkG&4 zY|Z=h+F(o=&e(T41lQI#nQ}31FciJ!6SIJ({24T%qtQuZP#szv~1ltCZ5RLTRle J|0u5o^$BMwNQ(df literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/index/__pycache__/collector.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/index/__pycache__/collector.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..48d100e37ae52a6ccb68db2dad4cab9d0f844699 GIT binary patch literal 24566 zcmc(Hdu$tbe&-CILy8h5QE$oC*s?8AmMA~tSbijq{7f9hiJjes`(S9!NTSV$c80QJ zRZ7)Gt}7cZRtda~&}Lii-EP*oxP^<$9(={N7ZkhOEqcI_zFC-*uFI(%m0 z(eF4p?p;peqMXD_juao|+0_wsva2iVVpn(6&90uPhh4o5$#BKMmy78(XMoNv^(7s z?Me4Wds!V%sxQ4Ex`Cy=sg3FWXg^B}DKWh%x+%Rmx|#jF0?k!XaagQ>Cfj_3}SZcgn??~3k1xB?oB@xeTwJg7KP>@gfZ=l?&GX!SZcFBRVJt%vGmF-2@zBOf^W6#(i53}+fX(P%{RPV|CQy!@w_l`=Ud}y7%Y(m~K z*8XO+Kk&W-J;A@(ljAIB3v#x~`|5gmLfR&uK#M2P%R#hqQa&jSNnzY+legK%JN%aG zeKh!?)hri1#oFDDcEfc~e4gcuAZJu=tb5`MK2ACyMdWSLnB0rmex`P|r5%{(R%vJT z$<-8_8$sIjmOFYHZ5(9tyGMQzeSIGDvlsU#S-Wf=THkFbSxvUaN7^#?=ol_FBIuwrh|AD4*GR*7#ljmMMeI~A`vVvcpFU3=H zvKnsC8_&IV=2&dvT#4f6Q7oKKlR}(n{7RCelD4k%(+Kh z;f#{aW${XMCmPc|ikzEMGKmTyK&x*26EZ)#3GgnL1GJ6{m2yY9uN__F7r1-{*{m{j zwWCYELKp2?x)e<*pxNi_|$keL9=HC}L8@ zFHM{k)x?aPmQ@i;HixzQ>MN%se!qwVuM{K3a%C$zhhkDqg%J_;C$kx>Xjxg4fS4j}^MW#VYH6 z!GT|uXG&O^AMlf5m+n^QX0b4Y7~WAb7mF!lXj0h$fJ~Pvr>3fRbYCo%NX1n(7E`Iq zSguRTFqPi}FyCpPgNW7S1Txj#0G};!_l3r*-s|3bLf2iPYqc-GP!#rP!k&V#r_?vJ z?9zm8>sk=HaVqpKFu&+u21GL!)BUlSLDZ2B#A4r=i>J&Sr@5mN{JRIN9Z67rXqE0P8w?2oZ3DXxk`R z<*olEp8qblz+J%AIP&YhWfB$bZy7X>{~|PQ(XrrIpUz3nIy&c&TxaVj9ePGommL=@ zEaB`u`6eHB&);SgXktcATx0~y#D>vxKmu__j!Uw__;5y@Q)E`cni!Gr1q@sjIWHPE54(WzO+r#a_BF=>Cpm68?TEDK%{5dDE_m(F=DA$s zlX3}pfry_n>^UoEBrN`u$BrBo&6P#yX9^r6B4jhsST>KvMPrqJ5nQB~SiwTbGZo~! z6i+hYn8`l&-jF!M+Wu!?GsAQPo1yjL^}A+rxmn#!P(4SYD}?jxM+5V{^Tw0`^GwS%k9o9C7f z78`bH4ZD_(-gmXFoGZF|G*?f-)$@s~V%I;n>)Qjq)nH?_9pIZY zU-PVL&NL^v{$-uWFS#YpdyZRPd+UpiT&P+PVi#uVLyO397)$#Tb8DXdn2`!k8tH=L zLWMf4KSs$X`RzTn>(dYnNo#J1zlIlfBmtEdJU3%9U6B~BwK7Fg6T}n8&KZ=#(8X+& z!eq(kNYe&)QladshU%@zvIyMDspE!Pvoj)|Vj2snI${c{kSeNk>TEKR%+9H)D`F~n zQKo*FO6G{D))23$q@seQXBn*kLP0B9Pr^ViNMR=($&evvI3q;z;+L}E{}NbxDjS!e zgNt#ityEl@mPOKOBjPJ0TNt8+jhvaB*AOZa@eBzS=Veinq1B|58Cj|jGIVY|T9(XN z) z;h~j0o11T(h+}b#l2oT;VU19pqbIc=mkmwY?1dOt(HG?zz-70dKwy%TawSuO)I@rZi33WE@YFLDwkkS!q7HT0mdqR11YUq_ns*p_t$X)

Or<&B21Ot0?T! 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 H5B`4uZI?@Rj9 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/index/collector.py b/env/lib/python3.11/site-packages/pip/_internal/index/collector.py new file mode 100755 index 0000000..b3e293e --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,505 @@ +""" +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, + ) + for loc in self.search_scope.get_index_urls_locations(project_name) + ).values() + find_links_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=True, + cache_link_parsing=True, + ) + for loc in self.find_links + ).values() + + if logger.isEnabledFor(logging.DEBUG): + lines = [ + f"* {s.link}" + for s in itertools.chain(find_links_sources, index_url_sources) + if s is not None and s.link is not None + ] + lines = [ + f"{len(lines)} location(s) to search " + f"for versions of {project_name}:" + ] + lines + logger.debug("\n".join(lines)) + + return CollectedSources( + find_links=list(find_links_sources), + index_urls=list(index_url_sources), + ) diff --git a/env/lib/python3.11/site-packages/pip/_internal/index/package_finder.py b/env/lib/python3.11/site-packages/pip/_internal/index/package_finder.py new file mode 100755 index 0000000..b6f8d57 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1029 @@ +"""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_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_tags() + + return cls( + project_name=project_name, + supported_tags=supported_tags, + specifier=specifier, + prefer_binary=prefer_binary, + allow_all_prereleases=allow_all_prereleases, + hashes=hashes, + ) + + def __init__( + self, + project_name: str, + supported_tags: List[Tag], + specifier: specifiers.BaseSpecifier, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + hashes: Optional[Hashes] = None, + ) -> None: + """ + :param supported_tags: The PEP 425 tags supported by the target + Python in order of preference (most preferred first). + """ + self._allow_all_prereleases = allow_all_prereleases + self._hashes = hashes + self._prefer_binary = prefer_binary + self._project_name = project_name + self._specifier = specifier + self._supported_tags = supported_tags + # Since the index of the tag in the _supported_tags list is used + # as a priority, precompute a map from tag to index/priority to be + # used in wheel.find_most_preferred_tag. + self._wheel_tag_preferences = { + tag: idx for idx, tag in enumerate(supported_tags) + } + + def get_applicable_candidates( + self, + candidates: List[InstallationCandidate], + ) -> List[InstallationCandidate]: + """ + Return the applicable candidates from a list of candidates. + """ + # Using None infers from the specifier instead. + allow_prereleases = self._allow_all_prereleases or None + specifier = self._specifier + versions = { + str(v) + for v in specifier.filter( + # We turn the version object into a str here because otherwise + # when we're debundled but setuptools isn't, Python will see + # packaging.version.Version and + # pkg_resources._vendor.packaging.version.Version as different + # types. This way we'll use a str as a common data interchange + # format. If we stop using the pkg_resources provided specifier + # and start using our own, we can drop the cast to str(). + (str(c.version) for c in candidates), + prereleases=allow_prereleases, + ) + } + + # Again, converting version to str to deal with debundling. + applicable_candidates = [c for c in candidates if str(c.version) in versions] + + filtered_applicable_candidates = filter_unallowed_hashes( + candidates=applicable_candidates, + hashes=self._hashes, + project_name=self._project_name, + ) + + return sorted(filtered_applicable_candidates, key=self._sort_key) + + def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey: + """ + Function to pass as the `key` argument to a call to sorted() to sort + InstallationCandidates by preference. + + Returns a tuple such that tuples sorting as greater using Python's + default comparison operator are more preferred. + + The preference is as follows: + + First and foremost, candidates with allowed (matching) hashes are + always preferred over candidates without matching hashes. This is + because e.g. if the only candidate with an allowed hash is yanked, + we still want to use that candidate. + + Second, excepting hash considerations, candidates that have been + yanked (in the sense of PEP 592) are always less preferred than + candidates that haven't been yanked. Then: + + If not finding wheels, they are sorted by version only. + If finding wheels, then the sort order is by version, then: + 1. existing installs + 2. wheels ordered via Wheel.support_index_min(self._supported_tags) + 3. source archives + If prefer_binary was set, then all wheels are sorted above sources. + + Note: it was considered to embed this logic into the Link + comparison operators, but then different sdist links + with the same version, would have to be considered equal + """ + valid_tags = self._supported_tags + support_num = len(valid_tags) + build_tag: BuildTag = () + binary_preference = 0 + link = candidate.link + if link.is_wheel: + # can raise InvalidWheelFilename + wheel = Wheel(link.filename) + try: + pri = -( + wheel.find_most_preferred_tag( + valid_tags, self._wheel_tag_preferences + ) + ) + except ValueError: + raise UnsupportedWheel( + "{} is not a supported wheel for this platform. It " + "can't be sorted.".format(wheel.filename) + ) + if self._prefer_binary: + binary_preference = 1 + if wheel.build_tag is not None: + match = re.match(r"^(\d+)(.*)$", wheel.build_tag) + 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( + "No matching distribution found for {}".format(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/python3.11/site-packages/pip/_internal/index/sources.py b/env/lib/python3.11/site-packages/pip/_internal/index/sources.py new file mode 100755 index 0000000..eec3f12 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,224 @@ +import logging +import mimetypes +import os +import pathlib +from typing import Callable, Iterable, Optional, Tuple + +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url, url_to_path +from pip._internal.vcs import is_url + +logger = logging.getLogger(__name__) + +FoundCandidates = Iterable[InstallationCandidate] +FoundLinks = Iterable[Link] +CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]] +PageValidator = Callable[[Link], bool] + + +class LinkSource: + @property + def link(self) -> Optional[Link]: + """Returns the underlying link, if there's one.""" + raise NotImplementedError() + + def page_candidates(self) -> FoundCandidates: + """Candidates found by parsing an archive listing HTML file.""" + raise NotImplementedError() + + def file_links(self) -> FoundLinks: + """Links found by specifying archives directly.""" + raise NotImplementedError() + + +def _is_html_file(file_url: str) -> bool: + return mimetypes.guess_type(file_url, strict=False)[0] == "text/html" + + +class _FlatDirectorySource(LinkSource): + """Link source specified by ``--find-links=``. + + This looks the content of the directory, and returns: + + * ``page_candidates``: Links listed on each HTML file in the directory. + * ``file_candidates``: Archives in the directory. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + path: str, + ) -> None: + self._candidates_from_page = candidates_from_page + self._path = pathlib.Path(os.path.realpath(path)) + + @property + def link(self) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if not _is_html_file(url): + continue + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if _is_html_file(url): + continue + yield Link(url) + + +class _LocalFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to + the option, it is converted to a URL first. This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not _is_html_file(self._link.url): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + if _is_html_file(self._link.url): + return + yield self._link + + +class _RemoteFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._page_validator = page_validator + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not self._page_validator(self._link): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + yield self._link + + +class _IndexDirectorySource(LinkSource): + """``--[extra-]index-url=``. + + This is treated like a remote URL; ``candidates_from_page`` contains logic + for this by appending ``index.html`` to the link. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + return () + + +def build_source( + location: str, + *, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + expand_dir: bool, + cache_link_parsing: bool, +) -> Tuple[Optional[str], Optional[LinkSource]]: + + path: Optional[str] = None + url: Optional[str] = None + if os.path.exists(location): # Is a local path. + url = path_to_url(location) + path = location + elif location.startswith("file:"): # A file: URL. + url = location + path = url_to_path(location) + elif is_url(location): + url = location + + if url is None: + msg = ( + "Location '%s' is ignored: " + "it is either a non-existing path or lacks a specific scheme." + ) + logger.warning(msg, location) + return (None, None) + + if path is None: + source: LinkSource = _RemoteFileSource( + candidates_from_page=candidates_from_page, + page_validator=page_validator, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + + if os.path.isdir(path): + if expand_dir: + source = _FlatDirectorySource( + candidates_from_page=candidates_from_page, + path=path, + ) + else: + source = _IndexDirectorySource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + elif os.path.isfile(path): + source = _LocalFileSource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + logger.warning( + "Location '%s' is ignored: it is neither a file nor a directory.", + location, + ) + return (url, None) diff --git a/env/lib/python3.11/site-packages/pip/_internal/locations/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/locations/__init__.py new file mode 100755 index 0000000..d54bc63 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..48946d98a5cfce5e233068f3198beb0e7a0ddfb5 GIT binary patch literal 18198 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..980942ebdc2d86cc5f0a53e5a4e473760a98cc99 GIT binary patch literal 8902 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/base.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/base.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..b9471af8fb5c8812db7704bd50e0aade6a9f19f1 GIT binary patch literal 4023 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 s>x1ydo!&S^51!s_e&CU<-&) Dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} + if isolated: + dist_args["script_args"] = ["--no-user-cfg"] + + d = Distribution(dist_args) + if not ignore_config_files: + try: + d.parse_config_files() + except UnicodeDecodeError: + # Typeshed does not include find_config_files() for some reason. + paths = d.find_config_files() # type: ignore + logger.warning( + "Ignore distutils configs in %s due to encoding errors.", + ", ".join(os.path.basename(p) for p in paths), + ) + obj: Optional[DistutilsCommand] = None + obj = d.get_command_obj("install", create=True) + assert obj is not None + i = cast(distutils_install_command, obj) + # NOTE: setting user or home has the side-effect of creating the home dir + # or user base for installations during finalize_options() + # ideally, we'd prefer a scheme class that has no side-effects. + assert not (user and prefix), f"user={user} prefix={prefix}" + assert not (home and prefix), f"home={home} prefix={prefix}" + i.user = user or i.user + if user or home: + i.prefix = "" + i.prefix = prefix or i.prefix + i.home = home or i.home + i.root = root or i.root + i.finalize_options() + + scheme = {} + for key in SCHEME_KEYS: + scheme[key] = getattr(i, "install_" + key) + + # install_lib specified in setup.cfg should install *everything* + # into there (i.e. it takes precedence over both purelib and + # platlib). Note, i.install_lib is *always* set after + # finalize_options(); we only want to override here if the user + # has explicitly requested it hence going back to the config + if "install_lib" in d.get_option_dict("install"): + scheme.update(dict(purelib=i.install_lib, platlib=i.install_lib)) + + if running_under_virtualenv(): + if home: + prefix = home + elif user: + prefix = i.install_userbase + 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/python3.11/site-packages/pip/_internal/locations/_sysconfig.py b/env/lib/python3.11/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100755 index 0000000..97aef1f --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/locations/base.py b/env/lib/python3.11/site-packages/pip/_internal/locations/base.py new file mode 100755 index 0000000..3f9f896 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/main.py b/env/lib/python3.11/site-packages/pip/_internal/main.py new file mode 100755 index 0000000..33c6d24 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/metadata/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py new file mode 100755 index 0000000..9f73ca7 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,127 @@ +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 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): + 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/python3.11/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..5741bcb25b1ca47828a6098569e3f7604f5b4e22 GIT binary patch literal 6431 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..3af10ea705d476aaf4f1c3516b9a80efdd15c59c GIT binary patch literal 3585 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 Hkih>3JPwFd literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..d783e6d72783c2c24abd87cf7b7fbb717ebd6bc1 GIT binary patch literal 16878 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 str: + return field.lower().replace("-", "_") + + +def msg_to_json(msg: Message) -> Dict[str, Any]: + """Convert a Message object into a JSON-compatible dictionary.""" + + def sanitise_header(h: Union[Header, str]) -> str: + if isinstance(h, Header): + chunks = [] + for bytes, encoding in decode_header(h): + if encoding == "unknown-8bit": + try: + # See if UTF-8 works + bytes.decode("utf-8") + encoding = "utf-8" + except UnicodeDecodeError: + # If not, latin1 at least won't fail + encoding = "latin1" + chunks.append((bytes, encoding)) + return str(make_header(chunks)) + return str(h) + + result = {} + for field, multi in METADATA_FIELDS: + if field not in msg: + continue + key = json_name(field) + if multi: + value: Union[str, List[str]] = [ + sanitise_header(v) for v in msg.get_all(field) + ] + else: + value = sanitise_header(msg.get(field)) + 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/python3.11/site-packages/pip/_internal/metadata/base.py b/env/lib/python3.11/site-packages/pip/_internal/metadata/base.py new file mode 100755 index 0000000..cafb79f --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,688 @@ +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 +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.packaging import safe_extra +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. + """ + 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(): + if entry.extra in known_extras: + continue + known_extras.add(entry.extra) + yield entry.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(): + if entry.extra and entry.marker: + marker = f'({entry.marker}) and extra == "{safe_extra(entry.extra)}"' + elif entry.extra: + marker = f'extra == "{safe_extra(entry.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/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100755 index 0000000..5e7af9f --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py @@ -0,0 +1,4 @@ +from ._dists import Distribution +from ._envs import Environment + +__all__ = ["Distribution", "Environment"] diff --git a/env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..cb6d44dabb9a532aa56e6a3b8326f811b8258370 GIT binary patch literal 377 zcmY*UyG{c!5VY^|fP{Pi4WdH2f>?oq2B?DQ5E9)rmM^w0R{X;D1*PLJ;13XglQOyr ziHZ&>T`KmXP-MMY&+g2Q?2o~qhaevFdohFiyJ`L-*@5*LfH%Yu#|mkjW8C0GB|6Ph zz$tH)N#5e^CzN%5Fo-i;AB|;*UKUl9)Mo^BDM~-l8l-6RLZ(&=Qc9&nAY(hJ8nZy$B2KL#+VY|b7y3Cy0wzSsVn87b6|SD?Y0r4hyd*7@2^Z58EL%UsDkhKxU{!W8_%k?@(pP}=BdCao{RGmTlTK zyP2!ynoiBJScWYyFME%9wj6nwW$Y3DyRDWtyc~Fr%ss;^cq7tUGggrFTCul?d3kBe z!gPPgR&1|u&#sMmqtBHehfEPNCC_??mB;=?YZuFQn!Osf)BM}9_M=b)Y5ul~bmT@s zYP%xQ?qCaaoZjH*8afY{GzYF_JWFQR?7rYy-!*WBbiAx*uQ*-~8;^Kd>8xZt2mQQf z!-$czcujb3Ni95~MQVF~qEkmnkwhVVbxVbdZlvJJ6_dq z#*xyrvhGIBSm;U&$JZh0>w10j{0Uc7`m^NmZV)bdZ&B&l-B&_6Gz6-BWBUWcb!0rkh~^$%Ji=y3`I@1^;^o$1&OB#iQxTa>$L7JYRFD%Fc1d(5ae z=Bhl+5+MgAlrh_bzr#!>H?#YT&P=s4^V%W9;BV*5XaA?~neVeCZ{=R!g$O>+CEdMg z#~}bwY^WXG1UU(yT2|VCOAheJ-m@Qq`-tRBt2y8~o_%V5#G~kqr1@(ik++3zh~FSY zS9#n+FvpDM>q7ZaE8$4E29K84q^lF|M&U}Nnw8N}BtL(*;U`?)g)*@ z(swt~Xq;iF}U0UKI^o*vZrAFPZX;56usR5M;)kxpzQgJ{?AB2P?Hfj2)KWY!$m0pB zM_fL6z`kbWxd^cgN5!EVIIZ^AzY8)baR(ftR(m!d&fuv$2y&o$T zDfI$)C$VS~L^j9!Nl>97-3&*B-EH=d(l;KLE_6y4_VX7^TK-=~DJs0DOmJeMVBzM( zz=-a|3<b418-Cs564 zNQ4fWNRX4L&gb%njL3QBlnygiZg$5dyv`nzCt0xWy>FO@PG9Uf{K3+$1+;H!d8flX zsKI3SaG1AHk-g0D9S;O&#qW^|H+>*QH)I#6NKfk1jo2@6bIEaq_Iw2#N2=XR@LN}} zzxl&1j+G32NC@OxV@kEo6lw-AwWdAnxSWz3M# zozUnaL17ues}Ev%H;w>zI?iA#E?`M(Iq=;IzXsgl%7krhC%OfGh2+Z~|$nA-%T69%A%p zFtax3{mRmKuJ+rOrRg5(wc$0%89jJXGDhk7NoH8$Lu-qki`mUj7bK#3IwgTsx>7h* zok6vw^rDHA*+to5%Bxrxejt_u+%X})ZQfTLuc%i!?t=hfP!;}jq>7Rz09q(GmjWyA z3Rfd^RBXG|`mJ`{9$XmwP8e;N5OyQCIpc@xB0ypcE-;iR)#h_#*&L#1o`jBa;2K2^ zSA^Jf)W=SJtd@^{&t zcYpiFM{jhBFK^%YqWHp&_wn_|McyfLsx-H(FG|z9v-@*5_e%?pOADRS!hU|?pg6Jp zrpb@;M0)l#kkwbAKXq_@!ZTgtDQy%LA9J8|^k*Vy$?lCoCoqLleT{lA5g{wP=Ode+ zDXmZQuXW#HudDBYOE*>WPmsf`WmyModcXfWV6X1~uiv5LSa>O&COh*_X!grv*4Z-_ z%JXS*|Lzl-{qmS~v0%NjJKdT7R%iMLhYW+y-~Vf)bLDN*f0j%YtjXO%XKKDP^?l+^ NetzA2o=c49{{uz7eP;jw literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..44a98ffc8bc75c1550e74bbf929e8d6b0662d658 GIT binary patch literal 14600 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 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/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py b/env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100755 index 0000000..65c043c --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,224 @@ +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.packaging import safe_extra +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 ( + safe_extra(extra) for extra in self.metadata.get_all("Provides-Extra", []) + ) + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + contexts: Sequence[Dict[str, str]] = [{"extra": safe_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/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py b/env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100755 index 0000000..cbec59e --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py @@ -0,0 +1,188 @@ +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=None, + ) + + +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) # TODO: Enable this. + 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/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py b/env/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100755 index 0000000..f330ef1 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,270 @@ +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, +) + +logger = logging.getLogger(__name__) + + +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(extras).intersection(self._dist.extras) + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[str]: + return self._dist.extras + + +class Environment(BaseEnvironment): + def __init__(self, ws: pkg_resources.WorkingSet) -> None: + self._ws = ws + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(pkg_resources.working_set) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + return cls(pkg_resources.WorkingSet(paths)) + + def _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/python3.11/site-packages/pip/_internal/models/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/models/__init__.py new file mode 100755 index 0000000..7855226 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/models/__init__.py @@ -0,0 +1,2 @@ +"""A package that contains models that represent entities. +""" diff --git a/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..203f4871bbef58d04f3359bdcb49b71ca95a4feb GIT binary patch literal 294 zcmY*U%}N6?5Kd}QDf9un<=TTgR4*Px5d?1{cmWd%l^A0e!Y@rPu!p1s>8SX>fcTC6- zchm+CJaXOVi|&O8(7%GS>#=lMEtilj;rVzBb8G}{Jz?_36)Il?nh{G{S8;bZy=Jg? bc$1EKclj`%u^En}l*2^I=^*}@H0A0KY)e&S literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/candidate.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/candidate.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..ad74612a9be8717c29b7eb9ff45d583937824540 GIT binary patch literal 2113 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 GqyGyM4Ej|7 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/format_control.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/format_control.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..bcdba7a0e817893819a01492a0a36ff2686c681b GIT binary patch literal 4677 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/index.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/index.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..57b6f29835542252774a5ab2e8ddce5ebb7d22d3 GIT binary patch literal 1919 zcmaJ>L2DaF6rNqJq_u3Lq_!2Iny`@4A}8@Sc5tAir8I%WU|f^7rij9@*%?{uu6EZm zqYw)nba1H)KDMMsQ;O^29(wH0kc_}$ArR=PHwEWVa_XCvR*_@e(e8Wm-kZ1c=6&Dj zx5>#2g0WV5KvNn*e@i1CU`ONh8&J;>K}2y;Nm0=QMARKb5(g?mNAUJXNmUV5iAIut zq~3}oqDY$P=OP+WzCgvXf8-}t?ZKBKl^PhQ4`K2>>`!5Df=Vh;N{J1q;1{K&kpxW= z4c;V4l~cQ@tdR81L@7md>7&WAM#gruQhFCXRZ2SSlnE!+Ec;t)gD!i7KCOTDhz5*u z>IrUG#vo)wF~jnR5itLWLnt?>#U08F%eE=!hVTvQk-&E#ub2!IHRgsXj|$hf!wh$- zflIOU>A`m3M6;=~13oT%276=TS1re5NjMrC0}-Ye6*cCq+KIujrIK^`o?cZD`bl|) z1n77iz~m@4(Ednd=tO7ND5#+{5FP?1;ub@~W(+pkmqnc$4dnoKI2!J)4$wk-NH=iF z7Da?!feFwVWIQ&9)Y>1-h{LFXHiuUO$OvoR{PO_(%4$(#mtZx!3?fVeikomdBczHd zo0gG02rfTv7%V3pQy}Vvv+Wy&e?}(Ef`ArgXZ9K=*=xtyYy0uM`4ZRN$KN3G~-F88!d^3KoqdI;2?cBK9y zk-AvqmE`UHYdr+&u&<)||BI*%QC;=R6(IutkqN90oOz#ZnDw0e_v1iWc>^jw7nH~V z98dDJo{KXC7uDt{Pa@qD7Sm)ym%>nuigaakUrgPw5C63ef(7`z1~i* jchc)ktvh~Y_ik64Z7qD>OQ;j-O9bMT6ir?JqLTgtG^oiU literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..44eeb9a8854f8fe90ca573022595bf2840d04501 GIT binary patch literal 2633 zcmZ`*O>7fK6rTO@e~e8M1WD@1KnOJ{b^;U{lm;S@fU1frkPvcJZ5Qu2Sy=BnGi%yJ zriv=02DMV#LzT1*Y7U4}p-MgUz@Z0@J=$m`qLnH|s(R>cQ9!CV_06u=@j@8SzI|`z zy_tFMee>2oCzEjm?StYuJPzF7Oz@l7Vm7Y;vy2p^a2l#`MXtgZ`HD~!I5x&>VkJ}z zxxAo-E0JQvfbx z9leC-YFIDf9B20^xGdK+Q^NWUl^A*j>n02*B`68|w#I$==@6;06IyNn}BLo{TUVvw_7sxWIb9E#E=QRaE z{J3dwf0wk~N;%#ZDb~s)0s53JmCe4mQJ6IbxD5KvOj(XjBe?zf#s_$XkoH_S`BR3j&8dLwh!9&Fymhy zNZDG4jjxYTaNTQRe@5X~#hZNR3SO8;`S&>cIPPYdo z{HaM~nv0WNu#X)v4KM^V@v32HcG4i~j0%X6G*!QDCu#&qs4Z%2GE4ziSYdUeq*2n%_7MoCl%*t_&5{%w>FvB1QtKEC2e$)Y#|82glduH6 z3uF;(q-bQqa_5D*1j{$++j80kZnA3#@_gR_3lgx?7nG?;-xRn`y9!33wD~dHZ z+Uy&%`oRyTyhKf=ff*`c7#AOh^U=^G* zf%DrEDsxcnqPNktw$<5}VA%=xAYc_?RdnHFb7QaU%0Rh!63BPlGMYhk^wI8{+--i% z-#YNFb3u51%YU`!68Z%y8#w@qkYPSQ>L!@%0J)XmMK{4O;u8!FC8JWET*z;e)>g{% z6Pi(yH9855uRp>TI|k&xMFc_Kvtx^_AA9E;@ku)OIGwvc)Jzwwbiok<8g8`VibPr; zAv*!J(ElRYkrtTjMCV6KAnXzohAP6YJ2>b%#G?PP>kjD$cA@|EejJ2(`aTdi^TzJ} zzXpaKK5#DAhxLim*2HD^#7~)H&lq{$jov6U2S%-dQKv7N2EchF<{@V~*TqV-E?2N5 z*>OpNYF^VA-z76yE9ZyF)#VH(?Im56wqs{_J^l z{*TXGaf>_^K=sy#uCjAvM<~A1yHZ*^x-z>u=pYbZOT4qP6Hez6cG#S+s``xQ6!Xyy zf}Mek=ON{~VvxM|Nd&EYMJCtbkBOUMTL2w5>n&~nTbYMa$sWHvc@cHv5{%W0=!BPu zNiq&QGpNunfj9!kaqDQf@%p}j-faZ?1{!Dt`#PFv1iKS{i-W+tN}jT@XWLA;!TKKv CG>W+Z literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/link.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/link.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..d597c0bf72f373436028561e7cf96c01c51e7038 GIT binary patch literal 26465 zcmd6P4R9PscHYeXVHdl=;%7np5C8`Y5FkMOkRbR6kq||Y6hV;?MN;Pz?sVXCX8s+C$>_lB(e*OCOd$0S)RaKQ7u8UL8O22)Um9+1cGOJ2YGZX%b+P)XdY0D_4a6Fz8d%sF-4Sb? zYGh$ov?b(U#cGshzRbsn%HAR9mcls-4BVqq}0ll)%ECXh$qK6^wOGb@H6# zm0iH2GTIf}J++(XY@B4f-fdJ`>iLl8xS!x(yQcPt-l<;X@rb^ARn{~c_bew?zsZUI z579zD!M}EWh}%z$2X3lQtdaJLwbI@hhgkQfW2(RCxgO60DBXE|(0D-%;AzNsvX(rx zPi#P0JEZ-rJeSyr_lLzMv;1Z}A7FU30I!{r@Sz>J;9t9@Mp#-a(%Ph&lC*&Uz3LlOD4h$7_!vLuGW$?4ESa&CG?PQ<1cu7}%WXNE;>S1!*_Ynf6#B^as)PCMQ*% z;;h|lC5n3$)@SR}lvk`1D?wa7sS3DMU-ui|5k2?3*1V!ma)@rJM&z1}OdLqFs+7#E z*i6;pojTOmF=H!w&xV2On5suwV8$l;5pKXRtdRnRJV@Jt@@tXSD0)D+^?CRCNcuMZieN~7pC`sX(B!uFNLX66hg~W_-b^7v)7cV}4>B{L-(`TQ#eD?I^ ztNLq2g@!|MdK1{(kYvz3p%#jZ0ui!s^%*%l7r7x##Agy$2Zdjni$o=%C{BnF8H!XN zh7Jlkclr6r0Y#D{p=e|&bPf5ny3Qoz7zHn$z9<~pzpo$FFe^q)5sJjAYLXC5%tpcj zva=GY&KSQ!NNW|UE<=ws59I>pGKOq2E-6YsOF|)WAv`CAU!fOYo0AYBqv%kQmBEU| z7YQNO5g|cA?pR28Es~rQt`0_&Y3hOLP&Ar&O%nI?ULDLk=)-v@`|487p4Y>3iAY#d zR(g-`8SLx*f?p1s%pPRsz<($HACCb%$MG0d%iPOND}1sj*L5?z%v)*pYuvj$&)sSk zxy#%~{3IBHO_uU5NePGMC3+g%m-jFf2`h!B3_?5&6)GotR2tQH?EK5cIi;PleW(Y5U)5kR~K8UWTX}{33WmWc|g4C~) zQpBgsxEHC~J6W|q@i(j|Z!e}t-XBf(XLbx_{rgn^zKnYxYk<5X}ZiOLJp;SlIhrq!)X zQ@QLSaDo7%y^{##9oLYbHPS~MtC-em0_7q={93t;ak^Ucx8z)N$VG)rr-K zU!KSzaBlV7FQ0qlZ(fscEp7QYPwS>TxZw`w0*&vUednw`XO3S%Alv$)3K)1%4ZOHz z=RBRCayC!pX9Pa2^3=FK;{aCAZtdWmC-^O{47xa1ZO+-W`jYBwN(VB|?yR$0b#`yr zT+Y3B$G14#?w@@yrH-6s;R5*7&bfM!lkT-|eq+mloLe=#vnLfuh0_O8b9dV5b3LWN zWpnON9oph>D+O+s^DLj9yL&_JMh1F#FrwYR9BS=Nt(`Wda4bOM zD)7$jC%Gr&C0<;1Ept{`!urHG-bFSn$D*>g{1P#P3M zGmyIkHs>U1qD;hv;E5nOVo1g^Q<9ZlZG=NUabfOOvwZTVs|^tNqy+uobG6Wwed-e@1b zKay=fqP8E&dXK8!qZ!9h*82aSw)XdmTASvMnTU)f64kb(&Dpwuts#{8gtnAHmtdtH zin1bRz)zG#B`L*<`>3SIU%bm?;+OdfS$Y+#yJX%+{Z1Ti7(J5r0Sp^4^2^jCG{5Vj ziqUt3k=cQA7#Tzz=&6B)+@ z>$|0jJtvlT51;9!(UY9ZSAn;)nlsw4OnAik?D&6t4H!WR;bnL6_*k*UE0QFs=+}xZ z=`g|^m!>z%uF^5HVxQ$!9LXZ3LDE}z={jM+u4TK(&+^uZ(>mTxaW9`^LaB4bwd_cn zstTh7xvz!wdFhjba zCBr&C?_9uLmM+MUTE zhOq4~;Xbm09IxYF`5gczK)4&WIJ>j&VMFg)gh*;9jg}}ws(K9`2HLB7aqtD#B9&F+B2SQKc%*xqB4dU$huqB-0ORC?uJcw>xR2E zHI(fZ8^Ybq}iU!3_I7@>YHK@Y{#ik7vCd zs<$KK=+I^!T3~F?0RJ2*Uv0W68xH(3Us$gCI1H(xp@B4-+Ss*hyH_$CR_w)tvuL6- z2a)kE-66GZJ4BZ4Sjl0y|Ad$jyR1)aUH4-~rWZo5NP@B;LpdWvp(h~GbY>w6;hoJy zqDH4@u;i0&hGI~{_LD%{gTF)=BCP`PpNY4a3Xzh8Dkd5wwUjK)M?+z(0hw+lxO;eC zu%CU9R8$m)wV@y;7NBPupf9oclIeR2)1^LJ@{E*wc}CW~ZpMh^DO4-(2HVvpP?x5p zWpv5%P|jH_WR}4?R8y zEPox;X=r*$&pQhP%a8aehleZtiTgz-w7)LNB~{>FQLGEKXgpn#v*_7_{Ke0eCC^^T z4Xvz8@<=HC31wD^_L-VBZia`(wQ8zT@``@Rhx}E=`JsDtid7N}F@>+ggaF;El@U)> zovbnVNQJ*%{p~ZZ!z3jc6W*SU8C3v<%6W?~7bQJ6o zOUyh|yGqhKkXz6*bJodxsss3y^pqF`Zo!f=I<5R@s*~YY`es)du3c2Vg=%c#Zj`?p z@!e>LZiIWbEvu)jtUcT2+f$aW*KE7qva~*y=Ej%%%F^}%Cra51ochgt{bl(E%(Q{B zv_Ug%uqyU9-tV-6T5TU-2ntdUAnxOFHjbJGR!0DA9fmytJFZG<3~7uUm#E-h=t zz3g7KMYwqVvU_{^)yfK1Jj)fU?qv_YN}3aP#k~=3x#9zU*@OS0c*x+~v?=8;+hyCb zJoeY6cHpVXd~)K+tV42_5zmzv6w@T?mR-wyGFXT#Rlh;vccFA+qJ%m-U0=vu z2wCfkHv&c)DFJ&Op=Z(DOiUqJU=)NMiV2wfM+uPZPRmD-aAH9YOTs*KRJ!49&zvmH z7#WCMdrM0xjD*pG$`mCQTZPHy1xbuP!ep`6LJ-Ch3vp2sod_qoAdG3Mcuhc}C>_<3 zAvP*p)>QVoosNVoD*WmteJBoGWHzR&CbCqPG5WCdmZD-m6dF=Eg0M)k9$5hoj2zU> zn`8oouvf@&ZP8LxNT6XnV4yXijeH@L1X|Y?l2DFn(&O1H7tU){PKIV-3{)(oh%lfb ze*uAm`wo;<-NH;p^^PLO!h*E)CL*xC zU;!s;MrNvoG))bz89jCS39>fPa0nLKf}x}HVT9urv_b~Yg&>=N$uA)<3TC4X3KJS- z8h8~WC7_)xMa2`KVAe21Uh{I|Mg+DR-K?uXE{}@Tr-Zf?n@=tpv?g4ZtW8CvaPa6b z)AGj>pj+bIq`jqeE{XY6giadp%s_0RfpmH;XZc#snIs5GAx$nbZc}ko!+sh7Mt7h# z%0hU~QbY4?w7yY4onW8bAB4&P)nLGQJ!mP^q}kGb5`IqKFgnl&iZ)YP$^{EaVBrLd z$!l@pD$U1NnN5Ifl!FE;Yz8EIHg$q#i9dM6Z1|G$zG^3w&#|MzGr~+XM9c!VceL38 z=63<6WJzaG2|<*giikzxR+2Dm_6CboKx!E35;Pi`Ujp+TV7#qBY3%#rpm1^VV!?t! zBM9;ZWDSiX$#N~jW}>@XuyPbBNsb9;LO`sawT8Y%Eu%Bdz(UoEX>LWtswtA$ESWQb zW@yp;3dnx|bvB$M2p77{IvZm;B1SMiP!#wax-Xgt>FZ_6y=435H^~LS{))7iuNI{l zSeN6oP^6FpR71WJRx{{dXelf=U=}J_)@oXx6-xLv0f7KBWt^bU8w6GfSmhn4ix!{= zBEyVk%$Aoa)0+UWau-WZ@~~maoy8Q*)W3=)7lI ztJn0jLNWnWU%OT{o60RjE>#h64;qO59-@@L0{9&2qjNmx^M7~j?Xgt1rl^4l!qfS% zt}PYL)&V)tv{|9ICr%%f&S`tvPOaJ_)pL1`cfm z4&7I>fv42KQ)`}FM_;C6IEB9lp3Nf@8%HLxN1juUJeP4d<-D~pcFx4S=V@0adpMZtB3 z(ISjKr;rZRU<aFBrRTCuLu%8|T2-#C`-d-o|K-fyr?YJ*)V32D4DQ;NciY}+OWnL%m#ytr zYx~z+U^BkvEzaTT_@L$Pg+D%!?RZ-4c$!7zTHDtytX+6iOV(3Q2L?MH$VDXQ^XD3O z=T6%Kz&ADCsx2h^?DnI1_J|h4-vZqpG0o8D!m`ljhnwSB#{580j(qcMXylfFy#?-(VjmPfIroN4)zPrb>O-I$HqckG-Znh0= zv<+qUO=R27scq*lCd)?@hLhJt!wKLs0&qFdhtu|^og8Xm^}~{V%(oEn+67-j+k5sE zK5i2Mi=BVuLAXm}iYUL5MJ5=$VGdX804XjDdKwJkf?qy{Wl?4}riq%2&uczK@L!!Tb}7ok znFp!|_(=M6VU9iRB^n{a6+F?re$~4R7CcWNS9?4ys@Lx&-}kTvHp2H`%GM02HAD9UKi&0l@Kd`jPz|@3KsCHhs;Xg44D9(G z``uIbCO)dZSDmdttkxgS_zr9K5@29n#331%ByAJ6uAn2ejzu%sCzo8u2zTKNeoX!v zGL*TWL3YL}n<{BYtlHyYswJtF$p3R!%8~K!(tqw<dp-#MKT2OEb=)fV2wta)kT1(WMnuOx#v!-$V`)O9>?&1hLTPDoOSmOa zS?nrPDZ;~4X|~uixq>~@N|c6o>9QRJULJKnP z;Rp;Y3x@me@XJh%2Pfd6B?o!uEH#h@KwKb8Bvb_?tB}(MtnMP-gdLC+Y4ea;pj5fZ zTq)SZOL=6{CdxMmyhMO3jxsqgvt9#J9-%N5BXoOusc$}&{dic;#Y%H$*}SEnii zl`-nyU&Fh4|8DwsZTNSk?OA`9>c<-7p}$E5zwOHUdsKgq&Tk!_mcMjy9f$8HfBJe> z7*~bytgmhD%=!exjI|4Ji@deG>F?a|ccxDj@#&0vjD8JcsZ)0*aMONS_n68Oz{%IV z<+Me#z-WtnjGpW|YVCW2#BK5pyrs=WC3LQ@dZ^J2>5o=H^n9M$gqnYq`^4V@zt$sK zYh>JA<@gbOGyGZ@exMQDwX0x1FW^HrK}r67BrbUwYtwSj&KiZ-2>K`fN0?xRF`&E7Ykjh zT_bAO(X4+|^^a!Uqvdo#T!zsFO-xq0EtY}{8x24?l%HK`hY>2imvT)j&0C)^*VrcI zkMKHJMLljZ@hSNp0aowdrch~DQbwIYFbxp4n@v*#>_z-4_t4+?o=1hKG;;6g=H90^ z_CEDsJiGUVy7xr3=^3@@nXLb$>OYxrpDb?;5?xqp972F*h&1lymzAH2e8GZ<9WA!W zpAng3-eUDB!98yWviiJ*5V@Nvq}XC3=esL!ue|lftv6Dyf|+I9niq~mN;A8Q8pk?? zeG^mD3cq5btqLp7VsEuV=cUcAE3VWsCIs5pAo4RMO9ribNHl`b&4|%t^1AB?Yk$Z| zjLj2c(B=X{kNh^T5I2k zy6;5RJ+S6lccmODDgE__8bj~i@OR&J-FH23Jdi%Vlz~&Ae?s+7WZb$_p#K}4-7iDO zcYMz`zSaG5U++@yxAuJFnSrT&14mz8HUj#6aC+e7J|nKT%hDB88AdDr0Rd}QY%fh< zSWCZ+c7fgjDBUDVv4-m1m-(bF2`o#q_9<(!>X<74J3PEg$4=_{5z9URqymSPM zKTPvX2@H8#IKhmA$|APH-PAU+$xm=anBCh8>5^Qf zXaSn9n1z`Ms@uFXq9_Xz)H5{}tt})|`6=MdWRSd*?V3Rr$T-)rl}>ZUN0wpALQR6r z7L0x=0zRun*%ayxkgTSl{S7>5n=J+{-;;?he-(*rkBM5dd$Xp0qo)7vm3t7?534nY zu~Eh!C@cW6nWm}j-PhlFJ-z=ozkU1LYd#1S5Mws|eH;G1yT`KrBdY%ht<$O>`gY`6 z+B1zWXun+R*K$qm*lM%oaaL7-$^m>v0ILLmYOba=u{I3XD8<JR8+~l~jNIBK+FzmfVaF)eK5x$viY2%bZeqj291{U{x%n+? zkP;^ftT)Vc0=ZaVH{7;-#5&vEE75R)OE{N;6XfbbV^gzh!q~$$!ovJU#ynVb1}B$1 zrlBtHNMg?qX2@|=7L&)XP@Vq~t2lu%0?Zw4C$E-Z-2(y|FB8eY#QBY z8htRLK6NSEbXje>yf(2m@u;bF4Le%`8E@;u`o@$mTfbYa-<|R8e(0}XKYzD*vv+i( zcQo63Ozl0E@gL9nkE{OU8Tauop`L5N&?zI+Edo7gR!fLK2X zERS2+=i$%7z3gF&Qz9i0$1MN1ZMP~hX1|6E44`NBAe`r4$@4cXo$*EGG1`qs`<2F) z*ha%ab7$J%G3JA>j13m@(1fW7C~K9=?08!H{k^VqNBV{JS5x~_on|C!He+ubnfEXS zVDExbCL*3hn!aE%zx+e`3Z@l&1+s!x=H0G){hNKqHu{cb`^MD1F~nwfJgoxyPpE#V zxlfe$lsWU$8p_&J#WHj8e82q|w)U8H6pJOc7GsUzz-Da-j(G=pxibrA-o+dz%Gv;` zR@fo+MFItXMD?d0qXlFA_fDk(cUm`_`!|~Vv(1BQ^I$eGqz0f?%K8tfezMG!SKVZB zXMW+T|6>U!J+V4eCz{uN5q_MPV) zq|pKA|9!-iVO@a@I+U*KP4%bWC7fwPB3mQfdObC>;qTg3$w3$}EWVC_6^lgYS6UGj z3D>2a!ge8JwfblHM&6cCG#wcvQAk?yeMFX3i#DZ7H{m%$o(;&g6kt+GN$l@aHOb$P z6sPsKmN8p=V0*vf$5lV7x+~s`XNBXcu>H(oHh!?I+QpSNx$Tqq z(>XM?IICe0qCS`%&T1G$r2I2Nndm3)g{#Z7rh-xo$&gYllA#OO<27CNqdoi~RiqO+ zK~nDCjP*wf`HmZZjzk~F$#`ORN-5#x(bIs>}Ojv0O zDc}GVz}>);P%tT7Yu_jBRNtO4q>>-w``Be~$3Z+A`KW}}vxFA)zi?GsCzEhc zU~084DQBWPJKW9Lw{ZIx3HuB{N}OAjboG9V;9w97m=2&dqD;Czo7bG z$hcq7P;pJ-x-!{&Kt78ycH2QZ_=oW!X1V}27 zsaxgm6Zj#4zfa&p0Gx*>*%Kow=)7bvJ(3))u~)XJ>88g?0{;vk zUpevYcmz%ckBe8>mA7T?9KJ>%XRkT28Xw5kI`;-fJap|TTXg_qgh+(#q@!@)tSyiYTIEo zaAd2365L!%Fx`2lZOcPXm0XjMw%=aa^3s!!YulZ^eCNVe6+KmRZ5>;F3e|A6&8fz8 zeL9?OQk(nKn!VZ=>$uA5t$NBq-`*B1^Vq(>WfPp0kFYMYr!J@5x5u`ecm|5~JGLq) z|4+*GoM zLX~F8UV7vVV3te~BbCl0DL4k;RtlPUr;zG|%E&2{0-S76y=CK_&Fhyb3H~+)pu(%) z{5nenR+P=_3{Ww+6@ZzIVq5gmcBc+dLAwjU%to=sM|)Cs%29OsK~c6IJ(~lEB_JDa z1z={QSfBpUr`E$%+EWE!W}{da?;Ph-yVLgc<+S?_cD&N_HqbyWsI^FtvS^^FxS)=l z&3TSb^+keo>hfsGmf@L&Z;e&!`Ys`dEfp%UPG_|OnfNT zSK}N*;VyL-S^?ow(8W8S;py}Vx^DxG7CO8>mr`!WCLfUr8li%IUKNAdN1sSqF6X7<6Fx5KCwyE&i%`-p0@;+t z*m4+b*}NQj=rJ+u!md{1{KA4?LE#7isX{-~(2ZTFm6E5hDlOgIK>}1APPzw_4OrIVwJr&v260 zH?)ugd=%&Mu`~4OM7zRqcCRJKv3;PhXGZtgAswT(?}MS`O{+g?NkuzeKp91zH3 zjBT7Tc32e7093Gv1IJkwkW6Yj9+f3Gtz#$-bPFj{LTHUJwpAb=G>n5)=)_90Yz||C2JQ1? zNzDAoiXl2;Q3)9YNWIGpSA*D~gY8{x|A?7_jcn{ZM|01JLPU-25vXKQvD7w`&tJjW znHZ3g_>{m7*J0!qB66c;4W2Z56Oh}eEYuJ}IbQHQFNEY27SsQSG8W;c$+tcWqZOTDciW1J# z()xv12~MYxOayg{pRk7-4a!wHr1Tnt8-$<@5xw=b5sud}R?zJl<n= z>o4^YcACsb7g?8MG~mcTv^%~Xr^W?Z;Sd=~*>;qf=t2V9X&6&vL}-+TcQpQh)=LPl z;iR~^1kOlhlodrxWHwG4%g_ultqb!mv;&5x{6}Ejd0%nYur=f)cC>7>U@CZ@PKXu&Vb zAOhN~N#D;qXcDrl(g{^N{vTs&0{81qtFDHu?gf4C_BNF-*YT2Jq~HxBIy4QNj2#fL z<~wns2`w@8t1wTeT}E8-9VHRA?6RtD-o_afZ#i#p^3G(9kpoLNPa#|gi4{0!1$8a# z(cp37#am9%U6299B6(oN9&hgClBCGeujCFR#BnpWE-Z<0Jb2}b{Ut8$c#XS>`)mA~ z6RI2Uo9-lOd-bc--h`u$b{c8y43_G`Qz5i$6D!5adp@hH?^kR$S}U{5+HUNu&MK>4 z1EiR0=+sXzo%+xI4=(u;Ud6sGIuQ#e4=3TEGdsJ~IzeNKMlJD`g0};hz-~qU-*|=T zDVf)>h2kI*X=b!T2+($UW=LxwT6@cOgZn-B^}hwGDe8@)(>-8d+W`!Dt!%Qh=_WQ! z2lU5?(9LYR_UGRrW@(px>=03Zk3U*0rkh+AsaggV4uE9>gBR)p!Ua53Zig zRruE3nTjU-9=fZ)>wDXmX*h8IO4dE9y2<%&%jR^pV0i+?N445Gbe~rnhu3^-zR%(0 z@t!;5?Vxo?O9A8>n<*K#XglIR|NL{P7pgDtW*7eZ-cf|JRp-^J^Q&hbdK+;l<#*qB z`;GL>{gWTpt-X=;pHls&9^(9+=w@~2Ms;WU%=_oF)%(@z{ket?WQG%o&jlwE9~Q9y za3XQKn2z_K9Irm<n<<%^k(jlne`E?mAHB58YTCe*A5{j86Z)}s zVXjH}w(W9}kqn>2=ZUN4TeizXQWr81bIdnwmmwCxfdMq5XuBFnxz9A0+ZU&uk}cCr zv3+qcHY(a4-5r#t1n&qP>pvJy;Ph_tMq;OsRgB(1#dfJfGug zGRDsuu3lw-InJ}n{;a8HWPOIye>turWBqN}DtQ~!e1AiriQ^AvxI@Li9CtKh{pGlU zjP(a5MF{@&fRE#kWw@t`e>v`WX1m`bdkr`p|5VN~nz8;Kd0N&QRZmOmNY>M(db(C! z(A6}Y=QCU_n5WIV+PvPC;TyAjqsljK*@pSE(5`F`KV|WsF$m?4t*P+Fb>7L3rWC5_ zXj;3ma1p4fGo9Gb9eaO@od9UwE^v1x8ye3#o?CLZY*2`+G7r$lt@p$WxTsS)sjE6=DO-><9BXxl?)%u@J)Y7$X!z1@gw)U*sTDl N^*fEcg=ofx|1YB-7xMrB literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/scheme.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/scheme.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..8738b29b68b92cd44413f3de7e309c24552b3a5b GIT binary patch literal 1285 zcmZ`%O>fjl5N&(x`EVu~K7zP-j;(!p+E(CT31f-mHE>_1~Gj45AMCH-xbkVW`v<%VCr(t&j3XqV?SB2Ls>@xje(zRSBZlMY-~s&W zGxi@D^$3>aWDChLlWf37OnPs;f#P?%=uG;uavvoSWENaV(3}_9rh~R^WVjT9=_4{p;6bt56BcW?+t*#EC*_p+YpJg0}HOt0=6ponTP8BsuIYE~#HT&SO3H zD#8(~&ajOuuY%Xzzb{_?#S@f8`c@Kh97*-Ob-{cO3Se?n2cf)+W{=77<$^)@8kO)he+y7Oho1V(dGxsE10~ z*=!iU2AGO|w)s)pxzl^=RR#R$%@-d*p*+AsJXtyInP R9-jU+{7=4*-w4bP{0yk&PCozu literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..2be4a5e3910663ba8c1148de7ec978490a16c7b6 GIT binary patch literal 5848 zcmb6dTWs6b_41*o^`I>|@*{QF*lD6Xq_hp%rgfbFcAB_L-K-7@RBNXyB5l*5M1`c1 zSd|xlWT+bis2jL&KKfw{SmvS~&=ngN4EyNEfc;8_iUZClK5d zm*Qy6r(968sypXNc^I6_sotC~<)b*S`g2{WE{eO63KIwNZwm4jKI4!5|x-~68HTVn^SSd;!i7v33Ycilh^V} zHlr#fIi1hsWE?!RaAp!}&s@exo2n6Ktx#UmbIznf#+1pcT9?xT@oj|Wlw)|oy2#vU9wklOJv3iyW(%b zysw&bQ@)?L+6$|FSNW7*f^W^Rk{|FcsY~`iyY1^UycB@3faC>P1+A`WIiqLirn6c> zF1_Iwp`6HPGXH*lJ9z+lVV7YbKEb94eL+4NeE_gY3AKZr1 zUn8?*kuNh7JHrxuK@ z^{z%=Yu(AoqNnVcNAc4lvFE7;={wDVMjueZLwTe~T)PAq!jL?3eUc?*Qs#kI?rZ)Q zNb#$tBtgeqrC(C5K-C)8WzZ@yBerOrsGXaav!r`4@zED(jSv-4sIypUk`k*+cU6L=t2T{QdLltwHR8(bA z$%|(e%sDNODxTMXt&15&&74!^gpSgUhb_NhW^~iQujn4=vRKWqc+0J zdLBd(_gY+5H9Cz(I9F6uGrcV$i${|KE0Zr#q2RDQ)RJ>rPEO7$swx}F z2`yX9$$8UA7U;&4Ac=ED(@e_wi%H;gYv{$q^Uo&@*v_FsCVM_J3#&o;Nw8?x zVLqecQdu>Ujx$Ib=u{Gg1qVwYTt=k z-wB&|g98+-@OS%neX;XSe`2#gv0+yGkJS2)thnou{?*slPi{sIR3ZoNMhDiWZcN!M z+rQ^N$M^2|fdH^6@RQzwl@oT5L=V~m5hBY*J+`+Vd$!*DjP2nC|9t`g<_mt9@AE$Z zS&*qV7l@{b#`NGYfHhKP$|Mb#Q^4Rzx)~VD9JHFjP$JXhOJ>T^S>ECeS)J)n9|OG{ zDuliV5X+l}b5zW9x)g0arbh2L%rTw;00$KygL{_w>*4yq2(9`=sDjJz)Az!RY?CKw zpytsX=)fCw;tV));CvnioTC4;wPiN<0FJPU&obwc3eo@6Iv1Q_evvcL3b#tR!$mFf zX49Dhy{4;PN7H=S9f(q=RBXl{1Dc7If{R zB4L1X9C4zwWfO-j4ihP~i!H-_=o_7t^YZ0_K300E z)pBQL2o0Fgnx+i7SR;u`j3TNUV~OTE6{r~p0Q?7jOQiD5G(5M*zaM(xn-{A?FV}`% zcDh<2we*LKKOT0nIJ7JXjY*zpzK4w1f{ zs~*-| zsyEg@cSkt1DIBUt`_?9JOgh@|-I0GB1FZVYbPZs1x)z-VQr$g3s=EgQA`%4v>;v!< zA^PdUwS}9#)$p!bcvr={i|UaT0L#NHklxO+O|K8KMiZj(<18Q_Gas{X5oJuk8%1JU zTQmGJGs8&S)xb4&nFWl$>IHw+G`CK#Lle|*-=UX}&fCt6R?JJ{MFqS8M9;*w!uhuo z+BrFU-dP8lM!6Rucf_PJ2brF@Z${A#6P*XWNa20daU)_TFEyzY!S$GPkZ?9>z>Nwd zA{DdXi&S+xnQbniII-s9wl5@C@AQnN~4|jzJ0`x^Ox=Fo;f`9+|$);D^VZbL&Hg{kXF!jrh;W=~vb|w`eFYlT@Ua?f(0k0;Mi4V+{8K5Nw*2X|bB_c( zkWODHX4I__PdY7WS?Knq(}t><2B2M8HDee#8Lpd>j*6>!Sw7JG)AYXp{Y_+^rc3nP z+jZfgchph5G5tN5hvCk^>!i&w3{xjUrSa5BXo>#n#J5C$?W2(j*?Q_ER%w6kk)xIN z=N>swX@BY@QE7kbWU}(O=bmq1Iac!x+#t5mfW`6WSHZO4MFQk)qQ8|ho?-T G=l_4?m2$rT literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..40aeed0975536dded25c0df4c36b1f896fd22345 GIT binary patch literal 2016 zcmZ`)&u<$=6rQ!cj_ufiqEaQz4^0yaag}(LpdyIcN~oM6CtHy`YMF8IEhuM1khZ}|JI9T7eh+s2 z#b_7GB>nL!H-*WIaL3q3zyDxG#fdOO*f&RYrjft63CP5K&Qyu&)BA2*zk2X?eIWz65bb z2Igsw=YB8;#(>zPcgP?ImN7C1d9cQ04+>ymgk%g%utwzrWdmU6*)hEQPzeN((W`)` zvhy9V(WoQrkGDJ2!yT z!Ksw6t|rw432NC_4y4AM1GWc+XVH}CiRXA<1QcRHX@;XR!|ZTiI5*(pdy0hzC3lcj z8%}0mPSwu@O@JVsfu&S>e1mrSAw6QAi)vDAQ<-yDhg2Q`4~z!lc$7H0-$3l@8lBoZ zeFc(tq~Bwq+wrEkTm2#{@Xg(%z*jM~J^%!4r{75*i7o?7pjjntGEa+19<8Q=!wt@& zr~qhp|F<_Z_5@-@>1$=}OJ7)ft_MA9J(5n}7eT14w81Q2@=jlG`-fp@iQvfc+)g(2 zVPk8{(rzd=M=V-Bw`bXI5DEpyA1)Q1w#K|;zjt+`cM_Fsc*_lK``PkU4bm7*&qJE} z0f(8O+m0%>4LSBb)T_3A*k@igGh^FaI^Ztbw)SMGK`nHo^c42K!j@Op zK)fL89n{}OfuJS=75x*4)A29P<;_w|P*jT7iZL09)6e1+^1;S%`=jB?+HmV`Tw65n z#{|Ty8#iMUjUu7%#WSdt$il6kmtW3XaT(1DnO}-$QLB<$^*^rvI+w1VBbB-ME%alY zt3;YL=Gm&7Q87H}L5n5d7Oeq^jWLOhl*GpLVUPlld@ug*OfYy|x|bsQKrO)p9-{gi k5OLlxj3HS(pT1s^`{&bFT--Du<2S`W===AIiDdKt0FE9ti~s-t literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/target_python.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/target_python.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..9b90bbad0078147f743b093aa27be4a73fb9ebd7 GIT binary patch literal 4778 zcmcH+U2ogg^^*FgWGji|)OK3==A(`kI800Ucr^-V?kl&76@DN#~B3hZGN zb$IT%=N_JW?)l=MM@AF^*Tv#HY+sg;f8n5aMZ3sj1CZOqAcka-B0gnHs>(&V8YxDq z(PC6WTEvP~E+GS`_l$WrRQS3J_)!Q;OJa+@$xlnhdo4XGHZz+V3-6{9H< z{EQJJ%3>_e5|g2XK4!#VF3D0xye#*reauLF!`dXw4M;UoMx?A5%8gi2F;Xm1mW}j{ zXfX|VoMrklft~^Sh!Fw%jry6(ItSBST=P~Pd;PjX;W}@Z^qO0@bdR~zTV=Gyof_kw z2}7q$bsBI})AkszaR!h&HlrqR3u&fZ5rWDN2kx3)x}sNL+IBtNvgWAaT(d1lH|8kw zN~++@C;S6i#k|UFt+qB~c|WSJn65u+R^dFW%=UCVVLw#^^+0~r^_Bh#KikK}(fVoa zDx9XFd3wcN;^47_?**Xp5kyA;_;J`lo!g}t40=}*kO=%A@0ak1H{=bX_2yu-HSUG3 zNXSPaZb*jwi-DuulVbddur`K~b71V+};_%RCPSbES^ndK#s#J*$@Oczqo#rv%Zl z7R1A#Nr&SB3~N)To93v8Sq^OsvFK9HAR1jT3YZ&TIiz(rXuDYr7GU&n@|S zOs%N&Lold1nEQTmdf|f)^L@Qgx67*#>}bMO{VJmtvn$>zJvm3`=kSyl=(Sa5W7@cC z8qDY~?Rp7D^fx+)5D#zY9)sr$?WE*XYoPdwX_?-dh-|gCcFd(iDSkFj%XPbi=BK&~ zx#<}#hBFH46F6$$PyfGaEPaU?=82?!iTNWx!ZE=72$t)fov(iEc?D))Em-DCcWOaBd9vV|9y`&Ch(gV*6(I3KMSvoVOPS>sf}#M4 z9cv66m7mmr$MiI9eSEO|s6FyQ)bLjTwn%4=9Q#%y+DabTO;0t`hyR&7)XJ$l{GqhN zTeXLkc1}V@${^s{Wd!Vc@hJp7zku5};6m@!z+Kzn!^EuVM zAkzhT95Wx3fq_J}#1DXuL$*Ub7vTT+bpYQd64qGq!Putc4OnbL8n(ob$!$p@pX@gX z=q4@YCH^w3hUQLIU-P3-fIJtiL@Cd~<4Njlh1u+Sjh|be8*;NC@dfRMdRF9J_naDX zUx3B#8vy-N!hE)j{lGDo!IB~=65bO+-4>R_st&#PauUi zSf{%}SRx-2sf|y8$iOOL^99y62{^u6Tz{4CL$E%;fECwfM6{H>;gD7kmXY;)VaoWS=&MD_ z=yz`y&tIgk&!2)X1?UK&@qqTPbOrkbW?@5Nn1=Z5&?`EAFQ`f=4f?QP5q5(?%Pu-J zDAxvlfRv%%U}Xk9VF_B9ssp`eK;YPsncVdTdYGkr)K7GaY~LmQDE0*Tgs7o`&tkL8 zv48G!iLZuyR5)%>a$kdaKZ-kY(M}M0LG1ZSY)O#*RH5sU-vw^>3IK4@49V1J{|2+8OYT=4w|rP$W1Ow)Wt)1Y40EyOdL z_HkXex-$t)Gn^8TQ<~;lj^}C`$9-~iPLYE-x{e=#!q2CXhUtu>3-JX6c?1*zCT5PG z6$0SbhWl>-Tj8%0jl_~2fP}?m(oXVTp*1<*Ngz2%vM=5Aw%@+B)*3z3Ng+uglZRmG zNFXgkl+n%z(oyaJxG3$5DchwEfydKe_N5rzKDzDR$#)2#F9d-BaPQFSO~AvCduui5 z)B`gLg9`y#zMb&gm zqPGkVWcZMtB+mxkaE_k?37Bf!djL8SNs`(`*%H4tnQgxK-X+JI!}l(ExB0xgP0loj W?@rv1BrxXl;a7tG^$TW&rT+{2H@HOr literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/wheel.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/models/__pycache__/wheel.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f8e612cc7f322b37eb09ae9ef13216cba45ee66f GIT binary patch literal 6441 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 None: + self.name = name + self.version = parse_version(version) + self.link = link + + super().__init__( + key=(self.name, self.version, self.link), + defining_class=InstallationCandidate, + ) + + def __repr__(self) -> str: + return "".format( + self.name, + self.version, + self.link, + ) + + def __str__(self) -> str: + return "{!r} candidate (version {} at {})".format( + self.name, + self.version, + self.link, + ) diff --git a/env/lib/python3.11/site-packages/pip/_internal/models/direct_url.py b/env/lib/python3.11/site-packages/pip/_internal/models/direct_url.py new file mode 100755 index 0000000..c3de70a --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,228 @@ +""" PEP 610 """ +import json +import re +import urllib.parse +from typing import Any, Dict, Iterable, Optional, Type, TypeVar, Union + +__all__ = [ + "DirectUrl", + "DirectUrlValidationError", + "DirInfo", + "ArchiveInfo", + "VcsInfo", +] + +T = TypeVar("T") + +DIRECT_URL_METADATA_NAME = "direct_url.json" +ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") + + +class DirectUrlValidationError(Exception): + pass + + +def _get( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> Optional[T]: + """Get value from dictionary and verify expected type.""" + if key not in d: + return default + value = d[key] + if not isinstance(value, expected_type): + raise DirectUrlValidationError( + "{!r} has unexpected type for {} (expected {})".format( + value, key, expected_type + ) + ) + return value + + +def _get_required( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> T: + value = _get(d, expected_type, key, default) + if value is None: + raise DirectUrlValidationError(f"{key} must have a value") + return value + + +def _exactly_one_of(infos: Iterable[Optional["InfoType"]]) -> "InfoType": + infos = [info for info in infos if info is not None] + if not infos: + raise DirectUrlValidationError( + "missing one of archive_info, dir_info, vcs_info" + ) + if len(infos) > 1: + raise DirectUrlValidationError( + "more than one of archive_info, dir_info, vcs_info" + ) + assert infos[0] is not None + return infos[0] + + +def _filter_none(**kwargs: Any) -> Dict[str, Any]: + """Make dict excluding None values.""" + return {k: v for k, v in kwargs.items() if v is not None} + + +class VcsInfo: + name = "vcs_info" + + def __init__( + self, + vcs: str, + commit_id: str, + requested_revision: Optional[str] = None, + ) -> 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: + if hash is not None: + # Auto-populate the hashes key to upgrade to the new format automatically. + # We don't back-populate the legacy hash key. + try: + hash_name, hash_value = hash.split("=", 1) + except ValueError: + raise DirectUrlValidationError( + f"invalid archive_info.hash format: {hash!r}" + ) + if hashes is None: + hashes = {hash_name: hash_value} + elif hash_name not in hash: + hashes = hashes.copy() + hashes[hash_name] = hash_value + self.hash = hash + self.hashes = hashes + + @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/python3.11/site-packages/pip/_internal/models/format_control.py b/env/lib/python3.11/site-packages/pip/_internal/models/format_control.py new file mode 100755 index 0000000..db3995e --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,80 @@ +from typing import FrozenSet, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import CommandError + + +class FormatControl: + """Helper for managing formats from which a package can be installed.""" + + __slots__ = ["no_binary", "only_binary"] + + def __init__( + self, + no_binary: Optional[Set[str]] = None, + only_binary: Optional[Set[str]] = None, + ) -> None: + if no_binary is None: + no_binary = set() + if only_binary is None: + only_binary = set() + + self.no_binary = no_binary + self.only_binary = only_binary + + def __eq__(self, other: object) -> bool: + if not isinstance(other, self.__class__): + return NotImplemented + + if self.__slots__ != other.__slots__: + return False + + return all(getattr(self, k) == getattr(other, k) for k in self.__slots__) + + def __repr__(self) -> str: + return "{}({}, {})".format( + self.__class__.__name__, self.no_binary, self.only_binary + ) + + @staticmethod + def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None: + if value.startswith("-"): + raise CommandError( + "--no-binary / --only-binary option requires 1 argument." + ) + new = value.split(",") + while ":all:" in new: + other.clear() + target.clear() + target.add(":all:") + del new[: new.index(":all:") + 1] + # Without a none, we want to discard everything as :all: covers it + if ":none:" not in new: + return + for name in new: + if name == ":none:": + target.clear() + continue + name = canonicalize_name(name) + other.discard(name) + target.add(name) + + def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]: + result = {"binary", "source"} + if canonical_name in self.only_binary: + result.discard("source") + elif canonical_name in self.no_binary: + result.discard("binary") + elif ":all:" in self.only_binary: + result.discard("source") + elif ":all:" in self.no_binary: + result.discard("binary") + return frozenset(result) + + def disallow_binaries(self) -> None: + self.handle_mutual_excludes( + ":all:", + self.no_binary, + self.only_binary, + ) diff --git a/env/lib/python3.11/site-packages/pip/_internal/models/index.py b/env/lib/python3.11/site-packages/pip/_internal/models/index.py new file mode 100755 index 0000000..b94c325 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/models/installation_report.py b/env/lib/python3.11/site-packages/pip/_internal/models/installation_report.py new file mode 100755 index 0000000..b54afb1 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/models/installation_report.py @@ -0,0 +1,53 @@ +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.hash 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": bool(ireq.original_link), + # 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"] = list(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/python3.11/site-packages/pip/_internal/models/link.py b/env/lib/python3.11/site-packages/pip/_internal/models/link.py new file mode 100755 index 0000000..a1e4d5a --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/models/link.py @@ -0,0 +1,524 @@ +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_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._hash_re.match(f"{self.name}={self.value}") + + @classmethod + @functools.lru_cache(maxsize=None) + def split_hash_name_and_value(cls, url: str) -> Optional["LinkHash"]: + """Search a string for a checksum algorithm name and encoded output value.""" + match = cls._hash_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) + + +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", + "dist_info_metadata", + "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, + dist_info_metadata: Optional[str] = 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 dist_info_metadata: the metadata attached to the file, or None if no such + metadata is provided. This is the value of the "data-dist-info-metadata" + attribute, if present, in a simple repository HTML link. This may be parsed + into its own `Link` by `self.metadata_link()`. See PEP 658 for more + information and the specification. + :param cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link should be cached. PyPI + 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. + """ + + # 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.split_hash_name_and_value(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.dist_info_metadata = dist_info_metadata + + 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") + dist_info_metadata = file_data.get("dist-info-metadata") + hashes = file_data.get("hashes", {}) + + # 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, + dist_info_metadata=dist_info_metadata, + ) + + @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") + dist_info_metadata = anchor_attribs.get("data-dist-info-metadata") + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + dist_info_metadata=dist_info_metadata, + ) + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return "{} (from {}){}".format( + redact_auth_from_url(self._url), self.comes_from, rp + ) + else: + return redact_auth_from_url(str(self._url)) + + def __repr__(self) -> str: + return f"" + + @property + def url(self) -> str: + return self._url + + @property + def filename(self) -> str: + path = self.path.rstrip("/") + name = posixpath.basename(path) + if not name: + # Make sure we don't leak auth information if the netloc + # includes a username and password. + netloc, user_pass = split_auth_from_netloc(self.netloc) + return netloc + + name = urllib.parse.unquote(name) + assert name, f"URL {self._url!r} produced no filename" + return name + + @property + def file_path(self) -> str: + return url_to_path(self.url) + + @property + def scheme(self) -> str: + return self._parsed_url.scheme + + @property + def netloc(self) -> str: + """ + This can contain auth information. + """ + return self._parsed_url.netloc + + @property + def path(self) -> str: + return urllib.parse.unquote(self._parsed_url.path) + + def splitext(self) -> Tuple[str, str]: + return splitext(posixpath.basename(self.path.rstrip("/"))) + + @property + def ext(self) -> str: + return self.splitext()[1] + + @property + def url_without_fragment(self) -> str: + scheme, netloc, path, query, fragment = self._parsed_url + return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + + _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") + + # 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"]: + """Implementation of PEP 658 parsing.""" + # Note that Link.from_element() parsing the "data-dist-info-metadata" attribute + # from an HTML anchor tag is typically how the Link.dist_info_metadata attribute + # gets set. + if self.dist_info_metadata is None: + return None + metadata_url = f"{self.url_without_fragment}.metadata" + # If data-dist-info-metadata="true" is set, then the metadata file exists, + # but there is no information about its checksum or anything else. + if self.dist_info_metadata != "true": + link_hash = LinkHash.split_hash_name_and_value(self.dist_info_metadata) + else: + link_hash = None + if link_hash is None: + return Link(metadata_url) + return Link(metadata_url, hashes=link_hash.as_dict()) + + 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/python3.11/site-packages/pip/_internal/models/scheme.py b/env/lib/python3.11/site-packages/pip/_internal/models/scheme.py new file mode 100755 index 0000000..f51190a --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/models/search_scope.py b/env/lib/python3.11/site-packages/pip/_internal/models/search_scope.py new file mode 100755 index 0000000..a64af73 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,133 @@ +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/python3.11/site-packages/pip/_internal/models/selection_prefs.py b/env/lib/python3.11/site-packages/pip/_internal/models/selection_prefs.py new file mode 100755 index 0000000..977bc4c --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/models/target_python.py b/env/lib/python3.11/site-packages/pip/_internal/models/target_python.py new file mode 100755 index 0000000..744bd7e --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,110 @@ +import sys +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import Tag + +from pip._internal.utils.compatibility_tags import get_supported, version_info_to_nodot +from pip._internal.utils.misc import normalize_version_info + + +class TargetPython: + + """ + Encapsulates the properties of a Python interpreter one is targeting + for a package install, download, etc. + """ + + __slots__ = [ + "_given_py_version_info", + "abis", + "implementation", + "platforms", + "py_version", + "py_version_info", + "_valid_tags", + ] + + def __init__( + self, + platforms: Optional[List[str]] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + abis: Optional[List[str]] = None, + implementation: Optional[str] = None, + ) -> None: + """ + :param platforms: A list of strings or None. If None, searches for + packages that are supported by the current system. Otherwise, will + find packages that can be built on the platforms passed in. These + packages will only be downloaded for distribution: they will + not be built locally. + :param py_version_info: An optional tuple of ints representing the + Python version information to use (e.g. `sys.version_info[:3]`). + This can have length 1, 2, or 3 when provided. + :param abis: A list of strings or None. This is passed to + compatibility_tags.py's get_supported() function as is. + :param implementation: A string or None. This is passed to + compatibility_tags.py's get_supported() function as is. + """ + # Store the given py_version_info for when we call get_supported(). + self._given_py_version_info = py_version_info + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + py_version = ".".join(map(str, py_version_info[:2])) + + self.abis = abis + self.implementation = implementation + self.platforms = platforms + self.py_version = py_version + self.py_version_info = py_version_info + + # This is used to cache the return value of get_tags(). + self._valid_tags: Optional[List[Tag]] = None + + def format_given(self) -> str: + """ + Format the given, non-None attributes for display. + """ + display_version = None + if self._given_py_version_info is not None: + display_version = ".".join( + str(part) for part in self._given_py_version_info + ) + + key_values = [ + ("platforms", self.platforms), + ("version_info", display_version), + ("abis", self.abis), + ("implementation", self.implementation), + ] + return " ".join( + f"{key}={value!r}" for key, value in key_values if value is not None + ) + + def get_tags(self) -> List[Tag]: + """ + Return the supported PEP 425 tags to check wheel candidates against. + + The tags are returned in order of preference (most preferred first). + """ + if self._valid_tags is None: + # Pass versions=None if no py_version_info was given since + # versions=None uses special default logic. + py_version_info = self._given_py_version_info + if py_version_info is None: + version = None + else: + version = version_info_to_nodot(py_version_info) + + tags = get_supported( + version=version, + platforms=self.platforms, + abis=self.abis, + impl=self.implementation, + ) + self._valid_tags = tags + + return self._valid_tags diff --git a/env/lib/python3.11/site-packages/pip/_internal/models/wheel.py b/env/lib/python3.11/site-packages/pip/_internal/models/wheel.py new file mode 100755 index 0000000..a5dc12b --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/network/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/network/__init__.py new file mode 100755 index 0000000..b51bde9 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..1ce26c4f7c875eb00ce9ce265b42e20c9955ce16 GIT binary patch literal 282 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

wlO9( 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 P+SoHz^34m%88`nwRvL67 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/cache.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/cache.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..d8ab47ab8bbca38a04ca7c4de8fee69be7fadc6b GIT binary patch literal 5205 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

F_3#?gCr!;(gb{kr_stVlg=PjHAI$K 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/session.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/session.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..2afc16e7324e2505190648a388223edbe4c8ff8c GIT binary patch literal 21310 zcmd6P32+=&dS3UOJ@)_@9K^*TK#&-K07#IcD2U<(fFyW;Tmj@tBgwNvbb}mn4s7>; z2L!C4gpQ#tZWeZFOIRJHui3fwt6whGR)zJ7Xqw6AAG|NbADy=zANJ$BqQ?h0`6I0Tf{cLn*1~qHK zxfv=l8rOsgsw+7qY1YZvnK&L7l1K@eG@;N6MYGS!@p$ag-Vm?V4M(T0NWkME^QlxEF%5(?H7iSnQobCOX<(7! zibSqUGJSquY;|hWTMrDdB!VuJ7nvKQ92!<*$EvFI@e9L%hN^_%^ zid1+*78fC;Q<0e{E8RIUafU`yx=C$uQNPYclhMnPtl46hlPQ_TLzs%DrOPS#R>&4I zYt}32^o*kMJ@QV>fRLFzGzTh+#;>H5bY=9MYtP{G{k!RJ;D8~)J~XsvV9#JNQnO5> ziwt8Nb(j_93VUHd^G=KoUwC;ma_;4^6Jz5OA&cfYc46$yNQA+$5lzrv5i$*rX^!(_ z=Obei5d>|rl%AE7Q^i$7Pg=0F*qC#}UYSPpE*d6RPV(#&UucWSC9Fwy@b07icz#h7Tp0?wZn+TDY#3 z=9Y0@iDm;z;Gw3atJv0~E{ZP!>0a+{&NXVh9%j-9s5`8no%6it6kWemvE?uDqIyEi$G)qf+wPK9RLnQi*G)VrTSR>ZP9SP@xiRb1` ztFAI`Ib@tiz;c(<%Au#QJms`<$cQyYPzlb4rVRzJ$~M7WU8v( z(El>qxL|o^+4aV<#Rk!S*_7@q*Jf;IRV`Q%ACy;xu}Bn781~g74o% zZ(rzJZK?WJ2MjZ$w%Ar~sJX$==VxGH6x&#d1I1FfDtOutaZn73aotz086>I||v zUo2x^Z7+t!ZAR?3<{Vu5a4{8gBUlWJ+r$p6Bia@V*VWPr7CY}%2`&r5yzmS<)n%+v z-VMx-VwsgsafcC8+*uk(Zna`Pm-85B5qjQDJx}^OxinM<#cMk!n|bb4E@`>J-88?- z-Qd%wi)l}NN0S&zVwXZ$J!}+9VkgFi*j#q4b{9jHPqEk7{sqUp<1OpF17+=^vc$es z;%T0`=DGBRa^%(CVi@`Q#n8P0qkwmBw{ew$_uMnLzmoTi2EluiSO>{QmLR+^p%3h6 za8?1o33e@+)>%%?47M#~lAlMFn!O;Wus5*Yj#yGjLoy@@K<5ZGZ!7`HjF?0w2+AWY z-|%_HFUm*h&2s+M`CFQGItDgy{HL_`KjZritSxZ~L|dNh0(cjKI~d!V1-_E|p687t z`75S7wG*8D5;8yvF{68E^nSc){LKP0%XqraoCo6&FQ-z8nL~5!)Z2*O+cJw;N?$~F zh1Lc5OZR|&ukhcPSgv{d;+>17D8}b$wo|N&nsW^Dn%-T_8jmGsZ_2cJpiwpv70W3@ zPbrD@ln6XA@FHKH(O}X|<3GiQqxb85UZ$z0P()DgjBqd>O3K6Ylv z4Vr}nRQXGY#7ITu8?mHjO+=^8O=vddmXekdnq8LS5+rraJT)_``BF0wx|MiQc-EW> z1gn`e#8O48Er(0#R(Td5e$LU?SD40^Q5UX9hanZ%lr$tQS+l2O2`M$3R%}RN8G=vr z0iQ&K=3!CAA}2M|R7`6k5%R*s=*y9#CrFlH!I7hrM>PlgC}K1noqOR;dc0OzFmJp@ zV%8fA15d>l8u!LR@Xf1AD!C9cea7$lj2}WH(L;#nq$E)^hXPeiIy2Dy)=V02%%GRLpwBeErO3dGmEB8OpctpFsWIUnRpDZ zqC{=i9HTdu43X63WlF%ZK0L&H6SXqlA%W^T)L?0EU$l=R#$=$uUTlx z=bhZv?Z4~F)E~sXQQNH6hO)K2YHjZ$ckQ=Ms)505V4oV;mp7YQoO!#g)t2V~7Dw`a zPH<=3t*X6kWm>g&t!-Ji4`%Fx8@u+YyN0v7M%7)TOO}kMO%>W#Ze@i~MhN8`o{YC$ zb!=U=sg9j%`_~hd8-5rz`A2^#earce2lXV$-0_3t%g^ixJZhAi*q z-2ObrJGyh7JD1L^G-TbuoU4&ydU9={rIF>Px5q2Hc{6M8R_)zDu%6|A@QT{^Qnv4~ z+IRRvUhO-k$L2ahzk5a9e>}VYq`Lp)k89NZr!!m5;9jyUz4EsABfIbRFJ|pcs=bNu zkMSG35B!cVyZflR`{0w9g)UX-TAj`ceaN8N8?*K;s(lOPIL>eEeNo*z zoZUOB?!_#t$`Z>8yQ{N=HX7R1h8@|4ZndEs&A9Nk>m$4Oty{NmYkxHBc_C1Mm~7Ko-XOwswI~N7&PaF2$jjM%2E(tDiQLY zqlg2Urc~a%y{axpx+Gx&uhjO0Xs)XTh1Suc*^i3|H4FTFM_|h8L|1 zu5>wqn|Gm>k|t{2DcbIujcrChy~VOC^-uG5(QcHQfLWZZ+`MqL6uw$h%nyuGIGKP% zxxJXeagZp#vfvgW^OnauU6Kx=DRLXzb+x21L5|W$r2EPxUTrLf(V7y*cR0~8@BR+= zUGpljeNSDY(^!x3t+J1=!c@NC{+c@}=+7H`Q5K#TAVIpufBIvTK1qTMc#X@6G?Q!Q zoMaCg0J9lOhRkzrW*|zY`zCMANONQbOG6awJ0m48r?1R;&P0`T-`SK13!)@yCiznA z9n88p(@;>e%%-Oggto}rP>E)SRy(Olp()3Zv1m@&qDX%>pntP+f0VC#svQ#7Z} zhJg!~G(ky662!%8js##D4FSSs7%5>2!;4H~r`ds}#O5TJ$fPKWRx}IA6Pj6$-q5U5 z@f5@i`?-lxStg4l<ngjm@~ge*l-u-cj_meTCUZlxtBJ}s}H z8u{A&6-)dIi=9VE^>YB zsk45lE-B8{8OcvSMgA!=D2Fh@FjmxZfvqby?!K9=>s9M|mxPaejc?E0nOm~tTH2Q^ zs?e0HYkud&CCeQlZwWZMHv$dsoLD)T4Roo2uBFjW{9IGpJ8wR0>|1Z_Ta)f3Kb*`o z_GKGSsg0+WPHwbpS6c?|3)z+z)Rq?>Y*SkfW?IgC=w3Rr(bE5D`|jM1-uDu@uD-n8 zQd5hquBP^}*+$zTz|zQ_GgNx(%E?tR+t{l%_9E(JZcE$Urn~J3o?1Hf=_g&B9}J7t zaf&xU8yD)yel>%XGYe`~I;0eAsbhz2nG- z4cU&9YRAcJBYv?)aUIK61dvtm9ACm>g?Ku`=e{Gt2>7>!6CKzMYZN&-a!~n zuBKsGTp3=Dss3QzMNw|f*SI{pGO^mVW?q|E6W$xhwCzzF2UYLhyoV6HRO-&v&Q)c# zTW#)DYj)|4@N>@Ed<|hxb1J|%&s#mjX>JPGXtVwrn3v+N^n_OQFITWHA`hn`lW4vR zs~Z@XN{btq7||}8rfo~yG%pIby(EbEJ{bFB4a36Zk$NKPV<~WxK7&$6#f9 zkN>+o+@C-SLZ)$@5SXz{D;fmiKZ|{dHW)bDq~Qf(VU$8|=pUeD%@K)A#iQ84B8mm? zp#F=D_{;waZ*#$C%#i+Kfj0C>AqMkPr~}+w8{{Ju(zwv{4eQ(XJ9be2jL?C5WxxI` zL0v!R!Xzqqv%p;-5xvQFPV1$3YU&#FKbQcK!a#PSjwxzk@gfq&2J&wqzy^}LT1?~K zYMHmJ7KgnQO93#d6?jI*jQq!*&E#G!vA3cbAI&t6g?ZOJZ=uhCPhc5mqYBOEAE6rg zj|uz<0n%h*-2VlI7YUGnqWReep&k}yc*v%InyTCx%JGK)OmE0G=fVdff;rdytPfOO zypKK<%`^H?@GtPIuGWmJJLhhE=fG^VtzFPIycLHI9Dzkx9MS70v@cLMl`}5qsBEUXFYoY_A`{q- z`s9B@Z!D3b3>6R;O4pMa0OKYIx!r{A&&*_QOQnR3ZPAWc3*>NYkd-Nw;j$zrT18u7 zJG9?+haGG?bYl1ft*+=uSK*}xSsD~d{vKLX!Dth~8=oRlUc87cBl_^pj?}h^4{Q@c31buT-^6yaY z+}2IH-(OK`h^EUfU}CYsL&@PK0{>8GSr=MX18aNl&wjWsBeZ0Nld5nsQ@q)ye&1C+ zB^#(CrwI__sIPs-M-oMssX6jb2>fdR#?}^A{-04K0r)0!Pwpas#uWeZCcAZvf8=e= zTPc8b>8+tvj-X)R{IK2;=lmSj4|D(+Si0W4hXp|d5b*_}KF_JS|6k4Xmg0xr#Eo^c zDW=N=f0NT){@zFko*^90W81{#I)0ASTYgDO~b$tIc(q6Cr71<;uQsFm)5{zy;>fiWkFB~(x* z=n)O?PNaj8FJqKLVD2rVyW-u0GI3g9+Rqq$AA|vy=r`tO=@zjDnnkw*P9Q4d**q(Fhz zwu08yGg{jKTHCHU&zC&J$8|M^i3XkVN>);D!rBJyigk)Stu+th!6h+5uD#H?#NfPo zle~--#&c;F#%up)D&fBn_^$;18-Wr>F8=|&65%e%)kMGPM;pb2Yrinbwi!@QY!o?^*YW|>9J4&Tpg8gc{sC~zlXVX&uVnkfJ*~O=!I*Zzh^V5=ioA9l7}l5qv?_o5Gq8I5gU7x z^`5<|21liO^z(Dy6O4Q|dRE-)xnxtNa~-S6VZ??ji%^*Zu2>bLQS2jDnRC7>CtMMq zh3lHHYSZW7x+~oWjWfd7Qj}pH;ojJ?02iLsBBdxd5FsdzJ@>rTx$ZQJKCBA=+*Kxj z5|ckf=J-U=Fz<(gx?{c)Os3K#wn_=Octg%4hi)cFL$Z~UEOk~vT&XlFk(inZU2dh< zIp+nqsPr8rhnx`47E8zy`xvt?_Ll?%%;=a8;IiI<%wh7nPp9COqxlP}Q;6>1(aDzV zCAl~?Jsp{jl0JasVhD4Q!ZLH*ej2@1MY8m^(gbA$<4g-Q$gN9p&!k2Fo$4T3 zL=vEWZlhSd=B;|Su#*gb2xP?#K%cE}Rm$jfWl~xa%a7p`Dt{Z`Q%HNQoMTH#9ADWE zWBMvA%w$x@4c2IsKf#mO9{j|{?b!VrufO*?l(p{V*I|rAOnvD7sZ8K-HgH%C97clU z6Ua=>@AQGas%wTM***x38E(9{2JaWlQB|8lBA_?}>#8QRU47=Hg9hXVE zhk-LS3o0Xjf)|7ShxSG`X!|jI7&Noe1Nn*nj_JFm1@qIe=cv321F12c?P)(p$;S5l9HoMHE%TmA_^;i5$N!V||CObZU7gw1 zopbA@6;N1AL~@6MV`)+kr>;erG8%^T>!ewZ1}PQG2+Cxfe+yzO!ZE~I1-j=;l4M*= z*chaOnwZvBp>%yR4+W1V%Nk}quHZMji}c|*qr`SM+RjOX4Sh6KTxu#6NbYEKoDz1! zARVY&s*>H3c>TmfoirGrwe*zR$m$YDI901|iYSqjM<+A3WmPhFHXIY91 z>T10I1@yU=3Mx^(nXV9#H~|16QOm((!&w|{x!S?C?U~v^+)KkbUp2eo*t6OI zpx;@4&$1aFP2W8I_0ucnEIiHJt?)PdC=gr?WCJ_Yz>XzH&J|c0QCrDfj6BAm5Or^V z==Ko?Yl3k`_E^EFR8+pGQyW~zNVF$JM(adb6n(6^*2v_{nUoPYgN3z zKjR=E74$S$@*EYi%+MV^!ne{fTVjfd|{wp~Q_l5M`2xf(~QG?roUq$Vp0}>z~=g2 z2QgaU7f5Xd<<%mdNj#?spT}XqnxbW5C(6bq(u)V1MPLViNMT0bEo^EKA;+X<^Fph` z;XXN1;Drio++2IbJlQ1uhcs1QM=AQLy^XqU8DWz<*W9i)57PGi5(96af|J_zTwTM8 zWp#4(^_8iWsr%_n?ZJ$@eA7;@W9vJ)0OJJPJPms|ky*AKy~4Jm%26zj+A7kXzA8n= z>Mh1dniov-rm_%;aEZ7hToM)+tP7R}^St>PXWQ^E3yj-D<=H*t<2LuQF$zBT{@(F{aSdPi z1N`)B!8PxkcVWZj?~Eo#;2~4tqXG|^=P_F?@*s>r6xYn$NGBxMw?X9%)(ob<97#ckvzUm3^vXM8WC z)Ia?hF8yFKH#zqS8CY@TBBjJ2e%-7%lAxAnE$@(l<0Zq7R%) z673rLforipI5v%)2hkP9;w^d|-Z9ZjaVdB`7S)By;0>x92On@aLk!+Z%`$^4lQ+SK z!ofZ&?h2-`i^26CmRLeaU}IGv*Wt*$UP(cUW&bUJ8F}gSGS1W903z|D!JU15h5f9L zZNgp3&i>;eKU{{`v3$+Sj+ko#URg-jF556+G=VaZ--7I=SDVZnv1PJ|;h@P3b{!Ha zp;elJBvuX=&Jk(w_sZ?BZ z6(XoDr5B=on#VxtG+*JhoU;(2=PagDP75_xvlkj#Eh84FsXwL|X{lk$txo($=!9|` zV3GT%rtzKDhc!FaYj*smvUcD%7T#OP);y=yJhxEnPUr31&cT(IB_Awq zEj_6_dtPmOKF@7)z=;=N>1^)6 zXx9DQ(z%t_)_QZk_SJ!P-=2(b&;8Vo>(=+5$?QLq^Ec%!eoxy*V-S8kYo{~2UV1Q? zZ9Jql9$L0+GA>rFkG zrk+QE*5#9Mx$f`D_m_OZuKYy<#o3;^JE>X&Aj+v|^no?{10KRR%5_yz0l9pC{q z8=TLsq(o*3nqnlkKu>5pVA@R5cQBi{WwnrGd@w6GzOsH9w*w-btHmV4Q^b+ZvJ*me zE@)2eWpv|qQL$-(MYs&x`SGtOY*`n!tc2j$1+~YZDhy_X!Dq#T z$@6d3jpKKIapn4|lJOl}n*`AB`xgsA;UHre;GA(h)L3l+o2Gs-lb4E+=8Ht4Nf2qq zSil)WCeBQ!VYFY$G_tzI9IRErU`G72OuN43o?!m~k9@Ux`1m7Iw~n(Q%;QZf<~s{{IJ6@Lr36>a?=0k9?A6WHx2;UBcHVte4eZRr zX&orulC@s1!B6J;8kST`#<@Bctf;rL4TbP8z#*XjzUBVJ?>NXUp#Oo$9@W6leTfI7 zY;Lm>yG$?_Xw+YG+d^xd@3j?P#?I=2M-ETkTE^D%6yPDV^`+HU*XAEg!YDd$LhU+9 ze(c~Pjlg-7x7M%0dyJm{Z*yLni zKJ=>mrDNa9!WG@J&^7|COkAO_zmk9hafmr~}t?$YG z`bJ!j?3z$iQ)@Q3yn@e=iEin$oTwI?$NDU1PJ?V^u$fORpl&55Wr0lmoUXoYnkgR- z>t}W%@=e2k!xVB%N+h&kD|K^cT{5OcI>=i{0LUIGj)Y>;gg!8U`hD?#kej^_t zK&-IVz|f2T6r~?K20Dndb)>h^wp1muruXA8*)>Ktv}R*^fx+l!s&l4A*N31~dJ%zr z1*S%?E`rS|^eX}HWc|opRU34K%j~EosX;aU^Oma6(-SdeO4mCCpNWG(RG723{Hwsx z-SG_HqBzPG&R23L73aXgyE9Djp;K#O^K=?aG+M_0I^#62e$cQuopq_Uj}Q+M&W{Kj zBJeE&?-KZZ0)Ix}F90-q;Xh-srB~%F^OSL(&T*3&DRh2hR|FJ_E)j(aX+ys@kD0~xNr^3EAwk@W0-@6K?B z`;i&v_{{vloTWWuydPO!%ouOf?QB_UR2|JL2eOXss$=`2?U66AJh9Tba&yhPHg$jR z+Le1gb?bpl{Q=eY!lE18FWZk16isa>5AKCRmH7L8dm8>3#7rrF>jY7M@0AnKR9MGJ8)yg)Q*pc(gfO s>3z&nKCVn}*c?|cBh&HRW?4>}c`zrN!{sKmX4_+y`0+DP7%TCA0Fubdxc~qF literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/utils.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/network/__pycache__/utils.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..d0a02aa9b9812264373a89d1def158924bf7b4ee GIT binary patch literal 2431 zcma)7-A~(A6u-7(=L1M6knqvcnh{FVj--@PLDx+}Noc25*;LwT%|4c@EadOf0;^cSUaF>mq6S{H;{xRCW~@RlF6}2mN9iU%jFzN zM~+YOmd<5`oHOZ!dxyl!OwxrJ?8fdXwzGzcutyRuf+jgJFS#W5ltc2|btD_GV~UX) zz}AQxB^PFKljMe7ZvW(zAT{0PlU~U^fkNIlCSr)y9WgmWb@wH#V3MXP0aHu#>%{eV z;(982`9|VOYT~P8Tz6f=T3%H&9Afl90@Hbw%tlp3!5J#6N}LdtEc(VW8JwpBaV4Wl zvNEl^WC<%&rVG0Ba(pZnzc!&e2;k@f!L&e>M26Xm3n3ovIk>hTgY`ZnYnh>S`%CE7 zo<<$}=bo?#J%`I4WZaGFJ=aXc{|$+K0$9)Y@RnI+uoqF+zGD!PZsucG5 zGNXhfzTWo$rfV0o-NJ0E_X9NdhcK5Ia)d%L*Txb=@xpU3%Re&`f+A{2=xC8I(5Zou zMUSkh10y5DqXUC-3Br=!f>`v4(X0$LAX*i2L0t5RQz{V)Bzr-Wzk`1bJSH%i!=&Z` z_2n{a#Huxy4zRMK(X^7mX4RxMRnhs$1&TFYkTBF4)?02UvUwA;RO>-{1010REoC`y z@HpaxctRX8yHfYgP?}F+vuIN}ZJIQLQ8Nog6vcOPWJb;5$h4fzVl5I=Gld)kphfZv zbVgMoIaQi0XyrI0YF=+3!m_;3c}vw>bydTR~NS`$}Tdd88CvJ@crr?(C~L`wZma zyA2QLK40~Bu73a8-@oDSf9hQKpRM@M7RQU@JDa{912OLN`=Z{naos;$@eiAx#c_iJ zznz^OLqIKo)uTmW%jqdf74Pw~GYE6Tl54H@YTH0=`C2Q!6XnLMFn<&5^^f46r|dg} zL+7`WmM%TU3iZ@zz zMIi*(u(vg{Zhz?-MZX8fMDEoI1|;!`l@G)={{$#~}WO-wHBZy?n=(zkBtE*Zxx*{!`V)fDuN=dW=C72>pXP z1D?00Fi@Af!xF`~@fm9EC|cGs{)m1Oa`) zFje$P`2%wc#meuSTj=xh!D*aE#|EC>DtC>pIE!t?Olhb%bMJT=jlx_7&-6`tjC|0w>6v`PKhrejGi8=JHf)d|p`Z7Msm+f)&10Zn*Wuec*=ndL4$ zyR?2l6-E%CY+;}m715yw9$GbpgP`cC=&k9YS4tqD#R3Kd^i=e+h7-UDP_%D$xwPmA zot=I2-n=(I`^|fA_790f3_)3{Ea3n02>p`^Vd47Bv%doK2~tr7sf-%YnF`~#kqYa# z(FzAGtMhfCBGko-$WXheF4bd|n9pd8uyL0BLn*a>>Ho~oqk=}MYG z5rmoAXt)8K*=G=X3~x{>*$7%ds`xQdCCt^%g#ER%A-B(hJ-k7wtmpw$~Xu4BViY|S)c|Dt0SixD@m{K3*KdH(jT`5)g|TyVMNCfF4j zH@ArG4U>F0ZyE-!(lNIPF$rj5OIqVDwk+rZDNPj3!t$y~WDDkQS}><1-!?6Kd8>il zg!~hQSnGd}2 zWdM*wMey~K8dFEWCXPilL2a<4CdUVBtj5&T$6O`WMw?7!1fUspGqCsfeRKxMZ2xqL zm=81+7nH)iQ;@s&5_E+JnnF!qpl~l%fMTxH0H>1AzvD`pq2f)sNpx4R0UUVEG>QXYik4|7tOI1hoCK5B%eSY(;*AK4My^Ht1l?R4ktz}?j_6qpv@Vq1dBeiq$_bsi7a+7azR zDg`TXcnt=%qTsO<55Kff$G-|fIc!^EZ6xG}XSjksTceUPUTLHs-;6siyuzt4EhMr-I0DSZ7>^Xll=f~FhzcGI}SP72DiRSGwil# z<4v2o<#LgAqmW({@C&S{m{=|ko`RM7_W9e(%S#1J6L?|9Dr~H4IxehX+t!RV=zzo+ z(=5$^1a4HZ%fcvW1`$$VDnAeVt4&TsH;;I!lxd zLXY1S2YtM5uC3ARP$inJRTbSG3GNKJYO1&xBQ$rD^ORhmq(F&3JIx*t^epUxOw-;g zKwK7YRxNsre)RiE>UiyXo(@xhKgpkMyJD%wck-gAbBdddVwo){A7MjFX?~YEA5+) z-gUD1qwMTqcDA$myVgN=u9uzb#^;_tNzHgjkTNfblg;hE)s0^W>XUfp*YEx6Jtut) z7Tt~a(%*visSr)TazH$v#84vh9Ez8MnV_{Ox1$G=is36jUVelU|c+If|3mhbOU8vI-NC-_Gcd^3&Auf?|l2l^ga0FfTJ z^=}{^%P@==VVJ0gDB%&4dYGh-gR Optional[AuthInfo]: + ... + + @abstractmethod + def save_auth_info(self, url: str, username: str, password: str) -> None: + ... + + +class KeyRingNullProvider(KeyRingBaseProvider): + """Keyring null provider""" + + 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`""" + + 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. + """ + + 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, + capture_output=True, + 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 + + cmd = [self.keyring, "set", service_name, username] + input_ = (password + os.linesep).encode("utf-8") + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + res = subprocess.run(cmd, input=input_, env=env) + res.check_returncode() + return None + + +def get_keyring_provider() -> KeyRingBaseProvider: + # keyring has previously failed and been disabled + if not KEYRING_DISABLED: + # Default to trying to use Python provider + try: + return KeyRingPythonProvider() + except ImportError: + pass + except Exception as exc: + # In the event of an unexpected exception + # we should warn the user + logger.warning( + "Installed copy of keyring fails with exception %s, " + "trying to find a keyring executable as a fallback", + str(exc), + ) + + # Fallback to Cli Provider if `keyring` isn't installed + cli = shutil.which("keyring") + if cli: + return KeyRingCliProvider(cli) + + return KeyRingNullProvider() + + +def get_keyring_auth(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 + + keyring = get_keyring_provider() + try: + return keyring.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 + return None + + +class MultiDomainBasicAuth(AuthBase): + def __init__( + self, prompting: bool = True, index_urls: Optional[List[str]] = None + ) -> None: + self.prompting = prompting + self.index_urls = index_urls + self.passwords: Dict[str, AuthInfo] = {} + # When the user is prompted to enter credentials and keyring is + # available, we will offer to save them. If the user accepts, + # this value is set to the credentials they entered. After the + # request authenticates, the caller should call + # ``save_credentials`` to save these. + self._credentials_to_save: Optional[Credentials] = None + + def _get_index_url(self, url: str) -> Optional[str]: + """Return the original index URL matching the requested URL. + + Cached or dynamically generated credentials may work against + the original index URL rather than just the netloc. + + The provided url should have had its username and password + removed already. If the original index url had credentials then + they will be included in the return value. + + Returns None if no matching index was found, or if --no-index + was specified by the user. + """ + if not url or not self.index_urls: + return None + + for u in self.index_urls: + prefix = remove_auth_from_url(u).rstrip("/") + "/" + if url.startswith(prefix): + return u + return None + + def _get_new_credentials( + self, + original_url: str, + allow_netrc: bool = True, + allow_keyring: bool = False, + ) -> AuthInfo: + """Find and return credentials for the specified URL.""" + # Split the credentials and netloc from the url. + url, netloc, url_user_password = split_auth_netloc_from_url( + original_url, + ) + + # Start with the credentials embedded in the url + username, password = url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in url for %s", netloc) + return url_user_password + + # Find a matching index url for this request + index_url = self._get_index_url(url) + if index_url: + # Split the credentials from the url. + index_info = split_auth_netloc_from_url(index_url) + if index_info: + index_url, _, index_url_user_password = index_info + logger.debug("Found index url %s", index_url) + + # If an index URL was found, try its embedded credentials + if index_url and index_url_user_password[0] is not None: + username, password = index_url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in index url for %s", netloc) + return index_url_user_password + + # Get creds from netrc if we still don't have them + if allow_netrc: + netrc_auth = get_netrc_auth(original_url) + if netrc_auth: + logger.debug("Found credentials in netrc for %s", netloc) + return netrc_auth + + # If we don't have a password and keyring is available, use it. + if allow_keyring: + # The index url is more specific than the netloc, so try it first + # fmt: off + kr_auth = ( + get_keyring_auth(index_url, username) or + get_keyring_auth(netloc, username) + ) + # fmt: on + if kr_auth: + logger.debug("Found credentials in keyring for %s", netloc) + return kr_auth + + return username, password + + def _get_url_and_credentials( + self, original_url: str + ) -> Tuple[str, Optional[str], Optional[str]]: + """Return the credentials to use for the provided URL. + + If allowed, netrc and keyring may be used to obtain the + correct credentials. + + Returns (url_without_credentials, username, password). Note + that even if the original URL contains credentials, this + function may return a different username and password. + """ + url, netloc, _ = split_auth_netloc_from_url(original_url) + + # Try to get credentials from original url + username, password = self._get_new_credentials(original_url) + + # If credentials not found, use any stored credentials for this netloc. + # Do this if either the username or the password is missing. + # This accounts for the situation in which the user has specified + # the username in the index url, but the password comes from keyring. + if (username is None or password is None) and netloc in self.passwords: + un, pw = self.passwords[netloc] + # It is possible that the cached credentials are for a different username, + # in which case the cache should be ignored. + if username is None or username == un: + username, password = un, pw + + if username is not None or password is not None: + # Convert the username and password if they're None, so that + # this netloc will show up as "cached" in the conditional above. + # Further, HTTPBasicAuth doesn't accept None, so it makes sense to + # cache the value that is going to be used. + username = username or "" + password = password or "" + + # Store any acquired credentials. + self.passwords[netloc] = (username, password) + + assert ( + # Credentials were found + (username is not None and password is not None) + # Credentials were not found + or (username is None and password is None) + ), f"Could not load credentials from url: {original_url}" + + return url, username, password + + def __call__(self, req: Request) -> Request: + # Get credentials for this request + url, username, password = self._get_url_and_credentials(req.url) + + # Set the url of the request to the url without any credentials + req.url = url + + if username is not None and password is not None: + # Send the basic auth with this request + req = HTTPBasicAuth(username, password)(req) + + # Attach a hook to handle 401 responses + req.register_hook("response", self.handle_401) + + return req + + # Factored out to allow for easy patching in tests + def _prompt_for_password( + self, netloc: str + ) -> Tuple[Optional[str], Optional[str], bool]: + username = ask_input(f"User for {netloc}: ") + if not username: + return None, None, False + auth = get_keyring_auth(netloc, username) + if auth and auth[0] is not None and auth[1] is not None: + return auth[0], auth[1], False + password = ask_password("Password: ") + return username, password, True + + # Factored out to allow for easy patching in tests + def _should_save_password_to_keyring(self) -> bool: + if get_keyring_provider() is None: + return False + return ask("Save credentials to keyring [y/N]: ", ["y", "n"]) == "y" + + def handle_401(self, resp: Response, **kwargs: Any) -> Response: + # We only care about 401 responses, anything else we want to just + # pass through the actual response + if resp.status_code != 401: + return resp + + # We are not able to prompt the user so simply return the response + if not self.prompting: + return resp + + parsed = urllib.parse.urlparse(resp.url) + + # Query the keyring for credentials: + username, password = self._get_new_credentials( + resp.url, + allow_netrc=False, + allow_keyring=True, + ) + + # Prompt the user for a new username and password + save = False + if not username and not password: + username, password, save = self._prompt_for_password(parsed.netloc) + + # Store the new username and password to use for future requests + self._credentials_to_save = None + if username is not None and password is not None: + self.passwords[parsed.netloc] = (username, password) + + # Prompt to save the password to keyring + if save and self._should_save_password_to_keyring(): + self._credentials_to_save = 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. + 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.""" + keyring = get_keyring_provider() + assert not isinstance( + keyring, KeyRingNullProvider + ), "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") + keyring.save_auth_info(creds.url, creds.username, creds.password) + except Exception: + logger.exception("Failed to save credentials") diff --git a/env/lib/python3.11/site-packages/pip/_internal/network/cache.py b/env/lib/python3.11/site-packages/pip/_internal/network/cache.py new file mode 100755 index 0000000..a81a239 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,69 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from typing import Generator, Optional + +from pip._vendor.cachecontrol.cache import BaseCache +from pip._vendor.cachecontrol.caches import FileCache +from pip._vendor.requests.models import Response + +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import ensure_dir + + +def is_from_cache(response: Response) -> bool: + return getattr(response, "from_cache", False) + + +@contextmanager +def suppressed_cache_errors() -> 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(BaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + """ + + def __init__(self, directory: str) -> None: + assert directory is not None, "Cache directory must not be None." + super().__init__() + self.directory = directory + + def _get_cache_path(self, name: str) -> str: + # From cachecontrol.caches.file_cache.FileCache._fn, brought into our + # class for backwards-compatibility and to avoid using a non-public + # method. + hashed = FileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + with open(path, "rb") as f: + return f.read() + + def set(self, key: str, value: bytes, expires: Optional[int] = None) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(value) + + replace(f.name, path) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) diff --git a/env/lib/python3.11/site-packages/pip/_internal/network/download.py b/env/lib/python3.11/site-packages/pip/_internal/network/download.py new file mode 100755 index 0000000..79b82a5 --- /dev/null +++ b/env/lib/python3.11/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 = "{} ({})".format(logged_url, format_size(total_length)) + + if is_from_cache(resp): + logger.info("Using cached %s", logged_url) + else: + logger.info("Downloading %s", logged_url) + + if logger.getEffectiveLevel() > logging.INFO: + show_progress = False + elif is_from_cache(resp): + show_progress = False + elif not total_length: + show_progress = True + elif total_length > (40 * 1000): + show_progress = True + else: + show_progress = False + + chunks = response_chunks(resp, CONTENT_CHUNK_SIZE) + + if not show_progress: + return chunks + + renderer = get_download_progress_renderer(bar_type=progress_bar, size=total_length) + return renderer(chunks) + + +def sanitize_content_filename(filename: str) -> str: + """ + Sanitize the "filename" value from a Content-Disposition header. + """ + return os.path.basename(filename) + + +def parse_content_disposition(content_disposition: str, default_filename: str) -> str: + """ + Parse the "filename" value from a Content-Disposition header, and + return the default filename if the result is empty. + """ + 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/python3.11/site-packages/pip/_internal/network/lazy_wheel.py b/env/lib/python3.11/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100755 index 0000000..854a6fa --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/network/session.py b/env/lib/python3.11/site-packages/pip/_internal/network/session.py new file mode 100755 index 0000000..e512ac7 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/network/session.py @@ -0,0 +1,518 @@ +"""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 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 503, 520, 527], + # Add a small amount of back off between failed requests in + # order to prevent hammering the service. + backoff_factor=0.25, + ) # type: ignore + + # Our Insecure HTTPAdapter disables HTTPS validation. It does not + # support caching so we'll use it for all http:// URLs. + # If caching is disabled, we will also use it for + # https:// hosts that we've marked as ignoring + # TLS errors for (trusted-hosts). + insecure_adapter = InsecureHTTPAdapter(max_retries=retries) + + # We want to _only_ cache responses on securely fetched origins or when + # the host is specified as trusted. We do this because + # we can't validate the response of an insecurely/untrusted fetched + # origin, and we don't want someone to be able to poison the cache and + # require manual eviction from the cache to fix it. + if cache: + secure_adapter = CacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + 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) + + host_port = parse_netloc(host) + if host_port not in self.pip_trusted_origins: + self.pip_trusted_origins.append(host_port) + + self.mount( + build_url_from_netloc(host, scheme="http") + "/", self._trusted_host_adapter + ) + self.mount(build_url_from_netloc(host) + "/", self._trusted_host_adapter) + if not host_port[1]: + self.mount( + build_url_from_netloc(host, scheme="http") + ":", + self._trusted_host_adapter, + ) + # Mount wildcard ports for the same host. + self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) + + def iter_secure_origins(self) -> 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/python3.11/site-packages/pip/_internal/network/utils.py b/env/lib/python3.11/site-packages/pip/_internal/network/utils.py new file mode 100755 index 0000000..134848a --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/network/xmlrpc.py b/env/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py new file mode 100755 index 0000000..4a7d55d --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,60 @@ +"""xmlrpclib.Transport implementation +""" + +import logging +import urllib.parse +import xmlrpc.client +from typing import TYPE_CHECKING, Tuple + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status + +if TYPE_CHECKING: + from xmlrpc.client import _HostType, _Marshallable + +logger = logging.getLogger(__name__) + + +class PipXmlrpcTransport(xmlrpc.client.Transport): + """Provide a `xmlrpclib.Transport` implementation via a `PipSession` + object. + """ + + def __init__( + self, index_url: str, session: PipSession, use_datetime: bool = False + ) -> None: + super().__init__(use_datetime) + index_parts = urllib.parse.urlparse(index_url) + self._scheme = index_parts.scheme + self._session = session + + def request( + self, + host: "_HostType", + handler: str, + request_body: bytes, + verbose: bool = False, + ) -> Tuple["_Marshallable", ...]: + assert isinstance(host, str) + parts = (self._scheme, host, handler, None, None, None) + url = urllib.parse.urlunparse(parts) + try: + headers = {"Content-Type": "text/xml"} + response = self._session.post( + url, + data=request_body, + headers=headers, + stream=True, + ) + raise_for_status(response) + self.verbose = verbose + return self.parse_response(response.raw) + except NetworkConnectionError as exc: + assert exc.response + logger.critical( + "HTTP error %s while getting %s", + exc.response.status_code, + url, + ) + raise diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/operations/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..799dba8a8754d33ac0651ebf15d2d595e10622ce GIT binary patch literal 220 zcmXv|OA5j;5KRpfUUih8cht~s(7;o zw7s6ou+)zj0nHPXJa^G*zF0tz5oa#H-1CB_opd0iiRewPz&iAKl-2|g148$Y1?>BBG~s{5Stn*GW5$@>A_e>;N! literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/check.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/check.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..5c27c78c53db2bc13bb635a85aecb9aabf184ed4 GIT binary patch literal 6653 zcmb7IZ)_XKm7gVdmwzQvBK6Ob?3GMMqT`Tq>^hR|*s-P9mE|gFWv2-*0guuSWm^1~ z*_9o;RF5r!D;pT7?$CpU_730yflopF!8qIpeJS7`a6rG^uCRcJ1q28<OGElMaL)BN-)- z%*l={m*C*(%sO(;gfqt{_?(asa$-Wvxe~6NJK@fG5+07$<+I+LFX3ZlA?wd|CAxCm ziEj2TW&^okBFM_FY)`H?(aXy2Y$z8_gjv~>?aTEi`Z?r4n7cdB92g#a!XflE{H-f7 z^w z(T05V74l=C^(a1OYa;<~7)v(ZnCxfV@lI~qA$NVwCyslN+%I?IVL5%k-S{D59&_J zjwKWwcsTJvDw~m0YNn8v3Ta8kMVyy$ekFqy`d&<}tff}5;{9*BB#Tj(>7Gqxv#I4Q zHu<^CifZyVGm2_@7gISb-&!vM-~C>Zs!L@}=Mq*;fpMdp>H87>bUj0G4(HXV!|Yxx zkQ{XW5X-c&*|U<$7xI}E#!BXa1#P0a)EZ98&;`jXuT!h124PT)bK+&JG@jHbaj<062 zS**n83M=b$5|nuHfqJKqkAw2%b>+?6r>YuDTiPdj>D@?lW` z5}!Js07QNbf9skA&9{R>8f=%-jtC-?8=^|5xN%ikFlfFtpE6(KONU?;;91zm% zA^uc+^qKX%&)r9#IX^=8IT!(#reNTDcxJYc2MbjdDJ5mWVHhHGIF2HLDHK51Fl%t{ z*fm0}AN<*yEr9PP3;FB=lULR<#fK-}C8R(AL%`kgt5S!vDiV0HbV4}~|67YuAE94v zj)3X4d>hL)w^z*W7CtafF?l*dvxl|m^d`$9LsX&by(KmT(+eoKj;*qoEv&9$V!H09 zNFK%onC5HPdr|?sau-Pf;4P<^PH+#Cr{H7q)CCEIU1V}tq1GW;7a69!u@!<-Do%Fj zNv265*90molNi(+hrjZlK+5Q#H(Xw*1;XX;?|a8|?{UL>ygXYAhW3I}yTPfQcmLqf zf>U~M!3ZwYky{vHq{7z%AtNwe;p-03GqOK?tjh06=XRxYx-@M_)B5m?F+5Ybxi7`G z)u*MMk9FyWA>F7fZ1K8(RP&F1yB{3*rz2V*Qb$e?=xma2{JpQ&aKdR|8Fx_VvgU(dah0gzrTF+>bUUl z;{ue)B*@Gz~1%QHn~sSA4AIx z9-NK>MdPy91Lt|Q%vIuu-vMq=;_YrsxJOeZp$!cH7QfkW+rYtnw*?ONwi}+3r-bft z@NOV|`SaKa|<@$@QoK~w%?vc0TC^;LD_IQ>CDk+l&)M|LA1YRy>6ltZ9SHQO+ zHhR6(ndj4z%}QyVVoFi4d`ilw4VkozK@$KS%Yh{IPD+(j$WZ_?nUZE76fdMyUIx^o zA&nyHa-opLseFvpyR~Qv_%oHHOhi+oBEbZMRKW_oI@j=nXqPDfwow>@@iOQkewZ|J z3WzD@Qe+K4%#H5>vH|p%&Xg<@hI$^Qh*vV{3>CvSLgtZIOi?Ki70aMZB~d?fNB?mk3eTnw>ZY@h($N=x6UpdznBC1cndLF2ztIMgt)gNEI~rOXCqR93oS+@hj}A|Mtc!suEgE(GB^LLn;w=QUb*Wj)Vjc$syQ2(#bYoTau zRQkun-ssfs=+v``oj0G2>Z6y9(aW3HYM~)e-}7cIEbWCOyWvPx-kz=gl^#BAgimYX z)3x9rXdM`@MvVRmqd#7`PF23W7mDtNqT3TYDk#@Ob4F+m)O1~_1*N@UWH(6FTz|Ht zotV*s=Z)ZbEqMOh1K$AslB?W)f@zTV9R&38=WkFiwD^s0qs+*;|(qbN{O5Pk9YKz_kL zMz7An7$9>Sj!w{}d4}E5H=Jq<6af^Rhvi@JCC&!6T!l}=hW2y!Q-@s>b9U!Ld=0V+ zW==HU0H0Uy;P#g0fwW3e#XHh{8i}YMw*f#(r6KiTR@vBEPz9@*dpK`PTbS$GCWS^a zYTPfVasLDN7?sd3xqI9a`ifg@WJZ=Jc<$c;ccwXuLfc4XX8nJ5U(BX*%W~?{!>Hv4 z&8o*;@Z|;CJzY3DU+-8>Jn)LalOIC8 zzore+Kw!Lo@}mB?^uB4MZ~AA8<%P|jZ-(A{c7Eq4`p|+gw4m|*e-cs8xHf+F*_s}_ zY6P#A=fPDx;eGc|%|D<`%(w2k)8X;{5drxhO6r2(7wbq6L^cz)6oUpmX1Rl4&wt5o zVefz-$bSZwN$WSR(xH&H0ae+ zt6j4_#M*rU(ioBMC}0=V3ifUNH2B(ELz3{IMDu^{;oGx?Tyb56U`8FMu~+Rp259(6 zhmW+eA{Or# z22yeF4_}U z`oOsKfj;wNW9G;D$cM(rhZW!EobDbvaQFPG>x-^US$7W`?qQAH2fnbzhpkQT`!FP% zp;E76hWf8iup4R#*_RDWl><|qqnp=~;~s)s74q0p$BEe87I;Iw_y%tSTfS|WcD+p3 z02ogzuZ5wsuEVatAr9psOMdh&H6d~XDguNsGoYKLcE(~Yu0ZG~Tj7BXClSUDg8ht_8>Tf+u!^C#qRJ zc*Y2x(Sm1c!M;tQE}-B$9NYbjYW#?`jO?qUrYo703oCGHkmXX^AHBggPjps9=u6NlPpV@kTC?m^CxdGS<0gW`{iH@OM{)v$3o~=%E9f^G3Di z$xW>D1WmC#w4W(z)oA*vwH3E|c}W;sh78p@hZ?mvhk??;HscJT#}}ptK;S0ZZIeDa zvezh~o^N{Jw+_bO1i^IupqYWrc4VNw2A3T&20A2+;hUvt{g1E$M}1~X+B|0CX{yaa zAbFd1d5sbpi7ZH9)rRg2>JEg3@H)GY9);nc%oi2N8-oR#e)u#ntH@v6Hu3C3!b5V=D zwKJ@R=Zx-m%f17sf2n$Q+x6w!T4>7XK3(?FW51tP)$IjiVp|*P#3$ovF-0YJF;_2JAK7?{c0Tn<1mS!_qZjl?mWp!bp)i=Gt6FU zr_Mh6a7Wp}&u{Il8Q;5MoLXS~10h%!nw41#izK)nPTc0TH!d5K@6-{zJWsO6VKN!y z`f9Y_|d? L{krcY%trqYuls)Y literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..3cc98dcdf30da36461c17005b9598e5041ae9553 GIT binary patch literal 11616 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..2b8593303afe9b9e2abf4fead69a35913ce5c420 GIT binary patch literal 2297 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 b`TNcHTknsr1n)gL+LU3uiC!Y;aoEpaY^8g( literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..e5b51190fac083a711bd325ae55ceae75b5e819d GIT binary patch literal 3733 zcmb7HO>7&-6`ox#xx3_&qJFHu`e$X!u~}H8mDo*e3kE7UF;YnWQ+f!2VncC9)XK|U zW_B4xEM=&Mfd)l@q?g7(5(y2!>AW&if0|ts5a$CVN5ct$Lv*em| z;sP1&ynQ?K=FOX#_q{j#Q!*JxP_E@K<3C6U{g-}pi_&49{0o@RkdE?5=XBoW@*I2f zc^=*oGg21v0!RA3SExwXNr0eI*hhtPefLCFv6G9J<6cw|M;6L*CC0bRj@o`kj()B!xIr#t1|r7 zE?0meH>pomz-a5G_5QK%89PYyyW958nWxjp@BAzw%R2XP7A zgJJif24$10bIy=U^>vEQ*U{(bOTK^HZO#?D5(w3~{$4$DQ=q-%XrCrwo3%b47jQ4y z)UOL>>KU*WTDBeQX%5*s*rG=#!tZ-LtPW~Wz=dM9>|2JVs|8EV!ZFOyV^Cq|!~Ina zOMNf=dN2FEeI5o~Pv(GphDxZ8elXIMixYeOAw{+GU(88K#My+$FnMr5@|#DjV*qZRN_gzFc))Ex+%& zIc$B9GmYg=*K66?*_>mzc&1V)-Yk@0bj7IT!0}v6tb&;Xj}HLkB@|O%}xf$7HXsygXh!t|91VK`G4de zCYom#T4xua_0z$y_X*vyntH|VIgW7m0n=4DD>#vFsR!3)7Hxu6cNGrLw($QS@#{@O zcQ7M*yzO`*H4*d@>OWq@#FiI>fKe{Eo=_>ctDdlC8&-xV3ED5O0CKHD8PFY^0vV#s zss0ThhoJEQROb^QTj()c@t5;o{9=2fd2qIMa28hCOfR<5i(79$PK@}7i(ca%rH(Yz zD-X{Bfv1_e+Dct*NLRlR;~$;-&8<7P?s8v?6Af_!DdvbY!F z2jcq(h>v(V{!~Ir>f_fxnfu+`U3vT5pRfOMu9-O9N}O&8r^yJlSY`*Sfn#_{7JszL zhQ`(#4`QSSd*VrkV?&_Bx+m)30*2`nLzsaU$R`GN(PUN~-tfdyp3q5~l6!aWE` z_i0dKg+qOzfY&1rgnn?Yg|eGbSMH9Z!KEIpM;=7`^=-!L=qv)Q^uRhrkM)O+vuIP4 zk(=!HgRWSe*TuT{K)MH^=swh-aL77#47sW9H$u~hjBZM9n89GI@Ida@Uzcw4dVEv5 zC9QMo=)=gnXq}Uh9;d(lwSoS`F*J)DVVw`;IP@-94>|KkNxL-obV@ziZw&;MM9u1? zAFOu4tX3VvDyi)B0nszd1qbV@j#mnhSwN}?Xfm8K|m|CPI4Ng zrlC522MBJVr=uvE`0c{&g|;-;mJYO~fjv=(#`X~qpOU8v8kyR*9=eU;h34==i$2%4 z7QRWGq~Zsr+G9t2QBY!g2nY;QVq2Gd1;vMb6pt=(0ezI5XiT1KCeOE$=Y1s0OWao_ zpO=zL+@ti7_Q-g9{AhdXLi^w`UycqA?I9rhl=va}j@prfNC;zk>7&u?SL=<@%gxct zt{$(S5<2xvRgbGq7N!3K@l)=OS-D5`VGuqq!GM;LBnQ-L!I)l~jv6b)ltiN|J zzRxq|FDePdo=zfV^6sf-;zTQPq9L4c@^ExJVtW2eWM_<Gx7PP zxbynpyd>^QQQ&uz5s=v(R6u_BkT5?b?@mQ1Kh078IOER<^KXc|7dW7qaZl7V-7abx zWIpg)fCw3dDZMekUN*b}WW)48Xz=wW`+JL~k?nxOVIJ;{_Y2?;i@3sW*DS9-_kC}= zUl6X~rjzZt0ker2biBhqC>q{{8LGU4KP2SB6`2MG21ZXVVRs?GsHAB$dutjwMVA$U zzX1%5p0Et}Z-$+}AeJE+zMe^QaE+>(_#(Lo@-(M8b3noSIL_xeP5@U05<}d;R*L@G zNZw+<$LLI>|7oMw8vT#Y3mgw1{1GIMxT{>8!+{yO95kCU&$HSw36yC7b!4Y4ioP-93eVKA` Vlp6FClv7Yl_LG!DFClDq{|8S1&?x`_ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..e7d7bf441d1d0cc8d1175b5fd651c036d73dadb2 GIT binary patch literal 1963 zcmZ`(|7#RS6n}fWd$)VvtkG02id{`2J)7J$wW&!EAy#cGMMe9I2W7e3PVQFscF&nP zW5NkRqy%a4M}<?U_!q_Z<`-psyv^S*rE z{F=!m0o#?*SLCDu@V8j(wA429>K-zWzyeEhpcKtgNy2r^iPhzjEQvkYQR-?*4SB_h z*Au0L1Ti3RL)%eE^d}O)?>M4XN?IyOS#hFT37j zDgBa@AOXt0Yj5{VOK!#fQ2Xz{t6Gxy`gbL8Q^PO;Oj(HCk*~voB*AsmjQeB5z(d$X zYDa*6gg$idK+i>d-fLF81-tLKj-a{*3lQDFv%Nz-*sSWk-5!UY?D7L4l34mFgoEL^ z#Q4T#9I%`?oli6<7;5A}gIe*2NoH%973G^5Z>QxXJg=Eseb~Q{mGa6-H zGq`6g)Ch45d){EpiV&M`I?iHvk{682sEsbzjEor(P?&KEZ!d(JE-mHG5yow|EbwY{ zu{C3ivZZ~YsluS>f_aY`OM8uv8;fYp4Fq9wnMDQ;{H>kET8n_ zj#sS`>Z=x+YgVa%l)slX=eB(_qiXO|p~q%;rLUjAQz2n3`6{8*qkha|z9Jm=l^dSz z=Hpc4k|qQZW>Ap~tckF+{A8%c6t%>JoQR%byrspOS0}})jg`oX=e$Z&M4uHKi@fH! z#kyzBHQ8tNTbvh(d%Nh^bKAd87A7W&%;sdgfrW{6if8Ob(X?GoDAs$?YY-a7k`+Tg zilG68#-cy)j$dYjG%&gJAexlM!A7tYmm$~>=_Bn_KI%a%qwfDp%RWp$NVf++eKxwT zO>JmXZEfnGy>^8j!5SgE(XdUu2Fy&m3R9y`Cv-WC{T&dNw4T zobe(z_B=P%`Cza!JQ=7kH2xCgq3mlxRxSqej$|nQQXG8UJ>Ao@i`&}T+O-odx3=CS zAw3vCOx@ojU6)Qi`)*yE+0bU%+DvE9z7@X00~JM4+nYF~vp=4Cc>2NV$Liyy_0)-t z)QProf_;I}`e9a{orX32;Ow}(b~G*cabr{J1Kh0Pd(EhLsr)0M#7?3MO>R4^(1UM; zXT3`Jw-L-WGlZRKQjuX_W}Jrk{taH?8t4HeZ?)5iwWdSP&||n1?=gFdB#Ogim z{5qg7hhGN{wfp-foN4#>O}NnR@0YEF(m6(kGo{CXjL7%nS!A j&WM}b;UFP64bpo8U2sW=XICoszYkJk1^+|nQMCC#g|hf4 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..b7b0fd48df288905e8cc618833664924840a6920 GIT binary patch literal 2407 zcma)7&2JM&6rc5a*Sq%G5O9EekgRY*YYH}yHl!uAB7F3V0)k$!R9UunVlS+B&FnZK zsZ&K2LMdtm>II~#QZA*c=%JTNy(aw!925y_C8S7I54~*!ND-&L*^TWOsMOh+H*aR% zd-LYa`_29wjfN4Fiq;Uqy_&t~5U>q<4Wj@1mY>qdA zWg#P!#f<2UgGQ(=0TvpQwE>MfiI0D7x zispy}(<(6w!Ip~%g@EUwJ&gretZISzz$fTyPDXT#&|>S`T=RdANkJ6%>`@RBHQzoQVVuUzJoX^0Xf~FyI zua`9=33LS6!Rdf6$82-(nFqn&SlbcscM#&(o( zR)|%A@2SJ~tPdsT5Y}{>%Ntmow1_&}rM_920gtW%7E;tI z8_6U`7^-K_oywV}MK_&pX${+I9v5;|8+%9dkF<#{RkN_IGNn>(%3lZZ5`cAf@N7;u zu;yEP#f@P*8F56zDi#6Vf`;?eB4O9+blKJXX1uaK%AJ_EWwz-MVUThJOo&As`OJ+1 z_TCRCVA)QP1=R^&wRAHXA`Ht!VuYQKu!{!FdryZG_QIa^-U<%eOq5*?lowy7OI8`D zi#j|#cKWncsIuF&)0G)ovdnbZ((+aNX!$y&X>3lV4L!fPG?F@UByH;yAF9CP18))N z=#_Luf%JlV3N-sCczNcL8%N4OJ(BdR z8`veppGdJg%5A0IefYQG6=`f$8mmiVe|H^hDC3Kt*OhUuP+_lg_fy2sYydm8cXby?^FB_OUx6tt)RE@hwF*V>Woz0Sz9 zwihjK1B$D_4y>0^SD!2VKgBIaV#b(y%V?Y1*m&NLlx`OVgm{~@VmkUqa78+?DxIiH zCmP#!F3<()3LpyBo{LC{eS7TA`0erg!u{Em$br?!fqL+OJqg!!>m)yM94*P*M4DfU z>^_+YEba67M0jFQSUS`{(JL&=L0DamMnH18SAhBDL7vSd6gHC%PK<<>N0^=EQI7G) zJpTCbsUiN)1P3%3b3zPB05Y-@c6CHL1OLP#Vehun2Pv4!PQm}wB9LI4$j>s2+JyZ_ zd^`+sWujUaLPqY&-s{@vL1G_SrTQt@HQo0mi~gC!Wa?u+kYXA16ZmC zexD4%ko`36-+{P1$8il5oAXW; C(rVWL literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..13e0b8c4f988f5dd37742e94e296cfa891686e1b GIT binary patch literal 4514 zcmcInO^n;d6&{KrMN(WzyVCw??SyOjPqib(vEA64z(v+SL7UCGuF*rb4Fs*o)yknn zb%ye06>hLCa!?Ed-h+WG5CqU6brU#;9D7Z2=}|INm>}R{fg&h!V~_+ea_SpW(n^Y5 zU=r067u+ijN_kt_qsx&elhH)A0C(q*sb*;(j80eVr0%QbjSWiTagPyp`Tu14|H`LbUbifHNm5AvGSF2{psO0rD+vRHzbzL^0-JqOSF*J^&F|KRKIJccE3r4Zx~aS z)xfZQgtHhm;LT!SKJ-3BANhUOV&P2q`mrnCrYYTxQA!nm7vW?S;1t~`7E6_4rXIiO zZ>s{^Un^@BlPoAdGEzO!d+%@Qg0gH>wED5pw|}S+O?mFQn;Kp=1WoO2lhD0Xp#8X+T{p^Fwph}2jbtww1^<(>)lGBVsAS8Ax>_SIl>cO! zS*>z2tCv>0L#H#RPGw2S)Sj#63vcC%FuPi+W^<*AsbO&DEO;``Q^zLR)mlkcv%b^n zS}|YP%v3j>$q_fj8mZ|fo&wWkxXE20+vo=gC5|<%cKl2yer9{g4xefsXoXMt*Y>5o z@T`kM+*w{55@Th;(S|7b;Q(PiyxOCh^JfPX;12WTR2ap_M!(L zMvp#-9&MWK=*dp>q>C6aWy{H3wJjfNEPKLdn#--&8MxZQ8JH4|Zol>&*o7Rfk}qq- z5lpRI&8a2q1nG;ypgU6D3!slZK>VKp1R+H(sZ4Vq$mlYDvqs!`i?cX$U?q#Sg7+Y> z?)QVsb9HVokedBK>S?7a6tI>zHC3q?%329RE+Z{}L(jav@-ruv4GgHU zp06kXFP@H!bOkhd?x-9utQ!UaoPrTd%=Cit&X$C!TckyYCkBSK9o`Q-FVb)X#+=Yb z9#>$N!-66wU=SxrKi&!6FiI5wq8Sjvbl-52l6`Dp%cMvsTvISn6g&y6GY3eO^W!|{ zZBRE~QI+@z6^5I90R+N(0*%FY&c6Tp?bo+2+u@jtf?UFmUVIpN?Lp+Ve_U!uu5}{U z8mujZ{~0~p{Nv{r+R?>Mbg?ZgHrPi(W-cM?0bwsf!~9dtuTlwASH&(ZpIcWZw^8#tT7xL3=)w^kGAB)pKoG6qCW~t((ZR)=DxMwQG6MqGYWA(6d+;ezH;_3SA zrTr=UK)9eBA@w=Gh){aM%0Tf7%f{)7Y+*xnLfwMb;WUg5Tt9Fn4~VAvUp~C}5we`- zo{C55Fs5#X=_&ch#;MwBt%#{3IpXEF3z`>)0D+}SiLB!+6`ZGoAsq^9_+$^D(y|Y9 zN9ph}O8R?*e?g@sznGyFxFb{Rb5INrsDf~Y4)cBu=-JtmrO-fVvZCkLYd&C345Fle z?D!l=z63XUA7B7*at2MjU<;G>^bvb1WzQURMQ(!s76JL5lI`EP5tMl8lSC`N;9uKI zkHpCx-7kS$G|eTO8x%0*TXJji`OlBEg>xO@TuV6T1|@Ok(d1z}mb4Ep*okNCnP)-! zR0On7ML_#hq;aKj*p^crIn|O=kK~CvOShIvv{dYc>fCU~uehhWrc>J!kd$t{$@5JUC+@s0o z?TKl7GHH)b+OsKpZr%;^Q_{Bx$oG^qB-nyj(#`%<>C;ymwgA>0HD_3WoP{I#^uWaf z>=%6em1N+HS%&h-g~b&2WrFfw9%3k;Itlz&2Z9%s&{ru2XgYyoFxLqgB;zGQ&+B+| z6P%}rDGXzZ%T5xi=uE$g&J^@grW+l^b8F}Dut3c$=_E7w50Qe47Y5EVPZaI{QS_q1 z|C1p?%3kvSX9&3*ttE0fKY&gecok(-;0d996Vu0IO2vVC!qMW zr%|Lm2~EzpVamyfk2DJJz3Gn89vUXUJi#PwY0PEexfh>uIe3E3@q` 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 BuildTracker: + def __init__(self, root: str) -> None: + self._root = root + self._entries: Set[InstallRequirement] = set() + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "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, link: Link) -> str: + hashed = hashlib.sha224(link.url_without_fragment.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement) -> None: + """Add an InstallRequirement to build tracking.""" + + assert req.link + # Get the file to write information about this requirement. + entry_path = self._entry_path(req.link) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = "{} is already being built: {}".format(req.link, contents) + raise LookupError(message) + + # If we're here, req should really not be building already. + assert req not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries.add(req) + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement) -> None: + """Remove an InstallRequirement from build tracking.""" + + assert req.link + # Delete the created file and the corresponding entries. + os.unlink(self._entry_path(req.link)) + self._entries.remove(req) + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for req in set(self._entries): + self.remove(req) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement) -> Generator[None, None, None]: + self.add(req) + yield + self.remove(req) diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py b/env/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py new file mode 100755 index 0000000..c66ac35 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py b/env/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100755 index 0000000..27c69f0 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/operations/build/metadata_legacy.py b/env/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100755 index 0000000..e60988d --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/operations/build/wheel.py b/env/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py new file mode 100755 index 0000000..064811a --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py b/env/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100755 index 0000000..719d69d --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/operations/build/wheel_legacy.py b/env/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100755 index 0000000..c5f0492 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/operations/check.py b/env/lib/python3.11/site-packages/pip/_internal/operations/check.py new file mode 100755 index 0000000..e3bce69 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,149 @@ +"""Validation of dependencies of packages +""" + +import logging +from typing import Callable, Dict, List, NamedTuple, Optional, Set, Tuple + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import DistributionVersion +from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +class PackageDetails(NamedTuple): + version: DistributionVersion + dependencies: List[Requirement] + + +# Shorthands +PackageSet = Dict[NormalizedName, PackageDetails] +Missing = Tuple[NormalizedName, Requirement] +Conflicting = Tuple[NormalizedName, DistributionVersion, Requirement] + +MissingDict = Dict[NormalizedName, List[Missing]] +ConflictingDict = Dict[NormalizedName, List[Conflicting]] +CheckResult = Tuple[MissingDict, ConflictingDict] +ConflictDetails = Tuple[PackageSet, CheckResult] + + +def create_package_set_from_installed() -> Tuple[PackageSet, bool]: + """Converts a list of distributions into a PackageSet.""" + package_set = {} + problems = False + env = get_default_environment() + for dist in env.iter_installed_distributions(local_only=False, skip=()): + name = dist.canonical_name + try: + dependencies = list(dist.iter_dependencies()) + package_set[name] = PackageDetails(dist.version, dependencies) + except (OSError, ValueError) as e: + # Don't crash on unreadable or broken metadata. + logger.warning("Error parsing requirements for %s: %s", name, e) + problems = True + return package_set, problems + + +def check_package_set( + package_set: PackageSet, should_ignore: Optional[Callable[[str], bool]] = None +) -> CheckResult: + """Check if a package set is consistent + + If should_ignore is passed, it should be a callable that takes a + package name and returns a boolean. + """ + + missing = {} + conflicting = {} + + for package_name, package_detail in package_set.items(): + # Info about dependencies of package_name + missing_deps: Set[Missing] = set() + conflicting_deps: Set[Conflicting] = set() + + if should_ignore and should_ignore(package_name): + continue + + for req in package_detail.dependencies: + name = canonicalize_name(req.name) + + # Check if it's missing + if name not in package_set: + missed = True + if req.marker is not None: + missed = req.marker.evaluate({"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 diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/freeze.py b/env/lib/python3.11/site-packages/pip/_internal/operations/freeze.py new file mode 100755 index 0000000..930d4c6 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,254 @@ +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: + 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/python3.11/site-packages/pip/_internal/operations/install/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py new file mode 100755 index 0000000..24d6a5d --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..d12af488e3f3894643385c740355550851d75b85 GIT binary patch literal 294 zcmY*UF=_)b5R@Df8-pK^POTxn#daG~g`^9CbZ&%vTF$~cNs;yvoR8!QAzw>FS!QRyr_%|`cv(N;D%ZbmID_}ipynXah)Lu6hlZa>) zp%&zYafy_*##JJya;GXx#pHR$e@9YkUrPDI4xQ=o1Gc_KsEo}H@Zig)Mn?(4p0?gW zw%#;pS-%khx_7W<(@U#jv4CU<=jQ_uOaN&dVRXuZ4;U30?-KNBKxWmDlttJd$9JdL b_whRC=srw0nc6GPc{|{I*s=?X!>s-TfGSnT literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..b3d4430a473f96b02e94a3d5de4477fe53a59563 GIT binary patch literal 2290 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 E4+n4C^Z)<= literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..0242256ac672726d027f1dac84fcb31a8143ee47 GIT binary patch literal 40016 zcmdVD32+=|mL8Z{XV!(n4HVA8eGvtM1PKxZc!7sNiXcT$lms0m5LqBWp#XGNK@`yi zHF`p}K$^DD8fk>qNTKSs)Qz5&c3^wj!5OR9>SK1f>+rY|n?0zhHEgaY6f-^ET|+C$ z)@mkp_j`ZVky$9Ho88`s-9+K#pZVX{```cG`(J+F<+5|QE{vWIxS!*=zoduMRg`pm z>N9iP8=T0Eaw0Dprub2w-3_A#b~lb1+1)g1Vt4bXncXd;7IwFe3hZthwXwT>)XwgX zQ3ty_N1eDEr(D6j(LA2=Fip9G`J?&FZJsI!7LFDMi$;rr#iPaSon@*dSUOr7EE_Eg zmXDSPJ)@pr#b`yaad$gOm zol|>)dq?*&w`-~=xNme{aR2E3VDD%zdzUwLAb4=}V6bnrk3GAm4h8#1`-20c1ME3} z>TvML=#k*j(WC6SVCq=#_~`NA;OJoR#OR6O$Hi4)y<%D5;`a=AkN@QRkw9Z$Bycg%6u1<)IAQRlJh%yC#y$F|_^{{+ zTofw;m&8iMxR@2zB38X*9=$A9BTQwW68`17v`k{nOQzAsSQ?dq$0tl;EuNncy@7m$ zr{_96kBaqyeJp)SL01})>cZ8k zwL-3%dS^l)W(#6IEw%H9q*oDwNl@W;9Upa`NdszCc4@L=&b(kbZ!LJ%q6RfsU-O6E;r$6VHi95bJ25RXm3K z@xXvM785vfZ2Y;gs{x7@91HvGzofzqxABRBIcX|1HWBb& z+20eG9-k2dcxgQs2!#;5&6qHcUmKg8PBIx#sOPS{QdrUTMgct%PHLr9W& zsV;hFdU!GvPFRNnH!j_r4J3r~v*F2^>9MJVFcSFM97-5S7)Ju(g!$6kEYdVTIt}lH zX?!dcZZjmTqm#3zCh?veL(>y8sElJ|T$-E>pBsBFAmK6pY9Q@A^4-E@{f;& z0w+*ai2OUF(e zyL8MyeC*uGgzdzn6c`UbDor7nV+757?xg?h$tOkRs3kBy@?{%~;C zkFG)kNP*cYylXQh+~Z@j;W;TF`a@xHW-gqt2c|=KMj51p?b=xAni|D6J0^uEspN>{ z8lRISN^veY7J4pGG#T>Wm<(T=oTgYP&x~|4u_wfuGAxaahmktv>krTP#lXba+!UG# zgULTTH5Wp22gc{Ztfx!oCujYWXc0eB%)Cd_I*@%Rpf(R4g$vS5cxHTNYCJuU;7F}D zpYF%Q8(e?`)xeD!9>w||Fp7qLybYM(GBTGLE)%&#L9_xlSVRkEku70jW5j+jFg_!R z7skTZ67G;R?nk}w?4P9c2Vks6XNK z`@c3fHbwISPj0_|YB`K^lyns7NYvocF#<;j^rQg23Oxj{sQHU~ znqmU|WT7cuRJxS6ly@sHUQn{+T5{cTZJBsm!4|gzP%~la??bY{Y582jq;}txshRQT zLYU61ZdgDv7wAs4$Nn80Z*XDipyUc?vNX3=5z|!>O@{un|L4n_?={u!BeH8`@l@Pd`1;_ANz>hmgcLI&%=*$^|99p?o0Drc%t(_n^AfcIVP;rfg4!WvHGz-L$9zo)y6Y# z6``nY<{A$@@1LCUKX(JA2uV*O_G9=D6$31CTLM?&iC$cLEan)XpJ{;ASXWoVTCA=S z3}{RSJf^Pe>4}khutzxkpbQz#aKFQc3B4pQYB~LM+Q%*M5k8u8kn1PUf&r6^hRC)n zd&-3JY@7&`k4b_$WHuJq$e2dBurrgu^>o>yLgsD86?SFZ*KH}czFhh`12LE*Mw*Vg zmSfvrik~|l(V|aJ@C@E`gE%+*Eib35nEyVLv1;oFB-8f8bV;;4<8lE05_t|f8#glzLDHqRDk zF;}l#ju%(FasJiwa&ePV+_YqiyURD+4eRcP=vmplTXFBEmDdw5D&MjqIE%x;ClvcL z0-1Nr^|`ZNC~R3TZ27>bv>uaN2bI=Ax$uNicw)&KFZQgQ{?_^TuDpAFqq%pz zx%aMBZa%6sAC-%bQuZaUeEs&ZMwO@=9tkNB%|Dw=;dum;C}=AH$WcepEB&|o zW94nDdt`@CaribIJ?oAh*|A@7?7!Q*?l>AV9Zjy-w0X+i6n}uk-ry#&%HZFyQGU&I|1D70N*{Z{Hr+4Ua>oQ_R<= zp??BhPCMx2B^LaDXLjq$x!{O6q%yH^!MS7oo%$G{{fl-OSy{aW(xQ0&?Gpj4Z{Vde zDt>JGrZ>3?U|${Zg3aWenf6{dcIhF;;#S$$-Z4=6(lqwPDwVHp1wxtE-k{3Arj5Z2 zQU>$F6`uoT5JbXnz09w4a*a*AIpoxc`UYNJaY= zGDtG?wm4&nB?Im|U7s5{o8yjkLnvPt%2x_xp;8elH-!3iq5i!+@9vj{c1394GU}ow z$veuAQJ6YPAl>@3;dz}WDi7`7#&9f;RUL0rSB4(=^?Ko!@p=9an~5s>UBjLBRI3^@ ztt!2Qq}xo=%eW=%U{n)l9E@=3oAkm(?L;GzUWG!`VW71Z8L@?C79sZd4VpO}Z3XFt zP5^uXmJVlXLOZ9x|KhA&INUqd?DDeIdL41&0w6a$iXOk|=d#08g(&F2|u7tPO`GjrgY1tt&% zJ|T#=u;~qfQHHdVvwRm=lL2pM=k!b`z3Eg7*+~PE_};$xJQg}Fn3ylXR7Q-{i^)Jp zH8HD_W+y)kA$eorwfTQ^@pI)L@u+krFH_Bxi@&MKt)UpXJn1_CI8~E%IhX{ zpqpB@{;Lpjy)Y{sp6_{(nU#w5FDSu5fWO8cb-KZWP6vpWd+t55Wh9qiTdKQbS~lKx zu;)yeEEntW`N`q)mrnM1sr!`;y%6qs$7W}zAUtC-2;Y~yy{$CifZ%2dVj>btBpgYJ5RGU; zNa4)HN?6fJjMpJt0nTDBBgRU?3Mt5>G&3#HyiS-y$N^$ODkU*eEXXo2EwX7T1rS1- zV8KYR6aq^H!ac}qjNmpWEb5w(FkQ#yDPhD4)0U@B+dQ_7g5c`PO`5m~fkZyUzLD-w zVh(kfF@Z=zVAC5(C2YaaRX=0spk9+w3Rfob)J)UQD#OSh4!jUfxTYYUWRd(6!Ehok zm6$&aiESWJz-|nKpymC@K>CL$L5SGTKqQ&#sJefv`;}u#`X`7=xGD50<~89BaE6M& z&M_Cq-9<~`&n;ZXex?1`pEk(tr1?Zj?5!mo`UVkV|(frMs~U6iS!p6`_7ZXkHhZqhFVWy^63m#(rCt6mtK# zpy;)VH)>w3iCR_-azTeu(6Ld_y~^Y`*jxC*8I&t~&?g`4uZ?5XeP=TzQ`u zO*T6!W@nUC^&S2W9i^GUwrAsm4bC^Ma)_e7YdS#boGX(bKTP!^BtBw zM-iZB=x1~I5g!C6ez4>8OImYN4$0RUGixk@dI!{`N}bc-{acR>c|8bIM~ z6`JbDJngd3p$Hu@p#wpk`L7(jeGrVi6wfosQ2;R`&D_vqe_Ebt1^BcFKrj9i`IoQ~ zWbb$NbQh>r!`M4mK!-_{f)oZcLLJJ?J2L@F6w>_j7f&#@w9n4y%OS!|v|a|ruu>u< zqi}(Mp+W#`1s_`f!jjK>ky0V@7t7eRSH&x|I0m7@z>>myFJu0wWGz-qLaiiUXVSbd zagCF?o=jzi<#f!uw=+y?6W&%rq`R1`Zed$On|3JrONW^2O<^Nvd5W9z^?RMK6y;#<(w zY{fqgM|#DtcnafS0kk8yf1v%e9Hni-RAZ6?s3ZZubO_0S)p?q3NvhDH)gCZ2tqO?W zQJWM!s50NA*AQpE8KiY`^oaiCAk|RVDLQ}z)S*)VX*!^g=zv1YU+g-udiHL~N2aC9 z<-pq`(c*7E@zxVDp#>8v8G;4N0&G&C*x#XI^U^=1)QJ*IvIUEB6iT`a|Nnsk60HOY zLp$dz%p@Cs=se33Gq;dtZXwNKC%K$dP_u<)Dg6j>NeXg>)>)k_K0O(!V;)fa2!@`X zVUX$=E#dwy(rq)a5=egxx0X&z6sA-@ptUjq)-)!CM6}mmQowS6MUIiy#F<{PMk{4U zr{d_0nL1gua#!RITJ!-clEpg_`3(J;dw=*n6zzxjSFhh@=kuU>CAm@F9rC2^+;(kO zs#pM)&CPGko$hs-zwF8uWh`*vG(Qk(KE~}s0^*A#x!xs_mPnhRp+4=5t`sFm`v+9o=^e>(*A;+OAmJKe+P#)eYa#b>GpC%4FY=;v2eGr}!S;@LgQ@U6g&7 z6yK$F>!q0W(x$uM&W%^Tar+x9;pk(syHjy@E}8B-+%!htHoRqh%Ml%s9c_xEZSlmW z!@cZW5oJe%0;pV*j?D#M7Ex^nNzMMK1*pU`^gHG0<~nlf`kA9lgI zlU_l@3Z5%+|6#fW3qnMQ7@p^(I;{eYR{9VBEdIHk3Se9Z+k$<%?<;F>PS##P$<3LP zPxGQ>!Smi5SsW{R@t8K_*hfkzL0Hr?x#J zj@)(LF?Z(WUMD5Dp-eNUPs9x6ztm_jOkY?Ps(nCt>cM!KKiKNQ5; zh`nej*V%;~ryDy?yZIQe!X+bZqe8b1+&Qp3cDsM6f74m`%JA*sSmn^Yy|VMX;yfR7 zp5LsfS&6KUtQEX}S+3|&DteaO@rs6bI^XPEb>FR(D~6PcA-sZU@oLP`gx_X$!!H{5 zuYKd5Rc^eXG+vOaA5p3wxi!3WY8ihY*Vae(e*1;DURbSrGqMs{9$6`P?eg;FwZf%S zn>%}9)4L&5uM5>H-&nKUwZv+4J0)nR(I$F7155m-yDnOn!PJ``;QnuW-tyeaTe2*J zjgv|$9KF1HIabpn3;PsdUyS|Yb?qB<-RpJTa@}5~4!cm^e1w6RP@Rq$tL<64a<@KK zGaw6x72$A<{o)Q!%;ZrKzBMUg){(?%g#IkX_0HM@`YF0Vh#z!Ul*qS zThXW$%VtFA&+}6GPDoocMGV`;N>~syBt|Bs+{6Tgpk_Vdhk%G?F()0|F<)ymO>Af@ z7$#;+^17ZDzG_8p5cXnfXBHVf@?^?WnzEUNvM##^zHrooM?*}exG}Ln@Cu+ z=h~{08UxU%8M>hmBM)$QEIam75SY4hUn+~(IlCwG~)$)dB1LN5B)1rkHWO8;m zQE+m2KFAQDqpTBTv==|`=yagWK0k5jRV;`G>LNCM8^LBWEIX?jIK3lNnjd1G_ z22Bgta4;O7gGTkBI|N9$8Qz_uf8M;b{; zCE-8^j;D-YgG&0#$R)u)r`@kfxA1O$7h7p`N;7`7?m0wM5218S+iH=E6`WOnEBptB z_k~#Zse8QKdPZqIgV)P-Y40SF92g7TOs!$_ZtW8qX1-YaqBGfW|F1QdN1Iz~Cz>qT zZjDkLO(Olz0Ka8JU8aWWLpn^{Pzmm#AqnDzMeo(W+ZyXQeXl^SKdaQA#g@O)9(TIf zJrj^M+?Up5V?e3WG(IzXQzGtxy5)L{T#TBbZJzXx2@vx>;Y^;QL3@L8sHImH@Xd+C zPs@}P1!%KM>*P_C6j9NxE45XDNDik;RF4D=aerV|`nN2!w&hYGbiIk7>_i038(b=f zy?m!JCjB*1EugmgD*&{WlXI88GIe|E*7Tj}#nbmIs$!^C&ViV7;A4pN`bd#8 zR?)dC$&NjWW6#>uy5o4vaXcL{zF@ZO-(*t7NsxY2hj$D19|=`~TVIHXh@LjB{`iY+d0r<%rE4#W-(%Pqrc zqV9f5FdTQ*Z#di5oo$=>EpmRFlHV5VIGm|THgDUR9-?J6Y%GHLR0-xcz>*tW;ljF{ zMTU>Le8W_;ZmN0vM)aoA(tEe;UsnG~^&i)MSS!~KDYZkg>5O7J6EmH;@2H8HYS_RY zN5`kH6anxl&6vzFB=rzd02vuF~{6M|@A$Bs+^>x6+FK@vopDBzt8Ax{4gA#-9VA~;Zm=N0Z$m5$tSQx z{1l#DB86lW5IwT9N`~Q6U}0wRwfWN-)7Aohlu0Il^dIr4=V{Whp~>mVu-`vls;iDK z^`0dlzK*EZd&ae(^fdRbIvP1=-80NjLV#)WUokAjnoTy&F`;NbOgADZXSKZ; z%q-NoDQ7fadX(tXkvzHuKTRv|90Qaumz!Oor=mz*H$z$HW*B5ERO0x8QA<5*OOfN~ zi78x?X@u)(b;pP?n-KyfCibVN?4Snb$bHD-!9s^K{2ZJl%WB`!Fb${VrLB)X9F=f{ z{kIv0C7S)<3OtLO%BcJ{xd@L)?EtizLTLw*@wsU*E}oPA5Avb$FI{2Yp=&s?Iz>|Z z*_(uOX0BY9c9VA(0Mv^Z3Sd%kE3gBbFaL%jnn+}xbwEKn3ZMBxJtCmPhto7yX!L+5 zDsYe{s{-ar?>-}!^e81g5HSmd%YCv?qX;!Iq2}{qE_0gUEuYHNB#hp?iT6Xx;%n2g zvq^C_#hgv|3rpYVe6{miU9WX5S?{|F?mV;M@~*qQ(K6Z9rnuU$2-DsN+J07PBzFx@?po&dnFjY*f3}YYl#U}RI97wW zNhb)LBtXn`CIORZI7|PDKm`FdxQ>#Gb_xvpF{(=X8+s&gg+{^x9E<6{Ed$Pb#B1BO zjC9|BP`#ggnBDK&Tw7+{c@XuGM?P=vUui)F&HdTH;xSXzzY3})qw%pkC{Q zFV?ye4;E{Cytd)3d8PJXayhSlt3vTW8i6(a*ILZ4BduR&G1spXSjjYkiJdVd+Qx(o z*p(65nx+2>Zy1hZr>9gT$(X2Fi@%D;+?s|UB=#+8gf=9BMi88L?60_QyJf+n2%ebW z*(|GzHoohV%es}aZXGoPGKv~nJq*nVI(1f=vu72XMn@@V*5vtHdPm?km4H08lgC77 zvGl-cFz*4r$PLu7Ps!=VeyYJfZH3Rv+R@LB*Nesp(-H?wdeckJQMg{O-N&ZFEF7fCsU<1&ot>My6ZzZ{q->%m*OH0la{jwR z)8M2}iYe9!W50OWVVFKrZ|w9QOY>i#l1OzS)kX;xC}8|R^mzv-yw}3v*-&2>jwX_2 z4b&ay?dd4LZ$`S>Mf`}#iIh$pPV~dhM5lV#rmF$UjGfr#Ce;{2OkaYjC$n`G{14J; zB-0yEh73q5V*STxDI5=GGnQI4Ve|XPp;Z?0`$N=}-lV!I3q4Jva1wkF32Byv)AUHA zIN?ebaXc_J<@f)9mrRr|{<)*-dceai5%@jwI13LHDD_7Rf;~D&h~B<>g54ens3V+G zPq=j5q2tn|hoXes^#d{ccr&SoezPIMXYli4jTRH>4%%i>-}-_0J5VuIX*X4o#3WTw zds)E#4pz8}>xv0o(6s_KvzEgfKh}=pNG5%y zH@}bLl@>|h7`8<;ko67N;DGIofJJLxC`0s$*bWCY$Dk%G45^r3a*YZMsn~#2tckn} zld~%JWwu*})yA;SFpDrD)vg1L{nSOsi=IEF6*e2KWTOVGBAU2aNGH9%rjn*RsR-%! z1DUNPwYOxXzA}-LR%+8sy(hu=7^e<>Dxfz#Q}gkDzDQq3AI1JYJVG4^i`f9>0b6r4 zC<{G`&=V7SHr>UyZb1GYxgA+Kx7sVa_bP5uw^T>_Aw=3vsIeJIoLk97z)qlm0F^*8 z6R=R0_)pDD7ri7v12;4c56#THf9lMZ(L}1E0P$)sdx&@JT|05N=5 zrd=CiWSKvuBc8BB^9cILewaH-*a(qh;{p|j)L2Fq95oCZKgDj0Ys1S2UOxD8-^+(y z?tgjU<-=LHVVmv|QwR_s)Ypuvh)qB5B|&>I^!DLttM+KF|UR3@F!vLlkte&D!v=US)g9wBQu& zx-=cSCrZ<@WB?i9e93wHfanV6r^*7JQl36+xG>|V&G#xVy0zE=DIP$I`7b#aTv;g= zgo`t2h~@`L5v4SUg-A2+SJb))wRVR!QlM~oCQog-Ggu7LEt*f;E`6`*F~&lExH=Od z;*8{H`4@z1HU92Mf!?2uvciQT0~c{c_*;kdz6-_SI!)~2NMV+L$**XIVzff3t^}o# zB7GXH1Z4~5C_x@DV%Cwp1&^)-o=BNK_Ckg3C}c^bBFn!-d%Q2)lBvzDEIvt?Xz=8f zy;5hTS*bm07pc_GNvhB7zT5p`iRi}I%1fomaUga3mijS%N-=(_vg%cyl}EL%U#lY3 z+x#^>6W*1{B}d2xjc>^||B^@vWSV;xY9cjJ&3Mhk(T_i}*a$_Rn(OKD40n1E!%bUu zcIj>9L1}0&+Jp9t$xAn{nJP{?8E(SBFpNPgLtE8ilxZ=NS^ESGQ;t#QjhL2ssUdtY zm3p?B6L9wG!nB?xuj@4_m%e`cIIQH_aOwFYdh|WbTB24T8!h?w7wW^uQfcErc)Fh= z^0XRBX5MC8kw$&&r12b0kBU{1#%NO} zM#hyppX<%35MtKo%NmPKY(zAn1Q`1neFgOR%Z!3U-)8&l$oE9pUq5tsI8{PWr?kV| zc17x3?=h1@BxR?#a~OlFyK+Lo$W>Ierj*=Ogw&>m_3W`%AH5QBQ#6=}~- zS*#0xEfY-NdTwr>2L?YBrVU*3x=vC#c4c9r`tb89A5bcK?Dm4jCmXw2mJWe7X?V%0 z&wHUG_e_k^-g?`0>u^NK8jrgkBz|OCmFFWeFJF+`>J#koFgVQzX!uiAW zWAu31sd0$S`h4_H|J7P7t2SsctMtr+wV2qF)lS{vmopWKbc?Nee_AUa6vOY>yQx%xT{`sTd6)l3JVxyPu(rNu zQsK2b4{=u{%l@%GrG?%|Z}e;`ruH8GcIGM4qmQM3+G!M%ebgN!oMbuGH}(&)SPiKv zV_sNcAgi{?gJwy^Yf@k9^A3{|8_vOzq8m&iUdPT`qiAgh6U3VgpWfE@sU{O4HY8aJ zV~R3A90VgZxwJO1HnO_;@AHz?T@ql1z|bXj08W16I2;7`sx9PXTn2YkIAJPi0levaWi!3p~mCSp{2*dI{Oy-2BQ+P1BPSiR)CF4 z)v|_KWX4Ync^`#oU}j-DAfn8HslIdt+o`)%HAIz{0u#XAYtSrbNAu>Ui4l$lQ#*~F z9-o9g=^)rNlQ@`|PR2`Z5t!<{tQt;Ezt<%1Bl}*R#0{sydc~Q5YF2=$2C^~5GGS3q z!5XzR&IE7Y$LNQtv>6ec_kfs`I~X%lf+PML(_j?gc-@%I(z%sI_L4H~Eu3=cM`)-q zm)$ZEOLhB|eO3^Y3-+n#zs)ee{~Qh<H%s%t9#fzf|r2pVIq321qNiEiNvqifs8wt^f3Bm~TxfHL8}DGp7!-L;g83 zV%9x~4GF`3P0`0!Z^(tcN?|W7`BgVA*_K;iCJ%<&NWxqfcNV>J_V(EotL*eDPH!yr zBOx@?!>Uu6dW7?IEO_c6)+i8#unlx2F2`QH2a7?YejgSXiBw zU$2uE*r}B<)nF!jhHQ#q%Je}PFHWSA)ebh*)T(K)2E~CWiuOqoZOWM*Cpg~qXf~+< zAYo0~Cy)xMC27_H`y>ZsIUW9m>GkOu)>?iT4=3f%v8nmpJ9W)YG5!OkegUatfNr|$ zqXTOlviq>&hJ`w-Ef2@W3-&>j;VP!V+X#ilH}YQ1TbW-ybk`;4pHlKqL9wui4$T+k zK}-r2Ne9KEsOmudk5sq+lK^eNblsXpB-9A6^DlERLx>4Iemtcv(ZGbI#w8xI4H#ns zUj%0%Flf!g>S0vke5fg-8tIGZ5;kBygoB}|v=?|2>5w~!KeG;!?r54wGr%&*--79r zEZW9k;BFc5K1=R_9k*7~49M}8Sw9q0l96qOi5Sv)7nw3W5J(Sy1b4zgr=ekpgZa{? zP-;e1)yAi82w4DV45iRo3CT%tzzKGD)D@p;ILx2hX$WP9gb9Cq4IqR2awhkmXnb8n z&NRL%s@`hZsAylWAiED0y-G#z(%H@OinpxqINx+eFX3f*uTtK-G!%C>#+;3Kb5M5f zQ=I!^&V8Fj-e~3OWCo|MKsNPh0Hf^4LHZ^TZbJt+r z_h2>tUn%8tRHZLasV$2Mb|F5Phd>7RyA$gD0icu1hw1i4b-olKZQU$Mk7be*zHXpd z@-i0PB_4Ze{v|;>Te3|q+=eZG?SWA;X9#|*Y00=`#(aWmZF)Xg^ftQE7?-#(gmIab zs3H>HYPAe*!P>HZu*33GF@|kF^$5Oz0dzhV4og6EFXK(Z2y5RG)le^O|3~nfKfY5R zki}N*_{<)48Ou;#Qp!z8480O78&ZF3<15CuAH%V*5xKfsfiO1Zp|&^897g19$0F%Q z=mWX_x(S31!lteV$09Z?RMDI`BX_zPqng<|n9Se;%q=XKruQ~*TDeLi8}_0h_sO7J zj_iZo3uf)XZ=4T83ucIe-{Eg?su^q>cgwCdxw&AOehfKlBv#1z3`jO(ZjDo|#^^1( zJ{SGdf>ku_SbAt-;}9~|jUUq5!LDDo2D#ffcWEP*Y)#e$0XQ7S7_)g#z~LHRGfF4i za%SUjTC4s$ly&~fqh!qrn>f(-L~3Iz0W}$@%77H`d3`j_H3S0ACE@5s7@M(cGjmh0 z5(PVc*bj={smbTCH*D!oZqhKN4tMnv&OhAZla?u?+mB8^H$8I$Mo-jz9D<~`VJyQ1 zZ!0!k8R7*7Mt+U#QQXknmDH{U=D?B#V!M5mFV_Xo*O`fLl6bh!I<=az2SAv0ADZ*32a7r7oJ; zNNMLqGdpB9`eKV_cA&pQ!9x21c3L#I3|3cn+;?!pcVyjnec`gUvh%~tHSbEn^!8LPs)YeN@4ewl`AL*g;&{xanRh(c!0Wu)o*!umU?+$%1vG$bgJFfVS%Z)fp zGZ@RS+cFtSdY}ze&7(BVwCOi8TXMfDuznw4$k(lngZO5G4Pn^4t^&5Z63CC^RPi@DF2dj_F1Xq5B zPp?creiBZ(Y)B~^T5@ig%9G>;-HE)Q`vb!s4UwVSI1(mhwDPlXeAUJ=`=qO=(LKt& zrHAok)HAc5sB}ARHr0dtSXS}T4u*NqDGV{xQp>o6% zezpdcXn2mTWiv3GscTVcoNZTji_SO@OJfovWx5wFZB@7RZ0S*rC*Yfg$%g+X5(Z7i zTAZpQQM029Xw#oC(+8|VIz71(v}uxgra_kTonO%f+k@9rCr}Px2*7BY{Z;$Q-Y75U z*W=W{l6lizxV-Py{GIugW4B+7xi3eXR{3{ZH|qDU*Y90BE!X!e_5FDLQOQSN`+51j zC)ST$jtQ4l67KJirmm}~x!I6jMzvly=#`_<9h#=ioNvlanq_wvZ9k)|!;pvW(lga_ z9|+3kzDSOU0f$};T07AT#_5UQDvvC?CCNNYS$XvQR(WI*iaXQ;ZN<2Mrsug?#sz#H z3Y%?~;dzq}-{$z`-;qgFds2ZHdcTwZnO>OS8pD>BZD5~86RSsY-Xzx?0X9}Gsv_!oP=f zzfeu$fd;E>dT(Uav(a{Nz3rgfc1USEBscXdP5pAsfKoF6opD<;153l3^^Nbge1F$> zcdg#In-(SD@}mRoq2C!Sv(FKXT>>RK=AS~F*P z6w;Zq^bg;vN#?PA@l9j&qbT%mw-HCD@$(0g-#ucIHS~chV!Ju6Zi#NN4c9fWRI%%V zu!g=gguNJKZ*-u*HW{SPUcwGv!o<$|;k%dELHNl8MY3nMQ7~@m2JnMtVHTWGFD%%il|w9!p&VyCu6(T-Cb)yG5ZuZ*|%YBh3_q01@kX(37?TMV`n!G3lKPD z0TaQ*8e{BzW~)N__w(3YPs(C} zAP)%Twz~2%$N?<<$MsTp==FuZ*(5VKiA=U{c@?e>J z{94MoG@gNc@yUgx#W8%yEGdh|(XE6t>1G2&vl4tp>C(VcO(OpHl!I9eT$#I?5Wpz~ zlVUEw&I?H2Brogu)XbGDuxlnfKPFAWUQH+=(6?e~P)dJIAxx~kw05ZslqkJ)F^)nI z-;SMxky`0LkncYsaE}0~=}}?9TzY}wu)L%@I5v%M6-(;D1_uRY3)gexdWS#*#k9g+ z$n_8mieIHySLhYa0gQ>Ng>EBEm(dp}$522pXvo?)v+>Prm$C0ECM@i;Z7=|?-eEhD z8Aok9qE1UP3Zn90*p|GQ9!m(65-0;m2qe-bStR>LmO8eo$+wQcE&_)L90s7x3~Zez z@U^$pQkf{w3ISB_g6!R8NFosea4DjNq+{eRWM8&OF{0IYNh>P4myC^&6`CajE)|W= z>gLQEnj0U7W&eag3k8)T!PXY7Svna1fmlZR zOX{35&1bN5wq86LOosuW`*fC(Os79aS*rrtRC{L#7gY?beWsEp+$wL7PKP9mrg_0a zDnd-f@weX^-^@u8(_A6u(d z9+$1niWSt8(G1*P{+e&ex@5htI$-#wt9x+>R`R|*_txCv>3C)J;t*_m9415KRx>32 z0GkDs>|wJ7U;3cu{eA4t&U2>%v5-51Lf%~eHXU;}*MGpQwAVAY23Q1h-j9r19BzNw zz;5>%*==V~Y%@1)7J9afbgye<_m6D_ulFtQidtfY&5EsM%M8CQZYNM$n@oZ34LG)r z`?eJDZj1X$aGdAOz3;K=_5O%eua|130XPBXDtNv4_3KJOUG(5a!@l)~eR4yu($FhA z4=Bz9izhb=s#cy{ZITOiD+Rk3&un(|#P&UOuU+nVROxtBHnqk~C9$&B`&D~lReRPB z-n}YUol>e!!8+h(Rc*|>FV_2zTs5Rr4K1Do$J6{6|K1roHvAa>Bb@M}`*sL^YuAA| zmfYIi5TbXHz2`2AZ0d-aN@L|6ur*Y@SIuiet~#kyous@xRk7+lv7S@v=Xnuw(^;_G z6!Ub*&RvRg*WyW3w77j!C|j}1LW3eSYzky8mwlP>6SJ`xnE)(4jJ%5*u){3ctrYG4 z=EIApmqxZsdFBJrQ)F}Kzz1P=`)csHm+SDc^6x?UJE;5}78ou<5h|Nw&4*$G7vzdZ zl!{02ZnL8L?d!4j0lDI^QgN7GsO6@Q+$qk^#gq5*OQ?m;v35GgWAiLHU$Nb`-E!P< z&<7IAWBC3}F%HJBhTne?RvIF*@US909Am#Nlf&Hn-oXz>)*A1cR{cr?HY|AaD?o+8 zy#MWS%60#H>W#TIz|IK;pTOEw>!zzpcGciJd`QxEf{!+D7I>6`R=J>EDZsF^yH23o z1UK``mHd`fLC)`1^1EaC-SMjKSXH-NwO6TvD{0uo$4v02lq)a+XmKWe-u#%f07 znh~XDWchR)R+u;oSoHCRJ<%g;J#xbVrQyJeuvuI8){S>weDlTCYjSO`QrjCVPyROB zeetT+)z*#nzV-ILAMg3F_rpW?jB@+KO8djqF%{G?6)R-R$Q* z^1&~*3Rt1cnL4O7`GnQyGfmyJ_1x}eWM_6F$zVomG_~ne_z7#q&luFc-^tAq&rU=Q z{CPQNbF&YSUZyW?$R*86NwX}pC_)QNxqs}eSm}wDzFQ+ZcPq}_n4I)A=f#sRo!f%k z!Lxh`&S5x9E6713ckfzn+633fHTCcHt{zl64&5F3mrwl36My{Vhfm54LrTMtTysXL zfo-eG``)Gv@7{Iq-dN9R+53>V0l}GMd*+)dYn>a_jdq~bZqvV}gGR9%o^+?j1 z>k3S{)+)|g?7Qz*)V??Hog?oaiPi6sEB0V!eQb6s<{Es$!(8+B2%QqG`CyRUel+ys zYxhhTY=-9Zy{eGo>|3>}5di?%ItvJE&V4JgtFs6CLRUz%q9^z?(mU^T0-R@RvlQVGUGaa5Qsfl{-K8F!nSn^uM+b5!))w6Qd z0j27ITyRh+I0z$rLZ14mmS1>wtzMEndlb)}^cQ!wY`Rm{_`;332Oom@wN75MCi|+O zp+!)o|B5djt~LIvlH<+8g85(fJMr*mf@#=k`!lDJ+-{!S`OIBw8g8)uSu+p#i<;8Q zobk^&(`A$O&#gS*M&Y5yJ;u1l^mw&3?&SghqJw|ppz$vbnw}W2CO97O-*y}`KRsaF z956k@TmPMj2TZuLRJGfT!^3*@AKF3FcJEW-x~m)@oOs|;d>+zn*XmO=Vh6ndZKNp3 z;_Vl-BKQo4N7Q~2(*Wrp{?!XAo0|C97QG_;??6ygM$qpgWcP`(o2kMbrXV^eGT8Y}hDlUoUK5J#zQhho?U3{%}YxJf#$#TC#5D z)kdvyUaOMVx;h2}5g09B(08$S;~pwTHZPg%+->_YyYaQ|V`k$|%w{-sN9&30VZ{HZ ze-4nXcP;YoXDJxspoE}h*Jo>3vqPW69Z6oKzCz|1BBqELsxH>|jo%Z{LHJiMVyn@g zUgPUQ&AAb4ZimAW#85X4UxMNoZ0h1e*f_g8t2qPcW5yk#zGK_8Hk%ri z6lj^+85;vqE~WxMA0lPU^lnid7_KB!US-lszmIhOH4O?o98l*j=IjN_6|1J0ty8vj zDz;8gB<8%ef=%%Dz9GB16c@hrY$tVCfK6uw>^;RRD&v(+@v>^zTaPy#BzHx_R)Gzl zoZKob8`qW+f0`(!FuL% z39H{P&W!v0((h4!6H{86A}~wfVE}ymMm-*qu+D^h#Qad1YkxuE|1*IAfoCbGg+7G0 zzel3^l5hor_>Ph06|nKaz6;OHOodbqA>$enD=lFO-z1yT5)FKbMumna#yF3p z86+_#AxvDr00@Bs0)+%f@+{GOmP!be5-1};yvhVw{$q>`HdN`@c%l-_RG%M~{lpoG z9ohiz)2GVMLsBJ$D9;swWDlyz8(jh!OG@l4594hmGZJ>05YRKRu8j;wz%zC5LK`zD? zuFjRNdh~|+omix*VtyC7b^|0lxuUSs04fKY^kkU^DSi1R{4o0-g=*7@xV)-?KjLI3 zj3{KnJ(T*Y!{Er}i!(RW&s01~As-?@nn8>yE-jLaac}RE>t7J~h=5GsuL=AOfxjid z(?oF)V3ucyQzZonFpNmpE6W_(mqI_3?xO#h2>hhq94 zHjLC_4+88Qe}Rv2=ePg1C$Huf=T63Q{o>r^*suC+8O&6`-wZf8eoxkLxo^zJO3N3- zO|>!oZ_8vcW8bqKEWLo;i5a`6v{xZ#uUslqY!xd9WLu+RYh1M4cNH%^w)|9dueujo zw8sm23KErzcyBWKq)-92!@P_ucIcfTP|X^sCrx5mox!|&y=J>Xk2+F z{_u*CUL1~^q9dyf(Z}D#;*Q5`kXOLxFOO`&)O!BPC3edOtvr8>kDjJ!evDsZ)15vg zLr*#=2z+a-0<13FSLfC)-EFuVy4(6k&wO<0UcJ03tJqyKPtc1@N+1pk~;^yU?}4)aaYOmjN$^X01x-gwxyye|sID{gnumbiVS-k4hh1S{XTf|kK;buYWE^|4zvD6Zx!;)SKl;g!MH zZoUSqZg{@$E?Pblwa1Fv6?ey$8E=3g^FRvT@o!n_N#OE}mk00M+_KS=9e!I5aydDR zeW^<^S8TcHk<){t{4megM#a^=YsS?B?@n)V^nADY?)ZoJASk(Wz$=C(o=mjnhM%za zpJ{zB@HQS6Ew=*@p!^;Xpef&SD{rUP$Of^h&QIv|XBod@BfonM4UOB~Vs^_0PBY&_ zb2l3-Klus0g=NH)R|QvA8Lw-KH@C-2E4Kh zoU3Td#+-Jv{+5F|om^$@mWw&_xB}0LN6By4a`VsBYaYJN#LCEzoR z3VI9ZXLmG2mDs&{Gj?!D>B2z6Lk56zW~fXB-O8#+36D7nz^Z}!{rsXWGrfdlqG-!X lE|_!nY}v@AR)Jh<4alXb06nVZCzo1$a#8xZ08 None: + """Install a package in editable mode. Most arguments are pass-through + to setuptools. + """ + logger.info("Running setup.py develop for %s", name) + + args = make_setuptools_develop_args( + setup_py_path, + global_options=global_options, + install_options=install_options, + no_user_config=isolated, + prefix=prefix, + home=home, + use_user_site=use_user_site, + ) + + with indent_log(): + with build_env: + call_subprocess( + args, + command_desc="python setup.py develop", + cwd=unpacked_source_directory, + ) diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/install/legacy.py b/env/lib/python3.11/site-packages/pip/_internal/operations/install/legacy.py new file mode 100755 index 0000000..290967d --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/operations/install/legacy.py @@ -0,0 +1,120 @@ +"""Legacy installation process, i.e. `setup.py install`. +""" + +import logging +import os +from typing import List, Optional, Sequence + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import InstallationError, LegacyInstallFailure +from pip._internal.locations.base import change_root +from pip._internal.models.scheme import Scheme +from pip._internal.utils.misc import ensure_dir +from pip._internal.utils.setuptools_build import make_setuptools_install_args +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def write_installed_files_from_setuptools_record( + record_lines: List[str], + root: Optional[str], + req_description: str, +) -> None: + def prepend_root(path: str) -> str: + if root is None or not os.path.isabs(path): + return path + else: + return change_root(root, path) + + for line in record_lines: + directory = os.path.dirname(line) + if directory.endswith(".egg-info"): + egg_info_dir = prepend_root(directory) + break + else: + message = ( + "{} did not indicate that it installed an " + ".egg-info directory. Only setup.py projects " + "generating .egg-info directories are supported." + ).format(req_description) + raise InstallationError(message) + + new_lines = [] + for line in record_lines: + filename = line.strip() + if os.path.isdir(filename): + filename += os.path.sep + new_lines.append(os.path.relpath(prepend_root(filename), egg_info_dir)) + new_lines.sort() + ensure_dir(egg_info_dir) + inst_files_path = os.path.join(egg_info_dir, "installed-files.txt") + with open(inst_files_path, "w") as f: + f.write("\n".join(new_lines) + "\n") + + +def install( + install_options: List[str], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + use_user_site: bool, + pycompile: bool, + scheme: Scheme, + setup_py_path: str, + isolated: bool, + req_name: str, + build_env: BuildEnvironment, + unpacked_source_directory: str, + req_description: str, +) -> bool: + + header_dir = scheme.headers + + with TempDirectory(kind="record") as temp_dir: + try: + record_filename = os.path.join(temp_dir.path, "install-record.txt") + install_args = make_setuptools_install_args( + setup_py_path, + global_options=global_options, + install_options=install_options, + record_filename=record_filename, + root=root, + prefix=prefix, + header_dir=header_dir, + home=home, + use_user_site=use_user_site, + no_user_config=isolated, + pycompile=pycompile, + ) + + runner = runner_with_spinner_message( + f"Running setup.py install for {req_name}" + ) + with build_env: + runner( + cmd=install_args, + cwd=unpacked_source_directory, + ) + + if not os.path.exists(record_filename): + logger.debug("Record file %s not found", record_filename) + # Signal to the caller that we didn't install the new package + return False + + except Exception as e: + # Signal to the caller that we didn't install the new package + raise LegacyInstallFailure(package_details=req_name) from e + + # At this point, we have successfully installed the requirement. + + # We intentionally do not use any encoding to read the file because + # setuptools writes the file using distutils.file_util.write_file, + # which does not specify an encoding. + with open(record_filename) as f: + record_lines = f.read().splitlines() + + write_installed_files_from_setuptools_record(record_lines, root, req_description) + return True diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py b/env/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py new file mode 100755 index 0000000..c799413 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,738 @@ +"""Support for installing and building the "wheel" binary package format. +""" + +import collections +import compileall +import contextlib +import csv +import importlib +import logging +import os.path +import re +import shutil +import sys +import warnings +from base64 import urlsafe_b64encode +from email.message import Message +from itertools import chain, filterfalse, starmap +from typing import ( + IO, + TYPE_CHECKING, + Any, + BinaryIO, + Callable, + Dict, + 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(i).rstrip(os.sep) + for i in os.environ.get("PATH", "").split(os.pathsep) + ] + # If an executable sits with sys.executable, we don't warn for it. + # This covers the case of venv invocations without activating the venv. + not_warn_dirs.append(os.path.normcase(os.path.dirname(sys.executable))) + warn_for: Dict[str, Set[str]] = { + parent_dir: scripts + for parent_dir, scripts in grouped_by_dir.items() + if os.path.normcase(parent_dir) not in not_warn_dirs + } + if not warn_for: + return None + + # Format a message + msg_lines = [] + for parent_dir, dir_scripts in warn_for.items(): + sorted_scripts: List[str] = sorted(dir_scripts) + if len(sorted_scripts) == 1: + start_text = "script {} is".format(sorted_scripts[0]) + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + "The {} installed in '{}' which is not on PATH.".format( + start_text, parent_dir + ) + ) + + last_line_fmt = ( + "Consider adding {} to PATH or, if you prefer " + "to suppress this warning, use --no-warn-script-location." + ) + if len(msg_lines) == 1: + msg_lines.append(last_line_fmt.format("this directory")) + else: + msg_lines.append(last_line_fmt.format("these directories")) + + # Add a note if any directory starts with ~ + warn_for_tilde = any( + i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i + ) + if warn_for_tilde: + tilde_warning_msg = ( + "NOTE: The current PATH contains path(s) starting with `~`, " + "which may not be expanded by all applications." + ) + msg_lines.append(tilde_warning_msg) + + # Returns the formatted multiline message + return "\n".join(msg_lines) + + +def _normalized_outrows( + outrows: Iterable[InstalledCSVRow], +) -> List[Tuple[str, str, str]]: + """Normalize the given rows of a RECORD file. + + Items in each row are converted into str. Rows are then sorted to make + the value more predictable for tests. + + Each row is a 3-tuple (path, hash, size) and corresponds to a record of + a RECORD file (see PEP 376 and PEP 427 for details). For the rows + passed to this function, the size can be an integer as an int or string, + or the empty string. + """ + # Normally, there should only be one row per path, in which case the + # second and third elements don't come into play when sorting. + # However, in cases in the wild where a path might happen to occur twice, + # we don't want the sort operation to trigger an error (but still want + # determinism). Since the third element can be an int or string, we + # coerce each element to a string to avoid a TypeError in this case. + # For additional background, see-- + # https://github.com/pypa/pip/issues/5868 + return sorted( + (record_path, hash_, str(size)) for record_path, hash_, size in outrows + ) + + +def _record_to_fs_path(record_path: RecordPath, 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)) + for installed_record_path in installed.values(): + installed_rows.append((installed_record_path, "", "")) + return installed_rows + + +def get_console_script_specs(console: Dict[str, str]) -> List[str]: + """ + Given the mapping from entrypoint name to callable, return the relevant + console script specs. + """ + # Don't mutate caller's version + console = console.copy() + + scripts_to_generate = [] + + # Special case pip and setuptools to generate versioned wrappers + # + # The issue is that some projects (specifically, pip and setuptools) use + # code in setup.py to create "versioned" entry points - pip2.7 on Python + # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into + # the wheel metadata at build time, and so if the wheel is installed with + # a *different* version of Python the entry points will be wrong. The + # correct fix for this is to enhance the metadata to be able to describe + # such versioned entry points, but that won't happen till Metadata 2.0 is + # available. + # In the meantime, projects using versioned entry points will either have + # incorrect versioned entry points, or they will not be able to distribute + # "universal" wheels (i.e., they will need a wheel per Python version). + # + # Because setuptools and pip are bundled with _ensurepip and virtualenv, + # we need to use universal wheels. So, as a stopgap until Metadata 2.0, we + # override the versioned entry points in the wheel and generate the + # correct ones. This code is purely a short-term measure until Metadata 2.0 + # is available. + # + # To add the level of hack in this section of code, in order to support + # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment + # variable which will control which version scripts get installed. + # + # ENSUREPIP_OPTIONS=altinstall + # - Only pipX.Y and easy_install-X.Y will be generated and installed + # ENSUREPIP_OPTIONS=install + # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note + # that this option is technically if ENSUREPIP_OPTIONS is set and is + # not altinstall + # DEFAULT + # - The default behavior is to install pip, pipX, pipX.Y, easy_install + # and easy_install-X.Y. + pip_script = console.pop("pip", None) + if pip_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("pip = " + pip_script) + + if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": + scripts_to_generate.append( + "pip{} = {}".format(sys.version_info[0], pip_script) + ) + + scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}") + # Delete any other versioned pip entry points + pip_ep = [k for k in console if re.match(r"pip(\d+(\.\d+)?)?$", k)] + for k in pip_ep: + del console[k] + easy_install_script = console.pop("easy_install", None) + if easy_install_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("easy_install = " + easy_install_script) + + scripts_to_generate.append( + "easy_install-{} = {}".format( + get_major_minor_version(), easy_install_script + ) + ) + # Delete any other versioned easy_install entry points + easy_install_ep = [ + k for k in console if re.match(r"easy_install(-\d+\.\d+)?$", k) + ] + for k in easy_install_ep: + del console[k] + + # Generate the console entry points specified in the wheel + scripts_to_generate.extend(starmap("{} = {}".format, console.items())) + + return scripts_to_generate + + +class ZipBackedFile: + def __init__( + self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile + ) -> None: + self.src_record_path = src_record_path + self.dest_path = dest_path + self._zip_file = zip_file + self.changed = False + + def _getinfo(self) -> ZipInfo: + return self._zip_file.getinfo(self.src_record_path) + + def save(self) -> None: + # directory creation is lazy and after file filtering + # to ensure we don't install empty dirs; empty dirs can't be + # uninstalled. + parent_dir = os.path.dirname(self.dest_path) + ensure_dir(parent_dir) + + # When we open the output file below, any existing file is truncated + # before we start writing the new contents. This is fine in most + # cases, but can cause a segfault if pip has loaded a shared + # object (e.g. from pyopenssl through its vendored urllib3) + # Since the shared object is mmap'd an attempt to call a + # symbol in it will then cause a segfault. Unlinking the file + # allows writing of new contents while allowing the process to + # continue to use the old copy. + if os.path.exists(self.dest_path): + os.unlink(self.dest_path) + + zipinfo = self._getinfo() + + with self._zip_file.open(zipinfo) as f: + with open(self.dest_path, "wb") as dest: + shutil.copyfileobj(f, dest) + + if zip_item_is_executable(zipinfo): + set_extracted_file_to_default_mode_plus_executable(self.dest_path) + + +class ScriptFile: + def __init__(self, file: "File") -> None: + self._file = file + self.src_record_path = self._file.src_record_path + self.dest_path = self._file.dest_path + self.changed = False + + def save(self) -> None: + self._file.save() + self.changed = fix_script(self.dest_path) + + +class MissingCallableSuffix(InstallationError): + def __init__(self, entry_point: str) -> None: + super().__init__( + "Invalid script entry point: {} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information.".format(entry_point) + ) + + +def _raise_for_invalid_entrypoint(specification: str) -> None: + entry = get_export_entry(specification) + if entry is not None and entry.suffix is None: + raise MissingCallableSuffix(str(entry)) + + +class PipScriptMaker(ScriptMaker): + def make( + self, specification: str, options: 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 = "For req: {}. {}".format(req_description, e.args[0]) + raise InstallationError(message) from e + + +def install_wheel( + name: str, + wheel_path: str, + scheme: Scheme, + req_description: str, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + with ZipFile(wheel_path, allowZip64=True) as z: + with req_error_context(req_description): + _install_wheel( + name=name, + wheel_zip=z, + wheel_path=wheel_path, + scheme=scheme, + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=requested, + ) diff --git a/env/lib/python3.11/site-packages/pip/_internal/operations/prepare.py b/env/lib/python3.11/site-packages/pip/_internal/operations/prepare.py new file mode 100755 index 0000000..4bf414c --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,667 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import mimetypes +import os +import shutil +from typing import Dict, Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.distributions.installed import InstalledDistribution +from pip._internal.exceptions import ( + DirectoryUrlHashUnsupported, + HashMismatch, + HashUnpinned, + InstallationError, + MetadataInconsistent, + NetworkConnectionError, + PreviousBuildDirError, + 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.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, + is_installable_dir, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + 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) + with build_tracker.track(req): + 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] +) -> Optional[str]: + """Check download_dir for previously downloaded file with correct hash + If a correct file is found return its path else None + """ + download_path = os.path.join(download_dir, link.filename) + + if not os.path.exists(download_path): + return None + + # If already downloaded, does its hash match? + logger.info("File was already downloaded %s", download_path) + if hashes: + try: + hashes.check_against_path(download_path) + except HashMismatch: + logger.warning( + "Previously-downloaded file %s has bad hash. Re-downloading.", + download_path, + ) + os.unlink(download_path) + return None + return download_path + + +class RequirementPreparer: + """Prepares a Requirement""" + + def __init__( + self, + build_dir: str, + download_dir: Optional[str], + src_dir: str, + build_isolation: bool, + 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, + ) -> 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 + + # Memoized downloaded files, as mapping of url: path. + self._downloaded: Dict[str, str] = {} + + # Previous "header" printed for a link-based InstallRequirement + self._previous_requirement_header = ("", "") + + def _log_preparing_link(self, req: InstallRequirement) -> None: + """Provide context for the requirement being prepared.""" + if req.link.is_file and not req.original_link_is_in_wheel_cache: + message = "Processing %s" + information = str(display_path(req.link.file_path)) + else: + message = "Collecting %s" + information = str(req.req or req) + + if (message, information) != self._previous_requirement_header: + self._previous_requirement_header = (message, information) + logger.info(message, information) + + if req.original_link_is_in_wheel_cache: + with indent_log(): + logger.info("Using cached %s", req.link.filename) + + def _ensure_link_req_src_dir( + self, req: InstallRequirement, parallel_builds: bool + ) -> None: + """Ensure source_dir of a linked InstallRequirement.""" + # Since source_dir is only set for editable requirements. + if req.link.is_wheel: + # We don't need to unpack wheels, so no need for a source + # directory. + return + assert req.source_dir is None + if req.link.is_existing_dir(): + # build local directories in-tree + req.source_dir = req.link.file_path + return + + # We always delete unpacked sdists after pip runs. + req.ensure_has_source_dir( + self.build_dir, + autodelete=True, + parallel_builds=parallel_builds, + ) + + # If a checkout exists, it's unwise to keep going. version + # inconsistencies are logged later, but do not fail the + # installation. + # FIXME: this won't upgrade when there's an existing + # package unpacked in `req.source_dir` + # TODO: this check is now probably dead code + if is_installable_dir(req.source_dir): + raise PreviousBuildDirError( + "pip can't proceed with requirements '{}' due to a" + "pre-existing build directory ({}). This is likely " + "due to a previous installation that failed . pip is " + "being responsible and not assuming it can delete this. " + "Please delete it and try again.".format(req, req.source_dir) + ) + + def _get_linked_req_hashes(self, req: InstallRequirement) -> Hashes: + # By the time this is called, the requirement's link should have + # been checked so we can tell what kind of requirements req is + # and raise some more informative errors than otherwise. + # (For example, we can raise VcsHashUnsupported for a VCS URL + # rather than HashMissing.) + if not self.require_hashes: + return req.hashes(trust_internet=True) + + # We could check these first 2 conditions inside unpack_url + # and save repetition of conditions, but then we would + # report less-useful error messages for unhashable + # requirements, complaining that there's no hash provided. + if req.link.is_vcs: + raise VcsHashUnsupported() + if req.link.is_existing_dir(): + raise DirectoryUrlHashUnsupported() + + # Unpinned packages are asking for trouble when a new version + # is uploaded. This isn't a security check, but it saves users + # a surprising hash mismatch in the future. + # file:/// URLs aren't pinnable, so don't complain about them + # not being pinned. + if req.original_link is None and not req.is_pinned: + raise HashUnpinned() + + # If known-good hashes are missing for this requirement, + # shim it with a facade object that will provoke hash + # computation and then raise a HashMissing exception + # showing the user what the hash should be. + return req.hashes(trust_internet=False) or MissingHashes() + + def _fetch_metadata_only( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + 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.info( + "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 metadata_dist.raw_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] + req.local_file_path = filepath + + # This step is necessary to ensure all lazy wheels are processed + # successfully by the 'download', 'wheel', and 'install' commands. + for req in partially_downloaded_reqs: + self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool = False + ) -> BaseDistribution: + """Prepare a requirement to be obtained from req.link.""" + assert req.link + 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) + + 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 + + self._ensure_link_req_src_dir(req, parallel_builds) + hashes = self._get_linked_req_hashes(req) + + 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( + "Could not install requirement {} because of HTTP " + "error {} for URL {}".format(req, exc, link) + ) + else: + file_path = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type=None) + + # 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. + if ( + isinstance(req.download_info.info, ArchiveInfo) + and not req.download_info.info.hash + and local_file + ): + hash = hash_file(local_file.path)[0].hexdigest() + 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( + "The editable requirement {} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash.".format(req) + ) + req.ensure_has_source_dir(self.src_dir) + req.update_editable() + 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 " + "is set to {}".format(req.satisfied_by) + ) + logger.info( + "Requirement %s: %s (%s)", skip_reason, req, req.satisfied_by.version + ) + with indent_log(): + if self.require_hashes: + logger.debug( + "Since it is already installed, we are trusting this " + "package without checking its hash. To ensure a " + "completely repeatable environment, install into an " + "empty virtualenv." + ) + return InstalledDistribution(req).get_metadata_distribution() diff --git a/env/lib/python3.11/site-packages/pip/_internal/pyproject.py b/env/lib/python3.11/site-packages/pip/_internal/pyproject.py new file mode 100755 index 0000000..1de9f0f --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,174 @@ +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. + + # We fallback to PEP 517 when without setuptools, + # 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 + elif use_pep517 is None: + use_pep517 = has_pyproject or not importlib.util.find_spec("setuptools") + + # At this point, we know whether we're going to use PEP 517. + assert use_pep517 is not None + + # If we're using the legacy code path, there is nothing further + # for us to do here. + if not use_pep517: + return None + + if build_system is None: + # Either the user has a pyproject.toml with no build-system + # section, or the user has no pyproject.toml, but has opted in + # explicitly via --use-pep517. + # In the absence of any explicit backend specification, we + # assume the setuptools backend that most closely emulates the + # traditional direct setup.py execution, and require wheel and + # a version of setuptools that supports that backend. + + build_system = { + "requires": ["setuptools>=40.8.0", "wheel"], + "build-backend": "setuptools.build_meta:__legacy__", + } + + # If we're using PEP 517, we have build system information (either + # from pyproject.toml, or defaulted by the code above). + # Note that at this point, we do not know if the user has actually + # specified a backend, though. + assert build_system is not None + + # Ensure that the build-system section in pyproject.toml conforms + # to PEP 518. + + # Specifying the build-system table but not the requires key is invalid + if "requires" not in build_system: + raise MissingPyProjectBuildRequires(package=req_name) + + # Error out if requires is not a list of strings + requires = build_system["requires"] + if not _is_list_of_str(requires): + raise InvalidPyProjectBuildRequires( + package=req_name, + reason="It is not a list of strings.", + ) + + # Each requirement must be valid as per PEP 508 + for requirement in requires: + try: + Requirement(requirement) + except InvalidRequirement as error: + raise InvalidPyProjectBuildRequires( + package=req_name, + reason=f"It contains an invalid requirement: {requirement!r}", + ) from error + + backend = build_system.get("build-backend") + backend_path = build_system.get("backend-path", []) + check: List[str] = [] + if backend is None: + # If the user didn't specify a backend, we assume they want to use + # the setuptools backend. But we can't be sure they have included + # a version of setuptools which supplies the backend. 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/python3.11/site-packages/pip/_internal/req/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/req/__init__.py new file mode 100755 index 0000000..8d56359 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,94 @@ +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], + install_options: List[str], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + warn_script_location: bool, + use_user_site: bool, + pycompile: bool, +) -> List[InstallationResult]: + """ + Install everything in the given list. + + (to be called after having downloaded and unpacked the packages) + """ + to_install = collections.OrderedDict(_validate_requirements(requirements)) + + if to_install: + logger.info( + "Installing collected packages: %s", + ", ".join(to_install.keys()), + ) + + installed = [] + + with indent_log(): + for req_name, requirement in to_install.items(): + if requirement.should_reinstall: + logger.info("Attempting uninstall: %s", req_name) + with indent_log(): + uninstalled_pathset = requirement.uninstall(auto_confirm=True) + else: + uninstalled_pathset = None + + try: + requirement.install( + install_options, + global_options, + root=root, + home=home, + prefix=prefix, + warn_script_location=warn_script_location, + use_user_site=use_user_site, + pycompile=pycompile, + ) + except Exception: + # if install did not succeed, rollback previous uninstall + if uninstalled_pathset and not requirement.install_succeeded: + uninstalled_pathset.rollback() + raise + else: + if uninstalled_pathset and requirement.install_succeeded: + uninstalled_pathset.commit() + + installed.append(InstallationResult(req_name)) + + return installed diff --git a/env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..87b6961828fab9a3e2e6f4cf282161cf90dfcf46 GIT binary patch literal 4466 zcmb6cTWlN0aqoD?_ghE#At|OKD-tDJl%2Y{e%kT%`h z9nQ?o&hF0c%q;&Li3AChU**owe*^XpBswM4MjjS9LT(U+D4a%etzRz30nKZC$&>Sx zgq%I*CChncQkj9Q%4i9CP2`@{O)IZy=X-46M*GM`YGni#1|=+n056E0 zR9nO3W%V-EQK?w~ezyp1?BO&ZHwYzoKXSanQIEna9e0?r8gz64mSe9SBSCumO3!s_mwlTD#H zUwFc0*bvBPIEJ<}QG1%9ljBkuEi+mEk)^ge@yePg4@-?5yM5rZOf7b-UH!+{F6e>t z1YJ0tEZad@26I+4#KW@ub|tU1dpxGa819_y1@I|x$GS^lG2|k^iOgRESnqxg&xw0( zE;IRpS|-G92_@|w}a=E_aaMyci>=~hSVjCW0G$2!5ma3hpy zN0&8YDX+;LT406&UX7k-d&`U#)vLC2CC_x(EHJf`5i^!6n?8u zYfqpW*ydaQ-k!qxDl zuHD%0e!>nt)zJ2J{f{+;w=hBMD2nizIJn=nh~mX>yM8@1P7V`OxWZrcTqIY(J1)Xr zIimB5cP$bi)$kVPp&bQ6KVS7!g{oNfR()0fXTDotojY9%fxRMZ1T28J#Vt&#Mz%24 z?kIy6gt-rn6Kk|5c7U*bJN22UukXZq^4s;jL#~k4?yA8p%uPFrh0fY8a0YOTd+(k> z3Zln@0QvuHSq(yR@UK>aX(;Ukk*1d^gRH0O%V||lTPrl}Cik=kuZ`KDD>`Kv=_Q&j zz=HuoQoabOF1?b!j6)RTimn-X1^K#?uIQK+fj~W-44HA2tnP2mh{Fm7s47?>*bzFO zo-kMWgXz`XCoPMXAcTNeMQ_Ix?7aXllyJUc8FInUiz+KEWW4MdFczCcFoht403RQ0 z20$ihhuSm2tHQKHZ!m>2s+>{_mKzprFT9kNDZH&zy=d6NB}3J1;VpX2WO#vW5u#7Y zwBzQAQPC90j_u{xf$qv|Ux$}yBeGd36etCg*j@-*CDpP6FJCQCH!9kG23ubOBiY`3 zxlDD%O>>#38`RkWT>1op|GF_d2v+FK8)zdipC599n|JL{U*fQbx~rv%T+Ul7Cbi5c z%!2ozS6ZnTJ%b^@Wte#gA?xIaG)ay%5>wx1PJ9`zXU;V;=jw@tMq*+8)%(7LLj*DS zoj>}1=)F)goNb2V@1K3|?Db1Gj1P_a@ML3nvL2plgr^>eoc?M{h#nPb_jR*qlCkZ~DaD=@WmyP@6tcpFZE1 zK3|h29ZyfBCHTM{^r&xWznY!+~?J~rPNo3DqDH^RqjZguAI96X&!wSDN}5KC;Yb*&7)3||Zk6Fb8k z&b$bG0PGQX$j^2k^0O67)y&!U=vFvz-Kz-Ckk-E;^s$Z?x_^>vA9BFC-2Y9sPnIEK z!m~H9Os&`5K*L6Gx;X@xG1yZGFy`CBl3{4B-?4qj#CNpokWc)-XuY3bWUm1aA2#L} z0O9g-T$3bgo!TVPb@ywM7ivGP-X}+DgY`a{stwjAnW+udCK;~{R!0y+Ja}XqtoxiO z365;+Y6SM)JXQ}JXao+ddmXRH!E<~kc!0b|y^grZjW(0RwOyG;a@z3#bzh8bRIV@9 z_8zRI4mM(kZd;#UsKw?R;&DfWZdBS2;`3apPXSQ(Q+sZXe{|6i0SCWKjon=Q=$zw2 z%1=T=*Pq=yDQU)((BM39P-k$p}Ku{e=-I|;;+BrZ8ah)Kj7tOZ9K O;+T^{n*0cGPxe1#fH7hK literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/constructors.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/constructors.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..ae31a0b4716e87e5b20903cfc16a78ecfe9ca350 GIT binary patch literal 20725 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 Z;jupd`L!?lK7aK$f6iW?37Dw({{UmqxR(F` literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_install.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_install.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..98b082892390a5c1bf0c86ebcfc9bc0b18dbdab1 GIT binary patch literal 40366 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_set.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_set.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..9d254fe7d40067cc91a4fbd69c0b48643e605fe6 GIT binary patch literal 6022 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 S1Yqm#@F{=)!ydhy+5ZNKB63au literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..6de8dc69a940c733b6ccab6086c523e47dfac889 GIT binary patch literal 37020 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/req/constructors.py b/env/lib/python3.11/site-packages/pip/_internal/req/constructors.py new file mode 100755 index 0000000..dea7c3b --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/req/constructors.py @@ -0,0 +1,501 @@ +"""Backing implementation for InstallRequirement's various constructors + +The idea here is that these formed a major chunk of InstallRequirement's size +so, moving them and support code dedicated to them outside of that class +helps creates for better understandability for the rest of the code. + +These are meant to be used elsewhere within pip to create instances of +InstallRequirement. +""" + +import logging +import os +import re +from typing import Any, Dict, Optional, Set, Tuple, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement +from pip._vendor.packaging.specifiers import Specifier + +from pip._internal.exceptions import InstallationError +from pip._internal.models.index import PyPI, TestPyPI +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.req.req_file import ParsedRequirement +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import is_installable_dir +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import is_url, vcs + +__all__ = [ + "install_req_from_editable", + "install_req_from_line", + "parse_editable", +] + +logger = logging.getLogger(__name__) +operators = Specifier._operators.keys() + + +def _strip_extras(path: str) -> Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: + """Parses an editable requirement into: + - a requirement name + - an URL + - extras + - editable options + Accepted requirements: + svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + .[some_extra] + """ + + url = editable_req + + # If a file path is specified with extras, strip off the extras. + url_no_extras, extras = _strip_extras(url) + + if os.path.isdir(url_no_extras): + # Treating it as code that has already been checked out + url_no_extras = path_to_url(url_no_extras) + + if url_no_extras.lower().startswith("file:"): + package_name = Link(url_no_extras).egg_fragment + if extras: + return ( + package_name, + url_no_extras, + get_requirement("placeholder" + extras.lower()).extras, + ) + else: + return package_name, url_no_extras, set() + + for version_control in vcs: + if url.lower().startswith(f"{version_control}:"): + url = f"{version_control}+{url}" + break + + link = Link(url) + + if not link.is_vcs: + backends = ", ".join(vcs.all_schemes) + raise InstallationError( + f"{editable_req} is not a valid editable requirement. " + f"It should either be a path to a local project or a VCS URL " + f"(beginning with {backends})." + ) + + package_name = link.egg_fragment + if not package_name: + raise InstallationError( + "Could not detect requirement name for '{}', please specify one " + "with #egg=your_package_name".format(editable_req) + ) + return package_name, url, set() + + +def check_first_requirement_in_file(filename: str) -> None: + """Check if file is parsable as a requirements file. + + This is heavily based on ``pkg_resources.parse_requirements``, but + simplified to just check the first meaningful line. + + :raises InvalidRequirement: If the first meaningful line cannot be parsed + as an requirement. + """ + with open(filename, encoding="utf-8", errors="ignore") as f: + # Create a steppable iterator, so we can handle \-continuations. + lines = ( + line + for line in (line.strip() for line in f) + if line and not line.startswith("#") # Skip blank lines/comments. + ) + + for line in lines: + # Drop comments -- a hash without a space may be in a URL. + if " #" in line: + line = line[: line.find(" #")] + # If there is a line continuation, drop it, and append the next line. + if line.endswith("\\"): + line = line[:-2].strip() + next(lines, "") + Requirement(line) + return + + +def deduce_helpful_msg(req: str) -> str: + """Returns helpful msg in case requirements file does not exist, + or cannot be parsed. + + :params req: Requirements file path + """ + if not os.path.exists(req): + return f" File '{req}' does not exist." + msg = " The path does exist. " + # Try to parse and check if it is a requirements file. + try: + check_first_requirement_in_file(req) + except InvalidRequirement: + logger.debug("Cannot parse '%s' as requirements file", req) + else: + msg += ( + f"The argument you provided " + f"({req}) appears to be a" + f" requirements file. If that is the" + f" case, use the '-r' flag to install" + f" the packages specified within it." + ) + return msg + + +class RequirementParts: + def __init__( + self, + requirement: Optional[Requirement], + link: Optional[Link], + markers: Optional[Marker], + extras: Set[str], + ): + self.requirement = requirement + self.link = link + self.markers = markers + self.extras = extras + + +def parse_req_from_editable(editable_req: str) -> RequirementParts: + name, url, extras_override = parse_editable(editable_req) + + if name is not None: + try: + req: Optional[Requirement] = Requirement(name) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{name}'") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + options: Optional[Dict[str, Any]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, + config_settings: Optional[Dict[str, 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, + install_options=options.get("install_options", []) if options else [], + global_options=options.get("global_options", []) if options else [], + hash_options=options.get("hashes", {}) if options else {}, + 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, + options: Optional[Dict[str, Any]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, 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, + install_options=options.get("install_options", []) if options else [], + global_options=options.get("global_options", []) if options else [], + hash_options=options.get("hashes", {}) if options else {}, + 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, + config_settings: Optional[Dict[str, str]] = None, +) -> InstallRequirement: + try: + req = get_requirement(req_string) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{req_string}'") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if ( + req.url + and comes_from + and comes_from.link + and comes_from.link.netloc in domains_not_allowed + ): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + "{} depends on {} ".format(comes_from.name, req) + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + config_settings=config_settings, + ) + + +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, 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, + options=parsed_req.options, + 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, + install_options=ireq.install_options, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + ) diff --git a/env/lib/python3.11/site-packages/pip/_internal/req/req_file.py b/env/lib/python3.11/site-packages/pip/_internal/req/req_file.py new file mode 100755 index 0000000..11ec699 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,544 @@ +""" +Requirements file parsing +""" + +import optparse +import os +import re +import shlex +import urllib.parse +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + 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.install_options, + cmdoptions.global_options, + cmdoptions.hash, +] + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] + + +class ParsedRequirement: + def __init__( + self, + requirement: str, + is_editable: bool, + comes_from: str, + constraint: bool, + options: Optional[Dict[str, Any]] = None, + line_source: Optional[str] = None, + ) -> None: + self.requirement = requirement + self.is_editable = is_editable + self.comes_from = comes_from + self.options = options + self.constraint = constraint + self.line_source = line_source + + +class ParsedLine: + def __init__( + self, + filename: str, + lineno: int, + args: str, + opts: Values, + constraint: bool, + ) -> None: + self.filename = filename + self.lineno = lineno + self.opts = opts + self.constraint = constraint + + if args: + self.is_requirement = True + self.is_editable = False + self.requirement = args + elif opts.editables: + self.is_requirement = True + self.is_editable = True + # We don't support multiple -e on one line + self.requirement = opts.editables[0] + else: + self.is_requirement = False + + +def parse_requirements( + filename: str, + session: PipSession, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + constraint: bool = False, +) -> 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 + + if line.is_editable: + # For editable requirements, we don't support per-requirement + # options, so just return the parsed requirement. + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + ) + else: + # get the options that apply to requirements + req_options = {} + for dest in SUPPORTED_OPTIONS_REQ_DEST: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + session: Optional[PipSession] = None, +) -> None: + + if options: + # percolate options upward + if opts.require_hashes: + options.require_hashes = opts.require_hashes + if opts.features_enabled: + options.features_enabled.extend( + f for f in opts.features_enabled if f not in options.features_enabled + ) + + # set finder options + if finder: + find_links = finder.find_links + index_urls = finder.index_urls + 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/python3.11/site-packages/pip/_internal/req/req_install.py b/env/lib/python3.11/site-packages/pip/_internal/req/req_install.py new file mode 100755 index 0000000..bb38ec0 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,946 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from enum import Enum +from optparse import Values +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, LegacyInstallFailure +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.legacy import install as install_legacy +from pip._internal.operations.install.wheel import install_wheel +from pip._internal.pyproject import load_pyproject_toml, make_pyproject_path +from pip._internal.req.req_uninstall import UninstallPathSet +from pip._internal.utils.deprecation import LegacyInstallReason, deprecated +from pip._internal.utils.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + ConfiguredBuildBackendHookCaller, + ask_path_exists, + backup_dir, + display_path, + hide_url, + redact_auth_from_url, +) +from pip._internal.utils.packaging import safe_extra +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.virtualenv import running_under_virtualenv +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +class InstallRequirement: + """ + Represents something that may be installed later on, may have information + about where to fetch the relevant requirement and also contains logic for + installing the said requirement. + """ + + def __init__( + self, + req: Optional[Requirement], + comes_from: Optional[Union[str, "InstallRequirement"]], + editable: bool = False, + link: Optional[Link] = None, + markers: Optional[Marker] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + install_options: Optional[List[str]] = None, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + config_settings: Optional[Dict[str, str]] = None, + constraint: bool = False, + extras: Collection[str] = (), + user_supplied: bool = False, + permit_editable_wheels: bool = False, + ) -> None: + assert req is None or isinstance(req, Requirement), req + self.req = req + self.comes_from = comes_from + self.constraint = constraint + self.editable = editable + self.permit_editable_wheels = permit_editable_wheels + self.legacy_install_reason: Optional[LegacyInstallReason] = None + + # source_dir is the local directory where the linked requirement is + # located, or unpacked. In case unpacking is needed, creating and + # populating source_dir is done by the RequirementPreparer. Note this + # is not necessarily the directory where pyproject.toml or setup.py is + # located - that one is obtained via unpacked_source_directory. + self.source_dir: Optional[str] = None + if self.editable: + assert link + if link.is_file: + self.source_dir = os.path.normpath(os.path.abspath(link.file_path)) + + if link is None and req and req.url: + # PEP 508 URL requirement + link = Link(req.url) + self.link = self.original_link = link + self.original_link_is_in_wheel_cache = False + + # 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 = {safe_extra(extra) for extra in req.extras} + else: + self.extras = set() + if markers is None and req: + markers = req.marker + self.markers = markers + + # This holds the Distribution object if this requirement is already installed. + self.satisfied_by: Optional[BaseDistribution] = None + # Whether the installation process should try to uninstall an existing + # distribution before installing this requirement. + self.should_reinstall = False + # Temporary build location + self._temp_build_dir: Optional[TempDirectory] = None + # Set to True after successful installation + self.install_succeeded: Optional[bool] = None + # Supplied options + self.install_options = install_options if install_options else [] + self.global_options = global_options if global_options else [] + self.hash_options = hash_options if hash_options else {} + 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 + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + def __str__(self) -> str: + if self.req: + s = str(self.req) + if self.link: + s += " from {}".format(redact_auth_from_url(self.link.url)) + elif self.link: + s = redact_auth_from_url(self.link.url) + else: + s = "" + if self.satisfied_by is not None: + 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 = ("{}={!r}".format(attr, attributes[attr]) for attr in sorted(names)) + return "<{name} object: {{{state}}}>".format( + name=self.__class__.__name__, + state=", ".join(state), + ) + + # Things that are valid for all kinds of requirements? + @property + def name(self) -> Optional[str]: + if self.req is None: + return None + return self.req.name + + @functools.lru_cache() # use cached_property in python 3.8+ + def supports_pyproject_editable(self) -> bool: + if not self.use_pep517: + return False + assert self.pep517_backend + with self.build_env: + runner = runner_with_spinner_message( + "Checking if build backend supports build_editable" + ) + with self.pep517_backend.subprocess_runner(runner): + return "build_editable" in self.pep517_backend._supported_features() + + @property + def specifier(self) -> SpecifierSet: + return self.req.specifier + + @property + def is_pinned(self) -> bool: + """Return whether I am pinned to an exact version. + + For example, some-package==1.2 is pinned; some-package>1.2 is not. + """ + specifiers = self.specifier + return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} + + def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: + if not extras_requested: + # Provide an extra to safely evaluate the markers + # without matching any extra + extras_requested = ("",) + if self.markers is not None: + return any( + self.markers.evaluate({"extra": extra}) for extra in extras_requested + ) + else: + return True + + @property + def has_hash_options(self) -> bool: + """Return whether any known-good hashes are specified as options. + + These activate --require-hashes mode; hashes specified as part of a + URL do not. + + """ + return bool(self.hash_options) + + def hashes(self, trust_internet: bool = True) -> Hashes: + """Return a hash-comparer that considers my option- and URL-based + hashes to be known-good. + + Hashes in URLs--ones embedded in the requirements file, not ones + downloaded from an index server--are almost peers with ones from + flags. They satisfy --require-hashes (whether it was implicitly or + explicitly activated) but do not activate it. md5 and sha224 are not + allowed in flags, which should nudge people toward good algos. We + always OR all hashes together, even ones from URLs. + + :param trust_internet: Whether to trust URL-based (#md5=...) hashes + downloaded from the internet, as by populate_link() + + """ + good_hashes = self.hash_options.copy() + link = self.link if trust_internet else self.original_link + if link and link.hash: + good_hashes.setdefault(link.hash_name, []).append(link.hash) + return Hashes(good_hashes) + + def from_path(self) -> Optional[str]: + """Format a nice indicator to show where this "comes from" """ + if self.req is None: + return None + s = str(self.req) + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += "->" + comes_from + return s + + def ensure_build_location( + self, build_dir: str, autodelete: bool, parallel_builds: bool + ) -> str: + assert build_dir is not None + if self._temp_build_dir is not None: + assert self._temp_build_dir.path + return self._temp_build_dir.path + if self.req is None: + # Some systems have /tmp as a symlink which confuses custom + # builds (such as numpy). Thus, we ensure that the real path + # is returned. + self._temp_build_dir = TempDirectory( + kind=tempdir_kinds.REQ_BUILD, globally_managed=True + ) + + return self._temp_build_dir.path + + # This is the only remaining place where we manually determine the path + # for the temporary directory. It is only needed for editables where + # it is the value of the --src option. + + # When parallel builds are enabled, add a UUID to the build directory + # name so multiple builds do not interfere with each other. + dir_name: str = canonicalize_name(self.name) + if parallel_builds: + dir_name = f"{dir_name}_{uuid.uuid4().hex}" + + # FIXME: Is there a better place to create the build_dir? (hg and bzr + # need this) + if not os.path.exists(build_dir): + logger.debug("Creating directory %s", build_dir) + os.makedirs(build_dir) + actual_build_dir = os.path.join(build_dir, dir_name) + # `None` indicates that we respect the globally-configured deletion + # settings, which is what we actually want when auto-deleting. + delete_arg = None if autodelete else False + return TempDirectory( + path=actual_build_dir, + delete=delete_arg, + kind=tempdir_kinds.REQ_BUILD, + globally_managed=True, + ).path + + def _set_requirement(self) -> None: + """Set requirement after generating metadata.""" + assert self.req is None + assert self.metadata is not None + assert self.source_dir is not None + + # Construct a Requirement object from the generated metadata + if isinstance(parse_version(self.metadata["Version"]), Version): + op = "==" + else: + op = "===" + + self.req = Requirement( + "".join( + [ + self.metadata["Name"], + op, + self.metadata["Version"], + ] + ) + ) + + def warn_on_mismatching_name(self) -> None: + metadata_name = canonicalize_name(self.metadata["Name"]) + if canonicalize_name(self.req.name) == metadata_name: + # Everything is fine. + return + + # If we're here, there's a mismatch. Log a warning about it. + logger.warning( + "Generating metadata for package %s " + "produced metadata for project name %s. Fix your " + "#egg=%s fragments.", + self.name, + metadata_name, + self.name, + ) + self.req = Requirement(metadata_name) + + def check_if_exists(self, use_user_site: bool) -> None: + """Find an installed distribution that satisfies or conflicts + with this requirement, and set self.satisfied_by or + self.should_reinstall appropriately. + """ + if self.req is None: + return + existing_dist = get_default_environment().get_distribution(self.req.name) + if not existing_dist: + return + + version_compatible = self.req.specifier.contains( + existing_dist.version, + prereleases=True, + ) + if not version_compatible: + self.satisfied_by = None + if use_user_site: + if existing_dist.in_usersite: + self.should_reinstall = True + elif running_under_virtualenv() and existing_dist.in_site_packages: + raise InstallationError( + f"Will not install to the user site because it will " + f"lack sys.path precedence to {existing_dist.raw_name} " + f"in {existing_dist.location}" + ) + else: + self.should_reinstall = True + else: + if self.editable: + self.should_reinstall = True + # when installing editables, nothing pre-existing should ever + # satisfy + self.satisfied_by = None + else: + self.satisfied_by = existing_dist + + # Things valid for wheels + @property + def is_wheel(self) -> bool: + if not self.link: + return False + return self.link.is_wheel + + # Things valid for sdists + @property + def unpacked_source_directory(self) -> str: + return os.path.join( + self.source_dir, self.link and self.link.subdirectory_fragment or "" + ) + + @property + def setup_py_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_py = os.path.join(self.unpacked_source_directory, "setup.py") + + return setup_py + + @property + def setup_cfg_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_cfg = os.path.join(self.unpacked_source_directory, "setup.cfg") + + return setup_cfg + + @property + def pyproject_toml_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return make_pyproject_path(self.unpacked_source_directory) + + def load_pyproject_toml(self) -> None: + """Load the pyproject.toml file. + + After calling this routine, all of the attributes related to PEP 517 + processing for this requirement have been set. In particular, the + use_pep517 attribute can be used to determine whether we should + follow the PEP 517 or legacy (setup.py) code path. + """ + pyproject_toml_data = load_pyproject_toml( + self.use_pep517, self.pyproject_toml_path, self.setup_py_path, str(self) + ) + + if pyproject_toml_data is None: + self.use_pep517 = False + return + + self.use_pep517 = True + requires, backend, check, backend_path = pyproject_toml_data + self.requirements_to_check = check + self.pyproject_requires = requires + self.pep517_backend = 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 + 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: + return get_wheel_distribution( + FilesystemWheel(self.local_file_path), canonicalize_name(self.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 + version = self.metadata["version"] + if self.req.specifier and version not in self.req.specifier: + logger.warning( + "Requested %s, but installing version %s", + self, + version, + ) + else: + logger.debug( + "Source in %s has version %s, which satisfies requirement %s", + display_path(self.source_dir), + version, + self, + ) + + # For both source distributions and editables + def ensure_has_source_dir( + self, + parent_dir: str, + autodelete: bool = False, + parallel_builds: bool = False, + ) -> None: + """Ensure that a source_dir is set. + + This will create a temporary build dir if the name of the requirement + isn't known yet. + + :param parent_dir: The ideal pip parent_dir for the source_dir. + Generally src_dir for editables and build_dir for sdists. + :return: self.source_dir + """ + if self.source_dir is None: + self.source_dir = self.ensure_build_location( + parent_dir, + autodelete=autodelete, + parallel_builds=parallel_builds, + ) + + # For editable installations + def update_editable(self) -> None: + if not self.link: + logger.debug( + "Cannot update repository at %s; repository location is unknown", + self.source_dir, + ) + return + assert self.editable + assert self.source_dir + if self.link.scheme == "file": + # Static paths don't get updated + return + vcs_backend = vcs.get_backend_for_scheme(self.link.scheme) + # Editable requirements are validated in Requirement constructors. + # So here, if it's neither a path nor a valid VCS URL, it's a bug. + assert vcs_backend, f"Unsupported VCS URL {self.link.url}" + hidden_url = hide_url(self.link.url) + vcs_backend.obtain(self.source_dir, url=hidden_url, verbosity=0) + + # Top-level Actions + def uninstall( + self, auto_confirm: bool = False, verbose: bool = False + ) -> Optional[UninstallPathSet]: + """ + Uninstall the distribution currently satisfying this requirement. + + Prompts before removing or modifying files unless + ``auto_confirm`` is True. + + Refuses to delete or modify files outside of ``sys.prefix`` - + thus uninstallation within a virtual environment can only + modify that virtual environment, even if the virtualenv is + linked to global site-packages. + + """ + assert self.req + dist = get_default_environment().get_distribution(self.req.name) + if not dist: + logger.warning("Skipping %s as it is not installed.", self.name) + return None + logger.info("Found existing installation: %s", dist) + + uninstalled_pathset = UninstallPathSet.from_dist(dist) + uninstalled_pathset.remove(auto_confirm, verbose) + return uninstalled_pathset + + def _get_archive_name(self, path: str, parentdir: str, rootdir: str) -> str: + def _clean_zip_name(name: str, prefix: str) -> str: + assert name.startswith( + prefix + os.path.sep + ), f"name {name!r} doesn't start with prefix {prefix!r}" + name = name[len(prefix) + 1 :] + name = name.replace(os.path.sep, "/") + return name + + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.name + "/" + name + + def archive(self, build_dir: Optional[str]) -> None: + """Saves archive to provided build_dir. + + Used for saving downloaded VCS requirements as part of `pip download`. + """ + assert self.source_dir + if build_dir is None: + return + + create_archive = True + archive_name = "{}-{}.zip".format(self.name, self.metadata["version"]) + archive_path = os.path.join(build_dir, archive_name) + + if os.path.exists(archive_path): + response = ask_path_exists( + "The file {} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ".format(display_path(archive_path)), + ("i", "w", "b", "a"), + ) + if response == "i": + create_archive = False + elif response == "w": + logger.warning("Deleting %s", display_path(archive_path)) + os.remove(archive_path) + elif response == "b": + dest_file = backup_dir(archive_path) + logger.warning( + "Backing up %s to %s", + display_path(archive_path), + display_path(dest_file), + ) + shutil.move(archive_path, dest_file) + elif response == "a": + sys.exit(-1) + + if not create_archive: + return + + zip_output = zipfile.ZipFile( + archive_path, + "w", + zipfile.ZIP_DEFLATED, + allowZip64=True, + ) + with zip_output: + dir = os.path.normcase(os.path.abspath(self.unpacked_source_directory)) + for dirpath, dirnames, filenames in os.walk(dir): + for dirname in dirnames: + dir_arcname = self._get_archive_name( + dirname, + parentdir=dirpath, + rootdir=dir, + ) + zipdir = zipfile.ZipInfo(dir_arcname + "/") + zipdir.external_attr = 0x1ED << 16 # 0o755 + zip_output.writestr(zipdir, "") + for filename in filenames: + file_arcname = self._get_archive_name( + filename, + parentdir=dirpath, + rootdir=dir, + ) + filename = os.path.join(dirpath, filename) + zip_output.write(filename, file_arcname) + + logger.info("Saved %s", display_path(archive_path)) + + def install( + self, + install_options: List[str], + global_options: Optional[Sequence[str]] = None, + root: Optional[str] = None, + home: Optional[str] = None, + prefix: Optional[str] = None, + warn_script_location: bool = True, + use_user_site: bool = False, + pycompile: bool = True, + ) -> None: + scheme = get_scheme( + self.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + global_options = global_options if global_options is not None else [] + if self.editable and not self.is_wheel: + install_editable_legacy( + install_options, + global_options, + prefix=prefix, + home=home, + use_user_site=use_user_site, + name=self.name, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + ) + self.install_succeeded = True + return + + if self.is_wheel: + assert self.local_file_path + direct_url = None + # TODO this can be refactored to direct_url = self.download_info + if self.editable: + direct_url = direct_url_for_editable(self.unpacked_source_directory) + elif self.original_link: + direct_url = direct_url_from_link( + self.original_link, + self.source_dir, + self.original_link_is_in_wheel_cache, + ) + install_wheel( + self.name, + self.local_file_path, + scheme=scheme, + req_description=str(self.req), + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=self.user_supplied, + ) + self.install_succeeded = True + return + + # TODO: Why don't we do this for editable installs? + + # Extend the list of global and install options passed on to + # the setup.py call with the ones from the requirements file. + # Options specified in requirements file override those + # specified on the command line, since the last option given + # to setup.py is the one that is used. + global_options = list(global_options) + self.global_options + install_options = list(install_options) + self.install_options + + try: + if ( + self.legacy_install_reason is not None + and self.legacy_install_reason.emit_before_install + ): + self.legacy_install_reason.emit_deprecation(self.name) + success = install_legacy( + install_options=install_options, + global_options=global_options, + root=root, + home=home, + prefix=prefix, + use_user_site=use_user_site, + pycompile=pycompile, + scheme=scheme, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + req_name=self.name, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + req_description=str(self.req), + ) + except LegacyInstallFailure as exc: + self.install_succeeded = False + raise exc + except Exception: + self.install_succeeded = True + raise + + self.install_succeeded = success + + if ( + success + and self.legacy_install_reason is not None + and self.legacy_install_reason.emit_after_success + ): + self.legacy_install_reason.emit_deprecation(self.name) + + +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 _install_option_ignored( + install_options: List[str], reqs: List[InstallRequirement] +) -> bool: + for req in reqs: + if (install_options or req.install_options) and not req.use_pep517: + return False + return True + + +class LegacySetupPyOptionsCheckMode(Enum): + INSTALL = 1 + WHEEL = 2 + DOWNLOAD = 3 + + +def check_legacy_setup_py_options( + options: Values, + reqs: List[InstallRequirement], + mode: LegacySetupPyOptionsCheckMode, +) -> None: + has_install_options = _has_option(options, reqs, "install_options") + has_build_options = _has_option(options, reqs, "build_options") + has_global_options = _has_option(options, reqs, "global_options") + legacy_setup_py_options_present = ( + has_install_options or has_build_options or has_global_options + ) + if not legacy_setup_py_options_present: + return + + options.format_control.disallow_binaries() + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option / --install-option. " + "Consider using --config-settings for more flexibility.", + ) + if mode == LegacySetupPyOptionsCheckMode.INSTALL and has_install_options: + if _install_option_ignored(options.install_options, reqs): + logger.warning( + "Ignoring --install-option when building using PEP 517", + ) + else: + deprecated( + reason=( + "--install-option is deprecated because " + "it forces pip to use the 'setup.py install' " + "command which is itself deprecated." + ), + issue=11358, + replacement="to use --config-settings", + gone_in="23.1", + ) diff --git a/env/lib/python3.11/site-packages/pip/_internal/req/req_set.py b/env/lib/python3.11/site-packages/pip/_internal/req/req_set.py new file mode 100755 index 0000000..ec7a6e0 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,82 @@ +import logging +from collections import OrderedDict +from typing import Dict, List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.req.req_install import InstallRequirement + +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 + ] diff --git a/env/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py b/env/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py new file mode 100755 index 0000000..15b6738 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,640 @@ +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, is_local, normalize_path, renames, rmtree +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory + +logger = getLogger(__name__) + + +def _script_names( + bin_dir: str, script_name: str, is_gui: bool +) -> 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 = "Cannot uninstall {dist}, RECORD file not found.".format(dist=dist) + installer = dist.installer + if not installer or installer == "pip": + dep = "{}=={}".format(dist.raw_name, dist.version) + msg += ( + " You might be able to recover from this via: " + "'pip install --force-reinstall --no-deps {}'.".format(dep) + ) + else: + msg += " Hint: The package was installed by {}.".format(installer) + raise UninstallationError(msg) + + for entry in entries: + path = os.path.join(location, entry) + yield path + if path.endswith(".py"): + dn, fn = os.path.split(path) + base = fn[:-3] + path = os.path.join(dn, base + ".pyc") + yield path + path = os.path.join(dn, base + ".pyo") + yield path + + +def compact(paths: Iterable[str]) -> Set[str]: + """Compact a path set to contain the minimal number of paths + necessary to contain all paths in the set. If /a/path/ and + /a/path/to/a/file.txt are both in the set, leave only the + shorter path.""" + + sep = os.path.sep + short_paths: Set[str] = set() + for path in sorted(paths, key=len): + should_skip = any( + path.startswith(shortpath.rstrip("*")) + and path[len(shortpath.rstrip("*").rstrip(sep))] == sep + for shortpath in short_paths + ) + if not should_skip: + short_paths.add(path) + return short_paths + + +def compress_for_rename(paths: Iterable[str]) -> Set[str]: + """Returns a set containing the paths that need to be renamed. + + This set may include directories when the original sequence of paths + included every file on disk. + """ + case_map = {os.path.normcase(p): p for p in paths} + remaining = set(case_map) + unchecked = sorted({os.path.split(p)[0] for p in case_map.values()}, key=len) + wildcards: Set[str] = set() + + def norm_join(*a: str) -> str: + return os.path.normcase(os.path.join(*a)) + + for root in unchecked: + if any(os.path.normcase(root).startswith(w) for w in wildcards): + # This directory has already been handled. + continue + + all_files: Set[str] = set() + all_subdirs: Set[str] = set() + for dirname, subdirs, files in os.walk(root): + all_subdirs.update(norm_join(root, dirname, d) for d in subdirs) + all_files.update(norm_join(root, dirname, f) for f in files) + # If all the files we found are in our remaining set of files to + # remove, then remove them from the latter set and add a wildcard + # for the directory. + if not (all_files - remaining): + remaining.difference_update(all_files) + wildcards.add(root + os.sep) + + return set(map(case_map.__getitem__, remaining)) | wildcards + + +def compress_for_output_listing(paths: Iterable[str]) -> Tuple[Set[str], Set[str]]: + """Returns a tuple of 2 sets of which paths to display to user + + The first set contains paths that would be deleted. Files of a package + are not added and the top-level directory of the package has a '*' added + at the end - to signify that all it's contents are removed. + + The second set contains files that would have been skipped in the above + folders. + """ + + will_remove = set(paths) + will_skip = set() + + # Determine folders and files + folders = set() + files = set() + for path in will_remove: + if path.endswith(".pyc"): + continue + if path.endswith("__init__.py") or ".dist-info" in path: + folders.add(os.path.dirname(path)) + files.add(path) + + # probably this one https://github.com/python/mypy/issues/390 + _normcased_files = set(map(os.path.normcase, files)) # type: ignore + + folders = compact(folders) + + # This walks the tree using os.walk to not miss extra folders + # that might get added. + for folder in folders: + for dirpath, _, dirfiles in os.walk(folder): + for fname in dirfiles: + if fname.endswith(".pyc"): + continue + + file_ = os.path.join(dirpath, fname) + if ( + os.path.isfile(file_) + and os.path.normcase(file_) not in _normcased_files + ): + # We are skipping this file. Add it to the set. + will_skip.add(file_) + + will_remove = files | {os.path.join(folder, "*") for folder in folders} + + return will_remove, will_skip + + +class StashedUninstallPathSet: + """A set of file rename operations to stash files while + tentatively uninstalling them.""" + + def __init__(self) -> None: + # Mapping from source file root to [Adjacent]TempDirectory + # for files under that directory. + self._save_dirs: Dict[str, TempDirectory] = {} + # (old path, new path) tuples for each move that may need + # to be undone. + self._moves: List[Tuple[str, str]] = [] + + def _get_directory_stash(self, path: str) -> str: + """Stashes a directory. + + Directories are stashed adjacent to their original location if + possible, or else moved/copied into the user's temp dir.""" + + try: + save_dir: TempDirectory = AdjacentTempDirectory(path) + except OSError: + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[os.path.normcase(path)] = save_dir + + return save_dir.path + + def _get_file_stash(self, path: str) -> str: + """Stashes a file. + + If no root has been provided, one will be created for the directory + in the user's temp directory.""" + path = os.path.normcase(path) + head, old_head = os.path.dirname(path), None + save_dir = None + + while head != old_head: + try: + save_dir = self._save_dirs[head] + break + except KeyError: + pass + head, old_head = os.path.dirname(head), head + else: + # Did not find any suitable root + head = os.path.dirname(path) + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[head] = save_dir + + relpath = os.path.relpath(path, head) + if relpath and relpath != os.path.curdir: + return os.path.join(save_dir.path, relpath) + return save_dir.path + + def stash(self, path: str) -> str: + """Stashes the directory or file and returns its new location. + Handle symlinks as files to avoid modifying the symlink targets. + """ + path_is_dir = os.path.isdir(path) and not os.path.islink(path) + if path_is_dir: + new_path = self._get_directory_stash(path) + else: + new_path = self._get_file_stash(path) + + self._moves.append((path, new_path)) + if path_is_dir and os.path.isdir(new_path): + # If we're moving a directory, we need to + # remove the destination first or else it will be + # moved to inside the existing directory. + # We just created new_path ourselves, so it will + # be removable. + os.rmdir(new_path) + renames(path, new_path) + return new_path + + def commit(self) -> None: + """Commits the uninstall by removing stashed files.""" + for _, save_dir in self._save_dirs.items(): + save_dir.cleanup() + self._moves = [] + self._save_dirs = {} + + def rollback(self) -> None: + """Undoes the uninstall by moving stashed files back.""" + for p in self._moves: + logger.info("Moving to %s\n from %s", *p) + + for new_path, path in self._moves: + try: + logger.debug("Replacing %s from %s", new_path, path) + if os.path.isfile(new_path) or os.path.islink(new_path): + os.unlink(new_path) + elif os.path.isdir(new_path): + rmtree(new_path) + renames(path, new_path) + except OSError as ex: + logger.error("Failed to restore %s", new_path) + logger.debug("Exception: %s", ex) + + self.commit() + + @property + def can_rollback(self) -> bool: + return bool(self._moves) + + +class UninstallPathSet: + """A set of file paths to be removed in the uninstallation of a + requirement.""" + + def __init__(self, dist: BaseDistribution) -> None: + self._paths: Set[str] = set() + self._refuse: Set[str] = set() + self._pth: Dict[str, UninstallPthEntries] = {} + self._dist = dist + self._moved_paths = StashedUninstallPathSet() + + def _permitted(self, path: str) -> bool: + """ + Return True if the given path is one we are permitted to + remove/modify, False otherwise. + + """ + return is_local(path) + + def add(self, path: str) -> None: + head, tail = os.path.split(path) + + # we normalize the head to resolve parent directory symlinks, but not + # the tail, since we only want to uninstall symlinks, not their targets + path = os.path.join(normalize_path(head), os.path.normcase(tail)) + + if not os.path.exists(path): + return + if self._permitted(path): + self._paths.add(path) + else: + self._refuse.add(path) + + # __pycache__ files can show up after 'installed-files.txt' is created, + # due to imports + if os.path.splitext(path)[1] == ".py": + self.add(cache_from_source(path)) + + def add_pth(self, pth_file: str, entry: str) -> None: + pth_file = normalize_path(pth_file) + if self._permitted(pth_file): + if pth_file not in self._pth: + self._pth[pth_file] = UninstallPthEntries(pth_file) + self._pth[pth_file].add(entry) + else: + self._refuse.add(pth_file) + + def remove(self, auto_confirm: bool = False, verbose: bool = False) -> None: + """Remove paths in ``self._paths`` with confirmation (unless + ``auto_confirm`` is True).""" + + if not self._paths: + logger.info( + "Can't uninstall '%s'. No files were found to uninstall.", + self._dist.raw_name, + ) + return + + dist_name_version = f"{self._dist.raw_name}-{self._dist.version}" + logger.info("Uninstalling %s:", dist_name_version) + + with indent_log(): + if auto_confirm or self._allowed_to_proceed(verbose): + moved = self._moved_paths + + for_rename = compress_for_rename(self._paths) + + for path in sorted(compact(for_rename)): + moved.stash(path) + logger.verbose("Removing file or directory %s", path) + + for pth in self._pth.values(): + pth.remove() + + logger.info("Successfully uninstalled %s", dist_name_version) + + def _allowed_to_proceed(self, verbose: bool) -> bool: + """Display which files would be deleted and prompt for confirmation""" + + def _display(msg: str, paths: Iterable[str]) -> None: + if not paths: + return + + logger.info(msg) + with indent_log(): + for path in sorted(compact(paths)): + logger.info(path) + + if not verbose: + will_remove, will_skip = compress_for_output_listing(self._paths) + else: + # In verbose mode, display all the files that are going to be + # deleted. + will_remove = set(self._paths) + will_skip = set() + + _display("Would remove:", will_remove) + _display("Would not remove (might be manually added):", will_skip) + _display("Would not remove (outside of prefix):", self._refuse) + if verbose: + _display("Will actually move:", compress_for_rename(self._paths)) + + return ask("Proceed (Y/n)? ", ("y", "n", "")) != "n" + + def rollback(self) -> None: + """Rollback the changes previously made by remove().""" + if not self._moved_paths.can_rollback: + logger.error( + "Can't roll back %s; was not uninstalled", + self._dist.raw_name, + ) + return + logger.info("Rolling back uninstall of %s", self._dist.raw_name) + self._moved_paths.rollback() + for pth in self._pth.values(): + pth.rollback() + + def commit(self) -> None: + """Remove temporary save dir: rollback will no longer be possible.""" + self._moved_paths.commit() + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "UninstallPathSet": + dist_location = dist.location + info_location = dist.info_location + if dist_location is None: + logger.info( + "Not uninstalling %s since it is not installed", + dist.canonical_name, + ) + return cls(dist) + + normalized_dist_location = normalize_path(dist_location) + if not dist.local: + logger.info( + "Not uninstalling %s at %s, outside environment %s", + dist.canonical_name, + normalized_dist_location, + sys.prefix, + ) + return cls(dist) + + if normalized_dist_location in { + p + for p in {sysconfig.get_path("stdlib"), sysconfig.get_path("platstdlib")} + if p + }: + logger.info( + "Not uninstalling %s at %s, as it is in the standard library.", + dist.canonical_name, + normalized_dist_location, + ) + return cls(dist) + + paths_to_remove = cls(dist) + develop_egg_link = egg_link_path_from_location(dist.raw_name) + + # Distribution is installed with metadata in a "flat" .egg-info + # directory. This means it is not a modern .dist-info installation, an + # egg, or legacy editable. + setuptools_flat_installation = ( + dist.installed_with_setuptools_egg_info + and info_location is not None + and os.path.exists(info_location) + # If dist is editable and the location points to a ``.egg-info``, + # we are in fact in the legacy editable case. + and not info_location.endswith(f"{dist.setuptools_filename}.egg-info") + ) + + # Uninstall cases order do matter as in the case of 2 installs of the + # same package, pip needs to uninstall the currently detected version + if setuptools_flat_installation: + if info_location is not None: + paths_to_remove.add(info_location) + installed_files = dist.iter_declared_entries() + if installed_files is not None: + for installed_file in installed_files: + paths_to_remove.add(os.path.join(dist_location, installed_file)) + # FIXME: need a test for this elif block + # occurs with --single-version-externally-managed/--record outside + # of pip + elif dist.is_file("top_level.txt"): + try: + namespace_packages = dist.read_text("namespace_packages.txt") + except FileNotFoundError: + namespaces = [] + else: + namespaces = namespace_packages.splitlines(keepends=False) + for top_level_pkg in [ + p + for p in dist.read_text("top_level.txt").splitlines() + if p and p not in namespaces + ]: + path = os.path.join(dist_location, top_level_pkg) + paths_to_remove.add(path) + paths_to_remove.add(f"{path}.py") + paths_to_remove.add(f"{path}.pyc") + paths_to_remove.add(f"{path}.pyo") + + elif dist.installed_by_distutils: + raise UninstallationError( + "Cannot uninstall {!r}. It is a distutils installed project " + "and thus we cannot accurately determine which files belong " + "to it which would lead to only a partial uninstall.".format( + dist.raw_name, + ) + ) + + elif dist.installed_as_egg: + # package installed by easy_install + # We cannot match on dist.egg_name because it can slightly vary + # i.e. setuptools-0.6c11-py2.6.egg vs setuptools-0.6rc11-py2.6.egg + paths_to_remove.add(dist_location) + easy_install_egg = os.path.split(dist_location)[1] + easy_install_pth = os.path.join( + os.path.dirname(dist_location), + "easy-install.pth", + ) + paths_to_remove.add_pth(easy_install_pth, "./" + easy_install_egg) + + elif dist.installed_with_dist_info: + for path in uninstallation_paths(dist): + paths_to_remove.add(path) + + elif develop_egg_link: + # PEP 660 modern editable is handled in the ``.dist-info`` case + # above, so this only covers the setuptools-style editable. + with open(develop_egg_link) as fh: + link_pointer = os.path.normcase(fh.readline().strip()) + normalized_link_pointer = normalize_path(link_pointer) + assert os.path.samefile( + normalized_link_pointer, normalized_dist_location + ), ( + f"Egg-link {link_pointer} does not match installed location of " + f"{dist.raw_name} (at {dist_location})" + ) + paths_to_remove.add(develop_egg_link) + easy_install_pth = os.path.join( + os.path.dirname(develop_egg_link), "easy-install.pth" + ) + paths_to_remove.add_pth(easy_install_pth, dist_location) + + else: + logger.debug( + "Not sure how to uninstall: %s - Check: %s", + dist, + dist_location, + ) + + if dist.in_usersite: + bin_dir = get_bin_user() + else: + bin_dir = get_bin_prefix() + + # find distutils scripts= scripts + try: + for script in dist.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/python3.11/site-packages/pip/_internal/resolution/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/resolution/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/env/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..2196fa06c0693fd05a1360ff8d32039a8504287e GIT binary patch literal 220 zcmXv|OA5j;5KSzK2*q=_utRk#t^{`?xN}qb8QNf)#3U7Z5|1FB%L^3TxpE5aEZ)3% zk9jk%FkCRI^Yw^*|MV~xAINt`>c?YKT zl~z#eB5T~HzIzX-9w0?FSlcL$!3mFRljgUyq-`S%Btm(#DwSZ-Y1w!|DG8~Z|U*XJ=~!$8&!T)(k@a z(Z=Dh#>y~9Wn_PZPs864N)S_8H7dY~L<*lQ~JnuTTOMTrk02ILt-52G|?M zk?mIvvPL579f|Bu_~*~~jfP)~oR_3k`Kry9sodW~#=SLW*&tCUVzBhHgHwtStbJxJ)!11o6y+`L_g0nE+GnDZ2~Z% z91gP2(~fxzpJqYZ!=)0Qq(^I?Q2jhH-_l*WzDw2IdM2MFIV)?2=nu{_j-*)v*ap|V z<)=^xowLzs{Mhm~vjn_u%oqsoan|W;&V-lm$jvPEk}PWX#oeSQr3dM@$Kv*Q>E6of zswZLzxAU;G6?SoV9_L;VrxG|e!{fU0zV3|IMj}@79aSlP+wl7QacWk^-Wh~6JcHs5 z`R~EO20+-%Or?VcOUB7Z!`9J9`VO15;anJuByf z>cxSL_JB-_nvS`+JdT+y>W#hXl@lW;8_UW{24x$`q2T%fDXb=RDhvu^}Ta7WI!c*(EKKZSfeh(Ix_igw6&0=nOuXeq#ZWOKig?0a%X)GB9xjd*< RDN_8a_*eVBov=_M{|Sw_V2J<# literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/resolution/base.py b/env/lib/python3.11/site-packages/pip/_internal/resolution/base.py new file mode 100755 index 0000000..42dade1 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/resolution/legacy/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/env/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..579bdd86dd718f74142eaac896f08a917bd5051d GIT binary patch literal 227 zcmXv|K?=e!5KJtJ2*r1Ju#0*XPl7iQym={YUD{xp#3U{BB|brXmmetf){|SPbC{jo zVTXB#;ert^w-XNYJJ26|6y1!(i{06kt@!!F?1c7iF#8$`T_WT{N_244SyiI)4ou?< zt)SHRv~t_>={=yTL5g&=cF|@7PIz3KBzq(|eH&pQ7RsYli3E#I%gPH%k(ei012LJx f$8ltue!i#ZO5(vzsm4&$Es5HIbKbH)*??|8%U(V{ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..d46c7bb60c41fdf9b9b2a751cc5edc5a8b8028be GIT binary patch literal 23813 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 None: + """ + Check whether the given Python version is compatible with a distribution's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + + :raises UnsupportedPythonVersion: When the given Python version isn't + compatible. + """ + # This idiosyncratically converts the SpecifierSet to str and let + # check_requires_python then parse it again into SpecifierSet. But this + # is the legacy resolver so I'm just not going to bother refactoring. + try: + requires_python = str(dist.requires_python) + except FileNotFoundError as e: + raise NoneMetadataError(dist, str(e)) + try: + is_compatible = check_requires_python( + requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier as exc: + logger.warning( + "Package %r has an invalid Requires-Python: %s", dist.raw_name, exc + ) + return + + if is_compatible: + return + + version = ".".join(map(str, version_info)) + if ignore_requires_python: + logger.debug( + "Ignoring failed Requires-Python check for package %r: %s not in %r", + dist.raw_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + "Package {!r} requires a different Python: {} not in {!r}".format( + dist.raw_name, version, requires_python + ) + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + 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( + "{} is not a supported wheel on this platform.".format( + wheel.filename + ) + ) + + # This next bit is really a sanity check. + assert ( + not install_req.user_supplied or parent_req_name is None + ), "a user supplied req shouldn't have a parent" + + # Unnamed requirements are scanned again and the requirement won't be + # added as a dependency until after scanning. + if not install_req.name: + 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( + "Could not satisfy constraints for '{}': " + "installation from path or url cannot be " + "constrained to a version".format(install_req.name) + ) + # If we're now installing a constraint, mark the existing + # object for real installation. + existing_req.constraint = False + # If we're now installing a user supplied requirement, + # mark the existing object as such. + if install_req.user_supplied: + existing_req.user_supplied = True + existing_req.extras = tuple( + sorted(set(existing_req.extras) | set(install_req.extras)) + ) + logger.debug( + "Setting %s extras to: %s", + existing_req, + existing_req.extras, + ) + # Return the existing requirement for addition to the parent and + # scanning again. + return [existing_req], existing_req + + def _is_upgrade_allowed(self, req: InstallRequirement) -> bool: + if self.upgrade_strategy == "to-satisfy-only": + return False + elif self.upgrade_strategy == "eager": + return True + else: + assert self.upgrade_strategy == "only-if-needed" + return req.user_supplied or req.constraint + + def _set_req_to_reinstall(self, req: InstallRequirement) -> None: + """ + Set a requirement to be installed. + """ + # Don't uninstall the conflict if doing a user install and the + # conflict is not a user install. + if not self.use_user_site or req.satisfied_by.in_usersite: + req.should_reinstall = True + req.satisfied_by = None + + def _check_skip_installed( + self, req_to_install: InstallRequirement + ) -> Optional[str]: + """Check if req_to_install should be skipped. + + This will check if the req is installed, and whether we should upgrade + or reinstall it, taking into account all the relevant user options. + + After calling this req_to_install will only have satisfied_by set to + None if the req_to_install is to be upgraded/reinstalled etc. Any + other value will be a dist recording the current thing installed that + satisfies the requirement. + + Note that for vcs urls and the like we can't assess skipping in this + routine - we simply identify that we need to pull the thing down, + then later on it is pulled down and introspected to assess upgrade/ + reinstalls etc. + + :return: A text reason for why it was skipped, or None. + """ + if self.ignore_installed: + return None + + req_to_install.check_if_exists(self.use_user_site) + if not req_to_install.satisfied_by: + return None + + if self.force_reinstall: + self._set_req_to_reinstall(req_to_install) + return None + + if not self._is_upgrade_allowed(req_to_install): + if self.upgrade_strategy == "only-if-needed": + return "already satisfied, skipping upgrade" + return "already satisfied" + + # Check for the possibility of an upgrade. For link-based + # requirements we have to pull the tree down and inspect to assess + # the version #, so it's handled way down. + if not req_to_install.link: + try: + self.finder.find_requirement(req_to_install, upgrade=True) + except BestVersionAlreadyInstalled: + # Then the best version is installed. + return "already up-to-date" + except DistributionNotFound: + # No distribution found, so we squash the error. It will + # be raised later when we re-try later to do the install. + # Why don't we just raise here? + pass + + self._set_req_to_reinstall(req_to_install) + return None + + def _find_requirement_link(self, req: InstallRequirement) -> Optional[Link]: + upgrade = self._is_upgrade_allowed(req) + best_candidate = self.finder.find_requirement(req, upgrade) + if not best_candidate: + return None + + # Log a warning per PEP 592 if necessary before returning. + link = best_candidate.link + if link.is_yanked: + reason = link.yanked_reason or "" + msg = ( + # Mark this as a unicode string to prevent + # "UnicodeEncodeError: 'ascii' codec can't encode character" + # in Python 2 when the reason contains non-ascii characters. + "The candidate selected for download or install is a " + "yanked version: {candidate}\n" + "Reason for being yanked: {reason}" + ).format(candidate=best_candidate, reason=reason) + logger.warning(msg) + + return link + + def _populate_link(self, req: InstallRequirement) -> None: + """Ensure that if a link can be found for this, that it is found. + + Note that req.link may still be None - if the requirement is already + installed and not needed to be upgraded based on the return value of + _is_upgrade_allowed(). + + If preparer.require_hashes is True, don't use the wheel cache, because + cached wheels, always built locally, have different hashes than the + files downloaded from the index server and thus throw false hash + mismatches. Furthermore, cached wheels at present have undeterministic + contents due to file modification times. + """ + if req.link is None: + req.link = self._find_requirement_link(req) + + if self.wheel_cache is None or self.preparer.require_hashes: + return + cache_entry = self.wheel_cache.get_cache_entry( + link=req.link, + package_name=req.name, + supported_tags=get_supported(), + ) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + if req.link is req.original_link and cache_entry.persistent: + req.original_link_is_in_wheel_cache = True + 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.hash 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/python3.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..87be907548b67ec6e85a8dac6256988d6074e530 GIT binary patch literal 231 zcmXv|OA5j;5KR&3tEZ)5N zyvKV*(U?)~k6R4=6QC>pC(V$^lbzUsP5JK4Y>(z99NPz+b%{_2Dbc}3=T(WyJ1}>D z)(T2}$||=guigWy8%UA;Ps?~d2PZtvOqyTPg49MBNQCleRVu-v)3Wk{Tz>S1L7dQo g@JSMzdplZ@eI;>i2NWfQbrXWR&pEGI2ewbUFZ-521ONa4 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f6be31e5c509517dd7a873c3915899f5decd5154 GIT binary patch literal 9644 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 ZYv4g}=Oo=bu*3D_W8{6(p@N0Ve*s2hlFk4C literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..e9b98cb8b5af46b3fd6eb487a1b9fd9075bd2f0c GIT binary patch literal 28854 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

?}j8vkZ*}>n)yBW)uKyb5Y%~?@Q|b K#};E!aQ_CCRr$LB literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..cd3ef603d8f92c937611763c2e2f05a7c04a48cf GIT binary patch literal 11073 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 UKHr!2f=7$r;OMvepoB&K2W0VN#Q*>R literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f05fa9b98c158d3ec29d1b684ab3e7ed5811db0f GIT binary patch literal 11141 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 str: + if not extras: + return project + canonical_extras = sorted(canonicalize_name(e) for e in extras) + return "{}[{}]".format(project, ",".join(canonical_extras)) + + +class Constraint: + def __init__( + self, specifier: SpecifierSet, hashes: Hashes, links: FrozenSet[Link] + ) -> None: + self.specifier = specifier + self.hashes = hashes + self.links = links + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __bool__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __and__(self, other: InstallRequirement) -> "Constraint": + if not isinstance(other, InstallRequirement): + return NotImplemented + specifier = self.specifier & other.specifier + hashes = self.hashes & other.hashes(trust_internet=False) + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, links) + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + # Reject if there are any mismatched URL constraints on this package. + if self.links and not all(_match_link(link, candidate) for link in self.links): + return False + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class Requirement: + @property + def project_name(self) -> NormalizedName: + """The "project name" of a requirement. + + This is different from ``name`` if this requirement contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Subclass should override") + + @property + def name(self) -> str: + """The name identifying this requirement in the resolver. + + This is different from ``project_name`` if this requirement contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Subclass should override") + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + return False + + def get_candidate_lookup(self) -> CandidateLookup: + raise NotImplementedError("Subclass should override") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") + + +def _match_link(link: Link, candidate: "Candidate") -> bool: + if candidate.source_link: + return links_equivalent(link, candidate.source_link) + return False + + +class Candidate: + @property + def project_name(self) -> NormalizedName: + """The "project name" of the candidate. + + This is different from ``name`` if this candidate contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Override in subclass") + + @property + def name(self) -> str: + """The name identifying this candidate in the resolver. + + This is different from ``project_name`` if this candidate contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Override in subclass") + + @property + def version(self) -> CandidateVersion: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100755 index 0000000..f5bc343 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,556 @@ +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, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + config_settings=template.config_settings, + ) + ireq.original_link = template.original_link + ireq.link = link + return ireq + + +def make_install_req_from_editable( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert template.editable, "template not editable" + return install_req_from_editable( + link.url, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + permit_editable_wheels=template.permit_editable_wheels, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + config_settings=template.config_settings, + ) + + +def _make_install_req_from_dist( + dist: BaseDistribution, template: InstallRequirement +) -> InstallRequirement: + if template.req: + line = str(template.req) + elif template.link: + line = f"{dist.canonical_name} @ {template.link.url}" + else: + line = f"{dist.canonical_name}=={dist.version}" + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + 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 "{class_name}({link!r})".format( + class_name=self.__class__.__name__, + link=str(self._link), + ) + + def __hash__(self) -> int: + return hash((self.__class__, self._link)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return links_equivalent(self._link, other._link) + return False + + @property + def source_link(self) -> Optional[Link]: + return self._source_link + + @property + def project_name(self) -> NormalizedName: + """The normalised name of the project the candidate refers to""" + if self._name is None: + self._name = self.dist.canonical_name + return self._name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + def format_for_error(self) -> str: + return "{} {} (from {})".format( + self.name, + self.version, + self._link.file_path if self._link.is_file else self._link, + ) + + def _prepare_distribution(self) -> BaseDistribution: + raise NotImplementedError("Override in subclass") + + def _check_metadata_consistency(self, dist: BaseDistribution) -> None: + """Check for consistency of project name and version of dist.""" + if self._name is not None and self._name != dist.canonical_name: + raise MetadataInconsistent( + self._ireq, + "name", + self._name, + dist.canonical_name, + ) + if self._version is not None and self._version != dist.version: + raise MetadataInconsistent( + self._ireq, + "version", + str(self._version), + str(dist.version), + ) + + def _prepare(self) -> BaseDistribution: + try: + dist = self._prepare_distribution() + except HashError as e: + # Provide HashError the underlying ireq that caused it. This + # provides context for the resulting error message to show the + # offending line to the user. + e.req = self._ireq + raise + except InstallationSubprocessError as exc: + # The output has been presented already, so don't duplicate it. + exc.context = "See above for output." + raise + + self._check_metadata_consistency(dist) + return dist + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + requires = self.dist.iter_dependencies() if with_requires else () + for r in requires: + yield self._factory.make_requirement_from_spec(str(r), self._ireq) + yield self._factory.make_requires_python_requirement(self.dist.requires_python) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return self._ireq + + +class LinkCandidate(_InstallRequirementBackedCandidate): + is_editable = False + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + source_link = link + cache_entry = factory.get_wheel_cache_entry(link, name) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + link = cache_entry.link + ireq = make_install_req_from_link(link, template) + assert ireq.link == link + if ireq.link.is_wheel and not ireq.link.is_file: + wheel = Wheel(ireq.link.filename) + wheel_name = canonicalize_name(wheel.name) + assert name == wheel_name, f"{name!r} != {wheel_name!r} for wheel" + # Version may not be present for PEP 508 direct URLs + if version is not None: + wheel_version = Version(wheel.version) + assert version == wheel_version, "{!r} != {!r} for wheel {}".format( + version, wheel_version, name + ) + + if cache_entry is not None: + if cache_entry.persistent and template.link is template.original_link: + ireq.original_link_is_in_wheel_cache = True + 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.hash 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 + + # This is just logging some messages, so we can do it eagerly. + # The returned dist would be exactly the same as self.dist because we + # set satisfied_by in _make_install_req_from_dist. + # TODO: Supply reason based on force_reinstall and upgrade_strategy. + skip_reason = "already satisfied" + factory.preparer.prepare_installed_requirement(self._ireq, skip_reason) + + def __str__(self) -> str: + return str(self.dist) + + def __repr__(self) -> str: + return "{class_name}({distribution!r})".format( + class_name=self.__class__.__name__, + distribution=self.dist, + ) + + def __hash__(self) -> int: + return hash((self.__class__, self.name, self.version)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.name == other.name and self.version == other.version + return False + + @property + def project_name(self) -> NormalizedName: + return self.dist.canonical_name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + return self.dist.version + + @property + def is_editable(self) -> bool: + return self.dist.editable + + def format_for_error(self) -> str: + return f"{self.name} {self.version} (Installed)" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + if not with_requires: + return + for r in self.dist.iter_dependencies(): + yield self._factory.make_requirement_from_spec(str(r), self._ireq) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None + + +class ExtrasCandidate(Candidate): + """A candidate that has 'extras', indicating additional dependencies. + + Requirements can be for a project with dependencies, something like + foo[extra]. The extras don't affect the project/version being installed + directly, but indicate that we need additional dependencies. We model that + by having an artificial ExtrasCandidate that wraps the "base" candidate. + + The ExtrasCandidate differs from the base in the following ways: + + 1. It has a unique name, of the form foo[extra]. This causes the resolver + to treat it as a separate node in the dependency graph. + 2. When we're getting the candidate's dependencies, + a) We specify that we want the extra dependencies as well. + b) We add a dependency on the base candidate. + See below for why this is needed. + 3. We return None for the underlying InstallRequirement, as the base + candidate will provide it, and we don't want to end up with duplicates. + + The dependency on the base candidate is needed so that the resolver can't + decide that it should recommend foo[extra1] version 1.0 and foo[extra2] + version 2.0. Having those candidates depend on foo=1.0 and foo=2.0 + respectively forces the resolver to recognise that this is a conflict. + """ + + def __init__( + self, + base: BaseCandidate, + extras: FrozenSet[str], + ) -> None: + self.base = base + self.extras = extras + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return "{class_name}(base={base!r}, extras={extras!r})".format( + class_name=self.__class__.__name__, + base=self.base, + extras=self.extras, + ) + + def __hash__(self) -> int: + return hash((self.base, self.extras)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.base == other.base and self.extras == other.extras + return False + + @property + def project_name(self) -> NormalizedName: + return self.base.project_name + + @property + def name(self) -> str: + """The normalised name of the project the candidate refers to""" + return format_name(self.base.project_name, self.extras) + + @property + def version(self) -> CandidateVersion: + return self.base.version + + def format_for_error(self) -> str: + return "{} [{}]".format( + self.base.format_for_error(), ", ".join(sorted(self.extras)) + ) + + @property + def is_installed(self) -> bool: + return self.base.is_installed + + @property + def is_editable(self) -> bool: + return self.base.is_editable + + @property + def source_link(self) -> Optional[Link]: + return self.base.source_link + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + factory = self.base._factory + + # Add a dependency on the exact base + # (See note 2b in the class docstring) + yield factory.make_requirement_from_candidate(self.base) + if not with_requires: + return + + # The user may have specified extras that the candidate doesn't + # support. We ignore any unsupported extras here. + valid_extras = self.extras.intersection(self.base.dist.iter_provided_extras()) + invalid_extras = self.extras.difference(self.base.dist.iter_provided_extras()) + for extra in sorted(invalid_extras): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + for r in self.base.dist.iter_dependencies(valid_extras): + requirement = factory.make_requirement_from_spec( + str(r), self.base._ireq, valid_extras + ) + if requirement: + yield requirement + + def get_install_requirement(self) -> Optional[InstallRequirement]: + # We don't return anything here, because we always + # depend on the base candidate, and we'll get the + # install requirement from that. + return None + + +class RequiresPythonCandidate(Candidate): + is_installed = False + source_link = None + + def __init__(self, py_version_info: Optional[Tuple[int, ...]]) -> None: + if py_version_info is not None: + version_info = normalize_version_info(py_version_info) + else: + version_info = sys.version_info[:3] + self._version = Version(".".join(str(c) for c in version_info)) + + # We don't need to implement __eq__() and __ne__() since there is always + # only one RequiresPythonCandidate in a resolution, i.e. the host Python. + # The built-in object.__eq__() and object.__ne__() do exactly what we want. + + def __str__(self) -> str: + return f"Python {self._version}" + + @property + def project_name(self) -> NormalizedName: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def name(self) -> str: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def version(self) -> CandidateVersion: + return self._version + + def format_for_error(self) -> str: + return f"Python {self.version}" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + return () + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None diff --git a/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100755 index 0000000..a4c24b5 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,731 @@ +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_from_link_and_ireq +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.resolution.base import InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import Candidate, CandidateVersion, Constraint, Requirement +from .candidates import ( + AlreadyInstalledCandidate, + BaseCandidate, + EditableCandidate, + ExtrasCandidate, + LinkCandidate, + RequiresPythonCandidate, + as_base_candidate, +) +from .found_candidates import FoundCandidates, IndexCandidateInfo +from .requirements import ( + ExplicitRequirement, + RequiresPythonRequirement, + SpecifierRequirement, + UnsatisfiableRequirement, +) + +if TYPE_CHECKING: + from typing import Protocol + + class ConflictCause(Protocol): + requirement: RequiresPythonRequirement + parent: Candidate + + +logger = logging.getLogger(__name__) + +C = TypeVar("C") +Cache = Dict[Link, C] + + +class CollectedRootRequirements(NamedTuple): + requirements: List[Requirement] + constraints: Dict[str, Constraint] + user_requested: Dict[str, int] + + +class Factory: + def __init__( + self, + finder: PackageFinder, + preparer: RequirementPreparer, + make_install_req: InstallRequirementProvider, + wheel_cache: Optional[WheelCache], + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + 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[str]], ExtrasCandidate + ] = {} + + if not ignore_installed: + env = get_default_environment() + self._installed_dists = { + dist.canonical_name: dist + for dist in env.iter_installed_distributions(local_only=False) + } + else: + self._installed_dists = {} + + @property + def force_reinstall(self) -> bool: + return self._force_reinstall + + def _fail_if_link_is_unsupported_wheel(self, link: Link) -> None: + if not link.is_wheel: + return + wheel = Wheel(link.filename) + if wheel.supported(self._finder.target_python.get_tags()): + return + msg = f"{link.filename} is not a supported wheel on this platform." + raise UnsupportedWheel(msg) + + def _make_extras_candidate( + self, base: BaseCandidate, extras: FrozenSet[str] + ) -> ExtrasCandidate: + cache_key = (id(base), extras) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras) + self._extras_candidate_cache[cache_key] = candidate + return candidate + + def _make_candidate_from_dist( + self, + dist: BaseDistribution, + extras: FrozenSet[str], + template: InstallRequirement, + ) -> Candidate: + try: + base = self._installed_candidate_cache[dist.canonical_name] + except KeyError: + base = AlreadyInstalledCandidate(dist, template, factory=self) + self._installed_candidate_cache[dist.canonical_name] = base + if not extras: + return base + return self._make_extras_candidate(base, extras) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[Candidate]: + # TODO: Check already installed candidate, and use it if the link and + # editable flag match. + + if link in self._build_failures: + # We already tried this candidate before, and it does not build. + # Don't bother trying again. + return None + + if template.editable: + if link not in self._editable_candidate_cache: + try: + self._editable_candidate_cache[link] = EditableCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + + base: BaseCandidate = self._editable_candidate_cache[link] + else: + if link not in self._link_candidate_cache: + try: + self._link_candidate_cache[link] = LinkCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + base = self._link_candidate_cache[link] + + if not extras: + return base + return self._make_extras_candidate(base, extras) + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: Set[int], + ) -> Iterable[Candidate]: + if not ireqs: + return () + + # The InstallRequirement implementation requires us to give it a + # "template". Here we just choose the first requirement to represent + # all of them. + # Hopefully the Project model can correct this mismatch in the future. + template = ireqs[0] + assert template.req, "Candidates found on index must be PEP 508" + name = canonicalize_name(template.req.name) + + extras: FrozenSet[str] = frozenset() + for ireq in ireqs: + assert ireq.req, "Candidates found on index must be PEP 508" + specifier &= ireq.req.specifier + hashes &= ireq.hashes(trust_internet=False) + extras |= frozenset(ireq.extras) + + def _get_installed_candidate() -> Optional[Candidate]: + """Get the candidate for the currently-installed version.""" + # If --force-reinstall is set, we want the version from the index + # instead, so we "pretend" there is nothing installed. + if self._force_reinstall: + return None + try: + installed_dist = self._installed_dists[name] + except KeyError: + return None + # Don't use the installed distribution if its version does not fit + # the current dependency graph. + if not specifier.contains(installed_dist.version, prereleases=True): + return None + candidate = self._make_candidate_from_dist( + dist=installed_dist, + extras=extras, + template=template, + ) + # The candidate is a known incompatibility. Don't use it. + if id(candidate) in incompatible_ids: + return None + return candidate + + def iter_index_candidate_infos() -> Iterator[IndexCandidateInfo]: + result = self._finder.find_best_candidate( + project_name=name, + specifier=specifier, + hashes=hashes, + ) + icans = list(result.iter_applicable()) + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + candidate = self._make_candidate_from_link( + link, + extras=frozenset(), + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(identifier), + version=None, + ) + if candidate: + yield candidate + + def find_candidates( + self, + identifier: str, + requirements: Mapping[str, Iterable[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + constraint: Constraint, + prefers_installed: bool, + ) -> Iterable[Candidate]: + # Collect basic lookup information from the requirements. + explicit_candidates: Set[Candidate] = set() + ireqs: List[InstallRequirement] = [] + for req in requirements[identifier]: + cand, ireq = req.get_candidate_lookup() + if cand is not None: + explicit_candidates.add(cand) + if ireq is not None: + ireqs.append(ireq) + + # If the current identifier contains extras, add explicit candidates + # from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + + # Add explicit candidates from constraints. We only do this if there are + # known ireqs, which represent requirements not already explicit. If + # there are no ireqs, we're constraining already-explicit requirements, + # which is handled later when we return the explicit candidates. + if ireqs: + try: + explicit_candidates.update( + self._iter_candidates_from_constraints( + identifier, + constraint, + template=ireqs[0], + ), + ) + except UnsupportedWheel: + # If we're constrained to install a wheel incompatible with the + # target architecture, no candidates will ever be valid. + return () + + # Since we cache all the candidates, incompatibility identification + # can be made quicker by comparing only the id() values. + incompat_ids = {id(c) for c in incompatibilities.get(identifier, ())} + + # If none of the requirements want an explicit candidate, we can ask + # the finder for candidates. + if not explicit_candidates: + return self._iter_found_candidates( + ireqs, + constraint.specifier, + constraint.hashes, + prefers_installed, + incompat_ids, + ) + + return ( + c + for c in explicit_candidates + if id(c) not in incompat_ids + and constraint.is_satisfied_by(c) + and all(req.is_satisfied_by(c) for req in requirements[identifier]) + ) + + def _make_requirement_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Optional[Requirement]: + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + return None + if not ireq.link: + return SpecifierRequirement(ireq) + self._fail_if_link_is_unsupported_wheel(ireq.link) + cand = self._make_candidate_from_link( + ireq.link, + extras=frozenset(ireq.extras), + template=ireq, + name=canonicalize_name(ireq.name) if ireq.name else None, + version=None, + ) + if cand is None: + # There's no way we can satisfy a URL requirement if the underlying + # candidate fails to build. An unnamed URL must be user-supplied, so + # we fail eagerly. If the URL is named, an unsatisfiable requirement + # can make the resolver do the right thing, either backtrack (and + # maybe find some other requirement that's buildable) or raise a + # ResolutionImpossible eventually. + if not ireq.name: + raise self._build_failures[ireq.link] + return UnsatisfiableRequirement(canonicalize_name(ireq.name)) + return self.make_requirement_from_candidate(cand) + + def collect_root_requirements( + self, root_ireqs: List[InstallRequirement] + ) -> CollectedRootRequirements: + collected = CollectedRootRequirements([], {}, {}) + for i, ireq in enumerate(root_ireqs): + if ireq.constraint: + # Ensure we only accept valid constraints + problem = check_invalid_constraint_type(ireq) + if problem: + raise InstallationError(problem) + if not ireq.match_markers(): + continue + assert ireq.name, "Constraint must be named" + name = canonicalize_name(ireq.name) + if name in collected.constraints: + collected.constraints[name] &= ireq + else: + collected.constraints[name] = Constraint.from_ireq(ireq) + else: + req = self._make_requirement_from_install_req( + ireq, + requested_extras=(), + ) + if req is None: + continue + if ireq.user_supplied and req.name not in collected.user_requested: + collected.user_requested[req.name] = i + collected.requirements.append(req) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirement_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Optional[Requirement]: + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirement_from_install_req(ireq, requested_extras) + + def make_requires_python_requirement( + self, + specifier: SpecifierSet, + ) -> Optional[Requirement]: + if self._ignore_requires_python: + return None + # Don't bother creating a dependency for an empty Requires-Python. + if not str(specifier): + return None + return RequiresPythonRequirement(specifier, self._python_candidate) + + def get_wheel_cache_entry( + self, link: Link, name: Optional[str] + ) -> Optional[CacheEntry]: + """Look up the link in the wheel cache. + + If ``preparer.require_hashes`` is True, don't use the wheel cache, + because cached wheels, always built locally, have different hashes + than the files downloaded from the index server and thus throw false + hash mismatches. Furthermore, cached wheels at present have + nondeterministic contents due to file modification times. + """ + if self._wheel_cache is None or self.preparer.require_hashes: + return None + return self._wheel_cache.get_cache_entry( + link=link, + package_name=name, + supported_tags=get_supported(), + ) + + def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]: + # TODO: Are there more cases this needs to return True? Editable? + dist = self._installed_dists.get(candidate.project_name) + if dist is None: # Not installed, no uninstallation required. + return None + + # We're installing into global site. The current installation must + # be uninstalled, no matter it's in global or user site, because the + # user site installation has precedence over global. + if not self._use_user_site: + return dist + + # We're installing into user site. Remove the user site installation. + if dist.in_usersite: + return dist + + # We're installing into user site, but the installed incompatible + # package is in global site. We can't uninstall that, and would let + # the new user installation to "shadow" it. But shadowing won't work + # in virtual environments, so we error out. + if running_under_virtualenv() and dist.in_site_packages: + message = ( + f"Will not install to the user site because it will lack " + f"sys.path precedence to {dist.raw_name} in {dist.location}" + ) + raise InstallationError(message) + return None + + def _report_requires_python_error( + self, causes: Sequence["ConflictCause"] + ) -> UnsupportedPythonVersion: + assert causes, "Requires-Python error reported with no cause" + + version = self._python_candidate.version + + if len(causes) == 1: + specifier = str(causes[0].requirement.specifier) + message = ( + f"Package {causes[0].parent.name!r} requires a different " + f"Python: {version} not in {specifier!r}" + ) + return UnsupportedPythonVersion(message) + + message = f"Packages require a different Python. {version} not in:" + for cause in causes: + package = cause.parent.format_for_error() + specifier = str(cause.requirement.specifier) + message += f"\n{specifier!r} (required by {package})" + return UnsupportedPythonVersion(message) + + def _report_single_requirement_conflict( + self, req: Requirement, parent: Optional[Candidate] + ) -> DistributionNotFound: + if parent is None: + req_disp = str(req) + else: + req_disp = f"{req} (from {parent.name})" + + cands = self._finder.find_all_candidates(req.project_name) + skipped_by_requires_python = self._finder.requires_python_skipped_reasons() + versions = [str(v) for v in sorted({c.version for c in cands})] + + 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 = ( + "Cannot install {} because these package versions " + "have conflicting dependencies.".format(info) + ) + logger.critical(msg) + msg = "\nThe conflict is caused by:" + + relevant_constraints = set() + for req, parent in e.causes: + if req.name in constraints: + relevant_constraints.add(req.name) + msg = msg + "\n " + if parent: + msg = msg + f"{parent.name} {parent.version} depends on " + else: + msg = msg + "The user requested " + msg = msg + req.format_for_error() + for key in relevant_constraints: + spec = constraints[key].specifier + msg += f"\n The user requested (constraint) {key}{spec}" + + msg = ( + msg + + "\n\n" + + "To fix this you could try to:\n" + + "1. loosen the range of package versions you've specified\n" + + "2. remove package versions to allow pip attempt to solve " + + "the dependency conflict\n" + ) + + logger.info(msg) + + return DistributionNotFound( + "ResolutionImpossible: for help visit " + "https://pip.pypa.io/en/latest/topics/dependency-resolution/" + "#dealing-with-dependency-conflicts" + ) diff --git a/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100755 index 0000000..8663097 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100755 index 0000000..6300dfc --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,248 @@ +import collections +import math +from typing import ( + TYPE_CHECKING, + Dict, + Iterable, + Iterator, + Mapping, + Sequence, + TypeVar, + Union, +) + +from pip._vendor.resolvelib.providers import AbstractProvider + +from .base import Candidate, Constraint, Requirement +from .candidates import REQUIRES_PYTHON_IDENTIFIER +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.providers import Preference + from pip._vendor.resolvelib.resolvers import RequirementInformation + + PreferenceInformation = RequirementInformation[Requirement, Candidate] + + _ProviderBase = AbstractProvider[Requirement, Candidate, str] +else: + _ProviderBase = AbstractProvider + +# Notes on the relationship between the provider, the factory, and the +# candidate and requirement classes. +# +# The provider is a direct implementation of the resolvelib class. Its role +# is to deliver the API that resolvelib expects. +# +# Rather than work with completely abstract "requirement" and "candidate" +# concepts as resolvelib does, pip has concrete classes implementing these two +# ideas. The API of Requirement and Candidate objects are defined in the base +# classes, but essentially map fairly directly to the equivalent provider +# methods. In particular, `find_matches` and `is_satisfied_by` are +# requirement methods, and `get_dependencies` is a candidate method. +# +# The factory is the interface to pip's internal mechanisms. It is stateless, +# and is created by the resolver and held as a property of the provider. It is +# responsible for creating Requirement and Candidate objects, and provides +# services to those objects (access to pip's finder and preparer). + + +D = TypeVar("D") +V = TypeVar("V") + + +def _get_with_identifier( + mapping: Mapping[str, V], + identifier: str, + default: D, +) -> Union[D, V]: + """Get item from a package name lookup mapping with a resolver identifier. + + This extra logic is needed when the target mapping is keyed by package + name, which cannot be directly looked up with an identifier (which may + contain requested extras). Additional logic is added to also look up a value + by "cleaning up" the extras from the identifier. + """ + if identifier in mapping: + return mapping[identifier] + # HACK: Theoretically we should check whether this identifier is a valid + # "NAME[EXTRAS]" format, and parse out the name part with packaging or + # some regular expression. But since pip's resolver only spits out three + # kinds of identifiers: normalized PEP 503 names, normalized names plus + # extras, and Requires-Python, we can cheat a bit here. + name, open_bracket, _ = identifier.partition("[") + if open_bracket and name in mapping: + return mapping[name] + return default + + +class PipProvider(_ProviderBase): + """Pip's provider implementation for resolvelib. + + :params constraints: A mapping of constraints specified by the user. Keys + are canonicalized project names. + :params ignore_dependencies: Whether the user specified ``--no-deps``. + :params upgrade_strategy: The user-specified upgrade strategy. + :params user_requested: A set of canonicalized package names that the user + supplied for pip to install/upgrade. + """ + + def __init__( + self, + factory: Factory, + constraints: Dict[str, Constraint], + ignore_dependencies: bool, + upgrade_strategy: str, + user_requested: Dict[str, int], + ) -> None: + self._factory = factory + self._constraints = constraints + self._ignore_dependencies = ignore_dependencies + self._upgrade_strategy = upgrade_strategy + self._user_requested = user_requested + self._known_depths: Dict[str, float] = collections.defaultdict(lambda: math.inf) + + def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: + return requirement_or_candidate.name + + def get_preference( # type: ignore + self, + identifier: str, + resolutions: Mapping[str, Candidate], + candidates: Mapping[str, Iterator[Candidate]], + information: Mapping[str, Iterable["PreferenceInformation"]], + backtrack_causes: Sequence["PreferenceInformation"], + ) -> "Preference": + """Produce a sort key for given requirement based on preference. + + The lower the return value is, the more preferred this group of + arguments is. + + Currently pip considers the 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. + * Order user-specified requirements by the order they are specified. + * If equal, prefers "non-free" requirements, i.e. contains at least one + operator, such as ``>=`` or ``<``. + * If equal, order alphabetically for consistency (helps debuggability). + """ + lookups = (r.get_candidate_lookup() for r, _ in information[identifier]) + candidate, ireqs = zip(*lookups) + operators = [ + specifier.operator + for specifier_set in (ireq.specifier for ireq in ireqs if ireq) + for specifier in specifier_set + ] + + direct = candidate is not None + pinned = any(op[:2] == "==" for op in operators) + unfree = bool(operators) + + try: + requested_order: Union[int, float] = self._user_requested[identifier] + except KeyError: + requested_order = math.inf + parent_depths = ( + self._known_depths[parent.name] if parent is not None else 0.0 + for _, parent in information[identifier] + ) + inferred_depth = min(d for d in parent_depths) + 1.0 + else: + inferred_depth = 1.0 + self._known_depths[identifier] = inferred_depth + + requested_order = self._user_requested.get(identifier, math.inf) + + # Requires-Python has only one candidate and the check is basically + # free, so we always do it first to avoid needless work if it fails. + requires_python = identifier == REQUIRES_PYTHON_IDENTIFIER + + # HACK: Setuptools have a very long and solid backward compatibility + # track record, and extremely few projects would request a narrow, + # non-recent version range of it since that would break a lot things. + # (Most projects specify it only to request for an installer feature, + # which does not work, but that's another topic.) Intentionally + # delaying Setuptools helps reduce branches the resolver has to check. + # This serves as a temporary fix for issues like "apache-airflow[all]" + # while we work on "proper" branch pruning techniques. + delay_this = identifier == "setuptools" + + # Prefer the causes of backtracking on the assumption that the problem + # resolving the dependency tree is related to the failures that caused + # the backtracking + backtrack_cause = self.is_backtrack_cause(identifier, backtrack_causes) + + return ( + not requires_python, + delay_this, + not direct, + not pinned, + not backtrack_cause, + inferred_depth, + requested_order, + not unfree, + identifier, + ) + + def find_matches( + self, + identifier: str, + requirements: Mapping[str, Iterator[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + ) -> Iterable[Candidate]: + def _eligible_for_upgrade(identifier: str) -> bool: + """Are upgrades allowed for this project? + + This checks the upgrade strategy, and whether the project was one + that the user specified in the command line, in order to decide + whether we should upgrade if there's a newer version available. + + (Note that we don't need access to the `--upgrade` flag, because + an upgrade strategy of "to-satisfy-only" means that `--upgrade` + was not specified). + """ + if self._upgrade_strategy == "eager": + return True + elif self._upgrade_strategy == "only-if-needed": + user_order = _get_with_identifier( + self._user_requested, + identifier, + default=None, + ) + return user_order is not None + return False + + constraint = _get_with_identifier( + self._constraints, + identifier, + default=Constraint.empty(), + ) + return self._factory.find_candidates( + identifier=identifier, + requirements=requirements, + constraint=constraint, + prefers_installed=(not _eligible_for_upgrade(identifier)), + incompatibilities=incompatibilities, + ) + + def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool: + return requirement.is_satisfied_by(candidate) + + def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]: + with_requires = not self._ignore_dependencies + return [r for r in candidate.iter_dependencies(with_requires) if r is not None] + + @staticmethod + def is_backtrack_cause( + identifier: str, backtrack_causes: Sequence["PreferenceInformation"] + ) -> bool: + for backtrack_cause in backtrack_causes: + if identifier == backtrack_cause.requirement.name: + return True + if backtrack_cause.parent and identifier == backtrack_cause.parent.name: + return True + return False diff --git a/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100755 index 0000000..6ced532 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,68 @@ +from collections import defaultdict +from logging import getLogger +from typing import Any, DefaultDict + +from pip._vendor.resolvelib.reporters import BaseReporter + +from .base import Candidate, Requirement + +logger = getLogger(__name__) + + +class PipReporter(BaseReporter): + def __init__(self) -> None: + self.backtracks_by_package: DefaultDict[str, int] = defaultdict(int) + + self._messages_at_backtrack = { + 1: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 8: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 13: ( + "This is taking longer than usual. You might need to provide " + "the dependency resolver with stricter constraints to reduce " + "runtime. See https://pip.pypa.io/warnings/backtracking for " + "guidance. If you want to abort this run, press Ctrl + C." + ), + } + + def backtracking(self, candidate: Candidate) -> None: + self.backtracks_by_package[candidate.name] += 1 + + count = self.backtracks_by_package[candidate.name] + if count not in self._messages_at_backtrack: + return + + message = self._messages_at_backtrack[count] + logger.info("INFO: %s", message.format(package_name=candidate.name)) + + +class PipDebuggingReporter(BaseReporter): + """A reporter that does an info log for every event it sees.""" + + def starting(self) -> None: + logger.info("Reporter.starting()") + + def starting_round(self, index: int) -> None: + logger.info("Reporter.starting_round(%r)", index) + + def ending_round(self, index: int, state: Any) -> None: + logger.info("Reporter.ending_round(%r, state)", index) + + def ending(self, state: Any) -> None: + logger.info("Reporter.ending(%r)", state) + + def adding_requirement(self, requirement: Requirement, parent: Candidate) -> None: + logger.info("Reporter.adding_requirement(%r, %r)", requirement, parent) + + def backtracking(self, candidate: Candidate) -> None: + logger.info("Reporter.backtracking(%r)", candidate) + + def pinning(self, candidate: Candidate) -> None: + logger.info("Reporter.pinning(%r)", candidate) diff --git a/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100755 index 0000000..f561f1f --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,166 @@ +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.req_install import InstallRequirement + +from .base import Candidate, CandidateLookup, Requirement, format_name + + +class ExplicitRequirement(Requirement): + def __init__(self, candidate: Candidate) -> None: + self.candidate = candidate + + def __str__(self) -> str: + return str(self.candidate) + + def __repr__(self) -> str: + return "{class_name}({candidate!r})".format( + class_name=self.__class__.__name__, + candidate=self.candidate, + ) + + @property + def project_name(self) -> NormalizedName: + # No need to canonicalize - the candidate did this + return self.candidate.project_name + + @property + def name(self) -> str: + # No need to canonicalize - the candidate did this + return self.candidate.name + + def format_for_error(self) -> str: + return self.candidate.format_for_error() + + def get_candidate_lookup(self) -> CandidateLookup: + return self.candidate, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return candidate == self.candidate + + +class SpecifierRequirement(Requirement): + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = ireq + self._extras = frozenset(ireq.extras) + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return "{class_name}({requirement!r})".format( + class_name=self.__class__.__name__, + requirement=str(self._ireq.req), + ) + + @property + def project_name(self) -> NormalizedName: + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + return canonicalize_name(self._ireq.req.name) + + @property + def name(self) -> str: + return format_name(self.project_name, self._extras) + + def format_for_error(self) -> str: + + # Convert comma-separated specifiers into "A, B, ..., F and G" + # This makes the specifier a bit more "human readable", without + # risking a change in meaning. (Hopefully! Not all edge cases have + # been checked) + parts = [s.strip() for s in str(self).split(",")] + if len(parts) == 0: + return "" + elif len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def get_candidate_lookup(self) -> CandidateLookup: + return None, self._ireq + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self.name, ( + f"Internal issue: Candidate is not for this requirement " + f"{candidate.name} vs {self.name}" + ) + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + spec = self._ireq.req.specifier + return spec.contains(candidate.version, prereleases=True) + + +class RequiresPythonRequirement(Requirement): + """A requirement representing Requires-Python metadata.""" + + def __init__(self, specifier: SpecifierSet, match: Candidate) -> None: + self.specifier = specifier + self._candidate = match + + def __str__(self) -> str: + return f"Python {self.specifier}" + + def __repr__(self) -> str: + return "{class_name}({specifier!r})".format( + class_name=self.__class__.__name__, + specifier=str(self.specifier), + ) + + @property + def project_name(self) -> NormalizedName: + return self._candidate.project_name + + @property + def name(self) -> str: + return self._candidate.name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + if self.specifier.contains(self._candidate.version, prereleases=True): + return self._candidate, None + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self._candidate.name, "Not Python candidate" + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class UnsatisfiableRequirement(Requirement): + """A requirement that cannot be satisfied.""" + + def __init__(self, name: NormalizedName) -> None: + self._name = name + + def __str__(self) -> str: + return f"{self._name} (unavailable)" + + def __repr__(self) -> str: + return "{class_name}({name!r})".format( + class_name=self.__class__.__name__, + name=str(self._name), + ) + + @property + def project_name(self) -> NormalizedName: + return self._name + + @property + def name(self) -> str: + return self._name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return False diff --git a/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100755 index 0000000..a605d6c --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,296 @@ +import functools +import logging +import os +from typing import TYPE_CHECKING, Dict, List, Optional, Set, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.index.package_finder import PackageFinder +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.resolution.resolvelib.provider import PipProvider +from pip._internal.resolution.resolvelib.reporter import ( + PipDebuggingReporter, + PipReporter, +) + +from .base import Candidate, Requirement +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.resolvers import Result as RLResult + + Result = RLResult[Requirement, Candidate, str] + + +logger = logging.getLogger(__name__) + + +class Resolver(BaseResolver): + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + 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: + try_to_avoid_resolution_too_deep = 2000000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=try_to_avoid_resolution_too_deep + ) + + except ResolutionImpossible as e: + error = self.factory.get_installation_error( + cast("ResolutionImpossible[Requirement, Candidate]", e), + collected.constraints, + ) + raise error from e + + req_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for candidate in result.mapping.values(): + ireq = candidate.get_install_requirement() + if ireq is None: + continue + + # Check if there is already an installation under the same name, + # and set a flag for later stages to uninstall it, if needed. + installed_dist = self.factory.get_dist_to_uninstall(candidate) + if installed_dist is None: + # There is no existing installation -- nothing to uninstall. + ireq.should_reinstall = False + elif self.factory.force_reinstall: + # The --force-reinstall flag is set -- reinstall. + ireq.should_reinstall = True + elif installed_dist.version != candidate.version: + # The installation is different in version -- reinstall. + ireq.should_reinstall = True + elif candidate.is_editable or installed_dist.editable: + # The incoming distribution is editable, or different in + # editable-ness to installation -- reinstall. + ireq.should_reinstall = True + elif candidate.source_link and candidate.source_link.is_file: + # The incoming distribution is under file:// + if candidate.source_link.is_wheel: + # is a local wheel -- do nothing. + logger.info( + "%s is already installed with the same version as the " + "provided wheel. Use --force-reinstall to force an " + "installation of the wheel.", + ireq.name, + ) + continue + + # is a local sdist or path -- reinstall + ireq.should_reinstall = True + else: + continue + + link = candidate.source_link + if link and link.is_yanked: + # The reason can contain non-ASCII characters, Unicode + # is required for Python 2. + msg = ( + "The candidate selected for download or install is a " + "yanked version: {name!r} candidate (version {version} " + "at {link})\nReason for being yanked: {reason}" + ).format( + name=candidate.name, + version=candidate.version, + link=link, + reason=link.yanked_reason or "", + ) + logger.warning(msg) + + req_set.add_named_requirement(ireq) + + reqs = req_set.all_requirements + self.factory.preparer.prepare_linked_requirements_more(reqs) + return req_set + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Get order for installation of requirements in RequirementSet. + + The returned list contains a requirement before another that depends on + it. This helps ensure that the environment is kept consistent as they + get installed one-by-one. + + The current implementation creates a topological ordering of the + dependency graph, giving more weight to packages with less + or no dependencies, while breaking any cycles in the graph at + arbitrary points. We make no guarantees about where the cycle + would be broken, other than it *would* be broken. + """ + assert self._result is not None, "must call resolve() first" + + if not req_set.requirements: + # Nothing is left to install, so we do not need an order. + return [] + + graph = self._result.graph + weights = get_topological_weights(graph, 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/python3.11/site-packages/pip/_internal/self_outdated_check.py b/env/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py new file mode 100755 index 0000000..41cc42c --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,242 @@ +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 + +_DATE_FMT = "%Y-%m-%dT%H:%M:%SZ" + + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self._state: Dict[str, Any] = {} + self._statefile_path = None + + # Try to load the existing state + if cache_dir: + self._statefile_path = os.path.join( + cache_dir, "selfcheck", _get_statefile_name(self.key) + ) + try: + with open(self._statefile_path, encoding="utf-8") as statefile: + self._state = json.load(statefile) + except (OSError, ValueError, KeyError): + # Explicitly suppressing exceptions, since we don't want to + # error out if the cache file is invalid. + pass + + @property + def key(self) -> str: + return sys.prefix + + def 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 + + seven_days_in_seconds = 7 * 24 * 60 * 60 + + # Determine if we need to refresh the state + last_check = datetime.datetime.strptime(self._state["last_check"], _DATE_FMT) + seconds_since_last_check = (current_time - last_check).total_seconds() + if seconds_since_last_check > seven_days_in_seconds: + 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.strftime(_DATE_FMT), + "pypi_version": pypi_version, + } + + text = json.dumps(state, sort_keys=True, separators=(",", ":")) + + with adjacent_tmp_file(self._statefile_path) as f: + f.write(text.encode()) + + try: + # Since we have a prefix-specific state file, we can just + # overwrite whatever is there, no need to check. + replace(f.name, self._statefile_path) + except OSError: + # Best effort. + pass + + +@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.utcnow(), + 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("[present-rich] %s", upgrade_prompt) + 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/python3.11/site-packages/pip/_internal/utils/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/utils/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..6399c6e5598c57a1bec8c31860bb6a56521c8a8f GIT binary patch literal 215 zcmXv|OA5j;6ih6N2*q=_u#f6iTnX+(aObA<6WVB+#3U7Z5|1FB%L^2`>&h3XvzRw; zhWB}g;esH}*CX@w>*)_VihhRTMGA5uD|-46Gr_+1;c$aW)eK551ha5Zc~dj#Ea=u% zNSF-p8Gl@bnsL_Ua+%C<^Gh4$h)JClu5ubs}! zCM3#X4?S=|CRPXYX#Z5XSazp8cL@-uuma z?}y=Go4~kRUF3fog#3mty^-q*XAFdW!bp`cjp?CQ)nGP4y1r&fTI2LST65uUamkj^$Si%mOCzEDuZ+ zlHq$~)edBn9Z9KJCVgK2C*vlZUoVVcc6-n!U5UKm!Q@sx8hV`f=r> zI}j$L^9!?|F1o2%Vl-quF?~^&N&dlBHVdwrBC6E%3$b82V0>pc(ol4=OV;~pb-{91 ztLwY^x7rd3$gc67_LT+!X(?0SVq$e2bIin)JX{sXkr+b2T$CmN`u}{jycRcjxgNkF z$?|+$Yc_bKWO-v7PBkjSA+0p!JB^1*m3g#T4uh4h>Xv)+W?2S`Pi^?M2Ywy?-Uv3z zUJxlRB0nrQRS?QDCWO1OomgE0cU~Ewyq8O_qEl}Hw8+!Zu`kq@pC4FVod#v8!Ic0IPMhPsc7f0{i3sKSz)#$Ngl%#MqgIbHGYJFRn?t(o~d3 zvMHbnbX_JzbSl#uKp?K^UZEy&tYZtL_*iLK`6R zoG{gE8Sod=2I+!Ei*3@_*<0fEKteWOLJrnZK-P1l+ASIq^Eo$%yQ=$vN!O*|C&-#%^PK zs$iC(y|{|dPxYj9u}upK%5iw43(z8el}N7CHm@DLe`-2y(>XDnU(I6Mym~Np=$x99 zZFBOZcc*JQdYZ}=rzo(5GtcsBdjnD}t2I2E)R82AJ8kM&v5n#9G(9LvgHAp#yq6X8 z2jWf8;z7&r0Xl}JX&pVMnH_>KLbTD=2wqRg^^?o)PJtAMTUIA;X)_)2U)Wpxy7C8p f|MOgVMc3Zlo9hsm9)FTf{|4LArf{`OA?4*CfGG3) literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..025cc3ed3f4dc667243876fc3b6b47969388579c GIT binary patch literal 2574 zcmai0O=ufO6rNqJw361c)cn`Y&o)jPL|ttY2Yhi#N`rGTvP0a9E@G`6OKY!ow=*lt zHgfA0Lro|&x0sSr9ZH&z9DMXK#~h^~s97)+N)Ck{1i7?Q$h3s54i>(RaH$K@evM;v@|5 zHcAh#{T-hxnN%$}23D&?cd6=?u)2(G!y(vEb=NgaLe;WkR4lA|j!GRqf?%&gY;{?; zDwwJ|!SRAqc6HC3hhYm2;e!elLa^DVeP4{-^u64S$K zcTR=sMTlG^x>3QU9zDIJUJwxMF!vB$@$260>%15xz_4-*w8 ztDRu5O|?+c?IJcZ@jnY6I;nM_bDI`os=y zD3eWPvZYKmq{)}yLvy}N9K8(e6naO6Znk$0(_hf|FPLf!C>Z&ejpnj0dJN=_EcW{A zeZ5^TLN)OLK=il=JrQe=-bQFWR6~%8eRKLEvE3b#8q64^Y(4ar`B3DCr4}082@o!2 zryhwU3S&tE)LQ&YEmLsp1+%E7WfFrfKf!4?bWdlj`=UdA35u!YhfT^lq(#TH{WxB6 zA=%m3w8RsG2P8*Wh@@rOm6g0@F5x_zO4*@R5TY>miF{cvI5Z#R7hjz%MNWeA7(CPg zwSitRj^D3e+WGwH&4x1FRHj?X^u~>SIks8-cKw_6yK_x>q$Q8Ekq|z%mpr z5Uly;gmJ+G2?M$-uj|SXmUxnpl-EaL4b_A};%+0ad+$P!#aKyJ1nTo>j=9YZXr2L0x!INdi~Ua0F+#WsUN~a38;fyr%ts}AJnV6 z7oS~iq-L9`*;Z<{k-XK2-g=QZ-bz3w>>hu1p^=zrCT3cRnT@F+RjSYBvkm#|Uh2fw z%2pCeZs^GOlXoV66z|8I%4ka&tuNP0P*>feN(*!8VPDSY4X2RL^V4u3{D`;8-l2ru zr@jI&flNMl*ArGA0Yo9{5q|gk(!AqXLDKUyW=DI3cp~y!{x$?CyAA-=L4g1Z}&}Mquj3!||U@-h8X# G@cawEv0ID) literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compat.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compat.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..cdba918326ed33df8a4b06d5ec38701178441fa9 GIT binary patch literal 2282 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f692cc61bc25e6896235440046dcd0645b6d01fb GIT binary patch literal 732 zcmZ`%zi-n(6uz_1NmLxDR0f#p3YJijQ;XPug%&0%B$%>Tj_-)w*uHSSqzZDS3`~fD ztsOHJP!~r242mitorHwM#AcDL6Ys1fu<)$+y&rzh?|V;v-)ycRkf)u;{5RO2CRj*g z?#yn1bA%Y`AcmQh;0|Usw-^C+Kx^E7(O~u0q(hkX47D1s+K+_v4kDg;gLvQ_1ewY` zCA=`=Vc$~`_gJ8~2Q?~Ad3)uT8MLR#m#AqS!mCh7~_DNcs2q! zLJDvp`*`6^t%dimJ%QkKnK-o7vL2zoy#*?8VV%H?)8*VlQrHFQ6VnVE;=Puw8)gZ! zfF{P%juODR;X(JqW^n(1UI`GWFw3ahU}P9jZ9V>4IE)FxG1o zGe6G#1c*vsML{N;K&1|vZv#xwclYYsC*R!lukQMpyK(MrOm?f(@y)3-&ClG;b9ZyH z`{UB;ySs1he<9aq(1lu#uKPX{q3=ucw`dz!XwnrTslNXa$;*(IF2F_O9xOFX_yf5H xp*em29H6u@#-)WZDUpF1!mE=j<|%6gUq22@1m?qy%6xiQna?|w`7cyc{{a3qvB>}c literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..695b4edbc2d3466101adcfedf581f149fc44e8fd GIT binary patch literal 7105 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 S#|is5VIK$f5&spA=)VBTfhbo1 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f1fcf8b86c134a3edec83a1cbce143571885ae13 GIT binary patch literal 3738 zcmai1-ESMm5#Qq-$vg5Wk}^e+vLv#hB%5|EQj*&Mh1I69<3esL7j@bOYypDet;Cc0 zmA#`<%VZ%GMxg?EZ~y@o5*Ot|q9m{j=plbVANxoO2k3Bs00TuI`bNVpQ0S?%NAk#1 zqI9vGo88%&otvAT-|};x&x4@-BJ&gcClR54(m}roJ?7QNz&t?`l9(bYF&T!TyrbwS zu^G0+Ww??v<1D!{E_0qOx=Vb9H+ilolsp-a$vcbQl9&;JcVSL)W1qxh-?~c@9&wow z$zzVWbx!ia*e@U{D2-qq<{9jZ_B}$99|u5>Tj!;~BWETkiT6-)^xssTWDNdpRh28{ zTrtTR-XD{ELEgeE<@Jgo+>!~-tG^;e!wsxC=l*qGp$zD8KatDFP>a2f?;|}^GbB>R26uON}o#&avf^XJ3`W4T5RcFaX_&%KEY(f;j-s-GfgWBjt z$pLBY+D_lBl(#TZU}36a0P+aA6@}W1LpxPdg-QvhHsoRvE2&$Re9c^tsyKF*`J!Q?gZD zy?#BN?M)KAjtPe7kZJIe=BqLbdAEaJa3jau_z^eW=As%GZE;b3G`v6d(RX)#ss~1Q zR!-c($5-}JpS{_3U)9`KJILdl)A?i(B@}%y}Ebo!yjqhSO+n} zk}i%Ni<3v<#$G-T1cJ=Lc^zAl(Q{!*8_?x;rKo>1gU1k5?U*G%qy{6orN^4W; z_ISF@r>R%r78ia6(L#ntsnkdw(}3o!6AJ>GGPKIP$^dzS)FGMuEZfhBYE?1>aP-_^ zmp*6hH3&`-xB4zc1}w>HZmo!u4l)KCk_$kRETPs2{j6pRCm9k4UZK9k$rMmyd?-8M zP-OddNP@0`pRx#K2c39BC*t_Nr!6KlF>&Gx?Mp3RqU}p)zC_2#imsOk$ZJYEh;_P1 z4AfR{8(a~f#|TrJl@-X?><0ymi`jfGU%+`9pnl_lF#|T)gP6^}1d%@vhim{GP@pUe z_CPh*I@>FN?78q^h1#zBJFwZ{8qS8R?jY{EvuDTIaF?TX#(LnC(60*E^7^PI6m6TF=T8ITCz)d05cQ3$4`=WFc%W(E*UF5C7;1E5p~mkwmt z`SyJ!)Zk%-Rqz`^T_9pz_yn1NG17PF6Z99h!JoT3O^;ry^UpbZ)V|$=q;nNAn}&u^ z@H0kf-NlNEr7Xc)Q1B~dkXxsK&=);rmLd7aflCGq7bGHFeY({@yn)s18kAM2^I3WV z6i7^Z3+g>XR1OG1ZD(_^CRbAnMu^UQAVb}*so8$1H$=L&??dC!`Lu<40Qb9 z4F0{WsDN*@h;*?=pzxEW*D=#+6O)o2GDEG!DVYUgc;PMjzIR{v5}jtUW?;IS3oxV5 zU{MI_w(iLf4WE2cDP`#yCD&mkHKN>yBC&%yF2swE9(K?*r{^Rb)xzn+&{r4R;bkqn z40X^y(c*hupG_anzH>DDjxGi?aTcom9If_qo;Lr+F5B|On!yf_#5X#~CoFeF6q;*^ zv)!&ouI#Stu5>&oG~E)Xx?PVXjw9)#NcwQ19l4=JZtSj{_#=AY!bvcqhhkc2MxRLN ziSKpX+~~+l1mra(U}R!ii!OEid;ow3$ZJYEh!;GaQREpp7N(AbskRW)1V9x(ycV?@ z(gH~^{84l-sz;}&zMG@^K)@{3=RjXXfzU3eha!8cyMpcwQB<1O!?D(dYtWlBpC-H9 z?yVuClg*h{@KQT?Nef;&-?mvVlaAHf$x*|lKBz)A5L(-e7$E(;h4k}qNx(&Ae(>$g z)ad3Ktw`PbP4pX;%nwY=e&oQnqSop?_>rgNsXGsA4lKBnOVbctx0ubFZVh;4l cndZHxKkxE)R?X)N=SaudUudpAL(EwH4-O<(B>(^b literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..d4901eb9ed67be6235d3c7cb52599131e4c99b40 GIT binary patch literal 1482 zcmZ`&&2Jk;6rb5IuU&^YO#&3VV$)Oz3zDr19H?rfia-I;rW7tUAJ)b*v6t=_Gqd@y zY?K2?M#>SXIpkm=RD#-rFG&0Y+#OU2Yo$t+IEB+nxkNcJW7n~R%G2&|-}kN=bpB3XuF0EU8Gr z3f9gIvjC)G8EaTul}5T%1!>-U0VqLBIE-uz5Y>zU_aTZoAIxZrMS;cy0XsuxjVM2@b^ibp2 zD`WP+vDkk!A;G6Lv_kBF@f?Yh8i?<+Vx)u=lSr{hl|~xDEF@k9o^$~K(N3AahyQT6 z2W-%U4X^~hbemEVurbeuRD}pKX%zcVy3ZpYi0D3j!EH^ssd$-r!1&mPbP*64f;(XQ zwRNx|-vR5eAyc@0xgjHY)cmH}P{(DYAocsP;j~ZwGt4W#NJEMH{J#%Q>S}5{k3Py9 zK$L7I8i@vMXjgf}w%34sys3KqmPIHw0^+aP2qS~HD0H#M=F54GM?q)@+$G&^1vmUTC<$+l!}Tn#nA*E2d3C;vuZmI zrsk4g8Fb7HHd)R0OxH&%A-(K=!a@VTz=)exlvh6WU zJj*ddW;@hG{5JKuvRK%~U^ANOS5`i4AUR&t41eiw9JWB50?%c(-tSFL$6!)@s}C(X zmbB#TwvL?Z6#)^my{67%0ivG0?%pZ0mzK$+bsE zM{yctxC>0q_R=#?rm{QNemvjOdfB=5-0s`$PujQJw|9$wWiS1iz0{fRRQ9u19%Zj| z^%r}&3+=-0huxgH_k34B*PDN{rFAD?-q($;Zag_NwRMB0dF8F_Md{~MLG8eTdXvvi zjCL?kjco>e|A;Cy;*OGO4v|b5=^y@AaL8pqvK)@}tGw}{gWn-@TolVfzvU3i5W*gK zrTeU>2hMk&^~B0VT8hCCw)EI|0iNAq?RR%KW5C(H&pPuR+IjWiSAFq+ff&4me*t$! Bm*xNf literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..9899c1f4f7e1d182d6320376435ece8c2c55ab32 GIT binary patch literal 3253 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 U?r6e@4IF)xOW6BvgsJKO07!B}E&u=k literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..5f673f90585332f989b63d5123ecb9b278c17333 GIT binary patch literal 1331 zcmZ`%y>Ht_6hBfVCD9ROt8m~T3u9$bfslyf8YmpMNK+*-P`H7mGzJ%j5>FNze)V{A zVj^udbZ~(T8Un{YProRL43&8Mu4#TIYKr$)@A5oe5R|4K0M0lI8Av*(I7UEAg(`wW@ z=|H1f>OEHDJ=KX+OKk>zvFd6MF`+5CFB}3ThiRcCoFiA?+ zHm~1W|E4;1?+Q=yEFuFlis1bsRegV7ZwDUMw;k8Tk^W`S?0DFxksj{ScHrw?U^hC^ zlJ^~@I`(&T*J+HYE86ADdIa;n6k5&u);45^PNFWq>aFM=tf2f7Tvr`*W}4^MA`1{**5a{pLbo_vT~(sz{c>;X@sA@UaeNBzQcXb@KYsCfe{uC>`f4Ao4$$gwaqXmkt&i3Q rXl*!OKJW+g%fJ3Gn6Lg;7|h@4qtZwcxw-xF2!S}bn2P^}v?2cicobTq literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..fd1b17c38d7862aa31426125ce85bc2d74b66896 GIT binary patch literal 2574 zcmb7F-ER{|5a0XoM|}B!#C8%$$(66fl-LARP%E020;L3M5TU48ZLQ1s93MH~U3b@n zAV;z)q^5mBY9yknRr3Ip3aO8Msw$!W12%GnbrKR%#Y5jLp-K@?oxSq~oVt}dcQ-dT zJ2Sg`^V^vpdU_%V=zQjswznIhKiG#)VoP}T6$rOb4&^ulWxO|+;ozG$_@a;zieg6O zP)^VUEimkRqdcDzZ-|*-2Ymqap$_^W=)<5FwSX4L^KG$0FxHjhW>6yhCz~Uk;GOU} zo9dRS7*60~$u=}6h&5Wmrn<2R5O{b5c%Hop>=vRNyjpY@-uL|vWcN^J*P`|@n3lW# z#sxPzk>?D3R+X=6n855Zp;$NP_RAKQ)0U~pdR{gyDwhaoJ<}wtb;Nbbww$t_Q&zRi zJc!Qr&ZBhE*2s_O8C%oyxm3X_YNS)}7iqyVQ$;H`TOtRGpHZ69 z%&RF_V{7P8a&j_7bgE6*iaM{%fw!&OsjO~N4a46{m8fozl)Hqaz346m9~30Ra*K+@~uW$;ff@EKvya zIerG_q0FmAS2og;6Yhe?{SB`*AEUmh`)*I&#}Ic3Epg_KU5L79_lzmqP>X1bUR3a+tQP@q?EfnafwGnNGQBCkEf82F*-CWM z2`uR5p@V5>;P_1TRQkj0+0*YH&t5utVdnI?bRz5sWRW;w+fZoU!bOL-h!gTb5+Jsr zQ>XVB1;ovksCE)#3p=56GoBE+q!=Yn34r6WPN;=8!hWqRV+me3{~g8XH{6ROQ!evBUM);YYEf4`WAbv8j4&>dVM7w|r#z z$ok{%ZQq@`lc`DvnurfXU$7@E3d9M3c71)l8ARO!l{D#t8CMch=-0tx!@`3h4tN_} zSV~>E^h26&0Tgl^6dFjOxfK%Vf&?spI;IJ&y=39pF`nbwfwRPQp)&UZSWCPcJ^aF> zbMz}4uq^Z0pl{8iGT#omC4sViwx}%7ExwGL0Wj>`Ovfa6$Oi zdx~Mq!cqQzC{*2QlEiH4v=dN>s_Th}6ZG_sbh>C;n0inWkDoYu77Bq`%Fbyt%j%sE zZ5#uCC#+`Gf`YTQ6T%u{k)4PR6^~HGR5gGx6t!SZQ>~nq5b+3e*=l1;)dL+F ziZndR^wLW;k+AH`Kps|EJ}_gMZ^zW_q@2&NZ*ZapSXP!#2oAY-L)ugeyG{#nPun~XtQGEPieEi;EEk0R~ zPcBPOqA`%l;xR~%$=rH;@a!eE+2psUX)4-DDo`xg{|JA*gP#IO+ z;+Yf5(0pB_e0>p06}9A?29>_3Lvx}9t-XCkBJ6kjolTJ`Yox56c^!(#YlcTf4z@Q&tt?&1G2De94yc3UrvHJIWe2!sD?07r2Ff%%WDhX6a>Ww0=)QV%U*&^FC|V7TH2MaYuRYl^xcW-9 zZ>$;~b30NZg8RV%vvcSK0k6=UG5fKYAr9|ij5P$WJi54JGhucz-2g5ipNEe^n=KjI z6rO+qwm|X#7$A+~nqkC6DqZYqph(5N8fa&=)7=d6+!=1QutvTuLd68R1CR7_18aqQ w)$mHHiQw~JnY+cm0WZ~e_W%F@ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..170a0dda2e110d4d6d17bda4f64dc3bf6f3b1cdf GIT binary patch literal 8352 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 O_7GbiKckDW?SBDkfnde} literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..7ea66a1b8c288b93dec08917573ceb94e582a223 GIT binary patch literal 1349 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/models.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/models.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..fff584ba59124ed4f903190c4a9275e10f494ae0 GIT binary patch literal 2955 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 KMcz<|IQ}0*Gd@}X literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..5117deb6abe835ccc4354fa02492bb5e01ff021e GIT binary patch literal 9909 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..483a84f241e778ff8c891b5050a28eee46b9a20f GIT binary patch literal 11436 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..33468b2fd92e56458384b5433f9188d5a2a071af GIT binary patch literal 4955 zcmb7HU2Idy6`pHf|L4cxknj`j4#b<_7Gl^0l1&3iAPGffAtI?-thVOHcaq$2eXo1x zIw5HyrP5Z4R;Wu66}(i65I?ElaaZD{4^--NZRBdLD>Sx>M(E$HP)cHvdGlXj?jRY-f{J2xF2n?0cElV!cgCDN z7h@vi4%L-($J|Lz%p)KNB52WDnw0n+3J5)h&rUHvv^y39rLyd-Yj2W8(mdyoU0;c@ zmLl&4zO~4EfDZ!iA#Sp3Uuhat;b5#6`s^U&@_yjkihKb0J+d&3B2E8cvs{cg zEb)RuP0M>JWh%NRsjGvEmQd3&IZ9WkNs>pYVv?gNDRE7jC-hhJN2lOBJTf)BB&lg~ z+BDK+ZB9}tiCAufm}x^xl=laW8$Ks|Z+-*h4l;q3(qj31OjoH6)%1{s#{D0{jE~u@ zJYC})$mCen&MuI|HHwuv47=~0l_-g)3^J!&$C4)Vx?(XYnTds7zaK-ISx_imfDS65 zcxqw__a8ff6M8bGDw1a6CB-n)l8T82oUSE_X3}0h&gSk!XcD_EX+VoIiI z{1v@n+x$U|F6c=TomW&?COWPs(tM_9YQJhqRq$CnoNxN64V9S=fV$?vAWjb--UW`E`wRACX_LP{7uA0gHGvv}400zjybtk2gc`30HuNWXIDk`LswL_I|`OJuWK zehR2*@*P>8OVbmEp&MXezRC{*HP}eb9G*XnQT&KAdYG-ndk7xLs}U+^A*u&FJ>IOmly>xj)z3UqFH{@>Ix& z+U}gZb@ESxw+Fuubw3YvXG4c`p~D3ywDK+$@|ul!%SffJ5%>Q6`$pB3y7#XFyP@Q2 ztB`zaXw%#@VOdujjHmq|)016er_kTJ$BsFlbu|I|?3g&#?|IhmWc+}@_(9H}@}CJf z|LzxnCSY7SF%#iHlLzKwK(h`;ve8)$)Qt^LcGSiupvul^7(0%BJ+v-Vo99;9Jj=TQ zW=*IazwTIb{JwL|u~p^cEB(Qs03s@plI*(1VZm_P>)!Z@>;@S0NHOTfeF(n#0aLk( z=X8U)cnDf>jk^S}gouVhcw-w$$;HzYNhos)IDKqjHLr;DPjjvX0>ncvB!DyKkONwS2p{}a>G8h@3kLmr8y-gOHd@L5j zr!Wt^?A~Lttk@Bpx^e`oIzR_rmJAjGFdVS0o)t=l4}&3Wu+9JC>L1URQKASCJ(XSe zV42Vq#DR?^gtK51O9@k1BE5Kw(sYtl%&Yn=#7%W~LHSV@_rs2kp94ez0C}bOs&~e6 z@%YkmaS+ux-(vFnXq7v0(7Wvta8%=NMjd~{|q8-gMFtS5>cC__zeOu)PQ@I@DB=lrY zae4{}T!I&Q4`e-^IZr1GRC->thO@2Rxz_HCxBHc+C+msiJS-G)^}lF6o^9>Rwf1Ga zeJ{(%6KS_R43a^|x!PF{gBVe^8wL-S+gwSpCWat}$ZC8L=UuQd9F&mhCMaQ;wRqTz z8$v^)o0UX%MpciNHdg7R@P@;{8C-NOH4~^#^dG##puuUCoHjD#~Ak@M}pJDBx_bH4C~JKue5Yxe$PUL1Mt zbo4mhA|M&mRq(rnG2!k^0kOOR4Z4M%?Qj7>R!??2gmc0cw6VMa^*0G^cdu`Y+tW{c sxlcbYASl<9PxcGD?wSPzSv?sF2!q?>1q4|=>GZ=Wxqu-1AmL{AKPAV<{r~^~ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..d140628163e1beb109dbf32cae259bb5ab2975f5 GIT binary patch literal 7125 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 GKK~D@ 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/python3.11/site-packages/pip/_internal/utils/appdirs.py b/env/lib/python3.11/site-packages/pip/_internal/utils/appdirs.py new file mode 100755 index 0000000..16933bf --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/utils/compat.py b/env/lib/python3.11/site-packages/pip/_internal/utils/compat.py new file mode 100755 index 0000000..3f4d300 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py b/env/lib/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100755 index 0000000..b6ed9a7 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/utils/datetime.py b/env/lib/python3.11/site-packages/pip/_internal/utils/datetime.py new file mode 100755 index 0000000..8668b3b --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/utils/deprecation.py b/env/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py new file mode 100755 index 0000000..18e9be9 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,188 @@ +""" +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) + + +class LegacyInstallReason: + def __init__( + self, + reason: str, + replacement: Optional[str] = None, + gone_in: Optional[str] = None, + feature_flag: Optional[str] = None, + issue: Optional[int] = None, + emit_after_success: bool = False, + emit_before_install: bool = False, + ): + self._reason = reason + self._replacement = replacement + self._gone_in = gone_in + self._feature_flag = feature_flag + self._issue = issue + self.emit_after_success = emit_after_success + self.emit_before_install = emit_before_install + + def emit_deprecation(self, name: str) -> None: + deprecated( + reason=self._reason.format(name=name), + replacement=self._replacement, + gone_in=self._gone_in, + feature_flag=self._feature_flag, + issue=self._issue, + ) + + +LegacyInstallReasonFailedBdistWheel = LegacyInstallReason( + reason=( + "{name} was installed using the legacy 'setup.py install' " + "method, because a wheel could not be built for it." + ), + replacement="to fix the wheel build issue reported above", + gone_in="23.1", + issue=8368, + emit_after_success=True, +) + + +LegacyInstallReasonMissingWheelPackage = LegacyInstallReason( + reason=( + "{name} is being installed using the legacy " + "'setup.py install' method, because it does not have a " + "'pyproject.toml' and the 'wheel' package " + "is not installed." + ), + replacement="to enable the '--use-pep517' option", + gone_in="23.1", + issue=8559, + emit_before_install=True, +) + +LegacyInstallReasonNoBinaryForcesSetuptoolsInstall = LegacyInstallReason( + reason=( + "{name} is being installed using the legacy " + "'setup.py install' method, because the '--no-binary' option was enabled " + "for it and this currently disables local wheel building for projects that " + "don't have a 'pyproject.toml' file." + ), + replacement="to enable the '--use-pep517' option", + gone_in="23.1", + issue=11451, + emit_before_install=True, +) diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py b/env/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100755 index 0000000..0e8e5e1 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/utils/distutils_args.py b/env/lib/python3.11/site-packages/pip/_internal/utils/distutils_args.py new file mode 100755 index 0000000..2fd1862 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/utils/distutils_args.py @@ -0,0 +1,43 @@ +from getopt import GetoptError, getopt +from typing import Dict, List + +_options = [ + "exec-prefix=", + "home=", + "install-base=", + "install-data=", + "install-headers=", + "install-lib=", + "install-platlib=", + "install-purelib=", + "install-scripts=", + "prefix=", + "root=", + "user", +] + + +def parse_distutils_args(args: List[str]) -> Dict[str, str]: + """Parse provided arguments, returning an object that has the matched arguments. + + Any unknown arguments are ignored. + """ + result = {} + for arg in args: + try: + parsed_opt, _ = getopt(args=[arg], shortopts="", longopts=_options) + except GetoptError: + # We don't care about any other options, which here may be + # considered unrecognized since our option list is not + # exhaustive. + continue + + if not parsed_opt: + continue + + option = parsed_opt[0] + name_from_parsed = option[0][2:].replace("-", "_") + value_from_parsed = option[1] or "true" + result[name_from_parsed] = value_from_parsed + + return result diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py b/env/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py new file mode 100755 index 0000000..eb57ed1 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,72 @@ +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_name(raw_name: str) -> str: + """ + Convert a Name metadata value to a .egg-link name, by applying + the same substitution as pkg_resources's safe_name function. + Note: we cannot use canonicalize_name because it has a different logic. + """ + return re.sub("[^A-Za-z0-9.]+", "-", raw_name) + ".egg-link" + + +def egg_link_path_from_sys_path(raw_name: str) -> Optional[str]: + """ + Look for a .egg-link file for project name, by walking sys.path. + """ + egg_link_name = _egg_link_name(raw_name) + for path_item in sys.path: + egg_link = os.path.join(path_item, egg_link_name) + if os.path.isfile(egg_link): + return egg_link + return None + + +def egg_link_path_from_location(raw_name: str) -> Optional[str]: + """ + Return the path for the .egg-link file if it exists, otherwise, None. + + There's 3 scenarios: + 1) not in a virtualenv + try to find in site.USER_SITE, then site_packages + 2) in a no-global virtualenv + try to find in site_packages + 3) in a yes-global virtualenv + try to find in site_packages, then site.USER_SITE + (don't look in global location) + + For #1 and #3, there could be odd cases, where there's an egg-link in 2 + locations. + + This method will just return the first one found. + """ + sites: 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_name = _egg_link_name(raw_name) + for site in sites: + egglink = os.path.join(site, egg_link_name) + if os.path.isfile(egglink): + return egglink + return None diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/encoding.py b/env/lib/python3.11/site-packages/pip/_internal/utils/encoding.py new file mode 100755 index 0000000..008f06a --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/utils/entrypoints.py b/env/lib/python3.11/site-packages/pip/_internal/utils/entrypoints.py new file mode 100755 index 0000000..1501369 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/utils/filesystem.py b/env/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py new file mode 100755 index 0000000..83c2df7 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/utils/filetypes.py b/env/lib/python3.11/site-packages/pip/_internal/utils/filetypes.py new file mode 100755 index 0000000..5948570 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/utils/glibc.py b/env/lib/python3.11/site-packages/pip/_internal/utils/glibc.py new file mode 100755 index 0000000..7bd3c20 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,88 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import os +import sys +from typing import Optional, Tuple + + +def glibc_version_string() -> Optional[str]: + "Returns glibc version string, or None if not using glibc." + return glibc_version_string_confstr() or glibc_version_string_ctypes() + + +def glibc_version_string_confstr() -> Optional[str]: + "Primary implementation of glibc_version_string using os.confstr." + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module: + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71/Lib/platform.py#L175-L183 + if sys.platform == "win32": + return None + try: + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": + _, version = os.confstr("CS_GNU_LIBC_VERSION").split() + except (AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def glibc_version_string_ctypes() -> Optional[str]: + "Fallback implementation of glibc_version_string using ctypes." + + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + process_namespace = ctypes.CDLL(None) + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +# platform.libc_ver regularly returns completely nonsensical glibc +# versions. E.g. on my computer, platform says: +# +# ~$ python2.7 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.7') +# ~$ python3.5 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.9') +# +# But the truth is: +# +# ~$ ldd --version +# ldd (Debian GLIBC 2.22-11) 2.22 +# +# This is unfortunate, because it means that the linehaul data on libc +# versions that was generated by pip 8.1.2 and earlier is useless and +# misleading. Solution: instead of using platform, use our code that actually +# works. +def libc_ver() -> Tuple[str, str]: + """Try to determine the glibc version + + Returns a tuple of strings (lib, version) which default to empty strings + in case the lookup fails. + """ + glibc_version = glibc_version_string() + if glibc_version is None: + return ("", "") + else: + return ("glibc", glibc_version) diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/hashes.py b/env/lib/python3.11/site-packages/pip/_internal/utils/hashes.py new file mode 100755 index 0000000..7672730 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,144 @@ +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 __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/python3.11/site-packages/pip/_internal/utils/inject_securetransport.py b/env/lib/python3.11/site-packages/pip/_internal/utils/inject_securetransport.py new file mode 100755 index 0000000..276aa79 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/utils/inject_securetransport.py @@ -0,0 +1,35 @@ +"""A helper module that injects SecureTransport, on import. + +The import should be done as early as possible, to ensure all requests and +sessions (or whatever) are created after injecting SecureTransport. + +Note that we only do the injection on macOS, when the linked OpenSSL is too +old to handle TLSv1.2. +""" + +import sys + + +def inject_securetransport() -> None: + # Only relevant on macOS + if sys.platform != "darwin": + return + + try: + import ssl + except ImportError: + return + + # Checks for OpenSSL 1.0.1 + if ssl.OPENSSL_VERSION_NUMBER >= 0x1000100F: + return + + try: + from pip._vendor.urllib3.contrib import securetransport + except (ImportError, OSError): + return + + securetransport.inject_into_urllib3() + + +inject_securetransport() diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/logging.py b/env/lib/python3.11/site-packages/pip/_internal/utils/logging.py new file mode 100755 index 0000000..c10e1f4 --- /dev/null +++ b/env/lib/python3.11/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 record.msg == "[present-rich] %s" and len(record.args) == 1: + rich_renderable = record.args[0] + 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/python3.11/site-packages/pip/_internal/utils/misc.py b/env/lib/python3.11/site-packages/pip/_internal/utils/misc.py new file mode 100755 index 0000000..cdf9b3a --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,763 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import contextlib +import errno +import getpass +import hashlib +import io +import logging +import os +import posixpath +import shutil +import stat +import sys +import sysconfig +import urllib.parse +from io import StringIO +from itertools import filterfalse, tee, zip_longest +from types import TracebackType +from typing import ( + Any, + BinaryIO, + Callable, + ContextManager, + Dict, + Generator, + Iterable, + Iterator, + List, + Optional, + TextIO, + Tuple, + Type, + TypeVar, + cast, +) + +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]]] + + +def get_pip_version() -> str: + pip_pkg_dir = os.path.join(os.path.dirname(__file__), "..", "..") + pip_pkg_dir = os.path.abspath(pip_pkg_dir) + + return "pip {} from {} (python {})".format( + __version__, + pip_pkg_dir, + get_major_minor_version(), + ) + + +def normalize_version_info(py_version_info: Tuple[int, ...]) -> Tuple[int, int, int]: + """ + Convert a tuple of ints representing a Python version to one of length + three. + + :param py_version_info: a tuple of ints representing a Python version, + or None to specify no version. The tuple can have any length. + + :return: a tuple of length three if `py_version_info` is non-None. + Otherwise, return `py_version_info` unchanged (i.e. None). + """ + if len(py_version_info) < 3: + py_version_info += (3 - len(py_version_info)) * (0,) + elif len(py_version_info) > 3: + py_version_info = py_version_info[:3] + + return cast("VersionInfo", py_version_info) + + +def ensure_dir(path: str) -> None: + """os.path.makedirs without EEXIST.""" + try: + os.makedirs(path) + except OSError as e: + # Windows can raise spurious ENOTEMPTY errors. See #6426. + if e.errno != errno.EEXIST and e.errno != errno.ENOTEMPTY: + raise + + +def get_prog() -> str: + try: + prog = os.path.basename(sys.argv[0]) + if prog in ("__main__.py", "-c"): + return f"{sys.executable} -m pip" + else: + return prog + except (AttributeError, TypeError, IndexError): + pass + return "pip" + + +# Retry every half second for up to 3 seconds +# Tenacity raises RetryError by default, explicitly raise the original exception +@retry(reraise=True, stop=stop_after_delay(3), wait=wait_fixed(0.5)) +def rmtree(dir: str, ignore_errors: bool = False) -> None: + shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler) + + +def rmtree_errorhandler(func: Callable[..., Any], path: str, exc_info: ExcInfo) -> None: + """On Windows, the files in .svn are read-only, so when rmtree() tries to + remove them, an exception is thrown. We catch that here, remove the + read-only attribute, and hopefully continue without problems.""" + try: + has_attr_readonly = not (os.stat(path).st_mode & stat.S_IWRITE) + except OSError: + # it's equivalent to os.path.exists + return + + if has_attr_readonly: + # convert to read/write + os.chmod(path, stat.S_IWRITE) + # use the original function to repeat the operation + func(path) + return + else: + raise + + +def display_path(path: str) -> str: + """Gives the display value for a given path, making it relative to cwd + if possible.""" + path = os.path.normcase(os.path.abspath(path)) + if path.startswith(os.getcwd() + os.path.sep): + path = "." + path[len(os.getcwd()) :] + return path + + +def backup_dir(dir: str, ext: str = ".bak") -> str: + """Figure out the name of a directory to back up the given dir to + (adding .bak, .bak2, etc)""" + n = 1 + extension = ext + while os.path.exists(dir + extension): + n += 1 + extension = ext + str(n) + return dir + extension + + +def ask_path_exists(message: str, options: Iterable[str]) -> str: + for action in os.environ.get("PIP_EXISTS_ACTION", "").split(): + if action in options: + return action + return ask(message, options) + + +def _check_no_input(message: str) -> None: + """Raise an error if no input is allowed.""" + if os.environ.get("PIP_NO_INPUT"): + raise Exception( + f"No input was expected ($PIP_NO_INPUT set); question: {message}" + ) + + +def ask(message: str, options: Iterable[str]) -> str: + """Ask the message interactively, with the given possible responses""" + while 1: + _check_no_input(message) + response = input(message) + response = response.strip().lower() + if response not in options: + print( + "Your response ({!r}) was not one of the expected responses: " + "{}".format(response, ", ".join(options)) + ) + else: + return response + + +def ask_input(message: str) -> str: + """Ask for input interactively.""" + _check_no_input(message) + return input(message) + + +def ask_password(message: str) -> str: + """Ask for a password interactively.""" + _check_no_input(message) + return getpass.getpass(message) + + +def strtobool(val: str) -> int: + """Convert a string representation of truth to true (1) or false (0). + + True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values + are 'n', 'no', 'f', 'false', 'off', and '0'. Raises ValueError if + 'val' is anything else. + """ + val = val.lower() + if val in ("y", "yes", "t", "true", "on", "1"): + return 1 + elif val in ("n", "no", "f", "false", "off", "0"): + return 0 + else: + raise ValueError(f"invalid truth value {val!r}") + + +def format_size(bytes: float) -> str: + if bytes > 1000 * 1000: + return "{:.1f} MB".format(bytes / 1000.0 / 1000) + elif bytes > 10 * 1000: + return "{} kB".format(int(bytes / 1000)) + elif bytes > 1000: + return "{:.1f} kB".format(bytes / 1000.0) + else: + return "{} bytes".format(int(bytes)) + + +def tabulate(rows: Iterable[Iterable[Any]]) -> Tuple[List[str], List[int]]: + """Return a list of formatted rows and a list of column sizes. + + For example:: + + >>> tabulate([['foobar', 2000], [0xdeadbeef]]) + (['foobar 2000', '3735928559'], [10, 4]) + """ + rows = [tuple(map(str, row)) for row in rows] + sizes = [max(map(len, col)) for col in zip_longest(*rows, fillvalue="")] + table = [" ".join(map(str.ljust, row, sizes)).rstrip() for row in rows] + return table, sizes + + +def is_installable_dir(path: str) -> bool: + """Is path is a directory containing pyproject.toml or setup.py? + + If pyproject.toml exists, this is a PEP 517 project. Otherwise we look for + a legacy setuptools layout by identifying setup.py. We don't check for the + setup.cfg because using it without setup.py is only available for PEP 517 + projects, which are already covered by the pyproject.toml check. + """ + if not os.path.isdir(path): + return False + if os.path.isfile(os.path.join(path, "pyproject.toml")): + return True + if os.path.isfile(os.path.join(path, "setup.py")): + return True + return False + + +def read_chunks( + file: BinaryIO, size: int = io.DEFAULT_BUFFER_SIZE +) -> 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 this is a path pip is allowed to modify. + + If we're in a virtualenv, sys.prefix points to the virtualenv's + prefix; only sys.prefix is considered local. + + If we're not in a virtualenv, in general we can modify anything. + However, if the OS vendor has configured distutils to install + somewhere other than sys.prefix (which could be a subdirectory of + sys.prefix, e.g. /usr/local), we consider sys.prefix itself nonlocal + and the domain of the OS vendor. (In other words, everything _other + than_ sys.prefix is considered local.) + + Caution: this function assumes the head of path has been normalized + with normalize_path. + """ + + path = normalize_path(path) + # Hard-coded becouse PyPy uses a different sys.prefix on Debian + prefix = '/usr' + + if running_under_virtualenv(): + return path.startswith(normalize_path(sys.prefix)) + else: + from pip._internal.locations import get_scheme + from pip._internal.models.scheme import SCHEME_KEYS + if path.startswith(prefix): + scheme = get_scheme("") + for key in SCHEME_KEYS: + local_path = getattr(scheme, key) + if path.startswith(normalize_path(local_path)): + return True + return False + else: + return True + + +def write_output(msg: Any, *args: Any) -> None: + logger.info(msg, *args) + + +class StreamWrapper(StringIO): + orig_stream: TextIO = None + + @classmethod + def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper": + cls.orig_stream = orig_stream + return cls() + + # compileall.compile_dir() needs stdout.encoding to print to stdout + # https://github.com/python/mypy/issues/4125 + @property + def encoding(self): # type: ignore + return self.orig_stream.encoding + + +@contextlib.contextmanager +def captured_output(stream_name: str) -> 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[str, Optional[int]]: + """ + Return the host-port pair from a netloc. + """ + url = build_url_from_netloc(netloc) + parsed = urllib.parse.urlparse(url) + return parsed.hostname, parsed.port + + +def split_auth_from_netloc(netloc: str) -> NetlocTuple: + """ + Parse out and remove the auth information from a netloc. + + Returns: (netloc, (username, password)). + """ + if "@" not in netloc: + return netloc, (None, None) + + # Split from the right because that's how urllib.parse.urlsplit() + # behaves if more than one @ is present (which can be checked using + # the password attribute of urlsplit()'s return value). + auth, netloc = netloc.rsplit("@", 1) + pw: Optional[str] = None + if ":" in auth: + # Split from the left because that's how urllib.parse.urlsplit() + # behaves if more than one : is present (which again can be checked + # using the password attribute of the return value) + user, pw = auth.split(":", 1) + else: + user, pw = auth, None + + user = urllib.parse.unquote(user) + if pw is not None: + pw = urllib.parse.unquote(pw) + + return netloc, (user, pw) + + +def redact_netloc(netloc: str) -> str: + """ + Replace the sensitive data in a netloc with "****", if it exists. + + For example: + - "user:pass@example.com" returns "user:****@example.com" + - "accesstoken@example.com" returns "****@example.com" + """ + netloc, (user, password) = split_auth_from_netloc(netloc) + if user is None: + return netloc + if password is None: + user = "****" + password = "" + else: + user = urllib.parse.quote(user) + password = ":****" + return "{user}{password}@{netloc}".format( + user=user, password=password, netloc=netloc + ) + + +def _transform_url( + url: str, transform_netloc: Callable[[str], Tuple[Any, ...]] +) -> Tuple[str, NetlocTuple]: + """Transform and replace netloc in a url. + + transform_netloc is a function taking the netloc and returning a + tuple. The first element of this tuple is the new netloc. The + entire tuple is returned. + + Returns a tuple containing the transformed url as item 0 and the + original tuple returned by transform_netloc as item 1. + """ + purl = urllib.parse.urlsplit(url) + netloc_tuple = transform_netloc(purl.netloc) + # stripped url + url_pieces = (purl.scheme, netloc_tuple[0], purl.path, purl.query, purl.fragment) + surl = urllib.parse.urlunsplit(url_pieces) + return surl, cast("NetlocTuple", netloc_tuple) + + +def _get_netloc(netloc: str) -> NetlocTuple: + return split_auth_from_netloc(netloc) + + +def _redact_netloc(netloc: str) -> Tuple[str]: + return (redact_netloc(netloc),) + + +def split_auth_netloc_from_url(url: str) -> Tuple[str, str, Tuple[str, str]]: + """ + Parse a url into separate netloc, auth, and url with no auth. + + Returns: (url_without_auth, netloc, (username, password)) + """ + url_without_auth, (netloc, auth) = _transform_url(url, _get_netloc) + return url_without_auth, netloc, auth + + +def remove_auth_from_url(url: str) -> str: + """Return a copy of url with 'username:password@' removed.""" + # username/pass params are passed to subversion through flags + # and are not recognized in the url. + return _transform_url(url, _get_netloc)[0] + + +def redact_auth_from_url(url: str) -> str: + """Replace the password in a given url with ****.""" + return _transform_url(url, _redact_netloc)[0] + + +class HiddenText: + def __init__(self, secret: str, redacted: str) -> None: + self.secret = secret + self.redacted = redacted + + def __repr__(self) -> str: + return "".format(str(self)) + + def __str__(self) -> str: + return self.redacted + + # This is useful for testing. + def __eq__(self, other: Any) -> bool: + if type(self) != type(other): + return False + + # The string being used for redaction doesn't also have to match, + # just the raw, original string. + return self.secret == other.secret + + +def hide_value(value: str) -> HiddenText: + return HiddenText(value, redacted="****") + + +def hide_url(url: str) -> HiddenText: + redacted = redact_auth_from_url(url) + return HiddenText(url, redacted=redacted) + + +def protect_pip_from_modification_on_windows(modifying_pip: bool) -> None: + """Protection of pip.exe from modification on Windows + + On Windows, any operation modifying pip should be run as: + python -m pip ... + """ + pip_names = [ + "pip", + 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 is_wheel_installed() -> bool: + """ + Return whether the wheel package is installed. + """ + try: + import wheel # noqa: F401 + except ImportError: + return False + + return True + + +def pairwise(iterable: Iterable[Any]) -> Iterator[Tuple[Any, Any]]: + """ + Return paired elements. + + For example: + s -> (s0, s1), (s2, s3), (s4, s5), ... + """ + iterable = iter(iterable) + return zip_longest(iterable, iterable) + + +def partition( + pred: Callable[[T], bool], + iterable: Iterable[T], +) -> Tuple[Iterable[T], Iterable[T]]: + """ + Use a predicate to partition entries into false entries and true entries, + like + + partition(is_odd, range(10)) --> 0 2 4 6 8 and 1 3 5 7 9 + """ + t1, t2 = tee(iterable) + return filterfalse(pred, t1), filter(pred, t2) + + +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, 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, 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, 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, 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, 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, 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, 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, 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/python3.11/site-packages/pip/_internal/utils/models.py b/env/lib/python3.11/site-packages/pip/_internal/utils/models.py new file mode 100755 index 0000000..b6bb21a --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/utils/packaging.py b/env/lib/python3.11/site-packages/pip/_internal/utils/packaging.py new file mode 100755 index 0000000..b9f6af4 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/utils/setuptools_build.py b/env/lib/python3.11/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100755 index 0000000..01ef4a4 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,195 @@ +import sys +import textwrap +from typing import List, Optional, Sequence + +# Shim to wrap setup.py invocation with setuptools +# Note that __file__ is handled via two {!r} *and* %r, to ensure that paths on +# Windows are correctly handled (it should be "C:\\Users" not "C:\Users"). +_SETUPTOOLS_SHIM = textwrap.dedent( + """ + exec(compile(''' + # This is -- a caller that pip uses to run setup.py + # + # - It imports setuptools before invoking setup.py, to enable projects that directly + # import from `distutils.core` to work with newer packaging standards. + # - It provides a clear error message when setuptools is not installed. + # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so + # setuptools doesn't think the script is `-c`. This avoids the following warning: + # manifest_maker: standard file '-c' not found". + # - It generates a shim setup.py, for handling setup.cfg-only projects. + import os, sys, tokenize + + try: + import setuptools + except ImportError as error: + print( + "ERROR: Can not execute `setup.py` since setuptools is not available in " + "the build environment.", + file=sys.stderr, + ) + sys.exit(1) + + __file__ = %r + sys.argv[0] = __file__ + + if os.path.exists(__file__): + filename = __file__ + with tokenize.open(__file__) as f: + setup_py_code = f.read() + else: + filename = "" + setup_py_code = "from setuptools import setup; setup()" + + exec(compile(setup_py_code, filename, "exec")) + ''' % ({!r},), "", "exec")) + """ +).rstrip() + + +def make_setuptools_shim_args( + setup_py_path: str, + global_options: 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], + install_options: Sequence[str], + no_user_config: bool, + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, +) -> List[str]: + assert not (use_user_site and prefix) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + ) + + args += ["develop", "--no-deps"] + + args += install_options + + if prefix: + args += ["--prefix", prefix] + if home is not None: + args += ["--install-dir", home] + + if use_user_site: + args += ["--user", "--prefix="] + + return args + + +def make_setuptools_egg_info_args( + setup_py_path: str, + egg_info_dir: Optional[str], + no_user_config: bool, +) -> List[str]: + args = make_setuptools_shim_args(setup_py_path, no_user_config=no_user_config) + + args += ["egg_info"] + + if egg_info_dir: + args += ["--egg-base", egg_info_dir] + + return args + + +def make_setuptools_install_args( + setup_py_path: str, + global_options: Sequence[str], + install_options: Sequence[str], + record_filename: str, + root: Optional[str], + prefix: Optional[str], + header_dir: Optional[str], + home: Optional[str], + use_user_site: bool, + no_user_config: bool, + pycompile: bool, +) -> List[str]: + assert not (use_user_site and prefix) + assert not (use_user_site and root) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + unbuffered_output=True, + ) + args += ["install", "--record", record_filename] + args += ["--single-version-externally-managed"] + + if root is not None: + args += ["--root", root] + if prefix is not None: + args += ["--prefix", prefix] + if home is not None: + args += ["--home", home] + if use_user_site: + args += ["--user", "--prefix="] + + if pycompile: + args += ["--compile"] + else: + args += ["--no-compile"] + + if header_dir: + args += ["--install-headers", header_dir] + + args += install_options + + return args diff --git a/env/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py b/env/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py new file mode 100755 index 0000000..1e8ff50 --- /dev/null +++ b/env/lib/python3.11/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("[present-rich] %s", error) + subprocess_logger.verbose( + "[bold magenta]full command[/]: [blue]%s[/]", + escape(format_command_args(cmd)), + extra={"markup": True}, + ) + subprocess_logger.verbose( + "[bold magenta]cwd[/]: %s", + escape(cwd or "[inherit]"), + extra={"markup": True}, + ) + + raise error + elif on_returncode == "warn": + subprocess_logger.warning( + 'Command "%s" had error code %s in %s', + command_desc, + proc.returncode, + cwd, + ) + elif on_returncode == "ignore": + pass + else: + raise ValueError(f"Invalid value: on_returncode={on_returncode!r}") + return output + + +def runner_with_spinner_message(message: str) -> Callable[..., None]: + """Provide a subprocess_runner that shows a spinner message. + + Intended for use with for 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/python3.11/site-packages/pip/_internal/utils/temp_dir.py b/env/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py new file mode 100755 index 0000000..8ee8a1c --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,246 @@ +import errno +import itertools +import logging +import os.path +import tempfile +from contextlib import ExitStack, contextmanager +from typing import Any, Dict, Generator, 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, + ): + super().__init__() + + if delete is _default: + if path is not None: + # If we were given an explicit directory, resolve delete option + # now. + delete = False + else: + # Otherwise, we wait until cleanup and see what + # tempdir_registry says. + delete = None + + # The only time we specify path is in for editables where it + # is the value of the --src option. + if path is None: + path = self._create(kind) + + self._path = path + self._deleted = False + self.delete = delete + self.kind = kind + + if globally_managed: + assert _tempdir_manager is not None + _tempdir_manager.enter_context(self) + + @property + def path(self) -> str: + assert not self._deleted, f"Attempted to access deleted path: {self._path}" + return self._path + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} {self.path!r}>" + + def __enter__(self: _T) -> _T: + return self + + def __exit__(self, exc: Any, value: Any, tb: Any) -> None: + if self.delete is not None: + delete = self.delete + elif _tempdir_registry: + delete = _tempdir_registry.get_delete(self.kind) + else: + delete = True + + if delete: + self.cleanup() + + def _create(self, kind: str) -> str: + """Create a temporary directory and store its path in self.path""" + # We realpath here because some systems have their default tmpdir + # symlinked to another directory. This tends to confuse build + # scripts, so we canonicalize the path by traversing potential + # symlinks here. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + logger.debug("Created temporary directory: %s", path) + return path + + def cleanup(self) -> None: + """Remove the temporary directory created and reset state""" + self._deleted = True + if not os.path.exists(self._path): + return + rmtree(self._path) + + +class AdjacentTempDirectory(TempDirectory): + """Helper class that creates a temporary directory adjacent to a real one. + + Attributes: + original + The original directory to create a temp directory for. + path + After calling create() or entering, contains the full + path to the temporary directory. + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + """ + + # The characters that may be used to name the temp directory + # We always prepend a ~ and then rotate through these until + # a usable name is found. + # pkg_resources raises a different error for .dist-info folder + # with leading '-' and invalid metadata + LEADING_CHARS = "-~.=%0123456789" + + def __init__(self, original: str, delete: Optional[bool] = None) -> None: + self.original = original.rstrip("/\\") + super().__init__(delete=delete) + + @classmethod + def _generate_names(cls, name: str) -> 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/python3.11/site-packages/pip/_internal/utils/unpacking.py b/env/lib/python3.11/site-packages/pip/_internal/utils/unpacking.py new file mode 100755 index 0000000..78b5c13 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/utils/urls.py b/env/lib/python3.11/site-packages/pip/_internal/utils/urls.py new file mode 100755 index 0000000..6ba2e04 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/utils/virtualenv.py b/env/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py new file mode 100755 index 0000000..882e36f --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/utils/wheel.py b/env/lib/python3.11/site-packages/pip/_internal/utils/wheel.py new file mode 100755 index 0000000..e5e3f34 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,136 @@ +"""Support functions for working with wheel files. +""" + +import logging +from email.message import Message +from email.parser import Parser +from typing import Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import UnsupportedWheel + +VERSION_COMPATIBLE = (1, 0) + + +logger = logging.getLogger(__name__) + + +def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: + """Extract information from the provided wheel, ensuring it meets basic + standards. + + Returns the name of the .dist-info directory and the parsed WHEEL metadata. + """ + try: + info_dir = wheel_dist_info_dir(wheel_zip, name) + metadata = wheel_metadata(wheel_zip, info_dir) + version = wheel_version(metadata) + except UnsupportedWheel as e: + raise UnsupportedWheel("{} has an invalid wheel, {}".format(name, str(e))) + + check_compatibility(version, name) + + return info_dir, metadata + + +def wheel_dist_info_dir(source: ZipFile, name: str) -> str: + """Returns the name of the contained .dist-info directory. + + Raises AssertionError or UnsupportedWheel if not found, >1 found, or + it doesn't match the provided name. + """ + # Zip file path separators must be / + subdirs = {p.split("/", 1)[0] for p in source.namelist()} + + info_dirs = [s for s in subdirs if s.endswith(".dist-info")] + + if not info_dirs: + raise UnsupportedWheel(".dist-info directory not found") + + if len(info_dirs) > 1: + raise UnsupportedWheel( + "multiple .dist-info directories found: {}".format(", ".join(info_dirs)) + ) + + info_dir = info_dirs[0] + + info_dir_name = canonicalize_name(info_dir) + canonical_name = canonicalize_name(name) + if not info_dir_name.startswith(canonical_name): + raise UnsupportedWheel( + ".dist-info directory {!r} does not start with {!r}".format( + info_dir, canonical_name + ) + ) + + return info_dir + + +def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: + try: + return source.read(path) + # BadZipFile for general corruption, KeyError for missing entry, + # and RuntimeError for password-protected files + except (BadZipFile, KeyError, RuntimeError) as e: + raise UnsupportedWheel(f"could not read {path!r} file: {e!r}") + + +def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message: + """Return the WHEEL metadata of an extracted wheel, if possible. + Otherwise, raise UnsupportedWheel. + """ + path = f"{dist_info_dir}/WHEEL" + # Zip file path separators must be / + wheel_contents = read_wheel_metadata_file(source, path) + + try: + wheel_text = wheel_contents.decode() + except UnicodeDecodeError as e: + raise UnsupportedWheel(f"error decoding {path!r}: {e!r}") + + # FeedParser (used by Parser) does not raise any exceptions. The returned + # message may have .defects populated, but for backwards-compatibility we + # currently ignore them. + return Parser().parsestr(wheel_text) + + +def wheel_version(wheel_data: Message) -> Tuple[int, ...]: + """Given WHEEL metadata, return the parsed Wheel-Version. + Otherwise, raise UnsupportedWheel. + """ + version_text = wheel_data["Wheel-Version"] + if version_text is None: + raise UnsupportedWheel("WHEEL is missing Wheel-Version") + + version = version_text.strip() + + try: + return tuple(map(int, version.split("."))) + except ValueError: + raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}") + + +def check_compatibility(version: Tuple[int, ...], name: str) -> None: + """Raises errors or warns if called with an incompatible Wheel-Version. + + pip should refuse to install a Wheel-Version that's a major series + ahead of what it's compatible with (e.g 2.0 > 1.1); and warn when + installing a version only minor version ahead (e.g 1.2 > 1.1). + + version: a 2-tuple representing a Wheel-Version (Major, Minor) + name: name of wheel or package to raise exception about + + :raises UnsupportedWheel: when an incompatible Wheel-Version is given + """ + if version[0] > VERSION_COMPATIBLE[0]: + raise UnsupportedWheel( + "{}'s Wheel-Version ({}) is not compatible with this version " + "of pip".format(name, ".".join(map(str, version))) + ) + elif version > VERSION_COMPATIBLE: + logger.warning( + "Installing from a newer Wheel-Version (%s)", + ".".join(map(str, version)), + ) diff --git a/env/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py new file mode 100755 index 0000000..b6beddb --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..0c1d4c960d35ac78dad1094a0be9a8a0b0e4e0ca GIT binary patch literal 650 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/git.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/git.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..ab8a4f36eb47b462f154cace013f2d7637799813 GIT binary patch literal 21539 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 Fe*i85eOdqj literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..148961c9d8fbbaabc3e46ad4fc70b86d3d0f6c42 GIT binary patch literal 8721 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 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/python3.11/site-packages/pip/_internal/vcs/git.py b/env/lib/python3.11/site-packages/pip/_internal/vcs/git.py new file mode 100755 index 0000000..8d1d499 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,526 @@ +import logging +import os.path +import pathlib +import re +import urllib.parse +import urllib.request +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path, hide_url +from pip._internal.utils.subprocess import make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RemoteNotValidError, + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +urlsplit = urllib.parse.urlsplit +urlunsplit = urllib.parse.urlunsplit + + +logger = logging.getLogger(__name__) + + +GIT_VERSION_REGEX = re.compile( + r"^git version " # Prefix. + r"(\d+)" # Major. + r"\.(\d+)" # Dot, minor. + r"(?:\.(\d+))?" # Optional dot, patch. + r".*$" # Suffix, including any pre- and post-release segments we don't care about. +) + +HASH_REGEX = re.compile("^[a-fA-F0-9]{40}$") + +# SCP (Secure copy protocol) shorthand. e.g. 'git@example.com:foo/bar.git' +SCP_REGEX = re.compile( + r"""^ + # Optional user, e.g. 'git@' + (\w+@)? + # Server, e.g. 'github.com'. + ([^/:]+): + # The server-side path. e.g. 'user/project.git'. Must start with an + # alphanumeric character so as not to be confusable with a Windows paths + # like 'C:/foo/bar' or 'C:\foo\bar'. + (\w[^:]*) + $""", + re.VERBOSE, +) + + +def looks_like_hash(sha: str) -> bool: + return bool(HASH_REGEX.match(sha)) + + +class Git(VersionControl): + name = "git" + dirname = ".git" + repo_name = "clone" + schemes = ( + "git+http", + "git+https", + "git+ssh", + "git+git", + "git+file", + ) + # Prevent the user's environment variables from interfering with pip: + # https://github.com/pypa/pip/issues/1130 + unset_environ = ("GIT_DIR", "GIT_WORK_TREE") + default_arg_rev = "HEAD" + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + _, rev_options = self.get_url_rev_options(hide_url(url)) + if not rev_options.rev: + return False + if not self.is_commit_id_equal(dest, rev_options.rev): + # the current commit is different from rev, + # which means rev was something else than a commit hash + return False + # return False in the rare case rev is both a commit hash + # and a tag or a branch; we don't want to cache in that case + # because that branch/tag could point to something else in the future + is_tag_or_branch = bool(self.get_revision_sha(dest, rev_options.rev)[0]) + return not is_tag_or_branch + + def get_git_version(self) -> Tuple[int, ...]: + version = self.run_command( + ["version"], + command_desc="git version", + show_stdout=False, + stdout_only=True, + ) + match = GIT_VERSION_REGEX.match(version) + if not match: + logger.warning("Can't parse git version: %s", version) + return () + return tuple(int(c) for c in match.groups()) + + @classmethod + def get_current_branch(cls, location: str) -> Optional[str]: + """ + Return the current branch, or None if HEAD isn't at a branch + (e.g. detached HEAD). + """ + # git-symbolic-ref exits with empty stdout if "HEAD" is a detached + # HEAD rather than a symbolic ref. In addition, the -q causes the + # command to exit with status code 1 instead of 128 in this case + # and to suppress the message to stderr. + args = ["symbolic-ref", "-q", "HEAD"] + output = cls.run_command( + args, + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + ref = output.strip() + + if ref.startswith("refs/heads/"): + return ref[len("refs/heads/") :] + + return None + + @classmethod + def get_revision_sha(cls, dest: str, rev: str) -> Tuple[Optional[str], bool]: + """ + Return (sha_or_none, is_branch), where sha_or_none is a commit hash + if the revision names a remote branch or tag, otherwise None. + + Args: + dest: the repository directory. + rev: the revision name. + """ + # Pass rev to pre-filter the list. + output = cls.run_command( + ["show-ref", rev], + cwd=dest, + show_stdout=False, + stdout_only=True, + on_returncode="ignore", + ) + refs = {} + # NOTE: We do not use splitlines here since that would split on other + # unicode separators, which can be maliciously used to install a + # different revision. + for line in output.strip().split("\n"): + line = line.rstrip("\r") + if not line: + continue + try: + ref_sha, ref_name = line.split(" ", maxsplit=2) + except ValueError: + # Include the offending line to simplify troubleshooting if + # this error ever occurs. + raise ValueError(f"unexpected show-ref line: {line!r}") + + refs[ref_name] = ref_sha + + branch_ref = f"refs/remotes/origin/{rev}" + tag_ref = f"refs/tags/{rev}" + + sha = refs.get(branch_ref) + if sha is not None: + return (sha, True) + + sha = refs.get(tag_ref) + + return (sha, False) + + @classmethod + def _should_fetch(cls, dest: str, rev: str) -> bool: + """ + Return true if rev is a ref or is a commit that we don't have locally. + + Branches and tags are not considered in this method because they are + assumed to be always available locally (which is a normal outcome of + ``git clone`` and ``git fetch --tags``). + """ + if rev.startswith("refs/"): + # Always fetch remote refs. + return True + + if not looks_like_hash(rev): + # Git fetch would fail with abbreviated commits. + return False + + if cls.has_commit(dest, rev): + # Don't fetch if we have the commit locally. + return False + + return True + + @classmethod + def resolve_revision( + cls, dest: str, url: HiddenText, rev_options: RevOptions + ) -> RevOptions: + """ + Resolve a revision to a new RevOptions object with the SHA1 of the + branch, tag, or ref if found. + + Args: + rev_options: a RevOptions object. + """ + rev = rev_options.arg_rev + # The arg_rev property's implementation for Git ensures that the + # rev return value is always non-None. + assert rev is not None + + sha, is_branch = cls.get_revision_sha(dest, rev) + + if sha is not None: + rev_options = rev_options.make_new(sha) + rev_options.branch_name = rev if is_branch else None + + return rev_options + + # Do not show a warning for the common case of something that has + # the form of a Git commit hash. + if not looks_like_hash(rev): + logger.warning( + "Did not find branch or tag '%s', assuming revision or ref.", + rev, + ) + + if not cls._should_fetch(dest, rev): + return rev_options + + # fetch the requested revision + cls.run_command( + make_command("fetch", "-q", url, rev_options.to_args()), + cwd=dest, + ) + # Change the revision to the SHA of the ref we fetched + sha = cls.get_revision(dest, rev="FETCH_HEAD") + rev_options = rev_options.make_new(sha) + + return rev_options + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the current commit hash equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + if not name: + # Then avoid an unnecessary subprocess call. + return False + + return cls.get_revision(dest) == name + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info("Cloning %s%s to %s", url, rev_display, display_path(dest)) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + else: + flags = ("--verbose", "--progress") + if self.get_git_version() >= (2, 17): + # Git added support for partial clone in 2.17 + # https://git-scm.com/docs/partial-clone + # Speeds up cloning by functioning without a complete copy of repository + self.run_command( + make_command( + "clone", + "--filter=blob:none", + *flags, + url, + dest, + ) + ) + else: + self.run_command(make_command("clone", *flags, url, dest)) + + if rev_options.rev: + # Then a specific revision was requested. + rev_options = self.resolve_revision(dest, url, rev_options) + branch_name = getattr(rev_options, "branch_name", None) + logger.debug("Rev options %s, branch_name %s", rev_options, branch_name) + if branch_name is None: + # Only do a checkout if the current commit id doesn't match + # the requested revision. + if not self.is_commit_id_equal(dest, rev_options.rev): + cmd_args = make_command( + "checkout", + "-q", + rev_options.to_args(), + ) + self.run_command(cmd_args, cwd=dest) + elif self.get_current_branch(dest) != branch_name: + # Then a specific branch was requested, and that branch + # is not yet checked out. + track_branch = f"origin/{branch_name}" + cmd_args = [ + "checkout", + "-b", + branch_name, + "--track", + track_branch, + ] + self.run_command(cmd_args, cwd=dest) + else: + sha = self.get_revision(dest) + rev_options = rev_options.make_new(sha) + + logger.info("Resolved %s to commit %s", url, rev_options.rev) + + #: repo may contain submodules + self.update_submodules(dest) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command( + make_command("config", "remote.origin.url", url), + cwd=dest, + ) + cmd_args = make_command("checkout", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + self.update_submodules(dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + # First fetch changes from the default remote + if self.get_git_version() >= (1, 9): + # fetch tags in addition to everything else + self.run_command(["fetch", "-q", "--tags"], cwd=dest) + else: + self.run_command(["fetch", "-q"], cwd=dest) + # Then reset to wanted revision (maybe even origin/master) + rev_options = self.resolve_revision(dest, url, rev_options) + cmd_args = make_command("reset", "--hard", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + #: update submodules + self.update_submodules(dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return URL of the first remote encountered. + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + # We need to pass 1 for extra_ok_returncodes since the command + # exits with return code 1 if there are no matching lines. + stdout = cls.run_command( + ["config", "--get-regexp", r"remote\..*\.url"], + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + remotes = stdout.splitlines() + try: + found_remote = remotes[0] + except IndexError: + raise RemoteNotFoundError + + for remote in remotes: + if remote.startswith("remote.origin.url "): + found_remote = remote + break + url = found_remote.split(" ")[1] + return cls._git_remote_to_pip_url(url.strip()) + + @staticmethod + def _git_remote_to_pip_url(url: str) -> str: + """ + Convert a remote url from what git uses to what pip accepts. + + There are 3 legal forms **url** may take: + + 1. A fully qualified url: ssh://git@example.com/foo/bar.git + 2. A local project.git folder: /path/to/bare/repository.git + 3. SCP shorthand for form 1: git@example.com:foo/bar.git + + Form 1 is output as-is. Form 2 must be converted to URI and form 3 must + be converted to form 1. + + See the corresponding test test_git_remote_url_to_pip() for examples of + sample inputs/outputs. + """ + if re.match(r"\w+://", url): + # This is already valid. Pass it though as-is. + return url + if os.path.exists(url): + # A local bare remote (git clone --mirror). + # Needs a file:// prefix. + return pathlib.PurePath(url).as_uri() + scp_match = SCP_REGEX.match(url) + if scp_match: + # Add an ssh:// prefix and replace the ':' with a '/'. + return scp_match.expand(r"ssh://\1\2/\3") + # Otherwise, bail out. + raise RemoteNotValidError(url) + + @classmethod + def has_commit(cls, location: str, rev: str) -> bool: + """ + Check if rev is a commit that is available in the local repository. + """ + try: + cls.run_command( + ["rev-parse", "-q", "--verify", "sha^" + rev], + cwd=location, + log_failed_cmd=False, + ) + except InstallationError: + return False + else: + return True + + @classmethod + def get_revision(cls, location: str, rev: Optional[str] = None) -> str: + if rev is None: + rev = "HEAD" + current_rev = cls.run_command( + ["rev-parse", rev], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return current_rev.strip() + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + git_dir = cls.run_command( + ["rev-parse", "--git-dir"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if not os.path.isabs(git_dir): + git_dir = os.path.join(location, git_dir) + repo_root = os.path.abspath(os.path.join(git_dir, "..")) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Prefixes stub URLs like 'user@hostname:user/repo.git' with 'ssh://'. + That's required because although they use SSH they sometimes don't + work with a ssh:// scheme (e.g. GitHub). But we need a scheme for + parsing. Hence we remove it again afterwards and return it as a stub. + """ + # Works around an apparent Git bug + # (see https://article.gmane.org/gmane.comp.version-control.git/146500) + scheme, netloc, path, query, fragment = urlsplit(url) + if scheme.endswith("file"): + initial_slashes = path[: -len(path.lstrip("/"))] + newpath = initial_slashes + urllib.request.url2pathname(path).replace( + "\\", "/" + ).lstrip("/") + after_plus = scheme.find("+") + 1 + url = scheme[:after_plus] + urlunsplit( + (scheme[after_plus:], netloc, newpath, query, fragment), + ) + + if "://" not in url: + assert "file:" not in url + url = url.replace("git+", "git+ssh://") + url, rev, user_pass = super().get_url_rev_and_auth(url) + url = url.replace("ssh://", "") + else: + url, rev, user_pass = super().get_url_rev_and_auth(url) + + return url, rev, user_pass + + @classmethod + def update_submodules(cls, location: str) -> None: + if not os.path.exists(os.path.join(location, ".gitmodules")): + return + cls.run_command( + ["submodule", "update", "--init", "--recursive", "-q"], + cwd=location, + ) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["rev-parse", "--show-toplevel"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under git control " + "because git is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + @staticmethod + def should_add_vcs_url_prefix(repo_url: str) -> bool: + """In either https or ssh form, requirements must be prefixed with git+.""" + return True + + +vcs.register(Git) diff --git a/env/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py b/env/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py new file mode 100755 index 0000000..2a005e0 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,163 @@ +import configparser +import logging +import os +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Mercurial(VersionControl): + name = "hg" + dirname = ".hg" + repo_name = "clone" + schemes = ( + "hg+file", + "hg+http", + "hg+https", + "hg+ssh", + "hg+static-http", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Cloning hg %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + elif verbosity == 2: + flags = ("--verbose",) + else: + flags = ("--verbose", "--debug") + self.run_command(make_command("clone", "--noupdate", *flags, url, dest)) + self.run_command( + make_command("update", *flags, rev_options.to_args()), + cwd=dest, + ) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + repo_config = os.path.join(dest, self.dirname, "hgrc") + config = configparser.RawConfigParser() + try: + config.read(repo_config) + config.set("paths", "default", url.secret) + with open(repo_config, "w") as config_file: + config.write(config_file) + except (OSError, configparser.NoSectionError) as exc: + logger.warning("Could not switch Mercurial repository to %s: %s", url, exc) + else: + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(["pull", "-q"], cwd=dest) + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + url = cls.run_command( + ["showconfig", "paths.default"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if cls._is_local_repository(url): + url = path_to_url(url) + return url.strip() + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the repository-local changeset revision number, as an integer. + """ + current_revision = cls.run_command( + ["parents", "--template={rev}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_revision + + @classmethod + def get_requirement_revision(cls, location: str) -> str: + """ + Return the changeset identification hash, as a 40-character + hexadecimal string + """ + current_rev_hash = cls.run_command( + ["parents", "--template={node}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_rev_hash + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + repo_root = cls.run_command( + ["root"], show_stdout=False, stdout_only=True, cwd=location + ).strip() + if not os.path.isabs(repo_root): + repo_root = os.path.abspath(os.path.join(location, repo_root)) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["root"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under hg control " + "because hg is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + +vcs.register(Mercurial) diff --git a/env/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py b/env/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py new file mode 100755 index 0000000..16d93a6 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py b/env/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100755 index 0000000..02bbf68 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,705 @@ +"""Handles all VCS (version control) support""" + +import logging +import os +import shutil +import sys +import urllib.parse +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Iterable, + Iterator, + List, + Mapping, + Optional, + Tuple, + Type, + Union, +) + +from pip._internal.cli.spinners import SpinnerInterface +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import ( + HiddenText, + ask_path_exists, + backup_dir, + display_path, + hide_url, + hide_value, + is_installable_dir, + rmtree, +) +from pip._internal.utils.subprocess import ( + CommandArgs, + call_subprocess, + format_command_args, + make_command, +) +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + + +__all__ = ["vcs"] + + +logger = logging.getLogger(__name__) + +AuthInfo = Tuple[Optional[str], Optional[str]] + + +def is_url(name: str) -> bool: + """ + Return true if the name looks like a URL. + """ + scheme = get_url_scheme(name) + if scheme is None: + return False + return scheme in ["http", "https", "file", "ftp"] + vcs.all_schemes + + +def make_vcs_requirement_url( + repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None +) -> str: + """ + Return the URL for a VCS requirement. + + Args: + repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). + project_name: the (unescaped) project name. + """ + egg_project_name = project_name.replace("-", "_") + req = f"{repo_url}@{rev}#egg={egg_project_name}" + if subdir: + req += f"&subdirectory={subdir}" + + return req + + +def find_path_to_project_root_from_repo_root( + location: str, repo_root: str +) -> Optional[str]: + """ + Find the the Python project's root by searching up the filesystem from + `location`. Return the path to project root relative to `repo_root`. + Return None if the project root is `repo_root`, or cannot be found. + """ + # find project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find a Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + return None + + if os.path.samefile(repo_root, location): + return None + + return os.path.relpath(location, repo_root) + + +class RemoteNotFoundError(Exception): + pass + + +class RemoteNotValidError(Exception): + def __init__(self, url: str): + super().__init__(url) + self.url = url + + +class RevOptions: + + """ + Encapsulates a VCS-specific revision to install, along with any VCS + install options. + + Instances of this class should be treated as if immutable. + """ + + def __init__( + self, + vc_class: Type["VersionControl"], + rev: Optional[str] = None, + extra_args: Optional[CommandArgs] = None, + ) -> None: + """ + Args: + vc_class: a VersionControl subclass. + rev: the name of the revision to install. + extra_args: a list of extra options. + """ + if extra_args is None: + extra_args = [] + + self.extra_args = extra_args + self.rev = rev + self.vc_class = vc_class + self.branch_name: Optional[str] = None + + def __repr__(self) -> str: + return f"" + + @property + def arg_rev(self) -> Optional[str]: + if self.rev is None: + return self.vc_class.default_arg_rev + + return self.rev + + def to_args(self) -> CommandArgs: + """ + Return the VCS-specific command arguments. + """ + args: CommandArgs = [] + rev = self.arg_rev + if rev is not None: + args += self.vc_class.get_base_rev_args(rev) + args += self.extra_args + + return args + + def to_display(self) -> str: + if not self.rev: + return "" + + return f" (to revision {self.rev})" + + def make_new(self, rev: str) -> "RevOptions": + """ + Make a copy of the current instance, but with a new rev. + + Args: + rev: the name of the revision for the new object. + """ + return self.vc_class.make_rev_options(rev, extra_args=self.extra_args) + + +class VcsSupport: + _registry: Dict[str, "VersionControl"] = {} + schemes = ["ssh", "git", "hg", "bzr", "sftp", "svn"] + + def __init__(self) -> None: + # Register more schemes with urlparse for various version control + # systems + urllib.parse.uses_netloc.extend(self.schemes) + super().__init__() + + def __iter__(self) -> Iterator[str]: + return self._registry.__iter__() + + @property + def backends(self) -> List["VersionControl"]: + return list(self._registry.values()) + + @property + def dirnames(self) -> List[str]: + return [backend.dirname for backend in self.backends] + + @property + def all_schemes(self) -> List[str]: + schemes: List[str] = [] + for backend in self.backends: + schemes.extend(backend.schemes) + return schemes + + def register(self, cls: Type["VersionControl"]) -> None: + if not hasattr(cls, "name"): + logger.warning("Cannot register VCS %s", cls.__name__) + return + if cls.name not in self._registry: + self._registry[cls.name] = cls() + logger.debug("Registered VCS backend: %s", cls.name) + + def unregister(self, name: str) -> None: + if name in self._registry: + del self._registry[name] + + def get_backend_for_dir(self, location: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object if a repository of that type is found + at the given directory. + """ + vcs_backends = {} + for vcs_backend in self._registry.values(): + repo_path = vcs_backend.get_repository_root(location) + if not repo_path: + continue + logger.debug("Determine that %s uses VCS: %s", location, vcs_backend.name) + vcs_backends[repo_path] = vcs_backend + + if not vcs_backends: + return None + + # Choose the VCS in the inner-most directory. Since all repository + # roots found here would be either `location` or one of its + # parents, the longest path should have the most path components, + # i.e. the backend representing the inner-most repository. + inner_most_repo_path = max(vcs_backends, key=len) + return vcs_backends[inner_most_repo_path] + + def get_backend_for_scheme(self, scheme: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + for vcs_backend in self._registry.values(): + if scheme in vcs_backend.schemes: + return vcs_backend + return None + + def get_backend(self, name: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + name = name.lower() + return self._registry.get(name) + + +vcs = VcsSupport() + + +class VersionControl: + name = "" + dirname = "" + repo_name = "" + # List of supported schemes for this Version Control + schemes: Tuple[str, ...] = () + # Iterable of environment variable names to pass to call_subprocess(). + unset_environ: Tuple[str, ...] = () + default_arg_rev: Optional[str] = None + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + """ + Return whether the vcs prefix (e.g. "git+") should be added to a + repository's remote url when used in a requirement. + """ + return not remote_url.lower().startswith(f"{cls.name}:") + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + return None + + @classmethod + def get_requirement_revision(cls, repo_dir: str) -> str: + """ + Return the revision string that should be used in a requirement. + """ + return cls.get_revision(repo_dir) + + @classmethod + def get_src_requirement(cls, repo_dir: str, project_name: str) -> str: + """ + Return the requirement string to use to redownload the files + currently at the given repository directory. + + Args: + project_name: the (unescaped) project name. + + The return value has a form similar to the following: + + {repository_url}@{revision}#egg={project_name} + """ + repo_url = cls.get_remote_url(repo_dir) + + if cls.should_add_vcs_url_prefix(repo_url): + repo_url = f"{cls.name}+{repo_url}" + + revision = cls.get_requirement_revision(repo_dir) + subdir = cls.get_subdirectory(repo_dir) + req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir) + + return req + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + """ + Return the base revision arguments for a vcs command. + + Args: + rev: the name of a revision to install. Cannot be None. + """ + raise NotImplementedError + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + """ + Return true if the commit hash checked out at dest matches + the revision in url. + + Always return False, if the VCS does not support immutable commit + hashes. + + This method does not check if there are local uncommitted changes + in dest after checkout, as pip currently has no use case for that. + """ + return False + + @classmethod + def make_rev_options( + cls, rev: Optional[str] = None, extra_args: Optional[CommandArgs] = None + ) -> RevOptions: + """ + Return a RevOptions object. + + Args: + rev: the name of a revision to install. + extra_args: a list of extra options. + """ + return RevOptions(cls, rev, extra_args=extra_args) + + @classmethod + def _is_local_repository(cls, repo: str) -> bool: + """ + posix absolute paths start with os.path.sep, + win32 ones start with drive (like c:\\folder) + """ + drive, tail = os.path.splitdrive(repo) + return repo.startswith(os.path.sep) or bool(drive) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + Parse the repository URL's netloc, and return the new netloc to use + along with auth information. + + Args: + netloc: the original repository URL netloc. + scheme: the repository URL's scheme without the vcs prefix. + + This is mainly for the Subversion class to override, so that auth + information can be provided via the --username and --password options + instead of through the URL. For other subclasses like Git without + such an option, auth information must stay in the URL. + + Returns: (netloc, (username, password)). + """ + return netloc, (None, None) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Parse the repository URL to use, and return the URL, revision, + and auth info to use. + + Returns: (url, rev, (username, password)). + """ + scheme, netloc, path, query, frag = urllib.parse.urlsplit(url) + if "+" not in scheme: + raise ValueError( + "Sorry, {!r} is a malformed VCS url. " + "The format is +://, " + "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp".format(url) + ) + # Remove the vcs prefix. + scheme = scheme.split("+", 1)[1] + netloc, user_pass = cls.get_netloc_and_auth(netloc, scheme) + rev = None + if "@" in path: + path, rev = path.rsplit("@", 1) + if not rev: + raise InstallationError( + "The URL {!r} has an empty revision (after @) " + "which is not supported. Include a revision after @ " + "or remove @ from the URL.".format(url) + ) + url = urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + """ + Return the RevOptions "extra arguments" to use in obtain(). + """ + return [] + + def get_url_rev_options(self, url: HiddenText) -> Tuple[HiddenText, RevOptions]: + """ + Return the URL and RevOptions object to use in obtain(), + as a tuple (url, rev_options). + """ + secret_url, rev, user_pass = self.get_url_rev_and_auth(url.secret) + username, secret_password = user_pass + password: Optional[HiddenText] = None + if secret_password is not None: + password = hide_value(secret_password) + extra_args = self.make_rev_args(username, password) + rev_options = self.make_rev_options(rev, extra_args=extra_args) + + return hide_url(secret_url), rev_options + + @staticmethod + def normalize_url(url: str) -> str: + """ + Normalize a URL for comparison by unquoting it and removing any + trailing slash. + """ + return urllib.parse.unquote(url).rstrip("/") + + @classmethod + def compare_urls(cls, url1: str, url2: str) -> bool: + """ + Compare two repo URLs for identity, ignoring incidental differences. + """ + return cls.normalize_url(url1) == cls.normalize_url(url2) + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + """ + Fetch a revision from a repository, in the case that this is the + first fetch from the repository. + + Args: + dest: the directory to fetch the repository to. + rev_options: a RevOptions object. + verbosity: verbosity level. + """ + raise NotImplementedError + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Switch the repo at ``dest`` to point to ``URL``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Update an already-existing repo to the given ``rev_options``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the id of the current commit equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + raise NotImplementedError + + def obtain(self, dest: str, url: HiddenText, verbosity: int) -> None: + """ + Install or update in editable mode the package represented by this + VersionControl object. + + :param dest: the repository directory in which to install or update. + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + url, rev_options = self.get_url_rev_options(url) + + if not os.path.exists(dest): + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + rev_display = rev_options.to_display() + if self.is_repository_directory(dest): + existing_url = self.get_remote_url(dest) + if self.compare_urls(existing_url, url.secret): + logger.debug( + "%s in %s exists, and has correct URL (%s)", + self.repo_name.title(), + display_path(dest), + url, + ) + if not self.is_commit_id_equal(dest, rev_options.rev): + logger.info( + "Updating %s %s%s", + display_path(dest), + self.repo_name, + rev_display, + ) + self.update(dest, url, rev_options) + else: + logger.info("Skipping because already up-to-date.") + return + + logger.warning( + "%s %s in %s exists with URL %s", + self.name, + self.repo_name, + display_path(dest), + existing_url, + ) + prompt = ("(s)witch, (i)gnore, (w)ipe, (b)ackup ", ("s", "i", "w", "b")) + else: + logger.warning( + "Directory %s already exists, and is not a %s %s.", + dest, + self.name, + self.repo_name, + ) + # https://github.com/python/mypy/issues/1174 + prompt = ("(i)gnore, (w)ipe, (b)ackup ", ("i", "w", "b")) # type: ignore + + logger.warning( + "The plan is to install the %s repository %s", + self.name, + url, + ) + response = ask_path_exists("What to do? {}".format(prompt[0]), prompt[1]) + + if response == "a": + sys.exit(-1) + + if response == "w": + logger.warning("Deleting %s", display_path(dest)) + rmtree(dest) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + if response == "b": + dest_dir = backup_dir(dest) + logger.warning("Backing up %s to %s", display_path(dest), dest_dir) + shutil.move(dest, dest_dir) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + # Do nothing if the response is "i". + if response == "s": + logger.info( + "Switching %s %s to %s%s", + self.repo_name, + display_path(dest), + url, + rev_display, + ) + self.switch(dest, url, rev_options) + + def unpack(self, location: str, url: HiddenText, verbosity: int) -> None: + """ + Clean up current location and download the url repository + (and vcs infos) into location + + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + if os.path.exists(location): + rmtree(location) + self.obtain(location, url=url, verbosity=verbosity) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return the url used at location + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + raise NotImplementedError + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the current commit id of the files at the given location. + """ + raise NotImplementedError + + @classmethod + def run_command( + cls, + cmd: Union[List[str], CommandArgs], + show_stdout: bool = True, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + command_desc: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: bool = True, + stdout_only: bool = False, + ) -> str: + """ + Run a VCS subcommand + This is simply a wrapper around call_subprocess that adds the VCS + command name, and checks that the VCS is available + """ + cmd = make_command(cls.name, *cmd) + if command_desc is None: + command_desc = format_command_args(cmd) + try: + return call_subprocess( + cmd, + show_stdout, + cwd, + on_returncode=on_returncode, + extra_ok_returncodes=extra_ok_returncodes, + command_desc=command_desc, + extra_environ=extra_environ, + unset_environ=cls.unset_environ, + spinner=spinner, + log_failed_cmd=log_failed_cmd, + stdout_only=stdout_only, + ) + except FileNotFoundError: + # errno.ENOENT = no such file or directory + # In other words, the VCS executable isn't available + raise BadCommand( + f"Cannot find command {cls.name!r} - do you have " + f"{cls.name!r} installed and in your PATH?" + ) + except PermissionError: + # errno.EACCES = Permission denied + # This error occurs, for instance, when the command is installed + # only for another user. So, the current user don't have + # permission to call the other user command. + raise BadCommand( + f"No permission to execute {cls.name!r} - install it " + f"locally, globally (ask admin), or check your PATH. " + f"See possible solutions at " + f"https://pip.pypa.io/en/latest/reference/pip_freeze/" + f"#fixing-permission-denied." + ) + + @classmethod + def is_repository_directory(cls, path: str) -> bool: + """ + Return whether a directory path is a repository directory. + """ + logger.debug("Checking in %s for %s (%s)...", path, cls.dirname, cls.name) + return os.path.exists(os.path.join(path, cls.dirname)) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + """ + Return the "root" (top-level) directory controlled by the vcs, + or `None` if the directory is not in any. + + It is meant to be overridden to implement smarter detection + mechanisms for specific vcs. + + This can do more than is_repository_directory() alone. For + example, the Git override checks that Git is actually available. + """ + if cls.is_repository_directory(location): + return location + return None diff --git a/env/lib/python3.11/site-packages/pip/_internal/wheel_builder.py b/env/lib/python3.11/site-packages/pip/_internal/wheel_builder.py new file mode 100755 index 0000000..15b30af --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,382 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Callable, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name, canonicalize_version +from pip._vendor.packaging.version import InvalidVersion, Version + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import InvalidWheelFilename, UnsupportedWheel +from pip._internal.metadata import FilesystemWheel, get_wheel_distribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.build.wheel import build_wheel_pep517 +from pip._internal.operations.build.wheel_editable import build_wheel_editable +from pip._internal.operations.build.wheel_legacy import build_wheel_legacy +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.deprecation import ( + LegacyInstallReasonMissingWheelPackage, + LegacyInstallReasonNoBinaryForcesSetuptoolsInstall, +) +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ensure_dir, hash_file, is_wheel_installed +from pip._internal.utils.setuptools_build import make_setuptools_clean_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + +_egg_info_re = re.compile(r"([a-z0-9_.]+)-([a-z0-9_.!+-]+)", re.IGNORECASE) + +BdistWheelAllowedPredicate = Callable[[InstallRequirement], bool] +BuildResult = Tuple[List[InstallRequirement], List[InstallRequirement]] + + +def _contains_egg_info(s: str) -> bool: + """Determine whether the string looks like an egg_info. + + :param s: The string to parse. E.g. foo-2.1 + """ + return bool(_egg_info_re.search(s)) + + +def _should_build( + req: InstallRequirement, + need_wheel: bool, + check_bdist_wheel: Optional[BdistWheelAllowedPredicate] = None, +) -> bool: + """Return whether an InstallRequirement should be built into a wheel.""" + if req.constraint: + # never build requirements that are merely constraints + return False + if req.is_wheel: + if need_wheel: + logger.info( + "Skipping %s, due to already being wheel.", + req.name, + ) + return False + + if need_wheel: + # i.e. pip wheel, not pip install + return True + + # From this point, this concerns the pip install command only + # (need_wheel=False). + + if not req.source_dir: + return False + + if req.editable: + # we only build PEP 660 editable requirements + return req.supports_pyproject_editable() + + if req.use_pep517: + return True + + assert check_bdist_wheel is not None + if not check_bdist_wheel(req): + # /!\ When we change this to unconditionally return True, we must also remove + # support for `--install-option`. Indeed, `--install-option` implies + # `--no-binary` so we can return False here and run `setup.py install`. + # `--global-option` and `--build-option` can remain until we drop support for + # building with `setup.py bdist_wheel`. + req.legacy_install_reason = LegacyInstallReasonNoBinaryForcesSetuptoolsInstall + return False + + if not is_wheel_installed(): + # we don't build legacy requirements if wheel is not installed + req.legacy_install_reason = LegacyInstallReasonMissingWheelPackage + return False + + 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, + check_bdist_wheel_allowed: BdistWheelAllowedPredicate, +) -> bool: + return _should_build( + req, need_wheel=False, check_bdist_wheel=check_bdist_wheel_allowed + ) + + +def _should_cache( + req: InstallRequirement, +) -> Optional[bool]: + """ + Return whether a built InstallRequirement can be stored in the persistent + wheel cache, assuming the wheel cache is available, and _should_build() + has determined a wheel needs to be built. + """ + if req.editable or not req.source_dir: + # never cache editable requirements + return False + + if req.link and req.link.is_vcs: + # VCS checkout. Do not cache + # unless it points to an immutable commit hash. + assert not req.editable + assert req.source_dir + vcs_backend = vcs.get_backend_for_scheme(req.link.scheme) + assert vcs_backend + if vcs_backend.is_immutable_rev_checkout(req.link.url, req.source_dir): + return True + return False + + assert req.link + base, ext = req.link.splitext() + if _contains_egg_info(base): + return True + + # Otherwise, do not cache. + return False + + +def _get_cache_dir( + req: InstallRequirement, + wheel_cache: WheelCache, +) -> str: + """Return the persistent or temporary cache directory where the built + wheel need to be stored. + """ + cache_available = bool(wheel_cache.cache_dir) + assert req.link + if cache_available and _should_cache(req): + cache_dir = wheel_cache.get_path_for_link(req.link) + else: + cache_dir = wheel_cache.get_ephem_path_for_link(req.link) + return cache_dir + + +def _verify_one(req: InstallRequirement, wheel_path: str) -> None: + canonical_name = canonicalize_name(req.name or "") + w = Wheel(os.path.basename(wheel_path)) + if canonicalize_name(w.name) != canonical_name: + raise InvalidWheelFilename( + "Wheel has unexpected file name: expected {!r}, " + "got {!r}".format(canonical_name, w.name), + ) + dist = get_wheel_distribution(FilesystemWheel(wheel_path), canonical_name) + dist_verstr = str(dist.version) + if canonicalize_version(dist_verstr) != canonicalize_version(w.version): + raise InvalidWheelFilename( + "Wheel has unexpected file name: expected {!r}, " + "got {!r}".format(dist_verstr, w.version), + ) + metadata_version_value = dist.metadata_version + if metadata_version_value is None: + raise UnsupportedWheel("Missing Metadata-Version") + try: + metadata_version = Version(metadata_version_value) + except InvalidVersion: + msg = f"Invalid Metadata-Version: {metadata_version_value}" + raise UnsupportedWheel(msg) + if metadata_version >= Version("1.2") and not isinstance(dist.version, Version): + raise UnsupportedWheel( + "Metadata 1.2 mandates PEP 440 version, " + "but {!r} is not".format(dist_verstr) + ) + + +def _build_one( + req: InstallRequirement, + output_dir: str, + verify: bool, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + """Build one wheel. + + :return: The filename of the built wheel, or None if the build failed. + """ + artifact = "editable" if editable else "wheel" + try: + ensure_dir(output_dir) + except OSError as e: + logger.warning( + "Building %s for %s failed: %s", + artifact, + req.name, + e, + ) + return None + + # Install build deps into temporary directory (PEP 518) + with req.build_env: + wheel_path = _build_one_inside_env( + req, output_dir, build_options, global_options, editable + ) + if wheel_path and verify: + try: + _verify_one(req, wheel_path) + except (InvalidWheelFilename, UnsupportedWheel) as e: + logger.warning("Built %s for %s is invalid: %s", artifact, req.name, e) + return None + return wheel_path + + +def _build_one_inside_env( + req: InstallRequirement, + output_dir: str, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + with TempDirectory(kind="wheel") as temp_dir: + assert req.name + if req.use_pep517: + assert req.metadata_directory + assert req.pep517_backend + if global_options: + logger.warning( + "Ignoring --global-option when building %s using PEP 517", req.name + ) + if build_options: + logger.warning( + "Ignoring --build-option when building %s using PEP 517", req.name + ) + if editable: + wheel_path = build_wheel_editable( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_pep517( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_legacy( + name=req.name, + setup_py_path=req.setup_py_path, + source_dir=req.unpacked_source_directory, + global_options=global_options, + build_options=build_options, + tempd=temp_dir.path, + ) + + if wheel_path is not None: + wheel_name = os.path.basename(wheel_path) + dest_path = os.path.join(output_dir, wheel_name) + try: + wheel_hash, length = hash_file(wheel_path) + shutil.move(wheel_path, dest_path) + logger.info( + "Created wheel for %s: filename=%s size=%d sha256=%s", + req.name, + wheel_name, + length, + wheel_hash.hexdigest(), + ) + logger.info("Stored in directory: %s", output_dir) + return dest_path + except Exception as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + # Ignore return, we can't do anything else useful. + if not req.use_pep517: + _clean_one_legacy(req, global_options) + return None + + +def _clean_one_legacy(req: InstallRequirement, global_options: List[str]) -> bool: + clean_args = make_setuptools_clean_args( + req.setup_py_path, + global_options=global_options, + ) + + logger.info("Running setup.py clean for %s", req.name) + try: + call_subprocess( + clean_args, command_desc="python setup.py clean", cwd=req.source_dir + ) + return True + except Exception: + logger.error("Failed cleaning build dir for %s", req.name) + return False + + +def build( + requirements: Iterable[InstallRequirement], + wheel_cache: WheelCache, + verify: bool, + build_options: List[str], + global_options: List[str], +) -> BuildResult: + """Build wheels. + + :return: The list of InstallRequirement that succeeded to build and + the list of InstallRequirement that failed to build. + """ + if not requirements: + return [], [] + + # Build the wheels. + logger.info( + "Building wheels for collected packages: %s", + ", ".join(req.name for req in requirements), # type: ignore + ) + + with indent_log(): + build_successes, build_failures = [], [] + for req in requirements: + assert req.name + cache_dir = _get_cache_dir(req, wheel_cache) + wheel_file = _build_one( + req, + cache_dir, + verify, + build_options, + global_options, + req.editable and req.permit_editable_wheels, + ) + if wheel_file: + # 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/python3.11/site-packages/pip/_vendor/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/__init__.py new file mode 100755 index 0000000..b22f7ab --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,120 @@ +""" +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("urllib3") diff --git a/env/lib/python3.11/site-packages/pip/_vendor/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..888b31fd2f2e38a39473e850a048adab379a8cef GIT binary patch literal 5628 zcmbW3U2NOd6~`~7qYulLo%q|aozSu4M9Cug+lk{ejbk?{md4wPu8rGGki~0@2_-5d zmBefUxIhNDLx<&|!@8oy@~~zpk^*@e_Bd?Ap2>nh17ZaV?5S@mvI0S#cK9J#wy%|9 zlt|wDyZ?K5dGERB@XzshjNtK;rSo*9jgbF1mC6zJ3r~|+`aKcI5)n8dAaVJ?Qh;;H zK`FQtbnmbfa_`}#umDRD8oCm#n7P+bDb?P$DBLmBwmN0nc%LKWA)el`wYJnGgzk`~ zIE~y5DE|r&8oUy$D7V;duF%>$Z4$!w185yj@7QXchBwErqoB4f1cl(Q0<%c*sc|8) zwI}D%D3dlYX^cs?y}fU@iK&e5rK7IFlxs zG{vMNOghS>V@x{Eq!Ua!$)rtRInS4hs;1CPJ{kMgNg4^xZpkdG zvQ*M&TFe(^MZ5G$wwkX{;bc%JD?QyniW!un}Tz4-!1N5%{Z!EhyX%p z>l?g-Z+AOzJE-m5RPFNYz~-}W1$WWZjPE|q?Zax;$1f7{IvFHd>*jNYhyonB?6%w> zH-neS4K5MBq(|Nzxt)A>^tR&6Jg#F%LbsEibIEU=hDB{}QdgX)@UNAj{zLPxa2idvLJ&5o#4%V?TnH@@n6$AY5BN&@Vd zCv*(kac@gd!F`Sm%Ndp0kfRwvb=Hc<O5Z3Zj-yCyQ%#v@#B* z3m@B$r}`JXtdl40{a>{Yec3+r*;@~Evwg;DpILvc3@xEK?(1ml-I-5s{9)~rwJ(N0 zKl13vUk8lntQnoPqO(}|zMBju{`B_aeb%Ab-vmEsy!)CNJ@};K;8z`qFFO(s1|M8A zJ4UUJ(f4B;upxXMZTVgB!^V&1tvv(xCcbEU)cbhJO1x}F&sx#5M&GA^%pQ*XdaGB01Js=lXMOqLW0m3rrPk}PHv zT*(G+;xS(7d#lByA6E4CO{5lS7Ds{c#ts*0adLFpju)@4rWLBnB_)eq)l`%+n&Xy& zh@xmwkyo)1OA5VKqN=9qZIx1z-ptaX=0q-iZxvR2K=0Xs{MQ)Qhj(pCrg45Gn)R#> z?XJU#EqF5h$PZB!Wm(b(>MAt_r}*d#CCP#&;YLGq$6l;0uF05zR8`XJyi3hI^1GYF zWs?L|KUhy8(W0zs^)%JxN$qZ@qDjh%KrxY}1u?7DTeNBi$Ac$-fMJ}FGzPwGE}g^i zIw4A5_`kX(op32pCsJh`pV1H1F@tNC&lE5~DfK+TH&Aa9aYq!<>#4qf_otOKQPLCj z+mkh3TxU->rjnIm9e#ny>e%WyoNrK5*7U&_m~&RD-qO3KG%-)*QeD4ubr{C%m=kLx z%!3&DKoPS!y~(*cQ-Pf7d)!)1T+K;%;>VZYF3GE_PJnB4+w&RaYN@El-AW}$`AU_p zI{u)?+(uPfL#qvLS;Mb6z1b@&nJit#d}T*9TF7KYZOsm8a$XYch!<_g6D@WmofhP* zmzP&cT1mkitvKHTHaN-Ij>sy8U@d0{WL1efykUM}?u|?H7Z>Jja9bky@#YmUqPoc# zv;7KwN}|<?sF|2L#@-Tgfw&Fk*(35l({zjBPkTh|-PO(fp(!TH}V{(AAF zxlhjjaq;8D2N%q~Nvm(tY?`u~rW{EtH^-Gp&2@r6{5x`%)nynYs&)vDO@l)sb-jA_QD87DSiZbDv4}3?s5dUB2g4GcJjpHdse8PlD3nmSi^lj~U zryb)tZbH(6qyb64%Lx-sT5!^Ule>*)%7kePrVW_(6+5P3%!F|Z#tj(X&BnHIY`kN_ zJ`464u+QzW@pBW}Eoe8O-K%f&nH_$+W7qt`gkB4J4e0d@yvPZ+4`9be={I4&1^W%y m?-|_Yr5kUW&|yJ`0UciZ=C;M1i~sVufEyXy_@GQ-xcVR1!r5j3 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/__pycache__/six.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/__pycache__/six.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..1da556d43d1230a7594a53618d7541fc5397c204 GIT binary patch literal 46430 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 VSY@BA6@F0bne;n;&|(Ap{{X&+YwG|2 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f8fc1e34fd73c6635d12b5e3b941401343ebe4e8 GIT binary patch literal 97460 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 YFuB1X++28cTOhfu?D4{2Dr^A$UwRk}egFUf literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__init__.py new file mode 100755 index 0000000..f631ae6 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__init__.py @@ -0,0 +1,18 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +"""CacheControl import Interface. + +Make it easy to import from cachecontrol without long namespaces. +""" +__author__ = "Eric Larson" +__email__ = "eric@ionrock.org" +__version__ = "0.12.11" + +from .wrapper import CacheControl +from .adapter import CacheControlAdapter +from .controller import CacheController + +import logging +logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..904ad0629f4dd3407e4b9ab2d65c9e64880eb167 GIT binary patch literal 857 zcmY*W&u`N(6nOx0lXlyQm#&do=h^u_+u!@;UkeK^;P@20;{yxeUqQ-Ioq(I4 z2z~&A0GJh6Y%Z8%m7v0^tR|~*EvQ+5_@2BM+krjCwyeia;2^FuN4kMK2i*PAC>`_p zbBuL?^KP6ilxX@t)-=nVa|9P9fmuDqaX!PE+uh%x;UVAADl=MoB2Ki)ybmhl=75I0 z?YbZ75%)yqahjfbnJ%v!7#(|Ip$#Y66OkS2PUcCiB2UqnrwMvU+ith<)`-yCr6$#? zd!HkDCA2a+JZftbb?xWv^^NxW`c+Zgnw8H_r-b~$G=I%#g300b;`FxU=Bg-lZ*4KR z31K=UBzFm+9Zbp~b_n4y6%t{CkYjFAOaX~~VrY_ZV=Ac5ZF=Y46c3rZlhV++sf~}N zjv}F=+=+O$i`#tfU~~LbWc(R+^oT~NPDJ8k6^d!&Prrgsh)^OU zq@A4J*0<1SNAj2E5ymgNn|{aTx?)+@wOg^O*HA2VXfF5M(fpI1GipBWH7?<4f7V8@ z+Ml%%wEDAl3C-U48^Kb~9>UVM)d4IIVfint{DGBzYxC@6*xDSlwuY^(0c;OpyI-1l Hh-v)?$=CV? literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..e5facb1cc73c038e13a1acc3dab1b211eb64a040 GIT binary patch literal 2712 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..066ddb9b37c35755c6f983624281ecfd7be1cd7b GIT binary patch literal 3793 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..3750ce36fce4c91532899d316b8492370b538be6 GIT binary patch literal 16465 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%0Av>F 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..bb53c2653940ab15526f14740a2c83309ded0794 GIT binary patch literal 4252 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 GkNO1bntI#- literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..d6f71f2c0414dfa136225818486bb35e7edc97d7 GIT binary patch literal 8415 zcmb7JU2GdycE0mR4k`XivgF9J#-i<*{*fC0>;{gLg(TZqcO9y=z3a6abTa0QB-;E@ zW=6lD7TO>Mw1(0sfwN`iXrZ?fJ#^rZpXm$esI>_btI1%VO+2ry9O!EZEd145p9 z&K+{7p=fVx{%YcF?M@dV|BE+`;;C1j{t+s7h)Pr@ zLniEBW`coxHp6DQ363Eur}7y-D@+Jk&xD8G3mI=#oDdn}BbtvPxp16l{{2MvGDPdp z0+Z~7?;6SR^JIa$M&=pS^C6iCvgB=|dOswpc#kFIK78#m5uzL)aQs?G6YlZAg>Ri3 zrrZwT27v2n;YQRTj2%^(%Onwcj9rom#`36|s^!eb_>2T=`9>8(8&gu#n$>+-n^APd z)JF5_qSFjr!jwOj&zX8YlhO2)Gd~zZfG-E%r+;E_wM?is$_;3-%Q9PFT^wfwS1XP~ z%aWInCD@l`*7P;nh-++>aj%pfZg~REigCZPUYP1 zbD6{mPBbTmO?ELja&|>ojwq3n6 zp1gR?@{Y@6m(Gn`u{`7Qxu1?*w7k=bp_rzwqrVNXnR1LHM3Cgz%!_)b!HawLE zwKRs$=2Np-&~0OQX3?C^=Z2x*^;zS1_I=YF)^c;hne_EK>%`D&uMHb%Q#&@Jq;4ux z(0e95Gc3<(IW?~jr_dl$w!+&t#xTxDri`JPMJpy7T549;WSq4;uftIK9+*}qe2qsy zR>(Jj(Atky&eZ}$@PBk^ZQ_f;yNPlzUgqN~=bnp141c7rpDBB#idU);Mi{7y!Ovp1 z`^)0qRpGhE=ASNm_g1`nk>79g`^w^;RiP&GLU2>`uld#wmBqe_*jJ+0)@Gpdv#X_! z{u*J0V3Rx&1FL*ZfVQozt>+Qq53Kd9_ZClW94Pw^ReXn5Mr*7`2yKR=Ym3EL@k%*7 zSP2i7#KEl^&k3P#;7Q_o>=%Kxz-j>I0fQKO;Uym&?;7=zhu-LDANTMT2I;A;F+cf( zzh`V8mjVf=G%WtoIb(B{TR4FMi96TBuM8r}oR`_2Fp9#sT9^QwS` z6QUYc{UGU6J2d|!s|G&gCpswJ1ylj>E@Fk{^RQtQx!y@Hq;pHhFHbAFrb_ATOh!XB zQOtBcCr##c>3ZIrmKXjmz!Zq=ybFK}k;TTC1rF{Uz%B4_=ggtt zfjj33DuG4zB$tNAlw2-vO0$NBUs+A-awea;DJeNs!it>AD25@K`67OzhT67Yi}_h8J8PKIv@)l; zdgBbxZl!e2Fckm^bx67f(kUg^Xp+*VG?!K+F#pr8z7jS$QjL*ZB8hEP1;%T9%y+OF zNR-@HHE^cnzG}TBvZqG);K6GD;dTGI|53EB6pdH=53KtEt_Db?uSP`Q!6w=4?yIqU zH1dS=>;H$#B)_zu0el`91^grCVd!rmqRKkh>37`1y@QHHxR3&_>B%XQ-lB9j? z_c?F?2FV7B>?jbwxS$ZCx@~V=U{#2)|Bl`5^m9uW*ePZSc*~sW#B>mOIV0S_y`iN* zZa5NCOo96+<`VgP1S&T97#Rr;P-c6RmC%*hKkoqN_&|ilUU90bb23&=w z{|V&(v-%J{I;#h+0(`JLW;_LJUEscpE~jws;N$Mkz?#R&YsBE^Sv$+YNSA>Rx(#q_ zIP-b|$HpTUISm&D`(?5Eb=Zp$kkTO!fQ`~MMYW>nGLm`oe10~kQtWJO7nKUo5XJL#V_GzTVAf_qtjHiDdij&H|SR>i=_9k)8x&lV4qMX4f6rN%`~%HmbUR8rdv zf?#w+mt-AY@D2p0?cv^)x;nt$9?)AM5TMH0gjVCBi6eUEdNG}ZjgWSUBW#2d&o%ns zZ|gJBtj%asqQKp7W)1Uk;y(9$pch}@H@3}Z+X$>1s$ruU{J2MeRJh{>aL`s74=i3J zk6^ykjMFYFlUim`qUo1}K_TuX28mdoN<%g$A;1qgQCl+6VFSOIRc>k!QyKahcpnSH zD};O+JL#CI>zK*eaTDfsG_tY;`lN=|Vo!Y>2zV3-%JjFP+M=-fkDzU*|FyOMXDI&$ z=omN(Kj({XV#4?Zd)ND`@aN$#`Eu{EO7F2R&EFNufismx#I&^;>G`6k6sFh^MQpH1 zH4s@ni^vc~Z1Ip#>|^3Bi}=C!Pm_O-j)b@eK?do;zR@?hhs>_gxbUzifb}>(`l|2Ys~px3Ggv=D>u>O* zKk)v6Wq`UMz(K{^F#LB%#R6+bDqv0yHX4TjK%BT_d*o8!c9@UtADx7ZCVo5oBl=2; zrl5!;Fh4u=N0iXfymefXx?i-B)nm*~PNo-ZM8#J_M706cE2~;YGqt6j9g&R9_z1*} z>p)t7wK!J}A6VtVZ>|*}boX`FST5MT8HwHY759Gn&L35R5%P-527tO-i zjBEvD`TbcXQ|EYPS@Y6Tzxgq$Y}X=q-haiG0+Kg7Y4C?Q;5G{Nnl#p+jq zd_|~(pzEaLX$K`}^v2gfR-8|jKU3n*)chp6s~YX8Ms`)ZcY~|0g%1b^YQ#;F4DrNj zEF*jm7DV{o6Ao@aeAjO92*Sx4aY)E3fbVxmj1|D<-9!uu0~@e-@Y726dIVtXB=$Su z>!jf8l!m%K?S&@y@r=sCfeWv4fW5rsbB;-tQWRCM=!%-glN2S>Ovz8fk&3z~r47k| zgcc87a#9u!0QJSAl98A2#K4$Mo62=a&G7&xqv%t1=C0=FbD6xN8a8IT0$$Wy>X$K+ zc$rb|^g#5y0>Vnjr0l(An}LUcUa(;ga6C@UA>zE}klk_@gbefqUP zVt+;KFEuW@xJfX}pMs!%4ao$Ozd@oQ`CB9y%G+x79@dcj621ne9!<3ZgAznQMj(Dh zpl5)s#2yLzx8KbDz-hmku%&{^1NG4JGLQT8-+B3^X}Zbp(7ijR0g9y3aCG+aomM2H z{!fB53Gw<-2{d3fmCjAkv1T;oW?dQJEC-HWU$)b8^aZ|aVyW7RBD*8OX$eSa5`x-P zFKv?$F8Qr6glephfmnjG;R2Hp8(_Jn2HC)hs_EdW2@4`IA0DQ#6*OHM5ME)$QRXeXS~uGF9qUTn_)aMepzaO-r)1_Ve(u5>)hAO>s)*9 zhPeJRLvs74`trgd;YI^4pntQ#@nOqC+mS!yb9x%Y^uGk+a!fp3-?yN-C1n#Kq<`u1 zHTeI6eG%YW-IKk1&ES83SsbW{1Et1AO{YD)ppCw4Rd&M5ixpIDzam^x$F;YY1#MSX zfow-23KvUz+AEI@N&kvn>hInLlA18}YFQkthp@GpI!m-;=?z$vcg}EO#34YP*PCe z`;H2OUt^Zuy`-75dX6Rz2wHGN41WR9>_NH?f03#Z{8xZk#g8vt9P-ow5A&f4|`GUOIP*d6q8;L6?1I-OQ2DDcbSTdsw3y zf^%%~b>E6->_F`;eF3<*{KhCyhyxi0f+r@t62ecF_*UqrO8QFf>k&CwYIjx1p_2Qm z@jP>+%6FIOwN>>-K;M`nP4Z~BwDD@G_pmJh6#g7zj$kHCZnMetIWa4{z*#g6+?m%&txbj9@1zj+c&&K0(H_CikcZ2i{2x1p9wv_mN-w Lj&Z+Zj&c775Y{PS literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..cf7768c3a6e1bf766b543aa36c0ba2cda1f9846e GIT binary patch literal 2512 zcmbVN-D?|15a0XI>Exc`BnplLmUD{HgF-7sZ74J(DdeMRpm9n~DG17O(QWKYPIt=g z$%%~&e#nCfhLlpU>60HCx558F{|qSz5)J}^KJ`t-eacg3_H>G5=OJ`&HJY8B-JSXE z%;!@KZS4llsD%85gQTSf%>GxvY!Qbzl1Ca+O_Gq8J-H#*WWg(*(ok!vL}YS< zIO=2Kq^P>95V8lqxYbgQwm?ehzj0WSBHeM9UG4_H;O&rxZi51!xngsA)vhnm`e3E_ zlLv$S^T2EoN@|irYO*6eCN;&8fvS!UCrfZn3Pzfv0Zlt;pt_^L$(d;4JLw)i=v@z{ zt_Ag0gZd$_G*`la%jSTH$U;KWWC&DZmiDaF;Ix)SWZe}*% z+Xn%uk0OBH3j{s~1`r_kP(`#IDd9%{+tMz`_l9!|gk@m9Bnw<3Ws!!@W%dz>BIQ0^ z834r$5U`^_R*#HW3(6?tQ$WDb$=v43)3qmS+Y8;vLT|Fr(F^PdOwHFJK!+_2oG|$t zFak_gc>Y7oZp*vi_}7LGITi7T4CJ}9!4pcrH>-T^}{F|2BGa)oI;j3yrhcDXU9=JwQPGW8l~x@rpqYj zxQ7WX4hKxSv2cJ*b0Fit0>N;Y>Ju$fePtZoy!rIjlUv(!+pVrq>>0&Q(qCs!Zl|A3 zce7`E*|UA3g7#GYnf}{k*R1x;YImx-aU))T`^oL?tIu*fKfEkncu~C2Ene&uFLn!; zdWB1W!mihQ#`R9p--r{%ik*{x6uZW`o^h^|bPn`7bYnB~QlEaIPjBbCdcLRUJ4ug?A7(G;mIe4>o1zN=b7OW zHL-@6u5a3=V~6$~cp}Q?_nev!-Ee6FV+mW`ZiVom6y{4x9K9+oV+hqD0Hc&RWA*3= zghFx}wD}bv>!h!d6VtzZv32?9%iY{uFE`gGQs#^x8&^dVoC(pS6r!6DEuE_N z$v8PKrDjoOKr|JVhs2Om**-Z;Vtdev`I3g7-ED;}2A(mzjJT%F!oyo0JiO)6hc_ND ztlz?s10KHBFUB}sW+hO;3*ZlcKp03;e}YJ6hnybmZ%Do~-d~aPo$=n+W+d?BF!|}! NKPdh8JyXKT{{RgU6HfpD literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py new file mode 100755 index 0000000..f1ddb2e --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py @@ -0,0 +1,188 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import hashlib +import os +from textwrap import dedent + +from ..cache import BaseCache, SeparateBodyBaseCache +from ..controller import CacheController + +try: + FileNotFoundError +except NameError: + # py2.X + FileNotFoundError = (IOError, OSError) + + +def _secure_open_write(filename, fmode): + # We only want to write to this file, so open it in write only mode + flags = os.O_WRONLY + + # os.O_CREAT | os.O_EXCL will fail if the file already exists, so we only + # will open *new* files. + # We specify this because we want to ensure that the mode we pass is the + # mode of the file. + flags |= os.O_CREAT | os.O_EXCL + + # Do not follow symlinks to prevent someone from making a symlink that + # we follow and insecurely open a cache file. + if hasattr(os, "O_NOFOLLOW"): + flags |= os.O_NOFOLLOW + + # On Windows we'll mark this file as binary + if hasattr(os, "O_BINARY"): + flags |= os.O_BINARY + + # Before we open our file, we want to delete any existing file that is + # there + try: + os.remove(filename) + except (IOError, OSError): + # The file must not exist already, so we can just skip ahead to opening + pass + + # Open our file, the use of os.O_CREAT | os.O_EXCL will ensure that if a + # race condition happens between the os.remove and this line, that an + # error will be raised. Because we utilize a lockfile this should only + # happen if someone is attempting to attack us. + fd = os.open(filename, flags, fmode) + try: + return os.fdopen(fd, "wb") + + except: + # An error occurred wrapping our FD in a file object + os.close(fd) + raise + + +class _FileCacheMixin: + """Shared implementation for both FileCache variants.""" + + def __init__( + self, + directory, + forever=False, + filemode=0o0600, + dirmode=0o0700, + use_dir_lock=None, + lock_class=None, + ): + + if use_dir_lock is not None and lock_class is not None: + raise ValueError("Cannot use use_dir_lock and lock_class together") + + try: + from lockfile import LockFile + from lockfile.mkdirlockfile import MkdirLockFile + except ImportError: + notice = dedent( + """ + NOTE: In order to use the FileCache you must have + lockfile installed. You can install it via pip: + pip install lockfile + """ + ) + raise ImportError(notice) + + else: + if use_dir_lock: + lock_class = MkdirLockFile + + elif lock_class is None: + lock_class = LockFile + + self.directory = directory + self.forever = forever + self.filemode = filemode + self.dirmode = dirmode + self.lock_class = lock_class + + @staticmethod + def encode(x): + return hashlib.sha224(x.encode()).hexdigest() + + def _fn(self, name): + # NOTE: This method should not change as some may depend on it. + # See: https://github.com/ionrock/cachecontrol/issues/63 + hashed = self.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key): + name = self._fn(key) + try: + with open(name, "rb") as fh: + return fh.read() + + except FileNotFoundError: + return None + + def set(self, key, value, expires=None): + name = self._fn(key) + self._write(name, value) + + def _write(self, path, data: bytes): + """ + Safely write the data to the given path. + """ + # Make sure the directory exists + try: + os.makedirs(os.path.dirname(path), self.dirmode) + except (IOError, OSError): + pass + + with self.lock_class(path) as lock: + # Write our actual file + with _secure_open_write(lock.path, self.filemode) as fh: + fh.write(data) + + def _delete(self, key, suffix): + 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): + 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): + name = self._fn(key) + ".body" + try: + return open(name, "rb") + except FileNotFoundError: + return None + + def set_body(self, key, body): + name = self._fn(key) + ".body" + self._write(name, body) + + def delete(self, key): + self._delete(key, "") + self._delete(key, ".body") + + +def url_to_file_path(url, filecache): + """Return the file cache path based on the URL. + + This does not ensure the file exists! + """ + key = CacheController.cache_url(url) + return filecache._fn(key) diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100755 index 0000000..2cba4b0 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py @@ -0,0 +1,39 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from __future__ import division + +from datetime import datetime +from pip._vendor.cachecontrol.cache import BaseCache + + +class RedisCache(BaseCache): + + def __init__(self, conn): + self.conn = conn + + def get(self, key): + return self.conn.get(key) + + def set(self, key, value, expires=None): + if not expires: + self.conn.set(key, value) + elif isinstance(expires, datetime): + expires = expires - datetime.utcnow() + self.conn.setex(key, int(expires.total_seconds()), value) + else: + self.conn.setex(key, expires, value) + + def delete(self, key): + self.conn.delete(key) + + def clear(self): + """Helper for clearing all the keys in a database. Use with + caution!""" + for key in self.conn.keys(): + self.conn.delete(key) + + def close(self): + """Redis uses connection pooling, no need to close the connection.""" + pass diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/compat.py b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/compat.py new file mode 100755 index 0000000..ccec937 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/compat.py @@ -0,0 +1,32 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +try: + from urllib.parse import urljoin +except ImportError: + from urlparse import urljoin + + +try: + import cPickle as pickle +except ImportError: + import pickle + +# Handle the case where the requests module has been patched to not have +# urllib3 bundled as part of its source. +try: + from pip._vendor.requests.packages.urllib3.response import HTTPResponse +except ImportError: + from pip._vendor.urllib3.response import HTTPResponse + +try: + from pip._vendor.requests.packages.urllib3.util import is_fp_closed +except ImportError: + from pip._vendor.urllib3.util import is_fp_closed + +# Replicate some six behaviour +try: + text_type = unicode +except NameError: + text_type = str diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/controller.py b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100755 index 0000000..7f23529 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/controller.py @@ -0,0 +1,439 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The httplib2 algorithms ported for use with requests. +""" +import logging +import re +import calendar +import time +from email.utils import parsedate_tz + +from pip._vendor.requests.structures import CaseInsensitiveDict + +from .cache import DictCache, SeparateBodyBaseCache +from .serialize import Serializer + + +logger = logging.getLogger(__name__) + +URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") + +PERMANENT_REDIRECT_STATUSES = (301, 308) + + +def parse_uri(uri): + """Parses a URI using the regex given in Appendix B of RFC 3986. + + (scheme, authority, path, query, fragment) = parse_uri(uri) + """ + groups = URI.match(uri).groups() + return (groups[1], groups[3], groups[4], groups[6], groups[8]) + + +class CacheController(object): + """An interface to see if request should cached or not.""" + + def __init__( + self, cache=None, cache_etags=True, serializer=None, status_codes=None + ): + self.cache = DictCache() if cache is None else cache + self.cache_etags = cache_etags + self.serializer = serializer or Serializer() + self.cacheable_status_codes = status_codes or (200, 203, 300, 301, 308) + + @classmethod + def _urlnorm(cls, uri): + """Normalize the URL to create a safe key for the cache""" + (scheme, authority, path, query, fragment) = parse_uri(uri) + if not scheme or not authority: + raise Exception("Only absolute URIs are allowed. uri = %s" % uri) + + scheme = scheme.lower() + authority = authority.lower() + + if not path: + path = "/" + + # Could do syntax based normalization of the URI before + # computing the digest. See Section 6.2.2 of Std 66. + request_uri = query and "?".join([path, query]) or path + defrag_uri = scheme + "://" + authority + request_uri + + return defrag_uri + + @classmethod + def cache_url(cls, uri): + return cls._urlnorm(uri) + + def parse_cache_control(self, headers): + known_directives = { + # https://tools.ietf.org/html/rfc7234#section-5.2 + "max-age": (int, True), + "max-stale": (int, False), + "min-fresh": (int, True), + "no-cache": (None, False), + "no-store": (None, False), + "no-transform": (None, False), + "only-if-cached": (None, False), + "must-revalidate": (None, False), + "public": (None, False), + "private": (None, False), + "proxy-revalidate": (None, False), + "s-maxage": (int, True), + } + + cc_headers = headers.get("cache-control", headers.get("Cache-Control", "")) + + retval = {} + + for cc_directive in cc_headers.split(","): + if not cc_directive.strip(): + continue + + parts = cc_directive.split("=", 1) + directive = parts[0].strip() + + try: + typ, required = known_directives[directive] + except KeyError: + logger.debug("Ignoring unknown cache-control directive: %s", directive) + continue + + if not typ or not required: + retval[directive] = None + if typ: + try: + retval[directive] = typ(parts[1].strip()) + except IndexError: + if required: + logger.debug( + "Missing value for cache-control " "directive: %s", + directive, + ) + except ValueError: + logger.debug( + "Invalid value for cache-control directive " "%s, must be %s", + directive, + typ.__name__, + ) + + return retval + + def cached_request(self, request): + """ + Return a cached response if it exists in the cache, otherwise + return False. + """ + cache_url = self.cache_url(request.url) + logger.debug('Looking up "%s" in the cache', cache_url) + cc = self.parse_cache_control(request.headers) + + # Bail out if the request insists on fresh data + if "no-cache" in cc: + logger.debug('Request header has "no-cache", cache bypassed') + return False + + if "max-age" in cc and cc["max-age"] == 0: + logger.debug('Request header has "max_age" as 0, cache bypassed') + return False + + # Request allows serving from the cache, let's see if we find something + cache_data = self.cache.get(cache_url) + if cache_data is None: + logger.debug("No cache entry available") + return False + + if isinstance(self.cache, SeparateBodyBaseCache): + body_file = self.cache.get_body(cache_url) + else: + body_file = None + + # Check whether it can be deserialized + resp = self.serializer.loads(request, cache_data, body_file) + if not resp: + logger.warning("Cache entry deserialization failed, entry ignored") + return False + + # If we have a cached permanent redirect, return it immediately. We + # don't need to test our response for other headers b/c it is + # intrinsically "cacheable" as it is Permanent. + # + # See: + # https://tools.ietf.org/html/rfc7231#section-6.4.2 + # + # Client can try to refresh the value by repeating the request + # with cache busting headers as usual (ie no-cache). + if int(resp.status) in PERMANENT_REDIRECT_STATUSES: + msg = ( + "Returning cached permanent redirect response " + "(ignoring date and etag information)" + ) + logger.debug(msg) + return resp + + headers = CaseInsensitiveDict(resp.headers) + if not headers or "date" not in headers: + if "etag" not in headers: + # Without date or etag, the cached response can never be used + # and should be deleted. + logger.debug("Purging cached response: no date or etag") + self.cache.delete(cache_url) + logger.debug("Ignoring cached response: no date") + return False + + now = time.time() + date = calendar.timegm(parsedate_tz(headers["date"])) + current_age = max(0, now - date) + logger.debug("Current age based on date: %i", current_age) + + # TODO: There is an assumption that the result will be a + # urllib3 response object. This may not be best since we + # could probably avoid instantiating or constructing the + # response until we know we need it. + resp_cc = self.parse_cache_control(headers) + + # determine freshness + freshness_lifetime = 0 + + # Check the max-age pragma in the cache control header + if "max-age" in resp_cc: + freshness_lifetime = resp_cc["max-age"] + logger.debug("Freshness lifetime from max-age: %i", freshness_lifetime) + + # If there isn't a max-age, check for an expires header + elif "expires" in headers: + expires = parsedate_tz(headers["expires"]) + if expires is not None: + expire_time = calendar.timegm(expires) - date + freshness_lifetime = max(0, expire_time) + logger.debug("Freshness lifetime from expires: %i", freshness_lifetime) + + # Determine if we are setting freshness limit in the + # request. Note, this overrides what was in the response. + if "max-age" in cc: + freshness_lifetime = cc["max-age"] + logger.debug( + "Freshness lifetime from request max-age: %i", freshness_lifetime + ) + + if "min-fresh" in cc: + min_fresh = cc["min-fresh"] + # adjust our current age by our min fresh + current_age += min_fresh + logger.debug("Adjusted current age from min-fresh: %i", current_age) + + # Return entry if it is fresh enough + if freshness_lifetime > current_age: + logger.debug('The response is "fresh", returning cached response') + logger.debug("%i > %i", freshness_lifetime, current_age) + return resp + + # we're not fresh. If we don't have an Etag, clear it out + if "etag" not in headers: + logger.debug('The cached response is "stale" with no etag, purging') + self.cache.delete(cache_url) + + # return the original handler + return False + + def conditional_headers(self, request): + cache_url = self.cache_url(request.url) + resp = self.serializer.loads(request, self.cache.get(cache_url)) + new_headers = {} + + if resp: + headers = CaseInsensitiveDict(resp.headers) + + if "etag" in headers: + new_headers["If-None-Match"] = headers["ETag"] + + if "last-modified" in headers: + new_headers["If-Modified-Since"] = headers["Last-Modified"] + + return new_headers + + def _cache_set(self, cache_url, request, response, body=None, expires_time=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, + ) + 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, response, body=None, status_codes=None): + """ + Algorithm for caching requests. + + This assumes a requests Response object. + """ + # From httplib2: Don't cache 206's since we aren't going to + # handle byte range requests + cacheable_status_codes = status_codes or self.cacheable_status_codes + if response.status not in cacheable_status_codes: + logger.debug( + "Status code %s not in %s", response.status, cacheable_status_codes + ) + return + + response_headers = CaseInsensitiveDict(response.headers) + + if "date" in response_headers: + date = calendar.timegm(parsedate_tz(response_headers["date"])) + else: + date = 0 + + # If we've been given a body, our response has a Content-Length, that + # Content-Length is valid then we can check to see if the body we've + # been given matches the expected size, and if it doesn't we'll just + # skip trying to cache it. + if ( + body is not None + and "content-length" in response_headers + and response_headers["content-length"].isdigit() + and int(response_headers["content-length"]) != len(body) + ): + return + + cc_req = self.parse_cache_control(request.headers) + cc = self.parse_cache_control(response_headers) + + cache_url = self.cache_url(request.url) + logger.debug('Updating cache with response from "%s"', cache_url) + + # Delete it from the cache if we happen to have it stored there + no_store = False + if "no-store" in cc: + no_store = True + logger.debug('Response header has "no-store"') + if "no-store" in cc_req: + no_store = True + logger.debug('Request header has "no-store"') + if no_store and self.cache.get(cache_url): + logger.debug('Purging existing cache entry to honor "no-store"') + self.cache.delete(cache_url) + if no_store: + return + + # https://tools.ietf.org/html/rfc7234#section-4.1: + # A Vary header field-value of "*" always fails to match. + # Storing such a response leads to a deserialization warning + # during cache lookup and is not allowed to ever be served, + # so storing it can be avoided. + if "*" in response_headers.get("vary", ""): + logger.debug('Response header has "Vary: *"') + return + + # If we've been given an etag, then keep the response + if self.cache_etags and "etag" in response_headers: + expires_time = 0 + if response_headers.get("expires"): + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires) - date + + expires_time = max(expires_time, 14 * 86400) + + logger.debug("etag object cached for {0} seconds".format(expires_time)) + logger.debug("Caching due to etag") + self._cache_set(cache_url, 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: + date = calendar.timegm(parsedate_tz(response_headers["date"])) + # cache when there is a max-age > 0 + if "max-age" in cc and cc["max-age"] > 0: + logger.debug("Caching b/c date exists and max-age > 0") + expires_time = cc["max-age"] + self._cache_set( + cache_url, + 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) - date + else: + expires_time = None + + logger.debug( + "Caching b/c of expires header. expires in {0} seconds".format( + expires_time + ) + ) + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + def update_cached_response(self, request, response): + """On a 304 we will get a new set of headers that we want to + update our cached value with, assuming we have one. + + This should only ever be called when we've sent an ETag and + gotten a 304 as the response. + """ + cache_url = self.cache_url(request.url) + + cached_response = self.serializer.loads(request, self.cache.get(cache_url)) + + if not cached_response: + # we didn't have a cached response + return response + + # Lets update our headers with the headers from the new request: + # http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-26#section-4.1 + # + # The server isn't supposed to send headers that would make + # the cached body invalid. But... just in case, we'll be sure + # to strip out ones we know that might be problmatic due to + # typical assumptions. + excluded_headers = ["content-length"] + + cached_response.headers.update( + dict( + (k, v) + for k, v in response.headers.items() + if k.lower() not in excluded_headers + ) + ) + + # we want a 200 b/c we have content via the cache + cached_response.status = 200 + + # update our cache + self._cache_set(cache_url, request, cached_response) + + return cached_response diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100755 index 0000000..f5ed5f6 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,111 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from tempfile import NamedTemporaryFile +import mmap + + +class CallbackFileWrapper(object): + """ + Small wrapper around a fp object which will tee everything read into a + buffer, and when that file is closed it will execute a callback with the + contents of that buffer. + + All attributes are proxied to the underlying file object. + + This class uses members with a double underscore (__) leading prefix so as + not to accidentally shadow an attribute. + + The data is stored in a temporary file until it is all available. As long + as the temporary files directory is disk-based (sometimes it's a + memory-backed-``tmpfs`` on Linux), data will be unloaded to disk if memory + pressure is high. For small files the disk usually won't be used at all, + it'll all be in the filesystem memory cache, so there should be no + performance impact. + """ + + def __init__(self, fp, callback): + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name): + # The vaguaries of garbage collection means that self.__fp is + # not always set. By using __getattribute__ and the private + # name[0] allows looking up the attribute value and raising an + # AttributeError when it doesn't exist. This stop thigns from + # infinitely recursing calls to getattr in the case where + # self.__fp hasn't been set. + # + # [0] https://docs.python.org/2/reference/expressions.html#atom-identifiers + fp = self.__getattribute__("_CallbackFileWrapper__fp") + return getattr(fp, name) + + def __is_fp_closed(self): + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + return self.__fp.closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self): + if self.__callback: + if self.__buf.tell() == 0: + # Empty file: + result = b"" + else: + # Return the data without actually loading it into memory, + # relying on Python's buffer API and mmap(). mmap() just gives + # a view directly into the filesystem's memory cache, so it + # doesn't result in duplicate memory use. + self.__buf.seek(0, 0) + result = memoryview( + mmap.mmap(self.__buf.fileno(), 0, access=mmap.ACCESS_READ) + ) + self.__callback(result) + + # We assign this to None here, because otherwise we can get into + # really tricky problems where the CPython interpreter dead locks + # because the callback is holding a reference to something which + # has a __del__ method. Setting this to None breaks the cycle + # and allows the garbage collector to do it's thing normally. + self.__callback = None + + # Closing the temporary file releases memory and frees disk space. + # Important when caching big files. + self.__buf.close() + + def read(self, amt=None): + data = self.__fp.read(amt) + if data: + # We may be dealing with b'', a sign that things are over: + # it's passed e.g. after we've already closed self.__buf. + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data + + def _safe_read(self, amt): + data = self.__fp._safe_read(amt) + if amt == 2 and data == b"\r\n": + # urllib executes this read to toss the CRLF at the end + # of the chunk. + return data + + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100755 index 0000000..ebe4a96 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,139 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import calendar +import time + +from email.utils import formatdate, parsedate, parsedate_tz + +from datetime import datetime, timedelta + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta, date=None): + date = date or datetime.utcnow() + return date + delta + + +def datetime_to_header(dt): + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic(object): + + def warning(self, response): + """ + Return a valid 1xx warning header value describing the cache + adjustments. + + The response is provided too allow warnings like 113 + http://tools.ietf.org/html/rfc7234#section-5.5.4 where we need + to explicitly say response is over 24 hours old. + """ + return '110 - "Response is Stale"' + + def update_headers(self, response): + """Update the response headers with any new headers. + + NOTE: This SHOULD always include some Warning header to + signify that the response was cached by the client, not + by way of the provided headers. + """ + return {} + + def apply(self, response): + updated_headers = self.update_headers(response) + + if updated_headers: + response.headers.update(updated_headers) + warning_header_value = self.warning(response) + if warning_header_value is not None: + response.headers.update({"Warning": warning_header_value}) + + return response + + +class OneDayCache(BaseHeuristic): + """ + Cache the response by providing an expires 1 day in the + future. + """ + + def update_headers(self, response): + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after(timedelta(days=1), date=datetime(*date[:6])) + headers["expires"] = datetime_to_header(expires) + headers["cache-control"] = "public" + return headers + + +class ExpiresAfter(BaseHeuristic): + """ + Cache **all** requests for a defined time period. + """ + + def __init__(self, **kw): + self.delta = timedelta(**kw) + + def update_headers(self, response): + expires = expire_after(self.delta) + return {"expires": datetime_to_header(expires), "cache-control": "public"} + + def warning(self, response): + tmpl = "110 - Automatically cached for %s. Response might be stale" + return tmpl % self.delta + + +class LastModified(BaseHeuristic): + """ + If there is no Expires header already, fall back on Last-Modified + using the heuristic from + http://tools.ietf.org/html/rfc7234#section-4.2.2 + to calculate a reasonable value. + + Firefox also does something like this per + https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching_FAQ + http://lxr.mozilla.org/mozilla-release/source/netwerk/protocol/http/nsHttpResponseHead.cpp#397 + Unlike mozilla we limit this to 24-hr. + """ + cacheable_by_default_statuses = { + 200, 203, 204, 206, 300, 301, 404, 405, 410, 414, 501 + } + + def update_headers(self, resp): + headers = resp.headers + + if "expires" in headers: + return {} + + if "cache-control" in headers and headers["cache-control"] != "public": + return {} + + if resp.status not in self.cacheable_by_default_statuses: + return {} + + if "date" not in headers or "last-modified" not in headers: + return {} + + date = calendar.timegm(parsedate_tz(headers["date"])) + last_modified = parsedate(headers["last-modified"]) + if date is None or last_modified is None: + return {} + + now = time.time() + current_age = max(0, now - date) + delta = date - calendar.timegm(last_modified) + freshness_lifetime = max(0, min(delta / 10, 24 * 3600)) + if freshness_lifetime <= current_age: + return {} + + expires = date + freshness_lifetime + return {"expires": time.strftime(TIME_FMT, time.gmtime(expires))} + + def warning(self, resp): + return None diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100755 index 0000000..7fe1a3e --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,190 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import base64 +import io +import json +import zlib + +from pip._vendor import msgpack +from pip._vendor.requests.structures import CaseInsensitiveDict + +from .compat import HTTPResponse, pickle, text_type + + +def _b64_decode_bytes(b): + return base64.b64decode(b.encode("ascii")) + + +def _b64_decode_str(s): + return _b64_decode_bytes(s).decode("utf8") + + +_default_body_read = object() + + +class Serializer(object): + def dumps(self, request, response, body=None): + response_headers = CaseInsensitiveDict(response.headers) + + if body is None: + # When a body isn't passed in, we'll read the response. We + # also update the response with a new file handler to be + # sure it acts as though it was never read. + body = response.read(decode_content=False) + response._fp = io.BytesIO(body) + + # NOTE: This is all a bit weird, but it's really important that on + # Python 2.x these objects are unicode and not str, even when + # they contain only ascii. The problem here is that msgpack + # understands the difference between unicode and bytes and we + # have it set to differentiate between them, however Python 2 + # doesn't know the difference. Forcing these to unicode will be + # enough to have msgpack know the difference. + data = { + u"response": { + u"body": body, # Empty bytestring if body is stored separately + u"headers": dict( + (text_type(k), text_type(v)) for k, v in response.headers.items() + ), + u"status": response.status, + u"version": response.version, + u"reason": text_type(response.reason), + u"strict": response.strict, + u"decode_content": response.decode_content, + } + } + + # Construct our vary headers + data[u"vary"] = {} + if u"vary" in response_headers: + varied_headers = response_headers[u"vary"].split(",") + for header in varied_headers: + header = text_type(header).strip() + header_value = request.headers.get(header, None) + if header_value is not None: + header_value = text_type(header_value) + data[u"vary"][header] = header_value + + return b",".join([b"cc=4", msgpack.dumps(data, use_bin_type=True)]) + + def loads(self, request, data, body_file=None): + # Short circuit if we've been given an empty set of data + if not data: + return + + # Determine what version of the serializer the data was serialized + # with + try: + ver, data = data.split(b",", 1) + except ValueError: + ver = b"cc=0" + + # Make sure that our "ver" is actually a version and isn't a false + # positive from a , being in the data stream. + if ver[:3] != b"cc=": + data = ver + data + ver = b"cc=0" + + # Get the version number out of the cc=N + ver = ver.split(b"=", 1)[-1].decode("ascii") + + # Dispatch to the actual load method for the given version + try: + return getattr(self, "_loads_v{}".format(ver))(request, data, body_file) + + except AttributeError: + # This is a version we don't have a loads function for, so we'll + # just treat it as a miss and return None + return + + def prepare_response(self, request, cached, body_file=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 + + # Ensure that the Vary headers for the cached response match our + # request + for header, value in cached.get("vary", {}).items(): + if request.headers.get(header, None) != value: + return + + body_raw = cached["response"].pop("body") + + headers = CaseInsensitiveDict(data=cached["response"]["headers"]) + if headers.get("transfer-encoding", "") == "chunked": + headers.pop("transfer-encoding") + + cached["response"]["headers"] = headers + + try: + 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")) + + return HTTPResponse(body=body, preload_content=False, **cached["response"]) + + def _loads_v0(self, request, data, body_file=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 + + def _loads_v1(self, request, data, body_file=None): + try: + cached = pickle.loads(data) + except ValueError: + return + + return self.prepare_response(request, cached, body_file) + + def _loads_v2(self, request, data, body_file=None): + assert body_file is None + try: + cached = json.loads(zlib.decompress(data).decode("utf8")) + except (ValueError, zlib.error): + return + + # We need to decode the items that we've base64 encoded + cached["response"]["body"] = _b64_decode_bytes(cached["response"]["body"]) + cached["response"]["headers"] = dict( + (_b64_decode_str(k), _b64_decode_str(v)) + for k, v in cached["response"]["headers"].items() + ) + cached["response"]["reason"] = _b64_decode_str(cached["response"]["reason"]) + cached["vary"] = dict( + (_b64_decode_str(k), _b64_decode_str(v) if v is not None else v) + for k, v in cached["vary"].items() + ) + + return self.prepare_response(request, cached, body_file) + + def _loads_v3(self, request, data, body_file): + # Due to Python 2 encoding issues, it's impossible to know for sure + # exactly how to load v3 entries, thus we'll treat these as a miss so + # that they get rewritten out as v4 entries. + return + + def _loads_v4(self, request, data, body_file=None): + try: + cached = msgpack.loads(data, raw=False) + except ValueError: + return + + return self.prepare_response(request, cached, body_file) diff --git a/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100755 index 0000000..b6ee7f2 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,33 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from .adapter import CacheControlAdapter +from .cache import DictCache + + +def CacheControl( + sess, + cache=None, + cache_etags=True, + serializer=None, + heuristic=None, + controller_class=None, + adapter_class=None, + cacheable_methods=None, +): + + cache = DictCache() if cache is None else cache + adapter_class = adapter_class or CacheControlAdapter + adapter = adapter_class( + cache, + cache_etags=cache_etags, + serializer=serializer, + heuristic=heuristic, + controller_class=controller_class, + cacheable_methods=cacheable_methods, + ) + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + return sess diff --git a/env/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py new file mode 100755 index 0000000..a3546f1 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2022.12.07" diff --git a/env/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py b/env/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py new file mode 100755 index 0000000..0037634 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..9a66094f159d60b8f6394708dc0369337a27f1fd GIT binary patch literal 357 zcmZusy-ve05VrF}OQN!|uprnn5GP?^K}<+&2#GBNRvVkf;Ml=&Ta~Ggz{VpW-lk)f z35kgfsaq#5Qjr+AJKg_xpYCli2oT6ke#P$~es;yLINM}>49P2Eh+&B;oa4&L9gLX6 z+_96p%*#FI-=b*e3&UdMwEaRW%av_fe^zqCjSGF_fqM?JB+KG7i<7hK$Zx$u{~fnI zN{3QX+J=-)xoLz}l)j@iK+)!bl)B<%ETrTOxzxp^>PSdEx20C3(rh$ovg*lN!qt>W zG1`t!<1{6Wu>7PR7LUU*pleYRU{FjOQgCC%y&#kdB`l?JJ>T@t;oL;>3ljo$_g9mE f`*tzLD|EE{&pyKam)SBnT=Z6Z2aB*%vkRaf+>m11 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..15b3e73d80854cc09b05041a0c44c0a6b0a52265 GIT binary patch literal 758 zcmah_&1(}u6rb7eU5rYXK?Ej_HzLkc~3 z)0>{6qJK>x@Z_!7TQ54Z&6X;HZ|2Q=Z{F{{`OW)Os~LdFj`bY>V)i=^Dv=k? zkE5nhXb$Nm4oPugCVtYk_i^OKr0rrt z{g*!B|0aBN#oec*Hw@VmI~+|4rK}>w9mn%*)}+i8MtRHQw2;bEPKY1TFW{0>y&9l? z9Aeb-g8-*!J9f*m6eS0=A4e#Rz1?B@Fx;aQ;b#%mi06!s1>}fvb^aDFCLZ`fFnkh4&oCEU=m~Xe=Klpq!0p=8Ra?qK8&P=VHtBo_YF;$mybvcvfqI&%J0*KI@ qNqY8dv@zN^**x8xO7&c-PpUmHb8Dlull9Z}H{IiIRxWa%ar_O9@xk5z literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..607f8a2792145ca3e30e2f018a4fac6e575b7d8f GIT binary patch literal 4000 zcmbVOO>7&-6`tkp@=qjJKNR)D)MTZoHf@uv9o0$T)`9#}Ifx<&k?b}^>IJjAlGY}< z%)r3&B1Z=%u&Tw;Y!O0SgNl5K!dc8w)jnp;O;m{w}4o zsE6D)Z{N(knR(y)*}nvXegbVaGpYQwhme2bOQUtwnZ2JggghWJ$q<>5T{$Mh$ZW=? zFxT0}RGGWMBTt852A|{de1^}vGj4{+uB-1Bx0t8`!QYn&EOGSqk>nJ|p{ z5SYU5yzR=6`9ixQ8NS!*B)>T7E7PHcg>>{j&GpFlkwowMxN=q75z`rbhWl5n54a1(j@aQu@O60q4 z5*ReQV&6qbbmY%t=CPlZN6uA7&OIBM+#Z?yCQu%^QW?2Y9==)`zIx}q=g}iy-+mSw z-;Rx!V`nO{Gv(-;mFSyyroI)TrZ-AavBNzOSbX*hK)^kkkORD(PS7?6lk2V12{v7g zk@j9@A9GGf0YrY9VnUQXjD| zLNQ5L-bNtND7+qrM?VFmM4k&_v;TNmI8hN!JQK#Zh4CjJm4)*a;rugUYFn5xul~vu zrpm&#ig3;JUb9suTokSG!UF^Xj6)}(!|>uT8V3T~Xm^3>h^aH}F@@>vAsFOQ(Kuz_w*~T|yg#15IL4B|;!P5YAmUmGxMEm$5c%=f8ZX{0g+3seOaTwIk0%`NP zK@uG`N8kF}$@1`IWq9%x{HvLMegv93{Y!S)egUR@gyyu{9H9|lwiw&&ou@^JZJgf+ zW^WJ(;yh>$rJe--v0@4{Wnrcw%$VMp8k~&9UnxK?zSX7asaXJXO1+`%^UKCU@-52^ z@vcgS<*A3K<)wUt=>|U`pK)v4 z;j!XeE4gH-<}z`vXUH5GC8vnat++mAKO`#*Lp~%7{A3tOxTY!EW{b5rt*8`id@T+` z2;2japhuD5E$J~J7AI$otd3yCvDuMT0|1@>BY5=R00GwskWlaM$G$xJ)zQt%W-wU} zCM&^Yl`y{8lkiU8z=OAc_x6`(zdBoGL1K$r3(UmhlI$#nGQKZf67 z|ISUYo~LdGs05;BL&R*94hHD;W)?f#`UWCgZ_bSMnWG4`>1p?m#!|9|`O^{lHC*h{ z&08)_r$2znmPb};A)8k$uV~kDQM5QLPYK3i7IZvp9Sy7tHjsjy&jChyPO zo%#B5IWSfUjNM_r6?*Qi++Vx9wlT4>Ru)cHgp;QCGB9=!KWlaMA zX7yE_o&lj1xT#Pb(zB=*7Bs6*%@;Llzz0;Sk%;xyR~xnK7}mC0F|+-^wg|=%jUmBg zMbkhm-dHW-7cq43DM3e3=6~P*V4sH(%QIX1B(uC9G;+Sv&-T4Pt$p90qvv5UdXC-? z@eFokn5v6sxGF&sAWT=ukH6i4vnC1evhE7ox4yE?9x>S?yWDB>u>Wpvr1T!7%hFVp zi}0_lzfmR7b&?-5yvVFeh=Is_FLe{Qufq3lM7H^u$;WoNcg(~7?OP7iwuG)qoa8ja z&(^n`wYNN!dI=vYy^FscuDdjaza8#1)A`>G^{rp3gkRs3%y6O-I$oOG5yI77p$wO_ okqFBt(UQ=06950WmY-qbcXTi@6YnHm7ZY6{trF= (3, 11): + + from importlib.resources import as_file, files + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the file + # in cases where we're inside of a zipimport situation until someone + # actually calls where(), but we don't want to re-extract the file + # on every call of where(), so we'll do it once then store it in a + # global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you to + # manage the cleanup of this file, so it doesn't actually return a + # path, it returns a context manager that will give you the path + # when you enter it and will do any cleanup when you leave it. In + # the common case of not needing a temporary file, it will just + # return the file system location and the __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = as_file(files("pip._vendor.certifi").joinpath("cacert.pem")) + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return files("pip._vendor.certifi").joinpath("cacert.pem").read_text(encoding="ascii") + +elif sys.version_info >= (3, 7): + + from importlib.resources import path as get_path, read_text + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the + # file in cases where we're inside of a zipimport situation until + # someone actually calls where(), but we don't want to re-extract + # the file on every call of where(), so we'll do it once then store + # it in a global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you + # to manage the cleanup of this file, so it doesn't actually + # return a path, it returns a context manager that will give + # you the path when you enter it and will do any cleanup when + # you leave it. In the common case of not needing a temporary + # file, it will just return the file system location and the + # __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem") + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + +else: + import os + import types + from typing import Union + + Package = Union[types.ModuleType, str] + Resource = Union[str, "os.PathLike"] + + # This fallback will work for Python versions prior to 3.7 that lack the + # importlib.resources module but relies on the existing `where` function + # so won't address issues with environments like PyOxidizer that don't set + # __file__ on modules. + def read_text( + package: Package, + resource: Resource, + encoding: str = 'utf-8', + errors: str = 'strict' + ) -> str: + with open(where(), encoding=encoding) as data: + return data.read() + + # If we don't have importlib.resources, then we will just do the old logic + # of assuming we're on the filesystem and munge the path directly. + def where() -> str: + f = os.path.dirname(__file__) + + return os.path.join(f, "cacert.pem") + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + + +# Debian: Use system CA certs: +def where() -> str: + return DEBIAN_CA_CERTS_PATH + + +def contents() -> str: + with open(where(), "r", encoding="ascii") as data: + return data.read() diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__init__.py new file mode 100755 index 0000000..fe58162 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..fe3f3be5d163ceeba11092d07951b1407e0451bc GIT binary patch literal 5089 zcmdTIZA=@w^k zBcUi#=_yrF{{*Q$301u`r{qVZ{<%MuTB()#qd(SYPgpBOLaHkD{`r)PROMIS%-Y5V zqN0;3wZrf{Gw;ot_h#O__hx@rTkAwnu1Bs2fAAvochV^pih<6XzX5oPc*HXzN-_~9 zX^NN_#G81tXii!p7TUIm)+8HYY1=B=lJc} zT3Z|~4>(6t>5MX^aEbtE=S@M*h{{kRra-SA7~T`G%!xySBE%F4!&wbAb%7}av3n?xsL`5Oa z#g=py3rYs3VkV$26&4z1_Rh_ zxgVI)DrNXm-Hlm`{>y#S;H-4i&Nl&}DR7jP;FDkSc4qL5PL zA6Ll!9x;gAk|Y*Ies^m4K^m@tzz3zdMQG6NEU7LNJ&DRx%j3bgr1S^BVsITCPuQ+I z6LKOYD;(^f?kJP#R=P>LV;a~DV=Q6aLN?R5QI>f@;B{+Elw=`n#vb5A+39xUib+@| z_6IxgZn0-UN(w#kgeVGf&yW<$B#Dka=_O@BO7(#Da~b(`@~)!v2&sELVq&g{I@5jX zRF9lcgcE5lc880@>~tdC1J^snOSmTnjszC#iAEEtgc6N*r+^^D~_W144d8q*|KtF5fQ(KOfAwnlu;bzX5@eUYCfc;M}9i0v6zOMLt$>RS~&N)UkNMHT<7D z7SkTbV$PZm>{!ePaV+3~%!_uiucRmtWlLqT6k*XF>VDT4d^?VoE%0xJIb{bpgg(2m z%vQN&R%tA8+3l8bN7lMQENoBV&5u!*U38ZaL#WyXRy$}0JsAK_R36Ggbs0*XW;+MVE|)@fgqGcpRvnKmbrzVGGN{|9)Te; zlV6b}-_(6lXVNm66%67Q_<83Thzlv|H5fj&liNC`{BAR4jasapqfbL3= z=Mbc@@E*b>+Ubs~qgSp*e{y?zSoe@jNEVc6nm(sw%n|}tc%VR{q}z(4I?JWgWWXH< z(u)16-*ZRwni5Cy3ev4`^#rUtVRfv?_Y=y3Uc11_(ff&1)W{KCqf^(SGozEyiA&dY zGw|1)C*t#^=Wl|Dy`cF)%v|$T}Z17skG(;Ed|uz@KUfklJ~S0 zkiXWuac--vceAZG*VeDK^?&`Tc5!C2ZANXI$+vcBt*6!2-dA&LHTjNHTOH>&JI?1i z`m_#M=4b)(;n0@vggy`RF>(4i~Z#8ypHg@G2k86#`pNmyfSXAFgwBK$&nGYS` z3SHO?UC4zlYN3ny_O9PvE7&Xz0ob~Rz;|Z0-upcQP$1x6Z{4WIvwHt$15XClKiq_5 z+|~5jcWAv+?HnW3H=gs2Yrb){W_-KG|KytLYE~`H^s-KdnUSz*WF#EWS$O}zixiXe z9FvSn_ZE#YPQGRoZI#}>+9IMjMv{8nDx@+=*|@$=!_0a3qJfDG>-Cw^M-9WPNZ5F2 z*@_=C=%)($(L%RHi93x(4WB{0hi)NnLF4s9&7Zh0D!t*5?E~=2%80@s9s>k%X7T{Q zf|+5MLOWtwRdi%;-A1R?>Y7K#)asf?EoybmqoZnd&7+fQbv4M3A zGaoYrv!7`OD`lGVZr|GQdY|fV*W4X+IDhdH{oS^D3f2-Cr8U55bfhi+VW?mmWWeqL l>|y~U+kwLcD?ziUsnsB~Bi6avrCA#aj?z3jc^9C&`)?fk%}4+M literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..158b0674d9f8ff13477fa5ae2079622cbfcad3fe GIT binary patch literal 27219 zcmXxs1+42?y1QFCL@%-3@{uU`swA-TghkJMTAZ z)|nIg?6c4LKleI=u33^WVZ12ezZ$ft(Js$`C{Zp6{{O$C{-5*Utd{*4)iZ-i5L2SP81%QRwQDU3}P zdTWG7gsl>V=6a0K#Ec*2y2)J)b3ta_kpv1Me^5t9Ub)I~LN5vL>#!qYbQnfVMKB>+ zXue4tR@0~sOco)B2vh83Y#OQholip^ycT)(;LBC5$+L$`6$6LrZlSA zNkcO(6dv)dY6ZFR!U;^dNP=*=;9VVmGIKyW8`Lx0KjKh$jfjcBmncXUt`+d}xYqK#@vGA5ZZhuj!;dlBY>mvGB0 zI615aV}t|k@pAgw5+Wy3HiEVsgz!+1FistfX`84r11g!I9B)k~^1Jm^eeYLE|1 zTg{tp!3yN2CM`a2E5oCyzUxeRROfny4!i?lE@**jrnO3In-YS9kTXieC{ayG8f-XL;jJ$7|VV*3tj)W9s3i*Pb!tW{gf|>0a_vOBH$z^a! z@g4IDzkw`4)h7HLBW8xvg1#X*2!F!EpIW#)lqLmvY2OS8uArI)`~_TBs`daM3i*P` za_xlk!fOOIgdbb=k&AZ=!NEAWx2bQ+t767gTB?}wC-8V9SIGT}DyHxWT&Bwb+%hIKv06n4-~G2YXyG*U!}Q%rRTscq~$Avx)anGB$tj=a>+^CCD$XI5q!j( ztF1T%o%F``ZB)dURxYWzfAQY(Zn2n>zNWNcZ}1L+B04^xezb5k%^&KR@1xmZ_#qn& z^V@78$Vc|5WX2{k&dB|NrBFC6*ee|F_eM?Au37Lp)7D##z;XlR9Wz#HD@^1_9b0(w zCCjrcDjK zV3P0`syf5<@O3WqCDv8_Np+#Qe}*Rsvde{c2>*iNLW>keV_wW#5}F{V>hF%T$oe0` zjUYE;C_E^EU?Ni+ZZSw^>Mv2S$BAQF;VZ|v08)>t7YdcJG*E46>7KsCRH#9oEzletyIma<40Z^xG`=pBT}xj=MQngTHq6o_?A^y0oS$p>d*_$MN$#I zl+tV=OORD=uji?1%Z@}=0(l;`1>dS3Rp{lTS%Ysa)70D=WF%2N%{yo0+pas<(hY@; z;UbWJ&)X6X3fdw~5sC~7hF(xzc+zfnP*tIRqTY1|CDOK@mr3pfNNsZ8(s2^FsXd}7 z{Lb5gub!p9B4fT~)~c4(u>sZB3Z>;Lk$ah0<|G-lWnxO1am&a-ywpC?KNKDbN1w4rD0oO}zBWb~Bn5&pA5d$sKo zuA*-d(qan36*B9%ZN>_aCUVsX{|s)mjx|iXun>e@;m@?)eg&@2YXJ8neV>z29CIbP zp+pv-stDM%N&%%;T!KFq7Eu*D@mky{56PurvT@uNC z#k(iBTW@PmwvnpbrhV)h4dBv%ED(ddC=J}-UTY-vmnnV7OUsL4~C+&>F9pNz>mBDu$ zt`^ef%pixoXXGeU@0*c@piS-)&)gF_4l3+Y_{xGOo(NnUJ=kIWcc5 z$hWFrVrixKEapKV)#Rp7U)43vDU{<~rm7%W9<*O`_m z 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..4e3501703923182116399ba845fbea8cc81d465a GIT binary patch literal 1694 zcma)6&1)M+6rWk`N^4chhl3r-y`%|l5hY%dkhX-jX>Au%sN7Ir!d`~e?pR*ByHaLG zrZPGBAgIzBdMe2=CzoLQfAlC9L(PJrkW+68&Y|Sg_f}eKm9)^=*|%@s$Gmy(_hx=6 zmx~0(J$sEm&lB<-f6`%$nbU88c}zUw(SU^1rWAQC(88RZOZZ%%hlXt=ydLDkf?c3Q zBWuJndc@0fV?Rg80lcGOn_gjq)Xcvq{MTq)S@xT^SAD63-{>g66@4B#L09?`bh9fh z&ySiL%2B-TxLbb2K{{XW1j=9TD!#Jihz+jpiB^LP(3F?IT)WLS>a70t>K9+RX-NF0 z@lWr=&-aiKCpPtnt$F!A*`!{sSF&?l_b4|uHBay9`(Sr~p2@KDXFB5zU7=6DqqYfI z72+bMGulv`7hH8jwC-Z6>A;QPd-@xYpXpmCJm?(fT9sA&Y zaJIrj!t_+5-b%UGR|BiF6&{kOg^AsSdp*8KAaS~0Gh;(`+FZmYV}9f-#so$bxL`cv zCP*?F3QRtp^D>At2O-}9S3_{gRZWX^$%D;!hA}sAq-0EL;B{s9RbXwkLT)wvAmGwk zZMmJ0M@m}luG(rvR@m|y9eFc+pp?aRN5=`ljjtcB2#UG zz$I;h<%9D_p~%{Ltm9^$k!Ms~0J%h~D`FOCT*4Hfcr0>4zH>RV>8zrLUI^u8+@t@OJ|(3&P@K)zm^!G^(2 zGZq&a0|+|-@+HO|bev$MNuY>LfCf5Db>ke|7ovh&c^gPv9yf~1gMhIb6&EoiZt%0D zI>JO#Bv(=KBM?9?eTJHD%niwZkrK(D8*0>;f8q`ad?w^Y4phDSiE@}9n^m7&LyPK! zWXv+si9V@EvOBECg`^iV$76J2W=AJT;$0Yy?!x4J#plDu7~xUl3cL^EJV+&+Hf*0! z_6cwZcT$m8=EtK-e=6Pu8J0@+fDCh#(&0yhemEc>WalxtIhdZuXSKCv2Cfgi;ix(K18O7P5QoA&1uys`u8@GGovga(P{$25&>C(c4JNOu?p5v$vULbj&y- z);wZF^Orh?`3k=3h4@-{guVwtk;JX8Z zl{$3fL`6Mz<%^E%vTtKKMFZ%WLutObytnw!g~> z5x`R>S|s}tO1^@xdaW~pCKFl6X%rT9kkd#j>LCZCP%m0DZ;HSKfh<3*%sP`W=Ia&T zOP>p7gn^glrU^c9F<*S+|dBuSCwe{Xxk`ApgKE zM}1N0eY)n;9zE%VE{PkV3!w)L`EGz%N7YH8kGX?wu=OUBH8G7Rir@J~Zc>t_ zX7~{BrHsPiQYa=wAt;6YnudcA)A&8y2YAY?gHc$aFGm_dtD&s?T4%q6$@of}kPUrU zC+arz>v~bYLK#A?tuy!8WvzzD#cE-~bp_t71Gkp7NnD{1A$=kbrP}D$^#!xDLV1W| zf_@8}%=cR;0keXpCI9spW8DjqB)WZWe0`rkDiQZ*f#{NZB^>!I?1t%Bj4mDENDlr7 zF1kzvUm^gGo|*RWO3k7aRjH^hTRR9z8v-tYhaGbbUCoZI1r_!!d@v->W3s+-&EMu{6jXWNX z4`;0Qq_sV5ZBIB-)^0WV!sgnFrkhUg+fF8JCo|5*ZCAQwV6QLTGPLg;N;-!!uI8kx zH|^@(VN))TngoPT*1}jD*8hpxM9hf+-g zN>-be5@YdN&zAI2+;WBL136n<2I>6cu$}gln3=)6rVTMz$e4v;HrRC_^fJ{=Y?#wG z-8xI3tCa(lb+J>bb8-74;e~(*bdlWiJ{eRf5_U`X!H@;Qi*C^u^-*2%7z$)o8b6qv zp8VkM2g2yc+=wtYF*7zhap(4^Vw}A@GbT*mAsz5=#YA%-kIi~?RCg4X$f$sMU8zHb zD?B}RvZ~gUR$PES=bkjyD2W|IJ%Kp(edYz*#K7zX8*t+of)qR^g zX>(_qnzu|?=6bS`G_{rM3ceby;bAvGsjd{Soyzc8W|y6Yd2vHsrD1IP&fW2eBeQwb zWGc4BNK}x*k+sDo0oNsVs``YL*8B{fA~yiQjNu!kZSKT{bPv4Q)uidFYCKuNk8hB_ zP}k_&pz}vZfjToy-htdMq*P;Y8FIx-O3pz+th@TK@)ibHPp$!g0ht+leVoui?CJ=b z!fB5aJ!jY#k_1693j+A&HHZuZ@cF{MHD6GbkV{aPTtIjiVG!Ya2)F_S*`e_B52BK+ z)ZooWi0^@-4}_xxy`RD_1S7sE`87;)^N~o93}ZWd2XYkwor>zMnlOccHROK-*wp?q zZSEx3lCe2ACo*;Qo8y`GjwIKb>{M!r4EltR6gKfT?sy_N_hJNwfu=d%nH zJiAG6KOd#HqtIsK+Y@}2f!k5&*7MgAt}Fw$qhRLw`t6H}hMk&Z*FgHjV3vV`J(=FB zf;tEI=6?8U7tSqSht~mq2lPV=wGDA*ffe$8GB^zg zabz4(KJHKrPfzt}(qfz6g;s}Xx2WZ5?AZ2w{z=@Nu{3PE_ATv6OMAxIu-%#vQ!S@c z&NDkpd-uLxNjWb)8%;T{C#}~rHb>4@k!#S&u9>_CH*y_e1cBNg)F*NS;U>Z;0-6=2 zHn+%rDHs%lU6$O2QW_RtSC@MNt0Fvt?_mT0)-(T?)p7hSHp?7~Ruf;J=-c6U9wbi< zrMoX>87O$>r?=MtmGC$MKYXGgg6GKb2^J#!0VY01pe?ZI&1x$>e|l@QmHY-yT@^*F`l^~D?qcg>6cKF& z8s|fd^2*%>oHFSAy8AkH`$P<|nTC4M<@dsH${p?j2g2o?2Vd$uHuS}ZU4`usY{(6z zXVga=OdPsDNFy+yPOAQ*>OvfgQL&;2UCeKAkym66OF4f;lw^Dxa5HYzKBEx%UP5oq_o1bLTs0 z=fGa?GhNDgIqkfhv|c{qgesH82hS!5J2;YG$&)~QSn5fj06huZUISEa;t1X-H(S-C z=(mQPo?=&G!$oXEup`jO(Sa$99IG(6r}~6w6n+NHu9t{s=FXB z^naB35DXTbuW#sS;Fv#1a{-6BTo73Y$7AqYmlj0oY2e6}2aYO{@%&QtM$|cJE@?M+ zVpSltMV8>WK~%%X3cT(;X67_v|20nCBmfN{d(P|(d~s&y{xkOLhg-KGkhC^#_wHLe zlGcvICwrs&eM8BIF8`W z(tZ|x|9xv{U$PUd$0ek+cVddVZx^PHqkXmM&}jcp(8H^adM@Q?@5#}A;#<)EXVCwv zoj0EJl!WnIE}*y4Futag+#6iDLo^&|Va&C#(H8J?JGgxV(qA;8fxt}ww9|=jM!3$c zt6_i{LilaPTJxe}(V@;TH&<0IJRS6tlmD*{c8^zHrb) zHvlAzqJ97wcf7a>DBcBhS6wL0sQfFo#qClRqe8a>eMw8-z6CJ>M^JdzJ{ecj_V5mu zI&n7TdIx_K%hWoyyvf>=@Y$!BxS-zEGQdKU9g;dRka7*u-_o27TZ0*U!?q=5?}5WD z`{_8JvB2+Txic^NQ=82dx4vo%eji?jAUwxct6-ESsZlxxtv0@)bXNfdXq4dg8lVmk zNAO0C5*|oTefZW`C4zjavR}Z%<;t(BS)BjG)(;WBo1-Th%U9mx!`>eVeq{fiz(>>Q zo}N0<^CvCNhyOL`MLCW0J&>w$3{~YFHM0IUHXQ<>WVJVMvritzxs1iOb>Z=q_!SJ| zT?y_FPo$iEJElFy*Orv?-8~V!deS=lS`Ph3I7)>7z$g7m-1#ofc5wvLo-W0J|6&tf zBzhbc2cVedAppmJqaie2rJ*WDsY;Es=3gOHQiHW&g&1PVOQN4q3H_C$7A18kF)z;J zKa^3C4NL6^xOr8K%K@2|Q~yX^BYH)pW;wFto2L>ymLW|D6A1L=kDh2OW0rgG2tAn%kZvp0SQp5=`O9MIoX&>z%OU9=`UZ<%7G%BUwP?#qRjt@-Inb(5 z{IVeHsMc%OrLqAyu-9@(c7FdGEPh##ooZykEtLbU3dJuAvcYNtD4zjsE~wi6FJ8h# AR{#J2 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..49e5b9ec763760bd0bf77349aa2f4bdc6bcff787 GIT binary patch literal 4316 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f0599efd9dad5e2e75f7fdaeb5a0ab6585b93351 GIT binary patch literal 5562 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f7b02be23fe817a9c694acf9526c98f3f6f0327b GIT binary patch literal 4013 zcmb_e&2JmW6`x&xh$bniwJTOJ>u4b(mRZ{*l=LHYi?puo=Fo->Bo_$O!(z2N6jxd9 z(z8R^Qe{8~AJoD{FG1}?3+Pa|G28j+3j{FGQ*I30Q%?Q8SuVe%_SBU) zJM-qvd%yQN``6joJj3(h#{2w}ImZ4)i{wcUCa-^j$z$d)NAuVQb95)=X)S$2*Jz&h zQmynxT4OqUpE;R_%*j608GDXj{A^?#ZJkwSzMy6O3k_pMi%K^G$Mv_?r6u_XmfduH ze#^Bbc8Y_g+OlIA@i+wJWBr(MwxKy}LwB@|l%w;slXB9HG$5p*vgl;-&N?%E#!2xR z&~sSl)LeJYV15Skd_#Bgm=}0)uqr%EKZW$?L%kcbP8#rMqq8RwTYm(kyn*M25t1cF zD>lWDfw9Ad+t@WMV{;c9A-~(~iQBY7C=Prg8*RaN+@KQ83m!^xsRh=K46Y?Ext>>o*6-X{yAzAJ4jWv^3>Ai0Dh^^I z$Y-(%!^!_1-?F^P$S6@1%i(j`t->jmv156zV<1Z0Xa~SkQ9*=j1RTwU(X>KilXJMk z;l6YmE_bRivJY-2um-q%$F-3s1P^{EKTTRbk^sFEi8BpP34onpo7+%nlYdAa!3w#g z9Ko)`LwCzZuvFTq&{*=MD0rB-{lEwyL%_^1bde^*^0wO_6!o{a-O z=Ggz`Q^d#{#eQ0qF^tmDz;O*mly38Tc~^-O;fca>@CG4*py+muHh1V^5*!`A{3qs>_J>_t{Zl z#5bBv_GVl_481v37XlQ39pb28RDBn zUcj)oc#4%OCO;+aa~KZTm@VDhBL2l2phud0dRe>)9ViR74W{^UG&&GJ`(yJ5NcWK$ za##{bcQRT%A1l+uk}8cM$At9Mm~?$?K2})cdM3`MNBn!p>3w|Wk)*;);n;G3IEXpaKyURHhF2 z$vc&-pbA&f9Se4mXwc3oX%%sC0rM!Y3Rww^@~X0xxR3zSb*(ZY%KQAjG}X@Dg;Nq^ zw0#@r!rx;!VErsBo&V(5M;CevwHI1%;qAlxabdn!DF1oCx3v1t!fLm$dc1t`@K&$5 zbi91&FIT$N_j=1e{w&{H{<$K)T6m+k@Ybj4zZG88dzWv%T)6q!_RED2A*Q_arym|Y z=#{_wV!Kzq5f@Xg*v*wuXix6G%o*|Yc>Y{(eyN*VQh7O1Kjd^(KVQRSGAY-YD1%th zl()pUFdwUq=p5RX>T75^CPfBaZ|~A6PC12djbu@9&>jfeayPep65Fu0N%bVQ@q$6R z==CT~jT1$zLOzXkQDIOY!EyA=K}XxW^4|cT!u%^jO}#>)e)O9s-}}EH&w2O)?w}2e zZ$tL9pT#v0PwlnIv5!WuUd^8atn0n`OWoWh<Q&S1Y@nG@8jqP$7>SI46}rf8aX zJC--Nab`@@32f68l=5Pc25Nv&3g4sREn2RqWhjNXLbF_31Z^(lu7dcCDSdJ0oFR4^ zmhlUF7!HPief=AmT%XZ!btbdWEwA<&-Y*>WnjX$-nQEU+4%tG+cyhDP@H&cLYCblc z*D@E6*6G~E=^+c+rzfb2Gt07beO=3}JW=~AbTl5mOkwNcM{09KjSVI<(Q3YqS5&f9 z+Kk_s_#BtYrBR0aomLokBITg(;K;~nU*&!jN9H~8eQZ!+h7An;l%{F@cbPVSFh_r{ e*!Aw@|1n$YPX70^?`lAPa`=*H|2}0y;rI_@RQVnN literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..2081824e05d45180aeb997760e4a2398069a9252 GIT binary patch literal 969 zcmZ`%%}*0S6rb6zZh-<4X()+A35N6_8|=jc@dAj(*pN^U?q#y<4DITEu{$L;@nDRH zayOv|51cec5B@3T*38MoleZc?aq`V>AtctfZ{Gag$IQI>?R+kkCJ@N3y~CCignmlr zQj8HeuLC$i6jAJ>0NXfFYy~5RlLd$=5L0axBL(dss=h~5V=C3Z8J{$SzQV}G)@Wf5 zF+HEF<}VqpDx%bQvAaz+A8&6yeNx{MdZQittcpdk(TN$|@?7qYcE~1m0a7zGu15QBM$a+^tTwJtK_Y7Ip=wc-HzVqW%{}gL z_RMixUdUv>Yhu#%oiruf+4q^4%AEtp8I z^=d(wgvcNvVuFw$qHSN|DMAk0j-O`|$+1wqkc$~YoG^^w2rmj#C{$CPd_m`ulZ)3@ zD+-v^^n9PC)>h=U0~YesiaWd&g%)hS-%jrbhn!n1JhFUmf0U}Nt*=|D$JxEuabH1W zu*Qoma>PO!C6>GdW!!QzHnRH#IU7{65qFXT9G@Ba*3y??-d_6#^NYROsoHz+f%MH4 z&@*#oP_Fb%sb^+oY<}TZ&poa6S|4Zn<|^o!xjLA>(Jgk1$Hl?ie7Dps9mD9BlKIQS zAHl2AIgsPmtA;RmCx)Mw$On}%nCO>IDgE(5wSH*)$PCX3)=80kAOLlt8@ zK&$<6`a_)^qFKB=oIv`WzIOY%4mCqB57EEowDSFK7XK}if5ub{=g`t}Ut7#I>+vt? Co&YTX literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..a55258d3b80b792392ae3397e563a54c8b874cd8 GIT binary patch literal 1703 zcma)6&1>976n~>#X=P{qQMa+z?j<-RbP2UcQfNX->(&mTq;^eAA?Pw_rLiq4X*V;o zY1ZW6!$LQ$p{J4@b4m%O|3{DOVyF=W3O)6)DodUaB8U@ zgvsW*^dwvH{H-uyD4kwuMl$@YCE3!J$Jd!$S0-UH{-ZU0wYt4i4;zwCAaE{6W4=UQ(TGfN$IfUz7vJD0d#fY@?}SalD*&X{I9)DT-^v84!zHk zpw1m1dnsVj@f+Ae4c$=-jTSGX)$Mn3HC@PJJCBI?9Le81@WLK@RN5{5W>L7I3m+pgpt&m))AGF99i z_L~Th=uGEbmg-fMbMAJO$lZLAOWnQWy6yf=77`SLE3bZpQrK8qqstAxL$ zOezl-b$Yn1R27+5!1qY7dfC%6Ec0v+{)5utEl&MsSHj-X}5YoE_ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..80c708c666981295a1b9166088b062da6d8506d5 GIT binary patch literal 3404 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 Xr0rvFR~2n18+X2?z5m*Q#kTxkV}>^o literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..6c1a3073e9a86681e6cc5e61d118fe883fb9ab67 GIT binary patch literal 12659 zcmeHONmCn17S1d{NJ3%<1KzvaZR0k`V9)eo0<#*t0J0EZtL;_`RT*RpfhBO@-9Mq{ zG?%$g%xV4#hddBEIbu%SYNF@Vr+F{)WvL3xVoaNZak!=Ld%3*K)cd~5u8#g^I2>f~ zCz=?sev2^nA0+xuC4t{tLX7>LO)-<1Jj)h%f^)=1)>tS@lmRYFl+Q7%>~V!2`Zo^D zS7K(ljCk93Vy>~?nLdH({V=(fgJCVaZ0!->%5I-<()p7Xv| zu*=H589q1jp8n@%d))2TYWgTOdUv(QoZbww{c+)D@pWcHqTZ@C8?8F4-fS|P zL<4sI(CRWXC)hs?DfcA@%nK{b>Q;L+p(hW_F~>jj}=j(BBO){Cvd*R<< z#_TfAx%~s<*VfoioBpn|(`(+pw(o4vc;~Zk@XCO(&O(CK+hqtF&xpov73}C#-r^P&^B1VF=qUa!PlfAL+{n(6)^dGHMxWru8Ipk*%J1Q zik@)=qYp$ht)TT(SgR7+x?PJYfiKYvh zeD}S$*rUny+g$WUHJju~E@GypbG*RCqg74&jDADoL1O|l4jNMw@-tth9l&&c7HAUw zHch_zTBCDa;+wx}(tBN_8+?RoJkBQ^e3w7uB08&@f;fE@P9LP{iNN%PE`Fy`_Z5x) z($B@!8=A@4skfe8(h$xb#@R!1_T!qIx+qRYH0kaYU4xq3;4v-5xYVm)-yP8x zQ!xIkh(A(rep$@FkPyoDHNT0IzUC89qnM|h-8CL!=&meV4Eb0^9d4ykk=ApVi%7?h z;?i|Z2KYD^{c%lac$$mpjHX$>%Egm6nmQ_k)2GR%jake*ZDc6qmzj^*0nF@YZQqL4 zOPWNkiOzmahIo{V!6{Aeag&RgjHW8{YfXoZ8-~WC@Z&?uQ6oX2AZ@k^QwEvZED_vn zuT7+%k8#mAsp&MITMF$+a&7VCWYMFl%ZP6T!)!!DKin3nTX09vx!de6vrASn&B&4%)ivsotb*L zGs_TzjPF8r3p?@s8f!s$pOx}Hz24lp9%@zc?nFIz8f&b6t?}Zv`VN-#jS%&X-=uGZ zq;G_zZ-k_8gf4vp-K=j2X?-IkeIq1&BP4wzBz+?!eFNOAZx!X?bhM=xQO?`NCnFZ?kV4;MAf z^EbHhJfza05xCVrXvDZrAxG($)=|15q;y5}uUn(2)*Df!w-+{1=eZFzbjZ=0MIlG& zIH99-MM&w2XpgB=RC^3j?J-0>N>>A%%wVOmS3Mnd1Gd-GQ4>*_iRe8O)fG)tXC~^- zOd)q>8DfwTJf@AEfE%v%nCA5c$79;y3b8kj@qtOu9ReYG41SZxAS91LNFIZbJO-i5 zV}Ne<7zk;PK}a5hkURz%c)LnlR ja@U^>F_;(Xub!RgEY%-eVV(MG*{%MZD{UVB4-58xVjk-w literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..af45f5893df75b118acda480c0e128d1fa6574f0 GIT binary patch literal 4746 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..869424f32f67ef856c9ecc98ac6b45dc14609bb6 GIT binary patch literal 1695 zcma)6&1>976ra)8%FeEnICZjiFTug3OR+_gLjx(ntsQ)Dy$v>npv$0@#mI4@?oAbgLPnDpa2CpLNRtRmb?~evF_@M*CQh~T~qN!WW^=7gpr0; zP+)dYU{P~lN9X|F;c)Gsw1H~&Ul{&tIGeuz_0sD4a>xY>8>tAJ$>)g|wRy+^oLp)K zVY0O$JVDnye>+SltX^G9BN2Yl7IbObV;fXFV9f?)fJ`W3WMhr2eYJf5OF!RKesd27 z58>w0Q>2gua|tBW>qpm)lyPK^Llb5je9jv#nZ>9`SyK09wE2*p$anAykRR|1Bns&0t}hEnu8z>C3`Qca7KjL_WIpym`{2yN zGenFW5f^gqU27n9X5krnSvr?H=ic2vKoB{u*X+#XX^XPVCL~NkK?svOGHEay^HnVg zkC_ZUn+ggwC!Q?&4yc-paw=+CW^fv9W@Ci-k;ge9Tm!A^yKiD=yBSkwD~uw_o#m#V z#xxP!X|=_6GjZZ(&`9~M_^}WUO`bSW*f@o5FWkK8@KDhCmghh6wm`cTwjA<=CP9-q zKJ-#RK`Hegv6kwng;txDVb`4x3N>BGW4i$eUjg#ZE;_L*&r5ry-|XtIcJQp6>yVW!{2A_IuOty=3 zmym3n5GY_8Nxn?TrzF^m+tq*}@mD4uyX%rDs!|XDwD%TcO zUYIRKC7G4LcR-+O`P0`7bE=R2ixwv2jM$C^l5P(qg%bvd5muNM&~h_?Tya9Rl$(3 S_epQ^!!fQm$0p3d0%TRc58{{AQ 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

gl)AuZW!Q37QVyUk7Zn1e!T|5_XZswR< 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 SexLMi)ZXIqU;l!o`S=HP#gDQ8 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..150234f5e40882bacb4867c1dd4e7869416cd691 GIT binary patch literal 5699 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..72f9913dd18ee51e187e0dc988d45eb39485a873 GIT binary patch literal 84679 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 JjW^uz{{d#DoBRL( literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..8dbc02103ed093577d3953b69492a969e8a3443a GIT binary patch literal 1701 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 XdHO)+=>w6c_dS#A3vH|{%jNzbrxOO3 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..ca320b8d20b217ddfab6f3a971e9f6f94a4e4bad GIT binary patch literal 79275 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 P5B*$jD73MnESLLVdCtnP literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..fbb5a983f1d9278014f358dee51a0e5128c95b60 GIT binary patch literal 108754 zcmeI52cT8emHywOcYW_Eq5`6TiV6tUROv-}69MrFoF||(9}fg;oN-3ujAJs+j5A}L zaU5eNlim|c>@CK4i4Cx~B&2yQX{P_!A-|^ljU^El?pAZ-4clIgwuDjP>`#Wo2 z?x(tU?^1*RO`ku$ssHP>H7^k2|Mm+TuRVEQP0dv`Sxr{EqGo07{My=@>g(K%<6ERdfRR=yB96)v$s)Cv-_Cs zWp-b)`i{qdTI*!EDf?d+H%ZF`v6;bxCAdo=AQYqL81sma=zrDwTKd(0=geX^E5 zHSf}|ZS8t_@6zkhyWH+#$3*XPPj}ms_b#s%y~|^gcS$|%jObnN+1K{$XLf(Hz0LM9 z+t<91_b$(h-sNXGz>XY98@$US4zV-q%yWm@5rfPgW*$1+wvRA7*!B#u?V)Dd*;z;0 zcJwZgTW5Z52OGWH-n`3KnD;KPl<<Q_Z{dW$WH$Yw|8B-*d}UGC3& zmwTdj>4Blv|R^)N5(VYXV| z#WChx9@~1~Woxyp#{D}Q8Th(1tC0^euf)FV-sQEbjSSpB#Ey?yjh>EKjpq)xcNe{j zR(Ln|TK$`|i0Iue72f5QI@o>keV6yImesgFjto4vns>4PPw+0UdVsy6e)bMyR^y%f zTaOxGtvVxPTfXmdPwR6A-XnUKenoGDZQZ*#zQVh4lt?2(SMe_IP;F%3ed4&wV`AUs zcD4B~_s4OU+iA|gE9FN9wpSY&=!@X0a!>0c16$*`i|r~|jdzXS<6yPJ1;rRZJ0mgrqxHLoVv8v8C=^J;>7qIY@C9cwk75$C(S_O6e+I%mKY zs(6>LB=24B$$OW3qIdZ^s?ErFOyztxc{R=%Qs3=S;a$GpIPP*gdYAW%eV5zS`Y!kH zY5gESGT=HDeV50^IRoz#wHo*5`!4t7$6fA;a|XWW%D&4Z4zX9Vb6JhY=e^78w%&Kq zYU6GkYw2V6F11DMyL*^-dF}jj2EN}o-(_olWZ<6Gz020Tcd@4x@AB9h-{ti>+N>mcmwTdjxt)JTMt`^dj0~+i;a$Fp=w05S^*IBN zj3Wb&9AK|hpEL0F#2FcnKGb?%UQO`K_>7Fl$G%J7BjRE6&lz}39CvXpyz9>x5FI>T z{=~l9VBY0@Vpii-ThD52-MOsBYsReBx_5cKnAN!5`pCfR^|SY!@4I}@mE$h275gra z$oF0D$&U=&6Zl*kvdUr4LF0Wm!@A693o-^?H{K&u~ zW8dX=z4fLzBg39n`mTGIXH%hvb=lE?J39(bVH*mwEPqjzykt8)gPAIIHF@A6L3 zyWGxum*?h323)~L2JNx_td~9x-sO9i-pi|0(-YkPPUbbfyZjSg-r?=~mscBL9#^%- zE5@;bpFn5}qIbFdr_CDp>UOsG z@@_jfC*wP;)_b{My~``cvBAB|J=Jbo2rDrXJ*hF>(E>%OI@xfQ*;uXvYN zjeVEfab)0j>*Fq4cl4AD$5`LxvC+HSuBO(wKd;ufC+Z1q$5{in^VJD>q1C*`qpOV! z+#knXdal|tNcAp{KbjF!k=N4moao*CD!j|Hcct(074@(vje3Gt$oF0Bsqik(+d1#@ z$kx5f)}5I(@Kv?$UAE@OUG9l}m)o)La=W^B(UU7pp?uG)Iv#kp^@@AB$-?{ZJ{F1Mq1nIl^t8GM9@eYf{J_Jo(m#JwC!n|q+`?O+K>_g%Ke zzKiWDBLk1fdzX7+-{p2S?{a_Z-bHJbtQP$nM}`B$yL?CaIRp2^`7ZC)`V(HZR-5l~ z|C_55+!y;U?@;YY!&`fotx*f}YJaKT?I+&l>#XKo?tgdtF7L3Ttj1&dRmp1f^jj-o zo*9)ew`1*xBWV698TZ81I6N|6S>v6e62^8=6YQ@(`o^A{<_rg#cX?iXj>D_Q85#F? zvUgO?yF4=1ez={_YTOgYU0laT2JWjiGH`$NF7FxV4BW1^PLIdOahKcCyV%ZYHJ*?8 zJ#01aa(`Z{@%U=q<^H@9wmVhvt9v+(3Ho3X*#U*`CA99&YvsvvG|n zj~Qxv;*5-YhS{FD8i#w1<{pd;xc2rx?p@y#`|g0ZTFpd3@fxKHtSLHfQiBIP|Ii$0rT_w?AhX z_$PapukkO>yYxZ6@6u2CzU$tlFJs^Jtft=OcHX<(6Z|6_Fx*9`Lpdf7)_de=wcI654%n|PP+T*qGTzqHZ2 z+>Xz9>F=m0xZQgHY_q=!c{s&n9RPWLg`O$%U z;^@G0c9hw8{E>FuYTm^as%EzQ*n8-E-n;a|fRNb`_hH^Z|K+{QJ#kjXb7J4+{``|1 zw!%xWc}2lJN7+m-jlEP8{?y#Jd~Ap#!=T;7yY$Fg_g(icZGPUsGvmm>?Kmsrc6`>r z?R@nIdu-kieadP(#|U~ijSPpGcRAL_CpjF)cQohaF>zML?fkrfSNn6%%J}}@+Pgd= zjtty>cSZ&uePiD}{5{`y`B@IIcvZc|J{m^`ZpS%;_g$V-ZDe3;?7Q5~j|}`wVphWy zY~1y6HqIK@les5)_lWnrcln;9cd=dNSp$!Vio(6iJ$dhPPky}<_vA+g?up*Tw#~@m ze1U3>p7lS`yMuQV@6u~J-=!z=dX0PD?u?9mJ*r{eDP}eIt&g`{)4&-SZS?Mt-PF7E zL41-!zsBce^iw{o@yM9fxE)6Zo|RvZ!##O5LGQYUsVCyhH+gsHZt7inB96Q6U3#wd zzRT8XBLhE;VKzI9eV13$zRSMq98Y62Fgpxcjq}8~9>@DG_rx^~?p^N5KPO{Ptu`|7_-gZAjtBXXfmtn$48wL4@3IH) z%zT%}<;PumE^0MySMx5M53}dhWgBUHTaB7q;~|16y}AXW%i>yS%1m zHTG8j6Z2c@yGOt0y~}sIt67cb#P4FOcex$=E{|#b85v?YJR|eos#$HjR45>(A2g%6XK4|!u<;oK_vAAg_e9U~$k=byv)sV1dHwk#=MK)HCcK+? zmi|!%OwMaGMpEm~b$NVL5!{Y_mS+vKUOe1Bz5H`s@3HhKx2S)8dw1%y?pfGY=eRtg z+8metG4@#=6Z@K1yH4XXbIl-TgdkF^VWW*m~K{jkE4q+GXK{RZ;uuGO*lX$Q-O00zT78yF-Z{_m$hhXw`z*Z)f5GPaERQ_O#)Pz9 zm;OwDV&C08Jj?exAY?FXR~ZfHshGidbX<|g?IY~W=vnR=YJ1T0upK?i?KsYI`)IbJ z&nBOyt?f_A-}4!a@3eAGOK;|%;c`!W4#w>rJ*n|N%Tc159z&~nHY%{#Tj}92r`=6F zOJC{SpwhGSRIHo1XZe}LwPM`PD_tHFpWpJ_ycY95>oZvDh3Hw#De&i=9}V~l_OuZy z{|o{9@d?In`|(}uX!SFX*_E~Byt9t8-^#eVZF+uzOgjrM+Vr}%GZGM3S=VDt4d?m67{ zx9(XU6Z`TX}^YqDc;wRUFf%=R~XnAxFbk1{*l>|nFQ%nryJHYG*%pPv`P_rL2`ysO*HhY5E5oSl4 z-P7#e*(ltWv%Bb~oF`>>g%Eo9$_~quH)z4>H@<>|SO&nC)k_Q#J-ucbbw- z1y9SS!_LTN!p_QO!_LW0f}NY43_CBI54#{c1$JRJ5BAio5%#of0qmk|G3=5ogKf%A zhh3U2gI%7T0efb)BHU?ZwhFvDTLXJm)(pEgYk^&tt%p53+W@=KUgPJf$S0=_g`2>a3OGT6V%#=-u5b~)@nWLLm` zEISqU_2CdVE-k%3ie;K(_sHCn+yBz+10S0$gY9?k8Dx6(|=~y zg8wVK4)(vZ>tR2c-2nS3d!_$l_S0tn*X(D^el}}^V?LL)h5dZi9`*}a2iPxW9bvze zb%OnJ)*1FIS(k99uV!7rU(33|em(0B`;Dvz>^HMLV84~^2|FRHhdnWCfSsJ}1v@p{ z8+Llu6Lw~{5A5u$7wk#dzOW}}`@zo7_J=(s>mBaYnDqfK&St=7Szp-Gvjbq4W&L2! z$PR>EksSoP%ASU;$p&D%IU5Muk{t}YK05?e%>=D@8vqxd?$R2~eGkYBN zu52^x-Psn{d$O&t_hwJP-j_WIdw=#6>;u`;un%U>z&?~c8}76zdk*|?_B`w(*$c3b zW-r1%mc0b~c=iL>&DjrOw`4zp-I{HKeIolY?339~V4uo<3j1{SGuUUcpTjto-(Ok#F{+!v(fbH98HmR zIFf$TM$&KDNIJnr(i3eYooplNR2xaB+ekXoM$*|flAdHE>B%;d&bN{D6po~Jr$!r1 z7u#r>aWqBN;Yhm7M$$8EBwb-6=_(sZ*VstfY$Iuljil>sB;8;m>5Vp$-ee=`%{G$W z!jaVO^lckWZ?)0%B95lWIvhzav61vL8%Zy>QSJ&G->$Ur?J67JuD0>*8XMoPwejsb z8{e+C@$d$Ya>zOuf3Zp0ioN^PC0PonEk+z>78$c*$l0 zKd_m=4{av!Bby0qvzfq;Z6@#&n+g2XW&%I6nZVC&Ch#(60?0g^1-xRjfLCo6@ET_U zcBj{ECh!ZJ3H;Ks+pjFU{o1nIZ!EjLVcG4smfe15+3ok1-Tq+N?T^fE`~;Za_z75s z8)F%66f+#M4zinNo#QR*v=3RQ6OL}%)P9FqhyS8|k#&l!Q)Hc8%Q~Dve#vsrmo4{v zg}KL~{;M{V|C;5VuUqc(adrq|6Gud*_RLecnE%(f{+%wy9&q%sqCeMw`hmw%n6h?m6A&y31^AJHzJ0D{KsmT8GN5*~YmR8@1Qlh_k`Q z&l_#DyUE7xn{CXyg(JA#>Dx9+-D+d*MK(5GY$N?8mg_FFTz9$Ux+^T#U1_=QD$8|O zTduptM!0KjyuQxH&+9E4++aEIJIsN0r|()G{GR2(l8vz6w|sG%<;2@9C*EN>@lI10 zcUeBX+w$Q(mJjc>5&1sLFZWw+e86(!gO(c~Vs5lMZL<9Mu;s@`EI&SK`SCFu%O5v= zy4gnbEtZ?Mn!0S-I_pRug^tYy{bEUP}xd}?=k!7|y4ra)d|eudVd z0{x-ogdbUk+h&>J$Cl@QV)@~xmhFCKS>orG^Io{O(mF0|ITNeC{<*zp^8~@fa%v`)v6 zbvj$t>A1tJ!{4GPvQCk8imbD1S%*)J-rHJ-d2_ufo((qA-)JNKO*XpUY@_=v9Nld+ z`?ihnx7rAQk&W;d+X#P&jp~=#sD8PP>Q|WJxza}Tt87HS+D7ziY(&4-#^&p6Y`)&c z=C`ADFwe$Qw*IhpS_Zw#a_8NaHSe)}d9P*3`z$}+Z~5*4%XAM~9(#y+DP*3(xXQzp zTOP5j@~GvL$1IaPZh2y}<%TVm6}DPFc)~Klla>RXveEx((*e)e`2MVo?9bVl{`~f5 zUoY6xu@_BIykzr%AK2XBho;QhdH*M-*?wwy{%4lqe{LE3Wy{rN%fzo( zW_{K2<7>=}A@lGV?k_AO{?hW@uPn#?+OpekEU&#`8SS^0%YJ8B?Dv+x{$N?_kIYca zSRH>GxiDYfrVso9;rYwGEHrk+Zs zp1yDD={8eOx0`yp!_?EArjqWmym`0f&3i0w-fMaDKFgc;n<{$1a^{1UGaq8k3>k+{ z3Lmz-`H1DsM=ftYW_j~*%bS}mZ*H-?xz+OK6P7ohw7mJ0<;|z<8R0XgVV*UW@f=5N zT>E*B*x_z3*fYWx?Wy8Rmd$pLCv0BV=^C<5SIatGcbIkf`%gvIDY8zHb*g6_j@Ct8 zXXolV%+OcZto=%xIbUUS^s8;|evQrDueEvgb@qfOK4I&Iv%bSwd&oMdxnMN`X6{%` zz*+nEZPtF9&Dw9b`T89;U%%7l>v!3F{ch6)_m~>E*A&Bj_C)A@dw%qQ&CegSXN?bW z9v`v}YA(n+{a_z4-SMbtg2zlnJ#H#$vniP^rkS>ymU_apRMa_KdGWNVsAo(?J!?<* zp0j6k&r?C!on9~%^`fb$mrOV-Duj=>_O9+hHEaib)e}1GpO6PL%7Y~gx}Vi zrYFt5G<|4}rKzW>qv=btKh2&rf28>XO!FujzKLeOiDtgLX1@MrIY{!wkv2x(|n9(49&-B#?t&F%{ZDXX~xt16U_vgf2Ns8 z^Di_f(p*I|iRNEvCeuuz`8S%WG}CDQon|`C)ig6`K0z~+<{Fw=H2*;}o8~`h=FnVA za}v#e(afc}j^<>V|E8Hob3M&`norU!pgDzRA9Y0jki63q&ll{BkpzD%>4W)00*G+&`Y zxu51Hn(xruO!ENEEi~Vy`8LgiG~c6nh^9odiRSw>57RtC^C-<@G>_A4rrAQXmF5YW zCuyFdd79=KnrCUAqj{d@1)3LWUZVK{%@1jQM6-?N$232o`6EBCNmp)Otrt}}B|14cw`mfS;rT;En zU;1R}hSH}>|5N&O>3>U~DSfu|xzguLUnqUC^rh05OJ6B{we+>p*Gu0heY5nf(v78? zN;j8oDSf+i>!y!vx@gm1ZTjm?7jOETO@F)Tl1-Ox`sk+1HvQeEzu$EErhnLU#ioxB z>bSMr5)Afhn_3!IEn3;MwbKf`&UK5HHf^or{>GNojjNlprsl?#i`H!I5gQvgTH~~tW5&+hy4Rap{hWj5PMkVs z+T2-|E_1PUTLo?N7%Wau3<>jywN;#+3J-|Lzm)nYg#*W%<3iURyM6_Svz#i z#+GHPR}DpfS-fuT@Ret^vhpQA36e8;ai3G7+K#NvS#BOoj!=obt{@a+IwPltUBdO7TCu%E;J2E85n81!{Gz@VSQfd&UT^f$1#S03QI z2HLKJ9S$)#)M1dpVGf5I9N{q7V2Hy|gCiY=84Pzg%HU{+V+@XUIL_dBhxZx0-{AuW zA9VPT!G|4AFc?u=)49u~!^$IT4Mzd_ag25x6L74fzfrg2LeqF}nhFg^s6&gBu-B3$2SB z7YAJ8m<4QdJUyJd)X|-=thT0mkImh>zxDsi7wS2FX4?@Aj`El`HSIeV@nLvm+ zA0b(k$F}hR8P~1|kaCegiUh*BlBW*0{9K#BmV z2#^_G11Znkvj~tPK#BmV2#{HOdIp(YUj#@IAVq*w1jw9v50I1gDgvYkkRm`T0%Y!9 z9v~<8ECQqmkRm`T0%TrK50Lr2iU27BqzI6T09nw>1LTzbiU27BqzI6T09m-72gs?t zivTGCqzI6T0BP*)0diX3B0!1&DFUP-Ko<4&09o9x2#_K`iU6qykR|;*Kx+K2?4Tk} zia06aq#{n54)OpweLxW)MSv6mQV}3a2Y7%iJGcmtB0!1&sR)qe2YY~=acB`BMSv6m zQV}3$9_j(I;;iU27Bq#{689_9hE>WCshiU27Bq#{68AK?MAW=IhrMSv6mQV}3$ z4eV4iU27Bq#{7hf4>LF1s^N| zqzI5AKq>;{!Vh|Yj5wjDz5V08ozjmWbV@&h&`Ey;0g!$K0g!$K0g!$K0g!$K0g!$K z0g!$K0g!$K0g!$K0g!$K0g!$K0g!$K0g!$K0g!$K0g!$K0Z=od7B>9|0wDbe0wDbx z)`0XQ2!Qk>2!Qk>2!Qk>2!Qk>2!Qk>2!Qk>2!Qk>2!Qk>2!Qk>2!Qk>2mt*N1fc#1 z0#JVh0qAekt^NoCn)F8yfchf{K>a6rf%+o|K>ZN}p#BH~P=5pgs6T=L)E_|r>W?4* z^+ynZ`XdNH{SgG9{s;n4e*^)jKY{>sC+xzHAZ$O!&m4Ke2>TU;Q6p=M6e1CVf9g9$ z2p~lWAVmluMF=282p~lWAVmluMF=282p~lWAVmm3BLt`s0@Mfr;=|o;HA1jcBLt`s z0@MfrYJ>naLVy|}K#dTfMhH+N1gH@L)Cd7;ga9={fEpn{jS!$l2+&=z3lXyY96xh3 zewW36C}eaIBAP_try@j(5J5K>i{C1;5DDL%3V)3oTLerIFhx$O{OPIj_%$yJm_xj(Wr8MECO}mtKvgC{RVF}HCO}mtKvgC{ zRVF}HCO}mtKvgC{RVF}HCO}mtKvgC{RVF}p!Y(M2?dSNJlkiKA79x`;65CLk405wE_8X`aq5uk<$P(uW$Ap+D80cwZfZc^Gvi%%Ca|V7T+d^dKj3SF@h#=dh5CNnR z0VFK~NLmDtvi**0YnK*}P3ltln3ivUs< z0i-MfNLd7svIrn$5kSf!fRsf5nni$`MSz+`fIdfXt62n1nni$`MSz+`fSN^s|36N& z=FSNra`N0Fi)e^ol956LkU|8ILIjXP1du`mkU|8ILIjXP1du`mkU|8ILIj{80@M%z zYKQ=fiPp&SQq2gvphe!~zIk&)h|Hf?WDyM!44ElJ04YQODMSD%L;xv704YQODMSD% zL;xv704YQODMSDoB0vohpoR#r$RZvh+g-5>A+r4(cjAJ1Aw*7DP=rVkBE>`tndeO* zvT#8Nky95I6D>h-6EO5Gg{W2$9MV zX<8COX2i55U7 zT0os>0d=AUEVRfwrbU)Eg%AnftXk#|leaI2@0^yy!|@$zI(NNvWVxfQZb)BcM@tuP z>1r+A9J(9yaM;6OPlq~#dWQysy&U#7=;^SJK`)1W4fb=`-=MccAA`OQ2NMAYZ zX|*+-yIeY~j9Cwt)+`Q)5uTU@L~kbQDlMRo7rXG-cl$Yh=BPHjY7rCW+ae~4m_U3K zF=452P!SVY<;^iy7nuNyJOQUX+o=ntOYO}+#oTFRd9Zn+5EvdY#oVcgi6SP#%pI$| znMI12C}N_Bi6SP7xf3Ri_-7a}Bo+^6>4id16ncWso{N}(6Y#CkA|^(b+tLe##x7!l z149uL_OPjl39kbdd7_AkqGnev>J#OnJ`pS6Ma{0L*?D#>Vj{-Gh3DrNK>0eTQcZn% z=7=^U+x2U+xn28@tSz_Y=Ciiho|{+-)xHDvcQoka(Al7iLsx@t4&4oUIP77tr$e1V zy+eb+UJiR3^u&)RT-vt0k3lboeGT?=*x#VHLmz{_4hI_;(Zxr#Pa-Z8*&lkE9G|IHGi6ILi@Bp$z9ZVkwm2Tt_U0GMwj#rBH?o z9I+J2aG@iXLK!wXVkwm2B1bHRGF;+_rBH@Vj#vt1xYSWyfdx_4wA`D{2zaLBihwH} zR|Q<{xF+CPj?DqrI<^E{=eR!L*^V0mZge~+;JJ?H1w7yJf`At~j%eerd8EZAR-rhK zb{rFMtmC+V;~ggioam^oI59L$@}|iFr#MaxIL&c-z!{D+1I}`s9dM50Ndf0No*ZzV z<9x$5$J0XVBFDu6mpEntn;cIMxYTi3z~zo-1U%DGU9loGt@Nf< z0arV&33!%cbHKHZEdkd#t`B&&obsQI3$2(34trHzj1a`W#p*+cPvSEFBile$>YB+M5H%$*m&TyO=T4y=V4y|(> zPYSJb9ZwE8&vAY@c!A?70T()+8V+uBJT0^?a$Fp6iDMQHZgM<5v@UgA7I3-a8R6hF z9ajWg>9{H!yxLJ+u_hdOmNzvAT@WW`?F&-ZVSl z9LJLa&UHLF;5^6q0T(!)5^$m8sR0`uPYbxnadE&Uj#JIpA7Hbwx{PTIWsc1D@@;A>c;Ga{`|0cwWHs9WMxYq2q}5{M_ry zBYn0t%CN3H+Hp*19qTwQ;CROg0Vg`17;uu~WW&1h6vwHdb(-V!fHNFthJ$B0&JL|} z9Mu&kg{HaQbaFUxp5y$`y1?<2(7Mp^)PRkSr-g$TIW9JAC@*o$0ya6G9&oASvVhAS z&j@&?o_jpc*h9=Cpw-OaFXNXfKwc&2At+NJ>U$-nE_`x&JH-o z@uYxr9ZwE8&rw}5KQt}yrc(kgbUZa+qvL4-7db8txWq9F*yMP6z@?7M0xowvBjA~i zD*~=`TorJ&(~--o#Xm|XFF~PxY6;Pfaf}@E6xi|=X=uy0WWkM(J_4P zE~rKsBHkUx1RU!)F5q~_35NCMiH;`*oa8t;;1tKH0jD`m4>-edX24mFvjfg?JSpH@ z$CCrjbDSS=f#WFw7domdP7O_s-gH{PMUION5$}#!Xl-&lJ+v-$To!P-;~4?ZbX*Z| zrQ@oAs~y(_Jj<~;;9AF)fa?rjSs(Ch#|;5D`oZTAKiW_}*YUi7=Q~~y4!+RQT`>Zp z*&@A@MY`=Q)$}fp>r~TgNNJzJTk7`R(!J;Ap2Igc4BWDR|1JCUex*%KkJ)Wr*`rgh zHm}scyiQZ9*{i(Q$aV)OoqllA=?AM$2PB;iNID&mbUGmEbU@PSfTYs_Nv8vnP6s5N z4oEs3kaRjA>2yHS>41ZLw%ea?tPIz{4)9$A4GwlV#31Q(9F}xCAn9~K(&>Pt(*a4R z1CmY$B%KaOIvtR7Iw0wEK+@>|)#*Uh=|I)#K!2ldRi~p#bvjUWI#6{wP<1*`bvjUW zI#6{wP<1*`bvjUWI#6{wP<1*`bvjUWI#6{wP<1*`U71a}&4pf~ERGkh~oeor; z4pf~ERGkh~oeor;4pf~ERGkh~oeor;4pf~ERGkh~oeor2s7^U5y$bfD^Vpz3s> z>U5y$bfD^Vpz3s>>U5y$bfD^Vpz3s>>U5y$bfD^Vpz3s>xhB9?J&~1cAD-cY7a2f9vgC{w2cU8gscsndb3(;Ldv z=|I=%4Q1+dpzHL8GIcu8b$UaYIvwab9rHIw*Xa#q>U6ZaPH!kvrvqK5HU5y%^oBBZI?#1`Lzy}q=sLZjOq~u?SGZ1ZC{w4S$#r@|nK~WlI=!Jx zoep%Jj=7wp>-2^)bvjyIr#Fkb9Z!|j?dlEbvizG zN7w22+#Ow~<8yaZoeo#1P6w(^2dYj7s!j*0P6w(^2dYj7x=ybzQ>Oz}rvp`|1JxC( z)6rx)opX4U5y%^!hS&I?#1`eVIBP=sLZ=Oq~u? zSGZ2EFH@(Z$#r^tnK~WlI=#M3oep%JUSFn82f9wLFH@%jU8mQVsndb3)9cIB=|I=% z^=0aGpzHMdGIcu8b$Wf7Ivwaby}nGH4s@MfU#3n6x=zRE?&vzbzD%8tR@dqEW$JXG z>-73Ebvn>>dVQHX9jLBwonBw2PDhjL^!hS&I?#1Gp36bX0ad31U8m!7_g2^G_}m>; zr{iGN=|I=%crND$t4>F&>U5y%^tv*2I#6{wP<1-cb$VTyIvuDw9q2l}u1uW{R9Co8 zuPalhqe*o-&~2#p$^tv*2I?#1`U70!^=sF#ryQAxLeD02})A6}Gx=zRE?&vxl zpSz>$bbRiPuG8_k8wQ<@&)v~=IzD$l*mOD`t5T=qRhdo)Ql|r5r{lABbXT}e$0rV* zj$>?RspcT+^u9-z`W&^T?f}#2$5-m~zSQY`snh#Hr|(CdUewdeMLiu$vh10U>U1or zP@N7`oeor;4pf~ERGkh~oeor;4pf~ERGkh~oeor;4pf~EL^y1>s?)JkbvjUWI#6{w zP<1*`bvjUWI#6{wP<1*`bvjUWI#6{wP<1*`bvjUWI#6{wP<1*`U71a}&4pf~E zRGkh~oeor;4pf~ERGkh~oeor;4pf~ERGkh~oeor;4pf~ERGkh~oeor2s7^U5y$ zbfD^Vpz3s>>U5y$bfD^Vpz3s>>U5y$bfD^Vpz3s>>U5y$bfD^Vpz3s>xy{q+fXg9x0)p|PgnzyP>$4gS34pf~ERGkh~oeor;4pf~E zbe)cQyWiJ!I_B+;uG8zvxq7S zj^{H_bHI1Jp6)swS5}=4{L87QL$CRJSDlVms5%{}Ivwabz0PzxP<1-cb$XrYbfD^V zpz3tsJ6lh8osP?@P6t-4r{nnylpR{D*3(_5qt$hK-CNevU8mz<)#*Uh>A?TPdODuV z`I|MJjt5z9RZqwB89!KcI$po(bfD^Vpz3s>>U5y$bfD_=er<9(9jH1T2dhp8{`u?a zg-$PYdfP&$BgVt}^J3k5q0{kIlw#d`q0_NE_5WtwyVuh(A9x!&-RtQ%SL^A(LZ^E@ z9j*+wPrvtT~4)l6D>Z&gNw4RPut)~OEo(|M{I#BEB zK&__(Rh())9ZgzK2WmYXsP%N*;tIT2BYQqwC&7Jsp?TdOA?+>Am=t(}7w~2WmYX==F5yHJ80wPe*H2o$mE?w0b?g&g$tvt)~OEo(|Mr z;q~-7tEZz$>*+wRr=zawFUjlabyiPDtJc$jRdqV*s(!BP^g64j0VFA!8@bV zy`GMPwVn>tdOA?+=|FXb*3;2cRi}GB9j#tZf0Iu4dOBLQo(|M{I#BEBK(D9cxtt5z zzgV4)brho0QH*}C>-11h$48*`bfEVNt*6JGZ-3qUz_jjtU|RP+P}jW!(z)rur-8&$ydk3U-?|`)K9gx<&1Jb&8Kw9?>NbBAKY27;@t$PQgb?*T93pTBL2c&iH zfVA!%kk-8e(z)rur-8&$ydk3U-?|`)K9gx<&1Jb&8Kw9?>&~@)XUH1;u zb?-obqi%KGJDPOeJ5blX19jayQ0wVHt)~OEo(|M{I#BEBK&__(wVn>tdOA?+=|HWg z1GSzG)OtEl>*+vsh1S#2r1f;5*3*Hi(}7w~2WmYXsP%N9*3*GnPX}r}9jNtmpw`oY zT2BXRJsqg^bfDJLfm%-osw=dfjwY?A1GSzG)OtEl>*+wPrvtT~4%B)&Q0wVHt)~OE zo(|M{I#BEBK&__(wVn>tdOA?+=|FXb*3;3X^>m=t(}7w~2WmYXsP%N9*3*GnPX}r} z9jNtmpw`oYT2BXRJsqg^bfDJLfm%-oYCRpOuF!fqnzWt{)OtEl>*+wPrvtT~4%B)& zQ0wVHt)~OEo(|M{I#BEBK&__(wVn>tdOA?+=|HWg1JxB;Pe+s1(}7w~2WmYXsP%N9 z*3*GnPX}r}9jNtmpx4tef5Yl%pzCzZ-yFT3jyj8@*VCcb9JQW~b6uxn{^qT&(@|e@ z^m;nh!8)odyq=CZyf=A09cyA8y`GLWv5sC(M_tv?>*-hr>*)1#)Kwk5o{n{}j$Tj4 z{LRtp>6pJcdOaQMU>&`ljyj8@*VC~c($VYbSP$vw^>ox#9lf58dApeq@&i;;eXfZsIPge>vYsr9bKpU_tW{ghi@@+-8(<` zfL!+uRGkjgb?-pc=|I)#K-K9$)#*Uh=|I)#Ky`)cbTp|>2dYj7s!j*0P6ui|9jNtm zpw`oYT2BXRJsqg^bfB(#2dYj7s!j*0P6ui|9jNtmpt?fq>1fh=I?!}F9`UiB4pf~E zRGkjgdOA?+=|I=%_`UG+O=qq@R%I==7VO|H}NeFsO^>G-~bqw93kRUKWYqps@cIvwA0 zarAmRzUSiTIvwA0ade%I@3}a7Jsrp&)A2nQN3W;j8LXq$)8Pu&>G*Do zx0+7JLl~}mN2}>{K9g}&SGZ2c=k86a({ZA%dk5;ecc89&2dYj7s!j*0P6z6`ccAKY zpw`oYy6zpQ>)wI7?j5M>-hsOA9jNQxf$9of_l_oA_YTx`??7Gm4%Bt;K&__(wVn>t zdOA?+=|HWg1GSzG)Oz~BHo1B_Q0wV9SnKIPUH1-Doep$Y==am(&Qi^RT=(ARs8a9Y zTk87Sy7%KM*S+`Qy7xX@_udEV-uLCY_W?<#4@f$Ffa-KW(&>Pt(*a4R1CmY$B%KaO zIvtR7Iw0wEK+@@eq|*UOrvs8s2PB;iNID$=f59f54oEs3kaRjA>2yHS>42ou0ZFF= zl1>LCoeoGk9guW7An9~K(&>Pt(*df}fvVGis?&k~M%}7TN0aJwpz3s>>U5y$bfD^V zpz3s>>U5y$bfD^Vpz3s>>U5y$bfD^Vpz3s>>U5y$bfCIIbvl|U1=zP6w(^2dYj7 zs!j*0P6w(^2dYj7s!j*0P6w(^2dYj7s!j*0P6w(^2dYj7s!j*0D^#bWNp(6tb?-o3_YQQO?)7w_*3*GnPY1eA_wT0z)fKw# z9ZkCK9jNQxfx7M;sO#Q=y6zpQ>)wI7?j5M>-hr;u{rl-aUH1;ub?-o3_YQQO?%z)b zx=#0cI#BEBKwb9^R9EP_cQom`cc89&2f9x8dOA?+=|HWg1GSzGRGkh~oeor;4pf~E zRGkh~oeor;4pf~ERGkh~oeor2s7^U5y$bfD^Vpz3s>>U5y%bUdGdum!qK$MYFS z*XejZAXENUEIvvks z9Mu)B)A4-9n_Q>kyQ_|_(|z4LF6%no*S!N>r{nny)Ev-ty4TZzuG9Vd=|HWg1GSzG z)OtG5b-I5)9jNtmpw`oYuG77q4s@OF-%kf>Jsqg^bfCJzb-I5)9ZgzK2f9x8@23M@ zr~CKQfv(ei-8)e0=|I=%{{3{I>vaEqI?#2xe?J}QI=#+xI?#2x*VBPoPY1eAuQQzv zbe-D;X1v}bUK<`r`Or{(}AkffvVGiy6zq5I=#-mpAJ-= z4pf~E)OtElbvjUWI#AcW168L3Ri^`8r{ftc>fk`t=|I=%cn0gO>I&EC_}slobvjOT zo$l-2fv(dL?|!iBbUdGNbe)dpGmfs)@qEV7bvnj*N7v~X=N(vTMyade%I ze|y9*=yW`vade%I=QDn=>2yAyanyD1cnhx6@o$fKtGhyVI*zfOrJ8=!>Ai=S_8+#T hu8-;TV=HxfZ|d~k)akvU(|c{I=>^-|r?#f%{{iwk9{K

ajLYA|4WH@(-l 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..4d830acadad93b749a282f737f8ae85cb46485ea GIT binary patch literal 7350 zcmd^?Uu;v?9mmi0zu3-o?AS?2LJ|@Z2o4Z8g?5zD0t%(uR6^Upv{{|5jPFev>ObN7 zrXrq^B8_P-LL!y6m6u6*83Q40uYH*`?WvDRWvSMckTOlv#G5NtY3kFyzjJ@ru?s=$ zrF+;RKIh}}=X0;m`Q39ae~3iF0_mOfTZXS!h`-YpH~AT!RD42wDs-VMIgwY=O5T(9 zC_?w>-kdk@OZz1Ia{hcE9RT~&9lA&dbx%5^2hw4^Bi)HQRS%{kdMMqchtpBLGaXwL zM(7je|Naxk9DEm_-R8Oz*Z(d)yInuXF%W%DEJV1CO6u>H?%3VjZoTWKlEzT!I^911 zi&DjXJnKXEMxST3wbnhaAN`)zzAn3CsO;M1L-RwQ-P+yy=k=rOyZu^AcMQt+M7mp7 z({Yb@OX!iCLhmws_q;+p#K%eLgdUw2$=GB1n)KMdx0gzm?Y~@DDi$6qRHxXH*$*=2 zykWg#7Oxm4DpaDS!s5J@v5d#qyToG;Wn_I!o7&?5WgV0SktNTV)c(R5?U?5CGwFMN z7uou(esqVX%ytC3_6s#TOL|tn9m@{w^xL`6&UJU{p5L$O%i=DYi6)%VlXYaj!ogvP zw1NY{qlc?vLD9W8)wGw{2lg3$T`>X+9^HS_cMoG8(rB5|9nH4DQ*A-L!w4B+qjSMC z;10kMWvB~2J$TcH!v+BeYX}^zit9=`hEVFX)weU&Qenmk7dv1Y){0q}%ThGCiGDUk z%ah+C`;GFcuv%K%Z*ilg#T_n0dmlwu?xdhgMQF|VUZii$wu;!GsedYc+olWr5M?eI zu>GZ#Wy7?CnzmF}vNX;1UcB@JJEr9_B}>cVxzMt}k{!_&OyioCEv^(S^!J-a$*>;a zc`6yX1v{iU-88L4zkGD?wn%Iu+ ztyW(225e!DVU)R_#SiYm9-YQ0`})s)w>gI889Ln~QkmYxGQ(K9K3 zI$nD5)A5wLEp25*xrg?LbQ3b&P%6qf@w3bgkJVzUv}{&4yse>C5m%f0f<@;NCmC|y zGQRC>b2oeypRRl;y=KCqjhNF_S|6DZrZk~4DWWh8f74p=UH4pXxf9(}j$pyPSZmB=u9Wc9_D4w>KZ{ zZY5f$QA$qe`4$XAFL$?v993OMx6&PCYoeam^JQZ4i^Syp;8tR$mYAsq>)itl(Gg0? zta|p*z~TF6YXj5OA3aKpZ(OP!IQi$FZXG!P`PA0LrCQ>0^;|ugSig2_wYvIfWU4kY zv+nzKXFb-t?ysw{nmTgV+Egd-S5qhMD_d&P`L?A_)F-B^=W6QMraHDAP24VT1_z!F zc{&(m;MD;Xcvn$6sWqgoHp7bp!b4A|)m(hqv92}`nWuvkfh47-NB0y)Tl?zXoses* z_wCf{ehSbsLa?HgJB2{FBX?5;&U?7Ohs}Gu;Xz%X9H*WY55lQqZt>?me|+n2<(sD$ z-C@q_6)h-N9Y3@9{++*medzsvp2jvwJDN$q&pe9E_Lf%iPN;bEnd?cf3>4dM6|GDT zaZ)TSEa^reYm{g*oAJ@Lh;3=7vAnk}Qra7TiGihGAVbV_MsJ_|-B4}d$QPYQHam|X zhSrb&BbHb{SL->r6`QQZCaeBNKp+ULTa{|1;T4fsb#^=6SBp<WC#YTq+CB6=ezJa@g8}nPe$y#r+8ipy9Sl4mbRm1h@fEy=C zkJ*jenM-!l;ZK_@4*#&G;bdOP5v!VZZ6%X)TIBgEj}AMCLl>_M)+%PrGR<*F%!8Cs zfY^T8084g=ii~MyR-IWsCfgQr#f)XXMjYWchOCjxX8}Dk&T!(r(68)IQ59{ zWG&s|jX(@}mnZ$d`$2$!N&w26MRhYNs5uLn|v|yF~P?K z9}|2`@G-&11fQfh`4Z%dlaC2LCis}(V}g$fJ|_4i^^mWZd_Cl2f{zJ4Cis}(V}g$f zK1qG#+e5xS@-e~31RoQ8Oz<(m#{{3Ge)0{Fub+HO@G-&11RoQ8Oz<(mCuxv;d&xIQ zJ|_5>;A4W12|gzHnBbE%M80A24UvxtJ|_5>;A4W12|gzHB#n@7ANfYe#{?e}d`$2$ z!N&w26MT|J$u~y6QSvdt#{?e}d`$2$!N&xjr2XU@C*OYZF~P?K9}|2`@G-&11fQe{ z@*N=G1o@cYV}g$fJ|_5>;A4VM(n0b~lJ6k-nBZfAj|n~|_?X~hf=|*R@+HZ4h;FENOd`HQ5gnUf!F~P?K9}|2` z@G-$BX_|Z~@=cSE2|gzHnBZfAj|n~|_$0kVz8UhpL_Q|?nBZfAj|n~|_?Y06^fLL5 zk?&>lF~P?K9}|2`@G-&11fQhipD$H~V89}|2`@G-&11RoQ8l3pd>_sI7u`Iz8i zf{zJ4Cis}(V}ei83G%&0z7ynQf{zJ4Cis}(V}g$fK1nCZ_kHr6Bp(xeOz<(m#{?e} zd`$33Iz_(M$#;r;Oz<(m#{?e}d`$2$!6)er@|`B%8{}hxj|n~|_?X~hf{zJ4NoN!i zo>j;QhO)_!HW}I`L)>Jjn+$oAp?6q7yeZ<1IVIc!h&6^%3f`oj&emW5ifaG$j3)U) F`yb%*s`dZ? literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..54e72116fce633c8584a7eaeac6477106038aaf9 GIT binary patch literal 7517 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 Yx9@fLX%2+989cuE24{cRg2W#3Uz7T!Bme*a literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..9240eecb62f39edcb72b05664fe46f635a9bd1ca GIT binary patch literal 2008 zcma)6&2Jk;6rZuZ_If{(CTUW`seA}w0a-aEsFf-NF>Ojn+z6*2Er*r8J9eDT+Rp55 zAt;9)DiI?~oKUYh1)=bVa5ShA)<`*39Jm>U1L}#H@$TAgVu|s1=DqiOGdu6S-^@?C zt^n4y&2?0k0eH@ps7ax4e!_&OzyS`#z=bA+Tu$JGn>3R`PU4g+nUauGIPGT4jF2TP zyIC_Uv(l^wl{&iHz`j_f-g!{m*p3~z`q}3b>du$3s;#fB+$gNXy1H@y-p6aPs+2cA zEswMZJ9lpmH9HD{&vDK_V9Iwa>j;?80cHXv_fnB#4LT4dorIIDrH%m8QcrYKIs)H7 zGtF`!(b=uFVtFi9s$v$JRTFX1G(mnqnk73CZOCR$1D?!t%o6w`dr6bHB-jXL6w@7yi_iI-A|ivuL{3+3IecX}M0RTRPK1Eu2EnapPb?$tg#vt~OW# zS^Wp)d!?gwwIlI6XCDXo46i`5;v&nUie<4x1enX3W$gzQJVZ#ExzbeWe(8<~i|S#9 zZG^F9v7+XfgU7GKN8}YY63#_2yu*Pn*udh9e*M+rv(zf|38?N+LxMG#l<_8MMj;AE#t;MZ=325|*=>V5{p zz<4fS$hU`8`H*nZ@FaT)HV%>y!oh6--{^tY$9o^F^d@^ByxE)VeehauvR~$Nan(i3 nTRkw*FWYD0caJrMLg)=6^21M2`LgJ{jCp literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..49e429541b8c9c4e2a964b0b60460d30938b7f25 GIT binary patch literal 31748 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..7cd25dfe688b79da916c700d2e4d8680fa65cfdf GIT binary patch literal 787 zcmZt^O>fgM^f@10s8#_5RVtT_W01CJ>^kkTjlz)1#KvK{SXu0K5ss5N&O~oJ@B6Ey6FJ^B#={4~NG+!-_3)yxGD zAc#SVLX=veg@7W_(K<`(?9fJFK@W)i9*9HjFE+q;y{8a5#N7w#PEWt_%cy-zwGIyV zcJS8oovoKI`aR{n%4L%Ai1|p}IT+@YY$vgdXF=*?9&++bix)s4LUj}xM0syr6)K^YBb-(OH3 z#ymNnvs$jei7r-GGbGUaCCHK7gDIZ7)P9EGBUjt+R;5`StP%~#FTr*f|D$z z!60Fb7QuEFmnr442=bvk$#|f{AC<+^^i;}#^0R;?M>Es<>e^aRB$BS=QT$eyrtc(q zfX^r=nF!*ONDwLmQMX2PYpeNCEa;RqF|S^1YI1&UjoXhtuYXz@c}p5Ey`}NP?#MHE z>2+_~rcR@P0n B%3=Tj literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..ff400add607cb56f0c26b50c0db35466ddf92338 GIT binary patch literal 6413 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..eb4f9b6b3593ca1aa40606e7c35002c0bb138706 GIT binary patch literal 4851 zcmb_gT}&I<6~1G8%-9&lfQb!c6SIV5oo#IK6SmFIk_2de8q5Yvc4h5qWIO|yjK}QE zcomRSMOCVj71FX*s_>AN+?Om-R4JAEK;P20RUazb8VPG8B&2E|@=_TkmD+u2&%I+0 zo{(fCwU_akbN|jg_uO;8bB1r5n%oG=NAZiow=6<`$CX;4tIYFdVD2Lx@sx+y|H0z#^(B< zifZb@k}8bMC*&zX#nS{CCN$v*+|)QXJ~29WHEHNo8}4B+sma zXYM%SO~5yUR2T5<3c5+fyPq6EBFlX@A*G~{EoVh)Vf}) zg890h+H{1hV<@E7ya|S=&bo0h`>`n@hq#*QklI)`3fMi9z$jCK3SL_))-_=iQ|rm0 zysO67zpXRCFVPfwL`6exomR4of~+$fmy%K{$H{m_8LOnblEk?Fs=-6LJac zh0B60;{|nZ(r_rVS*K+|5!6RE-JuBLtnT8tq?k|?j#F$fA$a=-F*2V?3z4~$C<;ns zG?UDx1xZyRi%aT!Mv9~}{7hEqPk*ke5kdMQBBo}lT?661zKD`ig%gX3j~ibG@G-3|^EgD17%NnCrU z%y_^Uj%Wc~g^eYMsWtzumsYjk1 z^$>dZ@MaXPQJ;yQ!V0%+x9s&s&f`_~m7Lu=|CS@?P)(FUXu(9e8$@gQG|0quA|;Qt z-&c67vnd036RC2xhp@}XCL#ig`u3(TnD_`t=c%<*up`O-l2%Q%-l|q@7CHFPNwLb2 zc3zTVB5hU5-z@gR_hw(Q;_EFsXX9Beeq9&-a`Z#6{bSQ>C@j_Vi657`fBqV^>U#^#DA=7HqnDu-)abq1|E!@Q9d=t= z<;@a7XDLVV&b_q2VmVvY+NM8QJOV==Db=&OXxTkR#eKzk(sCFgF2>A##X1h;Vvr)` z2Jv&b#iGe8eG_JxdIR`0M3=jJl^{GuSPRal)F1@lj2uj;K@20%Cu4t*@eX5Oc$ylQ95+sPWGGvXqTY@|g@CSGq-&>s?o1C1O)SY5xZVoa7nipoWb27$M zxd#(`g>`3iBF2r6=}u#&?z|kE!gc276VuUA?s810r()+PV|v>h;B+!8%MjZ+jKiWJ z>23~E0i$Xlx?@%lc*sSt7P@P6EH*Y0yBxi!vvV1h6QoRbZl2>4YC>-&;xf`~iWj7$ zptnw4nwX4@Ovkv`rO7ddS0h?7*6xf=0y!_PmYCY}@KD3v9@Epr&E|r15<359R|!|8dQKyn;GiA5*)8-o3bT zenl;J9e(iPR@Y#uYw$^|*mX+lI<<1O%yxZ~(+>BQAPBL2Wv}mEN;EO8rHgo*O+pfZ=L$>(ArQrbYgAv-bDU<(RY+65ZdyEOTKV9aPR@U zL2X=m^UZo_K3+7w$*M8r=5h!-|JvqNg{c&vbQgLv!&^@XJ#-84Mv+PTo*PgcgdHU(K?^^yc zz4@6o_>1pgsq32Wdck-7-#hR0=4T#!3dtI~PC**C)5xx#`sSe45h*oB3XKtRYDc!% z!4f-IWQR0%sDkWGgJAtFZ%@hFQ}p&~-rfy|_TF&GJ6!M%e{Wh7Qij##0@JZSUBFk4 zMC^57ek@|=P1J_LX0c+%EgUb+zPFlTQ|lsc4v^FuA!=!qgMfgM@cj%{(Cz8OO~?f? zMB$4RI~lcTs}7YL-twZDpurrY8A zzJ@g0=%a9xUPBn=cLGaomyLRZh^9kv!IIF`t*L(1Y&OK5$th3^LkM3Nb z&Y#=}6?z7=cLpm68a5A-*UKbE(R3tFW5pwHLC84~8$?51-Kj1u!hauRVrDPK-TKc+ zRDWemG pS3PBPtYCf0XrN$y%BZ_weJaioiUL!=nig7)?UJq+uNgr0`d@<69Y6p8 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..452f9af94a02b744533e81c601794ee131841ae6 GIT binary patch literal 12479 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 BAdmn6 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..3d10ef1e6384429cca9edbf3443154481209b44b GIT binary patch literal 10599 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..09aced8b4e16421139d622a179f2aa890ef9e672 GIT binary patch literal 3486 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/big5freq.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/big5freq.py new file mode 100755 index 0000000..87d9f97 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/big5prober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100755 index 0000000..ef09c60 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/chardistribution.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100755 index 0000000..176cb99 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100755 index 0000000..6def56b --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/charsetprober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100755 index 0000000..a103ca1 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/cli/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..190eecc2bef3f3c09dab767f0500b5f8e0c01379 GIT binary patch literal 219 zcmXv|OA5j;5KSzK2*q=_u!Fi4SAshc+_?$;3~ew?Vv-hm5|1FB%L^2`>&g_`w|Mhr z9&ctoVYnh5x5ovC`Wt8h9YweB;!QGgCmVYG5;OCCH<-PILX`+P7XmGuRa%uOodw;v zLP;o9mQ;3MzMKP;H3*)J)*;&Mz;cIM9jDJY_i4>Fuo`8i45USDGIWp%4vcZh9b=Jh c`sLBDtOTCS+@BvFv};doKq+m>L?-aFKYl_wu>b%7 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f02d9239bf285db61f40d2ef62290b287a204669 GIT binary patch literal 4358 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 Optional[str]: + """ + Return a string describing the probable encoding of a file or + list of strings. + + :param lines: The lines to get the encoding of. + :type lines: Iterable of bytes + :param name: Name of file or collection of lines + :type name: str + :param should_rename_legacy: Should we rename legacy encodings to + their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + u = UniversalDetector(should_rename_legacy=should_rename_legacy) + for line in lines: + line = bytearray(line) + u.feed(line) + # shortcut out of the loop to save reading further - particularly useful if we read a BOM. + if u.done: + break + u.close() + result = u.result + if minimal: + return result["encoding"] + if result["encoding"]: + return f'{name}: {result["encoding"]} with confidence {result["confidence"]}' + return f"{name}: no result" + + +def main(argv: Optional[List[str]] = None) -> None: + """ + Handles command line arguments and gets things started. + + :param argv: List of arguments, as if specified on the command-line. + If None, ``sys.argv[1:]`` is used instead. + :type argv: list of str + """ + # Get command line arguments + parser = argparse.ArgumentParser( + description=( + "Takes one or more file paths and reports their detected encodings" + ) + ) + parser.add_argument( + "input", + help="File whose encoding we would like to determine. (default: stdin)", + type=argparse.FileType("rb"), + nargs="*", + default=[sys.stdin.buffer], + ) + parser.add_argument( + "--minimal", + help="Print only the encoding to standard output", + action="store_true", + ) + parser.add_argument( + "-l", + "--legacy", + help="Rename legacy encodings to more modern ones.", + action="store_true", + ) + parser.add_argument( + "--version", action="version", version=f"%(prog)s {__version__}" + ) + args = parser.parse_args(argv) + + for f in args.input: + if f.isatty(): + print( + "You are running chardetect interactively. Press " + "CTRL-D twice at the start of a blank line to signal the " + "end of your input. If you want help, run chardetect " + "--help\n", + file=sys.stderr, + ) + print( + description_of( + f, f.name, minimal=args.minimal, should_rename_legacy=args.legacy + ) + ) + + +if __name__ == "__main__": + main() diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachine.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachine.py new file mode 100755 index 0000000..8ed4a87 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/codingstatemachinedict.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachinedict.py new file mode 100755 index 0000000..7a3c4c7 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/cp949prober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/cp949prober.py new file mode 100755 index 0000000..fa7307e --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/enums.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/enums.py new file mode 100755 index 0000000..5e3e198 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/escprober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/escprober.py new file mode 100755 index 0000000..fd71383 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/escsm.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/escsm.py new file mode 100755 index 0000000..11d4adf --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/eucjpprober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/eucjpprober.py new file mode 100755 index 0000000..39487f4 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/euckrfreq.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100755 index 0000000..7dc3b10 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/euckrprober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100755 index 0000000..1fc5de0 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/euctwfreq.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100755 index 0000000..4900ccc --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/euctwprober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100755 index 0000000..a37ab18 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/gb2312freq.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100755 index 0000000..b32bfc7 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/gb2312prober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100755 index 0000000..d423e73 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/hebrewprober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100755 index 0000000..785d005 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/jisfreq.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100755 index 0000000..3293576 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/johabfreq.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/johabfreq.py new file mode 100755 index 0000000..c129699 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/johabprober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/johabprober.py new file mode 100755 index 0000000..d7364ba --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/jpcntx.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100755 index 0000000..2f53bdd --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100755 index 0000000..9946682 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/langgreekmodel.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100755 index 0000000..cfb8639 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100755 index 0000000..56d2975 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100755 index 0000000..09a0d32 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/langrussianmodel.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100755 index 0000000..39a5388 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/langthaimodel.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100755 index 0000000..489cad9 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/langturkishmodel.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100755 index 0000000..291857c --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/latin1prober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100755 index 0000000..59a01d9 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/macromanprober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/macromanprober.py new file mode 100755 index 0000000..1425d10 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100755 index 0000000..666307e --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100755 index 0000000..6cb9cc7 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/mbcssm.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100755 index 0000000..7bbe97e --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/metadata/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..8dfa7ab5f751076cd615762d94896c4d8fbe0ff6 GIT binary patch literal 224 zcmXv|y9xp^5KI(B1o1m8yhUxrO0W~b&L-q8ix<2+O!fr7#7_{v%O4P~yUHBs6tlBC z%rei(WXuu{ryX|l-O(TXCz@dr52o0W&G`PsLND!2XSNYaXAsW1sxZRV6}3T25&WG> zXTdm?*KujCM1b}NmCk?GDqAcdYQnjf#YLV|+G`KuhE}-%MJaGlQRQ9Qo@ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..703f92c9927ba049f36de08261ebd87d2df74600 GIT binary patch literal 10824 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 Gbp9_op#vfS literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/languages.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/languages.py new file mode 100755 index 0000000..eb40c5f --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/languages.py @@ -0,0 +1,352 @@ +""" +Metadata about languages used by our model training code for our +SingleByteCharSetProbers. Could be used for other things in the future. + +This code is based on the language metadata from the uchardet project. +""" + +from string import ascii_letters +from typing import List, Optional + +# TODO: Add Ukrainian (KOI8-U) + + +class Language: + """Metadata about a language useful for training models + + :ivar name: The human name for the language, in English. + :type name: str + :ivar iso_code: 2-letter ISO 639-1 if possible, 3-letter ISO code otherwise, + or use another catalog as a last resort. + :type iso_code: str + :ivar use_ascii: Whether or not ASCII letters should be included in trained + models. + :type use_ascii: bool + :ivar charsets: The charsets we want to support and create data for. + :type charsets: list of str + :ivar alphabet: The characters in the language's alphabet. If `use_ascii` is + `True`, you only need to add those not in the ASCII set. + :type alphabet: str + :ivar wiki_start_pages: The Wikipedia pages to start from if we're crawling + Wikipedia for training data. + :type wiki_start_pages: list of str + """ + + def __init__( + self, + name: Optional[str] = None, + iso_code: Optional[str] = None, + use_ascii: bool = True, + charsets: Optional[List[str]] = None, + alphabet: Optional[str] = None, + wiki_start_pages: Optional[List[str]] = None, + ) -> 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/python3.11/site-packages/pip/_vendor/chardet/resultdict.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/resultdict.py new file mode 100755 index 0000000..7d36e64 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/sbcharsetprober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/sbcharsetprober.py new file mode 100755 index 0000000..0ffbcdd --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100755 index 0000000..890ae84 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/sjisprober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100755 index 0000000..91df077 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/universaldetector.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100755 index 0000000..30c441d --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/utf1632prober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/utf1632prober.py new file mode 100755 index 0000000..6bdec63 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/utf8prober.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100755 index 0000000..d96354d --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/chardet/version.py b/env/lib/python3.11/site-packages/pip/_vendor/chardet/version.py new file mode 100755 index 0000000..c5e9d85 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/colorama/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/colorama/__init__.py new file mode 100755 index 0000000..383101c --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..ed4a46655081ba6bd374135e88f8eb774a3bd27d GIT binary patch literal 591 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 YCfUPg7P`JPoNxP_V1EA$Jn5tV2Fqa`DF6Tf literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..1d1cc28718bb647bd5ae651bf4c13322f6d22b6e GIT binary patch literal 3952 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 Ped+h!?z4W`O9TCX0aSBa literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..688cf722ba6c58c4609f1c082dd9ff8ab5cfa8a4 GIT binary patch literal 9166 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/colorama/ansi.py b/env/lib/python3.11/site-packages/pip/_vendor/colorama/ansi.py new file mode 100755 index 0000000..11ec695 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/colorama/ansitowin32.py b/env/lib/python3.11/site-packages/pip/_vendor/colorama/ansitowin32.py new file mode 100755 index 0000000..abf209e --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/colorama/initialise.py b/env/lib/python3.11/site-packages/pip/_vendor/colorama/initialise.py new file mode 100755 index 0000000..d5fd4b7 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/colorama/tests/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__init__.py new file mode 100755 index 0000000..8c5661e --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..c2791bebe18922269e533bd1a48dadc40369e7b4 GIT binary patch literal 222 zcmXv|y9&ZU5WG_q5ybDX&_!*{^7C&SL~LB`A6AqV;0Agdii%U6MYM8(ll;K$K`Q>mjwu`a~xXG0;09q>)jG eg?l!m4Sg*XZvB87v>n5gsOodhEA}Vfr`->mYdmcL literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..fd8badbad918c6a3a7af031b775180fb31baeaeb GIT binary patch literal 5867 zcmeHL&rcgi6rT0&+JkK%gwO;`+oVa_IsuH03o%r!NHBziI1vz~F$c?Gw~2{=kliII zw5nVw2M*~OsY)acEp>`|>i^JVWk;5ZR;m=Kr`%l8Q%-$v#$If|DD|x>3Bg>?9CwL?_haE<*mqL?y`O$o6*-StANjgd~Zgv?Ya)s#~4MEVu7y`m{yjL+XU zrSXiWn(~aXoK(Gn=^9PziP_ApM0y}Fj|M71C`Yz?AhHIp9~Bf5wJE}55)~C2prnX^ zvLXT66&cW>*k_2>VNzxkUShst1&v`xV#Bt716U(pk#&%JgJCtE5JTF@U$FEWV0F{7 zY|x!D8_?8E)>)_%{(T*l!6t8BheBq^b0Oljn=Nr&S2ZJ&F~Sd);z?67mKRl1)R%SB zt{X~b$1y(G9h-9UwdT8*NvXcOiDXjMePfyVrIeaBbl>8#aW9kh zr83H$B|VUOU>H6%{m_?8+$m=b^!fchJz=Q5i!i|PyTD#dEc#*()wGh)eDj%PMvJH7 zJ_80s_r+nnV;JpQTsCE0HEu4hv{c5ckEL7See^2;SyHl-rsm(N=LPjV8~dUC`>sNF zPqDk_=lcaZT%^N!I=n^Q2j)W&c(%bBsredkl-SpR6|E5i3zUOljUXX0D{j~;`S4v> zS}0+CBRCRTGnDemri*uYETbjvYDYk)wE-|SbUjxeMRhv>9|5fcOHf0NYh#&5>6JFC zS1PJwSQa5m{^&UQt@y-Q7OT!xr*<4NYMO{I#+o<|u>(H%s>Uo>aYcCJkJ;i7vNK5( zTSNSv&J-KsTN6l;8sb}ntjG=V9nj}2DE5Z<)?%VK8sg&w=k?Qu_?C}Qni}GR_bS)# zY>01pCB@YcAEzG+in}2`u05RJ+z`Lj;i|q#-`8Nu1xdn~%$z z_h@8A_RJ0Rrc+8Y1ro-WgX}=wwn!0`qb{kVS!=~ff=tMX&J8DXoZjVMx z`PSvh*{~^3hiAgGX7kkK#N}CLA{PG4bg?9u!UWG_CNbH<^0;YCyUWy@VNA8MRJp31 zY^)Mf+!m`El6zMCqv#EBS2SuETH?+UBv(9DYya-dPH4IQ6FBWGVb1Tw3wq+&v8P?@ z(E{x+(*8W{uhySfA1=_oBJIo5zG{8F@}BjD0`(WEKTrMDCHjg28(nsPX}u<>N0wA z(7I5OhVnF2!#J0N<_#6;P@WFeWc22sebt+d%3IZCR96mf49}r&hHrM^&^NP{l@R67 zH^ZLsjSfoHd&@)LT={+u^36f+T!Y-X2Dx($a_1W4&NaxLYmhtFAotBd@XdD5oWCFV zOo9O>!2*+Df=RH!Bp6{5tT2f_T6-H_QNvBN_71|k2qzIvA-soh8sQAWS%miyK0x>o z!HaMX;XDGK{9Lp$yz+1*;zgy^o>Ozz4JxzDb#%&YDB}cB?CMp>M?+<^(#q|JW?VSxNY*O60yM9E{96Qf}VDH z7?Wk_5#>OM>;+yoR*Q|myUbY3dxTx*m~<(fFtE2ZykgNLEF{I@a*MBics$YAxVcbi zWFFxSC%b=RH$fWi;x%>y)P*tDwjqoSBj8;QYxHaSG4HZZv`;~YS9SU?03}fngqOsb zWxp+QI=|oZlAOucf40ckeC_kHrR~W=*0se&$^Nkb{jwKUzxWHafA3^{EfC4Qy7EHo a%!{2{63vc%GyZry%YG%1NL`?2jrs>RARHn9 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..13ba2342756514e0ebff8867b37b5aea87fbbf22 GIT binary patch literal 21534 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 DIXD+3 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..4f857b379e6f85069fe45574784f304678635897 GIT binary patch literal 14161 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..43ec732fde89ed16ad311b265f5e1ef227f05b57 GIT binary patch literal 6726 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..4f2c5eec7f5442823366e4f37dbe446a7955a9e1 GIT binary patch literal 7254 zcmeHM+iw%u89#HgkL`)EfLx&=*#*I@HZciXpkmb(gpjgY!j>3O{9+l;ggE#T&Wy<> z3Q{WZ5D@CJ5)x&#Rii#+L2M-++SfkxFR;-_YmJ12RPm5EBWQ(ImD=w+j>p#+s!h9n z*pr!W&hEL4)Rk$L$TGWUp1bRk8e_!Uz^T8xTm zDJrGqs4Ng4)=DWQ?TLEQ-l$g~nH}#EgYG3PAe7sD)wYWyBhQo1q>E%;&}Cgo`O|@D zAgxB#bVsy9AR?I{y5|Pby@t3Z5%LJ$a*76xZ92UoVu`6DF{CxfJt{W>g}H<&{%XE; ztew;(heiz38jG8TBd6oZjN>=2BwP+%{4@1g=XpA zCJbvVn=!K~V=BQ6BXc4*J#Dblndz*fGQ-NTOzc`bl`~j?kBytA!L0GCxp>M^V$)e> zz~@pN%z`IoqVhkK9oaNe(~d6<#sYTp(5OQ(i<3Gs?xKl%HUR0nTzDp%Ho}*aDX=i% zli5TrZDcGnJhx!YWHaG(R=<=pN7Gj=D{N%0g;U8(8%>9XM@GVC(lUnTVD9*37(JJq z3&*Y*89mFw72Jg3Cjz?-^u(|o z-TyZAyH?``dcdX!@|EW$OiUaJWL^w0<7zI+408a))U)$u!bLCi!Oi5zUjgK_MZN&Y z7plnTB^UX;M$pPaqmc+VW47@v$BXSe{4=ft_w z6TgT&6xl8u*$>1-_5%ZK54NkQvtYu|xR{GQjoMsk!D&s1y-=eoTKlZCYel~8FK&Fg zx}g-PQQ6=3f7xH?)$CsF!AOA)*>osRhn{!-?S=kB1@+JiMfCmj6#-I0@^?zQ_uS3a ziS-5!f1deMwxEt9qX_{yO$f-Up0Yt$jn+Q&FR(;yEy))6(9J#ck`!~jt1dzbEgVn0 zOl>8M%B-Qw}J)Q13mJz2g+OGlWPnDSOUBE;N!godc>wj@|CBoPPo#Q zgbtKD=6^t@tvU&oYuXzDTkD(}T(r>IMMK~TQdCb-Z9+(4)}8l12v=*u<(hD}No5d* z59JLvfWVDt-m)J+eP+1z9AJ)&;Uh;B8^KD%ZJl-JaoQ>9)EuW_?Fs1r@-mPbtNyeO zDBQv$G<>&wcLr~&x78K(Es*i!PFD{`Z`x`00c=3?2BWukWIPzWaf44lr{)dD+B3j} z9Yrz-q%QdVQOAf@(J_ptTId)CJ&wW;W$pIBhanWdw^{6LjGuV*uYix)PR+`p6RMg2 zmjBM^&EW0eO0ZVVcCB72P|c=Vo@#GvP%+A@B=@9q01RAPgZe*>Uv223dIeibDGIj9k z+$Qs|ynD*M4~Q6_@wl4b6gWQg`LQ^=Y&xE)$jP(kBWxdt)hY%Eazwd&7WSKk-Ycc(Wze%ZqpXrE2{^0d!|Tv6?`)gfCwQVe$6!TweG>);=P zg@J?iz`=aS$m7wxdiaGR`TVa4kWxKqj*eaQz5joYK3)8#;R5srMc{^kifDr4%Vywy zNH-X3gGY885#@rBp@U~*Kse;a&z;*8a$WV1JDZu}b1lBJIrJ)h81OfL1LS)^aP9LZ@Q56j+`hx4ohYmwk<-UkI(cK@C!{^j%e zz`F%yudVDYiC#r35g;!l;@RicY$u-3a`cXLSN%4$|4C^71EmlewnM}DgC`2gn5~SJ z#2pGAP?6%$lR~xfJ>m(}%@I O&|Y%CLz5l|n)GiNz)C{^ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansi_test.py b/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansi_test.py new file mode 100755 index 0000000..0a20c80 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py b/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py new file mode 100755 index 0000000..91ca551 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/colorama/tests/initialise_test.py b/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/initialise_test.py new file mode 100755 index 0000000..89f9b07 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/colorama/tests/isatty_test.py b/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/isatty_test.py new file mode 100755 index 0000000..0f84e4b --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/colorama/tests/utils.py b/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/utils.py new file mode 100755 index 0000000..472fafb --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/colorama/tests/winterm_test.py b/env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/winterm_test.py new file mode 100755 index 0000000..d0955f9 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/colorama/win32.py b/env/lib/python3.11/site-packages/pip/_vendor/colorama/win32.py new file mode 100755 index 0000000..841b0e2 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/colorama/winterm.py b/env/lib/python3.11/site-packages/pip/_vendor/colorama/winterm.py new file mode 100755 index 0000000..aad867e --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/distlib/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py new file mode 100755 index 0000000..962173c --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2022 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import logging + +__version__ = '0.3.6' + +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/python3.11/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..ee594d3174ce1e95c1e8520f892281e3df6fe7ce GIT binary patch literal 1460 zcmah|&1(}u6o0e3+3Y5@w)GQ5i8KhIH0uXQ58|ms1qp&D_p-#@F)_r(tCag3w$Xsog~tr7_v2&eJ&EfKApA2A(#RREv3VJJkhuBjLs5SE&f7D~Wf{pt{)Z{3p%PV4E&hPgc-v1_r^bOua)3M}p-Q>=XdsUxJxb~z zGL+OKa7Zo}r6}RBu38YecWX>cp(dsXqwGqq;LU_zL+$F}ap2!_3LQ@%>A~CTy7$sw z$4}wY=ln7Nf>o3((Hbs(YJjHWJ#%94d-Ise{RQqxdjCy}; zXK|>nwQ^bvqE^cfTWQ(B;S({w0UUO7_d#T1N5*OSYP%DOWJ!ofq{Y!}rDlsK*DwYb zGKEy9fLx@drss`p{<{57<6`!zE{RhZmx>sFMlw_xW5Y>c`+Jl0eVIJeD-Sis%pvS0 zYb)PL`s24s*O@iYX8U{g&Y(Cm1dUl^L{STP+)LJ4&!X=n|M3syP{klSJ3GS(C>?)t zWXn9ZzVN}UZkg4dJ^=j_On-#wwYjyqr}NL|KR{&*D*b%R&Og^rz^kJR>U*}J{sQxH BL`eVu literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..dd0c71cd53608bafa2d0265908e6f33a4c6c208d GIT binary patch literal 52326 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 G0rC$~WZX0W literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..6d2a461e39babe53ad07d881561a34dbed1eaa29 GIT binary patch literal 72114 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f33dc2733f2f2983e667a601d77f8573d76984fa GIT binary patch literal 65879 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

YJ!^v3lZi`R&@$ho$x#; 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..616bb987794022f6f89e7d403c9d531b80066414 GIT binary patch literal 8182 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..716b1acb97429e9e422663ec94a735076093b5a4 GIT binary patch literal 47130 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..201e125b31348747c25677cb949914f34c563a67 GIT binary patch literal 19009 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 Y+nR`$23XrYOo4+3=KN-le6lwG4`jgMCjbBd literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..e37f0532814155a1dfc86af33a3b3537715e5da4 GIT binary patch literal 97464 zcmd?SdvF_fekX{=g8&GC0Qe@w2S|}3Dew`syMSu||T#My>zEY3b`XWzxc z#q8TL>|o!{VJG``4ZGNP$#98XF4aBk4!JfOf}R!wZ$W9?u=^!L$b8*!!}OBjI>%Cb zhrR5(bhwm#mkpP(@ABbt_FXYtktwZmxH9Cf(EK@h)Bb zeqDTtF8)Bk{gz?)V8Da$P{51uaG(_7Q-LyseSy~kY*14-A;->iC+x_~V-RiNJ=pI9&-RjD}-|K;2u0Kz;D(@0w6L{^e`< zWS{|UIK@&lB84w6#pys3QVg*a%}B8^FU1*M&$M73Jd>^AyGGQ9|4e<)23k?t*}!CA z6MExZpbfvy2ig%n7wACvd|)%e7Xn)lzNjm=6Xm{?ElF4Iur6(vZggHojoqm6f-YT; zF5ShzR@D4TU>m}bz;=YM26hbl13PhdDX#c=!rdfJrQ7Wdl9!UFD}U9dJ(rj zFK#SwVEA$%6gY$yUI`pVE#rZwhOe?5eaLYnFUM=T_vqKX$Am6^Ko>u$iyzd*hXO~@ zilV?Vgi}E`-wVic9FS#t_}U~t%ufo#0zm}Ks}pG7)4`UjVP#~rGc3$fokXfr!E3tN zH_hTsBW@@-9c=rq8FK~y@-;leV$UGnznd zq&kmOH`YmYBk&yF`6f&IJkq|9*Y^=}^fi{kj}({kQp^QLk>cxt0K#tsf(U;pFc!ERxDpt@ZyJ6pa1~E} zIl!GWbWHt}UVEs6OIrfLYcoN*8NWO+b?K)B$??lGFfN2A#xD)t7!6K`$EQLa6=|ms z=Ep;qN5VI!gF@OK4&Df}`*e|TWhOj6k+$>x>m%c#>6viac8;YzaVG5@^^aZ&j*RhB zlOw{^3_lu7TW9!*sp(*d-CUg-$IX>+cpBBE?KdVT_~}u0E8t0(DoZ<#pFjW1aepW< z5#-aJBYq*+KNT7qzdXbH!&7|P@w$IvJTNjI2!_IGJEFq=@eoovM_H4;(xkJ%s;*Z*1?}F&lmP&8CY7S?bNNv{Ph9v>nkMn)v8=C>ojyUl6v8 zhge$MD^vW1OH_yb6}+T;Yiqx7POi8e?GUIXZ_KuLY~Hf5cYkNk;iflVeX6DPl}!hu z2M%3$`NBnN)2OlyV-N|r)Bk6*t9+CDrtzDmZ<>J)ac>!Jn`2zeJZ20S-?H5{#Y|&d zz=S(v%!oTP?l`0278f;WfdQtC#UDf!#XelmP^bF*zDYm-T9Eh2Q^SYW`}kmZh7Tbs zFg{8%$IsvNVIXKsFne-Yf;Xo5pdcVccQGsS{FR_O&-L+%iEKvSYr&g>uX$>^xzpD? zaYblmH8t~eH#WulLQ|oxaFCxI5BVnq-*||X7e;xxN_>}j|0G)5=|g(Cxk9(EFWd4= z3xfgV_OYpeas*#^%6BQqN*fQM0<<`cBz^&}fyo)<{S%o2I$4YS+2Sz1*|zJ8^t0k# z_w(caOA|p~yD&3)g-V?J19G9({7aY1@XJP3K0}-f2~mUK4%>4%14iwP`Ud8h zrZ!X56fnKc@uiwv=BOc3gjV8BzpuRQH!x?DmR#AnJCtG3q6M=kAy5?1wJ>VB%*|S& z2L4CdRzywMRdMlL=+AXA=1hz)YDuC+`B&7eZ6#+YRCDNhxFnbN$wyGo_KUS}zpUG~ zFFpGC@AB2=Le#MIqktu8%e`~%E^5)%GFzk>dt0=q(Acm0jwWqsAcdZ^Ud(j;97(F? zZmz}Jc|U82BIlS9(9u4`)5M8X&4d7Uf};c}f&hq9V}L2x6eGsA=1Apui0xJ?$kgj= z71E#yU#@J=-#%iM*w8)n)Z*r z=D&>G)8o@UBd?>GQ+!WA#!7k!-RPdanJ$*MpAkUQh>vaCBl45(0~1rD*b5GI=Th{c zfx@2wg3K8{byhxd)-5~h5-*9)Hp$r*<5nEbHA92FXQiU@-ivo%yfeHooa7cR#*VI3 zHzk`sZ2h41+iefplI_WMsd`K7#H|x6-r6<827AwHX??0;k65}_D&3oM?tSd3Ni;1u zV|^=bPr?#=Gxp|cWmBrT_u)%o^HH(#m{fTzS8rb2Csyy0s&~cv zRyNeF8Mun)xYdS^)aGM9=@2)c6C2J;4d+wU=d%TRKdkE-%PoEDVy&zjHyAhSJE-lfu|(g(AT+V(HE?HAh)N^J*4-yz9&NOac6j>fTCsuSM%XhK+a zH>cdqY#l!J$v(09lvsIMsyv7+$oC_1mTT?YD+v{qY(Gl&r3O ztL63g&fGndJRz2MOXb~hZl$Uk@WfloppyoQ#*Hg=tx5lf!4HDpzWm^F@=EfGRM!)? zuQY8*)-Ik9n|4c0yYH05P4Smj>KhkLOZ}M6TtziUr)h@KY7 z(}In!4AYf!Rjzm{3h$jO_3eq57i+}&9a8;{%$%xeND50kQl)$FiS@6!3~tONl)hGC z@RY?*#NJHV>i>T=-o`0DJKV-IXMf>n_vMc^e*n)Sbw3Z({E}vfHzsPam}|PFnr_Vy z?^*Sf-m~4cC2B;^M#;1BiH0~IY}C{zN0&CHN_XR<8sa^9L;Mjq4QW>fUdm`Ldl#Nw zlFe%w$g;`(6fPOUI@NE=A46IK&H_#2&vDHe)=HZ#O=|`vIL>+L_jDYGws#?r<>$iQcRg*!q{lK7E-X}3y7zE^9N9_ei%Uqa{#dtgknx^V!?K}f> z!~T`V6z#+gdLU}ojA5~YEUU=wfMcC^vIneRp}$e{((gvi0#*q6oo3R1)y*VlhBWvw zo`01ZxNv!H>aBxp|KfG$T4(-!=@FZ?hO2VziRz@Wv>ktIljZZ^bWH_LmM4ltirs z=hjzR)larIz(VXMY3i&)H%6Y!Oz{{EQN(FyB_qX(W-+!Q_qwpa`z2sO={jTa-yIf& z>#}`sFsw6kbTEK-vmVer&GdjX^me%6%a&LGs+6s>0>AuRbbU2=@kFx)D_aM{*J*d4 zJn9-Vg7sSjmiQ^%%&I5|gDTgb0bcZYwj*k`<5YEG@ug!Xjjy)bMK*~aBD7C)C7XOC~ApXqa`12_%3$! z?<+ey7@>8M+f0V>Oh!h;L&P`^CL)M%FzEzAmWVJRij3WL`_5*CMvC-~m2mya6iJ!F z;6z@U2?vF&OvOjC9TK5T%?QNz3qyP|#vZEbk_9PWa2tmrUXrX3%aw6ui3z}1wO?>A zf5BapIj@x(mH}j&yq_^$%O?F35HU>>GdKJ23$8O#H#!Azl2RtIY*{>GF?_*26>(=d zz0aLJ!Af$U$gqAPh@=OFDOU)}zoLjIz+v^$o>mF0!e}SK4a&;Dv^Yq>l*6OI_IXlq z52wL`3}M1+Ggo0ORZoS}9LFBx$mRn61iHBJ9`mK&1MH&0xF*fqF`XESgf!?Y6^ky{ zCS70Y-Wtp`C$SH6JqS#cl>_0?8N?I?G&u@mrrJ7)We4nN>sR1R+n_-K~m$qdZAuv8) zntNSgsQ5B8=jC7+!U@(DLZnTmK-Dlvkwd5x{t2oT&V!hnGyHS0p`!6odCPKnOY)*v zzC$YC0Y=(}#<&e^l%E+Yz3nTFP4VMv#?p!xxt02c_g{SX#dn794=-}}FD8sD?Yoxz zzZd*b@V74i_T{B3OIM`!!wJ`FUH7B9oy&DQmoAER{Zd_jf?H|yfhSV~R)2F>s=NP_ zNwNE!*nD1UKA);PzfxEK{_%H@zw`9{r<2$2pGN9x-}~-&-HWA*&n{ZU>a9}s)>QS@ z!j-Kwc2ddBORk50Y3oy;^e=BcmfCu3rLKvkU%Iq(NowEssQszs_NT=5BU1a3glnzH z;Ok)eqL;TL27;>RrkWrTB$46HW}(# zP((%h%Eq>YZKbL)S)Z!vPI5Jk6w8XHdOdpE0{+wx)OJ>LX5eQ|RGo(7t$e)M8;tNZ{ zM;Da`tTQ@_(q`HK(?#+Qm3HJ7kH9!9X%p05(hgOJbd;qnOaPcJ7Q(c_ULOx%;Tut% z%!=AbcZA3==6KpXHV*b=JN>3Lm9`IIwVivWuYZu=K);IwC;?FmLcuU3b37>q^3PI0 zd>X!uf(is3Zm{Ho*JOq!G1${KlKD~V`B&(to!CMn#3AR;(Qh<-Jk5>sJ@kVM^UtyG z5&k@V8+k!+<3pS`zSDNUEzzE62eS?JZthN*yXTG~ zh`od$QJw5xv3h=HD6`bYUt&VQbITR&B9?-);_ac^Lx~+pPINX)&Soaoj9t6EE4GV? zDR)1t5gU$(rTtQAf6Cd9^l^WJi;vC^A!T`e!k=te$2k& zEsGVcl(^Rn#rDQkPwgX*Z`tEZdUYJZgG{`z=V6oBykD$5AXOenc@C^NOW!_y`!rsy z{oVF=Hs9ZzeD;2q=xmpq?I~ybipLvoy4QNQ^-kMDTf9BqzTnU@7~P(@cRm~!Zod(G zBO|@oCN>XKj(T=52v3Z|Z z*(+7{raZlc*yfL_w=Y+37pr$l)jLW2yjIlU>Vd>M8$87sFnd&jo|R48lM_q(#7zgK zO$RYdaa*F}osP#4+6>(tO72+X#PZEj`DW}kW##c}cX!2it=6`tHVu4oQ{427So^G0 z`)sQGS$S4)iBXc_G9k`l)3<}kvE-Ok*Cp>VV%=`3Zg<@N&o)DO!=ti|%VisrePY=r zscaJlz`JFoxjWgpcKkN`2`o+=#sdOOa9AI6MxRkiGaQabs`*L}^+<`Is zr;S@6!)n|uHSQK|buoK39bgU56 z@cL{qm?S`Qqs6+Mj%d+b)p`={r~}$+nwmJnd>bptmRFK9T2z>oTKL_r0ymJafJs|N zVFCfE(DUC{dVkgxbp=esa*jG#Xo@;W)-!*7{-gQ-HEIIRVUDyO#g6O?1cfk^B1sQZ zV49N9-eF3(_yrAE0U8jw3!9!SJ*{SwVm;XeQK;Dq%ITTwDx-Vo2jmf&jsr!*B{QkC zUthW;P&kDZ67jBM(cLAvyJBYGA?rQ<+U>6;!lJuHa<`;xnGceG zt3P4Bb7J8{{OS19lDqMdd(*OeQ&JG!TO{|Elx+(G9z#4$W#~Z6;ETPFjI+^{Nt>pp zrdfCJq;n4qF@`vHl%z|P*)~G`khbtMm~%YM*|bwVHPhxxQ0fMjI5Rdjej{zBxO5S; zZRwZIe@Pf&@$8P&)a7Ta-(A@{MrcB(ZP{Lx?^s`wvZWRUlrg}v0{zb4M&c6c<|+ih z0gEga5I9OuVkobiJGIiVan0bcoZ{qAwAIGUv9Wky)myeub+7JjT_Us?5WPDj?~Yi} zYIS{L>>byA7les+%0gl6_-a+n!u5O6yV2zF#WAsJmsGV259^we?eCnqe`d{Kbx~Rh zK@0jilg`Cg9=<60j!M3xao0*&Rs6t8xi3pOE)9s~`=s)HDfW5XxFr!?Jic^AY&es!2(fZ!L1&4^`u zQ{aCIZBJVf)j{GrhxPkcU}_+30BlvJHkLaQm4i@%3N+o^AeGy|if+EC)1e`W6Is-q%4_TISY zXqO!Agr798dTSD!L~oPiZPN4x^+5JgdPAOIQJ^Pw%{0@iUXyA!WPBFE95wMq@WL%o z=*d8dOr@rtq~_;c-^G*fD^DROfTZAcQU`ZLjl3;j!f)c4nTW)nHP81)i`WFq@UQHx zqr^-o22aY!7o(W8Wn$`jkcT2I02=7~aN6acphtm`(JSDPr=3ja7juzCS_8o`KU1)s z&JeYuYSr4z1VrM|U@*WZQNaLpauhdE)3KGz^{p9;EeBVLw7Yd`{uBs1C?#;9HPP4h z>i7%nYsFIqLWWdcE%t+qfLbu$E52KN$C*)Gjh{}roA4ne9ygRwIoCmen`B=yy7YW% z;{mb!K%85vKt&+0oUXa!`6#9`VsD{oT9AN!S-~6h^OP@tGQRaJ2XqzuZlHKxQdf)` zFh&lbc`9x!#>vDGqtYleBKQR~q{GDj8oqc!OTpnF6C*5tE|4~pi3wZjX%pR2^J&wN zJG_K(PDaBcmu`+AmZv#F3_O8&7_{)c@s{_TqP11Bw$hxgqkTAXJ8~;JAH}BZa?e3= z4T!#x6iyJtOe>C(cvEa|Z0}0#hD87UO;FX_aqHygDqx_VoV3UpFd!JW9xzbbQb5O* z0S3O_r~wfwG);$976J)L>V>>Zw?MQ=mQEZyYrry9gvtiPRfQhNs}JfY8ifFhimhIh zyQjf^5|JP##vvvO1sxMz#|l9ECdko}5uRG3MG%`=qgE#TvW3fXoe7;?gT?R(5R z>;_OO#So6`HUZ8MdJ%0Rc4g+es#v0+bw^q2h+~#_X=~sNY9Z!TZ#KDJoH_do=Ei!h zRKGW)N*&44Y#r)vZL2VT{j<(-!wo1=Mx8Vc79KcZ z#(sd&U>SRmpVGSh!ZH&c>)K1(YB(4o!HEzlk*y)R!OWZ@8wzXY<_nYWpsz4t_9lwb zfzmv3i?6~AQ^O9W!}Oy=&JNDed{hBrB{7ILE!8Qf?l2CKL5M%V&}~4|Uquf7HxZC! zh(9nkO&spgY2fl<{GQa1J%oY;Q@efOV9{x5wWQ9UCPF zP;ZmHVZ~X(YzHbur%!VFQrXXAJU?;!M0^bD&yuq~mHn^{s-sNCZk!pB4XjnirqV@Z z0y+wlR$wqxJ&Z-o^v%;cg*l8c6-t{Yru+dI$%ccILfRvvIy7t}5Nh)`({{yBHf_J1uVVKLk#+ctS@?c@j<9~##{1OGYqIa|8 z-MqM4^lq2D+hawK9p1P1-`;=g;QYb4fmK&UJaFq3!UWfh4omH-r+mQ<^v}~Id75Gt z7{9Lcii{E znl`%-h2V}k&c(N_G&Lu^`0GpdrOG$K0;Rfr5$wh-u-}PWR;ub!RqgU;rM@|CO>lRL zh#yH5iMB?`)|g@+)K(=qAWSe@Agap-RH5^> z^H#}xNvvemT{W+e@G&!?%`JBt78=k&g-S%ZcpZz6TIDp9cnAgYzWv7SH*U?&&w{eF zfJ8w6RK(YuvNeND5pFr+msd8_zrXk0y~+M}4&FaVJx!F1z4_M3*g(8>rM@X~K5;&| zE4eG>>4^2MLTvf0Sl%X;x4~MetQxjS^5=0~Q|wrL;MVEb=`{zH;e>AN+-YGG=FuNk z_Z{f3F#Nc}*T2{F<2@Y0KQ46+G#dW6v9EM+r|D02a0oRJP~lgWVEX+J!hdw|4ttkM z5%H=*W@+~vprD4rtRrnY>@N!pw=jVyF&5_YMRgb%c4Kql-7Bx`AmKPymG;hoPkNPz z4|dHKg}mzD*xf)FH%Uc3Fk2dZtJ7+C3EDZ|GlOU{CRJEp zE-!XwOAhCV7HMgA@L0#@zlFR7agcR(B%5si!!M#1{v!lmaJ>uVmei6$r zoPnjREHDMXPYDT7%h2{e(A{|oenJ6J!uiCUi)AL6CZPfRe?+2rg0xNqL|S|aNV{sU zPyrhddG}m*U3c6IB(}4FFhOvOjQ_ViwiUl!a=SzY##DBX01I{`Mu0W#E}xI4+#6xj zvv3Mfm3!RSazC2D-{Ny0Us$}5D({6{2#MYx8u36D<_>&#;)4^5!H-`PTY9CI-jw_) z-;cD|pO4-?8s8QVE?iAEiOv?u*^*)(u$oY>$6&F3^Y}N8$DS9><&wEPmHp(iNN7!N z#Q$eR*_||SI@~D7Cef}JqDi8L=MDEb;IYcO25mx^8oTtgiH!RIbAH0qS$9t|$!VsI zeR7)dC#{pO1?UG)YZWNdBrpzgzhMjqG#n;M6By_D|Ab`k(`*>R&EMk>#;bO(WUmqJ z8zlP%+EGlF+LaPd%tn8o+DhhK@k_eR>GNMH(m%zfAW#$TnYS5!tFq5((kM149sB!8 z@+CT!)AD3;thquRni&ART=r6>*8yW?0G=?lb^uI_Z4Ha)V0iR8u((lpMB%}n`3+PI zRgCKaHI~Z%XFO%Wht%(9@GH~r#m@PTTU+M0%=NDs&6dhlTk*Ut?!D!hcf=ekHdo9- zf1k3aWw%`Ot{D6K{8yj`5?3Ce<3A%fd#}3BV)#Q#W#0zVPYK%nf4cuc4NQ%`77VAo z7=jFgD?C0KoPw(uFQBOQ5hw^NAn;Tu00Yg@@RWLV(j{_9Bbn^{-=Xh*iw4TC8Yquc z+$S@LIdYCuGF2B5OHP8UsGx{8fD?HIv^&3N@ABWb)oX$y^vbeQ@7f^yR)q{1|s5cogE zPaR*+Ix<4E+(@JMy6|G!Q^^mt6jF$Lh;7@ zz%Kc=FAa*eUdcvEK9AkyF(>O@4s>q*0 z!i*v=6imZcXr8pmK8WZRYVZEAk9kYFKE=Q0Bb{7m$CJ?i^`I=}zbOEnPVDOJyY_`Go&PBqCzOaAdx*r~%gqdk@ zy^2Wu0H3K4$=Er8yB(04uP z8}-8<)o2)NY~m)~g}N*_nQaf#gOGd3=R4~k7lHyS>3L$0F!l`f5P6uQ7IlpaSA38W zqC=U|vuZ?w(2!)Vuw;7#o|OW>B?1Nq{q6S&6Mo@}toh8u>9WEz40I9O)+)47JIQg> zC73*15~e0#@$l3ChAUE^mjuPirDEi=Qh6qPFU~ca{{Yhq%&i$714Z1q$tm<2=^`-l z1v`i>JDtdlOZbYQ*+MQQ-e8vi&K+9U^HU%_}$9ir;!YUiOXIx!DzWRm{CY zdQ6<9TK-{m$GNxOh>tE?Yf{#l)spH|&7OztV$Bh;q+crOPuZZs=#CrTipGUyYi-I} z%aZJUxL2&{7fS}Dl7WxDFre;KUmF*4c%Z6h6v7 zn+y(DF3DpD3B4>et8VZ7&6KTr6_Ih{^G^Wgr3=WRseUwYt%&C`Dn|V20rE%EK zP1w}UaFJ#hwgfB)ivkq^D`KpH%77i;wm>nS+5--R#Q`TmN5F;987M*M3RJ}hll98aO{Me~p^|ArE&wh!m(QKd*`|P&&AA=t#-Ap@twi@gLI!^Kgu1V z3@|cMgIR}=;RIQk=P)e34!@MnTMsAGZ*uhFIULl)7oh|m9*KcofnSmxdRjFa7~+** zXv8mM`zF$$dF{OT|C8Q*2g<>_JKXd8v3~6xD^8E(Y+}fj-%N1P?{&}1EEK)juOx!6ewN3lIHB4`dg0|7qW8Fpb5G1)T62t z8P!=Zkv+2xp->PSecd@!LxX_i((B63rGJgR8z7X){}*WB`5^o=!t96kU&tbWFAz!* z3PRTb&#>cCgsjt+K|LT%_sNJ194qoOLCW1Gr)Y!m9Q6F*R}mWmCLqODymJcwT*dnT&JjP8ed>4D1_R=1zIu&H({(Pm!_}}vu3bXC|Su3B)tmZ zTJT6l{v&Tr&4exoKBAPNk1zGFrwCWdthwCe3)2=A0Q; zq?$k&&=9_j^;NEA=fT!gwEoD1gvN=dm6f&vO(Dbqq$tR*v`q+)OcGrVu^=P8K=m_+ zuSN1m3A7Z^Te3=pg-w-6sRkafXP;qq313HArZwa#oxlF}o44OgjEU}6$qmM&(SBgH zv^ll$;OfTK2YWs|{K4U+-QvbxX=CrtOkB%;=s%YofckUU0YC-Uflsmd>k5D#3@Om< zWKr?gZ+&h4Ym&R|2hAV1Ep7U!=i?q}^O0ruk(BKSgDB@m)r*=I3Ii!-EY0;Dc&HUz za%`=n8aSaK`O+_EJ@C~SS1JoNo14Cw;~--m!EDGaUg2BJcHPl5Ba!;6YwVE$iearexlw&n;LW!N{~DYKGxA*$!o{C>-IFhN-p}zrm>; zA>^DM0E5cY^9F`gSazWUjlhwJuTvD++dnmpb;;HvpcWZCLhBl~WBko7U`-61fEF1A zHAK<_)vEJQPD%<3G0-xt!cfGGTP%A&sEkQipuHBU&ORU-gb!Yxneg+hs>lZ4^(*6} zSA5r}W+sT@@)3fcK|-K@TP)*gBfv&fE7*#kM3AM6CZ;X}h^5UW1ZQYlx@cUWDtS_X zr5^+n_|MUqGP~L~iq^7cB%6S$puEbFAL-IoaP!y=_^ZLu*V3j*;j-Rd(oQ8X)qzOm zQDn+ux!uZhE0&e;f1yg!y*1cfZ@X{1-!tB~GK0j7F`{VOCfT;7Y}>$jA$cssyNg9j zR?)Usvh7XT_CnQaK1zDFT`Q%Pv3`grNGyDKwX9-c&%Hx;4?#p-wpl9M3`GL(;g#Ag zi|17cIoIBC^cI)5f{6y-TPC1+>K*~!q_hGknr;<{*S zlWc9N?1w>{p~BGSb9DHZL|}BYm6vst*1`VQK|j=xFSEY#*Rpn{fg_?w9^uG>Hj2D! zU3jHHAt4ks&3VI$W)an@x5$_^hpN7-E2Mv~J$QQE9n;!8jn;sIHPB2`&HA#2Yl@FH!zeksje|A{6P1@ZOhe@*4z4Nx?=f(^da2t;4;W<4 zB;PW7%hPeQ0mO{+`|8Sy@?ipX&VOF6XMI1^+2>Le|L^=)t=O!Kg3mkjjWr zFMqITo(vFlE#7ztE`Oh7>r2_-gOvdSo4pxqiIlr>wGJ|X#TK!yhq)h&+dr*qhV_JX zsqEp6RNZm0?zmKUJZ^_f&DFf>sgyj;$-Rp&iJm=@XHUwr2fkg&6j0VxNqL&^`8;mV zd-VC|>#uQv=E)y5SM)m#KXz93H=8v4c7Y+~u0HG4^!^?@zUT7DYp{=9hsYe8eO+kNJU3aKCIyM@%f!TlED4)AS zs+1i5uOGbbLqI;v{hK>~H^1-Jc^sZV+IUw#{^+G8tF(B*UQ*=Y}S!jjdv);ABI0(k8 zaTmyJ7ZjVa0g!B01CVU>vs`TMj+BoIq1yBLCL@Lnl}3BlVf!l`5u%2vWI|cFe6jS4JreH zx?y$8!^Y0XV1rtx0e!mItu&;Y(L^?+*-lBG|M2AxUS6seTYII}UeUH+vh7c0KQf;~ zS+&TkbjT}c?0RTIR%?t%W}U1u#%P^%f;2Mc>$r!7ZN>$V~03|8;+)3|1T=BJ+t&0Tg@;dvm0wz(a=MPj%Sk-C5SbWU@+z zd#g5P56w6$5z}-u39xB=!$~niw#}Eup(<>i^b4;+7YQIk;JYcgnbHc>d$j*%cVMWG z%BAS|ui3{tX!1QoCepA4Z#;f^*-@Wz)PJY>LEGZ<%gsAd%{%_U`1`g`jxFy!nc902 z7_$Mg<5deFvn}3DtL3%#PToD4^6gr>rnW`Nh{nCq}XSz%&>7M8iO{lW@K9+ zF9l_a;!S9)A}aecl9{d#8=!3u;}PwoAlBB<_$0b>{J&v`>frc;xCe8y2Su@NRx>xh zupOB2PhJZ659vBL`}i<*E@_v|8IspNjC>GTYJFJwiC1jvm)iR0WXZ0Exlb#aHT|DZ z?Ru;D$+(r|T}iz3f)=MlG~{G9dK-F3K(Xsq3-oG8uXj0VkWQRcj?n; z&E#jTu*ZRRG2fv^;?+w}Po;w_P%X@y)^Tph!GSI_(^FIX8rr-lY7Lmj%;Scr?E&|z z97E%krI#HE`bM8%Y`(9I4^onGCehDFZsJf8@~kOkz+oo{V+T?fyn?7R~$|}cYuuZ-KYf*KZaBdr8yu&+^|1!HP$&@``XJjfo%~T9b()s?|BW}nQuj0^TNaNmIz`Ve$+Ig)x=u33 zt!pv7^qhj2W~hx~`w%Gu10is2Pnh2?ez!QebFo6K?vbkDs|F8Os_Mat^KOShdi*%N zuWV?1|M0tqVJfm=yR>0@syy>S^mqCfi@tsG!O7&Q(Qto&$o_fyjD^U`jAyd>4QUG(f&byfm=B*Mw(U<)5eIZxyBFeHB? z%n|7`it-;CpV8LR?92*M@c>=(FWZ^npK;4NJ28Qnyi33D@V~rH?sdR~c0mYZPsW_n zf)=(zD)={cNEKTyx1jYc)$Xf&E5k^X{S?-^4FGq_@4^hU{4&*h=D(yTnCk&!2#ms6 z;}i4=#0_W*M(F#>DCPBv0(OAyDBvmo4e-_qgOqP$y`q3$^okafP|8tHjQldyy}~dF zfV}#%r13+T1WWM6U>B0Yh{2X8T>-lO$tOd6hb~Sk*^R`dJ$!2 zXqC4Q-9D6P5gm<^qw!~kQXE9V(308Pvx)PfyICSg;dSl(!S;{${P58C4n1rUw;YzX z9A*!}+ap(DsrmyCffe*ip8k}lf2C@}0;C3+DQJ;xKiB! zd$PXA^rf_`Yw_Ari^6wQTGm3u(TPOh&Y6WX@iR)Z_GX&3EmcJy)+{*K+O}N14W(4? zk*fEkvY)k9bk!R5*P74h#T|kbmMx!_B9KDU{j(iK2R|uAYSHPmV_epHAs-qME&E#)LnNgzjZ(n>@m9i= zuM~datoGUhTsxzya*!xw?0?J2*IRyP(dj zB2RMs`zND2fsiYEId&?gB>hqa=WDkb$w!+M0b79kSSL0o(15m0LFZpxy25SOvs}SF zH1qus*5epXSzTP7W9z(`vSVf@68j==&T8dx9k8%yTB2YY`XeX7IZ(GamoCp7bAB4L zyx@+kpXHf7_&hATtb7nsd02PDOkw&aGcy<&VXD6%DLBjn+KC|wV^cOKVNm1>WIIE; z&TKlTt(2BX`!@6d9BNI{J?Rr>7=#&aAf5`cc@qp4kt1ys0{PrQerjTZ)V*~KtnA}k zv;sb5D4#e}RoL#fzzvf&Xm-&vZO~vP3sNO0FX1pGr{fp_k4N*Z{Jw($H=S%q>RW z5zH-&KmhYDD;yIwlMO*AB5T?Rj*s?gzX9H-a$|8W7_XT0t_m=ML3|Iz`l|T`* z60insIrODxFLq^qjD^d7+AGVKSXgO z%4DO>hk>w<%*;HUv5{mO_7rkw^tK8`>D0Ak)%|i+a}~{f;yVh>C=Ej=n-H#4){&}u z_NxLe5$B6z_{&E$&B({zb2n~u{M2<&OzkAj8UmWwG*Z1EbBa!#BrBORlfQ^p{Q}IQ z|F@|1vS{X0cO^L2ZzKmEoD|(#CHK~pZEJpuX-TmbA7?EF_f~}*!{-6UCMV#)Z;Vb3 zJ!bwERH9P+w!CMjsW23A9Z)sS$A66C`9G)N1q5Gkhj=2Fc-?D}kt5D<=3%#}8yxxR z@6hX!;UH}lD_eK|wtWeI4|o3l{)hOZ2aYBDJv{&W!w>NX(Z1&dHU-XpqJXPlWw3r1 z1?mRt=lF30D;nft=qYtaM7dn2$T;6r58{=Hi+JTe6W@qfs2u3SVYrsI2*{4M#Bf)Fv@>11^VLi~Z ze?uL91&K*GQj=)?&IZ{ZEAScnwiPS|0GP*>wF~3PT@QMfD}gqdz&*f&*OJdYxUgKg zZOw!SltOu6!2^g}!IQX}9DHzcxw2=?YH*dU*>c3&5cE>k=tXqM$=}nnKc(OXz3Uqk z{2%y9(}sA-m^_0NOEZMMn%pPUG2f#XxrFC5bL2m=b%)GX37m$a3Nklke($&a%!HqB zjmQs*j24fUm(V@roZ z($W5M?}hG*bhr8Ecmt2F@j;g`z|l*7L`u(@|ze;?zTe1M6{eXDDEM zVQvkd$c{Gj=j$OHTH=IwAZnrsgqSIy^0h~vWRhl8IGTDpT*J*)6 zi*o4?%7XWCg>?&L%ZvlDY*G7n(R<%ldQb*I9nK;CY4jxXM-!>dNSt7S%g)9bWr8MV z1S&g}v1O;Wycu9Z$>-nj1gSK$j_N7H|7Y@E%FZCEq?we&!~9D-7jQyJ6~H4w1DL7N zx(BOd7+-nX4m|OMA}wSSA7t2z?D#C_w=H)t$){+o;6rj8Op^6ToZJ?FmdAyFoucdPO!du`};xfpM7mTSj4Z6P6KD0vjF0X_uz| z;PQm?b=Uc9BJ?qY=j{bfq@#!3PE^*ic(GuXOGsqm*7UO4(0FDc~dH)Q2^b zp=B>%xvPZa+P6;6pJpyv@z|NQJqC}3U*AlQdIP6$toUxK|q zEMU^wS@|%LREo-&B%TTRUcgZjQ`f! z-}ydj5Xu`5$sQZ1T6jet=cht+)+0FhSArqAT)BEdn4xnNQ8l?Z$cZIo2M^4J1tO>z zS)h_jkvrZ|fNyM>-;ahpbLQNM7vWDm|O52(Yg&cL3N(&VaC4}@$toA>^H zc|HV!a9KCWI^2H=)?Uo^mARLo5}7*?<+wfBLBy-C$}{BESLI$CirBKlo;HTUX{UNX zBd!+aO2a=rO%6uC;NFb14=BRpjEOEz;-vSWE+t)NLcq!6`T0oMb0PXc<10^75+##i z%8gOxX!U4hdf>ya(GkCIp#L+BWHbEr`B`gWWUdm>DkrmsrpIUr|6@bjYZ`PWOa3q>JR{ z=)}~7_Q;%jT2}o3gbMzF(1TvwKs?l7fZz2uSG*f=*n`#n*7bPHH@-IawZx$xoc(w> zwP6oF>|lsT-i^x;8=VooJ0IO^9Xa{kZ4U|H*E^Yc`XKYAx9+#ZQQ_kZV8a8$mQf>PN zQtB^)KTjg{VD{#%f!kNnyAd)mbO02D;8`$Lb>QKcXd9GlbjT4?E`IyK?E{ITWRd7- zlN@a+bDKcW`i~A*_E#EyT-h;TH2pEhA=IF^w9yhs{>*@`))G}YRG_emod&EUw|pfP z0H1wA-+Df-77<{C2RmJr$63JZAP-;yX*UKEEf-F!X_X1ug;DFyV>$%b;CAx8b)i_?Bwzpi4-xR%7_vFMRHQL zBp+uOlB0jtTv?B{1^vlRtHI(Y3PC0q7{{9C2Z#ch=YvB6!&gSaQ<>EdFv9;DMxYFd zgsVu%JmFw@?Rn&=hwA)$m+oJFf9l;S9RAXzli_VzptVTAEj! zF6N+mG_gx`Hc8GVVE#7y+xFY`Z#6G$f<_B-3e0GX*tJ``;(JBMhLm{&BbGEvgBnWz zpYP3NRQQ&bNDS_r^zW9iAs*!%{^A%#K^vVY@fyQ zl4*E;-}-N&Ut$@Ly2M#9LB$;*aP}G)kEv_R){0aG^UDicE7sBBxwMpdZ3>+*MqaFR zEC`mVd5AxaTG@%UY<6~-;4g;FL79B5MJ!YmF5@e0Bm9CHWWybkAi#%LfYGTsZIaA! zmDpIxG59!~R`CA{Z@HPq;a5-&#-X+$Wp0=|9=ow(Esl-Nk!Plw#`o*rtp`EZC)RXJ zHQl#LVnt9H0mV9&a@64ih0NIT*zw0rZ6DTsP`5a`v`uWZt)3A%$p@%qA9Z94@_~ixa?ih*byB`+ zE_zGti&iBkQnk&X>{C2@Kk&Zc1`?Wusx#S9o9Y0Z%dGHHs3buN z0SFU(DPEf)FwN5@c!;`%#tiez<%J7zn{y6oYBjR&Ly|KC3qT;d6(;6)(|Z?0_h!ir z>w2TTlpzi)PH$|GFo#k?8(gu2^q1?%$d2}x{aul*UHeABiG8`d>mvOeVIh0C8I0I2 zB~AAhFl;*_uCD2u?H2+Ux({Cn9PZGFe3ik7Fg^kaBJgked4sVI#DIFJb^tIXRfF?n z$OKb$*#@z$DraVN@f9#@kqt6=0VG^U2&|=ewTG}rIsOd|KT^kE*2L)`oQz_;##+d~ zs8;*QaTqjD6(O^pZy|f%&{N5*4?6Ky1-TH~w*m*6dcdN7I~?o-pC7bqX^&Kon#Q2O zi=}WZT$$_B!d}z$3y`&G%ae}Fy6JRW>THX!D6Ns}43iqXf#ak{!weTwPEPOi$>)D4 zC#jF&04SgAM1&D??V&072Fe^4(jnty8TJCjYYKuuo%|Bf(dw+mp^W^ni|s)X%!?L69za=B4w;aZGdOaCDw*&iOx~7z;b{nOQX83}qBe4~uYGq#sV{Xwy$u zKXdlX(}VrzM~3=N503N=4P;A!c-uxQ#cV@!0?d+!R@ust(N~t~n`o-R+BIi=(1@yX4+J zcYM`W`N&qkY^zUPk)3P+pCbIrXrc3lnO!r^dtl7ZvJHu+6VJZ?!n-fL^V0p75>G=f zm$tYv5_#=^&y+Y$YDhmYEuIqF_u(Y-hkauE!R6|MscM|DRWg5^{0}CgvbT`M8L?s~ zPTg}JmYj!y*3tP|M*DuM(Q?;v$GTv}p<5O8I79XtPLaI;-vWJ0+((0pM;DJu8+R-{ zm#XNc1BzX9Z>~C99yvEJJ2x-x6`eaJ=gv%NoP7s5Y6mAh@$8-9h2f<4!>SLe7QNrD zeNelI{M*%v43REHt_CTW4{&u0lV`PO1Yj75LodH_LFl089W5HzN6_OJsjgdnibL2m; zMbzh;3By__3-rg) zLnm|%fcxiTY6zKBz2rP~(l_1f>yw|$bQ*}ZNnhL8)ReD%TldzEHrA$ISp&A$N0eJ$ z8~mV+pf@``5tK=zNXvB!D$+lK*X0J-*WI_~HubZvt3`~GHhAn<3i{XEX z0K_HC2mT!dpqz+al7%k6fjceFq!KTM6Ben`5p)yIOJv=||1Js{$IQx-Po)NXb!Msh zMVn8u`IJM`Pjjm!4XMUsKWP#hPl_d{q>@u9+bJTJ;PZzZtjk2w^Yi=OK79MI=%|w% zb&nj)%Z_Hz(IPoopcQC&a3$rSo!&`o*Lx} zq=1(TCd#b^af2Snzx22-a9Ys+k#g9$LkJ99@i&>^)|e4`RD!plejBAgy`C+!cpE?v zp~v$ty+#>72+^uZXYfbX^Bjn)`X{rr&tKtq6Ijnc7*nyXI|dyJgf`!Rg42`N%Fbfc zqEXa;PuxR4BrOrL?B_P~i!{q=azx5!z+@POw=FClY{a~u*qq=ih=`O;TpW~klztM= zk$)Qj+`Qv_EMU-Z5gbU{;UQq0=_ttTMUDr(7rO2bAyTJol`fWrtEfld{{SW3pjARP zH$;(mZap{u91hR)l*LcP&m>DlPmAPfnLCm9fM~z*l(h<<6`S{wt$Nu8jX2R(FWKr- zwt5^W6z_mTRmk96;Ql%3bRz_8dx@KF(|LqoBtCun>G(A!mBjfyD-cp%xP2k9QFJv( z61KtDGwa+R3&z2 zPn4{rQ%SHfd)g#VTgub+`D3>yVV7f71#n{HKGD-Fd3sZx-uzbO^!3n1%2k9rn(Lp@ zFy1r3SXFl>MczJzeWmb<)IkCANmFpe=~phHl~18a=tP2#Dv~o z4zxoH+wSFyK6m6DUbqQ{%{HZ{*E_}#$b0^=J}-gEGh6g#QOG8LU*{B8SVX--5suDE z1FjqHI)8II81aC`H!&`Y%zEemwn+PPA#nVGOky#Ti#>?*;Z6@Y@6+eb4B-h|akN1B zkI=-(rlVMQNSfKL36BPoWx_{d4VJA{V5`~5Q$I3?SZNa$plUUr#SD@?WBm>#`8^8A zR|fy@5P;IYF&c!q?oY036qza9M#CR97WcbNf7DUeUu^nuu?6>$ zwkzTAw9wnrbN%}DZouKL0EAv}7C6~6eRF!eCqrKdJ%w>svc@LHsQO^kB%bA8+O;k# zbdnk;jWZaij-{PX^}5>Kw*~nVw396km*C3R7a2lld5@B z^4f#854%3-`gYHQo+SR3cG6#}c<)^QYO(h(OFI^Kh{ZipaSwjG8j~i`)grlCKz!u@ zuNoXGfH#f`{$-sWgB>t8H z^!M->{iTWr3UsccJ~1jfnk7eb%G{jKIYkZZ`m6s;0_ zxAc={LFDf;WDIZ^0Zv6HK^KrVjuRiDnb5Wm8=S<3+8L&JMkW)^E`~|Ip!!1@Ozai|*<}s|}?gkQ$JUtza7%@9d425}L z>!ek&UsKcSM z>Sf9Tada0?ezy2M6e!p`lMbeBAyCXD`QztMMb>(h?$y?#vUNlWTWX43#J?qA@JmPu z$sp`($#=EJBAtUjJ|>PgE9cYFZ+2AX{Aox7lLPQ?zxeDjs8&a}B9A9Kb!Wfi>`yuS z$++#ueCNo6V~<*PF1PGlIxnBICzkJ*%J;+YB6pyZW^vGTqyNu*2((fd{iMdg za*-irU^C)o;xA;EG8BcN`*Wk9z&Uf)3mZduk+;Qb_ukHtz8D4C||i05}$16?irx(%c;ry96V4PDQIUq z2=D)heMl)12D8+G>`E#tJ^O^d)n(~@OV1jiS*J>@DvR2hcj?i0VLg3B+I{mbeQv%& z^Y#j|qE83$(vEdnsY3sA)#>xYz?d|WGgr>pg+3j~{2zkIQ1R`dIf$hQhM)=_X3Ig( z>h^VV>N%g%5E5LZIX7h|phuhoC8}xYlEJ~NwDjjtzN`X3xDfBz-1v`s37PY9b`4q```*3iAWyLE}c{qe<8(c39`J7aW+u&XU+ZQCrC zwMu2M%`|y8kz;@#Hhiz)p;7GEFLglK7!PF=+)H;(FPx6!PxcmY@$SXsb{VS&3eWua z!RJM@;&cy)ei^imI2Rg|4OYnBu6Y?=ap7Kv?Cnz74|xY|Bb44vCh`Ie{~wx<6!kld zKXx?scUgYi$srs9siZYnN#g*vz|<%#QvMNH_`jr%|4$SQ($DP_Y^5MY&nWoU)PE=O zXioVf0~N6LDR4T;C{+pS%w+qj1kMsNWXTWYdZ_eK6s%lX?DjKiMnS~O4y20%>SbZ5 zR}n&Mz>3hu4)Q5Z7Z1J;bnEo^jqy-q8=IG4@X`?u0>i~{+}0&*l~;O%nM-sY7IYuw zlch3f4H~3e)EELhnbQH`3QJ`gs2Kb~jl(&jlm-)Uo#B|gWtHWcrR-aOOa1CW1wdl! za1xL9a2f3p2-FVNmLK7UP<_&bkuUH*Ai4y%utJTxM~#Vk#X1Z8z!9;K@oN-r>wy<1K&{DczPHLtH@LF(9FCyd}C^J$r zsI07R^x@y34q*!Q0II^qtQ;~y@=54Pm}M=O)!N2nZPF>$c1g8eILEvKrz+DF*rEBwwr}Uovu063?^t4Kz)>QWM7|)4kc~$guNS+QHeJ+1wl!IO{dzo=V zzdw5&fo^R8g=cC?rRuc-xj+G*l#q%cb#7HW@oFF*gDLWkGKkEv6DeEgI{5$1`JLGs zbF(v2Iy9wf3o+sNA?&7XrhJY*WBV?q4sEae-_ZQ|-zfN71X_(KmJqhRxrrcG_65y_ z6UdFZP*P|vl-8x{x8a1&`h8+)uT)G4pyZst z<+J#q!=qJ(!0U`!p2u@7%1IC^@^#e+GDkQ>PJtcd$9ap&ip!0upc~ZeBFu+bY`qcm zkp+qBv7j%<4(>Gx52$8vecV(U_=SiVy#-zmEPpYGm0yshiX55>V71VDf!_G#(?-+KKG3=3R#FZ0z>`a)cGozWwOzliM zGo6077huo*h+@K4)7EXK={Kb+rOTnGr5PvF{z>G~@&` zCNeEKYn^NZNvdgUkfhaE;M2HH9ograbSVHihncnNwy|uW0F-I8a`Ck8dlvc2+FxP_ zKtf0swekFYB@Rj3(1Xk)&!B3QPIQV>8o&d*{b|BUb$}5taDc@zjWL-tDdSRy!&C$& z42(@HX=vIub3xCN<&&J!!&0-8+NI>F3HB*@RI;N@EOapDVYCvOYcQfkeUlU+=~tOn zn$&E_U7P*t@+3b=eTEyt^dn{{)%7mYe$J%oKS7QECcWdu8{6rs&-kyx$t5z zv^iA`5KZ*b_k;dDxNP(D?4@q7rpA5|c7vJmCulk*W#Ej7kLb1mjW3c&0yMOO8A zFlps!F-9;)m;Vg0Go=l-R93KsUB#NIFgFd!Kf`N4n?;6v*w=tQ>1tWWN?8ZgTFSOb zW!p%GP{Y9dLm;}{m5GwtNKSNHtfY6T8-Sn7Fo8#xVN2M;*APZGjDE@h0=`wRf5q#M z)%3@`1CnL+cL)_(;T>cn4X>$R5e#Qz1pjQ|< z6m48;#AZiFC-ylyIfK$Yi6TYx|;gL-9) z4<}u*RUfPW|4g_2RO{+8qa9jLkL&}OEq#M18cqo%8+`{ zoMXYlN&zJnOAidB${@FpEZ$@So)yZ#D88*6GP=5d9zoib3f3Yrli0QKS_QEjV>xhO znr_O(iBRm0)(c1A%+v`4<4!ux$cmym>5H;bIl?ldU#YM=WS<{eOFH_GWHo03MOG^` zcOf~)Z}7_KXpo8GaWhHA@3Sv<@|9dFYn^5@8m}5zz*?t>+@Hf}3Hwt``@2>MpwsIeqrwenq%_DWmvbsXI}(OHHatGb;$ypsbf`2X)Je7t$0& z4r`}^RPch>U5ie(N!hH(`XTPe$x1OWN?Df=;ug{UeR4j5Vn8)TUBW?814=6D{TD45 zH01wI+n`88`DPRu%{($)zvu}eOw}c%4ZA@OvT(!~OVe_oOpCup4v4f+x~#SowA9sW z2ZN(ksuj%Z>OkSQY17bm`;78?n1Z;4EG-1>+SFz&dkl--v~Q`U{Z+n|m-a0sHU2GP zGBC4taEe1{5pJhh|794Hsl=>PcP1K9yhnft5b+NwW@^TIfB-D`0v9k=nd%sAGZFuS zzz{&@eC6a6J@5a8>Oj^6Z=oU3g@iGdVS~Q==B}8t3MUzyKepN zED6^QP6)yaOCr8o+q zkMoy&`%tt-`}QX#*baZ|snyDkmCBBIWU`QCX z12C;~1KGS!xQ!jzspw36iB7K|j}5*l{F>j)j2sYEa1V5-WD^U%C7Ui5viWzdNeHXZUKlRyhL_(kS6ojX5%*?YttU_rG%H1Np zd*+*u+=hYmO_F`ns(tf{ee*If`!>l=E21wR6Ook_l(wanDWDno%WP?fj;l9gR5=lZ zkTrr64UYou`21KqDXoP~Vz8;Fx2_3p2Xou0M|59Pw1Mzl(?+OT{|>ElHi((EJu`Av zsL$Dq@wcI04AleUTWNMb)!bp1O{l6tWLuv{uqI%Zfw3NEEWqpV);oD2$ zCs>H$+$d`>yj$64G<|Gs?dvpr+*y4f&!iJ;5>jDkYX>ee>6y!UjKV>+^5c2KWjhN| zkkRwXfH$!L&nGaN-W19V>YSH#{0I@W~Vy=JU$#9@Ru)QEr6 z#@G|w{0%gR)4zz(XcE7*(b!GbGbR&LkP;Zgt;B;#DM7SC50mk_49e4_Q zWb(PmsjHL3Lgm^`{YV?S4kmOK?zNYZWeo^r#yk1qmQ7s>sYVXHp>`Qa+EZqV11V~a zyo-S^!*~iw^Ym0;3bWf7e1#e*^`B#CWYTL6#^$4e5-Ly!g%bEE4GRO_Wb@uDGdE@; z{j#Ng!O;zL5P5p(k$7ciJiklI?~1v)5_tvSLwNG$&1;_gg)56!z}1H*P^kZh`{VX9 zi5cWha)M5dJ}?5Gx7f6D4VJ6r)WhmHEQ8EH0G^cuQqtF ziwHUUncv_ofdK|jwdARe*{eC>rQjp94|OLt&`E6Yvhiip%jTCYFI!)>y=*7D`xk^8 z<_m@!@V#@xf`1dPt>}b^%a0qzc_U1vn&&OBDq)+qpSM9Z%zneZV8j|KkF0?$SRj;h z8Vw7;eCZSEV*Ubo$uV)&MBQSZh7JjH@9##df5Y~=VZo+Vrd&WSNQ{>jij|5Sdd+xE zLp%hGA*kDq0(-OPIZ?cud8Dgo3kHW_0cyn>B1D+X&tTKSem`k==vb}-%0EP^mkV~3 ze-p~@%oGZ05g_VE^Bvr2a<5QT<4Ho; zsEwTL2vAROqui!wX7wT@vkt&YHl)5GU~}J^JIh#k1%2bx8kr@ z%q}e##F5JvlNOjP8oQQsvmeBS3lG~FYM{Bgt5su2;*bFr_c_EcB^U%wP ztvP;hI=&PGAk?K|HU17#X1M_mJE+>i)1?<8talBA{nI(a-Lj@7K`LvV?+@2697|NT zE^U=6+p*DpXkjqn!rtkas{*Iws)!0O4#Dr@u8K^$YTasb`xBM5(e7JMg>%9=vbKgF zgoT>}I834^;T%%V@RM>zC02lT_d_7U2!E4<-t$q7AXaCY;a^Z){0LwcHt(b{vT} z9F-c5@~Fhf1?n>|z8EcxPTwwH@wCM}ZHdNaB8beUye$cT!?zvpIKJt;?F=7H_?lLI z9V@<$rR$0d$waX~dT6D%Iab`f)Ua;DE71F@tc}%fi&ykW6+L0c-4uczk9(UXFH%mO z@EPfC$Jc_iEl8H5V~k={g(2-MO{wx(bQH*pol;*flYW>Bp=lx z^?;OHt^NF9JtLW)*%d++pVv{Qs7JhxbkQbsfOl*)l$A$J^KJ;BVUMq%5Ia!W70rK` zk8V2WE$e2#1KKRVG&m#}3bDz@=zu+b05&m3c5q9732$XsJF`K5C#&BIqFdPX*mW--9r1+)G0}e@Mz~6VpNfKNcJ^6R$gY(x5p}sRKL@9qkyee4K%AUsf^Uh zKt*np8tBVx`_LB4H+&;)6F2y@w(KZ2efq@2X$LJ97-x9Lf7t&*$msWn%>MShe(_P% zTgc*vyk}QZnEg!1fnb}FUJU&)_E{66q?93eU!&z8qp$dCkUD0%4n)!fv+G)>0&d@- zPW1s21D46J4wJb^TJb@x!2y*h05rUI30MM|jNry2fUr5i$57b4garybyA9D_tg1Ke z-6eT<#n?$`WcOX3sNjG^0|1F)PYKCsnxco^=!m;oBv(s}o!Dviiu;B;JgO3Eo`P4d z-?$!u$|mjFj@kW;5E>NEql|Edp;ry#LYbdYZG1|A(XEWx$mrV~jK-uLdmOM~V*0vR zMkBO}01?3~U5>Z^j@~8EL>2S{RzY*9B>GGDpO7P1$i=k`thpqk(F4DUWHbuMaaw3K ztAS-ka+9C{d$9%BSOJ{|Ywo&n3rTkX$ar$@OONva=&RE+houHP>?}3PGdX~T@`6!u zT5O-$I;Ka&jtimB?Cj!PsPi*3T>*y1FVi)i0iGjx_2PtHi_3zlU}O5v0bdqg&UxK1 zFU;qhhpCL0?6Z24n)n_+vTHOfq>+?2bUR@(p5|Z=m}SN|cMa=VG)m@?zFvf{HW+!B z{L+T;)5s1HDtR#ZVTCk*V8eH8dZGsJz?5acK^g!XzLS&j4op=BTzDsc+NqW!;Lg6& z9o#MKHcydR+x5)*fJ;waGCjEZ8B0`IX{zZP(nNBzwiz2RqI=d3tp@XqU7t%}&)msf z8|?d|y?Pim@8h2z%6D_*5bbXof%yx+%gRf=%pjiED*CGa@dCLjksI(l$37;WLb)~j z8`T`>zmGESf(hnI_4$nBS(5#-W7?m(z>mI+!D?;1DA5NQN5HGE#Tm!2lJeqi*%e*FZ$M1gRBDGk~f%r^>zva_#4J_MJ278 zOIigLVhAW*Ld`HKZ0f58Ti>nfa}BGW&`ZX#L0nA=>MIK%C-k{W`!X4h$T~O{(%2FtdA8SEhq7zzQp)L2R&MwqA)b z0~7tfg-9ZOCTYcXa!9H*n^BlkXCeXkzSFC8MO`Ni%kEO{Ub~ z=H@v0nFHPO(dU>4mQdxDNiv;{ja%wsM1A}RK(@gfNcL0irl9^^his_{K2eB$vg@^7 zk*nM{;rt=CFNGX2zjff&;kS>!c^p)Jcf4YUQ~{eLJ0;gnY#R4?85`$F+|wX=NNncl z6PEIpx<4rX{(%n%R$6*vExnAByz9y&102qX-hG(uRqZcEO1xFiG0M)S^d0<~c|F z#}t?L?_V0bbPk3tc$>2wn$+-O3uO=%OPLuU==qBO1fea?q&L-Cs==F9ifQE;C&e?k zm7)+^Dx$cXzHZ^4ru139#wYQ@Cd3QUB;@}RTfGA8=RL%s^a^noB7L8_!DF~!D-W~9 z(gzCW^We{*MoAl)$m2IG?$CA{SlDsq&R<*Dv$$vO5EyWChnd-$gtL6rS-;|}k2P$I zJ9{K2XeAfCiloekCft>)?#2~&BN*Uu_bv%`&<#2AW9Fq0^rRYRSKPf@A`;c6#wnXW zq=^%KKJM<2+#OKzSECeBlut-}(H+}YhK$92cA14T+NK)sp6wlID0xt5nho)?NijG9iz;cV0snWOP;dAxMOM z^^&hX#?DVaDXP3V5rYk%p?FcRRMh)xrKaTYt)NuBd0CLEJC`3`sqTqY_rMcjMcrz7 z`$~CxynM4%4zJ2a_kOe=!LV(uxF*_kyY2gqcyX^(%!Ca4g+yKJ?cJ+&Ju7uR%U9!d z`=q*k;lnqNf10p+QVOp-;`VyUULUj9V7EUgnoM(R|l&N5kKAneO z)66I=0+zEunz?`2eQ@Vto8d2PrHB1`i>`#S8QpmcU0FXRsd7dA%!qAUn&~8+J&5gD znrR?Ysbm|;I5eDhbsJ`SN}wm6JBz%{nrE5H1@6zy+O#$gRBwsdryfvWHvOapcNMUH z5-@6wnSo|erX8&Z#tqVRWTcq`#-1hx)M)B}`-vR=_d)%QE>1Y0jY@y%&nBI9hOJPn zzG}Q?dcts3peYcl*gvANRL%Sck5AHO0zY|F4<0?~pE^f2zQlSo=U|H? zX&j$Q+EUNBQ*^?l4A~~lS4SqE)9kid!4sfC2j(^;F(qE-d^vLf(_GRRIxk+QSI-d| z+(m$4JoEW06B9|3I5r`E4Uaj_lTn_mH)TW4Y04D)f#`lp7|)Ib<_w>}w&RlvXBW@H zmI^S~^@Y8Qd*=?VIlSQ_SV?hIN)D`xt(Jyp{#s4l?c$}7TI?5xv)u%ad62O zFYb_vJ80pZ&xH+o6_a%brEH>)nvffoB?j(M<{l7G!?Imr9A*oKM!YK@Mi+>9{l^D{ zgM#VL1oJ_Q?a%B2Aovhfc#ss1C5017;c!wIN(!e&5u_ZbO?KQ5<43D%2t`8=Q!zBN z?NF8gZHIz;7(iRV4rm{9WKl89L1?Cmp)=sb8!kL^WvCyz5$ete%?;#&B=aWiFtc?5 z+O)9t{m9_4!IO`1p~l|^kX@Y)9ELeZL!`wC(W>#Q;Ppco$q-FS-9@+tCYQzoo7Vpt zsMBG&GN2cwQ&^<8(B=3+K7581^d(b{^y&cWI~Ny86D%Xcd)~;kq>WkLgC>b>Y+~dx z%rPg;0r0hDEfXtv<y*MhI)$^hV+OKD

Gcw-QoJDh>i^;lcSb^kUY- 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�t$MvKId6>9_T)%}UgCQ5scKgKC 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..5e215d2623e50139ef000552d29b218fe500fede GIT binary patch literal 60395 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 @frSpxW|U;md{i(y4|n!iI#y$3Uz#4BeO}nVA}i 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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 + import shutil + from urllib.parse import (urlparse, urlunparse, urljoin, quote, + unquote, urlsplit, urlunsplit, splittype) + from urllib.request import (urlopen, urlretrieve, Request, url2pathname, + pathname2url, + HTTPBasicAuthHandler, HTTPPasswordMgr, + HTTPHandler, HTTPRedirectHandler, + build_opener) + if ssl: + from urllib.request import HTTPSHandler + from urllib.error import HTTPError, URLError, ContentTooShortError + import http.client as httplib + import urllib.request as urllib2 + import xmlrpc.client as xmlrpclib + import queue + from html.parser import HTMLParser + import html.entities as htmlentitydefs + raw_input = input + from itertools import filterfalse + filter = filter + + +try: + from ssl import match_hostname, CertificateError +except ImportError: # pragma: no cover + class CertificateError(ValueError): + pass + + + def _dnsname_match(dn, hostname, max_wildcards=1): + """Matching according to RFC 6125, section 6.4.3 + + http://tools.ietf.org/html/rfc6125#section-6.4.3 + """ + pats = [] + if not dn: + return False + + parts = dn.split('.') + leftmost, remainder = parts[0], parts[1:] + + wildcards = leftmost.count('*') + if wildcards > max_wildcards: + # Issue #17980: avoid denials of service by refusing more + # than one wildcard per fragment. A survey of established + # policy among SSL implementations showed it to be a + # reasonable choice. + raise CertificateError( + "too many wildcards in certificate DNS name: " + repr(dn)) + + # speed up common case w/o wildcards + if not wildcards: + return dn.lower() == hostname.lower() + + # RFC 6125, section 6.4.3, subitem 1. + # The client SHOULD NOT attempt to match a presented identifier in which + # the wildcard character comprises a label other than the left-most label. + if leftmost == '*': + # When '*' is a fragment by itself, it matches a non-empty dotless + # fragment. + pats.append('[^.]+') + elif leftmost.startswith('xn--') or hostname.startswith('xn--'): + # RFC 6125, section 6.4.3, subitem 3. + # The client SHOULD NOT attempt to match a presented identifier + # where the wildcard character is embedded within an A-label or + # U-label of an internationalized domain name. + pats.append(re.escape(leftmost)) + else: + # Otherwise, '*' matches any dotless string, e.g. www* + pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) + + # add the remaining fragments, ignore any wildcards + for frag in remainder: + pats.append(re.escape(frag)) + + pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) + return pat.match(hostname) + + + def match_hostname(cert, hostname): + """Verify that *cert* (in decoded format as returned by + SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 + rules are followed, but IP addresses are not accepted for *hostname*. + + CertificateError is raised on failure. On success, the function + returns nothing. + """ + if not cert: + raise ValueError("empty or no certificate, match_hostname needs a " + "SSL socket or SSL context with either " + "CERT_OPTIONAL or CERT_REQUIRED") + dnsnames = [] + san = cert.get('subjectAltName', ()) + for key, value in san: + if key == 'DNS': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if not dnsnames: + # The subject is only checked when there is no dNSName entry + # in subjectAltName + for sub in cert.get('subject', ()): + for key, value in sub: + # XXX according to RFC 2818, the most specific Common Name + # must be used. + if key == 'commonName': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if len(dnsnames) > 1: + raise CertificateError("hostname %r " + "doesn't match either of %s" + % (hostname, ', '.join(map(repr, dnsnames)))) + elif len(dnsnames) == 1: + raise CertificateError("hostname %r " + "doesn't match %r" + % (hostname, dnsnames[0])) + else: + raise CertificateError("no appropriate commonName or " + "subjectAltName fields were found") + + +try: + from types import SimpleNamespace as Container +except ImportError: # pragma: no cover + class Container(object): + """ + A generic container for when multiple values need to be returned + """ + def __init__(self, **kwargs): + self.__dict__.update(kwargs) + + +try: + from shutil import which +except ImportError: # pragma: no cover + # Implementation from Python 3.3 + def which(cmd, mode=os.F_OK | os.X_OK, path=None): + """Given a command, mode, and a PATH string, return the path which + conforms to the given mode on the PATH, or None if there is no such + file. + + `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result + of os.environ.get("PATH"), or can be overridden with a custom search + path. + + """ + # Check that a given file can be accessed with the correct mode. + # Additionally check that `file` is not a directory, as on Windows + # directories pass the os.access check. + def _access_check(fn, mode): + return (os.path.exists(fn) and os.access(fn, mode) + and not os.path.isdir(fn)) + + # If we're given a path with a directory part, look it up directly rather + # than referring to PATH directories. This includes checking relative to the + # current directory, e.g. ./script + if os.path.dirname(cmd): + if _access_check(cmd, mode): + return cmd + return None + + if path is None: + path = os.environ.get("PATH", os.defpath) + if not path: + return None + path = path.split(os.pathsep) + + if sys.platform == "win32": + # The current directory takes precedence on Windows. + if not os.curdir in path: + path.insert(0, os.curdir) + + # PATHEXT is necessary to check on Windows. + pathext = os.environ.get("PATHEXT", "").split(os.pathsep) + # See if the given file matches any of the expected path extensions. + # This will allow us to short circuit when given "python.exe". + # If it does match, only test that one, otherwise we have to try + # others. + if any(cmd.lower().endswith(ext.lower()) for ext in pathext): + files = [cmd] + else: + files = [cmd + ext for ext in pathext] + else: + # On other platforms you don't have things like PATHEXT to tell you + # what file suffixes are executable, so just pass on cmd as-is. + files = [cmd] + + seen = set() + for dir in path: + normdir = os.path.normcase(dir) + if not normdir in seen: + seen.add(normdir) + for thefile in files: + name = os.path.join(dir, thefile) + if _access_check(name, mode): + return name + return None + + +# ZipFile is a context manager in 2.7, but not in 2.6 + +from zipfile import ZipFile as BaseZipFile + +if hasattr(BaseZipFile, '__enter__'): # pragma: no cover + ZipFile = BaseZipFile +else: # pragma: no cover + from zipfile import ZipExtFile as BaseZipExtFile + + class ZipExtFile(BaseZipExtFile): + def __init__(self, base): + self.__dict__.update(base.__dict__) + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + class ZipFile(BaseZipFile): + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + def open(self, *args, **kwargs): + base = BaseZipFile.open(self, *args, **kwargs) + return ZipExtFile(base) + +try: + from platform import python_implementation +except ImportError: # pragma: no cover + def python_implementation(): + """Return a string identifying the Python implementation.""" + if 'PyPy' in sys.version: + return 'PyPy' + if os.name == 'java': + return 'Jython' + if sys.version.startswith('IronPython'): + return 'IronPython' + return 'CPython' + +import shutil +import sysconfig + +try: + callable = callable +except NameError: # pragma: no cover + from collections.abc import Callable + + def callable(obj): + return isinstance(obj, Callable) + + +try: + fsencode = os.fsencode + fsdecode = os.fsdecode +except AttributeError: # pragma: no cover + # Issue #99: on some systems (e.g. containerised), + # sys.getfilesystemencoding() returns None, and we need a real value, + # so fall back to utf-8. From the CPython 2.7 docs relating to Unix and + # sys.getfilesystemencoding(): the return value is "the user’s preference + # according to the result of nl_langinfo(CODESET), or None if the + # nl_langinfo(CODESET) failed." + _fsencoding = sys.getfilesystemencoding() or 'utf-8' + if _fsencoding == 'mbcs': + _fserrors = 'strict' + else: + _fserrors = 'surrogateescape' + + def fsencode(filename): + if isinstance(filename, bytes): + return filename + elif isinstance(filename, text_type): + return filename.encode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + def fsdecode(filename): + if isinstance(filename, text_type): + return filename + elif isinstance(filename, bytes): + return filename.decode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + +try: + from tokenize import detect_encoding +except ImportError: # pragma: no cover + from codecs import BOM_UTF8, lookup + import re + + cookie_re = re.compile(r"coding[:=]\s*([-\w.]+)") + + def _get_normal_name(orig_enc): + """Imitates get_normal_name in tokenizer.c.""" + # Only care about the first 12 characters. + enc = orig_enc[:12].lower().replace("_", "-") + if enc == "utf-8" or enc.startswith("utf-8-"): + return "utf-8" + if enc in ("latin-1", "iso-8859-1", "iso-latin-1") or \ + enc.startswith(("latin-1-", "iso-8859-1-", "iso-latin-1-")): + return "iso-8859-1" + return orig_enc + + def detect_encoding(readline): + """ + The detect_encoding() function is used to detect the encoding that should + be used to decode a Python source file. It requires one argument, readline, + in the same way as the tokenize() generator. + + It will call readline a maximum of twice, and return the encoding used + (as a string) and a list of any lines (left as bytes) it has read in. + + It detects the encoding from the presence of a utf-8 bom or an encoding + cookie as specified in pep-0263. If both a bom and a cookie are present, + but disagree, a SyntaxError will be raised. If the encoding cookie is an + invalid charset, raise a SyntaxError. Note that if a utf-8 bom is found, + 'utf-8-sig' is returned. + + If no encoding is specified, then the default of 'utf-8' will be returned. + """ + try: + filename = readline.__self__.name + except AttributeError: + filename = None + bom_found = False + encoding = None + default = 'utf-8' + def read_or_stop(): + try: + return readline() + except StopIteration: + return b'' + + def find_cookie(line): + try: + # Decode as UTF-8. Either the line is an encoding declaration, + # in which case it should be pure ASCII, or it must be UTF-8 + # per default encoding. + line_string = line.decode('utf-8') + except UnicodeDecodeError: + msg = "invalid or missing encoding declaration" + if filename is not None: + msg = '{} for {!r}'.format(msg, filename) + raise SyntaxError(msg) + + matches = cookie_re.findall(line_string) + if not matches: + return None + encoding = _get_normal_name(matches[0]) + try: + codec = lookup(encoding) + except LookupError: + # This behaviour mimics the Python interpreter + if filename is None: + msg = "unknown encoding: " + encoding + else: + msg = "unknown encoding for {!r}: {}".format(filename, + encoding) + raise SyntaxError(msg) + + if bom_found: + if codec.name != 'utf-8': + # This behaviour mimics the Python interpreter + if filename is None: + msg = 'encoding problem: utf-8' + else: + msg = 'encoding problem for {!r}: utf-8'.format(filename) + raise SyntaxError(msg) + encoding += '-sig' + return encoding + + first = read_or_stop() + if first.startswith(BOM_UTF8): + bom_found = True + first = first[3:] + default = 'utf-8-sig' + if not first: + return default, [] + + encoding = find_cookie(first) + if encoding: + return encoding, [first] + + second = read_or_stop() + if not second: + return default, [first] + + encoding = find_cookie(second) + if encoding: + return encoding, [first, second] + + return default, [first, second] + +# For converting & <-> & etc. +try: + from html import escape +except ImportError: + from cgi import escape +if sys.version_info[:2] < (3, 4): + unescape = HTMLParser().unescape +else: + from html import unescape + +try: + from collections import ChainMap +except ImportError: # pragma: no cover + from collections import MutableMapping + + try: + from reprlib import recursive_repr as _recursive_repr + except ImportError: + def _recursive_repr(fillvalue='...'): + ''' + Decorator to make a repr function return fillvalue for a recursive + call + ''' + + def decorating_function(user_function): + repr_running = set() + + def wrapper(self): + key = id(self), get_ident() + if key in repr_running: + return fillvalue + repr_running.add(key) + try: + result = user_function(self) + finally: + repr_running.discard(key) + return result + + # Can't use functools.wraps() here because of bootstrap issues + wrapper.__module__ = getattr(user_function, '__module__') + wrapper.__doc__ = getattr(user_function, '__doc__') + wrapper.__name__ = getattr(user_function, '__name__') + wrapper.__annotations__ = getattr(user_function, '__annotations__', {}) + return wrapper + + return decorating_function + + class ChainMap(MutableMapping): + ''' A ChainMap groups multiple dicts (or other mappings) together + to create a single, updateable view. + + The underlying mappings are stored in a list. That list is public and can + accessed or updated using the *maps* attribute. There is no other state. + + Lookups search the underlying mappings successively until a key is found. + In contrast, writes, updates, and deletions only operate on the first + mapping. + + ''' + + def __init__(self, *maps): + '''Initialize a ChainMap by setting *maps* to the given mappings. + If no mappings are provided, a single empty dictionary is used. + + ''' + self.maps = list(maps) or [{}] # always at least one map + + def __missing__(self, key): + raise KeyError(key) + + def __getitem__(self, key): + for mapping in self.maps: + try: + return mapping[key] # can't use 'key in mapping' with defaultdict + except KeyError: + pass + return self.__missing__(key) # support subclasses that define __missing__ + + def get(self, key, default=None): + return self[key] if key in self else default + + def __len__(self): + return len(set().union(*self.maps)) # reuses stored hash values if possible + + def __iter__(self): + return iter(set().union(*self.maps)) + + def __contains__(self, key): + return any(key in m for m in self.maps) + + def __bool__(self): + return any(self.maps) + + @_recursive_repr() + def __repr__(self): + return '{0.__class__.__name__}({1})'.format( + self, ', '.join(map(repr, self.maps))) + + @classmethod + def fromkeys(cls, iterable, *args): + 'Create a ChainMap with a single dict created from the iterable.' + return cls(dict.fromkeys(iterable, *args)) + + def copy(self): + 'New ChainMap or subclass with a new copy of maps[0] and refs to maps[1:]' + return self.__class__(self.maps[0].copy(), *self.maps[1:]) + + __copy__ = copy + + def new_child(self): # like Django's Context.push() + 'New ChainMap with a new dict followed by all previous maps.' + return self.__class__({}, *self.maps) + + @property + def parents(self): # like Django's Context.pop() + 'New ChainMap from maps[1:].' + return self.__class__(*self.maps[1:]) + + def __setitem__(self, key, value): + self.maps[0][key] = value + + def __delitem__(self, key): + try: + del self.maps[0][key] + except KeyError: + raise KeyError('Key not found in the first mapping: {!r}'.format(key)) + + def popitem(self): + 'Remove and return an item pair from maps[0]. Raise KeyError is maps[0] is empty.' + try: + return self.maps[0].popitem() + except KeyError: + raise KeyError('No keys found in the first mapping.') + + def pop(self, key, *args): + 'Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].' + try: + return self.maps[0].pop(key, *args) + except KeyError: + raise KeyError('Key not found in the first mapping: {!r}'.format(key)) + + def clear(self): + 'Clear maps[0], leaving maps[1:] intact.' + self.maps[0].clear() + +try: + from importlib.util import cache_from_source # Python >= 3.4 +except ImportError: # pragma: no cover + def cache_from_source(path, debug_override=None): + assert path.endswith('.py') + if debug_override is None: + debug_override = __debug__ + if debug_override: + suffix = 'c' + else: + suffix = 'o' + return path + suffix + +try: + from collections import OrderedDict +except ImportError: # pragma: no cover +## {{{ http://code.activestate.com/recipes/576693/ (r9) +# Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. +# Passes Python2.7's test suite and incorporates all the latest updates. + try: + from thread import get_ident as _get_ident + except ImportError: + from dummy_thread import get_ident as _get_ident + + try: + from _abcoll import KeysView, ValuesView, ItemsView + except ImportError: + pass + + + class OrderedDict(dict): + 'Dictionary that remembers insertion order' + # An inherited dict maps keys to values. + # The inherited dict provides __getitem__, __len__, __contains__, and get. + # The remaining methods are order-aware. + # Big-O running times for all methods are the same as for regular dictionaries. + + # The internal self.__map dictionary maps keys to links in a doubly linked list. + # The circular doubly linked list starts and ends with a sentinel element. + # The sentinel element never gets deleted (this simplifies the algorithm). + # Each link is stored as a list of length three: [PREV, NEXT, KEY]. + + def __init__(self, *args, **kwds): + '''Initialize an ordered dictionary. Signature is the same as for + regular dictionaries, but keyword arguments are not recommended + because their insertion order is arbitrary. + + ''' + if len(args) > 1: + raise TypeError('expected at most 1 arguments, got %d' % len(args)) + try: + self.__root + except AttributeError: + self.__root = root = [] # sentinel node + root[:] = [root, root, None] + self.__map = {} + self.__update(*args, **kwds) + + def __setitem__(self, key, value, dict_setitem=dict.__setitem__): + 'od.__setitem__(i, y) <==> od[i]=y' + # Setting a new item creates a new link which goes at the end of the linked + # list, and the inherited dictionary is updated with the new key/value pair. + if key not in self: + root = self.__root + last = root[0] + last[1] = root[0] = self.__map[key] = [last, root, key] + dict_setitem(self, key, value) + + def __delitem__(self, key, dict_delitem=dict.__delitem__): + 'od.__delitem__(y) <==> del od[y]' + # Deleting an existing item uses self.__map to find the link which is + # then removed by updating the links in the predecessor and successor nodes. + dict_delitem(self, key) + link_prev, link_next, key = self.__map.pop(key) + link_prev[1] = link_next + link_next[0] = link_prev + + def __iter__(self): + 'od.__iter__() <==> iter(od)' + root = self.__root + curr = root[1] + while curr is not root: + yield curr[2] + curr = curr[1] + + def __reversed__(self): + 'od.__reversed__() <==> reversed(od)' + root = self.__root + curr = root[0] + while curr is not root: + yield curr[2] + curr = curr[0] + + def clear(self): + 'od.clear() -> None. Remove all items from od.' + try: + for node in self.__map.itervalues(): + del node[:] + root = self.__root + root[:] = [root, root, None] + self.__map.clear() + except AttributeError: + pass + dict.clear(self) + + def popitem(self, last=True): + '''od.popitem() -> (k, v), return and remove a (key, value) pair. + Pairs are returned in LIFO order if last is true or FIFO order if false. + + ''' + if not self: + raise KeyError('dictionary is empty') + root = self.__root + if last: + link = root[0] + link_prev = link[0] + link_prev[1] = root + root[0] = link_prev + else: + link = root[1] + link_next = link[1] + root[1] = link_next + link_next[0] = root + key = link[2] + del self.__map[key] + value = dict.pop(self, key) + return key, value + + # -- the following methods do not depend on the internal structure -- + + def keys(self): + 'od.keys() -> list of keys in od' + return list(self) + + def values(self): + 'od.values() -> list of values in od' + return [self[key] for key in self] + + def items(self): + 'od.items() -> list of (key, value) pairs in od' + return [(key, self[key]) for key in self] + + def iterkeys(self): + 'od.iterkeys() -> an iterator over the keys in od' + return iter(self) + + def itervalues(self): + 'od.itervalues -> an iterator over the values in od' + for k in self: + yield self[k] + + def iteritems(self): + 'od.iteritems -> an iterator over the (key, value) items in od' + for k in self: + yield (k, self[k]) + + def update(*args, **kwds): + '''od.update(E, **F) -> None. Update od from dict/iterable E and F. + + If E is a dict instance, does: for k in E: od[k] = E[k] + If E has a .keys() method, does: for k in E.keys(): od[k] = E[k] + Or if E is an iterable of items, does: for k, v in E: od[k] = v + In either case, this is followed by: for k, v in F.items(): od[k] = v + + ''' + if len(args) > 2: + raise TypeError('update() takes at most 2 positional ' + 'arguments (%d given)' % (len(args),)) + elif not args: + raise TypeError('update() takes at least 1 argument (0 given)') + self = args[0] + # Make progressively weaker assumptions about "other" + other = () + if len(args) == 2: + other = args[1] + if isinstance(other, dict): + for key in other: + self[key] = other[key] + elif hasattr(other, 'keys'): + for key in other.keys(): + self[key] = other[key] + else: + for key, value in other: + self[key] = value + for key, value in kwds.items(): + self[key] = value + + __update = update # let subclasses override update without breaking __init__ + + __marker = object() + + def pop(self, key, default=__marker): + '''od.pop(k[,d]) -> v, remove specified key and return the corresponding value. + If key is not found, d is returned if given, otherwise KeyError is raised. + + ''' + if key in self: + result = self[key] + del self[key] + return result + if default is self.__marker: + raise KeyError(key) + return default + + def setdefault(self, key, default=None): + 'od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od' + if key in self: + return self[key] + self[key] = default + return default + + def __repr__(self, _repr_running=None): + 'od.__repr__() <==> repr(od)' + if not _repr_running: _repr_running = {} + call_key = id(self), _get_ident() + if call_key in _repr_running: + return '...' + _repr_running[call_key] = 1 + try: + if not self: + return '%s()' % (self.__class__.__name__,) + return '%s(%r)' % (self.__class__.__name__, self.items()) + finally: + del _repr_running[call_key] + + def __reduce__(self): + 'Return state information for pickling' + items = [[k, self[k]] for k in self] + inst_dict = vars(self).copy() + for k in vars(OrderedDict()): + inst_dict.pop(k, None) + if inst_dict: + return (self.__class__, (items,), inst_dict) + return self.__class__, (items,) + + def copy(self): + 'od.copy() -> a shallow copy of od' + return self.__class__(self) + + @classmethod + def fromkeys(cls, iterable, value=None): + '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S + and values equal to v (which defaults to None). + + ''' + d = cls() + for key in iterable: + d[key] = value + return d + + def __eq__(self, other): + '''od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive + while comparison to a regular mapping is order-insensitive. + + ''' + if isinstance(other, OrderedDict): + return len(self)==len(other) and self.items() == other.items() + return dict.__eq__(self, other) + + def __ne__(self, other): + return not self == other + + # -- the following methods are only used in Python 2.7 -- + + def viewkeys(self): + "od.viewkeys() -> a set-like object providing a view on od's keys" + return KeysView(self) + + def viewvalues(self): + "od.viewvalues() -> an object providing a view on od's values" + return ValuesView(self) + + def viewitems(self): + "od.viewitems() -> a set-like object providing a view on od's items" + return ItemsView(self) + +try: + from logging.config import BaseConfigurator, valid_ident +except ImportError: # pragma: no cover + IDENTIFIER = re.compile('^[a-z_][a-z0-9_]*$', re.I) + + + def valid_ident(s): + m = IDENTIFIER.match(s) + if not m: + raise ValueError('Not a valid Python identifier: %r' % s) + return True + + + # The ConvertingXXX classes are wrappers around standard Python containers, + # and they serve to convert any suitable values in the container. The + # conversion converts base dicts, lists and tuples to their wrapped + # equivalents, whereas strings which match a conversion format are converted + # appropriately. + # + # Each wrapper should have a configurator attribute holding the actual + # configurator to use for conversion. + + class ConvertingDict(dict): + """A converting dictionary wrapper.""" + + def __getitem__(self, key): + value = dict.__getitem__(self, key) + result = self.configurator.convert(value) + #If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def get(self, key, default=None): + value = dict.get(self, key, default) + result = self.configurator.convert(value) + #If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, key, default=None): + value = dict.pop(self, key, default) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class ConvertingList(list): + """A converting list wrapper.""" + def __getitem__(self, key): + value = list.__getitem__(self, key) + result = self.configurator.convert(value) + #If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, idx=-1): + value = list.pop(self, idx) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + return result + + class ConvertingTuple(tuple): + """A converting tuple wrapper.""" + def __getitem__(self, key): + value = tuple.__getitem__(self, key) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class BaseConfigurator(object): + """ + The configurator base class which defines some useful defaults. + """ + + CONVERT_PATTERN = re.compile(r'^(?P[a-z]+)://(?P.*)$') + + WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') + DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') + INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') + DIGIT_PATTERN = re.compile(r'^\d+$') + + value_converters = { + 'ext' : 'ext_convert', + 'cfg' : 'cfg_convert', + } + + # We might want to use a different one, e.g. importlib + importer = staticmethod(__import__) + + def __init__(self, config): + self.config = ConvertingDict(config) + self.config.configurator = self + + def resolve(self, s): + """ + Resolve strings to objects using standard import and attribute + syntax. + """ + name = s.split('.') + used = name.pop(0) + try: + found = self.importer(used) + for frag in name: + used += '.' + frag + try: + found = getattr(found, frag) + except AttributeError: + self.importer(used) + found = getattr(found, frag) + return found + except ImportError: + e, tb = sys.exc_info()[1:] + v = ValueError('Cannot resolve %r: %s' % (s, e)) + v.__cause__, v.__traceback__ = e, tb + raise v + + def ext_convert(self, value): + """Default converter for the ext:// protocol.""" + return self.resolve(value) + + def cfg_convert(self, value): + """Default converter for the cfg:// protocol.""" + rest = value + m = self.WORD_PATTERN.match(rest) + if m is None: + raise ValueError("Unable to convert %r" % value) + else: + rest = rest[m.end():] + d = self.config[m.groups()[0]] + #print d, rest + while rest: + m = self.DOT_PATTERN.match(rest) + if m: + d = d[m.groups()[0]] + else: + m = self.INDEX_PATTERN.match(rest) + if m: + idx = m.groups()[0] + if not self.DIGIT_PATTERN.match(idx): + d = d[idx] + else: + try: + n = int(idx) # try as number first (most likely) + d = d[n] + except TypeError: + d = d[idx] + if m: + rest = rest[m.end():] + else: + raise ValueError('Unable to convert ' + '%r at %r' % (value, rest)) + #rest should be empty + return d + + def convert(self, value): + """ + Convert values to an appropriate type. dicts, lists and tuples are + replaced by their converting alternatives. Strings are checked to + see if they have a conversion format and are converted if they do. + """ + if not isinstance(value, ConvertingDict) and isinstance(value, dict): + value = ConvertingDict(value) + value.configurator = self + elif not isinstance(value, ConvertingList) and isinstance(value, list): + value = ConvertingList(value) + value.configurator = self + elif not isinstance(value, ConvertingTuple) and\ + isinstance(value, tuple): + value = ConvertingTuple(value) + value.configurator = self + elif isinstance(value, string_types): + m = self.CONVERT_PATTERN.match(value) + if m: + d = m.groupdict() + prefix = d['prefix'] + converter = self.value_converters.get(prefix, None) + if converter: + suffix = d['suffix'] + converter = getattr(self, converter) + value = converter(suffix) + return value + + def configure_custom(self, config): + """Configure an object with a user-supplied factory.""" + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + kwargs = dict([(k, config[k]) for k in config if valid_ident(k)]) + result = c(**kwargs) + if props: + for name, value in props.items(): + setattr(result, name, value) + return result + + def as_tuple(self, value): + """Utility function which converts lists to tuples.""" + if isinstance(value, list): + value = tuple(value) + return value diff --git a/env/lib/python3.11/site-packages/pip/_vendor/distlib/database.py b/env/lib/python3.11/site-packages/pip/_vendor/distlib/database.py new file mode 100755 index 0000000..5db5d7f --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1350 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2017 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""PEP 376 implementation.""" + +from __future__ import unicode_literals + +import base64 +import codecs +import contextlib +import hashlib +import logging +import os +import posixpath +import sys +import zipimport + +from . import DistlibException, resources +from .compat import StringIO +from .version import get_scheme, UnsupportedVersionError +from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME) +from .util import (parse_requirement, cached_property, parse_name_and_version, + read_exports, write_exports, CSVReader, CSVWriter) + + +__all__ = ['Distribution', 'BaseInstalledDistribution', + 'InstalledDistribution', 'EggInfoDistribution', + 'DistributionPath'] + + +logger = logging.getLogger(__name__) + +EXPORTS_FILENAME = 'pydist-exports.json' +COMMANDS_FILENAME = 'pydist-commands.json' + +DIST_FILES = ('INSTALLER', METADATA_FILENAME, 'RECORD', 'REQUESTED', + 'RESOURCES', EXPORTS_FILENAME, 'SHARED') + +DISTINFO_EXT = '.dist-info' + + +class _Cache(object): + """ + A simple cache mapping names and .dist-info paths to distributions + """ + def __init__(self): + """ + Initialise an instance. There is normally one for each DistributionPath. + """ + self.name = {} + self.path = {} + self.generated = False + + def clear(self): + """ + Clear the cache, setting it to its initial state. + """ + self.name.clear() + self.path.clear() + self.generated = False + + def add(self, dist): + """ + Add a distribution to the cache. + :param dist: The distribution to add. + """ + if dist.path not in self.path: + self.path[dist.path] = dist + self.name.setdefault(dist.key, []).append(dist) + + +class DistributionPath(object): + """ + Represents a set of distributions installed on a path (typically sys.path). + """ + def __init__(self, path=None, include_egg=False): + """ + Create an instance from a path, optionally including legacy (distutils/ + setuptools/distribute) distributions. + :param path: The path to use, as a list of directories. If not specified, + sys.path is used. + :param include_egg: If True, this instance will look for and return legacy + distributions as well as those based on PEP 376. + """ + if path is None: + path = sys.path + self.path = path + self._include_dist = True + self._include_egg = include_egg + + self._cache = _Cache() + self._cache_egg = _Cache() + self._cache_enabled = True + self._scheme = get_scheme('default') + + def _get_cache_enabled(self): + return self._cache_enabled + + def _set_cache_enabled(self, value): + self._cache_enabled = value + + cache_enabled = property(_get_cache_enabled, _set_cache_enabled) + + def clear_cache(self): + """ + Clears the internal cache. + """ + self._cache.clear() + self._cache_egg.clear() + + + def _yield_distributions(self): + """ + Yield .dist-info and/or .egg(-info) distributions. + """ + # We need to check if we've seen some resources already, because on + # some Linux systems (e.g. some Debian/Ubuntu variants) there are + # symlinks which alias other files in the environment. + seen = set() + for path in self.path: + finder = resources.finder_for_path(path) + if finder is None: + continue + r = finder.find('') + if not r or not r.is_container: + continue + rset = sorted(r.resources) + for entry in rset: + r = finder.find(entry) + if not r or r.path in seen: + continue + try: + if self._include_dist and entry.endswith(DISTINFO_EXT): + possible_filenames = [METADATA_FILENAME, + WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME] + for metadata_filename in possible_filenames: + metadata_path = posixpath.join(entry, metadata_filename) + pydist = finder.find(metadata_path) + if pydist: + break + else: + continue + + with contextlib.closing(pydist.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + logger.debug('Found %s', r.path) + seen.add(r.path) + yield new_dist_class(r.path, metadata=metadata, + env=self) + elif self._include_egg and entry.endswith(('.egg-info', + '.egg')): + logger.debug('Found %s', r.path) + seen.add(r.path) + yield old_dist_class(r.path, self) + except Exception as e: + msg = 'Unable to read distribution at %s, perhaps due to bad metadata: %s' + logger.warning(msg, r.path, e) + import warnings + warnings.warn(msg % (r.path, e), stacklevel=2) + + def _generate_cache(self): + """ + Scan the path for distributions and populate the cache with + those that are found. + """ + gen_dist = not self._cache.generated + gen_egg = self._include_egg and not self._cache_egg.generated + if gen_dist or gen_egg: + for dist in self._yield_distributions(): + if isinstance(dist, InstalledDistribution): + self._cache.add(dist) + else: + self._cache_egg.add(dist) + + if gen_dist: + self._cache.generated = True + if gen_egg: + self._cache_egg.generated = True + + @classmethod + def distinfo_dirname(cls, name, version): + """ + The *name* and *version* parameters are converted into their + filename-escaped form, i.e. any ``'-'`` characters are replaced + with ``'_'`` other than the one in ``'dist-info'`` and the one + separating the name from the version number. + + :parameter name: is converted to a standard distribution name by replacing + any runs of non- alphanumeric characters with a single + ``'-'``. + :type name: string + :parameter version: is converted to a standard version string. Spaces + become dots, and all other non-alphanumeric characters + (except dots) become dashes, with runs of multiple + dashes condensed to a single dash. + :type version: string + :returns: directory name + :rtype: string""" + name = name.replace('-', '_') + return '-'.join([name, version]) + DISTINFO_EXT + + def get_distributions(self): + """ + Provides an iterator that looks for distributions and returns + :class:`InstalledDistribution` or + :class:`EggInfoDistribution` instances for each one of them. + + :rtype: iterator of :class:`InstalledDistribution` and + :class:`EggInfoDistribution` instances + """ + if not self._cache_enabled: + for dist in self._yield_distributions(): + yield dist + else: + self._generate_cache() + + for dist in self._cache.path.values(): + yield dist + + if self._include_egg: + for dist in self._cache_egg.path.values(): + yield dist + + def get_distribution(self, name): + """ + Looks for a named distribution on the path. + + This function only returns the first result found, as no more than one + value is expected. If nothing is found, ``None`` is returned. + + :rtype: :class:`InstalledDistribution`, :class:`EggInfoDistribution` + or ``None`` + """ + result = None + name = name.lower() + if not self._cache_enabled: + for dist in self._yield_distributions(): + if dist.key == name: + result = dist + break + else: + self._generate_cache() + + if name in self._cache.name: + result = self._cache.name[name][0] + elif self._include_egg and name in self._cache_egg.name: + result = self._cache_egg.name[name][0] + return result + + def provides_distribution(self, name, version=None): + """ + Iterates over all distributions to find which distributions provide *name*. + If a *version* is provided, it will be used to filter the results. + + This function only returns the first result found, since no more than + one values are expected. If the directory is not found, returns ``None``. + + :parameter version: a version specifier that indicates the version + required, conforming to the format in ``PEP-345`` + + :type name: string + :type version: string + """ + matcher = None + if version is not None: + try: + matcher = self._scheme.matcher('%s (%s)' % (name, version)) + except ValueError: + raise DistlibException('invalid name or version: %r, %r' % + (name, version)) + + for dist in self.get_distributions(): + # We hit a problem on Travis where enum34 was installed and doesn't + # have a provides attribute ... + if not hasattr(dist, 'provides'): + logger.debug('No "provides": %s', dist) + else: + provided = dist.provides + + for p in provided: + p_name, p_ver = parse_name_and_version(p) + if matcher is None: + if p_name == name: + yield dist + break + else: + if p_name == name and matcher.match(p_ver): + yield dist + break + + def get_file_path(self, name, relative_path): + """ + Return the path to a resource file. + """ + dist = self.get_distribution(name) + if dist is None: + raise LookupError('no distribution named %r found' % name) + return dist.get_resource_path(relative_path) + + def get_exported_entries(self, category, name=None): + """ + Return all of the exported entries in a particular category. + + :param category: The category to search for entries. + :param name: If specified, only entries with that name are returned. + """ + for dist in self.get_distributions(): + r = dist.exports + if category in r: + d = r[category] + if name is not None: + if name in d: + yield d[name] + else: + for v in d.values(): + yield v + + +class Distribution(object): + """ + A base class for distributions, whether installed or from indexes. + Either way, it must have some metadata, so that's all that's needed + for construction. + """ + + build_time_dependency = False + """ + Set to True if it's known to be only a build-time dependency (i.e. + not needed after installation). + """ + + requested = False + """A boolean that indicates whether the ``REQUESTED`` metadata file is + present (in other words, whether the package was installed by user + request or it was installed as a dependency).""" + + def __init__(self, metadata): + """ + Initialise an instance. + :param metadata: The instance of :class:`Metadata` describing this + distribution. + """ + self.metadata = metadata + self.name = metadata.name + self.key = self.name.lower() # for case-insensitive comparisons + self.version = metadata.version + self.locator = None + self.digest = None + self.extras = None # additional features requested + self.context = None # environment marker overrides + self.download_urls = set() + self.digests = {} + + @property + def source_url(self): + """ + The source archive download URL for this distribution. + """ + return self.metadata.source_url + + download_url = source_url # Backward compatibility + + @property + def name_and_version(self): + """ + A utility property which displays the name and version in parentheses. + """ + return '%s (%s)' % (self.name, self.version) + + @property + def provides(self): + """ + A set of distribution names and versions provided by this distribution. + :return: A set of "name (version)" strings. + """ + plist = self.metadata.provides + s = '%s (%s)' % (self.name, self.version) + if s not in plist: + plist.append(s) + return plist + + def _get_requirements(self, req_attr): + md = self.metadata + 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() + if line.startswith('['): + logger.warning('Unexpected line: quitting requirement scan: %r', + line) + break + r = parse_requirement(line) + if not r: + logger.warning('Not recognised as a requirement: %r', line) + continue + if r.extras: + logger.warning('extra requirements in requires.txt are ' + 'not supported') + if not r.constraints: + reqs.append(r.name) + else: + cons = ', '.join('%s%s' % c for c in r.constraints) + reqs.append('%s (%s)' % (r.name, cons)) + return reqs + + def parse_requires_path(req_path): + """Create a list of dependencies from a requires.txt file. + + *req_path*: the path to a setuptools-produced requires.txt file. + """ + + reqs = [] + try: + with codecs.open(req_path, 'r', 'utf-8') as fp: + reqs = parse_requires_data(fp.read()) + except IOError: + pass + return reqs + + tl_path = tl_data = None + if path.endswith('.egg'): + if os.path.isdir(path): + p = os.path.join(path, 'EGG-INFO') + meta_path = os.path.join(p, 'PKG-INFO') + metadata = Metadata(path=meta_path, scheme='legacy') + req_path = os.path.join(p, 'requires.txt') + tl_path = os.path.join(p, 'top_level.txt') + requires = parse_requires_path(req_path) + else: + # FIXME handle the case where zipfile is not available + zipf = zipimport.zipimporter(path) + fileobj = StringIO( + zipf.get_data('EGG-INFO/PKG-INFO').decode('utf8')) + metadata = Metadata(fileobj=fileobj, scheme='legacy') + try: + data = zipf.get_data('EGG-INFO/requires.txt') + tl_data = zipf.get_data('EGG-INFO/top_level.txt').decode('utf-8') + requires = parse_requires_data(data.decode('utf-8')) + except IOError: + requires = None + elif path.endswith('.egg-info'): + if os.path.isdir(path): + req_path = os.path.join(path, 'requires.txt') + requires = parse_requires_path(req_path) + path = os.path.join(path, 'PKG-INFO') + tl_path = os.path.join(path, 'top_level.txt') + metadata = Metadata(path=path, scheme='legacy') + else: + raise DistlibException('path must end with .egg-info or .egg, ' + 'got %r' % path) + + if requires: + metadata.add_requirements(requires) + # look for top-level modules in top_level.txt, if present + if tl_data is None: + if tl_path is not None and os.path.exists(tl_path): + with open(tl_path, 'rb') as f: + tl_data = f.read().decode('utf-8') + if not tl_data: + tl_data = [] + else: + tl_data = tl_data.splitlines() + self.modules = tl_data + return metadata + + def __repr__(self): + return '' % ( + self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + for path, _, _ in self.list_installed_files(): + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + return mismatches + + def list_installed_files(self): + """ + Iterates over the ``installed-files.txt`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: a list of (path, hash, size) + """ + + def _md5(path): + f = open(path, 'rb') + try: + content = f.read() + finally: + f.close() + return hashlib.md5(content).hexdigest() + + def _size(path): + return os.stat(path).st_size + + record_path = os.path.join(self.path, 'installed-files.txt') + result = [] + if os.path.exists(record_path): + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + p = os.path.normpath(os.path.join(self.path, line)) + # "./" is present as a marker between installed files + # and installation metadata files + if not os.path.exists(p): + logger.warning('Non-existent file: %s', p) + if p.endswith(('.pyc', '.pyo')): + continue + #otherwise fall through and fail + if not os.path.isdir(p): + result.append((p, _md5(p), _size(p))) + result.append((record_path, None, None)) + return result + + def list_distinfo_files(self, absolute=False): + """ + Iterates over the ``installed-files.txt`` entries and returns paths for + each line if the path is pointing to a file located in the + ``.egg-info`` directory or one of its subdirectories. + + :parameter absolute: If *absolute* is ``True``, each returned path is + transformed into a local absolute path. Otherwise the + raw value from ``installed-files.txt`` is returned. + :type absolute: boolean + :returns: iterator of paths + """ + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + skip = True + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + if line == './': + skip = False + continue + if not skip: + p = os.path.normpath(os.path.join(self.path, line)) + if p.startswith(self.path): + if absolute: + yield p + else: + yield line + + def __eq__(self, other): + return (isinstance(other, EggInfoDistribution) and + self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + +new_dist_class = InstalledDistribution +old_dist_class = EggInfoDistribution + + +class DependencyGraph(object): + """ + Represents a dependency graph between distributions. + + The dependency relationships are stored in an ``adjacency_list`` that maps + distributions to a list of ``(other, label)`` tuples where ``other`` + is a distribution and the edge is labeled with ``label`` (i.e. the version + specifier, if such was provided). Also, for more efficient traversal, for + every distribution ``x``, a list of predecessors is kept in + ``reverse_list[x]``. An edge from distribution ``a`` to + distribution ``b`` means that ``a`` depends on ``b``. If any missing + dependencies are found, they are stored in ``missing``, which is a + dictionary that maps distributions to a list of requirements that were not + provided by any other distributions. + """ + + def __init__(self): + self.adjacency_list = {} + self.reverse_list = {} + self.missing = {} + + def add_distribution(self, distribution): + """Add the *distribution* to the graph. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + """ + self.adjacency_list[distribution] = [] + self.reverse_list[distribution] = [] + #self.missing[distribution] = [] + + def add_edge(self, x, y, label=None): + """Add an edge from distribution *x* to distribution *y* with the given + *label*. + + :type x: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type y: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type label: ``str`` or ``None`` + """ + self.adjacency_list[x].append((y, label)) + # multiple edges are allowed, so be careful + if x not in self.reverse_list[y]: + self.reverse_list[y].append(x) + + def add_missing(self, distribution, requirement): + """ + Add a missing *requirement* for the given *distribution*. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + :type requirement: ``str`` + """ + logger.debug('%s missing %r', distribution, requirement) + self.missing.setdefault(distribution, []).append(requirement) + + def _repr_dist(self, dist): + return '%s %s' % (dist.name, dist.version) + + def repr_node(self, dist, level=1): + """Prints only a subgraph""" + output = [self._repr_dist(dist)] + for other, label in self.adjacency_list[dist]: + dist = self._repr_dist(other) + if label is not None: + dist = '%s [%s]' % (dist, label) + output.append(' ' * level + str(dist)) + suboutput = self.repr_node(other, level + 1) + subs = suboutput.split('\n') + output.extend(subs[1:]) + return '\n'.join(output) + + def to_dot(self, f, skip_disconnected=True): + """Writes a DOT output for the graph to the provided file *f*. + + If *skip_disconnected* is set to ``True``, then all distributions + that are not dependent on any other distribution are skipped. + + :type f: has to support ``file``-like operations + :type skip_disconnected: ``bool`` + """ + disconnected = [] + + f.write("digraph dependencies {\n") + for dist, adjs in self.adjacency_list.items(): + if len(adjs) == 0 and not skip_disconnected: + disconnected.append(dist) + for other, label in adjs: + if not label is None: + f.write('"%s" -> "%s" [label="%s"]\n' % + (dist.name, other.name, label)) + else: + f.write('"%s" -> "%s"\n' % (dist.name, other.name)) + if not skip_disconnected and len(disconnected) > 0: + f.write('subgraph disconnected {\n') + f.write('label = "Disconnected"\n') + f.write('bgcolor = red\n') + + for dist in disconnected: + f.write('"%s"' % dist.name) + f.write('\n') + f.write('}\n') + f.write('}\n') + + def topological_sort(self): + """ + Perform a topological sort of the graph. + :return: A tuple, the first element of which is a topologically sorted + list of distributions, and the second element of which is a + list of distributions that cannot be sorted because they have + circular dependencies and so form a cycle. + """ + result = [] + # Make a shallow copy of the adjacency list + alist = {} + for k, v in self.adjacency_list.items(): + alist[k] = v[:] + while True: + # See what we can remove in this run + to_remove = [] + for k, v in list(alist.items())[:]: + if not v: + to_remove.append(k) + del alist[k] + if not to_remove: + # What's left in alist (if anything) is a cycle. + break + # Remove from the adjacency list of others + for k, v in alist.items(): + alist[k] = [(d, r) for d, r in v if d not in to_remove] + logger.debug('Moving to result: %s', + ['%s (%s)' % (d.name, d.version) for d in to_remove]) + result.extend(to_remove) + return result, list(alist.keys()) + + def __repr__(self): + """Representation of the graph""" + output = [] + for dist, adjs in self.adjacency_list.items(): + output.append(self.repr_node(dist)) + return '\n'.join(output) + + +def make_graph(dists, scheme='default'): + """Makes a dependency graph from the given distributions. + + :parameter dists: a list of distributions + :type dists: list of :class:`distutils2.database.InstalledDistribution` and + :class:`distutils2.database.EggInfoDistribution` instances + :rtype: a :class:`DependencyGraph` instance + """ + scheme = get_scheme(scheme) + graph = DependencyGraph() + provided = {} # maps names to lists of (version, dist) tuples + + # first, build the graph and find out what's provided + for dist in dists: + graph.add_distribution(dist) + + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + provided.setdefault(name, []).append((version, dist)) + + # now make the edges + for dist in dists: + requires = (dist.run_requires | dist.meta_requires | + dist.build_requires | dist.dev_requires) + for req in requires: + try: + matcher = scheme.matcher(req) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', + req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + matched = False + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + graph.add_edge(dist, provider, req) + matched = True + break + if not matched: + graph.add_missing(dist, req) + return graph + + +def get_dependent_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + dependent on *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + dep = [dist] # dependent distributions + todo = graph.reverse_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop() + dep.append(d) + for succ in graph.reverse_list[d]: + if succ not in dep: + todo.append(succ) + + dep.pop(0) # remove dist from dep, was there to prevent infinite loops + return dep + + +def get_required_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + required by *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + 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/python3.11/site-packages/pip/_vendor/distlib/index.py b/env/lib/python3.11/site-packages/pip/_vendor/distlib/index.py new file mode 100755 index 0000000..9b6d129 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,508 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import hashlib +import logging +import os +import shutil +import subprocess +import tempfile +try: + from threading import Thread +except ImportError: # 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(), []) + response = self.send_request(request) + d[':action'] = 'submit' + request = self.encode_request(d.items(), []) + return self.send_request(request) + + def _reader(self, name, stream, outbuf): + """ + Thread runner for reading lines of from a subprocess into a buffer. + + :param name: The logical name of the stream (used for logging only). + :param stream: The stream to read from. This will typically a pipe + connected to the output stream of a subprocess. + :param outbuf: The list to append the read lines to. + """ + while True: + s = stream.readline() + if not s: + break + s = s.decode('utf-8').rstrip() + outbuf.append(s) + logger.debug('%s: %s' % (name, s)) + stream.close() + + def get_sign_command(self, filename, signer, sign_password, keystore=None): # 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/python3.11/site-packages/pip/_vendor/distlib/locators.py b/env/lib/python3.11/site-packages/pip/_vendor/distlib/locators.py new file mode 100755 index 0000000..966ebc0 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/distlib/locators.py @@ -0,0 +1,1300 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2015 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# + +import gzip +from io import BytesIO +import json +import logging +import os +import posixpath +import re +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import zlib + +from . import DistlibException +from .compat import (urljoin, urlparse, urlunparse, url2pathname, pathname2url, + queue, quote, unescape, build_opener, + HTTPRedirectHandler as BaseRedirectHandler, text_type, + Request, HTTPError, URLError) +from .database import Distribution, DistributionPath, make_dist +from .metadata import Metadata, MetadataInvalidError +from .util import (cached_property, ensure_slash, split_filename, get_project_data, + parse_requirement, parse_name_and_version, ServerProxy, + normalize_name) +from .version import get_scheme, UnsupportedVersionError +from .wheel import Wheel, is_compatible + +logger = logging.getLogger(__name__) + +HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') +CHARSET = re.compile(r';\s*charset\s*=\s*(.*)\s*$', re.I) +HTML_CONTENT_TYPE = re.compile('text/html|application/x(ht)?ml') +DEFAULT_INDEX = 'https://pypi.org/pypi' + +def get_all_distribution_names(url=None): + """ + Return all distribution names known by an index. + :param url: The URL of the index. + :return: A list of all known distribution names. + """ + if url is None: + url = DEFAULT_INDEX + client = ServerProxy(url, timeout=3.0) + try: + return client.list_packages() + finally: + client('close')() + +class RedirectHandler(BaseRedirectHandler): + """ + A class to work around a bug in some Python 3.2.x releases. + """ + # There's a bug in the base version for some 3.2.x + # (e.g. 3.2.2 on Ubuntu Oneiric). If a Location header + # returns e.g. /abc, it bails because it says the scheme '' + # is bogus, when actually it should use the request's + # URL for the scheme. See Python issue #13696. + def http_error_302(self, req, fp, code, msg, headers): + # Some servers (incorrectly) return multiple Location headers + # (so probably same goes for URI). Use first header. + newurl = None + for key in ('location', 'uri'): + if key in headers: + newurl = headers[key] + break + if newurl is None: # pragma: no cover + return + urlparts = urlparse(newurl) + if urlparts.scheme == '': + newurl = urljoin(req.get_full_url(), newurl) + if hasattr(headers, 'replace_header'): + headers.replace_header(key, newurl) + else: + headers[key] = newurl + return BaseRedirectHandler.http_error_302(self, req, fp, code, msg, + headers) + + http_error_301 = http_error_303 = http_error_307 = http_error_302 + +class Locator(object): + """ + A base class for locators - things that locate distributions. + """ + source_extensions = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz') + binary_extensions = ('.egg', '.exe', '.whl') + excluded_extensions = ('.pdf',) + + # A list of tags indicating which wheels you want to match. The default + # value of None matches against the tags compatible with the running + # Python. If you want to match other values, set wheel_tags on a locator + # instance to a list of tuples (pyver, abi, arch) which you want to match. + wheel_tags = None + + downloadable_extensions = source_extensions + ('.whl',) + + def __init__(self, scheme='default'): + """ + Initialise an instance. + :param scheme: Because locators look for most recent versions, they + need to know the version scheme to use. This specifies + the current PEP-recommended scheme - use ``'legacy'`` + if you need to support existing distributions on PyPI. + """ + self._cache = {} + self.scheme = scheme + # Because of bugs in some of the handlers on some of the platforms, + # we use our own opener rather than just using urlopen. + self.opener = build_opener(RedirectHandler()) + # If get_project() is called from locate(), the matcher instance + # is set from the requirement passed to locate(). See issue #18 for + # why this can be useful to know. + self.matcher = None + self.errors = queue.Queue() + + def get_errors(self): + """ + Return any errors which have occurred. + """ + result = [] + while not self.errors.empty(): # pragma: no cover + try: + e = self.errors.get(False) + result.append(e) + except self.errors.Empty: + continue + self.errors.task_done() + return result + + def clear_errors(self): + """ + Clear any errors which may have been logged. + """ + # Just get the errors and throw them away + self.get_errors() + + def clear_cache(self): + self._cache.clear() + + def _get_scheme(self): + return self._scheme + + def _set_scheme(self, value): + self._scheme = value + + scheme = property(_get_scheme, _set_scheme) + + def _get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This should be implemented in subclasses. + + If called from a locate() request, self.matcher will be set to a + matcher for the requirement to satisfy, otherwise it will be None. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This calls _get_project to do all the work, and just implements a caching layer on top. + """ + if self._cache is None: # pragma: no cover + result = self._get_project(name) + elif name in self._cache: + result = self._cache[name] + else: + self.clear_errors() + result = self._get_project(name) + self._cache[name] = result + return result + + def score_url(self, url): + """ + Give an url a score which can be used to choose preferred URLs + for a given project release. + """ + t = urlparse(url) + basename = posixpath.basename(t.path) + compatible = True + is_wheel = basename.endswith('.whl') + is_downloadable = basename.endswith(self.downloadable_extensions) + if is_wheel: + compatible = is_compatible(Wheel(basename), self.wheel_tags) + return (t.scheme == 'https', 'pypi.org' in t.netloc, + is_downloadable, is_wheel, compatible, basename) + + def prefer_url(self, url1, url2): + """ + Choose one of two URLs where both are candidates for distribution + archives for the same version of a distribution (for example, + .tar.gz vs. zip). + + The current implementation favours https:// URLs over http://, archives + from PyPI over those from other locations, wheel compatibility (if a + wheel) and then the archive name. + """ + result = url2 + if url1: + s1 = self.score_url(url1) + s2 = self.score_url(url2) + if s1 > s2: + result = url1 + if result != url2: + logger.debug('Not replacing %r with %r', url1, url2) + else: + logger.debug('Replacing %r with %r', url1, url2) + return result + + def split_filename(self, filename, project_name): + """ + Attempt to split a filename in project name, version and Python version. + """ + return split_filename(filename, project_name) + + def convert_url_to_download_info(self, url, project_name): + """ + See if a URL is a candidate for a download URL for a project (the URL + has typically been scraped from an HTML page). + + If it is, a dictionary is returned with keys "name", "version", + "filename" and "url"; otherwise, None is returned. + """ + def same_project(name1, name2): + return normalize_name(name1) == normalize_name(name2) + + result = None + scheme, netloc, path, params, query, frag = urlparse(url) + if frag.lower().startswith('egg='): # pragma: no cover + logger.debug('%s: version hint in fragment: %r', + project_name, frag) + m = HASHER_HASH.match(frag) + if m: + algo, digest = m.groups() + else: + algo, digest = None, None + origpath = path + if path and path[-1] == '/': # pragma: no cover + path = path[:-1] + if path.endswith('.whl'): + try: + wheel = Wheel(path) + if not is_compatible(wheel, self.wheel_tags): + logger.debug('Wheel not compatible: %s', path) + else: + if project_name is None: + include = True + else: + include = same_project(wheel.name, project_name) + if include: + result = { + 'name': wheel.name, + 'version': wheel.version, + 'filename': wheel.filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + 'python-version': ', '.join( + ['.'.join(list(v[2:])) for v in wheel.pyver]), + } + except Exception as e: # pragma: no cover + logger.warning('invalid path for wheel: %s', path) + elif not path.endswith(self.downloadable_extensions): # pragma: no cover + logger.debug('Not downloadable: %s', path) + else: # downloadable extension + path = filename = posixpath.basename(path) + for ext in self.downloadable_extensions: + if path.endswith(ext): + path = path[:-len(ext)] + t = self.split_filename(path, project_name) + if not t: # pragma: no cover + logger.debug('No match for project/version: %s', path) + else: + name, version, pyver = t + if not project_name or same_project(project_name, name): + result = { + 'name': name, + 'version': version, + 'filename': filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + #'packagetype': 'sdist', + } + if pyver: # pragma: no cover + result['python-version'] = pyver + break + if result and algo: + result['%s_digest' % algo] = digest + return result + + def _get_digest(self, info): + """ + Get a digest from a dictionary by looking at a "digests" dictionary + or keys of the form 'algo_digest'. + + Returns a 2-tuple (algo, digest) if found, else None. Currently + looks only for SHA256, then MD5. + """ + result = None + if 'digests' in info: + digests = info['digests'] + for algo in ('sha256', 'md5'): + if algo in digests: + result = (algo, digests[algo]) + break + if not result: + for algo in ('sha256', 'md5'): + key = '%s_digest' % algo + if key in info: + result = (algo, info[key]) + break + return result + + def _update_version_data(self, result, info): + """ + Update a result dictionary (the final result from _get_project) with a + dictionary for a specific version, which typically holds information + gleaned from a filename or URL for an archive for the distribution. + """ + name = info.pop('name') + version = info.pop('version') + if version in result: + dist = result[version] + md = dist.metadata + else: + dist = make_dist(name, version, scheme=self.scheme) + md = dist.metadata + dist.digest = digest = self._get_digest(info) + url = info['url'] + result['digests'][url] = digest + if md.source_url != info['url']: + md.source_url = self.prefer_url(md.source_url, url) + result['urls'].setdefault(version, set()).add(url) + dist.locator = self + result[version] = dist + + def locate(self, requirement, prereleases=False): + """ + Find the most recent distribution which matches the given + requirement. + + :param requirement: A requirement of the form 'foo (1.0)' or perhaps + 'foo (>= 1.0, < 2.0, != 1.3)' + :param prereleases: If ``True``, allow pre-release versions + to be located. Otherwise, pre-release versions + are not returned. + :return: A :class:`Distribution` instance, or ``None`` if no such + distribution could be located. + """ + result = None + r = parse_requirement(requirement) + if r is None: # pragma: no cover + raise DistlibException('Not a valid requirement: %r' % requirement) + scheme = get_scheme(self.scheme) + self.matcher = matcher = scheme.matcher(r.requirement) + logger.debug('matcher: %s (%s)', matcher, type(matcher).__name__) + versions = self.get_project(r.name) + if len(versions) > 2: # urls and digests keys are present + # sometimes, versions are invalid + slist = [] + vcls = matcher.version_class + for k in versions: + if k in ('urls', 'digests'): + continue + try: + if not matcher.match(k): + pass # logger.debug('%s did not match %r', matcher, k) + else: + if prereleases or not vcls(k).is_prerelease: + slist.append(k) + # else: + # logger.debug('skipping pre-release ' + # 'version %s of %s', k, matcher.name) + except Exception: # pragma: no cover + logger.warning('error matching %s with %r', matcher, k) + pass # slist.append(k) + if len(slist) > 1: + slist = sorted(slist, key=scheme.key) + if slist: + logger.debug('sorted list: %s', slist) + version = slist[-1] + result = versions[version] + if result: + if r.extras: + result.extras = r.extras + result.download_urls = versions.get('urls', {}).get(version, set()) + d = {} + sd = versions.get('digests', {}) + for url in result.download_urls: + if url in sd: # pragma: no cover + d[url] = sd[url] + result.digests = d + self.matcher = None + return result + + +class PyPIRPCLocator(Locator): + """ + This locator uses XML-RPC to locate distributions. It therefore + cannot be used with simple mirrors (that only mirror file content). + """ + def __init__(self, url, **kwargs): + """ + Initialise an instance. + + :param url: The URL to use for XML-RPC. + :param kwargs: Passed to the superclass constructor. + """ + super(PyPIRPCLocator, self).__init__(**kwargs) + self.base_url = url + self.client = ServerProxy(url, timeout=3.0) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + return set(self.client.list_packages()) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + versions = self.client.package_releases(name, True) + for v in versions: + urls = self.client.release_urls(name, v) + data = self.client.release_data(name, v) + metadata = Metadata(scheme=self.scheme) + metadata.name = data['name'] + metadata.version = data['version'] + metadata.license = data.get('license') + metadata.keywords = data.get('keywords', []) + metadata.summary = data.get('summary') + dist = Distribution(metadata) + if urls: + info = urls[0] + metadata.source_url = info['url'] + dist.digest = self._get_digest(info) + dist.locator = self + result[v] = dist + for info in urls: + url = info['url'] + digest = self._get_digest(info) + result['urls'].setdefault(v, set()).add(url) + result['digests'][url] = digest + return result + +class PyPIJSONLocator(Locator): + """ + This locator uses PyPI's JSON interface. It's very limited in functionality + and probably not worth using. + """ + def __init__(self, url, **kwargs): + super(PyPIJSONLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + url = urljoin(self.base_url, '%s/json' % quote(name)) + try: + resp = self.opener.open(url) + data = resp.read().decode() # for now + d = json.loads(data) + md = Metadata(scheme=self.scheme) + data = d['info'] + md.name = data['name'] + md.version = data['version'] + md.license = data.get('license') + md.keywords = data.get('keywords', []) + md.summary = data.get('summary') + dist = Distribution(md) + dist.locator = self + urls = d['urls'] + result[md.version] = dist + for info in d['urls']: + url = info['url'] + dist.download_urls.add(url) + dist.digests[url] = self._get_digest(info) + result['urls'].setdefault(md.version, set()).add(url) + result['digests'][url] = self._get_digest(info) + # Now get other releases + for version, infos in d['releases'].items(): + if version == md.version: + continue # already done + omd = Metadata(scheme=self.scheme) + omd.name = md.name + omd.version = version + odist = Distribution(omd) + odist.locator = self + result[version] = odist + for info in infos: + url = info['url'] + odist.download_urls.add(url) + odist.digests[url] = self._get_digest(info) + result['urls'].setdefault(version, set()).add(url) + result['digests'][url] = self._get_digest(info) +# for info in urls: +# md.source_url = info['url'] +# dist.digest = self._get_digest(info) +# dist.locator = self +# for info in urls: +# url = info['url'] +# result['urls'].setdefault(md.version, set()).add(url) +# result['digests'][url] = self._get_digest(info) + except Exception as e: + self.errors.put(text_type(e)) + logger.exception('JSON fetch failed: %s', e) + return result + + +class Page(object): + """ + This class represents a scraped HTML page. + """ + # The following slightly hairy-looking regex just looks for the contents of + # an anchor link, which has an attribute "href" either immediately preceded + # or immediately followed by a "rel" attribute. The attribute values can be + # declared with double quotes, single quotes or no quotes - which leads to + # the length of the expression. + _href = re.compile(""" +(rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*))\\s+)? +href\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)) +(\\s+rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)))? +""", re.I | re.S | re.X) + _base = re.compile(r"""]+)""", re.I | re.S) + + def __init__(self, data, url): + """ + Initialise an instance with the Unicode page contents and the URL they + came from. + """ + self.data = data + self.base_url = self.url = url + m = self._base.search(self.data) + if m: + self.base_url = m.group(1) + + _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) + + @cached_property + def links(self): + """ + Return the URLs of all the links on a page together with information + about their "rel" attribute, for determining which ones to treat as + downloads and which ones to queue for further scraping. + """ + def clean(url): + "Tidy up an URL." + scheme, netloc, path, params, query, frag = urlparse(url) + return urlunparse((scheme, netloc, quote(path), + params, query, frag)) + + result = set() + for match in self._href.finditer(self.data): + d = match.groupdict('') + rel = (d['rel1'] or d['rel2'] or d['rel3'] or + d['rel4'] or d['rel5'] or d['rel6']) + url = d['url1'] or d['url2'] or d['url3'] + url = urljoin(self.base_url, url) + url = unescape(url) + url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url) + result.add((url, rel)) + # We sort the result, hoping to bring the most recent versions + # to the front + result = sorted(result, key=lambda t: t[0], reverse=True) + return result + + +class SimpleScrapingLocator(Locator): + """ + A locator which scrapes HTML pages to locate downloads for a distribution. + This runs multiple threads to do the I/O; performance is at least as good + as pip's PackageFinder, which works in an analogous fashion. + """ + + # These are used to deal with various Content-Encoding schemes. + decoders = { + 'deflate': zlib.decompress, + 'gzip': lambda b: gzip.GzipFile(fileobj=BytesIO(b)).read(), + 'none': lambda b: b, + } + + def __init__(self, url, timeout=None, num_workers=10, **kwargs): + """ + Initialise an instance. + :param url: The root URL to use for scraping. + :param timeout: The timeout, in seconds, to be applied to requests. + This defaults to ``None`` (no timeout specified). + :param num_workers: The number of worker threads you want to do I/O, + This defaults to 10. + :param kwargs: Passed to the superclass. + """ + super(SimpleScrapingLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + self.timeout = timeout + self._page_cache = {} + self._seen = set() + self._to_fetch = queue.Queue() + self._bad_hosts = set() + self.skip_externals = False + self.num_workers = num_workers + self._lock = threading.RLock() + # See issue #45: we need to be resilient when the locator is used + # in a thread, e.g. with concurrent.futures. We can't use self._lock + # as it is for coordinating our internal threads - the ones created + # in _prepare_threads. + self._gplock = threading.RLock() + self.platform_check = False # See issue #112 + + def _prepare_threads(self): + """ + Threads are created only when get_project is called, and terminate + before it returns. They are there primarily to parallelise I/O (i.e. + fetching web pages). + """ + self._threads = [] + for i in range(self.num_workers): + t = threading.Thread(target=self._fetch) + t.daemon = True + t.start() + self._threads.append(t) + + def _wait_threads(self): + """ + Tell all the threads to terminate (by sending a sentinel value) and + wait for them to do so. + """ + # Note that you need two loops, since you can't say which + # thread will get each sentinel + for t in self._threads: + self._to_fetch.put(None) # sentinel + for t in self._threads: + t.join() + self._threads = [] + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + with self._gplock: + self.result = result + self.project_name = name + url = urljoin(self.base_url, '%s/' % quote(name)) + self._seen.clear() + self._page_cache.clear() + self._prepare_threads() + try: + logger.debug('Queueing %s', url) + self._to_fetch.put(url) + self._to_fetch.join() + finally: + self._wait_threads() + del self.result + return result + + platform_dependent = re.compile(r'\b(linux_(i\d86|x86_64|arm\w+)|' + r'win(32|_amd64)|macosx_?\d+)\b', re.I) + + def _is_platform_dependent(self, url): + """ + Does an URL refer to a platform-specific download? + """ + return self.platform_dependent.search(url) + + def _process_download(self, url): + """ + See if an URL is a suitable download for a project. + + If it is, register information in the result dictionary (for + _get_project) about the specific version it's for. + + Note that the return value isn't actually used other than as a boolean + value. + """ + if self.platform_check and self._is_platform_dependent(url): + info = None + else: + info = self.convert_url_to_download_info(url, self.project_name) + logger.debug('process_download: %s -> %s', url, info) + if info: + with self._lock: # needed because self.result is shared + self._update_version_data(self.result, info) + return info + + def _should_queue(self, link, referrer, rel): + """ + Determine whether a link URL from a referring page and with a + particular "rel" attribute should be queued for scraping. + """ + scheme, netloc, path, _, _, _ = urlparse(link) + if path.endswith(self.source_extensions + self.binary_extensions + + self.excluded_extensions): + result = False + elif self.skip_externals and not link.startswith(self.base_url): + result = False + elif not referrer.startswith(self.base_url): + result = False + elif rel not in ('homepage', 'download'): + result = False + elif scheme not in ('http', 'https', 'ftp'): + result = False + elif self._is_platform_dependent(link): + result = False + else: + host = netloc.split(':', 1)[0] + if host.lower() == 'localhost': + result = False + else: + result = True + logger.debug('should_queue: %s (%s) from %s -> %s', link, rel, + referrer, result) + return result + + def _fetch(self): + """ + Get a URL to fetch from the work queue, get the HTML page, examine its + links for download candidates and candidates for further scraping. + + This is a handy method to run in a thread. + """ + while True: + url = self._to_fetch.get() + try: + if url: + page = self.get_page(url) + if page is None: # e.g. after an error + continue + for link, rel in page.links: + if link not in self._seen: + try: + self._seen.add(link) + if (not self._process_download(link) and + self._should_queue(link, url, rel)): + logger.debug('Queueing %s from %s', link, url) + self._to_fetch.put(link) + except MetadataInvalidError: # e.g. invalid versions + pass + except Exception as e: # pragma: no cover + self.errors.put(text_type(e)) + finally: + # always do this, to avoid hangs :-) + self._to_fetch.task_done() + if not url: + #logger.debug('Sentinel seen, quitting.') + break + + def get_page(self, url): + """ + Get the HTML for an URL, possibly from an in-memory cache. + + XXX TODO Note: this cache is never actually cleared. It's assumed that + the data won't get stale over the lifetime of a locator instance (not + necessarily true for the default_locator). + """ + # http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api + scheme, netloc, path, _, _, _ = urlparse(url) + if scheme == 'file' and os.path.isdir(url2pathname(path)): + url = urljoin(ensure_slash(url), 'index.html') + + if url in self._page_cache: + result = self._page_cache[url] + logger.debug('Returning %s from cache: %s', url, result) + else: + host = netloc.split(':', 1)[0] + result = None + if host in self._bad_hosts: + logger.debug('Skipping %s due to bad host %s', url, host) + else: + req = Request(url, headers={'Accept-encoding': 'identity'}) + try: + logger.debug('Fetching %s', url) + resp = self.opener.open(req, timeout=self.timeout) + logger.debug('Fetched %s', url) + headers = resp.info() + content_type = headers.get('Content-Type', '') + if HTML_CONTENT_TYPE.match(content_type): + final_url = resp.geturl() + data = resp.read() + encoding = headers.get('Content-Encoding') + if encoding: + decoder = self.decoders[encoding] # fail if not found + data = decoder(data) + encoding = 'utf-8' + m = CHARSET.search(content_type) + if m: + encoding = m.group(1) + try: + data = data.decode(encoding) + except UnicodeError: # pragma: no cover + data = data.decode('latin-1') # fallback + result = Page(data, final_url) + self._page_cache[final_url] = result + except HTTPError as e: + if e.code != 404: + logger.exception('Fetch failed: %s: %s', url, e) + except URLError as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + with self._lock: + self._bad_hosts.add(host) + except Exception as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + finally: + self._page_cache[url] = result # even if None (failure) + return result + + _distname_re = re.compile(']*>([^<]+)<') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + page = self.get_page(self.base_url) + if not page: + raise DistlibException('Unable to get %s' % self.base_url) + for match in self._distname_re.finditer(page.data): + result.add(match.group(1)) + return result + +class DirectoryLocator(Locator): + """ + This class locates distributions in a directory tree. + """ + + def __init__(self, path, **kwargs): + """ + Initialise an instance. + :param path: The root of the directory tree to search. + :param kwargs: Passed to the superclass constructor, + except for: + * recursive - if True (the default), subdirectories are + recursed into. If False, only the top-level directory + is searched, + """ + self.recursive = kwargs.pop('recursive', True) + super(DirectoryLocator, self).__init__(**kwargs) + path = os.path.abspath(path) + if not os.path.isdir(path): # pragma: no cover + raise DistlibException('Not a directory: %r' % path) + self.base_dir = path + + def should_include(self, filename, parent): + """ + Should a filename be considered as a candidate for a distribution + archive? As well as the filename, the directory which contains it + is provided, though not used by the current implementation. + """ + return filename.endswith(self.downloadable_extensions) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, name) + if info: + self._update_version_data(result, info) + if not self.recursive: + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, None) + if info: + result.add(info['name']) + if not self.recursive: + break + return result + +class JSONLocator(Locator): + """ + This locator uses special extended metadata (not available on PyPI) and is + the basis of performant dependency resolution in distlib. Other locators + require archive downloads before dependencies can be determined! As you + might imagine, that can be slow. + """ + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + data = get_project_data(name) + if data: + for info in data.get('files', []): + if info['ptype'] != 'sdist' or info['pyversion'] != 'source': + continue + # We don't store summary in project metadata as it makes + # the data bigger for no benefit during dependency + # resolution + dist = make_dist(data['name'], info['version'], + summary=data.get('summary', + 'Placeholder for summary'), + scheme=self.scheme) + md = dist.metadata + md.source_url = info['url'] + # TODO SHA256 digest + if 'digest' in info and info['digest']: + dist.digest = ('md5', info['digest']) + md.dependencies = info.get('requirements', {}) + dist.exports = info.get('exports', {}) + result[dist.version] = dist + result['urls'].setdefault(dist.version, set()).add(info['url']) + return result + +class DistPathLocator(Locator): + """ + This locator finds installed distributions in a path. It can be useful for + adding to an :class:`AggregatingLocator`. + """ + def __init__(self, distpath, **kwargs): + """ + Initialise an instance. + + :param distpath: A :class:`DistributionPath` instance to search. + """ + super(DistPathLocator, self).__init__(**kwargs) + assert isinstance(distpath, DistributionPath) + self.distpath = distpath + + def _get_project(self, name): + dist = self.distpath.get_distribution(name) + if dist is None: + result = {'urls': {}, 'digests': {}} + else: + result = { + dist.version: dist, + 'urls': {dist.version: set([dist.source_url])}, + 'digests': {dist.version: set([None])} + } + return result + + +class AggregatingLocator(Locator): + """ + This class allows you to chain and/or merge a list of locators. + """ + def __init__(self, *locators, **kwargs): + """ + Initialise an instance. + + :param locators: The list of locators to search. + :param kwargs: Passed to the superclass constructor, + except for: + * merge - if False (the default), the first successful + search from any of the locators is returned. If True, + the results from all locators are merged (this can be + slow). + """ + self.merge = kwargs.pop('merge', False) + self.locators = locators + super(AggregatingLocator, self).__init__(**kwargs) + + def clear_cache(self): + super(AggregatingLocator, self).clear_cache() + for locator in self.locators: + locator.clear_cache() + + def _set_scheme(self, value): + self._scheme = value + for locator in self.locators: + locator.scheme = value + + scheme = property(Locator.scheme.fget, _set_scheme) + + def _get_project(self, name): + result = {} + for locator in self.locators: + d = locator.get_project(name) + if d: + if self.merge: + files = result.get('urls', {}) + digests = result.get('digests', {}) + # next line could overwrite result['urls'], result['digests'] + result.update(d) + df = result.get('urls') + if files and df: + for k, v in files.items(): + if k in df: + df[k] |= v + else: + df[k] = v + dd = result.get('digests') + if digests and dd: + dd.update(digests) + else: + # See issue #18. If any dists are found and we're looking + # for specific constraints, we only return something if + # a match is found. For example, if a DirectoryLocator + # returns just foo (1.0) while we're looking for + # foo (>= 2.0), we'll pretend there was nothing there so + # that subsequent locators can be queried. Otherwise we + # would just return foo (1.0) which would then lead to a + # failure to find foo (>= 2.0), because other locators + # weren't searched. Note that this only matters when + # merge=False. + if self.matcher is None: + found = True + else: + found = False + for k in d: + if self.matcher.match(k): + found = True + break + if found: + result = d + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for locator in self.locators: + try: + result |= locator.get_distribution_names() + except NotImplementedError: + pass + return result + + +# We use a legacy scheme simply because most of the dists on PyPI use legacy +# versions which don't conform to PEP 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/python3.11/site-packages/pip/_vendor/distlib/manifest.py b/env/lib/python3.11/site-packages/pip/_vendor/distlib/manifest.py new file mode 100755 index 0000000..ca0fe44 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,393 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2013 Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Class representing the list of files in a distribution. + +Equivalent to distutils.filelist, but fixes some problems. +""" +import fnmatch +import logging +import os +import re +import sys + +from . import DistlibException +from .compat import fsdecode +from .util import convert_path + + +__all__ = ['Manifest'] + +logger = logging.getLogger(__name__) + +# a \ followed by some spaces + EOL +_COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M) +_COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) + +# +# Due to the different results returned by fnmatch.translate, we need +# to do slightly different processing for Python 2.7 and 3.2 ... this needed +# to be brought in for Python 3.6 onwards. +# +_PYTHON_VERSION = sys.version_info[:2] + +class Manifest(object): + """A list of files built by on exploring the filesystem and filtered by + applying various patterns to what we find there. + """ + + def __init__(self, base=None): + """ + Initialise an instance. + + :param base: The base directory to explore under. + """ + self.base = os.path.abspath(os.path.normpath(base or os.getcwd())) + self.prefix = self.base + os.sep + self.allfiles = None + self.files = set() + + # + # Public API + # + + def findall(self): + """Find all files under the base and set ``allfiles`` to the absolute + pathnames of files found. + """ + from stat import S_ISREG, S_ISDIR, S_ISLNK + + self.allfiles = allfiles = [] + root = self.base + stack = [root] + pop = stack.pop + push = stack.append + + while stack: + root = pop() + names = os.listdir(root) + + for name in names: + fullname = os.path.join(root, name) + + # Avoid excess stat calls -- just one will do, thank you! + stat = os.stat(fullname) + mode = stat.st_mode + if S_ISREG(mode): + allfiles.append(fsdecode(fullname)) + elif S_ISDIR(mode) and not S_ISLNK(mode): + push(fullname) + + def add(self, item): + """ + Add a file to the manifest. + + :param item: The pathname to add. This can be relative to the base. + """ + if not item.startswith(self.prefix): + item = os.path.join(self.base, item) + self.files.add(os.path.normpath(item)) + + def add_many(self, items): + """ + Add a list of files to the manifest. + + :param items: The pathnames to add. These can be relative to the base. + """ + for item in items: + self.add(item) + + def sorted(self, wantdirs=False): + """ + Return sorted files in directory order + """ + + def add_dir(dirs, d): + dirs.add(d) + logger.debug('add_dir added %s', d) + if d != self.base: + parent, _ = os.path.split(d) + assert parent not in ('', '/') + add_dir(dirs, parent) + + result = set(self.files) # make a copy! + if wantdirs: + dirs = set() + for f in result: + add_dir(dirs, os.path.dirname(f)) + result |= dirs + return [os.path.join(*path_tuple) for path_tuple in + sorted(os.path.split(path) for path in result)] + + def clear(self): + """Clear all collected files.""" + self.files = set() + self.allfiles = [] + + def process_directive(self, directive): + """ + Process a directive which either adds some files from ``allfiles`` to + ``files``, or removes some files from ``files``. + + :param directive: The directive to process. This should be in a format + compatible with distutils ``MANIFEST.in`` files: + + http://docs.python.org/distutils/sourcedist.html#commands + """ + # Parse the line: split it up, make sure the right number of words + # is there, and return the relevant words. 'action' is always + # defined: it's the first word of the line. Which of the other + # three are defined depends on the action; it'll be either + # patterns, (dir and patterns), or (dirpattern). + action, patterns, thedir, dirpattern = self._parse_directive(directive) + + # OK, now we know that the action is valid and we have the + # right number of words on the line for that action -- so we + # can proceed with minimal error-checking. + if action == 'include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=True): + logger.warning('no files found matching %r', pattern) + + elif action == 'exclude': + for pattern in patterns: + found = self._exclude_pattern(pattern, anchor=True) + #if not found: + # logger.warning('no previously-included files ' + # 'found matching %r', pattern) + + elif action == 'global-include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=False): + logger.warning('no files found matching %r ' + 'anywhere in distribution', pattern) + + elif action == 'global-exclude': + for pattern in patterns: + found = self._exclude_pattern(pattern, anchor=False) + #if not found: + # logger.warning('no previously-included files ' + # 'matching %r found anywhere in ' + # 'distribution', pattern) + + elif action == 'recursive-include': + for pattern in patterns: + if not self._include_pattern(pattern, prefix=thedir): + logger.warning('no files found matching %r ' + 'under directory %r', pattern, thedir) + + elif action == 'recursive-exclude': + for pattern in patterns: + found = self._exclude_pattern(pattern, prefix=thedir) + #if not found: + # logger.warning('no previously-included files ' + # 'matching %r found under directory %r', + # pattern, thedir) + + elif action == 'graft': + if not self._include_pattern(None, prefix=dirpattern): + logger.warning('no directories found matching %r', + dirpattern) + + elif action == 'prune': + if not self._exclude_pattern(None, prefix=dirpattern): + logger.warning('no previously-included directories found ' + 'matching %r', dirpattern) + else: # pragma: no cover + # This should never happen, as it should be caught in + # _parse_template_line + raise DistlibException( + 'invalid action %r' % action) + + # + # Private API + # + + def _parse_directive(self, directive): + """ + Validate a directive. + :param directive: The directive to validate. + :return: A tuple of action, patterns, thedir, dir_patterns + """ + words = directive.split() + if len(words) == 1 and words[0] not in ('include', 'exclude', + 'global-include', + 'global-exclude', + 'recursive-include', + 'recursive-exclude', + 'graft', 'prune'): + # no action given, let's use the default 'include' + words.insert(0, 'include') + + action = words[0] + patterns = thedir = dir_pattern = None + + if action in ('include', 'exclude', + 'global-include', 'global-exclude'): + if len(words) < 2: + raise DistlibException( + '%r expects ...' % action) + + patterns = [convert_path(word) for word in words[1:]] + + elif action in ('recursive-include', 'recursive-exclude'): + if len(words) < 3: + raise DistlibException( + '%r expects ...' % action) + + thedir = convert_path(words[1]) + patterns = [convert_path(word) for word in words[2:]] + + elif action in ('graft', 'prune'): + if len(words) != 2: + raise DistlibException( + '%r expects a single ' % action) + + dir_pattern = convert_path(words[1]) + + else: + raise DistlibException('unknown action %r' % action) + + return action, patterns, thedir, dir_pattern + + def _include_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Select strings (presumably filenames) from 'self.files' that + match 'pattern', a Unix-style wildcard (glob) pattern. + + Patterns are not quite the same as implemented by the 'fnmatch' + module: '*' and '?' match non-special characters, where "special" + is platform-dependent: slash on Unix; colon, slash, and backslash on + DOS/Windows; and colon on Mac OS. + + If 'anchor' is true (the default), then the pattern match is more + stringent: "*.py" will match "foo.py" but not "foo/bar.py". If + 'anchor' is false, both of these will match. + + If 'prefix' is supplied, then only filenames starting with 'prefix' + (itself a pattern) and ending with 'pattern', with anything in between + them, will match. 'anchor' is ignored in this case. + + If 'is_regex' is true, 'anchor' and 'prefix' are ignored, and + 'pattern' is assumed to be either a string containing a regex or a + regex object -- no translation is done, the regex is just compiled + and used as-is. + + Selected strings will be added to self.files. + + Return True if files are found. + """ + # XXX docstring lying about what the special chars are? + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + + # delayed loading of allfiles list + if self.allfiles is None: + self.findall() + + for name in self.allfiles: + if pattern_re.search(name): + self.files.add(name) + found = True + return found + + def _exclude_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Remove strings (presumably filenames) from 'files' that match + 'pattern'. + + Other parameters are the same as for 'include_pattern()', above. + The list 'self.files' is modified in place. Return True if files are + found. + + This API is public to allow e.g. exclusion of SCM subdirs, e.g. when + packaging source distributions + """ + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + for f in list(self.files): + if pattern_re.search(f): + self.files.remove(f) + found = True + return found + + def _translate_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Translate a shell-like wildcard pattern to a compiled regular + expression. + + Return the compiled regex. If 'is_regex' true, + then 'pattern' is directly compiled to a regex (if it's a string) + or just returned as-is (assumes it's a regex object). + """ + if is_regex: + if isinstance(pattern, str): + return re.compile(pattern) + else: + return pattern + + if _PYTHON_VERSION > (3, 2): + # ditch start and end characters + start, _, end = self._glob_to_re('_').partition('_') + + if pattern: + pattern_re = self._glob_to_re(pattern) + if _PYTHON_VERSION > (3, 2): + assert pattern_re.startswith(start) and pattern_re.endswith(end) + else: + pattern_re = '' + + base = re.escape(os.path.join(self.base, '')) + if prefix is not None: + # ditch end of pattern character + if _PYTHON_VERSION <= (3, 2): + empty_pattern = self._glob_to_re('') + prefix_re = self._glob_to_re(prefix)[:-len(empty_pattern)] + else: + prefix_re = self._glob_to_re(prefix) + assert prefix_re.startswith(start) and prefix_re.endswith(end) + prefix_re = prefix_re[len(start): len(prefix_re) - len(end)] + sep = os.sep + if os.sep == '\\': + sep = r'\\' + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + sep.join((prefix_re, + '.*' + pattern_re)) + else: + pattern_re = pattern_re[len(start): len(pattern_re) - len(end)] + pattern_re = r'%s%s%s%s.*%s%s' % (start, base, prefix_re, sep, + pattern_re, end) + else: # no prefix -- respect anchor flag + if anchor: + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + pattern_re + else: + pattern_re = r'%s%s%s' % (start, base, pattern_re[len(start):]) + + return re.compile(pattern_re) + + def _glob_to_re(self, pattern): + """Translate a shell-like glob pattern to a regular expression. + + Return a string containing the regex. Differs from + 'fnmatch.translate()' in that '*' does not match "special characters" + (which are platform-specific). + """ + pattern_re = fnmatch.translate(pattern) + + # '?' and '*' in the glob pattern become '.' and '.*' in the RE, which + # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix, + # and by extension they shouldn't match such "special characters" under + # any OS. So change all non-escaped dots in the RE to match any + # character except the special characters (currently: just os.sep). + sep = os.sep + if os.sep == '\\': + # we're using a regex to manipulate a regex, so we need + # to escape the backslash twice + sep = r'\\\\' + escaped = r'\1[^%s]' % sep + pattern_re = re.sub(r'((? y, + '!=': lambda x, y: x != y, + '<': lambda x, y: x < y, + '<=': lambda x, y: x == y or x < y, + '>': lambda x, y: x > y, + '>=': lambda x, y: x == y or x > y, + 'and': lambda x, y: x and y, + 'or': lambda x, y: x or y, + 'in': lambda x, y: x in y, + 'not in': lambda x, y: x not in y, + } + + def evaluate(self, expr, context): + """ + Evaluate a marker expression returned by the :func:`parse_requirement` + function in the specified context. + """ + if isinstance(expr, string_types): + if expr[0] in '\'"': + result = expr[1:-1] + else: + if expr not in context: + raise SyntaxError('unknown variable: %s' % expr) + result = context[expr] + else: + assert isinstance(expr, dict) + op = expr['op'] + if op not in self.operations: + raise NotImplementedError('op not implemented: %s' % op) + elhs = expr['lhs'] + erhs = expr['rhs'] + if _is_literal(expr['lhs']) and _is_literal(expr['rhs']): + raise SyntaxError('invalid comparison: %s %s %s' % (elhs, op, erhs)) + + lhs = self.evaluate(elhs, context) + rhs = self.evaluate(erhs, context) + if ((elhs == 'python_version' or erhs == 'python_version') and + op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): + lhs = NV(lhs) + rhs = NV(rhs) + elif elhs == 'python_version' and op in ('in', 'not in'): + lhs = NV(lhs) + rhs = _get_versions(rhs) + result = self.operations[op](lhs, rhs) + return result + +_DIGITS = re.compile(r'\d+\.\d+') + +def default_context(): + def format_full_version(info): + version = '%s.%s.%s' % (info.major, info.minor, info.micro) + kind = info.releaselevel + if kind != 'final': + version += kind[0] + str(info.serial) + return version + + if hasattr(sys, 'implementation'): + implementation_version = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + else: + implementation_version = '0' + implementation_name = '' + + ppv = platform.python_version() + m = _DIGITS.match(ppv) + pv = m.group(0) + result = { + 'implementation_name': implementation_name, + 'implementation_version': implementation_version, + 'os_name': os.name, + 'platform_machine': platform.machine(), + 'platform_python_implementation': platform.python_implementation(), + 'platform_release': platform.release(), + 'platform_system': platform.system(), + 'platform_version': platform.version(), + 'platform_in_venv': str(in_venv()), + 'python_full_version': ppv, + 'python_version': pv, + 'sys_platform': sys.platform, + } + return result + +DEFAULT_CONTEXT = default_context() +del default_context + +evaluator = Evaluator() + +def interpret(marker, execution_context=None): + """ + Interpret a marker and return a result depending on environment. + + :param marker: The marker to interpret. + :type marker: str + :param execution_context: The context used for name lookup. + :type execution_context: mapping + """ + try: + expr, rest = parse_marker(marker) + except Exception as e: + raise SyntaxError('Unable to interpret marker syntax: %s: %s' % (marker, e)) + if rest and rest[0] != '#': + raise SyntaxError('unexpected trailing data in marker: %s: %s' % (marker, rest)) + context = dict(DEFAULT_CONTEXT) + if execution_context: + context.update(execution_context) + return evaluator.evaluate(expr, context) diff --git a/env/lib/python3.11/site-packages/pip/_vendor/distlib/metadata.py b/env/lib/python3.11/site-packages/pip/_vendor/distlib/metadata.py new file mode 100755 index 0000000..c329e19 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1076 @@ +# -*- 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): + for marker in markers: + if marker in keys: + return True + return False + + keys = [] + for key, value in fields.items(): + if value in ([], 'UNKNOWN', None): + continue + keys.append(key) + + possible_versions = ['1.0', '1.1', '1.2', '1.3', '2.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/python3.11/site-packages/pip/_vendor/distlib/resources.py b/env/lib/python3.11/site-packages/pip/_vendor/distlib/resources.py new file mode 100755 index 0000000..fef52aa --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/distlib/scripts.py b/env/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py new file mode 100755 index 0000000..d270624 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,437 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2015 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from io import BytesIO +import logging +import os +import re +import struct +import sys +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 + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s%s' % (sysconfig.get_config_var('VERSION'), + sysconfig.get_config_var('EXE'))) + if not os.path.isfile(executable): + # for Python builds from source on Windows, no Python executables with + # a version suffix are created, so we use python.exe + executable = os.path.join(sysconfig.get_config_var('BINDIR'), + 'python%s' % (sysconfig.get_config_var('EXE'))) + if options: + executable = self._get_alternate_executable(executable, options) + + if sys.platform.startswith('java'): # pragma: no cover + executable = self._fix_jython_executable(executable) + + # Normalise case for Windows - COMMENTED OUT + # executable = os.path.normcase(executable) + # N.B. The normalising operation above has been commented out: See + # issue #124. Although paths in Windows are generally case-insensitive, + # they aren't always. For example, a path containing a ẞ (which is a + # LATIN CAPITAL LETTER SHARP S - U+1E9E) is normcased to ß (which is a + # LATIN SMALL LETTER SHARP S' - U+00DF). The two are not considered by + # Windows as equivalent in path names. + + # If the user didn't specify an executable, it may be necessary to + # cater for executable paths with spaces (not uncommon on Windows) + if enquote: + executable = enquote_executable(executable) + # Issue #51: don't use fsencode, since we later try to + # check that the shebang is decodable using utf-8. + executable = executable.encode('utf-8') + # in case of IronPython, play safe and enable frames support + if (sys.platform == 'cli' and '-X:Frames' not in post_interp + and '-X:FullFrames' not in post_interp): # pragma: no cover + post_interp += b' -X:Frames' + shebang = self._build_shebang(executable, post_interp) + # Python parser starts to read a script using UTF-8 until + # it gets a #coding:xxx cookie. The shebang has to be the + # first line of a file, the #coding:xxx cookie cannot be + # written before. So the shebang has to be decodable from + # UTF-8. + try: + shebang.decode('utf-8') + except UnicodeDecodeError: # pragma: no cover + raise ValueError( + 'The shebang (%r) is not decodable from utf-8' % shebang) + # If the script is encoded to a custom encoding (use a + # #coding:xxx cookie), the shebang has to be decodable from + # the script encoding too. + if encoding != 'utf-8': + try: + shebang.decode(encoding) + except UnicodeDecodeError: # pragma: no cover + raise ValueError( + 'The shebang (%r) is not decodable ' + 'from the script encoding (%r)' % (shebang, encoding)) + return shebang + + def _get_script_text(self, entry): + return self.script_template % dict(module=entry.prefix, + import_name=entry.suffix.split('.')[0], + func=entry.suffix) + + manifest = _DEFAULT_MANIFEST + + def get_manifest(self, exename): + base = os.path.basename(exename) + return self.manifest % base + + def _write_script(self, names, shebang, script_bytes, filenames, ext): + use_launcher = self.add_launchers and self._is_nt + linesep = os.linesep.encode('utf-8') + if not shebang.endswith(linesep): + shebang += linesep + if not use_launcher: + script_bytes = shebang + script_bytes + else: # pragma: no cover + if ext == 'py': + launcher = self._get_launcher('t') + else: + launcher = self._get_launcher('w') + stream = BytesIO() + with ZipFile(stream, 'w') as zf: + 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/python3.11/site-packages/pip/_vendor/distlib/util.py b/env/lib/python3.11/site-packages/pip/_vendor/distlib/util.py new file mode 100755 index 0000000..dd01849 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/distlib/util.py @@ -0,0 +1,1932 @@ +# +# Copyright (C) 2012-2021 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import codecs +from collections import deque +import contextlib +import csv +from glob import iglob as std_iglob +import io +import json +import logging +import os +import py_compile +import re +import socket +try: + import ssl +except ImportError: # pragma: no cover + ssl = None +import subprocess +import sys +import tarfile +import tempfile +import textwrap + +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import time + +from . import DistlibException +from .compat import (string_types, text_type, shutil, raw_input, StringIO, + cache_from_source, urlopen, urljoin, httplib, xmlrpclib, + splittype, HTTPHandler, BaseConfigurator, valid_ident, + Container, configparser, URLError, ZipFile, fsdecode, + unquote, urlparse) + +logger = logging.getLogger(__name__) + +# +# Requirement parsing code as per PEP 508 +# + +IDENTIFIER = re.compile(r'^([\w\.-]+)\s*') +VERSION_IDENTIFIER = re.compile(r'^([\w\.*+-]+)\s*') +COMPARE_OP = re.compile(r'^(<=?|>=?|={2,3}|[~!]=)\s*') +MARKER_OP = re.compile(r'^((<=?)|(>=?)|={2,3}|[~!]=|in|not\s+in)\s*') +OR = re.compile(r'^or\b\s*') +AND = re.compile(r'^and\b\s*') +NON_SPACE = re.compile(r'(\S+)\s*') +STRING_CHUNK = re.compile(r'([\s\w\.{}()*+#:;,/?!~`@$%^&=|<>\[\]-]+)') + + +def parse_marker(marker_string): + """ + Parse a marker string and return a dictionary containing a marker expression. + + The dictionary will contain keys "op", "lhs" and "rhs" for non-terminals in + the expression grammar, or strings. A string contained in quotes is to be + interpreted as a literal string, and a string not contained in quotes is a + variable (such as os_name). + """ + def marker_var(remaining): + # either identifier, or literal string + m = IDENTIFIER.match(remaining) + if m: + result = m.groups()[0] + remaining = remaining[m.end():] + elif not remaining: + raise SyntaxError('unexpected end of input') + else: + q = remaining[0] + if q not in '\'"': + raise SyntaxError('invalid expression: %s' % remaining) + oq = '\'"'.replace(q, '') + remaining = remaining[1:] + parts = [q] + while remaining: + # either a string chunk, or oq, or q to terminate + if remaining[0] == q: + break + elif remaining[0] == oq: + parts.append(oq) + remaining = remaining[1:] + else: + m = STRING_CHUNK.match(remaining) + if not m: + raise SyntaxError('error in string literal: %s' % remaining) + parts.append(m.groups()[0]) + remaining = remaining[m.end():] + else: + s = ''.join(parts) + raise SyntaxError('unterminated string: %s' % s) + parts.append(q) + result = ''.join(parts) + remaining = remaining[1:].lstrip() # skip past closing quote + return result, remaining + + def marker_expr(remaining): + if remaining and remaining[0] == '(': + result, remaining = marker(remaining[1:].lstrip()) + if remaining[0] != ')': + raise SyntaxError('unterminated parenthesis: %s' % remaining) + remaining = remaining[1:].lstrip() + else: + lhs, remaining = marker_var(remaining) + while remaining: + m = MARKER_OP.match(remaining) + if not m: + break + op = m.groups()[0] + remaining = remaining[m.end():] + rhs, remaining = marker_var(remaining) + lhs = {'op': op, 'lhs': lhs, 'rhs': rhs} + result = lhs + return result, remaining + + def marker_and(remaining): + lhs, remaining = marker_expr(remaining) + while remaining: + m = AND.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_expr(remaining) + lhs = {'op': 'and', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + def marker(remaining): + lhs, remaining = marker_and(remaining) + while remaining: + m = OR.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_and(remaining) + lhs = {'op': 'or', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + return marker(marker_string) + + +def parse_requirement(req): + """ + Parse a requirement passed in as a string. Return a Container + whose attributes contain the various parts of the requirement. + """ + remaining = req.strip() + if not remaining or remaining.startswith('#'): + return None + m = IDENTIFIER.match(remaining) + if not m: + raise SyntaxError('name expected: %s' % remaining) + distname = m.groups()[0] + remaining = remaining[m.end():] + extras = mark_expr = versions = uri = None + if remaining and remaining[0] == '[': + i = remaining.find(']', 1) + if i < 0: + raise SyntaxError('unterminated extra: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + extras = [] + while s: + m = IDENTIFIER.match(s) + if not m: + raise SyntaxError('malformed extra: %s' % s) + extras.append(m.groups()[0]) + s = s[m.end():] + if not s: + break + if s[0] != ',': + raise SyntaxError('comma expected in extras: %s' % s) + s = s[1:].lstrip() + if not extras: + extras = None + if remaining: + if remaining[0] == '@': + # it's a URI + remaining = remaining[1:].lstrip() + m = NON_SPACE.match(remaining) + if not m: + raise SyntaxError('invalid URI: %s' % remaining) + uri = m.groups()[0] + t = urlparse(uri) + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not (t.scheme and t.netloc): + raise SyntaxError('Invalid URL: %s' % uri) + remaining = remaining[m.end():].lstrip() + else: + + def get_versions(ver_remaining): + """ + Return a list of operator, version tuples if any are + specified, else None. + """ + m = COMPARE_OP.match(ver_remaining) + versions = None + if m: + versions = [] + while True: + op = m.groups()[0] + ver_remaining = ver_remaining[m.end():] + m = VERSION_IDENTIFIER.match(ver_remaining) + if not m: + raise SyntaxError('invalid version: %s' % ver_remaining) + v = m.groups()[0] + versions.append((op, v)) + ver_remaining = ver_remaining[m.end():] + if not ver_remaining or ver_remaining[0] != ',': + break + ver_remaining = ver_remaining[1:].lstrip() + # Some packages have a trailing comma which would break things + # See issue #148 + if not ver_remaining: + break + m = COMPARE_OP.match(ver_remaining) + if not m: + raise SyntaxError('invalid constraint: %s' % ver_remaining) + if not versions: + versions = None + return versions, ver_remaining + + if remaining[0] != '(': + versions, remaining = get_versions(remaining) + else: + i = remaining.find(')', 1) + if i < 0: + raise SyntaxError('unterminated parenthesis: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + # As a special diversion from PEP 508, allow a version number + # a.b.c in parentheses as a synonym for ~= a.b.c (because this + # is allowed in earlier PEPs) + if COMPARE_OP.match(s): + versions, _ = get_versions(s) + else: + m = VERSION_IDENTIFIER.match(s) + if not m: + raise SyntaxError('invalid constraint: %s' % s) + v = m.groups()[0] + s = s[m.end():].lstrip() + if s: + raise SyntaxError('invalid constraint: %s' % s) + versions = [('~=', v)] + + if remaining: + if remaining[0] != ';': + raise SyntaxError('invalid requirement: %s' % remaining) + remaining = remaining[1:].lstrip() + + mark_expr, remaining = parse_marker(remaining) + + if remaining and remaining[0] != '#': + raise SyntaxError('unexpected trailing data: %s' % remaining) + + if not versions: + rs = distname + else: + rs = '%s %s' % (distname, ', '.join(['%s %s' % con for con in versions])) + return Container(name=distname, extras=extras, constraints=versions, + marker=mark_expr, url=uri, requirement=rs) + + +def get_resources_dests(resources_root, rules): + """Find destinations for resources files""" + + def get_rel_path(root, path): + # normalizes and returns a lstripped-/-separated path + root = root.replace(os.path.sep, '/') + path = path.replace(os.path.sep, '/') + assert path.startswith(root) + return path[len(root):].lstrip('/') + + destinations = {} + for base, suffix, dest in rules: + prefix = os.path.join(resources_root, base) + for abs_base in iglob(prefix): + abs_glob = os.path.join(abs_base, suffix) + for abs_path in iglob(abs_glob): + resource_file = get_rel_path(resources_root, abs_path) + if dest is None: # remove the entry if it was here + destinations.pop(resource_file, None) + else: + rel_path = get_rel_path(abs_base, abs_path) + rel_dest = dest.replace(os.path.sep, '/').rstrip('/') + destinations[resource_file] = rel_dest + '/' + rel_path + return destinations + + +def in_venv(): + if hasattr(sys, 'real_prefix'): + # virtualenv venvs + result = True + else: + # PEP 405 venvs + result = sys.prefix != getattr(sys, 'base_prefix', sys.prefix) + return result + + +def get_executable(): +# The __PYVENV_LAUNCHER__ dance is apparently no longer needed, as +# changes to the stub launcher mean that sys.executable always points +# to the stub on OS X +# if sys.platform == 'darwin' and ('__PYVENV_LAUNCHER__' +# in os.environ): +# result = os.environ['__PYVENV_LAUNCHER__'] +# else: +# result = sys.executable +# return result + # Avoid normcasing: see issue #143 + # result = os.path.normcase(sys.executable) + result = sys.executable + if not isinstance(result, text_type): + result = fsdecode(result) + return result + + +def proceed(prompt, allowed_chars, error_prompt=None, default=None): + p = prompt + while True: + s = raw_input(p) + p = prompt + if not s and default: + s = default + if s: + c = s[0].lower() + if c in allowed_chars: + break + if error_prompt: + p = '%c: %s\n%s' % (c, error_prompt, prompt) + return c + + +def extract_by_key(d, keys): + if isinstance(keys, string_types): + keys = keys.split() + result = {} + for key in keys: + if key in d: + result[key] = d[key] + return result + +def read_exports(stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + # Try to load as JSON, falling back on legacy format + data = stream.read() + stream = StringIO(data) + try: + jdata = json.load(stream) + result = jdata['extensions']['python.exports']['exports'] + for group, entries in result.items(): + for k, v in entries.items(): + s = '%s = %s' % (k, v) + entry = get_export_entry(s) + assert entry is not None + entries[k] = entry + return result + except Exception: + stream.seek(0, 0) + + def read_stream(cp, stream): + if hasattr(cp, 'read_file'): + cp.read_file(stream) + else: + cp.readfp(stream) + + cp = configparser.ConfigParser() + try: + read_stream(cp, stream) + except configparser.MissingSectionHeaderError: + stream.close() + data = textwrap.dedent(data) + stream = StringIO(data) + read_stream(cp, stream) + + result = {} + for key in cp.sections(): + result[key] = entries = {} + for name, value in cp.items(key): + s = '%s = %s' % (name, value) + entry = get_export_entry(s) + assert entry is not None + #entry.dist = self + entries[name] = entry + return result + + +def write_exports(exports, stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getwriter('utf-8')(stream) + cp = configparser.ConfigParser() + for k, v in exports.items(): + # TODO check k, v for valid values + cp.add_section(k) + for entry in v.values(): + if entry.suffix is None: + s = entry.prefix + else: + s = '%s:%s' % (entry.prefix, entry.suffix) + if entry.flags: + s = '%s [%s]' % (s, ', '.join(entry.flags)) + cp.set(k, entry.name, s) + cp.write(stream) + + +@contextlib.contextmanager +def tempdir(): + td = tempfile.mkdtemp() + try: + yield td + finally: + shutil.rmtree(td) + +@contextlib.contextmanager +def chdir(d): + cwd = os.getcwd() + try: + os.chdir(d) + yield + finally: + os.chdir(cwd) + + +@contextlib.contextmanager +def socket_timeout(seconds=15): + cto = socket.getdefaulttimeout() + try: + socket.setdefaulttimeout(seconds) + yield + finally: + socket.setdefaulttimeout(cto) + + +class cached_property(object): + def __init__(self, func): + self.func = func + #for attr in ('__name__', '__module__', '__doc__'): + # setattr(self, attr, getattr(func, attr, None)) + + def __get__(self, obj, cls=None): + if obj is None: + return self + value = self.func(obj) + object.__setattr__(obj, self.func.__name__, value) + #obj.__dict__[self.func.__name__] = value = self.func(obj) + return value + +def convert_path(pathname): + """Return 'pathname' as a name that will work on the native filesystem. + + The path is split on '/' and put back together again using the current + directory separator. Needed because filenames in the setup script are + always supplied in Unix style, and have to be converted to the local + convention before we can actually use them in the filesystem. Raises + ValueError on non-Unix-ish systems if 'pathname' either starts or + ends with a slash. + """ + if os.sep == '/': + return pathname + if not pathname: + return pathname + if pathname[0] == '/': + raise ValueError("path '%s' cannot be absolute" % pathname) + if pathname[-1] == '/': + raise ValueError("path '%s' cannot end with '/'" % pathname) + + paths = pathname.split('/') + while os.curdir in paths: + paths.remove(os.curdir) + if not paths: + return os.curdir + return os.path.join(*paths) + + +class FileOperator(object): + def __init__(self, dry_run=False): + self.dry_run = dry_run + self.ensured = set() + self._init_record() + + def _init_record(self): + self.record = False + self.files_written = set() + self.dirs_created = set() + + def record_as_written(self, path): + if self.record: + self.files_written.add(path) + + def newer(self, source, target): + """Tell if the target is newer than the source. + + Returns true if 'source' exists and is more recently modified than + 'target', or if 'source' exists and 'target' doesn't. + + Returns false if both exist and 'target' is the same age or younger + than 'source'. Raise PackagingFileError if 'source' does not exist. + + Note that this test is not very accurate: files created in the same + second will have the same "age". + """ + if not os.path.exists(source): + raise DistlibException("file '%r' does not exist" % + os.path.abspath(source)) + if not os.path.exists(target): + return True + + return os.stat(source).st_mtime > os.stat(target).st_mtime + + def copy_file(self, infile, outfile, check=True): + """Copy a file respecting dry-run and force flags. + """ + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying %s to %s', infile, outfile) + if not self.dry_run: + msg = None + if check: + if os.path.islink(outfile): + msg = '%s is a symlink' % outfile + elif os.path.exists(outfile) and not os.path.isfile(outfile): + msg = '%s is a non-regular file' % outfile + if msg: + raise ValueError(msg + ' which would be overwritten') + shutil.copyfile(infile, outfile) + self.record_as_written(outfile) + + def copy_stream(self, instream, outfile, encoding=None): + assert not os.path.isdir(outfile) + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying stream %s to %s', instream, outfile) + if not self.dry_run: + if encoding is None: + outstream = open(outfile, 'wb') + else: + outstream = codecs.open(outfile, 'w', encoding=encoding) + try: + shutil.copyfileobj(instream, outstream) + finally: + outstream.close() + self.record_as_written(outfile) + + def write_binary_file(self, path, data): + self.ensure_dir(os.path.dirname(path)) + if not self.dry_run: + if os.path.exists(path): + os.remove(path) + with open(path, 'wb') as f: + f.write(data) + self.record_as_written(path) + + def write_text_file(self, path, data, encoding): + self.write_binary_file(path, data.encode(encoding)) + + def set_mode(self, bits, mask, files): + if os.name == 'posix' or (os.name == 'java' and os._name == 'posix'): + # Set the executable bits (owner, group, and world) on + # all the files specified. + for f in files: + if self.dry_run: + logger.info("changing mode of %s", f) + else: + mode = (os.stat(f).st_mode | bits) & mask + logger.info("changing mode of %s to %o", f, mode) + os.chmod(f, mode) + + set_executable_mode = lambda s, f: s.set_mode(0o555, 0o7777, f) + + def ensure_dir(self, path): + path = os.path.abspath(path) + if path not in self.ensured and not os.path.exists(path): + self.ensured.add(path) + d, f = os.path.split(path) + self.ensure_dir(d) + logger.info('Creating %s' % path) + if not self.dry_run: + os.mkdir(path) + if self.record: + self.dirs_created.add(path) + + def byte_compile(self, path, optimize=False, force=False, prefix=None, hashed_invalidation=False): + dpath = cache_from_source(path, not optimize) + logger.info('Byte-compiling %s to %s', path, dpath) + if not self.dry_run: + if force or self.newer(path, dpath): + if not prefix: + diagpath = None + else: + assert path.startswith(prefix) + diagpath = path[len(prefix):] + compile_kwargs = {} + if hashed_invalidation and hasattr(py_compile, 'PycInvalidationMode'): + compile_kwargs['invalidation_mode'] = py_compile.PycInvalidationMode.CHECKED_HASH + py_compile.compile(path, dpath, diagpath, True, **compile_kwargs) # raise error + self.record_as_written(dpath) + return dpath + + def ensure_removed(self, path): + if os.path.exists(path): + if os.path.isdir(path) and not os.path.islink(path): + logger.debug('Removing directory tree at %s', path) + if not self.dry_run: + shutil.rmtree(path) + if self.record: + if path in self.dirs_created: + self.dirs_created.remove(path) + else: + if os.path.islink(path): + s = 'link' + else: + s = 'file' + logger.debug('Removing %s %s', s, path) + if not self.dry_run: + os.remove(path) + if self.record: + if path in self.files_written: + self.files_written.remove(path) + + def is_writable(self, path): + result = False + while not result: + if os.path.exists(path): + result = os.access(path, os.W_OK) + break + parent = os.path.dirname(path) + if parent == path: + break + path = parent + return result + + def commit(self): + """ + Commit recorded changes, turn off recording, return + changes. + """ + assert self.record + result = self.files_written, self.dirs_created + self._init_record() + return result + + def rollback(self): + if not self.dry_run: + for f in list(self.files_written): + if os.path.exists(f): + os.remove(f) + # dirs should all be empty now, except perhaps for + # __pycache__ subdirs + # reverse so that subdirs appear before their parents + dirs = sorted(self.dirs_created, reverse=True) + for d in dirs: + flist = os.listdir(d) + if flist: + assert flist == ['__pycache__'] + sd = os.path.join(d, flist[0]) + os.rmdir(sd) + os.rmdir(d) # should fail if non-empty + self._init_record() + +def resolve(module_name, dotted_path): + if module_name in sys.modules: + mod = sys.modules[module_name] + else: + mod = __import__(module_name) + if dotted_path is None: + result = mod + else: + parts = dotted_path.split('.') + result = getattr(mod, parts.pop(0)) + for p in parts: + result = getattr(result, p) + return result + + +class ExportEntry(object): + def __init__(self, name, prefix, suffix, flags): + self.name = name + self.prefix = prefix + self.suffix = suffix + self.flags = flags + + @cached_property + def value(self): + return resolve(self.prefix, self.suffix) + + def __repr__(self): # pragma: no cover + return '' % (self.name, self.prefix, + self.suffix, self.flags) + + def __eq__(self, other): + if not isinstance(other, ExportEntry): + result = False + else: + result = (self.name == other.name and + self.prefix == other.prefix and + self.suffix == other.suffix and + self.flags == other.flags) + return result + + __hash__ = object.__hash__ + + +ENTRY_RE = re.compile(r'''(?P(\w|[-.+])+) + \s*=\s*(?P(\w+)([:\.]\w+)*) + \s*(\[\s*(?P[\w-]+(=\w+)?(,\s*\w+(=\w+)?)*)\s*\])? + ''', re.VERBOSE) + +def get_export_entry(specification): + m = ENTRY_RE.search(specification) + if not m: + result = None + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + else: + d = m.groupdict() + name = d['name'] + path = d['callable'] + colons = path.count(':') + if colons == 0: + prefix, suffix = path, None + else: + if colons != 1: + raise DistlibException("Invalid specification " + "'%s'" % specification) + prefix, suffix = path.split(':') + flags = d['flags'] + if flags is None: + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + flags = [] + else: + flags = [f.strip() for f in flags.split(',')] + result = ExportEntry(name, prefix, suffix, flags) + return result + + +def get_cache_base(suffix=None): + """ + Return the default base location for distlib caches. If the directory does + not exist, it is created. Use the suffix provided for the base directory, + and default to '.distlib' if it isn't provided. + + On Windows, if LOCALAPPDATA is defined in the environment, then it is + assumed to be a directory, and will be the parent directory of the result. + On POSIX, and on Windows if LOCALAPPDATA is not defined, the user's home + directory - using os.expanduser('~') - will be the parent directory of + the result. + + The result is just the directory '.distlib' in the parent directory as + determined above, or with the name specified with ``suffix``. + """ + if suffix is None: + suffix = '.distlib' + if os.name == 'nt' and 'LOCALAPPDATA' in os.environ: + result = os.path.expandvars('$localappdata') + else: + # Assume posix, or old Windows + result = os.path.expanduser('~') + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if os.path.isdir(result): + usable = os.access(result, os.W_OK) + if not usable: + logger.warning('Directory exists but is not writable: %s', result) + else: + try: + os.makedirs(result) + usable = True + except OSError: + logger.warning('Unable to create %s', result, exc_info=True) + usable = False + if not usable: + result = tempfile.mkdtemp() + logger.warning('Default location unusable, using %s', result) + return os.path.join(result, suffix) + + +def path_to_cache_dir(path): + """ + Convert an absolute path to a directory name for use in a cache. + + The algorithm used is: + + #. On Windows, any ``':'`` in the drive is replaced with ``'---'``. + #. Any occurrence of ``os.sep`` is replaced with ``'--'``. + #. ``'.cache'`` is appended. + """ + d, p = os.path.splitdrive(os.path.abspath(path)) + if d: + d = d.replace(':', '---') + p = p.replace(os.sep, '--') + return d + p + '.cache' + + +def ensure_slash(s): + if not s.endswith('/'): + return s + '/' + return s + + +def parse_credentials(netloc): + username = password = None + if '@' in netloc: + prefix, netloc = netloc.rsplit('@', 1) + if ':' not in prefix: + username = prefix + else: + username, password = prefix.split(':', 1) + if username: + username = unquote(username) + if password: + password = unquote(password) + return username, password, netloc + + +def get_process_umask(): + result = os.umask(0o22) + os.umask(result) + return result + +def is_string_sequence(seq): + result = True + i = None + for i, s in enumerate(seq): + if not isinstance(s, string_types): + result = False + break + assert i is not None + return result + +PROJECT_NAME_AND_VERSION = re.compile('([a-z0-9_]+([.-][a-z_][a-z0-9_]*)*)-' + '([a-z0-9_.+-]+)', re.I) +PYTHON_VERSION = re.compile(r'-py(\d\.?\d?)') + + +def split_filename(filename, project_name=None): + """ + Extract name, version, python version from a filename (no extension) + + Return name, version, pyver or None + """ + result = None + pyver = None + filename = unquote(filename).replace(' ', '-') + m = PYTHON_VERSION.search(filename) + if m: + pyver = m.group(1) + filename = filename[:m.start()] + if project_name and len(filename) > len(project_name) + 1: + m = re.match(re.escape(project_name) + r'\b', filename) + if m: + n = m.end() + result = filename[:n], filename[n + 1:], pyver + if result is None: + m = PROJECT_NAME_AND_VERSION.match(filename) + if m: + result = m.group(1), m.group(3), pyver + return result + +# Allow spaces in name because of legacy dists like "Twisted Core" +NAME_VERSION_RE = re.compile(r'(?P[\w .-]+)\s*' + r'\(\s*(?P[^\s)]+)\)$') + +def parse_name_and_version(p): + """ + A utility method used to get name and version from a string. + + From e.g. a Provides-Dist value. + + :param p: A value in a form 'foo (1.0)' + :return: The name and version as a tuple. + """ + m = NAME_VERSION_RE.match(p) + if not m: + raise DistlibException('Ill-formed name/version string: \'%s\'' % p) + d = m.groupdict() + return d['name'].strip().lower(), d['ver'] + +def get_extras(requested, available): + result = set() + requested = set(requested or []) + available = set(available or []) + if '*' in requested: + requested.remove('*') + result |= available + for r in requested: + if r == '-': + result.add(r) + elif r.startswith('-'): + unwanted = r[1:] + if unwanted not in available: + logger.warning('undeclared extra: %s' % unwanted) + if unwanted in result: + result.remove(unwanted) + else: + if r not in available: + logger.warning('undeclared extra: %s' % r) + result.add(r) + return result +# +# Extended metadata functionality +# + +def _get_external_data(url): + result = {} + try: + # urlopen might fail if it runs into redirections, + # because of Python issue #13696. Fixed in locators + # using a custom redirect handler. + resp = urlopen(url) + headers = resp.info() + ct = headers.get('Content-Type') + if not ct.startswith('application/json'): + logger.debug('Unexpected response for JSON request: %s', ct) + else: + reader = codecs.getreader('utf-8')(resp) + #data = reader.read().decode('utf-8') + #result = json.loads(data) + result = json.load(reader) + except Exception as e: + logger.exception('Failed to get external data for %s: %s', url, e) + return result + +_external_data_base_url = 'https://www.red-dove.com/pypi/projects/' + +def get_project_data(name): + url = '%s/%s/project.json' % (name[0].upper(), name) + url = urljoin(_external_data_base_url, url) + result = _get_external_data(url) + return result + +def get_package_data(name, version): + url = '%s/%s/package-%s.json' % (name[0].upper(), name, version) + url = urljoin(_external_data_base_url, url) + return _get_external_data(url) + + +class Cache(object): + """ + A class implementing a cache for resources that need to live in the file system + e.g. shared libraries. This class was moved from resources to here because it + could be used by other modules, e.g. the wheel module. + """ + + def __init__(self, base): + """ + Initialise an instance. + + :param base: The base directory where the cache should be located. + """ + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if not os.path.isdir(base): # pragma: no cover + os.makedirs(base) + if (os.stat(base).st_mode & 0o77) != 0: + logger.warning('Directory \'%s\' is not private', base) + self.base = os.path.abspath(os.path.normpath(base)) + + def prefix_to_dir(self, prefix): + """ + Converts a resource prefix to a directory name in the cache. + """ + return path_to_cache_dir(prefix) + + def clear(self): + """ + Clear the cache. + """ + not_removed = [] + for fn in os.listdir(self.base): + fn = os.path.join(self.base, fn) + try: + if os.path.islink(fn) or os.path.isfile(fn): + os.remove(fn) + elif os.path.isdir(fn): + shutil.rmtree(fn) + except Exception: + not_removed.append(fn) + return not_removed + + +class EventMixin(object): + """ + A very simple publish/subscribe system. + """ + def __init__(self): + self._subscribers = {} + + def add(self, event, subscriber, append=True): + """ + Add a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be added (and called when the + event is published). + :param append: Whether to append or prepend the subscriber to an + existing subscriber list for the event. + """ + subs = self._subscribers + if event not in subs: + subs[event] = deque([subscriber]) + else: + sq = subs[event] + if append: + sq.append(subscriber) + else: + sq.appendleft(subscriber) + + def remove(self, event, subscriber): + """ + Remove a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be removed. + """ + subs = self._subscribers + if event not in subs: + raise ValueError('No subscribers: %r' % event) + subs[event].remove(subscriber) + + def get_subscribers(self, event): + """ + Return an iterator for the subscribers for an event. + :param event: The event to return subscribers for. + """ + return iter(self._subscribers.get(event, ())) + + def publish(self, event, *args, **kwargs): + """ + Publish a event and return a list of values returned by its + subscribers. + + :param event: The event to publish. + :param args: The positional arguments to pass to the event's + subscribers. + :param kwargs: The keyword arguments to pass to the event's + subscribers. + """ + result = [] + for subscriber in self.get_subscribers(event): + try: + value = subscriber(event, *args, **kwargs) + except Exception: + logger.exception('Exception during event publication') + value = None + result.append(value) + logger.debug('publish %s: args = %s, kwargs = %s, result = %s', + event, args, kwargs, result) + return result + +# +# Simple sequencing +# +class Sequencer(object): + def __init__(self): + self._preds = {} + self._succs = {} + self._nodes = set() # nodes with no preds/succs + + def add_node(self, node): + self._nodes.add(node) + + def remove_node(self, node, edges=False): + if node in self._nodes: + self._nodes.remove(node) + if edges: + for p in set(self._preds.get(node, ())): + self.remove(p, node) + for s in set(self._succs.get(node, ())): + self.remove(node, s) + # Remove empties + for k, v in list(self._preds.items()): + if not v: + del self._preds[k] + for k, v in list(self._succs.items()): + if not v: + del self._succs[k] + + def add(self, pred, succ): + assert pred != succ + self._preds.setdefault(succ, set()).add(pred) + self._succs.setdefault(pred, set()).add(succ) + + def remove(self, pred, succ): + assert pred != succ + try: + preds = self._preds[succ] + succs = self._succs[pred] + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of anything' % succ) + try: + preds.remove(pred) + succs.remove(succ) + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of %r' % (succ, pred)) + + def is_step(self, step): + return (step in self._preds or step in self._succs or + step in self._nodes) + + def get_steps(self, final): + if not self.is_step(final): + raise ValueError('Unknown: %r' % final) + result = [] + todo = [] + seen = set() + todo.append(final) + while todo: + step = todo.pop(0) + if step in seen: + # if a step was already seen, + # move it to the end (so it will appear earlier + # when reversed on return) ... but not for the + # final step, as that would be confusing for + # users + if step != final: + result.remove(step) + result.append(step) + else: + seen.add(step) + result.append(step) + preds = self._preds.get(step, ()) + todo.extend(preds) + return reversed(result) + + @property + def strong_connections(self): + #http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm + index_counter = [0] + stack = [] + lowlinks = {} + index = {} + result = [] + + graph = self._succs + + def strongconnect(node): + # set the depth index for this node to the smallest unused index + index[node] = index_counter[0] + lowlinks[node] = index_counter[0] + index_counter[0] += 1 + stack.append(node) + + # Consider successors + try: + successors = graph[node] + except Exception: + successors = [] + for successor in successors: + if successor not in lowlinks: + # Successor has not yet been visited + strongconnect(successor) + lowlinks[node] = min(lowlinks[node],lowlinks[successor]) + elif successor in stack: + # the successor is in the stack and hence in the current + # strongly connected component (SCC) + lowlinks[node] = min(lowlinks[node],index[successor]) + + # If `node` is a root node, pop the stack and generate an SCC + if lowlinks[node] == index[node]: + connected_component = [] + + while True: + successor = stack.pop() + connected_component.append(successor) + if successor == node: break + component = tuple(connected_component) + # storing the result + result.append(component) + + for node in graph: + if node not in lowlinks: + strongconnect(node) + + return result + + @property + def dot(self): + result = ['digraph G {'] + for succ in self._preds: + preds = self._preds[succ] + for pred in preds: + result.append(' %s -> %s;' % (pred, succ)) + for node in self._nodes: + result.append(' %s;' % node) + result.append('}') + return '\n'.join(result) + +# +# Unarchiving functionality for zip, tar, tgz, tbz, whl +# + +ARCHIVE_EXTENSIONS = ('.tar.gz', '.tar.bz2', '.tar', '.zip', + '.tgz', '.tbz', '.whl') + +def unarchive(archive_filename, dest_dir, format=None, check=True): + + def check_path(path): + if not isinstance(path, text_type): + path = path.decode('utf-8') + p = os.path.abspath(os.path.join(dest_dir, path)) + if not p.startswith(dest_dir) or p[plen] != os.sep: + raise ValueError('path outside destination: %r' % p) + + dest_dir = os.path.abspath(dest_dir) + plen = len(dest_dir) + archive = None + if format is None: + if archive_filename.endswith(('.zip', '.whl')): + format = 'zip' + elif archive_filename.endswith(('.tar.gz', '.tgz')): + format = 'tgz' + mode = 'r:gz' + elif archive_filename.endswith(('.tar.bz2', '.tbz')): + format = 'tbz' + mode = 'r:bz2' + elif archive_filename.endswith('.tar'): + format = 'tar' + mode = 'r' + else: # pragma: no cover + raise ValueError('Unknown format for %r' % archive_filename) + try: + if format == 'zip': + archive = ZipFile(archive_filename, 'r') + if check: + names = archive.namelist() + for name in names: + check_path(name) + else: + archive = tarfile.open(archive_filename, mode) + if check: + names = archive.getnames() + for name in names: + check_path(name) + if format != 'zip' and sys.version_info[0] < 3: + # See Python issue 17153. If the dest path contains Unicode, + # tarfile extraction fails on Python 2.x if a member path name + # contains non-ASCII characters - it leads to an implicit + # bytes -> unicode conversion using ASCII to decode. + for tarinfo in archive.getmembers(): + if not isinstance(tarinfo.name, text_type): + tarinfo.name = tarinfo.name.decode('utf-8') + archive.extractall(dest_dir) + + finally: + if archive: + archive.close() + + +def zip_dir(directory): + """zip a directory tree into a BytesIO object""" + result = io.BytesIO() + dlen = len(directory) + with ZipFile(result, "w") as zf: + for root, dirs, files in os.walk(directory): + for name in files: + full = os.path.join(root, name) + rel = root[dlen:] + dest = os.path.join(rel, name) + zf.write(full, dest) + return result + +# +# Simple progress bar +# + +UNITS = ('', 'K', 'M', 'G','T','P') + + +class Progress(object): + unknown = 'UNKNOWN' + + def __init__(self, minval=0, maxval=100): + assert maxval is None or maxval >= minval + self.min = self.cur = minval + self.max = maxval + self.started = None + self.elapsed = 0 + self.done = False + + def update(self, curval): + assert self.min <= curval + assert self.max is None or curval <= self.max + self.cur = curval + now = time.time() + if self.started is None: + self.started = now + else: + self.elapsed = now - self.started + + def increment(self, incr): + assert incr >= 0 + self.update(self.cur + incr) + + def start(self): + self.update(self.min) + return self + + def stop(self): + if self.max is not None: + self.update(self.max) + self.done = True + + @property + def maximum(self): + return self.unknown if self.max is None else self.max + + @property + def percentage(self): + if self.done: + result = '100 %' + elif self.max is None: + result = ' ?? %' + else: + v = 100.0 * (self.cur - self.min) / (self.max - self.min) + result = '%3d %%' % v + return result + + def format_duration(self, duration): + if (duration <= 0) and self.max is None or self.cur == self.min: + result = '??:??:??' + #elif duration < 1: + # result = '--:--:--' + else: + result = time.strftime('%H:%M:%S', time.gmtime(duration)) + return result + + @property + def ETA(self): + if self.done: + prefix = 'Done' + t = self.elapsed + #import pdb; pdb.set_trace() + else: + prefix = 'ETA ' + if self.max is None: + t = -1 + elif self.elapsed == 0 or (self.cur == self.min): + t = 0 + else: + #import pdb; pdb.set_trace() + t = float(self.max - self.min) + t /= self.cur - self.min + t = (t - 1) * self.elapsed + return '%s: %s' % (prefix, self.format_duration(t)) + + @property + def speed(self): + if self.elapsed == 0: + result = 0.0 + else: + result = (self.cur - self.min) / self.elapsed + for unit in UNITS: + if result < 1000: + break + result /= 1000.0 + return '%d %sB/s' % (result, unit) + +# +# Glob functionality +# + +RICH_GLOB = re.compile(r'\{([^}]*)\}') +_CHECK_RECURSIVE_GLOB = re.compile(r'[^/\\,{]\*\*|\*\*[^/\\,}]') +_CHECK_MISMATCH_SET = re.compile(r'^[^{]*\}|\{[^}]*$') + + +def iglob(path_glob): + """Extended globbing function that supports ** and {opt1,opt2,opt3}.""" + if _CHECK_RECURSIVE_GLOB.search(path_glob): + msg = """invalid glob %r: recursive glob "**" must be used alone""" + raise ValueError(msg % path_glob) + if _CHECK_MISMATCH_SET.search(path_glob): + msg = """invalid glob %r: mismatching set marker '{' or '}'""" + raise ValueError(msg % path_glob) + return _iglob(path_glob) + + +def _iglob(path_glob): + rich_path_glob = RICH_GLOB.split(path_glob, 1) + if len(rich_path_glob) > 1: + assert len(rich_path_glob) == 3, rich_path_glob + prefix, set, suffix = rich_path_glob + for item in set.split(','): + for path in _iglob(''.join((prefix, item, suffix))): + yield path + else: + if '**' not in path_glob: + for item in std_iglob(path_glob): + yield item + else: + prefix, radical = path_glob.split('**', 1) + if prefix == '': + prefix = '.' + if radical == '': + radical = '*' + else: + # we support both + radical = radical.lstrip('/') + radical = radical.lstrip('\\') + for path, dir, files in os.walk(prefix): + path = os.path.normpath(path) + for fn in _iglob(os.path.join(path, radical)): + yield fn + +if ssl: + from .compat import (HTTPSHandler as BaseHTTPSHandler, match_hostname, + CertificateError) + + +# +# HTTPSConnection which verifies certificates/matches domains +# + + class HTTPSConnection(httplib.HTTPSConnection): + ca_certs = None # set this to the path to the certs file (.pem) + check_domain = True # only used if ca_certs is not None + + # noinspection PyPropertyAccess + def connect(self): + sock = socket.create_connection((self.host, self.port), self.timeout) + if getattr(self, '_tunnel_host', False): + self.sock = sock + self._tunnel() + + context = ssl.SSLContext(ssl.PROTOCOL_SSLv23) + if hasattr(ssl, 'OP_NO_SSLv2'): + context.options |= ssl.OP_NO_SSLv2 + if self.cert_file: + context.load_cert_chain(self.cert_file, self.key_file) + kwargs = {} + if self.ca_certs: + context.verify_mode = ssl.CERT_REQUIRED + context.load_verify_locations(cafile=self.ca_certs) + if getattr(ssl, 'HAS_SNI', False): + kwargs['server_hostname'] = self.host + + self.sock = context.wrap_socket(sock, **kwargs) + if self.ca_certs and self.check_domain: + try: + match_hostname(self.sock.getpeercert(), self.host) + logger.debug('Host verified: %s', self.host) + except CertificateError: # pragma: no cover + self.sock.shutdown(socket.SHUT_RDWR) + self.sock.close() + raise + + class HTTPSHandler(BaseHTTPSHandler): + def __init__(self, ca_certs, check_domain=True): + BaseHTTPSHandler.__init__(self) + self.ca_certs = ca_certs + self.check_domain = check_domain + + def _conn_maker(self, *args, **kwargs): + """ + This is called to create a connection instance. Normally you'd + pass a connection class to do_open, but it doesn't actually check for + a class, and just expects a callable. As long as we behave just as a + constructor would have, we should be OK. If it ever changes so that + we *must* pass a class, we'll create an UnsafeHTTPSConnection class + which just sets check_domain to False in the class definition, and + choose which one to pass to do_open. + """ + result = HTTPSConnection(*args, **kwargs) + if self.ca_certs: + result.ca_certs = self.ca_certs + result.check_domain = self.check_domain + return result + + def https_open(self, req): + try: + return self.do_open(self._conn_maker, req) + except URLError as e: + if 'certificate verify failed' in str(e.reason): + raise CertificateError('Unable to verify server certificate ' + 'for %s' % req.host) + else: + raise + + # + # To prevent against mixing HTTP traffic with HTTPS (examples: A Man-In-The- + # Middle proxy using HTTP listens on port 443, or an index mistakenly serves + # HTML containing a http://xyz link when it should be https://xyz), + # you can use the following handler class, which does not allow HTTP traffic. + # + # It works by inheriting from HTTPHandler - so build_opener won't add a + # handler for HTTP itself. + # + class HTTPSOnlyHandler(HTTPSHandler, HTTPHandler): + def http_open(self, req): + raise URLError('Unexpected HTTP request on what should be a secure ' + 'connection: %s' % req) + +# +# XML-RPC with timeouts +# +class Transport(xmlrpclib.Transport): + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.Transport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, x509 = self.get_host_info(host) + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPConnection(h) + return self._connection[1] + +if ssl: + class SafeTransport(xmlrpclib.SafeTransport): + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.SafeTransport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, kwargs = self.get_host_info(host) + if not kwargs: + kwargs = {} + kwargs['timeout'] = self.timeout + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPSConnection(h, None, + **kwargs) + return self._connection[1] + + +class ServerProxy(xmlrpclib.ServerProxy): + def __init__(self, uri, **kwargs): + self.timeout = timeout = kwargs.pop('timeout', None) + # The above classes only come into play if a timeout + # is specified + if timeout is not None: + # scheme = splittype(uri) # deprecated as of Python 3.8 + scheme = urlparse(uri)[0] + use_datetime = kwargs.get('use_datetime', 0) + if scheme == 'https': + tcls = SafeTransport + else: + tcls = Transport + kwargs['transport'] = t = tcls(timeout, use_datetime=use_datetime) + self.transport = t + xmlrpclib.ServerProxy.__init__(self, uri, **kwargs) + +# +# CSV functionality. This is provided because on 2.x, the csv module can't +# handle Unicode. However, we need to deal with Unicode in e.g. RECORD files. +# + +def _csv_open(fn, mode, **kwargs): + if sys.version_info[0] < 3: + mode += 'b' + else: + kwargs['newline'] = '' + # Python 3 determines encoding from locale. Force 'utf-8' + # file encoding to match other forced utf-8 encoding + kwargs['encoding'] = 'utf-8' + return open(fn, mode, **kwargs) + + +class CSVBase(object): + defaults = { + 'delimiter': str(','), # The strs are used because we need native + 'quotechar': str('"'), # str in the csv API (2.x won't take + 'lineterminator': str('\n') # Unicode) + } + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.stream.close() + + +class CSVReader(CSVBase): + def __init__(self, **kwargs): + if 'stream' in kwargs: + stream = kwargs['stream'] + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + self.stream = stream + else: + self.stream = _csv_open(kwargs['path'], 'r') + self.reader = csv.reader(self.stream, **self.defaults) + + def __iter__(self): + return self + + def next(self): + result = next(self.reader) + if sys.version_info[0] < 3: + for i, item in enumerate(result): + if not isinstance(item, text_type): + result[i] = item.decode('utf-8') + return result + + __next__ = next + +class CSVWriter(CSVBase): + def __init__(self, fn, **kwargs): + self.stream = _csv_open(fn, 'w') + self.writer = csv.writer(self.stream, **self.defaults) + + def writerow(self, row): + if sys.version_info[0] < 3: + r = [] + for item in row: + if isinstance(item, text_type): + item = item.encode('utf-8') + r.append(item) + row = r + self.writer.writerow(row) + +# +# Configurator functionality +# + +class Configurator(BaseConfigurator): + + value_converters = dict(BaseConfigurator.value_converters) + value_converters['inc'] = 'inc_convert' + + def __init__(self, config, base=None): + super(Configurator, self).__init__(config) + self.base = base or os.getcwd() + + def configure_custom(self, config): + def convert(o): + if isinstance(o, (list, tuple)): + result = type(o)([convert(i) for i in o]) + elif isinstance(o, dict): + if '()' in o: + result = self.configure_custom(o) + else: + result = {} + for k in o: + result[k] = convert(o[k]) + else: + result = self.convert(o) + return result + + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + args = config.pop('[]', ()) + if args: + args = tuple([convert(o) for o in args]) + items = [(k, convert(config[k])) for k in config if valid_ident(k)] + kwargs = dict(items) + result = c(*args, **kwargs) + if props: + for n, v in props.items(): + setattr(result, n, convert(v)) + return result + + def __getitem__(self, key): + result = self.config[key] + if isinstance(result, dict) and '()' in result: + self.config[key] = result = self.configure_custom(result) + return result + + def inc_convert(self, value): + """Default converter for the inc:// protocol.""" + if not os.path.isabs(value): + value = os.path.join(self.base, value) + with codecs.open(value, 'r', encoding='utf-8') as f: + result = json.load(f) + return result + + +class SubprocessMixin(object): + """ + Mixin for running subprocesses and capturing their output + """ + def __init__(self, verbose=False, progress=None): + self.verbose = verbose + self.progress = progress + + def reader(self, stream, context): + """ + Read lines from a subprocess' output stream and either pass to a progress + callable (if specified) or write progress information to sys.stderr. + """ + progress = self.progress + verbose = self.verbose + while True: + s = stream.readline() + if not s: + break + if progress is not None: + progress(s, context) + else: + if not verbose: + sys.stderr.write('.') + else: + sys.stderr.write(s.decode('utf-8')) + sys.stderr.flush() + stream.close() + + def run_command(self, cmd, **kwargs): + p = subprocess.Popen(cmd, stdout=subprocess.PIPE, + stderr=subprocess.PIPE, **kwargs) + t1 = threading.Thread(target=self.reader, args=(p.stdout, 'stdout')) + t1.start() + t2 = threading.Thread(target=self.reader, args=(p.stderr, 'stderr')) + t2.start() + p.wait() + t1.join() + t2.join() + if self.progress is not None: + self.progress('done.', 'main') + elif self.verbose: + sys.stderr.write('done.\n') + return p + + +def normalize_name(name): + """Normalize a python package name a la PEP 503""" + # https://www.python.org/dev/peps/pep-0503/#normalized-names + return re.sub('[-_.]+', '-', name).lower() + +# def _get_pypirc_command(): + # """ + # Get the distutils command for interacting with PyPI configurations. + # :return: the command. + # """ + # from distutils.core import Distribution + # from distutils.config import PyPIRCCommand + # d = Distribution() + # return PyPIRCCommand(d) + +class PyPIRCFile(object): + + DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' + DEFAULT_REALM = 'pypi' + + def __init__(self, fn=None, url=None): + if fn is None: + fn = os.path.join(os.path.expanduser('~'), '.pypirc') + self.filename = fn + self.url = url + + def read(self): + result = {} + + if os.path.exists(self.filename): + repository = self.url or self.DEFAULT_REPOSITORY + + config = configparser.RawConfigParser() + config.read(self.filename) + sections = config.sections() + if 'distutils' in sections: + # let's get the list of servers + index_servers = config.get('distutils', 'index-servers') + _servers = [server.strip() for server in + index_servers.split('\n') + if server.strip() != ''] + if _servers == []: + # nothing set, let's try to get the default pypi + if 'pypi' in sections: + _servers = ['pypi'] + else: + for server in _servers: + result = {'server': server} + result['username'] = config.get(server, 'username') + + # optional params + for key, default in (('repository', self.DEFAULT_REPOSITORY), + ('realm', self.DEFAULT_REALM), + ('password', None)): + if config.has_option(server, key): + result[key] = config.get(server, key) + else: + result[key] = default + + # work around people having "repository" for the "pypi" + # section of their config set to the HTTP (rather than + # HTTPS) URL + if (server == 'pypi' and + repository in (self.DEFAULT_REPOSITORY, 'pypi')): + result['repository'] = self.DEFAULT_REPOSITORY + elif (result['server'] != repository and + result['repository'] != repository): + result = {} + elif 'server-login' in sections: + # old format + server = 'server-login' + if config.has_option(server, 'repository'): + repository = config.get(server, 'repository') + else: + repository = self.DEFAULT_REPOSITORY + result = { + 'username': config.get(server, 'username'), + 'password': config.get(server, 'password'), + 'repository': repository, + 'server': server, + 'realm': self.DEFAULT_REALM + } + return result + + def update(self, username, password): + # import pdb; pdb.set_trace() + config = configparser.RawConfigParser() + fn = self.filename + config.read(fn) + if not config.has_section('pypi'): + config.add_section('pypi') + config.set('pypi', 'username', username) + config.set('pypi', 'password', password) + with open(fn, 'w') as f: + config.write(f) + +def _load_pypirc(index): + """ + Read the PyPI access configuration as supported by distutils. + """ + return PyPIRCFile(url=index.url).read() + +def _store_pypirc(index): + PyPIRCFile().update(index.username, index.password) + +# +# get_platform()/get_host_platform() copied from Python 3.10.a0 source, with some minor +# tweaks +# + +def get_host_platform(): + """Return a string that identifies the current platform. This is used mainly to + distinguish platform-specific build directories and platform-specific built + distributions. Typically includes the OS name and version and the + architecture (as supplied by 'os.uname()'), although the exact information + included depends on the OS; eg. on Linux, the kernel version isn't + particularly important. + + Examples of returned values: + linux-i586 + linux-alpha (?) + solaris-2.6-sun4u + + Windows will return one of: + win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) + win32 (all others - specifically, sys.platform is returned) + + For other non-POSIX platforms, currently just returns 'sys.platform'. + + """ + if os.name == 'nt': + if 'amd64' in sys.version.lower(): + return 'win-amd64' + if '(arm)' in sys.version.lower(): + return 'win-arm32' + if '(arm64)' in sys.version.lower(): + return 'win-arm64' + return sys.platform + + # Set for cross builds explicitly + if "_PYTHON_HOST_PLATFORM" in os.environ: + return os.environ["_PYTHON_HOST_PLATFORM"] + + if os.name != 'posix' or not hasattr(os, 'uname'): + # XXX what about the architecture? NT is Intel or Alpha, + # Mac OS is M68k or PPC, etc. + return sys.platform + + # Try to distinguish various flavours of Unix + + (osname, host, release, version, machine) = os.uname() + + # Convert the OS name to lowercase, remove '/' characters, and translate + # spaces (for "Power Macintosh") + osname = osname.lower().replace('/', '') + machine = machine.replace(' ', '_').replace('/', '-') + + if osname[:5] == 'linux': + # At least on Linux/Intel, 'machine' is the processor -- + # i386, etc. + # XXX what about Alpha, SPARC, etc? + return "%s-%s" % (osname, machine) + + elif osname[:5] == 'sunos': + if release[0] >= '5': # SunOS 5 == Solaris 2 + osname = 'solaris' + release = '%d.%s' % (int(release[0]) - 3, release[2:]) + # We can't use 'platform.architecture()[0]' because a + # bootstrap problem. We use a dict to get an error + # if some suspicious happens. + bitness = {2147483647:'32bit', 9223372036854775807:'64bit'} + machine += '.%s' % bitness[sys.maxsize] + # fall through to standard osname-release-machine representation + elif osname[:3] == 'aix': + from _aix_support import aix_platform + return aix_platform() + elif osname[:6] == 'cygwin': + osname = 'cygwin' + rel_re = re.compile (r'[\d.]+', re.ASCII) + m = rel_re.match(release) + if m: + release = m.group() + elif osname[:6] == 'darwin': + import _osx_support, distutils.sysconfig + osname, release, machine = _osx_support.get_platform_osx( + distutils.sysconfig.get_config_vars(), + osname, release, machine) + + return '%s-%s-%s' % (osname, release, machine) + + +_TARGET_TO_PLAT = { + 'x86' : 'win32', + 'x64' : 'win-amd64', + 'arm' : 'win-arm32', +} + + +def get_platform(): + if os.name != 'nt': + return get_host_platform() + cross_compilation_target = os.environ.get('VSCMD_ARG_TGT_ARCH') + if cross_compilation_target not in _TARGET_TO_PLAT: + return get_host_platform() + return _TARGET_TO_PLAT[cross_compilation_target] diff --git a/env/lib/python3.11/site-packages/pip/_vendor/distlib/version.py b/env/lib/python3.11/site-packages/pip/_vendor/distlib/version.py new file mode 100755 index 0000000..c7c8bb6 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/distlib/version.py @@ -0,0 +1,739 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2017 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Implementation of a flexible versioning scheme providing support for PEP-440, +setuptools-compatible and semantic versioning. +""" + +import logging +import re + +from .compat import string_types +from .util import parse_requirement + +__all__ = ['NormalizedVersion', 'NormalizedMatcher', + 'LegacyVersion', 'LegacyMatcher', + 'SemanticVersion', 'SemanticMatcher', + 'UnsupportedVersionError', 'get_scheme'] + +logger = logging.getLogger(__name__) + + +class UnsupportedVersionError(ValueError): + """This is an unsupported version.""" + pass + + +class Version(object): + def __init__(self, s): + self._string = s = s.strip() + self._parts = parts = self.parse(s) + assert isinstance(parts, tuple) + assert len(parts) > 0 + + def parse(self, s): + raise NotImplementedError('please implement in a subclass') + + def _check_compatible(self, other): + if type(self) != type(other): + raise TypeError('cannot compare %r and %r' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + def __lt__(self, other): + self._check_compatible(other) + return self._parts < other._parts + + def __gt__(self, other): + return not (self.__lt__(other) or self.__eq__(other)) + + def __le__(self, other): + return self.__lt__(other) or self.__eq__(other) + + def __ge__(self, other): + return self.__gt__(other) or self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self._parts) + + def __repr__(self): + return "%s('%s')" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + @property + def is_prerelease(self): + raise NotImplementedError('Please implement in subclasses.') + + +class Matcher(object): + version_class = None + + # value is either a callable or the name of a method + _operators = { + '<': lambda v, c, p: v < c, + '>': lambda v, c, p: v > c, + '<=': lambda v, c, p: v == c or v < c, + '>=': lambda v, c, p: v == c or v > c, + '==': lambda v, c, p: v == c, + '===': lambda v, c, p: v == c, + # by default, compatible => >=. + '~=': lambda v, c, p: v == c or v > c, + '!=': lambda v, c, p: v != c, + } + + # this is a method only to support alternative implementations + # via overriding + def parse_requirement(self, s): + return parse_requirement(s) + + def __init__(self, s): + if self.version_class is None: + raise ValueError('Please specify a version class') + self._string = s = s.strip() + r = self.parse_requirement(s) + if not r: + raise ValueError('Not valid: %r' % s) + self.name = r.name + self.key = self.name.lower() # for case-insensitive comparisons + clist = [] + if r.constraints: + # import pdb; pdb.set_trace() + for op, s in r.constraints: + if s.endswith('.*'): + if op not in ('==', '!='): + raise ValueError('\'.*\' not allowed for ' + '%r constraints' % op) + # Could be a partial version (e.g. for '2.*') which + # won't parse as a version, so keep it as a string + vn, prefix = s[:-2], True + # Just to check that vn is a valid version + self.version_class(vn) + else: + # Should parse as a version, so we can create an + # instance for the comparison + vn, prefix = self.version_class(s), False + clist.append((op, vn, prefix)) + self._parts = tuple(clist) + + def match(self, version): + """ + Check if the provided version matches the constraints. + + :param version: The version to match against this instance. + :type version: String or :class:`Version` instance. + """ + if isinstance(version, string_types): + version = self.version_class(version) + for operator, constraint, prefix in self._parts: + f = self._operators.get(operator) + if isinstance(f, string_types): + f = getattr(self, f) + if not f: + msg = ('%r not implemented ' + 'for %s' % (operator, self.__class__.__name__)) + raise NotImplementedError(msg) + if not f(version, constraint, prefix): + return False + return True + + @property + def exact_version(self): + result = None + if len(self._parts) == 1 and self._parts[0][0] in ('==', '==='): + result = self._parts[0][1] + return result + + def _check_compatible(self, other): + if type(self) != type(other) or self.name != other.name: + raise TypeError('cannot compare %s and %s' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self.key == other.key and self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self.key) + hash(self._parts) + + def __repr__(self): + return "%s(%r)" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + +PEP440_VERSION_RE = re.compile(r'^v?(\d+!)?(\d+(\.\d+)*)((a|b|c|rc)(\d+))?' + r'(\.(post)(\d+))?(\.(dev)(\d+))?' + r'(\+([a-zA-Z\d]+(\.[a-zA-Z\d]+)?))?$') + + +def _pep_440_key(s): + s = s.strip() + m = PEP440_VERSION_RE.match(s) + if not m: + raise UnsupportedVersionError('Not a valid version: %s' % s) + groups = m.groups() + nums = tuple(int(v) for v in groups[1].split('.')) + while len(nums) > 1 and nums[-1] == 0: + nums = nums[:-1] + + if not groups[0]: + epoch = 0 + else: + epoch = int(groups[0][:-1]) + pre = groups[4:6] + post = groups[7:9] + dev = groups[10:12] + local = groups[13] + if pre == (None, None): + pre = () + else: + pre = pre[0], int(pre[1]) + if post == (None, None): + post = () + else: + post = post[0], int(post[1]) + if dev == (None, None): + dev = () + else: + dev = dev[0], int(dev[1]) + if local is None: + local = () + else: + parts = [] + for part in local.split('.'): + # to ensure that numeric compares as > lexicographic, avoid + # comparing them directly, but encode a tuple which ensures + # correct sorting + if part.isdigit(): + part = (1, int(part)) + else: + part = (0, part) + parts.append(part) + local = tuple(parts) + if not pre: + # either before pre-release, or final release and after + if not post and dev: + # before pre-release + pre = ('a', -1) # to sort before a0 + else: + pre = ('z',) # to sort after all pre-releases + # now look at the state of post and dev. + if not post: + post = ('_',) # sort before 'a' + if not dev: + dev = ('final',) + + #print('%s -> %s' % (s, m.groups())) + return epoch, nums, pre, post, dev, local + + +_normalized_key = _pep_440_key + + +class NormalizedVersion(Version): + """A rational version. + + Good: + 1.2 # equivalent to "1.2.0" + 1.2.0 + 1.2a1 + 1.2.3a2 + 1.2.3b1 + 1.2.3c1 + 1.2.3.4 + TODO: fill this out + + Bad: + 1 # minimum two numbers + 1.2a # release level must have a release serial + 1.2.3b + """ + def parse(self, s): + result = _normalized_key(s) + # _normalized_key loses trailing zeroes in the release + # clause, since that's needed to ensure that X.Y == X.Y.0 == X.Y.0.0 + # However, PEP 440 prefix matching needs it: for example, + # (~= 1.4.5.0) matches differently to (~= 1.4.5.0.0). + m = PEP440_VERSION_RE.match(s) # must succeed + groups = m.groups() + self._release_clause = tuple(int(v) for v in groups[1].split('.')) + return result + + PREREL_TAGS = set(['a', 'b', 'c', 'rc', 'dev']) + + @property + def is_prerelease(self): + return any(t[0] in self.PREREL_TAGS for t in self._parts if t) + + +def _match_prefix(x, y): + x = str(x) + y = str(y) + if x == y: + return True + if not x.startswith(y): + return False + n = len(y) + return x[n] == '.' + + +class NormalizedMatcher(Matcher): + version_class = NormalizedVersion + + # value is either a callable or the name of a method + _operators = { + '~=': '_match_compatible', + '<': '_match_lt', + '>': '_match_gt', + '<=': '_match_le', + '>=': '_match_ge', + '==': '_match_eq', + '===': '_match_arbitrary', + '!=': '_match_ne', + } + + def _adjust_local(self, version, constraint, prefix): + if prefix: + strip_local = '+' not in constraint and version._parts[-1] + else: + # both constraint and version are + # NormalizedVersion instances. + # If constraint does not have a local component, + # ensure the version doesn't, either. + strip_local = not constraint._parts[-1] and version._parts[-1] + if strip_local: + s = version._string.split('+', 1)[0] + version = self.version_class(s) + return version, constraint + + def _match_lt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version >= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_gt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version <= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_le(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version <= constraint + + def _match_ge(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version >= constraint + + def _match_eq(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version == constraint) + else: + result = _match_prefix(version, constraint) + return result + + def _match_arbitrary(self, version, constraint, prefix): + return str(version) == str(constraint) + + def _match_ne(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version != constraint) + else: + result = not _match_prefix(version, constraint) + return result + + def _match_compatible(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version == constraint: + return True + if version < constraint: + return False +# if not prefix: +# return True + release_clause = constraint._release_clause + if len(release_clause) > 1: + release_clause = release_clause[:-1] + pfx = '.'.join([str(i) for i in release_clause]) + return _match_prefix(version, pfx) + +_REPLACEMENTS = ( + (re.compile('[.+-]$'), ''), # remove trailing puncts + (re.compile(r'^[.](\d)'), r'0.\1'), # .N -> 0.N at start + (re.compile('^[.-]'), ''), # remove leading puncts + (re.compile(r'^\((.*)\)$'), r'\1'), # remove parentheses + (re.compile(r'^v(ersion)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile(r'^r(ev)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\b(alfa|apha)\b'), 'alpha'), # misspelt alpha + (re.compile(r'\b(pre-alpha|prealpha)\b'), + 'pre.alpha'), # standardise + (re.compile(r'\(beta\)$'), 'beta'), # remove parentheses +) + +_SUFFIX_REPLACEMENTS = ( + (re.compile('^[:~._+-]+'), ''), # remove leading puncts + (re.compile('[,*")([\\]]'), ''), # remove unwanted chars + (re.compile('[~:+_ -]'), '.'), # replace illegal chars + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\.$'), ''), # trailing '.' +) + +_NUMERIC_PREFIX = re.compile(r'(\d+(\.\d+)*)') + + +def _suggest_semantic_version(s): + """ + Try to suggest a semantic form for a version for which + _suggest_normalized_version couldn't come up with anything. + """ + result = s.strip().lower() + for pat, repl in _REPLACEMENTS: + result = pat.sub(repl, result) + if not result: + result = '0.0.0' + + # Now look for numeric prefix, and separate it out from + # the rest. + #import pdb; pdb.set_trace() + m = _NUMERIC_PREFIX.match(result) + if not m: + prefix = '0.0.0' + suffix = result + else: + prefix = m.groups()[0].split('.') + prefix = [int(i) for i in prefix] + while len(prefix) < 3: + prefix.append(0) + if len(prefix) == 3: + suffix = result[m.end():] + else: + suffix = '.'.join([str(i) for i in prefix[3:]]) + result[m.end():] + prefix = prefix[:3] + prefix = '.'.join([str(i) for i in prefix]) + suffix = suffix.strip() + if suffix: + #import pdb; pdb.set_trace() + # massage the suffix. + for pat, repl in _SUFFIX_REPLACEMENTS: + suffix = pat.sub(repl, suffix) + + if not suffix: + result = prefix + else: + sep = '-' if 'dev' in suffix else '+' + result = prefix + sep + suffix + if not is_semver(result): + result = None + return result + + +def _suggest_normalized_version(s): + """Suggest a normalized version close to the given version string. + + If you have a version string that isn't rational (i.e. NormalizedVersion + doesn't like it) then you might be able to get an equivalent (or close) + rational version from this function. + + This does a number of simple normalizations to the given string, based + on observation of versions currently in use on PyPI. Given a dump of + those version during PyCon 2009, 4287 of them: + - 2312 (53.93%) match NormalizedVersion without change + with the automatic suggestion + - 3474 (81.04%) match when using this suggestion method + + @param s {str} An irrational version string. + @returns A rational version string, or None, if couldn't determine one. + """ + try: + _normalized_key(s) + return s # already rational + except UnsupportedVersionError: + pass + + rs = s.lower() + + # part of this could use maketrans + for orig, repl in (('-alpha', 'a'), ('-beta', 'b'), ('alpha', 'a'), + ('beta', 'b'), ('rc', 'c'), ('-final', ''), + ('-pre', 'c'), + ('-release', ''), ('.release', ''), ('-stable', ''), + ('+', '.'), ('_', '.'), (' ', ''), ('.final', ''), + ('final', '')): + rs = rs.replace(orig, repl) + + # if something ends with dev or pre, we add a 0 + rs = re.sub(r"pre$", r"pre0", rs) + rs = re.sub(r"dev$", r"dev0", rs) + + # if we have something like "b-2" or "a.2" at the end of the + # version, that is probably beta, alpha, etc + # let's remove the dash or dot + rs = re.sub(r"([abc]|rc)[\-\.](\d+)$", r"\1\2", rs) + + # 1.0-dev-r371 -> 1.0.dev371 + # 0.1-dev-r79 -> 0.1.dev79 + rs = re.sub(r"[\-\.](dev)[\-\.]?r?(\d+)$", r".\1\2", rs) + + # Clean: 2.0.a.3, 2.0.b1, 0.9.0~c1 + rs = re.sub(r"[.~]?([abc])\.?", r"\1", rs) + + # Clean: v0.3, v1.0 + if rs.startswith('v'): + rs = rs[1:] + + # Clean leading '0's on numbers. + #TODO: unintended side-effect on, e.g., "2003.05.09" + # PyPI stats: 77 (~2%) better + rs = re.sub(r"\b0+(\d+)(?!\d)", r"\1", rs) + + # Clean a/b/c with no version. E.g. "1.0a" -> "1.0a0". Setuptools infers + # zero. + # PyPI stats: 245 (7.56%) better + rs = re.sub(r"(\d+[abc])$", r"\g<1>0", rs) + + # the 'dev-rNNN' tag is a dev tag + rs = re.sub(r"\.?(dev-r|dev\.r)\.?(\d+)$", r".dev\2", rs) + + # clean the - when used as a pre delimiter + rs = re.sub(r"-(a|b|c)(\d+)$", r"\1\2", rs) + + # a terminal "dev" or "devel" can be changed into ".dev0" + rs = re.sub(r"[\.\-](dev|devel)$", r".dev0", rs) + + # a terminal "dev" can be changed into ".dev0" + rs = re.sub(r"(?![\.\-])dev$", r".dev0", rs) + + # a terminal "final" or "stable" can be removed + rs = re.sub(r"(final|stable)$", "", rs) + + # The 'r' and the '-' tags are post release tags + # 0.4a1.r10 -> 0.4a1.post10 + # 0.9.33-17222 -> 0.9.33.post17222 + # 0.9.33-r17222 -> 0.9.33.post17222 + rs = re.sub(r"\.?(r|-|-r)\.?(\d+)$", r".post\2", rs) + + # Clean 'r' instead of 'dev' usage: + # 0.9.33+r17222 -> 0.9.33.dev17222 + # 1.0dev123 -> 1.0.dev123 + # 1.0.git123 -> 1.0.dev123 + # 1.0.bzr123 -> 1.0.dev123 + # 0.1a0dev.123 -> 0.1a0.dev123 + # PyPI stats: ~150 (~4%) better + rs = re.sub(r"\.?(dev|git|bzr)\.?(\d+)$", r".dev\2", rs) + + # Clean '.pre' (normalized from '-pre' above) instead of 'c' usage: + # 0.2.pre1 -> 0.2c1 + # 0.2-c1 -> 0.2c1 + # 1.0preview123 -> 1.0c123 + # PyPI stats: ~21 (0.62%) better + rs = re.sub(r"\.?(pre|preview|-c)(\d+)$", r"c\g<2>", rs) + + # Tcl/Tk uses "px" for their post release markers + rs = re.sub(r"p(\d+)$", r".post\1", rs) + + try: + _normalized_key(rs) + except UnsupportedVersionError: + rs = None + return rs + +# +# Legacy version processing (distribute-compatible) +# + +_VERSION_PART = re.compile(r'([a-z]+|\d+|[\.-])', re.I) +_VERSION_REPLACE = { + 'pre': 'c', + 'preview': 'c', + '-': 'final-', + 'rc': 'c', + 'dev': '@', + '': None, + '.': None, +} + + +def _legacy_key(s): + def get_parts(s): + result = [] + for p in _VERSION_PART.split(s.lower()): + p = _VERSION_REPLACE.get(p, p) + if p: + if '0' <= p[:1] <= '9': + p = p.zfill(8) + else: + p = '*' + p + result.append(p) + result.append('*final') + return result + + result = [] + for p in get_parts(s): + if p.startswith('*'): + if p < '*final': + while result and result[-1] == '*final-': + result.pop() + while result and result[-1] == '00000000': + result.pop() + result.append(p) + return tuple(result) + + +class LegacyVersion(Version): + def parse(self, s): + return _legacy_key(s) + + @property + def is_prerelease(self): + result = False + for x in self._parts: + if (isinstance(x, string_types) and x.startswith('*') and + x < '*final'): + result = True + break + return result + + +class LegacyMatcher(Matcher): + version_class = LegacyVersion + + _operators = dict(Matcher._operators) + _operators['~='] = '_match_compatible' + + numeric_re = re.compile(r'^(\d+(\.\d+)*)') + + def _match_compatible(self, version, constraint, prefix): + if version < constraint: + return False + m = self.numeric_re.match(str(constraint)) + if not m: + logger.warning('Cannot compute compatible match for version %s ' + ' and constraint %s', version, constraint) + return True + s = m.groups()[0] + if '.' in s: + s = s.rsplit('.', 1)[0] + return _match_prefix(version, s) + +# +# Semantic versioning +# + +_SEMVER_RE = re.compile(r'^(\d+)\.(\d+)\.(\d+)' + r'(-[a-z0-9]+(\.[a-z0-9-]+)*)?' + r'(\+[a-z0-9]+(\.[a-z0-9-]+)*)?$', re.I) + + +def is_semver(s): + return _SEMVER_RE.match(s) + + +def _semantic_key(s): + def make_tuple(s, absent): + if s is None: + result = (absent,) + else: + parts = s[1:].split('.') + # We can't compare ints and strings on Python 3, so fudge it + # by zero-filling numeric values so simulate a numeric comparison + result = tuple([p.zfill(8) if p.isdigit() else p for p in parts]) + return result + + m = is_semver(s) + if not m: + raise UnsupportedVersionError(s) + groups = m.groups() + major, minor, patch = [int(i) for i in groups[:3]] + # choose the '|' and '*' so that versions sort correctly + pre, build = make_tuple(groups[3], '|'), make_tuple(groups[5], '*') + return (major, minor, patch), pre, build + + +class SemanticVersion(Version): + def parse(self, s): + return _semantic_key(s) + + @property + def is_prerelease(self): + return self._parts[1][0] != '|' + + +class SemanticMatcher(Matcher): + version_class = SemanticVersion + + +class VersionScheme(object): + def __init__(self, key, matcher, suggester=None): + self.key = key + self.matcher = matcher + self.suggester = suggester + + def is_valid_version(self, s): + try: + self.matcher.version_class(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_matcher(self, s): + try: + self.matcher(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_constraint_list(self, s): + """ + Used for processing some metadata fields + """ + # See issue #140. Be tolerant of a single trailing comma. + if s.endswith(','): + s = s[:-1] + return self.is_valid_matcher('dummy_name (%s)' % s) + + def suggest(self, s): + if self.suggester is None: + result = None + else: + result = self.suggester(s) + return result + +_SCHEMES = { + 'normalized': VersionScheme(_normalized_key, NormalizedMatcher, + _suggest_normalized_version), + 'legacy': VersionScheme(_legacy_key, LegacyMatcher, lambda self, s: s), + 'semantic': VersionScheme(_semantic_key, SemanticMatcher, + _suggest_semantic_version), +} + +_SCHEMES['default'] = _SCHEMES['normalized'] + + +def get_scheme(name): + if name not in _SCHEMES: + raise ValueError('unknown scheme name: %r' % name) + return _SCHEMES[name] diff --git a/env/lib/python3.11/site-packages/pip/_vendor/distlib/wheel.py b/env/lib/python3.11/site-packages/pip/_vendor/distlib/wheel.py new file mode 100755 index 0000000..028c2d9 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/distlib/wheel.py @@ -0,0 +1,1082 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2020 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import base64 +import codecs +import datetime +from email import message_from_file +import hashlib +import json +import logging +import os +import posixpath +import re +import shutil +import sys +import tempfile +import zipfile + +from . import __version__, DistlibException +from .compat import sysconfig, ZipFile, fsdecode, text_type, filter +from .database import InstalledDistribution +from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME) +from .util import (FileOperator, convert_path, CSVReader, CSVWriter, Cache, + cached_property, get_cache_base, read_exports, tempdir, + get_platform) +from .version import NormalizedVersion, UnsupportedVersionError + +logger = logging.getLogger(__name__) + +cache = None # created when needed + +if hasattr(sys, 'pypy_version_info'): # pragma: no cover + IMP_PREFIX = 'pp' +elif sys.platform.startswith('java'): # pragma: no cover + IMP_PREFIX = 'jy' +elif sys.platform == 'cli': # pragma: no cover + IMP_PREFIX = 'ip' +else: + IMP_PREFIX = 'cp' + +VER_SUFFIX = sysconfig.get_config_var('py_version_nodot') +if not VER_SUFFIX: # pragma: no cover + VER_SUFFIX = '%s%s' % sys.version_info[:2] +PYVER = 'py' + VER_SUFFIX +IMPVER = IMP_PREFIX + VER_SUFFIX + +ARCH = get_platform().replace('-', '_').replace('.', '_') + +ABI = sysconfig.get_config_var('SOABI') +if ABI and ABI.startswith('cpython-'): + ABI = ABI.replace('cpython-', 'cp').split('-')[0] +else: + def _derive_abi(): + parts = ['cp', VER_SUFFIX] + if sysconfig.get_config_var('Py_DEBUG'): + parts.append('d') + if 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: + wheel_metadata = self.get_wheel_metadata(zf) + wv = wheel_metadata['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + # if file_version < (1, 1): + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME, + # LEGACY_METADATA_FILENAME] + # else: + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME] + fns = [WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME] + result = None + for fn in fns: + try: + metadata_filename = posixpath.join(info_dir, fn) + with zf.open(metadata_filename) as bf: + wf = wrapper(bf) + result = Metadata(fileobj=wf) + if result: + break + except KeyError: + pass + if not result: + raise ValueError('Invalid wheel, because metadata is ' + 'missing: looked in %s' % ', '.join(fns)) + return result + + def get_wheel_metadata(self, zf): + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + metadata_filename = posixpath.join(info_dir, 'WHEEL') + with zf.open(metadata_filename) as bf: + wf = codecs.getreader('utf-8')(bf) + message = message_from_file(wf) + return dict(message) + + @cached_property + def info(self): + pathname = os.path.join(self.dirname, self.filename) + with ZipFile(pathname, 'r') as zf: + result = self.get_wheel_metadata(zf) + return result + + def process_shebang(self, data): + m = SHEBANG_RE.match(data) + if m: + end = m.end() + shebang, data_after_shebang = data[:end], data[end:] + # Preserve any arguments after the interpreter + if b'pythonw' in shebang.lower(): + shebang_python = SHEBANG_PYTHONW + else: + shebang_python = SHEBANG_PYTHON + m = SHEBANG_DETAIL_RE.match(shebang) + if m: + args = b' ' + m.groups()[-1] + else: + args = b'' + shebang = shebang_python + args + data = shebang + data_after_shebang + else: + cr = data.find(b'\r') + lf = data.find(b'\n') + if cr < 0 or cr > lf: + term = b'\n' + else: + if data[cr:cr + 2] == b'\r\n': + term = b'\r\n' + else: + term = b'\r' + data = SHEBANG_PYTHON + term + data + return data + + def get_hash(self, data, hash_kind=None): + if hash_kind is None: + hash_kind = self.hash_kind + try: + hasher = getattr(hashlib, hash_kind) + except AttributeError: + raise DistlibException('Unsupported hash algorithm: %r' % hash_kind) + result = hasher(data).digest() + result = base64.urlsafe_b64encode(result).rstrip(b'=').decode('ascii') + return hash_kind, result + + def write_record(self, records, record_path, 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 = message_from_file(wf) + wv = message['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + # TODO version verification + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + # See issue #115: some wheels have .. in their entries, but + # in the filename ... e.g. __main__..py ! So the check is + # updated to look for .. in the directory portions + p = u_arcname.split('/') + if '..' in p: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + def update(self, modifier, dest_dir=None, **kwargs): + """ + Update the contents of a wheel in a generic way. The modifier should + be a callable which expects a dictionary argument: its keys are + archive-entry paths, and its values are absolute filesystem paths + where the contents the corresponding archive entries can be found. The + modifier is free to change the contents of the files pointed to, add + new entries and remove entries, before returning. This method will + extract the entire contents of the wheel to a temporary location, call + the modifier, and then use the passed (and possibly updated) + dictionary to write a new wheel. If ``dest_dir`` is specified, the new + wheel is written there -- otherwise, the original wheel is overwritten. + + The modifier should return True if it updated the wheel, else False. + This method returns the same value the modifier returns. + """ + + def get_version(path_map, info_dir): + version = path = None + key = '%s/%s' % (info_dir, LEGACY_METADATA_FILENAME) + if key not in path_map: + key = '%s/PKG-INFO' % info_dir + if key in path_map: + path = path_map[key] + version = Metadata(path=path).version + return version, path + + def update_version(version, path): + updated = None + try: + v = NormalizedVersion(version) + i = version.find('-') + if i < 0: + updated = '%s+1' % version + else: + parts = [int(s) for s in version[i + 1:].split('.')] + parts[-1] += 1 + updated = '%s+%s' % (version[:i], + '.'.join(str(i) for i in parts)) + except UnsupportedVersionError: + logger.debug('Cannot update non-compliant (PEP-440) ' + 'version %r', version) + if updated: + md = Metadata(path=path) + md.version = updated + legacy = path.endswith(LEGACY_METADATA_FILENAME) + md.write(path=path, legacy=legacy) + logger.debug('Version updated from %r to %r', version, + updated) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + record_name = posixpath.join(info_dir, 'RECORD') + with tempdir() as workdir: + with ZipFile(pathname, 'r') as zf: + path_map = {} + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if u_arcname == record_name: + continue + if '..' in u_arcname: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + zf.extract(zinfo, workdir) + path = os.path.join(workdir, convert_path(u_arcname)) + path_map[u_arcname] = path + + # Remember the version. + original_version, _ = get_version(path_map, info_dir) + # Files extracted. Call the modifier. + modified = modifier(path_map, **kwargs) + if modified: + # Something changed - need to build a new wheel. + current_version, path = get_version(path_map, info_dir) + if current_version and (current_version == original_version): + # Add or update local version to signify changes. + update_version(current_version, path) + # Decide where the new wheel goes. + if dest_dir is None: + fd, newpath = tempfile.mkstemp(suffix='.whl', + prefix='wheel-update-', + dir=workdir) + os.close(fd) + else: + if not os.path.isdir(dest_dir): + raise DistlibException('Not a directory: %r' % dest_dir) + newpath = os.path.join(dest_dir, self.filename) + archive_paths = list(path_map.items()) + distinfo = os.path.join(workdir, info_dir) + info = distinfo, info_dir + self.write_records(info, workdir, archive_paths) + self.build_zip(newpath, archive_paths) + if dest_dir is None: + shutil.copyfile(newpath, pathname) + return modified + +def _get_glibc_version(): + import platform + ver = platform.libc_ver() + result = [] + if ver[0] == 'glibc': + for s in ver[1].split('.'): + result.append(int(s) if s.isdigit() else 0) + result = tuple(result) + return result + +def compatible_tags(): + """ + Return (pyver, abi, arch) tuples compatible with this Python. + """ + versions = [VER_SUFFIX] + major = VER_SUFFIX[0] + for minor in range(sys.version_info[1] - 1, - 1, -1): + versions.append(''.join([major, str(minor)])) + + abis = [] + for suffix in _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/python3.11/site-packages/pip/_vendor/distro/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/distro/__init__.py new file mode 100755 index 0000000..7686fe8 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/distro/__main__.py b/env/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py new file mode 100755 index 0000000..0c01d5b --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py @@ -0,0 +1,4 @@ +from .distro import main + +if __name__ == "__main__": + main() diff --git a/env/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..9b7a20a31779e11b45ae54b60e0aad5450d616f9 GIT binary patch literal 1213 zcmd^-zi-n(6vxkwo8NAJ|7Zuq!jOSl1;m7qKtZTdX;8!TmXlK-=}|vBob8G-^}k?e zLHt21w=%Is>eh*SP9mj(m5HaV@TX-#g6d3zSo6WM<#?5DAd|?3# ztdOAv7TREA0Sf4VgFCQ;MJQqkN?3+6R-l4asA3IjScf{g;NmXqVgnl3geJD2g>7hK z2Rhh=F7}{@edyx=1~`PF#pW!qzgn;-Oy;04Wh3X8Wf~X_b@ya)`sT&)5xg4n@zM0% z>4YDRb!$sKp1vfhxg|}exzn+XvQJ}~q)N`RRK}66aegUOVoc6;eU`~E;8BJ%p>+8y z4n*Xm(4BxnVy;9e{6ug+P1PTwjNZrEmVtJ1%L(O$(Cv^a@;rW1vKc0`yQ%Idd9;iE zhgfY|(=N(rYwP4)HR9xMnr$J^Qq9P5)$ZEP_0oD|?QUjY_$p0C17&WXDTlB_C=$wq z3V~jUsuAi0m#|A{5SoM*p-t!zx`ZB~PZ$t}ggwH(!O3V}7gy)|*Xkv5{I@OW66byx za{is&m}=}+dgn0;Z!W`7B;Gha%TPpV;w`Sy^EmP_4rW>M2tTH&C!$L)l(Y4(#|MXp zULsTRaN(a__;VAzkPFY;V-&>7TaD>)E+d(8ez3T@Ek85avQRu%_f2Jb;>iQUWx=wn grM+j_OZI=`>9A(bV1w(@@(F9~U)ShU_sntq2F(sT9smFU literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..cf3ad3545e9a040078886889d1c619416460c5a7 GIT binary patch literal 347 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/distro/distro.py b/env/lib/python3.11/site-packages/pip/_vendor/distro/distro.py new file mode 100755 index 0000000..89e1868 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/distro/distro.py @@ -0,0 +1,1399 @@ +#!/usr/bin/env python +# Copyright 2015,2016,2017 Nir Cohen +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +""" +The ``distro`` package (``distro`` stands for Linux Distribution) provides +information about the Linux distribution it runs on, such as a reliable +machine-readable distro ID, or version information. + +It is the recommended replacement for Python's original +:py:func:`platform.linux_distribution` function, but it provides much more +functionality. An alternative implementation became necessary because Python +3.5 deprecated this function, and Python 3.8 removed it altogether. Its +predecessor function :py:func:`platform.dist` was already deprecated since +Python 2.6 and removed in Python 3.8. Still, there are many cases in which +access to OS distribution information is needed. See `Python issue 1322 +`_ for more information. +""" + +import argparse +import json +import logging +import os +import re +import shlex +import subprocess +import sys +import warnings +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/python3.11/site-packages/pip/_vendor/idna/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/idna/__init__.py new file mode 100755 index 0000000..a40eeaf --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..9fe39da9b0b2eb635321c8308d6fde0659f0de0b GIT binary patch literal 1114 zcmdUty>AmS6u|9#Ts|(}NmB;IhSUu7R6tA!30j1@R3J7l*5%GzO#JMt&xz>9f5Faz z_-{HQuS{%_x^=?Nr3gB(FyXU)_uljQeck)g?Y5CyugNR+ri##auiUK4PPke-;S)+x ziUk5pF!pjqRG><#P$M;{lR5+>fCgzmlQf}4TF@qK2uTPX(t$4NLXY&IPx>$*0~nGa zjK~PaWDFBB+4`%BJ(!XyMj1+LpE21_>u=F4_<>#U8MYy%Yo-gXB&D;F?Vg^TJ%7Pd z{!(kDZOf~rI5?H-Sn%{%r7Txm8oPhna;&6bAB+uR5zm>h?PS4{C7nBWwqMGNi+sT( zRZBZ94P0`=V?h%Ib1s>-VQDWtv`R(3OKgy`#D%s2ljVC=eiE)s@%RbV4C37OwkbMi z+eF^q(v=;R=i8f9FqxT!9hbJkXfCsz(KTl1O4PB;Sg~~%b2%I9nroV_djuX0kETb< z!~b#}dUQOx9zBn~$JArsG4vRDj6EhEdk$x_JGPU@$uiCuO=A;lH#*4H5~bNch5l<) z+xk`MHb>i_G!}x=ujtB!N7q@jP{5*$3&D!$L?tU=(iBmCVHQe8pwjuOcnIglL`<$D z!RNc9M~6p8QNay+uq(>l;d$f+PNqsnJe6@oshGjo+HUZ%;U9h1b>t_3izWO3 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..54c131b7545bb8ccf1aebf240d062cf1a844afb0 GIT binary patch literal 5405 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..7e38425574eddedea340126d065246464a1372bf GIT binary patch literal 2999 zcmai0O>7&-6`uVgY0}gmVOfq{YiPNsn9yV-%0W=bEl?Xa5L<3+IRPrSSg*K4YNO>Y zHM_Jdm1>Bh1*kwpS)hh_$bkg{he2{sZ#m}BLyx4v1F?XC0!0qK6a~Y6 ztaB39LwXd}N4{+nY@7faqaYL3#buNj(@qEog>M)SiG?+68jg$Y95yVMxS;6- zmx^q1cFiu5T*)-I5+LdnG}FXZsjx~YTQzMfk7>zr!oXy0%OTm43ucel%G!lu$t9pn zNs$tVSgz(8w#C%lHG*?CEre%h9ap37ToMyYpGzdM&(CvyK7muIR3e4%tucQsXA?GO zsv9NZa8nmHH3vV!ee+?%;>$KQ@`k0E{D42d06t;YC=mS1S<}wX&TzjIiB$LnyOG-o z(UWgMBs}F_sb~^UVPR3d03~jTTB$5V?68GkB*E|H2Qd2txkuK@=qYfYAI|Iud9)+y z!j9xJjec{LgAqbyVOV3ByM}&K+L6n$E^dR$59zIQlk`kkD9ZytG0xW=%mEL8UKg1H z753&pM)GA2WdC>sUOP%zY#i~OZ^MauVlXZ%x-{4UIAOr~wx7a&pYuJL*6=9>RF-$7 zy@zh(h(&Q&27oJTXCbh64{!vSI*wfoKmeE$fQFSN3}aNY^2GUR7(?sBOnsB%N`3PX zXsVAql|heTEs32{b`4OZxkFImRu1w6Ym{K}NXxqB7D(9+0SpfGIHFYpFJ6J^MFwnO z0PWbZ0fa^>%#GdU?)j#ytgREB9lKFT7U2zUXOEV3BIMT+1XM79eu4nxA(io+2)<* z#%If&_}qTH9nU-)&9p`{-La|e)J)@@=EmP{?T_!z{XN#YxX_upT#a@^BY%#56n$K1 zEbYfT7Z>&mU;U!<){TG0+i%@$Pu}WG-fD-II-#XjXsLT@vKp?2zmAO6CU>vwU1`Zv zFX0@>Q#htP31X2w%p_P~W0s*WCxARbWq5+NfiDZ&@LWOOh__#0SosV_bP5KP<)*{5 zFs7&2#K-}`FmT3!R8aTicJG88Dzy=Jilm7>>Df=U|WHWm*@83(}5wv_OAw7+xrj;xS1H%B8R_ zgLOnNxe(%m)-R+`TnEK(xQP84?C!`=QspxE`bb=7r$;nUR{G^zu|xq`qAo3?vNTj+ zk3AE8d3=2T|Fd&|?c6W@d>37YD^j+vTq7=_1;c`>lfw^KKp)^7y!H-z%WZ7KLjT3~ zbB{fz5B%YS6t6avJqP!$Clrn*FR*IB-vQT)_`Pb9oXfA2o&>o>kYaXnc4=OKS02@q zinim)Oc3gokzaE?L3LPsSxte)vFeQvG9LbNxSC8%(&nIUZ*P9tg<;$NewI}C0lk>Zg zs$3=A$Y^b$6`6+bGfwM2_IrO0Xg7Acw(zfD_)p7_r}y{nKMPK^f>X~YrW=8V^GT#V zk?c$)cY|O||H@ zPg0f?p1f+?COX1XXc?9>1jFWg`j yTV@l<`g@H`Q);~ZF_;AQI0=mk`wH!3F2V(SI%4Jly4-+Y{nW zz~lZqCv^Pu!wqq9GvX5C661Tt^^R{7-#gMK(mSC|LVVo0afy*Or4kdm#CJ*P66tbQ zm(pD$SG()uEFqQfbdmPkxzQ%vWTNKEHYOy`$K zOy^QeWlAKb^C+eZN+hQ9DW(fcB&ISH(?ul`(*+dM#U&Ecg%nfS5{c;|is_OPiRogB z>CzI3sVv2GS&77S3B`1IiNtg%#dJl9#B>?ObY+RebUDRzRf)uO1;uoAiNtgz#dJ-H z#B>$KbZv>mbT!3vU5UhW4aIbQiNtg*#dJf7#B?3SbYqFcbUnpXu0&$GfnvI;L}I#; zV!F9RVk$>5-BKbk-9$0nS|TysOflV7A~D@UG2LDwG2Kcr-BBVj-9|B$FOisTrbxS0s z+7wg05{an}#Zty1ztXYD6(TP$DtiM=>=nk(lnMm>w*Vm>!^*9x9QT8dFRUmq<(x zQcRDONK6k=OifB8riUq}rX>>7BNS7!5{an^#q?;2#MG2xdaOiZYDO_NFOirYrI;Qs zk(eH%m|B!bOwB2#CrTuy$0?>KOC+Wi6w^~B64MhDQ_B*G=}C&|=@NY$EtZ~FEIq$iTBcZfL9z70V(CT2 z(u<3wWs9Yk6iY8HmR?pYy}Vd@MX~hCV(C@I(yNQ5*Az>yEtXzaEWN&1dPA}F#$su? zV(CrA(wmE=w-ifnEtcL^EWN#0dPlLee6h4bv9w~b^v+`GUB%K$#nQ^f(kjK$s>RZ3 z#nS4<(i+9mn#Iyu#nRfv(mKV`y2a9Z#nSr4(z}bL_Y_MT6ie?dmNqPwHY%3hS1i51 zSo%P*v~jWY!D8t{#nOk1rH>R#n-oi%7E7BIOCK$kK2|JkUMzjQSlXgk`b4qx$zthK z#nP6=(x;21t%{}36iZwGlP-;?IgtL@|Jt-kZ1q%Jg=dQ3t&osg>d|Qb0l8jQ-O=I33@5F<{e7jHZkuo>RZpj8@6j( z=6;^J+c9^0=I+4U9pMi9YbWOJ?A$Bjf^>5KME~M`?_Q;Q-`-uSbc^=t)un%x#(g^v z?A@i$fc{nb4IR+EZ=Wi?`zCf8*uQ%37X}Qd(xuO!D!rneLa9dOYSpUrj}GWksb9y= zJv(-ztNTU!RcSw{OP|EPL6vA?pN>@q4(MOAc4Ef?9V_=6np?Vk|1RCyR}IEcvgadx zn31HoA0l1i%ar~hPX0ZsbTEo!m;(nR^Ix4`uFQ%>5$VVV`=5xnE}P zSD5=%=1wAaZhUL%nZrR>(I0XrGj|Gek6`Xp<{ru1Y0Qlt=;B06JNIbjMo)2kEOU=z z?(xh$fw?C#_ax??%-mC$dn$8JWA5q9J%hPtGWRUz&S37@%sq#>=Q8&^=AQ4}2}PN3 zqvd{&FGtnB0N!v=FJ$gT%)OYomoWEI=3eIA2}R4{MiK)ts>&Tqr*u{@eI?w@@CUY+ zM05d{iPg-#hTOUFO(?`#PZNsP!Hwuo+2}`*zTWGRqAc%DDB1uwlFE&*PL^?_^V+_f zP_zkv#WkD)ZFYf9!7v=krs%f-g|)QRyAz7G!Ocp#j4s~}W|OQ&-W|>xbSD?ZwG+U^ zl~9!J#DQm#tJ?A5BWltmyZ%9u_Z&fMn6Qze-JoG?uelH=<8NltMXyV=fY2KfEhO}& zM2iT$CDCF+Z%ed<&>o4F651=#GBYLEKV~>$9EK*lS`dkki!-Lmj6&$0>7V}(^^Z0# z)-Wd&?IX$5v@P#)N`1dXD+nEsXeFU{Bw9u2phT+)y(`fgLWd+;OX#pf>j)i@Xg#6# zB+4T6zC;@ceIU_BLLW-BiO@$9Z6@@wL|dqveF7AAj8CP!jjs4iqV0roCE7vgbBT5m z`a+^?LSIU>i_ljRy|`nfnBDpJeVl=FVsC0_HAc z?jq*?hPl6G?(dlUU(EeIbN`#Ue_-zaF!ztl{S$Nl%-pA#`xoZ^FLVFO+`lpR@67!N zbN|WQe=+y}nEP+M_V@N)q$z`NGj^qoNe4&&lkbDu7FP8EolFKsr5-Cq1`BEld zCgo`)U(Vz!q&$PpTHfaIH) ze6y4nk$el2ZAl5b=3?M^m^_^o9m-@)YaPPTn*1<4hdTv5uaNWRm_ryTgqEWuEXSdQrUB?_qKSDd&)UFOwU38Aa*!##YMieV)NQyq!#! z+|Mp~K+3cNi#BHRgHj$z@K91Q%r8@WScf@!qZGfCyiOsw_y{WVRCCJ z!zMh-t8icT?XU>X7X~7~I3y6)#E|gZm{Wzbs`8?pK)ns*{6$G?++CV&ZTo zn#}B@CjJz5#Rw^5;!kDrNGIC}r&5Gz4%rAX*wfh+qnvE7m`+!WmS_f{ zF%H>C#!@6>StR3~Y$Dk^m#&x~(EeG3CQ3A$&?JX!ypt*3$w1*MXo{0<<}yz+8`TIf z9*kW)quFSxObUZ-8q3LaDbv0tIzuAb{X}OvWQzl1GK)nr$H}%hv{i}Dm1qN9F^^p_ zU&^%Ah-Nxu(}2-fz^+&*Wt3wPlNU=FMq>$+mpa+x@IVr!x6C1%-g3HPIlE$olkFAg zuPd3n+R6567>YGaUh8CgbvmWD&LMlndb(mgyCTcU_KMMT#RiGS5ZdUFjbsx=vWZ2q zS<19si*8}^RwvsuCR2pl9I_E^rz^IzE3&1$i{xEQe#^_4Q4`;$?O1fLW4V!DSfCt; z`TM~CuJfA|_l~D14*`WkwPAFAmynff5_yIq&%JEkD2_5lxLFs zDU&~wat6t{O#WQTb4dPz$zMqsbLQ7fJ}PB&|6@!(E@gE86HGoSWpw{MCg)2Tb7ldP z3#E)Xvxv#xNEvhHw@m&{$`}g&V)FM=#+>`SZCBn@2t3Z3vtAAsW{4V94B>%zWKc$RL{}+@0C*|EF|IK82-ifWt_6;XF9>{Hg zr3|~0z~oX=#yofylS@k(n}f5Ne2$dO2AIj`Ng0dX^O;;m%HvKmE7c4JQju4o*k>>+ z(Z-r3d!bAgi|C7(e6f_x#+u2ONZD+xnS7a)v53B$$yZ3(Y^<4lm6S2>UCrccq--|U zOukOaW@F9d8>DPD)=VxZ^QiegO#N^6ShC!&pA}BDxxrt4kS+=o(C}?`6zL$Ft}# zIeNEe_I--wma42YJ!))}Rj|H0?umz;k;pk?G=qNb4MW6$8?8@Fo$>{#i7 zV;*#}ML6z(*+L~mPk1oQhB)bfsjdUCUU@)a5{;;L#*P3EqMzL-5oVwJfx;^ukTN!A zjXf$wi5^Tpi0XdOLDRU0Fo8bgqoIxgH;(m*x9~h6+Rt5P^82pY05ds|ve^JLd4P}) zAW_`tb9o;mg7e32dcJLoc??K z-Q;~0UUUId9fwigB%m<15iWFqn-CN})qzvEYe)AtOZc4Ft)?vm^@y}<0!%j5@9tz5h(0$lZ1STZcjxgOGLM) zqEjTI+f&i064C9c=roD2XPhq47D6*5!kObtiRdm>be2N_PC*D{IAAN8?omZ&O9aC- z$DshXhX~Adz+OgosG{>E!j@>hL|CC_3UnAlcY#D0x(k8Awpk=)n4rZHjUco{qEtdl zC4wznCJ{{Ga*42GT_F+Xtd$Pg9u0fB${|w)hhYX+1BE@{4Y;dgp@?$@65nLvVRx;K z4kt24913uPL*P9RaP&gpeGhO3LEr-qa7;wtLl1D~K;R<}GA#JmgJ}Sf=qCVSmOpi( z%@tOCpD{UC%2@S%&g3tgZ0iH7zAu^lm6L7cW*f-lqf$28KqeoTve^bQ`J|N1Hjv5r zQa0N_CKpQCYy+A6jg+zK`^~mhh>F0E9)um~ zCwBSIUJN@49^tUFFV6EQv0qr||2omO!8VeAW%6%Mwp}(M`nv-*yxA|Z@P7&UT^Nf0 zNkliZqkl^TQxQiqZft&dZz7?1i6#+>NHqC0b6xEKr)V#p;aryxO^``pc~D9soV=dp zkm=#?VGmwfBAm9K?U1Ro_b|54amZdclhC;i*-$u6Jx?O6$Iq8&HlZ>S%^`GwL^!Rz zP@;K+E^^3bVm_gZ1v)~{RYc25go*1Ci7;_pDiJ2G%Ot|Yb-6^CxUP^06W5gzVdA<< zB1~LYJ7ntX2o})SIAjWR1XI_w5}`+4ClPw&^%9{+-XIYsuNx)8=CIo&!W?$HM3}?wkO*^Fd5JKGRdC4mFU(;T9kLw&bJ(2{;iUC0 ziLg7XBoUTBl_eTasER{2MeL)h0)>-H2PwnAcVu!WC)>=yz;|YHqLXdpFz{WN+*Qgj z@ZFf)UCJ=F(wa^ zve_Cid5Dy;u^7taVN!;9f04;ANg2n1FEjZSDdRZsRVF71`F*VFhBJAzl(Bjm!{o72 z#-4o~lgCRLeQg4hCpy`5ruT7lHi^lTooqVO`%_4s!sMw^#^!Sxlc!4=M`tsbJX6Y8 zM9pGyhLo|0n$6@nQpO@`u9HtQ|J4cJruoloqt9TkM{9SPEEZ?;U9vQ^Go_5NyMW0H zrHrw=h{=nkjIq0f$xEe-vAc}P%cYF5yMoCpoot&LV|NvkS3B7@HOB55Ca-m}y&7Y8 z9h28f8Dlq#$s3$(Bgfd?$mC5@#@OA=eM)W9;r? za*mWSc6WO@5`7KsaQpST2>Jnz{NC_E6QXZQ84s?!#pJi8j0actFnO<(aW8uxllMz` zG|2~;{En2dYd^^3ccpA@xH0*Nlwl;^WAgh_hLQMy$sbA?M&ctTe=KDfiBFjPsgq5= z`@rn9n4Ifm)3H8)k@%d+Ur5>Pw3z&rl+8|y$w#G(!F-I#$E9p`T1-AEWwX;_a=w(! zPK(KfPPXMXJ1r)E<78WIv(sYocTzSxEhc|2WenzjGx-N8V=(`R$v;XNgZU>W|14z; z=2J}mMame=|7G&8QpRBZjmf`D8H4!`CjTjA4CcR>{68sUF#pZuI66~{ZMHtdL>vzk zuFE1)PC3miQ#UwBvrIGW=gwf3i9{1vvZZ9Qsg$d;m|R-QX(XS`3h)#PN;IK|dz#X=6D&ylApTPJe#-}j8g7KA%XEDBk@r{gcVSESU*^Ix<_+G~M zGyV?ahZ+Bb@lQRcM+o4KwcpYON0*}gzEpT2Fg-}XuKZdBS!aVB1r96rqz@j6<}>~` z2ZMKcDf77%$8CrHof#ydvY(7_aU*tq91d ze47nkhXt?egVUQUjNij}1IF)V`~k)vX1odG%@}Xa_!Epj={b!@xLFCOBg+ZVHVV(M z_&J5=*aEf%4x9FQxY1O_+V-=}Ckm=n4e(s-wb<>P!Hy&$+D_$TmCZ+cmo~LgSC*&2 zj1Omg1mmfUk7s-Wj2~e99mWqaeuVM& z7(dGRNyhUT|B>jGx8$1&m+Bcv;3TWxN986&bI_cy-2WGG2@E z`i$Sh_=Ai;%y<*Vn=#&;@uwMY?Ri49E!@qh-(%qscXaiFqpLBHo>zDwa3tE!UrBEw z!5!9MBI8{dAHsMt<0BYPWqb_d;~AgC_+-YXGd_#)*^JL&d@kej7|&#U5#vi3U(Wa{ z#@8~wgYg{3-(-9bGX6E=M;SlKcs}DlF#aFLe`Y-H0@h*Sb{&@SvW#EC_=Ai;#CQ|Nn=;;l@s^Ay zGTxQ(B*up`K7#R7#%C~|!T1KoH!_~h_%6nC7=MlNy^J4V{2j&*GyW0dA2a?5=F^rF8d@(`FzK`+4j2~e<*K^uY!5u5-j#Wo@;PIg^|A}!%`xT4jsE;KQjk}0qF{=f7 zrU-5mBOQ~(9nHpp`2|dW!0TpBvMc#$4(@O?_Ce@O`jjuPILWtAabF_oRO(c+;V+Y2^^7tp)SP{NiR z?nBv@GI2(t$t=he86;=2t*EI!NF+KF?yweSc}`FLs!QkCOXsm53ssN>Hpn6tWSI)G z)CO73f~;0SR@oqHSdi^1$VA(iJA4qj;|+IMj2y<_W&9B1pEDkJv8&WbG!t$U5546H zcQe>a43*=XaHnD))8AD(ZZ;h9I=#~gci32ey0Ca?GwxW*918oF*J(jt)}>3&O2Hj2 z?wec^<4xfXd2_~FF#ZhVtr>ro@ivUNW4r_7qZl8}_;|)AGM>fw2FABAzK!wSjK9YC z>x{p__#VdhG5!hTpE6$d(pbG+0ypaIbhAQ@0I$KCUuHas@eIZ@8UMv|di4`--!YF(!0ngc6vO?O-xb3Rm_HQ5 z9hg5AgDv|@F<8(4frW!C?lN+RoiXW(7#|LI$mcSi$@p)K$6Xl`Lyk|3hKHTA} zM;Ed%7cqV@3x5p@Q;zYWj3+U^it+V~|H63O)v z@ji_AV|*avNsO;%d_Cg_7(c@J=Zt^F_;uIB%5?+WVZUw9cn8K`X8cvgM>9T=@eIZ@ z8DGozdd3ek9(QdlKaas3)_)7eUu8Ur@t+z0lkvLO#p1ae?y$T~8Gp?4glH1n&B*2j z=Bp9uaG5_aj=^a9lN%n+)(r5KfStIHcLvroAv)Zrgbz@V`APNwpMxNf;sL()KwyLi zTP+yrL5>A!9=vHmx&vks{$>`|zN5fQ-O@)+oNgxkV<~u9VUl8aTVb+dlZj1H4DS_8 zRctD;X^P>^g6WFk)q)v{;oX9nis9vgS&CtMkf9h}FPNMO0irq zJWH`cF+5DMQZYPDu}U#KPO(}sJWsJkF+5PQRxvzLu}(2OQn6k!OzK&RVN&0q7$)_N zieXaUq!=dk&5Gf{iYyiXDpKlT16o!a=r6>3E1DM=?A_ zv0E`b>-HL0Xtegh9U8?WjQ_!S-1ROzz3c$DF=mgF;i3d8d4O*_5~%D!a{ziYh+SUQ zi%;6n)jVivL3Iy0*wIwOgVr`gO%K{wP|Jh17S#42e7n4k2OVsPx*l}0pq>Yb7S#8k zD*zqp0GL{%hk(4;-G*-9!C;%~dp+o3Lp1cDj|Gi92rRhIg8>%Y@4*lY9`GQn{KgKL zr$hI{(mp5=4DCY>S$nhzPsBXzSYTR-p84@0Y?&q=ge}w51AL;5;%MdpzSBnFQ3q^x z<`8DC^EE&Z$mVbqv0+Bg z!Hz%gn0qOf%9|*{&Xh zZ|ipRAk0{I55o62qaK7A>*0aP7`=1^5O$^^Uc}e1Xuu9-;%q0{o{6Q#9EXAywmRoJ zV4kJkk0r%Chl0y(P0aTIUu2>XnI5#Vu`F=F#)3J0p+h!tOy7$nLdz|7DClmZUgAMF z3zj-yE@|)rk7W`c`Tjj6_swDOK19BN;eOtGrh9X&6DX&uc~ys z(o&7-)s>EST52%8rqXeoSBvSjm5zHpb(mgP>3FTB9@Fb99q+Z=&GdVeju%@RF#TSo zW3}Iq>5Zhm9fsvTrr)o07?uZ^-dO1{EDtjMA*I8xJk0b*ln%qvgy~I{4#U!n>5nQM zhUGD)H&;3g%i~OMp>!CQCz$@E(qUMhVtPxZ!>~Nf^j1oTVR?q>t(6YL@+{NaC>@67 zIi|N&It`U!C)0Z=9pk?@)B7kL}eo+R}h82`hWo~(3?{}iT=P&&qc zD$_?Q9pgXE>8G2R>IC>U=uc-nF{P`7VOU1FglS?Lt#lZcF-#w;bQqR#Odqdw7?uf4 zpQv;gmPt&XtaKQbDNLWLbQqRtOwSN{#{)RpneAABZ>-V0GL_5rP zzzi&4`a-3{3@l>$Vx_|jEMfXmrNay?WBPKX!wjro`bwq446I`MYNf*rtYP|ErNa!Y zWBPif!wh6GeS^|r1~xK%lhR=ZHZy&T(qRU+GJTuUVFtD{eTULv26i$%Tj?+ZyO^G% zbeMtNOn*)4J7ET1XZjmThZ%U2>2E0=X5ek6?@>C;z+R^BQ#wZLex@H#I!5a|Oh2e} zjMjIVen{yUt%sR@MClly!1NE5j?wxN(?3=^mI0qI{Zpl58Soj?bCr%| zz~@Z=Lg`ore982$l#XS<*GxaEbd3LFOh2x4jQLhPN~?Pz(oG7b=FYK3$|3jL^kk<`9J*HGw<4n{t&3 zi&LDd6~i&kHHzUJ@mj@j%knzKaLe*~#b7jU01NNFl!H4w;3==dX43T)6vHuMMa6Iz z@J_{W7w|5{a2K$WVmO1WtQhVBR#6Otxhhzg*Sbo_d0;)oaBNs#G2C&xTQQsy-lG@} z3L7YfJ8t(XhC6Nz6~p*w1QxdWLvV*}{)h~_3w^bTV(6<)6+>TbrWpF_ql%%gKBgEZ z%I08Uo40^F%v)>E>D@4O9VVzYOn*-4n4sD+{duLMueD=(d!=K7>HrqDX?LZg|3wu; z|LdU``d?4Q(EoZVhW^)EG4#JailP7YRSf;FA6S^z7n~j>*_Cd<#Qt8yugcJs1DH6_ ziz!wd#Kgf~9AU*FOdRS({PYY(JB*1hdeMAjlzuCRi7$IG&0hHmK-eXdoQPMsilDnCAh0!Ggei5AgdH1Tr14^|s5_+X6*xy)9JK z*4rXQZM`j4)YjV)MQyz;Rn*qoGDU5@Eq64C*aEEZAi;u_9^iL3sEDgPz^`r)SnUCR zdV|0k5Aeeq1lD?hU*90G&VzFS=x2TaLc6xXi35!>*tOoY@J2_?Cld~38Mw(o^T~um zs|nJE6fm4;w!j_6yVVCa@#btXQEcNIX7L@8?LxSnj#&$w5Y6@gzav5+ zb^)A2HqD$nmOF?wQjQN4epq|A3l!j|MkvH<4wz$#a_?g1ecdzUo<4kT=o>Dsu&y?l zGQH`jt*fmDzU82;tF@-C-UbZoY7g9DUG4ROOscr1%OF}Ub2Ckm1wFd z(O3VVDACuNni3ra4NG(a?pTTN(^w~&T2qbsU_eKLq~gfVBe$@mpPggN0QZSI%8< z5Esy=%K&oi#bw~eSLJh|TnL}Jj5dRChyAK7+@@7foa0FtDwi<*O1MqCLoas_8~3Zc z9*N!xcNp&-jFI2eSg>ah;&>1*oU<3V+ieA%Wyu)NM6uRvQCCq(o zAIe_5`FIj`NOe567Xw3yMC-DP?|~cH8Wy?fCej)(?Ovyyvc<;!r6JQFcKWbL!-kaN zBg}sj`J2T2H#MYdo3d-4f!mb0OdKnkEnRCCusz(o-Z}u7=B2w=aEBG2$aoje>9_cI#%gS zl@`xIe*zHzQ>`s17=Z)_jAedfeP>Fx6d1B}x=E>8fFCWJLaCkEq;ys+Yn`j~rJR)J zU?73BUDg8gaB3uaj>{K`=Q=UWcUNNPIcA?!r2|P1!uGz%gQw$7@h|qkSQ7g1zXzrR zM531ggza;=7sIx{!hzgKpT1OcSF*rYJIy^rdW{FYY~5e$fq4d#4inks<(!xs>ED|Q zca!%g4CvB}z|9^+2K1)1Z($eT>a^e$Bt_qyWa8~!oEvY%JD6DBi{X_Om{`$^9c&5i z^x!WG?((3y1(iH79WD~B3=r056)%Qkx|#>AaCszJ9l-Q@nqa*c4#k=tgchKd1E;8K z#(jbnaBYXo0{Rmyfa^#Evt8FAdm%PA^&E0@Onrbb<99nTH=%3CAr$%^2ZCwwreihm zAbd8qp$B1zMh=)Bd^{Z|g!h4kX*}rk;7MDR4|@>S)*~K-owtbx?QHcm1qkD7;Y71B zsdjw$2+Vj-{DWeqd(zX=6cNH!!@T>H$5==L*C5(b(CQ(5T2O?=^xH~Mgav&@&>A6a zEojY+TPPrVLedL4i4H5lMwCb zKrTHZLjgK@KOMyaboL+;9Yp>_=MM&<`4XaC9LS9f!UbKuKVguGp_>P#2p~vzPa;ut z%&7AR;iTBZf!xRtT+q||6NZ==dN~k;Q($io!a1Xl2Vu|b>p?g&`*{%d%ojYUKtq#~ z4LraPOcLnt0e)VRzyJ@z+8F2oesq#T4DtX!IZ0r!2l(Ad0z*8&uTBye>Ooi?!#u!m zQBsH(J-{zf5_rjjPSh%=n-Z%B_`%9Q&Ui|E*{2j%^eY~O75%CQrlRR5<^aq9r^kHY z4p#^xJg3E*yT}aus?>*Tkf|B%L(tElvnwZhPB)!yrWmnWFyG}mp1z9yM>SH(W3wwU z7z!D8D51Tn;zPlP98X_M|D%hmdTcKShC+{V`itpS2HaT55bwx%AIAH6PPf)>33F=J z;wO^ub1)SZ!!rtZf`#>U$F1ZJ>#GsmA#dh64QjYi1Hre*3=L`zj#<#j1Cw1E)gFWk z@I(*71$Y+^!UcF&55fg_HxI%Ecy|xN1$fkf+=wyFJ(#~5<+CUAS0{fj=7-Vl&HUIV z^k!U{4kUO^J50-AM;no)G+{l)X=bm^3^I37|1|%fI$q@02s_b zO@JW`)B+gFKy83w4AcR5k%77ZFELOL;AIa=m8Y5{@(L#=udi}qGMmJS$?b4XOm>qw zG5Jm5#AJ8`Cnm?KoR}<+euNYrZ3a+zf*rtDBlqUn#({ZfO!mb2AI!4 zB0wesT>us^&=p`I1Kj`?G0+`gF#}P6B@FZcSjs?8fMpEy0$9#KZ-5mH^Z{7OKwp4W z4DySk0M;`w5Fm?zK>!;V7!0tHfgu2!7#Iq$nSo&dTL6r; z2{*l4JqVZ6+dK%Ti0vMPQ^XDr!d2o<4_aA^mF)pu=sVqnRwH;WLSO$NLw#m@yj?z} zaQ~I#LAWm1?SWab(j5a2I@sL4?m;ID-tZvNf;T+~cV%yR(A|c3+kN69mu!f`9+>SH{Y0h*VV8K% zgRo1y??KolKJXyy5+8aHc8QNX2)o3`9-vE5PyED#u;o7WAZ)qMJP2DZ*Mkl=j?X;^ zTkZ=F5^abtJqTOwD-Xh!``UxB<&Js~w%jof!j?PkLD+I9JP2Fvqz7Tk<#`acT)qck z%N2MKwp^hHVapYH5VqVm9+<;Cdj1Wdwk>&?is48fScZUIS%vE>`V1MwFyH{V?YvpP zK8_RzdJt&<{~+&AXh49TR%cg#0XGbaS^6DcHTNKX|ME*8f}W5R|toQ|08axo?##kG`KdX3^VpvFDt=K4H*C>WxR=ifRF~qJ@48N^- zy<+2t-JlqLUGYZ6CJ-y97|wWZQVfSYH!Fryo?8^dG0&}vO(k}lV$+D-uGn;9cPKW4 zSb4=}o^F1v89Yz(tNFV8SQ<_L&u?wfu16&{i!xAAF?{pnPQ~!ele-kd%d?dfn@g;+ zV)*Py6~*v$a#gUApQv;kyiQ{JWTj6beG1d3DjknzPGkCXrQ^}e8BCw4bi6w-i|H9k$GZcwnLbD9 zcz0kf)8{E2qjNsfGnJ0fxq#^lm5z4@7BPLX((&%V5~eRzIv)32#`NV%$GZb7n7&f! zI9OW6^wmnoy8~;OzE3GC{H`8B}`bLcZ*O~r?(u@CjJo~}3>a~K7WNXZC zeT@D8Phs>@5=;0kl`ss;+f3i1bQqSsOy8$;7?%A^KcI9NmUozbQ0Xu%?=t<6(qUK* zGyRCtVOZW{`uj?UVfldRA1WP&*jlXC5k4neD{mJW*=+AJ6d!64H zzr9k7-vPIo2qV$*j8|g3GUHVl@9sIBpTgaYMueU0H={24v9K@ru=IW}<1-k~WPBOp z%NbwC_lYHc(=nUIdR%*#V>VnC?jcrk%!bRtfm3D4wxT0eQ4E8ps$#gdnqoM-sV>=e z9AMQ@41>0&Vi>fwB-@EYt=f*+a_mGJbsV$hpx+>%M^O~RAw@mOcA@U;E4F~x-HM^z z?vZRa4viWJmYA<1UINImSBO=AYy_Yucz8nbag*~Bp$ZVt-ZR545j%^b7Wu0|S< zO11|5^fAY5d~1-u=8oBG*P`wpmuwyCuZ3bbaC$;9^xY>VGh^l{#c*v)$828Kqwb#; ztYA27L@UQk{tD9Z?YUsTpT__BbiRED8e9_?8F$|tjl8r*=9IY58&M}Iip~p%# z3wHs=DF(weUa|#PWK3|(v`66rEFkX=GucHPbPhMi%N|mSh`n;GQAbW=x2)9kcOmhC!O+n2m1> z+IOyGJ5Yb~9JAN%M1P*|n7uX!?VIVC4QJjTT;Nz34!eMbf)yp>Zp$LcQqfNrOO}Ru zS>l*UqbLpSwp201x6CnTZlYwk!%s#a;st(tJ@@7 zI-S^d#V}#-P;51^osz9Yy4jMgnn`SzVn{bfvej6m?N$tn$k!Bu-FRIw*sC`rTZ0>1 zZ%VciX}l%bcJ$r19kcy!J8bM8$82BQfou0VX2b2+No=2EHr!4ur1vWZ8+Jf3^r3eg zv+?aj|2ybd7$4@8cO}anPwbFlQ-~c_3=7pGj@dM_k>~duvuW(Y*neL!*t!oKv)AUJ z93Lu%vGtK-HolxpI(7LN%$>SaB{!Z{2oBO865|2F`$`eGaisHmd}Wdnm{i+ICf*ZC zlS!|`^tw(DdePi|y4k;OFp)y^JmcBFo=eH(BySv+q4gERx%AyWcl3P{xJ?bv6a0+N zV0@P6WX<75Ee$M1f6ARm#;}{CVFsl#mt8dZp3bSz_AgquGJNT1*#$0NUSt!N;V>ySS`s$!iv;Z43@8s zWFs)D>MDjdsHa#evHFsY#H@I?Vp+uQQ4E%)fnu<@_bP_vZ9~OiMH)#q0v6~##W365 zub9~aE0#{-8Y_ma{DX>NMtw*zjOK?G!wmC?Vwh!{D25T)c8Z}tw^t1Pxr1Wp&m9#*f9|9h`g3Q+aPu+| z%-Ap5`a0d%zhfh&(luQb!)mshWNGNz-4#RMjw*(}*h4Y&yPk?+mg}V$j*EIL2GiL` zvJsf6`bw6Dm32SGusV4`vJnUuD25eZf5kB44p0pJc%WkF$Ac6@UmUC$`rQ!4(8q=< zhCVh-G4!z)6+<6;Nip=XmlZ?bc||d-m|vAF74t!oVrcW>ilKdzB}+q}O;HT#j*u*M z#_1;ZdcoT?v43zrb=5OE|4&tkVYxa|F?6Oh$wp%GNmmS$&nU&v*+(k|qc}z}7{#%Q zVUUee44rPgVz`Mo0n7~6NOU6H;p%F#3mbH%dZLS`c+kaysScPa{^T}HDbobYn~lxG zbiqz;!!$EPF?6|^iec)R<(M%a1yj+?8IA>sHY2kgFo8~PGs_>vu-2ICn8|S7VvLb_ zj+txo=DRqKelv88o743TT3+ zsi37a9SM4trfHz1H5~I383d|IuW#trjtM~&~!5Bg_3@= z-qhJel75>!6Jak_bj)JVvWm{l2E9blW$B=oD!P6u=w*_Am%JMEaz&?&0KG!dd8Wiy zD!P6-!d|85_D!HyOZu-AQ{rnB9c$X+T1BUsdbm!~?-rR7U+*cpVEON6F8(glWch}F z2>+T*LL_=4gm98B=L4C(i@V#D*P9fjd(T8~R+NT4(OV?Nz$bdEq$hWn8oy1_ywo)a zd%L73x0x|B*go5JP=Q^Cp@8c(j7<6)PQ$x*>tJTmqOSU799aC&Y+ zzX4q+YfpF(sa}ozPcnaX@;}A=HOSwR`D>E@Y38p*{#MLioBYo(e;x9-X8yY5f0p^{ zk-tsMU!yAdpJRUHuPyTBxB z^kAU{T|8K1L01o!TF}jdkj1-(32Ye8=h)>+WU0n;5Y zf6`7xFwCB`Q<043PTHwRMl&bvR3xK$lXfbS(X2^36~QoP(oRJ(nlWjoA{ot>v{R9c zW=qBQ5?36JtG!N1i!Z90; zWDESThg$y+{6YIKXtF;mcdn$l=HAs8k!x<%%gxfatI?I;ApWJWs*!7!E4j>0jM z1|~AvQ8;GfqiKwG6oM5jLkGx^Y$|RK&2}v4V+%IN0TWr#@D&tju3&j1P}q5rjWat6 z!SXkv&u0o&l!;B?0>Ln2(fu*O@Sm>{zhhW_XDQ2P|0X!8;Z#bHLPD z-c}rREthNp4t`cRX6tb*ZUwBAY%LB`R!K&aKHU}*3{yVc7848;KHU}*4AVW`784AU zJ>3?QY%vaJvK-5e)Tn*B>9<;tPbFV;#?$WxmJnvUjm%${{F|5`v)$&Hzb0n8EzFPE zZY%R+w%f-1nC-SRe@*i5V1CSYJDDG|aW?ZKf4i6;`O9H`?)MP8m}*rmJs@dV zrgtO_3w6-Z+(`FsRPuMdKcPziaL9v5mqFw|?EMM71|$+V;(!@ZCz5f5_nu;yeBW0L zBjp3dU?e_N3?uz%oHOMshJ{6eVwjBz6~j?; zkz&{-e52T8V&5t@jo5dJVK(}gVmL$lUNM~J{aY~{KmVW@Rz3ew4725rilLwWq!{|? z&x)a+o>C0`^cTf2IsR8M^xa<-L*M;PF)Sv3R}B6655>@*|8&gEOeaz>+5V*%`uP7G zv*R*l1F^pyGdDm_?p&NV8OgLBYWa!e?I)7gnL=Rcb&l6_3sb z_JrA)l=av~wboQH3VVrHZ1yOHB|Zn2Dv>Uu>?hgmUFJob6kUlvdb!88>Vc^tO{p_a zw=$_7+(Daw^Dj8lgMll2!k3t$n}kyqpk-6iZ9lux2Vr?jp>7d2$5mdp)fDEMN_DkY z?3JNnVn&NxqjZXsx&ZYl>IJBkYrSr(nRLn@X;ZNcmGqN0kn;jdz3N@8B4}GtAST+eatl-fd&}r<6bY??9DNmfYQ(_wmh?K zKWyZ&yEsv}`;&q#q`KEi4?Sk0Ei?%Z6+bOT9$2Lyj6XB>p!JB#A zUbetaQjdCUlLGbz_OXA6sK(H)H}|5g5;D3ZqV^vzRzW6OD1{aew9Y}Pp74sz2jv~} zgKe}Yy=e1J;tIOvDUWRqsLM{JOpwyjD>gP#C~q{tkcp?gXk(-D!V0(Y*j6B6bj%aU z8*C1r@w!co3`RJEwe|`ggsWO$hR3r4RMChitZtHq|LF}P!4LGZZ%jVs7|ZF{%5=z z9OhG^U!$g!Uvz%6)ydnwF+Y7G;gm z>A*KHd&0@=411!RfG6vO$@c*iK~@K1>O zd%{04=I=g?{FA&tp{D_pW1zPIQ(~Z-0aIgOfC1AS2=j&#PIrv*0soAcKN0?!F@I0^ zXT|(o(RDLo{yy-}cK$F8usM!V8t~7J`8&fuFXrzF|9tOH=xv5WW(;&TV1Wk_<6r3g z2|W#16a&3`*Pu8T$3SNTmUs{`{-xeeQQ(SY4wx_4^*)|Htv}J_o?<346a#jJ!$BA8_kFHrcmV*bvs+;1~KnrM&n8*|y28i+pkX2gztNQ zLa)BCJs)@w={1D>A3A?f-=^@91Gx#kqp%7eGtd{{6AvQ&x>JRG3V&E3pLs2zUq56h z*MmquOrM{}{Qcqog89*%zKrKamW6o&*0wNTz&aKd2w2y`LILYpSma@NL&W6% z8%e`5eJg2LsP7~VOZ6{F!(x3eX;`j*OBxpJ2T8+{{YTQUXg^9CmhC4&t5>xp{#nwn zY^Nj*%l3<;VcGsGX;`*jB@N5=o1|gcewQ>X+aHpKW&2aouxx(`S|cpm|0E5|_P3+C z3EgOMLoeslq%j#jt2%D68=v%SFWe#D%lHw-?^^1@(@QCEn`3YqY;oVr8cuQF2NpgQ zalg{>Rlf(A-dO2)$>~9+KcsYgeCuJRKcaNl^d?Mi>h$0X`)R~xOnlUdW|H`Z-UW_C zA7grRrQ8EVr@#U>2nEs^G!}#&#t*4mYQt9~e*3(RHrF49G>lvoERyw}C z^(@odC>>wkdXDLBm5wiOJDQa-Nm9>1=N``VWTm5Xr!akl($Tq7nLbkK z=-g>cPj|ZQUm57!qnJM0>9&7mm`_$ReXP>azsEWKbaQ8|U^w;Y2QH*>JQl0ZQS_%X z{qz6P;}LP_^FPstk>X~=b&E@kUl{)sJp|vp0#-)jRl*oJ6I{ZiPgJ`37ADgtD;)!8 z3e%@59Rp_?)2A!ld<&E5GnH<>g~{{`rJHYIGJTHIgB<$>*0~hWs zA-lUQW*cvYJ7zoQV0hfZ^jnpV;c*+&Z+E)w9&<1}?qGU(r`zr^2g9QR(<>?+!{bh- z-=%a6k4j9htn_uHS7CZ}rQ^eRHJDyg>3Auu7Sn4h9bdGp!}PjJ#}_T@F}=Rh@kPtK znSPJb@kPr9Outv@_@ZS)rZAE{eGpJxsU0Mm2T!fraz=~Gxst55v7~CkLgX7 z4)f5A>5nSiOn*#ou5>f~F};P-&Gg6gCzWodKc=@-x|#l%-b(3a`eS-)rJL!G>1~v5 zraz{)Rl1q}nBGq5X8L1#2c?_okLjJ1Zl*t`Co0`ce@ySHbTj=iy}Q!Q^vCobN;lIV z(|al1On*%8<8*6Z=3;#JWqLoS2P0@MAn^qz4t1h6K67`FK8)!vDn0vj^HJ>}l~P!B zhVxM*`Vvd{Ws&f)&A2!AieTT&#YlgZU6UmBd1fKN^kk)*g#gn>DBUasm_AbJW+A}z zF-jjx`5VjhaZV3T+UaLJ6DK;+w!}O$*)n~y(#>Sc^yx}BlPS|@D&0(`OwUldnM|2J zN9h=bbD2I*=@^FdnVzY148sLXU#N5p!$nMAtaJ>+B}`wcbPU5~Okb{a48s*nU+MH< zm|ZNa^5AO=R(o*5f;A4~~Fez^a3zOQSbWF-ynZ8Zwn3T6OeTUL9Deq)@w$d>v?_zq6(lJzb zGyOHG&&N=Go#}5V9Ygg^roScid3c!kZO4K_TXB0FFco)f3m&J~E7&*l@d=E5U}44W zS316;alq^JNocskQ?er}EQaiREbRL}EPcwE@edjQ$a6ZPgFCj;oR1;=3DZASI)?CP zUXMg`;STfmqYE3fptV00{3j1uS@5$5y(~E8fbD1V@e>2TfQ41_tJ8z0ZT*s?~`f2?DTaCMWyRJIdquIe#9mbl&*3B~h9_T#D~88-lNH-QEJd-6#6~E#iCC&) zc%*%#Vq1u%DTcn2t{5J!8l@PPo1+!O$1ukzhI{5?6~m)4;}pY#V&fIVOHvaQ!{b~N zC7X~$Y?5NbiA`24nb;J?Qix4eYy`1sis5~w>57dcHbXHiP-ZHIXUS$Mh8uYqis4z$ z*@}%JHb=3s#O5kCj@UfKFrCj=3{Qw?}d!&+mBVtD+2 zsbbTKEmLd;vE_>4HGvh1%_6o^vD1A4y+++&G+C<`&u|8$x4l$icu!%qVsnVCQ4Eji zu2l>R+jWZJeTMal!LVj22E)2RF&Ng3iovjMQVfQ5vtlr;TNHy~-KrQ2>o&z;Shp(% z!@5H;7}lMN!LVj42E)2bF&Ney#b8)>D~4VDYhdB3<9oR2A2#$qF#bE^ajRqD7k?59 zzaH)|p1q8}!}y<`(@PY;QTS$*mYG`%voPS}1S z63-Is#u6Q--YW2Qaw%y)7t2$nwww!NZbwv9HUPVW?~U<}p=cL`Qx zp7gII*vTBszm)~c8;SKx70Je+uBr-_KLvGPO|n&(%c=`jU>+Q-A=zx0!kUf+uiBAT z%K=lc!kNfiZO2Td6wbo@P{%PFZYvgqbpmJtA1)MhxpFf)&k1cWWwG z-XaWyIKiWupHr@k!(v2vDShWPJpR=RT1@@|brvjdEbLmMV3fWPVT_kaEM@esi@?k zlBJdKKu!2Cb)t;bB6fBW5GCU)ZTW$B#@th8r~yV(M*(JuV8tjF=qA&mOmHcW4~nc zaejNiFqEgh0<0rr50CEEmJdPJ}yvnF`YvEXZ4 z0q;9tGm?(Nejr%UEOdzv17rkK6RdD7toz@B<)x#d;(ia08c)G0=A~ng67QJFbKZ`n#3F*_ zk3kPj5UgM$cI~AE%Ug>TS*H`t_C8}3z1lOcl2VHu&wq5_<51C zOut0v`Li~Weks#0ce*WL8mjaP$4s0BV`25Klx#NEfLA$Yt}R%MdFpD(mLR@s6oa9< z)-jvLQW%Hp1S^`0Zg9P0HjNEfqTS$F@CsUqKB5c|R!BJ~nhOeN;&$>)OuyObCgH+W z+ep8K>9+~JC<#-@?T(o^i&F5+%pL5Sic(*M1^1nbp>pn$Y%vCUCCRp+|5ldFd{n23 zWEop2Tvf+RSx)9)3alnrUJAB})g?>CKE8%z=1jGwVp!+al589f>T63j9Y(f}WagN$ zu4AU&@@ApD^&~UD`&M5vGaKD4Sr+ngk7GeUJ3JdWU@9O#c`60E*D;f5eku}e=$H*R z5>sF!$v+N>e#*!_B!Fo`#&1kfT9JBFl!_xC%$83Dr znDHJFtRNMQ+r%+*Z9zKLGEF6$h-;fkwh;My)Un{0t-Qw^u#qjns;#+V>BJsa4AW-| z$4rI`mSCtp;aG6oCh(*KHi4z+c26mWmT2jijcf&`ou?hM*RI6Uvz22u+&YAN#<5_I zT~W1mz+On-MW@3($+jc1Hj?c^^FQa9NuV$ZP1x2k6JKE(PA8t1%zO;By<_&;Nto}4wgh{WR~3W(OpP(yOSTh>&lJV5uNooQE^KE~CCkB} z8Yx(Q3Kpbkj+qL`PldHecg&P6e*`-GD93`$wgN^wU<0LQQlK%81zT*Ou@2Zk<}hQN zWD`(J<0YGjE$;-$CZY5bC7TALILWbKiA{8}2NNuq;=n2L$K}tNO;=5I%;wCjgr+$b z47TQVx(69HrWqb&S}@ZA8_iBcJv#~th@PF;yca#;y7B>7dhm0VSb5O(_ zkc^?cG(?eZn|Pw#wF5Iw zjiG66Xmb#kbDB0jFSs;ZrI*>y4uS{=pmb@s1HWNk*Y;hp~La``nJu?F2if$YGuid* zfta0r6yZutlRge{uD$Z!PBe#`I7vOS%E?u$>6!ZZl3K7!XA2x?k1j~9DW!*a4av!ex z5b0JfMqF8!j}aFM6++x%UtTf9RUhIDYL$Sx)9OKik0*SDy9YIZda+$IEU@AuT;S9q znsF-iG3F1)J4#NHvFilF$pW<<*l*Z;jETsJA))`P6A}jElR`o^o*WV;E2o6Cz|g6n zqNavP6{*5$EQ1N`$MZi%Uw3+py$qf~ENn}Dw8@q|^KeG#v&eS4xwetcjuBl?-5Ak- zoD<@RkAU?;9BHwBh@&hv2ywK?@ftn6Y!UE&%tD1&5!Q#0gPPEu8 z#7P#Lhd9}w`I0bDcY1zUV5%)}fmfhKSRl`C_QDXS+gDxWy{ctcV5WW5#UakJuWIGJ z>XNX)9Q&%)Av9VD|*H6SsOE2npAP zNk|x=9tjEK!4n~2Zt_e>xYp|x67Ed&2?=wzej(YbkC1TjF(@RAeM3UR?U!L8;VNik zNSK0+4GGt66GK9TraH1;U)+g?&U0k@&z%U`tbjg2gyw{V4sJm}I}zF?0eyl=#Ilg^ z71k9X{Vei}c&;bx`$5s2n4Ena&?gAMj*t+hPeMY|eICSP3p+<`sJPX-@p0B?{S zFa!8kM?HY=3ipLu315bU*~{*bFn8JS$cASJO8v)?9lp2E*^Y~)uOs{f)2nYI+<|sD z7@=*#?_)$G{um=({&S3|c?WlZ(2<WaSW-*pgKoO68Z>9aVKGm0x0CUM<9x_T|-ML_KT7h(@j%q1|S!5Les1 zA0MGDc|wS5?A~j~h`pZ}Blcb=Lc7hALR@S2esYAiur@zi_n%lJ;V*R z;Lz*Lg9bp6ADidR`D>AKUURVnmfLj1g73 zC_>vxEn~#qFOCs=Zxv!+yZ1|C#NJ!Sh`nDLq22ps4(+MEqpuwxE{_p=Z{yIO?>qY0 zy4SJ-X7_2t9L}2YxT}ZN7y=ahGIG* zhcIV5Cd7Beh?{m@947yjnaAA@^rbs6Ve0D8%}=rk2jyk=IFOgkvwOTZM(puEhslrf z()%6gOYI&XaG2oEn0eWQgr5bvIgpnvuzP$cM(iiOqc6XpJwR?QnVe-3_>OuHJ z;1LJ%vW0e!kH&~SKISm_Q(pSG1AVF8;}Z^(zogWYguexzB2+b}iP`YeglYoM5NZlM zOQFCFSYUuxTUn8T#8lp0QGB9KdHDKNr;Y-fosKR3~#J9j5J_{nS+S1Y)P zoa`|9PPR3L@V&rP!Vdz|2zrX)H&f%Swk0viZr4IF7$Zj`h(B{m-Q zu)L9bDkr<%L?|z?nNUGs3!$RGbA(C)TM3l~o+nfhc!5w|;6*|WftLs;2)sUrM}BXdv(bp`pNs1npTra`2NWklNADR_R{^|w=# zoeq;`QtA^zbAe9@7YKYt&~El~2U4Fwwm$!M=z7Clgo|Z6Ul6og`;yQ~O5_u?f7(sB zL`v)-=*Yg;fj!9W3vFHYIZU))*zdsBc>79Q>OhFA>^${9F`^Iu%3-28_%%Uu@Ed|A z)VBl;;(rO3$)Ox1XtRDtxLitn@4)_TfgL$JWPbWX%rZg!F=m;e{^VE=eXYHo_&G*Q zynhLCy)F4`j41hAh#PFlLouS{?;)LB>)So)#mcv}U z10}OUTx3h8V?@aUAuh2c3&x0&g+g3yOBRk1C5wc(#+ED^BT5zvah1K2D;^`RO^=BY z6Oj@QlPe@~N;;6nSY@YB$A-AlVyO^UTRbkrH5N-dOxns$$`Gy+C`)K3P>yi5KzYJ7 z0u>0?3REOqCs2uSy+CC`dx0v18w9EnZWO3SxJjTop@TpT!p#PbG&DC(vQ3HFWlgE0 z`UqW3?&%iUbuGfJ0>=|>6F7m;QJ^-Vlfa3D+Xd9%mD@9(4&?k8=oZWTW*6R|?c8lon_}C@j#Bpi{|4 z1f5DYCTLBY5VWRE30l*03A)>61fB6UchJLBBei|*4*dG^`9S?_LOT|~oAlewO?^8E zT^+OB@xJyjwxzF&S?*hch~s8xCiCFDGPEJ$t{jL&%HGjW_gTHy_Tp z&2vl0E4Rzx+#0jI19016Y&*`55o=9uKb&!tcO1sHsXB*j?#0`~>Eie&8-~^9aBySw zZpU`~-M(tOIZngbF)y+Qe^11wf@s0}4r9BK2SQ$BwvDEGFlLG6Lm{u#gYSMA+igF5 zI3qee9LrIfd-=BXBaY=L*XzMQb~vMgkB7WLOFwZqW0y}J&e+IP0h@OK`*_#Vf!(x_qx`rRdrnLEkE?|A@dt_W>kxkQ4A@?_jhVy9jVQhCl zCggtF_G1rcH1fEZCGjR4&L}-GViRt(&!oc{r6-3xNRwk~z}x4U48umIg^d0doOd{5 z+tXu~jm$WlQF>;?TJKqhGfK}6*|dnQ$()GMEgWe&(jr>*pYkkL<~RTqYgE)KjX;2q{oD9ei@)&^M;@*v&F(wJo<%Oci|EDzcA zA9j~3LPp1e3a$(p$qioRIJsXY6{`sk2&{2nyPoanN%6w90q^Loyw0)oU*-)dI~J{X zEd7@mMC?X3IF{0AHH<|YL&mnjn;a*JRBbciA%QIpq^@S)b~n$3Y&tT_TLVVlVEOrw zd+L$B5U@GeC_%kyKf0t1BkhfhuY z6s*9GksxNp&*6&Y=I+D*`)2Pi;fnQU*K(`n*I>nt0p=Bb?52L>3Z2LFv8U}JuzgGH zcpQb<^^SqH+`-f`)vz0`M!$rr+K}3!EtzwvWK$HFpH(JXg{xGZcL~0bMOQ0Wnel;mCY1C*Ay@37L#Y>BUa@d z9LhT0tgnz+yud70#3HtCKk1#HgYURhiVVMgUKytOQVY+u;&tifldbM`_7mb?=HNrW z^_Z-0Vp3f`xZ8+OL!hyPomo$s7c|K%K5Z78V$o|L?DpKq z@JXy@&h$|6p{eGP;r-9^BEwm9eq{Kx{sqpG22#xygoXkaIY~Vo8f)oH zYc|Z-#gXBU$+Uv$_(q9aHQeCY0}%2_~EFB|J%5yXJpqMU0n`k)izDuDYJNzS-jmX?#w#PEZ*T3-KW#< z1fb%Fvd%Q?JG=FVvYMO4yE2RCo5e0}F{y@dn!oA>(Aac!D-UJeV#;P`7Ed&b_hc69 zn8kZDi!ID{?!%&Pr<+@4v#^%A05{*=grS!9s@&XG1tw8J{B@P?Fip*eqxJZS_Z~3a z(Ie4%r2C^Ve@DQ_qJqPXJsuYXJ`okfsr_VJ5cpJ75a;{TaY5iSQNfYMo{b9vbBHD~ zsqNDZ^$ZDLnCKl6es!d8NcfO+|Bz-I8W_?XLqi?ekE3qKCr^imG|$i|NA{DS+vgh^ z<49h(z|e${@YRwjA>qnqdPukjGCL$(z0VH`1Np*`@adGrAz>b{G$g!Ty*wm*ZhCb{ zs|>9V313d!91^}&^L$A7O3TY3;kz2IhlG!@|0^VXEc@MncJws#VMzFf$c~WkG4{_w z!Uxp82nq9>Jt5)qEC)iujN+S+@QL96I!eBhx39l*U}J4(f{Mo+0ott+S@Ejvmq60zN!J(`Z%!UiN#iXxvtOW@} z1PT#`3KS;v6DZ=~P}a$2lSSR4n^F`b=*Uu>&|kK23_-s>RDz%bWJv(JsAPb=I6I1nU4<>21$vU z1f6QsA`Fuf#{+Dru8?LtfzVcPoN&*0fG92ZUPMmi9kcb!vc*6 zj|em-JSNbD@Pt59!czk05}pxg2C$jfQ$pFCFj(L`LN9^y9URKK&73h8xWz~RM$JGSQj%x^-9oG^xJFX*Wc3e-;>}XHW?6`rT*>NL5v*RX$ zW=98tX2;C{n;q_Yz`>!cr%dc`b&H8!9^B^OP}VbMeMc-J@^*^*F6w&YD_mWiB`3)+eYXQC)C<$cu90Cx&W;QN@;#AZ zB6x3PnD*TlT5oLc{>ZSs2O`7v9*hiAnQoD7GWL+OhYeF!B5`Vx*6=tn3e(4TOezyLyNfq{fF z0)q%;1qKt!2@D~W7Z^&YATW$jQD8Wsl0Yt@vcL#J6@ih2ssf`3)dWTpstb%E)DRd; zs3|axP)lGu;dp@wgcAfN5^4)fBAh5NnNUYyiUaL2aMd$4H2YJJ(;~xf1m?jO${;b_ ztxrbEc{77BN?;~ow7@LF7=hV@u>x}l;{@gs#tY0NOc0n)m?*G-FiBt`VY0v?!W4nU zgsB2c2-5_X67mF=5vB_)C(IC7L6|A9k}ykP6=Al(YQh|WHH5hWYYFoN))D3ltS2lG z*g#k)u#vDxU=v}nz-Gb{fh~lk0Q1K^0h$RfaOE;7{UTwxz)OS`0xuI*3cNyCCGaX? zHNd==0MI?Y!If*I^qYjW0&fx43H*z&Uf^xQ27z}78v*I;Z2;ZldtA9mO21FoEbswg zi@=A3=L9|?Y!&#J@H`-$y&a%?+{u+MNa;@qFA980cu8LVnfLNtZl%36e*stFUxb7a z`pb}T8zvuQXFs3GiM~55gPTKpLc+Md*OBd3zU+m+x4RFfhqFIiKN@#14usY(_ei5& zy<~$K^-eEuHhEN|-hZN<;r`oKk>OU`*OB49gl|F{n`i9X(8l4DME`}^12#7&QdxZe zq6D6+m-PH(&rk8Zndi+tKi~5UJa6lHJI`RABKwVp*hZ{T@j&xd=S z>-iMV^E{vK`8Lo0@;oPj%x83aZmM_7%{&n5hL!amW&a1R*#Jl_f|{Ah`X!D z#fbZ>rDMb$)-o~T9&6bcaphDlMqG82k8!iX3Nhj*Fe=7~UoNQ>;fNfAm1D#`-YPMo zkE|LaE{>|jh&#R2W5ji5jTmv^Su;l5@2wRh?)V-bBR+I;LX3FtvUZGk59h=f@!n*e z81d%hNipJ`nUiD0+mojN8)0ZlXHUg**FSi^fNp+-1kb(mZWMlMWqFJf46cZAqQR9h zPBOSE#>oa($2jFk!&&`glj#RW9rbXwCf?grQ-!rLPBXYJMvPwTW5hjy4KZTYurWr= z8#cv=H^^!LIt_U&-Fz7!}C<3jGuz%TE4F5ojre$ZtnWvxp%UT9cOCtP>eW( zlNfOZcaITg@WV0U4DJyl&frI4#P7mA8Y51$$6~~Z_IQjq(VmELx@pEIfwo!9o5gVf zoL^7Ji1X{27;%0*8zauIoEUL_^^6hcSFadxe)WzK=U1N?aenoU5$9LG7;%2}j}hnB zfEaOp4U7@z*Ps}en`Rsg)MgwK7r<#XG)A0O!(zl~H9SU~R=F|av>Fj3POFhIt~b>i z1=Q+|jtgMAF(yX*jNMqiDxEzJ&-E0W;rUF@S9reC^9`PF^nA1Dslu7-X(W58HDwcK!g)j+FuZg+Ny}k!Ji}pfq8#~52lmKcN5?QLBy7>~h8U-ss&53^s++qqMa^^V*$U&idQs1dd0yP}MxHnJys78S zJwMO$3p{V{`3;^=^L(!7%RJxZ`467|==sl{|L%FUVwvNuiRao5=X!pD=Pf+X@qC@< zn>^p<`FoxhES}kKAw1Xp7V*4<=jA*v?|CK9D|_C^^Cq4*^ZWwOFY~;e=QnxY$@4tV zw>m%4*wQfBYI5?<3P*RV(%d)ocKDUsp-JRlJWm~yX~;%+u8G{#^Y)(K=y`X~AM<>q z=My}i;`w~fmwBElk*UvRc&>d#4xYC$!> zM5o^`M)dIgW9)BmK#b^{2gZooAA@2<$1^xa-2NC6BW`~TjS;s$hQ)~CX?Tq2Xmex4 z1ZzZ$m_>|?5qGyo#faP6qhlOxa7>J2433R)tif?H;-YPQjOgqq#E5C$#29hWHYr9- zN+!pMS;&+aanUw4MogHd#fXcxycqKgPLC1e*^C%5qRosE6VX{QVj?y>Moby!#E4;g zZj2bD=f#LIe}0UZ1TKgXQ?7+EV$!uJMqIrujuBUHOJc+{YiW$QdRrDFuHKf%h`S>z zVq9UmxRpTd%C_RUjuk(6e#rAvN@mK}#d9~NdEV*Rj6aL#y8Rr_7kIwV^Cg}y^L&Np ze|mmOsm%84;BDo;ohG{kC|n$90Y8k9hv9=bJs>;`~Ts zTBGCzGp4*7J)z&+)v!=L0++==mVehj~8S^QoRs^L&Bl%RK+e^Mjrr@;p^G zb6f@ST#u`e=OsNa<#}n(%X)sQ=cjpoj_36}Z{T@D&(HO|ndhxMZ|(VIp11M5t>^7L zzuNN~JipQNTRrdWc^A*`_q?0uJv>j9%e3YktBd0o$2 zd!DM4*-mpjx7#seIG(rR9CO4>%rU3Oh&kqr7%|7386)PHvtq;?b9RiFW6p`O-;w&! z#>q>jAFW^U=&lXS5;jF`MGh!K<5g)w6Cx+q3WUKhuR$?K9BF?n4Y zBPOrQV#MTid5oC6u80wn*Of71^13QUOkP*Vh{@}k7%_QW8zUyK>te*@b$yJOyl#jQ zlh=(gV)D8vMoeBe$B4=6mKZU4eJ;jnX7Jn!bTcG8*Awe+&x=&fcriTJ^2I$b;dwdF z%X?nY^GcpK^1QLnd7|_&$WHpc|Ozg zWuE`$d8%q=JH_!_x09-t@nU$cUflD>o;UIQ63^Rte!u74JkRxfr04TIpYQov&r{Vi z^(=ztTF;`M7x(-a&l`JwuIJ4>Z|?c|o?qbkrJlF*yo2YRJn!Q9-JWNAevjwFJYo=_q@8^9Q-H6Ww7Mw?lK%H}m{_ z&pUX&%=6`*Z}t3p&;Ry(V(rX+Q|2DH>o6X~bFEJ|&wF^DF9YU&+qa40neZFe5>bgc)rc^ zZ#_Tg`OluG?#XG92dukyBw`z#9fX{V#HmJ)-mEP$E7jiF2`jt;x5PKG2$*qn;3DI z^>s1g&Fbr8#GBRa zW5jz>H^hi{rEZLIoxz)8TyL;LjCjN9<{0s=^(`@OGI(o@_>kOfG2*?fjxj!G`m|0! zJx?d$x$7Su%y=6-SHH^h0iF-{JkRr8p6~Jepy%Ivp6Zs_@2~wc`%MkV_(wxLADZ!E zc&_z4xK#Z}14Yy1H8W5YsC0Cf1nKM_u@l|lPi}{%QUCD#PtX7MJhd!S@!HEX+o^}= z8j$*)xAXj3&#(8qz2}`h@9KFs&;MAF*>7r7X2191xgJ+H&!6@@$Mb=n=XyTT^U0p) z;rUL}DVnyL<&{ajlc~d5c&>G*>v?O>+j;(y=c#R(?fi`Ax}DU!89y1%)la3HQwPu6 zpu@&T@efYvJI?$=U)nKVF@G?ueAFz zE71m9?pkFO6NYJkq7b3KmjTR>8SBr}f^sB{13HsII zVg&taadAQ?+2}EZI|ND)It!E}=vRx6C3KY%r3m`f;^PSV*^ANy{c3R;f_}BQEJ43o zT#le$EiO-ZM0Q(&pkFPnNYJkqS0d+JE&xdnQni3}vG$m>iG$l?Xbdq+hL(r5siJ&QQGC@<~ z6oRJ2sRT`l(+HXprxP?K&LC(?oJr7>IE$buaW+9yqAo#G;v9meL_LD0M16v$L<54R zL_>n6L?eQxL}P-cL=%FhL{oyM#JL2dgy}Mx5j1km2^zWc2pYNb2^zTz2pYK-1dZH< z1dZH91dUuvf=2FQf<~?tK_hnwK_l0ippmt zBiDnVk$Z%ok$aS&k$a4wk$aq=k$Zxmk$aM$k$Z}uk$ak;k$Z-qk$aY)k;@@yy^Nr(y_}$} zy@H^vy^^4$dXu1`dW)c;`WHb%^)^96^$tNpwT+;mdY7P~dXJ!?dY@oJRUrEVf_7;i5^TH* zWPe1k=ZyK2?F0?lc7g_N2SJ0jlb}KSgrGtDl%PTTjG*V&=L9{!{!P%x?ILL8z94Ai zz9eYm@(CKb-2{!?9)d=0FF_->kD!s;PteF6AZX203qe!j zSAwR*Zv;(=Lj+BU-wB!$e-Jb!{v>Eh{6)}|_?w_9k^0c|Cv6ZoO^GamrbL>cDN%r+ zDN&H1DN%@EPv&%XVSx5pMYvLfR+OMYD@M?u6(`uBrL&I#==Mr-rH1ENf`+FQLBn$# zLBms;py4S)(D0NcXn4vIYUZ)c@US|+AUS|?CUS|>XbUK@$r&C>m2JIYz2CW`JgI1rQL2E$Jpfx0D z&>9i+bZSh{)2RtTBiEFmr_;FrjdL@u)SxvdXwc3hXwc3l=;?F;K)2U|D>Ysh5;R^H z5j0*c2^z192{vBlC))wKgG;#5hAN%i+FN-!S85E}5Hto?5Hto?5;O*F2^xc|2pWTS z1U+%C259}R;Yu|Bk;b$7$+m*2)XbwE&#vX3^o+cYpl9Uu1PyL`f(G{nf(G|Sf}W8# z5%i4gK+p)^Owb75LeL1`O3(=3M$j{|BSFu|P6Rz8Zzt#(c?Uty$U6yoMs_A>Hrz$f zZ0JJJY`B}C+0d1s*^o`pY`BM@XXL#EJtOZU=oxuGK_mA7K_mAdK_l0Vppkosppi=m z8oBNSjoiZoja(0cM(z=UM($C9M(#0!M(%NfM(zoMM(#<1M(!zsM($~XM(!DcM($aH zMlOe-k?Tp&$n_#<3kVvyg#?YG$l3@G$pnW zG$o!RXi97)Xi7X!(3E(ApegYpK~v%-f~LgF1Wk!o2$~YF5;P@VBWOyzPSBKigPkD!s;PteF6AZXvLeR+lO3=vtM$pI|B534(CurpUAZX0A zhM5;Ss+2pYM@1dUu1f<~?>K_hoAK_l0U zppk1%(8!%f(8!%n(8ygt(8#qQXyh&=Xyh&;XyjTFG;$XcG;*y78o5gd8oAa4johUK zjof7fjojq~ja(aoM(zrNM(#?2My@SEBX<=+BiD|gk-M6pk-LVVk-L_lk-Ltdk-MIt zk!w%T$lXBD$lXZL$lXNH$aNrS0=f}oLmlAw`$ilC8u znxK(;hJeT&Y4B^5d{i)%`lQOy4t~#aPnr@r1Wk#a1Wk!v1Wk$F1Wk!P1Wk#)1Wk#4 z1Wk$l1Wkzn1Wk#71Wk!S1Wk#-1Wkz{1Wk#d1Wk!y1Wk$I1Wk!tf~Ld>f~Lesf~LeM zf~Lf1f~Le6f~Le+f~Lecf~LfHf}YG12pYMG1dZGzf<|sKK_fSXpplzO(8x_AXyoz; z8oB8Njob`^Ms6lSBR9)|{Xx2y@a2Hn0ll`?e2{()NZ$vT=T;}?J2m)3>U_dLfdzy? z`m1+@!2*j2=DRr9#$tl`5)NPqVVJ;D!f=6QgeL`-6LJMs5Jm{BBj_%Z4TN!0Vk2R^z$U^3fz5=80$T`^1fC;I7T8LdBJjL} zpYSV!Uk< z4c@;98oaj&8oYN18oX@;4c@y14c>c%vC?So6Es#I5;RsH5j0jG6Es%a2^y;%1dY{B zg2w6-2O2Bh&Ap!pntMMJH1~cXXuy9ZXzu++(A+yj(A@i- zu-!z@B;FqcO^H7Vni78zw3GOoppi>`?C$nxNtW1sx(0ZRfeE}DofBnl_O}N z$`f`-pehiwkt-6k2`dq_#VQlD9#sf>a8(I<_|*uS4%G>o4mAjx4mAmy4z&nc)8h%6 z4kr*a9cmNwSWYBpI@BTP!JS0VbU2xy>2L}`)8SNtro(9jO^4G7+8$>Rw8hROXid)| zjFbF0o1pnom!SD^4ngBmkD&QcpP>2CfS~!&kf0}WBZ5Y*F+n5OgrJdYO3=uiOVG$Q zBWUEB6Et$?5wtzdCurm@AZX-T5HxZZ5;Srb5j1iw2^zVJ2^zUp1dZG!1dUv4!Z-=k zWdse>sWw+HwAHRBXuGy2XrA3b&^)`5pm}x^LG!EwL2G(5LG$bug67$+1U;792%2Xd z33_my2%2ZN6Ex56AZVW5Nzgp&Owc^Li=ge%g`h2VH$iLKl`u{cFPor=cMm~(h{y+@l0-kH-ia zxyK0_xhDu3xhDx4xu*ykxu*#lxn~F(xn~I)xg3HWNFaKj0D__+j4hYv(>;=c!$p@T=B7KF6|7ZTP9Ttrwe z(2}r0;9|l?fmVb~0+$dr3$!LYCvYj@d4bCaF9=*t$dSJ=)rRnfl(>R0Q{YO%EP=L! zHwCUDye81jK@T%Pq~6Dm9$)Rq<>EC2&Bbd8$VKy#>j;`M*Ap~l+7mQoZXjsN+(^)r zxrv}D(}AEVb2C9x<`#lx$gKp;klP5F5FH5`|4syr|Lp{g{~ZL4|D6Ple`kWm|1QE7 zX|XN@O^CY*FG-261dVPsVTP2rhcH{-Jyu{A0TLIkW?&OdE5$$)6aSItxEp zniV5{vNRndezLScjQE+of-&MJOAEz_pDZmLBYv{9NR0T&(xNfqCrgXPxbR40(K*SN zW-Q7->anPJyf^$7>M=3mw@^#Oh@TNG86$o=@7Ngevw@{z#3urdixIztS~^Dj7HXLo z@mr{6W5jQvmWvU;g<3vF{1$4381Y-E6=TG2p;n3!zlB;kM*J3Pl^F3`s8wUcZ=qI; z5x<36Jx2V&@EQ@$&M{asM*KB{S~247-s5BJZMvlsfZ7#Zf#-Tkwe!4#=eK#@$@7Q4 z&TMBjp6hn9zRCFccy8UCn%|n|I5m^uCT~scvIw~XX~HOh0)(-Ebap|2Zm$qm&X>}K z2@?d05Jn3WB}^44Mpz(FoG?q^7{Y9U5`;MdB?)r{jwMVKC`HHpXp{DfJ~4s;FG9VPo^ zXsqGDmf4BlmaZAl4*axcEszHHc(*#y+&FwgR z+2Y3Z$O&6V2n zmwGEN<4W7|>Fmqh$|DVW^^$!i!fmP_?M=Zp+^dadI{ON@SCf-ha-{~cEkOf$6~P8F zo!!oR`PE#hF}#MLF}&6*eH~ZY7@FVm^H$!#l^U%Zy_Gj{rADiRxAJDL)M(w}t-O^h z?TMMrzRg?Nkt_GgNz}<(c{^9?`FICG1AnJix-(bm`FNMN@@}rwUb!nld*y6`o|N|x z>`9riO7%py%Tw z1U(-gC1`{n1L*c1=SuB{pCD*A{3JoU;im|@C3;T-bbHTmn_$Of^H(?tHsIz*@d!FN_ao@w+@GLnFo2+GFp!`<#2|nk(qOLCZg~hn(_kn; z(_k1u(_lD3(;%0iX)uDIX)uzYK2^!2L1P$g=f(COLL4&!Rput>0&|t14XfRh15X>VDO!bokro_sl9+*~h zPnsob2%05p37RGA2%07937RDv2%04u37RFF05%Hg?1Ol&7Y5&Zo;sNEGw@u?*Y$j~ z=Xstl^?bSKTRnf?^KG8L>-o=gbKUTrsRM4AKas9`h8ecgndNh^Tp+Vt56cBJ%k{Bb zD6`xE%Y`$`4Y6D#v)l;FMKjBdv0N;(+yu+TGs{iSFq6+?ux#7WT;{rU$%XPRQE9?O z0%Zs-1v~?sVsge(U56f_@LCm;^Z+%bFl{-8%RC z{pS$$YcBN&y2JVe{hCVyf_}}VA)&pgyQy>|f_}}VF+soP(u8n}yrd~Xzvgl-p_7zo zMz}+uIia(_d4w(k=M%aLTtLvTxwIhY*IX_nX!Bk~(670)BHamz_33HucecBZ>`HU+M9%SnB?h1}M` z&H~-KVG~yo(vRM05~UrMHBs)#th@hCQ}$kOx$}`mrUuFPW@M^b<7h9L?(=q(m`dI6 zRVp{LuJb)+-3YErXD`8X9V+(H&3&Nn-HBD$v}}IQjrl$CHzu<}?zJ+%7w-P09VZ3R zs_E45CRtR?fgI96 z{FTk>p>4q-)o>=Y?T2zTo!Qs!9gDlMwF28S0Dooj_`vq9#=XN6oFz}lQPp-}H@1HT zZeyPq*q)i#L7mWYaToQZ!1iv!-{m|xv_a@xPYG=(>{MsTol=q02(Jp9?!eaUKu`P~ z(=(hU`BLai!W#l-5q1ll?Lb;<2$G_%v!ss{I>&(&8i+qTS}(ADb8tVlerWS?+qgks zdvfuYSsMnncSDY`M$VF5veU){yp?E5G;v^Sv2Qfal%~#pvbjGHH`LE{X3OmviyPw2 z0z1%ms5z;c!}O$T!S%&(e&&qcJ9&`|eHX@ScCQ;KYc4u$&4wYere(Zl&k}vj#qpYb zz1GWXTE%Pj4jd(GE{WIdn>0?=w2s&889YVSTpF+0JI1~yoqZYB=ux+0DcgEm&~scJ z+Hl;YyoRqaf2j=5ZTFnc?&5jshm3Fk+3h2p{VASn`ENWw==qA*Ejk`XQxX3Hl+W-w664r9%Kcnp7&y@b8*qo;#nL@pIQ^yak?X zy3|;g@mhGUKI83-FT->7FTQeaCMv(0=V&e4dG20^x9+kc!~2Hm(AJ~-FF-Sim^zr( z2k%1{B%+Vmy%}?WLe7#!GTs+8wkHSUbJ5UxVt^?YS}*)n>f+9l#j=BA z9LSi^8=p%l5m^36{FUjFG&zLv*u$|7lO?jXQVwKmeKE2h7a8V1r6a?;uw`hnhtc>m z*ky@mr2LVXK9mb=PhY&(Ufx;qi+Qzy3J!Y6*2Z8~S&@jX?dgYZy;5X$dKTF3jhInY z32aZlMaHT+OJ0}bujWAZI=}xkQ>wbdq^q0~H5^DQ4d`tO)eJ0u6kb>>uss71{NqC# z*w5Gr&XQl{;A=aO9SlVCo)}pEXiTQ+I7{A;`kzEtDsVDknZPN8Hw8|0Ap07EKYV{$ zWT@on&XV!+!ZRGm3y0#5(4XlnSuTana-fAU>pnX&On2%=hO_gW$nX|=1Dd48JcO|! z(d;y}uP5fMjRM;<9J9#Aks(G+XtKe@xCUrS#0K{a#~+(LH!^(ep;>6TXs70(*^}?Q z&~nkwoFCeV0Y@4F8zsM+>V0*TLtugI3!vhMZ>C*h+~cMxs$=HfW+3~k;dW1SM23nz=qwo{+0@N} zwB=Id`9n0>!y>#gA<7=m8FmkCSwC|~55x43dbst;gEDYE;=t}Le=6oSj|R49Ii@j> zIZL|93mEupN<0=9N3->7|e!5hAbHx8M^9W&XQqfg9e5>konAlVIvLZI!qpt=#Fq8 zrDhC4-!jVKPpI4e0mzln&Lj;s;lRcQmOm5sS;o=q!Ok3n0dIVWbNXX0Fo9@8z8PDb z7#Tu7DX{#R7+fX?wr2~rHzl;^kd#v+L-#)|GR#Z!0^8dQM?5{S{8^Ya&xj23+?mdj zRnqda9B7+P!c=-T5l6e%-l&`tTHhni0~#lPnHIga=F#5$o$GdHgSxlx5L2mn&XRYe z>hlSyLN<#QIIv;g+ZTakK<6N9UTSFU;IsNmY4MRuuLSXsx z(BZxq*xnH+_fljS2VV|tBwF>A&_-ZN@oHfC^D(x+<}6t&p?uwegmMfDy+M;sBnMOY zH;MLW$Dtp1E3`@IZ2lG61YDfF9a#P%Tu;B_ELkTt+2+93B;QU0-VJRbV)0&Jd-|bc zeLpf>qJ0q9-pLp_KMZXmI*^Y7+uv)kv5y1WJscI@?kpKD72ZMECa}|iwB=-sgr9^q z1t-|2kzo%18BN-JI8yO*BHBEEG1~Iqf$g1!E@4+_Q;~IFgf<<`^rf?8z0^40f%KI# zN8sRh6S3F5Gcc##6IvcF;P!?#3uo;v>wf&B0H@Fyw_I+Ua%h4=9 z1h#iEy51i{TY{$g$yqW{n&oE)(kx4GgW?yO)MNpM&|gEGz6w_)#^6Y>NK zIFJ@tjoz+cWav){g|-H{U6>|^wF+ld5u!b;RjZ5@4Q(BUykeoPN7q|Cu>4gkk913* zNs?to=Z!}_6*$K2EO}R&qJ#r!ijA1am88ibZX99oSfV||wU|4V3T-nE=Qx_Ycr)6k zbc9=wz-5Sbi_hV*vut4da*QPd#Xg8e3&>$aLOy>6=&t{;FN z=Xhty`*P?fIFLghh?z-kn(S@-0D~tI?cN4q1gaAmMyiu&^5V&>4W1lf9{QkDh<1xZ zao(RA+Awqwrv;Y30i*iqf$bZHhC3s${0%ta&I)Yb2xQ~gkzw4d>n!;|+T|Pv(k>$r zg?gcl!c3xmVELPnIt>EbHyQ(dLz*FAEGa+Zvcy|yEKEO500TaDelaaLbLlg*FE zEsbj(CY$Az*E!JUojB2yx<0~5NZR%elX>#e8yv{7&&74|je+g%gQ4XnXUP_MVFw5D z!ud%5n=v3F!E7YWtr0GmYkI4WK<%wMv4GiIYWD!lt!}5umX@HdcMwr<-%`Zs z&d4yg>>Swc0T}V`qR9qVpcm^xv>RNB6YlQ7b`Q!k)-|wwE76~3M}`RA6WS{5<6fHV zcnfNMAJOi3HC}vwV7rIl?!g0r?OTgZ?7`61p}D$+wjSYsD6ri_Rvl?F&@?GvCIhu= z9qoOAggdiGImZq;-6I@`>OV}h(H@F(z6VWSJs9{1(YDcM3=)shq~H+rn~xD~!7Uhz z9uMs~y!Z)c$yQU)z>^N-RGKpir_xgqjz(;rCSn)+dm<^Gp-ElFA}gLHO2K8ua%i^T z%%SM1dJ<7^_i$9YS77^lp^xkxTA$v=`UJK+7ei&=!1nh+!}JSm&jO6c{b^F`sW>?X z#E6muL!3Db*LQ07IJ}j`^BXE)r4{ZM+Oc-+` z!vT+o41Mv)!1fHn&@n2o{q{!9=*UoROk|kNjSX!uI^=OQX~0G3`Y* zSwzH6_K(3VY%xvhy$N&4B}7}BF^JOA$S`YKMw1tBK^2#WIJY-Oj}=7OB93omVEZRv za<F`wk|SE%hrcB8Pk#tp-sY_zKzb3?NX6V4x}QJ z(W`9^Z3>QROK4N^-qCX~9o4sn>!+a|pARh$L);62?H-5Av=;;0KONoeOU{y>@}|Sf z4y5;yHG zJ`8PT&m&9?n$%4SnW@3xT1PWAXlr)%QMj{JxK8>wwAHvw-cFNd-Gr&=ju7+mFqG^h z+Cy49*w`nbtwFE+X=rOP7=K2yd&!%LZ1|jLH@FeksQ-4Bd?L-g%Yn4+ym2_+zlaeX z_?JX%?m#bWEHI1j%LEf+obH#Di>Qk*8=5^V*?A|n3{Z1)_z_+VfM#v<RN2D*j26f+I1O{pB$E)RZ)kI^^GxJdlUJK8q%=w4dQl z6S0c}GtsdZ2yFKvjGzSrJ1`3yEEL)t3_OKHn~O_~B9WmlD;n7DrNfLBqe%r9;jAm} zF!@Xl?HC7klsT|G#}q0N+DgoEN(Q!jCH8P^WH{wY1$JOHj^a3)t;vGkcyVc>jmAox zHf3m1un#Vu%0@T6l zi451-RU^X=syR!B$PTJIkp61H_#87r*8tiP+WhigssKOe+NP{|uHFvM^#icWYG*u^ zb!;lxX%ftA=OCV={EL#s;m-)52nJ$LWProW=m~Py?JNh zhac~j{lMJ`Vv`^kiP=DE=P?~SK5|#mJ^R52I(FP?u8JStS)lvFNirA((&o!kNqanW z#zPN0JcWlmJiLsDxA5>b9^S>n`*`>e58Lsu6A$J$xKfGvHJemoe!3=wZ}+DX^HKCv zQpz-DQVS3D@NhF8ZpFjxc(?}-PvIdK4=>~4UwGJyhm*}=B=zv{6drowp)Vc=;9(FR zM&e-#9%kU-Ej)aQhXZ&x&on{O8V}iccn}Z0@vsCBEAg-a51a6?1rJ;C@B$uQ!ow?g zcnuG4;NdMiyp4x#cz6#FAK>95JnY27r+D}r54-U2B_8(S0pDk~Umdd_rnes_w4Wug z?;_Z{2X>xdL%y@n!#%p)ch}BhJs$4fpi$@BAHH4E1Yu4FnTJC~o8SLn=N|Xnb$)WJ ziLhztRQERKckK@r$jZt(STvP&(zaBc|MmaD!l|q}=Al%@oMR5AyJTe*&MlaG{rHA? zW%KULt2Ft7d99Y!Ue1=d}=?7R=oyl`8!3qPoE(Fdhl{vYyE@>Of` z&nC>d`%haOmYx6P#Xorw^d0}4BmbNuZZ!92JpbgyKY8&_Ui>rH`e)wx&m8=pN#j40 z#(yS_N4_2O&pGnXIr9JNInvHdg>(OZB{)hROda;vIh`t5W;u35?~*UBs(f1Fu9A+ub&v{^nevs|Z)Sw1PVd~#W{d`f2d z)N*F|w9NA9<<0ULndLJpnB}uF%V$?K%XKr$=TtJw^)k!#E1Ts8ndOF6%yOg5a^tFI zxk+ZZX*IKaZf3bzb+g<&vwU6+vwVJL`GT5exkXk6F3hTBiY^0qhS7)7K^DCpI8`5n+H+pna z`U+47k8Vz13A)9jThnbpw|UgjyjyChlSj9w+kx)z=+5-jhQ2FsZC1(jk10In6vKb^ HJ=OmY>Ys;& literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/idna/codec.py b/env/lib/python3.11/site-packages/pip/_vendor/idna/codec.py new file mode 100755 index 0000000..1ca9ba6 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/idna/compat.py b/env/lib/python3.11/site-packages/pip/_vendor/idna/compat.py new file mode 100755 index 0000000..786e6bd --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/idna/core.py b/env/lib/python3.11/site-packages/pip/_vendor/idna/core.py new file mode 100755 index 0000000..4f30037 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/idna/idnadata.py b/env/lib/python3.11/site-packages/pip/_vendor/idna/idnadata.py new file mode 100755 index 0000000..67db462 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/idna/intranges.py b/env/lib/python3.11/site-packages/pip/_vendor/idna/intranges.py new file mode 100755 index 0000000..6a43b04 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/idna/package_data.py b/env/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py new file mode 100755 index 0000000..8501893 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1,2 @@ +__version__ = '3.4' + diff --git a/env/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py b/env/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py new file mode 100755 index 0000000..186796c --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/msgpack/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100755 index 0000000..5071021 --- /dev/null +++ b/env/lib/python3.11/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, 4) +__version__ = "1.0.4" + + +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/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..b331ce782803b6745200b4a6125400b1d20b5b45 GIT binary patch literal 2093 zcmb7E-ES0C6u)=pV?Snhq1z83RWeWlSu0&DL@P+Op@2rL6-tzO*`3|FEz{1&dhe9d zrX(9eLNr9HF)5FIFsR`l@KOGQfi!V*6O$%B^=*^Jq~XbPXS!>_g7MC|=bU@)oipeD z&N=f_E|)F72_xZ3hJ=wNS+XM=awHW) zu@pnKR3k~`*;L!rTDq<6mR9lsczy^o9;}Nfvr#-^ZAk}r?4YOS5@JC$_|eS{YMeaL6m#EcMW;+0=g+(Lkrl-+(AZ{r2#KkS>WBI z+vp)VqnC6UeWYN#V#!xfF}EqAEn<#eFD7{M{LNr$u}*k;%6170Ot-!%!kj2dRK!bF zV4DKRC1rT%&7o7g@X3{nlVj&TE>B*)e17uU)Q6u=Y>JabiK~-lZH`c$ocHRWRe9=a zq!3z*?hdEKP+)2>w>)60DCnREC?#yPocIxcgKtU8cx~4X9Nihq(%NosZ8KU%&*tLU z72t>A_R`W986Ad*RQId1q!#EEzoMI-r7uuBAi5psfv;CsK#A#AGSTTPgy^Shj>*{R zN_@wPKJ8Q8uLrj8v7zYD#4q5UisW-8a>ZqVLQ&?}=W6Vat8)t`onc%RTZA%!tcd67 zZ0Wl1lG2RrIE0nP{o1@synvPJi@|l@E4jW^oo8>kUj{*mcsELpUESF_IW#<6Vi5TW z;nJLex9fJjRK7tx%cmum%?Nv`T(&(sD3^!oi*!GHG-7?Auy=tq&|g`U?+J6S0j*5O zvT>m)XYO9QeQBj{wg3D6`=5Px=!Zj(Wqn=N!!~Wf%c!g2|2nivY_OLaiTY^UNW~*RpIje2^Xu69;OK9MpA4Q02hTO-li^FLB}>XkGc^*v zl(w5%UkhPn1!X_^1eYhZRzIpoKc@07~T>ax=BB hp==~Iq2(Hic$g@=NBc8l{peBuzOfV1qcoQ>MOmq<&aZhfva|BOp##b&KjQ)nf6;a7E;*dAQQ5g9%L&$shC0AXMoC;iqDRZ1EISsh%0+*3o z4!9Mj0SgM=!!M1Rm24i^)g^3>Y4sK9p@YX7TbX-qo{>7ttLtp7UT_L8Nu_9yL*u`a z-i$V3a7DmdaY$WtlzPTd!8;R|e(~Fu{oCPdo3%qX@X!BwVhKiV&k}+*0!~HHVw8<( zLAm7$=FqdI>oFS1$*zA|)pZJ2?dbUMr_@SYRyXmUPNzZGWSoXg%cmkbNuClkXXg7%HndOHx45)2|c9UA3M;Ye<|28qmxfA)+^+m`mr<%yQ*5bTr`c{jXW~`fL zD{vwY#|6`T6B$844pmY?-H(6eU^=d8y1lc>>P{AuKQwd)MeVhGHAzJjodAj7WV zs5k~RjY&$z#y8{4xKV)oV`! z-m=0&%#-tb&;5?&xeiUYAJZDh8pkS}7x4+&5HPm52Qa&I+Sk%=A`KlsQkwoU#Cns; z^y46)K7)*PmaEx@_#6R+EU4M)Yw0&pgO1D9U{cMd1eX6BQrDaeVAjzfMY8eg;p>oF zcs}R9PlnW;DS75Y=`zmH2(GRNl}{a*ke2^(6NpK2-pg6F-I;`xEr@RXy33Jr3N{lPr@-L&N5sY zv^z~OufacuseA`OU`*&+9Mc|Kh3mVaX`XLR)?XdlzDD;gfJ-v?jK0SPI4>yMp%#R$=XYFOl@%q(V8fncIO@DzzosD6_Gm@LiZBFhr^h8Wijl z2rJJDlcox~<^e!g$>^61sijuQ&DS{k@GlTB8|L%=Q?wx zCXiRM-wnwkB>9NpYLy};R{C~HdYx=9SkF&ncs)-xZC1B;4q^o%23TIu;fMPxi@IN zol={MvI={!0KG47(0V(i@{3M#Vz0Esb04XB=za4pK;M0gnvxK88-3@YxAV?K-);0w tNu6x%^~uICS5V;G7NNgEZ_s=@Lh%=JtkVATA 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..640f403c1d3ead97898a1e3796389f3c49dad3ea GIT binary patch literal 47207 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py b/env/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py new file mode 100755 index 0000000..d6d2615 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py @@ -0,0 +1,48 @@ +class UnpackException(Exception): + """Base class for some exceptions raised while unpacking. + + NOTE: unpack may raise exception other than subclass of + UnpackException. If you want to catch all error, catch + Exception instead. + """ + + +class BufferFull(UnpackException): + pass + + +class OutOfData(UnpackException): + pass + + +class FormatError(ValueError, UnpackException): + """Invalid msgpack format""" + + +class StackError(ValueError, UnpackException): + """Too nested""" + + +# Deprecated. Use ValueError instead +UnpackValueError = ValueError + + +class ExtraData(UnpackValueError): + """ExtraData is raised when there is trailing data. + + This exception is raised while only one-shot (not streaming) + unpack. + """ + + def __init__(self, unpacked, extra): + self.unpacked = unpacked + self.extra = extra + + def __str__(self): + return "unpack(b) received extra data." + + +# Deprecated. Use Exception instead to catch all exception during packing. +PackException = Exception +PackValueError = ValueError +PackOverflowError = OverflowError diff --git a/env/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py b/env/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py new file mode 100755 index 0000000..25544c5 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py @@ -0,0 +1,193 @@ +# coding: utf-8 +from collections import namedtuple +import datetime +import sys +import struct + + +PY2 = sys.version_info[0] == 2 + +if PY2: + int_types = (int, long) + _utc = None +else: + int_types = int + try: + _utc = datetime.timezone.utc + except AttributeError: + _utc = datetime.timezone(datetime.timedelta(0)) + + +class ExtType(namedtuple("ExtType", "code data")): + """ExtType represents ext type in msgpack.""" + + def __new__(cls, code, data): + if not isinstance(code, int): + raise TypeError("code must be int") + if not isinstance(data, bytes): + raise TypeError("data must be bytes") + if not 0 <= code <= 127: + raise ValueError("code must be 0~127") + return super(ExtType, cls).__new__(cls, code, data) + + +class Timestamp(object): + """Timestamp represents the Timestamp extension type in msgpack. + + When built with Cython, msgpack uses C methods to pack and unpack `Timestamp`. When using pure-Python + msgpack, :func:`to_bytes` and :func:`from_bytes` are used to pack and unpack `Timestamp`. + + This class is immutable: Do not override seconds and nanoseconds. + """ + + __slots__ = ["seconds", "nanoseconds"] + + def __init__(self, seconds, nanoseconds=0): + """Initialize a Timestamp object. + + :param int seconds: + Number of seconds since the UNIX epoch (00:00:00 UTC Jan 1 1970, minus leap seconds). + May be negative. + + :param int nanoseconds: + Number of nanoseconds to add to `seconds` to get fractional time. + Maximum is 999_999_999. Default is 0. + + Note: Negative times (before the UNIX epoch) are represented as negative seconds + positive ns. + """ + if not isinstance(seconds, int_types): + raise TypeError("seconds must be an interger") + if not isinstance(nanoseconds, int_types): + raise TypeError("nanoseconds must be an integer") + if not (0 <= nanoseconds < 10**9): + raise ValueError( + "nanoseconds must be a non-negative integer less than 999999999." + ) + self.seconds = seconds + self.nanoseconds = nanoseconds + + def __repr__(self): + """String representation of Timestamp.""" + return "Timestamp(seconds={0}, nanoseconds={1})".format( + self.seconds, self.nanoseconds + ) + + def __eq__(self, other): + """Check for equality with another Timestamp object""" + if type(other) is self.__class__: + return ( + self.seconds == other.seconds and self.nanoseconds == other.nanoseconds + ) + return False + + def __ne__(self, other): + """not-equals method (see :func:`__eq__()`)""" + return not self.__eq__(other) + + def __hash__(self): + return hash((self.seconds, self.nanoseconds)) + + @staticmethod + def from_bytes(b): + """Unpack bytes into a `Timestamp` object. + + Used for pure-Python msgpack unpacking. + + :param b: Payload from msgpack ext message with code -1 + :type b: bytes + + :returns: Timestamp object unpacked from msgpack ext payload + :rtype: Timestamp + """ + if len(b) == 4: + seconds = struct.unpack("!L", b)[0] + nanoseconds = 0 + elif len(b) == 8: + data64 = struct.unpack("!Q", b)[0] + seconds = data64 & 0x00000003FFFFFFFF + nanoseconds = data64 >> 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/python3.11/site-packages/pip/_vendor/msgpack/fallback.py b/env/lib/python3.11/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100755 index 0000000..f560c7b --- /dev/null +++ b/env/lib/python3.11/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 = len(obj) * obj.itemsize + 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/python3.11/site-packages/pip/_vendor/packaging/__about__.py b/env/lib/python3.11/site-packages/pip/_vendor/packaging/__about__.py new file mode 100755 index 0000000..3551bc2 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/packaging/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/packaging/__init__.py new file mode 100755 index 0000000..3c50c5d --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..8acae1685e633a95909c6e193b8045d5728bbadb GIT binary patch literal 658 zcmYL_Pm9w)7{(|4pLSDw5RpABQSeYDnQeCuDkAC@#EUHSmdlWKrp@3a6X#E%Ips@; zSMef#9B*Y$1;0RHZ+r4hYuPvCm%KAip3M9F^1LpBx{f}wZ#9JeR?V@X-`DLWJienP zqUfg+A?id9twl9jkLt7$HE1(x(pJ=>?Wj#VtXZ@WiaOMtqG5N~xp4_G+z3X@xo#V!C*e7?bPQ7%#a=>@1wi6zA(a#`iXj@hH3~ zh7*~^g8EZq7YpOZ8TENa`HE8;3x6&%qxj4ksdO=*d+9s9mxf#xryr)1U>sbD*lOm( zG2VlH!h&&lUYv~2N0$NMmH$kC9=cT&v4AmEmAI-`XjEucfHaY6SLjr50l(2L5Z$FX zktu^ggkTy^|7Cu(#>~{M~_De**04j^pgQZm+gON0jZ|Bji0U-A#X7_BP$1 kY;XGy%ih*|S#~!kXQjLCKZlLM*^kpdgBPV&UCINuf6oHQV*mgE literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..e580244a9665e5e201d5bd8e3d1e80946e21e75a GIT binary patch literal 579 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 F{{Uk)xA6b~ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..864eff7a919ec4f7c7c380fcbf4a498451a12625 GIT binary patch literal 8013 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..604ba470255fea14a3993523e6b8eeceb6db39ff GIT binary patch literal 7656 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..225f0d1a07d75e6f951cf0f1dafa081262145e0f GIT binary patch literal 34379 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..ef16cca357d9459414ec9cd556967788f58807df GIT binary patch literal 6699 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..2afbee75743430d754b8e336cf59b10051995564 GIT binary patch literal 21891 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 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/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py b/env/lib/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100755 index 0000000..8ac3059 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/packaging/_structures.py b/env/lib/python3.11/site-packages/pip/_vendor/packaging/_structures.py new file mode 100755 index 0000000..90a6465 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/packaging/markers.py b/env/lib/python3.11/site-packages/pip/_vendor/packaging/markers.py new file mode 100755 index 0000000..540e7a4 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/packaging/requirements.py b/env/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.py new file mode 100755 index 0000000..1eab7dd --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/packaging/specifiers.py b/env/lib/python3.11/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100755 index 0000000..0e218a6 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/packaging/tags.py b/env/lib/python3.11/site-packages/pip/_vendor/packaging/tags.py new file mode 100755 index 0000000..9a3d25a --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/packaging/utils.py b/env/lib/python3.11/site-packages/pip/_vendor/packaging/utils.py new file mode 100755 index 0000000..bab11b8 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/packaging/version.py b/env/lib/python3.11/site-packages/pip/_vendor/packaging/version.py new file mode 100755 index 0000000..de9a09a --- /dev/null +++ b/env/lib/python3.11/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
                                          # 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/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py
new file mode 100755
index 0000000..4cd562c
--- /dev/null
+++ b/env/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py
@@ -0,0 +1,3296 @@
+# coding: utf-8
+"""
+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.
+"""
+
+from __future__ import absolute_import
+
+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 itertools
+import inspect
+import ntpath
+import posixpath
+from pkgutil import get_importer
+
+try:
+    import _imp
+except ImportError:
+    # Python 3.2 compatibility
+    import imp as _imp
+
+try:
+    FileExistsError
+except NameError:
+    FileExistsError = OSError
+
+from pip._vendor import six
+from pip._vendor.six.moves import urllib, map, filter
+
+# 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 . import py31compat
+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')
+
+
+__metaclass__ = type
+
+
+if (3, 0) < sys.version_info < (3, 5):
+    raise RuntimeError("Python 3.5 or later is required")
+
+if six.PY2:
+    # Those builtin exceptions are only defined in Python 3
+    PermissionError = None
+    NotADirectoryError = None
+
+# 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
+
+
+class PEP440Warning(RuntimeWarning):
+    """
+    Used when there is an issue with a version or specifier not complying with
+    PEP 440.
+    """
+
+
+def parse_version(v):
+    try:
+        return packaging.version.Version(v)
+    except packaging.version.InvalidVersion:
+        return packaging.version.LegacyVersion(v)
+
+
+_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 Mac OS X that would be required to *use* extensions produced by
+    distutils.  But what we want when checking compatibility is to know the
+    version of Mac OS X that we are *running*.  To allow usage of packages that
+    explicitly require a newer version of Mac OS X, 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(_macosx_vers()[:2]), m.group(3))
+        except ValueError:
+            # not Mac OS X
+            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 _macosx_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 _macosx_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 Mac OS X.
+    """
+    from sysconfig import get_platform
+
+    plat = get_platform()
+    if sys.platform == "darwin" and not plat.startswith('macosx-'):
+        try:
+            version = _macosx_vers()
+            machine = os.uname()[4].replace(" ", "_")
+            return "macosx-%d.%d-%s" % (
+                int(version[0]), int(version[1]),
+                _macosx_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
+
+    # Mac OS X 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 macosx 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 macosx 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, six.string_types):
+        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.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 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
+        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 = 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)
+
+            # 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 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.callbacks[:]
+        )
+
+    def __setstate__(self, e_k_b_c):
+        entries, keys, by_key, callbacks = e_k_b_c
+        self.entries = entries[:]
+        self.entry_keys = keys.copy()
+        self.by_key = by_key.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 = (
+                "%s is writable by group/others and vulnerable to attack "
+                "when "
+                "used with get_resource_filename. Consider a more secure "
+                "location (set with .set_extraction_path or the "
+                "PYTHON_EGG_CACHE environment variable)." % path
+            )
+            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 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)
+
+
+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)
+        if six.PY2:
+            return value
+        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):
+            source = open(script_filename).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.readthedocs.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)
+        warnings.warn(
+            msg[:-1] + " and will raise exceptions in a future release.",
+            DeprecationWarning,
+            stacklevel=4,
+        )
+
+    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)
+
+
+class EggProvider(NullProvider):
+    """Provider based on a virtual filesystem"""
+
+    def __init__(self, module):
+        NullProvider.__init__(self, module)
+        self._setup_prefix()
+
+    def _setup_prefix(self):
+        # we assume here that our metadata may be nested inside a "basket"
+        # of multiple eggs; that's why we use module_path instead of .archive
+        path = self.module_path
+        old = None
+        while path != old:
+            if _is_egg_path(path):
+                self.egg_name = os.path.basename(path)
+                self.egg_info = os.path.join(path, 'EGG-INFO')
+                self.egg_root = path
+                break
+            old = path
+            path, base = os.path.split(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):
+        EggProvider.__init__(self, 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
+
+    def _extract_resource(self, manager, zip_path):
+
+        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):
+        # Python 2.7 compat for: replacement_char = '�'
+        replacement_char = b'\xef\xbf\xbd'.decode('utf-8')
+        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'):
+            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 _by_version_descending(names):
+    """
+    Given a list of filenames, return them in descending order
+    by version number.
+
+    >>> names = 'bar', 'foo', 'Python-2.7.10.egg', 'Python-2.7.2.egg'
+    >>> _by_version_descending(names)
+    ['Python-2.7.10.egg', 'Python-2.7.2.egg', 'foo', 'bar']
+    >>> names = 'Setuptools-1.2.3b1.egg', 'Setuptools-1.2.3.egg'
+    >>> _by_version_descending(names)
+    ['Setuptools-1.2.3.egg', 'Setuptools-1.2.3b1.egg']
+    >>> names = 'Setuptools-1.2.3b1.egg', 'Setuptools-1.2.3.post1.egg'
+    >>> _by_version_descending(names)
+    ['Setuptools-1.2.3.post1.egg', 'Setuptools-1.2.3b1.egg']
+    """
+    def _by_version(name):
+        """
+        Parse each component of the filename
+        """
+        name, ext = os.path.splitext(name)
+        parts = itertools.chain(name.split('-'), [ext])
+        return [packaging.version.parse(part) for part in parts]
+
+    return sorted(names, key=_by_version, reverse=True)
+
+
+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 = safe_listdir(path_item)
+
+    # for performance, before sorting by version,
+    # screen entries for only those that will yield
+    # distributions
+    filtered = (
+        entry
+        for entry in entries
+        if dist_factory(path_item, entry, only)
+    )
+
+    # scan for .egg and .egg-info in directory
+    path_item_entries = _by_version_descending(filtered)
+    for entry in path_item_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 a path_item and entry
+    """
+    lower = entry.lower()
+    is_meta = any(map(lower.endswith, ('.egg-info', '.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
+    if six.PY2:
+        __nonzero__ = __bool__
+
+    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
+        ignorable = (
+            e.errno in (errno.ENOTDIR, errno.EACCES, errno.ENOENT)
+            # Python 2 on Windows needs to be handled this way :(
+            or getattr(e, "winerror", None) == 267
+        )
+        if not ignorable:
+            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, ())
+
+
+register_finder(pkgutil.ImpImporter, find_on_path)
+
+if hasattr(importlib_machinery, 'FileFinder'):
+    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
+
+    # capture warnings due to #1111
+    with warnings.catch_warnings():
+        warnings.simplefilter("ignore")
+        loader = importer.find_module(packageName)
+
+    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)
+        loader.load_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"""
+
+    _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:
+                raise TypeError("Not a package:", parent)
+
+        # 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
+
+
+register_namespace_handler(pkgutil.ImpImporter, file_ns_handler)
+register_namespace_handler(zipimport.zipimporter, file_ns_handler)
+
+if hasattr(importlib_machinery, 'FileFinder'):
+    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 path.lower().endswith('.egg')
+
+
+def _is_unpacked_egg(path):
+    """
+    Determine if given path appears to be an unpacked egg.
+    """
+    return (
+        _is_egg_path(path) 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])
+
+
+def yield_lines(strs):
+    """Yield non-empty/non-comment lines of a string or sequence"""
+    if isinstance(strs, six.string_types):
+        for s in strs.splitlines():
+            s = s.strip()
+            # skip blank lines/comments
+            if s and not s.startswith('#'):
+                yield s
+    else:
+        for ss in strs:
+            for s in yield_lines(ss):
+                yield s
+
+
+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))
+
+    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 _remove_md5_fragment(location):
+    if not location:
+        return ''
+    parsed = urllib.parse.urlparse(location)
+    if parsed[-1].startswith('md5='):
+        return urllib.parse.urlunparse(parsed[:-1] + ('',))
+    return location
+
+
+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.parsed_version,
+            self.precedence,
+            self.key,
+            _remove_md5_fragment(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"):
+            self._parsed_version = parse_version(self.version)
+
+        return self._parsed_version
+
+    def _warn_legacy_version(self):
+        LV = packaging.version.LegacyVersion
+        is_legacy = isinstance(self._parsed_version, LV)
+        if not is_legacy:
+            return
+
+        # While an empty version is technically a legacy version and
+        # is not a valid PEP 440 version, it's also unlikely to
+        # actually come from someone and instead it is more likely that
+        # it comes from setuptools attempting to parse a filename and
+        # including it in the list. So for that we'll gate this warning
+        # on if the version is anything at all or not.
+        if not self.version:
+            return
+
+        tmpl = textwrap.dedent("""
+            '{project_name} ({version})' is being parsed as a legacy,
+            non PEP 440,
+            version. You may find odd behavior and sort order.
+            In particular it will be sorted as less than 0.0. It
+            is recommended to migrate to PEP 440 compatible
+            versions.
+            """).strip().replace('\n', ' ')
+
+        warnings.warn(tmpl.format(**vars(self)), PEP440Warning)
+
+    @property
+    def version(self):
+        try:
+            return self._version
+        except AttributeError:
+            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)
+
+            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:
+                raise UnknownExtra(
+                    "%s has no such extra feature %r" % (self, ext)
+                )
+        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('_')
+            )
+        )
+
+    if not hasattr(object, '__dir__'):
+        # python 2.7 not supported
+        del __dir__
+
+    @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)
+
+    def insert_on(self, path, loc=None, replace=False):
+        """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
+        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 = frozenset(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] = list(frozenset(reqs_for_extra(extra)) - 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)
+
+
+class RequirementParseError(ValueError):
+    def __str__(self):
+        return ' '.join(self.args)
+
+
+def parse_requirements(strs):
+    """Yield ``Requirement`` objects for each specification in `strs`
+
+    `strs` must be a string, or a (possibly-nested) iterable thereof.
+    """
+    # create a steppable iterator, so we can handle \-continuations
+    lines = iter(yield_lines(strs))
+
+    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()
+            try:
+                line += next(lines)
+            except StopIteration:
+                return
+        yield Requirement(line)
+
+
+class Requirement(packaging.requirements.Requirement):
+    def __init__(self, requirement_string):
+        """DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!"""
+        try:
+            super(Requirement, self).__init__(requirement_string)
+        except packaging.requirements.InvalidRequirement as e:
+            raise RequirementParseError(str(e))
+        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)
+    py31compat.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('_')
+    )
+
+
+@_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())
+
+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.
+    """
diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc
new file mode 100755
index 0000000000000000000000000000000000000000..26c9c462e4643f978c52f6838b8f227f358954e0
GIT binary patch
literal 158247
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

literal 0
HcmV?d00001

diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pkg_resources/py31compat.py b/env/lib/python3.11/site-packages/pip/_vendor/pkg_resources/py31compat.py
new file mode 100755
index 0000000..a2d3007
--- /dev/null
+++ b/env/lib/python3.11/site-packages/pip/_vendor/pkg_resources/py31compat.py
@@ -0,0 +1,23 @@
+import os
+import errno
+import sys
+
+from pip._vendor import six
+
+
+def _makedirs_31(path, exist_ok=False):
+    try:
+        os.makedirs(path)
+    except OSError as exc:
+        if not exist_ok or exc.errno != errno.EEXIST:
+            raise
+
+
+# rely on compatibility behavior until mode considerations
+#  and exists_ok considerations are disentangled.
+# See https://github.com/pypa/setuptools/pull/1083#issuecomment-315168663
+needs_makedirs = (
+    six.PY2 or
+    (3, 4) <= sys.version_info < (3, 4, 1)
+)
+makedirs = _makedirs_31 if needs_makedirs else os.makedirs
diff --git a/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py
new file mode 100755
index 0000000..82d9071
--- /dev/null
+++ b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py
@@ -0,0 +1,342 @@
+"""
+Utilities for determining application-specific dirs. See  for details and
+usage.
+"""
+from __future__ import annotations
+
+import os
+import sys
+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
+
+from .api import PlatformDirsABC
+from .version import __version__
+from .version import __version_tuple__ as __version_info__
+
+
+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,
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :returns: data directory tied to the user
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_data_dir
+
+
+def site_data_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :returns: data directory shared by users
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, multipath=multipath).site_data_dir
+
+
+def user_config_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :returns: config directory tied to the user
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_config_dir
+
+
+def site_config_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :returns: config directory shared by the users
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, multipath=multipath).site_config_dir
+
+
+def user_cache_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :returns: cache directory tied to the user
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_cache_dir
+
+
+def user_state_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :returns: state directory tied to the user
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_state_dir
+
+
+def user_log_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :returns: log directory tied to the user
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_log_dir
+
+
+def user_documents_dir() -> str:
+    """
+    :returns: documents directory tied to the user
+    """
+    return PlatformDirs().user_documents_dir
+
+
+def user_runtime_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :returns: runtime directory tied to the user
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_runtime_dir
+
+
+def user_data_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :returns: data path tied to the user
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_data_path
+
+
+def site_data_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `multipath `.
+    :returns: data path shared by users
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, multipath=multipath).site_data_path
+
+
+def user_config_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :returns: config path tied to the user
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_config_path
+
+
+def site_config_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :returns: config path shared by the users
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, multipath=multipath).site_config_path
+
+
+def user_cache_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :returns: cache path tied to the user
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_cache_path
+
+
+def user_state_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :returns: state path tied to the user
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, roaming=roaming).user_state_path
+
+
+def user_log_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :returns: log path tied to the user
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).user_log_path
+
+
+def user_documents_path() -> Path:
+    """
+    :returns: documents path tied to the user
+    """
+    return PlatformDirs().user_documents_path
+
+
+def user_runtime_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :returns: runtime path tied to the user
+    """
+    return PlatformDirs(appname=appname, appauthor=appauthor, version=version, opinion=opinion).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_runtime_dir",
+    "site_data_dir",
+    "site_config_dir",
+    "user_data_path",
+    "user_config_path",
+    "user_cache_path",
+    "user_state_path",
+    "user_log_path",
+    "user_documents_path",
+    "user_runtime_path",
+    "site_data_path",
+    "site_config_path",
+]
diff --git a/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py
new file mode 100755
index 0000000..9c54bfb
--- /dev/null
+++ b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py
@@ -0,0 +1,46 @@
+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_runtime_dir",
+    "site_data_dir",
+    "site_config_dir",
+)
+
+
+def main() -> None:
+    app_name = "MyApp"
+    app_author = "MyCompany"
+
+    print(f"-- platformdirs {__version__} --")
+
+    print("-- app dirs (with optional 'version')")
+    dirs = PlatformDirs(app_name, app_author, version="1.0")
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")
+
+    print("\n-- app dirs (without optional 'version')")
+    dirs = PlatformDirs(app_name, app_author)
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")
+
+    print("\n-- app dirs (without optional 'appauthor')")
+    dirs = PlatformDirs(app_name)
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")
+
+    print("\n-- app dirs (with disabled 'appauthor')")
+    dirs = PlatformDirs(app_name, appauthor=False)
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")
+
+
+if __name__ == "__main__":
+    main()
diff --git a/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc
new file mode 100755
index 0000000000000000000000000000000000000000..54e548bad760b2db046e94b3bbe37e4a9fe6cf9a
GIT binary patch
literal 12946
zcmeHNU2N3Y6}D%b@%)AS@RtM<%s;b`nS{RrMOmO(C>4Z=u&_H@)|j!A80_(I?STyn
zQY!I4B_4QdA5qn^UD1a=v}zyw);>BYQb(4yid3PBw@9d}#8c0?_RQGx!-Uo3DNO8>
z>*I6Jy}thLckeyE-*$G!8Td_RFDOqAGt9s7qWlZH3HI&3Scdr(BQse>X62B^>Y;3i
z#dKH;XT$VAm*wC;r*-I&Y=mVL?hapeBX`{Gz%=2(BBDk0ST@Eo`3Sv=yH_$VN412W
z%qGDvFUPb_eM5EwO~)bKmFd46MBe(i
zBfH6`8I}7%v)QK^kq1Dt#itpSw}EDBMRQm_A`gM4ucATEJ3!N4(V&e0ngRK!yc24-
zEpTTS+}U2yWaMM=9?%T>G{@z=pc(RMj>-E#v%{x3F7F48P|+NgebDIYEH6LBR^~wl$<)P<^)+KW?Gn16yfx&Wfja*naqr8%@%K`bB3NNXp#kP
zbhHXwjFr7hs%8pOUXB+{X+}xM-{AX9u}(tD=M9S%W=_C0Hz`@Osn8pQeu8d9@xDS#sIn-+Wl#0eDi$R}1&;DE!`$W**+|z
zMABs~ML$#wD@nSc(#}v*GhNCVCh0|^!KOwEV0~LA~ctn
z(A18H72zF_ciXCJxa$$z
zSLY?oRBk%F$7K#r3<+3y#^G)oh6YfzNRGn-yk7+VQ>KE^90qNx!V(Phw0U+uG#~y0
z`vP*jtmLXP81%%DbPuw`0W-p>fh2c1sf-(18=AW7-`##CIn#3
z`(IaRs@j3(i&q
zW7?caF>}q~jRMRvjeMJ_hOBe+c&+-u*zxk!k5M@(2NRqRp7xvuG?Zbq!KEH_M44v{
zkrJHldV!el3`1y
zHuFf~Baa|Ew~t3OqxF0RiJ?pyNlF@!s~KgC#qOG+3*p+b7AbR{?0>v2#V)$nixHV
z)n61=f4>}iI<}NJWOIks0`%*Bkry01y{lD(44Mv}q?orC(5=Dnl#LW5uC;mrUt_$jU!=>MuDVDh!hlm!NeI9
zYcO1{_h4h~qOEeh3ihbj)=$2xSg5YokRBSW)izW^K@>F`j13aTOte;y-Y-h%`DK3QJ6x;StnG!zF7
zK3-nOH;;mcF1uzpxciY0+8?5M4+{Kj;C{fy=u9&%_yRG2Vk=?*cQLqJ0Ex=)hsIxy
zG>yMBuYMW78*4%@wEh>MO0;@z_$7;%DE33$>%%X@HaEN$#AbX1v=7j248Jr-1@VKr
zClGmQ2JD|BI8dY!9Q9w+198X77xmOuf;)7b?&|(UH9u{LqWdAAKU*k_!=6Wiy93?L
zAM|4^{VqZy-Zb1vyW>cQ>r;M>XBGlEM_-x$d*jb4CVofIu`?g%<(D#NwBMB5YQS3o6
zg5qlwbY~HT4@DToP*a#ua8dYBgwb_CGnnBcOPU6c8Kl#9(bKRmv8X9yWCkh#y@oMM
z&=ME3U5?OW_Ru+(*6Az6xVS>WMW
zw(TelkCq08N}KvuVx4TBU16HYT~*sH+t8L!+lJC->-sHF+lJC->-x2*ZA0m^-PDJ5
zFsN-q>9?iN*3b%`7W95w>Q|?J8%lv=hgX=O=&rVnTd#XGe?#dn>jUcLwv9>sHk5UK
z8$gb#Hk3YF_t_f0MeqxHzb$>XRoc=ve-HMc&C}TCeo@!v4Uq`-0=>|e
P2(2(>vB2XWof`cgcarck

literal 0
HcmV?d00001

diff --git a/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc
new file mode 100755
index 0000000000000000000000000000000000000000..fd5c51db9f835cd5981b58d83886f1d317c33594
GIT binary patch
literal 2143
zcmcgt&1)M+6rbH4Nh_^nyCJRP&<`clINL_rSfz4ZOrTVCOCgSlZz^S3YuEOY{p##0
zMM4G@a>${S-WnPVKDjN`qZx#gzXmr^vh
z)wT^M@Dq!Di~bBk+0*D;@iMkR8zo
zHPF}Z?hBKcJpufR0gHAxdVEhfg1C;yu{}ZO(uC$ZM3f)%a)xF+Vmbj~*(cEd5Y24fySuqXbGrt#jDX0P
zilDDLnr+Ymqf)07v%gQVM_kWmhGiJfTxHL-4Q1D~EW=kCqqd@W9SGD>Y**iI`!)NU
zAW#hFfnu54!=n$X%gYLDD-};`-Pd-(+A}=`I-jGvM47CDqN=uLLNly-9f}!A-Uk1d
zVEI2l&*-C***E%MoV@mC|I5E|J}guYzJe{C5w6C#8schlvK--BjB6pTol5hM#l!c0
zH$rJGlGb8rt=~AEdwqbo%&la5gipoNkC(%lD$IlV!^?+3v~V+CxS2{KQHez*OlAUI
zkMK&2S3J3-D$(O!%$Vix;4E5Wv>p)UY#s^ay!#|
zI?n)D%^5Dcn5z04BJVKiTd+M7*WjYHE#o#>1eSe9dBLriEf84ngd+O
s^Zm@=>J<*I!1Pu}xcI31hp-R|3ny6YH@;hcxZY2G0|DWyAWq`>7yI!TTmS$7

literal 0
HcmV?d00001

diff --git a/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-311.pyc
new file mode 100755
index 0000000000000000000000000000000000000000..90d1880ca7e5e6d2a750e11f7055d6697320398c
GIT binary patch
literal 6373
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
G3F<#_=@9Gy

literal 0
HcmV?d00001

diff --git a/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc
new file mode 100755
index 0000000000000000000000000000000000000000..be03d0681b188895ef111f960141e4b43e718b91
GIT binary patch
literal 7200
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
O-E?X+wK;@87S=z}s)hmp

literal 0
HcmV?d00001

diff --git a/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc
new file mode 100755
index 0000000000000000000000000000000000000000..71bb348e103c2d48ebb0cdb47258cca73061f176
GIT binary patch
literal 11042
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
H6Q~FPUWQ@`

literal 0
HcmV?d00001

diff --git a/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc
new file mode 100755
index 0000000000000000000000000000000000000000..da0dd9f4618b12e1aac7979d2b0ac4c2ca8d3024
GIT binary patch
literal 9978
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. Makes use of the + `appname ` and + `version `. + """ + + @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 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") + 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_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") + return path + + +@lru_cache(maxsize=1) +def _android_folder() -> str | None: + """:return: base folder for the Android OS or None if cannot be found""" + try: + # First try to get path to android app via pyjnius + from jnius import autoclass + + Context = autoclass("android.content.Context") # noqa: N806 + result: str | None = Context.getFilesDir().getParentFile().getAbsolutePath() + except Exception: + # 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") # noqa: N806 + Environment = autoclass("android.os.Environment") # noqa: N806 + documents_dir: str = Context.getExternalFilesDir(Environment.DIRECTORY_DOCUMENTS).getAbsolutePath() + except Exception: + documents_dir = "/storage/emulated/0/Documents" + + return documents_dir + + +__all__ = [ + "Android", +] diff --git a/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py new file mode 100755 index 0000000..6f6e2c2 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py @@ -0,0 +1,156 @@ +from __future__ import annotations + +import os +import sys +from abc import ABC, abstractmethod +from pathlib import Path + +if sys.version_info >= (3, 8): # pragma: no branch + from typing import Literal # pragma: no cover + + +class PlatformDirsABC(ABC): + """ + Abstract base class for platform directories. + """ + + def __init__( + self, + appname: str | None = None, + appauthor: str | None | Literal[False] = None, + version: str | None = None, + roaming: bool = False, + multipath: bool = False, + opinion: bool = True, + ): + """ + 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`. + """ + 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. + + 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) + return os.path.join(base[0], *params) + + @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 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_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 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_runtime_path(self) -> Path: + """:return: runtime path tied to the user""" + return Path(self.user_runtime_dir) diff --git a/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py new file mode 100755 index 0000000..a01337c --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py @@ -0,0 +1,64 @@ +from __future__ import annotations + +import os + +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 ` and + `version `. + """ + + @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/")) + + @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, e.g. ``~/Library/Preferences/$appname/$version``""" + return self._append_app_name_and_version(os.path.expanduser("~/Library/Preferences/")) + + @property + def site_config_dir(self) -> str: + """:return: config directory shared by the users, e.g. ``/Library/Preferences/$appname``""" + return self._append_app_name_and_version("/Library/Preferences") + + @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")) + + @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")) + + @property + def user_documents_dir(self) -> str: + """:return: documents directory tied to the user, e.g. ``~/Documents``""" + return os.path.expanduser("~/Documents") + + @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")) + + +__all__ = [ + "MacOS", +] diff --git a/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py new file mode 100755 index 0000000..9aca5a0 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py @@ -0,0 +1,181 @@ +from __future__ import annotations + +import os +import sys +from configparser import ConfigParser +from pathlib import Path + +from .api import PlatformDirsABC + +if sys.platform.startswith("linux"): # pragma: no branch # no op check, only to please the type checker + from os import getuid +else: + + def getuid() -> int: + raise RuntimeError("should only be used on Linux") + + +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 `. + """ + + @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") + 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] + 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") + 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") + return self._append_app_name_and_version(path) + + @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") + 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") + return path + + @property + def user_documents_dir(self) -> str: + """ + :return: documents directory tied to the user, e.g. ``~/Documents`` + """ + documents_dir = _get_user_dirs_folder("XDG_DOCUMENTS_DIR") + if documents_dir is None: + documents_dir = os.environ.get("XDG_DOCUMENTS_DIR", "").strip() + if not documents_dir: + documents_dir = os.path.expanduser("~/Documents") + + return documents_dir + + @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`` + """ + path = os.environ.get("XDG_RUNTIME_DIR", "") + if not path.strip(): + 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) + + 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_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 = os.path.join(Unix().user_config_dir, "user-dirs.dirs") + if os.path.exists(user_dirs_config_path): + parser = ConfigParser() + + with open(user_dirs_config_path) 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 + path = path.replace("$HOME", os.path.expanduser("~")) + return path + + return None + + +__all__ = [ + "Unix", +] diff --git a/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py new file mode 100755 index 0000000..9f6eb98 --- /dev/null +++ b/env/lib/python3.11/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 = '2.6.2' +__version_tuple__ = version_tuple = (2, 6, 2) diff --git a/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py new file mode 100755 index 0000000..d5c27b3 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py @@ -0,0 +1,184 @@ +from __future__ import annotations + +import ctypes +import os +import sys +from functools import lru_cache +from typing import Callable + +from .api import PlatformDirsABC + + +class Windows(PlatformDirsABC): + """`MSDN on where to store app data files + `_. + Makes use of the + `appname `, + `appauthor `, + `version `, + `roaming `, + `opinion `.""" + + @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) + return os.path.join(path, *params) + + @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 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") + 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_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")) + return self._append_parts(path) + + +def get_win_folder_from_env_vars(csidl_name: str) -> str: + """Get folder from environment variables.""" + if csidl_name == "CSIDL_PERSONAL": # does not have an environment name + return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Documents") + + env_var_name = { + "CSIDL_APPDATA": "APPDATA", + "CSIDL_COMMON_APPDATA": "ALLUSERSPROFILE", + "CSIDL_LOCAL_APPDATA": "LOCALAPPDATA", + }.get(csidl_name) + if env_var_name is None: + raise ValueError(f"Unknown CSIDL name: {csidl_name}") + result = os.environ.get(env_var_name) + if result is None: + raise ValueError(f"Unset environment variable: {env_var_name}") + return result + + +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 this 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", + }.get(csidl_name) + if shell_folder_name is None: + raise ValueError(f"Unknown CSIDL name: {csidl_name}") + 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.""" + csidl_const = { + "CSIDL_APPDATA": 26, + "CSIDL_COMMON_APPDATA": 35, + "CSIDL_LOCAL_APPDATA": 28, + "CSIDL_PERSONAL": 5, + }.get(csidl_name) + if csidl_const is None: + raise ValueError(f"Unknown CSIDL name: {csidl_name}") + + 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): + buf2 = ctypes.create_unicode_buffer(1024) + if windll.kernel32.GetShortPathNameW(buf.value, buf2, 1024): + buf = buf2 + + 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/python3.11/site-packages/pip/_vendor/pygments/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__init__.py new file mode 100755 index 0000000..7185e53 --- /dev/null +++ b/env/lib/python3.11/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-2022 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" +from io import StringIO, BytesIO + +__version__ = '2.13.0' +__docformat__ = 'restructuredtext' + +__all__ = ['lex', 'format', 'highlight'] + + +def lex(code, lexer): + """ + Lex ``code`` with ``lexer`` and return an iterable of 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 a tokenlist ``tokens`` with the formatter ``formatter``. + + 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): + """ + Lex ``code`` with ``lexer`` and format it with the formatter ``formatter``. + + 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. + """ + return format(lex(code, lexer), formatter, outfile) diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py new file mode 100755 index 0000000..90cafd9 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py @@ -0,0 +1,17 @@ +""" + pygments.__main__ + ~~~~~~~~~~~~~~~~~ + + Main entry point for ``python -m pygments``. + + :copyright: Copyright 2006-2022 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/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..63a5a060acc692a610fe55917d50c4599264b6ba GIT binary patch literal 3861 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 k@1*w92*tgUNIF{e%MBD5YoW^0;)GB@&Et; literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..e945ac5134c47638084f67115bf3df1556913f74 GIT binary patch literal 797 zcmZ8ePiqrF6rag%n;NY~sNf;UKs^{RyJ-XuL4=wXTcWj^cxVpYY<9+E?EZ6Rl6E~v z#2zY$cqsS{6cPLmeuIi0!d^Y~7U(7Pkmg9gA5r)=1O@~_w_M`7;Se%8C4P!m5Rl?g;KFpLahLa z4ndm}7Dy1&xs5m>X!&`4?a8y678fqt)FLh?W%Qu7GQNMbURm9!t;Q5E5hk^{mN||l zwULLR8Z~nqjV_-K(}saP%P>NP2RzLA)Ypt2ak0m=v-T|q+tejYk&sX&dsKv~$=bc} zYLx^n&t!Pr6@;;_FTR13sLbh(-tiowx2bItuCI7jH=d+E9*6FDxYgw)=ampTaeKN= zTa&9h+R~EFsUQX4w06w4L`zQkgp&*!KZ%|^iDY>?cTeW)+T=dFENe%N@pn=U6$s%l zH3!uph|~gr7yFrL4M5@O{2r}WLNS0s;*H#G3$+HzX?ISZx!2aM?6K>z>% literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..fe751463630c5bc79061ebdb929fac3c670b1f48 GIT binary patch literal 30308 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 EKfuQ{JOBUy literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..a0730b6b25166d61dc08d3ba5b5aa21262edd959 GIT binary patch literal 3060 zcmcIm-ER{|5a0WxyT6&)+1c6I zS^pde_z<*<(KGma4?=$u&}f`HcoL=%x{o9jMG_UIWE7<(8pC%C6fh+*dD7Do>tfEu z9v6FE%)7Y7#Xc7cF7~@P;Nn&nx4F2T;1rTNexRZZ^c$dOrHxUJM%aTH%s!wIdIX=- zM$sobuKQKoAgfdlN{{O)7>ym z_S;2lNL#)_(H5y2s88AoRFHZmP-t8JSDy$ilS`$sY8v6BrW%@pZRY1MG@s2K)AV%Q z6qA~w=~#l^o*-&jGm|yLj?QpW%j9%9HDwNqry4_XaA4rz-ob&vK{1gN%_%HibXOHk z98d2N4UEN+%O9S7|AUFJz0|NGC$VbaVe#a|s3U*x+^N&!6Q{*%nl4J%jLV7<_T}lG zNeks$hK?NFf8^-EK-%JTY+%!32KJ>bHlZmJ3RHxIpojFhP81(f7MIi{Y&=9yi1O3x zktr>WBPm%?un`&6l36=(BAJ{yrKyp$CMB}QVETq>MzA^)QRIXx8Vc{*7cs!oy%`7~ z#K?$bHVm6rdg6;UXVEH~2kz4c} z9E?PNO*grXBu1i|IZ1k!p0)#^dnDE!?Nw|W-^;z1gq5az zXq-MmbM*5o!IR<7|JM8tT)j$e!quzdP1&3hCWg*Kp6h;h@@0 zcfeLx|AO|E+O5MgiY%&MCx0j`Dy9q2+eJ_(u?aDjC!WbbwbI`q3hZ@FR)NWq{pouN z%LDZ)tC$A4!my@O7kqKmkm0$4M^irxf&uu9kKl$CP<;bxZ7+<~yu!lCg-Z)3znU%X zFVQ8Y#4H~vdw0U`cbl#-PVex5*7(-DfjfbFxO8S&t?e5lNap0~>SzPa$_g?qsgyS%%?Zm+W2%k1`= z!!7nz*sdzuRc5XkmCBZlR1XvSI8ff2BKyyCNF0!O0p=$er)VIZXcQcE}WTd*FMsx{4sdu zvI;(~kAQ#_OXD2SIzv%Zo#rXFjtJ>Q-qr&1nD-U9n!mNc6%z9;wT{l>XO)f}fKv0V zkJ~pE@sa@G+I)bBvP(UVq}JJ03ND=oaJ_;$YMZu{4lGRqny#P?|DafBskZ()YLJ2e zjP}F8a7n>m_aM$&plbfMg;PbLbfx0&ulivMLkTvSA1#a&Zq(W~6fc)9Eq#3Zi^A!J z-ubf*BeAmYyK9wA!Ae`uWwYEu$NU&f8F|cdg&PaKk2^LOXO`b`c2W0G)K*x%L3oPV RPoPWq%~VevttWP<{|1zN*Q)>k literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..2bd527bb1fe43d54e1c7225610a58ec08919de57 GIT binary patch literal 3521 zcmaJ@&2JmW6`xryKg3XyW!iG9%FZ-y5V5dHS&jo#u+^rPk{E5+pmK5$(5_b8p|tLj z%gijTlBEkFFj^Hb0>elkA5uVvz>VQc5B)a^NPrH)1_lBY1#+Yy7YK67do#N41ShIh+JP6C4;^CNRa^5&H50tTVZCI_WxvjswR^B_K@zakV+(;?f?I$r)}bm*Y%3xKdcB|acq#$QYd^+ocSmJ2jY>0=cV zVOrO$Fr}>vlgc!Su4ZiGTer04*LZ2w^*k<1^M0kNKvHV7z<2dh&39Isa;ElS5R`cR zcFA*BqM^&hOP5L#{CTlqSN>qH!s>?GC|Tex#}_b3gR~SOtkDWnmb!-aS@qA-1G0G4 z^DDL|=ZbpxBpghlOTPJs|L{tnS+k4YgZATCL4 zyA&B{2@G110wED51dDgKwl20T?g^a2I=N#@=})^7hmNku)CndW_o|@ z%>D6)>Fx2|v8lbWsm;`8YX7CNjd#UMpr=AX#08I|puPr`EfVyNb;zw=D?o5WrAh-d zDJmV}903BX>&=EyCkAn~Oj)n^l|jO5pkc_d3Q* zgyPv*%?`jk>=#n;h`u_d4SRu1nCGu^QL!bTlH99a&;bO&uR;pKqk)QLVYasj7a|=5 zL94+pu-mrR4MZG5TW4FbOeUSMra~f#3b}fTpmXx+>Tp!1IucUYO{)QM+v76g8*VUb8geTm)nFt z?K}*rxS%!_V%mBAA@&G{p2YLWM>IZGzU&7#;w;IX1tEO#I3ZAhCJ+q3h&MGF1QJPm zI67ig;b#UXA%$#^rz1b!9XY=@a(*XsUY)R9NC|X~MrY2lK5W{ahM_{6co_##sXzi! zYZOI^32dS$z$dSQ*y#OrjYKljB`C5q`7*LmBvLf_6Koz8S~04tz}GABWgfl)T}J`; z9Bu%;lw%<1#A%q=-c@*ca|J@(t^^Ud09g*c7Y31qsW`%tMx0t22WN~e1`LF6l&aS% zvYSvjqNE2+wc2h5e$5VC$RUv8wRXv51bE23km>tS50o>osbmd^3!T&5K*PE`z}9#l z3fCVgxAa5lI1kIopbv(Q0lbV*ROME0qz!545xDzF>~er%fVn6tw{TBYI;2Wnh^5cz z$5bcyLZU1%N4C$sssh+y>n^0~X24ebX5HzLcp(+0*KCPY77pD6&QpL6hb&8lzh!AC zDr70#odu=+QK-<^J~K#ao(#2}$Gx6ghI@)W$nq)5M2L zPvnf`99-2gp{YTsHbE`KIHp1MCQ{i>Gm#n}q^NH*S9SWG6F-F&=zaMyh;D*X+BGuN x>=G2?S$eWd2F1iMg(TP$EK7m0j*A2Ad-i-_VvK?f$Hn~*4zTyx_Y5iXz5^V^NoD{5 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..a1dfb517ace74a763fb21121c7c5a96932dcc42f GIT binary patch literal 3887 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

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

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

' : '\U0001d507', + '\\' : '\U0001d508', + '\\' : '\U0001d509', + '\\' : '\U0001d50a', + '\\' : '\U0000210c', + '\\' : '\U00002111', + '\\' : '\U0001d50d', + '\\' : '\U0001d50e', + '\\' : '\U0001d50f', + '\\' : '\U0001d510', + '\\' : '\U0001d511', + '\\' : '\U0001d512', + '\\' : '\U0001d513', + '\\' : '\U0001d514', + '\\' : '\U0000211c', + '\\' : '\U0001d516', + '\\' : '\U0001d517', + '\\' : '\U0001d518', + '\\' : '\U0001d519', + '\\' : '\U0001d51a', + '\\' : '\U0001d51b', + '\\' : '\U0001d51c', + '\\' : '\U00002128', + '\\' : '\U0001d51e', + '\\' : '\U0001d51f', + '\\' : '\U0001d520', + '\\

^btLIJl4;%) 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%0DHv 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..2ce283e1493b07b85cb9fc9f75295320f80b5688 GIT binary patch literal 1740 zcmZ`(+fUn87(d63iE|?qR_@h~rqPmaO(45zQ469J?V>8}$hL>HEOO$L#Nar_c4!lY zDGyA_5L2@!`j{u$iv2M#p)In6RB74+Z<*M`)R*l$4oOR^eU^Vd=ewQnd>20n1iT37 zZt^o~^9cRHHeGU^El!tVv5RDsL^75+6(_OG=Wvqa5XGxt)gjphyRHq|;}F`1w?j!m z7Pe5bPZnkO7EZclE`dUx%5Po*q?dCAs##{ZP?V{vXw>0;|2lac_5v}Lg0521RVKP* znA9NCY00EADQe)aD+`4?MzKs$FB?iOZ^g)BcS)i%Gap}z&P1amT_#qZlDlVt5Q|EM z_lZdK<*Ot#Ph!r| z;j4})Yk^|dB`nRd)SAm(8@ell1PkIZjjBN5&Zx#`%^5+Y( z>8iR6crzS^!t9J%EQ&L#Vwh{Z2iE&N58!cTQ>Y4-yQ>90x${2P9FZ|`?p&@ayo~F- z{%bMJ$~?4)t8&}v@I*$^oGI+gh%-^$LYYL;WMWXOWN0tjU&+F>Q=*ulThiptjGp`p zWU$M{LoVBE>Z)R~f|^c6ZNZSV9Q^83s)hP&9?r5o1?geRQL%-NrU$HT9*(oIV)ns? z{iO&oe6TcFh8&oLh4~DihT0+u3_OZ&#}ECJNB+s$QY$dnh&IZN)#int)n@cyXzD0% zxs7;X#DO|K?ti!W)nWgYqy8&(zUAwOe({X7hKB23vIknoGx8_+`1EnQ`OaYgtf$(@ zB}_O_$1R`#C$sSpYq;&X`rPs0^wWz^*MAv39E=_fM(c~M;2<~*OtePE8(#MO^V}D# ze`o|C+7LGS*+;b9sgzvIq*68qBMBQxRbk`K6bm~1v~2gcOUpO!B$f=80VjLTwVxr! zjgyQQ;&mudNu_hf+n~fo-P8dfevI3kh+S>O;4Or`H4l59`=$=Omuv2J9}14u(>tq> lk8v05`oyi|Uv55l;co;`^R@jvhAHZSKZpm~=zqY8=s)e{t6=~D literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..6bbce6b9ce90dceb1351d78a5b855fa45f0ecc1e GIT binary patch literal 3753 zcmds3&2JM&6rWvxJLDTX3AD|qw181qhX5@#1u2CDqNX8@Q`DpdXXBkXTh_bo%o^e- zDX8iJ5E2|Jf#{*Rlor9gho1NkY{``(OF8w@-YlU?5vRVHwKsNxsH$G7u6Lhj-u~W) zfAi*ze{5|HBe*7K&yju@{l+KtOR5c?pMb%Aq@h`)NwbnB&&rx-)}wi6y_)YEH0#s+ zApKeZWIzjo3~C{eAuXIlu@<$(i%=NDl`CYj#I%``Gx8bT6uPgPudq-~)_~XnV%@X} zT~O0R!5LZxmIO~0>_yAO%vMcJrJAq>8>-R*X1bYn5l5911K6Tiw;675p4xIQZ0FVV6&@Ea z0G6oK&0xEb6AgW<7%q_6x@Gv)*yOK#!!mK<^6E-)8^#yEN+*{t% z6g;Y%U{e_2>K#}SAAXsO$3%ypNC!Yu;DCBH<|c za((8mmw>QKA`E|1fFvEWQ(~O8w7fwQGoT*l-W(smLsqq64Jq>ai2Vor^f5 zb?0tUafK||e}fg^VaAijX%!ZqkO6lBb)}mGgBM~tiv}S@skotq{WahgtJol_rkfee z43#a`xMT&>R+nD=dzoD@$hO}qbhX^YSp3E$N7lI1jV&TyzDNrK(!5BHu1<;oIP8gG z*zui6Te$+&GmCZtpQ#V=(BR-Zhld7-hVXo$wqKmxi*2H22RL<}L7p9Vmpe14G zX&{ay@CV7W&inDPGb0np5wRmQ*owNrl<;!tstO4Z^w%oCW64|qKy+QFl z<%h=u&+|#p-bW#5Rhn#|th6dg$eh`SZ0JJu>n%jbr8>q_!wm1h9IIhGhBxb5l_eyj z6?p|cf(TFC*lBqN@h6Fz?d@IlXb3IH5HTd7j6iN#TtiEq8FWpmf6pM(TOUI#=@Gbi z;<{P&*zN8Ftv~~QB*S}noQpPyE5( z$E3KZ7MN%Jk5V(+Zj01}*gKk49uY`&xL+qHh5*7)hOf^eHJjcc_ zw2bi#csqNc#}}$`Ne4Y(uzqIW*F|Wqql&HNrsvJ2I zXF$Q>9Q1NE1J;mlyp}J3oGlY~x~l@)j3+Hb90u$ll+g`Tm0Ntr*MmokJMPVmmS`1) ze8(Gv91I;_-}P>B$Gy4HzNd=(AppBV_O%{g?>JX%zN)rzvo;3UiqN}gYUw_eZEKjlisH-F!)&p)i2${k-)Py z8RpMAxZ>GviEAQWuIck|%^Tb{4IbT#caMGWJl8;ch$QGDw!6y_vfX`#wsnBB=u+=0 zT0v_K2-hoW-oqEsedtGb`ZVYlkEMy2$EnE9@sUqQrcxsl(^E64$qQo>(-kj2s~=01 zu-IG9e&gw2+6l7K1!t9(a_TDOoX@luUYvu64TJa{J~z-t^uVtN-z!BE%D8;wn}aN<+lD}aO;Kzt%06{6V${I-!Fn83WI;hP(Nqr3zs2ai}StXYG!Le zuJMIAU$h(GF|Wf|Wc0$+N5j+8+gTG^Jpw=)1;H8^i#9U0bAe?hu2H}gXR9gV%uObxOH>#94zevXa8C9I+N2g<0FmbMqh(` z=}UQQsx;>;rWnv4!?T^UhD!Utan?0DHomReUO`%SQ?WV!S18{*7hl3!q7*$@j-LD% zl{NuqY#^1=taK_xcS8uemy3Qb-sD0YJG?)Lau@3-(s_(TrHY>NBKW@ZNB%V34@kas z*mV$4)sj?|_eW@f=s>l_CvIGss6=7L| Ns&K`tr!Gz;_!s?syRZNN literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..b602e9ffa5b5e94f4226f9edb48f3829d3c44c1b GIT binary patch literal 5047 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..ec0f7df4114018bec17f9ae0ee4c31eb6667c85e GIT binary patch literal 4902 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..a532701b3343cc357d6e84bea814001a17d84e94 GIT binary patch literal 7441 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 Z5TU_+A2b_KcXS-0yQ}p|JN{8%_J8LK5^Dee literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..0e7da4168ce16701a418155d06de859614b00ff3 GIT binary patch literal 33815 zcmeFaX^QTst7^? z8&DsT$OUI3@1rs+GwR5yJR&2j^1koPh`hqAQ5S>(8eLTc8fcPm_mtTV-3*&$hOzx2 zTeIEI>*xcA2uh-6$41rt+&%mXcMlKu=ihrTGW+g#zjF$IU!4A(*}eaJYHBPlPX6A0 z9C+oCw@gi~OwCM9PtBZ~J~ea8^er>DPTx9n+w^TSZ<&6}%v-15I`g*ax6QnL`t39C zn1091JEz|{^RDT4&D=hH`^>wi-#zo5>G#aMcly0E@0)(#%#Tg~*vuW%cg(zh`u#IM zKK&=AHQX4_7`XG%$%B><=-!=P*H!Sx{H@AM~<2RMO8$JBw%rD=Z=eMW6{LJ*HkaExLr*2M} z{xo7g_NV{y`{pmAzyl&3B{$lFvTdwDt z{dnTDC-=J1pS|~?shdYN@vm-7KMB9OB^cvRCw}E5^+x~ZCwKOPvmc+i`}zpK+1h75 zdDOo*eUDH5@b~at!pLD(&fIhJ2prGL&)wLolkn_aH$SISQ>f!tXFq;(ES~#sPTxE8 z>BO&{l)KSKiI2{HeD>b!Exx(*%~#XEj(6ns+j4L8)Xcw}{q^XrGxw^u-CXL_l<&7* zuVvF8p8as*H*RdrNqFY&SJ&`{IbSuGF&EyTg)^U-{qQ&6IyLp0n%^k@XYo$_>ys9t zclWBdzS**~uWA45uNgBRzi;aGR}GOO=+1xjz*n(Iz4J8w9{a{aU!Og5{@h&`&OChX z{Mm=kJaicSpI-C#&cpco4zrv){peRuKk&#Sr~mlO!w)_>Gkf~MuRU<~fd|jeo;^xA z{ow4`^A9|H=JbOPoS%K@(X-#U>#*=2pPQXI{nba$p8om+=O6qUZgm=2j;oL!_{#^* z&Yphcfin+Xc;KPgb9bHo!wY9lpMUi9+1ZC?&&-}hMRy%F;oqG(_t?W{QPWqxad_YJ z-*{~H-2D%pofTOg`^M?7o_+M|r_XcKj=N^3Yv2UDx z_@S?z|J>=%p9D|e^T|(sM!M&d_uM0@6{Wv;JTRxv&pz<=Pnp+u=N@_Z!PztCW3(lLJgHz^gDzLSmK_vt-~^Cw+5b8q&n< zA1K!0fnxI?L>mbSPVzu?G$lB_R}!)Xl#pIYSj-E5^1i95r*-LR;~80c#`etIGyZ4R z_iNu?k-ok9+?@2B@44XfZt3~J^F`_T%JXgMdGm_;o%!$1N#FH-uOWTUe5o(JG$4tJ zL=sh!Fv(g>B5NvH)5uy;BI_DiZGfTxp^OiFfALLW=>q=X!$1yahBQk|4q zq=Z^ZeNsmM%1%;7TgqNiMs4L~QbzyEQBsbRGAb;mNm-Xj#X>4}QbGSJeo|3LC4|r_ zsYFRdC6xp&)=4D|FH0&I>PneZaEr>2RMFk4gH%1Fit4KYQbkj$AyUO%s%cW~!!t?E zPihLOMNukMMxucG^m~?^%}e`Y4}M)A&op~v`7Qx8hz4q zkfw(;QLec}nk(>B($q*3<(g^ItdS<3Z_^|#J8AhzOCfCsX?sXJD3SIeX(L-ZO**nf zIu_EglMZU=gh{7CIs?+d#Oau%>yk*?mX!(lkN)XVgR~n(nY(vb<%B1M3;$< zuIVFUU=H?V(zB5sM!V-EJrC)jaL-42XlHMc^j1kPL3%0D%aC3UQF+oUkzSAVaL1lW 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 NP*@&mc{|Dj{{eY`@9+Qs literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..dd907116fa34892c368739caaba9da775efb0300 GIT binary patch literal 14608 zcmcIrd2Ab3dY|DT-jb-pmaHSA!V^+TTHZgV0x z%89(F^YNoRe)T@xw0>02b2?7quNbn8M8ij@{Zo9kW7JqwZba>pY$?u7+4B(2aBa@N z{zwO2_-ea+e+c|P9^uL9mhylh3hOlWV(Fs8aiaMhPP9m+AL-F2 ze6?e=jFnkYW|PW`%A8`e=y-=8tq@zpQv6opw+z2k_$|k8wdj0@8{HySfNm8lL2JY+ z&|0w?beoqOtrNH4tX|v-+90-yHE7i+ZWp)V_c`|DIy||)sK0{Pfci~hBWSbu9B2!x zE1+(Zq%Z1atEfBAxpsv9&MM%TnVX!J{HoF&RJ}fS=g;#GE4y_8WnOhom>F3$<-lq8(ZJVQ_=_jISANRlvcVdUjA z=gxOC_WONakK|XR{ld}nLt6Q%6NATw&mR*e06uOGV9amX5~ zIoRI){9#x7n9|*G*md|2=)oS`ITUh^DIEvL4qu=4y+(D%4j=Ml#Eku9mFnvXT;Ap+ z4vNT)>O_82&!$kHb`1L5iZUEfj|YN&F*JD2?NuaE@Ji-H5z#9 zBh5Hb%0TkFVqO^1>Qc4io~(Jr1xH;Ylk)X%KyGtkZUw&^k1!wB7pnTaF>H{l!p4=X zY!o#52v`9^7e~-UY z7b$tmm#B?oQ8Crf~zF0pOn->SVkyTFXQSxe8^PX>#K16N6k$H^@-RHAJ?7C?pP~5SlvJNgap-Q-)5I^-?9WPMa#j z1Cukl<4$YB^jy;P+!|MA>`j$bM;s3rf*4{{BinbDbk@r89vXo zaQQme%E?=KPR&KE9AfRK%bl91OPjPdJiYZScU^yxo8?``VYvbCCX@FJ2?vC^Ku|Nr zliq8R;PxZ%QKd;q7MQHbZK&olGI^6baGth|K;)T!)GV}>S$FNm^QcfHSvHa^uw;To zLN!Enegv|qV6EvaBs3M#JvZK3dMj?;_UM7FYK_wyAqrXYY*O>P63)J5y%9Tmww7yp zJn7M+M+$krSZN#g@c=i_rr+Ey>;C`jauuvto()H5GDo4+dz#J7cipc4mmJpT8?By<_d0Thk}^?JU7YB^I>lN?z6;rE4gGj%Zq*s z1!Rc3G%&9V>z;+5{Ct?-Tg6kGy-aSG z)uSoN`N0aLG+M+sJ|($Dsvr-b!t3}dQ4q+Kt#s)CMS>NnGG|0iS?vphsq)HOw)^Ex z_sW|RoBI z8~Ner4@UoH?ESICR#(E_k+gTj+22FEGi7ru?_Jy*-9^pr+ZylL8WT1lX%pfGVWXJQ z`!F#Z!pV2x!y?=S@SAtc^ZboG;R^HPDA$gH*so|hC@TsLoRid`>=)buq7BvSK^}iy zg|Be?<`j5}EGmF()2#|JtE&hTz5uS6&MV!Xd`+MktHk%~ILP<-+nfcU(hXg>NN(nN zzY|VV>m#FZdj_7n2w6JMWgS|W*R-e5{ffH$FjeI99c{716^6rwSIlkaIo?8px>O$K-ROFdN)A|U^8<@6JcAhzM+GSqXc9lSu%&`s~i?VUgw=784 zXW&v4K!+NhCMg>9=0?~v7?t3Ub28HJdtqd&>>+$4onw9 zvx0YeCICj6*5eGelN1eV%(N;hYj105>Io`x&t@;L>;%6algKQHdDHh%c#=0!D&c$(9RU5~{egR{*{( zX|V+cSrIfpAh?5S07~G6)AP+?O~EZ=m^8JUoeE$qv_MX1mnQeK-qK?>(N}PsW$OsQ z&HeQJ*IU`6Y2Y67R+;SRa7fqE15xa-EOLb&heqn%p!M%-#SQOuU zS{vqX>XzzZU--v-7nU`wnlzCV0gKjk_on&l%*SPLn#b0Ilm(4D4h?l925wj>Ec)}y_ zW1aBINdG8SM?6LAAPP+mOkl*gYviVReleGp?QIGIG0Z>o`{M!&Mci-IF>Tm zqx{>Ug;1)xHnt7q2(KiCSJ+?!9j@*NIE=aJ-}?>bV_)Q0_vkH(t8<5)tG5O~4$c9)R@y`MxAV9OaCqyPi zP%;4QJaBA%!8y$5$0}EHF-W18-yAMRRFuaPuaY?mqo=}{MdX9XHe80#-2(TIM3G^? z88DaB12C*?qJMt%+F@)+IVPo$0P6`8gIks$??DRoTq(^zoPMxh9kDa&%t4311$ z$SS@HHC*6+XXh;2?wf^sW?`i&VcwB6?^qZ}nam4w47*L0mMu>%PDb4~t}Iq*-6`qV^}XruEAF z+@nZGbwQqTp2A)q#88D{$1ZZ~`2+NLXKr%c2thP0)?#o9U7)eE66P0JI7M}W>Yh}( zM~1z>#h^oRY*?!w7bTC6RK|-3VA|cvRJxjJk^(P;q@3z_+)(GV`4wqSgT^ONSJSZ) zute*OE~WKXr8$|>RQUu*ktUTgvCDClXHn%JsoDo15EoO$eN)XnQ%$TYVQNg88sQp@ zRcvMCfweTE-so8BSQuQ>nT-_>%34>>C(B%MvkQ=V6%+TQl>=7yLjVQwZ! z%tD_v2Urt^PHRs;x9{ivVaL%e`nxT?pr2Rspas!Xk&0p|gcEfkWN?HgB3I@_LkRLt zR}-{(#TW{_#PTn<5cGRJ0a1eWL@??>EQ$~rmn;(ZN&ZO$SYWTL8C~zM?<4jhIrnnE0r@@Tfo%ss*v5PE72T0* zPOW8%GyV-tV!(L6{X*jY6IV`5| z5vK3}i4C+;6oTW!5P{Ac=~~p&;N;yc2^&_jJPLlXDL@-m1GOkrBp&WrZVK~&j2q@n zPvlS%HnE8@ZpLA$(LcyI9GN#2Ad4okWMln#^HZK;7EPi#U+t-V*eqJs4boHkG4Mpr zM$x*lCxEDJn};UFzyJi$9&#PW9s{>Zen64l3`$spr6gZVI<#CZ5L9P^YPY-(z5bHs zRF*(O2H{1a{W0J9m~S5b@_!Ib%dg`0W8Nj7!7nzQkl{)jWNAib;I+$=HeYkgY)cMy zK}c@`zIM;1?G*lEVa+F9lYH1T!9Z`@W$b#udK;Bc4dB<=E8d&tWra`?78zp}iFGa78shv5MA}Hxm`@3$FkQjCHO$6WclxmCvub6O}y+ zr&0#XcTc^2Dq0u2o^ZCU?npR$6NbK|p)YReOPQ<`40=}^kg_|MPc5E` z)vxl2TG#4eqP8bt?@ihXL&P6NwS8Fot*9ob{179NfiKFdqTh;D-hB0@@OzmFUHy5dN-AXvpHdCNg7(>h8Du*_bu*= zUP##LlD4|Ip^hmcQ}E3L;qPN~DD9iq<;N3+fh1fKmOC%?&l|#6oxKL*j$a;o4)`V8 zlNM8oWepnn1SoG~&80nIGLC%6&5WA{+LM5?)i-7lMXatNV^)zU%hGh<8j^AbHBr!s zEm$%`65jBtZ)C#NGqMQ7i4>WIu`=pw=8zUr6iL-YRqqx>mocrwBA(stgRvFo#<9l_ z`*yJEk~Yw(yhtKN!8#K@4bZMw?+qLx>y3O1RlcOU6n-*uX>(xJ&Q^M(f2n_ADCNK| z9D@;Z1j3wD)DYPh*%#wuWAPdn{!;d;l-agyU9?8~Za9`45l6~wUp6nAqs|+)C0hg^ zEa5Di)GRF?k~?5u+3_{)lE~i~M%(SMr_vx|pA2?rlpGIYHAD)1_azDHh1C$YaZXSJ z*r+&x(PDAKY(T!68N-*|e$hwh$Bg9hGOz+T!#PS}Pa%7jPh)o@Hi!h^c4ipD$Fkcj zdf@?-gY6+~*QMZA*~Dtu0rr?^b5Y<)=_Q!EC}%H`zk2dE{|Qf8ZX!qYtYCh{B^Tk{WDwU_P2GCn2CiWy{qdr;aGH#e~%97a}7!D8MnIkGX@jsfzQ znkEshE0fYN^4~a7x1_-e-@>3byHtj->7Rxq79MrbB2kAHB~1o_TthzL!U7^d%#7F` zCs+j=m*#{EBgea5IDjY#c0id51br|X*pSQcNPocJ#maNd0cDepk4ym`r`BXzU_GE2 z1Oc)|D&Um4XHi`sxjx}Cc7Ku@_<-s8yZSnX*(tAQ3IOP=dkzpC^eMwRWDKekT`y?B z99DLzejn^l3F2~ue(8z}T1cq9ss=5UXwOYoL5_2s$#x=bJH@uhva0aEEXSp(Oxs!A zOkXprahZJ1&W4S00X$Rw0JZfHKjkh?V75waMg+r^%Wo~d72BIAYe|;1VD%Tf2wsiM z$IbN!!5hdWGMp$wbS6u4%3d2eO`lX<)BURw3Jy%0HtNc{GJcMsfr@z#rx zAzZ}jp zQNB(8NuVp-k1p?K8cT+2!x84M z1pZB&0MaSt%w-WZItoC?v?FQ4+HZ-mZB1viv}I*beSbbt*_Ev9iVUrpxhmwW?>EFN zcf{>G9{tY5l|x{83tMW|NXlN0iiiQ75Xj$|IeSgakgzo*Z4Gfl1KVr;*W31Re{UVo z>+kA#(9M0qWpuAd24V9z$e;-uZ*mfdML&4_XSe(m6@>O?_DBSRGWIpYa_;G&pH(`i8wJzj%udF5_6aiWg>})aP|890 z06>8JIpK{BFhWaYf>H)-IHpg^=Dcs)anH6RVQWv?+T(`yr-VjT;F}*BAuP)NFT$1! zevdDJ9jTKe@GZH2&M24`QfB6=X|uzVw^tTAOeAJNaO4=8AbP=;iJ&qi{{UBc!Ajal z&z3^hKK4RFy7%qS* zebx-T5edsiq6IJ1%B34VuDy-!xHj*+h9qof+Z`DCieNe*(?~HGR=$X{bji?}k%3dE z(w5T~PK}&6bz=Bf+Vt&X=Z>B^e@vdBs+WiaiA)h8&D6G*kVTe*g@4Ebopn*&Eo*FFqI`R@eEWhURn-_hdg~AzMfZU;bnddFkpqNBmRM|pxGeu?-4=k>bR5^L<94jR4Ho8|x>McAr92Sxq z3*SWdGNh)IhdIuX<_;bfHb+KzD}NksmPfbg_zuJnSz_gC>*8GXT8V?YnIl38{{pOh zmQTyH*=)f$h)vJGfT>`NCtpl R1BqSwitc{1NfFb>{{=ER1Kj`s literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/cmdline.py b/env/lib/python3.11/site-packages/pip/_vendor/pygments/cmdline.py new file mode 100755 index 0000000..de73b06 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/pygments/cmdline.py @@ -0,0 +1,668 @@ +""" + pygments.cmdline + ~~~~~~~~~~~~~~~~ + + Command line interface. + + :copyright: Copyright 2006-2022 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-2022 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/python3.11/site-packages/pip/_vendor/pygments/console.py b/env/lib/python3.11/site-packages/pip/_vendor/pygments/console.py new file mode 100755 index 0000000..2ada68e --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/pygments/console.py @@ -0,0 +1,70 @@ +""" + pygments.console + ~~~~~~~~~~~~~~~~ + + Format colored console output. + + :copyright: Copyright 2006-2022 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/python3.11/site-packages/pip/_vendor/pygments/filter.py b/env/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py new file mode 100755 index 0000000..e5c9664 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py @@ -0,0 +1,71 @@ +""" + pygments.filter + ~~~~~~~~~~~~~~~ + + Module that implements the default filter. + + :copyright: Copyright 2006-2022 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/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py new file mode 100755 index 0000000..c302a6c --- /dev/null +++ b/env/lib/python3.11/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-2022 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', + '\\

' : '\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/python3.11/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..45723f32705d3d3fe18ea38c5e2824bf976970af GIT binary patch literal 40121 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 OdFJKnOBpYU?*9d>DxmlP literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..95eee0a277daa396ab85cb92ec5ba9734749dfcc GIT binary patch literal 4169 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 T@b2|}P5l?6{O1jHX54=P;4YMq literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..11b842710fac6358acd8099d5328453fc4030c43 GIT binary patch literal 7828 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 Zwuz6@8q05OM@|2{=%m&9FD+(-|1TAX>9YU; literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..ffc367823292031b11f884298050fdd5c0d6601e GIT binary patch literal 28585 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 S-cAdrzhNzZct<-6sQ&@>$UOG| literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..17f89cc533e534520c34928fc0aea87b16855e67 GIT binary patch literal 21821 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..b8b9c420c574862ceb3db3e85a6518dcdfdd21c4 GIT binary patch literal 7649 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 NW1;rj1DfbI|1XN<4KM%z literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..6cf341c399268dcb043e85185c23c5b02e6c341f GIT binary patch literal 3193 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%0A=M4H?zV~m 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 Tc({GKa_U>w^4$*YjFkTdW=X4= literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..a86d3b586dc5604dbc914cf7277a7e333d415974 GIT binary patch literal 6059 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 SKbzk2d}ngLe-7XDy8i-Hbp5#i literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..81f66daa8798e67cfb1b5ed6ef1ae72e317a55a5 GIT binary patch literal 16425 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 SX`0%;?-Q2v=^7c>8vQr;qX%dJ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py new file mode 100755 index 0000000..6e34f96 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py @@ -0,0 +1,23 @@ +# Automatically generated by scripts/gen_mapfiles.py. +# DO NOT EDIT BY HAND; run `make mapfiles` instead. + +FORMATTERS = { + 'BBCodeFormatter': ('pygments.formatters.bbcode', 'BBCode', ('bbcode', 'bb'), (), '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.'), + 'BmpImageFormatter': ('pygments.formatters.img', 'img_bmp', ('bmp', 'bitmap'), ('*.bmp',), 'Create a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'GifImageFormatter': ('pygments.formatters.img', 'img_gif', ('gif',), ('*.gif',), 'Create a GIF image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'GroffFormatter': ('pygments.formatters.groff', 'groff', ('groff', 'troff', 'roff'), (), 'Format tokens with groff escapes to change their color and font style.'), + 'HtmlFormatter': ('pygments.formatters.html', 'HTML', ('html',), ('*.html', '*.htm'), "Format tokens as HTML 4 ```` tags within a ``
`` tag, wrapped in a ``
`` tag. 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/python3.11/site-packages/pip/_vendor/pygments/formatters/bbcode.py b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/bbcode.py new file mode 100755 index 0000000..2be2b4e --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/bbcode.py @@ -0,0 +1,108 @@ +""" + pygments.formatters.bbcode + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + + BBcode formatter. + + :copyright: Copyright 2006-2022 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/python3.11/site-packages/pip/_vendor/pygments/formatters/groff.py b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/groff.py new file mode 100755 index 0000000..f3dcbce --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/groff.py @@ -0,0 +1,170 @@ +""" + pygments.formatters.groff + ~~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for groff output. + + :copyright: Copyright 2006-2022 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 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/python3.11/site-packages/pip/_vendor/pygments/formatters/html.py b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/html.py new file mode 100755 index 0000000..d5cda4c --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/html.py @@ -0,0 +1,989 @@ +""" + pygments.formatters.html + ~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for HTML output. + + :copyright: Copyright 2006-2022 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-2022 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 within a ``
`` tag, wrapped
+    in a ``
`` tag. 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). + + Wrapping can be disabled using the `nowrap` option. + + 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 %} + + +{{ body | safe }} +{% for diagram in diagrams %} +
+

{{ diagram.title }}

+
{{ diagram.text }}
+
+ {{ diagram.svg }} +
+
+{% endfor %} + + +""" + +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], **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() + 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, **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): + ret = EditablePartial.from_call( + AnnotatedItem, label=type(element).__name__.lower(), 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 len(exprs) > 1: + 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) + 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/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..ff1f7a78cb120ca65342af546bea79a2e7d09ac1 GIT binary patch literal 28045 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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 frm.f_code.co_name not in ("parseImpl", "_parseNoCache"): + continue + if id(f_self) in seen: + continue + seen.add(id(f_self)) + + self_type = type(f_self) + ret.append( + "{}.{} - {}".format( + self_type.__module__, self_type.__name__, f_self + ) + ) + + elif f_self is not None: + self_type = type(f_self) + ret.append("{}.{}".format(self_type.__module__, self_type.__name__)) + + else: + code = frm.f_code + if code.co_name in ("wrapper", ""): + continue + + ret.append("{}".format(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.parserElement) + + @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) + + 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 "{}{} (at char {}), (line:{}, col:{})".format( + self.msg, foundstr, self.loc, self.lineno, self.column + ) + + def __repr__(self): + return str(self) + + def mark_input_line(self, marker_string: str = None, *, markerString=">!<") -> 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) + + markInputline = mark_input_line + + +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 "RecursiveGrammarException: {}".format(self.parseElementTrace) diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pyparsing/helpers.py b/env/lib/python3.11/site-packages/pip/_vendor/pyparsing/helpers.py new file mode 100755 index 0000000..9588b3b --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/pyparsing/helpers.py @@ -0,0 +1,1088 @@ +# helpers.py +import html.entities +import re +import typing + +from . import __diag__ +from .core import * +from .util import _bslash, _flatten, _escape_regex_range_chars + + +# +# global helpers +# +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: + """Helper to define a delimited list of expressions - the delimiter + defaults to ','. By default, the list elements and delimiters can + have intervening whitespace, and comments, but this can be + overridden by passing ``combine=True`` in the constructor. If + ``combine`` is set to ``True``, the matching tokens are + returned as a single token string, with the delimiters included; + otherwise, the matching tokens are returned as a list of tokens, + with the delimiters suppressed. + + If ``allow_trailing_delim`` is set to True, then the list may end with + a delimiter. + + Example:: + + delimited_list(Word(alphas)).parse_string("aa,bb,cc") # -> ['aa', 'bb', 'cc'] + delimited_list(Word(hexnums), delim=':', combine=True).parse_string("AA:BB:CC:DD:EE") # -> ['AA:BB:CC:DD:EE'] + """ + if isinstance(expr, str_type): + expr = ParserElement._literalStringClass(expr) + + dlName = "{expr} [{delim} {expr}]...{end}".format( + expr=str(expr.copy().streamline()), + delim=str(delim), + end=" [{}]".format(str(delim)) if allow_trailing_delim else "", + ) + + if not combine: + delim = Suppress(delim) + + if min is not None: + if min < 1: + raise ValueError("min must be greater than 0") + min -= 1 + if max is not None: + if min is not None and max <= min: + raise ValueError("max must be greater than, or equal to min") + max -= 1 + delimited_list_expr = expr + (delim + expr)[min, max] + + if allow_trailing_delim: + delimited_list_expr += Opt(delim) + + if combine: + return Combine(delimited_list_expr).set_name(dlName) + else: + return delimited_list_expr.set_name(dlName) + + +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, "Expected {}, found{}".format(matchTokens, 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 ``asKeyword=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): + 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 = "[{}]".format( + "".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 = r"\b(?:{})\b".format(patt) + + 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 astring 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 + SkipTo(closer) + 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 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.parseWithTabs` + + Example:: + + wd = Word(alphas) + for match in locatedExpr(wd).searchString("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(delimited_list(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): + 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(t): + """Helper parser action to replace common HTML entities with their special characters""" + return _htmlEntityMap.get(t.entity) + + +class OpAssoc(Enum): + 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]] + + -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) + + for i, operDef in enumerate(op_list): + opExpr, arity, rightLeftAssoc, pa = (operDef + (None,))[:4] + if isinstance(opExpr, str_type): + opExpr = ParserElement._literalStringClass(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 = "{}{} term".format(opExpr1, opExpr2) + else: + term_name = "{} term".format(opExpr) + + 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: Forward = Forward().set_name(term_name) + 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 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) +] + + +# pre-PEP8 compatible names +delimitedList = delimited_list +countedArray = counted_array +matchPreviousLiteral = match_previous_literal +matchPreviousExpr = match_previous_expr +oneOf = one_of +dictOf = dict_of +originalTextFor = original_text_for +nestedExpr = nested_expr +makeHTMLTags = make_html_tags +makeXMLTags = make_xml_tags +anyOpenTag, anyCloseTag = any_open_tag, any_close_tag +commonHTMLEntity = common_html_entity +replaceHTMLEntity = replace_html_entity +opAssoc = OpAssoc +infixNotation = infix_notation +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 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pyparsing/results.py b/env/lib/python3.11/site-packages/pip/_vendor/pyparsing/results.py new file mode 100755 index 0000000..00c9421 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/pyparsing/results.py @@ -0,0 +1,760 @@ +# results.py +from collections.abc import MutableMapping, Mapping, MutableSequence, Iterator +import pprint +from weakref import ref as wkref +from typing import Tuple, Any + +str_type: Tuple[type, ...] = (str, bytes) +_generator_type = type((_ for _ in ())) + + +class _ParseResultsWithOffset: + __slots__ = ["tup"] + + def __init__(self, p1, p2): + self.tup = (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("{} -> {}".format(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, [], "", ()) + + __slots__ = [ + "_name", + "_parent", + "_all_names", + "_modal", + "_toklist", + "_tokdict", + "__weakref__", + ] + + 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.delimited_list(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( + "{} may only be constructed with a list," + " not {}".format(cls.__name__, 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._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 = wkref(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 bool(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( + "pop() got an unexpected keyword argument {!r}".format(k) + ) + 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": + ret = self.copy() + ret += other + return ret + + def __iadd__(self, other) -> "ParseResults": + 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 = wkref(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 "{}({!r}, {})".format(type(self).__name__, self._toklist, 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 copy of a :class:`ParseResults` object. + """ + 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 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 = self._parent() + + def find_in_parent(sub): + return next( + ( + k + for k, vlist in par._tokdict.items() + for v, loc in vlist + if sub is v + ), + None, + ) + + return find_in_parent(self) if par else 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("{}{}- {}: ".format(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(delimited_list(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(), + self._parent is not None and self._parent() or None, + self._all_names, + self._name, + ), + ) + + def __setstate__(self, state): + self._toklist, (self._tokdict, par, inAccumNames, self._name) = state + self._all_names = set(inAccumNames) + if par is not None: + self._parent = wkref(par) + else: + 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 + 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 + asDict = as_dict + getName = get_name + + +MutableMapping.register(ParseResults) +MutableSequence.register(ParseResults) diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pyparsing/testing.py b/env/lib/python3.11/site-packages/pip/_vendor/pyparsing/testing.py new file mode 100755 index 0000000..84a0ef1 --- /dev/null +++ b/env/lib/python3.11/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("no validation for {!r}".format(test_string)) + + # 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: + if mark_control == "unicode": + tbl = str.maketrans( + {c: u for c, u in zip(range(0, 33), range(0x2400, 0x2433))} + | {127: 0x2421} + ) + eol_mark = "" + else: + tbl = str.maketrans( + {c: 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( + "{}{}".format(" " * 99, (i + 1) % 100) + for i in range(max(max_line_len // 100, 1)) + ) + + "\n" + ) + else: + header0 = "" + header1 = ( + header0 + + lead + + "".join( + " {}".format((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( + "{:{}d}:{}{}".format(i, lineno_width, line, eol_mark) + for i, line in enumerate(s_lines, start=start_line) + ) + + "\n" + ) diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pyparsing/unicode.py b/env/lib/python3.11/site-packages/pip/_vendor/pyparsing/unicode.py new file mode 100755 index 0000000..0652620 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/pyparsing/unicode.py @@ -0,0 +1,352 @@ +# 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 + """ + return "".join( + sorted( + set( + cls.identchars + + "0123456789" + + "".join( + [c for c in cls._chars_for_ranges if ("_" + c).isidentifier()] + ) + ) + ) + ) + + +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" + _ranges: UnicodeRangeList = [] + + 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,), + ] + + 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) + ] + + # fmt: on + + +pyparsing_unicode.Japanese._ranges = ( + pyparsing_unicode.Japanese.Kanji._ranges + + pyparsing_unicode.Japanese.Hiragana._ranges + + pyparsing_unicode.Japanese.Katakana._ranges +) + +pyparsing_unicode.BMP = pyparsing_unicode.BasicMultilingualPlane + +# add language identifiers using language Unicode +pyparsing_unicode.العربية = pyparsing_unicode.Arabic +pyparsing_unicode.中文 = pyparsing_unicode.Chinese +pyparsing_unicode.кириллица = pyparsing_unicode.Cyrillic +pyparsing_unicode.Ελληνικά = pyparsing_unicode.Greek +pyparsing_unicode.עִברִית = pyparsing_unicode.Hebrew +pyparsing_unicode.日本語 = pyparsing_unicode.Japanese +pyparsing_unicode.Japanese.漢字 = pyparsing_unicode.Japanese.Kanji +pyparsing_unicode.Japanese.カタカナ = pyparsing_unicode.Japanese.Katakana +pyparsing_unicode.Japanese.ひらがな = pyparsing_unicode.Japanese.Hiragana +pyparsing_unicode.한국어 = pyparsing_unicode.Korean +pyparsing_unicode.ไทย = pyparsing_unicode.Thai +pyparsing_unicode.देवनागरी = pyparsing_unicode.Devanagari diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pyparsing/util.py b/env/lib/python3.11/site-packages/pip/_vendor/pyparsing/util.py new file mode 100755 index 0000000..34ce092 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/pyparsing/util.py @@ -0,0 +1,235 @@ +# util.py +import warnings +import types +import collections +import itertools +from functools import lru_cache +from typing import List, Union, Iterable + +_bslash = chr(92) + + +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( + "{}.{} {} is {} and cannot be overridden".format( + cls.__name__, + dname, + cls._type_desc, + str(getattr(cls, dname)).upper(), + ) + ) + return + if dname in cls._all_names: + setattr(cls, dname, value) + else: + raise ValueError("no such {} {!r}".format(cls._type_desc, dname)) + + 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.parseString` 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.parseString` + 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 = collections.OrderedDict() + cache_get = cache.get + + def get(_, key): + return cache_get(key, not_in_cache) + + def set_(_, key, value): + cache[key] = value + while len(cache) > size: + cache.popitem(last=False) + + def clear(_): + cache.clear() + + 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 + is_consecutive.counter = itertools.count() + is_consecutive.value = -1 + + 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( + "{}{}{}".format( + 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 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py new file mode 100755 index 0000000..ddfcf7f --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..c019db9077654123482474b36eb0dc249c7235d0 GIT binary patch literal 722 zcmcJMzi-qq6vv(1<&xg1RG_Me?baKb^kAcip&$VRKO|Hkd9j?>+?o1UZRe!x)P=u+ zodxkPWo1Gvk-Bx_xeZ%a9O zv4o{EQ7KN<2#?elk5z^?2xCE{;DrYAttu9?ZO< zQqJwxI`f4$p$taJ!efG2 z=OI*FZz?J3A@!tOE-NnrKeX_sbOmZFYz3_}GY*P|*^rwNRD=jE0wJZ{UKh{c*jDoA v?mk$Eqw!w>{U}M2K24Hwk0K^TlJ@9-U?1%rT+aHmn8gMIF7x=gJ#g|DRYA;Y literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..3ce781cb99d2cd20b70eb79e16b10b309ccc3953 GIT binary patch literal 420 zcmZurJx{|h5VhkZMg3p^iLrYms8v`IVnDD}NNicGG%;;jJ5Fu4s9R?yHhu!)-&Ba9 z$`pyI8&bDUT&i~C&b|-7=X>|jYSj_gWB9;dA^%j(!JK`uxrO2#B`8D*P8@+l%<<@e zqJ)gSimCk_NyOPtB#ASW9^}qp-;yy6SYh)TEYQ$=i8%em^u~wMjyil7_Pa8@JleptNPiZR-*c1=OyvK$?4n67ilj^d*z-idIvAv L^W}d>H(}HtMLKpT literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..9896fe06ff66631f1272257b68435489e262ef4e GIT binary patch literal 16686 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 ssl@|jqkDKTlNGdk_= (3, 11): + import tomllib +else: + from pip._vendor import tomli as tomllib diff --git a/env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py b/env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py new file mode 100755 index 0000000..37b0e65 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py new file mode 100755 index 0000000..917fa06 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..8de250d37d4010cd9f6b65ed23f9beb2eaaaf5cc GIT binary patch literal 1182 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 1: + print('Found multiple .whl files; unspecified behaviour. ' + 'Will call build_wheel.') + return None + + # Exactly one .whl file + return whl_files[0] + + +def build_wheel(wheel_directory, config_settings, metadata_directory=None): + """Invoke the mandatory build_wheel hook. + + If a wheel was already built in the + prepare_metadata_for_build_wheel fallback, this + will copy it rather than rebuilding the wheel. + """ + prebuilt_whl = _find_already_built_wheel(metadata_directory) + if prebuilt_whl: + shutil.copy2(prebuilt_whl, wheel_directory) + return os.path.basename(prebuilt_whl) + + return _build_backend().build_wheel(wheel_directory, config_settings, + metadata_directory) + + +def build_editable(wheel_directory, config_settings, metadata_directory=None): + """Invoke the optional build_editable hook. + + If a wheel was already built in the + prepare_metadata_for_build_editable fallback, this + will copy it rather than rebuilding the wheel. + """ + backend = _build_backend() + try: + hook = backend.build_editable + except AttributeError: + raise HookMissing() + else: + prebuilt_whl = _find_already_built_wheel(metadata_directory) + if prebuilt_whl: + shutil.copy2(prebuilt_whl, wheel_directory) + return os.path.basename(prebuilt_whl) + + return hook(wheel_directory, config_settings, metadata_directory) + + +def get_requires_for_build_sdist(config_settings): + """Invoke the optional get_requires_for_build_wheel hook + + Returns [] if the hook is not defined. + """ + backend = _build_backend() + try: + hook = backend.get_requires_for_build_sdist + except AttributeError: + return [] + else: + return hook(config_settings) + + +class _DummyException(Exception): + """Nothing should ever raise this exception""" + + +class GotUnsupportedOperation(Exception): + """For internal use when backend raises UnsupportedOperation""" + def __init__(self, traceback): + self.traceback = traceback + + +def build_sdist(sdist_directory, config_settings): + """Invoke the mandatory build_sdist hook.""" + backend = _build_backend() + try: + return backend.build_sdist(sdist_directory, config_settings) + except getattr(backend, 'UnsupportedOperation', _DummyException): + raise GotUnsupportedOperation(traceback.format_exc()) + + +HOOK_NAMES = { + 'get_requires_for_build_wheel', + 'prepare_metadata_for_build_wheel', + 'build_wheel', + 'get_requires_for_build_editable', + 'prepare_metadata_for_build_editable', + 'build_editable', + 'get_requires_for_build_sdist', + 'build_sdist', + '_supported_features', +} + + +def main(): + if len(sys.argv) < 3: + sys.exit("Needs args: hook_name, control_dir") + hook_name = sys.argv[1] + control_dir = sys.argv[2] + if hook_name not in HOOK_NAMES: + sys.exit("Unknown hook: %s" % hook_name) + hook = globals()[hook_name] + + hook_input = read_json(pjoin(control_dir, 'input.json')) + + json_out = {'unsupported': False, 'return_val': None} + try: + json_out['return_val'] = hook(**hook_input['kwargs']) + except BackendUnavailable as e: + json_out['no_backend'] = True + json_out['traceback'] = e.traceback + except BackendInvalid as e: + json_out['backend_invalid'] = True + json_out['backend_error'] = e.message + except GotUnsupportedOperation as e: + json_out['unsupported'] = True + json_out['traceback'] = e.traceback + except HookMissing as e: + json_out['hook_missing'] = True + json_out['missing_hook_name'] = e.hook_name or hook_name + + write_json(json_out, pjoin(control_dir, 'output.json'), indent=2) + + +if __name__ == '__main__': + main() diff --git a/env/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py new file mode 100755 index 0000000..a477624 --- /dev/null +++ b/env/lib/python3.11/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, <= 1.26 + assert major == 1 + assert minor >= 21 + assert minor <= 26 + + # 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/python3.11/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..06df7d8e6ec37f857361fc89d68eb3f4156fecf1 GIT binary patch literal 6466 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 CoyJ7~ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..dca1a9985709a3e87deb06cbc4f9a9d1a0b04fcc GIT binary patch literal 2100 zcma)6OKcNI7@pnrD{IG2Xwr&D=tzVR_hA>fg^)H7mxl^PNvMi}EbHA#ys+LiGqVYf zLWK~Ahzs0EB`Wm-RfSab&}*gMdgx^>`CzS738^P;mQbaLQ~y~%AcjN#c>nDD&zb-G zW`7zSR1wI9;wj=q5&B0gx&rG^Uj7099w8GIktvz7EfpnGF(bBIQHqL$WJILvk#;CT zX7s6q&@*`2QjGTbV}1TupFiH`kN5c#ef|U)AW;%umWfJYB(W@8axrP9O!b~rOqt1h zs5ofK3n)9d{)9ELLJ@KJZ{-c{ceY->ILeqS|(vwxGi48%bsI!%XJv$ zWu0T45^TWAs}K`+YuPnis^R%g4|T0<8D(seDsfEgI+)zzlvD^rEt55|3O9hu#I6#` z@FepfTxU?XQq_4@eIW*T{)L!iRtl0O&$7AYXpB=f47R1qOH)_aRiWt>=jun}>%(uE zSVjb1S-8B^iP=~hU(fUzf~d|6%Q9q$?TUa?f#>BlP>&Gr!HLiY;%`Jgh4*K@HB~my zZP^*!KtJ|uP@pFp(oXPh%Nqh3Y5lKL)+%wZj^T8cvx42ybz<;OFeNKGHEqHec9$`) zRf({1j{*=nyj3Y-#NoPt1|n1p5(3nzV>z%S*nxmm(kuB!q;XJcA`LwDVH}nC64H?I25C@_Pqe-Om3>b5O=XrCdQ2%KIbuxOQahRRuFU*^mAN}FN6r=BlsE=yw;}D6ct>Z!X?+W z!vre6$%|iRBQy>#fdZjHEMyW1c3o_rp&*D&3Y5AOz8i_|)|h|;)0D^?>Ks?Im=<1s zIs)c#c-Xg~0P!?Rz5lTMM5!mo8_97$()qRINOZKB7d=S*(BJbeKY&jnK|urVRo)CubrPgSJ37Q+KEexg<$u)eG7~8!QP!NsB!Ui zUSG|gQzS-9HBJ~Ef;|Vrou=UqW*5JnUkL9=IJTb=O+!pL*;k2axT2m-W+(=m7&-eB z6ih&pT5?Q^w2)9~B&l}>#NTuDp}+I@eC*KH{NtiOdAvS0(-@oa(VphMiLDcl&-#as z)%Q&|_D%a}cXR*bR_XC|KRaFDf4s5(xR3TWyNOfvv15&~W02U2p{VMoCj7~hesZoE liTmmS|KR8Tz!$BkGAjFMxRp|+ObhK)dr}gh__hiU`X8AzJeL3f literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..4de77dd33c8c71eafbebacae8b771444484eb0f3 GIT binary patch literal 24903 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

g8&Vj#q&x%{VQ|s zSJ=Nb?p$HBUzs~rF#pQjvjy{Sy~=K>0%880Kpkfpw-mTB<8NaXa*bu~nS%LO=1vqg z`<1za1@o`W4HeA4G8ZnGe`Rh@!Tej}x(eoBnd>QR_A7I{3+CT?RV|Ik?;iv?OM8K9 zGyXPfos(MkzXSN~mJ^n;ZM3lA_j%btm!^coy)2kxXULeZhPwiLxF;VMxiIks!aLL?W7n?k$X9g1r$ zcbT1~7`jTELkjdz6gdR24n?6uklM(_z4_MWKVS+2EeQ0~L*bhWw}6pTzc;&Flag&H zh61=iR?9cDGqW>q-uvEmr&S6FQCp~npR9v|`hsrg@RxT^HYNuSa zmb#o$6+8Wrayf19wFf>@FKhN7o(Ak8&_R2jy$5YW=o?142W1B3u$@J3#?}^;{8Lx| zkO}yE4K6}aH0w_0mpxY|vsiTmtNC`r<;gQL*y*@3X+UxeSE+6WW{uS# zDc>%|rIZGV+T+cwQy9!IU*Q&nZ5VIPE*eGwm5cL>=Pu4IL=R_Yr)Hws{KbWM!2G3d zWomKyEcHU(hA}gHVRmuW05d(jGy=E8F1>YOCtUQsD7PYj0>2(YVWyjBGma&zL94)A zM}*9;u&@C*31Xn!3Q-AtDK5zZvEg_UW`JhUVi2n1EhnsOk!L^Swi%i`T)hyjEyYlA zTt4bLD?H&Kl5m%?E<4d@ z*h^KpY4hM=GAC}&E-ucqv(d0*nWh87B!E3~AC~X0IDGr$q`GO@cis%P?qFwAlgzhI zOrU|z!L?!JJhR4gC6;JsG}4MN3;>M4`-{FI5>+1jh>tMCjL+VqHrPnpF;82`R-Zjmnj<4R~!cHkxEnn^zo(!Nh8{4%)eAf!oHlJ3{8Sj&Ju?T({=skQowB|z-s+Q^oH-d-1LfU zR?1Dc9U^=Wq&z6{DU z8Lf}a7sy{XtBzHLO$%f%p~QUPy8_LKvl!guESf1%4|xPyGJ--*u*C}t%;G`lR2<6; zd93Ov96ex(8bBHOkGdIF`=^Bou<0pQZg@7ZjBPdqf24e)oB(Tav(~p)hdkpM(-qJ~ zLGl}LQAg@=->#dE>k=bQtp;s^bGOB8zv+?l?0@4;umE;r&n(bBtUls=*K< z-yWeSAb6Dk#yC0c4vP||OTt{{rBd|3*yQ9S<)=P8efNb}_|$_Y_T!|Z7>^jq!5)a$ zY8ci}O*qPW*gQHs@2F!6(ty-B9xBAdQ@} zGqe!pt(~EG*}N7Epd%Qh-ocfo87zy=P&d2P&`Kcus-jo@8rPShM=tak-)hLzTd&K6 zK}SwrZiunkdts<^Z&i1la@;juJb6+VPRK`*V6Q+*La#e@eF?tZ_5-~u9v#Vk5g9v@ zRz;GhP!XSke5m~QZB@w}xIO&cFNcrZ9zL?Er~^~#dh_r5kN&3l+h4W!zrInqc?<>a zTZf`@GfiWnk-hZa^4{F7|@aPo6%R{*yK_bW5EWn(I3jkbvc} z;0LJm9}8@CO{pNgUsD}5O81exr%fBDg@rg<2Q0c^=}*u9Z&TuTkH337LRyJkjI(kE z;6<2%2QfoUseL2tB0iedgnd^<(YqDclSR5{Q84pj8K8B(MNd!+rFgH?>CZrPR^Ft{?nT({F2fThsrMJ@D}>>*MWg9{0wJQQ6k= z5x9Clp^)>C-u{QEJjk}!;OXrYKJTPs3s0MW>46QU!n za%mEEuWc;e)Y{qCaNj~;p|Y*L7J)DMCWx1kz_R01TUYyY(|63oo(@(cg z5Yh&41h=a9u@-!vK-8BYzd-mR^6RbmI<-FC&Q9RoutBa@qKCFN@rVp6 zyU{Kq>j@J7pv_$#av4^FZ3zuUjey7}B>CR7_|^4=cJ?LQ8!&1r+uBP~=y`Q6pPHM? zXFEenOSW$7>hVn_ iAxHPBuVa#J6zwllb1y;LE7aCYjt;8@ntdygTl^o_5tASQ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..258ceffdf039737374ef61b44fd988d46229bf44 GIT binary patch literal 14647 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 N0m=E|G5LgE{}1fBjkEv& literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f4262083c7d12da172cb394dadc7a490f93fda12 GIT binary patch literal 999 zcmZWo&1)1f6i;?$KRQ_as^IpNORbA_#;sRTN?WB+*3$O0mtl62-Ay}_Y?Dmu_8=?t zP@zYmR}WGV|CvQRlm$Wbp8be6-yqf*>kA&XPXjjG$kG57vZPw*^n_ zCWoS46z@hI;(Oj&8})gHB8{FXDeIukJlX|B{EokX+FYOrty7l0L6}Mb8HDNsfyxHdX45kIUU#q*4{2T6L7&}k)oFOLwL zg!3f5Kjw8CqnU7HZ6n;;UTUl?t-o%phRds)+ch{UT9a{J1N$*Gb2MK((Bc#*tDK0P z>uOshBvs^bo|?wcUJ&jRhPeo?8YHj{;`jQ(bgdOLdLeIVF#tbq z-aa`T&OZ5mvp%fU#gtZ#Dq)yLl!alfJSvAF=5ZK`k^z^^@m=l3&%N00)2(C88X${O z5{9EkLQl(-p`-RziS*d26l`c;A)dq G8`xilcNOvg literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..4f9278125eb1c3d3b20d35cc9161333d5347dbc5 GIT binary patch literal 1825 zcmcgsOK%%D5a#Nw)ysAqzY}j_CyvrYYHYOVp)F9&*6 zheF4o=)t%CgrYyAhu(eYLEx!CPreDrEvF7wGHM6tsX&+9kKYVuX1Oyv`%A6nBDh}S zuSp?~&|g-#x-v8J_P&GA&nQF~g-)1Z4$t6>V|kWkah7C{b5|}nPx7I&dL^PTcalcI zh4=LNnZB4tDd7^V1y}T+#TW5n z$}8+PU&2c%ud-#nf>-z|Ugc|ejj!W%zJWLR9eju1#drB8-sB$k_&t0twXd=Jd<$>! zZM@AN;0OF6e#m$5j)TY}+=TlPd5j+uz+MJ_K%S7Nu(rsPo`c(A_6RlW-~Z-Ha+(mO zRjVs_9BB84o0sc;JD|$rB1{7*-C!Opnf$#lv@{Pp7T?x%>p448KXFeg~Xn9mknuicW5VEG!_$yFi=Q=by+OrDIY@rOF@0 zvN1gyZHAxMmrZb=lJFU z;jm-0d~tJ5+=`Q#p#L9M3ii4G73NT50n%3}kFw)ZZImC^=g&WS^WDfD&o7>n^XjN( NNnup8Lw*e9{2Pi+ASM6+ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..c35c1812f189fc9c4abf21767865eb2e58e25593 GIT binary patch literal 27127 zcmdsgdvF`~o!>5=iw6PlA&M_iD~c~jeCTB>rfu1>WXYB+O15P==EWf)EJ#5j0cHV8 zB12sm$Jfv<@65Q$h`Go;PO3Qc+36^~%+!6|IhpG;({@^bx2-UkQS0_bZLf2G(5Ga^ z=g#!{`Tl;pi(LRzoJ?-o=?eT}vA@Uu_WS$(zVF}a2Q@W*0mqq<p7!edvaZHLMBKvlXIM}yy#HlzH*Q9I8J>nJxoVzDIQ{EBplr$nu`9^$G z{t^FFU?d<4KHfucB$x{C6cRO^g6c&J>NPYHd__pPt_WA1uLxH}hj3g_Jg*Ci_g#k| zypKPAjD%Tv&^9-EXpz-FZ$utjN7wxIV`r4hf{6vvA~w0Z7_el_uxnM5X= z8HlITmy(H$|F_EyzyC;jYC4upo=;9Dv$JwMtt8}ZT0WnUW9KK?=}aaekMZ`C$@2q8 zSWhQn>X>{bnY|#JxA2$lHj_v9^y6$M#m?g#ZyXvEcYg)HZwLti#3K;lfM^^*o=b58x)m3oM{xssY1&65 z#S7?DFwrA^r4~~wjs)1$1~IY1NR5I?9SJ4EO6YarUG)9FdDoE$u3}otuGZpeq~dCw z;=|lhdk_Q0XS|w5p=c*(>!aWnLOC>!O zOQte%dYmp9v?a$<3j595Tb?MbCMS}q*rZuAef}Z_DB}s#L`>;VrzU3y__I$Y6DhqQ zGo4Oll0@F)X%&N-oJ1QC5*q^DHof{o#+GxFsmkUEjbj^g5|ez7+?#>T|3G_5A6 zF%57^21TmrX*C(kCg{$uq-R*CxOg5EJ1bv_VGyi4{w#WrV}!49AWH#aCev32SgW`} zt3*jo{qOz-oZJxR#d%?ruCpU4;1{hNc4XbgnSkpT%^w%34|cqZy6>CyFPf|cy_jtk z;YHy+aX9KJI!4uE(E9wUgkFkHkXq4`iQ~BwMOSuqIuUggU09&wMXy1l^aQf}*~P&N z>8ZrvL=vdZ3?5C#XQnV4nZfDV?1gk{a4M~wpULc-`bsuCm`Gh71Oe+s`v>;!9n2)N ziT>$W{1V6wZIaW2qaYe3tqvNu8RXc^3{1}!rP0x3Dw!P}oolcxp#kISPK+qC8(={w z)HN@Uh8oD~7QmuJ)I{jA574;UOVvpTVu0cLrP-X+q;ADe+x<;y zIE0cLLe?@ijK%zQ(WIcV88<1x7_E!VsTx9eDm_!tlS*VK({Z&KKPpClA)U!qj-IX( zW-~P01>tUZ>x%29_huj;?$qeBJ16a~d=wfYL**`<5Gq&kU3u7e( z$(h3_Xk?U)ce|Aws#F+2PZ@f4hWNLxy?O18uPuEoC$(3OndqO5xfiImPk#ydt0wYM z+dLG}J{6gum3T@^^hF`-GaK0mtaJxOq}kzz;`qR6*FUa_*?>{{`53`9N0vxeKjs}5 zz2>=yU-Z=Mz_~d#oD;Dc*UdXlcLlA~hbkE^i>;ww=nTXRJhO*^ZV zNhlebF9<@u27@&J&_O0g!Nlg8$|=Jr*^4%rZvrd`8y+FjuykeVYj?sO>*0>ohx6fG zT6ounAo{i!>bG7$c>U2_u>D?m`>N}f_g46}N0SeJ)RPOJ$cIm8;S-ClyS2?Loi}@K z?#|bCYqi~ro_pcuk0XuOYYLHu0=@$T@T2j1kU)5&##`k`igD zGfE`o7&@^CrtKI$`(EXm2q!b6GpWl7H94Ln?P;#n`qX8GPt$|b?6bA7nB_ON612H& z_plq2JhDg{lLK8ArX^Npw!I9w!a1aqvztzIpoRh7bLjJyicKXl)WDc7|Akma7nO63 z)?t^fKZEL-b^tcw67%}i$Pr0geB=F7&8o6_}@ zXq_1Z;3B0�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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/help.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/help.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..65c90ef6c37ce748e40acd30b7ce1a8f8b4bf38a GIT binary patch literal 4537 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/models.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/models.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..4522c7dc1474c1a0c50ac59984353452814f257d GIT binary patch literal 38798 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f7e59ef412b1fce4c22434386c09d3846041a133 GIT binary patch literal 847 zcmY*X&rcIU6rSBJUEK030-+u-P$LO3?gU$m2f_sev_MEa7^~2f&Xca)?k+o1v^~{C zlO8yDFwrCN02=-P{S!QR*fl*gbM@q{2^Yi3S=xp6&FssY@4ffE?AXP<4MwSsMARmjWQ}MM;V3A`Ho`wJd zX+gvS?*sHI>;_!eF9T&%cXIh+ZV#wF8{-PCP_A|mKGN<5k_{0pn>9*~?Xql^ zM@>7QGbxXl24!3=*`#a&<%$TnMp@2f^tHhXTrt7oLuJcx;id6LkconC=qylwUc?2v z1bELdMJrym^W_p)jAEz43butstiS@S$D)9e+C2m`-`q^Wrup@7Fh*8(Y7g kd(U1pHn!_ahiNbV;K!mLf8-B5{?}43ro^rUyQ5;M|5cmkE&u=k literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..d9fecb2b5e50b2342ba183fe3f0f97af0ab15a2f GIT binary patch literal 29636 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 W_#^h}$K@F=*7z(SJ*xwTjs7o;4z(Wu literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..908436b1e40508127608edfd98badb4bccf5acb1 GIT binary patch literal 6254 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 BUhDt> literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..c9d3cd1d8092b7039a78f77474b834034a75a9e2 GIT binary patch literal 6239 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¥pS76ni@doJLdDz8_nhy# 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py new file mode 100755 index 0000000..69be3de --- /dev/null +++ b/env/lib/python3.11/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.28.2" +__build__ = 0x022802 +__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/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py new file mode 100755 index 0000000..7dc9bc5 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py @@ -0,0 +1,48 @@ +""" +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 = { + bytes: (_VALID_HEADER_NAME_RE_BYTE, _VALID_HEADER_VALUE_RE_BYTE), + str: (_VALID_HEADER_NAME_RE_STR, _VALID_HEADER_VALUE_RE_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/python3.11/site-packages/pip/_vendor/requests/adapters.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py new file mode 100755 index 0000000..f68f7d4 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py @@ -0,0 +1,584 @@ +""" +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.response import HTTPResponse +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, + strict=True, + **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: + if not chunked: + 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, + ) + + # Send the request. + else: + if hasattr(conn, "proxy_pool"): + conn = conn.proxy_pool + + low_conn = conn._get_conn(timeout=DEFAULT_POOL_TIMEOUT) + + try: + skip_host = "Host" in request.headers + low_conn.putrequest( + request.method, + url, + skip_accept_encoding=True, + skip_host=skip_host, + ) + + for header, value in request.headers.items(): + low_conn.putheader(header, value) + + low_conn.endheaders() + + for i in request.body: + low_conn.send(hex(len(i))[2:].encode("utf-8")) + low_conn.send(b"\r\n") + low_conn.send(i) + low_conn.send(b"\r\n") + low_conn.send(b"0\r\n\r\n") + + # Receive the response from the server + r = low_conn.getresponse() + + resp = HTTPResponse.from_httplib( + r, + pool=conn, + connection=low_conn, + preload_content=False, + decode_content=False, + ) + except Exception: + # If we hit any problems here, clean up the connection. + # Then, raise so that we can handle the actual exception. + low_conn.close() + raise + + 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/python3.11/site-packages/pip/_vendor/requests/api.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/api.py new file mode 100755 index 0000000..2f71aae --- /dev/null +++ b/env/lib/python3.11/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) json data 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) json data 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) json data 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/python3.11/site-packages/pip/_vendor/requests/auth.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/auth.py new file mode 100755 index 0000000..9733686 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/requests/certs.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/certs.py new file mode 100755 index 0000000..38696a1 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/requests/compat.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/compat.py new file mode 100755 index 0000000..9ab2bb4 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/requests/cookies.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py new file mode 100755 index 0000000..bf54ab2 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/requests/exceptions.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/exceptions.py new file mode 100755 index 0000000..168d073 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/requests/help.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/help.py new file mode 100755 index 0000000..2d292c2 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/requests/hooks.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py new file mode 100755 index 0000000..d181ba2 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/requests/models.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/models.py new file mode 100755 index 0000000..76e6f19 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/requests/packages.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/packages.py new file mode 100755 index 0000000..9582fa7 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/requests/sessions.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py new file mode 100755 index 0000000..6cb3b4d --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py @@ -0,0 +1,831 @@ +""" +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 + + if 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/python3.11/site-packages/pip/_vendor/requests/status_codes.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/status_codes.py new file mode 100755 index 0000000..4bd072b --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/requests/structures.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/structures.py new file mode 100755 index 0000000..188e13e --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/requests/utils.py b/env/lib/python3.11/site-packages/pip/_vendor/requests/utils.py new file mode 100755 index 0000000..33f394d --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/requests/utils.py @@ -0,0 +1,1086 @@ +""" +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 HEADER_VALIDATORS, to_native_string # noqa: F401 +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 + + for part in header: + if type(part) not in HEADER_VALIDATORS: + raise InvalidHeader( + f"Header part ({part!r}) from {{{name!r}: {value!r}}} must be " + f"of type str or bytes, not {type(part)}" + ) + + _validate_header_part(name, "name", HEADER_VALIDATORS[type(name)][0]) + _validate_header_part(value, "value", HEADER_VALIDATORS[type(value)][1]) + + +def _validate_header_part(header_part, header_kind, validator): + if not validator.match(header_part): + 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/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py new file mode 100755 index 0000000..ce05fd3 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py @@ -0,0 +1,26 @@ +__all__ = [ + "__version__", + "AbstractProvider", + "AbstractResolver", + "BaseReporter", + "InconsistentCandidate", + "Resolver", + "RequirementsConflicted", + "ResolutionError", + "ResolutionImpossible", + "ResolutionTooDeep", +] + +__version__ = "0.8.1" + + +from .providers import AbstractProvider, AbstractResolver +from .reporters import BaseReporter +from .resolvers import ( + InconsistentCandidate, + RequirementsConflicted, + ResolutionError, + ResolutionImpossible, + ResolutionTooDeep, + Resolver, +) diff --git a/env/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..bca413893f276b1f66a415e41c80f6af3092f937 GIT binary patch literal 770 zcmcIhJ#P~+7`E?{`^Y5}P^knfQwDOREKngNXc6jCRe{Nibvc{V!XH=L7pa~4FW6x~ z{F{!*D-+vE-8x~1ln5cQ@ydE$zaM_=_wkp}XaKw&qc`+^1i<$Y+?bD7c6H?4N3Z|{ ze1ZrNh#-kb%p(z_SoBa20w4EyUnD45?fX0x8OlVCaxp*yQJ_K$(NK)g$k&s%V4RKz zuE2OnwP8wP>~6oD8>_3@9&5E^gz8OZMvdaW(+yu$hR$fCwDr-wLs=_nn6Xsa{Ynx> zDob7VyM1RyPg|y`@O87Vmu9n{(>!Y_ji^I-s;U z??0YAolJi~ug5sjv3I%`_E7hOOLP)aS%5r1&{h`#QV&PtTQ0@8;v8cg#C3VI9@cEg zT&~v>niXq^f6Z_HP5%{Kc}{RG$`d7MxnP`AQy!?gT?tS&XZA$NQYbQS&8|4Lwxn`d zayDO=o=m3G(lAROHC6qgTKLlqYfAq~k|Y~=8D2`1M9Z?{Hg)PINHP|RT2y7KZh#)tI)>2Lt`SrSVxa+qqRZv(klbpy zL(l9=rr?87^k5V{^k$$xpheK1&_9u5z*B)-dQ_q0l2e~|W_Na$l;ZT*O)?@mJMX-o z&-;?)BQaoGtM3a01}F-YQ_UBmLy%dnQu9~$k($v+>)M?7VLOMDAovRvZV zl!2!-i~BK``l2}Ntgf=+*&oJ=;on^Gi1;ktoy=0>ok52k4>`C5tH;8ev&XHm0xdiR{s6oM@%+=)ROfwil*N#gqQ@hNCcF zNIwkHD2||7MH*u4>vVf4Mtpk^Cka>EABZp~-Ky>JBpZr!dnBS>u6{atl4aXGJ=#v< zUa|FF=gysN6=(eRI0z4e0ZxzO@wN|DMnY~ErqJ&fc2%A6WZEhLq5?K9B6wxnqj?w>?czA z8Sit+(~#GU%$*G~cf|W~iW7li>yKcnI6b6Qxn^aBHGAAzt58bB`mt2mdWY@9X%lfw zKB3)LyWCNb=Qa|9(Aj`$eXhPEbb6lCELKZBX$VH^%C>Fo`b z*A{$fb>vwrQnkZ=9gN3uIv@g-ld>?Eutt_l7&b}c;1V}mH4sxa>e>AO7n7A?iCW-p z;Va@3EF0wp)g2XAL~9?f*y|zGgoPsQCvlju<2W0-_EoGe#fWs40)HSs~755V7ewdPYDjzLf=^R=<;9rmd`)WF?4wdGw_^YYe4FE?5qNcek z;<};#n-`GWtY{QG^?(@!`iDRyU?+6*7|2d>N7r9K1_lgZ2gGMhFJxBd1i2<& z({zo^O9vr<9toAi;ji1Zs7^$j9rCqI#yx}t0s+jDWJLrx5+^Z4xWMFe7lIzr)vnQmO6WKGDKe^J z8>JT#0JiB)=Prl4Ee22PcK1ZeL7Q?NQb|Zz8bSy`TD7^^QRhBns8AImQid~E65s}i zNEwSjrM{bcykb+ zv11_*K?R~}(7(qv92ey zNA(E~!C{TN{h?5<5jAr4`7uj)KP$OS;zO=^o#k+gJz@ixLAeUqwKo%2#Cd9w5kRQx zuUR%e;l*86Fh+Hp(GjVIl!7WlmC*w&>+qZ*?>N)0PUKK>3FJ1%LIadMq3I2+kYf}y zFoY@0kmksQ-7a!Nw`8y zd<|eHNr{djJDti#b^w8 z>J`8>BbbSAfPDQe~vMGDZ@#X7La3RpUop+Yte*t#xn)?HerBSBd5ryE?g zOG%u3M=^+83ROTf^hgn9i4f%7vi973QPUDhP${sy2gyUXbB?#`^pD%n7E~DZb3#`u zn@%Za6Ae_Q>yj$G5EBGy$PCCAHfVxB~V@?|?-1<@w;Xd%dRoq8^=^r)31qLdBm<)CidkULBY)Hb0?H6CG& zQL*Xz2?h$RRE&L7RcVq;QzsdD6&OBUb3tMHow=w|1onhXCW)+(EBHl^c=GmK3URmZ z;iM|M|DU<}W3fyg`1`8-@g`pQq#U=vT=OkIR8OI6kTNzdRBH>ZZuW8B8j3RbAlDT( z#~~2i!#$omcAl&TLZopE8nWh?@dnFoDFB*_^o5c@49CE zUq*9(eF${4nTASWIQm6as-U$9VZ2xiBS+98p*rfcrYc8nP%cJ$n7O(4&+2f&#KfB< zteL18hrdQek$dpu=A6Q2Um1Xiq{>N`OMC50)0XcO2>bqY)%P)q%M<#%=KD|3G88*2 zz8{Iu_a%jle4Uo>)AANAZ)5q?(9?WLGOAuEfK(sLbNkQd%@03oet6nkURpo(>~if6 zeYH!!@fLlz%g!bGYL_?cxrzdP(jw`LL)>W};)0&Dbu9JSF>hjKO!MPqJwIMCljmw$ z{BbesJ$aAf6E#1z%v2PPF%-r;#+3Y~yFxaxaY2noCnPSytwk>im9S!!-pK^g2{I9Z!o?e98!l~j|8Vw-oi8@#yla<3cRqI zg3^%69k|lfi%n@zDzd7=s6mguC^B_ojMIRsR7(aElZ$PecD=C$m}{mG|`j(*Tmua4`r&K6X{SgZ@R2!@6CX z-*>1S^if{oEj?bO84O`kNvC4P#dLWcPBC3JY}LJRrO@NajS`POE&{1j>`cf9i~M`T z0q(taOTL3W`7SMtmYZ0nm+qJBO|RD3l^gWZk7=R!HW)xnrTk&JjPXI;#p1%y-OrkL z|8@PH=Xg+Kba=(fd8@ZLm(?RKNY})-Mc}zAv|Ngo0Zo rSWXukjmGIh(rDn4^Vh!|{YUS7>F)n-@j9KDU+8W8`sF!Wn&bZhTDxKa literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..002663aa1edb9136b1997943fff57e7819aefa8e GIT binary patch literal 2819 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 E0TOszTmS$7 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..24211078fed0a73c4a79614dc24aa162a48436e9 GIT binary patch literal 225 zcmXv|I|>3Z5KR&W-x><>02JzoF- literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..6828fa436e79a10ae7e93e24d09c75098b42560e GIT binary patch literal 500 zcmaJ*Jx{|h5Vhl!lzs?=_yZLz9U7~!A|?= 3: + # Remove the state that triggered backtracking. + del self._states[-1] + + # Retrieve the last candidate pin and known incompatibilities. + broken_state = self._states.pop() + name, candidate = broken_state.mapping.popitem() + 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])) + + self._r.backtracking(candidate=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 + + # 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] + # Backtrack if pinning fails. The backtrack 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._backtrack() + self.state.backtrack_causes[:] = causes + + # Dead ends everywhere. Give up. + if not success: + raise ResolutionImpossible(self.state.backtrack_causes) + else: + # 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/python3.11/site-packages/pip/_vendor/resolvelib/structs.py b/env/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py new file mode 100755 index 0000000..93d1568 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py @@ -0,0 +1,165 @@ +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 + + def __repr__(self): + return "{}({})".format(type(self).__name__, list(self._factory())) + + def __bool__(self): + try: + next(self._factory()) + except StopIteration: + return False + return True + + __nonzero__ = __bool__ # XXX: Python 2. + + def __iter__(self): + return self._factory() + + +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/python3.11/site-packages/pip/_vendor/rich/__init__.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/__init__.py new file mode 100755 index 0000000..73f58d7 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/__main__.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/__main__.py new file mode 100755 index 0000000..270629f --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..c7baf23a9b0eb96d4a6a860f980dcde97a34debf GIT binary patch literal 7513 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..2efa5bb3dcc2dafc4c9d99a6516f9b30ab4305f9 GIT binary patch literal 11591 zcmcIqYj7LabzT4qU;%<8_$EbCT0JO<6a>B`QKa=SWl`_9XekAQAWQ5LTx#*q?!pu? zWQTerp&fQYCyGtSa>LHpiX77kJx!)^$LZ*2`w!5dV{~WK(S(&Js_Y3gPX6Rid(K?| zBtTMee{_kx&vVZ`_ug~Q`R-l*qPW;j!E?@YR9L@}q82feeQcS;*GZb9-llkpH%OF6 zj}0CJP z@ES&7F7)RvL?2}{6kjo4S-@=*&~M16@@$4OQ$g7lVbfewj?uD&u=%b5`hZt|P;z1G zN)E!77_1dv6*EIvT_D9apkGsJVUurrmitP+p8sFTnxRJ<%v(+VC_ODg%l~0Mn)q5_ z+q)EB_ns-A51B2jZHC%)D{DbB>!lq*m&ZjYZ3U}>t5-j=Gdnwc^?XAa?5rErql&rpA%>9Ji+Yemxxp zW8S)A%$-8#>SNBIJs80nbgIj4m!Cg3lwe|`~?i$&Z9huN6m`8SJbNn`b zJKsFtau@c;NAT(ozhmB2$elM_1Y35IYTo%2iOw_|G)F`Z`vpbusbWxoylF6e4I=X^ zVJR#(n>Fhz;gAxR1g#{KI2%z#DALSF<#05jm0S=)ydZOflF&aE5j2OMzaS`4Nd-pC zX->Yvhetz@E;=o6N>mntLI|rY=VU=u#~@|BCgo0Quj)hc?$kLD8p@{Am zuBraa_(){QWWL@5iMJ_%LhI}?@&>`g8wHv-3FaXSPlLU)@CM$TDYHVE1oa9@HNfq&y3a@&J5E6GDhW)-?Xe-^beci{rW$_cAcaQ(6gGeVql{TyfJ^~4^!U% zm@qA;88?pPTI6df(0)8YkJHO3Vnq}+VdhQaFe*&*G}^)#h%jMMb1P0!BRMI@&Epo{ zd>8T`<;uPdsR`=@Ghur{8w+w>wWWQcXu_dpeIrnfr@>Y~+9A=cnHa*Vof1-Ge z*7i)RqD<^qwRMSF44q~ko>5D)Y3R3Pym;Q0Kj-+H%G3=8AgEIE0F+*}VNU|l6 zm2u1(Er}taxm2SSK^l^)u)G?}4P%<&nr0Z*43cJ)+cjeV-a&Zf4oJg0*daF{bv*p!oqqr-T*2tJT91gVx!~9@W=?Gp`)m9<&TB{@uW~w^f z?d`3Ks0uqHoc{_JfYuQ)(&~E+j6+y%l|}z>tIrqY#E{SDj*MwepAXA?neFED#p<$q z&|O$nfzkpDqW%DXlhmIrRC&$J)!B`2*59sAQ#RX15=`|zs#-VOm8^Fqs&*!;cBUz7 z@d<+-&KOdaRkPM)ZF8cs88bDry>o_l`sOaav!9eaYHUh2wk?z`^e!lg#+Q zG0q&CH7?cMXFfUgU~{7JNV4%ru6EsqJMMes_xvB$E_B>CeX{rdg$J8I{Z?Y#k>t7~ zGuB77jdx1s=aRax<%*W)d`b)LBkO7RiA`eUHhY+=jyNQQjxX6K9azj;SK;+Qau8|HHS zv;APq7ppkV%#&|z^G8LbTAfG9xZxYqmh#R*TE1+;xZDF5%x-x;{e+1x8aMfHUy*0r zwED>MypWNv;49~=^1WUGg$0oIiz#aO+P^|k$FD1-SY>TjpT&B$EITHOS}xm2&a?9c zCxP(-&C8!DID0m#sN0!`U!RxTpk^x|2HeHoq5<7dtIy_Y_@CcAVP2Dd%ec8vn&oQ@ zdTNBXiQgJ9s^}v#&j^|}^2~25&|%BCWsQBbov(yl*qpz*ps#Dux4=5?D3oqZY8Stg zuL1t<6)U+G|5m0x#H-TWS)@A}5{d--m@hkxlC)9>T=^9T5Y zE9lqKj+e(Rh4abxPFVRv{3`(?f0*yPW1L{t)RiMfYMfRP`(z$Ktw%vWjPu9xB~Tl) z6a>*4=a1+2`l1}{h7%LEHDx%7GVrIyZHThf4a@o|u(>bpV@>|2`7`+~(Vl`+KO5V7 zR8U!tm2;;xRvqS4mKTC>;!$Nz6%?orMT3Ka%!Y^9A%TN)kD$2a4v?}RkgPSr@w^xc zXbdEL0v`}!#TNj?-@jXiPIJ zc+}I159efngXNhc&1M_&t*n4^evzl5yd0iAY!WwW6hM*}go}Arriq z!+0PFA`(0ief=8<^6?^|L~=I`ND(&B64IM6jvME4w++xN_wY1to?l^8*QBz6})D|`<63D`kQI_5KxjmOm@563t7$3POJ@F^}rz+u9-AL2b?_+uxNHLK5$%= zqQQ`6#k3qAg}O7y`(eu- za4*q#fREybV3K;|teR_DXu9A3uUq2IvkB+fr1R{QImHxz&eT3+YG*6vdgDxOg4vp6 zw#J#QFRJ)a@f*c6SLR+yFs(_ZHO{oAN-L)v8_~U2OU%dSRB%b_u z`svRVJT>-MGgBODk~Xuo*#!^Io#FW!6$6E}akc>UMF<;lCh`@=8)esS_T zGP*Obr=R}(CzUJm z^?zBs{?4*4m2gxY_FVxxfr5Ye-f!4v?|lZ*v-{J}em?)~?)k+6?mzqBGxp10On&+9%vV4C@YxTi zp8fFs*n)2LvxXa;5$>nfP6>=47&UJYZYHCVf!0AU z3$x4)WH&AvG=1OZ>?hbvFwvxtn8jdtMBK>s>}c;{d$*#h*wWFp z+tt?AhA-qgA=loq$JO4xH|99ajjKo1>1yBI z?&{ptrHj$7H|>gT%!$GFMcnMAQaDu`8Bz<%Xt& z1rb5-o!w6a%E;18s#SSR?+UvEH~g9yjw(Jv59A?meA}0C(Ax;t{6a*UpdmZVy5j`*#xb)c&8-<}-YVtcvS z6e~W*MJ2XZl?9Op)Kz{-0+kVQvhzlYy<8@DSFtJ7S#2Y78l#1!$e4Z7wzG9ksKW174~X0489Svr$j|nTtvZw zV7}dMH=4))z(0z@4uVxc@P`f>62yM-tP~Ce5dFcf;Uz(K zv2fDx3xjY+3^ao32ky;I-NDlVS>(ZsqcM~F(Z;=s0p2X=Facqhj92zr5xErC&9{u# z7MTOX#p9>Xo$8aFSc2aQh|JA)`4VXavVkupC_ytrQV42AB+|>|%SctCbM*<=IP@G^ zaVC*zN8_YvMfx)PcuwUsXLd!hZ4|tWL`~Hn{f-p)E=M171ZcLwtLz1+Hc35klue(Q zy?Sp~+|ibBv?U#FlYOc3jgx)1PNrzv=XB*mx^m`k?$Haw4@Tm2Wr9ARq|e9c^GlV! z1l^RRo8olSlk%FB!wDcGRauvUbXj$}$Wmc>PC@V|3?@&eODMDRbGqgsU6ZEi;=O-% zP`0wy?bG(>Wi~SqK>(NP5L8oU`wvdvI6bp{_GE(Io}{Ftkc8rHZKsMyjFWwj%4=@7%$>hq881JOC_j)aKQMVRRnJbIOwzR}x>WD}5#yM8 zb@s@;ZE>a}!E_{<4!z{qy<>4^cY@iSWOnN%NAK+^pgD4{32uxNOk0v^du}tM3=pJA z;K&G`VoDw{#g81$q@y9_l%Jc7#U+2DAV^!N;#z2BvqLMJ{kfUJ_7J2=P-!+-eNckD zs($w!68-zRS4mtLz*LecN->*oIzn{ebT|yQeQ6VAu1GUWvw0>#??}=+;`ELu`YKh{ zk`-Gw+c$IYk)w3_1T0z=E?O0c1;ONLT(t7f>4t}N!>o5<+k;(kx*U^sy9O zmaE!ID!P+&cbx9dRiv1WsglZ+vnJ)NOxq}P<8z#-{3*+@PceR8y~-K@!yMJNZ$!0&P&NG(UR{I=*Dr4f*|h+5J)NLil5|U)Zb{Qcj!lz?)9b0? zinNi2r8irh_Oz3#*qW}eSHOZp0DB^<>nWx)#gtFkA34frcFoo;R6gjBJ5D4VCz6g6 zSoYFAKJMsDI69M#PFQPHAPAnDEhq{EX%aYXwG8akbY)IG%4bf@oS3~9Z|O;F==t5T zc;BmueV3B^E+r~2Co3<5W@38?(j>_03hc5JbFNUQ7|KyLd5WAN@JosQVGS>7=phlm z)r0Z(<6%d?m(agbzWk$?v!^TgsO^X2Y|NpbJK+ot9ywMTRM_ocC3)7*`GSJ$Q z7TDo%L}16lQC0|zgvZ#Zf}RTx72sdVMVAP^7(QXD@WPZ4v_%f`J#aZCt37!37#w2< z^2RtiI_h2;oLdZgm!<`B&<36NWe}A;?LUgLKE>lSOeo&F$=4u=Z5kNFOEdtWTm%-35t+{z5=9=5u$80HyVsQ#(Cc9lx>^}i(rdYni5o@ zBKZF;vM&gb4elG3;jAI72UM!c z;cP7&19dWhzM`sGFPwe#%;CPnau@Q$@3aKk{Ds-4f1W)czXfG*)S;BephRht!C**H zrIX|@McF3FUy5ps=l>p4Y&`#$qPEBLe<_NKf3shTa>w(3DXJ}=|4UIV@%&$ka>et1 ztI4pk)k-K>O= zO$AcLwNn?S2VVD1ds8*_@CmvU@B#$jk4i0*M*(h>ZI~%ZIN79=oji_!r*7)h>u09V z0Jfxy2&`*P&<#nt0RTg)x_(BO{r2p)-}%m+@7xm-jhzdxB^vhMznZA-O;-0#o_$=g zex~F0OK%a&%=INIn(tjoly@$iPdK`gj;_hR z$4u#zbw-Ud4GE?p$uvy%rfBmIj@~#rbv!{=C+X@qT@5gEvM+A$p4|X}{!7q3NxCOa z_W?TY9B$ZWkXPK%RAA6K(8!tIfJW%24AiRvB6>K&73 zQ*_1W^!kVN`nk&sfjGTBK_5uc2jcXBr3#f4yOMC@lSg5#KBuc6 z($xvN7NBz+(Q~F`7UY8BElGMyoZfi?u^r&kM)I4F=bQcXWBsS EUs2t~zW@LL literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..1c8cdae11fd07284d40cd0a61bd194bdb50dbb04 GIT binary patch literal 7852 zcmYk>3shEB764hMB*Y`!iGm+!Wln;nJuRy# z$6D3YG?iLwNYfq*LmRcnL&+?mw>f+Wq|RbI$!9_qz0j zE?qhY`crsqetC6b5VYWb{7+oiw4JHV>YySh3!aT!8AuoV5%NOaJW6fZ%15J;7la76AnP2nCb9v;%9Y|-KuZ9?A(YhWu~V;d50 zTSB%2b{M#K(Eou(x^>hOfU;@9l=L{ zF9})zarzpDySNPWUF;k#3xJP@KgTEqDWH)_=(|#43KBCdAtiuP16Pl}n~k_ez*z>e z4I|rWWEc9gDX|}k7E1hv{v1j~^o^D{E&k%N(08ZAC?rN(Lh=Cx1QP(04BQm-=h7P0 zNGzblLiFcRq8^E5lxReMJ|(sxvBMJb4&Yq_w+np_8rhFTizVb3pxwYl^dlMTX(KKR z(2F1k(Az*pDM%jlf&vHE_$&UuYw4E1(a-E&%QyewRQ$__4kO zrvWZDkZc9Xg@)g#aexAX@qkGL(*ZLGN&uw>t{(j*wu@^7TuRUcxQt*Ypr3(!pdh=T z;lcI;S_lIDHc3Q_Phfi@%n$ z^>!oOwRji|7)me|FpU6rD5)WM6|jlmHNX}Fw-fzPI@o(id_;-Q(GR0Ug5K1mixz*d z<$x6iZY}yW8tJPyHMvBKA4voZFmQv>r_;y?Br+`_=j(k?dT0sPaJ|tFw-Gl3Fv38t z!N_bHDMp`R30DHhG>~!ysf32_OATO&fm@0`i$)rd*lGz0^ad^QTKq|eq8~{kX-H&H zA`5-CCERF0j)Ba@NR5q19iX1zS-{^3UIeTqSPyvFz6a+%do;f)jwr1ReA_8N13rIx9#5G+cB5 z`a(;%iGV2tlL1o=WSW9ZhlXp+L_duZk0P;}5)J6DwuEZ}OgE6;`e>C4wD?5}(a*4i zn+}+1Am8hgR1RzLcZa3=B#m8zM0m?-R*-gR2zB~sl{H$zUE~Qs8$qCtMfq5ZPqYG# z69g#=Nm_hjARrkK?lK6FO^H!}#|YK{9tVUYPXO8}(IHhKs>Sb;3V48E6`+Nn70^eY zjeexB_L5If2x!tzj86oU74Cn|V3qc=lc4H(g_st9(ptcu2%Z8wP0$KBY~bQv)bUyN zzPOHnYY7qn*BMAZ1?dkx`2x8s(EpJV+mYB|326o#HgN6eucwjzYc-Lq#a~N4U-_#h*0NSs`AFhYo;_ z1ZM!c5)21q7`Pntm9)#(NPJ@nxvYyqq87i)`ZE=!xdy4 zH2lCU1=JI41Z*aF1Mnt6aF#-x7QaR!;Btawz)%BMgML1pqYjCBOUP!xTLkX`J}__} zqOYPgqGxL&Rg1scq3EkAk%mM%C9=^ku!Q>p5HpY#jC^Y&5}czD(c-T*6Od)#a?#h& z8aE;|g)A-pTC&mKX4|?kfF%a9 z7bBn8hK9*;?FT0Fw(%~pkGScK8(Z*mXLLT27(QMjRczjn+Z}cR7lg}U*rt*b+k(s z5+f}kIe@VSE+2h8jjTfAAxb=oewiiQYQP-^($+^uj%e|h-+B{3i-(lC3TayWNw2EX z{!UusK?Qjj8s1Nv0WE-&4=wi<`sFmzio{_{NKmct^IfM#B)D7Q?5bn;d0U6Pl?eA@~b7J9We68QzJ4#dznm72&gb{ zi_x#7MIS}tF-km#{sBrHN8+lVY?nIiWru&+Znnv4yR!bj zwt1{MYrrO(4Bw=36SIlgbl9e5GqX9%HYUchttns`H|Rj zHXUd0=_GS9>!+AgS)OK2XL*J>ljT|FY?kMkb6K8e&S!anxsc^W=3e*butyKcQ%zQyO^#lt4uY^8dJ-%&U9m0ZyH!O znkJUrO%ImWnVu}0&GjsAFgLQi$=uBH7SoI6t>!kCx0~K9?=XGx_te+)WBpEZ7t8); z0Ly`95X-@42+N^n7|XlOJuL4v!�nBU#>OMzI`i?q~Uc8N>2H^AO92%~+O?m~kw} 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..05e5f18aae30ce4bf0ff7c5e0cf08328474336b5 GIT binary patch literal 652 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 F^B<*hcqRY< literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..0483f14c261ba58ad9b06be214c66c8716230aa8 GIT binary patch literal 4786 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 QPHD|%`3W0?g>4=G4{Wzle*gdg literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..51fa6d1892fb0a6b4d61bdb0cbb9d30e546a0f6c GIT binary patch literal 2132 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..c6923b928cabd05e4668ff8a5b613f753180ef79 GIT binary patch literal 5268 zcmZXYO>C4^6o$WODyEy-(g|&x{x~yjWXDe9 ziiHsu#zYf;stXgt(uFQ`<)SM!O1_m-x8dwA}-=ec+KLFjzG zYu7EAeT+|y)UO=KvfuFs|L6(D_1CSqlFemvrAD?`nktpDa#k;0$mYtQls+qE*;n?J ze@vCbO68`NN?7T+X{Bdw+eB8~-ocb=X>-T;Orzdz*Q>qNO6OK%O&o+_;0LQayAk(T z80bU&G2*rye2@A=gnd~@a~J9ph)sgdJE->~KFGlnsNYBYmV=+{Tk{T&^-5LIYSjHU#$m<6LpzgdPpy+O5$zGzO+W|XBwL`&!m{)|&xOXeyVnMw_L9v~i zy`$J?ps3lg9xR-JIGou-)2#9mol7`CaW&h_`lwR_tQD|>0qPwJikh44<^B%y`aSGK z*crnBPse=-1FQ?`9SVx>ps0H20T?lX(w-Bg>0FiX4g&k_aVqzgs3xQe) z)Ixx8ErD84Cl&&=5U7PfEd**IK$w>I(q}A!V2L1DB0!bQ2$tBP7R>Xzu!BG?1Zp8r z3xQe))Pn7ag#c}SQUbLQsD(f+1ZpX6=tGMOB|t6gPz!-t2-Jebcm2z76P>psD(f+1PIg8sLxmg!4g5RL=Y?yph||S1@rta+(Muh0<{pRg+MI? zYQgrzLVz|u7=c;{)Iy*Z0=1w!u@I<*KrI9aKL>$Y2-Lz?Df~~BHA5`~Y9UZdvCp*x zYC)acg+MI?Y9UYy0VcbJfbmdHS@S^)lOqU|BM6ft;F%wmL73rZW*dP{CeXgKE419|k@5?Z3#@(oku#OFYQ4j0DyGb#u;}3x6JPiDW`gxDB z>bA`tEBTvL&5F^@-RDNfhF&~3F+D!`!tmte@MiDCZh6$CboA@vKD>@-Abuc`ZYVak$!e}W_@>EKGZGm*|xo#d0eaX^_Bn0EH3Tt9?A9| uxP0Q~j=kvETi(ceyZza|gO^9T<-s0IiFvJZre~kEAvdx;`DgPbJI?=m%I;PG literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..27ab983099c2aed8ce7f4b17732019c89782b666 GIT binary patch literal 813 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..15e75b16d8aecf54e71b9f18e416d90cd7384268 GIT binary patch literal 13701 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 sV|DRRsTbR#LJ$;{T$W^Kl5E{CXJ?C9QpiE1 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 KwYQe(+y5W@Eifej literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..45586351cd1dc3a74306ced40df0ff49f48ad601 GIT binary patch literal 2847 zcmbVNO>7&-6`tK4F8@hU)IS}SmK|HPB(ky$v~`oVazZIWWXX`66xqvS#U07CmRx3b zDOrMq5Uo+LKo4pWzy{I+X%3DH_taC5&9$ec$|8#e3<$_6HwI1s!Kb`gE~!v$dg$!z z+nITPGjHDa_S0xIgrMD#7Rhh?2z|jOo#yifFaE$G^a!a)NB6~!kScDw+BCr<;v@Jz?5EwH zfd6Okwwn|vM^#P=fK*WR_ws(lf%SkEDutzRDI!HmQ7KxANihzoK_YDOYUm-B;^l!$ zi1d*lNo)$25e;^^Va9zAmGLfmAiRfmInu92yj?ATWlj?%5&Xu_oh}Kys5VdkV_M@WtTN$A~qTMx8`NwSyIJA=J)>+YNB`;wVo$#70kRZOLzDTYz# zcw}F}o4mLVgGUf-3Bn`s?|`}_sJw(B%%Up123)uvUh=zh%;u_Z9c4sk=$FN^s_zhML6cTVLDzJ;k_k8gSuQIjBFj!l zmP@)?)z~;9%kNhe&ExoGS=9@&Oj$-acth7UCoaoMxvZOtS%e(`kLAQ)&jRMPhoFbX!-66M^}g$&iyJQD%`WB;>doLoNEow|UZ8M*db9M9 zQ@KN);ml+6%P6D;>_$~9c=M>@PIP|9W8|RVISx03t#~s2=s;-K9f7E zCFgeQJMf)V6BTc}d#VhcTXn0C9)i`bZ`HT$R>4DTCeQpF2nYDDVsE`W6c0pzjDP>v z5c$sKr3-D`bYYSWh0@Ki%?}pC7?PhwuoGz9PQz;inTHpL0v254WUCPd~ z@FlD5#m{ddl;K@ex$wz^=pd}q0Y+Gbq7g>e`5eL6Gn~X0F}>{DA=CimIlhu|A9BXG zQ7vk!3x$l|5%0CLE8?A!0h>5}qgp5s!#H#3guxnst8FUKDH#U4b1xXQk9ofUjyt%M zJ4QR=^b&|<;5GgUq=vqUp#JgSkAFB`7hAk9c;R^}^Ylt1HQP+h)|c&}vHD_t@$`B8 zVhi!X3unYmU101KW7ij3K46}no_-^uSpU>AF*e_V1b1#`tO@dZ!t^Q|Il0(R$Dh zM_UL7W6#H4X^!O@W3$b%+4|e|$ff2;=IO2Dku2CBjoE#vX5Yn+*N*$HT73&o-)>I7 z{*S@q>4lbnqC?#ZNOq4d zA}3(*2>mZa9w5j+4t@vi`{5{4F&Ko?Zg|}Qx`aj2=m%0m&y$%(a;lk}@^<4^CswXY z3f!3tCCXQ!#j?2{s%VP2sngQy6EC@m%m^I=eJ9-g@eqTueY(CKv0(01U?st10v%09 zg!F!MdD#(Jc4?XuUMf{|YPRdq51<5Ry%L;dB{<7cVeWb-5!?iAC#{>lZsxL+II(%t zq{WS@N!pe|?#*bckyz|GyMq;L!n5m0(@gy-=7wy<+ef#lDBR1KL zO+1TQWRb@I3f!_IKF^9&O@LtJ7O?gvY?C!BX|lKcByfKD!#5 M|FQ7dk2s*;0wY<)p#T5? literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..50369e051a075142a7e3ce0acf794018801d21ae GIT binary patch literal 4038 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 C9k9m$ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..da4cbe795889b1775ec79acec6c76f16bf99fea2 GIT binary patch literal 1944 zcmah}&2QX96d$k0&c@AG`A`)=#iEGrCS^?uLsRn zbhCsj@e|l+0S&dfhBiz)gx#YY2(qrj-Wbd>(^%;cY>qNJ1RO%lBbfQftaGG(F%r1x zz-?^UV|^SVjgK%e1`Ldg{pMV~@d{>~!g$Qnz_XrCt@&H8`xL$aETs6pky+ zhLbSU4V)w~H@GknZHfUrsTqa|W0^~4%BCYhFu_beF(Yn9jCrQyCVL{m0#vY_xw?Tc z(~oc)AT0<1DnPnT=5Ct)hUr9^U*7nE0g0p)$6QE&fY}HIGZtKOmj^ZT9uQjR@uNgKk;^LKmYsXOk$EaouP$aG(E^9dql5>n77O56SXFbssm3wWR2NLP zMC1+{4(dQ*Vk4j4$%-Ne?MKLuil+>>Q#?JQA8BAHlDhr*-LrEk&T#lpL{XRGK++l8 zMupwa#kSLOf5(Py8f!XI-ffqHwL`?Hl!)o%7Sr7dnV2Sl5cUvKgWMaiz zvdJSWeJf7f|dA^eH=UPrt=W2V?Va+$53i6ETm&O4Yw9= zA-km2$Qq)_`KE1ezmK&oDpDH-Oe4b&LF|y1I+?k$-)dj|q%*zHonB~9ul)YqAK(7@ zb?4Sf_tr|gymAUSvRo}=&XE%`$lkDRVBQMwd&0IKwVa@@8MAGVyRdyJ;}bGS(@Uw` zidjkz%BF*ctqKrLtD;5fpC`{c^8V(pHt9*Lwutzk2!m zygX3>w)=e!Jg>+DVl2!fbo|K1+R=5mR6~CSXI*xRM9=>fKnFpA?{U6dRmBV_#bp$4 zptypfNa!qHwzRVbyvUe8Yhy{B(Oy=(n?*Rb9-30%c2 z>J*u3*@a4t;!0)_Q)Od>&8zYkd9iMbYha7{B_Dz8sfwZ;lQ-MLPfwpxR+S$4f4TqQ zB-6Y&um6D1iM{Q=)Y-N=drarr!_VKC@KgPnzO!^p$9KNko73o~c7rJi_raH#;u5rCXD_vS?(@Kvj+GLNsE>3XoMWN8i_{5(2RC}hK5B9plBG}r& a)s9i=8kG*Mc4@VJ_Vi{6eFyT%D)k>TCgMl{ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/align.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/align.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..8634d14e01ec9b5d823acc3d5bc137a096a336d7 GIT binary patch literal 13493 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 Q2cHEDQcN2R30biJ16BG%aR2}S literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..f54ec4bd9e4292fd8b8b6286ff955ae2d03aca43 GIT binary patch literal 10469 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 Fe*m|d%Sr$M literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..524ebb074e53566ee8d340bd7b95b9ab59a7fe04 GIT binary patch literal 4566 zcmb^#?{5>yb=LNJ?e)e#5<4UzgiQiR3?U{dJ;IOUT9OKIB6`@PQBg6YR<-St}u-R!HTWPdPr6Pkl4HcISN6P+tU8HpW+@hkPgO! z44Oxh_e&-of|iH2UGl{{9OyWbgin#wCi4%R2t9(YRpMdEe-1?hF9;cRn4U9>hLX{e zs>z<$0C~X>K4Y>I88w5WPLrF+XnIDKO}~v;0=g-DAZwD0KalmTYJh}rGP`)gknyx~ zUD1H{P0L9=i{-Sek#6psJa41yIpc;ZM?Ejetp52$9{ZuCz~-#t0O1f|bAFG5Ktw&S z7%^)}{myQGYq!6#+ZDV0wcUPhx1Ui1DbUg=L_aC(cLCf%GKw=2iaR7G?j)N8AJ<){ z#L6zo4POqv9+{Qh-BgGG$t!cRNA}J+nt1%{yg5Pged><$l0e2vZJ)a0KFKc&Qb2A4 zo`23Q1%Vf6;st>h0$xaRz;?Bp&SOcO{10r7<#k<5im)q+B+jat)D>|yiAQ)|gz{57 zuOFfqp>$t6!6gK|s`B>=OEL3-?xgCp_4 z0a*mTR)LWX+~De5gmTW@>m%znQO*T&_3Vg@wkA0?=leyIM z)PuW#WjbNoF*$>PDH`qp%vw3IVX`{SHypS}R_CY$9o#go;US&aq{l!MU(LoAGHE$B zuc)f5$0jqWEXiPc4D#GUMvJ90(ri{AOJ6mNn5+*+~hn+ zFDi?%#5LHG431$XwGbm`Zt;fcNhB0aF%pR-;TUl0)HaxgegeQvR12d>ciy$)eH!U1 zM2gI7m?6PcgE_l_KNi$ap0(PI!6vtb;COy0L6z zv6doPzFx?RX&j6L0{0cf!R2}%`Xk&|KsUzQbYu5{cK(Tj-Eqw_?x<&0J!=eCgqH5sCs&rc^1&%;1?!SM?!q&on>#{Hc zJxA~WQOBk1n~JkChMsDQVMJCr2;cR;!rV_G23Be`Rt1sUw8l@kW=eDC9G4sGZN^*U zb=e704U2#`;{FPac|2!#H=H*Q)OVy2CK2S>|%%JUjrAM|Ck|jU;Ep z2sM~+7A1#mp)o6)_SQ!&!Hgb&7alb{vFysZKn~Ws%u)HGWn9BKx zuZ^wse$eb|UGoyW<)}8H+1oiD^fpWJtx^*DWz)641nP4Fh5y$bC0UPb>I)Bms2`KO zKvSFPg`Ah5*FaM;gSRNceE>|Cs%Wz5gd5aKk>O)g$A31HIClEX#Hqy8>8a_dnGesI z{Cnq5pSGB0`_#uL=7pcSAHp=@vn^rOkAaF4L`N=U^5(N%VHwwi+wN1R=#h zvIRTz5eum%Y-QP2?mm##e+7r&-|)GKUV2a{TVRDunNL{lnK^^7TJ$?=B1$*+1+l8uypV?PHbpv65g{=(|09 zYvlGwNf51C725OfJ@4O9Jpb_Qy`Mu`>nZO%{8)OTly@F4_n)ZrpD20ys#{0b&X%{n zUGj8Q`}VJ0E%%L=JX@b{A1MC#;pn}C4~?&{mj@3#-ti<_9-Js|pR8=3EO~mX-Fw$U zP?HaFy50-_4`N?OYaDn~GS)9D*z3(k|Ma!YxdG~XF zWOc4!d^PdVeecx$Q^o1xbY=TkxpQpoLb>zs;}4(2%l;D;KP<|wPyLY<^)qcng9$fR zn$TO)H%T=ljjd|{;IYzlMSarK@>pr=X&%*@T(xks3?zuA6yG`$t~STa3t}FwH2Rt% zSsd@N801RZI2byaA%tIR?4_;WL7QT)!Tkti^aB9krsq*Gys}gZ?0o4&ZCwS|UA{PZ z|72N+RfJech&>PW7S0yAia1&hja5QpHO}SbsjuJ{0^FurGA$<(CZ9;a(rLX2BZS(+bpLruS7U&vk1v3oC@^mn1$zW)odBZgp+8TNTu>3^4 zGZT%NZsW$HqRm_Wr>>_DP~v|pnp(YXa+j^&)|mY3U~+cs(0wpD-TGmT8@V5oWQa!y zAc+mf2%x(&MKJPM!XkiIo+DPA9K|PrByRwH9YD>=FiaHt6IYTN6S0krNRz>aAw)UHR%{|R9;Q#N3`QdMA L&v$R=r%w4V02@EO literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/box.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/box.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..087ca21720c2b27534e802e7cad09fc01751bddf GIT binary patch literal 13008 zcmeG?TWlLwc0+PV4j&>Z>P+9qX?5V8m6USp_^^ByVo5MqD;hKhXTk8XB>MLvq2 zbB8m0h)NTrE&9`fA&OPTo&OP_sd*@d*HC76qv%XWju#ckt4HN2PFCbsvHB!_K z>O93!oGwiH@U0K)B6^=bV(=Lvw2#(NJaq}Ul!r51Cb(b*P8v8(K9i1$nn=p5q&OpI z3NsOl&jMxj0@BQ3YsBWW=_oyQisG2pD9-Ypo}%7|f93Jn^%QUCteow(y@FE1+j$39 z^9V2!9!C`(C*g5wJgzD{F2Yl*@wng9K@H%)P=i`RuhZ!D6?8YDH)!<63VI!(H)-_d z3VJ=Ew`g=v1-*gLTQz!H1-+5b+ckPe1-*&TcWHFCg5FH%yEXcr3VI8n@73s?6?6}w zcWLx}74%j@@7Cx&74$Yj_iFV074&vO@73si74!~5@7L%974%(%KB&W*J3~g_9)2%3beY&}QYRb-yFL`| zjCA?BbU1GghxbLgecgZ?xg+78h}Y*O_yghnkzQXf!5<9wMf!dH1V0)chz$A$aZd2P zP}hel+Oz*6#U1;(&Ub*{zj;u#($Y7S>*gNj9=ZK!`HbO?-+rt-2j<}pGTsA$?`uLy zUAj0M_xSDMatXd6&~}JFP+rGT>iKtlhk?=$WlnG-(2CLbXpjj1%H!+f`!HA~=f-~sFSO=C-pd~@m%;b>y{ZP_804Pd5C4Svsh&Gi z+55nGRORG{HXl;)(l=jW+dAs{FLxRteyF_9!FF^rlKM^2B8 zoEe`wB{Sm^F9hboyi8AoM9HiF$^eXCF#x8Q#%xG*5Fz9{fLNo;QJ?ht+{I z@$|f&v%E(8%mv&EIK#DYcCLnV5N-;%ov#^v7S6-DfNJGxc^hwU(NvR?H0K6djfJvM zT+2BGz z2n3vCBb`)9Vxao61W_SUS#8oNFUIc17a`~VteLdv2Y(7BlZypL&;eo&a;GEvXPXK4WLtS!obTWftTV!bSkJu z323iq!)VN3e+aoZs1@A`<%gv5tmq-7t>}87UQ)|a<(}?2kh5x7rB{usrd9JQvuatj zN@i6KMXeahXWet)(LlE5*8taIBEU^*Nx(HJW%B5%@~}1JS+zk)b$+2H61yR(Op39p z6q_Q0)KHD=P)1EjzC*>!$ksg+Ajfy7!BFOy=fD#fkxLb^)v`S84ermy%SBaY8OnY@OS*CFL~Sa}^$UJod*2bI@R zS?3pVMxw7(pKs;{7h(~9@M0(&=EcF$STG*pqmnqdxFjvaqJxnbHy0O&A}>nPARoOl z7!J)9NQVXv9vl?GMEVy4!OMY*P zU3VM496kMM!*9=gawfwJ1Ak3YN?qHm&+a~W=kSNezZ@R>nE!3-C#_hJzV6u2Z5+?ClP0)Nj?kB#U)KJpKjKf0V@9wsVY z+~~}DdT-9&e&Nf>C)4Mi`j=<__1O&bgrYv%wEyPl?Wwz?A5DE{9VY68?xb#~s(yKP zHfOKBZ_q!fv;K}km|-Rpbe3t}=zOPlQ_6N9yE~eFWHL>DU*nt(YHJN75GN}WE(SN0 z2u(k=%s~J53=9l-Z^6_T4g*a@PF6S$5XVX27lq)d}co1tP0NrP=R?6(2O(6w4rqlfWtBnu7}Kt}msTW}5tEpd=C#B~}bYLg9cwY(W!)a}ef7p&I?9-t(a#(N)|z6m12^5FgTF zo-G(Jkr@aJ5DhJXfk`28J_J=H+mWDv5f$uYl{UiE?-s$zabLl6MZsRZ>^VCzJU-<= zJvKZ#Hd=0S!UPP*Ha}VqcIbzR6^i;XeBwC_>6V+(psG=x1sNj7oNLtYU6gD8=g$7m zoc%YsJEIxrLs{oTY33nfCbH>jh?5pXZP$aQfO`$%Wd9wI8`MQ=RllMyI@whN>~##V z256>J9;@moN!zW!ESjd+;FS z*-%t^9(?puq=!*VFcywSqUv@YZL6wFgEbOe8oY=Xo!`+yWy))oO@YNl2+0K8r3koA z3AjfQaC0J{1<3TJSSWhSr1+{C%rPzo1W6Pw5Go$U$VR2&*h5$?)p?oGwxAD`)w_`3 zfl2%`0N}RjskV-UF<0A|YD<`Mj3Z%6NY__0Ona7TPc!Xbw03S@$h7ulTl?~q!Qv(0 zjWdbSWLM7aPMl00P95FgGj)42_Rg%mGi~q8)ir@TtMTSsjY(5d$~JXpTs>J=PukV< z2UY${8Kxu4bflS%oU`_=t8ZRS#@~49`b(fsv1tSB0U#viukc|nEz>w(gy%_HF;JHc zu#b>wp1a5gHG2XoS`M-L{{Xv&&;m}Hl+#xTDoWy=Rl3yjSB;PYYgV3B6Qne2UNuKW zkfJY7z7*4NXtsaNd)+Y zy((8#-@p>zU|m&88&_;qJ%UwK=oK}Alg-_l=8AIyILS0`YNrInIzTNdP5{6IFw4LE zK_1|L%K->@8bxed2mtntjurk0-pgIY_}NGt*1|cS?Zzq4-N$yr#OTK0s2e9jw{RYK zy>$YfBnUXb0*hcbf-VI65OgExL9hn_4xiA8z>8o%f?foD0A%ZhKse5i2|`RD?nQA( zPXWnmFFGLM1uQU!1!%INwwCO}jmq}hNH)j9GsuaKO7I~d>ssX=R|&L;uYv{^eHA2@ zppb}R3;3!w%3hm1`Q~GZ$H2*C>$(!7xt8{9%fZAGx%%d8eRpC^eFIkGPV#TQkaz)D zQ;!xn`v_-hiZJ4<8edyMTvr9x{G0xS|G!rJrMoTNKALflW!+dxhuo4S%ytBY=ym&u%NHhUJs`p-fYO!?aSD^ zv-a+^y}MwseOg4YKjZ4nx_Z;DUNs`fI@t`fJIm}&GrOx=tyeee)eCr@EZ`ysIK~6B z-da2oiNY??@0YE9KOBa|!-(7c{ukqcaDf767+fp}*#-#7WE!s|gvU_UD1ws+rV*S& zKm(8s5c&zvVG`GB;Sz!{f)fZHM}P-1q%s8H(kVuXpIU=%#J{}WVPx_Y0+u>-G*7Wc zYY}XW5d7w0^13@(q?BNzI-Sw8u@}6C(NhUbI%CU59p<)F0+Y)K1OVwhL*#w8le|9d zBCkr&$rz92sd7;7Hg;?*Y>Mwh@)V$V4CGY_2B@Qt<{Db^mO&#pE&%sj%^P*8n!FJ+ zOq8oB-E=7HJe)UUnt?5{!fK_gHF=v_h?G>ooDP(2Hs9R)F6@p`@1aVSm|M(Kh5}7u zxu>_kzt_6LuB=#B`g;KsF)c}0W(ACl1l+e{q25BF3alb2o5+d5P+5sb%gR=ks3j%* zqtoY4OpKA8VjNe@(n~-q-ufw*e}EQm?7k&`C#K>Bo>ex@Jb8Zj+}O9PTmQ?g_2kz2 zuea8J_5;9cuYyIx`mg_Fa#o@W|j50_#vCFFtmB60TngR`4+e&=|X$?`@s8+X5 z6dGwH zUX*a*nK*s~Q&H#g7HBCADXXb$J3W1F+&4WnJ3Il$l^|_v{jUk@?XC5{`4$V@X@cx9 z5!UYzp&xFoe*k84ZuHg!P7VAS zY2fQysav4(dv<85)Uy;+;;~m@3{zxoytlP}17`T!FjL-!AE28gAIA0<-;%!*(_fIn zx3<=Q3eHTKLuKmT)zra<6GYu#6*_hO=ZdV8Gk*$Pt@dv&>o%&Njlf(whX zrjR8@O%fKFnH)ZM29BSnFd&KGDW4y|of%OMi~u#B4MgEMLr0F76%zS!21&E{@eLsK zEPoBZs)0`#f^hN*J3CyY1U&8);s~xFxQgH!0^A%4%Lx7$0bZ#Hs|a2~@FN6k2wq0; z3W8S=yoTUU04%pWI~NOc>_vg+qtC-pB)N`|;6z`PjU*FmCrV53X^<%h$GW@#8Rko{ zD-F#reWeExa1?6duPp|moNQhUa2y?Ro234B#6O{aOVa_77rHjU=fc#P1PnLzOF2zskv{kp>P0-a2wVKz8eYJDyIuMUHUb10`@57BHO-)$hKV@hg6YmD6$Qd*Cl7R%lyvmsc(YrD72>@ zMb_)rY%ogOYT3{XjVv%WAY+4m%?@L;jqy85^ibcigFHpEfj&oL0iYO5c~5$%y2hk7 zICaQar(d%ss*KHdX8iB&M-Nq7pEQtuROdh~T4ycP7Qh;l*js6wEM>GOF68LO4Relm zCHLiMOX7hX?MRvk$k&)zu!6RHBV}}AUgHLUrj4dTiH78ryv@`BES|iZqV0+0&kQXY zL(4t-K)U>wqx;h3zk76By8M@;*>w3YSIz+ZIogvh|J`#mBra~urX71Sjy+k&p0!hX zy1vGgr&O>umhXdRzCQWNWU?#Sm2N(C_rbJ#B;y{*x<@{JdTla8U&zuI(lqpg4Y^*P zerOIMm8%N%rOikt~t8pIz2`1-iNE&m^ZJT3vEuVJg z4fO z=}I$Qz_~rIzBPGjV`Q^AQ@=l3zdvDwkBJ&RNiN;mx7h;#es{*xjmI;M$Fq&_LD6+v mj&Xj@bbQ8iY{WImC|qfEvO7b2vL$_+hYwyLX=ot}$bSO=kF}lv literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..992900779a536271a134fcd48aa7e6c551cb1450 GIT binary patch literal 6458 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 D%IoK7 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..c0455d9f6185fc48a73b40554948e8be5db60424 GIT binary patch literal 10663 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 E0@Jw`=>Px# literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/console.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/console.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..7a64693068f0096fc5cf0a62654cee9f3e95c966 GIT binary patch literal 123179 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 NwktOsN0> literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..e004b7d28c578ecae27d5df9a87aad7efe27f74f GIT binary patch literal 2484 zcmah~O>7fK6rTO{`X@gGu-hcGo5BI7txZaWsuWd1kR~lkKqP9_Ri)L&GqE?_A2YiK zLJdkKROP^-s*rMxs)~Z(K&4jVz=3m54vK`eQl&_}l%8CrCr*8{Yj11Mp5 zle*lG_9h`esh;XKyNk=DKU?RK!!c0``}o#_p|emyCAh27-hv6Na6PanG(N7ow-t6BVgp=$K;*2fUToCS4TRm zBC7KsvHA!Jqj_|fo6GZb0AxA{EH4D2N35k?jmI{Fo_C?<>66aFUG8fyX-yE980tbtHw58$2Y{`j=J1g<@#aAD;4n<7HF$PFkAei-4N99T zp%ek)(IiMT4Xh_$GAItiZ|65)XA#G8hL&L+(P|o`IAfoobq;zN@>b_JSf=-o-)Rc4 zbnjE=m&MM@x54vX?0p+{zZZYuno#F9I`>M)A)LG8s0+P&OhHUv3lJUuExT(VKDr;A z@^T1j2xgF}Rk7g{J*pkSHk}{|#o3mjmRQ&4MaptZUt^3lZqQe%m=@OCN%Ytupc+(q zkQoPcox!KK6Ap+CcO%wo%YujJ1N#%6Rn(GEX7J`@BYmhjl)Y7KWX8J3_UPfKqsN|% z9{Y9wgN0wT$GNRj7d9v6w#6{-?B48vxzIsO ziVzzCw=mj3C=)*fa4$4zd-q0v1u*S5UJ6WXdlNq9odnhe%2+dd=xKKRNp}3s`}Zd| zvnRH)C)TEa&yL-4H_CS|KNKGgY-VS+vNLPx=D=`684eSi=V(9d19cY`5bM9NilW}z z$3)hE|7B+o<&*3Va15L1dXUm}xLax#TW56rV$HDHmV~Zjw*)1~@*D_o`%+e8RAuZ4 zu)8RNoz*Js>o9hOdOrhOjh_}TNlFVb*3U~LEd;D__;@%!oOwL|Xf{&Ke;&>+G9@8> z%r$drO9&Tle;6&clew0}G%d7;56RL<=)q>@0P}V-+mc{zp;xfzH0&UA`MyB*SE{B{ z4o^=-PzH(R=r5nLOD#yW0S@b^3y|<0WJw6Ii1ISd#IQwJuAVC=qm+L{3m~#4@O}W+ z5;%@)qVdMd#x@#j^o}M{8@*#&7;GVqJI6J}xyJvEmOR2iF7~qTGJiAeKQA$bXZRQ1 Cx>0=q literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..d9b5aafcbc47d78f05e2617633a3a0cfeaade912 GIT binary patch literal 10825 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..0ac4408c78de0a70394a2ac89b6c2f715b065777 GIT binary patch literal 4817 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..409a41baa42e28f1e60d9b13061895c34034678f GIT binary patch literal 2348 zcmb7EL2uhO7^P&Tu^lH((`~K0CQ#d?OMopxyHkf@K(Q9RtlqHPd=X@cP1MSwLdsbk z>@XC&?B-kd3pNz{Gd>Qv?hmBMPCe~=q}*+ieGpAOQ+$u))5nkeeRZ|XsC?Id!e7~p z{e_oVSt=SAw#C?MX0slIA+ZtyZ{Y&8-o4xxzIyw@%!Z3fGD@4%pt+aQ4CYrY8E1VfVtqTZ`i;mYb>pn_wMdmn_+u%BJl%Sjx*RPxPTkNjuE@9y@>rz%y*JKT z)A!S0$bJ8;?fXL!jS{pwzJELll7dg78IfNTahj^ZXN@MnZZr4v#$T zSM6tGiM`f<&%XGG;HUS$Kb_s_tV*Pl7S;?_`ye0BLUr}Op;G8q`#tGk<`zJ&v4Ymx z43Mj;Y-@As6x9rYx~8plZR=p1=D|y|k2iFW`$M4IK@cTl_nDBxAkTTUz~eeR0^q&k zaeL|%)p&%krpM0HSgANY)W%NNdcsws@W|DHTi^*fD*>zXJYAnUMKzuvtm)~piCa#o zWx{sNgiWExjTIe&lOTx~#q0z416-Ns@7B~Qs__S5O@A9bk$+E_PRDOBOS|s3gXcWV z;Vu=qE8o)#f{1jJfDh-Hyfbx*YD_{{)8xw2K)x7dCV(HCml}z89sU5_dH!~$PEn0N z2y6OleG{L|ZZ~a`VwMDS65L$4;M^!ySrUvF1n>q70yfd;0QAvDS4}G`J@GKf4?@X# zdb&wXSLwD(7a-R$ll*uT%Y~=(CRPXBqNj37Kbbm3H4Y){?X}NZk6(s7!v$_`NPQpa z1Fuh*PGg-WdN1_%>V^J)jlFArX>R+k)f`iy>nKD$%D7({rg|4 zX<1uPmSNI`atq3WBIOR0WtjX3ixybWbRk#ZZ# uGW>cI%55kMij;SuEW_keDDOg9P^6q6r4E#(DD7g-GMG7cF=v_5oBj`o{O1e+ literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..59ddf5d151bfb32332ca7c0b912ef2f4933cdfed GIT binary patch literal 3796 zcmahMTWlN0ara&%MN*_BT9zd%zJzk5a~(3WoEipP6^`kshEm0-1uG_6Txs4>K9@W) zd#Bh^C_o6@RtEeb7!D+-E!u{zN84w6@fB^&jN&aZa1q6R}c8_lv z=<+l(yED5xGrKdh`Z^fwL(ncJ=k$vbLjR$iW)mC4t_{RC(vXI;C`mDw#W^m?<@h9@ z6OuwsOo|w3ye4F&oG0mFw3zkgd`TZhI!`3vN!h-fKk3JaLvu*;+(MdHN7n<*%^vay zJ%T^CC4(BigcRS8w7Z}P4tL=LC%Aa!;(7JlFV3Hvzpyap@Mq0cM|j_`>>n{mDcJF! zH7z5dr}LUlperouH*LV4b9vLsXZ5tZwhO^n)^#2QL+8cy;WM@`WMT|Cqf zLP!%eDIK_n%K?FaGLj)@DQXQwPqx}nok!&(w7mmKA6|1`B~o&{Q&d>TE7+q z9MmK*HRSl-GqU9OUQY^_=`%hvKMwj!rYO(wc#5It>M z@(p6xx+U9rn2>f&jX9nMMd0Jc#P7m*5-+ln0Y zsCQXgM$n`3tl6F>g;2NYASE<;8oGqO#S4n)45=*xRkfj=6Yd;jN)C38TwTdzbV9ta znlsYLNWn>~TH~mBN3is4h6F*3^aHS{L9#5rG~(CtIX%8?WV5;zPvp}pIo-6acwyDP zmN(wc$}f{#x`Xpy1Qjl>4~{ zxlN(!9V@eM7lcu|<$CB)njKUa2skKo9kAQr{@}HNIo+12I)<*XixX2Y83F-7!+Jc83k1bE{Xx4`J4$*33(Y48R11b3Dtsow9A>D$g6!Y8ii>I*GMEp+9royif6MbiK9GI=770`64D-5to`tt2vor zt!MtPLHl)KU0laSkxUo)Qb(M&Cu)3&M%BJn>{+cStbt6oh8Pt&r~>Hs+|Q6XT;yK8 zLs96RWpYLQSS#{G0}Fl4t=FZZ^bXu^`#^I9yw{_}t99K(8LSDnyhT3IlYzQ-UiTEG zlE1xrn<{#`C82V$U-!vkWcs6M8d<^(?k0Z)-M|=K0gXZDc7=e<*}WD7rMR&62FuP< zkh94$OFnXL#j@qAx@_6xxNPQa`6cdixYt6=5GBoh5^8ogKKtDk6)e)x*GEkd+cPmkiOnx7k`7Sc^ zI8lk5u0~GR`6jaDnX~uung0(Q)XIscyONMTU;&Z=LyLZN3emUDVSy>RV6g& z9bX|uY{NG4rX!^a1<2fva6NCBWDvN7-akhy5W}<`KC7FG*G)7s9hcm~M`Cce7Cx{YxEt8{)fY>jFO@FeS0AX~*p=~_ zO88_oe6k!qS&NMBOw-@ig{=$E!o%CayTKi;5{_2G(Q-Hn^XnlL8e*H(!zeINN0RSN zs9pEW&AHmZNF52mHyL<(XnaSzKl)(wizA;OX&+vjs=YVQ&iOgL3@<1EYLrr=gIf}m zm4Okqd!`aTS`8m9hmY2M&BfUc&*@$-S{t^v?xFVf_IgHG_rHB8JhXN4_UfJ0vUkLy zh4G*7oD~ux|3nlLKF^Z?2G~_`X$Y`V@CP8^0gOw4_qWcf)|~<%1!FP_{8rH@(e?JV z-qZmJwxd!uQ!Nc(gf{xJF2?I3GTmJ^I(fZYd`LZxy7X&!jP(#e zoyQp0kZ*(iYA9a*f8R4SUhe*CXt><{J>$dRCH#6#kjvd)UHS!~g&Q literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..b36eca89105d0cb75d3e64118b4396c064c719c3 GIT binary patch literal 3320 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/json.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/json.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..4de1f29ad1c35b2cc43299d08324a905dcaae356 GIT binary patch literal 6700 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..15c1630b1b032b2c80e7f3b59705f96594c18b19 GIT binary patch literal 6423 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 nSl~yC{HVf@uJO)qJ@?J$auWrv1lP$ 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..662a14b78619bddf6cc6a736f03a61fdc4568eba GIT binary patch literal 5164 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 B2{Zrz literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..9c0b0d2b17a801e54d31f4b82642208bcb279e79 GIT binary patch literal 7290 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 F{snNs2mt^9 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..79e5272661396846d417a6c5699d4fe6b0c05b67 GIT binary patch literal 7506 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..c79b39de86245b517d720ea5ff41ca3c838adcaf GIT binary patch literal 2264 zcmZ`(%}*Og6rcU{`U6b!L7Fr~OHczo)UK&|iK0q@sN7Jbw1@bR)!H+GRrbS~Swf9+ z;J|@KmBI~ePkp@ zpgpWDuzMOI|KjANnZ3brSs`SbP(l@-1WHW_)S9Z`T=lg;ujvX=$pWF;2BA7r_Q1|Q z{L@x5P)F5Cj$8x)c z{&ZkK^M4lh;I#YjPuurIA)q~SG9T>0a(3AA@Lo8_2>$lqg!}T8xErO9$P}p(p|7gH zXphONqL9ZRPgiiYH2MKmOKPIspPNrc-MWam+lT`eFGsYbfH-V5Q01fDg>hnX7O(JdvC$6+Tw=noXvbJ}D7FGN)wTMgj+5jZ2Yj#iI4(HO z^A*?ctz;aBMh(Z|I_ya_h@Tf>#PbMa2%`v@6Tp&-9|2NVh#h^htxvu;E_YSKDD2F4 z33R&;WOoWj8ZobIJdrx5($oc7A0ieW2HOS10$S-*V+PPl-_U_ba!zq>!aPF_AVDU{ zKWd4X1u4Cze-=#G@iI%P0Gtr93nij<6iTs>%4Jzgo(0E4G((C>nql1AB<|l+0+buR zeY*o|pxkRO&uAe{7Zan|g4DxxgX(xeGvYB+$B4W0!!{Y6~i!<+vGk;t=C{_=P)wWfYsUE&R{lLD3-P`0P*@gamJ9~V1 zGSZti33*NP2Q=&Dc11v1>n&RbS6(bB{3cjD7m#Gx+Sp(;$mDCFD{cU+llNBPb^cX; zYvI7Ud1&2ipL{ZolEuG3vzHJqBVZQzRRpAH>hvNeqX&+F`^6Ig$Nj!$d` zo*ohT>?atTB5uJmvRE2TG`HU1SgrJ$nsKY?g-dCq@@mScWJZt(+y;bjf+xoIgV8$J3=R zEd>&G9=5(dLg~lTrE#JcHrL*1*W23ljy}^K{yMtd9{%2sUfo>!)%(p`U+84VUQfK5 z*rA&f2id8^>=f2-MncCbz8-lsvK4NH2jh1R$L}0i(}&h{+nR=$dpc6_2)BIf?>n_{ k(dg5sPZx;?WO<_BfItMY_OFRsbC&kj(&q}9w?zf;KLc9!DF6Tf literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..629d8c250ae35012400e502c6b0da39e3581a2d4 GIT binary patch literal 5997 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..365ed08caeb0dd692aba5021d9e5b445141049a7 GIT binary patch literal 12753 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..539a6ff32e9afb951183cead160e900ebf5c40d1 GIT binary patch literal 44846 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 u+`7)!~0slWE|I79O literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..8aef247a4038ddd645321b573a82d55d207486b6 GIT binary patch literal 82725 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 V4t%xA_m@rnueLP*WyAyczX1mkEU*9o literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..0d228dc54213d8fbfc39ba146844099cdbf99a8b GIT binary patch literal 11031 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 J0V^U5@_(NDf`tG8 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..c23f320863fcff675175808c27ecbaac9668d50d GIT binary patch literal 16397 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..831d38ca875edbb2777b609441db95c662d717b9 GIT binary patch literal 2115 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

n+=n(w-Y%Z@mjv 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 Vi|*i=gXD{Yo-^b07e^_8{|5_1)(-#x literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..287d4f08a0f356cff023a0ba14a85ddde55b3a82 GIT binary patch literal 4370 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

GcByw`!++ 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� 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..919a5d2f2289f9244a1507fb4e76cd9c5d766373 GIT binary patch literal 2458 zcmah~&2JM&6rc5e`1>Pqzz`x~%BN{#3knjY6(vBLR;4B)T)LN);~5geu5D)5RE~_A zN*sLPK-Ee?T*{%MAX=%19{4jHWU1Cll_K>-Pp;BlIQ6|*$Id2IJKlZ!-kX`XZ-2k{ z#y`a45dvdgpJRV0g#3=i)=&q^W*3w-LJ5^jVoACr5gMSf8L(ts7P?|8ma3~lS53_d z>OqMxiN|1_W`?Y=9=0NS#ER-sE2hUJ5+HMg2JaIZdKw_)1>D}y<19hLw}s8~@WzOl zv{HHsA`==l$Ei6Ee+K0g3~nFjb@$Y6gPOeR<&y;a}xvQ zTHUFD%Z*)URm%8vW;aa7O?Xym(c4(|a`vP)Fg7oNvPKxuB}()Fm2{b=Xz0G8D`7JF z(J`6;pGw0tLZdWBHKyIvXcBxu8eAZ`aaR)=(v_cP>UFc3EoE)YIP26vH?TX|^ zMla`4z`|8UU>-zW0=vN)J}H-G9>!LB%Lx?U>ZE-k_CdZk`4?gH#JUf`ATazT6*&DWc5$S^9^ienfn zNdX?sZ#mMCh&=&fmGmZ$w3P?R-kwQ#MB4D%1V3?uWv}#jNLV$m@OT(3j*aa@3i{ha z>MI8(w0L;jxcQA^X@(9#hybZnT7D<*mtS9P#2A6#Gz!O=I3BMh)9*UfT_AX*LD{ zreSb|*-aS+l4A@&1xhkQO8gV}7JClFD(P!vY~Qb`L$6YYo*eo9%rM-DVL;n8Ow?nBai>u-2Qxv#ptUmaw+A<3V&bDY9tzKi$U=M_ zkK+^yOve5O#OmVZD-i;$-7>t(Wi8J};zFP%1cViPZU0m6@)(%uKVk60B9Ti)Mor za}%!SH0zb>62~HNg9D~K{)2p^uG1Et{n$`8)3Jaz)lp?mL6 zcfO8!@sl{IdirsE8CJJ||4rxvkH8E3H2AQn?KsH3EJ;$2WIO(A!*9ZDk4$y^*KW^- zoaz%vx+e9MV(0&^zLt@Yj(?Yb3jbf*XU`BN)?Rrf@9)U_d&;qn|LQ64bo|#wY`p!^ v!?O?1KFWN3;oA#O-dm4NcVpA5vppreI@><_)z$k~SH-U%CCVg36>$9nP6$r& literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..8a12454a5697eb6adcbb6f2f0ebf4bfe767496ee GIT binary patch literal 42552 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..3379b3c02b59585f971fb4a40fa31475cdac04e4 GIT binary patch literal 3724 zcma)8TWlOx89uYKH}85kn`Gl$jGIXcO*VCQn+8xD$i>7aw(3h%yJ@wd3~SG^z0K~< z_UvqkBZCYIkRm9CmzbL<5lUnFLWOt$A%qYhka%!}L1rYRNabb30~;lPRD|IF&Y8U! z7s%|)H{bcr|NrMdw>kTIA`xSBozI`+M-q&^g+lX+_~d?%#@G#JF-t44vX z=XH%)0ZT6h%b|Qo@?a@kj^ra6<2sMxH>>Y$Mq~M|06WL5&^2a-Zv_~8gC2F|V*$ov zR>X?VF{|sQMi{%P-3pQoJ-$s`+QhAHs!d3nb8E#gr(L=1@6uzCgs`Gpch6<9^}(1tK>XXL-$H`GBS6^)4D0OXoo=NKc4|c(6UL zR+xu3D;;$aD=-_gqSr!sVw7*pO-yl7E>en9^SsOpZ&HQ>#thOk94JP;#x3LH^Som4 zD^*)K#mXGjS88^N~8l5rR_a`BxqK`H}AiK-2I)_BVB9Vk;? zsTG|C6|mNhI4z2E^UnW@*l*bW%>PGh-&JZaO#Fy;8T zsdi74BBC&i7ie0PP|JkeV2zh%1$K+*2GDnli6lV{y~KzbZtmvg1!v|n{Rd+b<_76Ct6rS)8xBkyXlnlmr+ zie-zOD9+619DfIya>Hb+3vSdji_Us zqkVrg`a24}2VZ;t?F(y1Pk!(6okvgI={>#Pdm3hY*5rMkA~3O?AQMHSl|q@DrW-R& z>QTJ}-ffyM*9#@TCSsbFJwtNbJS#sz_$mp^zQDAI-2|&l>;dlq;5d-bMWpsQf~D54 z5r~GO4F-6G<&HPvU7<5tg8}cR_cuba7-qYSMnuvm+rDf0;(F>pqf3@!Z2R7o^vb36 zy+_tlkNfW3ES78}WW9`};%!BhBhp*dy?-G~qY10Jz^ZIRCMph)kkP%R&AM-Ru&HKr zA$h0J4h6MoAyr>!ap_F0{1ovXZ9*p6bb`Haqq3Er0J4zWfQ2te-YK-Kr8Bv-Dw{$( zhOFApWT)k>csFqYp#1&-{+=dex=7lG(qm0n)x8Jci07FEB&>kn1^7|^34Q~BcF5wJ z;G94uc1Wo&K)nO_GXXXAbMRjPexQVD@Q(sUAw&c`#Sw5_^h5t0paAt4K-RyP7)ARV zgfj%*UzC8;PJE~dl-3VX`D4J32xMb`w~bz&0OX_~ zo&v}B**h);4?EN=1KyH?c#&RezUHLhWg*Bhvy_Dt45)(yG%#ntpCRxj2{14sj1o4! zhcTv1ehZG#^zgMJ0n_5$BoL1)!G-W$2ymttm_&hy-tWQYrRw3!?R^>W5&^Y-75q~K z0!&;Xkc07e=oLtdkaTYZ!Wsn30W}~8=4VhZDd7V6>wrH=!7I{B^<5>Y2IkkWSe6zt zdGA{g-jsrup_jniNLba?g#QW_zk~%gi5#nONY6piz2DGFyb2*N1r_!-)GsLElc@YY z0E1309|Qk9fxr@@-XKGPJtjUY1#g~S-fIxP0(gah%w)4)C+>X}0xcV1p!67lC_z%6 z5bx6vhLs>&zXkyVN*0(&@eKmcQ-T5BPaqbg;9-mf+G&2MvfvU>HJ(YiVP~OA{{lOX zjS$ti33+Inj`~-t&h$uC{jpUCw@!blL?7bC;LtNT^x=W$MyJfFp=ZZN#s@~tso|lq zAvZEMF+TCkz=)e192pxM8Z?{b?(vax!&BzO^P?k^!)|Kw!Z~y3h4T~7QUo}PM-Uo2 zL!Mo4M?a`e!Bb+DG>x9xO~Qt*Y1#%my!PMkyX?@~=6i#^Yi;v=H@S29?8?rSndPzd zxN{?zXau@KVH|Qkq+1Nyz24pX0uLC$8tZ91 z$>MviAKeJ1$h8rO!KDQ~Q52hSuWxr8e(}Ikr11pXv45GGdnmUZaN7}BN|IZu@A@ZX imZ|^SS_*Edz*09QnLe<5@*!JG!!1pnOQ~DV;lBYFM`7*& literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/text.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/text.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..a4f814ebcc442b3ae7a5b45df5a9ced5be593f3f GIT binary patch literal 65235 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 J1XDSG{|(cdTsHs! literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..6dde4992633d0229f6b5af77448e19c983b41362 GIT binary patch literal 374 zcmZ3^%ge<81OZX*scAs^F^B^L%uvQ>6Ch(cLkdF*V-7n*;N)U?FXoRawBlFFRa;v$f>w^&O+(nTyFHak@FN`}uM(|@JvXXNLm>ZfPs0F~>z zlaj(WaQ`R=jNv*l@=T27M7Igr{umPG>nv-f*#0|6+*Z8UX;E^JJ<3 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..5295d6eb291569707e217e2df763f830f31f12c4 GIT binary patch literal 31688 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 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/python3.11/site-packages/pip/_vendor/rich/_export_format.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_export_format.py new file mode 100755 index 0000000..b79c130 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/rich/_export_format.py @@ -0,0 +1,78 @@ +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/python3.11/site-packages/pip/_vendor/rich/_extension.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_extension.py new file mode 100755 index 0000000..cbd6da9 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/_inspect.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_inspect.py new file mode 100755 index 0000000..30446ce --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/_log_render.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_log_render.py new file mode 100755 index 0000000..fc16c84 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/_loop.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_loop.py new file mode 100755 index 0000000..01c6caf --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/_null_file.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_null_file.py new file mode 100755 index 0000000..49038bf --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/rich/_null_file.py @@ -0,0 +1,83 @@ +from types import TracebackType +from typing import IO, Iterable, Iterator, List, Optional, Type + + +class NullFile(IO[str]): + + # TODO: "mode", "name" and "closed" are only required for Python 3.6. + + @property + def mode(self) -> str: + return "" + + @property + def name(self) -> str: + return "NullFile" + + def closed(self) -> bool: + return False + + 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/python3.11/site-packages/pip/_vendor/rich/_palettes.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_palettes.py new file mode 100755 index 0000000..3c748d3 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/_pick.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_pick.py new file mode 100755 index 0000000..4f6d8b2 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/_ratio.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_ratio.py new file mode 100755 index 0000000..e8a3a67 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/_spinners.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_spinners.py new file mode 100755 index 0000000..d0bb1fe --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/_stack.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_stack.py new file mode 100755 index 0000000..194564e --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/_timer.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_timer.py new file mode 100755 index 0000000..a2ca6be --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/_win32_console.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_win32_console.py new file mode 100755 index 0000000..81b1082 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/_windows.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_windows.py new file mode 100755 index 0000000..10fc0d7 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/_windows_renderer.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_windows_renderer.py new file mode 100755 index 0000000..5ece056 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/_wrap.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/_wrap.py new file mode 100755 index 0000000..c45f193 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/abc.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/abc.py new file mode 100755 index 0000000..e6e498e --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/align.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/align.py new file mode 100755 index 0000000..d5abb59 --- /dev/null +++ b/env/lib/python3.11/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="Algin", + ) + + console.print( + Align.center(panel, vertical="middle", style="on red", height=console.height) + ) diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py new file mode 100755 index 0000000..92ef519 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py @@ -0,0 +1,237 @@ +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.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/python3.11/site-packages/pip/_vendor/rich/bar.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/bar.py new file mode 100755 index 0000000..ed86a55 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/box.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/box.py new file mode 100755 index 0000000..97d2a94 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/cells.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/cells.py new file mode 100755 index 0000000..139b949 --- /dev/null +++ b/env/lib/python3.11/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: + character (str): A single 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/python3.11/site-packages/pip/_vendor/rich/color.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/color.py new file mode 100755 index 0000000..ef2e895 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/rich/color.py @@ -0,0 +1,618 @@ +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 + red, green, blue = self.triplet.normalized + _h, l, s = rgb_to_hls(red, green, blue) + # If saturation is under 10% assume it is grayscale + if s < 0.1: + 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) + + color_number = ( + 16 + 36 * round(red * 5.0) + 6 * round(green * 5.0) + round(blue * 5.0) + ) + 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/python3.11/site-packages/pip/_vendor/rich/color_triplet.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/color_triplet.py new file mode 100755 index 0000000..02cab32 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/columns.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/columns.py new file mode 100755 index 0000000..669a3a7 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/console.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/console.py new file mode 100755 index 0000000..f805f2d --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/rich/console.py @@ -0,0 +1,2612 @@ +import inspect +import io +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 ._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 + else: + # If FORCE_COLOR env var has any value at all, we force terminal. + force_color = self._environ.get("FORCE_COLOR") + if force_color is not None: + self._force_terminal = True + + 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 + + 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: str = "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)) + del text[:] + + 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: + try: + use_legacy_windows_render = ( + self.file.fileno() in _STD_STREAMS_OUTPUT + ) + except (ValueError, io.UnsupportedOperation): + pass + + 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 + write = self.file.write + for line in text.splitlines(True): + try: + write(line) + 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/python3.11/site-packages/pip/_vendor/rich/constrain.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/constrain.py new file mode 100755 index 0000000..65fdf56 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/containers.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/containers.py new file mode 100755 index 0000000..e29cf36 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/control.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/control.py new file mode 100755 index 0000000..88fcb92 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/default_styles.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/default_styles.py new file mode 100755 index 0000000..46e9ea5 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/rich/default_styles.py @@ -0,0 +1,188 @@ +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.emph": Style(italic=True), + "markdown.strong": Style(bold=True), + "markdown.code": Style(bgcolor="black", color="bright_white"), + "markdown.code_block": Style(dim=True, 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"), + "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/python3.11/site-packages/pip/_vendor/rich/diagnose.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/diagnose.py new file mode 100755 index 0000000..ad36183 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/emoji.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/emoji.py new file mode 100755 index 0000000..791f046 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/errors.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/errors.py new file mode 100755 index 0000000..0bcbe53 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/file_proxy.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/file_proxy.py new file mode 100755 index 0000000..cc69f22 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_vendor/rich/file_proxy.py @@ -0,0 +1,54 @@ +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) + del buffer[:] + 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[:] diff --git a/env/lib/python3.11/site-packages/pip/_vendor/rich/filesize.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/filesize.py new file mode 100755 index 0000000..99f118e --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_vendor/rich/highlighter.py b/env/lib/python3.11/site-packages/pip/_vendor/rich/highlighter.py new file mode 100755 index 0000000..82293df --- /dev/null +++ b/env/lib/python3.11/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

y$1M1=G!293jq*|satyK@&17Nq zMd{`gxVK(VirMApN-T3-67`^Q2QUh#C4DRdnm+}b0MU4P7eEg{`pHP(BVt0P*IvV6^b*}n-eggk-v|}GGY={wC-p5{K~zdA{?bq8l2x0cE_nxia$BjkwjC@4I|{pdiZ*K-v;hE>*=ApV?JGC&cWS=9g|@yz`#xy)W3wNd z{r2^#A`tH?1<1C1@R)|@|@Hx$&L!Q>2o z-9I=76bD>(AS+dv+X8I);w^`I1CM!=_0txzW;JU%R^L^d;n_K_ zBi3zB7?Brjc%YzdJ0M5HnMHvkwXVrpovU%n_9x81vQ{TvKod1i>3G4st&mP)adt+YLi(SAmdJTzqw9tK@CuEZS+=?XhmTY5nNJ8_&I?r z+FLw~Gxggvmq-O!>_9Z2r z$u84nym2L#GVn!5HYGzK8>31RHaO5hqPMWsu^girn2_$8ycw66CrvS6g~zP;WxBtr zR?*4V{iP@bd_qjH$jI7NMcRsrc)Kp8@8fvzmwyicyfQy&9n1&AS}^=&@XVv&nO}kX zG^GWnz<2Usplb^hoc;}ak@wk7ZiS9)H3|1dwS(ho)2V#ZDXr<$R%ovlI`C!a@T1V- zeCVhaI$G%1uXPM>?b)yG8Qy9bdeHW8AM9NUxOXY|i!Mip`zZnN9KnXa*g(7;CH*}6 z?yTAwe&El0&uHE=YWXZ$iMJn6zJB6?OqRuVvI@4G{`dXw`qj4A^3F?|^OEYkgjL>m zy=w5lgUcJ#q!4WMzMX~Tr4~r03+<`0?2H7w^Gzq6AC5Fpk z1h1VtH-^yzp}51K_ts&+Cp0NJTp#*im{VG~%19YWS-f=yVcP z8r!Kjk2o#}FJ_pRW+ZP=4>0G;_)=jX-l9XM^YfrJ40p}WK2MMh#ewb+ljgc?&Nt3+ zBguW5q6I~RFCPR}gtQXJ6-Z#6{R*T(EuRJAUuVAp@vO67O-%*Ag5zFizXI8-n$H3m zR{z-fn7pi-&jLB1n$MkT`c+~&ACpnld=|*KYCa2OOf{bca#A&)1v06c&jJ}y&1Zpx zRr6W2SUC&i5dSD}67DTdC2zjyERZ49d_MLH>n?B$-JKh4nycgP@w}^7bM>yt>3W_i>GJ_a*)N_4xVD&a|Ey#Vez~ZGBAf7 z-0{2dB7w`M$S(DuCB*G3_}YqAymlY>1TvaXdTjG;#NWAEv_ZK@%;5MQuHiA58yj5V z*_%7HrkfR$-`_ZBY>%Fi~vXRzoT}2<>5;K_K d+PRaP-zpNgJZ%3ZxZY6s-DP%pAz*Iw{{pfeh2sDK literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..cc1d1606a0fd6f278c44a4045bb8d7878f9dde3b GIT binary patch literal 16011 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%0D+_=~~sd@ldyE~Ja5W=I!J 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/build_env.py b/env/lib/python3.11/site-packages/pip/_internal/build_env.py new file mode 100755 index 0000000..4f704a3 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/build_env.py @@ -0,0 +1,311 @@ +"""Build Environment used for isolation during sdist building +""" + +import logging +import os +import pathlib +import site +import sys +import textwrap +from collections import OrderedDict +from types import TracebackType +from typing import TYPE_CHECKING, Iterable, List, Optional, Set, Tuple, Type, Union + +from pip._vendor.certifi import where +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.version import Version + +from pip import __file__ as pip_location +from pip._internal.cli.spinners import open_spinner +from pip._internal.locations import get_platlib, get_purelib, get_scheme +from pip._internal.metadata import get_default_environment, get_environment +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + +logger = logging.getLogger(__name__) + + +def _dedup(a: str, b: str) -> Union[Tuple[str], Tuple[str, str]]: + return (a, b) if a != b else (a,) + + +class _Prefix: + def __init__(self, path: str) -> None: + self.path = path + self.setup = False + scheme = get_scheme("", prefix=path) + self.bin_dir = scheme.scripts + self.lib_dirs = _dedup(scheme.purelib, scheme.platlib) + + +def get_runnable_pip() -> str: + """Get a file to pass to a Python executable, to run the currently-running pip. + + This is used to run a pip subprocess, for installing requirements into the build + environment. + """ + source = pathlib.Path(pip_location).resolve().parent + + if not source.is_dir(): + # This would happen if someone is using pip from inside a zip file. In that + # case, we can use that directly. + return str(source) + + return os.fsdecode(source / "__pip-runner__.py") + + +def _get_system_sitepackages() -> Set[str]: + """Get system site packages + + Usually from site.getsitepackages, + but fallback on `get_purelib()/get_platlib()` if unavailable + (e.g. in a virtualenv created by virtualenv<20) + + Returns normalized set of strings. + """ + if hasattr(site, "getsitepackages"): + system_sites = site.getsitepackages() + else: + # virtualenv < 20 overwrites site.py without getsitepackages + # fallback on get_purelib/get_platlib. + # this is known to miss things, but shouldn't in the cases + # where getsitepackages() has been removed (inside a virtualenv) + system_sites = [get_purelib(), get_platlib()] + return {os.path.normcase(path) for path in system_sites} + + +class BuildEnvironment: + """Creates and manages an isolated environment to install build deps""" + + def __init__(self) -> None: + temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True) + + self._prefixes = OrderedDict( + (name, _Prefix(os.path.join(temp_dir.path, name))) + for name in ("normal", "overlay") + ) + + self._bin_dirs: List[str] = [] + self._lib_dirs: List[str] = [] + for prefix in reversed(list(self._prefixes.values())): + self._bin_dirs.append(prefix.bin_dir) + self._lib_dirs.extend(prefix.lib_dirs) + + # Customize site to: + # - ensure .pth files are honored + # - prevent access to system site packages + system_sites = _get_system_sitepackages() + + self._site_dir = os.path.join(temp_dir.path, "site") + if not os.path.exists(self._site_dir): + os.mkdir(self._site_dir) + with open( + os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8" + ) as fp: + fp.write( + textwrap.dedent( + """ + import os, site, sys + + # First, drop system-sites related paths. + original_sys_path = sys.path[:] + known_paths = set() + for path in {system_sites!r}: + site.addsitedir(path, known_paths=known_paths) + system_paths = set( + os.path.normcase(path) + for path in sys.path[len(original_sys_path):] + ) + original_sys_path = [ + path for path in original_sys_path + if os.path.normcase(path) not in system_paths + ] + sys.path = original_sys_path + + # Second, add lib directories. + # ensuring .pth file are processed. + for path in {lib_dirs!r}: + assert not path in sys.path + site.addsitedir(path) + """ + ).format(system_sites=system_sites, lib_dirs=self._lib_dirs) + ) + + def __enter__(self) -> None: + self._save_env = { + name: os.environ.get(name, None) + for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH") + } + + path = self._bin_dirs[:] + old_path = self._save_env["PATH"] + if old_path: + path.extend(old_path.split(os.pathsep)) + + pythonpath = [self._site_dir] + + os.environ.update( + { + "PATH": os.pathsep.join(path), + "PYTHONNOUSERSITE": "1", + "PYTHONPATH": os.pathsep.join(pythonpath), + } + ) + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + for varname, old_value in self._save_env.items(): + if old_value is None: + os.environ.pop(varname, None) + else: + os.environ[varname] = old_value + + def check_requirements( + self, reqs: Iterable[str] + ) -> Tuple[Set[Tuple[str, str]], Set[str]]: + """Return 2 sets: + - conflicting requirements: set of (installed, wanted) reqs tuples + - missing requirements: set of reqs + """ + missing = set() + conflicting = set() + if reqs: + env = ( + get_environment(self._lib_dirs) + if hasattr(self, "_lib_dirs") + else get_default_environment() + ) + for req_str in reqs: + req = Requirement(req_str) + # We're explicitly evaluating with an empty extra value, since build + # environments are not provided any mechanism to select specific extras. + if req.marker is not None and not req.marker.evaluate({"extra": ""}): + continue + dist = env.get_distribution(req.name) + if not dist: + missing.add(req_str) + continue + if isinstance(dist.version, Version): + installed_req_str = f"{req.name}=={dist.version}" + else: + installed_req_str = f"{req.name}==={dist.version}" + if not req.specifier.contains(dist.version, prereleases=True): + conflicting.add((installed_req_str, req_str)) + # FIXME: Consider direct URL? + return conflicting, missing + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + prefix = self._prefixes[prefix_as_string] + assert not prefix.setup + prefix.setup = True + if not requirements: + return + self._install_requirements( + get_runnable_pip(), + finder, + requirements, + prefix, + kind=kind, + ) + + @staticmethod + def _install_requirements( + pip_runnable: str, + finder: "PackageFinder", + requirements: Iterable[str], + prefix: _Prefix, + *, + kind: str, + ) -> None: + args: List[str] = [ + sys.executable, + pip_runnable, + "install", + "--ignore-installed", + "--no-user", + "--prefix", + prefix.path, + "--no-warn-script-location", + ] + if logger.getEffectiveLevel() <= logging.DEBUG: + args.append("-v") + for format_control in ("no_binary", "only_binary"): + formats = getattr(finder.format_control, format_control) + args.extend( + ( + "--" + format_control.replace("_", "-"), + ",".join(sorted(formats or {":none:"})), + ) + ) + + index_urls = finder.index_urls + if index_urls: + args.extend(["-i", index_urls[0]]) + for extra_index in index_urls[1:]: + args.extend(["--extra-index-url", extra_index]) + else: + args.append("--no-index") + for link in finder.find_links: + args.extend(["--find-links", link]) + + for host in finder.trusted_hosts: + args.extend(["--trusted-host", host]) + if finder.allow_all_prereleases: + args.append("--pre") + if finder.prefer_binary: + args.append("--prefer-binary") + args.append("--") + args.extend(requirements) + extra_environ = {"_PIP_STANDALONE_CERT": where()} + with open_spinner(f"Installing {kind}") as spinner: + call_subprocess( + args, + command_desc=f"pip subprocess to install {kind}", + spinner=spinner, + extra_environ=extra_environ, + ) + + +class NoOpBuildEnvironment(BuildEnvironment): + """A no-op drop-in replacement for BuildEnvironment""" + + def __init__(self) -> None: + pass + + def __enter__(self) -> None: + pass + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + pass + + def cleanup(self) -> None: + pass + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + raise NotImplementedError() diff --git a/env/lib/python3.11/site-packages/pip/_internal/cache.py b/env/lib/python3.11/site-packages/pip/_internal/cache.py new file mode 100755 index 0000000..c53b7f0 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/cache.py @@ -0,0 +1,293 @@ +"""Cache Management +""" + +import hashlib +import json +import logging +import os +from pathlib import Path +from typing import Any, Dict, List, Optional, Set + +from pip._vendor.packaging.tags import Tag, interpreter_name, interpreter_version +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InvalidWheelFilename +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.format_control import FormatControl +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + +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. + :param format_control: An object of FormatControl class to limit + binaries being read from the cache. + :param allowed_formats: which formats of files the cache should store. + ('binary' and 'source' are the only allowed values) + """ + + def __init__( + self, cache_dir: str, format_control: FormatControl, allowed_formats: Set[str] + ) -> None: + super().__init__() + assert not cache_dir or os.path.isabs(cache_dir) + self.cache_dir = cache_dir or None + self.format_control = format_control + self.allowed_formats = allowed_formats + + _valid_formats = {"source", "binary"} + assert self.allowed_formats.union(_valid_formats) == _valid_formats + + def _get_cache_path_parts(self, link: Link) -> List[str]: + """Get parts of part that must be os.path.joined with cache_dir""" + + # We want to generate an url to use as our cache key, we don't want to + # just re-use the URL because it might have other items in the fragment + # and we don't care about those. + key_parts = {"url": link.url_without_fragment} + if link.hash_name is not None and link.hash is not None: + key_parts[link.hash_name] = link.hash + if link.subdirectory_fragment: + key_parts["subdirectory"] = link.subdirectory_fragment + + # Include interpreter name, major and minor version in cache key + # to cope with ill-behaved sdists that build a different wheel + # depending on the python version their setup.py is being run on, + # and don't encode the difference in compatibility tags. + # https://github.com/pypa/pip/issues/7296 + key_parts["interpreter_name"] = interpreter_name() + key_parts["interpreter_version"] = interpreter_version() + + # Encode our key url with sha224, we'll use this because it has similar + # security properties to sha256, but with a shorter total output (and + # thus less secure). However the differences don't make a lot of + # difference for our use case here. + hashed = _hash_dict(key_parts) + + # We want to nest the directories some to prevent having a ton of top + # level directories where we might run out of sub directories on some + # FS. + parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]] + + return parts + + def _get_candidates(self, link: Link, canonical_package_name: str) -> List[Any]: + can_not_cache = not self.cache_dir or not canonical_package_name or not link + if can_not_cache: + return [] + + formats = self.format_control.get_allowed_formats(canonical_package_name) + if not self.allowed_formats.intersection(formats): + return [] + + candidates = [] + path = self.get_path_for_link(link) + if os.path.isdir(path): + for candidate in os.listdir(path): + candidates.append((candidate, path)) + return candidates + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached items in for link.""" + raise NotImplementedError() + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + """Returns a link to a cached item if it exists, otherwise returns the + passed link. + """ + raise NotImplementedError() + + +class SimpleWheelCache(Cache): + """A cache of wheels for future installs.""" + + def __init__(self, cache_dir: str, format_control: FormatControl) -> None: + super().__init__(cache_dir, format_control, {"binary"}) + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached wheels for link + + Because there are M wheels for any one sdist, we provide a directory + to cache them in, and then consult that directory when looking up + cache hits. + + We only insert things into the cache if they have plausible version + numbers, so that we don't contaminate the cache with things that were + not unique. E.g. ./package might have dozens of installs done for it + and build a version of 0.0...and if we built and cached a wheel, we'd + end up using the same wheel even if the source has been edited. + + :param link: The link of the sdist for which this will cache wheels. + """ + parts = self._get_cache_path_parts(link) + assert self.cache_dir + # Store wheels within the root cache_dir + return os.path.join(self.cache_dir, "wheels", *parts) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + candidates = [] + + if not package_name: + return link + + canonical_package_name = canonicalize_name(package_name) + for wheel_name, wheel_dir in self._get_candidates(link, canonical_package_name): + try: + wheel = Wheel(wheel_name) + except InvalidWheelFilename: + continue + if canonicalize_name(wheel.name) != canonical_package_name: + logger.debug( + "Ignoring cached wheel %s for %s as it " + "does not match the expected distribution name %s.", + wheel_name, + link, + package_name, + ) + continue + if not wheel.supported(supported_tags): + # Built for a different python/arch/etc + continue + candidates.append( + ( + wheel.support_index_min(supported_tags), + wheel_name, + wheel_dir, + ) + ) + + if not candidates: + return link + + _, wheel_name, wheel_dir = min(candidates) + return Link(path_to_url(os.path.join(wheel_dir, wheel_name))) + + +class EphemWheelCache(SimpleWheelCache): + """A SimpleWheelCache that creates it's own temporary cache directory""" + + def __init__(self, format_control: FormatControl) -> None: + self._temp_dir = TempDirectory( + kind=tempdir_kinds.EPHEM_WHEEL_CACHE, + globally_managed=True, + ) + + super().__init__(self._temp_dir.path, format_control) + + +class CacheEntry: + def __init__( + self, + link: Link, + persistent: bool, + ): + self.link = link + self.persistent = persistent + self.origin: Optional[DirectUrl] = None + origin_direct_url_path = Path(self.link.file_path).parent / ORIGIN_JSON_NAME + if origin_direct_url_path.exists(): + self.origin = DirectUrl.from_json(origin_direct_url_path.read_text()) + + +class WheelCache(Cache): + """Wraps EphemWheelCache and SimpleWheelCache into a single Cache + + This Cache allows for gracefully degradation, using the ephem wheel cache + when a certain link is not found in the simple wheel cache first. + """ + + def __init__( + self, cache_dir: str, format_control: Optional[FormatControl] = None + ) -> None: + if format_control is None: + format_control = FormatControl() + super().__init__(cache_dir, format_control, {"binary"}) + self._wheel_cache = SimpleWheelCache(cache_dir, format_control) + self._ephem_cache = EphemWheelCache(format_control) + + def get_path_for_link(self, link: Link) -> str: + return self._wheel_cache.get_path_for_link(link) + + def get_ephem_path_for_link(self, link: Link) -> str: + return self._ephem_cache.get_path_for_link(link) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + cache_entry = self.get_cache_entry(link, package_name, supported_tags) + if cache_entry is None: + return link + return cache_entry.link + + def get_cache_entry( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Optional[CacheEntry]: + """Returns a CacheEntry with a link to a cached item if it exists or + None. The cache entry indicates if the item was found in the persistent + or ephemeral cache. + """ + retval = self._wheel_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=True) + + retval = self._ephem_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=False) + + return None + + @staticmethod + def record_download_origin(cache_dir: str, download_info: DirectUrl) -> None: + origin_path = Path(cache_dir) / ORIGIN_JSON_NAME + if origin_path.is_file(): + origin = DirectUrl.from_json(origin_path.read_text()) + # 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.", + origin.url, + cache_dir, + download_info.url, + ) + origin_path.write_text(download_info.to_json(), encoding="utf-8") diff --git a/env/lib/python3.11/site-packages/pip/_internal/cli/__init__.py b/env/lib/python3.11/site-packages/pip/_internal/cli/__init__.py new file mode 100755 index 0000000..e589bb9 --- /dev/null +++ b/env/lib/python3.11/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/python3.11/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..fd0efec8c751047035a1ffa500228f9732e61518 GIT binary patch literal 306 zcmY*UJ5B>J5Vb=DC{hkU=MJSHqd<$OkkTQfbZIQFJ=q=MA8RjCsJR12KwOEI3#^nb z6<)LyO!4OPX6DU&%;z&!>~Xusx8lEtw42wQRydDqtL-; zMV@>ul(i!4M5K6`O5Hi-jj-fVkk8oelt$5_RT)j84bC1G{Oe3g6SS0{>@esZ8)$+< zsL5JPa36H%(B}kkpPS&p1ygnD+CAqC=wHB6HBvXr)d~`2yc$m{GZaDoYI|itTLM{9 m%2F=l{&;>{mUR~I+S4LDe48!`^e3G2e!}^*XaAs`7WM}y09mmB literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..6192f6a9f22a159a3babbdf4c9a43edea5bf1a0d GIT binary patch literal 10096 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..222470410ca5c9950aca65be10f1a61450d27ece GIT binary patch literal 2128 zcma)7&1)N15TCbSTG>)$*LLHYruZWXS<`y$hCmCY*v?l!s3?g@$p*40+Gl6m-Ielo zN;L&di&6 znm50hrytYl4#4rTah)n6z~5YG4ynQH-9=^{EU<_JE-{EJ7y{w4;E1kdNUm(iu3{(z z1fYr~TGC^AO8|I;Z#;~I0N24%R>4XfSy3(ZCTPijxuGV6$*T)?a5KmkJ_}D3ie5k$ z0yppFXDQRf@YLm4^HHn`lh>(7Sw1MTFp*m<(OY>I3T7^+kuX^(&gGe%_kuzrhUn8e zlZE0Jcq$48vA_^4bq!{SC9b9nkxCY!vL(IJ@|+PYc~#m%`B6(}D3(GKR6VdlFLg$; z604GtT!RH-bnugfJ(r6vp22DcZ!f&>g$koVnR(d)X>ACYJ^(}k_Lh-+N7f-YwA%jb zn}=2oc4)UjjL0&WEfj*pNtS5U%nag+Q485?njFf0xkOp0nx^g9foXF9>d_ui=uwN=u&;wb{y*KSBizQOTEC?ON+t%qNlq> z>t5M^(|r&GI`!ss$G+ECx;Qp5q5F0~-zZ^eU^$?VUD7d}fHE)d=mp2t3vr&Cv5l1$ zSq6W1>D6NZ7;BzMMGOBTlKmBUrl!A4e4Tiz_CHbkx7C5FI#5vuYJ=z2q^f%6*_rd- z-}&JV=eZi^9=d@hX0z=uDySX7cW(p9hd{8*mf=(6+Lh>qQ!-4nw^(cw8C}Tco-BFG&8uX9ae8PFH&_RMf`Y89W=Mu`Wo-(OP$3 zwR@xvB>i$kYF&Nb$o#2`O;x1dHm;!hxzb)?`HhSxe&@_zkeo`2VOOK<%@Qll*%oDmR&(Jd zyceSOeGi#-%>4-S!x(QK_C))5ER!vQmkhq~z*Zz#O*}v;Ok=}P)~s;^kb}nhk;F|F zL&pYCu{3lXVr~ABpN6(8P|NgGGiNJmWA1Qq=xIiOlF=*UliQi8YG$gUPO(0;#-B~$ zC#!Yx%fZXL6fcJk)5HcYJDg9M=7VzHiC3a7Wc-3*yfxTqPGnAa^F^WJ6%yYS1?o7a ziM7~+OHnOOMzzQ~xhW_767wG-!G>)5a+ES79< zHcmv87k;uhCH$N}L%a*`#24y2acbXX!zl9d@V`QW-9ktW#w*9o8eFQJJa^>O$|q~N gja)?@-j;`}^6-jKS9-}bsl)MfH_|^pVKoZ&KQl4tFaQ7m literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..851f13a52212e6298db5719b64a6810c52345b6f GIT binary patch literal 2383 zcmah~&1)M+6rcT)MxXwSc2Ipn4i3L&SySy`6kv~*_n&2Qekee>qc zdo$lB5>W)@s(O)ZM-cjx51K{U123Nd_!j9%MY^Dirl1NzFREhDOR5y~vMNI_nTi!s zLsnP~3tV0{u@zAx0anbY6;opY4w-Q)p(X+xHj`GD+7)1Ic3VAakAOr(#D(6bF{JO2 zfY4+38b$5b<9dXINr)Ue(qy6*(xYVHb6JnwQPjh_cpaq^YpJW$ur#`w(h3FB$Z5=Q z>=dyXT`f3<&8DI+xSsj6=*x44%Y1yLz(q7OE%37$*uEbx9UDmS*d~ zNaiTfSUU$_H3}CfbtufnbW)(Cv7|3+H1GN$O4uT`bNf4jwYkS7_+H)-xyOsB)X!kp zEDQUx;8*mu*xKznV$IV6;RUWED35?X-opq9h`|{*%fYz_VzK5Ng0(yS{TW!aF0708 z(lNy1Ex9p7jdiKR%5Zab3pY`FuZuWO)DO0`2`&7O4z?c`u-hPl`Oj}?-1iqq z?e9$&4$9qt*j|@zOEzxw%fd2Rk#3-60esSOGFnJ9O=N>j1e%jgtV@r;OON4e6am?% z!CURJUClZ0+xWW7Qq3_!TRkn@Lb_a(4{8nUm2b;|z0kMpW#g?si-N8c#U=D(sPq4I zrKoK6wd7i;c;HMRYr^v{xD(gH7p`5qa_vmYM{DDk^0q?_JD(yvx>MtBYWWtiQ!ZhQ zb4@3wnPe?GIcd0#2|2;j1MlO0UvgL7APJTz4@ZB%uwAB^W_DSlHfYG2PCgI1c|_9? zCp?b)kjr%7`pPmj81Y5N^~0uN6PFZxnXDMh4>gwdBVfuN49$I#ot>NWl^_$j1Xt}V zI=Q)+r##Ah+0qO<9ilvpe4MlNtgTt3fr3nx$V$!^h#%g|c9+|f3d(CebIY+vCU2M~ zaWm(g+@b|Hikm5{vRjUwu^j#8qI=T%lCcc2molbtb8qU@)bw=5g^f%WwA>e39{w&E zg-jMMB0}NL$>dBU!!4UCtkSn(!GKHxa4*1#lu#`kD;0OTdN)_fLRl<}o5c&$c=E(^x%;d6JM*Rax~wSuJHzj7zh41%>S39x3I+B$B z7TLkE&FCL^@OL~|9@#oo9x0DhaJq`q9!|H-J?wojRKa6aJm%ps&d2wAzKLzdHrnbd zDD^OC=Y3LEW`!M`tm46k0}qC`#R@)N#mBv%fgL@YGj$|_Ognv!llS6x9<}5a9Ws8 z5BlM3R(EpQEak}!aR^}rkxLKpgX-q25L+#94!?@2%sDAI->Locor3e7YI{`Rp$P)s zAAVDehe0-YaA=SZ{=fm5#w+AD;(4%h5`vcm@0i<2qrT4RMP`_8BM&2a!sZ(JfwMsp z!2XVM(@)11+Lw;Ade*vjWf*{mIL6GYR$Sz8h zf?7k#Qc!CsQVMDfMN2`gp;7PO+AjLg>ufc2+UsmJH0^b^8k+PvTMZreI@@k!Xyb4- sGF1Mc5*e#T#!8|3%n{+8Is&q>QkKitA4IBMjq!FaVE-qfCt=tB0P`zHW&i*H literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..2c19f9649724646b84e914169f5ef68dd03350c4 GIT binary patch literal 5542 zcmb6dS!^4}b@m{+JVlYFBtbl4Z+@B_T@Mgmu7D+!alEd31JZ zTLPI1hKneHf+#@>tBHf~%XN_kaDf!aXOOgLKbOW9CKeFjqVPxlm^cLjfA!5SZ_5Qb zoSm7SdGGC;dFSvCZnpzLS&W<(fAAvoZ}L(rw(8))4=}in1QbC6CD0NTp^To6&_>Th z80Z;^O<5wAlr>^a*&;TIz_JpTvPbO3*djSn&WO_(TP0V@9dV~T5s&e1lR8q~h&R<4 z=``Ls$(Qm+{KnWW?MnqBfmBzd3*H@qGeJkX1()bvp#}FfHqs+_#2~y|#bB_;Ia*xTd zV1bXN1zx<8%@8PFxgheXSTfCLV^|ik<2%C6{3xTdFDGS1=N7U`GLw!;y5-eeRuV@k z-J1}VD9)wRv1Lh&W|LW%bHr0Z#(XT+6QPEzDE zqLiJ@;8aXeL<~socqWws*5s&=j4S#+@)bFmN=h*ttu4WqT+=4lDU34&t%JY;6VXc| zmVr~9GbV5*q5I-kj45K2Y%gkVPj?%Aji7GDqLRbucwGiC;NW54d9Xtf4N{=36{0x` zS*wMy8u?N97YSo^%bUO;(NY@+lyJPIlH$F1d2v`$ZPH=tH)Hh>gY z(=6GSQS#^}4ZOf(mI4L5G<~Huk5Hbv3A_KiegdG&7Wk@ReFRFdCMdyn4Jq9XoYnd_ zTTfu7?L^iAr9cZ@v5E5rl|0@0W%#P6wwgzv=l1onX+ylSq0goq<#u&8lpnO?kjziN zJh$HKIG6>^;3umJHO2q3sehsmS&m7g7TuDQV+m33hzUaU0;p-!1k&wbN~XT* zY&w<_b(TO5+La}edpn{3siy5Qv&*g6{tMD3ae)M1bxbU zKyUeBSF}zan|Mg^py)O^2ljy1z!d4w)0mvF?yB+~O{P~eGEpC%=O11SU&y4ya3U#5 zq8y&d#B(Vzt;pf*nsOnN4yQ80a!x*$`n95j#q_1Hlw7VZJrf!m3(HAGd@37@UxY0K zPBI$?>R^&!^WnIZ3^!R%D7*I1F)4vx06wx)>m!dESZGqp#AA{?1%n#gDDWx&44Ms8 zK}@f;(frFbxH+?Zw89{lSLKeFb^E*)7&V6#rUm=~&_E9<$7ly8%8ZH5Vxks$P)N## zJ2F_8v)~IvAsWL8858x=ZB_4piD~Gasn|uaD%5BKXL4EHoed_38{u z&H)q6*DY{jDOqP%Gs(2>6ht|WlZNjDQCX{g2E0(35RmavK&goe^YDT@Y7Nm6S%YQ+ z{l|(teA#oP+%vH23zvLjns2P^4(z%E??kpD6{po>{T@N{BWX5fD;{KV-ergHu)`&G zL}N!(cI19wxD*)C0wWu<*XDtqw^!>p^2J&0=*-tErH*r2$GMF&W!7<*?YqPF?VKsG z2Q~Jf${ws(k-r;oUV_2CuI=H5c}C1ZoDod8$A?h6>yK?byUUw1YbpGKoheu<$`V%uYkqLpq{dj z#P|sCJIdfNbUFjDI-Ol>(L=p2DS)3yuB=5(A(?ic1y?F!JOOye;E~^h2K19doa5T% zx8J(@*7i!tHlW!CD#&i>-F3RRCf>;}3& z`o;D0AD%Cc+cgqxP|1H#^B=4rs&la1H?TcNeia7ZK<$8t z1MTbGJO@-=-pz4Su~=fAn=UZmt?Q!1 z{}d?2T1P>vbtSn(;lC@+#!53*tJ)UWJiF1|9J2+w85$x&o043m@~lD}N42!>C_xu2 zc}uY#;cHN&Z{HKdaAt4*1!@xD1-4+dBZc^;YFVwv`@E%XAGW-0wZ7wmHT}#JNb%M1 z5NhNCN^fI!g&sz@x4^aR-;!rPfqWv*!QR={uUv(gS>WE{E>oA$73K|enNkKC)K=@K zlDD?vQ3%cy?gwVUzf$^ZW8kc_HZC^tTbm=9PXn`^>igr0Y{ zVzs`3Wr4#L&~KY=R0UVwRczAO2C?>CfK=>x*9y6Lx##uX=;GXB^p)4<=jY~6N9X3F zORv4S_{zfcsimd$;pt3H68LmR;Yo_5i2R}v8hImSF}*IYQ)8G&biHRbmXt(+S28?Y zwRlL&_*_~LF~3fqjQog*2#-Od+aNnk;!N7`{g|Zj*h=Ohuqa|$&>eDa84}*O zD9btnToBTOe1%;ROXU6>c%Gsi%$^%xCNT&TQ!~6?PPCJ zQIbX7*>u3Vja(JsvWjO28p+?|Bs#`*4kn{UQg2D*j2))rggHw{$wbc}*=`gwmm}^4 zljamW@*5z#4YcdtUveMN+y@{}^P!=`cMlx9bKuzR@zQ}4+JO@#c5q{1`wa+YT(=QL zyDbCi(A3|S|GKIUEkeEDHFi6!9XnI%n$x=GHl1Z>m+Bnc^$nK23%7rxO`KD`3sApj zXus!21Wg6eZV$vrch9b?zvLR!TqJDz9h){t&+Oj!J@0z9l@iylas4XS4|C%a@6lTh z)gLZ#PnQE-n~n<2+83!^|G-C6#X}|klbZj@&6#p=;Ku&Vvzups+J#io`{Wm=)sArp z(E!=p0%Pj_`LB*Z1N9$%voHA;G~a^iTKEYHL~=la!F|rT#clUCcrg!wWC<4kE-X6k zay@sro}I26gC*{;#vN9fPcsg0&ol#|4y(tcBB7R z*PUQk4Tk?R{gwUC^Iy(?9lJArS{*-K<~(<~;2kbl;`%hMPv!briFkuMom=^hGxuyA zzbmM=VW_*_;o|EhZ%FfoHZAu$Ld6qmN2ppo;Z3IO^pev!UUqf7fA-z8YWFj@jzeSC zl51RZjjOKl`<~vNwU-BH$Jmk6qjC=QOzd(Llmq~i=dVAsO!Zsx5 z0~$M^vIF;={_WRQCmG7bHGaeQy*P=!ne3WA%6#h!Odn#tJ!FCLXuocYMuki~8a0d= zzep7GG&H(ZSBEu&em192%1-?o=4_G z=8dOuBh$OuV5F#AjTKRj4LkXjQKwp~ zW#rf}er0r6eSE!##?{vPD0~_HT-~dd(X6^xEu%5DwU*J8x>vpD++Wt6^6>C4` zQ~N^|1burm<)ys0mZ$@6AsKFg}XX%E$g2=ci-kQF>?{@sl;H`OW NMcvQOxd)phZD)h4wK!3msz)7COhA2<>TC#y#fd=^aPflktvuGYw-68Q+*M z;~(>98pj%0o-^H)35*3;+?8(5w2ZZ6wvBCL&+c?E(>m6gX&Yh{yw8@l66Dyiz;Q7J3Q2{k9{j&mtR)t#?RO{OKh(D?d=vlm|Z&V~5%ufF=qt5KWY zIFiebrzWO=jau|=mdEF1IVS_DRhGm=QjI63)XVX4IhTn~$!XoIsIr>7l*^@))lO3A ztvo#b4I=Mh#w89j&Cx7lhHa8VwBzp(o#U=NH_nT$cm0@Yx8%CwuDr>K4#_j_z$`e% zyk1W1*pTa!Jfa_e!t#iX?>fgC#HPx#Lk!?8pV(Y`Zo#u(+*W%I;<-_5tv$Elxk(J+ zxxJF+62nLfG zwx{tV+7WY5Of|i6r567LIiKQhT%xnKfH~1MgFTA3-SoDNQ>*(DPu91t)YkbdpTZk= z`M=d;-v|edHI9MIq_T;0TuIGHx)bYJl66lUC8X4N9M}#;N{`FUC_!$a zV!ZKqGM!MAcwBMdSrCMqPsWEX=Q7gJL@JGW7&?iME>*IIWBd0Hp##$3WFmPrF@d)yQ+$>i> zxcQpptpx8P_cNX-NhoeC*tk)29D6&Jolv4SnI>G`37}AQf*=bB^tLV0XQEpT&X%a1 zR3g#gn_M{%Tn+493G7`yTnZe}0tbqo19A_to;Zc4zc+X4iETj8-I;3%c|4=C&MVSn zl4iepxe#HU_oIz>xCw5~G0R`6=5n$y>nPOrNG%x=GnUBLcZ+q9c*3g<_ScqH!}_|? z)EcEj3mn$EMB7!?GdYAdoBLR6wrHERe}Z~Gt<^>CE133k4RyoLmXqiQjTO6Y+Fs^< zz$2yBn#r&^zu>82nnNqCm~(#R$l40klfe8sH|zW+ zmGynRT4m(~5scPs#75C*KWeY^A}7}{7|oSwYhBQ}s89FBS-WUw(`_#l$Nr_)eq^Bg^AxhvL+?7Glo$1^($g|7ng6_DIOJ$?3I)#v< zs8j|6$mtHMO+JXILJQ8A07g3GK0MFt-HK3bO@nq&A^!q!lUr})nz!X0YrYoE*R{^^ z-l4L;`TeuE&MvvM@ZRP9T6nPJk7@o`(H|=lQYRtBOi0n?9xXgj@(*hM!J>cgp|2^g z&L3Miw)pm~llhZXM1JXT$-h(c?=1RvqOw(A*NU&Js%Pj_FI5+Z1@h04>GXM~Q(C#XDF=&Otj$Y2mI z(zAUAIav6P3%dIi#yTo89SKit#~XgeRq6RLq*&;AQ-w%ZDxKN6)%;j-SQ*p~P;lS2 z#ng&#N71*V9Bf-WP!5Ea+UDOWdb*9iIHwdGu9lt<(P2HAMTA(K0>aG~&ao{Cx0!u0 zGb~n8A=<2j(waMGnJI`m8DOnQK%MxHp5pvn|4FE~VO4I2S!b_4mElF8{ zb%;?2;0og@85E>4cD2G%o@xn`?Mt6NIQkK8#_| z{S{VqIP53Jwv$mj549nU}BpY$FsjORjipa!q-eD!#IU^ z6{;3ntbq%3uQu&kY1&nIZME<4O5frCeEpa2JeVpSIjD3s_A56Q~d=Zv}oliGxs{n)%jPEw@#Q0iDAx`wTX627GJ2HcqpiL zi5pJPIh<()s&CV^;q2nExE!01kf8eNsrB=6BkLqOt!+iUw!ZTBumZ5w z5X#RH@(6)5^hRYtj3N#~owy{WtxIBCWl5N3X=eA=EDRIg3n)|h3ji>+zR)_?NcbCIE7oCgFwQwImq;EAcuo4+qeytQa0FF0*ww6?i#I#6^ z61rC-`&J_Re*WTTuiQUd8hB9~c=5NpN|9Hz$Se7?<*uE@$YI=t?-?N=QiI(^fA<Xet>8T$-LP_MvBM5n#CcpPNgaCkH_DhN~9|} z?s#0xCF60K=7>q7x(9p~qYt{vIPG;isDr$l5Qx!|iL}eKf#p{TyiR~9hu&Bbq?1xQ z9gqKvml>Z$OX^u;I7kH{6WE5ol0y!9T>X_Dr;3hK>kg-L?^1G|L$G|21@~TK!B>MO z-Z{LC4G+%DIsCxRf{nn#UEp8k*X>~^xIBPzsQY$~J(iyuHp0=DS-9r)uRE(~4A%e$ z?amzqGz`JA5wN%kG`O6>Lhm|(gqlO(~F?QXn;@05zqc-k7W^Q59A^Q)bAts4ZMdjUoMi zSm{jb#)0SH>RN<=|du}!6H&6$`>yHYF7N~)O_qBgY^>D^Rv z{k?(<4cT--wy(WyEqTtS(kiQ5pCGL35Vw}rH}XPr&`ZjfP(w}TuL&mKv5cBcr9-lE zS;tC7852C(Vjg9i8meM%9$V;nz`~#5-s*$C$6oN)G3&8ehq~STWbL`N1#|X=-LrPa zBk1c_yt>SFPc@jDn%NixuScS{+00*c1Y_6`KF0yvbJ&f%5UR& zX5eeLdd%9Q4Bk*|2C*-9bmg1MzQDqXqHpKJVAqoP@zsCccd`^br3FtF{goR+?!wts zfB%ZVf4TLu?OOC?$$v^?xf|r(IUNUtTSBJ*Ra&m%s3^wc~@) z+oP+kdskXX3)p%kRyzk*ItQ1N z|2#bUTYG8voHl%})OlX(Jiq8&^sWWMMNil`roA$q`0{rNBnVt0KonUP3DD%RahAs^ zHUXeu_^PL9iV_JBa#b~4Jw?}TE~kf19M5`ltFxo<=H2)@hsb@L7zq9#V4N0IljXFi zD)Amuv(3gB$z+U?oOLk=CKV^lA8uw0@gk?DYOAY9$89j%IIM&MMi(aPV27}y!?Hu{ zDe-z;iNBfn5@8||^f=F2X#>kyC%m&Zm?7+BhQKyA35#2cgVt7oXqw+Jkrq@`xn_AN z4s9D0st%9=erE4WOe+RKUoiSJD(7$_B~&3HOr)+s5l}UN#9*svPKaVvfj&WqdSi~s z`*HT9==RCnq`V*1Mx6#%dIRzLxadv;k4A&-V#bK+K|?iXDS2l1=24Dqf%m5|S(e&3y&6*nD{T8UXIRbIs$|JdssT_ll>xD?cm@0V& zHP2wtGq@IL&HLG6vly-D(4x_OoCYBKLw){Wy5;}WR$o03j7@U_^4!u_nRUXGP? z^V~ug33XB1%+sS1O$ZTC(!+w8sAy-E0k90o^i+k@AmbcZ2xCqJW2|ErqITU^nI>E3$j7rgpgy^=}|hx*g^#LqteY zSA4IqH8@HOQhtY0Jd<(`b~g2fOiYhK#%Q4!GF=bF1OnHq;9W!%TB}vUh1T1=&bD$e zv~H(x$4(=R?PuYdw?*@Itvitg0&W2z&ecR@FIZ?TT)vyrdJda7ZeqqC*@5xyn+&I( zWl%S25cR2cRTVXl|2L90^TMM2V;*K=7@H-h=#pG8B*UyMddC|WPu%cs)0i73e2JVG;yp3`0L9F&RnNH{#rNW;Z%d6@gFnu|dyj)|vQ>tQOyl)7} z%Tn@ch396RaMEo1hY}OkQ>M~{ku)XevSdU}qy?BiQi)5*dx1O-Qc5mOMiWN0bO%YM z@-4K8S!Wqxud5S4Q|rd;AK-!5YEWB_PE_NvGJDn?4m>J>U1oY>Fx4<&)9S5UR;piT zg=g(JI~;Wrw!8~3fcpL!0=WS|cNwF=*fSvzX05UTgF!@lV&&B6EAYToLU=tj;q@~cX9ImIfr@R;hW(28}5f26jD5= z)+7PEPiM#UA+{Sg?WImh=MRKruk{^y8Vy1X&$Pnnf}vRK_WjCA(u=}K@b!L zaf)oy5DQJ7E60V;sk2d+?qkc`;F1}erZ*b|@C`C)F_#wIIf)Wfs7h`qxtB?ntDKE>-w4uEK;!y5)qyc+CV3HB9|%fqGM zkQN*&`iH)J7--i5{m=?{!*%e`-%{N6-2ICHxJ&*K%|BA~k394T7G7NZ_Wap}vw6$! zOI+(t6oHUwBY)5q=9U7d!}g!M-_Z!X6@ty%QU=m|tQHsg z#NK>^yTb$DztGOSX51Ha*F-vZDUqIW9tUkbZkYiG+8@OKF$uIQqQL*l1jf3GMH!%Ubvs08VO-;ye(GbJ{fJ@FPdQ%RbS8_^}j4tYp z3baM=NizDT`>KysGO4>ODQu@Jbc(S3T{WHw@!vCCGsFLeG5!UrQ5vvY{sljbsfXL% zTR3y~rRC{j$B}%~x~n>x<(?rnw2x@izaWrr1h3fBch|Qn>|YV~mxN(WfOzZk9%rEB z@64ZF3a)_}??FJ03ahE!)1}0HFE=fDF*Fwte^N_JNh{1Irih z^^~?B)V3d-KbId}yhvu-STWF#yWHHhG@&)`UTq#+X&ziw?u{&8DK#I{nvWHmk9~>e zgu$WOyfB9Yz|h?pUEZU09v}f5X#gL17VRi8)UhcA3v2E2A)Ho9DKsBv!mL+@kHRHrnO4 z+;eukW1?HtT0njHc{f=|tS!0anfKh}7kcJBbx#{Zdxw;&cn;4#P^WWVP9<7Uxi%VW z=Io1n_MdPzn{;S6kq3DWE%H_0GKcV#*;*@RpLbj7q_xd-E~Bo+>Pc*Ask7p8@ZZgv zHFKM+WgWt)^7XwE;k>ZXRL^r+UoW?xQykMagBzeW@l=*cpZ9xeCC;pJZ63=%uvRjU z)XGvxnOC{2<0!jk?V{@{%afyDIWO*i>%3(D$ubw7%3So}M63xB)s|6cUB`3wygToK z@M9OfFfZCSo#^)LUs}p~<1_Ze0mjr=Egoeb-;z&`JmJ zOl!Q3H@k@&z;5(hA-79*P4c2|&WV(o)_4*=taC0KYOc3`-b3Zga}$nP=a2bU>CAN* zB0{zuGuB=$%^c2q=G|CBpec1faA>{lv%I;#PvezE+d@0jN=I(FRZ{j;F3_qPMcTOg zPzv+QUDz&yBGoAuQ*iiae#|tu6A1O=SIF{D#hCE*4fb+fqvfod6I#S188|IkxV?X>7QEP&P5r*r10&UL@W~B+3&90FmNtM8rP{m)@yDIyY}tj0b;$w3#DYu{s;f9VYgXRs-WhpHPAO03h=gL!-uh zKe4E;wntamqszPR_1=5C)P78BKUT|T{DAI(13>x`{IL!1f(}E7bG<gV#ujzJZ za`mQ4nH6Vfy%D<#oTgfFj%=*9GtON31GPuPx1Wu*?nW8p#S`@!3SZWIFKJNX5;|ds znQm+*s-&(7uFs4@a`bl%{`A>rWr5n61(@mm1{3o?fv7x#UP2zc$^EOJYu|A@R}k-J zN}+>V=pgAG9=5iB@cixPVQdL^u7*#pgin^j&uHOi*14y={f`LDznC9c46e0x+=+h} zFTA!q@}sd*+f!QGQ~4L*EY=*#f4|%uUbA>at_9lQ$tavG2IyY5xm!XHBfW)@zlwbv zTO9ddXSah+(aOa%=d`%OAeHZnJe9`ag$G{Nj!KBM*Y5L(gl6o`2+aw1vLl z0M={Z5sTUJHi^7`Zd>?vS7FaeOSIS$ec0CZ!z-n>sMZz*E81cJQ~lsVD~T-o5#fAM zL#)5DAx0H#f%Q9UZKS3taKT1x&^|Hu7{BUGD_$a1K*UaHNM#xgd5N^Kjle%B6d z{7;lp`#!B5URSP`5P0)%|K0TRbZr3b9f$v~i#u}i7vuLYKIknSenC6@!XqeQF@yjZ z@wQNH#QIlS_7+?Af=$1Z`Y`pu)!SEL9INiu+P-`+jA$t|s)a_u)I&?%j=|o$(lStN z87Q}R-F~Ooe!#fP%^i0dKWv1(?rN!duhzV`*u1wK5mqBZE0Lj6WWN^Kzvza)>}qK5 zN@(x$k$WSh&`~XPbkV-n-i00&+xIWai;i-~4y|LT*m3CIfkjujdB>vbcA(%|cHax$ z6N}B~?!N|L+z;NUMG;vGMOH)oE1~}75Kxn)&~Ytv9A)p?lYepXjoW`*^7r6g3o^Ih z!x(Yz;rz(MPLjjU-V2sG4{4o;fO&ELeExhn6ruf54z%Y3%s28^M+47!ZNK&ok8sXk zKf?q5I4@>}o!9%=w#Rjx#5{|AXTJH&Jw=IghVHlCT;{ln%2h zw61Z3hK1f>mzA5kNIE^PuIl_IatyfYXCObAWCF+!2go2(sPSyo+9*^_Jf($)-|!iU zl?P^8J${b=KA-i7EUfGFP!p+LH(lm_ZY|4Lc|_}2kf+Ah9JTc==xWl$wOyfOfn7CT zwyBz84$YVwYILY(iNK+ncwy^k$Opb5Z|($MjmNgM0$*8J%Oss`y${57E?B%%OzUTZ z9*Y^w{_GV)W5SF9IUxg=f5U1}u@2PD28nTe3B|aoL{?3)j|9zJAhDBH69nv`N($D3 z0b!$4M1NEeiQ%Mo#1yPg!gNl)3j5nOJp_YP5}(jj-6ASJ4(#NYKSS@>u`e^FkRzQ- zh%!mL@<#;dd^C*kbS&zQWNz{XJTmC)1|Lx|nktMbkS7V39reGY*arX=Z9i1KGPKN; zO8k)SuJG6Lf5X$pPZ;!VRJzq4W2SG5^LR5_6BIzo5ddg_TwHUj7T8NFlmovDZomCZ z;ox03SM1k<`-}el>n=O{yn%cxI#>LiC4aZ(C*N1x&=%wT#ODunK%W}CbnB&$GC#Sv z9Q@Inci*gi2!U@Q%r_2}FL5S$hbV-{M0hpWzY-+Zjjq+`iIwPyQuHMGa4;v2ya!}( zHMDOfw9hbA;P~*KhaUyO{0kfWJ3`%e(jTS^hwq*!g@&}yP=1u0HTL{uxD?o<1@@q$ zjpzBz$3cH=wg31^|MB}r9*may&uRVV7ClR$kGGea`$#Rm@XpfpQlKB&@uH_+AyMzg z9Zz%r&~W;w{a3F3)5G>(4LcE+pGS^Gk3Jh z)S3o|z9xg`HxF9~sQah*8&~DqN%$R~Ljqjye9Za~XP)=+ZKUCoNENzSxxS#Qj>*&~ zv!+)jE#gdgi>1c6+Fi7|jsgX)sUH8TC%obb|1kJ*q~zJ9dGJBuE~LKiz2*IAurN}H z(68hf&^!ah>diRtXzK=xvf=XLK)DrHB@)S)t<2b=BIS^1A-f3Bh%l~PrWs(|sH=4XyPI}*1bL_c1{(*9=`6R2iVlNt-C4a z;ezc3Rs#pksE^Y8Ttm}(WA&x_>!w)5=?oWMybJeKMDBzALhxXO1-~@{7B_*Wh;zr9 zciZBjrQlL>DU5A=W_edJ7}Kyloyc3~tl;P=XLz}FIeBk*`SNGo>l_~MpLq~`kbDsS zhYRd+BY4)<>WmtVLWI16%wWLg99)9K5Q0K03%&s`RIfDH(H(4hbvJ3*LH~^@jnG`s z+GJlC=nW8k$khy=&N87%cfqZaklCVO)6AxxmlG&oith0>H>tQPzeLbwiGAVpcLyU|e;(0-9&oMiJv3SYms<*wwob4si z;@rxdnwd|Q?l(+>hX1PJ@4!~!Nh-I8fB^8s^R(fSeM&Ck5et)3{t^&ml;_J_caiH} zR$6k z^6i>8vUIfM-KBYV-E^(HUg3FoBySCu`nAZ>M=bLTGm2>I;^CsU85DONc|^%y)bpO@ pgFKe#X0R02I%1C~7&-6`tjCclom-CF<9f6|EejE>oGTssvVoq(vPiYNIwbB(-U_2#6JTNNuz~ z?Cj9CR0=kV9Mr;SRG>h72nroqH-=TfhaPea&>VUs4HhL95MZDPP~SFi3K%}+&2m>1 z4I4!-9WLL#dGF1enK$o!vwt2KNFivK)FpgZLg-(t6SZ{6Jp2lnkC2XZ&O|DE$4t(O zsWFRJc`L5QEkPA5Q57vol{lv7&4iUylU7PiS!p$G$*OD(r~_6;%~)AAYYnP{){r`6 z<}9w~F%e1GbX4^P-n{T{BH>-NasU3EP-x z)FEEthZHy_>~ewZVvQP(t(l&%RMTr&w1G@rX|DHu}w9$bT45XZEIa4CAw9^UfhL6dLqHJPV6!l9#9P43HUz` z|A*J1w~RQ*lmK(Px;W8Y2*D` zDjd@Zx_BVng1PPl^DzyDJdRrb%rqIv5qd%sz#Mp6NOJOwF@b zbA0!SCw4#dEPoYoCr*cZ+D2SY>M4W!Ew>{yg#Dn-d)h9ir|Ec4*1vOI-Uih+M7zNs z4D`o%M{Ec$!C5!ZB6{zI9jPJx6n(@&U)Yy>{(4+Pq?5;bQvaR~GX35;bmLn|h9mHM zQlq0)NVhrU#;?S#^6#Q6FzdUp5{4sCvDvr1m}76BTiY;P#och~rmi@)xuvXQr4IF> z7`8$;u%hFNRyV0)IXW(QykS?izxnf8SbPN?yJcboh5X(xspf7Tm+W|P)39;1yPrqj zgAx*4R#6_0spjPfu0REElxmoiTwHc+{lRl!`PgH&$-E<6V&C+A>2Yy<8e03ZGhzw5}Ckvy_T@1-Z3-Dm1Yt@LC&;P0oi zKFSHH!@E-%I`ZfbNWaAUx?Mfb)ar;gtY?;qU>G!BMgYrqY25W5BA?;IiJDxzYf zM+^!0?Q2VzDw?f0>+j<-g|gSEQigs61=LXphI@~65h1*pl_>iPsT3=NmEg*A6%EFA zKLKXDuBf(&L2N70b*X^E(^rUAJ6#Ay682?rJJzegeB4V`>UNnrj_G<*O(WFM%pk+P zIP*e^Fv4Z=Q4}%@FYh^aIqTuldWF$lHw>5uqgU7>RETV*6 zr-Y$`cLGYdP`V5;b4Y6?65|pmo$-^5OCd44Ti?@fE;h4D yTbS|FOp5x+TO2w!=kqCU#77b742=Ym&Z#r|s~`V3;O`4lz7QGoOnY2#I$s0Cs}bM; literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..fabe4b57074213df8797369480884ac447349d29 GIT binary patch literal 20155 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-311.pyc b/env/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-311.pyc new file mode 100755 index 0000000000000000000000000000000000000000..90a2890a03594d4790c6caf056d86e9ad2c2693a GIT binary patch literal 8855 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 YX`{IU_4Mp~1)Ax}=?YYLZ+^@TfA52C!2kdN literal 0 HcmV?d00001 diff --git a/env/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py b/env/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py new file mode 100755 index 0000000..226fe84 --- /dev/null +++ b/env/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py @@ -0,0 +1,171 @@ +"""Logic that powers autocompletion installed by ``pip completion``. +""" + +import optparse +import os +import sys +from itertools import chain +from typing import Any, Iterable, List, Optional + +from pip._internal.cli.main_parser import create_main_parser +from pip._internal.commands import commands_dict, create_command +from pip._internal.metadata import get_default_environment + + +def autocomplete() -> None: + """Entry Point for completion of main and subcommand options.""" + # Don't complete if user hasn't sourced bash_completion file. + if "PIP_AUTO_COMPLETE" not in os.environ: + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + should_list_installables = ( + not current.startswith("-") and subcommand_name == "install" + ) + if should_list_installables: + for path in auto_complete_paths(current, "path"): + print(path) + sys.exit(1) + + subcommand = create_command(subcommand_name) + + for opt in subcommand.parser.option_list_all: + if opt.help != optparse.SUPPRESS_HELP: + for opt_str in opt._long_opts + opt._short_opts: + options.append((opt_str, opt.nargs)) + + # filter out previously specified options from available options + prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]] + options = [(x, v) for (x, v) in options if x not in prev_opts] + # filter options by current input + options = [(k, v) for k, v in options if k.startswith(current)] + # get completion type given cwords and available subcommand options + completion_type = get_path_completion_type( + cwords, + cword, + subcommand.parser.option_list_all, + ) + # get completion files and directories if ``completion_type`` is + # ````, ``